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

Issue 1361253002: Separate the URL of an infobar link with clicking on it. (Closed)

Created:
5 years, 2 months ago by Avi (use Gerrit)
Modified:
5 years, 2 months ago
CC:
chromium-reviews, rouslan+autofill_chromium.org, extensions-reviews_chromium.org, estade+watch_chromium.org, bondd+autofillwatch_chromium.org, posciak+watch_chromium.org, browser-components-watch_chromium.org, vabr+watchlist_chromium.org, jam, mcasas+watch_chromium.org, jdonnelly+autofillwatch_chromium.org, feature-media-reviews_chromium.org, chromium-apps-reviews_chromium.org, piman+watch_chromium.org, native-client-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Separate getting the URL of an infobar from clicking on it. Also make a similar change to bubbles, as they have the same interface. BUG=528228 TEST=existing tests Committed: https://crrev.com/d73c8cc05e6e4e6656c88a4715ac67e35abfd58f Cr-Commit-Position: refs/heads/master@{#351799}

Patch Set 1 #

Patch Set 2 : fit #

Total comments: 4

Patch Set 3 : consolidate #

Patch Set 4 : aw #

Patch Set 5 : ios #

Total comments: 9

Patch Set 6 : pkasting #

Unified diffs Side-by-side diffs Delta from patch set Stats (+127 lines, -185 lines) Patch
M android_webview/native/aw_autofill_client.h View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M android_webview/native/aw_autofill_client.cc View 1 2 3 1 chunk +0 lines, -5 lines 0 comments Download
M chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.cc View 1 2 1 chunk +5 lines, -7 lines 0 comments Download
M chrome/browser/gpu/three_d_api_observer.cc View 1 2 3 4 5 2 chunks +3 lines, -9 lines 0 comments Download
M chrome/browser/infobars/infobar_service.h View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/infobars/infobar_service.cc View 1 2 3 4 5 1 chunk +11 lines, -0 lines 0 comments Download
M chrome/browser/infobars/insecure_content_infobar_delegate.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/infobars/insecure_content_infobar_delegate.cc View 1 2 1 chunk +2 lines, -9 lines 0 comments Download
M chrome/browser/media/media_stream_infobar_delegate.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/media/media_stream_infobar_delegate.cc View 1 2 1 chunk +2 lines, -10 lines 0 comments Download
M chrome/browser/media/protected_media_identifier_infobar_delegate.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/media/protected_media_identifier_infobar_delegate.cc View 1 2 1 chunk +2 lines, -9 lines 0 comments Download
M chrome/browser/nacl_host/nacl_infobar_delegate.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/nacl_host/nacl_infobar_delegate.cc View 1 2 1 chunk +2 lines, -8 lines 0 comments Download
M chrome/browser/net/spdyproxy/data_reduction_proxy_infobar_delegate.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/net/spdyproxy/data_reduction_proxy_infobar_delegate.cc View 1 2 1 chunk +5 lines, -6 lines 0 comments Download
M chrome/browser/password_manager/password_manager_infobar_delegate.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/password_manager/password_manager_infobar_delegate.cc View 1 2 1 chunk +5 lines, -6 lines 0 comments Download
M chrome/browser/pepper_broker_infobar_delegate.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/pepper_broker_infobar_delegate.cc View 1 2 1 chunk +2 lines, -9 lines 0 comments Download
M chrome/browser/plugins/chrome_plugin_service_filter.cc View 1 2 2 chunks +6 lines, -5 lines 0 comments Download
M chrome/browser/plugins/plugin_infobar_delegates.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/plugins/plugin_infobar_delegates.cc View 1 2 2 chunks +7 lines, -23 lines 0 comments Download
M chrome/browser/renderer_context_menu/spelling_bubble_model.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/renderer_context_menu/spelling_bubble_model.cc View 1 2 1 chunk +6 lines, -3 lines 0 comments Download
M chrome/browser/ui/autofill/chrome_autofill_client.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/autofill/chrome_autofill_client.cc View 1 2 1 chunk +0 lines, -6 lines 0 comments Download
M chrome/browser/ui/cocoa/confirm_bubble_controller.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/confirm_bubble_controller.mm View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/ui/confirm_bubble_model.h View 2 chunks +6 lines, -2 lines 0 comments Download
M chrome/browser/ui/confirm_bubble_model.cc View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/ui/extensions/extension_install_ui_default.cc View 1 2 2 chunks +3 lines, -9 lines 0 comments Download
M chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.cc View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/ui/startup/google_api_keys_infobar_delegate.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/startup/google_api_keys_infobar_delegate.cc View 1 2 1 chunk +2 lines, -9 lines 0 comments Download
M chrome/browser/ui/startup/obsolete_system_infobar_delegate.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/startup/obsolete_system_infobar_delegate.cc View 1 2 1 chunk +3 lines, -10 lines 0 comments Download
M components/autofill/core/browser/autofill_cc_infobar_delegate.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/core/browser/autofill_cc_infobar_delegate.cc View 1 2 1 chunk +2 lines, -6 lines 0 comments Download
M components/autofill/core/browser/autofill_client.h View 1 2 1 chunk +0 lines, -4 lines 0 comments Download
M components/autofill/core/browser/test_autofill_client.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M components/autofill/core/browser/test_autofill_client.cc View 1 2 1 chunk +0 lines, -4 lines 0 comments Download
M components/infobars/core/confirm_infobar_delegate.h View 1 2 3 4 5 2 chunks +13 lines, -6 lines 0 comments Download
M components/infobars/core/confirm_infobar_delegate.cc View 1 2 1 chunk +6 lines, -1 line 0 comments Download
M components/infobars/core/infobar_manager.h View 1 2 3 4 5 2 chunks +4 lines, -0 lines 0 comments Download
M ios/chrome/browser/ui/autofill/autofill_client_ios.h View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M ios/chrome/browser/ui/autofill/autofill_client_ios.mm View 1 2 3 4 1 chunk +0 lines, -5 lines 0 comments Download

Messages

Total messages: 53 (20 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1361253002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1361253002/1
5 years, 2 months ago (2015-09-23 22:54:34 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1361253002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1361253002/20001
5 years, 2 months ago (2015-09-23 23:07:53 UTC) #4
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 2 months ago (2015-09-24 00:10:16 UTC) #6
Avi (use Gerrit)
Peter: As we discussed. This is a first pass, just separating out the URLs. You ...
5 years, 2 months ago (2015-09-24 14:27:32 UTC) #8
Peter Kasting
On 2015/09/24 14:27:32, Avi wrote: > Peter: > > As we discussed. This is a ...
5 years, 2 months ago (2015-09-24 21:18:27 UTC) #9
Avi (use Gerrit)
On 2015/09/24 21:18:27, Peter Kasting wrote: > The obvious way would be to add a ...
5 years, 2 months ago (2015-09-30 17:49:13 UTC) #10
Avi (use Gerrit)
On 2015/09/30 17:49:13, Avi wrote: > On 2015/09/24 21:18:27, Peter Kasting wrote: > > The ...
5 years, 2 months ago (2015-09-30 18:29:49 UTC) #11
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1361253002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1361253002/40001
5 years, 2 months ago (2015-09-30 19:01:30 UTC) #13
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win8_chromium_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win8_chromium_ng/builds/47623) win_chromium_compile_dbg_ng on ...
5 years, 2 months ago (2015-09-30 19:12:55 UTC) #15
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1361253002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1361253002/40001
5 years, 2 months ago (2015-09-30 19:16:49 UTC) #17
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_compile_dbg on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_compile_dbg/builds/66662)
5 years, 2 months ago (2015-09-30 19:28:56 UTC) #19
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1361253002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1361253002/60001
5 years, 2 months ago (2015-09-30 19:38:39 UTC) #21
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_chromium_compile_dbg_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_compile_dbg_ng/builds/89739)
5 years, 2 months ago (2015-09-30 19:50:46 UTC) #23
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1361253002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1361253002/80001
5 years, 2 months ago (2015-09-30 20:15:47 UTC) #25
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_chromium_compile_dbg_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_compile_dbg_ng/builds/89763) win_chromium_rel_ng on ...
5 years, 2 months ago (2015-09-30 20:23:02 UTC) #27
Avi (use Gerrit)
https://codereview.chromium.org/1361253002/diff/20001/chrome/browser/ui/confirm_bubble_model.h File chrome/browser/ui/confirm_bubble_model.h (right): https://codereview.chromium.org/1361253002/diff/20001/chrome/browser/ui/confirm_bubble_model.h#newcode57 chrome/browser/ui/confirm_bubble_model.h:57: virtual GURL GetLinkURL() const; On 2015/09/24 21:18:27, Peter Kasting ...
5 years, 2 months ago (2015-09-30 22:58:33 UTC) #28
Peter Kasting
LGTM https://chromiumcodereview.appspot.com/1361253002/diff/20001/chrome/browser/ui/confirm_bubble_model.h File chrome/browser/ui/confirm_bubble_model.h (right): https://chromiumcodereview.appspot.com/1361253002/diff/20001/chrome/browser/ui/confirm_bubble_model.h#newcode57 chrome/browser/ui/confirm_bubble_model.h:57: virtual GURL GetLinkURL() const; On 2015/09/30 22:58:33, Avi ...
5 years, 2 months ago (2015-10-01 00:10:58 UTC) #29
Avi (use Gerrit)
https://codereview.chromium.org/1361253002/diff/80001/chrome/browser/gpu/three_d_api_observer.cc File chrome/browser/gpu/three_d_api_observer.cc (left): https://codereview.chromium.org/1361253002/diff/80001/chrome/browser/gpu/three_d_api_observer.cc#oldcode162 chrome/browser/gpu/three_d_api_observer.cc:162: On 2015/10/01 00:10:58, Peter Kasting wrote: > Nit: Leave ...
5 years, 2 months ago (2015-10-01 00:20:34 UTC) #31
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1361253002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1361253002/100001
5 years, 2 months ago (2015-10-01 00:21:08 UTC) #32
Avi (use Gerrit)
mnaganov@: Please review changes in android_webview/ thestig@: Please review changes in chrome/ isherman@: Please review ...
5 years, 2 months ago (2015-10-01 00:23:52 UTC) #34
Peter Kasting
https://chromiumcodereview.appspot.com/1361253002/diff/80001/components/infobars/core/confirm_infobar_delegate.h File components/infobars/core/confirm_infobar_delegate.h (right): https://chromiumcodereview.appspot.com/1361253002/diff/80001/components/infobars/core/confirm_infobar_delegate.h#newcode72 components/infobars/core/confirm_infobar_delegate.h:72: // infobar to begin closing. On 2015/10/01 00:20:33, Avi ...
5 years, 2 months ago (2015-10-01 00:23:54 UTC) #36
Avi (use Gerrit)
https://chromiumcodereview.appspot.com/1361253002/diff/80001/components/infobars/core/confirm_infobar_delegate.h File components/infobars/core/confirm_infobar_delegate.h (right): https://chromiumcodereview.appspot.com/1361253002/diff/80001/components/infobars/core/confirm_infobar_delegate.h#newcode72 components/infobars/core/confirm_infobar_delegate.h:72: // infobar to begin closing. On 2015/10/01 00:23:54, Peter ...
5 years, 2 months ago (2015-10-01 00:25:38 UTC) #37
Avi (use Gerrit)
mnaganov@: Please review changes in android_webview/ thestig@: Please review changes in chrome/ isherman@: Please review ...
5 years, 2 months ago (2015-10-01 00:28:04 UTC) #39
Evan Stade
(standing in for Ilya since I've been vaguely following this CL anyway) autofill lgtm
5 years, 2 months ago (2015-10-01 00:34:49 UTC) #41
Lei Zhang
lgtm chrome -> I wonder if we started with 1 infobar, and everyone else just ...
5 years, 2 months ago (2015-10-01 00:58:48 UTC) #42
mnaganov (inactive)
android_webview/ LGTM
5 years, 2 months ago (2015-10-01 01:02:54 UTC) #43
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 2 months ago (2015-10-01 01:10:49 UTC) #45
Avi (use Gerrit)
On 2015/10/01 00:58:48, Lei Zhang wrote: > lgtm > > chrome -> I wonder if ...
5 years, 2 months ago (2015-10-01 01:12:17 UTC) #46
Peter Kasting
https://chromiumcodereview.appspot.com/1361253002/diff/80001/components/infobars/core/confirm_infobar_delegate.h File components/infobars/core/confirm_infobar_delegate.h (right): https://chromiumcodereview.appspot.com/1361253002/diff/80001/components/infobars/core/confirm_infobar_delegate.h#newcode72 components/infobars/core/confirm_infobar_delegate.h:72: // infobar to begin closing. On 2015/10/01 00:25:38, Avi ...
5 years, 2 months ago (2015-10-01 01:20:22 UTC) #47
droger
//ios LGTM
5 years, 2 months ago (2015-10-01 08:16:40 UTC) #48
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1361253002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1361253002/100001
5 years, 2 months ago (2015-10-01 14:39:39 UTC) #51
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years, 2 months ago (2015-10-01 14:46:38 UTC) #52
commit-bot: I haz the power
5 years, 2 months ago (2015-10-01 14:47:28 UTC) #53
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/d73c8cc05e6e4e6656c88a4715ac67e35abfd58f
Cr-Commit-Position: refs/heads/master@{#351799}

Powered by Google App Engine
This is Rietveld 408576698