Closed
Bug 2066184
Opened 21 days ago
Closed 12 days ago
Implement Notification.navigate
Categories
(Core :: DOM: Notifications, enhancement, P3)
Core
DOM: Notifications
Tracking
()
RESOLVED
FIXED
157 Branch
| Tracking | Status | |
|---|---|---|
| firefox157 | --- | fixed |
People
(Reporter: ltenenbaum, Assigned: ltenenbaum)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-needed)
Attachments
(4 files)
Declarative Web Push introduces the navigate member on Notification (and on notification actions) to navigate to a URL when the notification is clicked.
| Assignee | ||
Comment 1•21 days ago
|
||
| Assignee | ||
Comment 2•21 days ago
|
||
| Assignee | ||
Comment 3•20 days ago
|
||
Updated•20 days ago
|
Attachment #9630259 -
Attachment description: Bug 2066184 - Part 2: Navigate to Notification or action's navigation URL on click. r=saschanaz → Bug 2066184 - Part 3: Navigate to Notification or action's navigation URL on click. r=saschanaz
Pushed by ltenenbaum@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/e75fc51c16fd
https://hg.mozilla.org/integration/autoland/rev/3e4e15b0844c
Part 1: Add navigate property to Notification. r=saschanaz,webidl
https://github.com/mozilla-firefox/firefox/commit/03531562b704
https://hg.mozilla.org/integration/autoland/rev/a9b598e8ab85
Part 2: Add navigate to NotificationStorage. r=saschanaz
https://github.com/mozilla-firefox/firefox/commit/c7572d318c0d
https://hg.mozilla.org/integration/autoland/rev/a1528fbc8026
Part 3: Navigate to Notification or action's navigation URL on click. r=saschanaz
Pushed by agoloman@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/8bd99648eb73
https://hg.mozilla.org/integration/autoland/rev/169f389014c2
Revert "Bug 2066184 - Part 3: Navigate to Notification or action's navigation URL on click. r=saschanaz" for causing wpt failures @telemetry.sub.https.window.html.
Backed out for causing wpt failures @telemetry.sub.https.window.html.
Flags: needinfo?(ltenenbaum)
| Assignee | ||
Comment 7•18 days ago
|
||
It seems that the notifications are carried over to the next test somehow. But even explicitly closing them doesn't help…
Flags: needinfo?(ltenenbaum)
Keywords: dev-doc-needed
| Assignee | ||
Comment 8•13 days ago
|
||
Pushed by ltenenbaum@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/2121206065f2
https://hg.mozilla.org/integration/autoland/rev/91a67156d4f0
Part 1: Add navigate property to Notification. r=saschanaz,webidl
https://github.com/mozilla-firefox/firefox/commit/b74b032213a4
https://hg.mozilla.org/integration/autoland/rev/42030fb4768f
Part 2: Add navigate to NotificationStorage. r=saschanaz
https://github.com/mozilla-firefox/firefox/commit/fa83b439c870
https://hg.mozilla.org/integration/autoland/rev/7cc14cea3a85
Part 3: Navigate to Notification or action's navigation URL on click. r=saschanaz
https://github.com/mozilla-firefox/firefox/commit/52c264bd7d03
https://hg.mozilla.org/integration/autoland/rev/c7be216313ac
Part 4: Mark notification telemetry tests as intermittent on Android. r=saschanaz
Comment 10•12 days ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/91a67156d4f0
https://hg.mozilla.org/mozilla-central/rev/42030fb4768f
https://hg.mozilla.org/mozilla-central/rev/7cc14cea3a85
https://hg.mozilla.org/mozilla-central/rev/c7be216313ac
Status: ASSIGNED → RESOLVED
Closed: 12 days ago
status-firefox157:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 157 Branch
Blocks: 2069920
Updated•2 hours ago
|
QA Whiteboard: [qa-triage-done-c158/b157]
You need to log in
before you can comment on or make changes to this bug.
Description
•