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

Issue 213013006: Define push_messaging module with PushManager skeleton. (Closed)

Created:
6 years, 9 months ago by Michael van Ouwerkerk
Modified:
6 years, 8 months ago
CC:
blink-reviews, abarth-chromium
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Define push_messaging module with PushManager skeleton. Intent to implement thread: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/GLXyXABvA_0 BUG=350378 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=170454

Patch Set 1 #

Total comments: 18

Patch Set 2 : Rebase and address review comments. #

Total comments: 4

Patch Set 3 : Rebase. Add layout tests. #

Patch Set 4 : similarity=90 #

Patch Set 5 : Tweak. Tweak. Tweak. #

Patch Set 6 : Tweak. #

Patch Set 7 : Rebase. Make layout test async. #

Patch Set 8 : Fix navigator test. #

Patch Set 9 : More oilpan types. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+225 lines, --1 lines) Patch
M LayoutTests/fast/dom/navigator-detached-no-crash-expected.txt View 1 2 3 4 5 6 7 2 chunks +2 lines, -0 lines 0 comments Download
A LayoutTests/push_messaging/push-messaging.html View 1 2 3 4 5 6 1 chunk +30 lines, -0 lines 0 comments Download
A LayoutTests/push_messaging/push-messaging-expected.txt View 1 2 3 4 5 6 1 chunk +13 lines, -0 lines 0 comments Download
M Source/modules/modules.gypi View 3 chunks +6 lines, -0 lines 0 comments Download
A Source/modules/push_messaging/NavigatorPushManager.h View 1 1 chunk +36 lines, -0 lines 0 comments Download
A Source/modules/push_messaging/NavigatorPushManager.cpp View 1 1 chunk +54 lines, -0 lines 0 comments Download
A Source/modules/push_messaging/NavigatorPushManager.idl View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
A + Source/modules/push_messaging/OWNERS View 0 chunks +-1 lines, --1 lines 0 comments Download
A Source/modules/push_messaging/PushManager.h View 1 2 3 4 5 6 7 8 1 chunk +30 lines, -0 lines 0 comments Download
A Source/modules/push_messaging/PushManager.cpp View 1 2 3 4 5 6 7 8 1 chunk +34 lines, -0 lines 0 comments Download
A Source/modules/push_messaging/PushManager.idl View 1 2 3 4 1 chunk +11 lines, -0 lines 0 comments Download
M Source/platform/RuntimeEnabledFeatures.in View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 20 (0 generated)
Michael van Ouwerkerk
This is a small subset of this larger prototyping patch: https://codereview.chromium.org/152763002/ Peter: as feature reviewer ...
6 years, 9 months ago (2014-03-26 19:30:22 UTC) #1
Peter Beverloo
This overall looks fine to me, thanks Michael! https://codereview.chromium.org/213013006/diff/1/Source/modules/push_messaging/NavigatorPushManager.h File Source/modules/push_messaging/NavigatorPushManager.h (right): https://codereview.chromium.org/213013006/diff/1/Source/modules/push_messaging/NavigatorPushManager.h#newcode15 Source/modules/push_messaging/NavigatorPushManager.h:15: class ...
6 years, 9 months ago (2014-03-26 21:35:35 UTC) #2
abarth-chromium
lgtm on creating the module You might want to write some basic tests for this ...
6 years, 9 months ago (2014-03-27 03:38:57 UTC) #3
Michael van Ouwerkerk
Thanks! PTAL. Acknowledged there are no tests yet, I did a manual test. https://codereview.chromium.org/213013006/diff/1/Source/modules/push_messaging/NavigatorPushManager.h File ...
6 years, 9 months ago (2014-03-27 19:15:23 UTC) #4
Peter Beverloo
lgtm https://codereview.chromium.org/213013006/diff/20001/Source/modules/push_messaging/PushManager.h File Source/modules/push_messaging/PushManager.h (right): https://codereview.chromium.org/213013006/diff/20001/Source/modules/push_messaging/PushManager.h#newcode17 Source/modules/push_messaging/PushManager.h:17: class PushManager FINAL : public RefCounted<PushManager>, public ScriptWrappable ...
6 years, 9 months ago (2014-03-28 13:52:20 UTC) #5
Michael van Ouwerkerk
https://codereview.chromium.org/213013006/diff/20001/Source/modules/push_messaging/PushManager.h File Source/modules/push_messaging/PushManager.h (right): https://codereview.chromium.org/213013006/diff/20001/Source/modules/push_messaging/PushManager.h#newcode17 Source/modules/push_messaging/PushManager.h:17: class PushManager FINAL : public RefCounted<PushManager>, public ScriptWrappable { ...
6 years, 9 months ago (2014-03-28 16:08:17 UTC) #6
Michael van Ouwerkerk
The CQ bit was checked by mvanouwerkerk@chromium.org
6 years, 9 months ago (2014-03-28 16:26:51 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mvanouwerkerk@chromium.org/213013006/100001
6 years, 9 months ago (2014-03-28 16:26:58 UTC) #8
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-28 17:00:43 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.blink on mac_blink_rel
6 years, 9 months ago (2014-03-28 17:00:44 UTC) #10
Michael van Ouwerkerk
The CQ bit was checked by mvanouwerkerk@chromium.org
6 years, 9 months ago (2014-03-28 17:03:25 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mvanouwerkerk@chromium.org/213013006/100001
6 years, 9 months ago (2014-03-28 17:03:59 UTC) #12
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-28 17:15:01 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.blink on win_blink_rel
6 years, 9 months ago (2014-03-28 17:15:02 UTC) #14
Michael van Ouwerkerk
The CQ bit was checked by mvanouwerkerk@chromium.org
6 years, 8 months ago (2014-03-31 14:17:01 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mvanouwerkerk@chromium.org/213013006/140001
6 years, 8 months ago (2014-03-31 14:17:04 UTC) #16
Michael van Ouwerkerk
The CQ bit was unchecked by mvanouwerkerk@chromium.org
6 years, 8 months ago (2014-03-31 14:26:42 UTC) #17
Michael van Ouwerkerk
The CQ bit was checked by mvanouwerkerk@chromium.org
6 years, 8 months ago (2014-03-31 14:31:39 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mvanouwerkerk@chromium.org/213013006/160001
6 years, 8 months ago (2014-03-31 14:31:44 UTC) #19
commit-bot: I haz the power
6 years, 8 months ago (2014-03-31 15:39:06 UTC) #20
Message was sent while issue was closed.
Change committed as 170454

Powered by Google App Engine
This is Rietveld 408576698