Permalink
Switch branches/tags
{{ refName }}
default
main
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Commits on Jan 16, 2023
Commits on Oct 26, 2022
Commits on Oct 17, 2022
-
See https://github.com/whatwg/spec-factory for details.
Commits on Oct 11, 2022
-
Define and export "notifications" permission
Closes #184. Co-authored-by: Anne van Kesteren <annevk@annevk.nl>
Commits on Jan 17, 2022
Commits on Nov 23, 2021
-
Restrict the Notifications API to secure contexts
This also further improves the integration with Permissions, delegating most of the secure context logic to that specification. Tests: web-platform-tests/wpt#31495. Fixes #93. Co-authored-by: Anne van Kesteren <annevk@annevk.nl>
Commits on Nov 15, 2021
Commits on Oct 21, 2021
-
This replaces the now defunct DOMTimeStamp. Fixes #173.
Commits on Jul 19, 2021
Commits on Apr 27, 2021
-
Get rid of entry settings object usage
Use the relevant global/settings object where possible. Use the current global/settings object in statics. Fixes #86.
Commits on Apr 26, 2021
Commits on Apr 22, 2021
Commits on Mar 23, 2021
-
See https://github.com/whatwg/spec-factory for details. Also disambiguate image resource.
Commits on Jan 18, 2021
Commits on Jan 15, 2021
Commits on Sep 29, 2020
Commits on Aug 18, 2020
Commits on Jun 29, 2020
-
See https://github.com/whatwg/spec-factory for details.
Commits on Jun 14, 2020
-
See https://github.com/whatwg/spec-factory for details.
Commits on Apr 23, 2020
-
See https://github.com/whatwg/spec-factory for details.
Commits on Apr 6, 2020
-
See https://github.com/whatwg/spec-factory for details.
Commits on Apr 1, 2020
-
See https://github.com/whatwg/spec-factory for details.
Commits on Jan 29, 2020
Commits on Sep 24, 2019
Commits on Aug 9, 2019
Commits on Jan 23, 2019
Commits on Dec 12, 2018
Commits on Aug 9, 2018
Commits on Jul 23, 2018
Commits on May 29, 2018
-
Meta: Review Draft infrastructure
See whatwg/whatwg.org#197 and whatwg/meta#92 for details. This also updates the web-platform-tests and IRC URLs.
Commits on Mar 1, 2018
-
Merge replacing and displaying into showing
This gives a more consistent story for event dispatching. The former setup was especially buggy if native replacement is not supported. This also reduces duplication (such as waiting for fetches). And it queues a task for the show and close events.
Commits on Feb 28, 2018
-
Remove support for sounds from notifications
There are no implementations for this property, and the native notification centers of various platforms make it hard to support this properly. - Windows Action Center toasts have an <audio> element supports built-in sounds, as well as sounds included in an application's package, but not freeform path and/or URL support. - NSUserNotification (Mac OS and iOS) have a `soundName` property that will be resolved against files in various local system directories. - Android strongly prefers usage of the RingtoneManager for sounds. Even though it could be supported on certain platforms, it's currently underspecified: which codecs should be supported and what is the maximum duration of the sound (if any), making it very unpredictable at best. We can revisit supporting sounds if there is interest from implementations.
Commits on Feb 27, 2018
-
Editorial: adopt more Infra terminology
Remove "substeps" and define "list of notifications" as a list and manipulate it as such.
-