Closed Bug 1147056 Opened 9 years ago Closed 2 years ago

[e10s] Tests under browser/devtools/ use gBrowser.contentDocument and/or gBrowser.contentWindow, which don't exist in e10s browsers

Categories

(DevTools :: General, defect, P5)

x86
macOS
defect

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: mconley, Unassigned)

References

(Blocks 1 open bug)

Details

Bug 1144149 will add contentDocumentAsCPOW and contentWindowAsCPOW shortcuts to gBrowser.

The tests under browser/devtools/ should be updated to use those instead.

Note that as all instances are tests, Mochitest will take advantage of the add-on shims, and will get gBrowser.contentWindow and gBrowser.contentDocument as expected. We should just migrate them over eventually before we start dialing back the shims.

Files using gBrowser.contentDocument or gBrowser.contentWindow:

browser/devtools/commandline/test/browser_cmd_appcache_invalid.js
browser/devtools/commandline/test/browser_cmd_appcache_valid.js
browser/devtools/tilt/test/browser_tilt_utils05.js
browser/devtools/tilt/test/browser_tilt_utils07.js
Summary: Tests under browser/devtools/ use gBrowser.contentDocument and/or gBrowser.contentWindow, which don't exist in e10s browsers → [e10s] Tests under browser/devtools/ use gBrowser.contentDocument and/or gBrowser.contentWindow, which don't exist in e10s browsers
Priority: -- → P5
Product: Firefox → DevTools

CPOWs have been removed.

Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.