Bug 111614

Summary: Threaded HTML Parser should send preloads directly to the network thread
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: abarth, annevk, ap, japhet, simonjam, willchan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 111645    

Description Eric Seidel (no email) 2013-03-06 12:29:35 PST
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.
Comment 1 Adam Barth 2013-03-06 14:55:45 PST
Should we have a meta bug for these sorts threaded parser improvements?
Comment 2 Eric Seidel (no email) 2013-03-06 16:46:19 PST
(In reply to comment #1)
> Should we have a meta bug for these sorts threaded parser improvements?

Created bug 111645.
Comment 3 Anne van Kesteren 2023-12-25 10:05:08 PST
Threaded HTML parser was removed.