Closed
Bug 1491914
Opened 7 years ago
Closed 7 years ago
Browser content toolbox should have ChromeUtils
Categories
(DevTools :: Console, enhancement)
DevTools
Console
Tracking
(firefox64 fixed)
RESOLVED
FIXED
Firefox 64
| Tracking | Status | |
|---|---|---|
| firefox64 | --- | fixed |
People
(Reporter: jimb, Assigned: jimb)
Details
Attachments
(1 file)
|
1.15 KB,
patch
|
bgrins
:
review+
|
Details | Diff | Splinter Review |
The browser content toolbox lacks a `ChromeUtils` global variable, although one can get to ChromeUtils via something like tab[0].content.ChromeUtils. This is inconvenient and seems unnecessary.
| Assignee | ||
Comment 1•7 years ago
|
||
Comment 2•7 years ago
|
||
Comment on attachment 9009695 [details] [diff] [review]
Include a binding for `ChromeUtils` in the browser content toolbox.
Review of attachment 9009695 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks for following up on this
Attachment #9009695 -
Flags: review?(bgrinstead) → review+
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/b32d9892402b
Include a binding for `ChromeUtils` in the browser content toolbox. r=bgrins
Keywords: checkin-needed
Comment 5•7 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 64
You need to log in
before you can comment on or make changes to this bug.
Description
•