gecko-dev/devtools/client
Nicolas Chevobbe 269c35eaac Bug 1648875 - Fix stacktrace parsing when frame has multiple "@". r=loganfsmyth.
When parsing frames, we only need to retrieve the first "@" index to split
the frame string and get the function name on one side, and the location on the
other side.
This patch removes the regex-based search we were doing for a simpler character
search. A test is added to ensure this works as expected, and snapshots that were
highlighting the issue are updated.

Differential Revision: https://phabricator.services.mozilla.com/D81519
2020-06-29 15:05:31 +00:00
..
aboutdebugging Bug 1643269 - Wait for TABS update in browser_aboutdebugging_tab_zombietab r=daisuke 2020-06-08 07:23:12 +00:00
accessibility Bug 1598016 - ensure that only one accessible object is highlighted at all times. r=ochameau 2020-06-24 13:29:28 +00:00
application Bug 1637793 - Catch updateWorkers errors occurring after app panel destroy r=ladybenko 2020-06-26 12:39:47 +00:00
bin Bug 1628599 - Fixing all links pointing to docs.firefox-dev.tools r=Honza,remote-protocol-reviewers,perftest-reviewers,maja_zf,davehunt 2020-06-01 10:58:38 +00:00
debugger Bug 1648875 - Fix stacktrace parsing when frame has multiple "@". r=loganfsmyth. 2020-06-29 15:05:31 +00:00
dom Bug 1636924 - Remove unnecessary isTopLevel and type properties from onTargetAvailable/onTargetDestroyed callback parameter. r=ochameau. 2020-05-15 16:03:32 +00:00
framework Bug 1646974: Add a test for the stylesheet which is loaded as internal. r=Honza 2020-06-26 09:21:58 +00:00
fronts Bug 1644772 - Avoid an exception when we fail detaching a SW on destroy. r=jdescottes 2020-06-18 10:12:04 +00:00
inspector Bug 1648011 - Give the All Tabs overflow button a tooltip, r=nchevobbe,flod,Honza 2020-06-26 07:50:29 +00:00
jsonview Bug 1645237: Lazily load JSONView components via static registration. r=Honza 2020-06-12 18:48:47 +00:00
locales Bug 1648011 - Give the All Tabs overflow button a tooltip, r=nchevobbe,flod,Honza 2020-06-26 07:50:29 +00:00
memory Bug 1643180 - Part 2: Update the Frame component to always pass generated position to view source. r=jlast 2020-06-05 22:18:38 +00:00
netmonitor Bug 1646974: Add a test for the stylesheet which is loaded as internal. r=Honza 2020-06-26 09:21:58 +00:00
performance Bug 1643180 - Part 2: Update the Frame component to always pass generated position to view source. r=jlast 2020-06-05 22:18:38 +00:00
performance-new Bug 1626918 - Add the native audio callback thread to the profiler. r=gregtatum 2020-06-12 13:13:06 +00:00
preferences
responsive Bug 1646582 - Pull the inner window id from the WindowGlobalParent, rather than passing it across PBrowser for updateForLocationChange. r=nika,Gijs 2020-06-24 19:59:32 +00:00
shared Bug 1648875 - Fix stacktrace parsing when frame has multiple "@". r=loganfsmyth. 2020-06-29 15:05:31 +00:00
storage Bug 1646945 - Fixed MDN URLs linked to from the storage types. r=jdescottes 2020-06-22 18:03:57 +00:00
styleeditor Bug 1646974: Add a test for the stylesheet which is loaded as internal. r=Honza 2020-06-26 09:21:58 +00:00
themes Bug 1242856 - Add accessibility semantics to the computed styles view, r=gl 2020-06-16 16:07:13 +00:00
webconsole Bug 1648017 - Disable console text-selection only evaluation in in-line mode. r=Honza. 2020-06-29 11:49:29 +00:00
whats-new Bug 1642034 - Update DevTools Whats New for 78 r=jlast 2020-06-18 22:49:48 +00:00
.eslintrc.js
constants.js
definitions.js Bug 1639232 - Enable Application panel in Settings and in Menu r=jdescottes 2020-05-26 17:41:23 +00:00
devtools-client.js Bug 1495728 - Remove unused ActorPool class. r=ochameau. 2020-06-24 07:39:06 +00:00
devtools-fission-prefs.js Bug 1643629 - Add the contenttoolbox preference to DevTools FIS icon-button r=rcaliman 2020-06-05 12:58:24 +00:00
jar.mn Bug 1636421 - Refactor response panel styles into separate file. r=Honza,bomsy 2020-06-21 15:14:29 +00:00
menus.js
moz.build