Bug 23584

Summary: Update application cache code for the latest round of spec changes
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: WebCore Misc.Assignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
proposed patch andersca: review+

Alexey Proskuryakov
Reported 2009-01-28 05:02:24 PST
The changes mostly affect the update process - events are sent at different time, and caches are associated with documents differently.
Attachments
proposed patch (67.92 KB, patch)
2009-01-28 05:30 PST, Alexey Proskuryakov
andersca: review+
Alexey Proskuryakov
Comment 1 2009-01-28 05:30:20 PST
Created attachment 27102 [details] proposed patch
Anders Carlsson
Comment 2 2009-01-28 10:49:28 PST
Comment on attachment 27102 [details] proposed patch > + it = m_pendingMasterResourceLoaders.find(loader); > + if (it != m_pendingMasterResourceLoaders.end()) > + m_pendingMasterResourceLoaders.remove(it); > This could just be m_pendingMasterResourceLoaders.remove(loader); Looks great otherwise! r=me
Alexey Proskuryakov
Comment 3 2009-01-29 00:27:19 PST
Committed revision 40354.
Note You need to log in before you can comment on or make changes to this bug.