Closed
Bug 1147035
Opened 10 years ago
Closed 10 years ago
DeveloperToolbar.jsm uses gBrowser.contentDocument and gBrowser.contentWindow, which doesn't exist in e10s browsers
Categories
(DevTools :: General, defect)
Tracking
(e10sm6+, firefox40 fixed)
RESOLVED
FIXED
Firefox 40
People
(Reporter: mconley, Assigned: mconley)
References
Details
Attachments
(1 file)
2.06 KB,
patch
|
past
:
review+
|
Details | Diff | Splinter Review |
Bug 1144149 will add contentDocumentAsCPOW and contentWindowAsCPOW shortcuts to gBrowser.
When that happens, DeveloperToolbar.jsm should be updated to use that instead.
Assignee | ||
Updated•10 years ago
|
tracking-e10s:
--- → ?
Updated•10 years ago
|
Updated•10 years ago
|
Assignee: nobody → mconley
Assignee | ||
Comment 1•10 years ago
|
||
Assignee | ||
Comment 2•10 years ago
|
||
Comment on attachment 8585646 [details] [diff] [review]
Make DeveloperToolbar.jsm use the gBrowser.contentDocumentAsCPOW shortcut. r=?
Review of attachment 8585646 [details] [diff] [review]:
-----------------------------------------------------------------
Not even sure what this stuff does, I just know that in the remote browser case, gBrowser.contentDocument is very much null.
Attachment #8585646 -
Flags: review?(past)
Comment 3•10 years ago
|
||
Comment on attachment 8585646 [details] [diff] [review]
Make DeveloperToolbar.jsm use the gBrowser.contentDocumentAsCPOW shortcut. r=?
Review of attachment 8585646 [details] [diff] [review]:
-----------------------------------------------------------------
Thank you!
Attachment #8585646 -
Flags: review?(past) → review+
Assignee | ||
Comment 4•10 years ago
|
||
No problem - thanks for the fast review!
https://hg.mozilla.org/integration/fx-team/rev/1152f5ef0bc1
Whiteboard: [fixed-in-fx-team]
Comment 5•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox40:
--- → fixed
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 40
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•