Closed
Bug 1571622
Opened 7 years ago
Closed 7 years ago
Worklet script names in Web Console are not linkified
Categories
(Core :: DOM: Core & HTML, enhancement)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla70
| Tracking | Status | |
|---|---|---|
| firefox70 | --- | fixed |
People
(Reporter: karlt, Assigned: karlt)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
- Run ./mach mochitest dom/worklet/tests/test_console.html
- Open Web Console (Ctrl+Shift+K).
- Click on "worklet_console.js".
Expected: view-source:https://example.com/tests/dom/worklet/tests/worklet_console.js loads in new tab.
Actual: "worklet_console.js" is not a link.
| Assignee | ||
Comment 1•7 years ago
|
||
This is consistent with ScriptLoader::FillCompileOptionsForRequest()
https://searchfox.org/mozilla-central/rev/29cce9a2684ef64c4f1f996087da8b7545d31f65/dom/script/ScriptLoader.cpp#2437
and provides that devtools can find the script.
| Assignee | ||
Comment 2•7 years ago
|
||
Depends on D40768
Pushed by ktomlinson@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3a8e01b092bf
use absolute URL in CompileOptions for worklet scripts r=baku
https://hg.mozilla.org/integration/autoland/rev/c31323a02576
test for absolute URL in worklet script console logging r=baku
Comment 4•7 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/3a8e01b092bf
https://hg.mozilla.org/mozilla-central/rev/c31323a02576
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox70:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
You need to log in
before you can comment on or make changes to this bug.
Description
•