Bug 87294

Summary: REGRESSION (r117623): Entering/exiting fullscreen HTML5 videos, there is a quick animated fade
Product: WebKit Reporter: Jer Noble <jer.noble>
Component: New BugsAssignee: Jer Noble <jer.noble>
Status: RESOLVED FIXED    
Severity: Normal CC: darin
Priority: P2 Keywords: InRadar, PlatformOnly
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.7   
Attachments:
Description Flags
Patch darin: review+

Description Jer Noble 2012-05-23 11:53:55 PDT
REGRESSION (117623) - Entering/exiting fullscreen HTML5 videos, there is a quick animated fade
Comment 1 Jer Noble 2012-05-23 11:57:18 PDT
<rdar://problem/11506223>
Comment 2 Jer Noble 2012-05-23 11:57:49 PDT
Created attachment 143608 [details]
Patch
Comment 3 Darin Adler 2012-05-23 13:04:00 PDT
Comment on attachment 143608 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=143608&action=review

> Source/WebKit2/UIProcess/API/mac/WKView.mm:2518
> +        [CATransaction begin];
> +        [CATransaction setDisableActions:YES];

A “why” comment would be good here for the setDisableActions: call.
Comment 4 Jer Noble 2012-05-23 14:14:39 PDT
Committed r118245: <http://trac.webkit.org/changeset/118245>