Use location.source.url instead of location.sourceUrl
Categories
(DevTools :: Debugger, task)
Tracking
(firefox116 fixed)
| Tracking | Status | |
|---|---|---|
| firefox116 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
Details
Attachments
(1 file)
Thanks to bug 1815500, all location objects now have the whole source object on source attribute so that location.sourceUrl is redundant with location.source.url.
| Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Comment 2•2 years ago
|
||
Backed out for causing bc failures on browser_ext_devtools_inspectedWindow_eval_bindings.js
Failure log: https://treeherder.mozilla.org/logviewer?job_id=418202703&repo=autoland
Backout link: https://hg.mozilla.org/integration/autoland/rev/d7c7d2a5eecc23668d2f3e22db6a96dce5415937
| Assignee | ||
Comment 3•2 years ago
|
||
Sorry, I missed one usage of location.sourceId in browser/ folder, it should be fixed now:
https://treeherder.mozilla.org/jobs?repo=try&revision=2c95a49d19e622ae4a6b225cc0b559e277141bdc
Comment 5•2 years ago
|
||
Backed out for dt failure on browser_dbg-old-breakpoint.js
Backout link: https://hg.mozilla.org/integration/autoland/rev/847d7aa42cbef71e48427dda557da27be7b8a938
Log link: https://treeherder.mozilla.org/logviewer?job_id=418273637&repo=autoland&lineNumber=5231
| Assignee | ||
Comment 6•2 years ago
|
||
This time I missed a test that is disabled on fission.
Comment 8•2 years ago
|
||
| bugherder | ||
Description
•