Blackbox all sources in the souremaps x_google_ignoreList field
Categories
(DevTools :: Debugger, enhancement)
Tracking
(firefox115 fixed)
Tracking | Status | |
---|---|---|
firefox115 | --- | fixed |
People
(Reporter: bomsy, Assigned: bomsy)
References
(Blocks 1 open bug, Regressed 1 open bug)
Details
(Whiteboard: [devtools:relnote])
Attachments
(2 files)
Library authors have knowledge of framework code that may not be directly relevant to the developers who use their libraries. Such code can be blackboxed by default, which helps web developers to focus on relevant code.
The x_google_ignoreList extension (added by google) extends the current sourcemaps v3 specification to allow library authors define these sources using the x_google_ignoreList property
.
Lets read the x_google_ignoreList
field from the sourcemap and blackbox all the sources indicated when loading the devtools.
Assignee | ||
Comment 1•2 years ago
|
||
Depends on D173687
Updated•2 years ago
|
Assignee | ||
Comment 2•2 years ago
|
||
Also there is a patch to add support for ignoreList to the sourcemap library
https://github.com/mozilla/source-map/pull/481
Depends on D174356
Comment 4•2 years ago
•
|
||
Backed out for causing failures at browser_misused_characters_in_strings.js
Backout link: https://hg.mozilla.org/integration/autoland/rev/4f238caa473a16afb6a2834767fafa32c64ff306
Failure log:
https://treeherder.mozilla.org/logviewer?job_id=416651506&repo=autoland&lineNumber=1862
https://treeherder.mozilla.org/logviewer?job_id=416661278&repo=autoland&lineNumber=11391
Assignee | ||
Updated•2 years ago
|
![]() |
||
Comment 6•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/b9d5882be65c
https://hg.mozilla.org/mozilla-central/rev/020cb7b1b953
Updated•2 years ago
|
Description
•