Closed Bug 991392 Opened 10 years ago Closed 10 years ago

Make the separator between the watch expressions and variables view visible in the debugger

Categories

(DevTools :: Debugger, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
Firefox 31

People

(Reporter: vporof, Assigned: vporof)

Details

Attachments

(1 file)

In bug 917226, I "fixed" what I thought was a typo in debugger.xul:

> <splitter class="devtools-horizontal-splitter devtools-invisible splitter"/>

Notice the space between "invisible" and "splitter". The actual class name is "devtools-invisible-splitter", so I changed it to:

> <splitter class="devtools-horizontal-splitter devtools-invisible-splitter"/>

However, upon investigation, we actually want it to be visible, so the previous typo was, in fact, allowing the expected visibility on that splitter :)
Attached patch v1Splinter Review
Assignee: nobody → vporof
Status: NEW → ASSIGNED
Attachment #8400985 - Flags: review?(past)
Comment on attachment 8400985 [details] [diff] [review]
v1

Review of attachment 8400985 [details] [diff] [review]:
-----------------------------------------------------------------

Heh.
Attachment #8400985 - Flags: review?(past) → review+
I had to back this out (along with the other patches in that push) in https://hg.mozilla.org/integration/fx-team/rev/a192ea8b6fce for causing browser-chrome-1 tests to start leaking by adding tests, which pushed other tests into a different chunk, making them leak.
Whiteboard: [fixed-in-fx-team]
The patch in this bug doesn't have tests, so the reasoning that it can cause bc-1 tests to start leading by "adding tests" is false.

Relanded: https://hg.mozilla.org/integration/fx-team/rev/a6745130dded
Whiteboard: [fixed-in-fx-team]
(In reply to Victor Porof [:vporof][:vp] from comment #5)
s/leading/leaking, of course.
https://hg.mozilla.org/mozilla-central/rev/a6745130dded
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 31
Depends on: 994240
No longer depends on: 994240
QA Whiteboard: [qa-]
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: