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

Issue 152143003: [ProtocolHandlers] Add a permission bubble client for RPH requests. (Closed)

Created:
6 years, 10 months ago by Greg Billock
Modified:
6 years, 10 months ago
CC:
chromium-reviews, benwells
Visibility:
Public.

Description

[ProtocolHandlers] Add a permission bubble client for RPH requests. R=benwells@chromium.org BUG=332115 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=251222

Patch Set 1 #

Total comments: 7

Patch Set 2 : Add bubble request creation, rebase #

Patch Set 3 : Move infobar/bubble call to browser.cc #

Total comments: 9

Patch Set 4 : tweaks #

Unified diffs Side-by-side diffs Delta from patch set Stats (+151 lines, -2 lines) Patch
M chrome/app/generated_resources.grd View 1 chunk +6 lines, -0 lines 0 comments Download
A chrome/browser/custom_handlers/register_protocol_handler_permission_request.h View 1 1 chunk +41 lines, -0 lines 0 comments Download
A chrome/browser/custom_handlers/register_protocol_handler_permission_request.cc View 1 1 chunk +91 lines, -0 lines 0 comments Download
M chrome/browser/ui/browser.cc View 1 2 3 3 chunks +11 lines, -2 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (0 generated)
Greg Billock
6 years, 10 months ago (2014-02-05 22:57:54 UTC) #1
benwells
passing to koz to review ...
6 years, 10 months ago (2014-02-06 01:48:13 UTC) #2
koz (OOO until 15th September)
https://codereview.chromium.org/152143003/diff/1/chrome/browser/custom_handlers/register_protocol_handler_permission_delegate.h File chrome/browser/custom_handlers/register_protocol_handler_permission_delegate.h (right): https://codereview.chromium.org/152143003/diff/1/chrome/browser/custom_handlers/register_protocol_handler_permission_delegate.h#newcode13 chrome/browser/custom_handlers/register_protocol_handler_permission_delegate.h:13: class RegisterProtocolHandlerPermissionDelegate Could you add a class comment describing ...
6 years, 10 months ago (2014-02-06 03:03:26 UTC) #3
Greg Billock
https://codereview.chromium.org/152143003/diff/1/chrome/browser/custom_handlers/register_protocol_handler_permission_delegate.h File chrome/browser/custom_handlers/register_protocol_handler_permission_delegate.h (right): https://codereview.chromium.org/152143003/diff/1/chrome/browser/custom_handlers/register_protocol_handler_permission_delegate.h#newcode13 chrome/browser/custom_handlers/register_protocol_handler_permission_delegate.h:13: class RegisterProtocolHandlerPermissionDelegate On 2014/02/06 03:03:26, koz wrote: > Could ...
6 years, 10 months ago (2014-02-06 22:23:48 UTC) #4
koz (OOO until 15th September)
https://codereview.chromium.org/152143003/diff/1/chrome/browser/ui/browser.cc File chrome/browser/ui/browser.cc (right): https://codereview.chromium.org/152143003/diff/1/chrome/browser/ui/browser.cc#newcode1625 chrome/browser/ui/browser.cc:1625: registry->RequestPermission(web_contents, handler); On 2014/02/06 22:23:49, Greg Billock wrote: > ...
6 years, 10 months ago (2014-02-06 23:34:10 UTC) #5
Greg Billock
https://codereview.chromium.org/152143003/diff/1/chrome/browser/ui/browser.cc File chrome/browser/ui/browser.cc (right): https://codereview.chromium.org/152143003/diff/1/chrome/browser/ui/browser.cc#newcode1625 chrome/browser/ui/browser.cc:1625: registry->RequestPermission(web_contents, handler); On 2014/02/06 23:34:10, koz wrote: > On ...
6 years, 10 months ago (2014-02-10 23:12:50 UTC) #6
koz (OOO until 15th September)
lgtm https://codereview.chromium.org/152143003/diff/1/chrome/browser/ui/browser.cc File chrome/browser/ui/browser.cc (right): https://codereview.chromium.org/152143003/diff/1/chrome/browser/ui/browser.cc#newcode1625 chrome/browser/ui/browser.cc:1625: registry->RequestPermission(web_contents, handler); On 2014/02/10 23:12:51, Greg Billock wrote: ...
6 years, 10 months ago (2014-02-11 02:17:07 UTC) #7
Greg Billock
The CQ bit was checked by gbillock@chromium.org
6 years, 10 months ago (2014-02-11 16:11:21 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gbillock@chromium.org/152143003/130001
6 years, 10 months ago (2014-02-11 16:11:32 UTC) #9
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-11 16:47:00 UTC) #10
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=49492
6 years, 10 months ago (2014-02-11 16:47:01 UTC) #11
Greg Billock
On 2014/02/11 16:47:01, I haz the power (commit-bot) wrote: > Retried try job too often ...
6 years, 10 months ago (2014-02-13 21:13:39 UTC) #12
Lei Zhang
https://codereview.chromium.org/152143003/diff/130001/chrome/browser/custom_handlers/register_protocol_handler_permission_request.cc File chrome/browser/custom_handlers/register_protocol_handler_permission_request.cc (right): https://codereview.chromium.org/152143003/diff/130001/chrome/browser/custom_handlers/register_protocol_handler_permission_request.cc#newcode40 chrome/browser/custom_handlers/register_protocol_handler_permission_request.cc:40: l10n_util::GetStringFUTF16(IDS_REGISTER_PROTOCOL_HANDLER_CONFIRM, Since both the if and else case take ...
6 years, 10 months ago (2014-02-13 21:48:30 UTC) #13
Peter Kasting
LGTM https://codereview.chromium.org/152143003/diff/130001/chrome/browser/ui/browser.cc File chrome/browser/ui/browser.cc (right): https://codereview.chromium.org/152143003/diff/130001/chrome/browser/ui/browser.cc#newcode1630 chrome/browser/ui/browser.cc:1630: PermissionBubbleManager::FromWebContents(web_contents); On 2014/02/13 21:48:30, Lei Zhang wrote: > ...
6 years, 10 months ago (2014-02-13 21:50:35 UTC) #14
Lei Zhang
lgtm++
6 years, 10 months ago (2014-02-13 22:01:07 UTC) #15
Greg Billock
The CQ bit was checked by gbillock@chromium.org
6 years, 10 months ago (2014-02-13 22:32:07 UTC) #16
Greg Billock
The CQ bit was unchecked by gbillock@chromium.org
6 years, 10 months ago (2014-02-13 22:32:12 UTC) #17
Greg Billock
https://codereview.chromium.org/152143003/diff/130001/chrome/browser/custom_handlers/register_protocol_handler_permission_request.cc File chrome/browser/custom_handlers/register_protocol_handler_permission_request.cc (right): https://codereview.chromium.org/152143003/diff/130001/chrome/browser/custom_handlers/register_protocol_handler_permission_request.cc#newcode40 chrome/browser/custom_handlers/register_protocol_handler_permission_request.cc:40: l10n_util::GetStringFUTF16(IDS_REGISTER_PROTOCOL_HANDLER_CONFIRM, On 2014/02/13 21:48:30, Lei Zhang wrote: > Since ...
6 years, 10 months ago (2014-02-13 22:49:03 UTC) #18
Greg Billock
The CQ bit was checked by gbillock@chromium.org
6 years, 10 months ago (2014-02-13 22:51:21 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gbillock@chromium.org/152143003/390001
6 years, 10 months ago (2014-02-13 22:53:30 UTC) #20
commit-bot: I haz the power
6 years, 10 months ago (2014-02-14 01:27:16 UTC) #21
Message was sent while issue was closed.
Change committed as 251222

Powered by Google App Engine
This is Rietveld 408576698