[Webkit-unassigned] [Bug 44158] [soup] implement ResourceHandle::platformSetDefersLoading
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Aug 18 10:06:36 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=44158
Gustavo Noronha (kov) <gns at gnome.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #64680|review? |review-
Flag| |
--- Comment #2 from Gustavo Noronha (kov) <gns at gnome.org> 2010-08-18 10:06:37 PST ---
(From update of attachment 64680)
I think this is a good thing to have, since other platforms support it, but do we have an idea of what this gains us? Is there a way to test it? It looks like we want to also check whether the message should start deferred: the constructor has a boolean: ResourceHandle(const ResourceRequest&, ResourceHandleClient*, bool defersLoading, bool shouldContentSniff);. Mac checks m_defersLoading when a new message is queued, and pauses it, it seems. I'll say r- for the lack of checking if we should start deferred, but it would be great if we could know why we are implementing this before we do.
--
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