WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
59276
[Gtk] No need to erase background before loading a new page
https://bugs.webkit.org/show_bug.cgi?id=59276
Summary
[Gtk] No need to erase background before loading a new page
Joone Hur
Reported
2011-04-23 08:25:04 PDT
WebKitGtk+ erases background before loading a new page. So, if it takes some time to load the page, users have to see the empty page for a second. This makes the user think that the page loading is very slow. However, in the case of other WebKit based browser, they leave the current page before preparing the layout of a new page, and then just replace the current page with the new one.
Attachments
Propsed Patch
(2.11 KB, patch)
2011-04-25 15:45 PDT
,
Joone Hur
mrobinson
: review-
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Joone Hur
Comment 1
2011-04-25 15:45:34 PDT
Created
attachment 90968
[details]
Propsed Patch
Xan Lopez
Comment 2
2011-04-26 15:45:46 PDT
Comment on
attachment 90968
[details]
Propsed Patch Isn't finishedLoad extremely late for us to attach the adjusments?
Xan Lopez
Comment 3
2011-04-26 15:52:18 PDT
OK, this is the load finished for the DOM Document, not for the whole thing, I think. I believe Martin is working to remove the need to attach adjustments entirely in any case, so perhaps we want to wait for that.
Martin Robinson
Comment 4
2011-04-26 15:57:04 PDT
Comment on
attachment 90968
[details]
Propsed Patch Going to r- this one now, as hopefully in a few days we won't need to attach adjustments at all. If that approach fails though, please ping me later and we can re-address this one.
Joone Hur
Comment 5
2011-05-09 17:03:52 PDT
#59821 fixed this issue.
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