commit cdd3d6932853ec2fb2ac0a693143b22098adb012 [browse]
Author: Andrew Gerrand
Date: 2011-10-26 14:09:25 +09:00

weekly.2011-10-25

R=rsc
CC=golang-dev
https://golang.org/cl/5321053

commit 05ed18f4f6c661bfe01db0d8c25e5d7b65658a54 [browse]
Author: Andrew Balholm
Date: 2011-10-26 14:02:30 +11:00

html: improve parsing of lists

Make a <li> tag close the previous <li> element.
Make a </ul> tag close <li> elements.

Pass tests1.dat, test 33:
<!DOCTYPE html><li>hello<li>world<ul>how<li>do</ul>you</body><!--do-->

| <!DOCTYPE html>
| <html>
|   <head>
|   <body>
|     <li>
|       "hello"
|     <li>
|       "world"
|       <ul>
|         "how"
|         <li>
|           "do"
|       "you"
|   <!-- do -->

R=nigeltao
CC=golang-dev
https://golang.org/cl/5321051

commit 6e318bda6c4236caf5a7f02d5ce545f5365094e0 [browse]
Author: Andrew Balholm
Date: 2011-10-26 11:36:46 +11:00

html: improve parsing of tables

When foster parenting, merge adjacent text nodes.
Properly close table row at </tr> tag.

Pass tests1.dat, test 32:
<!-----><font><div>hello<table>excite!<b>me!<th><i>please!</tr><!--X-->

| <!-- - -->
| <html>
|   <head>
|   <body>
|     <font>
|       <div>
|         "helloexcite!"
|         <b>
|           "me!"
|         <table>
|           <tbody>
|             <tr>
|               <th>
|                 <i>
|                   "please!"
|             <!-- X -->

R=nigeltao
CC=golang-dev
https://golang.org/cl/5323048

commit 7959aeb0f9d143986f1230d907280b3b9de7f1f7 [browse]
Author: Ian Lance Taylor
Date: 2011-10-25 12:49:51 -07:00

syscall: correct name of mksyscall script in comment

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5310055

commit 2572ca2ff2cda56a3fb1732a4b628fc7b85ea798 [browse]
Author: Hector Chu
Date: 2011-10-25 08:35:20 +01:00

runtime: include bootstrap m in mcpu accounting

R=rsc, dvyukov
CC=golang-dev
https://golang.org/cl/5307052

clone the repository to get more history