Closed
Bug 722552
Opened 14 years ago
Closed 14 years ago
Remove xul panel for html tree from browser.xul
Categories
(DevTools :: Inspector, defect)
DevTools
Inspector
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 13
People
(Reporter: rcampbell, Unassigned)
References
Details
Attachments
(1 file, 1 obsolete file)
|
2.49 KB,
patch
|
rcampbell
:
review+
|
Details | Diff | Splinter Review |
<panel id="inspector-tree-panel"
orient="vertical"
hidden="true"
ignorekeys="true"
noautofocus="true"
noautohide="true"
titlebar="normal"
close="true"
label="&inspectPanelTitle.label;">
<hbox id="tree-panel-resizer-box" align="end">
<spacer flex="1" />
<resizer dir="bottomend" />
</hbox>
</panel>
Comment 1•14 years ago
|
||
Attachment #594234 -
Flags: review?
Updated•14 years ago
|
Attachment #594234 -
Flags: review? → review?(rcampbell)
Comment 2•14 years ago
|
||
Comment on attachment 594234 [details] [diff] [review]
Made a patch removing the lines
This makes inspectPanelTitle.label unused. Please remove it from browser/locales/en-US/chrome/browser/browser.dtd.
Comment 3•14 years ago
|
||
Attachment #594234 -
Attachment is obsolete: true
Attachment #594234 -
Flags: review?(rcampbell)
Attachment #594252 -
Flags: review?
Updated•14 years ago
|
Attachment #594252 -
Flags: review? → review?(rcampbell)
| Reporter | ||
Comment 4•14 years ago
|
||
Comment on attachment 594252 [details] [diff] [review]
New patch with the inspectPanelTitle.label removed also
Looks good. Thanks for the patch!
Attachment #594252 -
Flags: review?(rcampbell) → review+
| Reporter | ||
Updated•14 years ago
|
Whiteboard: [good-first-bug][mentor=robcee][lang=xul] → [good-first-bug][mentor=robcee][lang=xul][land-in-fx-team]
| Reporter | ||
Comment 5•14 years ago
|
||
We'll have to land this after bug 719607 lands.
Depends on: 719607
Whiteboard: [good-first-bug][mentor=robcee][lang=xul][land-in-fx-team] → [good-first-bug][mentor=robcee][lang=xul][waiting-on-blocker]
Updated•14 years ago
|
Whiteboard: [good-first-bug][mentor=robcee][lang=xul][waiting-on-blocker] → [land-in-fx-team]
Comment 6•14 years ago
|
||
Whiteboard: [land-in-fx-team] → [fixed-in-fx-team]
Comment 7•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 13
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•