Files
Alexandre Poirot e34b3d9044 Bug 2032221 - [devtools] Avoid triggerring rule view updates when previewing the same value. r=devtools-reviewers,nchevobbe
Any code asking for a declaration change preview will trigger unecessary
updates if the value is the same as the current value.
Because of this we were awaiting for more than one rule-view-changed
event in a couple of tests.

It looks like we can also get rid of `flushCount` workaround.

Shapes highlighter are now doing full updates instead of light preview+commit.

Differential Revision: https://phabricator.services.mozilla.com/D294905
2026-06-08 12:55:04 +00:00
..