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

Issue 783983003: Push API: move PushManager from Navigator to ServiceWorkerRegistration [switchover 6/6] (Closed)

Created:
6 years ago by Michael van Ouwerkerk
Modified:
6 years ago
Reviewers:
Peter Beverloo
CC:
blink-reviews
Project:
blink
Visibility:
Public.

Description

Push API: move PushManager from Navigator to ServiceWorkerRegistration [switchover 6/6] This part 6 of a series of 6 patches. See https://crbug.com/440076 for the plan to land them. BUG=389194, 440076 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=186978

Patch Set 1 #

Total comments: 26

Patch Set 2 : Address review comments. #

Total comments: 20

Patch Set 3 : Address review comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+377 lines, -146 lines) Patch
A LayoutTests/http/tests/push_messaging/has_permission_default.html View 1 2 1 chunk +30 lines, -0 lines 0 comments Download
A LayoutTests/http/tests/push_messaging/has_permission_denied.html View 1 2 1 chunk +30 lines, -0 lines 0 comments Download
A LayoutTests/http/tests/push_messaging/has_permission_granted.html View 1 2 1 chunk +30 lines, -0 lines 0 comments Download
A LayoutTests/http/tests/push_messaging/register_permission_denied.html View 1 2 1 chunk +38 lines, -0 lines 0 comments Download
A LayoutTests/http/tests/push_messaging/register_success.html View 1 2 1 chunk +45 lines, -0 lines 0 comments Download
A LayoutTests/http/tests/push_messaging/register_worker_not_activated.html View 1 2 1 chunk +37 lines, -0 lines 0 comments Download
A + LayoutTests/http/tests/push_messaging/resources/empty_worker.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A LayoutTests/http/tests/push_messaging/resources/push_manifest.json View 1 1 chunk +3 lines, -0 lines 0 comments Download
M Source/modules/modules.gypi View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
D Source/modules/push_messaging/NavigatorPushManager.h View 1 chunk +0 lines, -36 lines 0 comments Download
D Source/modules/push_messaging/NavigatorPushManager.cpp View 1 chunk +0 lines, -54 lines 0 comments Download
D Source/modules/push_messaging/NavigatorPushManager.idl View 1 chunk +0 lines, -9 lines 0 comments Download
M Source/modules/push_messaging/PushController.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/push_messaging/PushController.cpp View 1 2 1 chunk +6 lines, -4 lines 0 comments Download
M Source/modules/push_messaging/PushManager.h View 1 chunk +7 lines, -4 lines 0 comments Download
M Source/modules/push_messaging/PushManager.cpp View 1 2 1 chunk +42 lines, -36 lines 0 comments Download
A Source/modules/push_messaging/ServiceWorkerRegistrationPush.h View 1 chunk +38 lines, -0 lines 0 comments Download
A Source/modules/push_messaging/ServiceWorkerRegistrationPush.cpp View 1 chunk +56 lines, -0 lines 0 comments Download
A Source/modules/push_messaging/ServiceWorkerRegistrationPush.idl View 1 1 chunk +12 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (4 generated)
Michael van Ouwerkerk
Peter, could you take a look please?
6 years ago (2014-12-08 20:04:12 UTC) #2
Peter Beverloo
Overall I like the direction this is going in, thanks for that! I'm a bit ...
6 years ago (2014-12-08 21:40:51 UTC) #3
Michael van Ouwerkerk
I think this should be a lot better. Please take another look. https://codereview.chromium.org/783983003/diff/1/LayoutTests/http/tests/push_messaging/has-permission-document.html File LayoutTests/http/tests/push_messaging/has-permission-document.html ...
6 years ago (2014-12-09 18:47:45 UTC) #4
Peter Beverloo
lgtm https://codereview.chromium.org/783983003/diff/20001/LayoutTests/http/tests/push_messaging/has_permission_default.html File LayoutTests/http/tests/push_messaging/has_permission_default.html (right): https://codereview.chromium.org/783983003/diff/20001/LayoutTests/http/tests/push_messaging/has_permission_default.html#newcode4 LayoutTests/http/tests/push_messaging/has_permission_default.html:4: <title>Push API: hasPermission fulfills with default when no ...
6 years ago (2014-12-10 00:18:18 UTC) #5
Michael van Ouwerkerk
https://codereview.chromium.org/783983003/diff/20001/LayoutTests/http/tests/push_messaging/has_permission_default.html File LayoutTests/http/tests/push_messaging/has_permission_default.html (right): https://codereview.chromium.org/783983003/diff/20001/LayoutTests/http/tests/push_messaging/has_permission_default.html#newcode4 LayoutTests/http/tests/push_messaging/has_permission_default.html:4: <title>Push API: hasPermission fulfills with default when no permission ...
6 years ago (2014-12-10 15:13:06 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/783983003/40001
6 years ago (2014-12-11 16:51:31 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: win_blink_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/win_blink_rel/builds/40940)
6 years ago (2014-12-11 18:28:45 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/783983003/40001
6 years ago (2014-12-11 18:31:19 UTC) #12
commit-bot: I haz the power
6 years ago (2014-12-11 19:55:35 UTC) #13
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=186978

Powered by Google App Engine
This is Rietveld 408576698