Bug 78891
Summary: | StylePropertySet: Add a way for setProperty() to skip removing the existing property. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Andreas Kling <kling> |
Component: | CSS | Assignee: | Andreas Kling <kling> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 78070 |
Andreas Kling
For attribute styles, we can assume that the property is not already in the set. We should add a way to call setProperty() without doing the extra work looking for duplicates.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |