gecko-dev/devtools/startup
Alexandre Poirot 3f9e98f591 Bug 1682780 - [devtools] Avoid pausing on thread actor's attach request. r=nchevobbe,jdescottes
We always used to pause when "attaching" the thread actor.
We ought to call ThreadActor's attach method first before using it.
And this method do various things:
  * Initialize the Debugger API, enable it, register various listeners, so that breakpoint can work,
  * Pause the current thread by starting a nested event loop
So that we also ought to resume the thread, by calling ThreadActor's resume right after attach.
Otherwise the page would be paused as soon as we open the DevTools.
Which sounds like something we might have wanted a very long time ago.
But sounds like pure legacy behavior from today's perspective.

Differential Revision: https://phabricator.services.mozilla.com/D99919
2021-01-07 15:02:11 +00:00
..
aboutdevtools Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00
locales Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00
tests Bug 1634030: lazify main app menu r=Gijs 2020-08-10 17:09:55 +00:00
AboutDebuggingRegistration.jsm Bug 1559181 - Switch about blocking to use new REJECT_POLICY and cleanup tests r=Gijs 2020-10-22 19:36:52 +00:00
AboutDevToolsToolboxRegistration.jsm Bug 1559181 - Switch about blocking to use new REJECT_POLICY and cleanup tests r=Gijs 2020-10-22 19:36:52 +00:00
components.conf
DevToolsShim.jsm Bug 1667341 - [devtools] Return a descriptor from createTargetForTab r=ochameau 2020-10-15 13:34:03 +00:00
DevToolsStartup.jsm Bug 1682780 - [devtools] Avoid pausing on thread actor's attach request. r=nchevobbe,jdescottes 2021-01-07 15:02:11 +00:00
enableDevToolsPopup.inc.xhtml Bug 1630228 - Show a doorhanger when using F12 r=fluent-reviewers,nchevobbe,Gijs,victoria 2020-04-29 16:17:47 +00:00
jar.mn
moz.build Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00