gecko-dev/devtools
Emilio Cobos Álvarez 288e33c678 Bug 1726936 - Use transition: initial in accessibility.js. r=jdescottes
The sheet in here is added as an user agent sheet so it matches also
anonymous content.

It can cause some invariants we rely on for scrollbar caching to break.
In particular, we assert that the style we cache and the style we get
match, but this rule causes it to not match.

Make sure to reset transition to the initial value so that scrollbar
styles don't change. This shouldn't change behavior since
transition-duration is zero anyways, but should avoid the assertion
firing.

An alternative would be to use something like
`:not(:-moz-native-anonymous)` or such instead.

Differential Revision: https://phabricator.services.mozilla.com/D123319
2021-08-23 17:31:13 +00:00
..
client Bug 1630525 - [devtools] Merge all the BrowsingContext traits to the form() r=ochameau 2021-08-23 11:10:13 +00:00
docs Bug 1723719 - [devtools] Add DevTools performance tests overview documentation page r=davehunt,nchevobbe 2021-08-05 11:10:31 +00:00
perfdocs Bug 1725399: [perfdocs] Add link to DAMP tests in performance testing index page r=perftest-reviewers,AlexandruIonescu 2021-08-17 13:33:45 +00:00
platform
server Bug 1726936 - Use transition: initial in accessibility.js. r=jdescottes 2021-08-23 17:31:13 +00:00
shared Bug 1726004 - [devtools] Remove backward compatibility code for descriptor reload r=bomsy,devtools-backward-compat-reviewers 2021-08-23 07:59:09 +00:00
startup Bug 1721692 - [devtools] Wait for presShell in browser_aboutdevtools tests r=Honza 2021-08-18 08:17:59 +00:00
.eslintrc.js
.eslintrc.xpcshell.js
CODE_OF_CONDUCT.md
moz.build
templates.mozbuild
tsconfig.json