Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(504)

Issue 7124044: code review 7124044: go.net/publicsuffix: add an EffectiveTLDPlus1 function. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 2 months ago by nigeltao
Modified:
12 years, 1 month ago
Reviewers:
CC:
volker.dobler, pmylund, golang-dev
Visibility:
Public.

Description

go.net/publicsuffix: add an EffectiveTLDPlus1 function. Also expand the gen.go subset to cover the test cases from http://mxr.mozilla.org/mozilla-central/source/netwerk/test/unit/data/test_psl.txt

Patch Set 1 #

Patch Set 2 : diff -r e1c4b7341527 https://code.google.com/p/go.net #

Patch Set 3 : diff -r e1c4b7341527 https://code.google.com/p/go.net #

Total comments: 2

Patch Set 4 : diff -r e1c4b7341527 https://code.google.com/p/go.net #

Patch Set 5 : diff -r e1c4b7341527 https://code.google.com/p/go.net #

Unified diffs Side-by-side diffs Delta from patch set Stats (+276 lines, -116 lines) Patch
M publicsuffix/gen.go View 1 1 chunk +5 lines, -0 lines 0 comments Download
M publicsuffix/list.go View 1 2 3 4 2 chunks +18 lines, -0 lines 0 comments Download
M publicsuffix/list_test.go View 1 2 3 1 chunk +75 lines, -1 line 0 comments Download
M publicsuffix/table.go View 1 3 chunks +140 lines, -115 lines 0 comments Download
M publicsuffix/table_test.go View 1 7 chunks +38 lines, -0 lines 0 comments Download

Messages

Total messages: 6
nigeltao
Hello dr.volker.dobler@gmail.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go.net
12 years, 2 months ago (2013-01-16 12:32:44 UTC) #1
volker.dobler
Nothing really wrong if EffectiveTLDPlus1 wouldn't be exported. https://codereview.appspot.com/7124044/diff/5001/publicsuffix/list.go File publicsuffix/list.go (right): https://codereview.appspot.com/7124044/diff/5001/publicsuffix/list.go#newcode123 publicsuffix/list.go:123: func ...
12 years, 2 months ago (2013-01-17 07:53:53 UTC) #2
pmylund
Just wanted to note that I'm using EffectiveTLDPlusOne from cookiejar in several production applications that ...
12 years, 2 months ago (2013-01-17 08:58:10 UTC) #3
nigeltao
EffectiveTLDPlus1 was renamed to EffectiveTLDPlusOne. Please take another look. https://codereview.appspot.com/7124044/diff/5001/publicsuffix/list.go File publicsuffix/list.go (right): https://codereview.appspot.com/7124044/diff/5001/publicsuffix/list.go#newcode123 publicsuffix/list.go:123: ...
12 years, 1 month ago (2013-01-21 11:41:22 UTC) #4
volker.dobler
LGTM
12 years, 1 month ago (2013-01-21 16:55:26 UTC) #5
nigeltao
12 years, 1 month ago (2013-01-22 10:23:46 UTC) #6
*** Submitted as
https://code.google.com/p/go/source/detail?r=f0a629bb85a7&repo=net ***

go.net/publicsuffix: add an EffectiveTLDPlus1 function.

Also expand the gen.go subset to cover the test cases from
http://mxr.mozilla.org/mozilla-central/source/netwerk/test/unit/data/test_psl...

R=dr.volker.dobler, patrick
CC=golang-dev
https://codereview.appspot.com/7124044
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b