Closed
Bug 1892705
Opened 1 year ago
Closed 1 year ago
swr.getNotifications()[0].icon does not give the resolved URL
Categories
(Core :: DOM: Notifications, defect)
Core
DOM: Notifications
Tracking
()
RESOLVED
FIXED
129 Branch
| Tracking | Status | |
|---|---|---|
| firefox129 | --- | fixed |
People
(Reporter: saschanaz, Assigned: saschanaz)
Details
Attachments
(1 file, 1 obsolete file)
No description provided.
| Assignee | ||
Updated•1 year ago
|
Summary: swr.getNotifications() does not give the resolved URL → swr.getNotifications()[0].icon does not give the resolved URL
| Assignee | ||
Updated•1 year ago
|
Assignee: nobody → krosylight
| Assignee | ||
Comment 1•1 year ago
|
||
| Assignee | ||
Updated•1 year ago
|
Severity: -- → S3
Updated•1 year ago
|
Attachment #9397845 -
Attachment description: WIP: Bug 1892705 → WIP: Bug 1892705 - Persist fully resolved icon URL r=asuth,hsingh
Updated•1 year ago
|
Attachment #9397845 -
Attachment description: WIP: Bug 1892705 - Persist fully resolved icon URL r=asuth,hsingh → WIP: Bug 1892705 - Part 1: Persist fully resolved icon URL r=asuth,hsingh
| Assignee | ||
Comment 2•1 year ago
|
||
Removing testGet() as that's now covered in WPT in D209008 and D208132, and adjusted dedicated worker tests as WPT doesn't cover non-service workers yet.
(The tests should ideally become .any.js tests but we have no testdriver support in workers 😞. I wonder we can somehow work it around by having something like // META: permission=notification;granted.)
Updated•1 year ago
|
Attachment #9402212 -
Attachment is obsolete: true
Updated•1 year ago
|
Attachment #9397845 -
Attachment description: WIP: Bug 1892705 - Part 1: Persist fully resolved icon URL r=asuth,hsingh → Bug 1892705 - Persist fully resolved icon URL r=asuth,hsingh
Pushed by krosylight@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1b26a4176031
Persist fully resolved icon URL r=asuth
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/46668 for changes under testing/web-platform/tests
Comment 5•1 year ago
|
||
Backed out for causing multiple failures.
- Push with failures - mochitests failures
- Failure Log
- Failure line: TEST-UNEXPECTED-FAIL | dom/notification/test/mochitest/test_notification_basics.html | icon should get set - got "http://mochi.test:8888/tests/dom/notification/test/mochitest/icon.jpg", expected "icon.jpg"
- Push with failures - wpt failures
- Failure Log
- Failure line: PROCESS-CRASH | MOZ_ASSERT(NS_IsMainThread()) (Wrong thread!) [@ mozilla::AssertIsOnMainThread] | /notifications/getnotifications-across-processes.https.window.html
- Push with failures - junit failures
- Failure Log
- Failure line: TEST-UNEXPECTED-FAIL | runjunit.py | Some tests did not run (probably due to a crash in the harness)
Flags: needinfo?(krosylight)
Upstream PR was closed without merging
Pushed by krosylight@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b98e368f9ae3
Persist fully resolved icon URL r=asuth,hsingh
Comment 9•1 year ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox129:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 129 Branch
Upstream PR merged by moz-wptsync-bot
You need to log in
before you can comment on or make changes to this bug.
Description
•