gecko-dev/devtools/server
Alexandre Poirot e515c00f2a Bug 1569859 - [devtools] Fix SourceActor's url having stack trace in it. r=nchevobbe
Debugger.Source.url attribute may be of the form:
   "http://example.com/foo line 10 > inlineScript"
because of the following function `js::FormatIntroducedFilename`:
https://searchfox.org/mozilla-central/rev/253ae246f642fe9619597f44de3b087f94e45a2d/js/src/vm/JSScript.cpp#1816-1846
This isn't so easy to reproduce, but in next changeset, browser_dbg-breakpoints-popup.js's testPausedInTwoPopups covers this

Differential Revision: https://phabricator.services.mozilla.com/D135145
2022-01-14 12:02:25 +00:00
..
actors Bug 1569859 - [devtools] Fix SourceActor's url having stack trace in it. r=nchevobbe 2022-01-14 12:02:25 +00:00
connectors Bug 1569859 - [devtools] Spawn WindowGlobal targets for popup opened by the currently debugged tab r=nchevobbe,devtools-backward-compat-reviewers 2022-01-14 12:02:24 +00:00
performance Bug 1732120 - [devtools] Rename BrowsingContextTargetActor to WindowGlobalTargetActor. r=nchevobbe,devtools-backward-compat-reviewers 2021-09-27 12:16:11 +00:00
socket Bug 1741369 - [devtools] Update paths to loader files in devtools/ r=ochameau 2021-11-17 12:43:26 +00:00
startup Bug 1741708 - [devtools] Pass the add-on's BrowsingContext group ID down to the WebExtension target actor. r=jdescottes 2021-12-07 14:00:03 +00:00
tests Bug 1749449 - [devtools] Cleanup hasNativeConsoleAPI state through the codebase. r=jdescottes,devtools-backward-compat-reviewers. 2022-01-11 15:17:24 +00:00
devtools-server-connection.js Bug 1699111 - [devtools] Rename transports onClosed callback to onTransportClosed. r=jdescottes 2021-04-13 13:44:24 +00:00
devtools-server.js Bug 1732120 - [devtools] Remove FrameTargetActor in favor of WindowGlobalTargetActor. r=nchevobbe,devtools-backward-compat-reviewers 2021-09-27 12:16:12 +00:00
moz.build