Options:
- # Session Start: Fri Dec 05 00:00:00 2008
- # Session Ident: #html-wg
- # [00:00] * Quits: billmason (bmason@69.30.57.49) (Connection reset by peer)
- # [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/"
- # [00:04] <adrianba> Philip: thanks, that worked
- # [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 ;-)
- # [00:04] <pimpbot> Title: html5 - Google Code (at code.google.com)
- # [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 :-)
- # [00:25] * Quits: heycam (cam@130.194.72.84) (Quit: bye)
- # [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
- # [00:43] <Philip> Seems easier to use svn blame + grep :-)
- # [00:44] <Hixie> it's basically a front-end to svn blame + grep
- # [00:44] <Philip> bash works as a front-end to svn blame + grep
- # [00:45] <Lachy> doesn't SVN blame just tell you who to blame for each checkin?
- # [00:45] <Hixie> tells you the revision number
- # [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
- # [00:46] <Philip> Hixie: Compute it once for every revision, then cache it
- # [00:46] <Hixie> that's a big part of my idea, yes :-)
- # [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 :-)
- # [00:48] <Philip> Whoops
- # [00:48] <Philip> perl -e'for(1..2528){`svn blame http://svn.whatwg.org/webapps/source -r$_>r$_.txt`}'
- # [00:48] <Philip> or something like that
- # [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!
- # [00:50] <Hixie> now write a tool that tracks what line number each line is in the previous version
- # [00:50] <Philip> It would need to ignore changes to indentation and wrapping
- # [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
- # [00:51] <Philip> (because those are quite common and cause lots of spurious diffs)
- # [00:51] * Lachy attempts to run svn blame on the spec. It's really taking a long time.
- # [00:51] <Hixie> bonus points for actually showing the source interpreted as html
- # [00:51] <Philip> Lachy: Running blame on svn.whatwg.org is probably a pretty bad idea :-p
- # [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
- # [00:52] <Hixie> it's no biggie
- # [00:53] <Hixie> i'd written some ideas somewhere detailing how i'd like this o work
- # [00:53] <Hixie> but i can't find it
- # [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
- # [00:54] <Philip> Lachy: It looks like
- # [00:54] <Philip> 2073 ianh bubble, some don't, they all use different text to fire events,
- # [00:55] <Philip> for every line
- # [00:55] <Lachy> Philip, I tried checking out the spec and then running it, but it failed
- # [00:55] <Philip> Lachy: It needs a copy of the entire repository, not a checked-out revision
- # [00:55] <Philip> (svnsync lets you copy repositories)
- # [00:55] <Philip> (but it takes a very long time)
- # [00:56] <Lachy> ah, it works if I cd into the webapps directory after doing co
- # [00:56] <Lachy> :-)
- # [00:56] <Philip> It'll still connect to the server and get the server to do all the work, though
- # [01:12] * Quits: MichaelC (Michael@128.30.52.30) (Quit: ChatZilla 0.9.84 [Firefox 3.0.4/2008102920])
- # [01:43] * Quits: aroben (aroben@71.58.119.193) (Connection reset by peer)
- # [01:44] * Joins: heycam (cam@130.194.72.84)
- # [02:32] * Quits: adele (adele@17.203.15.210) (Quit: adele)
- # [02:38] * Quits: Lionheart (robin@66.57.69.65) (Ping timeout)
- # [02:42] * Joins: Lionheart (robin@66.57.69.65)
- # [03:01] * Quits: tH (Rob@129.11.83.58) (Quit: ChatZilla 0.9.84-rdmsoft [XULRunner 1.9.0.1/2008072406])
- # [03:13] * Quits: Sander (svl@86.87.68.167) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [03:13] * Quits: Lionheart (robin@66.57.69.65) (Quit: Leaving.)
- # [03:18] * Joins: Lionheart (robin@66.57.69.65)
- # [03:21] * Quits: Lionheart (robin@66.57.69.65) (Quit: Leaving.)
- # [03:24] <MikeSmith> http://blog.chromium.org/2008/12/security-in-depth-local-web-pages.html
- # [03:24] <pimpbot> Title: Chromium Blog: Security in Depth: Local Web Pages (at blog.chromium.org)
- # [03:24] <MikeSmith> (from Adam Barth)
- # [03:58] * Quits: gavin_ (gavin@99.253.193.147) (Ping timeout)
- # [04:01] * Quits: adrianba (adrianba@131.107.0.74) (Quit: leaving)
- # [04:04] * Joins: gavin_ (gavin@99.253.193.147)
- # [04:15] * Quits: MikeSmith (MikeSmith@mcclure.w3.org) (Ping timeout)
- # [04:20] * Joins: MikeSmith (MikeSmith@mcclure.w3.org)
- # [04:21] <MikeSmith> .t CET
- # [04:21] <phenny> Fri, 05 Dec 2008 04:19:41 CET
- # [04:21] <MikeSmith> Lachy: you up pretty late today
- # [04:21] <MikeSmith> or very early
- # [04:43] * Quits: MikeSmith (MikeSmith@mcclure.w3.org) (Ping timeout)
- # [04:44] * Joins: MikeSmith (MikeSmith@mcclure.w3.org)
- # [04:44] * Quits: marcos (marcos@87.196.199.101) (Quit: marcos)
- # [04:45] * Joins: marcos (marcos@87.196.199.101)
- # [04:48] * Quits: marcos (marcos@87.196.199.101) (Ping timeout)
- # [04:51] * Quits: xover (xover@193.157.66.22) (Ping timeout)
- # [05:00] * Quits: dbaron (dbaron@63.245.220.241) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [05:10] <MikeSmith> http://lists.w3.org/Archives/Public/www-tag/2008Dec/0047.html
- # [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)
- # [05:10] <MikeSmith> @planet
- # [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)
- # [05:20] * Joins: dbaron (dbaron@71.204.152.23)
- # [06:16] * Quits: gavin_ (gavin@99.253.193.147) (Ping timeout)
- # [06:21] * Joins: gavin_ (gavin@99.253.193.147)
- # [06:22] * Joins: xover (xover@193.157.66.22)
- # [07:02] * Quits: heycam (cam@130.194.72.84) (Quit: bye)
- # [07:08] * Quits: phenny (phenny@80.68.92.65) (Ping timeout)
- # [07:08] * Quits: Dashiva (noone@84.48.51.1) (Ping timeout)
- # [07:08] * Joins: Dashiva (noone@84.48.51.1)
- # [07:08] * Quits: pimpbot (pimpbot@80.68.92.65) (Client exited)
- # [07:08] * Joins: pimpbot (pimpbot@80.68.92.65)
- # [07:13] * Joins: phenny (phenny@80.68.92.65)
- # [07:26] * Joins: heycam (cam@124.168.123.82)
- # [08:20] * Quits: dbaron (dbaron@71.204.152.23) (Quit: g'night)
- # [08:20] * Joins: laplink (link@193.157.66.120)
- # [09:17] * Joins: aaronlev (chatzilla@92.227.67.175)
- # [09:22] <MikeSmith> @bugmail
- # [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)
- # [09:41] * Joins: Lionheart (robin@66.57.69.65)
- # [09:42] * Quits: aaronlev (chatzilla@92.227.67.175) (Quit: ChatZilla 0.9.83-rdmsoft [XULRunner 1.9.0.1/2008072406])
- # [09:47] * Quits: laplink (link@193.157.66.120) (Quit: This computer has gone to sleep)
- # [09:47] * Quits: Lionheart (robin@66.57.69.65) (Ping timeout)
- # [09:50] * Joins: Lionheart (robin@66.57.69.65)
- # [09:51] * Joins: Sander (svl@86.87.68.167)
- # [09:54] * Quits: xover (xover@193.157.66.22) (Ping timeout)
- # [09:57] * Quits: timeless (timeless@65.75.195.122) (Ping timeout)
- # [10:24] * Joins: xover (xover@193.157.66.22)
- # [10:29] * Joins: tlr (tlr@128.30.52.30)
- # [10:32] * Quits: Sander (svl@86.87.68.167) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [10:33] * Joins: tH (Rob@129.11.83.58)
- # [10:34] * Quits: Lachy (Lachlan@85.196.122.246) (Quit: This computer has gone to sleep)
- # [10:46] * Joins: ROBOd (robod@89.122.216.38)
- # [10:50] * Quits: MikeSmith (MikeSmith@mcclure.w3.org) (Ping timeout)
- # [10:50] * Joins: Lachy (Lachlan@213.236.208.22)
- # [11:02] * Joins: MikeSmith (MikeSmith@mcclure.w3.org)
- # [11:18] * Quits: tlr (tlr@128.30.52.30) (Quit: tlr)
- # [11:18] * Joins: tlr (tlr@128.30.52.30)
- # [11:33] * Quits: MikeSmith (MikeSmith@mcclure.w3.org) (Quit: sex break)
- # [11:35] * Joins: MikeSmith (MikeSmith@mcclure.w3.org)
- # [11:54] * Joins: timeless (timeless@65.75.195.122)
- # [12:31] * Joins: aaronlev (chatzilla@92.227.67.175)
- # [13:43] * Joins: MichaelC (Michael@128.30.52.30)
- # [13:52] * Joins: marcos (marcos@87.196.199.101)
- # [14:40] * Joins: Julian (chatzilla@217.91.35.233)
- # [15:10] * Joins: myakura (myakura@122.17.190.200)
- # [15:12] * Joins: maddiin (mc@87.185.228.20)
- # [15:29] * Quits: Lachy (Lachlan@213.236.208.22) (Quit: This computer has gone to sleep)
- # [15:31] * Joins: Lachy (Lachlan@213.236.208.22)
- # [15:34] * Quits: Lachy (Lachlan@213.236.208.22) (Quit: This computer has gone to sleep)
- # [15:36] * Joins: Lachy (Lachlan@213.236.208.22)
- # [16:15] * Disconnected
- # [16:15] * Attempting to rejoin channel #html-wg
- # [16:15] * Rejoined channel #html-wg
- # [16:15] * Topic is 'HTML discussion | This channel is logged: http://krijnhoetmer.nl/irc-logs/'
- # [16:15] * Set by MikeSmith on Fri Sep 19 02:09:54
- # [16:54] * Joins: billmason (bmason@69.30.57.49)
- # [17:32] * Quits: myakura (myakura@122.17.190.200) (Quit: Leaving...)
- # [17:42] * Quits: Julian (chatzilla@217.91.35.233) (Connection reset by peer)
- # [17:48] * Joins: maddiin (mc@87.185.228.20)
- # [18:06] * Quits: timeless (timeless@65.75.195.122) (Ping timeout)
- # [18:07] * Joins: timeless (timeless@65.75.195.122)
- # [18:15] * Quits: marcos (marcos@87.196.199.101) (Ping timeout)
- # [18:18] * Joins: marcos (marcos@87.196.199.101)
- # [18:21] * Quits: billmason (bmason@69.30.57.49) (Connection reset by peer)
- # [18:22] * Joins: billmason (bmason@69.30.57.49)
- # [18:27] * Joins: smedero (smedero@192.223.6.251)
- # [18:56] * Quits: MichaelC (Michael@128.30.52.30) (Ping timeout)
- # [18:56] * Quits: billmason (bmason@69.30.57.49) (Connection reset by peer)
- # [18:56] * Joins: billmason (bmason@69.30.57.49)
- # [19:05] * Joins: dsinger (dsinger@17.202.35.52)
- # [19:10] * Joins: MichaelC (Michael@128.30.52.30)
- # [19:11] * Joins: Sander (svl@86.87.68.167)
- # [19:21] * Joins: adele (adele@17.203.15.210)
- # [20:01] * Joins: dbaron (dbaron@63.245.220.241)
- # [20:36] * Quits: dsinger (dsinger@17.202.35.52) (Quit: dsinger)
- # [20:50] * Quits: tlr (tlr@128.30.52.30) (Quit: tlr)
- # [21:03] * Quits: Lionheart (robin@66.57.69.65) (Ping timeout)
- # [21:04] * Joins: Lionheart (robin@66.57.69.65)
- # [21:16] * Joins: adrianba (adrianba@131.107.0.101)
- # [21:36] * Joins: Zeros (Zeros-Elip@68.50.195.181)
- # [22:02] * Quits: ROBOd (robod@89.122.216.38) (Quit: http://www.robodesign.ro )
- # [22:03] * Quits: xover (xover@193.157.66.22) (Ping timeout)
- # [22:10] * Joins: xover (xover@193.157.66.22)
- # [22:23] * Quits: Lionheart (robin@66.57.69.65) (Quit: Leaving.)
- # [22:24] * Joins: Lionheart (robin@66.57.69.65)
- # [22:28] * Quits: Lionheart (robin@66.57.69.65) (Ping timeout)
- # [22:44] * Quits: maddiin (mc@87.185.228.20) (Quit: maddiin)
- # [22:48] * Joins: tlr (tlr@128.30.52.30)
- # [23:53] * Parts: billmason (bmason@69.30.57.49)
- # Session Close: Sat Dec 06 00:00:00 2008
The end :)