Options:
- # Session Start: Fri Feb 24 00:00:00 2012
- # Session Ident: #whatwg
- # [00:01] * Quits: annevk (~annevk@80.232.109.46) (Quit: annevk)
- # [00:04] * Quits: svl (~me@89.128.148.64) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [00:09] * Quits: dbaron (~dbaron@nat/mozilla/x-xnbdbfonwinnmyge) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [00:10] * eric_carlson is now known as ericc|away
- # [00:21] * jernoble is now known as jernoble|afk
- # [00:21] * jernoble|afk is now known as jernoble
- # [00:21] * Joins: schnoomac (~schnoomac@119.63.221.131)
- # [00:28] * Quits: Ms2ger` (~Ms2ger@91.181.18.122) (Ping timeout: 240 seconds)
- # [00:36] * Quits: N0000B (~quassel@adsl-98-68-176-92.cha.bellsouth.net) (Remote host closed the connection)
- # [00:38] <rniwa> annevk5: hi
- # [00:39] <rniwa> annevk5: what do you feel about disallowing mutation events inside the shadow DOM?
- # [00:39] <rniwa> annevk: ^
- # [00:40] <smaug____> sounds ok to me
- # [00:40] <rniwa> smaug____: great.
- # [00:40] <smaug____> (which ever shadow dom spec ends up being implemented)
- # [00:41] <rniwa> smaug____: well we're talking about thi on https://bugs.webkit.org/show_bug.cgi?id=79278
- # [00:41] <rniwa> smaug____: I think dglazkov likes the idea
- # [00:41] <rniwa> smaug____: so as long as people from other vendors want them to fire there, we should spec it so that only new mutation observer API can be used inside the shadow DOM
- # [00:42] <smaug____> sounds ok. Ofc "there" is still not defined :)
- # [00:42] <TabAtkins> rniwa: Mutation events carry too much unwipeable info about the shadow, so yeah, they shouldn't escape the shadow.
- # [00:42] <TabAtkins> And shutting down mutation listeners entirely inside of shadow sounds totally fine.
- # [00:43] <rniwa> TabAtkins: great.
- # [00:43] <smaug____> I guess the idea is to not have mutation events at all in shadow dom
- # [00:43] <rniwa> TabAtkins: we're going to do the both
- # [00:43] <smaug____> which is what I prefer
- # [00:43] <TabAtkins> (I don't think the outer page should ever want to know about mutations inside of shadows anyway.)
- # [00:43] <rniwa> TabAtkins: so there won't be any mutation event in the shadow DOM
- # [00:43] <rniwa> mutation events need to die anyway
- # [00:43] <TabAtkins> smaug____: Within a shadow, mutation observers can be useful I guess.
- # [00:44] <smaug____> mutationobservers sure, but they are limited to shadow tree
- # [00:44] <TabAtkins> Yes, okay, so we're agreeing. ^_^
- # [00:44] <smaug____> yes :)
- # [00:44] <TabAtkins> Also: should I eat another whole box of Thin Mints? (yes)/(hell yes)
- # [00:44] <smaug____> whatever the shadow dom will be, mutation events shouldn't fire there
- # [00:45] <rniwa> smaug____: is your email address at welho.com?
- # [00:45] <smaug____> uh, no, please
- # [00:45] <smaug____> it is one of my email addresses
- # [00:45] <rniwa> smaug____: okay, which one should I use to cc you on public-webapps?
- # [00:45] <smaug____> I prefer Olli@pettay.fi
- # [00:45] <rniwa> smaug____: okay, will do.
- # [00:45] <TabAtkins> I keep forgetting that you're Olli, smaug____ .
- # [00:46] <TabAtkins> Damn lack of Real Names.
- # [00:46] <smaug____> TabAtkins: you've been here too few years :)
- # [00:46] <TabAtkins> It's taken me a while to remember that Zewt is Glen.
- # [00:46] <rniwa> smaug____: okay, I sent an email out to public-webapps
- # [00:46] <rniwa> smaug____: but it seems like we're already on an agreement here :D
- # [00:46] <rniwa> smaug____: disallowing mutation events in shadow DOM may even encourage people to start using new mutation observer API
- # [00:46] <rniwa> smaug____: which is a win-win for us
- # [00:47] * smaug____ should finalize his mutationobserver patch next week
- # [00:47] <smaug____> and sorry, I've been really busy with other stuff
- # [00:50] <smaug____> rniwa: do you happen to have fuzz tester for mutation observer?
- # [00:51] <TabAtkins> We're not fuzzing it yet (I think), but apparently it's quite easy to add.
- # [00:52] <smaug____> not fuzzing yet? expect some instability then :)
- # [00:52] <TabAtkins> Oh, definitely.
- # [00:52] <TabAtkins> We should be fuzzing, like, 5000% more.
- # [00:52] <TabAtkins> Fuzz ALL the things.
- # [00:52] <smaug____> yeah
- # [00:53] <smaug____> writing good fuzzers is not easy
- # [00:55] * Joins: jarek (~jarek@unaffiliated/jarek)
- # [00:55] <TabAtkins> We apparently have a pretty nice fuzzing infrastructure that our security people put together.
- # [00:55] <TabAtkins> You feed it a bunch of wide-sprectrum representative tests, it mutates them into fuzz tests.
- # [00:57] * Joins: dbaron (~dbaron@nat/mozilla/x-lsqmqutryhoorsei)
- # [01:00] * Joins: miketaylr (~miketaylr@cpe-68-203-0-108.austin.res.rr.com)
- # [01:03] <rniwa> smaug____: we have been.
- # [01:03] <rniwa> smaug____: aklein will probably know.
- # [01:04] <smaug____> ok, I'll send some email
- # [01:04] <rniwa> smaug____: we have an automated fuzz testing infrastructure that automatically mutates existing tests and generate crazy js tests
- # [01:04] <rniwa> smaug____: don't think we save results though
- # [01:04] <rniwa> so not sure if we can share those with you guys
- # [01:04] <smaug____> ah, ok
- # [01:05] <rniwa> smaug____: but it's probably worth shooting an email anyway
- # [01:05] <rniwa> smaug____: we might come up with some way to do it
- # [01:06] <rniwa> dglazkov: yt?
- # [01:07] * Quits: jarek (~jarek@unaffiliated/jarek) (Quit: jarek)
- # [01:08] * Joins: ap_ (~ap@17.245.90.47)
- # [01:08] <rniwa> arv: as far as I read the spec, the spec doesn't provide anyway to get selection inside the shadow DOM ;(
- # [01:08] <rniwa> :'(
- # [01:08] <rniwa> arv: meaning that we can't implement any editing widgets inside the shadow DOM
- # [01:08] <smaug____> selection inside shadow dom is tricky
- # [01:09] * Quits: ap (~ap@2620:149:4:1b01:f45b:f8f7:8bf2:6f8e) (Read error: Operation timed out)
- # [01:09] * ap_ is now known as ap
- # [01:09] <smaug____> what if user starts outside, then tries to continue selection to inside shadow dom
- # [01:09] <rniwa> smaug____: it shoudln't allow it
- # [01:09] <smaug____> gecko just doesn't allow that
- # [01:09] <rniwa> smaug____: I don't think selection that crosses shadow boundary makes much sense
- # [01:09] <rniwa> smaug____: it should act as if there's editing boundary
- # [01:10] <smaug____> well, it depends
- # [01:10] <smaug____> if UI looks like it should be selectable, it is quite strange for user to not be able to select it
- # [01:11] * Quits: othermaciej (~mjs@17.245.90.46) (Quit: othermaciej)
- # [01:12] <smaug____> IIRC mozilla bugzilla hass bugs open because of this
- # [01:12] <smaug____> s/hass/has/
- # [01:12] <smaug____> (the bugs might become wontfix)
- # [01:19] * Joins: raphc (~rc@lns-bzn-27-82-248-47-7.adsl.proxad.net)
- # [01:21] * Quits: necolas (~necolas@5e0c715f.bb.sky.com) (Remote host closed the connection)
- # [01:22] * Quits: drublic (~drublic@frbg-5f73081b.pool.mediaWays.net) (Remote host closed the connection)
- # [01:23] * Quits: miketaylr (~miketaylr@cpe-68-203-0-108.austin.res.rr.com) (Ping timeout: 240 seconds)
- # [01:28] * Joins: raphc_ (~rc@lns-bzn-46-82-253-199-15.adsl.proxad.net)
- # [01:31] * Quits: raphc (~rc@lns-bzn-27-82-248-47-7.adsl.proxad.net) (Ping timeout: 245 seconds)
- # [01:40] * Quits: rniwa (rniwa@nat/google/x-vtffmegdxhwovhdw) (Quit: rniwa)
- # [02:01] * Joins: yuuki (~kobayashi@58x158x182x50.ap58.ftth.ucom.ne.jp)
- # [02:05] * Quits: raphc_ (~rc@lns-bzn-46-82-253-199-15.adsl.proxad.net) (Ping timeout: 260 seconds)
- # [02:07] <gsnedders> TabAtkins: The general reason to put stuff on the prototype is because then you only have a single function object, not n function objects for n objects
- # [02:08] <gsnedders> Esp. when JIT'd code is linked to function objects, that's important. A bit less so in the built-in function object case.
- # [02:09] * Quits: ap (~ap@17.245.90.47) (Remote host closed the connection)
- # [02:09] * Joins: ap (~ap@17.212.155.203)
- # [02:10] <gsnedders> rniwa, if you read logs, too
- # [02:10] <gsnedders> and AryehGregor ^^
- # [02:14] <TabAtkins> gsnedders: Yeah, I agree that's the reason normally.
- # [02:16] <gsnedders> In this case it's mainly making it easier to override the behaviour, by replacing a single function, and not having needless function objects eating memroy
- # [02:17] <TabAtkins> In that case I'm back to wondering why the getters/setters establish own properties.
- # [02:17] <gsnedders> This is in WebIDL?
- # [02:17] <gsnedders> Or what?
- # [02:17] <gsnedders> Because there's no reason for that to be.
- # [02:18] <TabAtkins> Yes.
- # [02:18] <TabAtkins> The WebIDL getter/setter extended operations establish own properties.
- # [02:18] <gsnedders> (__proto__ will be an accessor property (i.e., a property with a getter and/or setter) on Object.prototype in ES6, probably)
- # [02:18] <gsnedders> (For example)
- # [02:33] * Quits: smaug____ (~chatzilla@GGYYCCXCVIII.gprs.sl-laajakaista.fi) (Ping timeout: 252 seconds)
- # [02:34] * Joins: dcheng (~dcheng@74.125.59.73)
- # [02:40] * Quits: dbaron (~dbaron@nat/mozilla/x-lsqmqutryhoorsei) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [02:43] * Quits: ehsan (~ehsan@66.207.208.98) (Remote host closed the connection)
- # [02:43] * Quits: ap (~ap@17.212.155.203) (Quit: ap)
- # [02:48] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [02:49] * Quits: pablof (~pablof@144.189.101.1) (Quit: ^z)
- # [02:51] * Joins: othermaciej (~mjs@17.245.90.46)
- # [02:53] * heycam is now known as heycam|away
- # [02:57] * Joins: ksweeney (~Kevin_Swe@nyv-exweb.iac.com)
- # [02:58] * Parts: ksweeney (~Kevin_Swe@nyv-exweb.iac.com)
- # [03:00] * jernoble is now known as jernoble|afk
- # [03:00] * Joins: nonge (~nonge@p5082974F.dip.t-dialin.net)
- # [03:04] * Joins: erlehmann (~erlehmann@89.204.138.71)
- # [03:04] <erlehmann> helo again
- # [03:05] * Quits: Lachy (~Lachy@77.106.144.217) (Quit: Computer has gone to sleep.)
- # [03:08] * Quits: temp01 (~temp01@unaffiliated/temp01) (Ping timeout: 240 seconds)
- # [03:10] * Joins: temp02 (~temp01@unaffiliated/temp01)
- # [03:13] * Joins: ehsan (~ehsan@209.29.21.241)
- # [03:24] * Joins: pablof (~pablof@c-98-207-157-89.hsd1.ca.comcast.net)
- # [03:25] * heycam|away is now known as heycam
- # [03:29] * Quits: jamesr (jamesr@nat/google/x-fjksjrwxchrrptpn) (Quit: jamesr)
- # [03:40] * Quits: LBP (~Mirc@pD9EB229C.dip0.t-ipconnect.de) (Ping timeout: 252 seconds)
- # [03:41] * Joins: LBP (~Mirc@pD9EB165F.dip0.t-ipconnect.de)
- # [03:48] * Quits: ehsan (~ehsan@209.29.21.241) (Remote host closed the connection)
- # [03:49] * Joins: jamesr (~jamesr@173-164-251-190-SFBA.hfc.comcastbusiness.net)
- # [03:54] * Joins: miketaylr (~miketaylr@cpe-68-203-0-108.austin.res.rr.com)
- # [04:03] * Quits: mkanat (mkanat@nat/google/x-rysmdifixzntqolx) (Quit: Ex-Chat)
- # [04:03] * Joins: ezoe (~ezoe@203-140-91-245f1.kyt1.eonet.ne.jp)
- # [04:06] * Quits: jamesr (~jamesr@173-164-251-190-SFBA.hfc.comcastbusiness.net) (Quit: jamesr)
- # [04:20] * Quits: pablof (~pablof@c-98-207-157-89.hsd1.ca.comcast.net) (Quit: ^z)
- # [04:29] * Quits: danielfilho (~daniel@187.31.77.7) (Ping timeout: 276 seconds)
- # [04:29] * Joins: cpearce (~cpearce@ip-118-90-45-105.xdsl.xnet.co.nz)
- # [04:51] * Joins: cgiffard (~Adium@101.234.73.33)
- # [04:57] * Quits: ParadoX- (parad0x@hades.spexhost.com) (Quit: ZNC - http://znc.sourceforge.net)
- # [04:58] * Joins: ParadoX- (parad0x@hades.spexhost.com)
- # [05:00] * Quits: othermaciej (~mjs@17.245.90.46) (Ping timeout: 260 seconds)
- # [05:00] * Joins: izhak (~izhak@213.87.240.113)
- # [05:05] * Joins: jamesr (~jamesr@173-164-251-190-SFBA.hfc.comcastbusiness.net)
- # [05:06] * Joins: ksweeney (~Kevin_Swe@nyv-exweb.iac.com)
- # [05:08] * Quits: ksweeney (~Kevin_Swe@nyv-exweb.iac.com) (Client Quit)
- # [05:21] * Joins: Evanescence (~Evanescen@60.183.194.131)
- # [05:22] * Joins: jacobolus (~jacobolus@ppp-71-139-15-155.dsl.snfc21.pacbell.net)
- # [05:22] * Quits: jacobolus (~jacobolus@ppp-71-139-15-155.dsl.snfc21.pacbell.net) (Remote host closed the connection)
- # [05:23] * Joins: jacobolus (~jacobolus@ppp-71-139-15-155.dsl.snfc21.pacbell.net)
- # [05:27] * Joins: rniwa (rniwa@nat/google/x-wzmqvhdbltfkream)
- # [05:32] * Quits: jacobolus (~jacobolus@ppp-71-139-15-155.dsl.snfc21.pacbell.net) (Remote host closed the connection)
- # [05:44] * Joins: pablof (~pablof@c-98-207-157-89.hsd1.ca.comcast.net)
- # [05:44] * Quits: jamesr (~jamesr@173-164-251-190-SFBA.hfc.comcastbusiness.net) (Quit: jamesr)
- # [05:54] * Quits: stalled (~stalled@unaffiliated/stalled) (Ping timeout: 244 seconds)
- # [06:04] * Quits: jwalden (~waldo@2620:101:8003:200:224:d7ff:fef0:8d90) (Quit: ChatZilla 0.9.87-4.1450hg.fc15 [XULRunner 10.0.1/20120213092145])
- # [06:06] * Quits: temp02 (~temp01@unaffiliated/temp01) (Read error: Connection reset by peer)
- # [06:06] * Joins: niloy (~niloy@203.196.177.156)
- # [06:11] * Joins: Areks (~Areks@rs.gridnine.com)
- # [06:12] * Joins: temp01 (~temp01@unaffiliated/temp01)
- # [06:14] * Joins: stalled (~stalled@unaffiliated/stalled)
- # [06:31] * Joins: jacobolus (~jacobolus@50-0-133-210.dsl.static.sonic.net)
- # [06:35] * Joins: othermaciej (~mjs@c-24-6-209-189.hsd1.ca.comcast.net)
- # [06:38] * Quits: Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Ping timeout: 244 seconds)
- # [07:03] * Quits: kbrosnan (kbrosnan@firefox/community/qa/kbrosnan) (Quit: restart tmux)
- # [07:05] * Joins: kbrosnan (kbrosnan@firefox/community/qa/kbrosnan)
- # [07:10] * heycam is now known as heycam|away
- # [07:19] * Quits: schnoomac (~schnoomac@119.63.221.131) (Read error: Connection reset by peer)
- # [07:20] * Joins: schnoomac-a (~schnoomac@119.63.221.131)
- # [07:20] * Quits: schnoomac-a (~schnoomac@119.63.221.131) (Client Quit)
- # [07:31] * Joins: zcorpan (~zcorpan@c-699de355.410-6-64736c14.cust.bredbandsbolaget.se)
- # [07:32] <rniwa> AryehGregor: are you there?
- # [07:34] * Quits: miketaylr (~miketaylr@cpe-68-203-0-108.austin.res.rr.com) (Quit: Leaving...)
- # [07:37] * Joins: skylamer` (cgskylamer@78.90.213.55)
- # [07:45] * JohnAsleep is now known as JohnAWAKEREALLY
- # [07:47] * JohnAWAKEREALLY is now known as JohnAlbin
- # [07:47] * Quits: JohnAlbin (~JohnAlbin@114-42-63-211.dynamic.hinet.net) (Quit: HTTP/1.1 404 JohnAlbin Not Found)
- # [07:51] * Joins: Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
- # [07:55] * Joins: ehsan (~ehsan@209.29.21.241)
- # [07:57] * Quits: Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Ping timeout: 244 seconds)
- # [08:05] * Quits: othermaciej (~mjs@c-24-6-209-189.hsd1.ca.comcast.net) (Quit: othermaciej)
- # [08:06] * Joins: jochen___ (jochen@nat/google/x-zkxkfrzpvmzcicto)
- # [08:10] * Quits: jochen__ (jochen@nat/google/x-tfjcpnhrkmkhpcad) (Ping timeout: 260 seconds)
- # [08:10] * jochen___ is now known as jochen__
- # [08:11] * Joins: madcow (madcow@202.296.dsl.mel.iprimus.net.au)
- # [08:12] * Joins: Astrology (~Evanescen@60.183.196.136)
- # [08:13] * Quits: cgiffard (~Adium@101.234.73.33) (Quit: Leaving.)
- # [08:14] * Quits: Evanescence (~Evanescen@60.183.194.131) (Ping timeout: 260 seconds)
- # [08:17] * Joins: maikmerten (~merten@ls5dhcp200.cs.uni-dortmund.de)
- # [08:18] * Quits: cpearce (~cpearce@ip-118-90-45-105.xdsl.xnet.co.nz) (Ping timeout: 240 seconds)
- # [08:22] * Quits: pablof (~pablof@c-98-207-157-89.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
- # [08:23] * Joins: pablof (~pablof@c-98-207-157-89.hsd1.ca.comcast.net)
- # [08:35] * Joins: rniwa_ (rniwa@nat/google/x-zmpumquxnvgomurj)
- # [08:35] * Quits: rniwa (rniwa@nat/google/x-wzmqvhdbltfkream) (Ping timeout: 245 seconds)
- # [08:35] * rniwa_ is now known as rniwa
- # [08:41] * Quits: pablof (~pablof@c-98-207-157-89.hsd1.ca.comcast.net) (Quit: ^z)
- # [08:42] * Joins: Lachy (~Lachy@77.106.144.217)
- # [08:46] * Quits: Lachy (~Lachy@77.106.144.217) (Client Quit)
- # [08:56] * Joins: tomasf_ (~tomasf@77.72.97.5.c.fiberdirekt.net)
- # [08:58] * Joins: necolas (~necolas@5e0c715f.bb.sky.com)
- # [09:04] * Joins: annevk (~annevk@80.232.109.46)
- # [09:06] * Joins: sicking (~chatzilla@154-93.80-90.static-ip.oleane.fr)
- # [09:16] * Quits: erlehmann (~erlehmann@89.204.138.71) (Read error: Connection reset by peer)
- # [09:18] * Joins: othermaciej (~mjs@c-24-6-209-189.hsd1.ca.comcast.net)
- # [09:18] * Quits: othermaciej (~mjs@c-24-6-209-189.hsd1.ca.comcast.net) (Client Quit)
- # [09:21] * Quits: necolas (~necolas@5e0c715f.bb.sky.com) (Remote host closed the connection)
- # [09:34] * Joins: RobbertAtWork (~Robbert@a83-160-99-114.adsl.xs4all.nl)
- # [09:35] * Joins: jochen___ (jochen@nat/google/x-hvjvlzukyvceelql)
- # [09:35] * Quits: tomasf (~tom@2002:55e5:dbb7:0:64e9:4b92:936b:ff0d) (Ping timeout: 245 seconds)
- # [09:35] * tomasf_ is now known as tomasf
- # [09:36] * Joins: roc (~chatzilla@81.130.197.83)
- # [09:39] * Quits: gavin (gavin@firefox/developer/gavin) (Remote host closed the connection)
- # [09:39] * Quits: jdong_ (~jdong@222.126.155.250) (Remote host closed the connection)
- # [09:39] * Quits: jochen__ (jochen@nat/google/x-zkxkfrzpvmzcicto) (Ping timeout: 272 seconds)
- # [09:39] * jochen___ is now known as jochen__
- # [09:40] * Quits: roc (~chatzilla@81.130.197.83) (Ping timeout: 240 seconds)
- # [09:41] * Joins: gavin (gavin@firefox/developer/gavin)
- # [09:44] * Joins: mishunov (~spliter@77.88.72.162)
- # [09:46] * Quits: gavin (gavin@firefox/developer/gavin) (Read error: Connection reset by peer)
- # [09:46] * Joins: gavin____ (gavin@people.mozilla.com)
- # [09:47] <RobbertAtWork> multiple selections can be used to programmatically deselect readonly parts of the users selection
- # [09:47] <RobbertAtWork> cc: AryehGregor
- # [09:50] * Joins: graememcc (~chatzilla@host86-150-157-88.range86-150.btcentralplus.com)
- # [09:53] * Quits: sicking (~chatzilla@154-93.80-90.static-ip.oleane.fr) (Ping timeout: 265 seconds)
- # [09:55] * Joins: pyrsmk (~pyrsmk@mau49-1-82-245-46-173.fbx.proxad.net)
- # [09:55] <hsivonen> http://botornot.net/project/test correctly identifies @whatwg as a bot with human tendencies
- # [09:56] * Parts: Tumulte (~Tumulte@corp-gw.accelance.net)
- # [09:59] <annevk> should do some replies then!
- # [10:03] * Joins: sicking (~chatzilla@154-93.80-90.static-ip.oleane.fr)
- # [10:05] <zcorpan> annevk: automated replies?
- # [10:21] * Quits: riven (~riven@pdpc/supporter/professional/riven) (Read error: Connection reset by peer)
- # [10:22] * Joins: riven (~riven@53518387.cm-6-2c.dynamic.ziggo.nl)
- # [10:22] * Quits: riven (~riven@53518387.cm-6-2c.dynamic.ziggo.nl) (Changing host)
- # [10:22] * Joins: riven (~riven@pdpc/supporter/professional/riven)
- # [10:26] * Quits: skylamer` (cgskylamer@78.90.213.55) (Read error: Connection reset by peer)
- # [10:28] * Joins: skylamer` (cgskylamer@78.90.213.55)
- # [10:30] * Joins: tomlane (~laney@212.219.8.109)
- # [10:31] * Quits: sicking (~chatzilla@154-93.80-90.static-ip.oleane.fr) (Ping timeout: 245 seconds)
- # [10:31] * Quits: Astrology (~Evanescen@60.183.196.136) (Quit: my website: http://stardiviner.dyndns-blog.com/)
- # [10:32] * Quits: annevk (~annevk@80.232.109.46) (Quit: annevk)
- # [10:43] * Joins: sicking (~chatzilla@154-93.80-90.static-ip.oleane.fr)
- # [10:46] * Joins: annevk (~annevk@guest.opera.com)
- # [10:52] * Joins: necolas (~necolas@109.231.202.66)
- # [10:52] * Quits: rniwa (rniwa@nat/google/x-zmpumquxnvgomurj) (Quit: rniwa)
- # [10:55] <annevk> well I do the retweets manually already
- # [10:56] <annevk> but I think the policy is to do replies from personal accounts
- # [10:58] * Quits: chriseppstein (~chrisepps@99-6-85-4.lightspeed.sntcca.sbcglobal.net) (Quit: chriseppstein)
- # [10:59] * Quits: ezoe (~ezoe@203-140-91-245f1.kyt1.eonet.ne.jp) (Ping timeout: 252 seconds)
- # [10:59] * Joins: drublic (~drublic@frbg-5d84fa6c.pool.mediaWays.net)
- # [11:00] <annevk> ok, so now in Gecko cloneNode defaults to true
- # [11:04] <annevk> I filed https://www.w3.org/Bugs/Public/show_bug.cgi?id=16102 on removing DOMStringList from Microdata
- # [11:05] * Quits: Areks (~Areks@rs.gridnine.com) (Ping timeout: 272 seconds)
- # [11:05] <bga> http://blogs.msdn.com/b/ie/archive/2012/02/17/sub-pixel-rendering-and-the-css-object-model.aspx
- # [11:06] <annevk> is Clipboard.types no longer defined anywhere?
- # [11:06] <annevk> I guess that is now DataTransfer.types?
- # [11:06] <annevk> because if we also change Document.styleSheetSets and Indexed DB, DOMStringList can be removed from the platform
- # [11:09] * Joins: Evanescence (~Evanescen@60.183.234.26)
- # [11:11] * Joins: [[zzz]] (~q@101.108.121.123)
- # [11:13] * Quits: foolip (~philip@node-7lfbarczhfg6qsa4i.a0.ipv6.opera.com) (Read error: Operation timed out)
- # [11:13] <annevk> oh, I think glenn put cssom-view in public domain
- # [11:13] <annevk> sweet
- # [11:13] <annevk> http://dvcs.w3.org/hg/cssom-view/rev/d977913408be
- # [11:14] * Quits: zewt (~foo@ec2-50-17-220-142.compute-1.amazonaws.com) (Disconnected by services)
- # [11:14] * Joins: zewt_ (~foo@ec2-50-17-220-142.compute-1.amazonaws.com)
- # [11:14] <annevk> anyone here still subscribed to www-style who can lobby for removing DOMStringList usage from CSSOM?
- # [11:14] * Joins: foolip (~philip@node-7lfbarczhfg6qsa4i.a0.ipv6.opera.com)
- # [11:14] <annevk> Document.styleSheetSets uses it
- # [11:14] <annevk> should just become an array
- # [11:15] <zcorpan> annevk: don't need to be subscribed to send email to www-style
- # [11:16] <annevk> it's easier for potential follow up though
- # [11:16] * Joins: Zauberfisch_ (Subject619@venus.zauberfisch.at)
- # [11:16] * Quits: Zauberfisch (Zauberfisc@venus.zauberfisch.at) (Ping timeout: 260 seconds)
- # [11:16] * Quits: benschwarz (u2121@gateway/web/irccloud.com/x-lrwdleaxwyyvrbvz) (Ping timeout: 260 seconds)
- # [11:16] * Quits: [[zz]] (~q@125.25.227.158.adsl.dynamic.totbb.net) (Ping timeout: 260 seconds)
- # [11:16] <zcorpan> just send from noreply@annevankesteren.nl and set reply-to: www-style@w3.org :-)
- # [11:17] * Joins: benschwarz (u2121@gateway/web/irccloud.com/x-gwkjqsqavsgbcqqg)
- # [11:17] * Joins: davidwalsh (~davidwals@208.52.152.124)
- # [11:22] * Joins: Areks (~Areks@rs.gridnine.com)
- # [11:24] * Joins: nonge_ (~nonge@p5082A522.dip.t-dialin.net)
- # [11:27] * Quits: nonge (~nonge@p5082974F.dip.t-dialin.net) (Read error: Operation timed out)
- # [11:31] * Quits: davidwalsh (~davidwals@208.52.152.124) (Quit: Reading http://davidwalsh.name)
- # [11:31] * Joins: jdaggett (~jdaggett@ad008216.dynamic.ppp.asahi-net.or.jp)
- # [11:34] * Quits: wilhelm (~wilhelm@178.255.149.98) (Ping timeout: 265 seconds)
- # [11:35] * Quits: othree_ (~othree@admin39.ct.ntust.edu.tw) (Ping timeout: 248 seconds)
- # [11:39] * Quits: graememcc (~chatzilla@host86-150-157-88.range86-150.btcentralplus.com) (Ping timeout: 276 seconds)
- # [11:40] * Quits: drublic (~drublic@frbg-5d84fa6c.pool.mediaWays.net) (Remote host closed the connection)
- # [11:40] * Joins: wilhelm (~wilhelm@178.255.149.98)
- # [11:42] * Joins: Ms2ger (~Ms2ger@91.181.18.122)
- # [11:43] * Quits: skylamer` (cgskylamer@78.90.213.55) (Read error: Connection reset by peer)
- # [11:44] * Quits: wilhelm (~wilhelm@178.255.149.98) (Ping timeout: 260 seconds)
- # [11:45] * Joins: wilhelm (~wilhelm@178.255.149.98)
- # [11:46] * Quits: Evanescence (~Evanescen@60.183.234.26) (Quit: my website: http://stardiviner.dyndns-blog.com/)
- # [11:47] <annevk> zcorpan: meh, ok done
- # [11:47] <annevk> zcorpan: though not like that
- # [11:49] <Ms2ger> Didn't we just get pywebsocket installed on w3c-test?
- # [11:50] <jgraham> Yes, but there are still open questions about that
- # [11:50] <jgraham> e.g. is it actully safe to run when it clearly says in the source that itsn't
- # [11:50] <jgraham> *it isn't
- # [11:52] <Ms2ger> Since you know about this, reply to Kris please? :)
- # [11:53] <jgraham> and say what?
- # [11:53] <annevk> is there some kind of holiday going on btw?
- # [11:53] <annevk> or are people just getting tired of twitter?
- # [11:53] * jgraham hopes for that latter, expects the former
- # [11:55] * [[zzz]] is now known as [[zz]]
- # [12:07] * Quits: tomlane (~laney@212.219.8.109) (Ping timeout: 255 seconds)
- # [12:16] * Joins: myakura (~myakura@FL1-110-233-178-43.tky.mesh.ad.jp)
- # [12:17] * Joins: othree (~othree@admin39.ct.ntust.edu.tw)
- # [12:21] * Joins: graememcc (~chatzilla@host86-150-157-88.range86-150.btcentralplus.com)
- # [12:22] * Joins: kenneth__ (kenneth@nat/nokia/x-aogjyokuixlbemzs)
- # [12:23] * Joins: drublic (~drublic@frbg-5d84fa6c.pool.mediaWays.net)
- # [12:24] * Quits: kenneth_ (kenneth@nat/nokia/x-pgljdfjreuafbmch) (Read error: Connection reset by peer)
- # [12:24] * Quits: mishunov (~spliter@77.88.72.162) (Quit: mishunov)
- # [12:25] * Quits: LBP (~Mirc@pD9EB165F.dip0.t-ipconnect.de) (Quit: Bye, bye! See you on http://leanbackplayer.com)
- # [12:26] * Joins: kenneth_ (kenneth@nat/nokia/x-ktgcjmiwklpgyoby)
- # [12:27] * Quits: kenneth__ (kenneth@nat/nokia/x-aogjyokuixlbemzs) (Read error: Connection reset by peer)
- # [12:28] * Quits: sicking (~chatzilla@154-93.80-90.static-ip.oleane.fr) (Ping timeout: 244 seconds)
- # [12:35] <Taggnostr> if I want to report bugs about the HTML5 standard, should I select "HTML WG" as "product"?
- # [12:48] <Ms2ger> Sure
- # [12:49] <Taggnostr> I hope I got everything right: https://www.w3.org/Bugs/Public/show_bug.cgi?id=16106
- # [12:49] * Taggnostr moves on with the next bug
- # [12:50] <Ms2ger> lgtm
- # [12:51] * jgraham doesn't like lgtm because it it too close to lmgt
- # [12:51] <jgraham> As in "Let Me Google That for you"
- # [12:51] <Ms2ger> Lockeed Martin Global Telecommunications?
- # [12:52] <Taggnostr> there's also lgbt, but that's another thing
- # [12:57] * Quits: othree (~othree@admin39.ct.ntust.edu.tw) (Ping timeout: 240 seconds)
- # [13:00] <Taggnostr> is "Validator (Nu)" the right product for bugs about http://livedom.validator.nu/ ?
- # [13:00] * Joins: erichynds (~ehynds@pool-71-184-234-218.bstnma.fios.verizon.net)
- # [13:01] <Ms2ger> I think so
- # [13:01] <Taggnostr> ok, thanks again
- # [13:04] * Joins: othree (~othree@admin39.ct.ntust.edu.tw)
- # [13:08] <Taggnostr> I think I'll wait a reply to #16106 before opening the next one
- # [13:08] <Ms2ger> Heh
- # [13:08] <Ms2ger> Don't expect one before July or so
- # [13:08] * Joins: skylamer` (cgskylamer@78.90.213.55)
- # [13:09] <Taggnostr> is Hixie on holiday?
- # [13:09] * Quits: yuuki (~kobayashi@58x158x182x50.ap58.ftth.ucom.ne.jp) (Quit: Leaving...)
- # [13:10] * Joins: sicking (~chatzilla@154-93.80-90.static-ip.oleane.fr)
- # [13:11] <Ms2ger> Just lots of outstanding feedback that's before you in the queue: http://www.whatwg.org/issues/data.html
- # [13:18] <Taggnostr> I think most of the ranges I listed in #16106 should return U+FFFD instead of returning the corresponding character
- # [13:34] * Quits: drublic (~drublic@frbg-5d84fa6c.pool.mediaWays.net) (Remote host closed the connection)
- # [13:35] * Quits: skylamer` (cgskylamer@78.90.213.55) (Ping timeout: 245 seconds)
- # [13:37] * Quits: sicking (~chatzilla@154-93.80-90.static-ip.oleane.fr) (Ping timeout: 245 seconds)
- # [13:38] * Joins: skylamer` (cgskylamer@78.90.213.55)
- # [13:38] <Ms2ger> Woo, -moz-box-shadow and -moz-border-radius-* are dead
- # [13:40] <Philip`> Taggnostr: http://bugzilla.validator.nu/ is the right place for validator.nu bugs, I believe
- # [13:41] <zcorpan> Ms2ger: yay!
- # [13:41] <Ms2ger> (Apple, take notice)
- # [13:44] <jgraham> Ms2ger: ha ha ha
- # [13:47] * Quits: ehsan (~ehsan@209.29.21.241) (Remote host closed the connection)
- # [13:49] * Joins: tndrH (~Rob@cpc16-seac19-2-0-cust234.7-2.cable.virginmedia.com)
- # [13:49] * Joins: mhausenblas (~mhausenbl@wlan-nat.fwgal01.deri.ie)
- # [13:54] <annevk> maybe I should subscribe to apps-discuss
- # [13:54] <annevk> it's rather amusing
- # [13:55] <annevk> Taggnostr: that's going to be wontfixed
- # [13:55] <annevk> Taggnostr: we cannot change what code point is going to be returned
- # [13:56] <annevk> Taggnostr: we could make it not be a parse error potentially
- # [13:56] <Taggnostr> not even if the unicode standard says that's wrong?
- # [13:56] <Ms2ger> Maybe search the spec for "willful violation"
- # [13:57] <annevk> Taggnostr: does it actually say that?
- # [13:57] <annevk> Taggnostr: Unicode is quite flexible
- # [13:57] <Ms2ger> Does WebKit support css3multicol unprefixed already?
- # [13:58] <Taggnostr> annevk, see the quotes at http://bugs.python.org/issue12729#msg143392 (the context is a bit different, but they are relevant here)
- # [13:59] * Quits: niloy (~niloy@203.196.177.156) (Ping timeout: 260 seconds)
- # [13:59] <Taggnostr> most of those ranges are "noncharacters"
- # [14:00] <Taggnostr> but even there is not clear what it should be done
- # [14:01] <kennyluck> hmm… "If a noncharacter is received in open interchange, an application is not required to interpret it in any way. It is good practice, however, to recognize it as a noncharacter and to take appropriate action, such as replacing it with U+FFFD replacement character, to indicate the problem in the text."
- # [14:01] <Taggnostr> it's suggested in a few places that they should be replaced with FFFD, but in others basically says that the application can do other things
- # [14:01] <kennyluck> I have the feeling that nobody is going to implement this for the utf-8 decoder.
- # [14:01] <Ms2ger> Bah, vague specs
- # [14:02] * Viduthalai is now known as vidu
- # [14:02] <annevk> Taggnostr: this is not about encodings or interchange formats
- # [14:02] <annevk> Taggnostr: this is just about what ends up in your tree, it's perfectly acceptable that any code point can end up there, even if it's not a character
- # [14:03] * Quits: izhak (~izhak@213.87.240.113) (Remote host closed the connection)
- # [14:03] <Taggnostr> but FFFD is used for other ranges, e.g. for surrogates ("Otherwise, if the number is in the range 0xD800 to 0xDFFF or is greater than 0x10FFFF, then this is a parse error. Return a U+FFFD REPLACEMENT CHARACTER.")
- # [14:04] <Taggnostr> I wonder if the decoder behaves in the same way as the character reference when a noncharacter is found
- # [14:05] <annevk> currently some reserved code points are being put out by some encodings
- # [14:05] <annevk> at least per http://dvcs.w3.org/hg/encoding/raw-file/tip/Overview.html
- # [14:05] <annevk> not everything is defined yet though
- # [14:09] <annevk> http://www.extremetech.com/computing/119571-mozilla-partners-up-with-lg-to-combat-apple-and-google-with-its-own-device
- # [14:10] <Taggnostr> I think that if a codepoint is forbidden during regular decoding, it should be forbidden for character references too
- # [14:11] <annevk> JavaScript nor the DOM work that way, not sure it makes sense for HTML to be any different
- # [14:13] <Taggnostr> maybe they should be fixed too (assuming that this is a real bug)
- # [14:13] * Joins: Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
- # [14:13] * Joins: sicking (~chatzilla@154-93.80-90.static-ip.oleane.fr)
- # [14:16] <annevk> we cannot change that
- # [14:23] * Quits: erichynds (~ehynds@pool-71-184-234-218.bstnma.fios.verizon.net) (Ping timeout: 244 seconds)
- # [14:23] * Quits: kinetik (~kinetik@121.98.132.55) (Ping timeout: 252 seconds)
- # [14:24] * Joins: PalleZingmark (~Adium@217.13.228.226)
- # [14:25] * Joins: mishunov (~spliter@77.88.72.162)
- # [14:36] * Joins: erichynds (~ehynds@pool-71-184-234-218.bstnma.fios.verizon.net)
- # [14:41] * Joins: danbri (~danbri@cable-146-255-153-130.dynamic.telemach.ba)
- # [14:44] * Joins: smaug____ (~chatzilla@GGDCXI.gprs.sl-laajakaista.fi)
- # [14:47] <Velmont> sicking: Mozilla doesn't support lowerBoundOpen, fact or false?
- # [14:47] * Joins: woef (~woef@91.183.84.141)
- # [14:49] <woef> Weird question, but can you have two <header>s within an <article> or <section>?
- # [14:51] <Ms2ger> What's lowerBoundOpen?
- # [14:51] <Velmont> Ms2ger: Woops, IndexedDB, sorry :-)
- # [14:52] <Velmont> http://dvcs.w3.org/hg/IndexedDB/raw-file/tip/Overview.html#widl-IDBKeyRange-lowerBound-static-IDBKeyRange-any-bound-boolean-open
- # [14:52] <annevk> woef: i don't think it's forbidden
- # [14:52] <sicking> Velmont: outright lie
- # [14:52] <woef> Cool.
- # [14:52] <sicking> Velmont: :)
- # [14:53] <woef> Need it for a bad use case, but wireframes are already validated -_-
- # [14:53] <Velmont> sicking: Heh. OK. -- You see, I'm trying to understand how it works. And the implementation doesn't agree with me.
- # [14:53] <Velmont> (it seems, barring any bugs in my testing).
- # [14:54] <Velmont> [1, 2, 3] -> openCursor(lowerBound(1), false) would iterate 2 and 3. openCursor(lowerBound(1), true) would iterate 1, 2 and 3.
- # [14:54] <AryehGregor> RobbertAtWork, by "multiple selections" you mean "multi-range selections"? They definitely have use-cases, but they're evil anyway and we don't want them.
- # [14:55] <Velmont> sicking: Am I right in that? -- If so, I'm a bit at loss, because Mozilla seems to return the same no matter what I set "open" to do.
- # [14:55] <sicking> Velmont: i guess we might have bugs somewhere. Do you have a testcase?
- # [14:55] <RobbertAtWork> yeah that's what I meant, and that's fine with me
- # [14:56] <Velmont> sicking: Yep, - it's kinda in the middle of everything though, I can either make a small one, or I can upload what I've got now. It's part of a test suite.
- # [14:56] <Ms2ger> Upload it :)
- # [14:56] * Joins: kinetik (~kinetik@121.98.132.55)
- # [14:57] <sicking> Velmont: please file a bug in our bugzilla and attach a testcase. Should be an easy fix
- # [14:57] <sicking> Velmont: though if you want i can have a looksee at the testcase first
- # [14:58] <sicking> Velmont: huh?
- # [14:59] <sicking> Velmont: you mean openCursor(IDBKeyRange.lowerBound(1, false)), right?
- # [14:59] <sicking> Velmont: i have no idea what syntax you're using above
- # [15:00] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [15:00] <sicking> Velmont: also, i think you're getting the meaning of 'open' switched around
- # [15:01] <Velmont> sicking: http://test.s0.no/idb/extra/idbcursor-advance.htm
- # [15:02] <Velmont> Right now it's at the default (which should be false), but I've also tried with "cupcake", false, and true, -- still the same error, expecting pancake but getting cupcake.
- # [15:03] <sicking> Velmont: the default is false, which means that the range is inclusive
- # [15:04] <sicking> Velmont: i.e. the current testcase you have looks wrong to me
- # [15:04] * Quits: PalleZingmark (~Adium@217.13.228.226) (Quit: Leaving.)
- # [15:04] <sicking> Velmont: i would expect "cupcake" to be the first result
- # [15:04] <Velmont> OK, but having true still gives me pancake
- # [15:05] <sicking> Velmont: true should give pancake
- # [15:05] <sicking> Velmont: false should give cupcake
- # [15:06] <sicking> Velmont: using default should give cupcake
- # [15:07] <sicking> Velmont: so "OK, but having true still gives me pancake" doesn't sound like a bug to me
- # [15:08] <Velmont> sicking: I mean still gives me cupcake :-( I'm getting all confused what with all the cakes
- # [15:08] <Velmont> sicking: I changed it to true now, -- and still fails.
- # [15:09] <Velmont> Said like this: it always gives cupcake no matter what I write as open argument.
- # [15:09] <sicking> Velmont: your code is incorrect
- # [15:09] <sicking> .openCursor(IDBKeyRange.lowerBound("cupcake"), true);
- # [15:09] <sicking> should be
- # [15:09] <sicking> .openCursor(IDBKeyRange.lowerBound("cupcake", true));
- # [15:09] <Velmont> fsck
- # [15:10] <Velmont> OK. Good. Then I only have my understanding of the open-ness inverted. :-)
- # [15:11] <sicking> Velmont: you're welcome ;-)
- # [15:11] <annevk> wait in what way would the DRM proposal help with privacy?
- # [15:11] <annevk> I guess with laughable hsivonen meant bullshit?
- # [15:12] <annevk> hey sicking, kill DOMStringList! kill kill kill
- # [15:12] <sicking> i don't even remember what it is
- # [15:12] <sicking> oh, in indexeddb?
- # [15:12] <sicking> annevk: is DOMString[] equivalent?
- # [15:12] <sicking> annevk: i.e. does it return a live object?
- # [15:13] * sicking doesn't particularly care about liveness, but needs something well defined
- # [15:13] <annevk> sicking: if you say it's live it's live
- # [15:14] <sicking> annevk: so it's not the same as a JS-array containing DOMStrings then?
- # [15:14] <smaug____> http://blogs.msdn.com/b/wer/archive/2011/08/03/why-you-should-use-xmlhttprequest-asynchronously.aspx is interesting
- # [15:14] <smaug____> 8.4% is a lot
- # [15:14] <annevk> sicking: what is not the same?
- # [15:15] <annevk> sicking: DOMStringList is not necessarily live either, it all depends on what you say about it when you use it
- # [15:15] <annevk> DOMString[] can be both static and live afaik
- # [15:16] <sicking> annevk: a JS-Array can't be live
- # [15:16] <sicking> annevk: since we can't prevent mutations
- # [15:17] * Joins: davidb (~davidb@66.207.208.98)
- # [15:17] <annevk> Web IDL has readonly []
- # [15:17] <annevk> http://dev.w3.org/2006/webapi/WebIDL/#idl-array
- # [15:18] * Joins: MacTed (~Thud@63.119.36.36)
- # [15:20] * Quits: tomasf (~tomasf@77.72.97.5.c.fiberdirekt.net) (Quit: tomasf)
- # [15:21] * Quits: yutak (~yutak@2401:fa00:4:1004:baac:6fff:fe99:adfb) (Quit: Ex-Chat)
- # [15:21] <annevk> yeah so you get arrays with limitations: http://dev.w3.org/2006/webapi/WebIDL/#es-array
- # [15:25] * Joins: LBP (~Mirc@pD9EB165F.dip0.t-ipconnect.de)
- # [15:28] <Velmont> sicking: Hmmm. Reading the attribute lowerOpen I get the correct meaning. --- But the lowerBound() function says the opposite...
- # [15:29] <Velmont> So it's trying to confuse people. I'll open a bug. :)
- # [15:30] <sicking> Velmont: the text looks correct to me
- # [15:30] <sicking> Velmont: if you pass false we set lowerOpen to false, if you pass true we set lowerOpen to true
- # [15:31] <annevk> sicking: a response to http://lists.w3.org/Archives/Public/public-webapps/2012JanMar/0823.html would be nice too
- # [15:31] <sicking> Velmont: and lowerOpen says that false means the value is included
- # [15:31] <sicking> annevk: the change looks good to me, but I'd prefer to get smaugs input
- # [15:31] <annevk> k i'll ask him
- # [15:32] * Quits: smaug____ (~chatzilla@GGDCXI.gprs.sl-laajakaista.fi) (Ping timeout: 245 seconds)
- # [15:32] <Velmont> open - Is the lower-bound value included in the key range. Defaults to false.
- # [15:32] <sicking> Velmont: indeed
- # [15:32] <sicking> oh
- # [15:32] <Velmont> I'm parsing it differently :/
- # [15:33] <sicking> Velmont: i see, the text there is wrong yes
- # [15:33] <Velmont> yesssss
- # [15:33] <sicking> Velmont: i was looking at the definition for the lowerOpen attribute
- # [15:33] <Velmont> sicking: Yep, that one was correct.
- # [15:33] <sicking> Velmont: please file bug yes
- # [15:34] * Joins: chayin (quassel@nat/nokia/x-ghjdharherexufhw)
- # [15:34] * Quits: chayin_ (quassel@nat/nokia/x-umvlwcedpawoueme) (Ping timeout: 252 seconds)
- # [15:41] <AryehGregor> What are examples of integer-valued CSS properties other than z-index?
- # [15:42] <AryehGregor> I'm particularly interested in animatable ones.
- # [15:42] <AryehGregor> Hmm, column-count.
- # [15:45] <StoneCypher> counters in general
- # [15:45] <StoneCypher> like lists
- # [15:45] <StoneCypher> well i guess those aren't properties
- # [15:45] <annevk> counter-increment and such are
- # [15:45] * nonge_ is now known as nonge
- # [15:45] <annevk> AryehGregor: line-height
- # [15:45] * Quits: Areks (~Areks@rs.gridnine.com) (Ping timeout: 272 seconds)
- # [15:46] <AryehGregor> annevk, that's a <number> . . .
- # [15:46] <annevk> counter-increment isn't
- # [15:46] <annevk> counter-reset
- # [15:47] <AryehGregor> Right, but will we ever want to animate those?
- # [15:47] <annevk> orphans, widows...
- # [15:47] <annevk> doubt it
- # [15:47] <AryehGregor> With mq, how can I inspect a patch that's not applied, akin to hg log -r foo?
- # [15:47] <AryehGregor> Er, hg log -r foo -p?
- # [15:48] <AryehGregor> It's not applied, so it has no revision id and non-mq commands won't work.
- # [15:49] * AryehGregor waits for "look in the .hg directory"
- # [15:50] * AryehGregor does that
- # [15:53] * Quits: mishunov (~spliter@77.88.72.162) (Quit: mishunov)
- # [15:54] * Joins: smaug____ (~chatzilla@212-226-66-35-nat.elisa-mobile.fi)
- # [15:57] * Quits: timmywil (~timmywil@host-68-169-154-67.WISOLT2.epbfi.com) (Quit: Computer has gone to sleep.)
- # [15:58] * Joins: tomasf (~tomasf@static-88.131.62.36.addr.tdcsong.se)
- # [16:05] * Quits: Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Quit: Leaving)
- # [16:05] <annevk> http://en.wikipedia.org/wiki/Sony_formats o_O
- # [16:05] <StoneCypher> yeah
- # [16:06] <StoneCypher> sony's made a long and profitable history of custom media
- # [16:06] <StoneCypher> notice that their ps3 media is basically just repackaged sdhc, but it's form-factor incompatible, so they can sell it at 5x market price
- # [16:06] <StoneCypher> basically the same thing as memory stick, which was reorganized mmc
- # [16:06] <StoneCypher> that list is incomplete
- # [16:07] <StoneCypher> it only lists things that are solely sony
- # [16:07] <StoneCypher> they also did a lot of shared format work
- # [16:07] <StoneCypher> like cd was sony and philips magnavox
- # [16:14] * Quits: woef (~woef@91.183.84.141) (Ping timeout: 240 seconds)
- # [16:15] * Quits: zcorpan (~zcorpan@c-699de355.410-6-64736c14.cust.bredbandsbolaget.se) (Quit: zcorpan)
- # [16:15] <Ms2ger> Lovely: http://www.ipetitions.com/petition/html-version-of-ecmascript-5-now/
- # [16:16] * Joins: timmywil (~timmywil@host-68-169-175-226.WISOLT2.epbfi.com)
- # [16:16] * Quits: foolip (~philip@node-7lfbarczhfg6qsa4i.a0.ipv6.opera.com) (Ping timeout: 272 seconds)
- # [16:17] * Quits: sicking (~chatzilla@154-93.80-90.static-ip.oleane.fr) (Ping timeout: 252 seconds)
- # [16:17] * Joins: danbri_ (~danbri@cable-146-255-153-130.dynamic.telemach.ba)
- # [16:17] * Quits: danbri (~danbri@cable-146-255-153-130.dynamic.telemach.ba) (Ping timeout: 240 seconds)
- # [16:19] <divya> hsivonen: w.r.t tweets, my point of view was the primary goal of that interface was to tell outright if some type is definitely not playable, is that incorrect?
- # [16:19] <hsivonen> divya: it's mainly to give something to people who want to know what can't be known
- # [16:20] <gsnedders> Ms2ger: The previous issue mentioned was managing to meet the ECMA publishing guidelines while producing a good HTML copy from the same source.
- # [16:20] <hsivonen> divya: but your framing is correct in practice
- # [16:20] <Ms2ger> Prince?
- # [16:20] <gsnedders> And the general attitude was that changing the publishing guidelines was about as hard as W3C Process
- # [16:20] <gsnedders> Ms2ger: I don't know, I presume it could be done, but it might need a fair bit of preprocessing and the like to pull-off.
- # [16:20] <hsivonen> Prince++
- # [16:21] <divya> hsivonen: :)) in that case I think the api needs to be optimized for that practice, maybe/probably optimizes for the reverse case leading to even more confusion.
- # [16:22] <divya> hsivonen: my thought was it should be IsUnplayable() and return true or false. so we know true means it definitely cannot be played. false means needs more testing.
- # [16:22] <annevk> TC39 should just move into the W3C
- # [16:22] <Ms2ger> How about WHATWG? :)
- # [16:23] <annevk> there's no need for ECMA
- # [16:23] <annevk> Ms2ger: I reckon W3C is an easier sell, although it may have to be over Bert's dead body or something
- # [16:24] <akamike> WHATWGScript - sounds less like a skin condition
- # [16:26] * jgraham can hear it now... "You want me to program in WHATScript?"
- # [16:26] * Quits: necolas (~necolas@109.231.202.66) (Read error: Connection reset by peer)
- # [16:27] * Joins: necolas (~necolas@109.231.202.66)
- # [16:27] <annevk> "WHATScript is crazy!" "WHATScript is crazy?" "WHATScript!" "Euh."
- # [16:27] <wilhelm> Too bad this isn't a task force. WTFScript would be a much more appropriate name.
- # [16:27] * Quits: necolas (~necolas@109.231.202.66) (Read error: Connection reset by peer)
- # [16:27] <annevk> you mean like http://whattf.org/ ?
- # [16:27] <gsnedders> annevk: The problem is ECMA own the spec
- # [16:28] * Joins: necolas (~necolas@109.231.202.66)
- # [16:28] <wilhelm> Yes.
- # [16:28] <gsnedders> And I doubt anybody wants to rewrite it.
- # [16:29] <jgraham> We will put AryehGregor on that just after he rewrites CSS from scratch
- # [16:29] <gsnedders> There's not much need to rewrite it, though
- # [16:30] <AryehGregor> ES5 is actually pretty good AFAICT.
- # [16:30] <jgraham> It's fine
- # [16:30] <jgraham> It's just in PDF format and owned by ECMA
- # [16:30] <StoneCypher> i like pdfs.
- # [16:30] <annevk> gsnedders: not sure that's what's holding everything back
- # [16:30] * slightlyoff_afk is now known as slightlyoff
- # [16:30] <StoneCypher> they're a reliable target for complex rendering.
- # [16:31] <jgraham> If only what we had was a need for complex rendering rather than a need for hyperlinks and non-sucky search
- # [16:31] * StoneCypher has that need.
- # [16:31] <StoneCypher> so
- # [16:31] * StoneCypher shrugs
- # [16:32] * Joins: PalleZingmark (~Adium@217.13.228.226)
- # [16:32] <jgraham> In the ECMAScript spec?
- # [16:32] <StoneCypher> oh. no.
- # [16:32] * Joins: ehsan (~ehsan@209.29.21.241)
- # [16:32] <StoneCypher> sorry, i didn't mean "i think pdf is good for that case"
- # [16:32] <StoneCypher> i just like pdf.
- # [16:32] <StoneCypher> because it lets me print silly shit on amazon and cafepress that wouldn't be realistic otherwise.
- # [16:32] <annevk> gsnedders: at least I never heard that given as a reason before
- # [16:33] <gsnedders> annevk: It came up on es-discuss before. The reason is ECMA publishing policies. If someone wants to convert the current draft and make some stylesheet/processing that makes it follow ECMA publishing rules, then there's no objection.
- # [16:34] <annevk> I meant about leaving ECMA
- # [16:34] <gsnedders> annevk: Ah.
- # [16:34] <gsnedders> Well, it's a practical concern.
- # [16:34] <Ms2ger> gsnedders, are those policies public?
- # [16:34] <gsnedders> I don't know most of the real internal politics.
- # [16:34] <gsnedders> Ms2ger: I don't think so.
- # [16:34] <gsnedders> Ms2ger: Certainly I've never seen them.
- # [16:35] <Velmont> Always helpful standards bodies.
- # [16:36] <RobbertAtWork> http://es5.github.com/
- # [16:36] * Quits: ehsan (~ehsan@209.29.21.241) (Remote host closed the connection)
- # [16:36] <Velmont> RobbertAtWork: Can't link to that from specs.
- # [16:36] <RobbertAtWork> Velmont: I see
- # [16:37] <gsnedders> RobbertAtWork: The concern is ECMA publications, not in general.
- # [16:37] <hsivonen> Velmont: I bet you could link to that from html5.org or whatwg.org specs
- # [16:38] <AryehGregor> Velmont, I link to it from specs.
- # [16:38] <AryehGregor> Specifically, my Editing CG spec.
- # [16:38] <AryehGregor> Which is W3C-hosted, although it's not a W3C spec, or somesuch.
- # [16:39] <Velmont> AryehGregor: Oh great. Think it's possible to sneak it into W3C hosted specs such as IndexedDB etc also?
- # [16:39] <Ms2ger> Unlikely
- # [16:40] <AryehGregor> Velmont, it's probably not going to get into a REC-track spec without someone objecting (if they notice).
- # [16:40] <AryehGregor> My editing spec isn't REC-track.
- # [16:40] <AryehGregor> It's a CG spec.
- # [16:40] <AryehGregor> So I can ignore all process.
- # [16:41] <Velmont> Yep. Thought so :] So it would be very helpful to get a canonical, official HTML version that can be linky-linked.
- # [16:41] * Joins: plutoniix (~plutoniix@101.108.121.123)
- # [16:41] <AryehGregor> You could give it as an informative reference.
- # [16:42] <AryehGregor> I assume.
- # [16:42] <AryehGregor> I don't think those have to be stable or "official".
- # [16:42] <Ms2ger> Oh?
- # [16:42] <StoneCypher> it's not clear to me how much chatty stuff is desired here. i stumbled across a startlingly high quality non-germane tech talk video. should i crosspaste it here?
- # [16:42] <StoneCypher> one of those "everybody should see this" things.
- # [16:42] <Velmont> What is non-germane?
- # [16:42] <AryehGregor> Do they?
- # [16:42] <AryehGregor> I don't know.
- # [16:42] <Ms2ger> We can't publish DOM4 with an informative reference to WHATWG HTML
- # [16:42] <StoneCypher> has nothing to do with whatwg
- # [16:43] <StoneCypher> at all
- # [16:43] <gsnedders> The official answer is this is a social channel, where we happen to end up talking about HTML5 a lot.
- # [16:43] <AryehGregor> Well, the W3C has a political ax to grind against WHATWG HTML.
- # [16:43] <annevk> StoneCypher: everything goes until someone asks you to stop
- # [16:43] <annevk> StoneCypher: I sometimes chat about grocery shopping for instance :)
- # [16:43] <StoneCypher> okay :) i found this mind blowing. the first five minutes are boring as hell and i almost gave up on it, but once he gets rolling, holy crap. http://vimeo.com/36579366
- # [16:43] <AryehGregor> StoneCypher, I suspect people will get annoyed if any given person's ratio of useful to non-useful topics gets too low.
- # [16:44] <StoneCypher> basically he's talking about applying a concrete specific bifurcating principle globally
- # [16:44] <AryehGregor> Regulars will sometimes chat about random stuff, but it's predominantly work-related.
- # [16:44] <StoneCypher> which sounds dreary
- # [16:44] <StoneCypher> but when he shows how his choice of principle started driving him to make useful new tools
- # [16:44] <Velmont> StoneCypher: Oh yes. I saw that a week ago. Very nice. Sent it to some friends.
- # [16:44] <StoneCypher> the tools he actually made are stunning to me
- # [16:44] <StoneCypher> just stunning
- # [16:44] * Quits: nonge (~nonge@p5082A522.dip.t-dialin.net) (Quit: Verlassend)
- # [16:44] <StoneCypher> Velmont: i'm currently trying to figure out how to make his js live view thing for erlang
- # [16:45] <StoneCypher> Want So Badly (tm)
- # [16:46] <gsnedders> AryehGregor: I scarcely talk on topic, to be fair! :P
- # [16:46] * Quits: tantek (~tantek@70-36-139-112.dsl.dynamic.sonic.net) (Ping timeout: 276 seconds)
- # [16:46] <StoneCypher> huhu
- # [16:46] <StoneCypher> i'll try to keep it rare.
- # [16:47] * Joins: chriseppstein (~chrisepps@209.119.65.162)
- # [16:48] <AryehGregor> StoneCypher, I admit that I personally always considered your off-topic posting to be too frequent in #mediawiki, but I have a lot less clout here than I used to there, so here it really depends more what other people think.
- # [16:48] <Ms2ger> gsnedders, well, you're the youngest around :)
- # [16:48] * AryehGregor guesses he's middle-aged in this group
- # [16:49] <gsnedders> Ms2ger: And it's not as if there isn't plenty else discussed here, or as if I'm not a regular who has discussed plenty of on-topic stuff before.
- # [16:49] <gsnedders> And I seem to be the go-to JS guy :P
- # [16:49] <StoneCypher> AryehGregor: ... i barely spoke in #mediawiki; i think you might have me swapped with someone else.
- # [16:49] <jgraham> gsnedders: We are all just scared that if we don't leave you alone you will start playing loud emo music
- # [16:49] * Quits: smaug____ (~chatzilla@212-226-66-35-nat.elisa-mobile.fi) (Ping timeout: 252 seconds)
- # [16:49] <AryehGregor> I know you barely spoke there, but I felt like it was mostly off-topic, so it annoyed me anyway. Maybe I'm easily annoyed, though.
- # [16:50] <StoneCypher> AryehGregor: almost the only time i talked in that channel was when I was talking to someone I'd lost touch with elsewhere
- # [16:50] <AryehGregor> Anyway, doesn't matter. Do as you will, don't mind me.
- # [16:50] <gsnedders> jgraham: Well, I think we're alone now…
- # [16:50] <gsnedders> Oh, wait, that's not emo.
- # [16:50] <gsnedders> Sorry, I'm not 14.
- # [16:50] <Ms2ger> gsnedders, where "we" is you and your other identity?
- # [16:50] <annevk> damn it gsnedders why do you grow up?
- # [16:51] * StoneCypher can't remember what nick they used in that channel (one of those new-nick-every-thursday types.) Kate something.
- # [16:51] <AryehGregor> River Tarnell, a.k.a. Kate Turner?
- # [16:51] <StoneCypher> yes, kate turner
- # [16:52] <StoneCypher> sorry, i knew river under the previous name
- # [16:52] <AryehGregor> A.k.a. flyingparchment, and about nine other nicks that I forget?
- # [16:52] <annevk> I wonder if gsnedders is still the youngest (cf http://www.flickr.com/photos/gsnedders/2964101064/ )
- # [16:52] <AryehGregor> River Tarnell is his real name, Kate Turner was an adopted persona.
- # [16:52] <StoneCypher> ah, you know he's a he
- # [16:52] <StoneCypher> yes, i knew him under his birth name, from before any of that started, from efnet #c++
- # [16:52] <gsnedders> annevk: I dunno, I'm certainly still youngest at Opera…
- # [16:52] <gsnedders> Ms2ger: Maybe. No comment.
- # [16:53] <StoneCypher> it's sort of hard to know what i'm supposed to be open about with regards to him :)
- # [16:53] <StoneCypher> anyway
- # [16:53] <StoneCypher> he's brilliant if you get to know him, so finding him in #mediawiki was a blast
- # [16:53] * Joins: miketaylr (~miketaylr@cpe-68-203-0-108.austin.res.rr.com)
- # [16:53] * Quits: miketaylr (~miketaylr@cpe-68-203-0-108.austin.res.rr.com) (Client Quit)
- # [16:54] <wilhelm> annevk: The note on that picture is excellent.
- # [16:57] <annevk> haha
- # [16:57] <annevk> missed that
- # [16:57] <Ms2ger> Finally!
- # [16:58] * Velmont found an unused exercise ball and took it to his office. yay
- # [16:59] <Ms2ger> Be warned, Opera people
- # [17:01] * Joins: ehsan (~ehsan@66.207.208.98)
- # [17:02] * Joins: ksweeney (~Kevin_Swe@nyv-exweb.iac.com)
- # [17:02] * Joins: smaug____ (~chatzilla@193-64-22-70-nat.elisa-mobile.fi)
- # [17:04] * Joins: miketaylr (~miketaylr@cpe-68-203-0-108.austin.res.rr.com)
- # [17:05] * Quits: maikmerten (~merten@ls5dhcp200.cs.uni-dortmund.de) (Read error: Connection reset by peer)
- # [17:09] * Quits: PalleZingmark (~Adium@217.13.228.226) (Quit: Leaving.)
- # [17:12] <annevk> https://bitbucket.org/ms2ger/dom-core/changeset/193f1831efe0
- # [17:12] <annevk> Introduction to "The DOM"
- # [17:13] <annevk> http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#introduction-to-the-dom
- # [17:14] * Quits: mhausenblas (~mhausenbl@wlan-nat.fwgal01.deri.ie) (Quit: brb)
- # [17:19] * Quits: smaug____ (~chatzilla@193-64-22-70-nat.elisa-mobile.fi) (Ping timeout: 244 seconds)
- # [17:24] * Joins: Areks (~Areks@rs.gridnine.com)
- # [17:28] * Joins: Zauberfisch__ (Zauberfisc@venus.zauberfisch.at)
- # [17:31] * Quits: Zauberfisch_ (Subject619@venus.zauberfisch.at) (Ping timeout: 244 seconds)
- # [17:33] * Joins: silentimp (~silentimp@176-10-133-95.pool.ukrtel.net)
- # [17:34] * Quits: danbri_ (~danbri@cable-146-255-153-130.dynamic.telemach.ba) (Ping timeout: 244 seconds)
- # [17:35] * Joins: danbri (~danbri@cable-146-255-153-130.dynamic.telemach.ba)
- # [17:37] * Quits: danbri (~danbri@cable-146-255-153-130.dynamic.telemach.ba) (Excess Flood)
- # [17:42] * Joins: danbri (~danbri@cable-146-255-153-130.dynamic.telemach.ba)
- # [17:43] * Quits: silentimp (~silentimp@176-10-133-95.pool.ukrtel.net) (Read error: Connection reset by peer)
- # [17:44] * Joins: danbri_ (~danbri@cable-146-255-153-130.dynamic.telemach.ba)
- # [17:44] * Quits: danbri (~danbri@cable-146-255-153-130.dynamic.telemach.ba) (Read error: Connection reset by peer)
- # [17:52] * Quits: tomasf (~tomasf@static-88.131.62.36.addr.tdcsong.se) (Quit: tomasf)
- # [17:56] * Joins: silentimp (~silentimp@124-134-132-95.pool.ukrtel.net)
- # [18:00] * Joins: danielfilho (~daniel@187.31.77.7)
- # [18:02] * Joins: smaug____ (~chatzilla@193-64-22-43-nat.elisa-mobile.fi)
- # [18:08] * Joins: Zauberfisch_ (Zauberfisc@venus.zauberfisch.at)
- # [18:11] * Quits: Zauberfisch__ (Zauberfisc@venus.zauberfisch.at) (Ping timeout: 240 seconds)
- # [18:17] * jernoble|afk is now known as jernoble
- # [18:23] * Joins: Maurice` (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
- # [18:23] * Quits: Zauberfisch_ (Zauberfisc@venus.zauberfisch.at) (Quit: Leaving)
- # [18:23] * Joins: Zauberfisch (Zauberfisc@venus.zauberfisch.at)
- # [18:29] * Quits: smaug____ (~chatzilla@193-64-22-43-nat.elisa-mobile.fi) (Ping timeout: 252 seconds)
- # [18:29] * Quits: richt (richt@nat/opera/x-ndmkdqmyiubmyqsv) (Remote host closed the connection)
- # [18:39] * Quits: silentimp (~silentimp@124-134-132-95.pool.ukrtel.net) (Ping timeout: 276 seconds)
- # [18:40] * Joins: svl (~me@89.128.148.64)
- # [18:41] * Joins: tantek (~tantek@70-36-139-112.dsl.dynamic.sonic.net)
- # [18:43] * Joins: ezoe (~ezoe@203-140-89-103f1.kyt1.eonet.ne.jp)
- # [18:44] * Quits: plutoniix (~plutoniix@101.108.121.123) (Quit: Leaving)
- # [18:44] * jernoble is now known as jernoble|afk
- # [18:44] * Joins: silentimp (~silentimp@117-250-133-95.pool.ukrtel.net)
- # [18:48] * jernoble|afk is now known as jernoble
- # [18:52] * Joins: davidwalsh (~davidwals@75-135-74-55.dhcp.mdsn.wi.charter.com)
- # [18:54] * Joins: pablof (~pablof@c-98-207-157-89.hsd1.ca.comcast.net)
- # [18:55] * AryehGregor remembers that the editing spec gives him a headache
- # [18:55] * Joins: maikmerten (~maikmerte@port-92-201-203-137.dynamic.qsc.de)
- # [18:55] <AryehGregor> Far too complicated.
- # [18:55] <AryehGregor> Spec work is hard.
- # [18:55] * AryehGregor guesses he likes small, self-contained problems, but . . .
- # [18:56] <AryehGregor> Someone has to do it.
- # [19:02] * Joins: drublic (~drublic@p54AE0E24.dip0.t-ipconnect.de)
- # [19:04] * danbri_ is now known as danbri
- # [19:08] * Joins: saba (~foo@unaffiliated/saba)
- # [19:09] <AryehGregor> There's no easy way for a script that's submitting a big POST to gzip it, is there?
- # [19:09] <AryehGregor> Or otherwise compress it?
- # [19:09] <AryehGregor> HTTP should be able to do that transparently in theory, right?
- # [19:11] * Quits: necolas (~necolas@109.231.202.66) (Remote host closed the connection)
- # [19:12] * Quits: jernoble (~jernoble@2620:149:4:1b01:612e:b994:df91:8a98) (Quit: jernoble)
- # [19:14] * Quits: chriseppstein (~chrisepps@209.119.65.162) (Quit: chriseppstein)
- # [19:15] * Quits: TobiX (tobias@zoidberg.org) (Remote host closed the connection)
- # [19:15] * Quits: Scorchin (u1242@gateway/web/irccloud.com/x-zwdflxecmlwoeljq) (Ping timeout: 240 seconds)
- # [19:15] * Quits: dglazkov (u4270@gateway/web/irccloud.com/x-qxvqitoxczuofhfc) (Ping timeout: 244 seconds)
- # [19:15] * Quits: matijsb (u2278@gateway/web/irccloud.com/x-gqcnokfnmblbjcwy) (Ping timeout: 244 seconds)
- # [19:15] * Quits: boblet (u1921@gateway/web/irccloud.com/x-qffcqktvyjixsndu) (Ping timeout: 245 seconds)
- # [19:16] * Joins: boblet (u1921@gateway/web/irccloud.com/x-dybhlfiotqpyclxi)
- # [19:17] * Joins: dglazkov (u4270@gateway/web/irccloud.com/x-nzhfvilyaotwjoxh)
- # [19:18] * Quits: divya__ (~divya__@ve.hsh6wjwx.vesrv.com) (Quit: ZNC - http://znc.sourceforge.net)
- # [19:20] * Joins: matijsb (u2278@gateway/web/irccloud.com/x-zikagusxnlxkijon)
- # [19:20] * Quits: akamike (u5089@gateway/web/irccloud.com/x-uuvlefxhvoddqsek) (Read error: Operation timed out)
- # [19:20] * Joins: akamike (u5089@gateway/web/irccloud.com/x-txayfjqwsbskqfgp)
- # [19:20] * Joins: TobiX (tobias@zoidberg.org)
- # [19:20] * Quits: remysharp (u4345@gateway/web/irccloud.com/x-olsurarqghppuwwr) (Max SendQ exceeded)
- # [19:21] <ksweeney> Not sure on the base HTTP side of things, but I remember seeing a JS library that would compress files locally before posting. Think that might rely on the File API though (not sure what your support needs are)
- # [19:24] <ksweeney> http://jszip.stuartk.co.uk/
- # [19:24] <zewt_> AryehGregor: transfer-encoding
- # [19:24] * zewt_ is now known as zewt
- # [19:24] <AryehGregor> zewt, yes, but how can you get that from JS when posting a form?
- # [19:25] <AryehGregor> Or can you get it with XHR but not forms? Or neither?
- # [19:25] <AryehGregor> ksweeney, I only need to support latest Chrome and Firefox.
- # [19:25] <AryehGregor> Meaning Chrome dev, and mozilla-central.
- # [19:25] <AryehGregor> (so different definitions of "latest" here)
- # [19:27] * Joins: ap (~ap@2620:149:4:1b01:6428:37c:46e8:5091)
- # [19:27] * Parts: ksweeney (~Kevin_Swe@nyv-exweb.iac.com)
- # [19:28] * paul_irish is now known as paul_irish_
- # [19:40] * Joins: chriseppstein (~chrisepps@209.119.65.162)
- # [19:43] * Quits: silentimp (~silentimp@117-250-133-95.pool.ukrtel.net) (Quit: silentimp)
- # [19:45] <zewt> AryehGregor: it should just always happen if supported
- # [19:45] <AryehGregor> zewt, does it actually, though?
- # [19:45] * AryehGregor could test, of course
- # [19:48] * Joins: remysharp (u4345@gateway/web/irccloud.com/x-ksgrkqvqezqzbhtd)
- # [19:51] * Joins: jamesr (jamesr@nat/google/x-spqlrvzzgniplhth)
- # [19:51] * gavin____ is now known as gavin
- # [19:52] * Quits: gavin (gavin@people.mozilla.com) (Changing host)
- # [19:52] * Joins: gavin (gavin@firefox/developer/gavin)
- # [19:52] <AryehGregor> Nope, doesn't seem to happen (at least in Chrome).
- # [19:58] * Joins: dbaron (~dbaron@nat/mozilla/x-tntirfrnjjiqwbcw)
- # [20:08] * Quits: jacobolus (~jacobolus@50-0-133-210.dsl.static.sonic.net) (Remote host closed the connection)
- # [20:10] * Joins: snowfox (~benschaaf@c-98-243-88-119.hsd1.mi.comcast.net)
- # [20:10] * Quits: svl (~me@89.128.148.64) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [20:24] * Quits: maikmerten (~maikmerte@port-92-201-203-137.dynamic.qsc.de) (Quit: Leaving)
- # [20:28] * Joins: niloy (~niloy@112.79.132.154)
- # [20:31] * Quits: gavinc (~gavin@barad-dur.carothers.name) (Remote host closed the connection)
- # [20:32] * Joins: jernoble (~jernoble@17.212.152.13)
- # [20:33] * Quits: RobbertAtWork (~Robbert@a83-160-99-114.adsl.xs4all.nl) (Quit: RobbertAtWork)
- # [20:41] * Joins: necolas (~necolas@5e0c715f.bb.sky.com)
- # [20:44] * Joins: othermaciej (~mjs@17.245.89.114)
- # [20:45] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: :tiuQ tiuq sah woclrak)
- # [20:46] * Joins: gavinc (~gavin@barad-dur.carothers.name)
- # [20:51] * Joins: jarek (~jarek@unaffiliated/jarek)
- # [20:55] * Quits: myakura (~myakura@FL1-110-233-178-43.tky.mesh.ad.jp) (Remote host closed the connection)
- # [21:02] * jernoble is now known as jernoble|afk
- # [21:02] * jernoble|afk is now known as jernoble
- # [21:06] * Joins: jwalden (~waldo@2620:101:8003:200:224:d7ff:fef0:8d90)
- # [21:11] * Joins: Bass10 (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
- # [21:12] * Quits: Bass10 (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Max SendQ exceeded)
- # [21:12] * Joins: Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
- # [21:19] * Joins: rniwa (rniwa@nat/google/x-iyjthqytbysqbsls)
- # [21:22] * Joins: othermaciej_ (~mjs@2620:149:4:1b01:3594:915f:bb67:89f7)
- # [21:23] * Quits: othermaciej (~mjs@17.245.89.114) (Quit: othermaciej)
- # [21:23] * othermaciej_ is now known as othermaciej
- # [21:30] * Quits: graememcc (~chatzilla@host86-150-157-88.range86-150.btcentralplus.com) (Quit: ChatZilla 0.9.88 [Firefox 10.0.2/20120216081259])
- # [21:31] * Quits: dcheng (~dcheng@74.125.59.73) (Quit: leaving)
- # [21:32] * Quits: davidwalsh (~davidwals@75-135-74-55.dhcp.mdsn.wi.charter.com) (Quit: davidwalsh)
- # [21:32] * Quits: Druid_ (~Druid@p5B137D7D.dip.t-dialin.net)
- # [21:34] * Joins: dcheng (~dcheng@74.125.59.65)
- # [21:36] * Quits: niloy (~niloy@112.79.132.154) (Read error: Connection reset by peer)
- # [21:38] * Quits: dcheng (~dcheng@74.125.59.65) (Client Quit)
- # [21:39] * Joins: dcheng (~dcheng@74.125.59.73)
- # [21:40] * Quits: dcheng (~dcheng@74.125.59.73) (Client Quit)
- # [21:40] * Quits: othermaciej (~mjs@2620:149:4:1b01:3594:915f:bb67:89f7) (Read error: Connection reset by peer)
- # [21:40] * Joins: othermaciej (~mjs@2620:149:4:1b01:3594:915f:bb67:89f7)
- # [21:41] * Quits: othermaciej (~mjs@2620:149:4:1b01:3594:915f:bb67:89f7) (Client Quit)
- # [21:54] * Joins: RobbertAtWork (~Robbert@a83-160-99-114.adsl.xs4all.nl)
- # [21:54] <AryehGregor> Blech, my execCommand() test data is 4.8M. :(
- # [21:55] * AryehGregor should think about if it's possible to reduce that for the future . . .
- # [22:03] <Philip`> AryehGregor: "less .hg/patches/foo" is what I always use
- # [22:08] * Quits: davidb (~davidb@66.207.208.98) (Quit: davidb)
- # [22:14] <Ms2ger> Any Opera people around who feel like poking at DSK-358181?
- # [22:17] * Joins: tomasf (~tom@2002:55e5:dbb7:0:d97d:6ab:8fa0:9d4d)
- # [22:19] <rniwa> AryehGregor: thanks for those spec cahnges!
- # [22:20] <rniwa> AryehGregor: I think we're gonna make those changes in near future :)
- # [22:21] * Quits: erichynds (~ehynds@pool-71-184-234-218.bstnma.fios.verizon.net)
- # [22:23] * Quits: saba (~foo@unaffiliated/saba) (Quit: leaving)
- # [22:24] <TabAtkins> heycam|away: I didn't understand a single part of your email about named properties.
- # [22:24] * Quits: gavinc (~gavin@barad-dur.carothers.name) (Remote host closed the connection)
- # [22:24] <TabAtkins> heycam|away: I'm not sure how I managed that.
- # [22:25] <TabAtkins> Wait, hm.
- # [22:29] * Joins: karega (~karegaani@64.124.202.222)
- # [22:33] * Quits: madcow (madcow@202.296.dsl.mel.iprimus.net.au)
- # [22:36] * Joins: othermaciej (~mjs@2620:149:4:1b01:b043:758d:9c6c:7a04)
- # [22:37] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [22:39] * Quits: snowfox (~benschaaf@c-98-243-88-119.hsd1.mi.comcast.net) (Quit: snowfox)
- # [22:40] * Joins: marcoos (~marcoos@81-186-224-1.cityconnect.pl)
- # [22:43] * Quits: RobbertAtWork (~Robbert@a83-160-99-114.adsl.xs4all.nl) (Quit: RobbertAtWork)
- # [22:43] * Joins: snowfox (~benschaaf@c-98-243-88-119.hsd1.mi.comcast.net)
- # [22:47] * Quits: dbaron (~dbaron@nat/mozilla/x-tntirfrnjjiqwbcw) (Ping timeout: 244 seconds)
- # [22:48] * Quits: jarek (~jarek@unaffiliated/jarek) (Quit: jarek)
- # [22:48] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [22:52] * Joins: ksweeney (~Kevin_Swe@nyv-exweb.iac.com)
- # [22:56] * Quits: skylamer` (cgskylamer@78.90.213.55)
- # [23:01] <Ms2ger> TabAtkins, easy solution, document those areas :)
- # [23:01] * Quits: MacTed (~Thud@63.119.36.36)
- # [23:03] * Quits: othermaciej (~mjs@2620:149:4:1b01:b043:758d:9c6c:7a04) (Quit: othermaciej)
- # [23:07] <TabAtkins> Ms2ger: Indeed.
- # [23:07] <Ms2ger> And thank you
- # [23:07] <TabAtkins> Ms2ger: Now we have another hard problem: finding time to do so.
- # [23:07] <TabAtkins> You're welcome, but for what?
- # [23:08] <Ms2ger> Fixing everything
- # [23:08] <TabAtkins> I haven't fixed *everything* yet. There's still world hunger.
- # [23:08] <TabAtkins> But I'm glad you believe in me.
- # [23:09] <Ms2ger> Hrm
- # [23:09] <Ms2ger> World hunger or the box model...
- # [23:09] <Ms2ger> Go for the box model, please :)
- # [23:10] <TabAtkins> I think there's about a billion hungry people that would disagree with you.
- # [23:10] <TabAtkins> But I'll probably do what you say instead.
- # [23:17] * Parts: ksweeney (~Kevin_Swe@nyv-exweb.iac.com)
- # [23:17] * Joins: ksweeney (~Kevin_Swe@nyv-exweb.iac.com)
- # [23:19] * Quits: Ms2ger (~Ms2ger@91.181.18.122) (Quit: nn)
- # [23:22] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: :tiuQ tiuq sah woclrak)
- # [23:26] * Joins: dbaron (~dbaron@nat/mozilla/x-rsgfuanvlghweshj)
- # [23:29] * Quits: miketaylr (~miketaylr@cpe-68-203-0-108.austin.res.rr.com) (Quit: Leaving...)
- # [23:35] * Joins: jacobolus (~jacobolus@50-0-133-210.dsl.static.sonic.net)
- # [23:39] * Joins: nonge (~nonge@p5082A522.dip.t-dialin.net)
- # [23:48] * Joins: RobbertAtWork (~Robbert@a83-160-99-114.adsl.xs4all.nl)
- # [23:49] * Joins: davidb (~davidb@65.93.94.10)
- # [23:55] * Quits: timmywil (~timmywil@host-68-169-175-226.WISOLT2.epbfi.com) (Quit: Computer has gone to sleep.)
- # [23:59] * Joins: othermaciej (~mjs@2620:149:4:1b01:38e2:1137:ebb5:d5e6)
- # Session Close: Sat Feb 25 00:00:00 2012
The end :)