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

Issue 583583008: Rename AppsClient -> AppWindowClient (Closed)

Created:
6 years, 3 months ago by oshima
Modified:
6 years, 3 months ago
Reviewers:
James Cook, hashimoto, sky
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, tfarina, extensions-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Rename AppsClient -> AppWindowClient per the comment in apps_client.h BUG=None TBR=sky@chromium.org Committed: https://crrev.com/8304b516b8d4463493fd0055a7f2e03e2d182838 Cr-Commit-Position: refs/heads/master@{#295671}

Patch Set 1 : #

Total comments: 4

Patch Set 2 : rebase #

Patch Set 3 : fix mac & test #

Total comments: 6

Patch Set 4 : rename #

Patch Set 5 : fix gn #

Patch Set 6 : fix a bit more naming #

Unified diffs Side-by-side diffs Delta from patch set Stats (+186 lines, -755 lines) Patch
M athena/athena.gyp View 3 chunks +6 lines, -6 lines 0 comments Download
A + athena/extensions/athena_app_window_client_base.h View 1 chunk +10 lines, -10 lines 0 comments Download
A + athena/extensions/athena_app_window_client_base.cc View 3 chunks +6 lines, -6 lines 0 comments Download
D athena/extensions/athena_apps_client_base.h View 1 chunk +0 lines, -32 lines 0 comments Download
D athena/extensions/athena_apps_client_base.cc View 1 chunk +0 lines, -39 lines 0 comments Download
A + athena/extensions/chrome/athena_chrome_app_window_client.h View 2 chunks +10 lines, -10 lines 0 comments Download
A + athena/extensions/chrome/athena_chrome_app_window_client.cc View 3 chunks +7 lines, -7 lines 0 comments Download
D athena/extensions/chrome/athena_chrome_apps_client.h View 1 chunk +0 lines, -35 lines 0 comments Download
D athena/extensions/chrome/athena_chrome_apps_client.cc View 1 chunk +0 lines, -51 lines 0 comments Download
M athena/extensions/chrome/extensions_delegate_impl.cc View 1 2 3 3 chunks +6 lines, -4 lines 0 comments Download
A + athena/extensions/shell/athena_shell_app_window_client.h View 2 chunks +9 lines, -9 lines 0 comments Download
A + athena/extensions/shell/athena_shell_app_window_client.cc View 1 chunk +8 lines, -7 lines 0 comments Download
D athena/extensions/shell/athena_shell_apps_client.h View 1 chunk +0 lines, -36 lines 0 comments Download
D athena/extensions/shell/athena_shell_apps_client.cc View 1 chunk +0 lines, -43 lines 0 comments Download
M athena/extensions/shell/extensions_delegate_impl.cc View 1 2 3 3 chunks +5 lines, -5 lines 0 comments Download
M athena/main/athena_main.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/browser_process_impl.cc View 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/power/process_power_collector_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
A + chrome/browser/ui/apps/chrome_app_window_client.h View 2 chunks +13 lines, -13 lines 0 comments Download
A + chrome/browser/ui/apps/chrome_app_window_client.cc View 4 chunks +15 lines, -14 lines 0 comments Download
D chrome/browser/ui/apps/chrome_apps_client.h View 1 chunk +0 lines, -50 lines 0 comments Download
D chrome/browser/ui/apps/chrome_apps_client.cc View 1 chunk +0 lines, -83 lines 0 comments Download
A + chrome/browser/ui/cocoa/apps/chrome_app_window_client_cocoa.mm View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/apps/chrome_apps_client_cocoa.mm View 1 2 1 chunk +0 lines, -14 lines 0 comments Download
M chrome/browser/ui/views/apps/chrome_apps_client_views.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/apps/chrome_apps_client_views_win.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/test/base/testing_browser_process.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M extensions/browser/BUILD.gn View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M extensions/browser/api/app_current_window_internal/app_current_window_internal_api.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M extensions/browser/api/app_window/app_window_api.cc View 6 chunks +6 lines, -6 lines 0 comments Download
M extensions/browser/app_window/app_window.cc View 1 2 3 4 chunks +5 lines, -5 lines 0 comments Download
A + extensions/browser/app_window/app_window_client.h View 1 2 3 4 5 3 chunks +12 lines, -13 lines 0 comments Download
A + extensions/browser/app_window/app_window_client.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M extensions/browser/app_window/app_window_registry.cc View 4 chunks +4 lines, -4 lines 0 comments Download
D extensions/browser/app_window/apps_client.h View 1 chunk +0 lines, -65 lines 0 comments Download
D extensions/browser/app_window/apps_client.cc View 1 chunk +0 lines, -29 lines 0 comments Download
M extensions/extensions.gyp View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M extensions/shell/app_shell.gyp View 1 chunk +2 lines, -2 lines 0 comments Download
A + extensions/shell/browser/shell_app_window_client.h View 2 chunks +10 lines, -10 lines 0 comments Download
A + extensions/shell/browser/shell_app_window_client.cc View 3 chunks +14 lines, -12 lines 0 comments Download
D extensions/shell/browser/shell_apps_client.h View 1 chunk +0 lines, -40 lines 0 comments Download
D extensions/shell/browser/shell_apps_client.cc View 1 chunk +0 lines, -57 lines 0 comments Download
M extensions/shell/browser/shell_browser_main_parts.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M extensions/shell/browser/shell_browser_main_parts.cc View 1 chunk +1 line, -1 line 0 comments Download
M extensions/shell/browser/shell_desktop_controller.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M extensions/shell/browser/shell_desktop_controller.cc View 1 2 3 3 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 18 (6 generated)
oshima
https://codereview.chromium.org/583583008/diff/20001/extensions/browser/app_window/app_window_client.h File extensions/browser/app_window/app_window_client.h (right): https://codereview.chromium.org/583583008/diff/20001/extensions/browser/app_window/app_window_client.h#newcode25 extensions/browser/app_window/app_window_client.h:25: // TODO(hashimoto): Move some functions to ExtensionsClient. I'll leave ...
6 years, 3 months ago (2014-09-18 21:39:33 UTC) #3
James Cook
LGTM https://codereview.chromium.org/583583008/diff/20001/extensions/browser/app_window/app_window_client.h File extensions/browser/app_window/app_window_client.h (right): https://codereview.chromium.org/583583008/diff/20001/extensions/browser/app_window/app_window_client.h#newcode25 extensions/browser/app_window/app_window_client.h:25: // TODO(hashimoto): Move some functions to ExtensionsClient. On ...
6 years, 3 months ago (2014-09-18 22:29:13 UTC) #4
oshima
TBR'ing sky for trival class rename under chrome/
6 years, 3 months ago (2014-09-18 22:54:19 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/583583008/40001
6 years, 3 months ago (2014-09-18 23:16:35 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_swarming on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_swarming/builds/15846) linux_chromium_gn_dbg on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_dbg/builds/444) win_chromium_x64_rel_swarming ...
6 years, 3 months ago (2014-09-18 23:39:10 UTC) #10
hashimoto
lgtm Please also update variables' names and comments. https://codereview.chromium.org/583583008/diff/20001/extensions/browser/app_window/app_window_client.h File extensions/browser/app_window/app_window_client.h (right): https://codereview.chromium.org/583583008/diff/20001/extensions/browser/app_window/app_window_client.h#newcode25 extensions/browser/app_window/app_window_client.h:25: // ...
6 years, 3 months ago (2014-09-19 02:44:38 UTC) #11
James Cook
https://codereview.chromium.org/583583008/diff/20001/extensions/browser/app_window/app_window_client.h File extensions/browser/app_window/app_window_client.h (right): https://codereview.chromium.org/583583008/diff/20001/extensions/browser/app_window/app_window_client.h#newcode25 extensions/browser/app_window/app_window_client.h:25: // TODO(hashimoto): Move some functions to ExtensionsClient. On 2014/09/19 ...
6 years, 3 months ago (2014-09-19 03:26:07 UTC) #12
oshima
On 2014/09/19 02:44:38, hashimoto wrote: > lgtm > Please also update variables' names and comments. ...
6 years, 3 months ago (2014-09-19 05:23:59 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/583583008/120001
6 years, 3 months ago (2014-09-19 05:29:54 UTC) #15
hashimoto
lgtm
6 years, 3 months ago (2014-09-19 05:31:14 UTC) #16
commit-bot: I haz the power
Committed patchset #6 (id:120001) as f42529034ed4c99b759d5af218952ac23cdc64a8
6 years, 3 months ago (2014-09-19 06:35:13 UTC) #17
commit-bot: I haz the power
6 years, 3 months ago (2014-09-19 06:36:00 UTC) #18
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/8304b516b8d4463493fd0055a7f2e03e2d182838
Cr-Commit-Position: refs/heads/master@{#295671}

Powered by Google App Engine
This is Rietveld 408576698