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

Issue 2733014: gtk: Certificate viewer should show both A-label and U-label for CN and SubjectAltName IDNs (Closed)

Created:
10 years, 6 months ago by mattm
Modified:
9 years, 7 months ago
Reviewers:
ian fette, wtc
CC:
chromium-reviews, ben+cc_chromium.org, davidben
Base URL:
git://codf21.jail/chromium.git
Visibility:
Public.

Description

gtk: Certificate viewer should show both A-label and U-label for CN and SubjectAltName IDNs Remove extraneous '\n' from ProcessGeneralNames. BUG=43966 TEST=manual Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=49831

Patch Set 1 #

Total comments: 12

Patch Set 2 : address review comments #

Total comments: 2

Patch Set 3 : clarify comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+54 lines, -5 lines) Patch
M chrome/app/generated_resources.grd View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/gtk/certificate_manager.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/gtk/certificate_viewer.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/third_party/mozilla_security_manager/nsNSSCertHelper.h View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp View 1 6 chunks +42 lines, -2 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
mattm
10 years, 6 months ago (2010-06-11 20:30:02 UTC) #1
wtc
mattm: thanks for the CL. I will review it next Monday. I cc'ed davidben, a ...
10 years, 6 months ago (2010-06-11 23:39:22 UTC) #2
wtc
LGTM. Sorry about the delay in reviewing this CL. Can you provide some test URLs ...
10 years, 6 months ago (2010-06-15 01:36:58 UTC) #3
mattm
> Can you provide some test URLs for test engineers to verify > the fix ...
10 years, 6 months ago (2010-06-15 02:42:26 UTC) #4
wtc
LGTM! http://codereview.chromium.org/2733014/diff/7001/8005 File chrome/third_party/mozilla_security_manager/nsNSSCertHelper.h (right): http://codereview.chromium.org/2733014/diff/7001/8005#newcode84 chrome/third_party/mozilla_security_manager/nsNSSCertHelper.h:84: // For host values, if they contain IDN ...
10 years, 6 months ago (2010-06-15 18:34:26 UTC) #5
mattm
10 years, 6 months ago (2010-06-15 20:36:14 UTC) #6
http://codereview.chromium.org/2733014/diff/7001/8005
File chrome/third_party/mozilla_security_manager/nsNSSCertHelper.h (right):

http://codereview.chromium.org/2733014/diff/7001/8005#newcode84
chrome/third_party/mozilla_security_manager/nsNSSCertHelper.h:84: // For host
values, if they contain IDN A-labels, this will return a
On 2010/06/15 18:34:26, wtc wrote:
> It's fine to say "encoded" and "decoded" in this comment.
> What I need clarification on is what the encoding format is.
> I believe it's Punycode, right?
> 
> Saying only "A-label" and "U-label" is precise but makes it
> hard for a different set of people.
> 
> My suggestion is "Punycode-encoded A-labels" and "decoded U-label".
> Do these terms make sense to you?

Yeah, that makes sense.  Doing that.

Powered by Google App Engine
This is Rietveld 408576698