gecko-dev/devtools
Nicolas Chevobbe 451188c464 Bug 1673882 - [devtools] Fix DOMNode icon in a11y panel sidebar. r=yzen.
The panel was using the `highlighterFront` property of the nodeFront, but it was
removed in Bug 1623667, and as a result, highlighting was broken.
To be consistent with the other panels having such capabilities (console, debugger, …),
we now use the toolbox `getHighlighter` function.

This wasn't caught because there wasn't any test covering this behavior; this patch
adds one, that was failing without the fix in Accessible.

Differential Revision: https://phabricator.services.mozilla.com/D95030
2020-10-29 14:52:11 +00:00
..
client Bug 1673882 - [devtools] Fix DOMNode icon in a11y panel sidebar. r=yzen. 2020-10-29 14:52:11 +00:00
docs Bug 1623667 - [devtools] Update CustomHighlighterActor comments and docs r=ochameau 2020-10-20 14:43:20 +00:00
platform Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00
server Bug 1664941: Connect style actor and stylesheet watcher. r=jdescottes 2020-10-29 06:26:20 +00:00
shared Bug 1673872 - [devtools] Remove defer usage in devtools/shared/security/cert.js. r=Honza 2020-10-29 13:02:59 +00:00
startup Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00
.eslintrc.js Bug 1652690 - Remove outdated eslint rule for devtools/shared/platform r=nchevobbe,perftest-reviewers,sparky 2020-07-15 14:59:19 +00:00
.eslintrc.mochitests.js Bug 1620537 - Fix eslint issues in devtools .eslintrc*.js files now that ESLint 7 will lint them. r=mossop 2020-07-24 20:39:07 +00:00
.eslintrc.xpcshell.js Bug 1620537 - Fix eslint issues in devtools .eslintrc*.js files now that ESLint 7 will lint them. r=mossop 2020-07-24 20:39:07 +00:00
CODE_OF_CONDUCT.md
moz.build Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00
templates.mozbuild
tsconfig.json