[Webkit-unassigned] [Bug 40779] [Chromium] Perf regression following landing of HTML5 parser

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 17 14:24:29 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=40779


Tony Gentilcore <tonyg at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |chase at chromium.org




--- Comment #6 from Tony Gentilcore <tonyg at chromium.org>  2010-06-17 14:24:29 PST ---
I've got a test case now. It looks like the bug is caused by an external resource inside a <noscript> tag.

In some of our page cyclers, the paths for resources loaded inside a <noscript> were not re-written to be on the local file system (which is fine). I'm guessing the old preload scanner skipped <noscript> tags whereas the new does not. If so, I'll put together a patch to make the new preload scanner skip <noscript>s.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list