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

Issue 199072: Add SSL icons on Mac OS X (Closed)

Created:
11 years, 3 months ago by hawk
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com, John Grabowski, pam+watch_chromium.org, Ben Goodger (Google), Paweł Hajdan Jr.
Visibility:
Public.

Description

Add SSL icons on Mac OS X BUG=14899 TEST=https sites have a lock icon in the address field, plain http sites do not Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=26307

Patch Set 1 #

Total comments: 12

Patch Set 2 : '' #

Total comments: 10

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+122 lines, -1 line) Patch
M chrome/browser/cocoa/autocomplete_text_field_cell.h View 1 3 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/cocoa/autocomplete_text_field_cell.mm View 1 2 4 chunks +45 lines, -0 lines 2 comments Download
M chrome/browser/cocoa/autocomplete_text_field_cell_unittest.mm View 1 2 3 2 chunks +41 lines, -0 lines 0 comments Download
M chrome/browser/cocoa/location_bar_view_mac.h View 3 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/cocoa/location_bar_view_mac.mm View 2 4 chunks +24 lines, -1 line 0 comments Download

Messages

Total messages: 10 (0 generated)
hawk
I coded this up as part of some other SSL related changes I'm working on, ...
11 years, 3 months ago (2009-09-10 01:28:28 UTC) #1
rohitrao (ping after 24h)
+shess
11 years, 3 months ago (2009-09-10 14:11:40 UTC) #2
Pam (message me for reviews)
Before long, we'll also need to draw one or more page-action icons in the location ...
11 years, 3 months ago (2009-09-10 18:04:23 UTC) #3
Scott Hess - ex-Googler
http://codereview.chromium.org/199072/diff/1/2 File chrome/browser/autocomplete/autocomplete_edit_view_mac.mm (right): http://codereview.chromium.org/199072/diff/1/2#newcode213 Line 213: This is in LocationBarView::Update() for Windows and LocationBarViewGtk::Update() ...
11 years, 3 months ago (2009-09-10 18:56:06 UTC) #4
hawk
http://codereview.chromium.org/199072/diff/1/2 File chrome/browser/autocomplete/autocomplete_edit_view_mac.mm (right): http://codereview.chromium.org/199072/diff/1/2#newcode213 Line 213: On 2009/09/10 18:56:06, shess wrote: > This is ...
11 years, 3 months ago (2009-09-10 22:15:20 UTC) #5
Scott Hess - ex-Googler
My current understanding is that if there is a keyword string or hint string, then ...
11 years, 3 months ago (2009-09-11 20:03:59 UTC) #6
hawk
One new change that's not covered by the comments is that LocationBarViewMac::OnInputInProgress() is now implemented ...
11 years, 3 months ago (2009-09-11 22:26:52 UTC) #7
hawk
http://codereview.chromium.org/199072/diff/5001/5002 File chrome/browser/autocomplete/autocomplete_edit_view_mac.mm (right): http://codereview.chromium.org/199072/diff/5001/5002#newcode18 Line 18: #include "chrome/browser/cocoa/autocomplete_text_field_cell.h" On 2009/09/11 20:03:59, shess wrote: > ...
11 years, 3 months ago (2009-09-11 22:27:01 UTC) #8
Scott Hess - ex-Googler
LGTM, with the change indicated below. http://codereview.chromium.org/199072/diff/7002/1004 File chrome/browser/cocoa/autocomplete_text_field_cell.mm (right): http://codereview.chromium.org/199072/diff/7002/1004#newcode316 Line 316: } else ...
11 years, 3 months ago (2009-09-15 18:16:52 UTC) #9
hawk
11 years, 3 months ago (2009-09-15 21:49:17 UTC) #10
http://codereview.chromium.org/199072/diff/7002/1004
File chrome/browser/cocoa/autocomplete_text_field_cell.mm (right):

http://codereview.chromium.org/199072/diff/7002/1004#newcode316
Line 316: } else {
On 2009/09/15 18:16:52, shess wrote:
> else if (hintIcon_), like the other two cases.

Done.

Powered by Google App Engine
This is Rietveld 408576698