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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 31 20:38:02 PDT 2010


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





--- Comment #16 from Alexey Proskuryakov <ap at webkit.org>  2010-10-31 20:38:01 PST ---
> +    virtual void willDeferLoading() {}
> +    virtual void didResumeLoading() {}
> Please don't put implementations of virtual methods in the header.  That leads to binary bloat.

This is only accurate for virtual destructors. The above can make linking slower and increases intermediate file sizes, but doesn't have any effect on resulting binaries.

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