Bug 23012

Summary: Bring application cache manifest parsing up to date
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+

Description Alexey Proskuryakov 2008-12-28 08:52:28 PST
There are several discrepancies between our implementation of manifest parsing and HTML. Most notably, we don't parse unknown sections correctly, not allowing for future extensions.

Patch forthcoming.
Comment 1 Alexey Proskuryakov 2008-12-28 08:59:16 PST
Created attachment 26280 [details]
proposed patch
Comment 2 Anders Carlsson 2008-12-28 09:03:07 PST
Comment on attachment 26280 [details]
proposed patch

Looks great! r=me!
Comment 3 Alexey Proskuryakov 2008-12-28 09:19:33 PST
Committed revision 39492.