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

Issue 1280913002: Deliver action clicks to page notifications (blink) (Closed)

Created:
5 years, 4 months ago by johnme
Modified:
5 years, 2 months ago
Reviewers:
Peter Beverloo
CC:
blink-reviews, peter+watch_chromium.org, dglazkov+blink
Base URL:
https://chromium.googlesource.com/chromium/blink.git@click_test
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Deliver action clicks to page notifications (blink) WORK IN PROGRESS (likely needs more tests) BUG=513671

Patch Set 1 #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+103 lines, -8 lines) Patch
M Source/modules/modules.gypi View 5 chunks +6 lines, -0 lines 0 comments Download
M Source/modules/notifications/Notification.h View 1 chunk +1 line, -0 lines 0 comments Download
M Source/modules/notifications/Notification.cpp View 2 chunks +16 lines, -1 line 2 comments Download
M Source/modules/notifications/NotificationEvent.cpp View 1 chunk +5 lines, -7 lines 2 comments Download
A Source/modules/notifications/PageNotificationEvent.h View 1 chunk +49 lines, -0 lines 1 comment Download
A Source/modules/notifications/PageNotificationEvent.idl View 1 chunk +14 lines, -0 lines 1 comment Download
A Source/modules/notifications/PageNotificationEventInit.idl View 1 chunk +10 lines, -0 lines 0 comments Download
M public/platform/modules/notifications/WebNotificationDelegate.h View 1 chunk +2 lines, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 5 (2 generated)
johnme
5 years, 4 months ago (2015-08-07 07:17:01 UTC) #2
Peter Beverloo
https://codereview.chromium.org/1280913002/diff/1/Source/modules/notifications/Notification.cpp File Source/modules/notifications/Notification.cpp (right): https://codereview.chromium.org/1280913002/diff/1/Source/modules/notifications/Notification.cpp#newcode259 Source/modules/notifications/Notification.cpp:259: // TODO(johnme): Remove this branch once actions ship. no ...
5 years, 4 months ago (2015-08-07 07:25:25 UTC) #3
johnme
5 years, 2 months ago (2015-10-20 13:56:00 UTC) #5
Message was sent while issue was closed.
Abandoned, as the spec now only supports action buttons for persistent (SW)
notifications:
https://github.com/whatwg/notifications/pull/48#issuecomment-148123079

Powered by Google App Engine
This is Rietveld 408576698