gecko-dev/devtools
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
..
client Bug 1648875 - Fix stacktrace parsing when frame has multiple "@". r=loganfsmyth. 2020-06-29 15:05:31 +00:00
docs Bug 1638290 - Update try syntax for DAMP in the devtools documentation r=rcaliman 2020-05-15 15:03:04 +00:00
platform Bug 1620542 - Automatically fix ESLint errors in .eslintrc.js files. r=mossop 2020-03-07 10:09:44 +00:00
server Bug 1646974: Introduce and use isInDevToolsContext flag. r=Honza,necko-reviewers,dragana 2020-06-29 09:34:54 +00:00
shared Bug 1646974: Introduce and use isInDevToolsContext flag. r=Honza,necko-reviewers,dragana 2020-06-29 09:34:54 +00:00
startup Bug 1645237: Lazily load JSONView components via static registration. r=Honza 2020-06-12 18:48:47 +00:00
.eslintrc.js Bug 1645237: Lazily load JSONView components via static registration. r=Honza 2020-06-12 18:48:47 +00:00
.eslintrc.mochitests.js Bug 1622328 - add license info to all eslintrc files r=Standard8,webcompat-reviewers,miketaylr 2020-03-19 13:47:51 +00:00
.eslintrc.xpcshell.js Bug 1622328 - add license info to all eslintrc files r=Standard8,webcompat-reviewers,miketaylr 2020-03-19 13:47:51 +00:00
CODE_OF_CONDUCT.md
moz.build Bug 1645398 - [ci] Add a SCHEDULES rule to prevent 'android' builds and tests on pushes that exclusively modify files under /devtools, r=gbrown,jlast 2020-06-15 13:38:46 +00:00
templates.mozbuild
tsconfig.json Bug 1603351 - Add a tsconfig.json file in devtools root folder. r=gregtatum. 2019-12-16 15:21:03 +00:00