Closed
Bug 1766230
Opened 3 years ago
Closed 3 years ago
Fix a couple of incorrect uses of Services.* properties in docshell tests
Categories
(Core :: DOM: Navigation, defect)
Core
DOM: Navigation
Tracking
()
RESOLVED
FIXED
101 Branch
| Tracking | Status | |
|---|---|---|
| firefox101 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
There are a couple of incorrect uses of Services.* properties in docshell.
head_docshell.js refers to Services.dirSvc, but it should be Services.dirsvc - however the alias it creates is not used anyway.
test_pb_notification_ipc.js refers to Services.os which should be Services.obs. This doesn't currently cause a failure as the test is disabled (bug 751575).
| Assignee | ||
Comment 1•3 years ago
|
||
Pushed by mbanner@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9947cb62671d
Fix a couple of incorrect uses of Services.* properties in docshell tests. r=smaug
Comment 3•3 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox101:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 101 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•