Page MenuHomePhabricator

Offer system tray area desktop notifications
Open, Stalled, Needs TriagePublic

Description

(This is for after T34284)

https://developer.chrome.com/apps/notifications

Use the chrome.notifications API to create rich notifications using templates and show these notifications to users in the system tray.

https://developer.mozilla.org/en-US/docs/Web/API/notification

The Notification interface of the Notifications API is used to configure and display desktop notifications to the user.


See also T115264: Notification panel: Control notification volume

Event Timeline

Josve05a raised the priority of this task from to Needs Triage.
Josve05a updated the task description. (Show Details)
Josve05a subscribed.
Restricted Application added a subscriber: Aklapper. · View Herald Transcript
Aklapper renamed this task from Offer system tray notifications to Offer system tray area desktop notifications.Oct 22 2015, 11:14 AM
Aklapper set Security to None.

I’m not sure if it’s related to this task, but a while ago I wrote changeslist-notify.js, a user script to turn new changes on RecentChanges or Watchlist into desktop notifications. Perhaps it’s useful to some of the people subscribed here.