[webkit-reviews] review granted: [Bug 78783] Bring notifications support to WK1 mac : [Attachment 127339] Source/WebKit/mac: (Prep work for) Bring notifications support to WK1 mac

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 21 15:13:00 PST 2012


Anders Carlsson <andersca at apple.com> has granted Jon Lee <jonlee at apple.com>'s
request for review:
Bug 78783: Bring notifications support to WK1 mac
https://bugs.webkit.org/show_bug.cgi?id=78783

Attachment 127339: Source/WebKit/mac: (Prep work for) Bring notifications
support to WK1 mac
https://bugs.webkit.org/attachment.cgi?id=127339&action=review

------- Additional Comments from Anders Carlsson <andersca at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=127339&action=review


> Source/WebKit/mac/WebView/WebPreferences.h:443
> +/*!
> +    @method setNotificationsEnabled
> +    @param flag
> +*/
> +- (void)setNotificationsEnabled:(BOOL)flag;
> +/*!
> +    @method notificationsEnabled
> +    @param flag
> +*/
> +- (BOOL)notificationsEnabled;

These need to go in WebPreferencesPrivate.h


More information about the webkit-reviews mailing list