Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
8040acd
add description, change status
autonome Aug 23, 2024
543f8a7
remove spaces
autonome Aug 23, 2024
7bd9662
merge
autonome Aug 30, 2024
44fb6dc
Merge branch 'main' into notifications
autonome Sep 2, 2024
b40b8e3
Merge branch 'main' into notifications
autonome Sep 4, 2024
442c25d
Merge branch 'main' into notifications
autonome Sep 6, 2024
10cf69d
update desc
autonome Sep 6, 2024
e24b112
Merge branch 'main' into notifications
autonome Sep 9, 2024
25c65a6
merge
autonome Sep 11, 2024
423fbd0
Merge branch 'main' into notifications
autonome Sep 12, 2024
44a002a
Merge branch 'main' into notifications
autonome Sep 13, 2024
1207d07
Merge branch 'main' into notifications
autonome Sep 19, 2024
a79953d
compute from sw to get a baseline that makese sense
autonome Sep 19, 2024
2c05f09
commentary
autonome Sep 19, 2024
8033537
add feature composition discussion
autonome Sep 19, 2024
0051bdd
Merge branch 'main' into notifications
autonome Sep 25, 2024
25682b1
Merge branch 'main' into notifications
autonome Oct 7, 2024
453ba7e
merge
autonome Oct 9, 2024
76ab596
change name
autonome Oct 9, 2024
9f9c70e
Update features/notifications.yml
autonome Oct 9, 2024
ee88b4c
Merge branch 'notifications' of https://github.com/autonome/web-featu…
autonome Oct 9, 2024
7f0391e
update desc
autonome Oct 9, 2024
a15fe78
remove drafty stuff, re-dist
autonome Oct 9, 2024
6a5e81e
Merge branch 'main' into notifications
autonome Oct 15, 2024
9de09b9
first stab at separated notifications features
autonome Oct 15, 2024
ecf4895
Merge branch 'main' into notifications
autonome Oct 15, 2024
5d7f4ee
Update features/notifications.yml
autonome Oct 15, 2024
776aee0
Update features/notifications.yml
autonome Oct 15, 2024
b8cd10c
Update features/notifications-apps.yml
autonome Oct 15, 2024
88878db
Merge branch 'main' into notifications
autonome Oct 15, 2024
ee9432e
remove old comments
autonome Oct 15, 2024
c5cb7c2
Merge branch 'notifications' of https://github.com/autonome/web-featu…
autonome Oct 15, 2024
80f841b
truncate desc
autonome Oct 15, 2024
9adf11d
Merge branch 'main' into notifications
autonome Oct 16, 2024
0eede13
Merge branch 'main' into notifications
autonome Oct 21, 2024
6605a70
merge
autonome Oct 23, 2024
fe8cad6
Merge branch 'notifications' of https://github.com/autonome/web-featu…
autonome Oct 23, 2024
0592084
merge
autonome Nov 29, 2024
0b2acb2
regen
autonome Nov 29, 2024
ad61981
Update features/notifications-apps.yml
autonome Dec 16, 2024
00f3308
Update features/notifications.yml
autonome Dec 16, 2024
9298034
Update features/notifications.yml
autonome Dec 16, 2024
25c61d3
Merge branch 'main' into notifications
autonome Dec 16, 2024
ccf308d
review fix, update baseline low date
autonome Dec 16, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 0 additions & 48 deletions features/draft/spec/notifications.yml

This file was deleted.

283 changes: 0 additions & 283 deletions features/draft/spec/notifications.yml.dist

This file was deleted.

20 changes: 20 additions & 0 deletions features/notifications-apps.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Notifications from service workers and installed apps
# This feature is for the platform-specific nature of notifications support
# in Chrome Android and Safari iOS, and anchors to the Caniuse feature.
#
# See `features/notifications.yml` for the full Notifications feature, which
# does not align with Caniuse.
description: Notifications via service worker registration's `showNotification()` method, sent from installed web applications (for example, saved to the Home Screen on Safari for iOS), show a message to the user, typically using the notification system of the host operating system.
spec: https://notifications.spec.whatwg.org/
caniuse: notifications
status:
baseline: low
baseline_low_date: 2023-03-27
support:
chrome: "20"
chrome_android: "42"
edge: "14"
firefox: "22"
firefox_android: "22"
safari: "7"
safari_ios: "16.4"
4 changes: 4 additions & 0 deletions features/notifications-apps.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Generated from: notifications-apps.yml
# Do not edit this file by hand. Edit the source file instead!

{}
Loading
Loading