[Webkit-unassigned] [Bug 111614] New: Threaded HTML Parser should send preloads directly to the network thread

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 6 12:27:10 PST 2013


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

           Summary: Threaded HTML Parser should send preloads directly to
                    the network thread
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org
                CC: abarth at webkit.org, japhet at chromium.org,
                    willchan at chromium.org, simonjam at chromium.org


Threaded HTML Parser should send preloads directly to the network thread

This would allow preloads to be started quicker in the case of javascript running on the main thread.

The catch is that we'd need to check the MemoryCache before sending out the preload.  Which would likely require a lock to allow access from the networking thread.  I would expect little contention for such a lock.

Others who are more familiar with the loader could speculate better I'm sure.

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