WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
23584
Update application cache code for the latest round of spec changes
https://bugs.webkit.org/show_bug.cgi?id=23584
Summary
Update application cache code for the latest round of spec changes
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug