|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Google Chrome
This plugin doesn't work on Google Chrome since september 2013
(See https://code.google.com/p/chromium/issues/detail?id=137297)
Firefox
On Firefox, the solution is to use this addon : https://addons.mozilla.org/fr/firefox/addon/html-notifications/
But since Firefox 22 (june, 24th, 2013), there is a native Firefox support notification and this addon no longer works at all.
Compatibility
See http://caniuse.com/#feat=notifications
W3C
http://www.w3.org/TR/notifications/
Google Chrome: new API Notifications
http://developer.chrome.com/beta/extensions/notifications.html
Fix plugin
I will soon propose a pull request which use window.webkitNotifications.createNotification(picture, title, text);
But the notification will be less beautiful than before because we can do fewer things. My solution will works with lastest Google Chrome and Firefox.