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)

defect

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).

Depends on: 1766234
No longer depends on: 1766234
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
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 101 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: