Closed
Bug 1488915
Opened 3 years ago
Closed 3 years ago
Migrate toolbox-process-window.xul to HTML
Categories
(DevTools :: Framework, enhancement, P3)
DevTools
Framework
Tracking
(firefox64 fixed)
RESOLVED
FIXED
Firefox 64
| Tracking | Status | |
|---|---|---|
| firefox64 | --- | fixed |
People
(Reporter: bgrins, Assigned: Honza)
References
Details
Attachments
(1 file)
Spinning this out from a discussion with Honza: https://searchfox.org/mozilla-central/source/devtools/client/framework/toolbox-process-window.xul - I believe this is doable. We can port the <commandset> in it and the toolbox-window to just hook up key shortcuts directly, and I'd also need to look more closely at mainPopupSet but AFAICT that's unused now. - We can probably also remove a number of the scripts loaded at the top. - We could either `hg mv toolbox-process-window.xul toolbox-process-window.xhtml` and then keep default ns as XUL, as we do with browser.xhtml, or porting most of the markup to HTML and keeping XUL only as needed. - We may consider porting the XULStore data from the old path the to new (so size/location info stays persisted).
| Assignee | ||
Updated•3 years ago
|
Assignee: nobody → odvarko
| Assignee | ||
Comment 1•3 years ago
|
||
Thanks for the report Brian, let's try to remove a bit more XUL! I am attaching first try for review. The module would deserve some code cleanup, but we can do it after... Honza
| Assignee | ||
Comment 2•3 years ago
|
||
https://phabricator.services.mozilla.com/D5255
| Assignee | ||
Comment 3•3 years ago
|
||
Ah, also, we might want to try to remove some of the scripts. Honza
| Assignee | ||
Comment 4•3 years ago
|
||
Try run: https://treeherder.mozilla.org/#/jobs?repo=try&revision=68b1fe69181310af3f618ed16ed5b3171627eb11 Honza
| Assignee | ||
Comment 5•3 years ago
|
||
| Reporter | ||
Comment 6•3 years ago
|
||
Comment on attachment 9007233 [details] Bug 1488915 - Migrate toolbox-process-window.xul to HTML; r=bgrins Brian Grinstead [:bgrins] has approved the revision.
Attachment #9007233 -
Flags: review+
Pushed by jodvarko@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/50eedf887f96 Migrate toolbox-process-window.xul to HTML; r=bgrins
Comment 8•3 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/50eedf887f96
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 64
| Assignee | ||
Updated•2 years ago
|
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•