[Webkit-unassigned] [Bug 48077] HTMLParserScheduler should be suspended when page loading is deferred

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 1 07:42:48 PDT 2010


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





--- Comment #19 from Eric Seidel <eric at webkit.org>  2010-11-01 07:42:47 PST ---
OK.  Feels a bit strange to suspend the thing which does the suspends. :)  But I can see where you're going here.

I think the general concept of this patch is OK then.

I wonder if instead of adding methods to this internal-detail of the parser, if instead we should add to the DocumentParser API and call a pause() resume() functions on the DocumentParser, which in the case of the HTMLDocumentParser know how to pause the scheduler as well.

-- 
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