Closed
Bug 808498
Opened 13 years ago
Closed 13 years ago
Chrome debugging broke B2G debugging
Categories
(DevTools :: Debugger, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 19
People
(Reporter: past, Assigned: past)
References
Details
(Whiteboard: [b2g])
Attachments
(1 file)
3.68 KB,
patch
|
vporof
:
review+
vingtetun
:
review+
|
Details | Diff | Splinter Review |
Bug 740551 apparently broke debugging on B2G. I now get the following error while connecting:
E/GeckoConsole( 77): [JavaScript Error: "aHooks.browser.contentWindow is undefined" {file: "chrome://global/content/devtools/dbg-script-actors.js" line: 35}]
Assignee | ||
Updated•13 years ago
|
Whiteboard: [b2g]
Assignee | ||
Comment 1•13 years ago
|
||
Apparently it wasn't a good idea to move the content window extraction code into the thread actor. The browser actors is a better place, since it can be nicely overridden by other products.
Attachment #678261 -
Flags: review?(vporof)
Attachment #678261 -
Flags: review?(21)
Comment 2•13 years ago
|
||
Comment on attachment 678261 [details] [diff] [review]
Bustage fix
Review of attachment 678261 [details] [diff] [review]:
-----------------------------------------------------------------
Fresh as it used to be. LGTM.
Attachment #678261 -
Flags: review?(vporof) → review+
Attachment #678261 -
Flags: review?(21) → review+
Assignee | ||
Comment 3•13 years ago
|
||
Whiteboard: [b2g] → [b2g][fixed-in-fx-team]
Assignee | ||
Comment 5•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Whiteboard: [b2g][fixed-in-fx-team] → [b2g]
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
•