Bug 70177 - parseMappedAttribute has no way of knowing if an attribute's value has changed
Summary: parseMappedAttribute has no way of knowing if an attribute's value has changed
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Major
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-15 09:29 PDT by Julien Chaffraix
Modified: 2023-12-29 03:01 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Julien Chaffraix 2011-10-15 09:29:58 PDT
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.
Comment 1 Anne van Kesteren 2023-12-29 03:01:56 PST
This code has been refactored.