[webkit-reviews] review requested: [Bug 25463] notifications API for workers : [Attachment 29871] Patch implementing proposed API for worker notifications

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 28 17:30:46 PDT 2009


John Gregg <johnnyg at google.com> has asked  for review:
Bug 25463: notifications API for workers
https://bugs.webkit.org/show_bug.cgi?id=25463

Attachment 29871: Patch implementing proposed API for worker notifications
https://bugs.webkit.org/attachment.cgi?id=29871&action=review

------- Additional Comments from John Gregg <johnnyg at google.com>
Proposed patch which implements the Notification API for workers.  

It requires a container such as Chromium to inject a custom Notifications
interface which exposes the supported methods, and a NotificationProvider which
actually does the rendering work.  It's also all disabled by a compile time
flag since it is a prototype.


More information about the webkit-reviews mailing list