Closed
Bug 802081
Opened 12 years ago
Closed 12 years ago
listTabs returns empty tab titles after startup
Categories
(DevTools :: Debugger, defect, P2)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 19
People
(Reporter: past, Assigned: past)
Details
Attachments
(1 file)
1.57 KB,
patch
|
rcampbell
:
review+
|
Details | Diff | Splinter Review |
When opening the debugger after the browser starts, only the selected tab title is returned. The rest are empty strings, even though the tabs display the title in the browser. We should be getting the tab title from a DOM property that is not lazily populated. This is visible in the new web console tab picker from bug 798764.
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → past
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•12 years ago
|
||
This wasn't so hard.
Attachment #671801 -
Flags: review?(rcampbell)
Updated•12 years ago
|
Attachment #671801 -
Flags: review?(rcampbell) → review+
Assignee | ||
Comment 2•12 years ago
|
||
Whiteboard: [fixed-in-fx-team]
Comment 3•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Flags: in-testsuite?
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 19
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•