Closed
Bug 1953890
Opened 1 year ago
Closed 6 months ago
Use relative require path in reps
Categories
(DevTools :: Console, task)
DevTools
Console
Tracking
(firefox145 fixed)
RESOLVED
FIXED
145 Branch
| Tracking | Status | |
|---|---|---|
| firefox145 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
References
Details
Attachments
(1 file)
In order to ease loading Reps from nodejs application, i.e. the profiler frontend, it would help to use relative require paths in reps rather than absolute URIs.
resource://devtools means nothing from a node application and mapping it can be challenging.
| Assignee | ||
Comment 1•1 year ago
|
||
Reps is about to be used from the profiler frontend, which uses only relative require paths,
and so wouldn't understand the resource://devtools/ URIs.
Updated•6 months ago
|
Assignee: nobody → poirot.alex
Attachment #9471824 -
Attachment description: Bug 1953890 - [devtools] Use relative require patch in Reps. → Bug 1953890 - [devtools] Use relative require patch in Reps. r=#devtools
Status: NEW → ASSIGNED
Pushed by apoirot@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/c3697d43c4b4
https://hg.mozilla.org/integration/autoland/rev/73895a5d11c7
[devtools] Use relative require patch in Reps. r=devtools-reviewers,bomsy
Comment 3•6 months ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 6 months ago
status-firefox145:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 145 Branch
Updated•6 months ago
|
QA Whiteboard: [qa-triage-done-c146/b145]
You need to log in
before you can comment on or make changes to this bug.
Description
•