gecko-dev/devtools
Nicolas Chevobbe 9076b5fa2f Bug 1765748 - [devtools] Remove unncessary complex SplitView#setItemClassName. r=jdescottes.
The function was setting extra classes on both
the summary and the detail, running extra checks
to not remove the base classes.
It's only called from one place, and we only care
about adding classes to the summary element, which
we have access to directly.
We're switching to classList.(add|remove) , which
allows us to get rid of the SplitView method.

Differential Revision: https://phabricator.services.mozilla.com/D144427
2022-04-22 13:56:02 +00:00
..
client Bug 1765748 - [devtools] Remove unncessary complex SplitView#setItemClassName. r=jdescottes. 2022-04-22 13:56: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 1725952 - Upgrade ESLint to v8.x. r=Mardak 2022-04-22 11:23:30 +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