Error: Module `devtools/server/main` is not found at resource://devtools/server/main.js base-loader.js:202:15
Categories
(Thunderbird :: General, defect)
Tracking
(Not tracked)
People
(Reporter: aceman, Assigned: jorgk-bmo)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file, 1 obsolete file)
|
1.16 KB,
patch
|
darktrojan
:
review+
aceman
:
review+
|
Details | Diff | Splinter Review |
In current trunk on Linux I get this in the Error console:
Error: Module devtools/server/main is not found at resource://devtools/server/main.js base-loader.js:202:15
I'm not sure if it causes any problems.
We import "devtools/server/main" at https://searchfox.org/comm-central/rev/b0bfd7596c6d6f0ef580ce2c9cd680b2e6ca0bf1/mail/components/devtools/devtools-loader.js#37
But indeed it seems devtools/server/main was renamed in m-c in bug 1572390:
https://hg.mozilla.org/mozilla-central/rev/1de02e2036122b7f33f7ec301f5729d549ba6fa7
| Assignee | ||
Comment 1•6 years ago
|
||
See https://hg.mozilla.org/mozilla-central/rev/1de02e2036122b7f33f7ec301f5729d549ba6fa7#l1.11
You can land this if you want.
| Assignee | ||
Comment 2•6 years ago
|
||
Oops, only one dash for the commit message.
Comment 3•6 years ago
|
||
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/3fcb852ddff9
Port bug 1572390: Split main.js in debugger-server and debugger-server-connection. r=darktrojan DONTBUILD
| Assignee | ||
Updated•6 years ago
|
Updated•5 years ago
|
Description
•