Migrate devtools/client/ to use absolute URL instead of absolute path when requiring commonjs modules
Categories
(DevTools :: General, task)
Tracking
(firefox107 fixed)
Tracking | Status | |
---|---|---|
firefox107 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
References
(Blocks 1 open bug)
Details
Attachments
(14 files)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review |
Sub task to split the work from bug 1789835.
Assignee | ||
Comment 1•3 years ago
|
||
Everywhere but:
- the debugger (to be done independently)
- jsonview (uses custom resource:// URLs)
- dependencies of jsonview in client/shared (reps, react, and two components)
This will greatly help migrating to ES Modules which don't support path and only URLs or relatives.
Assignee | ||
Comment 2•3 years ago
|
||
Note that TreeView is blocked by jsonview, and only devtools/client is being moved to resource:// URIs
Updated•3 years ago
|
Updated•3 years ago
|
Assignee | ||
Comment 3•3 years ago
|
||
Assignee | ||
Comment 4•3 years ago
|
||
Assignee | ||
Comment 5•3 years ago
|
||
Assignee | ||
Comment 6•3 years ago
|
||
Assignee | ||
Comment 7•3 years ago
|
||
Assignee | ||
Comment 8•3 years ago
|
||
Assignee | ||
Comment 9•3 years ago
|
||
Assignee | ||
Comment 10•3 years ago
|
||
Assignee | ||
Comment 11•3 years ago
|
||
Assignee | ||
Comment 12•3 years ago
|
||
Assignee | ||
Comment 13•3 years ago
|
||
Assignee | ||
Comment 14•3 years ago
|
||
Assignee | ||
Comment 15•3 years ago
|
||
Green try for devtools-linux:
https://treeherder.mozilla.org/jobs?repo=try&revision=4d889aeb84ec9ee45fcb9af35a35bf776afbeb7d
Comment 16•3 years ago
|
||
Comment 17•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/7270544d16b1
https://hg.mozilla.org/mozilla-central/rev/7edb3e80fce9
https://hg.mozilla.org/mozilla-central/rev/ae55f94bccf0
https://hg.mozilla.org/mozilla-central/rev/37f4e41df9fa
https://hg.mozilla.org/mozilla-central/rev/e8f3335d46ef
https://hg.mozilla.org/mozilla-central/rev/cbe83809c490
https://hg.mozilla.org/mozilla-central/rev/353237a74b4f
https://hg.mozilla.org/mozilla-central/rev/1423bc6896a3
https://hg.mozilla.org/mozilla-central/rev/be10f0f9a3c2
https://hg.mozilla.org/mozilla-central/rev/2615f229fe6d
https://hg.mozilla.org/mozilla-central/rev/d5086877a6f8
https://hg.mozilla.org/mozilla-central/rev/8c2d72f4104f
https://hg.mozilla.org/mozilla-central/rev/e1cdef74b55f
https://hg.mozilla.org/mozilla-central/rev/69748f1bdac5
Description
•