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

Issue 27029006: apps: Move chrome's ShellWindowFrameView into apps/ (Closed)

Created:
7 years, 2 months ago by James Cook
Modified:
6 years, 3 months ago
CC:
chromium-reviews, tfarina, jeremya+watch_chromium.org, extensions-reviews_chromium.org, chromium-apps-reviews_chromium.org
Visibility:
Public.

Description

apps: Move chrome's ShellWindowFrameView into apps/ BUG=306535 TEST=compiles, can still resize a v2 app (like "Text") TBR=sky@chromium.org for moving shell_window_frame_view.h/cc out of its old location in Chrome Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=228619

Patch Set 1 #

Patch Set 2 : . #

Total comments: 5

Patch Set 3 : remove NativeAppWindowViews dependency #

Total comments: 2

Patch Set 4 : fix typo #

Unified diffs Side-by-side diffs Delta from patch set Stats (+181 lines, -537 lines) Patch
M apps/apps.gypi View 2 chunks +12 lines, -0 lines 0 comments Download
M apps/native_app_window.h View 1 2 3 2 chunks +7 lines, -0 lines 0 comments Download
A apps/ui/views/DEPS View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
A + apps/ui/views/shell_window_frame_view.h View 1 2 4 chunks +24 lines, -7 lines 0 comments Download
A + apps/ui/views/shell_window_frame_view.cc View 1 2 11 chunks +57 lines, -66 lines 0 comments Download
M chrome/browser/ui/cocoa/apps/native_app_window_cocoa.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/apps/native_app_window_cocoa.mm View 1 2 3 2 chunks +8 lines, -0 lines 0 comments Download
M chrome/browser/ui/gtk/apps/native_app_window_gtk.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/gtk/apps/native_app_window_gtk.cc View 1 2 3 2 chunks +10 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/apps/native_app_window_views.h View 1 2 3 4 chunks +9 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/apps/native_app_window_views.cc View 1 2 3 9 chunks +44 lines, -12 lines 0 comments Download
D chrome/browser/ui/views/extensions/shell_window_frame_view.h View 1 chunk +0 lines, -77 lines 0 comments Download
D chrome/browser/ui/views/extensions/shell_window_frame_view.cc View 1 chunk +0 lines, -370 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 10 (1 generated)
James Cook
stevenjb, PTAL especially at the ShellWindowFrameView part. benwells, PTAL especially at what I did with ...
7 years, 2 months ago (2013-10-11 23:05:06 UTC) #1
stevenjb
https://codereview.chromium.org/27029006/diff/3001/apps/ui/views/shell_window_frame_view.cc File apps/ui/views/shell_window_frame_view.cc (right): https://codereview.chromium.org/27029006/diff/3001/apps/ui/views/shell_window_frame_view.cc#newcode8 apps/ui/views/shell_window_frame_view.cc:8: #include "chrome/browser/ui/views/apps/native_app_window_views.h" Is the intention to check this in ...
7 years, 2 months ago (2013-10-12 00:16:42 UTC) #2
benwells
Awesome :) lgtm with stevenjb's suggestion about using the generic NativeAppWindow class. Do you think ...
7 years, 2 months ago (2013-10-14 02:51:39 UTC) #3
James Cook
stevenjb, please take another look The declaration order vs. implementation order is a mess in ...
7 years, 2 months ago (2013-10-14 20:37:29 UTC) #4
stevenjb
LGTM with const comment https://codereview.chromium.org/27029006/diff/13001/apps/native_app_window.h File apps/native_app_window.h (right): https://codereview.chromium.org/27029006/diff/13001/apps/native_app_window.h#newcode26 apps/native_app_window.h:26: virtual SkRegion* GetDraggableRegion() const = ...
7 years, 2 months ago (2013-10-14 22:16:31 UTC) #5
James Cook
https://codereview.chromium.org/27029006/diff/13001/apps/native_app_window.h File apps/native_app_window.h (right): https://codereview.chromium.org/27029006/diff/13001/apps/native_app_window.h#newcode26 apps/native_app_window.h:26: virtual SkRegion* GetDraggableRegion() const = 0; On 2013/10/14 22:16:31, ...
7 years, 2 months ago (2013-10-14 22:25:51 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jamescook@chromium.org/27029006/34001
7 years, 2 months ago (2013-10-14 22:28:16 UTC) #7
commit-bot: I haz the power
Change committed as 228619
7 years, 2 months ago (2013-10-15 04:54:33 UTC) #8
fahadnmnmnmnm
6 years, 3 months ago (2014-09-13 12:52:11 UTC) #10
Message was sent while issue was closed.

          

Powered by Google App Engine
This is Rietveld 408576698