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

Issue 1813693003: Fixed a fullscreen race condition on OSX (Closed)

Created:
4 years, 9 months ago by spqchan
Modified:
4 years, 9 months ago
Reviewers:
Robert Sesek
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fixed a fullscreen race condition on OSX Ensure that |windowDidExitFullscreen| gets called after the fullscreen transition is completed. Slightly speed up the animations on Yosemite. BUG=593419 Committed: https://crrev.com/38ac6be27a783853f6a8fec136d2f4d3235a34d6 Cr-Commit-Position: refs/heads/master@{#383381}

Patch Set 1 #

Total comments: 1

Patch Set 2 : Replaced params in init to just BrowserWindowController #

Patch Set 3 : nit #

Total comments: 2

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+86 lines, -36 lines) Patch
M chrome/browser/ui/cocoa/browser_window_controller.h View 1 2 3 chunks +12 lines, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/browser_window_controller.mm View 1 2 chunks +11 lines, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/browser_window_controller_private.mm View 1 2 3 chunks +13 lines, -10 lines 0 comments Download
M chrome/browser/ui/cocoa/browser_window_fullscreen_transition.h View 1 2 2 chunks +8 lines, -11 lines 0 comments Download
M chrome/browser/ui/cocoa/browser_window_fullscreen_transition.mm View 1 2 3 8 chunks +42 lines, -15 lines 0 comments Download

Messages

Total messages: 13 (3 generated)
spqchan
PTAL
4 years, 9 months ago (2016-03-17 21:24:49 UTC) #2
Robert Sesek
Can you explain the race condition here or on the bug? Is it that the ...
4 years, 9 months ago (2016-03-18 16:41:13 UTC) #3
spqchan
On 2016/03/18 16:41:13, Robert Sesek wrote: > Can you explain the race condition here or ...
4 years, 9 months ago (2016-03-18 18:50:05 UTC) #4
spqchan
PTAL
4 years, 9 months ago (2016-03-23 21:09:59 UTC) #5
Robert Sesek
https://codereview.chromium.org/1813693003/diff/40001/chrome/browser/ui/cocoa/browser_window_fullscreen_transition.mm File chrome/browser/ui/cocoa/browser_window_fullscreen_transition.mm (right): https://codereview.chromium.org/1813693003/diff/40001/chrome/browser/ui/cocoa/browser_window_fullscreen_transition.mm#newcode213 chrome/browser/ui/cocoa/browser_window_fullscreen_transition.mm:213: controller_.reset([controller retain]); Does this have the potential to create ...
4 years, 9 months ago (2016-03-24 18:45:37 UTC) #6
spqchan
PTAL https://codereview.chromium.org/1813693003/diff/40001/chrome/browser/ui/cocoa/browser_window_fullscreen_transition.mm File chrome/browser/ui/cocoa/browser_window_fullscreen_transition.mm (right): https://codereview.chromium.org/1813693003/diff/40001/chrome/browser/ui/cocoa/browser_window_fullscreen_transition.mm#newcode213 chrome/browser/ui/cocoa/browser_window_fullscreen_transition.mm:213: controller_.reset([controller retain]); On 2016/03/24 18:45:37, Robert Sesek wrote: ...
4 years, 9 months ago (2016-03-24 19:59:30 UTC) #7
Robert Sesek
LGTM
4 years, 9 months ago (2016-03-25 20:18:26 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1813693003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1813693003/60001
4 years, 9 months ago (2016-03-25 21:31:44 UTC) #10
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 9 months ago (2016-03-25 22:13:02 UTC) #11
commit-bot: I haz the power
4 years, 9 months ago (2016-03-25 22:14:17 UTC) #13
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/38ac6be27a783853f6a8fec136d2f4d3235a34d6
Cr-Commit-Position: refs/heads/master@{#383381}

Powered by Google App Engine
This is Rietveld 408576698