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

Issue 1056002: Omnibox M5 work, part 1: Security changes... (Closed)

Created:
10 years, 9 months ago by Peter Kasting
Modified:
9 years, 7 months ago
CC:
chromium-reviews, ben+cc_chromium.org
Visibility:
Public.

Description

Omnibox M5 work, part 1: Security changes * Remove yellow background * Move lock icon from right side to left side (only on Win) * Change iconography * Change scheme colors * Add label for "Untrusted website" * Remove tooltip on label This also simplifies the LocationBarView code on Windows now that LocationBarImageView is unnecessary, and reorders a few things to try and be in more consistent/physical order. BUG=27570 TEST=Visit various https sites and see that the security icon is on the left, the scheme is colored, and there is no yellow background. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=42502

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 11

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Patch Set 8 : '' #

Total comments: 2

Patch Set 9 : '' #

Total comments: 5

Patch Set 10 : '' #

Total comments: 2

Patch Set 11 : '' #

Patch Set 12 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+562 lines, -958 lines) Patch
M chrome/app/generated_resources.grd View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/app/theme/theme_resources.grd View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +4 lines, -1 line 0 comments Download
M chrome/browser/autocomplete/autocomplete_edit_view_gtk.h View 4 5 6 7 8 9 10 11 3 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/autocomplete/autocomplete_edit_view_gtk.cc View 4 5 6 7 8 9 10 11 9 chunks +30 lines, -34 lines 0 comments Download
M chrome/browser/autocomplete/autocomplete_edit_view_mac.mm View 5 6 7 8 9 10 11 3 chunks +15 lines, -30 lines 0 comments Download
M chrome/browser/autocomplete/autocomplete_edit_view_win.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/autocomplete/autocomplete_edit_view_win.cc View 1 2 3 4 5 6 7 8 9 10 11 8 chunks +22 lines, -28 lines 0 comments Download
M chrome/browser/cert_store.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/cert_store.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/cocoa/autocomplete_text_field_cell_unittest.mm View 6 7 8 9 10 11 5 chunks +5 lines, -8 lines 0 comments Download
M chrome/browser/cocoa/autocomplete_text_field_unittest.mm View 6 7 8 9 10 11 3 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/cocoa/location_bar_view_mac.h View 5 6 7 8 9 10 11 2 chunks +7 lines, -14 lines 0 comments Download
M chrome/browser/cocoa/location_bar_view_mac.mm View 5 6 7 8 9 10 11 4 chunks +51 lines, -58 lines 0 comments Download
M chrome/browser/gtk/browser_toolbar_gtk.cc View 6 7 8 9 10 11 2 chunks +0 lines, -12 lines 0 comments Download
M chrome/browser/gtk/location_bar_view_gtk.h View 4 5 6 7 8 9 10 11 3 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/gtk/location_bar_view_gtk.cc View 4 5 6 7 8 9 10 11 12 chunks +61 lines, -60 lines 0 comments Download
M chrome/browser/ssl/ssl_manager.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +3 lines, -7 lines 0 comments Download
M chrome/browser/ssl/ssl_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +6 lines, -21 lines 0 comments Download
M chrome/browser/toolbar_model.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +12 lines, -32 lines 0 comments Download
M chrome/browser/toolbar_model.cc View 1 2 3 4 5 6 7 8 9 10 11 5 chunks +86 lines, -116 lines 0 comments Download
M chrome/browser/views/app_launcher.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/views/location_bar_view.h View 1 2 3 4 5 6 7 8 9 10 11 13 chunks +36 lines, -119 lines 0 comments Download
M chrome/browser/views/location_bar_view.cc View 1 2 3 4 5 6 7 8 9 10 11 27 chunks +197 lines, -390 lines 0 comments Download

Messages

Total messages: 20 (0 generated)
Peter Kasting
This change is not complete: Mac and Linux have not been updated to match the ...
10 years, 9 months ago (2010-03-17 00:53:33 UTC) #1
sky
LGTM so far. http://codereview.chromium.org/1056002/diff/16001/10018 File chrome/browser/toolbar_model.cc (right): http://codereview.chromium.org/1056002/diff/16001/10018#newcode110 chrome/browser/toolbar_model.cc:110: GURL url(GetNavigationController()->GetActiveEntry()->url()); GetActiveEntry can return NULL. ...
10 years, 9 months ago (2010-03-17 17:38:09 UTC) #2
Peter Kasting
http://codereview.chromium.org/1056002/diff/16001/10018 File chrome/browser/toolbar_model.cc (right): http://codereview.chromium.org/1056002/diff/16001/10018#newcode110 chrome/browser/toolbar_model.cc:110: GURL url(GetNavigationController()->GetActiveEntry()->url()); On 2010/03/17 17:38:09, sky wrote: > GetActiveEntry ...
10 years, 9 months ago (2010-03-17 17:44:44 UTC) #3
sky
On Wed, Mar 17, 2010 at 9:44 AM, <pkasting@chromium.org> wrote: > > http://codereview.chromium.org/1056002/diff/16001/10018 > File ...
10 years, 9 months ago (2010-03-17 17:48:41 UTC) #4
jcampan
http://codereview.chromium.org/1056002/diff/16001/10018 File chrome/browser/toolbar_model.cc (right): http://codereview.chromium.org/1056002/diff/16001/10018#newcode75 chrome/browser/toolbar_model.cc:75: return SECURITY_WARNING; In the past we decided to show ...
10 years, 9 months ago (2010-03-17 23:10:11 UTC) #5
Peter Kasting
http://codereview.chromium.org/1056002/diff/16001/10018 File chrome/browser/toolbar_model.cc (right): http://codereview.chromium.org/1056002/diff/16001/10018#newcode75 chrome/browser/toolbar_model.cc:75: return SECURITY_WARNING; On 2010/03/17 23:10:11, jcampan wrote: > In ...
10 years, 9 months ago (2010-03-17 23:17:36 UTC) #6
jcampan
LGTM http://codereview.chromium.org/1056002/diff/16001/10018 File chrome/browser/toolbar_model.cc (right): http://codereview.chromium.org/1056002/diff/16001/10018#newcode75 chrome/browser/toolbar_model.cc:75: return SECURITY_WARNING; On 2010/03/17 23:17:36, Peter Kasting wrote: ...
10 years, 9 months ago (2010-03-18 15:54:44 UTC) #7
Peter Kasting
Latest version now works on all platforms. Adding people to review Mac and GTK sides. ...
10 years, 9 months ago (2010-03-22 22:43:00 UTC) #8
sky
The windows side LGTM
10 years, 9 months ago (2010-03-22 23:32:20 UTC) #9
Scott Hess - ex-Googler
Mac code LGTM. http://codereview.chromium.org/1056002/diff/64021/66021 File chrome/browser/cocoa/location_bar_view_mac.mm (right): http://codereview.chromium.org/1056002/diff/64021/66021#newcode460 chrome/browser/cocoa/location_bar_view_mac.mm:460: // address. Is this an indication ...
10 years, 9 months ago (2010-03-23 18:13:17 UTC) #10
Evan Stade
http://codereview.chromium.org/1056002/diff/96001/97013 File chrome/browser/autocomplete/autocomplete_edit_view_gtk.cc (right): http://codereview.chromium.org/1056002/diff/96001/97013#newcode581 chrome/browser/autocomplete/autocomplete_edit_view_gtk.cc:581: gtk_widget_modify_base(text_view_, GTK_STATE_NORMAL, why are you throwing out all the ...
10 years, 9 months ago (2010-03-23 22:36:11 UTC) #11
Peter Kasting
http://codereview.chromium.org/1056002/diff/96001/97013 File chrome/browser/autocomplete/autocomplete_edit_view_gtk.cc (right): http://codereview.chromium.org/1056002/diff/96001/97013#newcode581 chrome/browser/autocomplete/autocomplete_edit_view_gtk.cc:581: gtk_widget_modify_base(text_view_, GTK_STATE_NORMAL, On 2010/03/23 22:36:12, Evan Stade wrote: > ...
10 years, 9 months ago (2010-03-23 22:51:17 UTC) #12
Evan Stade
http://codereview.chromium.org/1056002/diff/96001/97015 File chrome/browser/gtk/location_bar_view_gtk.cc (right): http://codereview.chromium.org/1056002/diff/96001/97015#newcode200 chrome/browser/gtk/location_bar_view_gtk.cc:200: gtk_widget_hide(GTK_WIDGET(ev_secure_icon_image_)); On 2010/03/23 22:51:18, Peter Kasting wrote: > On ...
10 years, 9 months ago (2010-03-23 22:53:42 UTC) #13
Peter Kasting
On Tue, Mar 23, 2010 at 3:53 PM, <estade@chromium.org> wrote: > http://codereview.chromium.org/1056002/diff/96001/97015#newcode200 > chrome/browser/gtk/location_bar_view_gtk.cc:200: > ...
10 years, 9 months ago (2010-03-23 23:18:51 UTC) #14
Peter Kasting
New snap up
10 years, 9 months ago (2010-03-23 23:35:00 UTC) #15
Evan Stade
do you plan to test this on linux? http://codereview.chromium.org/1056002/diff/114001/115013 File chrome/browser/autocomplete/autocomplete_edit_view_gtk.cc (right): http://codereview.chromium.org/1056002/diff/114001/115013#newcode614 chrome/browser/autocomplete/autocomplete_edit_view_gtk.cc:614: void ...
10 years, 9 months ago (2010-03-24 00:05:54 UTC) #16
Peter Kasting
On 2010/03/24 00:05:54, Evan Stade wrote: > do you plan to test this on linux? ...
10 years, 9 months ago (2010-03-24 00:10:23 UTC) #17
Evan Stade
assuming it looks good in gtk theme mode (particularly with dark themes), LGTM
10 years, 9 months ago (2010-03-24 00:18:42 UTC) #18
Peter Kasting
On 2010/03/24 00:18:42, Evan Stade wrote: > assuming it looks good in gtk theme mode ...
10 years, 9 months ago (2010-03-24 00:20:27 UTC) #19
Evan Stade
10 years, 9 months ago (2010-03-24 00:25:43 UTC) #20
pretend I said "looks no worse in gtk theme mode"

Powered by Google App Engine
This is Rietveld 408576698