gecko-dev/devtools/server
Nicolas Chevobbe aaa2b8be93 Bug 1659376 - Fix Browser Toolbox inspector when print preview is displayed.r=rcaliman.
The issue was that the getHighlighter request for the about:printpreview
target never settled. It appears that the document always stays in an
unitialized readyState, which was causing trouble.
Instead of relying only on readyState, we now call isDocumentReady, which
also checks if the document is loading.

Differential Revision: https://phabricator.services.mozilla.com/D87756
2020-08-25 07:08:12 +00:00
..
actors Bug 1659376 - Fix Browser Toolbox inspector when print preview is displayed.r=rcaliman. 2020-08-25 07:08:12 +00:00
connectors Bug 1655985 - Move devtools/server/actors/descriptors/watcher up one level r=nchevobbe 2020-08-05 12:00:58 +00:00
performance Bug 1144438 - Remove false error notification when the profiler stops; r=julienw 2020-03-02 16:37:04 +00:00
socket Bug 1620542 - Automatically fix ESLint errors in .eslintrc.js files. r=mossop 2020-03-07 10:09:44 +00:00
startup Bug 1657105 - Use constants to define target types on the server and set targetType on all targets. r=jdescottes 2020-08-12 16:49:21 +00:00
tests Bug 1657105 - Allow listening for resources from both parent and content processes. r=jdescottes,nchevobbe 2020-08-12 16:49:23 +00:00
devtools-server-connection.js Bug 1633727 - Improve error reporting for legacy actors r=nchevobbe 2020-07-28 19:44:51 +00:00
devtools-server.js Bug 1620243 - Watch console messages resources from the server side. r=nchevobbe,jdescottes 2020-06-09 18:22:45 +00:00
moz.build Bug 1614793 - Rename DebuggerServerConnection to DevToolsServerConnection. r=jdescottes 2020-02-18 15:28:49 +00:00