1. 04 Jan, 2012 1 commit
    • Andrew Gerrand's avatar
      dashboard: increase notification log to 200 lines · 126ee245
      Andrew Gerrand authored
      The go command lists all packages that were built.
      A recent breakage notification included this text:
      
      $ tail -100 < log
      ok      errors
      ok      exp/ebnf
      ?       exp/ebnflint [no test files]
      ok      exp/gotype
      ok      exp/norm
      ok      exp/spdy
      
      If the breakage occurred before this point it would
      not be visible in the output.
      
      R=golang-dev, gri, kevlar
      CC=golang-dev
      https://golang.org/cl/5504109
      126ee245
  2. 03 Jan, 2012 9 commits
  3. 27 Dec, 2011 2 commits
  4. 26 Dec, 2011 2 commits
  5. 25 Dec, 2011 3 commits
  6. 24 Dec, 2011 1 commit
    • Andrew Balholm's avatar
      html: "in select in table" insertion mode. · b28f0175
      Andrew Balholm authored
      Pass tests10.dat, test 16:
      <!DOCTYPE
      html><body><table><tr><td><select><svg><g>foo</g><g>bar</g><p>baz</table><p>quux
      
      | <!DOCTYPE html>
      | <html>
      |   <head>
      |   <body>
      |     <table>
      |       <tbody>
      |         <tr>
      |           <td>
      |             <select>
      |               "foobarbaz"
      |     <p>
      |       "quux"
      
      Also pass tests through test 21:
      <!DOCTYPE html><frameset></frameset><svg><g></g><g></g><p><span>
      
      R=nigeltao
      CC=golang-dev
      https://golang.org/cl/5505069
      b28f0175
  7. 23 Dec, 2011 15 commits
  8. 22 Dec, 2011 7 commits