Bug 23012 - Bring application cache manifest parsing up to date
Summary: Bring application cache manifest parsing up to date
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-28 08:52 PST by Alexey Proskuryakov
Modified: 2008-12-28 09:19 PST (History)
0 users

See Also:


Attachments
proposed patch (7.38 KB, patch)
2008-12-28 08:59 PST, Alexey Proskuryakov
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.