gecko-dev/devtools/server
Emilio Cobos Álvarez 3987c781d0 Bug 1635914 - Move active flag handling explicitly to BrowsingContext. r=nika
And have it mirror in the parent process more automatically.

The docShellIsActive setter in the browser-custom-element side needs to
be there rather than in the usual DidSet() calls because the
AsyncTabSwitcher code relies on getting an exact amount of notifications
as response to that specific setter. Not pretty, but...

BrowserChild no longer sets IsActive() on the docshell itself for OOP
iframes. This fixes bug 1679521. PresShell activeness is used to
throttle rAF as well, which handles OOP iframes nicely as well.

Differential Revision: https://phabricator.services.mozilla.com/D96072
2020-12-11 15:43:19 +00:00
..
actors Bug 1635914 - Move active flag handling explicitly to BrowsingContext. r=nika 2020-12-11 15:43:19 +00:00
connectors Bug 1676810 - [devtools] Use a shared WatchedData module in order to update cross process data object. r=jdescottes 2020-11-18 09:23:34 +00:00
performance
socket
startup
tests Bug 1680440 - [devtools] Remove getFavicon trait on Tab descriptor. r=ladybenko. 2020-12-11 13:54:26 +00:00
devtools-server-connection.js
devtools-server.js
moz.build