Options:
- # Session Start: Sun Jun 21 00:00:00 2009
- # Session Ident: #html-wg
- # [00:14] * Quits: dbaron (dbaron@98.234.51.190) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [00:26] * Joins: annevk (opera@94.210.210.122)
- # [00:42] * Quits: maddiin (mc@87.185.244.17) (Quit: maddiin)
- # [02:43] <pimpbot> planet: Things You’ll Love About Firefox 3.5 <http://robert.accettura.com/blog/2009/06/20/things-youll-love-about-firefox-3-5/>
- # [02:49] * Quits: annevk (opera@94.210.210.122) (Quit: annevk)
- # [03:05] * Quits: tH (Rob@129.11.83.229) (Quit: ChatZilla 0.9.85-rdmsoft [XULRunner 1.9.0.1/2008072406])
- # [05:13] * Joins: tlr (tlr@128.30.52.30)
- # [05:43] <pimpbot> planet: Video _face_ tracker <http://blog.mozbox.org/post/2009/06/21/Video-_face_-tracker>
- # [06:57] * Quits: gavin_ (gavin@99.226.207.11) (Ping timeout)
- # [07:02] * Joins: gavin_ (gavin@99.226.207.11)
- # [08:24] * Quits: shepazu (schepers@128.30.52.30) (Quit: Core Breach)
- # [08:30] * Joins: shepazu (schepers@128.30.52.30)
- # [09:56] * Quits: tlr (tlr@128.30.52.30) (Quit: tlr)
- # [10:54] * Joins: ROBOd (robod@89.122.216.38)
- # [11:05] * Joins: Sander (svl@86.87.68.167)
- # [12:07] * Joins: annevk (opera@94.210.210.122)
- # [12:08] * Quits: annevk (opera@94.210.210.122) (Client exited)
- # [12:08] * Joins: annevk (opera@94.210.210.122)
- # [12:32] * Joins: ahume (ahume@217.155.207.110)
- # [13:02] * Joins: tH (Rob@129.11.83.229)
- # [13:10] * Joins: MikeSmith (MikeSmith@mcclure.w3.org)
- # [13:10] * Joins: billyjackass (MikeSmith@mcclure.w3.org)
- # [13:11] * Quits: annevk (opera@94.210.210.122) (Quit: annevk)
- # [13:11] * Quits: MikeSmith (MikeSmith@mcclure.w3.org) (Quit: Tomorrow to fresh woods, and pastures new.)
- # [13:38] * Joins: maddiin (mc@87.185.241.220)
- # [14:00] * Quits: billyjackass (MikeSmith@mcclure.w3.org) (Quit: Tomorrow to fresh woods, and pastures new.)
- # [14:32] * Joins: MikeSmith (MikeSmith@mcclure.w3.org)
- # [14:50] <MikeSmith> https://bugs.webkit.org/show_bug.cgi?id=26545
- # [14:50] <pimpbot> Title: Bug 26545 - [datagrid] Implement the HTML5 datagrid (at bugs.webkit.org)
- # [15:18] * Quits: MikeSmith (MikeSmith@mcclure.w3.org) (Quit: Tomorrow to fresh woods, and pastures new.)
- # [15:57] * Joins: MikeSmith (MikeSmith@mcclure.w3.org)
- # [15:58] * Joins: myakura (myakura@61.119.221.155)
- # [15:59] <MikeSmith> @planet
- # [15:59] <pimpbot> MikeSmith: Video _face_ tracker <http://blog.mozbox.org/post/2009/06/21/Video-_face_-tracker> ** Things You’ll Love About Firefox 3.5 <http://robert.accettura.com/blog/2009/06/20/things-youll-love-about-firefox-3-5/> ** connecting html5 video to the web <http://hacks.mozilla.org/2009/06/connecting-html5-video/> ** What to learn for RIA <http://stackoverflow.com/questions/1011168/what-to-learn- (4 more messages)
- # [16:00] <MikeSmith> myakura: I did a presentation at Internet Academy last week, using your translations of the HTML5 diffs doc and design-principles doc as a guide
- # [16:01] <myakura> MikeSmith: :) went well?
- # [16:02] <MikeSmith> myakura: yeah, went well
- # [16:02] <MikeSmith> probably will be doing another one with them again at some point
- # [16:26] <MikeSmith> https://lists.webkit.org/pipermail/webkit-dev/2009-April/007316.html
- # [16:27] <pimpbot> Title: [webkit-dev] AppCache functionality provided by the embedder of webkit (at lists.webkit.org)
- # [16:27] * Quits: maddiin (mc@87.185.241.220) (Quit: maddiin)
- # [16:27] <MikeSmith> [[
- # [16:27] <MikeSmith> It's been a recurring theme for the Chrome team to request hooks to
- # [16:27] <MikeSmith> bypass WebKit functionality and replace it with Chrome-specific code
- # [16:27] <MikeSmith> that lives outside the WebKit tree. So far this has been mostly for
- # [16:27] <MikeSmith> code developed when Chrome was originally a secret project. While we
- # [16:27] <MikeSmith> felt it was best to grandfather in the existing carve-outs, in general
- # [16:27] <MikeSmith> I believe this is not the best way to move the WebKit project forward.
- # [16:27] <MikeSmith> I would not like to see this pattern replicated for newly developed
- # [16:27] <MikeSmith> functionality.
- # [16:27] <MikeSmith> ]]
- # [16:28] <MikeSmith> https://lists.webkit.org/pipermail/webkit-dev/2009-April/007317.html
- # [16:28] <pimpbot> Title: [webkit-dev] AppCache functionality provided by the embedder of webkit (at lists.webkit.org)
- # [16:28] <MikeSmith> [[
- # [16:28] <MikeSmith> WebKit could grow a stronger sense of frontend vs backend that don't share
- # [16:28] <MikeSmith> an address space for features that require touching browser wide state. The
- # [16:28] <MikeSmith> current model for webkit doesn't lend itself well for that. We struggle with
- # [16:28] <MikeSmith> that a fair amount.
- # [16:28] <MikeSmith> ]]
- # [16:42] * Quits: myakura (myakura@61.119.221.155) (Quit: Leaving...)
- # [16:45] * Quits: ahume (ahume@217.155.207.110) (Quit: ahume)
- # [16:46] <pimpbot> planet: WebKit team is implementing HTML datagrid element/API <http://sideshowbarker.net/2009/06/21/webkit-datagrid/>
- # [17:20] * Quits: MikeSmith (MikeSmith@mcclure.w3.org) (Quit: Tomorrow to fresh woods, and pastures new.)
- # [17:45] * Joins: maddiin (mc@87.185.241.220)
- # [18:26] * Quits: drry (drry@210.235.212.25) (Quit: Tiarra 0.1+svn-33535: SIGTERM received; exit)
- # [18:29] * Joins: drry (drry@210.235.212.25)
- # [18:37] * Joins: MikeSmith (MikeSmith@mcclure.w3.org)
- # [18:40] * Quits: ChrisWilson (cwilso@131.107.0.70) (Ping timeout)
- # [18:45] * Joins: ChrisWilson (cwilso@131.107.0.72)
- # [19:30] * Joins: gsnedders (gsnedders@86.174.38.173)
- # [19:45] * Joins: sryo (sryo@190.245.199.237)
- # [19:54] * Quits: karl (karlcow@128.30.54.58) (Client exited)
- # [20:03] * Quits: sryo (sryo@190.245.199.237) (Connection reset by peer)
- # [20:03] * Joins: sryo (sryo@190.245.199.237)
- # [20:03] * Joins: dbaron (dbaron@98.234.51.190)
- # [21:47] <pimpbot> planet: WebKit: Facilitating alternative/experimental implementations of existing features vs. discouraging unnecessary duplication of efforts <http://sideshowbarker.net/2009/06/22/webkit-project/>
- # [21:50] * Joins: tlr (tlr@128.30.52.30)
- # [22:04] * Joins: annevk (opera@94.210.210.122)
- # [22:25] <pimpbot> bugmail: [Bug 6774] <mark> element: restrict insertion by other servers <http://lists.w3.org/Archives/Public/public-html-bugzilla/2009Jun/0086.html>
- # [22:31] * Quits: ROBOd (robod@89.122.216.38) (Quit: http://www.robodesign.ro )
- # [23:13] * Quits: Shunsuke (Shunsuke@221.187.54.101) (Ping timeout)
- # [23:25] * Quits: tlr (tlr@128.30.52.30) (Quit: tlr)
- # [23:36] * Joins: Shunsuke (Shunsuke@221.187.54.101)
- # [23:52] * Quits: MikeSmith (MikeSmith@mcclure.w3.org) (Quit: Tomorrow to fresh woods, and pastures new.)
- # [23:56] * Quits: Lachy (Lachlan@85.196.122.246) (Quit: Leaving)
- # Session Close: Mon Jun 22 00:00:00 2009
The end :)