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

Issue 10270029: Fullscreen can't use the desktop as a parent in metro mode (Closed)

Created:
8 years, 7 months ago by cpu_(ooo_6.6-7.5)
Modified:
8 years, 7 months ago
Reviewers:
ananta, sky
CC:
chromium-reviews, yusukes+watch_chromium.org, jam, penghuang+watch_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, James Su
Visibility:
Public.

Description

Fullscreen can't use the desktop as a parent in metro mode Also moved the rootwindow stuff to the hwnd_util and cleaned it up. BUG=118641 TEST=see bug Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=134848

Patch Set 1 #

Total comments: 3

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -28 lines) Patch
M content/browser/renderer_host/render_widget_host_view_win.cc View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M ui/base/win/hwnd_util.h View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M ui/base/win/hwnd_util.cc View 1 2 2 chunks +15 lines, -0 lines 0 comments Download
M ui/base/win/window_impl.cc View 1 2 2 chunks +2 lines, -25 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
cpu_(ooo_6.6-7.5)
8 years, 7 months ago (2012-05-01 02:44:18 UTC) #1
sky
http://codereview.chromium.org/10270029/diff/1/ui/base/win/hwnd_util.cc File ui/base/win/hwnd_util.cc (right): http://codereview.chromium.org/10270029/diff/1/ui/base/win/hwnd_util.cc#newcode191 ui/base/win/hwnd_util.cc:191: if (!metro) { nit: no {} http://codereview.chromium.org/10270029/diff/1/ui/base/win/hwnd_util.h File ui/base/win/hwnd_util.h ...
8 years, 7 months ago (2012-05-01 15:40:39 UTC) #2
cpu_(ooo_6.6-7.5)
code updated, please look again. http://codereview.chromium.org/10270029/diff/1/ui/base/win/hwnd_util.h File ui/base/win/hwnd_util.h (right): http://codereview.chromium.org/10270029/diff/1/ui/base/win/hwnd_util.h#newcode53 ui/base/win/hwnd_util.h:53: UI_EXPORT HWND GetRootWindow(bool is_child_window); ...
8 years, 7 months ago (2012-05-01 20:53:12 UTC) #3
sky
How about GetWindowToParentTo? And should the boolean be named fullscreen? -Scott On Tue, May 1, ...
8 years, 7 months ago (2012-05-01 21:12:00 UTC) #4
cpu_(ooo_6.6-7.5)
changed to your suggestion. PTAL
8 years, 7 months ago (2012-05-02 00:25:51 UTC) #5
ananta
LGTM
8 years, 7 months ago (2012-05-02 00:42:18 UTC) #6
cpu_(ooo_6.6-7.5)
sky, I am going to check in since we want it for a demo but ...
8 years, 7 months ago (2012-05-02 01:28:07 UTC) #7
sky
8 years, 7 months ago (2012-05-02 03:54:36 UTC) #8
LGTM

Powered by Google App Engine
This is Rietveld 408576698