Options:
- # Session Start: Thu Jul 12 00:00:00 2012
- # Session Ident: #whatwg
- # [00:03] * Quits: Stevef (~chatzilla@cpc20-nmal18-2-0-cust76.19-2.cable.virginmedia.com) (Ping timeout: 246 seconds)
- # [00:04] * Joins: smaug____ (~chatzilla@212-226-48-4-nat.elisa-mobile.fi)
- # [00:05] * Quits: tantek (~tantek@mca0536d0.tmodns.net) (Quit: tantek)
- # [00:08] * Quits: dbaron (~dbaron@nat/mozilla/x-ztvufqjtglbcmsyz) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [00:10] * Quits: othermaciej (~mjs@2620:149:f01:201:980e:b244:3267:dcdd) (Quit: othermaciej)
- # [00:13] * Quits: izhak (~izhak@188.244.178.191) (Ping timeout: 248 seconds)
- # [00:16] * Joins: isherman (isherman@nat/google/x-chtbxtwwnypuwolm)
- # [00:17] * Joins: PalleZingmark (~Adium@90-229-139-33-no195.tbcn.telia.com)
- # [00:18] * Quits: PalleZingmark (~Adium@90-229-139-33-no195.tbcn.telia.com) (Client Quit)
- # [00:21] * Quits: isherman (isherman@nat/google/x-chtbxtwwnypuwolm) (Ping timeout: 272 seconds)
- # [00:25] * Joins: tantek (~tantek@mca0536d0.tmodns.net)
- # [00:25] * Quits: ehsan (~ehsan@66.207.208.98) (Remote host closed the connection)
- # [00:28] * Joins: davatron5000 (~dave@cpe-66-25-175-141.austin.res.rr.com)
- # [00:29] * Quits: smaug____ (~chatzilla@212-226-48-4-nat.elisa-mobile.fi) (Ping timeout: 246 seconds)
- # [00:29] * jonlee is now known as jonlee|afk
- # [00:30] * ojan_away is now known as ojan
- # [00:30] * Joins: jryans (~jryans@rrcs-108-178-108-5.sw.biz.rr.com)
- # [00:33] * Joins: linclark (~clark@65.196.126.11)
- # [00:33] <ojan> a bit late to the party...but, for the record, I was talking about WebIDL dictionaries
- # [00:34] * Joins: sicking (~chatzilla@nat/mozilla/x-hoffethzylbxgcft)
- # [00:36] * Joins: smaug____ (~chatzilla@193-64-20-196-nat.elisa-mobile.fi)
- # [00:37] * jonlee|afk is now known as jonlee
- # [00:38] <Hixie> so what's the browser interest on the http+aes stuff?
- # [00:42] * Joins: othermaciej (~mjs@17.245.105.228)
- # [00:42] * Quits: miketaylr (~miketaylr@cpe-70-112-101-224.austin.res.rr.com) (Quit: Leaving...)
- # [00:42] <espadrine_> isn't that what https is supposed to do? What's http+aes?
- # [00:43] * Joins: Yuhong (~chatzilla@50-47-177-209.evrt.wa.frontiernet.net)
- # [00:43] <Yuhong> <Hixie> looks like netscape was on the path of blame
- # [00:43] <Yuhong> I think IE1 was the first browser to support named colors.
- # [00:43] * Quits: Yuhong (~chatzilla@50-47-177-209.evrt.wa.frontiernet.net) (Client Quit)
- # [00:44] <Hixie> espadrine_: a way to have content served to a client from an untrusted CDN
- # [00:46] <espadrine_> some kind of CORS with a brand new protocol then?
- # [00:47] <Hixie> no, new scheme that includes a key to decrypt the payload of an HTTP resource
- # [00:47] <Hixie> it's in the spec currently
- # [00:47] <Hixie> but i'm wondering if we should drop it
- # [00:47] <Hixie> since it doesn't seem anyone really cares
- # [00:48] <Hixie> we added it because people said there was a use case for it, but i'm starting to think the use case was a fiction intended to help push a DRM scheme
- # [00:49] * Joins: PalleZingmark (~Adium@90-229-139-33-no195.tbcn.telia.com)
- # [00:49] * Quits: PalleZingmark (~Adium@90-229-139-33-no195.tbcn.telia.com) (Client Quit)
- # [00:50] <espadrine_> oh, I see
- # [00:50] * ojan is now known as ojan_away
- # [00:50] * ojan_away is now known as ojan
- # [00:51] <smaug____> rniwa: it still sounds like ojan is talking about WebIDL dictionaries and you're talking about callback objects :)
- # [00:52] <ojan> what are callback objects?
- # [00:52] <smaug____> { handleEvent: function() {} }
- # [00:52] <smaug____> and you store reference to that object
- # [00:52] * Quits: tomasf (~tom@c-36dbe555.024-204-6c6b7012.cust.bredbandsbolaget.se) (Read error: Connection reset by peer)
- # [00:52] <rniwa> smaug____: yeah so it seems.
- # [00:52] * Joins: tomasf_ (~tom@c-36dbe555.024-204-6c6b7012.cust.bredbandsbolaget.se)
- # [00:52] * Joins: annevk (~annevk@62.48.251.2)
- # [00:53] <ojan> callback objects seem like a bad idea
- # [00:53] <smaug____> callback objects are a nice idea :)
- # [00:53] <smaug____> but in this particular case dictionary should work well too
- # [00:54] <ojan> it simplifies many things in this case
- # [00:54] <ojan> e.g. what happens when you reuse the object for two transact calls
- # [00:55] <ojan> i'm about at the end of my standards arguing rope on this discussion though...and i don't think there's much more to say...so, unless some new information comes to light...i don't have more to add to that thread
- # [00:55] * Quits: tomasf_ (~tom@c-36dbe555.024-204-6c6b7012.cust.bredbandsbolaget.se) (Client Quit)
- # [00:56] <smaug____> I don't care too much, except that the proposal to use callbacks in some cases and event listeners in some other cases looked really really odd.
- # [00:56] * Quits: drublic (~drublic@frbg-5f732bb3.pool.mediaWays.net) (Remote host closed the connection)
- # [00:56] <smaug____> either event listeners, or dictionary or callback object
- # [00:57] <zewt> smaug____: that seems like a pointless idea, heh
- # [00:57] <zewt> very Java-ish (or more generally, any language that doesn't have first-class function objects-ish)
- # [00:57] <smaug____> from implementation point of view callback object is easiest in Gecko, but other options are easy too
- # [00:58] <zewt> it's just completely alien to JS as a callback paradigm
- # [00:58] <zewt> i mean, i don't know why a *user* would ever want to use that method
- # [00:59] <smaug____> (yet { handleEvent: function() {}} is commonly used, but let's not start this discussion again. It is getting late here :) )
- # [00:59] <zewt> never once seen it in real-world code :)
- # [01:00] <smaug____> I'm fine with dictionary or event listener based approaches
- # [01:00] <smaug____> zewt: you haven't looked at Firefox UI code ;)
- # [01:01] <zewt> i have a bit; i try to avoid it at any cost :)
- # [01:01] <smaug____> or, IIRC, OSX Dashboard
- # [01:01] * Joins: MikeSmith_ (~MikeSmith@s1106137.xgsspn.imtp.tachikawa.spmode.ne.jp)
- # [01:01] <rniwa> ojan: i replied on the thread but there were use cases for being able to keep the original object
- # [01:02] <rniwa> ojan: in particular properties on the original object.
- # [01:02] * Joins: isherman (isherman@nat/google/x-siiktgvkotmmjuoo)
- # [01:02] <smaug____> ( that is the use case for { handleEvent: function() {}} too. One can store state in the object easily. )
- # [01:03] <zewt> (not really a use case for that, since you can easily pass in a bound function or a closure)
- # [01:03] <zewt> (not specific to that, I mean)
- # [01:04] <smaug____> "you can easily" doesn't mean the other approach is bad
- # [01:04] <zewt> it is if the object is meant to be a simple callback (as opposed to, say, a *set* of callbacks, in which case it's fine)
- # [01:05] * Quits: MikeSmith (~MikeSmith@s1106200.xgsspn.imtp.tachikawa.spmode.ne.jp) (Ping timeout: 255 seconds)
- # [01:05] * MikeSmith_ is now known as MikeSmith
- # [01:05] <smaug____> zewt: in this case, UndoManager, we're talking about a set of callbacks
- # [01:05] <rniwa> zewt: in undo manager's case it'll be 1-3 callbacks so it'll be odd.
- # [01:05] <rniwa> zewt: in fact, you can't just pass in an object
- # [01:05] <rniwa> ugh.. i mean pass in a function
- # [01:05] * Quits: tantek (~tantek@mca0536d0.tmodns.net) (Quit: tantek)
- # [01:05] <zewt> then OK (that's very different from the weird handleEvent thing on event listeners)
- # [01:05] <rniwa> you need to explicitly pass in an object
- # [01:05] <rniwa> zewt: yeah.
- # [01:06] <rniwa> I DO like the syntax of pure Dictionary or user object implementing DOMTransaction
- # [01:06] <rniwa> the fact we can't have any readonly property, etc...
- # [01:06] * Quits: necolas (~necolas@5ade2fae.bb.sky.com) (Remote host closed the connection)
- # [01:06] <rniwa> make things too hary
- # [01:06] <rniwa> hairly*
- # [01:06] <smaug____> zewt: it is not at all different from event listeners. you can pass { handleEvent: function() {}, undo: function() {}, redo: function() {}} to UndoManager and to addEventListener
- # [01:06] * Quits: isherman (isherman@nat/google/x-siiktgvkotmmjuoo) (Ping timeout: 245 seconds)
- # [01:07] <zewt> it's very different from event listeners, because event listeners are a single simple callback which can (just for compatibility reasons) also be passed in as an object
- # [01:08] <zewt> event listeners aren't a set of functions, they're just a function
- # [01:08] <smaug____> eh, but you can pass the *same* object implementing several callbacks
- # [01:09] <smaug____> that is the point
- # [01:09] <smaug____> no need to play with bind() or anything
- # [01:10] <zewt> i don't know what you're saying; I can think of nothing you can do with addEventListener by passing in an object that you can't do easily with a function
- # [01:10] * Joins: Nabstylez (Nabstylez@c83-255-69-126.bredband.comhem.se)
- # [01:11] <zewt> (not sure what you mean by "several callbacks"; event handlers have only one callback, handleEvent)
- # [01:11] <smaug____> { handleEvent: function() {}, undo: function() {}, redo: function() {}}
- # [01:11] <smaug____> you pass the same object to addEventListener, and also to UndoManager
- # [01:11] <zewt> that's pointless and unnecessary
- # [01:11] <smaug____> you can keep some state in the object
- # [01:11] <smaug____> this isn't useful discussion :)
- # [01:12] <zewt> if you say so :)
- # [01:13] <smaug____> if the argument is all the time something like "that's pointless and unnecessary" :p
- # [01:13] <zewt> it lets you do nothing that you can't do easily and cleanly without it; that's how I describe that
- # [01:14] * Quits: linclark (~clark@65.196.126.11) (Quit: linclark)
- # [01:14] <rniwa> anyways, i'm inclined to take the flame and use the event listener approach
- # [01:14] <zewt> anyway, we're stuck with it for event handlers, but I hope I won't be the only one to object if someone suggests supporting it for other simple callbacks :)
- # [01:15] * Joins: Delapouite (~Delapouit@dsl-58-6-19-17.wa.westnet.com.au)
- # [01:15] <rniwa> i'm sad about the verbosity but it seems better than the user object approach.
- # [01:15] <rniwa> zewt: object to what?
- # [01:16] <zewt> rniwa: that a function taking a single, simple callback should accept either a function or an object with some method, like event handlers
- # [01:16] <zewt> (not what you're doing)
- # [01:17] <rniwa> zewt: oh yeah... that's a very odd design indeed.
- # [01:17] <zewt> rniwa: as long as you expose event attributes, it's not *too* much more verbose (compared to having to addEventListener each of them)
- # [01:18] <rniwa> zewt: oh yeah, definitely not addEventListener
- # [01:18] * Quits: saba (~foo@unaffiliated/saba) (Quit: leaving)
- # [01:18] <smaug____> well, there will be also addEventListener
- # [01:19] <rniwa> zewt, smaug____: or maybe I should just give up and stick with the original design.
- # [01:19] <zewt> yeah, if you're an EventTarget then you get addEventListener automatically
- # [01:19] <smaug____> rniwa: original was callback object, right?
- # [01:20] <smaug____> I'm fine with that, and I'm fine with dictionary, and with event listeners
- # [01:20] <smaug____> but just don't mix them :)
- # [01:20] <smaug____> I kind of like the callback object approach
- # [01:20] <rniwa> smaug____: yeah.
- # [01:21] <rniwa> smaug____: sicking really liked the callback object approach.
- # [01:21] <zewt> hmm
- # [01:22] <zewt> we don't have any way to feature detect dictionary-based APIs, do we
- # [01:23] <zewt> akin to func.length for simple functions
- # [01:23] * Quits: annevk (~annevk@62.48.251.2) (Remote host closed the connection)
- # [01:23] <zewt> (in cases where you can't just call it and see what happens, which isn't always workable)
- # [01:24] <zewt> thinking of createObjectURL(blob, {autoRevoke...})
- # [01:25] <zewt> aside from https://www.w3.org/Bugs/Public/show_bug.cgi?id=16953#c4, which is a bit insane
- # [01:25] * Quits: smaug____ (~chatzilla@193-64-20-196-nat.elisa-mobile.fi) (Ping timeout: 248 seconds)
- # [01:26] * Quits: MikeSmith (~MikeSmith@s1106137.xgsspn.imtp.tachikawa.spmode.ne.jp) (Read error: Connection reset by peer)
- # [01:26] <rniwa> zewt: no :(
- # [01:26] * Joins: MikeSmith (~MikeSmith@s1106137.xgsspn.imtp.tachikawa.spmode.ne.jp)
- # [01:26] <zewt> https://www.w3.org/Bugs/Public/show_bug.cgi?id=17746 heh people copying and pasting a mail from me into a bug is ... confusing
- # [01:26] * Joins: benbarnett (~Adium@cpc15-slam5-2-0-cust493.2-4.cable.virginmedia.com)
- # [01:26] <rniwa> zewt: another thing about user object is that you can't do expandos
- # [01:26] <zewt> "havn't I read this before?"
- # [01:26] <zewt> rniwa: i think the dictionary-feature-detection thing should be solved generically (don't know how though)
- # [01:27] <rniwa> zewt: how do you do that?
- # [01:27] <zewt> i said i don't know :P
- # [01:27] <rniwa> zewt: also, what is there to feature-detect?
- # [01:27] <zewt> whether an argument supports a particular options argument
- # [01:27] <zewt> eg. whether createObjectURL supports autoRevoke
- # [01:27] <zewt> rniwa: which case can't you do expandos?
- # [01:28] <zewt> if it's a dictionary then the API doesn't really store the object itself anyway, as I understand it
- # [01:29] <zewt> (WebIDL basically makes a shallow copy)
- # [01:30] <rniwa> zewt: dictionary.
- # [01:30] <rniwa> zewt: i guess i meant the user object case then.
- # [01:30] <rniwa> zewt: in either case, you can't really add new functionality to dom transactions.
- # [01:31] <rniwa> unless you manually modify each object.
- # [01:31] <zewt> yeah, you don't get a reference back to the original object (since the API never even sees it)
- # [01:32] <zewt> it's not quite like passing around handler objects like JS libraries like to do
- # [01:32] <zewt> it doesn't really lose you anything compared to event handlers, either, though
- # [01:32] * Quits: Nabstylez (Nabstylez@c83-255-69-126.bredband.comhem.se)
- # [01:33] <rniwa> zewt: well in the event handler case, the object uses DOMTransaction interface
- # [01:34] <zewt> i don't have any strong opinion on "return an EventTarget and the user attaches listeners to it" vs. "pass in an object with a set of callbacks"; there's really very little difference
- # [01:34] <rniwa> zewt: so you can feature detect on DOMTransaction interface if any
- # [01:34] * Quits: sicking (~chatzilla@nat/mozilla/x-hoffethzylbxgcft) (Ping timeout: 250 seconds)
- # [01:34] <rniwa> zewt: one big difference is that you can add event listeners to the former after the fact
- # [01:34] <rniwa> zewt: and observe undo/redo per dom transaction
- # [01:35] <rniwa> zewt: wheres for the latter, we need to do that at element/document level
- # [01:36] * heycam|away is now known as heycam
- # [01:49] * Quits: benbarnett (~Adium@cpc15-slam5-2-0-cust493.2-4.cable.virginmedia.com) (Quit: Leaving.)
- # [01:49] * Joins: isherman (isherman@nat/google/x-fsuwxqfpywcxqsjv)
- # [01:53] * Quits: isherman (isherman@nat/google/x-fsuwxqfpywcxqsjv) (Ping timeout: 250 seconds)
- # [01:57] * Quits: jacobolus (~jacobolus@50-0-133-210.dsl.static.sonic.net) (Remote host closed the connection)
- # [02:10] * Quits: dgathright (~dgathrigh@nat/yahoo/x-abawsregibyjypsd) (Read error: Operation timed out)
- # [02:13] * Quits: mattgiff_ (~mattgiffo@70.102.199.158) (Remote host closed the connection)
- # [02:13] * Joins: mattgifford (~mattgiffo@70.102.199.158)
- # [02:13] * Quits: gkellogg_ (~gregg@38.127.199.123) (Ping timeout: 240 seconds)
- # [02:16] * Joins: dgathright (~dgathrigh@184-208-234-200.pools.spcsdns.net)
- # [02:17] * Quits: mattgifford (~mattgiffo@70.102.199.158) (Ping timeout: 240 seconds)
- # [02:27] * Quits: jwalden (~waldo@2620:101:8003:200:a9a6:82ea:47da:d71a) (Quit: ChatZilla 0.9.87-5.1450hg.fc17 [XULRunner 13.0.1/20120616205746])
- # [02:29] * Quits: jryans (~jryans@rrcs-108-178-108-5.sw.biz.rr.com) (Quit: Be back later)
- # [02:30] * Quits: dcheng (~dcheng@74.125.59.65) (Remote host closed the connection)
- # [02:34] * Joins: dcheng (~dcheng@74.125.59.73)
- # [02:35] * Joins: isherman (isherman@nat/google/x-qhgofbkuyxlvxvif)
- # [02:38] * Joins: miketaylr (~miketaylr@cpe-70-112-101-224.austin.res.rr.com)
- # [02:38] * Joins: hij1nx (~hij1nx@171.sub-166-248-1.myvzw.com)
- # [02:40] * Quits: isherman (isherman@nat/google/x-qhgofbkuyxlvxvif) (Ping timeout: 272 seconds)
- # [02:42] * Quits: dgathright (~dgathrigh@184-208-234-200.pools.spcsdns.net) (Ping timeout: 246 seconds)
- # [02:43] * Joins: jacobolus (~jacobolus@50-0-164-30.dsl.dynamic.sonic.net)
- # [02:44] * Quits: pablof (~pablof@144.189.101.1) (Read error: Connection reset by peer)
- # [02:46] * Joins: pablof (~pablof@144.189.101.1)
- # [02:48] * Quits: hij1nx (~hij1nx@171.sub-166-248-1.myvzw.com) (Quit: hij1nx)
- # [02:49] * Quits: jsbell (jsbell@nat/google/x-txuccqgeqtnmrobq) (Quit: There's no place like home...)
- # [02:49] * Joins: ehsan (~ehsan@209.20.29.228)
- # [02:52] * Joins: yuuki (~kobayashi@58x158x182x50.ap58.ftth.ucom.ne.jp)
- # [02:53] * Joins: dgathright (~dgathrigh@184-208-52-188.pools.spcsdns.net)
- # [02:54] * jonlee is now known as jonlee|afk
- # [02:54] * Joins: sicking (~chatzilla@nat/mozilla/x-cwemmurbsczoakwx)
- # [02:55] * Quits: pablof (~pablof@144.189.101.1) (Quit: ^z)
- # [02:59] * Quits: dgathright (~dgathrigh@184-208-52-188.pools.spcsdns.net) (Ping timeout: 265 seconds)
- # [03:01] * Joins: scor (~scor@c-98-216-97-72.hsd1.ma.comcast.net)
- # [03:01] * Quits: scor (~scor@c-98-216-97-72.hsd1.ma.comcast.net) (Changing host)
- # [03:01] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [03:04] * Joins: barneybook (kvirc@220-133-195-146.HINET-IP.hinet.net)
- # [03:05] * Joins: tantek (~tantek@c-24-23-137-26.hsd1.ca.comcast.net)
- # [03:08] * Joins: dgathright (~dgathrigh@107.38.251.104)
- # [03:10] * Quits: tantek (~tantek@c-24-23-137-26.hsd1.ca.comcast.net) (Ping timeout: 240 seconds)
- # [03:14] * Quits: dgathright (~dgathrigh@107.38.251.104) (Ping timeout: 248 seconds)
- # [03:21] * Joins: isherman (isherman@nat/google/x-fssxhrwtgurwmvri)
- # [03:22] * Joins: dgathright (~dgathrigh@107.38.114.216)
- # [03:25] * Quits: rwaldron (~rwaldron@75-150-66-249-NewEngland.hfc.comcastbusiness.net) (Quit: Leaving...)
- # [03:26] * Quits: isherman (isherman@nat/google/x-fssxhrwtgurwmvri) (Ping timeout: 272 seconds)
- # [03:32] * Quits: dgathright (~dgathrigh@107.38.114.216) (Ping timeout: 250 seconds)
- # [03:40] * abstractj|away is now known as abstractj
- # [03:55] * Quits: othermaciej (~mjs@17.245.105.228) (Quit: othermaciej)
- # [04:02] * Quits: abarth (~abarth@2002:ada4:80d1:0:b558:a436:41ae:7da3) (Quit: abarth)
- # [04:04] * Joins: isherman (isherman@nat/google/x-ywqbkcbbftttvfib)
- # [04:07] * Quits: kennyluck (~kennyluck@114-43-118-69.dynamic.hinet.net) (Quit: kennyluck)
- # [04:08] * Quits: isherman (isherman@nat/google/x-ywqbkcbbftttvfib) (Ping timeout: 245 seconds)
- # [04:10] * Joins: Stevef (~chatzilla@cpc20-nmal18-2-0-cust76.19-2.cable.virginmedia.com)
- # [04:17] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [04:20] * Quits: espadrine_ (~thaddee_t@2620:101:8003:200:2677:3ff:fe6c:1be0) (Ping timeout: 246 seconds)
- # [04:29] * ojan is now known as ojan_away
- # [04:33] * Joins: scor (~scor@c-98-216-97-72.hsd1.ma.comcast.net)
- # [04:33] * Quits: scor (~scor@c-98-216-97-72.hsd1.ma.comcast.net) (Changing host)
- # [04:33] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [04:34] * Joins: asmodai (asmodai@freebsd/developer/asmodai)
- # [04:36] * Quits: ashemedai (asmodai@freebsd/developer/asmodai) (Ping timeout: 265 seconds)
- # [04:42] * Quits: Stevef (~chatzilla@cpc20-nmal18-2-0-cust76.19-2.cable.virginmedia.com) (Read error: Connection reset by peer)
- # [04:43] * Joins: abarth (~abarth@173-164-128-209-SFBA.hfc.comcastbusiness.net)
- # [04:47] * Joins: isherman (isherman@nat/google/x-gbrofreojhxrcirt)
- # [04:51] * Quits: isherman (isherman@nat/google/x-gbrofreojhxrcirt) (Ping timeout: 246 seconds)
- # [04:54] * Quits: abarth (~abarth@173-164-128-209-SFBA.hfc.comcastbusiness.net) (Quit: abarth)
- # [04:58] * heycam is now known as heycam|away
- # [05:11] * Joins: thisgeek (~chris@cpe-204-210-135-55.hvc.res.rr.com)
- # [05:11] * Joins: snowfox (~benschaaf@c-98-243-88-119.hsd1.mi.comcast.net)
- # [05:11] * Quits: thisgeek (~chris@cpe-204-210-135-55.hvc.res.rr.com) (Client Quit)
- # [05:17] * Joins: rwaldron (~rwaldron@209-6-71-27.c3-0.abr-ubr1.sbo-abr.ma.cable.rcn.com)
- # [05:25] * Quits: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley) (Ping timeout: 265 seconds)
- # [05:26] * Joins: cgiffard (~cgiffard@CPE-121-217-220-207.lnse3.cht.bigpond.net.au)
- # [05:27] * heycam|away is now known as heycam
- # [05:30] * Joins: isherman (isherman@nat/google/x-idyjedhqoeetpkoj)
- # [05:33] * Quits: rwaldron (~rwaldron@209-6-71-27.c3-0.abr-ubr1.sbo-abr.ma.cable.rcn.com) (Quit: Leaving...)
- # [05:34] * Quits: isherman (isherman@nat/google/x-idyjedhqoeetpkoj) (Ping timeout: 245 seconds)
- # [05:42] * Joins: tabatkins__ (~jackalmag@50-0-151-4.dsl.dynamic.sonic.net)
- # [05:42] * abstractj is now known as abstractj|away
- # [05:44] * Quits: tabatkins__ (~jackalmag@50-0-151-4.dsl.dynamic.sonic.net) (Client Quit)
- # [05:48] * Quits: miketaylr (~miketaylr@cpe-70-112-101-224.austin.res.rr.com) (Quit: dflk;adfslkj;alsiekfj;laiskdf)
- # [05:51] * Quits: sicking (~chatzilla@nat/mozilla/x-cwemmurbsczoakwx) (Ping timeout: 246 seconds)
- # [05:57] * Joins: MikeSmith_ (~MikeSmith@s1106027.xgsspn.imtp.tachikawa.spmode.ne.jp)
- # [05:59] * Quits: MikeSmith (~MikeSmith@s1106137.xgsspn.imtp.tachikawa.spmode.ne.jp) (Ping timeout: 252 seconds)
- # [05:59] * MikeSmith_ is now known as MikeSmith
- # [06:04] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [06:07] * Joins: izhak (~izhak@213.87.241.30)
- # [06:08] * Quits: gavinc (~gavin@50.0.77.3) (Quit: Konversation terminated!)
- # [06:11] * Quits: snowfox (~benschaaf@c-98-243-88-119.hsd1.mi.comcast.net) (Quit: snowfox)
- # [06:11] * Quits: jacobolus (~jacobolus@50-0-164-30.dsl.dynamic.sonic.net) (Remote host closed the connection)
- # [06:16] * Joins: isherman (isherman@nat/google/x-jwjxdrrczmfjynrm)
- # [06:19] * Joins: rwaldron (~rwaldron@209-6-71-27.c3-0.abr-ubr1.sbo-abr.ma.cable.rcn.com)
- # [06:21] * Quits: isherman (isherman@nat/google/x-jwjxdrrczmfjynrm) (Ping timeout: 245 seconds)
- # [06:27] * Quits: darcyclarke (~darcyclar@108.162.149.34) (Quit: Bye!)
- # [06:28] * Joins: jacobolus (~jacobolus@50-0-133-210.dsl.static.sonic.net)
- # [06:46] * Quits: cgiffard (~cgiffard@CPE-121-217-220-207.lnse3.cht.bigpond.net.au) (Ping timeout: 248 seconds)
- # [06:52] * Joins: [[zzz]] (~q@node-a4s.pool-125-25.dynamic.totbb.net)
- # [06:53] * quiznilo is now known as ed-209
- # [06:55] * Quits: [[zz]] (~q@node-19xm.pool-101-109.dynamic.totbb.net) (Ping timeout: 265 seconds)
- # [06:56] * Quits: rwaldron (~rwaldron@209-6-71-27.c3-0.abr-ubr1.sbo-abr.ma.cable.rcn.com) (Ping timeout: 244 seconds)
- # [06:57] * Joins: zcorpan (~zcorpan@c-429be355.410-6-64736c14.cust.bredbandsbolaget.se)
- # [07:02] * Joins: isherman (isherman@nat/google/x-nyjspxbevkhjnocl)
- # [07:03] * Joins: briansloane (~briansloa@c-24-127-191-222.hsd1.pa.comcast.net)
- # [07:06] * Joins: annevk (~annevk@62.48.251.2)
- # [07:07] * Quits: isherman (isherman@nat/google/x-nyjspxbevkhjnocl) (Ping timeout: 248 seconds)
- # [07:09] * jonlee|afk is now known as jonlee
- # [07:10] * Quits: briansloane (~briansloa@c-24-127-191-222.hsd1.pa.comcast.net) (Quit: briansloane)
- # [07:11] * Quits: karlcow (~karl@nerval.la-grange.net) (Remote host closed the connection)
- # [07:16] * Joins: Areks (~Areks@rs.gridnine.com)
- # [07:23] * Joins: cgiffard (~cgiffard@CPE-121-217-220-207.lnse3.cht.bigpond.net.au)
- # [07:26] * boaz is now known as boaz|away
- # [07:42] * Joins: niloy (~niloy@61.12.96.242)
- # [07:44] * Joins: tantek (~tantek@m8c0536d0.tmodns.net)
- # [07:46] * Quits: annevk (~annevk@62.48.251.2) (Remote host closed the connection)
- # [07:49] * Joins: annevk (~annevk@62.48.251.2)
- # [07:49] * Joins: isherman (isherman@nat/google/x-suayszrsvkfnqaal)
- # [07:52] * Quits: cgiffard (~cgiffard@CPE-121-217-220-207.lnse3.cht.bigpond.net.au) (Quit: cgiffard)
- # [07:53] * Quits: isherman (isherman@nat/google/x-suayszrsvkfnqaal) (Ping timeout: 245 seconds)
- # [07:59] * Joins: maikmerten (~merten@ls5dhcp200.cs.uni-dortmund.de)
- # [08:01] * Joins: SimonSapin (~simon@ip-222.net-80-236-80.issy.rev.numericable.fr)
- # [08:01] * Joins: shwetank (~shwetank@122.173.201.69)
- # [08:08] * Quits: tantek (~tantek@m8c0536d0.tmodns.net) (Quit: tantek)
- # [08:15] * Quits: shwetank (~shwetank@122.173.201.69) (Quit: Leaving...)
- # [08:18] * Joins: dirkpennings (~dirkpenni@82-148-199-218.adsl.unet.nl)
- # [08:26] * Quits: annevk (~annevk@62.48.251.2) (Remote host closed the connection)
- # [08:26] * Quits: rniwa (~rniwa@216.239.45.130) (Quit: rniwa)
- # [08:27] * Joins: Ducki (~Ducki@pD9E3951B.dip0.t-ipconnect.de)
- # [08:31] * Joins: SonicX (~quassel@116.203.29.24)
- # [08:32] * Quits: cgcardona (~cgcardona@unaffiliated/cgcardona) (Quit: cgcardona)
- # [08:35] * Joins: isherman (isherman@nat/google/x-msuexgczlozrotqm)
- # [08:40] * Quits: isherman (isherman@nat/google/x-msuexgczlozrotqm) (Ping timeout: 250 seconds)
- # [08:44] * Joins: PalleZingmark (~Adium@217.13.228.226)
- # [08:44] * Joins: mattgifford (~mattgiffo@108.161.20.199)
- # [08:45] * Quits: Ducki (~Ducki@pD9E3951B.dip0.t-ipconnect.de) (Read error: Operation timed out)
- # [08:46] * Joins: Ducki (~Ducki@pD9E39A1B.dip0.t-ipconnect.de)
- # [08:55] * Joins: annevk (~annevk@62.48.251.2)
- # [08:55] * Quits: Zauberfisch (~Zauberfis@venus.zauberfisch.at) (Read error: Connection reset by peer)
- # [08:58] * Joins: MikeSmith_ (~MikeSmith@s1106017.xgsspn.imtp.tachikawa.spmode.ne.jp)
- # [09:01] * Quits: MikeSmith (~MikeSmith@s1106027.xgsspn.imtp.tachikawa.spmode.ne.jp) (Ping timeout: 265 seconds)
- # [09:01] * MikeSmith_ is now known as MikeSmith
- # [09:01] <AryehGregor> "It almost seems to me that nobody cares over here what the W3C document actually says, as there is that other "more helpful" version. In which case I wonder why it's published at all?"
- # [09:01] <AryehGregor> . . . I guess it's probably best not to respond to that.
- # [09:02] * AryehGregor cries when he reads stuff like http://lists.w3.org/Archives/Public/www-style/2012Jul/0267.html that adds ever more declarative special cases instead of writing imperatively
- # [09:03] <annevk> you mean the calc() feature itself?
- # [09:03] <AryehGregor> I mean basically all of CSS.
- # [09:03] * Quits: jochen__ (jochen@nat/google/x-gxwvnbtqntiefian) (Remote host closed the connection)
- # [09:04] * Joins: jochen__ (jochen@nat/google/x-xqneflphmofziajy)
- # [09:04] * Joins: markkes (~markkes@62.207.90.201)
- # [09:04] <AryehGregor> Which currently consists of lots of declarative requirements scattered across a zillion specs with all interactions undefined unless someone specifically points them out.
- # [09:04] <annevk> I saw a somewhat plausible answer to why adding imperative stuff to CSS would be problematic
- # [09:04] <annevk> ooh
- # [09:04] <annevk> you mean spec-wise
- # [09:04] <AryehGregor> Right.
- # [09:05] <annevk> yeah dunno about that
- # [09:05] <AryehGregor> For that matter, a lot of the terminology is undefined too -- specs will refer to things like "the element's border box" when elements can have any number of border boxes from zero and up.
- # [09:05] <annevk> uhuh
- # [09:05] <annevk> it's kind of crazy really
- # [09:05] <AryehGregor> Clearly it's harder to write imperatively than DOM stuff, because JavaScript is imperative and CSS is declarative.
- # [09:05] <AryehGregor> But still.
- # [09:05] <annevk> it's hard to write because CSS is hard
- # [09:06] <annevk> so instead of defining CSS they describe it which is a little less hard
- # [09:06] <annevk> but then you run into problems soon enough
- # [09:06] <AryehGregor> I don't think CSS is inherently any harder than, say, the HTML parser, or editing.
- # [09:06] <AryehGregor> It's a lot harder than DOM Core, yes, but that's not saying much.
- # [09:07] <annevk> dunno, CSS is big
- # [09:07] <AryehGregor> Bigger than HTML?
- # [09:07] <AryehGregor> One person did that. :)
- # [09:08] <annevk> I think CSS is bigger and definitely more complex
- # [09:08] <annevk> but I have hopes of someone fixing it still :)
- # [09:08] <AryehGregor> Really? The WHATWG spec is a lot bigger than all CSS specs combined.
- # [09:08] <AryehGregor> Although that's partly because it actually specifies all details, obviously.
- # [09:08] <annevk> all CSS specs?
- # [09:09] <annevk> including the object model and such?
- # [09:09] <AryehGregor> I'm pretty sure.
- # [09:09] <AryehGregor> I think I once counted using wget and wc -l.
- # [09:09] <AryehGregor> Retrieving all the CSS specs from the Current Work page.
- # [09:10] <AryehGregor> CSS2.1 is the only one of appreciable size. (Guess what: co-edited by Hixie.)
- # [09:10] <annevk> CSS 2.1 alone is half of HTML
- # [09:10] <AryehGregor> Really?
- # [09:10] <annevk> I reckon if you rewrite that proper style it will be bigger
- # [09:10] <annevk> the PDF is 487 pages
- # [09:11] <zcorpan> AryehGregor: annevk: did you see http://krijnhoetmer.nl/irc-logs/whatwg/20120711#l-533 ?
- # [09:11] <annevk> and CSS 2.1 does not include the object model and such
- # [09:11] <AryehGregor> zcorpan, no, what does it do?
- # [09:13] <zcorpan> AryehGregor: checks http://www.w3.org/community/reports/reqs/
- # [09:13] <annevk> zcorpan: that's kind of neat, maybe get ij to do something with it?
- # [09:15] * Joins: tantek (~tantek@50-0-92-247.dsl.dynamic.sonic.net)
- # [09:16] <zcorpan> i'm not sure a bookmarklet is the best way to implement it, maybe something that can be run from the command line is better so editors can run it at the same time as anolis
- # [09:18] <zcorpan> i checked yesterday and it finds some errors in Fullscreen and HTML Editing APIs
- # [09:18] <annevk> ideally it's some kind of service that just emails you the violations
- # [09:18] * Joins: isherman (isherman@nat/google/x-mozeuyfuhbphlzpd)
- # [09:18] <zcorpan> or files a bug maybe?
- # [09:18] * Joins: roven (~chatzilla@d51530390.static.telenet.be)
- # [09:18] <annevk> yeah
- # [09:19] <annevk> would be cool for the markup validator too
- # [09:19] <zcorpan> hsivonen: ^
- # [09:19] <MikeSmith> what would be cool for the validator?
- # [09:20] <zcorpan> to email or file bug when your page doesn't validate anymore
- # [09:20] * Joins: Kolombiken (~Adium@217.13.228.226)
- # [09:21] <MikeSmith> oh
- # [09:22] <zcorpan> but i guess that's possible to implement with v.nu's existing api
- # [09:22] <zcorpan> with a simple script
- # [09:22] * Quits: isherman (isherman@nat/google/x-mozeuyfuhbphlzpd) (Ping timeout: 246 seconds)
- # [09:23] <zcorpan> just file-upload to v.nu after running anolis and if it gives errors, file a bug
- # [09:26] * Joins: shwetank (~shwetank@122.173.201.69)
- # [09:27] * Quits: ^esc (~esc_ape@178.115.250.50.wireless.dyn.drei.com) (Ping timeout: 265 seconds)
- # [09:28] * Joins: Zauberfisch (~Zauberfis@venus.zauberfisch.at)
- # [09:40] * Joins: MikeSmith_ (~MikeSmith@s1106058.xgsspn.imtp.tachikawa.spmode.ne.jp)
- # [09:41] * Quits: SimonSapin (~simon@ip-222.net-80-236-80.issy.rev.numericable.fr) (Ping timeout: 272 seconds)
- # [09:41] * Quits: MikeSmith (~MikeSmith@s1106017.xgsspn.imtp.tachikawa.spmode.ne.jp) (Ping timeout: 248 seconds)
- # [09:41] * MikeSmith_ is now known as MikeSmith
- # [09:42] * Joins: ^esc (~esc_ape@77.116.247.33.wireless.dyn.drei.com)
- # [09:45] <hsivonen> zcorpan: you want the validator to file bugs in the W3C bugzilla?
- # [09:45] <zcorpan> hsivonen: yeah. except i realized that's possible already without more code in v.nu
- # [09:47] <hsivonen> I see
- # [09:50] * Joins: raphc (~quassel@153-107-190-109.dsl.ovh.fr)
- # [09:57] * Quits: PalleZingmark (~Adium@217.13.228.226) (Quit: Leaving.)
- # [10:00] * Joins: necolas (~necolas@5ade2fae.bb.sky.com)
- # [10:02] * Joins: isherman (isherman@nat/google/x-nappsuoetypxcpno)
- # [10:02] * Joins: tomasf (~tomasf@77.72.97.5.c.fiberdirekt.net)
- # [10:02] * Quits: SonicX (~quassel@116.203.29.24) (Ping timeout: 255 seconds)
- # [10:04] * Parts: rhudea (~Adium@dublin-proxy.adobe.com)
- # [10:05] * Quits: nhiroki (~nhiroki@2401:fa00:4:1008:ce52:afff:fe3d:d5bd) (Ping timeout: 245 seconds)
- # [10:06] * Quits: isherman (isherman@nat/google/x-nappsuoetypxcpno) (Ping timeout: 272 seconds)
- # [10:06] * jonlee is now known as jonlee|afk
- # [10:08] * Quits: payman (~payman@pat.se.opera.com) (Ping timeout: 252 seconds)
- # [10:10] * Joins: mattlucht (~mattlucht@host81-129-141-11.range81-129.btcentralplus.com)
- # [10:11] * Joins: PalleZingmark (~Adium@217.13.228.226)
- # [10:16] <annevk> MikeSmith: zcorpan: if you want to allow indexing of W3C Bugzilla https://www.w3.org/robots.txt will need to be modified (note https)
- # [10:17] <MikeSmith> ah yeah
- # [10:21] * Joins: GlitchMr (~glitchmr@178-36-178-229.adsl.inetia.pl)
- # [10:22] * Quits: raphc (~quassel@153-107-190-109.dsl.ovh.fr) (Remote host closed the connection)
- # [10:23] * Joins: raphc (~quassel@153-107-190-109.dsl.ovh.fr)
- # [10:23] * Quits: shepazu (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net) (Read error: Connection reset by peer)
- # [10:23] * Joins: shepazu (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net)
- # [10:24] * Quits: yoshiki_ (~yoshiki@74.125.56.33) (Quit: Leaving...)
- # [10:26] * Quits: necolas (~necolas@5ade2fae.bb.sky.com) (Remote host closed the connection)
- # [10:29] * Joins: cheron (~cheron@unaffiliated/cheron)
- # [10:30] * Joins: SimonSapin (~simon@2a01:e35:2e8d:b5f0:ea9d:87ff:fe22:e221)
- # [10:31] * Joins: SonicX (~quassel@116.203.22.234)
- # [10:31] * Quits: annevk (~annevk@62.48.251.2) (Remote host closed the connection)
- # [10:31] * Joins: pyrsmk (~pyrsmk@17.4.101.84.rev.sfr.net)
- # [10:34] * Joins: payman (~payman@pat.se.opera.com)
- # [10:44] * Joins: isherman (isherman@nat/google/x-vvwbjhnkrxolidfk)
- # [10:44] * Quits: SonicX (~quassel@116.203.22.234) (Ping timeout: 246 seconds)
- # [10:47] <hsivonen> https://www.w3.org/Bugs/Public/show_bug.cgi?id=17693 someone missed the memo on <ins> and <del> (which became synonyms for <u> and <s> since it's really hard to do what Word does)
- # [10:48] * Quits: isherman (isherman@nat/google/x-vvwbjhnkrxolidfk) (Ping timeout: 246 seconds)
- # [10:50] * heycam is now known as heycam|away
- # [10:52] * Quits: mattgifford (~mattgiffo@108.161.20.199) (Remote host closed the connection)
- # [10:52] * Quits: ehsan (~ehsan@209.20.29.228) (Remote host closed the connection)
- # [10:52] * Quits: raphc (~quassel@153-107-190-109.dsl.ovh.fr) (Remote host closed the connection)
- # [10:53] * Joins: drublic (~drublic@frbg-5d84e937.pool.mediaWays.net)
- # [10:57] * Joins: Ms2ger (~Ms2ger@91.181.28.113)
- # [10:58] * Joins: raphc (~quassel@153-107-190-109.dsl.ovh.fr)
- # [10:59] * Joins: smaug____ (~chatzilla@193-64-20-196-nat.elisa-mobile.fi)
- # [11:01] * Joins: tndrH (~Rob@cpc4-seac20-2-0-cust858.7-2.cable.virginmedia.com)
- # [11:02] * Quits: jarib (~jarib@unaffiliated/jarib) (Excess Flood)
- # [11:04] * Joins: jarib (~jarib@unaffiliated/jarib)
- # [11:05] * Joins: hasather_ (~hasather_@cm-84.208.57.129.getinternet.no)
- # [11:07] * Quits: Lachy (~Lachy@cm-84.215.193.125.getinternet.no) (Quit: Computer has gone to sleep.)
- # [11:14] <smaug____> Uh, http://dev.w3.org/2006/webapi/FileAPI/#dfn-autoRevoke :/
- # [11:14] <smaug____> no arun here
- # [11:18] * Joins: Ducki_ (~Ducki@pD9E3950A.dip0.t-ipconnect.de)
- # [11:20] * Quits: Ducki (~Ducki@pD9E39A1B.dip0.t-ipconnect.de) (Ping timeout: 248 seconds)
- # [11:21] * Joins: necolas (~necolas@ix-2-0-0-155.core4.LDN-London.as6453.net)
- # [11:24] * Quits: mpt (~mpt@canonical/mpt) (Ping timeout: 255 seconds)
- # [11:26] * Joins: isherman (isherman@nat/google/x-hsizxipxjyppfvev)
- # [11:30] * Joins: MikeSmith_ (~MikeSmith@s1106140.xgsspn.imtp.tachikawa.spmode.ne.jp)
- # [11:31] * Quits: isherman (isherman@nat/google/x-hsizxipxjyppfvev) (Ping timeout: 248 seconds)
- # [11:32] * Quits: MikeSmith (~MikeSmith@s1106058.xgsspn.imtp.tachikawa.spmode.ne.jp) (Ping timeout: 265 seconds)
- # [11:32] * MikeSmith_ is now known as MikeSmith
- # [11:42] <zcorpan> smaug____: file a bug?
- # [11:42] <smaug____> perhaps I should discuss with arun first
- # [11:43] <smaug____> though, I could file a bug to remove "stable state" concept from HTML :)
- # [11:45] <zcorpan> what's wrong with stable state?
- # [11:45] * Quits: mattlucht (~mattlucht@host81-129-141-11.range81-129.btcentralplus.com) (Quit: mattlucht)
- # [11:47] * Quits: MikeSmith (~MikeSmith@s1106140.xgsspn.imtp.tachikawa.spmode.ne.jp) (Read error: Connection reset by peer)
- # [11:47] * Joins: MikeSmith_ (~MikeSmith@s1106140.xgsspn.imtp.tachikawa.spmode.ne.jp)
- # [11:48] <smaug____> zcorpan: it is a weird concept
- # [11:48] <smaug____> it is not really detectable from JS
- # [11:49] <zcorpan> what do you suggest instead for algorithms that currently use it?
- # [11:49] <zcorpan> queue a task?
- # [11:49] * Joins: Lachy (~Lachy@office.oslo.opera.com)
- # [11:50] <smaug____> that is often a possible choice
- # [11:50] <smaug____> There is also microtask
- # [11:50] <smaug____> microtask was added because stable state and end-of-task are so vague
- # [11:50] <zcorpan> have a link to microtask?
- # [11:51] <smaug____> http://www.whatwg.org/specs/web-apps/current-work/#perform-a-microtask-checkpoint
- # [11:51] <smaug____> for some odd reason the spec talks only about mutation observers
- # [11:53] * Quits: JohnAlbin (~JohnAlbin@114-42-52-7.dynamic.hinet.net) (Quit: HTTP/1.1 404 JohnAlbin Not Found)
- # [11:53] <zcorpan> thanks
- # [11:55] * Joins: annevk (~annevk@62.48.251.2)
- # [11:55] * Joins: nonge_ (~nonge@p5B326B66.dip.t-dialin.net)
- # [11:56] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [11:59] * Quits: nonge (~nonge@p5082BBCD.dip.t-dialin.net) (Ping timeout: 245 seconds)
- # [12:02] * Quits: shwetank (~shwetank@122.173.201.69) (Read error: Connection reset by peer)
- # [12:04] <annevk> is that revoking language even correct?
- # [12:05] <annevk> you only want it to be revoked after you have used the URL somehow
- # [12:06] <annevk> that file API spec is turning into a mess
- # [12:08] <smaug____> why should it say anything about using the URL ?
- # [12:09] * Quits: roven (~chatzilla@d51530390.static.telenet.be) (Quit: ChatZilla 0.9.88.2 [Firefox 13.0.1/20120614114901])
- # [12:09] * Joins: roven (~chatzilla@d51530390.static.telenet.be)
- # [12:09] * Joins: isherman (isherman@nat/google/x-ghlcehjxztheezjn)
- # [12:11] * Quits: Areks (~Areks@rs.gridnine.com) (Ping timeout: 272 seconds)
- # [12:12] <annevk> if you just create it, then wait a while before using it (waiting on some event) it would already be revoked
- # [12:12] <annevk> that seems kind of pointless
- # [12:12] * Joins: mpt (~mpt@faun.canonical.com)
- # [12:12] * Quits: mpt (~mpt@faun.canonical.com) (Changing host)
- # [12:12] * Joins: mpt (~mpt@canonical/mpt)
- # [12:14] * Quits: isherman (isherman@nat/google/x-ghlcehjxztheezjn) (Ping timeout: 246 seconds)
- # [12:14] <zcorpan> yeah the autorevoke thing only allows the url to be referenced in the same script. and many things that fetch urls are themselves async, like e.g. <img src>
- # [12:16] * Quits: espadrine (~espadrine@63-235-13-3.dia.static.qwest.net) (Quit: espadrine)
- # [12:24] <zcorpan> should websocket binary messages allow scripts to read the message in a streaming fashion while it's being received, like with xhr?
- # [12:24] <zcorpan> right now the message event is only fired once the whole message has been received, afaict
- # [12:25] * Joins: Nabstylez (Nabstylez@c83-255-69-126.bredband.comhem.se)
- # [12:26] <annevk> pretty much nothing in XHR is streaming fwiw
- # [12:26] <annevk> only responseText at the moment
- # [12:26] <annevk> maybe also responseType = "text"
- # [12:27] * Joins: Areks (~Areks@rs.gridnine.com)
- # [12:30] * Quits: GlitchMr (~glitchmr@178-36-178-229.adsl.inetia.pl) (Read error: Connection reset by peer)
- # [12:30] * Joins: GlitchMr (~glitchmr@178-36-178-229.adsl.inetia.pl)
- # [12:31] * Quits: GlitchMr (~glitchmr@178-36-178-229.adsl.inetia.pl) (Read error: Connection reset by peer)
- # [12:31] * Joins: GlitchMr (~glitchmr@178-36-178-229.adsl.inetia.pl)
- # [12:33] * Quits: GlitchMr (~glitchmr@178-36-178-229.adsl.inetia.pl) (Read error: Connection reset by peer)
- # [12:33] * Joins: GlitchMr (~glitchmr@178-36-178-229.adsl.inetia.pl)
- # [12:35] * Joins: yoshiki (~yoshiki@74.125.56.33)
- # [12:45] <zcorpan> annevk: can't you get the partial data as blob or arraybuffer?
- # [12:46] <annevk> zcorpan: I don't really see how
- # [12:46] <annevk> we thought of allowing that at some point
- # [12:46] <annevk> with "I don't really see how" I mean that the current spec doesn't do it
- # [12:46] <annevk> see http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-response-attribute
- # [12:47] <zcorpan> ah. i thought it wasn't null while LOADING
- # [12:49] <zcorpan> wouldn't it work to return a blob early and have it act like a file that loads slowly?
- # [12:50] <zcorpan> or maybe something different makes more sense for streaming use cases
- # [12:52] * Joins: isherman (isherman@nat/google/x-qfxdcuxmgffqgfzd)
- # [12:53] * Joins: sawrubh|bot (u6719@gateway/web/irccloud.com/x-izytnzfatjprfjwz)
- # [12:53] * Quits: roven (~chatzilla@d51530390.static.telenet.be) (Ping timeout: 248 seconds)
- # [12:55] * Joins: roven (~chatzilla@d51530390.static.telenet.be)
- # [12:56] * Quits: isherman (isherman@nat/google/x-qfxdcuxmgffqgfzd) (Ping timeout: 240 seconds)
- # [12:58] * Quits: GlitchMr (~glitchmr@178-36-178-229.adsl.inetia.pl) (Read error: Connection reset by peer)
- # [12:58] * Joins: GlitchMr (~glitchmr@178-36-178-229.adsl.inetia.pl)
- # [12:59] <annevk> yeah that would work
- # [12:59] <annevk> I think implementors had some concerns
- # [12:59] <annevk> but we can still make that work in the future
- # [13:00] * Quits: PalleZingmark (~Adium@217.13.228.226) (Read error: Connection reset by peer)
- # [13:00] * Quits: GlitchMr (~glitchmr@178-36-178-229.adsl.inetia.pl) (Read error: Connection reset by peer)
- # [13:00] * Joins: PalleZingmark1 (~Adium@217.13.228.226)
- # [13:01] * Joins: GlitchMr (~glitchmr@178-36-178-229.adsl.inetia.pl)
- # [13:01] <annevk> time to see the outside world
- # [13:02] * Quits: GlitchMr (~glitchmr@178-36-178-229.adsl.inetia.pl) (Read error: Connection reset by peer)
- # [13:03] * Joins: GlitchMr (~glitchmr@178-36-178-229.adsl.inetia.pl)
- # [13:03] * Quits: GlitchMr (~glitchmr@178-36-178-229.adsl.inetia.pl) (Read error: Connection reset by peer)
- # [13:03] * Joins: GlitchMr (~glitchmr@178-36-178-229.adsl.inetia.pl)
- # [13:03] * Quits: PalleZingmark1 (~Adium@217.13.228.226) (Read error: Connection reset by peer)
- # [13:04] * Quits: GlitchMr (~glitchmr@178-36-178-229.adsl.inetia.pl) (Read error: Connection reset by peer)
- # [13:04] * Joins: GlitchMr (~glitchmr@178-36-178-229.adsl.inetia.pl)
- # [13:05] * Joins: PalleZingmark (~Adium@217.13.228.226)
- # [13:05] * Quits: GlitchMr (~glitchmr@178-36-178-229.adsl.inetia.pl) (Read error: Connection reset by peer)
- # [13:06] * Joins: GlitchMr (~glitchmr@178-36-178-229.adsl.inetia.pl)
- # [13:07] * Quits: GlitchMr (~glitchmr@178-36-178-229.adsl.inetia.pl) (Read error: Connection reset by peer)
- # [13:11] * Quits: annevk (~annevk@62.48.251.2) (Remote host closed the connection)
- # [13:15] <Ms2ger> Pff
- # [13:15] <Ms2ger> The outside world is overrated
- # [13:19] * Quits: roven (~chatzilla@d51530390.static.telenet.be) (Ping timeout: 248 seconds)
- # [13:29] * Quits: gavin_ (~gavin@76.14.87.162) (Read error: Connection reset by peer)
- # [13:29] * Joins: gavin_ (~gavin@76.14.87.162)
- # [13:32] <hsivonen> hmm. does the new GWT ingest IDL from Gecko and WebKit or really C++?
- # [13:33] <hsivonen> if it really eats C++, that would be a failure for IDL
- # [13:34] <smaug____> hsivonen: link?
- # [13:34] * Joins: isherman (isherman@nat/google/x-lknyqclmjbfqwaot)
- # [13:36] <hsivonen> smaug____: http://www.youtube.com/watch?v=VOf27ez_Hvg&feature=plcp
- # [13:37] <hsivonen> (not really a time-efficient reference)
- # [13:37] * Joins: SonicX (~quassel@116.203.94.220)
- # [13:40] * Quits: isherman (isherman@nat/google/x-lknyqclmjbfqwaot) (Ping timeout: 272 seconds)
- # [13:40] * Joins: GlitchMr (~glitchmr@178-36-178-229.adsl.inetia.pl)
- # [13:44] * Quits: smaug____ (~chatzilla@193-64-20-196-nat.elisa-mobile.fi) (Ping timeout: 244 seconds)
- # [13:51] * Joins: Zauberfisch_ (~Zauberfis@venus.zauberfisch.at)
- # [13:52] * Joins: tomasf_ (~tomasf@77.72.97.5.c.fiberdirekt.net)
- # [13:52] * Joins: DaFireball (~dirkpenni@82-148-199-218.adsl.unet.nl)
- # [13:53] * Joins: markkes_ (~markkes@62.207.90.201)
- # [13:54] * Quits: Zauberfisch (~Zauberfis@venus.zauberfisch.at) (Read error: Connection reset by peer)
- # [13:54] * Quits: markkes (~markkes@62.207.90.201) (Read error: Connection reset by peer)
- # [13:54] * Quits: tomasf (~tomasf@77.72.97.5.c.fiberdirekt.net) (Read error: Connection reset by peer)
- # [13:54] * Quits: dirkpennings (~dirkpenni@82-148-199-218.adsl.unet.nl) (Read error: Connection reset by peer)
- # [13:54] * Quits: raphc (~quassel@153-107-190-109.dsl.ovh.fr) (Quit: No Ping reply in 180 seconds.)
- # [13:54] * Joins: raphc (~quassel@153-107-190-109.dsl.ovh.fr)
- # [13:54] * tomasf_ is now known as tomasf
- # [13:56] * Quits: wakaba_ (~wakaba@75.22.102.121.dy.bbexcite.jp) (Ping timeout: 246 seconds)
- # [14:05] * Joins: roven (~chatzilla@d51530390.static.telenet.be)
- # [14:06] * Joins: erichynds (~ehynds@64.206.121.41)
- # [14:09] * Joins: kennyluck (~kennyluck@114-43-118-69.dynamic.hinet.net)
- # [14:13] * Joins: wakaba (~wakaba@75.22.102.121.dy.bbexcite.jp)
- # [14:13] * Joins: erichynds_ (~ehynds@64.206.121.41)
- # [14:15] * Quits: erichynds (~ehynds@64.206.121.41) (Disconnected by services)
- # [14:15] * Quits: erichynds_ (~ehynds@64.206.121.41) (Client Quit)
- # [14:15] * Joins: erichynds (~ehynds@64.206.121.41)
- # [14:18] * Joins: isherman (isherman@nat/google/x-fxarngtnyurjpbgo)
- # [14:22] * Joins: shwetank (~shwetank@122.173.201.69)
- # [14:23] * Quits: isherman (isherman@nat/google/x-fxarngtnyurjpbgo) (Ping timeout: 272 seconds)
- # [14:23] * Quits: kinuko (~kinuko@2401:fa00:4:1004:bd2d:963f:c992:5ab) (Remote host closed the connection)
- # [14:23] * Joins: kinuko (~kinuko@2401:fa00:4:1004:9df8:df51:fcf6:ddcc)
- # [14:23] * Quits: jarib (~jarib@unaffiliated/jarib) (Excess Flood)
- # [14:25] * Quits: eric_carlson (~ericc@adsl-67-112-12-110.dsl.anhm01.pacbell.net) (Quit: eric_carlson)
- # [14:26] * Joins: jarib (~jarib@unaffiliated/jarib)
- # [14:32] * Joins: ehsan (~ehsan@209.20.29.228)
- # [14:33] * Joins: Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
- # [14:34] * Joins: graememcc (~chatzilla@host86-150-154-56.range86-150.btcentralplus.com)
- # [14:35] * Quits: zcorpan (~zcorpan@c-429be355.410-6-64736c14.cust.bredbandsbolaget.se) (Remote host closed the connection)
- # [14:37] * Joins: zcorpan (~zcorpan@c-429be355.410-6-64736c14.cust.bredbandsbolaget.se)
- # [14:41] * Quits: asmodai (asmodai@freebsd/developer/asmodai) (Remote host closed the connection)
- # [14:41] * Joins: asmodai (asmodai@178-85-104-232.dynamic.upc.nl)
- # [14:41] * Quits: asmodai (asmodai@178-85-104-232.dynamic.upc.nl) (Changing host)
- # [14:41] * Joins: asmodai (asmodai@freebsd/developer/asmodai)
- # [14:55] * Joins: jdong_bot_ (~jdong_bot@106.3.63.147)
- # [14:57] * Joins: hij1nx (~hij1nx@12.166.104.217)
- # [15:00] * Joins: isherman (isherman@nat/google/x-znggmzyrnugbkula)
- # [15:02] * Joins: miketaylr (~miketaylr@cpe-70-112-101-224.austin.res.rr.com)
- # [15:05] * Quits: isherman (isherman@nat/google/x-znggmzyrnugbkula) (Ping timeout: 250 seconds)
- # [15:06] * Quits: lumely (~lumely@dhcp2-235.slis.tsukuba.ac.jp) (Ping timeout: 256 seconds)
- # [15:06] * Quits: pyrsmk (~pyrsmk@17.4.101.84.rev.sfr.net) (Ping timeout: 244 seconds)
- # [15:10] * Joins: lumely (~lumely@dhcp2-235.slis.tsukuba.ac.jp)
- # [15:12] * Quits: hij1nx (~hij1nx@12.166.104.217) (Quit: hij1nx)
- # [15:14] * Joins: JohnAlbin (~JohnAlbin@114-42-52-7.dynamic.hinet.net)
- # [15:19] * Quits: mpt (~mpt@canonical/mpt) (Ping timeout: 248 seconds)
- # [15:19] * Joins: saba (~foo@c80-217-46-181.bredband.comhem.se)
- # [15:19] * Quits: saba (~foo@c80-217-46-181.bredband.comhem.se) (Changing host)
- # [15:19] * Joins: saba (~foo@unaffiliated/saba)
- # [15:20] * Joins: pyrsmk (~pyrsmk@196.226.140.88.rev.sfr.net)
- # [15:22] * Joins: yodasw16 (~dgillhesp@ql1fwhide.rockfin.com)
- # [15:25] * Joins: eric_carlson (~eric@17.212.152.104)
- # [15:26] * Quits: ehsan (~ehsan@209.20.29.228) (Remote host closed the connection)
- # [15:28] * Quits: ben_alman (~cowboy@awesome.benalman.com) (Excess Flood)
- # [15:32] * Joins: ben_alman (~cowboy@awesome.benalman.com)
- # [15:33] * Joins: mpt (~mpt@faun.canonical.com)
- # [15:33] * Quits: mpt (~mpt@faun.canonical.com) (Changing host)
- # [15:33] * Joins: mpt (~mpt@canonical/mpt)
- # [15:38] * Joins: zcorpan_ (~zcorpan@c-5eeaaab3-74736162.cust.telenor.se)
- # [15:39] * Joins: MacTed (~Thud@63.119.36.36)
- # [15:40] * Quits: zcorpan (~zcorpan@c-429be355.410-6-64736c14.cust.bredbandsbolaget.se) (Ping timeout: 248 seconds)
- # [15:46] * Joins: smaug____ (~chatzilla@193-64-20-196-nat.elisa-mobile.fi)
- # [15:46] * Joins: snowfox (~benschaaf@50-77-199-197-static.hfc.comcastbusiness.net)
- # [15:46] * Joins: rwaldron (~rwaldron@75-150-66-249-NewEngland.hfc.comcastbusiness.net)
- # [15:47] * Joins: isherman (isherman@nat/google/x-muqsuyqchrtahyar)
- # [15:47] * Quits: niloy (~niloy@61.12.96.242) (Ping timeout: 250 seconds)
- # [15:50] * Joins: ehsan (~ehsan@66.207.208.98)
- # [15:51] * Joins: myakura (~myakura@FL1-122-130-129-42.tky.mesh.ad.jp)
- # [15:52] * Quits: isherman (isherman@nat/google/x-muqsuyqchrtahyar) (Ping timeout: 248 seconds)
- # [15:53] * Quits: smaug____ (~chatzilla@193-64-20-196-nat.elisa-mobile.fi) (Quit: Reconnecting…)
- # [15:53] * Joins: smaug____ (~chatzilla@193-64-20-196-nat.elisa-mobile.fi)
- # [15:54] * Joins: scor (~scor@132.183.242.185)
- # [15:54] * Quits: scor (~scor@132.183.242.185) (Changing host)
- # [15:54] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [15:56] * [[zzz]] is now known as [[zz]]
- # [15:57] * abstractj|away is now known as abstractj
- # [16:02] <zcorpan_> isn't it awesome when people talk in XML tags on mailing lists and suggest to replace HTML+CSS with XML+XSL?
- # [16:02] * Quits: Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Quit: Leaving)
- # [16:04] * Quits: PalleZingmark (~Adium@217.13.228.226) (Quit: Leaving.)
- # [16:07] * Quits: maikmerten (~merten@ls5dhcp200.cs.uni-dortmund.de) (Remote host closed the connection)
- # [16:08] * Joins: mhausenblas (~mhausenbl@wlan-nat.fwgal01.deri.ie)
- # [16:16] * boaz|away is now known as boaz
- # [16:16] * Quits: tomasf (~tomasf@77.72.97.5.c.fiberdirekt.net) (Quit: tomasf)
- # [16:17] * Quits: SonicX (~quassel@116.203.94.220) (Ping timeout: 248 seconds)
- # [16:17] * Joins: GlitchMr42 (~glitchmr@77-254-109-203.adsl.inetia.pl)
- # [16:19] * Quits: kinuko (~kinuko@2401:fa00:4:1004:9df8:df51:fcf6:ddcc) (Read error: Connection reset by peer)
- # [16:20] * Quits: GlitchMr (~glitchmr@178-36-178-229.adsl.inetia.pl) (Ping timeout: 246 seconds)
- # [16:20] * Joins: kinuko (~kinuko@2401:fa00:4:1004:9df8:df51:fcf6:ddcc)
- # [16:21] * GlitchMr42 is now known as GlitchMr
- # [16:24] * Joins: PalleZingmark (~Adium@217.13.228.226)
- # [16:31] * Joins: eminor (~eminor@p548CEE3F.dip.t-dialin.net)
- # [16:33] * Joins: SonicX (~quassel@116.202.183.63)
- # [16:33] * Quits: Delapouite (~Delapouit@dsl-58-6-19-17.wa.westnet.com.au) (Remote host closed the connection)
- # [16:33] * Joins: silverroots (~silverroo@49.248.157.238)
- # [16:33] * Quits: Ducki_ (~Ducki@pD9E3950A.dip0.t-ipconnect.de) (Read error: Connection reset by peer)
- # [16:34] * Joins: isherman (isherman@nat/google/x-efvdznifauczszfu)
- # [16:37] * Joins: cgcardona (~cgcardona@unaffiliated/cgcardona)
- # [16:38] * Quits: isherman (isherman@nat/google/x-efvdznifauczszfu) (Ping timeout: 240 seconds)
- # [16:38] * Quits: silverroots (~silverroo@49.248.157.238) (Ping timeout: 265 seconds)
- # [16:39] * Quits: izhak (~izhak@213.87.241.30) (Ping timeout: 248 seconds)
- # [16:40] * Joins: mattgifford (~mattgiffo@108.161.20.199)
- # [16:42] * Joins: zcorpan (~zcorpan@c-3698e355.410-6-64736c14.cust.bredbandsbolaget.se)
- # [16:43] * Quits: pyrsmk (~pyrsmk@196.226.140.88.rev.sfr.net) (Quit: tzing)
- # [16:44] * Quits: zcorpan_ (~zcorpan@c-5eeaaab3-74736162.cust.telenor.se) (Ping timeout: 250 seconds)
- # [16:44] * Joins: silverroots (~silverroo@49.248.157.231)
- # [16:45] * Quits: cgcardona (~cgcardona@unaffiliated/cgcardona) (Quit: cgcardona)
- # [16:45] * zcorpan is now known as zcorpan_
- # [16:46] * Zauberfisch_ is now known as Zauberfisch
- # [16:47] * zcorpan_ is now known as zcorpan
- # [16:47] * Quits: myakura (~myakura@FL1-122-130-129-42.tky.mesh.ad.jp) (Remote host closed the connection)
- # [16:48] * Quits: zcorpan (~zcorpan@c-3698e355.410-6-64736c14.cust.bredbandsbolaget.se) (Remote host closed the connection)
- # [16:54] * Joins: graememcc_ (~chatzilla@host86-150-18-217.range86-150.btcentralplus.com)
- # [16:54] * Quits: graememcc (~chatzilla@host86-150-154-56.range86-150.btcentralplus.com) (Ping timeout: 265 seconds)
- # [16:54] * graememcc_ is now known as graememcc
- # [16:56] * boaz is now known as boaz|away
- # [17:00] * Joins: ksweeney (~Kevin_Swe@nyv-exweb.iac.com)
- # [17:02] * Quits: shwetank (~shwetank@122.173.201.69) (Quit: Leaving...)
- # [17:03] * Quits: jdong_bot_ (~jdong_bot@106.3.63.147) (Remote host closed the connection)
- # [17:03] * Quits: barneybook (kvirc@220-133-195-146.HINET-IP.hinet.net) (Read error: Connection reset by peer)
- # [17:05] * Quits: mhausenblas (~mhausenbl@wlan-nat.fwgal01.deri.ie) (Quit: brb)
- # [17:08] * Quits: markkes_ (~markkes@62.207.90.201) (Read error: Connection reset by peer)
- # [17:11] <matjas> hsivonen: re: 404 page on <audio> testbed — http://twitter.com/yvg/status/223346356088094721
- # [17:14] * Joins: espadrine (~espadrine@63-235-13-3.dia.static.qwest.net)
- # [17:14] * Parts: ksweeney (~Kevin_Swe@nyv-exweb.iac.com)
- # [17:18] * Quits: silverroots (~silverroo@49.248.157.231) (Ping timeout: 252 seconds)
- # [17:20] <miketaylr> matjas: pfffffffffft
- # [17:20] * Joins: isherman (isherman@nat/google/x-vonaohbpqbtzmjtx)
- # [17:24] <smaug____> zewt: an event listener can't know if something else runs before the next stable state
- # [17:24] <smaug____> (just an example)
- # [17:24] * Quits: MacTed (~Thud@63.119.36.36) (Ping timeout: 265 seconds)
- # [17:24] <smaug____> also, the same task may for example dispatch several events
- # [17:25] * Quits: isherman (isherman@nat/google/x-vonaohbpqbtzmjtx) (Ping timeout: 248 seconds)
- # [17:30] * Quits: DaFireball (~dirkpenni@82-148-199-218.adsl.unet.nl) (Ping timeout: 248 seconds)
- # [17:31] * Joins: silverroots (~silverroo@49.248.156.66)
- # [17:32] * Joins: MikeSmith (~MikeSmith@s1106121.xgsspn.imtp.tachikawa.spmode.ne.jp)
- # [17:34] * Quits: MikeSmith_ (~MikeSmith@s1106140.xgsspn.imtp.tachikawa.spmode.ne.jp) (Ping timeout: 252 seconds)
- # [17:35] * Joins: gwicke (~gabriel@wikimedia/gwicke)
- # [17:36] * Quits: PalleZingmark (~Adium@217.13.228.226) (Quit: Leaving.)
- # [17:38] * Joins: jryans (~jryans@office.massrel.com)
- # [17:38] * Quits: silverroots (~silverroo@49.248.156.66) (Ping timeout: 248 seconds)
- # [17:40] * boaz|away is now known as boaz
- # [17:40] * Joins: zcorpan (~zcorpan@c-3698e355.410-6-64736c14.cust.bredbandsbolaget.se)
- # [17:40] * Joins: izhak (~izhak@188.168.201.218)
- # [17:41] * Quits: Areks (~Areks@rs.gridnine.com) (Ping timeout: 272 seconds)
- # [17:42] * Quits: zcorpan (~zcorpan@c-3698e355.410-6-64736c14.cust.bredbandsbolaget.se) (Remote host closed the connection)
- # [17:42] * Joins: dgathright (~dgathrigh@c-67-169-92-165.hsd1.ca.comcast.net)
- # [17:44] * Quits: Lachy (~Lachy@office.oslo.opera.com) (Quit: Computer has gone to sleep.)
- # [17:46] * Joins: abarth (~abarth@173-164-128-209-SFBA.hfc.comcastbusiness.net)
- # [17:50] * Joins: shwetank (~shwetank@122.173.201.69)
- # [17:50] * Joins: hij1nx (~hij1nx@cpe-66-108-18-53.nyc.res.rr.com)
- # [17:54] * Joins: GPHemsley (~GPHemsley@c-24-99-164-150.hsd1.ga.comcast.net)
- # [17:54] * Quits: GPHemsley (~GPHemsley@c-24-99-164-150.hsd1.ga.comcast.net) (Changing host)
- # [17:54] * Joins: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley)
- # [17:57] * Quits: shwetank (~shwetank@122.173.201.69) (Quit: Linkinus - http://linkinus.com)
- # [18:07] * Joins: isherman (isherman@nat/google/x-lnwrnmqyxrchldkg)
- # [18:07] * Quits: roven (~chatzilla@d51530390.static.telenet.be) (Quit: ChatZilla 0.9.88.2 [Firefox 13.0.1/20120614114901])
- # [18:09] * Joins: othermaciej (~mjs@c-24-6-209-189.hsd1.ca.comcast.net)
- # [18:11] * Quits: isherman (isherman@nat/google/x-lnwrnmqyxrchldkg) (Ping timeout: 250 seconds)
- # [18:21] * Joins: sedovsek (~robert@lk.92.63.17.253.dc.cable.static.lj-kabel.net)
- # [18:26] * Joins: cgcardona (~cgcardona@64.124.34.2)
- # [18:26] * Quits: cgcardona (~cgcardona@64.124.34.2) (Changing host)
- # [18:26] * Joins: cgcardona (~cgcardona@unaffiliated/cgcardona)
- # [18:26] * Joins: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
- # [18:26] * Joins: gwicke_ (~gabriel@216.38.130.162)
- # [18:27] * Quits: gwicke (~gabriel@wikimedia/gwicke) (Read error: Operation timed out)
- # [18:27] * Quits: abarth (~abarth@173-164-128-209-SFBA.hfc.comcastbusiness.net) (Quit: abarth)
- # [18:28] * Joins: abarth (~abarth@173-164-128-209-SFBA.hfc.comcastbusiness.net)
- # [18:37] * Joins: MacTed (~Thud@63.119.36.36)
- # [18:38] * Quits: carlos_antonio (~benway@unaffiliated/disusered) (Remote host closed the connection)
- # [18:42] <hsivonen> matjas: thanks
- # [18:44] * Quits: mattgifford (~mattgiffo@108.161.20.199) (Remote host closed the connection)
- # [18:44] * Quits: jochen__ (jochen@nat/google/x-xqneflphmofziajy) (Remote host closed the connection)
- # [18:49] * Joins: jochen__ (jochen@nat/google/x-gepztuypiyaochmi)
- # [18:51] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [18:52] * Joins: annevk (~annevk@62.48.251.2)
- # [18:53] * Joins: gkellogg_ (~gregg@38.127.199.123)
- # [18:54] * Joins: isherman (isherman@nat/google/x-bqfhbjtnamiuovxd)
- # [18:57] * Quits: Kolombiken (~Adium@217.13.228.226) (Quit: Leaving.)
- # [18:58] * Quits: smaug____ (~chatzilla@193-64-20-196-nat.elisa-mobile.fi) (Ping timeout: 246 seconds)
- # [18:58] * Quits: isherman (isherman@nat/google/x-bqfhbjtnamiuovxd) (Ping timeout: 245 seconds)
- # [18:59] * Joins: smaug____ (~chatzilla@193-64-20-196-nat.elisa-mobile.fi)
- # [19:00] * Quits: dgathright (~dgathrigh@c-67-169-92-165.hsd1.ca.comcast.net) (Quit: dgathright)
- # [19:02] * Joins: maikmerten (~maikmerte@port-92-201-60-11.dynamic.qsc.de)
- # [19:03] * Joins: graememcc_ (~chatzilla@host86-168-3-79.range86-168.btcentralplus.com)
- # [19:04] * Quits: graememcc (~chatzilla@host86-150-18-217.range86-150.btcentralplus.com) (Ping timeout: 265 seconds)
- # [19:04] * graememcc_ is now known as graememcc
- # [19:04] * Joins: pablof (~pablof@144.189.101.1)
- # [19:06] * Joins: sicking (~chatzilla@c-67-180-8-184.hsd1.ca.comcast.net)
- # [19:08] * gsnedders contemplates starting a new cross-browser JS testsuite, again
- # [19:10] * Quits: snowfox (~benschaaf@50-77-199-197-static.hfc.comcastbusiness.net) (Ping timeout: 252 seconds)
- # [19:11] * Quits: annevk (~annevk@62.48.251.2) (Remote host closed the connection)
- # [19:11] <Ms2ger> gsnedders, at least join us at the W3C :)
- # [19:12] * Joins: jsbell (jsbell@nat/google/x-pbglcmlxqeozdsgw)
- # [19:12] * Joins: snowfox (~benschaaf@50-77-199-197-static.hfc.comcastbusiness.net)
- # [19:13] * Quits: snowfox (~benschaaf@50-77-199-197-static.hfc.comcastbusiness.net) (Client Quit)
- # [19:21] * Quits: smaug____ (~chatzilla@193-64-20-196-nat.elisa-mobile.fi) (Quit: ChatZilla 0.9.88.2 [Firefox 16.0a1/20120704114631])
- # [19:21] * Joins: smaug____ (~chatzilla@193-64-20-196-nat.elisa-mobile.fi)
- # [19:23] * abstractj is now known as abstractj|lunch
- # [19:23] * Quits: necolas (~necolas@ix-2-0-0-155.core4.LDN-London.as6453.net) (Remote host closed the connection)
- # [19:23] * Joins: necolas (~necolas@ix-2-0-0-155.core4.LDN-London.as6453.net)
- # [19:23] * Quits: hij1nx (~hij1nx@cpe-66-108-18-53.nyc.res.rr.com) (Quit: hij1nx)
- # [19:23] * Joins: sarspazam (~sarspazam@78-105-183-7.zone3.bethere.co.uk)
- # [19:25] * Joins: jwalden (~waldo@c-71-202-165-226.hsd1.ca.comcast.net)
- # [19:28] * Quits: necolas (~necolas@ix-2-0-0-155.core4.LDN-London.as6453.net) (Ping timeout: 252 seconds)
- # [19:31] * jonlee|afk is now known as jonlee
- # [19:33] * Quits: SimonSapin (~simon@2a01:e35:2e8d:b5f0:ea9d:87ff:fe22:e221) (Ping timeout: 246 seconds)
- # [19:34] <sedovsek> Hey, Is there any alternative for document.webkitHidden on iOs and Android devices?
- # [19:34] <Hixie> what does it do?
- # [19:38] * Joins: hij1nx (~hij1nx@pool-96-224-12-191.nycmny.east.verizon.net)
- # [19:40] <sedovsek> https://developers.google.com/chrome/whitepapers/pagevisibility
- # [19:40] <sedovsek> Here are some examples.
- # [19:40] * Joins: tomasf (~tom@c-36dbe555.024-204-6c6b7012.cust.bredbandsbolaget.se)
- # [19:41] * Joins: isherman (isherman@nat/google/x-wwfdlzonyifxftje)
- # [19:42] * Joins: silverroots (~silverroo@49.248.156.66)
- # [19:44] * Quits: othermaciej (~mjs@c-24-6-209-189.hsd1.ca.comcast.net) (Quit: othermaciej)
- # [19:45] * Joins: pyrsmk (~pyrsmk@mau49-1-82-245-46-173.fbx.proxad.net)
- # [19:45] * Quits: isherman (isherman@nat/google/x-wwfdlzonyifxftje) (Ping timeout: 240 seconds)
- # [19:49] * Joins: rniwa (rniwa@nat/google/x-xnerrtymaylpjuva)
- # [19:53] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: This computer has gone to sleep)
- # [19:55] * Joins: SimonSapin (~simon@ip-222.net-80-236-80.issy.rev.numericable.fr)
- # [19:56] * Joins: Lachy (~Lachy@cm-84.215.193.125.getinternet.no)
- # [19:59] * Quits: sedovsek (~robert@lk.92.63.17.253.dc.cable.static.lj-kabel.net) (Quit: sedovsek)
- # [20:00] * ojan_away is now known as ojan
- # [20:07] * Joins: dgathright (~dgathrigh@nat/yahoo/x-irdqmqlxvfuwctys)
- # [20:10] * Joins: necolas (~necolas@5ade2fae.bb.sky.com)
- # [20:12] * Quits: sarspazam (~sarspazam@78-105-183-7.zone3.bethere.co.uk) (Quit: sarspazam)
- # [20:13] * Quits: ehsan (~ehsan@66.207.208.98) (Read error: Connection reset by peer)
- # [20:13] * Joins: mattgifford (~mattgiffo@70.102.199.158)
- # [20:13] * Joins: ehsan (~ehsan@66.207.208.98)
- # [20:16] * gwicke_ is now known as gwicke
- # [20:21] * Quits: abarth (~abarth@173-164-128-209-SFBA.hfc.comcastbusiness.net) (Quit: abarth)
- # [20:22] <matjas> sedovsek (if you read the logs): http://mths.be/visibility demonstrates how you can fall back to focus/blur
- # [20:25] * Joins: bencc (~user@bzq-84-111-74-191.red.bezeqint.net)
- # [20:25] <bencc> are svg animations standard in html5?
- # [20:27] <shepazu> bencc: technically, because SVG animations (SMIL) are part of SVG 1.1, which is the spec that HTML5 references, they are "standard"… but IE doesn't support them, and HTML does strictly require full support for SVG 1.1
- # [20:28] * Joins: isherman (isherman@nat/google/x-hcivsaqjwilszpbl)
- # [20:28] <bencc> shepazu: it did support it in the past I think
- # [20:28] <bencc> shepazu: do you know if there are plans to support SMIL in IE10 or later?
- # [20:28] <shepazu> bencc: nope
- # [20:29] <shepazu> no plans for IE10
- # [20:29] <bencc> shepazu: that's sad :(
- # [20:29] <shepazu> I agree
- # [20:30] <shepazu> they are focusing on CSS animations, which you should be able to use with SVG
- # [20:30] <shepazu> I think that's all still being worked out, though
- # [20:30] <bencc> shepazu: ok
- # [20:30] <bencc> shepazu: can I do feature detection for beginElement or animate?
- # [20:31] <shepazu> bencc: you should think about using FakeSMIL
- # [20:31] <shepazu> it's a script lib shim that handles most of SMIL in SVG for IE
- # [20:31] * abstractj|lunch is now known as abstractj
- # [20:31] <bencc> cool. this? http://fakesmil.blogspot.co.il/
- # [20:31] <Hixie> wow, not counting the responsive images threads and not counting e-mails about adding new features, i'm down to just about 250 e-mails!
- # [20:31] * Joins: zcorpan (~zcorpan@c-3698e355.410-6-64736c14.cust.bredbandsbolaget.se)
- # [20:32] <shepazu> yeah
- # [20:32] <Hixie> (including those two categories, 1200 e-mails.)
- # [20:32] * Quits: isherman (isherman@nat/google/x-hcivsaqjwilszpbl) (Ping timeout: 240 seconds)
- # [20:32] <Hixie> (also including bugs: 1700 e-mails.)
- # [20:32] * Quits: espadrine (~espadrine@63-235-13-3.dia.static.qwest.net) (Quit: espadrine)
- # [20:32] * Joins: snowfox (~benschaaf@50-77-199-197-static.hfc.comcastbusiness.net)
- # [20:33] <shepazu> bencc: it's a bit old, but it still works
- # [20:33] * Quits: rwaldron (~rwaldron@75-150-66-249-NewEngland.hfc.comcastbusiness.net) (Read error: Connection reset by peer)
- # [20:33] <shepazu> it's not perfect, but it does the job for most things
- # [20:34] * Joins: necolas_ (~necolas@ix-2-0-0-155.core4.LDN-London.as6453.net)
- # [20:35] <bencc> shepazu: I've just tried it and I still get the error
- # [20:35] <shepazu> bencc: what error?
- # [20:36] <bencc> shepazu: I'm adding the animate element dynamically so I'm not sure if the script cover this use case
- # [20:36] <shepazu> it should
- # [20:36] <bencc> Object doesn't support property or method 'beginElement'
- # [20:36] * Quits: drublic (~drublic@frbg-5d84e937.pool.mediaWays.net) (Remote host closed the connection)
- # [20:36] * Joins: drublic (~drublic@frbg-5d84e937.pool.mediaWays.net)
- # [20:37] <shepazu> bencc: yeah, it's not going to add that support if you're doing feature detection
- # [20:37] <shepazu> bencc: you have a jsfiddle?
- # [20:37] * Quits: drublic (~drublic@frbg-5d84e937.pool.mediaWays.net) (Read error: Connection reset by peer)
- # [20:37] * Joins: drublic_ (~drublic@frbg-5d84e937.pool.mediaWays.net)
- # [20:38] <bencc> shepazu: not yet http://dpaste.com/769928/
- # [20:38] * Joins: sarspazam (~sarspazam@78-105-183-7.zone3.bethere.co.uk)
- # [20:38] <bencc> shepazu: what do you mean? I'm not doing feature detection
- # [20:38] <shepazu> ok
- # [20:38] <bencc> shepazu: I just included the script
- # [20:39] <shepazu> bencc: that snippet doesn't include fakesmil...
- # [20:39] <bencc> shepazu: I thought it should just work
- # [20:40] <shepazu> bencc: I can't debug if I don't have an example that should work...
- # [20:40] <bencc> shepazu: sure, I'll make one
- # [20:41] * Quits: hij1nx (~hij1nx@pool-96-224-12-191.nycmny.east.verizon.net) (Quit: hij1nx)
- # [20:41] * Quits: necolas_ (~necolas@ix-2-0-0-155.core4.LDN-London.as6453.net) (Ping timeout: 250 seconds)
- # [20:42] * Quits: drublic_ (~drublic@frbg-5d84e937.pool.mediaWays.net) (Ping timeout: 276 seconds)
- # [20:43] * Joins: hij1nx (~hij1nx@pool-96-224-12-191.nycmny.east.verizon.net)
- # [20:44] * Quits: gwicke (~gabriel@216.38.130.162) (Quit: Bye!)
- # [20:44] * Quits: maikmerten (~maikmerte@port-92-201-60-11.dynamic.qsc.de) (Remote host closed the connection)
- # [20:45] * Joins: gwicke (~gabriel@wikimedia/gwicke)
- # [20:47] * Quits: zcorpan (~zcorpan@c-3698e355.410-6-64736c14.cust.bredbandsbolaget.se) (Remote host closed the connection)
- # [20:47] <bencc> shepazu: this is without smil http://jsfiddle.net/DgMDV/1/
- # [20:47] <bencc> shepazu: works in FF but not in IE9
- # [20:47] <bencc> shepazu: now trying to add smil but I'm not sure how to use it
- # [20:48] <bencc> I mean fakesmil
- # [20:48] * Quits: hasather_ (~hasather_@cm-84.208.57.129.getinternet.no) (Remote host closed the connection)
- # [20:48] <shepazu> http://leunen.me/fakesmile/faq.html#dev
- # [20:49] * Quits: gwicke (~gabriel@wikimedia/gwicke) (Ping timeout: 248 seconds)
- # [20:52] <bencc> shepazu: I've added the script to the jsfiddle but there must be something more I need to do
- # [20:53] <shepazu> bencc: let me make a simple example
- # [20:53] <shepazu> it might take me a few minutes
- # [20:53] <bencc> thanks!
- # [20:53] * Quits: izhak (~izhak@188.168.201.218) (Ping timeout: 252 seconds)
- # [20:55] * Joins: drublic (~drublic@frbg-5f732839.pool.mediaWays.net)
- # [20:56] * Joins: dbaron (~dbaron@nat/mozilla/x-nyymenqxgoxyhege)
- # [20:57] * Quits: hij1nx (~hij1nx@pool-96-224-12-191.nycmny.east.verizon.net) (Quit: hij1nx)
- # [20:58] <Hixie> hmm, i wonder if there's a way to make bugzilla search results more computer-readable
- # [21:03] <bencc> shepazu: looks like there is a more recent version here: http://bazaar.launchpad.net/~smilteam/smil/MAIN/view/head:/smil.user.js
- # [21:09] <shepazu> bencc: I just realized I can't test it… I'm on a mac, and I don't have a browser that doesn't support SMIL :(
- # [21:09] <bencc> shepazu: I can
- # [21:10] * nonge_ is now known as nonge
- # [21:10] <bencc> the example will be useful in any case
- # [21:10] * Quits: raphc (~quassel@153-107-190-109.dsl.ovh.fr) (Ping timeout: 246 seconds)
- # [21:11] * Quits: jwalden (~waldo@c-71-202-165-226.hsd1.ca.comcast.net) (Quit: back in a bit)
- # [21:14] * Joins: isherman (isherman@nat/google/x-siglcoiwhunpzhzg)
- # [21:14] * Quits: smaug____ (~chatzilla@193-64-20-196-nat.elisa-mobile.fi) (Ping timeout: 248 seconds)
- # [21:16] * Joins: gkellogg__ (~gregg@38.127.199.123)
- # [21:16] <bencc> shepazu: I'm trying to add it with <svg ...><script type="text/ecmascript" xlink:href="smil.user.js"/>...</svg> but I'm not sure if it is loaded
- # [21:18] <MikeSmith> bencc: you serving it with an XML mime type?
- # [21:18] * Quits: isherman (isherman@nat/google/x-siglcoiwhunpzhzg) (Ping timeout: 250 seconds)
- # [21:19] * Quits: gkellogg_ (~gregg@38.127.199.123) (Ping timeout: 240 seconds)
- # [21:20] * Quits: graememcc (~chatzilla@host86-168-3-79.range86-168.btcentralplus.com) (Ping timeout: 265 seconds)
- # [21:20] <bencc> MikeSmith: no
- # [21:20] <bencc> MikeSmith: I don't know how to use it
- # [21:20] * Quits: gkellogg__ (~gregg@38.127.199.123) (Ping timeout: 265 seconds)
- # [21:21] <MikeSmith> bencc: I think what you're trying to do won't work unless you serve it with an XML mime type
- # [21:22] <MikeSmith> but I dunno really
- # [21:22] <MikeSmith> shepazu knows better than me
- # [21:22] <bencc> ok
- # [21:22] * Joins: gavinc (~gavin@50.0.77.3)
- # [21:26] <shepazu> bencc: my suggestion is to google uses of fakesmil, and find an example that works for you
- # [21:27] * Quits: shepazu (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net) (Quit: shepazu)
- # [21:28] <bencc> shepazu: I tried but can't find how to dynamically include it
- # [21:29] * Quits: GlitchMr (~glitchmr@77-254-109-203.adsl.inetia.pl) (Read error: Connection reset by peer)
- # [21:33] * Joins: zcorpan (~zcorpan@c-3698e355.410-6-64736c14.cust.bredbandsbolaget.se)
- # [21:33] * Joins: shepazu (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net)
- # [21:34] * Joins: smaug____ (~chatzilla@193-64-20-196-nat.elisa-mobile.fi)
- # [21:36] * Joins: graememcc (~chatzilla@host86-169-18-155.range86-169.btcentralplus.com)
- # [21:39] * Quits: erichynds (~ehynds@64.206.121.41)
- # [21:46] * Quits: shepazu (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net) (Quit: excuses himself; his presence no longer seems to be needed)
- # [21:46] * Joins: shepazu (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net)
- # [21:48] * Joins: sedovsek (~robert@93-103-104-107.dynamic.t-2.net)
- # [21:49] * Quits: Lachy (~Lachy@cm-84.215.193.125.getinternet.no) (Quit: Textual IRC Client: http://www.textualapp.com/)
- # [21:49] * Quits: shepazu (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net) (Client Quit)
- # [21:53] * Joins: Lachy (~Lachy@cm-84.215.193.125.getinternet.no)
- # [21:54] * Quits: dbaron (~dbaron@nat/mozilla/x-nyymenqxgoxyhege) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [21:58] * Joins: hasather_ (~hasather_@cm-84.208.57.129.getinternet.no)
- # [22:01] * Joins: isherman (isherman@nat/google/x-fojdwjqhmdjbvyjd)
- # [22:01] * Joins: ksweeney1 (~Kevin_Swe@nyv-exweb.iac.com)
- # [22:03] * Quits: hasather_ (~hasather_@cm-84.208.57.129.getinternet.no) (Ping timeout: 250 seconds)
- # [22:05] * Quits: isherman (isherman@nat/google/x-fojdwjqhmdjbvyjd) (Ping timeout: 240 seconds)
- # [22:13] * Quits: SonicX (~quassel@116.202.183.63) (Read error: Connection reset by peer)
- # [22:17] * Parts: ksweeney1 (~Kevin_Swe@nyv-exweb.iac.com)
- # [22:21] * boaz is now known as boaz|away
- # [22:22] * Joins: JohnAlbin_ (~JohnAlbin@114-42-56-214.dynamic.hinet.net)
- # [22:22] * Quits: graememcc (~chatzilla@host86-169-18-155.range86-169.btcentralplus.com) (Quit: ChatZilla 0.9.88.2 [Firefox 13.0.1/20120615112143])
- # [22:25] * Quits: JohnAlbin (~JohnAlbin@114-42-52-7.dynamic.hinet.net) (Ping timeout: 248 seconds)
- # [22:25] * JohnAlbin_ is now known as JohnAlbin
- # [22:25] * Quits: cheron (~cheron@unaffiliated/cheron) (Quit: Leaving.)
- # [22:25] * Quits: Ms2ger (~Ms2ger@91.181.28.113) (Quit: nn)
- # [22:30] <MikeSmith> hmm JSON-LD
- # [22:37] * Quits: sedovsek (~robert@93-103-104-107.dynamic.t-2.net) (Quit: sedovsek)
- # [22:39] * Joins: gkellogg_ (~gregg@12.51.213.114)
- # [22:42] * Joins: shepazu (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net)
- # [22:44] * Quits: Nabstylez (Nabstylez@c83-255-69-126.bredband.comhem.se)
- # [22:47] * Joins: hij1nx (~hij1nx@cpe-98-14-168-178.nyc.res.rr.com)
- # [22:47] * Quits: zcorpan (~zcorpan@c-3698e355.410-6-64736c14.cust.bredbandsbolaget.se) (Remote host closed the connection)
- # [22:47] * Joins: isherman (isherman@nat/google/x-yeyktoxxsblgrpiw)
- # [22:49] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [22:49] * Quits: jacobolus (~jacobolus@50-0-133-210.dsl.static.sonic.net) (Remote host closed the connection)
- # [22:50] * Quits: hij1nx (~hij1nx@cpe-98-14-168-178.nyc.res.rr.com) (Ping timeout: 265 seconds)
- # [22:52] * Quits: isherman (isherman@nat/google/x-yeyktoxxsblgrpiw) (Ping timeout: 246 seconds)
- # [23:05] * Joins: Bass10 (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
- # [23:05] * Joins: sedovsek (~robert@93-103-104-107.dynamic.t-2.net)
- # [23:06] * Quits: MacTed (~Thud@63.119.36.36)
- # [23:08] * Quits: saba (~foo@unaffiliated/saba) (Quit: leaving)
- # [23:11] * Quits: Adawerk (~ada@169.241.49.57) (Ping timeout: 246 seconds)
- # [23:14] * Quits: gkellogg_ (~gregg@12.51.213.114) (Quit: gkellogg_)
- # [23:14] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [23:15] * Joins: gkellogg_ (~gregg@12.51.213.114)
- # [23:15] * Quits: [[zz]] (~q@node-a4s.pool-125-25.dynamic.totbb.net) (Ping timeout: 240 seconds)
- # [23:15] * Joins: jwalden (~waldo@c-71-202-165-226.hsd1.ca.comcast.net)
- # [23:17] * Joins: Adawerk (~ada@169.241.49.57)
- # [23:17] * Quits: Adawerk (~ada@169.241.49.57) (Remote host closed the connection)
- # [23:18] * Quits: snowfox (~benschaaf@50-77-199-197-static.hfc.comcastbusiness.net) (Quit: snowfox)
- # [23:24] * Quits: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
- # [23:25] * Joins: hij1nx (~hij1nx@cpe-98-14-168-178.nyc.res.rr.com)
- # [23:27] * Quits: miketaylr (~miketaylr@cpe-70-112-101-224.austin.res.rr.com) (Quit: Leaving...)
- # [23:28] * Joins: [[zz]] (~q@node-a4s.pool-125-25.dynamic.totbb.net)
- # [23:32] * Quits: smaug____ (~chatzilla@193-64-20-196-nat.elisa-mobile.fi) (Quit: ChatZilla 0.9.88.2 [Firefox 16.0a1/20120704114631])
- # [23:33] * Joins: smaug____ (~chatzilla@193-64-20-196-nat.elisa-mobile.fi)
- # [23:34] * Joins: isherman (isherman@nat/google/x-dsxmatbgushsbdnn)
- # [23:35] * Quits: gkellogg_ (~gregg@12.51.213.114) (Quit: gkellogg_)
- # [23:38] * Quits: eminor (~eminor@p548CEE3F.dip.t-dialin.net) (Quit: eminor)
- # [23:38] * Quits: SimonSapin (~simon@ip-222.net-80-236-80.issy.rev.numericable.fr) (Quit: Leaving.)
- # [23:39] * Quits: isherman (isherman@nat/google/x-dsxmatbgushsbdnn) (Ping timeout: 240 seconds)
- # [23:40] * Joins: gkellogg_ (~gregg@12.51.213.114)
- # [23:41] * Quits: gkellogg_ (~gregg@12.51.213.114) (Client Quit)
- # [23:41] * Quits: jarib (~jarib@unaffiliated/jarib) (Excess Flood)
- # [23:43] * Joins: danbri (~danbri@ip212-238-89-92.hotspotsvankpn.com)
- # [23:44] * Joins: jarib (~jarib@unaffiliated/jarib)
- # [23:45] * Joins: abarth (~abarth@173-164-128-209-SFBA.hfc.comcastbusiness.net)
- # [23:46] * Joins: othermaciej (~mjs@17.245.105.228)
- # [23:48] * Quits: sedovsek (~robert@93-103-104-107.dynamic.t-2.net) (Quit: sedovsek)
- # [23:49] * Quits: [[zz]] (~q@node-a4s.pool-125-25.dynamic.totbb.net) (Ping timeout: 246 seconds)
- # [23:53] * Quits: kinetik (~kinetik@121.98.132.55) (Ping timeout: 245 seconds)
- # [23:54] * Joins: kinetik (~kinetik@121.98.132.55)
- # [23:57] * Quits: yodasw16 (~dgillhesp@ql1fwhide.rockfin.com) (Quit: yodasw16)
- # Session Close: Fri Jul 13 00:00:00 2012
The end :)