NEW 56149
Application cache silently ignores manifest parse errors
https://bugs.webkit.org/show_bug.cgi?id=56149
Summary Application cache silently ignores manifest parse errors
Nikolas Coukouma
Reported 2011-03-10 15:57:03 PST
When WebCore::ManifestParser (WebCore/loader/appcache/ManifestParser.cpp) encounters an abberation, it simply skips it without reporting anything. This can make it difficult to understand and debug issues with manifests.
Attachments
Michael Nordman
Comment 1 2011-03-10 16:23:35 PST
How the system should behave given 'bad input' is a matter of spec compliance, its explicit about skipping lines that the parser doesn't like. But there could be some script console output associated with questionable input w/o altering the behavior otherwise. Or maybe some inspector support for highlighting skipped lines.
Nikolas Coukouma
Comment 2 2011-03-11 12:43:41 PST
Right, I'm fine with the behavior w.r.t. the actual parse. My request for diagnostic information for development purposes. Web Inspector definitely seems like the better component fit :)
Note You need to log in before you can comment on or make changes to this bug.