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

Issue 10378061: Exit tabbed fullscreen mode on navigation. (Closed)

Created:
8 years, 7 months ago by koz (OOO until 15th September)
Modified:
8 years, 6 months ago
Reviewers:
scheib, sky
CC:
chromium-reviews, yzshen1, dyu1
Visibility:
Public.

Description

Exit tabbed fullscreen mode on navigation. BUG=97553 TEST=Provided browser tests Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=142918

Patch Set 1 #

Patch Set 2 : fix tests, rebase #

Patch Set 3 : add comment #

Total comments: 18

Patch Set 4 : respond to comments #

Patch Set 5 : add reload test #

Total comments: 2

Patch Set 6 : rebase #

Patch Set 7 : respond to comments, remove flaky reload test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+159 lines, -11 lines) Patch
M chrome/browser/ui/fullscreen_controller.h View 1 2 3 5 chunks +21 lines, -1 line 0 comments Download
M chrome/browser/ui/fullscreen_controller.cc View 1 2 3 4 5 6 chunks +40 lines, -1 line 0 comments Download
M chrome/browser/ui/fullscreen_controller_browsertest.cc View 1 2 3 5 6 9 chunks +75 lines, -9 lines 0 comments Download
M chrome/browser/ui/fullscreen_controller_test.h View 1 2 3 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/ui/fullscreen_controller_test.cc View 1 2 3 4 5 6 2 chunks +20 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
koz (OOO until 15th September)
8 years, 7 months ago (2012-05-08 22:45:06 UTC) #1
sky
LGTM
8 years, 7 months ago (2012-05-08 23:44:46 UTC) #2
koz (OOO until 15th September)
This test was failing on linux before, but I've now fixed and updated the CL. ...
8 years, 6 months ago (2012-06-15 05:36:26 UTC) #3
sky
http://codereview.chromium.org/10378061/diff/13001/chrome/browser/ui/fullscreen_controller.cc File chrome/browser/ui/fullscreen_controller.cc (right): http://codereview.chromium.org/10378061/diff/13001/chrome/browser/ui/fullscreen_controller.cc#newcode160 chrome/browser/ui/fullscreen_controller.cc:160: fullscreened_tab_ = TabContents::FromWebContents(web_contents); Do we know when we get ...
8 years, 6 months ago (2012-06-15 15:01:08 UTC) #4
scheib
Thanks for this -- it's highly related to issues I was about to start for ...
8 years, 6 months ago (2012-06-15 16:12:31 UTC) #5
scheib
CCing dyu as well, who has more tests in progress related to this http://codereview.chromium.org/10535173/
8 years, 6 months ago (2012-06-15 16:31:02 UTC) #6
koz (OOO until 15th September)
Thanks for the reviews, guys! http://codereview.chromium.org/10378061/diff/13001/chrome/browser/ui/browser.h File chrome/browser/ui/browser.h (right): http://codereview.chromium.org/10378061/diff/13001/chrome/browser/ui/browser.h#newcode879 chrome/browser/ui/browser.h:879: TestTabDoesntExitFullscreenOnSubFrameNavigation); On 2012/06/15 16:12:31, ...
8 years, 6 months ago (2012-06-18 02:28:09 UTC) #7
scheib
(will do a more detailed patch review Monday) http://codereview.chromium.org/10378061/diff/13001/chrome/browser/ui/fullscreen_controller.cc File chrome/browser/ui/fullscreen_controller.cc (right): http://codereview.chromium.org/10378061/diff/13001/chrome/browser/ui/fullscreen_controller.cc#newcode160 chrome/browser/ui/fullscreen_controller.cc:160: fullscreened_tab_ ...
8 years, 6 months ago (2012-06-18 03:58:09 UTC) #8
scheib
lgtm http://codereview.chromium.org/10378061/diff/24001/chrome/browser/ui/fullscreen_controller_test.cc File chrome/browser/ui/fullscreen_controller_test.cc (right): http://codereview.chromium.org/10378061/diff/24001/chrome/browser/ui/fullscreen_controller_test.cc#newcode126 chrome/browser/ui/fullscreen_controller_test.cc:126: observer.WaitForObservation( Why not just observer.Wait()?
8 years, 6 months ago (2012-06-18 23:08:07 UTC) #9
koz (OOO until 15th September)
sky, still LGTY? http://codereview.chromium.org/10378061/diff/24001/chrome/browser/ui/fullscreen_controller_test.cc File chrome/browser/ui/fullscreen_controller_test.cc (right): http://codereview.chromium.org/10378061/diff/24001/chrome/browser/ui/fullscreen_controller_test.cc#newcode126 chrome/browser/ui/fullscreen_controller_test.cc:126: observer.WaitForObservation( On 2012/06/18 23:08:07, scheib wrote: ...
8 years, 6 months ago (2012-06-19 00:45:55 UTC) #10
sky
yes, SLGTM
8 years, 6 months ago (2012-06-19 00:59:48 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/koz@chromium.org/10378061/37001
8 years, 6 months ago (2012-06-19 01:01:22 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/koz@chromium.org/10378061/37001
8 years, 6 months ago (2012-06-19 01:35:10 UTC) #13
M-A Ruel
On 2012/06/19 01:35:10, I haz the power (commit-bot) wrote: > CQ is trying da patch. ...
8 years, 6 months ago (2012-06-19 01:37:39 UTC) #14
scheib
:( Reload test is flaky and cut? Can you put details onto http://crbug.com/132669?
8 years, 6 months ago (2012-06-19 02:41:20 UTC) #15
koz (OOO until 15th September)
On 2012/06/19 02:41:20, scheib wrote: > :( Reload test is flaky and cut? Can you ...
8 years, 6 months ago (2012-06-19 03:07:39 UTC) #16
commit-bot: I haz the power
Try job failure for 10378061-37001 (retry) on win_rel for step "chrome_frame_net_tests". It's a second try, ...
8 years, 6 months ago (2012-06-19 03:54:52 UTC) #17
commit-bot: I haz the power
8 years, 6 months ago (2012-06-19 03:58:32 UTC) #18

Powered by Google App Engine
This is Rietveld 408576698