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

Issue 11280173: Rename ShellWindow* classes (Closed)

Created:
8 years ago by stevenjb
Modified:
8 years ago
CC:
chromium-reviews, Aaron Boodman, jeremya+watch_chromium.org, tfarina, sail+watch_chromium.org, chromium-apps-reviews_chromium.org
Visibility:
Public.

Description

Rename ShellWindow* classes ShellWindow* -> AppWindow* NativeShellWindow -> AppBaseWindow Split AppWindowViews common code into AppBaseWindowViews BUG=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=170212

Patch Set 1 #

Patch Set 2 : Fix win build #

Patch Set 3 : Fix mac build #

Total comments: 1

Patch Set 4 : OSX AppWindowController -> AppNSWindowController #

Patch Set 5 : AppBaseWindow -> NativeAppWindow #

Patch Set 6 : Fix mac build #

Patch Set 7 : Eliminated NativeAppDefaultWindowViews #

Patch Set 8 : Merge fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+270 lines, -2628 lines) Patch
A + chrome/browser/ui/cocoa/extensions/native_app_window_cocoa.h View 1 2 3 4 5 9 chunks +21 lines, -21 lines 0 comments Download
A + chrome/browser/ui/cocoa/extensions/native_app_window_cocoa.mm View 1 2 3 4 5 6 7 23 chunks +73 lines, -71 lines 0 comments Download
D chrome/browser/ui/cocoa/extensions/shell_window_cocoa.h View 1 chunk +0 lines, -171 lines 0 comments Download
D chrome/browser/ui/cocoa/extensions/shell_window_cocoa.mm View 1 2 3 4 5 6 1 chunk +0 lines, -736 lines 0 comments Download
A + chrome/browser/ui/extensions/native_app_window.h View 1 2 3 4 2 chunks +8 lines, -8 lines 0 comments Download
D chrome/browser/ui/extensions/native_shell_window.h View 1 chunk +0 lines, -45 lines 0 comments Download
M chrome/browser/ui/extensions/shell_window.h View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/extensions/shell_window.cc View 1 2 3 4 5 6 12 chunks +21 lines, -21 lines 0 comments Download
A + chrome/browser/ui/gtk/extensions/native_app_window_gtk.h View 1 2 3 4 5 chunks +18 lines, -18 lines 0 comments Download
A + chrome/browser/ui/gtk/extensions/native_app_window_gtk.cc View 1 2 3 4 5 6 7 13 chunks +44 lines, -46 lines 0 comments Download
D chrome/browser/ui/gtk/extensions/shell_window_gtk.h View 1 chunk +0 lines, -131 lines 0 comments Download
D chrome/browser/ui/gtk/extensions/shell_window_gtk.cc View 1 2 3 4 5 6 1 chunk +0 lines, -373 lines 0 comments Download
A + chrome/browser/ui/views/extensions/native_app_window_views.h View 1 2 3 4 5 6 5 chunks +13 lines, -13 lines 0 comments Download
A + chrome/browser/ui/views/extensions/native_app_window_views.cc View 1 2 3 4 5 6 15 chunks +62 lines, -61 lines 0 comments Download
D chrome/browser/ui/views/extensions/shell_window_views.h View 1 2 3 4 5 6 1 chunk +0 lines, -148 lines 0 comments Download
D chrome/browser/ui/views/extensions/shell_window_views.cc View 1 2 3 4 5 6 1 chunk +0 lines, -755 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 3 4 5 6 4 chunks +7 lines, -7 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
stevenjb
I did the renaming based on the email thread. I did not touch "ShellWindow" itself ...
8 years ago (2012-11-27 00:18:22 UTC) #1
jeremya
names LGTM https://codereview.chromium.org/11280173/diff/1020/chrome/browser/ui/cocoa/extensions/app_window_cocoa.h File chrome/browser/ui/cocoa/extensions/app_window_cocoa.h (right): https://codereview.chromium.org/11280173/diff/1020/chrome/browser/ui/cocoa/extensions/app_window_cocoa.h#newcode145 chrome/browser/ui/cocoa/extensions/app_window_cocoa.h:145: scoped_nsobject<AppWindowController> window_controller_; If we're thinking about renaming ...
8 years ago (2012-11-27 04:51:45 UTC) #2
Ben Goodger (Google)
I'm confused by AppBaseWindow. Is it a subclass or superclass of AppWindow? We have a ...
8 years ago (2012-11-27 16:45:34 UTC) #3
stevenjb
On 2012/11/27 16:45:34, Ben Goodger (Google) wrote: > I'm confused by AppBaseWindow. Is it a ...
8 years ago (2012-11-27 17:24:26 UTC) #4
stevenjb (google-dont-use)
On Tue, Nov 27, 2012 at 10:56 AM, Ben Goodger (Google) <ben@chromium.org>wrote: > I'm not ...
8 years ago (2012-11-27 23:47:02 UTC) #5
stevenjb
Latest patch has the following naming: NativeAppDefaultWindowViews : NativeAppWindowViews : NativeAppWindow : BaseWindow PTAL
8 years ago (2012-11-28 00:16:01 UTC) #6
stevenjb
ping?
8 years ago (2012-11-28 20:44:52 UTC) #7
stevenjb
OK, I un-extracted NativeAppDefaultWindowViews, so we only have 3 levels of hierarchy. separate CL I ...
8 years ago (2012-11-29 00:25:07 UTC) #8
Ben Goodger (Google)
lgtm
8 years ago (2012-11-29 00:59:25 UTC) #9
commit-bot: I haz the power
8 years ago (2012-11-29 02:09:35 UTC) #10

Powered by Google App Engine
This is Rietveld 408576698