gecko-dev/devtools
Julian Descottes dfb8d25b1d Bug 1750446 - [devtools] Wait for the proper mutation in browser_rules_custom.js r=nchevobbe
We usually need three mutations to reach the final state of addProperty and usually the 2nd and 3rd come in the same batch.
Meaning that simply waiting for receivedMutations >= 2 works in most cases.

But the intermittent screenshots show that the markup view was not updated yet with the correct content meaning it either didn't receive or processed the last
mutation.
Let's try to wait for the proper mutation instead of using an arbitrary number. Hopefully this fixes it.

Differential Revision: https://phabricator.services.mozilla.com/D144181
2022-04-22 08:17:02 +00:00
..
client Bug 1750446 - [devtools] Wait for the proper mutation in browser_rules_custom.js r=nchevobbe 2022-04-22 08:17:02 +00:00
docs Bug 1764505 - [devtools] Migrate Tool's definition isTargetSupport to isToolSupported. r=nchevobbe 2022-04-20 15:15:06 +00:00
perfdocs Backed out changeset b0f8e402178c (bug 1753413) for causing perfdocs lint failures. CLOSED TREE 2022-02-03 21:36:02 +02:00
platform Bug 1731564: Use motivated SpinEventLoopUntil inside devtools/*. r=devtools-reviewers,jdescottes 2021-10-07 08:06:11 +00:00
server Bug 1554914 Simplify devtools/server/actors/object.js and remove eslint-disable complexity r=jdescottes 2022-04-22 04:47:27 +00:00
shared Bug 1737918 - Part 1: Add scroll() to animation-timeline for style system. r=emilio 2022-04-21 17:05:17 +00:00
startup Bug 1594639 - [devtools] Ensure reusing browser toolbox custom binary path on reload. r=nchevobbe 2022-04-21 12:14:39 +00:00
.eslintrc.js Bug 1762601 - Migrate all of devtools from Cu.import to ChromeUtils.import. r=jdescottes,perftest-reviewers,sparky 2022-04-04 13:41:02 +00:00
.eslintrc.xpcshell.js
CODE_OF_CONDUCT.md
moz.build Bug 1737573 - [devtools] Migrate MDN docs into Sphinx (connect docs to toc + css) r=nchevobbe,ahal 2021-11-03 10:45:52 +00:00
templates.mozbuild
tsconfig.json