Closed
Bug 1300729
Opened 8 years ago
Closed 8 years ago
Optimize null values in the parser
Categories
(L20n :: JS Library, defect)
L20n
JS Library
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: stas, Assigned: stas)
Details
(Whiteboard: [gecko-l20n])
For entities with null values we must check all traits to see if any one of them is the default one. It will then become the value. This is rare if traits are primarily used for HTML/XUL attributes.
We could optimize this check by doing it in the parser.
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → stas
Assignee | ||
Comment 1•8 years ago
|
||
https://hg.mozilla.org/projects/larch/rev/967113221c5854c237b1aa4e33e818a28123b44a
Bug 1300729 - Optimize null values in the parser
Assignee | ||
Comment 2•8 years ago
|
||
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•