|
Change how ui::Clipboard is accessed so there's only one per thread.
Currently, there can be any number of Clipboard objects, which can be massively simplified. This removes interfaces for fetching the Clipboard and makes everyone go through a single static ui::Clipboard::GetForCurrentThread() access point.
BUG= 130805
TBR=tc (change in webkit/ is trivial)
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=155468
Total comments: 2
Total comments: 3
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+221 lines, -297 lines) |
Patch |
 |
|
ash/drag_drop/drag_drop_controller_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
|
chrome/browser/bookmarks/bookmark_node_data.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
4 chunks |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
|
chrome/browser/bookmarks/bookmark_utils_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+3 lines, -6 lines |
0 comments
|
Download
|
 |
|
chrome/browser/browser_process.h
|
View
|
|
2 chunks |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
|
chrome/browser/browser_process_impl.h
|
View
|
|
2 chunks |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
|
chrome/browser/browser_process_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
3 chunks |
+0 lines, -7 lines |
0 comments
|
Download
|
 |
|
chrome/browser/tab_contents/render_view_context_menu.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
|
chrome/browser/ui/omnibox/omnibox_view.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
 |
|
chrome/browser/ui/omnibox/omnibox_view_unittest.cc
|
View
|
1
2
3
4
5
|
7 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
 |
|
chrome/browser/ui/views/accessibility/accessibility_event_router_views_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
|
chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
|
chrome/browser/ui/views/chrome_views_delegate.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
|
chrome/browser/ui/views/chrome_views_delegate.cc
|
View
|
1
2
3
|
2 chunks |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
|
chrome/browser/ui/views/find_bar_host_interactive_uitest.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
|
chrome/browser/ui/views/menu_model_adapter_test.cc
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
|
chrome/browser/ui/views/omnibox/omnibox_view_views.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
|
chrome/browser/ui/views/omnibox/omnibox_view_win.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
 |
|
chrome/test/base/testing_browser_process.h
|
View
|
|
3 chunks |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
|
chrome/test/base/testing_browser_process.cc
|
View
|
|
2 chunks |
+0 lines, -9 lines |
0 comments
|
Download
|
 |
|
chrome_frame/test/chrome_frame_test_utils.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+6 lines, -8 lines |
0 comments
|
Download
|
 |
|
content/browser/browser_main_loop.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
|
content/browser/renderer_host/clipboard_message_filter.cc
|
View
|
|
2 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
|
content/shell/shell_aura.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+0 lines, -8 lines |
0 comments
|
Download
|
 |
|
ui/base/clipboard/clipboard.h
|
View
|
1
2
3
4
5
6
|
3 chunks |
+17 lines, -2 lines |
0 comments
|
Download
|
 |
|
ui/base/clipboard/clipboard.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+38 lines, -0 lines |
0 comments
|
Download
|
 |
|
ui/base/clipboard/clipboard_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
24 chunks |
+111 lines, -152 lines |
0 comments
|
Download
|
 |
|
ui/views/controls/message_box_view.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+1 line, -5 lines |
0 comments
|
Download
|
 |
|
ui/views/controls/textfield/native_textfield_views.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
|
ui/views/controls/textfield/native_textfield_views_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
|
ui/views/controls/textfield/native_textfield_win.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+4 lines, -5 lines |
0 comments
|
Download
|
 |
|
ui/views/controls/textfield/textfield_views_model.cc
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
|
ui/views/controls/textfield/textfield_views_model_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
 |
|
ui/views/test/test_views_delegate.h
|
View
|
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
|
ui/views/test/test_views_delegate.cc
|
View
|
|
2 chunks |
+0 lines, -9 lines |
0 comments
|
Download
|
 |
|
ui/views/view_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
6 chunks |
+7 lines, -9 lines |
0 comments
|
Download
|
 |
|
ui/views/views_delegate.h
|
View
|
|
2 chunks |
+0 lines, -7 lines |
0 comments
|
Download
|
 |
|
webkit/tools/test_shell/simple_clipboard_impl.cc
|
View
|
|
2 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
Total messages: 9 (0 generated)
|