Closed
Bug 909273
Opened 10 years ago
Closed 10 years ago
listTabs throws an exception on b2g device
Categories
(DevTools :: Debugger, defect)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 26
People
(Reporter: ochameau, Assigned: ochameau)
References
Details
Attachments
(1 file, 1 obsolete file)
1.15 KB,
patch
|
past
:
review+
|
Details | Diff | Splinter Review |
Bug 899052 broke b2g listTabs request as we forgot to implement the getList method for the b2g specific "empty" root actor that is used only on device.
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → poirot.alex
Assignee | ||
Comment 1•10 years ago
|
||
Assignee | ||
Updated•10 years ago
|
Attachment #795381 -
Flags: review?(past)
Assignee | ||
Comment 2•10 years ago
|
||
Actually, this code also throw on desktop. I'm not sure it is worth trying to expose any tabs on b2g, as we are not really ready to expose them and we need substantial work to expose tabs in browser app.
Attachment #795381 -
Attachment is obsolete: true
Attachment #795381 -
Flags: review?(past)
Assignee | ||
Updated•10 years ago
|
Attachment #795447 -
Flags: review?(past)
Comment 3•10 years ago
|
||
Comment on attachment 795447 [details] [diff] [review] listTabs throws an exception on b2g device Review of attachment 795447 [details] [diff] [review]: ----------------------------------------------------------------- Looks good to me.
Attachment #795447 -
Flags: review?(past) → review+
Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Whiteboard: [land-in-fx-team]
Comment 4•10 years ago
|
||
https://hg.mozilla.org/integration/b2g-inbound/rev/0c05fc460381
Keywords: checkin-needed
Whiteboard: [land-in-fx-team]
Comment 5•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/0c05fc460381
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 26
Updated•5 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•