commit 08757f722c84260399d3eb1236c0c1ed305e017a [browse]
Author: Andrew Gerrand
Date: 2011-11-02 10:37:01 +09:00
weekly.2011-11-01
R=rsc, r
CC=golang-dev
https://golang.org/cl/5336044
commit 22ee5ae25a2997606c28abe721c9052ee0cc9da4 [browse]
Author: Andrew Balholm
Date: 2011-11-02 11:47:05 +11:00
html: stop at scope marker node when generating implied </a> tags
A <a> tag generates implied end tags for any open <a> elements.
But it shouldn't do that when it is inside a table cell the the open <a>
is outside the table.
So stop the search for an open <a> when we reach a scope marker node.
Pass tests1.dat, test 78:
<a href="blah">aba<table><tr><td><a href="foo">br</td></tr>x</table>aoe
| <html>
| <head>
| <body>
| <a>
| href="blah"
| "abax"
| <table>
| <tbody>
| <tr>
| <td>
| <a>
| href="foo"
| "br"
| "aoe"
Also pass test 79:
<table><a href="blah">aba<tr><td><a href="foo">br</td></tr>x</table>aoe
R=nigeltao
CC=golang-dev
https://golang.org/cl/5320063
commit 90b76c0f3e3356e17c03baae3e20a4a11c2a6f10 [browse]
Author: Nigel Tao
Date: 2011-11-02 09:42:25 +11:00
html: refactor the blacklist for the "render and re-parse" test.
R=andybalholm
CC=golang-dev, mikesamuel
https://golang.org/cl/5331056
commit f753e3facda2a9845caf7e8aed0e8a122d6b6e48 [browse]
Author: Mike Solomon
Date: 2011-11-01 10:31:29 -07:00
textproto: prevent long lines in HTTP headers from causing HTTP 400 responses.
This fixes the issue without an extra copy in the average case.
R=golang-dev, ality, bradfitz
CC=golang-dev
https://golang.org/cl/5272049
commit cf7281e7289ffe861e2bfcac14d2e1b40416d741 [browse]
Author: Rob Pike
Date: 2011-11-01 09:45:04 -07:00
doc/Makefile: add 'all' rule to build all docs
R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5334044
clone the repository to get more history