Closed
Bug 1901282
Opened 2 years ago
Closed 2 years ago
Stop using content process side mock service
Categories
(Core :: DOM: Notifications, task)
Core
DOM: Notifications
Tracking
()
RESOLVED
FIXED
129 Branch
| Tracking | Status | |
|---|---|---|
| firefox129 | --- | fixed |
People
(Reporter: saschanaz, Assigned: saschanaz)
References
Details
Attachments
(1 file)
https://searchfox.org/mozilla-central/source/dom/notification/test/mochitest/MockServices.js is the current mock service which works from the content process. Bug 1891807 will break this as it now calls nsIAlertsService from the parent process, and a couple of tests 1 2 already invented parent process side mock because the current one doesn't work across iframes either. We should replace the content process one with the parent process one everywhere.
| Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Attachment #9406432 -
Attachment description: WIP: Bug 1901282 - Replace MockServices with MockAlertsService → Bug 1901282 - Replace MockServices with MockAlertsService r=asuth
Pushed by krosylight@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1d375c0daabb
Replace MockServices with MockAlertsService r=asuth
Comment 3•2 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox129:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 129 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•