Bug 66484
Summary: | New XML parser: tokenizer should report errors | ||
---|---|---|---|
Product: | WebKit | Reporter: | Vicki Pfau <jeffrey+webkit> |
Component: | XML | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 66487 |
Vicki Pfau
Currently, the XML tokenizer emits an EOF token if there is a tokenizer error. This means that we lose information about what the tokenizer error, and we can't report the error to the client. It probably makes sense to have a special Error token which contains information about the error.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |