Closed
Bug 595437
Opened 14 years ago
Closed 11 years ago
[Tracking] Implement Desktop Notifications in SeaMonkey
Categories
(SeaMonkey :: UI Design, defect)
SeaMonkey
UI Design
Tracking
(Not tracked)
RESOLVED
WORKSFORME
seamonkey2.21
People
(Reporter: philip.chee, Unassigned)
References
(Depends on 1 open bug, )
Details
(Keywords: meta)
> +++ This bug was initially created as a clone of Bug #594543 +++
> +++ This bug was initially created as a clone of Bug #573588 +++
>
> I reviewed the WebNotification spec:
> http://dev.w3.org/2006/webapi/WebNotifications/publish/
>
> and the google spec:
> http://code.google.com/p/gears/wiki/NotificationAPI
>
> and I think both are a bit more complex than we need.
>
> My current thinking is title, description, uri to image, and a callback for if/when the user clicks on the notification:
>
> navigator.notification.notify("title",
> "description",
> "uri to image",
> function() {})
>
> I cloned this bug to track the Firefox specific issues.
I cloned this bug to track the SeaMonkey specific issues.
Updated•13 years ago
|
Reporter | ||
Comment 1•11 years ago
|
||
All dependent bugs are fixed. Time to stick a fork in this.
You need to log in
before you can comment on or make changes to this bug.
Description
•