WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
42230
Page flashes to mostly white towards the end of loading
https://bugs.webkit.org/show_bug.cgi?id=42230
Summary
Page flashes to mostly white towards the end of loading
Simon Fraser (smfr)
Reported
2010-07-13 21:25:00 PDT
The page in the URL shows a white flash towards the end of loading (when some Flash content is loading). <
rdar://problem/8155738
>
Attachments
Patch
(7.11 KB, patch)
2010-07-13 21:50 PDT
,
Simon Fraser (smfr)
mitz: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Simon Fraser (smfr)
Comment 1
2010-07-13 21:50:38 PDT
Created
attachment 61466
[details]
Patch
mitz
Comment 2
2010-07-13 21:54:47 PDT
Comment on
attachment 61466
[details]
Patch
> + as the dimensions, to ensure the layer appers on the correct place.
Typo: “appers on”
> + FloatSize usedSize = m_size; > + if (m_usingTiledLayer) > + usedSize = constrainedSize();
I’d write this as FloatSize usedSize = m_usingTiledLayer ? constrainedSize() : m_size; but the compiler probably doesn’t care. r=me!
Simon Fraser (smfr)
Comment 3
2010-07-13 22:03:15 PDT
http://trac.webkit.org/changeset/63283
Mark Rowe (bdash)
Comment 4
2010-07-27 18:31:12 PDT
***
Bug 42838
has been marked as a duplicate of this bug. ***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug