RESOLVED FIXED Bug 69374
Update html5-full-render.html to load the HTML5 spec incrementally, closer to how the browser would
https://bugs.webkit.org/show_bug.cgi?id=69374
Summary Update html5-full-render.html to load the HTML5 spec incrementally, closer to...
Eric Seidel (no email)
Reported 2011-10-04 14:03:42 PDT
Update html5-full-render.html to load the HTML5 spec incrementally, closer to how the browser would
Attachments
Patch (4.47 KB, patch)
2011-10-04 14:04 PDT, Eric Seidel (no email)
no flags
Eric Seidel (no email)
Comment 1 2011-10-04 14:04:57 PDT
James Robinson
Comment 2 2011-10-04 14:11:44 PDT
Comment on attachment 109683 [details] Patch Seems reasonable.
Eric Seidel (no email)
Comment 3 2011-10-04 14:17:09 PDT
Thanks.
WebKit Review Bot
Comment 4 2011-10-04 14:26:10 PDT
Comment on attachment 109683 [details] Patch Clearing flags on attachment: 109683 Committed r96647: <http://trac.webkit.org/changeset/96647>
WebKit Review Bot
Comment 5 2011-10-04 14:26:15 PDT
All reviewed patches have been landed. Closing bug.
Eric Seidel (no email)
Comment 6 2011-10-04 14:31:41 PDT
@antti and others who may want to use this benchmark: Once we sort out the the style selection issue, we may wish to tweak the chunksize down a bit to more closely match normal in-browser loads. I expect we do more than 12 style resolves in a normal in-browser load.
Eric Seidel (no email)
Comment 7 2011-10-04 14:37:36 PDT
Hmm. I now realize that I updated the html5.html file before posting this to remove the absolute URLs that Chrome's "save as page" had added. That reduced the size from 8mb to 6mb and thus brought our number of forced style resolves from 12 down to 9. I'll tweak the chunkSize to bring that number back up, as otherwise style resolution won't show up very hot.
Eric Seidel (no email)
Comment 8 2011-10-04 15:55:44 PDT
Note You need to log in before you can comment on or make changes to this bug.