/irc-logs / w3c / #html-wg / 2008-12-05 / end

Options:

  1. # Session Start: Fri Dec 05 00:00:00 2008
  2. # Session Ident: #html-wg
  3. # [00:00] * Quits: billmason (bmason@69.30.57.49) (Connection reset by peer)
  4. # [00:01] <Philip> adrianba: If you can't with that tool, you could use the command-line svn tool like "svn log -c 1234 http://svn.whatwg.org/webapps/"
  5. # [00:04] <adrianba> Philip: thanks, that worked
  6. # [00:04] <Philip> adrianba: Alternatively you could write a patch for http://code.google.com/p/html5/source/browse/trunk/web-apps-tracker/trackerlib.py ;-)
  7. # [00:04] <pimpbot> Title: html5 - Google Code (at code.google.com)
  8. # [00:07] <adrianba> Philip: i'd really love to (perhaps not) but for me that would involve talking to lawyers so for now svn is fine :-)
  9. # [00:25] * Quits: heycam (cam@130.194.72.84) (Quit: bye)
  10. # [00:42] <Hixie> i have some really great ideas for a tool that would make archeology on the spec much easier if anyone has a few weeks of coding time they can contribute
  11. # [00:43] <Philip> Seems easier to use svn blame + grep :-)
  12. # [00:44] <Hixie> it's basically a front-end to svn blame + grep
  13. # [00:44] <Philip> bash works as a front-end to svn blame + grep
  14. # [00:45] <Lachy> doesn't SVN blame just tell you who to blame for each checkin?
  15. # [00:45] <Hixie> tells you the revision number
  16. # [00:46] <Hixie> Philip: not really, because (a) svn blame is really slow and (b) you want to be able to go back in time
  17. # [00:46] <Philip> Hixie: Compute it once for every revision, then cache it
  18. # [00:46] <Hixie> that's a big part of my idea, yes :-)
  19. # [00:47] <Philip> perl -e'for(1..2528){`svn blame http://svn.whatwg.org/webapps/source>r$_.txt`}' - there, I've done it for you :-)
  20. # [00:48] <Philip> Whoops
  21. # [00:48] <Philip> perl -e'for(1..2528){`svn blame http://svn.whatwg.org/webapps/source -r$_>r$_.txt`}'
  22. # [00:48] <Philip> or something like that
  23. # [00:49] <Philip> You can give it a web interface by putting all the files in a directory and using Apache's default directory listing page - easy!
  24. # [00:50] <Hixie> now write a tool that tracks what line number each line is in the previous version
  25. # [00:50] <Philip> It would need to ignore changes to indentation and wrapping
  26. # [00:50] <Hixie> so that you can click a line's blame revision number and have it scroll to the same place in the previous version
  27. # [00:51] <Philip> (because those are quite common and cause lots of spurious diffs)
  28. # [00:51] * Lachy attempts to run svn blame on the spec. It's really taking a long time.
  29. # [00:51] <Hixie> bonus points for actually showing the source interpreted as html
  30. # [00:51] <Philip> Lachy: Running blame on svn.whatwg.org is probably a pretty bad idea :-p
  31. # [00:52] <Philip> You could mirror the repository and then run blame on your local copy, which might be nicer if you're doing it a lot
  32. # [00:52] <Hixie> it's no biggie
  33. # [00:53] <Hixie> i'd written some ideas somewhere detailing how i'd like this o work
  34. # [00:53] <Hixie> but i can't find it
  35. # [00:54] <Lachy> I just want to see what the output looks like. So I'm running: svn blame http://svn.whatwg.org/webapps/source -r 2528
  36. # [00:54] <Philip> Lachy: It looks like
  37. # [00:54] <Philip> 2073 ianh bubble, some don't, they all use different text to fire events,
  38. # [00:55] <Philip> for every line
  39. # [00:55] <Lachy> Philip, I tried checking out the spec and then running it, but it failed
  40. # [00:55] <Philip> Lachy: It needs a copy of the entire repository, not a checked-out revision
  41. # [00:55] <Philip> (svnsync lets you copy repositories)
  42. # [00:55] <Philip> (but it takes a very long time)
  43. # [00:56] <Lachy> ah, it works if I cd into the webapps directory after doing co
  44. # [00:56] <Lachy> :-)
  45. # [00:56] <Philip> It'll still connect to the server and get the server to do all the work, though
  46. # [01:12] * Quits: MichaelC (Michael@128.30.52.30) (Quit: ChatZilla 0.9.84 [Firefox 3.0.4/2008102920])
  47. # [01:43] * Quits: aroben (aroben@71.58.119.193) (Connection reset by peer)
  48. # [01:44] * Joins: heycam (cam@130.194.72.84)
  49. # [02:32] * Quits: adele (adele@17.203.15.210) (Quit: adele)
  50. # [02:38] * Quits: Lionheart (robin@66.57.69.65) (Ping timeout)
  51. # [02:42] * Joins: Lionheart (robin@66.57.69.65)
  52. # [03:01] * Quits: tH (Rob@129.11.83.58) (Quit: ChatZilla 0.9.84-rdmsoft [XULRunner 1.9.0.1/2008072406])
  53. # [03:13] * Quits: Sander (svl@86.87.68.167) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  54. # [03:13] * Quits: Lionheart (robin@66.57.69.65) (Quit: Leaving.)
  55. # [03:18] * Joins: Lionheart (robin@66.57.69.65)
  56. # [03:21] * Quits: Lionheart (robin@66.57.69.65) (Quit: Leaving.)
  57. # [03:24] <MikeSmith> http://blog.chromium.org/2008/12/security-in-depth-local-web-pages.html
  58. # [03:24] <pimpbot> Title: Chromium Blog: Security in Depth: Local Web Pages (at blog.chromium.org)
  59. # [03:24] <MikeSmith> (from Adam Barth)
  60. # [03:58] * Quits: gavin_ (gavin@99.253.193.147) (Ping timeout)
  61. # [04:01] * Quits: adrianba (adrianba@131.107.0.74) (Quit: leaving)
  62. # [04:04] * Joins: gavin_ (gavin@99.253.193.147)
  63. # [04:15] * Quits: MikeSmith (MikeSmith@mcclure.w3.org) (Ping timeout)
  64. # [04:20] * Joins: MikeSmith (MikeSmith@mcclure.w3.org)
  65. # [04:21] <MikeSmith> .t CET
  66. # [04:21] <phenny> Fri, 05 Dec 2008 04:19:41 CET
  67. # [04:21] <MikeSmith> Lachy: you up pretty late today
  68. # [04:21] <MikeSmith> or very early
  69. # [04:43] * Quits: MikeSmith (MikeSmith@mcclure.w3.org) (Ping timeout)
  70. # [04:44] * Joins: MikeSmith (MikeSmith@mcclure.w3.org)
  71. # [04:44] * Quits: marcos (marcos@87.196.199.101) (Quit: marcos)
  72. # [04:45] * Joins: marcos (marcos@87.196.199.101)
  73. # [04:48] * Quits: marcos (marcos@87.196.199.101) (Ping timeout)
  74. # [04:51] * Quits: xover (xover@193.157.66.22) (Ping timeout)
  75. # [05:00] * Quits: dbaron (dbaron@63.245.220.241) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  76. # [05:10] <MikeSmith> http://lists.w3.org/Archives/Public/www-tag/2008Dec/0047.html
  77. # [05:10] <pimpbot> Title: "Syntax and semantics for embedding RDF in XHTML" TAG issue addressed by RDFa and GRDDL (RDFinHTML-35) from Dan Connolly on 2008-12-05 (www-tag@w3.org from December 2008) (at lists.w3.org)
  78. # [05:10] <MikeSmith> @planet
  79. # [05:10] <pimpbot> MikeSmith: HTML5 Parsing in Gecko: A Build <http://hsivonen.iki.fi/html5-gecko-build/> ** How to evaluate Web Applications security designs? <http://www.w3.org/QA/2008/12/web_applications_security_requ.html> ** Compatibility View Improvements to come in IE8 <http://blogs.msdn.com/ie/archive/2008/12/03/compatibility-view-improvements-to-come-in-ie8.aspx> ** HTML5 in Gecko (16 more messages)
  80. # [05:20] * Joins: dbaron (dbaron@71.204.152.23)
  81. # [06:16] * Quits: gavin_ (gavin@99.253.193.147) (Ping timeout)
  82. # [06:21] * Joins: gavin_ (gavin@99.253.193.147)
  83. # [06:22] * Joins: xover (xover@193.157.66.22)
  84. # [07:02] * Quits: heycam (cam@130.194.72.84) (Quit: bye)
  85. # [07:08] * Quits: phenny (phenny@80.68.92.65) (Ping timeout)
  86. # [07:08] * Quits: Dashiva (noone@84.48.51.1) (Ping timeout)
  87. # [07:08] * Joins: Dashiva (noone@84.48.51.1)
  88. # [07:08] * Quits: pimpbot (pimpbot@80.68.92.65) (Client exited)
  89. # [07:08] * Joins: pimpbot (pimpbot@80.68.92.65)
  90. # [07:13] * Joins: phenny (phenny@80.68.92.65)
  91. # [07:26] * Joins: heycam (cam@124.168.123.82)
  92. # [08:20] * Quits: dbaron (dbaron@71.204.152.23) (Quit: g'night)
  93. # [08:20] * Joins: laplink (link@193.157.66.120)
  94. # [09:17] * Joins: aaronlev (chatzilla@92.227.67.175)
  95. # [09:22] <MikeSmith> @bugmail
  96. # [09:22] <pimpbot> MikeSmith: "[Bug 6263] New: document.onreadystatechange" ( message in thread) <http://lists.w3.org/Archives/Public/public-html-bugzilla/2008Dec/0016.html> ** "[Bug 6038] "noframes", "script", "style", "title" in 'after head' mode pop prematurely" ( message in thread) <http://lists.w3.org/Archives/Public/public-html-bugzilla/2008Dec/0015.html> ** "[Bug 5851] Consider adding .toArray() on NodeList and (7 more messages)
  97. # [09:41] * Joins: Lionheart (robin@66.57.69.65)
  98. # [09:42] * Quits: aaronlev (chatzilla@92.227.67.175) (Quit: ChatZilla 0.9.83-rdmsoft [XULRunner 1.9.0.1/2008072406])
  99. # [09:47] * Quits: laplink (link@193.157.66.120) (Quit: This computer has gone to sleep)
  100. # [09:47] * Quits: Lionheart (robin@66.57.69.65) (Ping timeout)
  101. # [09:50] * Joins: Lionheart (robin@66.57.69.65)
  102. # [09:51] * Joins: Sander (svl@86.87.68.167)
  103. # [09:54] * Quits: xover (xover@193.157.66.22) (Ping timeout)
  104. # [09:57] * Quits: timeless (timeless@65.75.195.122) (Ping timeout)
  105. # [10:24] * Joins: xover (xover@193.157.66.22)
  106. # [10:29] * Joins: tlr (tlr@128.30.52.30)
  107. # [10:32] * Quits: Sander (svl@86.87.68.167) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  108. # [10:33] * Joins: tH (Rob@129.11.83.58)
  109. # [10:34] * Quits: Lachy (Lachlan@85.196.122.246) (Quit: This computer has gone to sleep)
  110. # [10:46] * Joins: ROBOd (robod@89.122.216.38)
  111. # [10:50] * Quits: MikeSmith (MikeSmith@mcclure.w3.org) (Ping timeout)
  112. # [10:50] * Joins: Lachy (Lachlan@213.236.208.22)
  113. # [11:02] * Joins: MikeSmith (MikeSmith@mcclure.w3.org)
  114. # [11:18] * Quits: tlr (tlr@128.30.52.30) (Quit: tlr)
  115. # [11:18] * Joins: tlr (tlr@128.30.52.30)
  116. # [11:33] * Quits: MikeSmith (MikeSmith@mcclure.w3.org) (Quit: sex break)
  117. # [11:35] * Joins: MikeSmith (MikeSmith@mcclure.w3.org)
  118. # [11:54] * Joins: timeless (timeless@65.75.195.122)
  119. # [12:31] * Joins: aaronlev (chatzilla@92.227.67.175)
  120. # [13:43] * Joins: MichaelC (Michael@128.30.52.30)
  121. # [13:52] * Joins: marcos (marcos@87.196.199.101)
  122. # [14:40] * Joins: Julian (chatzilla@217.91.35.233)
  123. # [15:10] * Joins: myakura (myakura@122.17.190.200)
  124. # [15:12] * Joins: maddiin (mc@87.185.228.20)
  125. # [15:29] * Quits: Lachy (Lachlan@213.236.208.22) (Quit: This computer has gone to sleep)
  126. # [15:31] * Joins: Lachy (Lachlan@213.236.208.22)
  127. # [15:34] * Quits: Lachy (Lachlan@213.236.208.22) (Quit: This computer has gone to sleep)
  128. # [15:36] * Joins: Lachy (Lachlan@213.236.208.22)
  129. # [16:15] * Disconnected
  130. # [16:15] * Attempting to rejoin channel #html-wg
  131. # [16:15] * Rejoined channel #html-wg
  132. # [16:15] * Topic is 'HTML discussion | This channel is logged: http://krijnhoetmer.nl/irc-logs/'
  133. # [16:15] * Set by MikeSmith on Fri Sep 19 02:09:54
  134. # [16:54] * Joins: billmason (bmason@69.30.57.49)
  135. # [17:32] * Quits: myakura (myakura@122.17.190.200) (Quit: Leaving...)
  136. # [17:42] * Quits: Julian (chatzilla@217.91.35.233) (Connection reset by peer)
  137. # [17:48] * Joins: maddiin (mc@87.185.228.20)
  138. # [18:06] * Quits: timeless (timeless@65.75.195.122) (Ping timeout)
  139. # [18:07] * Joins: timeless (timeless@65.75.195.122)
  140. # [18:15] * Quits: marcos (marcos@87.196.199.101) (Ping timeout)
  141. # [18:18] * Joins: marcos (marcos@87.196.199.101)
  142. # [18:21] * Quits: billmason (bmason@69.30.57.49) (Connection reset by peer)
  143. # [18:22] * Joins: billmason (bmason@69.30.57.49)
  144. # [18:27] * Joins: smedero (smedero@192.223.6.251)
  145. # [18:56] * Quits: MichaelC (Michael@128.30.52.30) (Ping timeout)
  146. # [18:56] * Quits: billmason (bmason@69.30.57.49) (Connection reset by peer)
  147. # [18:56] * Joins: billmason (bmason@69.30.57.49)
  148. # [19:05] * Joins: dsinger (dsinger@17.202.35.52)
  149. # [19:10] * Joins: MichaelC (Michael@128.30.52.30)
  150. # [19:11] * Joins: Sander (svl@86.87.68.167)
  151. # [19:21] * Joins: adele (adele@17.203.15.210)
  152. # [20:01] * Joins: dbaron (dbaron@63.245.220.241)
  153. # [20:36] * Quits: dsinger (dsinger@17.202.35.52) (Quit: dsinger)
  154. # [20:50] * Quits: tlr (tlr@128.30.52.30) (Quit: tlr)
  155. # [21:03] * Quits: Lionheart (robin@66.57.69.65) (Ping timeout)
  156. # [21:04] * Joins: Lionheart (robin@66.57.69.65)
  157. # [21:16] * Joins: adrianba (adrianba@131.107.0.101)
  158. # [21:36] * Joins: Zeros (Zeros-Elip@68.50.195.181)
  159. # [22:02] * Quits: ROBOd (robod@89.122.216.38) (Quit: http://www.robodesign.ro )
  160. # [22:03] * Quits: xover (xover@193.157.66.22) (Ping timeout)
  161. # [22:10] * Joins: xover (xover@193.157.66.22)
  162. # [22:23] * Quits: Lionheart (robin@66.57.69.65) (Quit: Leaving.)
  163. # [22:24] * Joins: Lionheart (robin@66.57.69.65)
  164. # [22:28] * Quits: Lionheart (robin@66.57.69.65) (Ping timeout)
  165. # [22:44] * Quits: maddiin (mc@87.185.228.20) (Quit: maddiin)
  166. # [22:48] * Joins: tlr (tlr@128.30.52.30)
  167. # [23:53] * Parts: billmason (bmason@69.30.57.49)
  168. # Session Close: Sat Dec 06 00:00:00 2008

The end :)