Bug 144468

Summary: Asynchronous (or timed-out synchronous) resize flashes white instead of page background color
Product: WebKit Reporter: Tim Horton <thorton>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: REOPENED ---    
Severity: Normal CC: bdakin, commit-queue, mitz, sam, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 145326    
Bug Blocks:    
Attachments:
Description Flags
patch simon.fraser: review+

Description Tim Horton 2015-04-30 13:52:17 PDT
Created attachment 252085 [details]
patch

Use the pageExtendedBackgroundColor for the background color of the WKView,
if we have one (and aren't using a transparent background). This means
during asynchronous resize or other cases where the Web process isn't keeping
up with the UI process during a resize, we'll see background color instead of white.
Comment 1 WebKit Commit Bot 2015-04-30 13:54:09 PDT
Attachment 252085 [details] did not pass style-queue:


ERROR: Source/WebKit2/ChangeLog:1:  ChangeLog entry has no bug number  [changelog/bugnumber] [5]
Total errors found: 1 in 2 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 2 Tim Horton 2015-04-30 15:18:46 PDT
http://trac.webkit.org/changeset/183647
Comment 3 WebKit Commit Bot 2015-05-22 16:25:49 PDT
Re-opened since this is blocked by bug 145326