Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(29)

Issue 196573023: Remove PrepareForShutdown (Closed)

Created:
6 years, 9 months ago by oshima
Modified:
6 years, 9 months ago
CC:
chromium-reviews, ben+aura_chromium.org, tfarina, sadrul, kalyank, ben+views_chromium.org, ben+ash_chromium.org
Visibility:
Public.

Description

Remove PrepareForShutdown Filter events after shutdown in event filter instead. BUG=None Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=258077 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=258217

Patch Set 1 : #

Total comments: 2

Patch Set 2 : add explicit shutdown flags in RootWindowSettings #

Patch Set 3 : mojo #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -54 lines) Patch
M apps/shell/browser/shell_browser_main_parts.cc View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M ash/display/mouse_cursor_event_filter.cc View 3 chunks +10 lines, -2 lines 0 comments Download
M ash/display/screen_ash.cc View 1 2 3 1 chunk +5 lines, -1 line 0 comments Download
M ash/root_window_controller.cc View 1 1 chunk +1 line, -2 lines 0 comments Download
M ash/root_window_settings.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M ash/root_window_settings.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M ash/wm/root_window_layout_manager.cc View 1 2 3 2 chunks +5 lines, -0 lines 0 comments Download
M mojo/examples/aura_demo/window_tree_host_mojo.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M mojo/examples/aura_demo/window_tree_host_mojo.cc View 1 2 1 chunk +0 lines, -4 lines 0 comments Download
M ui/aura/remote_window_tree_host_win.h View 1 chunk +0 lines, -1 line 0 comments Download
M ui/aura/remote_window_tree_host_win.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M ui/aura/window_event_dispatcher.h View 1 chunk +0 lines, -3 lines 0 comments Download
M ui/aura/window_event_dispatcher.cc View 1 1 chunk +0 lines, -6 lines 0 comments Download
M ui/aura/window_tree_host.h View 1 chunk +0 lines, -3 lines 0 comments Download
M ui/aura/window_tree_host_mac.h View 1 chunk +0 lines, -1 line 0 comments Download
M ui/aura/window_tree_host_mac.mm View 1 chunk +0 lines, -4 lines 0 comments Download
M ui/aura/window_tree_host_ozone.h View 1 chunk +0 lines, -1 line 0 comments Download
M ui/aura/window_tree_host_ozone.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M ui/aura/window_tree_host_win.h View 1 chunk +0 lines, -1 line 0 comments Download
M ui/aura/window_tree_host_win.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M ui/aura/window_tree_host_x11.h View 1 chunk +0 lines, -1 line 0 comments Download
M ui/aura/window_tree_host_x11.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M ui/views/widget/desktop_aura/desktop_window_tree_host_win.h View 1 chunk +0 lines, -1 line 0 comments Download
M ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h View 1 chunk +0 lines, -1 line 0 comments Download
M ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc View 1 2 3 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 41 (0 generated)
oshima
6 years, 9 months ago (2014-03-16 23:32:47 UTC) #1
Ben Goodger (Google)
+sadrul, see question below: https://codereview.chromium.org/196573023/diff/30001/ash/display/mouse_cursor_event_filter.cc File ash/display/mouse_cursor_event_filter.cc (right): https://codereview.chromium.org/196573023/diff/30001/ash/display/mouse_cursor_event_filter.cc#newcode84 ash/display/mouse_cursor_event_filter.cc:84: event->StopPropagation(); So I like the ...
6 years, 9 months ago (2014-03-17 03:22:42 UTC) #2
oshima
https://codereview.chromium.org/196573023/diff/30001/ash/display/mouse_cursor_event_filter.cc File ash/display/mouse_cursor_event_filter.cc (right): https://codereview.chromium.org/196573023/diff/30001/ash/display/mouse_cursor_event_filter.cc#newcode84 ash/display/mouse_cursor_event_filter.cc:84: event->StopPropagation(); On 2014/03/17 03:22:42, Ben Goodger (Google) wrote: > ...
6 years, 9 months ago (2014-03-17 04:25:08 UTC) #3
sadrul
Another option is to install a window-target on root_window() from RootWindowController that always returns NULL ...
6 years, 9 months ago (2014-03-17 17:43:42 UTC) #4
Ben Goodger (Google)
BTW it really feels like Prepend is rife for abuse. Should there just be a ...
6 years, 9 months ago (2014-03-17 20:23:39 UTC) #5
Ben Goodger (Google)
So I'm going to hold my nose about where this particular call is located because ...
6 years, 9 months ago (2014-03-18 16:06:56 UTC) #6
oshima
The CQ bit was checked by oshima@chromium.org
6 years, 9 months ago (2014-03-18 16:53:51 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/oshima@chromium.org/196573023/30001
6 years, 9 months ago (2014-03-18 16:55:13 UTC) #8
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-18 17:11:13 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_clang_dbg
6 years, 9 months ago (2014-03-18 17:11:15 UTC) #10
oshima
The CQ bit was checked by oshima@chromium.org
6 years, 9 months ago (2014-03-18 18:00:49 UTC) #11
oshima
The CQ bit was unchecked by oshima@chromium.org
6 years, 9 months ago (2014-03-18 18:00:50 UTC) #12
oshima
The CQ bit was checked by oshima@chromium.org
6 years, 9 months ago (2014-03-18 18:01:03 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/oshima@chromium.org/196573023/30001
6 years, 9 months ago (2014-03-18 18:30:17 UTC) #14
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-18 19:11:27 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_clang_dbg
6 years, 9 months ago (2014-03-18 19:11:29 UTC) #16
oshima
The CQ bit was checked by oshima@chromium.org
6 years, 9 months ago (2014-03-19 08:50:44 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/oshima@chromium.org/196573023/30001
6 years, 9 months ago (2014-03-19 08:51:08 UTC) #18
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-19 10:18:35 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_chromeos_rel
6 years, 9 months ago (2014-03-19 10:18:36 UTC) #20
oshima
The CQ bit was checked by oshima@chromium.org
6 years, 9 months ago (2014-03-19 16:00:44 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/oshima@chromium.org/196573023/70001
6 years, 9 months ago (2014-03-19 16:01:43 UTC) #22
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-19 16:42:23 UTC) #23
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) base_unittests, browser_tests, interactive_ui_tests, net_unittests, unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=284390
6 years, 9 months ago (2014-03-19 16:42:24 UTC) #24
oshima
On 2014/03/19 16:42:24, I haz the power (commit-bot) wrote: > Retried try job too often ...
6 years, 9 months ago (2014-03-19 17:05:20 UTC) #25
oshima
The CQ bit was checked by oshima@chromium.org
6 years, 9 months ago (2014-03-19 17:05:25 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/oshima@chromium.org/196573023/110001
6 years, 9 months ago (2014-03-19 17:06:09 UTC) #27
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-19 17:11:00 UTC) #28
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_clang_dbg
6 years, 9 months ago (2014-03-19 17:11:01 UTC) #29
oshima
The CQ bit was checked by oshima@chromium.org
6 years, 9 months ago (2014-03-19 17:32:21 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/oshima@chromium.org/196573023/110001
6 years, 9 months ago (2014-03-19 17:33:44 UTC) #31
commit-bot: I haz the power
Change committed as 258077
6 years, 9 months ago (2014-03-19 20:34:47 UTC) #32
oshima
+jamescook for apps/shell
6 years, 9 months ago (2014-03-19 22:31:03 UTC) #33
James Cook
lgtm
6 years, 9 months ago (2014-03-19 22:33:29 UTC) #34
oshima
The CQ bit was checked by oshima@chromium.org
6 years, 9 months ago (2014-03-19 22:34:55 UTC) #35
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/oshima@chromium.org/196573023/130001
6 years, 9 months ago (2014-03-19 22:35:46 UTC) #36
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-19 23:58:27 UTC) #37
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_rel
6 years, 9 months ago (2014-03-19 23:58:28 UTC) #38
oshima
The CQ bit was checked by oshima@chromium.org
6 years, 9 months ago (2014-03-20 00:01:56 UTC) #39
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/oshima@chromium.org/196573023/130001
6 years, 9 months ago (2014-03-20 00:02:53 UTC) #40
commit-bot: I haz the power
6 years, 9 months ago (2014-03-20 06:14:00 UTC) #41
Message was sent while issue was closed.
Change committed as 258217

Powered by Google App Engine
This is Rietveld 408576698