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

Issue 2001623003: Splits ToplevelWindowEventHandler into two (Closed)

Created:
4 years, 7 months ago by sky
Modified:
4 years, 7 months ago
Reviewers:
James Cook
CC:
chromium-reviews, kalyank, sadrul
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Splits ToplevelWindowEventHandler into two The non event handler and non-aura parts end up in WmToplevelWindowEventHandler with the rest remaining in ToplevelWindowEventHandler. WmToplevelWindowEventHandler is not actually an EventHandler, but I kept the name to reinforce the expectation is that WmToplevelWindowEventHandler is called from an EventHandler. BUG=603369 TEST=covered by tests R=jamescook@chromium.org Committed: https://crrev.com/cf67ed5a0802c2d1d5b05a0d87cdd1612317555a Cr-Commit-Position: refs/heads/master@{#395387}

Patch Set 1 #

Patch Set 2 : add callback #

Patch Set 3 : comment #

Total comments: 13

Patch Set 4 : feedback #

Patch Set 5 : add events_base dep #

Patch Set 6 : fix gyp #

Unified diffs Side-by-side diffs Delta from patch set Stats (+357 lines, -868 lines) Patch
M ash/shell.cc View 1 chunk +2 lines, -1 line 0 comments Download
M ash/wm/aura/wm_globals_aura.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/wm/aura/wm_globals_aura.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M ash/wm/aura/wm_window_aura.h View 1 chunk +2 lines, -0 lines 0 comments Download
M ash/wm/aura/wm_window_aura.cc View 3 chunks +16 lines, -0 lines 0 comments Download
M ash/wm/common/BUILD.gn View 1 2 3 4 2 chunks +3 lines, -0 lines 0 comments Download
M ash/wm/common/ash_wm_common.gyp View 1 2 3 4 5 2 chunks +3 lines, -0 lines 0 comments Download
M ash/wm/common/wm_display_observer.h View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
A ash/wm/common/wm_toplevel_window_event_handler.h View 1 2 3 1 chunk +128 lines, -0 lines 0 comments Download
A + ash/wm/common/wm_toplevel_window_event_handler.cc View 1 2 3 19 chunks +125 lines, -218 lines 0 comments Download
M ash/wm/common/wm_window.h View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M ash/wm/toplevel_window_event_handler.h View 1 2 3 2 chunks +18 lines, -86 lines 0 comments Download
M ash/wm/toplevel_window_event_handler.cc View 1 2 3 2 chunks +35 lines, -563 lines 0 comments Download
M mash/wm/bridge/wm_window_mus.h View 1 chunk +2 lines, -0 lines 0 comments Download
M mash/wm/bridge/wm_window_mus.cc View 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 22 (11 generated)
sky
4 years, 7 months ago (2016-05-20 21:40:25 UTC) #2
James Cook
I need to head out now, but I'll look at this tomorrow.
4 years, 7 months ago (2016-05-21 00:12:30 UTC) #3
James Cook
LGTM with nits/kudos. (I'm trying to give more positive feedback in code reviews.) https://codereview.chromium.org/2001623003/diff/2/ash/wm/common/wm_display_observer.h File ...
4 years, 7 months ago (2016-05-21 18:28:22 UTC) #4
sky
https://codereview.chromium.org/2001623003/diff/2/ash/wm/common/wm_display_observer.h File ash/wm/common/wm_display_observer.h (right): https://codereview.chromium.org/2001623003/diff/2/ash/wm/common/wm_display_observer.h#newcode18 ash/wm/common/wm_display_observer.h:18: virtual void OnDisplayConfigurationChanging() {} On 2016/05/21 18:28:21, James Cook ...
4 years, 7 months ago (2016-05-23 15:48:52 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2001623003/50001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2001623003/50001
4 years, 7 months ago (2016-05-23 15:49:04 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_compile_dbg_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_compile_dbg_ng/builds/194748)
4 years, 7 months ago (2016-05-23 16:46:44 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2001623003/70001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2001623003/70001
4 years, 7 months ago (2016-05-23 16:52:03 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_compile_dbg_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_compile_dbg_ng/builds/194781)
4 years, 7 months ago (2016-05-23 17:51:08 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2001623003/90001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2001623003/90001
4 years, 7 months ago (2016-05-23 18:32:27 UTC) #18
commit-bot: I haz the power
Committed patchset #6 (id:90001)
4 years, 7 months ago (2016-05-23 19:38:55 UTC) #20
commit-bot: I haz the power
4 years, 7 months ago (2016-05-23 19:40:37 UTC) #22
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/cf67ed5a0802c2d1d5b05a0d87cdd1612317555a
Cr-Commit-Position: refs/heads/master@{#395387}

Powered by Google App Engine
This is Rietveld 408576698