Bug 70177
| Summary: | parseMappedAttribute has no way of knowing if an attribute's value has changed | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Julien Chaffraix <jchaffraix> |
| Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED CONFIGURATION CHANGED | ||
| Severity: | Major | CC: | annevk, ap, darin, kling |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
Julien Chaffraix
Some of the classes that we have in html/ are storing the attribute's value to check if it has changed. If we had a way of getting the old value, we make better memory / speed trade-offs in those cases.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Anne van Kesteren
This code has been refactored.