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

Issue 250113002: Move DefaultActivationClient to wm/core (Closed)

Created:
6 years, 8 months ago by Ben Goodger (Google)
Modified:
6 years, 7 months ago
Reviewers:
sky
CC:
chromium-reviews, ben+aura_chromium.org, yusukes+watch_chromium.org, viettrungluu+watch_chromium.org, sievers+watch_chromium.org, yukishiino+watch_chromium.org, dmazzoni+watch_chromium.org, sadrul, ben+mojo_chromium.org, miu+watch_chromium.org, aboxhall+watch_chromium.org, jam, abarth-chromium, jbauman+watch_chromium.org, nona+watch_chromium.org, darin-cc_chromium.org, kalyank, penghuang+watch_chromium.org, yuzo+watch_chromium.org, feature-media-reviews_chromium.org, piman+watch_chromium.org, darin (slow to review), jochen+watch_chromium.org, plundblad+watch_chromium.org, tfarina, Aaron Boodman, dtseng+watch_chromium.org, danakj+watch_chromium.org, James Su
Visibility:
Public.

Description

Move DefaultActivationClient to wm/core Several tests are using AuraTestHelper and were relying on it to set up the DefaultActivationClient, so I had to have them instantiate the DAC directly after calling SetUp() on the helper. I also had to make the DAC delete itself after the root window it's bound to is destroyed. R=sky@chromium.org http://crbug.com/308710 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=266616 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=266975 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=267065

Patch Set 1 #

Patch Set 2 : . #

Total comments: 1

Patch Set 3 : . #

Patch Set 4 : . #

Patch Set 5 : . #

Patch Set 6 : . #

Patch Set 7 : . #

Patch Set 8 : . #

Patch Set 9 : . #

Patch Set 10 : . #

Patch Set 11 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+177 lines, -249 lines) Patch
M chrome/browser/ui/views/accessibility/accessibility_event_router_views_unittest.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/apps/shaped_app_window_targeter_unittest.cc View 1 2 3 4 5 6 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/test/base/browser_with_test_window_test.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/test/base/view_event_test_base.cc View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -0 lines 0 comments Download
M content/DEPS View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/media/capture/desktop_capture_device_aura_unittest.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura_unittest.cc View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -0 lines 0 comments Download
M content/content_tests.gypi View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -0 lines 0 comments Download
M content/public/test/test_renderer_host.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M content/shell/browser/shell_platform_data_aura.h View 2 chunks +0 lines, -2 lines 0 comments Download
M content/shell/browser/shell_platform_data_aura.cc View 1 3 chunks +2 lines, -3 lines 0 comments Download
M mojo/examples/launcher/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M mojo/examples/launcher/launcher.cc View 4 chunks +2 lines, -4 lines 0 comments Download
M mojo/mojo_examples.gypi View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M ui/aura/aura.gyp View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -2 lines 0 comments Download
D ui/aura/client/default_activation_client.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -69 lines 0 comments Download
D ui/aura/client/default_activation_client.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -128 lines 0 comments Download
M ui/aura/test/aura_test_helper.h View 2 chunks +0 lines, -2 lines 0 comments Download
M ui/aura/test/aura_test_helper.cc View 3 chunks +0 lines, -4 lines 0 comments Download
M ui/keyboard/keyboard.gyp View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M ui/keyboard/keyboard_controller_unittest.cc View 1 2 chunks +2 lines, -0 lines 0 comments Download
M ui/snapshot/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M ui/snapshot/snapshot.gyp View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M ui/snapshot/snapshot_aura_unittest.cc View 1 2 3 4 5 6 7 2 chunks +2 lines, -0 lines 0 comments Download
M ui/views/corewm/tooltip_controller_unittest.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +3 lines, -0 lines 0 comments Download
M ui/views/test/views_test_base.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M ui/wm/core/compound_event_filter_unittest.cc View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -0 lines 0 comments Download
A ui/wm/core/default_activation_client.h View 1 2 1 chunk +73 lines, -0 lines 0 comments Download
A + ui/wm/core/default_activation_client.cc View 1 2 3 4 5 6 7 8 9 10 6 chunks +58 lines, -29 lines 0 comments Download
M ui/wm/core/input_method_event_filter_unittest.cc View 1 2 3 4 5 6 7 8 9 2 chunks +3 lines, -0 lines 0 comments Download
M ui/wm/core/shadow_controller_unittest.cc View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -0 lines 0 comments Download
M ui/wm/test/wm_test_helper.h View 1 2 3 4 5 6 2 chunks +0 lines, -2 lines 0 comments Download
M ui/wm/test/wm_test_helper.cc View 1 2 3 4 5 6 2 chunks +2 lines, -3 lines 0 comments Download
M ui/wm/wm.gyp View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
Ben Goodger (Google)
6 years, 8 months ago (2014-04-23 20:01:14 UTC) #1
sky
LGTM https://codereview.chromium.org/250113002/diff/20001/ui/wm/core/default_activation_client.cc File ui/wm/core/default_activation_client.cc (right): https://codereview.chromium.org/250113002/diff/20001/ui/wm/core/default_activation_client.cc#newcode25 ui/wm/core/default_activation_client.cc:25: // Overridden from WindowObserver: nit: add virtual private ...
6 years, 8 months ago (2014-04-23 20:50:11 UTC) #2
Ben Goodger (Google)
The CQ bit was checked by ben@chromium.org
6 years, 8 months ago (2014-04-25 22:15:27 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ben@chromium.org/250113002/130001
6 years, 8 months ago (2014-04-25 22:28:35 UTC) #4
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-25 22:28:51 UTC) #5
commit-bot: I haz the power
Failed to apply patch for chrome/test/base/view_event_test_base.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 8 months ago (2014-04-25 22:28:52 UTC) #6
Ben Goodger (Google)
Committed patchset #9 manually as r266616 (presubmit successful).
6 years, 7 months ago (2014-04-28 19:07:43 UTC) #7
Ben Goodger (Google)
The CQ bit was checked by ben@chromium.org
6 years, 7 months ago (2014-04-29 20:29:45 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ben@chromium.org/250113002/170001
6 years, 7 months ago (2014-04-29 20:41:22 UTC) #9
Ben Goodger (Google)
Committed patchset #10 manually as r266975 (presubmit successful).
6 years, 7 months ago (2014-04-29 22:17:04 UTC) #10
robliao
A revert of this CL has been created in https://codereview.chromium.org/261553002/ by robliao@chromium.org. The reason for ...
6 years, 7 months ago (2014-04-30 00:09:22 UTC) #11
Ben Goodger (Google)
On 2014/04/30 00:09:22, robliao wrote: > A revert of this CL has been created in ...
6 years, 7 months ago (2014-04-30 03:30:05 UTC) #12
Ben Goodger (Google)
On 2014/04/30 03:30:05, Ben Goodger (Google) wrote: > On 2014/04/30 00:09:22, robliao wrote: > > ...
6 years, 7 months ago (2014-04-30 03:31:10 UTC) #13
Ben Goodger (Google)
6 years, 7 months ago (2014-04-30 04:48:28 UTC) #14
Message was sent while issue was closed.
Committed patchset #11 manually as r267065 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698