Bug 103811
| Summary: | [meta] Fundamental flaws in SVG resource tracking | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Philip Rogers <pdr> |
| Component: | SVG | Assignee: | Philip Rogers <pdr> |
| Status: | NEW | ||
| Severity: | Normal | CC: | krit, zimmermann |
| Priority: | P2 | ||
| Version: | 420+ | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 104496, 90405 | ||
Philip Rogers
SVG's resource tracking (found in DocumentExtensions) is broken in several ways:
1) The pending resource code has a bug where pending entries are not removed: https://bugs.webkit.org/show_bug.cgi?id=102655
2) Duplicate ids are not handled correctly: https://bugs.webkit.org/show_bug.cgi?id=99893
3) Code is duplicated in all xlink:href classes: SVGUseElement, SVGTextPathElement, SVGMPathElement, etc.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Dirk Schulze
Does it make sense to investigate with a view to bug 90405?