Closed
Bug 860917
Opened 12 years ago
Closed 5 years ago
Reduce preprocessing use in devtools chrome
Categories
(DevTools :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: dcamp, Unassigned)
References
Details
We have a few preprocessed files in our chrome, which breaks edit-and-reload in the tools.
Comment 1•12 years ago
|
||
I see 4 files being preprocessed:
1. dbg-server.js, which will be fixed by bug 797627
2. scratchpad.xul, which has a special help menu access key on Windows
3. toolbox.xul, which has the close and dock buttons on the left on OS X
4. source-editor-overlay.xul, which has a different redo keybinding on UNIX
Perhaps 2 and 4 could be done dynamically from script, but I suppose 3 requires UX buy-in to change.
Comment 2•12 years ago
|
||
I think for 3 we could dynamically create our close buttons in Toolbox.jsm.
Updated•7 years ago
|
Product: Firefox → DevTools
Comment 3•5 years ago
|
||
None of those files exist anymore, closing.
Honza
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•