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

Issue 166573005: Rename apps::ShellWindow to apps::AppWindow (Closed)

Created:
6 years, 10 months ago by James Cook
Modified:
6 years, 10 months ago
Reviewers:
scheib
CC:
chromium-reviews, vandebo (ex-Chrome), sadrul, nkostylev+watch_chromium.org, tzik, yoshiki+watch_chromium.org, rginda+watch_chromium.org, kinuko+watch, stevenjb+watch_chromium.org, extensions-reviews_chromium.org, benquan, Ilya Sherman, chromoting-reviews_chromium.org, kalyank, Dane Wallinga, dbeam+watch-options_chromium.org, dyu1, nhiroki, oshima+watch_chromium.org, chromium-apps-reviews_chromium.org, rouslan+autofillwatch_chromium.org, chrome-apps-syd-reviews_chromium.org, Lei Zhang, tfarina, tommycli, davemoore+watch_chromium.org, Greg Billock, estade+watch_chromium.org, ben+ash_chromium.org
Visibility:
Public.

Description

Rename apps::ShellWindow to apps::AppWindow * Rename ShellWindowRegistry * Rename ShellWindowGeometryCache * Rename members like shell_window_ to app_window_ * Rename locals like shell_window to app_window BUG=343591 TEST=compiles COLLABORATOR=scheib@chromium.org TBR=skuhne@chromium.org for chrome/browser/ui/ash/launcher TBR=thakis@chromium.org for chrome/browser/ui/cocoa TBR=erg@chromium.org for chrome/browser/ui/gtk TBR=sky@chromium.org for chrome/test Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=251542

Patch Set 1 #

Patch Set 2 : similarity 40 (rename) #

Patch Set 3 : fix more shell and Shell refs #

Patch Set 4 : fix more shell and Shell refs 2 #

Total comments: 8

Patch Set 5 : rebase, nits (rename) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1983 lines, -5541 lines) Patch
M apps/app_keep_alive_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M apps/app_lifetime_monitor.h View 3 chunks +6 lines, -6 lines 0 comments Download
M apps/app_lifetime_monitor.cc View 3 chunks +23 lines, -23 lines 0 comments Download
M apps/app_lifetime_monitor_factory.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M apps/app_load_service.h View 1 chunk +1 line, -1 line 0 comments Download
M apps/app_load_service.cc View 3 chunks +6 lines, -5 lines 0 comments Download
M apps/app_load_service_factory.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M apps/app_restore_service.h View 1 chunk +1 line, -1 line 0 comments Download
M apps/app_restore_service.cc View 1 chunk +1 line, -1 line 0 comments Download
M apps/app_shim/app_shim_handler_mac.cc View 3 chunks +9 lines, -9 lines 0 comments Download
M apps/app_shim/extension_app_shim_handler_mac.h View 4 chunks +9 lines, -8 lines 0 comments Download
M apps/app_shim/extension_app_shim_handler_mac.cc View 9 chunks +37 lines, -40 lines 0 comments Download
M apps/app_shim/extension_app_shim_handler_mac_unittest.cc View 5 chunks +10 lines, -10 lines 0 comments Download
A + apps/app_window.h View 1 2 17 chunks +63 lines, -70 lines 0 comments Download
A + apps/app_window.cc View 34 chunks +190 lines, -207 lines 0 comments Download
M apps/app_window_contents.h View 3 chunks +11 lines, -11 lines 0 comments Download
M apps/app_window_contents.cc View 7 chunks +18 lines, -22 lines 0 comments Download
A + apps/app_window_geometry_cache.h View 6 chunks +13 lines, -14 lines 0 comments Download
A + apps/app_window_geometry_cache.cc View 12 chunks +76 lines, -75 lines 0 comments Download
A + apps/app_window_geometry_cache_unittest.cc View 12 chunks +58 lines, -51 lines 0 comments Download
A + apps/app_window_interactive_uitest.cc View 1 2 3 4 10 chunks +35 lines, -35 lines 0 comments Download
A + apps/app_window_registry.h View 1 2 4 chunks +51 lines, -51 lines 0 comments Download
A + apps/app_window_registry.cc View 1 9 chunks +112 lines, -114 lines 0 comments Download
M apps/apps.gypi View 1 2 3 4 2 chunks +8 lines, -8 lines 0 comments Download
D apps/shell_window.h View 1 chunk +0 lines, -561 lines 0 comments Download
D apps/shell_window.cc View 1 chunk +0 lines, -991 lines 0 comments Download
D apps/shell_window_geometry_cache.h View 1 chunk +0 lines, -156 lines 0 comments Download
D apps/shell_window_geometry_cache.cc View 1 chunk +0 lines, -335 lines 0 comments Download
D apps/shell_window_geometry_cache_unittest.cc View 1 chunk +0 lines, -338 lines 0 comments Download
D apps/shell_window_interactive_uitest.cc View 1 chunk +0 lines, -221 lines 0 comments Download
D apps/shell_window_registry.h View 1 chunk +0 lines, -147 lines 0 comments Download
D apps/shell_window_registry.cc View 1 chunk +0 lines, -309 lines 0 comments Download
M apps/ui/native_app_window.h View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
A + apps/ui/views/app_window_frame_view.h View 4 chunks +10 lines, -10 lines 0 comments Download
A + apps/ui/views/app_window_frame_view.cc View 14 chunks +79 lines, -68 lines 0 comments Download
D apps/ui/views/shell_window_frame_view.h View 1 chunk +0 lines, -97 lines 0 comments Download
D apps/ui/views/shell_window_frame_view.cc View 1 chunk +0 lines, -356 lines 0 comments Download
M chrome/browser/app_controller_mac.mm View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/app_controller_mac_browsertest.mm View 2 chunks +6 lines, -4 lines 0 comments Download
M chrome/browser/apps/app_browsertest.cc View 1 2 3 4 24 chunks +83 lines, -84 lines 0 comments Download
M chrome/browser/apps/app_browsertest_util.h View 1 2 5 chunks +20 lines, -21 lines 0 comments Download
M chrome/browser/apps/app_browsertest_util.cc View 6 chunks +38 lines, -41 lines 0 comments Download
M chrome/browser/apps/app_pointer_lock_interactive_uitest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/apps/app_url_redirector_browsertest.cc View 1 2 12 chunks +12 lines, -12 lines 0 comments Download
M chrome/browser/apps/app_window_browsertest.cc View 1 2 5 chunks +16 lines, -12 lines 0 comments Download
M chrome/browser/apps/app_window_interactive_uitest.cc View 11 chunks +18 lines, -18 lines 0 comments Download
M chrome/browser/apps/ephemeral_app_browsertest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/apps/event_page_browsertest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/apps/web_view_browsertest.cc View 7 chunks +11 lines, -14 lines 0 comments Download
M chrome/browser/apps/web_view_interactive_browsertest.cc View 8 chunks +13 lines, -15 lines 0 comments Download
M chrome/browser/chromeos/app_mode/app_session_lifetime.cc View 1 2 3 4 3 chunks +11 lines, -12 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_manager/private_api_misc.cc View 1 2 5 chunks +20 lines, -23 lines 0 comments Download
M chrome/browser/chromeos/file_manager/file_manager_browsertest.cc View 2 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/chromeos/login/app_launch_controller.cc View 4 chunks +14 lines, -15 lines 0 comments Download
M chrome/browser/chromeos/login/kiosk_browsertest.cc View 6 chunks +25 lines, -27 lines 0 comments Download
M chrome/browser/extensions/DEPS View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/app_current_window_internal/app_current_window_internal_api.h View 21 chunks +22 lines, -22 lines 0 comments Download
M chrome/browser/extensions/api/app_current_window_internal/app_current_window_internal_api.cc View 1 2 13 chunks +31 lines, -35 lines 0 comments Download
M chrome/browser/extensions/api/app_window/app_window_api.cc View 9 chunks +22 lines, -23 lines 0 comments Download
M chrome/browser/extensions/api/app_window/app_window_apitest.cc View 1 2 6 chunks +22 lines, -25 lines 0 comments Download
M chrome/browser/extensions/api/developer_private/developer_private_api.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/developer_private/developer_private_api.cc View 1 2 9 chunks +36 lines, -31 lines 0 comments Download
M chrome/browser/extensions/api/feedback_private/feedback_browsertest.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/extensions/api/file_system/file_system_api.cc View 4 chunks +15 lines, -15 lines 0 comments Download
M chrome/browser/extensions/api/identity/web_auth_flow.h View 4 chunks +8 lines, -9 lines 0 comments Download
M chrome/browser/extensions/api/identity/web_auth_flow.cc View 1 2 7 chunks +22 lines, -22 lines 0 comments Download
M chrome/browser/extensions/api/media_galleries/media_galleries_api.cc View 1 2 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/extensions/api/tabs/ash_panel_contents.h View 3 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/extensions/api/tabs/ash_panel_contents.cc View 1 2 8 chunks +20 lines, -23 lines 0 comments Download
M chrome/browser/extensions/api/tabs/tabs_api.cc View 3 chunks +9 lines, -10 lines 0 comments Download
M chrome/browser/extensions/extension_tab_util.cc View 1 2 5 chunks +13 lines, -14 lines 0 comments Download
M chrome/browser/extensions/window_open_apitest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/policy/policy_browsertest.cc View 1 2 3 chunks +27 lines, -32 lines 0 comments Download
M chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/apps/apps_metro_handler_win.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/apps/chrome_shell_window_delegate.h View 1 2 3 4 4 chunks +8 lines, -7 lines 0 comments Download
M chrome/browser/ui/apps/chrome_shell_window_delegate.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/ash/accelerator_commands_browsertest.cc View 3 chunks +31 lines, -33 lines 0 comments Download
M chrome/browser/ui/ash/chrome_new_window_delegate_chromeos.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/chrome_shell_delegate.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc View 1 2 34 chunks +55 lines, -57 lines 0 comments Download
M chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc View 1 2 4 chunks +9 lines, -11 lines 0 comments Download
M chrome/browser/ui/ash/launcher/chrome_launcher_controller_win.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/ui/ash/launcher/multi_profile_shell_window_launcher_controller.h View 1 2 3 4 2 chunks +11 lines, -9 lines 0 comments Download
M chrome/browser/ui/ash/launcher/multi_profile_shell_window_launcher_controller.cc View 1 2 4 chunks +32 lines, -31 lines 0 comments Download
M chrome/browser/ui/ash/launcher/shell_window_launcher_controller.h View 1 2 3 4 5 chunks +15 lines, -14 lines 0 comments Download
M chrome/browser/ui/ash/launcher/shell_window_launcher_controller.cc View 1 2 11 chunks +36 lines, -36 lines 0 comments Download
M chrome/browser/ui/ash/launcher/shell_window_launcher_item_controller.h View 1 2 3 4 4 chunks +14 lines, -13 lines 0 comments Download
M chrome/browser/ui/ash/launcher/shell_window_launcher_item_controller.cc View 1 2 11 chunks +67 lines, -69 lines 0 comments Download
M chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.h View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc View 1 2 5 chunks +28 lines, -31 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc View 1 2 3 4 3 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/ui/cocoa/apps/app_shim_menu_controller_mac.mm View 1 2 3 chunks +18 lines, -19 lines 0 comments Download
M chrome/browser/ui/cocoa/apps/app_shim_menu_controller_mac_browsertest.mm View 4 chunks +19 lines, -19 lines 0 comments Download
M chrome/browser/ui/cocoa/apps/chrome_shell_window_delegate_cocoa.mm View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/cocoa/apps/native_app_window_cocoa.h View 4 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/ui/cocoa/apps/native_app_window_cocoa.mm View 1 2 3 4 13 chunks +24 lines, -24 lines 0 comments Download
M chrome/browser/ui/cocoa/apps/native_app_window_cocoa_browsertest.mm View 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/gtk/apps/chrome_shell_window_delegate_gtk.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/gtk/apps/native_app_window_gtk.h View 4 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/ui/gtk/apps/native_app_window_gtk.cc View 14 chunks +23 lines, -23 lines 0 comments Download
M chrome/browser/ui/views/app_list/win/app_list_controller_delegate_win.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/ui/views/apps/chrome_shell_window_delegate_views.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/apps/chrome_shell_window_delegate_views_win.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/apps/native_app_window_views.h View 5 chunks +11 lines, -15 lines 0 comments Download
M chrome/browser/ui/views/apps/native_app_window_views.cc View 1 2 3 4 29 chunks +59 lines, -61 lines 0 comments Download
M chrome/browser/ui/views/apps/native_app_window_views_win.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/ui/views/select_file_dialog_extension.cc View 1 2 3 chunks +14 lines, -13 lines 0 comments Download
M chrome/browser/ui/webui/extensions/extension_settings_handler.h View 1 2 1 chunk +3 lines, -4 lines 0 comments Download
M chrome/browser/ui/webui/extensions/extension_settings_handler.cc View 1 2 4 chunks +13 lines, -12 lines 0 comments Download
M chrome/browser/ui/webui/options/browser_options_handler.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/options/options_handlers_helper.cc View 2 chunks +7 lines, -7 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/test/remoting/remote_desktop_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/extension_prefs.h View 1 chunk +1 line, -1 line 0 comments Download
M extensions/common/view_type.h View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
James Cook
scheib, PTAL. You might want to just look at the files I actually renamed then ...
6 years, 10 months ago (2014-02-14 20:19:04 UTC) #1
James Cook
scheib, I think I've cleaned up most of the rest of the "shell" and "Shell" ...
6 years, 10 months ago (2014-02-14 23:17:41 UTC) #2
scheib
https://codereview.chromium.org/166573005/diff/180001/apps/app_window_interactive_uitest.cc File apps/app_window_interactive_uitest.cc (right): https://codereview.chromium.org/166573005/diff/180001/apps/app_window_interactive_uitest.cc#newcode16 apps/app_window_interactive_uitest.cc:16: const char kDefaultTestApp[] = "shell_window/generic"; I think it is ...
6 years, 10 months ago (2014-02-15 00:02:13 UTC) #3
scheib
https://codereview.chromium.org/166573005/diff/180001/chrome/browser/ui/ash/launcher/multi_profile_shell_window_launcher_controller.h File chrome/browser/ui/ash/launcher/multi_profile_shell_window_launcher_controller.h (right): https://codereview.chromium.org/166573005/diff/180001/chrome/browser/ui/ash/launcher/multi_profile_shell_window_launcher_controller.h#newcode12 chrome/browser/ui/ash/launcher/multi_profile_shell_window_launcher_controller.h:12: // TODO(jamescook): Rename this to MultiProfileAppWindowLauncherController. issue number? https://codereview.chromium.org/166573005/diff/180001/chrome/browser/ui/ash/launcher/shell_window_launcher_controller.h ...
6 years, 10 months ago (2014-02-15 00:12:33 UTC) #4
scheib
https://codereview.chromium.org/166573005/diff/180001/chrome/browser/apps/app_browsertest.cc File chrome/browser/apps/app_browsertest.cc (right): https://codereview.chromium.org/166573005/diff/180001/chrome/browser/apps/app_browsertest.cc#newcode808 chrome/browser/apps/app_browsertest.cc:808: // Runs a test inside a harness that opens ...
6 years, 10 months ago (2014-02-15 00:26:34 UTC) #5
scheib
lgtm with nits mentions previously as optional.
6 years, 10 months ago (2014-02-15 00:30:49 UTC) #6
James Cook
The CQ bit was checked by jamescook@chromium.org
6 years, 10 months ago (2014-02-15 01:13:16 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jamescook@chromium.org/166573005/370001
6 years, 10 months ago (2014-02-15 01:25:26 UTC) #8
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-15 03:27:44 UTC) #9
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=264949
6 years, 10 months ago (2014-02-15 03:27:45 UTC) #10
scheib
The CQ bit was checked by scheib@chromium.org
6 years, 10 months ago (2014-02-15 03:30:38 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jamescook@chromium.org/166573005/370001
6 years, 10 months ago (2014-02-15 03:30:58 UTC) #12
commit-bot: I haz the power
6 years, 10 months ago (2014-02-15 05:36:41 UTC) #13
Message was sent while issue was closed.
Change committed as 251542

Powered by Google App Engine
This is Rietveld 408576698