Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(82)

Issue 152763002: DO NOT REVIEW Bindings and plumbing for push messaging API. (Closed)

Created:
6 years, 10 months ago by Michael van Ouwerkerk
Modified:
6 years, 5 months ago
Reviewers:
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : More plumbing. #

Patch Set 3 : Retry after 500 error. #

Patch Set 4 : Retry after 500 error. #

Patch Set 5 : Rebase. Flip flag to experimental. #

Total comments: 25

Patch Set 6 : Rebase. Address some review comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+473 lines, -5 lines) Patch
M Source/modules/modules.gypi View 1 2 3 4 3 chunks +13 lines, -0 lines 0 comments Download
A Source/modules/pushmessaging/NavigatorPushManager.h View 1 1 chunk +32 lines, -0 lines 0 comments Download
A Source/modules/pushmessaging/NavigatorPushManager.cpp View 1 1 chunk +49 lines, -0 lines 0 comments Download
A + Source/modules/pushmessaging/NavigatorPushManager.idl View 1 2 3 4 1 chunk +2 lines, -3 lines 0 comments Download
A + Source/modules/pushmessaging/OWNERS View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A Source/modules/pushmessaging/PushController.h View 1 2 3 4 5 1 chunk +43 lines, -0 lines 0 comments Download
A Source/modules/pushmessaging/PushController.cpp View 1 1 chunk +44 lines, -0 lines 0 comments Download
A Source/modules/pushmessaging/PushManager.h View 1 2 3 4 5 1 chunk +29 lines, -0 lines 0 comments Download
A Source/modules/pushmessaging/PushManager.cpp View 1 2 3 4 5 1 chunk +40 lines, -0 lines 0 comments Download
A + Source/modules/pushmessaging/PushManager.idl View 1 1 chunk +3 lines, -3 lines 0 comments Download
A Source/modules/pushmessaging/PushMessagingError.h View 1 2 3 4 5 1 chunk +34 lines, -0 lines 0 comments Download
A Source/modules/pushmessaging/PushMessagingError.cpp View 1 2 3 4 5 1 chunk +22 lines, -0 lines 0 comments Download
A Source/modules/pushmessaging/PushRegistration.h View 1 1 chunk +39 lines, -0 lines 0 comments Download
A Source/modules/pushmessaging/PushRegistration.cpp View 1 1 chunk +22 lines, -0 lines 0 comments Download
A Source/modules/pushmessaging/PushRegistration.idl View 1 1 chunk +11 lines, -0 lines 0 comments Download
M Source/platform/RuntimeEnabledFeatures.in View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M Source/web/WebViewImpl.cpp View 1 2 3 4 5 2 chunks +2 lines, -0 lines 0 comments Download
A public/platform/WebPushClient.h View 1 1 chunk +25 lines, -0 lines 0 comments Download
A public/platform/WebPushMessagingError.h View 1 1 chunk +31 lines, -0 lines 0 comments Download
A public/platform/WebPushRegistration.h View 1 1 chunk +27 lines, -0 lines 0 comments Download
M public/web/WebViewClient.h View 1 2 chunks +5 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Michael van Ouwerkerk
6 years, 10 months ago (2014-02-03 14:11:28 UTC) #1
Peter Beverloo
Thanks Michael! A few general comments: * Please make sure that a BUG is attached ...
6 years, 9 months ago (2014-03-10 13:59:28 UTC) #2
Michael van Ouwerkerk
https://codereview.chromium.org/152763002/diff/100001/Source/modules/pushmessaging/NavigatorPushManager.h File Source/modules/pushmessaging/NavigatorPushManager.h (right): https://codereview.chromium.org/152763002/diff/100001/Source/modules/pushmessaging/NavigatorPushManager.h#newcode21 Source/modules/pushmessaging/NavigatorPushManager.h:21: PushManager* pushManager() const; On 2014/03/10 13:59:28, Peter Beverloo wrote: ...
6 years, 9 months ago (2014-03-10 15:12:04 UTC) #3
Michael van Ouwerkerk
6 years, 9 months ago (2014-03-10 15:14:06 UTC) #4
Adam, this needs to be broken into smaller pieces, and tests. Could you please
look at it from a general perspective though?

Powered by Google App Engine
This is Rietveld 408576698