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

Issue 3445041: code review 3445041: html: unescape numeric entities, and complete the named... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 3 months ago by rmmh
Modified:
14 years, 3 months ago
Reviewers:
CC:
nigeltao, golang-dev
Visibility:
Public.

Description

html: unescape numeric entities, and complete the named entities table, including two-character entities. Fixes issue 1233.

Patch Set 1 #

Patch Set 2 : code review 3445041: Makes html.unescapeEntity handle numeric entities, upda... #

Total comments: 22

Patch Set 3 : code review 3445041: html: unescape numeric entities, and complete the named... #

Total comments: 9

Patch Set 4 : code review 3445041: html: unescape numeric entities, and complete the named... #

Total comments: 8

Patch Set 5 : code review 3445041: html: unescape numeric entities, and complete the named... #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2424 lines, -16 lines) Patch
M src/pkg/html/entity.go View 1 2 3 4 2 chunks +2241 lines, -9 lines 0 comments Download
M src/pkg/html/escape.go View 1 2 3 4 2 chunks +114 lines, -7 lines 0 comments Download
M src/pkg/html/token_test.go View 1 2 3 4 1 chunk +69 lines, -0 lines 0 comments Download

Messages

Total messages: 12
rmmh
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change.
14 years, 3 months ago (2010-12-03 07:16:23 UTC) #1
rsc1
R=nigeltao
14 years, 3 months ago (2010-12-03 16:41:27 UTC) #2
nigeltao
If you haven't already done so, you will also need to complete a Contributor License ...
14 years, 3 months ago (2010-12-05 10:34:49 UTC) #3
nigeltao
Also, can you "hg change 3445041" and edit the changelist description so that "Fixes issue ...
14 years, 3 months ago (2010-12-05 10:43:42 UTC) #4
rmmh
Hello nigeltao (cc: golang-dev@googlegroups.com), Please take another look.
14 years, 3 months ago (2010-12-05 12:20:18 UTC) #5
rmmh
On 2010/12/05 10:34:49, nigeltao wrote: > If you haven't already done so, you will also ...
14 years, 3 months ago (2010-12-05 12:27:26 UTC) #6
nigeltao
This is looking pretty close. http://codereview.appspot.com/3445041/diff/12001/src/pkg/html/entity.go File src/pkg/html/entity.go (right): http://codereview.appspot.com/3445041/diff/12001/src/pkg/html/entity.go#newcode2256 src/pkg/html/entity.go:2256: // We verify that ...
14 years, 3 months ago (2010-12-06 02:54:36 UTC) #7
rmmh
Hello nigeltao (cc: golang-dev@googlegroups.com), Please take another look.
14 years, 3 months ago (2010-12-06 05:47:26 UTC) #8
nigeltao
Just a couple of nits, and I think this LGTM. I'll hold off on submitting ...
14 years, 3 months ago (2010-12-06 06:32:03 UTC) #9
rmmh
Hello nigeltao (cc: golang-dev@googlegroups.com), Please take another look.
14 years, 3 months ago (2010-12-06 07:07:03 UTC) #10
rmmh
Should be everything. http://codereview.appspot.com/3445041/diff/20001/src/pkg/html/entity.go File src/pkg/html/entity.go (right): http://codereview.appspot.com/3445041/diff/20001/src/pkg/html/entity.go#newcode2160 src/pkg/html/entity.go:2160: // TODO(nigeltao): Handle replacements that are ...
14 years, 3 months ago (2010-12-06 07:08:46 UTC) #11
nigeltao
14 years, 3 months ago (2010-12-07 01:13:57 UTC) #12
*** Submitted as http://code.google.com/p/go/source/detail?r=a3230f45294e ***

html: unescape numeric entities, and complete the named entities table,
including two-character entities.

Fixes issue 1233.

R=nigeltao
CC=golang-dev
http://codereview.appspot.com/3445041

Committer: Nigel Tao <nigeltao@golang.org>
Sign in to reply to this message.

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