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

Issue 197623002: [OriginChip] Show the page info bubble on the location bar icon. (Closed)

Created:
6 years, 9 months ago by Justin Donnelly
Modified:
6 years, 9 months ago
Reviewers:
Peter Kasting
CC:
chromium-reviews, tfarina, markusheintz_, James Su, macourteau, groby-ooo-7-16
Visibility:
Public.

Description

[OriginChip] Show the page info bubble on the location bar icon. This also requires exposing a method indicating if the page info bubble is being shown, so that loss of focus doesn't cause the origin chip to reappear. BUG=349067 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=258750

Patch Set 1 #

Patch Set 2 : #

Total comments: 9

Patch Set 3 : Respond to comment #

Total comments: 4

Patch Set 4 : Respond to comments #

Total comments: 2

Patch Set 5 : Respond to comments, merge #

Patch Set 6 : Fix a post-merge inconsistency #

Unified diffs Side-by-side diffs Delta from patch set Stats (+54 lines, -24 lines) Patch
M chrome/browser/ui/views/location_bar/location_icon_view.h View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/location_bar/location_icon_view.cc View 1 2 3 4 5 1 chunk +19 lines, -10 lines 0 comments Download
M chrome/browser/ui/views/location_bar/page_info_helper.cc View 1 2 1 chunk +1 line, -12 lines 0 comments Download
M chrome/browser/ui/views/omnibox/omnibox_view_views.cc View 1 2 3 4 2 chunks +5 lines, -1 line 0 comments Download
M chrome/browser/ui/views/website_settings/website_settings_popup_view.h View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/ui/views/website_settings/website_settings_popup_view.cc View 1 2 3 4 6 chunks +22 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
Justin Donnelly
6 years, 9 months ago (2014-03-12 16:17:58 UTC) #1
groby-ooo-7-16
https://codereview.chromium.org/197623002/diff/20001/chrome/browser/ui/views/location_bar/location_icon_view.cc File chrome/browser/ui/views/location_bar/location_icon_view.cc (right): https://codereview.chromium.org/197623002/diff/20001/chrome/browser/ui/views/location_bar/location_icon_view.cc#newcode34 chrome/browser/ui/views/location_bar/location_icon_view.cc:34: if (location_bar_->GetOmniboxView()->IsEditingOrEmpty() || Random drive-by-question: Why not handle this ...
6 years, 9 months ago (2014-03-12 19:53:46 UTC) #2
Peter Kasting
https://codereview.chromium.org/197623002/diff/20001/chrome/browser/ui/views/location_bar/location_icon_view.cc File chrome/browser/ui/views/location_bar/location_icon_view.cc (right): https://codereview.chromium.org/197623002/diff/20001/chrome/browser/ui/views/location_bar/location_icon_view.cc#newcode34 chrome/browser/ui/views/location_bar/location_icon_view.cc:34: if (location_bar_->GetOmniboxView()->IsEditingOrEmpty() || On 2014/03/12 19:53:46, groby wrote: > ...
6 years, 9 months ago (2014-03-12 21:11:27 UTC) #3
Justin Donnelly
Grrr... I swore I mailed out these comments 2 days ago. https://codereview.chromium.org/197623002/diff/20001/chrome/browser/ui/views/location_bar/location_icon_view.cc File chrome/browser/ui/views/location_bar/location_icon_view.cc (right): ...
6 years, 9 months ago (2014-03-14 15:27:51 UTC) #4
Peter Kasting
https://codereview.chromium.org/197623002/diff/20001/chrome/browser/ui/views/omnibox/omnibox_view_views.cc File chrome/browser/ui/views/omnibox/omnibox_view_views.cc (right): https://codereview.chromium.org/197623002/diff/20001/chrome/browser/ui/views/omnibox/omnibox_view_views.cc#newcode428 chrome/browser/ui/views/omnibox/omnibox_view_views.cc:428: !WebsiteSettingsPopupView::IsPopupShowing() && On 2014/03/14 15:27:51, Justin Donnelly wrote: > ...
6 years, 9 months ago (2014-03-18 01:23:12 UTC) #5
Justin Donnelly
https://codereview.chromium.org/197623002/diff/20001/chrome/browser/ui/views/omnibox/omnibox_view_views.cc File chrome/browser/ui/views/omnibox/omnibox_view_views.cc (right): https://codereview.chromium.org/197623002/diff/20001/chrome/browser/ui/views/omnibox/omnibox_view_views.cc#newcode428 chrome/browser/ui/views/omnibox/omnibox_view_views.cc:428: !WebsiteSettingsPopupView::IsPopupShowing() && On 2014/03/18 01:23:13, Peter Kasting wrote: > ...
6 years, 9 months ago (2014-03-18 15:54:48 UTC) #6
Peter Kasting
On 2014/03/18 15:54:48, Justin Donnelly wrote: > > I would prefer this be scoped to ...
6 years, 9 months ago (2014-03-18 18:36:41 UTC) #7
Peter Kasting
LGTM, I trust whatever you decide on the popup issue https://codereview.chromium.org/197623002/diff/60001/chrome/browser/ui/views/location_bar/location_icon_view.h File chrome/browser/ui/views/location_bar/location_icon_view.h (right): https://codereview.chromium.org/197623002/diff/60001/chrome/browser/ui/views/location_bar/location_icon_view.h#newcode30 ...
6 years, 9 months ago (2014-03-18 18:37:36 UTC) #8
Justin Donnelly
https://codereview.chromium.org/197623002/diff/60001/chrome/browser/ui/views/location_bar/location_icon_view.h File chrome/browser/ui/views/location_bar/location_icon_view.h (right): https://codereview.chromium.org/197623002/diff/60001/chrome/browser/ui/views/location_bar/location_icon_view.h#newcode30 chrome/browser/ui/views/location_bar/location_icon_view.h:30: void OnClickOrTap(const ui::LocatedEvent& event); On 2014/03/18 18:37:46, Peter Kasting ...
6 years, 9 months ago (2014-03-21 20:07:46 UTC) #9
Justin Donnelly
On 2014/03/18 18:36:41, Peter Kasting wrote: > If ShowPopup() returned a weak pointer to the ...
6 years, 9 months ago (2014-03-21 20:08:32 UTC) #10
Justin Donnelly
The CQ bit was checked by jdonnelly@chromium.org
6 years, 9 months ago (2014-03-21 20:09:03 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jdonnelly@chromium.org/197623002/100001
6 years, 9 months ago (2014-03-21 20:09:37 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-21 20:11:16 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_clang_dbg
6 years, 9 months ago (2014-03-21 20:11:16 UTC) #14
Justin Donnelly
The CQ bit was checked by jdonnelly@chromium.org
6 years, 9 months ago (2014-03-21 20:34:58 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jdonnelly@chromium.org/197623002/100001
6 years, 9 months ago (2014-03-21 20:37:29 UTC) #16
commit-bot: I haz the power
6 years, 9 months ago (2014-03-22 03:01:57 UTC) #17
Message was sent while issue was closed.
Change committed as 258750

Powered by Google App Engine
This is Rietveld 408576698