|
|
Adds MessagePumpDispatcher::ShouldExit(). This is used to handle the
case of needing to exit a nested message loop before processing a
Task. With Aura we get far fewer real X events, which means it's
entirely possible we want to exit the nested message loop but can't
because the exit won't happen until the next X event.
BUG= 124123
TEST=none
R=darin@chromium.org
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+107 lines, -21 lines) |
Patch |
 |
M |
ash/accelerators/accelerator_dispatcher.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ash/accelerators/accelerator_dispatcher.cc
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/accelerators/nested_dispatcher_controller_unittest.cc
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
base/message_pump_dispatcher.h
|
View
|
|
2 chunks |
+9 lines, -4 lines |
0 comments
|
Download
|
 |
M |
base/message_pump_glib.cc
|
View
|
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc
|
View
|
|
5 chunks |
+58 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/simple_message_box_views.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/simple_message_box_views.cc
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/aura/dispatcher_linux.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ui/aura/dispatcher_linux.cc
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/aura/monitor_change_observer_x11.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ui/aura/monitor_change_observer_x11.cc
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/aura/root_window_host_linux.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ui/aura/root_window_host_linux.cc
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/views/controls/menu/menu_controller.h
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
ui/views/controls/menu/menu_controller.cc
|
View
|
|
2 chunks |
+4 lines, -10 lines |
0 comments
|
Download
|
Total messages: 9 (0 generated)
|