Open
Bug 1606994
Opened 5 years ago
Updated 5 years ago
Editor should use nsCSSPropertyID or CStrings for CSS property names, not atoms.
Categories
(Core :: DOM: Editor, defect, P3)
Core
DOM: Editor
Tracking
()
NEW
People
(Reporter: emilio, Unassigned)
Details
ChangeStyleTransaction and CSSEditUtils both use atoms to store property names. That's not great. They should use a better representation that doesn't require parsing the property over and over (like nsCSSPropertyID
), or at least one that doesn't make us copy and convert to utf-8 to parse the property (like nsCString
and such).
Updated•5 years ago
|
Priority: -- → P3
Updated•5 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•