Do not update Fluent DOM attributes if they match current ones
Categories
(Core :: Internationalization, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox68 | --- | fixed |
People
(Reporter: zbraniecki, Assigned: zbraniecki)
References
Details
Attachments
(1 file)
DOMLocalization.setAttributes can detect when the old and new id/args are the same and avoid setting them, which in turn avoids Mutations and inheritance in XBL.
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 1•6 years ago
|
||
Comment 2•6 years ago
|
||
This appears to fix the churn issue I mention in https://github.com/projectfluent/fluent.js/issues/300, meaning there will be much less back-and-forth on accesskey formatting with the label Custom Element (Bug 1448213).
Updated•6 years ago
|
Comment 4•6 years ago
|
||
Backed out changeset a8acb6aa4a52 (bug 1534480)for chrome mochitest failures on dom_overlays/test_same_attribute.html CLOSED TREE
Backout revision https://hg.mozilla.org/integration/autoland/rev/140dfb5fd701bdf3d0feb04363bd32d485552421
First it started to fail on Tier 2 TestVerify and then on Tier 1 Mochitest Chrome
Failure logs https://treeherder.mozilla.org/logviewer.html#?job_id=240725969&repo=autoland
https://treeherder.mozilla.org/logviewer.html#?job_id=240726007&repo=autoland
:gandalf can you please take a look?
Comment 6•6 years ago
|
||
bugherder |
Assignee | ||
Updated•6 years ago
|
Description
•