Closed
Bug 947848
Opened 12 years ago
Closed 12 years ago
Hide the breadcrumbs stack frames when debugger is docked to the side
Categories
(DevTools :: Debugger, defect)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 29
People
(Reporter: vporof, Assigned: afshin.meh)
Details
(Whiteboard: [good first bug][mentor=vporof@mozilla.com][lang=css])
Attachments
(3 files)
|
91.68 KB,
image/png
|
Details | |
|
53.39 KB,
image/png
|
vporof
:
ui-review+
|
Details |
|
663 bytes,
patch
|
vporof
:
review+
|
Details | Diff | Splinter Review |
There's really no room available, so displaying them is pretty useless.
| Reporter | ||
Updated•12 years ago
|
Whiteboard: [good first bug][mentor=vporof@mozilla.com][lang=css]
| Reporter | ||
Comment 1•12 years ago
|
||
This is as simple as adding
#body[layout=vertical] #stackframes {
visibility: hidden;
}
to the debugger css files.
| Assignee | ||
Comment 2•12 years ago
|
||
I'm free to help, can I be the fixer?
| Reporter | ||
Comment 3•12 years ago
|
||
Sure! Let me know if you need any help.
Assignee: nobody → afshin.meh
Status: NEW → ASSIGNED
| Assignee | ||
Comment 4•12 years ago
|
||
Great. Let me see what's going on, I will ping you asap if I have any queries.
| Assignee | ||
Comment 5•12 years ago
|
||
Attachment #8346439 -
Flags: review?(vporof)
| Assignee | ||
Comment 6•12 years ago
|
||
Here is the patch file. Let me know if it has any issues.
Attachment #8346443 -
Flags: review?(vporof)
| Assignee | ||
Updated•12 years ago
|
Attachment #8346439 -
Attachment description: Here is the result, any comments? → Screen Shot 2013-12-12 at 12.38.16 PM.png
| Reporter | ||
Updated•12 years ago
|
Attachment #8346443 -
Flags: review?(vporof) → review+
| Reporter | ||
Updated•12 years ago
|
Keywords: checkin-needed
| Assignee | ||
Comment 7•12 years ago
|
||
Thanks Victor!
| Reporter | ||
Updated•12 years ago
|
Attachment #8346439 -
Flags: review?(vporof) → ui-review+
Comment 8•12 years ago
|
||
Keywords: checkin-needed
Whiteboard: [good first bug][mentor=vporof@mozilla.com][lang=css] → [good first bug][mentor=vporof@mozilla.com][lang=css][fixed-in-fx-team]
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: [good first bug][mentor=vporof@mozilla.com][lang=css][fixed-in-fx-team] → [good first bug][mentor=vporof@mozilla.com][lang=css]
Target Milestone: --- → Firefox 29
Updated•8 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•