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

Issue 1392713002: Extract content dependency from keyboard code (Closed)

Created:
5 years, 2 months ago by Ben Goodger (Google)
Modified:
5 years, 2 months ago
Reviewers:
sky
CC:
chromium-reviews, extensions-reviews_chromium.org, sadrul, jam, darin-cc_chromium.org, chromium-apps-reviews_chromium.org, kalyank
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Extract content dependency from keyboard code Move content specific stuff to content subdir. KeyboardControllerProxy -> KeyboardUI Restructure targets. R=sky@chromium.org http://crbug.com/332504 Committed: https://crrev.com/974286a2cb68813b64c27c0fcd99cdfd899a007a Cr-Commit-Position: refs/heads/master@{#353441}

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Patch Set 4 : . #

Patch Set 5 : . #

Total comments: 11

Patch Set 6 : . #

Patch Set 7 : . #

Patch Set 8 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1064 lines, -1283 lines) Patch
M ash/BUILD.gn View 1 2 3 4 chunks +4 lines, -0 lines 0 comments Download
M ash/ash.gyp View 1 2 3 6 chunks +6 lines, -2 lines 0 comments Download
M ash/content/shell_content_state.cc View 1 2 3 2 chunks +8 lines, -1 line 0 comments Download
M ash/root_window_controller_unittest.cc View 1 2 3 9 chunks +13 lines, -13 lines 0 comments Download
M ash/shell.cc View 1 2 3 3 chunks +1 line, -10 lines 0 comments Download
M ash/shell/shell_delegate_impl.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M ash/shell/shell_delegate_impl.cc View 1 2 3 2 chunks +3 lines, -4 lines 0 comments Download
M ash/shell_delegate.h View 1 2 3 2 chunks +3 lines, -4 lines 0 comments Download
M ash/test/content/keyboard_controller_proxy_stub.h View 1 2 3 1 chunk +0 lines, -43 lines 0 comments Download
M ash/test/content/keyboard_controller_proxy_stub.cc View 1 2 3 1 chunk +0 lines, -51 lines 0 comments Download
A ash/test/test_keyboard_ui.h View 1 2 3 4 5 1 chunk +42 lines, -0 lines 0 comments Download
A ash/test/test_keyboard_ui.cc View 1 2 3 4 5 1 chunk +43 lines, -0 lines 0 comments Download
M ash/test/test_shell_delegate.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M ash/test/test_shell_delegate.cc View 1 2 3 2 chunks +3 lines, -4 lines 0 comments Download
M ash/wm/always_on_top_controller_unittest.cc View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M ash/wm/lock_layout_manager_unittest.cc View 1 2 3 3 chunks +6 lines, -5 lines 0 comments Download
M ash/wm/system_modal_container_layout_manager_unittest.cc View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/BUILD.gn View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/chrome_component_extension_resource_manager.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
D chrome/browser/ui/ash/ash_keyboard_controller_proxy.h View 1 2 3 1 chunk +0 lines, -69 lines 0 comments Download
D chrome/browser/ui/ash/ash_keyboard_controller_proxy.cc View 1 2 3 1 chunk +0 lines, -208 lines 0 comments Download
A + chrome/browser/ui/ash/chrome_keyboard_ui.h View 1 2 3 3 chunks +10 lines, -11 lines 0 comments Download
A + chrome/browser/ui/ash/chrome_keyboard_ui.cc View 1 2 3 4 chunks +17 lines, -22 lines 0 comments Download
M chrome/browser/ui/ash/chrome_shell_delegate.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/ash/chrome_shell_delegate.cc View 1 2 3 2 chunks +3 lines, -5 lines 0 comments Download
M chrome/browser/ui/ash/keyboard_controller_browsertest.cc View 1 2 3 4 4 chunks +9 lines, -9 lines 0 comments Download
M chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome_browser_extensions.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 3 4 5 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/common/extensions/chrome_manifest_url_handlers.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ui/keyboard/BUILD.gn View 1 2 3 4 5 6 7 5 chunks +38 lines, -15 lines 0 comments Download
A + ui/keyboard/content/DEPS View 1 2 4 5 0 chunks +-1 lines, --1 lines 0 comments Download
A + ui/keyboard/content/keyboard.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + ui/keyboard/content/keyboard.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + ui/keyboard/content/keyboard_constants.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + ui/keyboard/content/keyboard_constants.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A ui/keyboard/content/keyboard_content_util.h View 1 2 3 1 chunk +31 lines, -0 lines 0 comments Download
A ui/keyboard/content/keyboard_content_util.cc View 1 2 3 4 5 1 chunk +108 lines, -0 lines 0 comments Download
A ui/keyboard/content/keyboard_ui_content.h View 1 2 3 1 chunk +127 lines, -0 lines 0 comments Download
A ui/keyboard/content/keyboard_ui_content.cc View 1 2 3 4 5 1 chunk +321 lines, -0 lines 0 comments Download
D ui/keyboard/keyboard.h View 1 chunk +0 lines, -19 lines 0 comments Download
D ui/keyboard/keyboard.cc View 1 chunk +0 lines, -27 lines 0 comments Download
M ui/keyboard/keyboard.gyp View 1 2 3 4 5 6 7 4 chunks +40 lines, -13 lines 0 comments Download
D ui/keyboard/keyboard_constants.h View 1 chunk +0 lines, -20 lines 0 comments Download
D ui/keyboard/keyboard_constants.cc View 1 chunk +0 lines, -12 lines 0 comments Download
M ui/keyboard/keyboard_controller.h View 1 2 3 7 chunks +5 lines, -23 lines 0 comments Download
M ui/keyboard/keyboard_controller.cc View 1 2 3 4 5 14 chunks +23 lines, -149 lines 0 comments Download
D ui/keyboard/keyboard_controller_proxy.h View 2 3 1 chunk +0 lines, -151 lines 0 comments Download
D ui/keyboard/keyboard_controller_proxy.cc View 2 3 1 chunk +0 lines, -232 lines 0 comments Download
M ui/keyboard/keyboard_controller_unittest.cc View 1 2 3 4 5 6 13 chunks +28 lines, -32 lines 0 comments Download
M ui/keyboard/keyboard_layout_manager.cc View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
A ui/keyboard/keyboard_ui.h View 1 2 3 4 5 1 chunk +94 lines, -0 lines 0 comments Download
A ui/keyboard/keyboard_ui.cc View 1 2 3 4 5 1 chunk +47 lines, -0 lines 0 comments Download
M ui/keyboard/keyboard_util.h View 1 2 3 2 chunks +0 lines, -8 lines 0 comments Download
M ui/keyboard/keyboard_util.cc View 1 2 3 4 5 chunks +2 lines, -97 lines 0 comments Download

Messages

Total messages: 20 (8 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1392713002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1392713002/1
5 years, 2 months ago (2015-10-06 23:38:51 UTC) #2
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: cast_shell_linux on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_linux/builds/63566) chromium_presubmit on ...
5 years, 2 months ago (2015-10-06 23:46:22 UTC) #4
Ben Goodger (Google)
5 years, 2 months ago (2015-10-09 17:33:36 UTC) #6
sky
https://codereview.chromium.org/1392713002/diff/80001/ash/test/test_keyboard_ui.h File ash/test/test_keyboard_ui.h (right): https://codereview.chromium.org/1392713002/diff/80001/ash/test/test_keyboard_ui.h#newcode1 ash/test/test_keyboard_ui.h:1: // Copyright 2013 The Chromium Authors. All rights reserved. ...
5 years, 2 months ago (2015-10-09 18:23:30 UTC) #7
sadrul
Drive-by note: CL description is the one that gets committed in git. So please make ...
5 years, 2 months ago (2015-10-09 20:14:21 UTC) #8
Ben Goodger (Google)
PTAL
5 years, 2 months ago (2015-10-09 21:36:30 UTC) #9
sky
LGTM
5 years, 2 months ago (2015-10-09 22:01:16 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1392713002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1392713002/120001
5 years, 2 months ago (2015-10-09 22:14:48 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: cast_shell_linux on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_linux/builds/65094)
5 years, 2 months ago (2015-10-09 22:30:27 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1392713002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1392713002/140001
5 years, 2 months ago (2015-10-09 23:24:06 UTC) #18
commit-bot: I haz the power
Committed patchset #8 (id:140001)
5 years, 2 months ago (2015-10-10 00:45:21 UTC) #19
commit-bot: I haz the power
5 years, 2 months ago (2015-10-10 00:46:05 UTC) #20
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/974286a2cb68813b64c27c0fcd99cdfd899a007a
Cr-Commit-Position: refs/heads/master@{#353441}

Powered by Google App Engine
This is Rietveld 408576698