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

Issue 62094: Emaphasize "https" instead of "view-source" when user accesses secure/insecur... (Closed)

Created:
11 years, 8 months ago by hamaji
Modified:
9 years, 7 months ago
Reviewers:
Peter Kasting
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Emaphasize "https" instead of "view-source" when user accesses secure/insecure URLs with view-source prefix. For example, this fix changes the text emphasized as follows: *view-source*:https://example.com/ => view-source:*https*://example.com/ BUG=2349

Patch Set 1 #

Total comments: 10

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 2

Patch Set 4 : '' #

Patch Set 5 : '' #

Total comments: 6

Patch Set 6 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+104 lines, -8 lines) Patch
M chrome/browser/autocomplete/autocomplete.h View 5 1 chunk +9 lines, -0 lines 0 comments Download
M chrome/browser/autocomplete/autocomplete.cc View 5 1 chunk +41 lines, -0 lines 0 comments Download
M chrome/browser/autocomplete/autocomplete_edit_view_win.cc View 1 2 3 4 2 chunks +9 lines, -8 lines 0 comments Download
M chrome/browser/autocomplete/autocomplete_unittest.cc View 5 1 chunk +45 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
hamaji
11 years, 8 months ago (2009-04-09 17:33:34 UTC) #1
Peter Kasting
http://codereview.chromium.org/62094/diff/1/2 File chrome/browser/autocomplete/autocomplete_edit_view_win.cc (right): http://codereview.chromium.org/62094/diff/1/2#newcode1876 Line 1876: AutocompleteInput::Parse(url_text, model_->GetDesiredTLD(), &parts, &scheme); Nit: Might make sense ...
11 years, 8 months ago (2009-04-09 17:43:51 UTC) #2
hamaji
Thanks for the review! http://codereview.chromium.org/62094/diff/1/2 File chrome/browser/autocomplete/autocomplete_edit_view_win.cc (right): http://codereview.chromium.org/62094/diff/1/2#newcode1876 Line 1876: AutocompleteInput::Parse(url_text, model_->GetDesiredTLD(), &parts, &scheme); ...
11 years, 8 months ago (2009-04-09 20:13:20 UTC) #3
Peter Kasting
LGTM with nit http://codereview.chromium.org/62094/diff/3001/3002 File chrome/browser/autocomplete/autocomplete_edit_view_win.cc (right): http://codereview.chromium.org/62094/diff/3001/3002#newcode1915 Line 1915: (static_cast<int>(url_text.length()) > parts.scheme.end() + 1)) ...
11 years, 8 months ago (2009-04-09 23:00:34 UTC) #4
hamaji
Thanks for your review. http://codereview.chromium.org/62094/diff/3001/3002 File chrome/browser/autocomplete/autocomplete_edit_view_win.cc (right): http://codereview.chromium.org/62094/diff/3001/3002#newcode1915 Line 1915: (static_cast<int>(url_text.length()) > parts.scheme.end() + ...
11 years, 8 months ago (2009-04-10 05:37:09 UTC) #5
hamaji
I have no permission to check this patch in for now. Could you submit this, ...
11 years, 8 months ago (2009-04-10 05:44:18 UTC) #6
Peter Kasting
On 2009/04/10 05:44:18, hamaji wrote: > I have no permission to check this patch in ...
11 years, 8 months ago (2009-04-10 19:54:59 UTC) #7
hamaji
Ah, I didn't notice the black-hostname & gray-other issue. Yes, I'll look into this next ...
11 years, 8 months ago (2009-04-10 20:06:31 UTC) #8
hamaji
On 2009/04/10 19:54:59, pkasting wrote: > On 2009/04/10 05:44:18, hamaji wrote: > > I have ...
11 years, 8 months ago (2009-04-13 09:06:31 UTC) #9
Peter Kasting
This looks pretty good. I like how simple the autocomplete edit changes have become after ...
11 years, 8 months ago (2009-04-13 13:31:46 UTC) #10
hamaji
http://codereview.chromium.org/62094/diff/6001/3006 File chrome/browser/autocomplete/autocomplete.cc (right): http://codereview.chromium.org/62094/diff/6001/3006#newcode261 Line 261: if (real_parts.scheme.is_nonempty()) { On 2009/04/13 13:31:46, pkasting wrote: ...
11 years, 8 months ago (2009-04-14 06:27:00 UTC) #11
Peter Kasting
LGTM
11 years, 8 months ago (2009-04-14 16:47:48 UTC) #12
Peter Kasting
11 years, 8 months ago (2009-04-14 17:42:25 UTC) #13
Fixed in r13671.

Powered by Google App Engine
This is Rietveld 408576698