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

Issue 10822004: Draggable region support for frameless app window on Windows. (Closed)

Created:
8 years, 5 months ago by jianli
Modified:
8 years, 4 months ago
CC:
chromium-reviews, mihaip-chromium-reviews_chromium.org, tfarina, jeremya+watch_chromium.org, jam, dcheng, joi+watch-content_chromium.org, Aaron Boodman, darin-cc_chromium.org
Visibility:
Public.

Description

Draggable region support for frameless app window on Windows. BUG=134169 TEST=Manual test by dragging frameless window Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=150471

Patch Set 1 : Patch #

Patch Set 2 : Fix trybots #

Patch Set 3 : Patch #

Total comments: 7

Patch Set 4 : Fix per feedback #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+130 lines, -67 lines) Patch
M chrome/browser/ui/base_window.h View 1 chunk +0 lines, -7 lines 0 comments Download
M chrome/browser/ui/browser_window.h View 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/ui/cocoa/extensions/shell_window_cocoa.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/cocoa/extensions/shell_window_cocoa.mm View 1 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/ui/extensions/shell_window.h View 1 2 3 2 chunks +5 lines, -0 lines 2 comments Download
M chrome/browser/ui/extensions/shell_window.cc View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/gtk/extensions/shell_window_gtk.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/gtk/extensions/shell_window_gtk.cc View 1 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/ui/panels/panel.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/panels/panel.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/ui/panels/panel_browser_window.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/panels/panel_browser_window.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/ash/panel_view_aura.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/views/ash/panel_view_aura.cc View 1 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/extensions/shell_window_views.h View 1 2 3 4 chunks +10 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/extensions/shell_window_views.cc View 1 2 3 19 chunks +57 lines, -30 lines 0 comments Download
M chrome/chrome_common.gypi View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A chrome/common/extensions/draggable_region.h View 1 2 3 1 chunk +20 lines, -0 lines 0 comments Download
M chrome/common/extensions/extension_messages.h View 1 2 3 3 chunks +11 lines, -0 lines 0 comments Download
M chrome/renderer/extensions/extension_helper.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/extensions/extension_helper.cc View 1 2 3 1 chunk +14 lines, -0 lines 0 comments Download
M content/public/renderer/render_view_observer.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/render_view_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/render_view_impl.cc View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
jianli
8 years, 4 months ago (2012-08-03 00:21:37 UTC) #1
jeremya
lgtm, but I am not in the OWNERS file http://codereview.chromium.org/10822004/diff/5004/chrome/browser/ui/views/extensions/shell_window_views.cc File chrome/browser/ui/views/extensions/shell_window_views.cc (right): http://codereview.chromium.org/10822004/diff/5004/chrome/browser/ui/views/extensions/shell_window_views.cc#newcode212 chrome/browser/ui/views/extensions/shell_window_views.cc:212: ...
8 years, 4 months ago (2012-08-07 01:00:17 UTC) #2
jianli
Ben, can you take a look as an owner? Thanks. On Mon, Aug 6, 2012 ...
8 years, 4 months ago (2012-08-07 03:16:56 UTC) #3
Ben Goodger (Google)
The main comment I have is that this feature seems specific to apps, which implies ...
8 years, 4 months ago (2012-08-07 18:03:51 UTC) #4
jianli
Changed to handle via extension specific IPC. http://codereview.chromium.org/10822004/diff/5004/chrome/browser/ui/views/extensions/shell_window_views.cc File chrome/browser/ui/views/extensions/shell_window_views.cc (right): http://codereview.chromium.org/10822004/diff/5004/chrome/browser/ui/views/extensions/shell_window_views.cc#newcode212 chrome/browser/ui/views/extensions/shell_window_views.cc:212: if (close_button_->visible() ...
8 years, 4 months ago (2012-08-07 20:38:06 UTC) #5
Ben Goodger (Google)
http://codereview.chromium.org/10822004/diff/4018/chrome/browser/ui/extensions/shell_window.h File chrome/browser/ui/extensions/shell_window.h (right): http://codereview.chromium.org/10822004/diff/4018/chrome/browser/ui/extensions/shell_window.h#newcode30 chrome/browser/ui/extensions/shell_window.h:30: struct DraggableRegion; Is there an apps namespace that this ...
8 years, 4 months ago (2012-08-07 20:45:27 UTC) #6
jianli
http://codereview.chromium.org/10822004/diff/4018/chrome/browser/ui/extensions/shell_window.h File chrome/browser/ui/extensions/shell_window.h (right): http://codereview.chromium.org/10822004/diff/4018/chrome/browser/ui/extensions/shell_window.h#newcode30 chrome/browser/ui/extensions/shell_window.h:30: struct DraggableRegion; On 2012/08/07 20:45:27, Ben Goodger (Google) wrote: ...
8 years, 4 months ago (2012-08-07 20:48:15 UTC) #7
Ben Goodger (Google)
OK. LGTM.
8 years, 4 months ago (2012-08-07 21:13:39 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jianli@chromium.org/10822004/4018
8 years, 4 months ago (2012-08-07 22:18:08 UTC) #9
commit-bot: I haz the power
Presubmit check for 10822004-4018 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 4 months ago (2012-08-07 22:18:22 UTC) #10
jianli
John, could you please approve it as an owner of content? Thanks.
8 years, 4 months ago (2012-08-07 22:22:07 UTC) #11
jam
content lgtm
8 years, 4 months ago (2012-08-07 23:06:42 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jianli@chromium.org/10822004/4018
8 years, 4 months ago (2012-08-07 23:07:24 UTC) #13
commit-bot: I haz the power
8 years, 4 months ago (2012-08-08 00:39:39 UTC) #14
Change committed as 150471

Powered by Google App Engine
This is Rietveld 408576698