RESOLVED FIXED 36904
Clean up chromium WebNotificationPresenter interface after notification changes
https://bugs.webkit.org/show_bug.cgi?id=36904
Summary Clean up chromium WebNotificationPresenter interface after notification changes
Rafael Weinstein
Reported 2010-03-31 15:30:07 PDT
Now that https://bugs.webkit.org/show_bug.cgi?id=36625 and http://codereview.chromium.org/1383001 have landed. Go back and clean up old interface calls.
Attachments
Patch (4.49 KB, patch)
2010-03-31 15:34 PDT, Rafael Weinstein
no flags
Patch (4.49 KB, patch)
2010-04-02 11:05 PDT, Rafael Weinstein
no flags
Patch (5.45 KB, patch)
2010-04-02 11:17 PDT, Rafael Weinstein
no flags
Patch (5.90 KB, patch)
2010-04-02 11:34 PDT, Rafael Weinstein
no flags
Patch (5.88 KB, patch)
2010-04-02 11:43 PDT, Rafael Weinstein
no flags
Rafael Weinstein
Comment 1 2010-03-31 15:34:44 PDT
WebKit Review Bot
Comment 2 2010-03-31 15:39:20 PDT
Adam Barth
Comment 3 2010-03-31 17:29:24 PDT
Comment on attachment 52216 [details] Patch Ok, but please make sure you don't break the chromium build. :)
Rafael Weinstein
Comment 4 2010-04-02 11:05:37 PDT
WebKit Review Bot
Comment 5 2010-04-02 11:13:49 PDT
Rafael Weinstein
Comment 6 2010-04-02 11:17:40 PDT
WebKit Review Bot
Comment 7 2010-04-02 11:29:07 PDT
Rafael Weinstein
Comment 8 2010-04-02 11:34:56 PDT
David Levin
Comment 9 2010-04-02 11:37:49 PDT
Comment on attachment 52428 [details] Patch > diff --git a/WebKit/chromium/public/WebNotificationPresenter.h b/WebKit/chromium/public/WebNotificationPresenter.h > + virtual Permission checkPermission(const WebURL& url) = 0; The parameter name "url" adds no information so it shouldn't be present. > + virtual void requestPermission(const WebSecurityOrigin& origin, WebNotificationPermissionCallback* callback) = 0; "origin" and "callback" param names should be removed.
Rafael Weinstein
Comment 10 2010-04-02 11:43:19 PDT
Adam Barth
Comment 11 2010-04-02 12:49:52 PDT
Comment on attachment 52430 [details] Patch Awesome! Thanks.
WebKit Commit Bot
Comment 12 2010-04-02 15:14:04 PDT
Comment on attachment 52430 [details] Patch Clearing flags on attachment: 52430 Committed r57026: <http://trac.webkit.org/changeset/57026>
WebKit Commit Bot
Comment 13 2010-04-02 15:14:09 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.