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

Issue 215593002: CoreAnimation: Give app windows layers (Closed)

Created:
6 years, 9 months ago by ccameron
Modified:
6 years, 9 months ago
Reviewers:
Avi (use Gerrit), Andre
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

CoreAnimation: Give app windows layers On 10.6-10.8, there is a brief flicker of corruption when the RWHVCocoa (which has a CALayer) is added to the already-visible window's NSView hierarchy. I suspect that this is a mini-seizure that the window system has when transitioning the window from a "does not have layers" mode to a "has layers" mode. Adding a layer to the window's NSView hierarchy before the window is made visible makes this seizure not happen. BUG=356627 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=260268

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -0 lines) Patch
M chrome/browser/ui/cocoa/apps/native_app_window_cocoa.mm View 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
ccameron
One line fix for 10.6-10.8 corruption flashes. The explanation seems plausible to me, but is ...
6 years, 9 months ago (2014-03-27 21:57:57 UTC) #1
Andre
On 2014/03/27 21:57:57, ccameron1 wrote: > One line fix for 10.6-10.8 corruption flashes. > > ...
6 years, 9 months ago (2014-03-27 22:48:30 UTC) #2
Avi (use Gerrit)
This does mean that everything gets a layer, though, yes? If we won't hit the ...
6 years, 9 months ago (2014-03-27 23:41:03 UTC) #3
ccameron
On 2014/03/27 23:41:03, Avi wrote: > This does mean that everything gets a layer, though, ...
6 years, 9 months ago (2014-03-28 08:54:22 UTC) #4
ccameron
The CQ bit was checked by ccameron@chromium.org
6 years, 9 months ago (2014-03-28 08:54:29 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ccameron@chromium.org/215593002/1
6 years, 9 months ago (2014-03-28 08:56:02 UTC) #6
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-28 10:20:11 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on mac_chromium_rel
6 years, 9 months ago (2014-03-28 10:20:11 UTC) #8
ccameron
The CQ bit was checked by ccameron@chromium.org
6 years, 9 months ago (2014-03-28 16:03:17 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ccameron@chromium.org/215593002/1
6 years, 9 months ago (2014-03-28 16:06:44 UTC) #10
ccameron
On 2014/03/28 16:06:44, I haz the power (commit-bot) wrote: > CQ is trying da patch. ...
6 years, 9 months ago (2014-03-28 17:28:54 UTC) #11
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-28 17:46:00 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on mac_chromium_rel
6 years, 9 months ago (2014-03-28 17:46:01 UTC) #13
ccameron
The CQ bit was checked by ccameron@chromium.org
6 years, 9 months ago (2014-03-28 18:52:58 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ccameron@chromium.org/215593002/1
6 years, 9 months ago (2014-03-28 18:59:07 UTC) #15
commit-bot: I haz the power
6 years, 9 months ago (2014-03-28 20:49:40 UTC) #16
Message was sent while issue was closed.
Change committed as 260268

Powered by Google App Engine
This is Rietveld 408576698