|
wm: Change the DispatcherClient interface.
Instead of having RunWithDispatcher() to start a nested message-loop, and a
corresponding QuitNestedMessageLoop() to terminate it, have a DispatcherRunLoop
object that is similar to base::RunLoop for starting a nested message loop for
a specified DispatcherClient.
BUG=none
R=sky@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=273634
Total comments: 2
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+192 lines, -114 lines) |
Patch |
 |
M |
chrome/browser/ui/views/first_run_dialog.h
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/first_run_dialog.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/simple_message_box_views.cc
|
View
|
1
2
3
4
5
6
7
8
|
6 chunks |
+32 lines, -28 lines |
0 comments
|
Download
|
 |
M |
ui/views/controls/menu/menu_controller_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+16 lines, -9 lines |
0 comments
|
Download
|
 |
M |
ui/views/controls/menu/menu_message_loop_aura.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/views/controls/menu/menu_message_loop_aura.cc
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+18 lines, -11 lines |
0 comments
|
Download
|
 |
M |
ui/views/widget/desktop_aura/desktop_dispatcher_client.h
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+4 lines, -10 lines |
0 comments
|
Download
|
 |
M |
ui/views/widget/desktop_aura/desktop_dispatcher_client.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+12 lines, -27 lines |
0 comments
|
Download
|
 |
M |
ui/views/widget/desktop_aura/desktop_native_widget_aura_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+8 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ui/wm/core/nested_accelerator_controller.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+8 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ui/wm/core/nested_accelerator_controller.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+21 lines, -12 lines |
2 comments
|
Download
|
 |
M |
ui/wm/core/nested_accelerator_controller_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/wm/public/dispatcher_client.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+31 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/wm/public/dispatcher_client.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+23 lines, -0 lines |
0 comments
|
Download
|
Total messages: 15 (0 generated)
|