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

Issue 942913002: [AppBanner] Blink implementation of an event when an install banner is shown. (Closed)

Created:
5 years, 10 months ago by mlamouri (slow - plz ping)
Modified:
5 years, 9 months ago
Reviewers:
Mike West
CC:
benwells, blink-reviews, gone, dglazkov+blink, Miguel Garcia
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

[AppBanner] Blink implementation of an event when an install banner is shown. If the event is cancelled, the install banner is not being shown. The event also carries the platform type for which the installation is going to happen. This is not implement the userChoice promise. Intent to implement: https://groups.google.com/a/chromium.org/d/msg/blink-dev/HSSqpbYd8W8/6I_InR9keNwJ Explainer: https://github.com/slightlyoff/AppInstallImprovements/blob/master/explainer.md BUG=460945 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=191459

Patch Set 1 #

Patch Set 2 : #

Total comments: 8

Patch Set 3 : rebase #

Patch Set 4 : review comments #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+226 lines, -0 lines) Patch
M LayoutTests/webexposed/global-interface-listing-expected.txt View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/events/EventTypeNames.in View 1 1 chunk +1 line, -0 lines 0 comments Download
A Source/modules/app_banner/AppBannerController.h View 1 2 3 1 chunk +27 lines, -0 lines 0 comments Download
A Source/modules/app_banner/AppBannerController.cpp View 1 2 3 1 chunk +28 lines, -0 lines 0 comments Download
A Source/modules/app_banner/BeforeInstallPromptEvent.h View 1 1 chunk +53 lines, -0 lines 0 comments Download
A Source/modules/app_banner/BeforeInstallPromptEvent.cpp View 1 1 chunk +50 lines, -0 lines 0 comments Download
A Source/modules/app_banner/BeforeInstallPromptEvent.idl View 1 1 chunk +11 lines, -0 lines 0 comments Download
A Source/modules/app_banner/BeforeInstallPromptEventInit.idl View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
A Source/modules/app_banner/OWNERS View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M Source/modules/modules.gypi View 1 2 5 chunks +9 lines, -0 lines 0 comments Download
M Source/platform/RuntimeEnabledFeatures.in View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M Source/web/WebLocalFrameImpl.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M Source/web/WebLocalFrameImpl.cpp View 1 2 3 2 chunks +9 lines, -0 lines 0 comments Download
A public/platform/modules/app_banner/OWNERS View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A public/platform/modules/app_banner/WebAppBannerPromptReply.h View 1 2 3 1 chunk +17 lines, -0 lines 2 comments Download
M public/web/WebLocalFrame.h View 1 2 3 2 chunks +8 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (2 generated)
mlamouri (slow - plz ping)
This is not handling .userChoice, the WebAppBannerClient (not implemented) will take care of that.
5 years, 10 months ago (2015-02-20 18:13:19 UTC) #1
mlamouri (slow - plz ping)
5 years, 10 months ago (2015-02-23 15:59:25 UTC) #3
Mike West
Did this go to blink-dev@ as an intent to implement yet? It would be nice ...
5 years, 10 months ago (2015-02-23 21:31:25 UTC) #4
mlamouri (slow - plz ping)
+cc benwells@ fyi
5 years, 10 months ago (2015-02-24 12:29:10 UTC) #5
Mike West
Can you add a link to the intent to implement, the explainer, and the bug? ...
5 years, 9 months ago (2015-03-06 14:30:30 UTC) #6
mlamouri (slow - plz ping)
Could you check that you are still okay with me landing this CL? https://codereview.chromium.org/942913002/diff/20001/Source/modules/app_banner/AppBannerController.h File ...
5 years, 9 months ago (2015-03-06 18:50:47 UTC) #7
Mike West
Still LGTM. https://codereview.chromium.org/942913002/diff/60001/public/platform/modules/app_banner/WebAppBannerPromptReply.h File public/platform/modules/app_banner/WebAppBannerPromptReply.h (right): https://codereview.chromium.org/942913002/diff/60001/public/platform/modules/app_banner/WebAppBannerPromptReply.h#newcode11 public/platform/modules/app_banner/WebAppBannerPromptReply.h:11: None = 0, Nit: WebAppBannerPromptReplyNone and WebAppBannerPromptReplyCancel.
5 years, 9 months ago (2015-03-06 20:17:45 UTC) #8
mlamouri (slow - plz ping)
https://codereview.chromium.org/942913002/diff/60001/public/platform/modules/app_banner/WebAppBannerPromptReply.h File public/platform/modules/app_banner/WebAppBannerPromptReply.h (right): https://codereview.chromium.org/942913002/diff/60001/public/platform/modules/app_banner/WebAppBannerPromptReply.h#newcode11 public/platform/modules/app_banner/WebAppBannerPromptReply.h:11: None = 0, On 2015/03/06 at 20:17:45, Mike West ...
5 years, 9 months ago (2015-03-06 20:42:04 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/942913002/60001
5 years, 9 months ago (2015-03-06 20:43:12 UTC) #11
commit-bot: I haz the power
5 years, 9 months ago (2015-03-06 20:46:26 UTC) #12
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=191459

Powered by Google App Engine
This is Rietveld 408576698