gecko-dev/devtools
Luca Greco facdcdeaab Bug 1772905 - Update DevTools DOM panel tests that fails if InstallTrigger is not listed anymore as a window global. r=nchevobbe
These two DevTools DOM panel tests are expecting the elements being inspected to be at a certain row index
which depends (likely due to alphabetic order) that InstallTrigger is listed as a global in the window
being inspected (it doesn't matter what the value is, the failure is triggered because when InstallTrigger
is completely hidden the elements expected by the tests are shift by one row position).

And so these two tests would be currently permafailing when "extensions.InstallTrigger.enabled" is set to `false`
(but they are completely uneffected when "extensions.InstallTriggerImpl.enabled" is set to `false`, because the
InstallTrigger global is still defined, just set to null instead of providing the API defined by the
InstallTriggerImpl interface).

This patch changes name of the global properties to which they are set to "A" and "B", to make sure those properties
 are going to be in rows listed in the DOM panel before the two non-standard globals `InstallTrigger` and `SpecialPowers`
 and so that the visibility of the InstallTrigger global (either disabled or still visible) doesn't affect the test case.

Differential Revision: https://phabricator.services.mozilla.com/D148975
2022-06-14 19:29:06 +00:00
..
client Bug 1772905 - Update DevTools DOM panel tests that fails if InstallTrigger is not listed anymore as a window global. r=nchevobbe 2022-06-14 19:29:06 +00:00
docs Bug 1773203 - [devtools] Improve failure message and documentation for devtools-bundle job r=nchevobbe 2022-06-08 07:47:25 +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 1773809 - Cleanup devtools/platform and some toolkit/components includes r=sylvestre 2022-06-12 20:31:53 +00:00
server Bug 1774205 - [devtools] Remove unnecessary numFixProps property. r=jdescottes. 2022-06-14 15:00:36 +00:00
shared Bug 1754897 - Part 3: Support scroll-timeline shorthand in style system. r=emilio 2022-06-13 20:26:45 +00:00
startup Bug 1772146 - [devtools] Automatically destroy the DevToolsServer once the last connection drops. r=jdescottes 2022-06-09 09:16:01 +00:00
.eslintrc.js Bug 1771088 - [devtools] Disable react-hooks/rules-of-hooks eslint rule. r=jdescottes 2022-06-01 14:38:35 +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