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

Issue 8571026: Fix fullscreen mode on aura (Closed)

Created:
9 years, 1 month ago by oshima
Modified:
9 years, 1 month ago
CC:
chromium-reviews, tfarina, dhollowa, Paweł Hajdan Jr.
Visibility:
Public.

Description

Fix fullscreen mode on aura * Switching to fullscreen on aura is synchronous. Use the same path as windows. * Use dispatcher to run all pending in in_process_browser_tests. * Check if the window is already destroyed in NatveWidgetAura::Hide BUG=103485 TEST=following tests should pass with this patch on aura: BrowserTest.TestFullscreenBubbleMouseLockState BrowserTest.TestNewTabExitsFullscreen BrowserTest.TestTabExitsItselfFromFullscreen Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=110337

Patch Set 1 #

Patch Set 2 : git-try -b win_aura,linux_aura,win,linux_chromeos #

Total comments: 2

Patch Set 3 : move to Close #

Patch Set 4 : update comment #

Patch Set 5 : update comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -15 lines) Patch
M chrome/browser/ui/views/frame/browser_view.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M chrome/test/base/in_process_browser_test.cc View 1 2 3 4 3 chunks +8 lines, -8 lines 0 comments Download
M views/widget/native_widget_aura.cc View 1 2 3 1 chunk +7 lines, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
oshima
9 years, 1 month ago (2011-11-16 14:42:19 UTC) #1
Ben Goodger (Google)
http://codereview.chromium.org/8571026/diff/2001/views/widget/native_widget_aura.cc File views/widget/native_widget_aura.cc (right): http://codereview.chromium.org/8571026/diff/2001/views/widget/native_widget_aura.cc#newcode378 views/widget/native_widget_aura.cc:378: if (window_) This seems kind of random. What other ...
9 years, 1 month ago (2011-11-16 15:48:24 UTC) #2
oshima
http://codereview.chromium.org/8571026/diff/2001/views/widget/native_widget_aura.cc File views/widget/native_widget_aura.cc (right): http://codereview.chromium.org/8571026/diff/2001/views/widget/native_widget_aura.cc#newcode378 views/widget/native_widget_aura.cc:378: if (window_) On 2011/11/16 15:48:25, Ben Goodger (Google) wrote: ...
9 years, 1 month ago (2011-11-16 16:51:47 UTC) #3
oshima
uploaded new patch. PTAL
9 years, 1 month ago (2011-11-16 17:22:42 UTC) #4
Ben Goodger (Google)
lgtm
9 years, 1 month ago (2011-11-16 17:32:52 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/oshima@chromium.org/8571026/6005
9 years, 1 month ago (2011-11-16 18:20:03 UTC) #6
commit-bot: I haz the power
9 years, 1 month ago (2011-11-16 19:50:04 UTC) #7
Change committed as 110337

Powered by Google App Engine
This is Rietveld 408576698