Port Firefox Devtools to SeaMonkey on comm-central
Categories
(SeaMonkey :: General, enhancement)
Tracking
(Not tracked)
People
(Reporter: nsITobin, Assigned: nsITobin)
References
Details
Attachments
(1 file, 1 obsolete file)
28.15 KB,
patch
|
Details | Diff | Splinter Review |
The 2.53 series of SeaMonkey already has the vast majority of the Firefox Developer Tools working. On comm-central the suite doesn't. As an additional consequence SeaMonkey also lost the --chrome commandline handler (which is nice when you don't have a main window) when JS XPCOM components were moved to JSMs and later ES Modules.
This bug intends to port a slightly modified version of the Thunderbird DevTools loader to the suite on comm-central moving the --chrome commandline handler logic over to its startup handler until such time that nsBrowserContentHandler is converted to an ES Module.
Assignee | ||
Comment 1•7 months ago
|
||
Assignee | ||
Updated•7 months ago
|
Assignee | ||
Updated•7 months ago
|
Assignee | ||
Updated•7 months ago
|
Comment on attachment 9470381 [details] [diff] [review]
BUG-1952319-suite-devtools-and-chrome-clh.patch
If you are basing this on TB's implementation, hg copy the files across to make it easier to see what is being modified from that code.
f+ for the moment so I can review the next patch
Assignee | ||
Comment 3•7 months ago
|
||
Assignee | ||
Updated•7 months ago
|
Description
•