Options:
- # Session Start: Thu Aug 14 00:00:01 2014
- # Session Ident: #whatwg
- # [00:08] * Joins: newtron_work (~newtron@199.71.174.204)
- # [00:11] * Quits: bholley (~bholley@199.73.115.45) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [00:11] * Quits: newtron_ (~newtron@199.71.174.203) (Ping timeout: 240 seconds)
- # [00:12] * Quits: newtron_work (~newtron@199.71.174.204) (Ping timeout: 240 seconds)
- # [00:13] * Krinkle|detached is now known as Krinkle
- # [00:16] * Joins: othermaciej (~mjs@17.114.218.77)
- # [00:17] * Quits: Maurice` (copyman@5ED5617C.cm-7-6b.dynamic.ziggo.nl)
- # [00:17] * Joins: bholley (~bholley@199.73.115.45)
- # [00:21] <Hixie_> jorendorff: also, what is "name" in 15.2.5.2.2 AddLoadToLinkSet(linkSet, load) Abstract Operation 3.c.i.1 ?
- # [00:25] * Quits: Smylers (~smylers@host86-163-17-51.range86-163.btcentralplus.com) (Quit: Leaving.)
- # [00:28] * Quits: nunnun (~hiro@2001:200:164:48:20c:29ff:fe02:11d2) (Ping timeout: 260 seconds)
- # [00:32] * Joins: boogyman (~boogyman@pdpc/supporter/professional/boogyman)
- # [00:35] * Hixie_ files 8 spec bugs for Modules
- # [00:35] <MikeSmith> about "if you give any kind of rationale or even description of what something does, someone will interpret that as normative and do something stupid with it" I think there's a lot to be said for choosing to adopt that and being consistent about not deviating from it
- # [00:35] <Hixie_> yeah except there's still some notes and stuff in the ES spec
- # [00:35] <Hixie_> just search for "NOTE"
- # [00:35] <MikeSmith> ah ok
- # [00:36] <Hixie_> (plus it makes the spec unreadable)
- # [00:36] <MikeSmith> a lot of things seem to make the ES spec unreadable for most people
- # [00:36] <MikeSmith> it's pretty clearly not meant to be read by most people
- # [00:36] <MikeSmith> Hixie_: but that said, you're not most people
- # [00:37] <MikeSmith> and if it's unreadable for you, that's a problem
- # [00:37] <Hixie_> MikeSmith: http://www.gliffy.com/go/publish/6040024
- # [00:38] <MikeSmith> Hixie_: I think even with the WHATWG HTML we have plenty of examples of people mis-interpreting non-normative parts as normative -- and mis-interpreting the document-conformance requirements as UA conformance requirements
- # [00:38] <Hixie_> jorendorff: so, is "deps" (returned from the "instantiate" hook") intentionally supposed to be not checked as being a string? is that how i'm supposed to send metadata from "instantiate" to "normalize"?
- # [00:38] * MikeSmith looks
- # [00:38] <Hixie_> MikeSmith: oh yeah no kidding
- # [00:38] <MikeSmith> Hixie_: ah yeah I had seen that diagram
- # [00:38] <MikeSmith> Hixie_: please don't show that diagram to other people :)
- # [00:39] <Hixie_> hah
- # [00:39] <MikeSmith> it's too scary
- # [00:39] <Hixie_> it has massively helped in my understanding of the spec
- # [00:39] <MikeSmith> glad for that at least
- # [00:39] <Hixie_> specifically, being able to follow the promise chain (which isn't explicitly in the spec anywhere)
- # [00:39] <MikeSmith> a h yeah
- # [00:39] <Hixie_> (and which traverses the spec in a completely different order than the spec's explicit internal calls)
- # [00:40] <MikeSmith> I have been following some of your comments and questions here on IRC about the promise-chain stuff
- # [00:40] <Hixie_> looks like Reflect.Loader.prototype.define() doesn't let you use a non-string name...
- # [00:41] <MikeSmith> Hixie_: my main feeling from reading your questions and the responses here is, glad it's you and not me :)
- # [00:41] <Hixie_> heh
- # [00:41] * Joins: nunnun (~hiro@2001:200:164:48:20c:29ff:fe02:11d2)
- # [00:41] <boogyman> haha
- # [00:43] <MikeSmith> anyway, I think given that we're working in an interactive medium, we could take more advantage of the interactivity as far is presenting the non-normative parts to readers -- through more use of pop-ups, etc.
- # [00:43] <MikeSmith> e.g., make the non-normative stuff into annotations
- # [00:43] <boogyman> MikeSmith: just hope that anyone of value that needs that img isn't color blind
- # [00:44] <MikeSmith> the annotations approach is what I tried to do with http://es5.github.io (which was inspired by a hyperlinked version of the spec that jorendorff had made)
- # [00:44] <Domenic> MikeSmith: I think that would require a version of the spec that wasn't in Word ;)
- # [00:45] <MikeSmith> heh
- # [00:45] <MikeSmith> well Hixie_ should be glad at least that it now has internal hyperlinks
- # [00:45] <Domenic> MikeSmith: I didn't know you were the one behind es5.github.io!! I've been using that for years; it is brilliant.
- # [00:45] * Quits: estellevw (~estellewy@209.49.66.106) (Quit: estellevw)
- # [00:46] <MikeSmith> before jorendorff got involved in production of it I think none of the uses of the defined terms in the spec where hyperlinked back to the defintions
- # [00:47] <MikeSmith> Hixie_: btw I think the dfn pop-ups in the HTML spec could be inspiration for adding some more stuff like that -- and the implementation-status annotations
- # [00:48] * Joins: estellevw (~estellewy@209.49.66.106)
- # [00:48] <Hixie_> once i've actually done some real work (e.g. this loader/dependency thing) I plan to go back and do more on the HTML spec pipeline
- # [00:48] <MikeSmith> I think if we had a way for readers/users of the spec to submit annotations that would get added to a set of annotations for the spec after review, that would be great
- # [00:48] <MikeSmith> Hixie_: yeah, I figured
- # [00:49] * Joins: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp)
- # [00:49] <Hixie_> but i wasted enough time just getting more or less to parity :-)
- # [00:49] <MikeSmith> heh
- # [00:49] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [00:49] * Quits: jernoble (~jernoble@17.202.45.163) (Ping timeout: 255 seconds)
- # [00:51] <MikeSmith> another thing that it seems has always worked really well is the way the PHP docs incorporate user comments and examples (and the many other projects that since adopted similar things for their docs)
- # [00:52] <MikeSmith> 90% of the utility to users of those kinds of docs is in those user-contributed comments and examples
- # [00:52] <MikeSmith> of course a spec is something quite a bit different, but stil
- # [00:52] * Joins: jernoble (~jernoble@17.114.217.41)
- # [00:53] <Hixie_> the spec annotations get a lot of spam as it is
- # [00:53] * Quits: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp) (Ping timeout: 245 seconds)
- # [00:53] <Hixie_> and that's with them being basicaly invisible to most users
- # [00:54] <Hixie_> similarly, we had to clamp down on the wiki signups because of spam
- # [00:56] * Quits: ShaneHudson (~ShaneHuds@2.30.121.218) (Ping timeout: 245 seconds)
- # [00:58] <MikeSmith> Hixie_: sure, that's the cost of enabling those kinds of things
- # [00:58] <Hixie_> pretty high cost
- # [00:58] <Hixie_> speaking of which
- # [00:58] <Hixie_> wanna be on the hook to give people wiki accounts? :-)
- # [00:58] * Quits: jernoble (~jernoble@17.114.217.41) (Quit: Computer has gone to sleep.)
- # [00:59] <MikeSmith> Hixie_: well these days I think a better way to collect user contributions would be using a mechanism based on gihub forks and PRs
- # [00:59] <MikeSmith> Hixie_: see what html5please does
- # [00:59] <MikeSmith> Hixie_: I am already on the hook!
- # [01:00] <Hixie_> you get teh admin@ e-mail?
- # [01:00] <MikeSmith> Hixie_: I've done a bunch of wiki user-account creations already
- # [01:00] <Hixie_> oh, cool
- # [01:00] <MikeSmith> Hixie_: no, but would be glad to be on admin@ mail to help with whatever else is needed there
- # [01:00] <Hixie_> also, http://html5please.us/ o_O
- # [01:01] <Hixie_> oh, cool
- # [01:01] <Hixie_> let me add you! :-D
- # [01:01] <MikeSmith> cool
- # [01:03] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [01:04] * Quits: ehsan (~ehsan@2001:450:1f:224:7f:7353:fae4:d88d) (Remote host closed the connection)
- # [01:04] * Joins: jernoble (~jernoble@17.114.217.41)
- # [01:05] <boogyman> lol. of course that site is related to Insurance Rates
- # [01:05] * Quits: dawhite (~dawhite@74.118.22.223) (Read error: Connection reset by peer)
- # [01:05] * Quits: bnicholson (~bnicholso@24.130.57.109) (Read error: No route to host)
- # [01:06] <Hixie_> MikeSmith: mike@w3.org ?
- # [01:06] * Joins: bnicholson (~bnicholso@24.130.57.109)
- # [01:07] <MikeSmith> Hixie_: yeah please
- # [01:09] * Quits: roc (~chatzilla@2001:cb0:b202:232:2677:3ff:fece:dc64) (Read error: Connection reset by peer)
- # [01:11] * Joins: roc (~chatzilla@2001:cb0:b202:232:2677:3ff:fece:dc64)
- # [01:11] <roc> Just try this link. If it doesn't work right away, I'll switch to Vidyo
- # [01:11] <roc> oops
- # [01:16] * Quits: jernoble (~jernoble@17.114.217.41) (Quit: Computer has gone to sleep.)
- # [01:22] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [01:23] * Joins: jernoble (~jernoble@17.114.217.41)
- # [01:28] * Quits: KevinMarks2 (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 260 seconds)
- # [01:29] * Joins: jdaggett (~jdaggett@103.5.142.47)
- # [01:30] * Quits: jernoble (~jernoble@17.114.217.41) (Quit: Computer has gone to sleep.)
- # [01:37] * Krinkle is now known as Krinkle|detached
- # [01:38] * Quits: ivan\ (~ivan@unaffiliated/ivan/x-000001) (Quit: ERC Version 5.3 (IRC client for Emacs))
- # [01:42] * Quits: estellevw (~estellewy@209.49.66.106) (Quit: estellevw)
- # [01:42] * Joins: ivan\ (~ivan@unaffiliated/ivan/x-000001)
- # [01:43] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
- # [01:48] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Ping timeout: 260 seconds)
- # [01:48] * Joins: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp)
- # [01:51] * Quits: lmclister (~lmclister@192.150.10.209)
- # [01:53] * Quits: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp) (Ping timeout: 260 seconds)
- # [01:57] * Joins: mven (~textual@ip68-104-38-84.lv.lv.cox.net)
- # [02:07] * Joins: seventh (seventh@128.90.94.48)
- # [02:09] * Joins: KevinMarks2 (~yaaic@172.56.38.152)
- # [02:10] * Quits: ap (~ap@17.202.44.214)
- # [02:11] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: :tiuQ tiuq sah woclrak)
- # [02:11] * Quits: tantek (~tantek@70-36-139-41.dsl.dynamic.sonic.net) (Quit: tantek)
- # [02:11] * Joins: jernoble (~jernoble@17.202.45.163)
- # [02:15] * Joins: ehsan (~ehsan@24-212-207-29.cable.teksavvy.com)
- # [02:16] * Quits: ehsan (~ehsan@24-212-207-29.cable.teksavvy.com) (Client Quit)
- # [02:21] * Quits: jdaggett (~jdaggett@103.5.142.47) (Quit: jdaggett)
- # [02:24] * Quits: benjamingr (uid23465@gateway/web/irccloud.com/x-rgtsuezklyjohuey) (Quit: Connection closed for inactivity)
- # [02:24] * Joins: vitorpacheco (~vitor@177.16.255.127)
- # [02:24] * Quits: seventh (seventh@128.90.94.48) (Ping timeout: 260 seconds)
- # [02:24] * Quits: jsbell (jsbell@nat/google/x-yyhbkqcqtycpicvc) (Quit: There's no place like home...)
- # [02:24] * Quits: smaug_____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi) (Ping timeout: 245 seconds)
- # [02:26] * Quits: KevinMarks (~yaaic@2607:fb90:50f:126e:ee45:97e1:f38d:771b) (Ping timeout: 240 seconds)
- # [02:26] * Quits: nunnun (~hiro@2001:200:164:48:20c:29ff:fe02:11d2) (Ping timeout: 260 seconds)
- # [02:26] * Quits: KevinMarks2 (~yaaic@172.56.38.152) (Ping timeout: 240 seconds)
- # [02:29] * Joins: KevinMarks (~yaaic@2607:fb90:270f:d20f:179d:cf3f:a169:af10)
- # [02:29] * Joins: KevinMarks2 (~yaaic@172.56.39.196)
- # [02:32] * Joins: KevinMarks_ (~KevinMark@172.56.39.196)
- # [02:36] * Joins: seventh (seventh@192.64.6.12)
- # [02:37] * Joins: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley)
- # [02:39] * Joins: nunnun (~hiro@2001:200:164:48:20c:29ff:fe02:11d2)
- # [02:45] * Quits: jeremyj (~jeremyj@17.202.49.56) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [02:46] * Quits: KevinMarks_ (~KevinMark@172.56.39.196) (Ping timeout: 272 seconds)
- # [02:48] * Joins: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp)
- # [02:52] * Quits: jernoble (~jernoble@17.202.45.163) (Ping timeout: 246 seconds)
- # [02:53] * Quits: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp) (Ping timeout: 250 seconds)
- # [02:54] * Joins: jdaggett (~jdaggett@61-121-216-2.bitcat.net)
- # [02:58] * Joins: scor (~scor@c-24-2-162-32.hsd1.ma.comcast.net)
- # [02:58] * Quits: scor (~scor@c-24-2-162-32.hsd1.ma.comcast.net) (Changing host)
- # [02:58] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [03:00] * Quits: bholley (~bholley@199.73.115.45) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [03:01] * Quits: scor (~scor@drupal.org/user/52142/view) (Client Quit)
- # [03:03] * Joins: bholley (~bholley@199.73.115.45)
- # [03:03] * Quits: bholley (~bholley@199.73.115.45) (Client Quit)
- # [03:06] * Quits: KevinMarks2 (~yaaic@172.56.39.196) (Ping timeout: 264 seconds)
- # [03:07] * Quits: jwalden (~waldo@corp.mtv2.mozilla.com) (Quit: ChatZilla 0.9.87-8.1450hg.fc20 [XULRunner 30.0/20140605102323])
- # [03:07] * Quits: KevinMarks (~yaaic@2607:fb90:270f:d20f:179d:cf3f:a169:af10) (Ping timeout: 240 seconds)
- # [03:07] * Joins: KevinMarks (~KevinMark@2620:101:80fb:232:10d2:e377:6230:26f1)
- # [03:08] * Joins: KevinMarks2 (~yaaic@2620:101:80fb:232:758b:f173:a6a5:b19c)
- # [03:08] * Joins: KevinMarks3 (~yaaic@2620:101:80fb:232:f5cb:97a9:7589:49f2)
- # [03:23] * Quits: boogyman (~boogyman@pdpc/supporter/professional/boogyman) (Ping timeout: 255 seconds)
- # [03:25] * Joins: Goplat (~goplat@reactos/developer/Goplat)
- # [03:30] * Quits: sicking (~sicking@corp-nat.p2p.sfo1.mozilla.com) (Quit: sicking)
- # [03:30] * Joins: boogyman (~boogyman@pdpc/supporter/professional/boogyman)
- # [03:32] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [03:37] * Joins: tantek (~tantek@corp-nat.p2p.sfo1.mozilla.com)
- # [03:40] * Quits: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley) (Quit: This computer has gone to sleep)
- # [03:44] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
- # [03:44] * Quits: kriskowal (~kriskowal@66-215-92-194.dhcp.psdn.ca.charter.com) (Ping timeout: 264 seconds)
- # [03:46] * Quits: othermaciej (~mjs@17.114.218.77) (Quit: othermaciej)
- # [03:49] * Joins: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp)
- # [03:49] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Ping timeout: 260 seconds)
- # [03:53] * Quits: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp) (Ping timeout: 240 seconds)
- # [03:54] * Quits: dbaron (~dbaron@2620:101:80fb:224:c4f5:a1a1:8d47:80a6) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [04:01] * Joins: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley)
- # [04:04] * Quits: caridy (~Adium@c-98-254-20-145.hsd1.fl.comcast.net) (Quit: Leaving.)
- # [04:09] * Joins: bholley (~bholley@199.73.115.45)
- # [04:09] * Quits: bholley (~bholley@199.73.115.45) (Client Quit)
- # [04:10] * Joins: bholley (~bholley@199.73.115.45)
- # [04:13] * Quits: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley) (Quit: This computer has gone to sleep)
- # [04:25] * Quits: bholley (~bholley@199.73.115.45) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [04:25] * Joins: GPHemsley (~GPHemsley@63.88.116.178)
- # [04:25] * Quits: GPHemsley (~GPHemsley@63.88.116.178) (Changing host)
- # [04:25] * Joins: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley)
- # [04:25] * Joins: bholley (~bholley@199.73.115.45)
- # [04:25] * Quits: bholley (~bholley@199.73.115.45) (Client Quit)
- # [04:26] * Joins: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
- # [04:29] * Quits: KevinMarks2 (~yaaic@2620:101:80fb:232:758b:f173:a6a5:b19c) (Ping timeout: 240 seconds)
- # [04:29] * Quits: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley) (Client Quit)
- # [04:36] <MikeSmith> so I see that Service Worker is a dependency for the draft Geofencing API https://gist.github.com/mkruisselbrink/ea833f70041ab3c2aa69#file-explainer-md
- # [04:38] * Quits: seventh (seventh@192.64.6.12) (Ping timeout: 272 seconds)
- # [04:42] * Joins: sicking (~sicking@c-98-210-159-193.hsd1.ca.comcast.net)
- # [04:49] * Joins: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp)
- # [04:53] * Quits: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp) (Ping timeout: 272 seconds)
- # [05:01] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: :tiuQ tiuq sah woclrak)
- # [05:08] * Quits: cwilso_ (sid10206@gateway/web/irccloud.com/x-asmhnkhuyocjtrpx) (Ping timeout: 240 seconds)
- # [05:09] * Joins: cwilso__ (sid10206@gateway/web/irccloud.com/x-kgeqxfispqgbqjlt)
- # [05:09] * Quits: krit (sid15081@gateway/web/irccloud.com/x-ksztgzmdsokuevsc) (Ping timeout: 240 seconds)
- # [05:10] * Quits: tantek (~tantek@corp-nat.p2p.sfo1.mozilla.com) (Quit: tantek)
- # [05:10] * Quits: amtiskaw (sid19262@gateway/web/irccloud.com/x-fbrmadtfdppnagzu) (Ping timeout: 240 seconds)
- # [05:11] * Joins: krit_ (sid15081@gateway/web/irccloud.com/x-nqhqxjdpdezrjloc)
- # [05:11] * Joins: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net)
- # [05:11] * Joins: amtiskaw (sid19262@gateway/web/irccloud.com/x-thlracsppihwbibu)
- # [05:17] * Quits: KevinMarks (~KevinMark@2620:101:80fb:232:10d2:e377:6230:26f1) (Ping timeout: 240 seconds)
- # [05:24] * Quits: boogyman (~boogyman@pdpc/supporter/professional/boogyman) (Quit: ChatZilla 0.9.90.1 [Firefox 31.0/20140716183446])
- # [05:35] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [05:38] * Quits: KevinMarks3 (~yaaic@2620:101:80fb:232:f5cb:97a9:7589:49f2) (Ping timeout: 240 seconds)
- # [05:39] * Joins: tantek (~tantek@corp-nat.p2p.sfo1.mozilla.com)
- # [05:39] * Joins: bholley (~bholley@199.73.115.45)
- # [05:39] * Quits: bholley (~bholley@199.73.115.45) (Client Quit)
- # [05:41] * Joins: KevinMarks (~yaaic@2607:fb90:40a:e9f2:fe8a:d86f:54be:fe87)
- # [05:45] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
- # [05:46] * Quits: vitorpacheco (~vitor@177.16.255.127) (Quit: Saindo)
- # [05:48] * Joins: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp)
- # [05:50] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Ping timeout: 260 seconds)
- # [05:51] * Joins: gavin__ (~gavin@76.14.87.162)
- # [05:51] * Joins: SamB__ (~SamB@2001:470:1f07:57:68d1:ae44:818a:104a)
- # [05:52] * Joins: birtles__ (sid16523@gateway/web/irccloud.com/x-ggrgapmacopnddqo)
- # [05:52] * Joins: cwilso___ (sid10206@gateway/web/irccloud.com/x-afqdedetcooumhcq)
- # [05:52] * Joins: ato_ (sid16069@gateway/web/irccloud.com/x-agcvoxqssowsjgfm)
- # [05:52] * Joins: cabanier_ (sid15093@gateway/web/irccloud.com/x-wdazyxowxfdelzao)
- # [05:52] * Joins: sgalineau_ (sid26595@gateway/web/irccloud.com/x-mtanrqjovoujpuxv)
- # [05:52] * Joins: esprehn_ (sid10445@gateway/web/irccloud.com/x-egadllaummmkibyn)
- # [05:52] * Quits: Goplat (~goplat@reactos/developer/Goplat) (Disconnected by services)
- # [05:52] * Joins: Goplat` (~goplat@70-36-136-95.dsl.dynamic.sonic.net)
- # [05:53] * Joins: matijs_ (sid2278@gateway/web/irccloud.com/x-kgtlhgcycxjxeyms)
- # [05:53] * Joins: amtiskaw_ (sid19262@gateway/web/irccloud.com/x-goyxltrdyhbaksqt)
- # [05:53] * Joins: dglazkov__ (sid4270@gateway/web/irccloud.com/x-gpvqttlfpxxrmesu)
- # [05:53] * Joins: mvujovic__ (sid13458@gateway/web/irccloud.com/x-isbmfjsakjzibckh)
- # [05:53] * Quits: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp) (Ping timeout: 260 seconds)
- # [05:53] * Joins: wycats_ (sid79@gateway/web/irccloud.com/x-aljygctxkzyglpng)
- # [05:54] * Joins: nephyrin` (~neph@2620:101:80fc:224:7a2b:cbff:fe9e:2e67)
- # [05:54] * Joins: hober2 (~ted@unaffiliated/hober)
- # [05:55] * Joins: jochen___ (jochen@nat/google/x-skycjdinfkciktbg)
- # [05:55] * Joins: zewt_ (~foo@ec2-50-17-220-142.compute-1.amazonaws.com)
- # [05:55] * Joins: ondras_ (~ondras@zarovi.cz)
- # [05:56] * Quits: roc (~chatzilla@2001:cb0:b202:232:2677:3ff:fece:dc64) (Ping timeout: 250 seconds)
- # [05:56] * Quits: ato (sid16069@gateway/web/irccloud.com/x-aqhnkhaxhtrkwlkc) (Ping timeout: 250 seconds)
- # [05:56] * Quits: nickstenn (~nickstenn@pdpc/supporter/student/borior) (Ping timeout: 250 seconds)
- # [05:56] * Quits: amtiskaw (sid19262@gateway/web/irccloud.com/x-thlracsppihwbibu) (Ping timeout: 250 seconds)
- # [05:56] * Quits: cwilso__ (sid10206@gateway/web/irccloud.com/x-kgeqxfispqgbqjlt) (Ping timeout: 250 seconds)
- # [05:56] * Quits: nunnun (~hiro@2001:200:164:48:20c:29ff:fe02:11d2) (Ping timeout: 250 seconds)
- # [05:56] * Quits: birtles_ (sid16523@gateway/web/irccloud.com/x-twrfwvnridmsrrru) (Ping timeout: 250 seconds)
- # [05:56] * Quits: wycats (sid79@gateway/web/irccloud.com/x-gqzbsgtdwqmdntdg) (Ping timeout: 250 seconds)
- # [05:56] * Quits: mvujovic_ (sid13458@gateway/web/irccloud.com/x-tnihxrvexjdjufys) (Ping timeout: 250 seconds)
- # [05:56] * Quits: dglazkov_ (sid4270@gateway/web/irccloud.com/x-ddbldgpyspzrfivf) (Ping timeout: 250 seconds)
- # [05:56] * Quits: sgalineau (sid26595@gateway/web/irccloud.com/x-vzyzvgtlcdqskeur) (Ping timeout: 250 seconds)
- # [05:56] * Quits: mmun (~mmun@107.170.142.236) (Ping timeout: 250 seconds)
- # [05:56] * Quits: esprehn (sid10445@gateway/web/irccloud.com/x-exexaqcypzoiwrry) (Ping timeout: 250 seconds)
- # [05:56] * Quits: cabanier (sid15093@gateway/web/irccloud.com/x-qztmyexuniofktdn) (Ping timeout: 250 seconds)
- # [05:56] * Quits: matijs (sid2278@gateway/web/irccloud.com/x-gbszipqlwztdwsud) (Ping timeout: 250 seconds)
- # [05:56] * Quits: jochen__ (jochen@nat/google/x-tdoqpdozzthychnw) (Ping timeout: 250 seconds)
- # [05:56] * Quits: mven (~textual@ip68-104-38-84.lv.lv.cox.net) (Ping timeout: 250 seconds)
- # [05:56] * Quits: plutoniix (~plutoniix@node-jzn.pool-101-108.dynamic.totbb.net) (Ping timeout: 250 seconds)
- # [05:56] * Quits: SamB (~SamB@2001:470:1f07:57:e03d:cf83:e6fb:5a67) (Ping timeout: 250 seconds)
- # [05:56] * Quits: nephyrin (~neph@2620:101:80fc:224:7a2b:cbff:fe9e:2e67) (Ping timeout: 250 seconds)
- # [05:56] * Quits: zewt (~foo@ec2-50-17-220-142.compute-1.amazonaws.com) (Ping timeout: 250 seconds)
- # [05:56] * Quits: gavin_ (~gavin@76.14.87.162) (Ping timeout: 250 seconds)
- # [05:56] * Quits: ondras (~ondras@zarovi.cz) (Ping timeout: 250 seconds)
- # [05:56] * Quits: hober (~ted@unaffiliated/hober) (Ping timeout: 250 seconds)
- # [05:56] * ato_ is now known as ato
- # [05:56] * jochen___ is now known as jochen__
- # [05:56] * Joins: nickstenn_ (~nickstenn@pdpc/supporter/student/borior)
- # [05:56] * Joins: nunnun (~hiro@2001:200:164:48:20c:29ff:fe02:11d2)
- # [05:56] * cwilso___ is now known as cwilso__
- # [05:56] * birtles__ is now known as birtles_
- # [05:56] * sgalineau_ is now known as sgalineau
- # [05:56] * amtiskaw_ is now known as amtiskaw
- # [05:56] * dglazkov__ is now known as dglazkov_
- # [05:56] * matijs_ is now known as matijs
- # [05:56] * nickstenn_ is now known as nickstenn
- # [05:56] * cabanier_ is now known as cabanier
- # [05:56] * wycats_ is now known as wycats
- # [05:57] * Joins: mmun (~mmun@107.170.142.236)
- # [05:57] * Joins: mven (~textual@ip68-104-38-84.lv.lv.cox.net)
- # [05:57] * mvujovic__ is now known as mvujovic_
- # [05:57] * Joins: roc (~chatzilla@2001:cb0:b202:232:2677:3ff:fece:dc64)
- # [05:57] * Joins: plutoniix (~plutoniix@node-jzn.pool-101-108.dynamic.totbb.net)
- # [05:58] * Joins: KevinMarks2 (~yaaic@107-204-232-178.lightspeed.sntcca.sbcglobal.net)
- # [06:05] * Joins: Streusel (~Anonymous@unaffiliated/streusel)
- # [06:10] * Quits: nunnun (~hiro@2001:200:164:48:20c:29ff:fe02:11d2) (Ping timeout: 250 seconds)
- # [06:10] * Quits: roc (~chatzilla@2001:cb0:b202:232:2677:3ff:fece:dc64) (Ping timeout: 250 seconds)
- # [06:10] * Quits: mmun (~mmun@107.170.142.236) (Ping timeout: 250 seconds)
- # [06:10] * Joins: nunnun- (~hiro@2001:200:164:48:20c:29ff:fe02:11d2)
- # [06:11] * Quits: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
- # [06:11] * Joins: roc (~chatzilla@2001:cb0:b202:232:2677:3ff:fece:dc64)
- # [06:11] * Joins: mmun (~mmun@107.170.142.236)
- # [06:14] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Read error: Connection reset by peer)
- # [06:14] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [06:21] * Quits: tantek (~tantek@corp-nat.p2p.sfo1.mozilla.com) (Quit: tantek)
- # [06:26] * Quits: mven (~textual@ip68-104-38-84.lv.lv.cox.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [06:27] * Joins: mven (~textual@ip68-104-38-84.lv.lv.cox.net)
- # [06:27] * Quits: mven (~textual@ip68-104-38-84.lv.lv.cox.net) (Max SendQ exceeded)
- # [06:28] * Joins: mven (~textual@ip68-104-38-84.lv.lv.cox.net)
- # [06:29] * Quits: nunnun- (~hiro@2001:200:164:48:20c:29ff:fe02:11d2) (Ping timeout: 260 seconds)
- # [06:33] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Read error: Connection reset by peer)
- # [06:34] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [06:40] * Joins: nunnun (~hiro@2001:200:164:48:20c:29ff:fe02:11d2)
- # [06:41] * Quits: KevinMarks (~yaaic@2607:fb90:40a:e9f2:fe8a:d86f:54be:fe87) (Ping timeout: 240 seconds)
- # [06:44] * Joins: KevinMarks (~yaaic@2607:fb90:270b:dce3:8458:440c:188:b764)
- # [06:45] * Quits: roc (~chatzilla@2001:cb0:b202:232:2677:3ff:fece:dc64) (Remote host closed the connection)
- # [06:47] * Joins: TuRnaD0 (~Thunderbi@x1-6-e0-46-9a-1e-fe-ca.cpe.webspeed.dk)
- # [06:48] * Quits: KevinMarks (~yaaic@2607:fb90:270b:dce3:8458:440c:188:b764) (Ping timeout: 240 seconds)
- # [06:48] * Joins: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp)
- # [06:50] * Joins: KevinMarks (~yaaic@2607:fb90:2200:97ec:e030:ef20:8584:c935)
- # [06:53] * Quits: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp) (Ping timeout: 260 seconds)
- # [06:56] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 260 seconds)
- # [06:57] * Quits: KevinMarks (~yaaic@2607:fb90:2200:97ec:e030:ef20:8584:c935) (Ping timeout: 240 seconds)
- # [07:00] * Joins: KevinMarks (~yaaic@2607:fb90:282c:eb70:e1d5:8860:51a2:662f)
- # [07:10] * Joins: roc (~chatzilla@121-99-84-210.bng1.tvc.orcon.net.nz)
- # [07:11] * Joins: Goplat (~goplat@reactos/developer/Goplat)
- # [07:14] * Quits: Goplat` (~goplat@70-36-136-95.dsl.dynamic.sonic.net) (Remote host closed the connection)
- # [07:17] * Joins: zdobersek (~zan@109.201.154.152)
- # [07:22] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [07:22] * Quits: KevinMarks (~yaaic@2607:fb90:282c:eb70:e1d5:8860:51a2:662f) (Ping timeout: 240 seconds)
- # [07:23] * Joins: KevinMarks (~yaaic@2607:fb90:282c:eb70:e1d5:8860:51a2:662f)
- # [07:27] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 255 seconds)
- # [07:27] * Joins: benjamingr (uid23465@gateway/web/irccloud.com/x-wqpslhfmjdabjvmz)
- # [07:29] * Quits: Goplat (~goplat@reactos/developer/Goplat) (Remote host closed the connection)
- # [07:30] * Quits: JosephSilber (~JosephSil@ool-44c3e80a.static.optonline.net) (Ping timeout: 264 seconds)
- # [07:31] * Quits: CvP (~CvP@27.147.199.131) (Disconnected by services)
- # [07:31] * Joins: xCG (~CvP@27.147.199.131)
- # [07:31] * xCG is now known as CvP
- # [07:33] * Quits: KevinMarks (~yaaic@2607:fb90:282c:eb70:e1d5:8860:51a2:662f) (Ping timeout: 240 seconds)
- # [07:46] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
- # [07:48] * Joins: bholley (~bholley@199.73.115.45)
- # [07:48] * Quits: bholley (~bholley@199.73.115.45) (Client Quit)
- # [07:49] * Joins: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp)
- # [07:50] * Quits: TuRnaD0 (~Thunderbi@x1-6-e0-46-9a-1e-fe-ca.cpe.webspeed.dk) (Ping timeout: 272 seconds)
- # [07:50] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Ping timeout: 246 seconds)
- # [07:50] * Joins: GPHemsley (~GPHemsley@50-196-38-225-static.hfc.comcastbusiness.net)
- # [07:50] * Quits: GPHemsley (~GPHemsley@50-196-38-225-static.hfc.comcastbusiness.net) (Changing host)
- # [07:50] * Joins: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley)
- # [07:52] * Joins: davidyezsetz (~davidyezs@mail1.powerflasher.de)
- # [07:53] * Quits: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp) (Ping timeout: 250 seconds)
- # [07:57] * Joins: bholley (~bholley@199.73.115.45)
- # [08:01] * Joins: jernoble (~jernoble@162.217.73.171)
- # [08:05] * Joins: Smylers (~smylers@host86-163-17-51.range86-163.btcentralplus.com)
- # [08:06] * Joins: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
- # [08:14] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [08:22] <zcorpan> krijnhoetmer: could you annotate quit/join/rename lines with a class on the server side so that incremental rendering works better?
- # [08:23] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [08:23] * Quits: Smylers (~smylers@host86-163-17-51.range86-163.btcentralplus.com) (Ping timeout: 264 seconds)
- # [08:24] * Quits: sicking (~sicking@c-98-210-159-193.hsd1.ca.comcast.net) (Quit: sicking)
- # [08:25] * Quits: nunnun (~hiro@2001:200:164:48:20c:29ff:fe02:11d2) (Ping timeout: 260 seconds)
- # [08:27] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 250 seconds)
- # [08:27] * Joins: Ducki (~Ducki@191.233.66.1)
- # [08:29] * Joins: BigBangUDR (~Thunderbi@103.249.181.147)
- # [08:38] * Joins: nunnun (~hiro@2001:200:164:48:20c:29ff:fe02:11d2)
- # [08:43] * Joins: sicking (~sicking@c-98-210-159-193.hsd1.ca.comcast.net)
- # [08:43] * Quits: bholley (~bholley@199.73.115.45) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [08:48] * Joins: tantek (~tantek@70-36-139-41.dsl.dynamic.sonic.net)
- # [08:49] * Joins: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp)
- # [08:49] * Joins: L0TExp (~Test@85.15.43.126)
- # [08:50] * Joins: cbr_ (~admin@145.36.150.83.chzhher77.rootnet.ch)
- # [08:53] * Quits: KevinMarks2 (~yaaic@107-204-232-178.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 264 seconds)
- # [08:53] * Quits: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp) (Ping timeout: 244 seconds)
- # [08:59] * Quits: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
- # [09:05] * Joins: KevinMarks (~yaaic@2607:fb90:282c:eb70:e1d5:8860:51a2:662f)
- # [09:08] * Joins: kriskowal (~kriskowal@66-215-92-194.dhcp.psdn.ca.charter.com)
- # [09:10] * Joins: roc_ (~chatzilla@121-98-106-95.bng1.tvc.orcon.net.nz)
- # [09:12] * Joins: Ms2ger (~Ms2ger@5.222-242-81.adsl-dyn.isp.belgacom.be)
- # [09:12] * Quits: roc (~chatzilla@121-99-84-210.bng1.tvc.orcon.net.nz) (Ping timeout: 246 seconds)
- # [09:12] * roc_ is now known as roc
- # [09:13] <zcorpan> MikeSmith: the Ⓐ annotation in http://es5.github.io/ should use http://javascript.spec.whatwg.org/
- # [09:14] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [09:19] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 260 seconds)
- # [09:21] * Quits: sicking (~sicking@c-98-210-159-193.hsd1.ca.comcast.net) (Quit: sicking)
- # [09:25] * Quits: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley) (Ping timeout: 255 seconds)
- # [09:26] <zcorpan> mathiasbynens: where is http://wiki.whatwg.org/wiki/Web_ECMAScript#Identifiers covered in http://javascript.spec.whatwg.org ?
- # [09:27] <zcorpan> or is htat part of the ES spec now?
- # [09:28] * Joins: espadrine` (~ttyl@AMontsouris-158-1-59-77.w92-128.abo.wanadoo.fr)
- # [09:29] * Quits: BigBangUDR (~Thunderbi@103.249.181.147) (Quit: BigBangUDR)
- # [09:30] * Joins: GPHemsley (~GPHemsley@50-196-38-225-static.hfc.comcastbusiness.net)
- # [09:30] * Quits: GPHemsley (~GPHemsley@50-196-38-225-static.hfc.comcastbusiness.net) (Changing host)
- # [09:30] * Joins: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley)
- # [09:30] * Quits: cbr_ (~admin@145.36.150.83.chzhher77.rootnet.ch) (Quit: cbr_)
- # [09:31] * Quits: espadrine (~ttyl@AMontsouris-158-1-63-250.w92-128.abo.wanadoo.fr) (Ping timeout: 240 seconds)
- # [09:33] * Quits: ambv (~ambv@173.252.71.129) (Quit: sys.exit(0) # computer went to sleep)
- # [09:33] <mathiasbynens> zcorpan: it’s being removed from the platform \o/
- # [09:34] <zcorpan> mathiasbynens: oh. sweet
- # [09:34] <mathiasbynens> Opera/Carakan: https://bugs.opera.com/browse/CORE-47441 (DSK-369398)
- # [09:34] <mathiasbynens> Chrome/V8: http://code.google.com/p/v8/issues/detail?id=2222
- # [09:34] <mathiasbynens> Safari/JavaScriptCore: https://bugs.webkit.org/show_bug.cgi?id=90678
- # [09:34] <mathiasbynens> Firefox (discussion): https://bugzilla.mozilla.org/show_bug.cgi?id=744784
- # [09:34] <mathiasbynens> Spec bug: https://bugs.ecmascript.org/show_bug.cgi?id=277
- # [09:35] * Quits: espadrine` (~ttyl@AMontsouris-158-1-59-77.w92-128.abo.wanadoo.fr) (Ping timeout: 264 seconds)
- # [09:36] <karlcow> mathiasbynens: search "use and xlink in svg"
- # [09:36] <karlcow> hmmm slow bot! pfff
- # [09:37] * karlcow who thought I had discovered the universal Web tech search engine ;)
- # [09:37] <zcorpan> mathiasbynens: should the moz bug be closed?
- # [09:40] <annevk> I guess we should wait on other engines to fix their bugs
- # [09:42] * Joins: cbr_ (~admin@145.36.150.83.chzhher77.rootnet.ch)
- # [09:42] <annevk> Well, actually, I'll close it
- # [09:47] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
- # [09:48] * Joins: BigBangUDR (~Thunderbi@103.249.181.147)
- # [09:48] * Joins: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp)
- # [09:51] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Ping timeout: 240 seconds)
- # [09:53] * Quits: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp) (Ping timeout: 245 seconds)
- # [10:09] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [10:11] <Manishearth> Hixie_: there?
- # [10:11] <Manishearth> (or Ms2ger)
- # [10:11] <Ms2ger> Here
- # [10:11] <Manishearth> http://dom.spec.whatwg.org/#dom-node-textcontent is nullable
- # [10:11] <Ms2ger> Yes
- # [10:11] <Manishearth> http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#dom-a-text is not
- # [10:11] <Ms2ger> It can return null
- # [10:11] <Manishearth> but a.text is supposed to mirror node.textcontent
- # [10:11] <Ms2ger> But not for elements
- # [10:11] <Manishearth> d'oh
- # [10:12] <Ms2ger> You can wrap in Some on the way in, and unwrap() on the way out
- # [10:12] <Manishearth> Ms2ger: I guess https://critic.hoppipolla.co.uk/6b88d82c?review=2348 shouldn't be Throws then
- # [10:12] <Manishearth> just an unreachable!()
- # [10:12] <Manishearth> or an unwrap
- # [10:12] * Ms2ger looks
- # [10:12] <Ms2ger> That's correct
- # [10:13] <Ms2ger> (Yay, someone's picking reviews off my todo list :))
- # [10:13] <Manishearth> Ms2ger: first review my getters one ;)
- # [10:13] <Ms2ger> Dammit you :)
- # [10:14] <Ms2ger> bbiab
- # [10:14] <jgraham> Manishearth: See now you scared the Ms2ger
- # [10:15] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [10:18] <Manishearth> haha
- # [10:19] * Joins: espadrine` (~ttyl@LMontsouris-656-01-02-84.w80-12.abo.wanadoo.fr)
- # [10:19] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 245 seconds)
- # [10:22] <Manishearth> Ms2ger: we also have SetterThrows for Node.textContent, which doesn't seem necessary. Hm
- # [10:24] * Quits: nunnun (~hiro@2001:200:164:48:20c:29ff:fe02:11d2) (Ping timeout: 250 seconds)
- # [10:25] <jgraham> Manishearth: Yeah it doesn't sound like it should throw
- # [10:25] <jgraham> The servo DOM being buggy isn't exactly a surprise though
- # [10:27] * Quits: mpt (~mpt@canonical/mpt) (Ping timeout: 245 seconds)
- # [10:28] <Manishearth> jgraham: nodeValue throws too. I shall investigate
- # [10:31] <kriskowal> based on a couple of Domenic’s observations, i’ve done another sketch on promise-based streams
- # [10:32] <kriskowal> this time more closely analogous to Promise, with the revealing constructor returning the output side and passing the methods of the input as args of the setup function
- # [10:32] <kriskowal> and now 100% symmetric. both the input and output stream are the same prototype.
- # [10:32] <kriskowal> sketch http://kriskowal.github.io/gtor/docs/stream
- # [10:32] <kriskowal> and spec https://github.com/kriskowal/gtor/blob/master/test/stream-test.js
- # [10:32] <kriskowal> pardon, i mean test.
- # [10:33] <kriskowal> cc annevk TabAtkins JakeA
- # [10:35] * Joins: Maurice` (copyman@5ED5617C.cm-7-6b.dynamic.ziggo.nl)
- # [10:37] * Quits: Ms2ger (~Ms2ger@5.222-242-81.adsl-dyn.isp.belgacom.be) (Ping timeout: 260 seconds)
- # [10:38] * Joins: nunnun (~hiro@2001:200:164:48:20c:29ff:fe02:11d2)
- # [10:38] <JakeA> Interesting. Is this an alternative to the current streams proposal or sugar on top?
- # [10:38] * Joins: Lachy_ (~Lachy@213.166.174.2)
- # [10:38] <kriskowal> this is independent
- # [10:39] <kriskowal> could go either way, i suppose
- # [10:40] * Joins: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi)
- # [10:40] * Joins: bnhovde (bc42493e@gateway/web/cgi-irc/kiwiirc.com/ip.188.66.73.62)
- # [10:40] <kriskowal> this is a level of abstraction that i hope will at least be available to work with streams
- # [10:41] <kriskowal> particularly request and response bodies
- # [10:42] <kriskowal> to be clear, i would like Request and Response to be able to recognize iterators and promise iterators, of which this is one example
- # [10:42] <kriskowal> for the body
- # [10:42] * Joins: mpt (~mpt@nat/canonical/x-eabscocmnnykaenw)
- # [10:42] * Quits: mpt (~mpt@nat/canonical/x-eabscocmnnykaenw) (Changing host)
- # [10:42] * Joins: mpt (~mpt@canonical/mpt)
- # [10:42] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
- # [10:43] * tyoshino______ looking
- # [10:43] <kriskowal> apart from the utility of being able to use more specific kinds of iterables (e.g., array of strings), i believe async generators should also return promise iterators
- # [10:43] * Quits: dshwang_ (~dshwang@134.134.139.74) (Remote host closed the connection)
- # [10:44] <jgraham> Manishearth: So it isn't possible to get travis to do dependent jobs? e.g. make a build in one job and then use the binary in a second?
- # [10:44] <kriskowal> i expect promise iterators will become a streaming lingua franca
- # [10:44] * Joins: dshwang (~dshwang@192.55.54.40)
- # [10:45] <kriskowal> JakeA ^
- # [10:48] <annevk> kriskowal: when you say "A stream is a promise iterator and a promise generator." is that analogous to "A promise is an asynchronous value getter and an asynchronous value setter."?
- # [10:48] <kriskowal> absolutely
- # [10:48] <JakeA> The API works for me, but I can't say I'm up to date on the latest streams spec for comparison.
- # [10:48] * Joins: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp)
- # [10:48] <kriskowal> well, to be clear, a promise is an asynchronous getter, a resolver is an asynchronous setter
- # [10:49] <kriskowal> a stream can be used either as an asynchronous iterator or generator
- # [10:49] <kriskowal> since they’re symmetric
- # [10:50] <annevk> I like the API and I was hoping we'd end up with something like that
- # [10:50] <kriskowal> JakeA: the current stream spec focuses on a lower level, catering specifically to hooking into system level streams
- # [10:51] <annevk> As far as I can tell we do not have something like that because of performance, but it's not clear whether those concerns are valid
- # [10:52] * Joins: Ms2ger (~Ms2ger@5.222-242-81.adsl-dyn.isp.belgacom.be)
- # [10:52] <kriskowal> yeah. burden of proof is on me to figure out how to make this interface perform well for byte streams
- # [10:53] * Quits: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp) (Ping timeout: 260 seconds)
- # [10:54] * Quits: L0TExp (~Test@85.15.43.126) (Quit: Leaving.)
- # [10:55] * Quits: jdaggett (~jdaggett@61-121-216-2.bitcat.net) (Quit: jdaggett)
- # [10:55] * Quits: BigBangUDR (~Thunderbi@103.249.181.147) (Remote host closed the connection)
- # [11:01] <annevk> http://www.gliffy.com/go/publish/6040024 is just o_O
- # [11:02] <annevk> kriskowal: I hope both sides feel pressure since a much better API is worth something too
- # [11:03] <kriskowal> yeah, and low level stream api’s can get mired in byzantine state machines as well
- # [11:03] <kriskowal> it’s a hard problem
- # [11:04] <annevk> tyoshino______: does that link help? I wasn't sure that linking to public-webapps would help; there's also discussion on public-webappsec sometimes and even other places, but I don't necessarily want to discourage all that fragmentation
- # [11:16] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [11:20] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 245 seconds)
- # [11:20] * Joins: KevinMarks2 (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
- # [11:20] <annevk> "In terms of vision, Sam isn't planning on coming to the TAG with a set agenda, but will seek to find ways to address a disturbing trend he has seen whereby prioritization has been in favor of specifiers (often arguing for theoretical purity!) over implementers over authors over users. He believes that the correct ordering is the opposite: http://www.w3.org/TR/html-design-principles/#priority-of-constituencies "
- # [11:20] <annevk> from http://www.w3.org/2014/08/01-tag-nominations.html
- # [11:21] <annevk> First I hear of this, anyone has context?
- # [11:26] <kriskowal> i met sam once at TC-39 in 2009
- # [11:27] <kriskowal> i believe he was pushing for internationalization for IBM but wasn’t getting traction at the time
- # [11:27] * Quits: scrollback (scrollback@conference/jsconf/x-skfvieczjoaezkku) (Remote host closed the connection)
- # [11:27] <kriskowal> oh, no it was bigint
- # [11:29] * Joins: scrollback (scrollback@conference/jsconf/x-waajbaaogfpmhchh)
- # [11:30] <kriskowal> i could see that argument applied in that context, from his perspective. the effort to introduce Decimal now depends on Brendan’s value type idea, all these years later.
- # [11:32] <annevk> I think Sam wanted decimal
- # [11:33] <annevk> http://intertwingly.net/blog/2008/07/11/Decimal-in-ECMAScript
- # [11:33] <annevk> http://www.intertwingly.net/blog/2008/08/27/ES-Decimal-Updates
- # [11:35] <annevk> I guess TC39 can count itself "lucky" that no platform APIs were designed to deal with decimal as happened with bytes
- # [11:36] <annevk> But yeah, in the context of TC39 that makes a lot of sense
- # [11:36] <annevk> But W3C is not TC39
- # [11:37] * Joins: barnabywalters (~barnabywa@46-239-239-203.tal.is)
- # [11:38] <kriskowal> perhaps TC39’s luck is about to dry up on that front :P
- # [11:49] * Joins: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp)
- # [11:50] * Quits: bnhovde (bc42493e@gateway/web/cgi-irc/kiwiirc.com/ip.188.66.73.62) (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)
- # [11:53] * Quits: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp) (Ping timeout: 260 seconds)
- # [11:55] * Quits: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi) (Ping timeout: 260 seconds)
- # [12:07] * Joins: bnhovde (bc42493e@gateway/web/cgi-irc/kiwiirc.com/ip.188.66.73.62)
- # [12:09] * Joins: adactio (~adactio@212.42.170.121)
- # [12:13] * Quits: KevinMarks (~yaaic@2607:fb90:282c:eb70:e1d5:8860:51a2:662f) (Ping timeout: 240 seconds)
- # [12:14] * Joins: KevinMarks (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
- # [12:16] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [12:20] * Quits: plutoniix (~plutoniix@node-jzn.pool-101-108.dynamic.totbb.net) (Read error: Connection reset by peer)
- # [12:21] * Joins: plutoniix (~plutoniix@node-ky8.pool-101-108.dynamic.totbb.net)
- # [12:22] * Quits: sarir (~sari@p50995cae.dip0.t-ipconnect.de) (Ping timeout: 245 seconds)
- # [12:23] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 250 seconds)
- # [12:24] * Joins: sarir (~sari@p50995cae.dip0.t-ipconnect.de)
- # [12:26] * Quits: nunnun (~hiro@2001:200:164:48:20c:29ff:fe02:11d2) (Ping timeout: 260 seconds)
- # [12:26] <annevk> In DOM, I'm going to rebrand "node is removed" and "node is inserted" as "removing steps" and "insertion steps", to make them similar to "cloning steps" and "adopting steps"
- # [12:27] <annevk> As well as passing them the arguments they need and fixing bugs in NodeIterator
- # [12:28] * Quits: tantek (~tantek@70-36-139-41.dsl.dynamic.sonic.net) (Quit: tantek)
- # [12:28] * Quits: sarir (~sari@p50995cae.dip0.t-ipconnect.de) (Ping timeout: 245 seconds)
- # [12:29] <jgraham> Algorithm names in the -ing form seems pretty horrid
- # [12:31] * Joins: sarir (~sari@p50995cae.dip0.t-ipconnect.de)
- # [12:35] <annevk> Don't really want to rename adopting/cloning at this point
- # [12:35] * Quits: cbr_ (~admin@145.36.150.83.chzhher77.rootnet.ch) (Quit: cbr_)
- # [12:38] * Quits: mpt (~mpt@canonical/mpt) (Ping timeout: 240 seconds)
- # [12:38] * Joins: nunnun (~hiro@2001:200:164:48:20c:29ff:fe02:11d2)
- # [12:38] * Joins: cbr_ (~cbr@145.36.150.83.chzhher77.rootnet.ch)
- # [12:40] * Quits: davidyezsetz (~davidyezs@mail1.powerflasher.de) (Quit: davidyezsetz)
- # [12:49] * Joins: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp)
- # [12:53] * Quits: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp) (Ping timeout: 240 seconds)
- # [12:56] * Quits: sarir (~sari@p50995cae.dip0.t-ipconnect.de) (Ping timeout: 272 seconds)
- # [12:56] * Quits: tav (~tav`@host86-185-186-93.range86-185.btcentralplus.com) (Quit: tav)
- # [12:58] * Joins: sarir (~sari@p50995cae.dip0.t-ipconnect.de)
- # [12:59] * Quits: cbr_ (~cbr@145.36.150.83.chzhher77.rootnet.ch) (Quit: cbr_)
- # [13:08] * Joins: mpt (~mpt@canonical/mpt)
- # [13:12] * Joins: davidyezsetz (~davidyezs@mail1.powerflasher.de)
- # [13:19] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [13:19] * Quits: plutoniix (~plutoniix@node-ky8.pool-101-108.dynamic.totbb.net) (Quit: จรลี จรลา)
- # [13:21] * Joins: plutoniix (~plutoniix@node-bfk.pool-125-25.dynamic.totbb.net)
- # [13:23] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 240 seconds)
- # [13:39] * Joins: cbr_ (~cbr@145.36.150.83.chzhher77.rootnet.ch)
- # [13:42] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Remote host closed the connection)
- # [13:45] * Quits: cbr_ (~cbr@145.36.150.83.chzhher77.rootnet.ch) (Quit: cbr_)
- # [13:46] * Quits: wilhelm_ (~wilhelm@178.255.149.100) (Quit: leaving)
- # [13:49] * Joins: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp)
- # [13:49] * Joins: jdaggett (~jdaggett@ae031063.dynamic.ppp.asahi-net.or.jp)
- # [13:50] * Joins: cbr_ (~cbr@145.36.150.83.chzhher77.rootnet.ch)
- # [13:53] * Quits: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp) (Ping timeout: 250 seconds)
- # [13:59] * Quits: Lachy_ (~Lachy@213.166.174.2) (Quit: Textual IRC Client: www.textualapp.com)
- # [14:01] * Joins: Lachy_ (~Lachy@213.166.174.2)
- # [14:10] * Quits: Lachy_ (~Lachy@213.166.174.2) (Read error: Connection reset by peer)
- # [14:10] * Joins: Lachy__ (~Lachy@213.166.174.2)
- # [14:17] * Joins: newtron_ (~newtron@199.71.174.203)
- # [14:20] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [14:23] * Joins: hemanth (~hemanth@122.166.182.198)
- # [14:24] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 244 seconds)
- # [14:24] * Quits: nunnun (~hiro@2001:200:164:48:20c:29ff:fe02:11d2) (Ping timeout: 250 seconds)
- # [14:26] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [14:34] * Quits: davidyezsetz (~davidyezs@mail1.powerflasher.de) (Quit: davidyezsetz)
- # [14:35] * Joins: zenparsing (~zenparsin@97-81-81-172.dhcp.athn.ga.charter.com)
- # [14:38] * Joins: roc_ (~chatzilla@121-98-105-71.bng1.tvc.orcon.net.nz)
- # [14:38] * Joins: nunnun (~hiro@2001:200:164:48:20c:29ff:fe02:11d2)
- # [14:39] * Quits: Ms2ger (~Ms2ger@5.222-242-81.adsl-dyn.isp.belgacom.be) (Ping timeout: 240 seconds)
- # [14:40] * Quits: roc (~chatzilla@121-98-106-95.bng1.tvc.orcon.net.nz) (Ping timeout: 260 seconds)
- # [14:40] <foolip> annevk: why does navigation invoke fully exit fullscreen again? it doesn't seem to do that in Chromium, and I'm not sure why it should...
- # [14:40] * roc_ is now known as roc
- # [14:41] <foolip> having a presentation where you open different sites in iframes doesn't seem crazy, for example
- # [14:44] * Joins: rafaelrinaldi (~textual@B12E8B43.dynamic.spo.dsl.tesa.net.br)
- # [14:44] * Joins: cheron (~cheron@unaffiliated/cheron)
- # [14:49] * Quits: bnhovde (bc42493e@gateway/web/cgi-irc/kiwiirc.com/ip.188.66.73.62) (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)
- # [14:49] * Joins: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp)
- # [14:49] * Joins: ehsan (~ehsan@24-212-207-29.cable.teksavvy.com)
- # [14:54] * Quits: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp) (Ping timeout: 272 seconds)
- # [14:55] * Joins: Ms2ger (~Ms2ger@5.222-242-81.adsl-dyn.isp.belgacom.be)
- # [14:55] * Joins: bnhovde (bc42493e@gateway/web/cgi-irc/kiwiirc.com/ip.188.66.73.62)
- # [15:04] * krit_ is now known as krit
- # [15:05] * Joins: tj_vantoll (~Adium@2601:4:5380:2ec:64a7:d341:794f:4fae)
- # [15:08] * Quits: tj_vantoll (~Adium@2601:4:5380:2ec:64a7:d341:794f:4fae) (Read error: Connection reset by peer)
- # [15:09] * Joins: caridy (~Adium@c-98-254-20-145.hsd1.fl.comcast.net)
- # [15:10] * Quits: bnhovde (bc42493e@gateway/web/cgi-irc/kiwiirc.com/ip.188.66.73.62) (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)
- # [15:10] * Joins: bnhovde (bc42493e@gateway/web/cgi-irc/kiwiirc.com/ip.188.66.73.62)
- # [15:12] <Manishearth> jgraham: Nope. We manage that for Rust snapshots by havign two repos and uploading the binaries.
- # [15:12] <Manishearth> I've proposed a system where Travis can split into more VMs *after* the build step (before testing)
- # [15:13] * Quits: benjamingr (uid23465@gateway/web/irccloud.com/x-wqpslhfmjdabjvmz) (Quit: Connection closed for inactivity)
- # [15:14] * Joins: tj_vantoll (~Adium@c-98-250-130-237.hsd1.mi.comcast.net)
- # [15:14] * Quits: zenparsing (~zenparsin@97-81-81-172.dhcp.athn.ga.charter.com)
- # [15:14] * Quits: bnhovde (bc42493e@gateway/web/cgi-irc/kiwiirc.com/ip.188.66.73.62) (Client Quit)
- # [15:17] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 255 seconds)
- # [15:21] * Joins: zenparsing (~zenparsin@97-81-81-172.dhcp.athn.ga.charter.com)
- # [15:22] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [15:22] * Joins: abinader (sid21713@gateway/web/irccloud.com/x-zurmgftueeroiuom)
- # [15:27] * Joins: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi)
- # [15:30] <annevk> foolip: roc was afraid of spoofing I think
- # [15:30] <annevk> foolip: it might be about navigating the top-level browsing context only?
- # [15:30] * Quits: zdobersek (~zan@109.201.154.152) (Ping timeout: 250 seconds)
- # [15:31] <jgraham> Manishearth: Proposed to whom? The Travis people?
- # [15:32] <caitp> they'd probably be happy to do that for you, they seem to be very happy to try new things with docker
- # [15:32] <Manishearth> jgraham: yeah. There's some internal discussions too that I don't know much about but Lars is saying something about that in #servo
- # [15:33] <jgraham> Manishearth: seems like a CI system that can't do that is only going to be suitable for tiny projects
- # [15:33] <caitp> well it's mostly catering to ruby/python/js apps
- # [15:34] * Quits: jdaggett (~jdaggett@ae031063.dynamic.ppp.asahi-net.or.jp) (Quit: jdaggett)
- # [15:34] <jgraham> Yeah, we might well not be their target audience
- # [15:34] <annevk> Oh, I missed this happened: http://www.w3.org/2014/Process-20140801/
- # [15:35] <jgraham> I'm not really sure why servo started using Travis in the first place, unless it was just that Mozilla releng were overstretched
- # [15:35] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Remote host closed the connection)
- # [15:35] <caitp> probably the same reason they started hosting projects on github; convenience
- # [15:35] <jgraham> The convenience of github is debatable :p
- # [15:36] <Manishearth> jgraham: Yeah, their target audience are people where "build" is the same as "run"
- # [15:36] <jgraham> (the attraction of it is more familiarity to potential contributers, which doesn't apply to the CI system)
- # [15:36] <zcorpan> <a style="color:black" href="http://yandex.com"><span
- # [15:36] <zcorpan> style="color: red;">Y</span>andex</a>—<a style="color:black" href="http://yandex.ru"><span
- # [15:36] <zcorpan> style="color: red;">Я</span>ндекс</a>
- # [15:36] <Manishearth> When I proposed it they seemed to think I wanted to split up the VM after installing deps ;)
- # [15:36] <foolip> annevk: maybe, it's in http://www.whatwg.org/specs/web-apps/current-work/#traverse-the-history-by-a-delta
- # [15:36] <caitp> that's what the convenience is, really
- # [15:37] <annevk> foolip: that's always triggered
- # [15:37] <caitp> but I'm not going to sit here and justify the use of github, onto more interesting things today :<
- # [15:37] <annevk> foolip: talk with roc?
- # [15:37] <foolip> annevk: looks like that only applies to go(), back() and forward(), am I missing something?
- # [15:37] <jgraham> I really wish someone would make a viable competitor to github; it's pretty obvious that we're all suffering from their near-monopoly position
- # [15:37] <foolip> annevk: ok :)
- # [15:38] <Ms2ger> jgraham, yeah, definitely releng being overstretched
- # [15:38] <annevk> foolip: step 5 of navigate (named navigated) also invokes it
- # [15:38] <annevk> zcorpan: yeah, noticed that
- # [15:39] <foolip> annevk: "If a task queued by the traverse the history by a delta algorithm is running" doesn't actually invoke it AFAICT
- # [15:40] <annevk> oh sorry, I'll look again
- # [15:40] * Quits: Streusel (~Anonymous@unaffiliated/streusel) (Quit: Computer has gone to sleep.)
- # [15:40] <Manishearth> jgraham: So it started off with me just tinkering with Travis and trying to get it to do snapshots because compiling rustc took forever for me, and I used to mess up with git so sometimes I'd end up compiling it 3-4 times because it kept clobbering itself. Later I decided to get it on Travis as an experiment, though I got blocked by an ICE. And then finally releng got overstretched and wpt was blocked on pypi and all that, so I and Lars worked
- # [15:41] <Manishearth> I find Travis better than buildbot fwiw. But if either one could get VM forking, that would be awesome
- # [15:42] <annevk> foolip: not sure now
- # [15:42] <foolip> it doesn't seem to add up
- # [15:42] <caitp> honestly I'm pretty sure they'd work with you guys on that
- # [15:42] <caitp> especially if mozilla wants to pay Travis for the multitudes of repos on github
- # [15:43] <foolip> additionally, Blink/WebKit actually does fully exit fullscreen for window.open, which seems outside of what's spec'd
- # [15:43] <annevk> foolip: https://www.w3.org/Bugs/Public/show_bug.cgi?id=18840
- # [15:43] <foolip> might make sense though?
- # [15:44] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
- # [15:46] * Joins: boogyman (~boogyman@38.88.11.131)
- # [15:46] * Quits: boogyman (~boogyman@38.88.11.131) (Changing host)
- # [15:46] * Joins: boogyman (~boogyman@pdpc/supporter/professional/boogyman)
- # [15:46] * Joins: zdobersek (~zan@109.201.152.7)
- # [15:48] * Joins: izhak (~izhak@92.248.142.152)
- # [15:48] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Ping timeout: 245 seconds)
- # [15:48] <jgraham> Manishearth: Well I'm hoping that the replacement for buildbot is better, but I think that travis is one of these things that is likely good when your needs are small but might not scale to more complex scenarios
- # [15:48] * Joins: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp)
- # [15:49] * Joins: TallTed (~Thud@63.119.36.36)
- # [15:50] <Manishearth> jgraham: Yeah. Though it probably wouldn't be too hard to just use Travis on the build slaves and tweak it for what we need
- # [15:50] <Manishearth> However, the Travis people are implementing goodies for us anyway, so it makes some sense to just go ahead with it
- # [15:51] <jgraham> Sure, I'm not arguing it doesn't make sense for now
- # [15:52] <jgraham> Like I say, hopefully TaskCluster eventually becomes a thing and we can implement our testing infrastructure in a way that is very flexible and low-latency
- # [15:53] * Quits: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp) (Ping timeout: 250 seconds)
- # [15:55] * Quits: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley) (Ping timeout: 244 seconds)
- # [15:56] <foolip> annevk: filed https://www.w3.org/Bugs/Public/show_bug.cgi?id=26584
- # [15:58] <Manishearth> jgraham: We should inject some stuff into Firefox that makes everyone part of our botnet and then use the botnet for CI
- # [15:59] * Manishearth thinks up more devious plans
- # [15:59] * Quits: zdobersek (~zan@109.201.152.7) (Quit: Leaving.)
- # [16:00] * Joins: zdobersek (~zan@109.201.152.7)
- # [16:00] <Ms2ger> We can just make Fx mine bitcoins and pay build people with them
- # [16:00] * Quits: boogyman (~boogyman@pdpc/supporter/professional/boogyman) (Quit: Leaving.)
- # [16:01] <caitp> finally after 2 decades, mozilla has a business model
- # [16:01] <jgraham> Hmm?
- # [16:02] <jgraham> Mozilla has a business model already… I guess you can debate how good it is, but I would bet it will work better than mining bitcoins :)
- # [16:02] <caitp> it's a joke jgraham
- # [16:02] <caitp> that's the joke
- # [16:04] <jgraham> I guess :) "How does Mozilla make any money" quickly becomes the sort of question that becomes so tedious you wish someone would just distribute a pamphlet to avoid answering it again
- # [16:06] <Manishearth> Ms2ger: next time I get asked where Mozilla gets money from I'm using that as an answer
- # [16:06] <Manishearth> ;P
- # [16:06] <Ms2ger> Manishearth, eh
- # [16:06] <Ms2ger> Manishearth, why not "Oh, we hacked a bitcoin miner into Chrome"? :)
- # [16:07] <Manishearth> hahaha even better
- # [16:07] <Ms2ger> That's why Google pays us so much
- # [16:07] * caitp can't wait to see that headline in Wired
- # [16:08] * Joins: boogyman (~boogyman@38.88.11.131)
- # [16:08] * Quits: boogyman (~boogyman@38.88.11.131) (Changing host)
- # [16:08] * Joins: boogyman (~boogyman@pdpc/supporter/professional/boogyman)
- # [16:11] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
- # [16:11] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Remote host closed the connection)
- # [16:13] * Joins: anchnk (~anchnk@static-176-182-141-112.ncc.abo.bbox.fr)
- # [16:13] * Joins: josemanuel (~josemanue@74.Red-88-27-0.staticIP.rima-tde.net)
- # [16:16] * Quits: josemanuel (~josemanue@74.Red-88-27-0.staticIP.rima-tde.net) (Client Quit)
- # [16:30] <annevk> www-tag o_O
- # [16:30] * Ms2ger gets popcorn
- # [16:30] * Guest35655 is now known as schuki
- # [16:32] <Ms2ger> Oh, it's Adam
- # [16:32] * Parts: rafaelrinaldi (~textual@B12E8B43.dynamic.spo.dsl.tesa.net.br) ("Textual IRC Client: www.textualapp.com")
- # [16:35] <jgraham> "numerous attorneys"
- # [16:36] <jgraham> Because with lawyers it's really the number that you spam that is the important thing.
- # [16:38] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Remote host closed the connection)
- # [16:42] * Joins: zcorpan_ (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [16:44] * Quits: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi) (Ping timeout: 240 seconds)
- # [16:45] * Joins: GPHemsley (~GPHemsley@50-196-38-225-static.hfc.comcastbusiness.net)
- # [16:45] * Quits: GPHemsley (~GPHemsley@50-196-38-225-static.hfc.comcastbusiness.net) (Changing host)
- # [16:45] * Joins: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley)
- # [16:46] * Quits: zenparsing (~zenparsin@97-81-81-172.dhcp.athn.ga.charter.com)
- # [16:48] * Joins: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp)
- # [16:52] * cbr_ is now known as cbr
- # [16:53] * Quits: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp) (Ping timeout: 245 seconds)
- # [16:58] <SamB__> jgraham: couldn't they just publish an FAQ on the website?
- # [16:58] * Joins: scor (scor@nat/acquia/x-dqtolnklhxxlseze)
- # [16:58] * Quits: scor (scor@nat/acquia/x-dqtolnklhxxlseze) (Changing host)
- # [16:58] * Joins: scor (scor@drupal.org/user/52142/view)
- # [17:00] * Quits: boogyman (~boogyman@pdpc/supporter/professional/boogyman) (Quit: Leaving.)
- # [17:00] * Joins: JosephSilber (~JosephSil@ool-44c3e80a.static.optonline.net)
- # [17:01] * Joins: Areks_home (~Areks@128-72-254-245.broadband.corbina.ru)
- # [17:01] * Joins: boogyman (~boogyman@38.88.11.131)
- # [17:01] * Quits: boogyman (~boogyman@38.88.11.131) (Changing host)
- # [17:01] * Joins: boogyman (~boogyman@pdpc/supporter/professional/boogyman)
- # [17:02] * Quits: Ducki (~Ducki@191.233.66.1) (Remote host closed the connection)
- # [17:04] * Joins: bholley (~bholley@199.73.115.45)
- # [17:04] * Quits: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley) (Quit: This computer has gone to sleep)
- # [17:06] * Quits: MikeSmith (~mike@sideshowbarker.net) (Quit: leaving)
- # [17:06] <annevk> antimattur <3
- # [17:06] * Quits: bholley (~bholley@199.73.115.45) (Client Quit)
- # [17:06] * Joins: MikeSmith (~mike@sideshowbarker.net)
- # [17:06] * Joins: mpaarating (~mpaaratin@rrcs-97-78-217-146.se.biz.rr.com)
- # [17:08] * Quits: jernoble (~jernoble@162.217.73.171) (Quit: Computer has gone to sleep.)
- # [17:10] * Quits: TallTed (~Thud@63.119.36.36)
- # [17:10] * Joins: zenparsing (~zenparsin@97-81-81-172.dhcp.athn.ga.charter.com)
- # [17:17] * Joins: TallTed (~Thud@63.119.36.36)
- # [17:17] * Quits: anchnk (~anchnk@static-176-182-141-112.ncc.abo.bbox.fr) (Quit: Leaving)
- # [17:20] * Quits: zcorpan_ (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Read error: Connection reset by peer)
- # [17:20] * Joins: jernoble (~jernoble@76.74.153.49)
- # [17:20] * Joins: zcorpan_ (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [17:21] <JakeA> annevk: Does http://fetch.spec.whatwg.org/#headers need a .keys() method, or is there some other way to get the headers?
- # [17:22] <annevk> JakeA: https://www.w3.org/Bugs/Public/show_bug.cgi?id=26102
- # [17:22] <JakeA> cool
- # [17:23] <annevk> JakeA: basically waiting for https://www.w3.org/Bugs/Public/show_bug.cgi?id=17648
- # [17:23] <annevk> JakeA: we've numerous collections, ideally they all do the same thing
- # [17:24] * Joins: bholley (~bholley@199.73.115.45)
- # [17:24] <JakeA> annevk: Any idea how close ES6 iterators are?
- # [17:25] <annevk> JakeA: not really, hard to make any predictions about ES without attending TC39 meetings :/
- # [17:25] <annevk> must be the most closed standards group we have
- # [17:27] <JakeA> hah
- # [17:30] * Quits: tj_vantoll (~Adium@c-98-250-130-237.hsd1.mi.comcast.net) (Quit: Leaving.)
- # [17:35] * Joins: MacTed (~Thud@63.119.36.36)
- # [17:35] * Joins: Areks|2 (~Areks@128-72-254-245.broadband.corbina.ru)
- # [17:35] * Joins: barnabywalters_ (~barnabywa@46-239-239-203.tal.is)
- # [17:37] * Quits: hemanth (~hemanth@122.166.182.198) (Quit: This computer has gone to sleep)
- # [17:39] * Joins: bholley_ (~bholley@s115045.csi-sbs.com)
- # [17:40] * Parts: cbr (~cbr@145.36.150.83.chzhher77.rootnet.ch)
- # [17:40] * Joins: cbr (~cbr@145.36.150.83.chzhher77.rootnet.ch)
- # [17:41] * Quits: Lachy__ (~Lachy@213.166.174.2) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [17:42] * Quits: bholley (~bholley@199.73.115.45) (Ping timeout: 240 seconds)
- # [17:42] * Quits: scrollback (scrollback@conference/jsconf/x-waajbaaogfpmhchh) (Ping timeout: 240 seconds)
- # [17:42] * Quits: barnabywalters (~barnabywa@46-239-239-203.tal.is) (Ping timeout: 240 seconds)
- # [17:42] * Quits: Areks_home (~Areks@128-72-254-245.broadband.corbina.ru) (Ping timeout: 240 seconds)
- # [17:42] * barnabywalters_ is now known as barnabywalters
- # [17:43] * Quits: TallTed (~Thud@63.119.36.36) (Read error: Connection reset by peer)
- # [17:43] * Quits: ivan\ (~ivan@unaffiliated/ivan/x-000001) (Ping timeout: 245 seconds)
- # [17:43] * Joins: ivan\ (~ivan@108-213-76-179.lightspeed.frokca.sbcglobal.net)
- # [17:43] * Quits: ivan\ (~ivan@108-213-76-179.lightspeed.frokca.sbcglobal.net) (Changing host)
- # [17:43] * Joins: ivan\ (~ivan@unaffiliated/ivan/x-000001)
- # [17:44] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
- # [17:47] * Quits: cbr (~cbr@145.36.150.83.chzhher77.rootnet.ch) (Quit: cbr)
- # [17:48] * Joins: lmclister (~lmclister@192.150.10.209)
- # [17:48] * Joins: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp)
- # [17:49] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Ping timeout: 240 seconds)
- # [17:53] * Quits: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp) (Ping timeout: 272 seconds)
- # [17:53] * Quits: barnabywalters (~barnabywa@46-239-239-203.tal.is) (Quit: barnabywalters)
- # [17:54] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [17:56] * Quits: jochen__ (jochen@nat/google/x-skycjdinfkciktbg) (Remote host closed the connection)
- # [17:56] * Quits: lmclister (~lmclister@192.150.10.209) (Read error: Connection reset by peer)
- # [17:57] * Quits: eric_carlson (~eric@17.202.43.125) (Quit: eric_carlson)
- # [17:57] * Quits: arpitab__ (uid10516@gateway/web/irccloud.com/x-zetiauloruhfuqhm) (Quit: Connection closed for inactivity)
- # [17:59] * Joins: lmclister (~lmclister@192.150.10.209)
- # [17:59] * Joins: eric_carlson (~eric@17.202.43.125)
- # [18:01] * Quits: MacTed (~Thud@63.119.36.36)
- # [18:02] * Joins: dbaron (~dbaron@50-0-128-161.dsl.dynamic.sonic.net)
- # [18:03] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [18:04] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [18:07] * Parts: adactio (~adactio@212.42.170.121)
- # [18:09] * Joins: ap (~ap@17.202.44.214)
- # [18:09] * Quits: jernoble (~jernoble@76.74.153.49) (Quit: Computer has gone to sleep.)
- # [18:09] * Quits: mven (~textual@ip68-104-38-84.lv.lv.cox.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [18:11] * Joins: ambv (~ambv@206.108.217.134)
- # [18:11] * Quits: espadrine` (~ttyl@LMontsouris-656-01-02-84.w80-12.abo.wanadoo.fr) (Ping timeout: 264 seconds)
- # [18:28] * Joins: wick (~komanda@customer-189-216-254-235.cablevision.net.mx)
- # [18:29] * Joins: say2joe (~say2joe@rrcs-76-79-68-2.west.biz.rr.com)
- # [18:33] * Quits: zenparsing (~zenparsin@97-81-81-172.dhcp.athn.ga.charter.com)
- # [18:34] * Quits: ambv (~ambv@206.108.217.134) (Read error: Connection reset by peer)
- # [18:35] * Joins: ambv (~ambv@206.108.217.134)
- # [18:37] * Quits: bret (~boot@50.7.8.106) (Ping timeout: 260 seconds)
- # [18:37] * Joins: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi)
- # [18:42] * Joins: zenparsing (~zenparsin@97-81-81-172.dhcp.athn.ga.charter.com)
- # [18:43] * Quits: ambv (~ambv@206.108.217.134) (Read error: Connection reset by peer)
- # [18:43] * Joins: ambv_ (~ambv@206.108.217.134)
- # [18:44] * Joins: BigBangUDR (~Thunderbi@101.61.216.108)
- # [18:46] * Joins: bret (~boot@50.7.8.106)
- # [18:47] * Joins: aiglesias (~aiglesias@181.31.0.158)
- # [18:48] * Quits: BigBangUDR (~Thunderbi@101.61.216.108) (Client Quit)
- # [18:57] * Quits: bnicholson (~bnicholso@24.130.57.109) (Ping timeout: 250 seconds)
- # [18:57] * Joins: tj_vantoll (~Adium@108.78.129.196)
- # [18:59] * Quits: bholley_ (~bholley@s115045.csi-sbs.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [19:01] * Quits: boogyman (~boogyman@pdpc/supporter/professional/boogyman) (Quit: Leaving.)
- # [19:02] * Quits: KevinMarks (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 260 seconds)
- # [19:02] * Joins: KevinMarks (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
- # [19:05] * Quits: lmclister (~lmclister@192.150.10.209) (Read error: Connection reset by peer)
- # [19:06] * Joins: lmclister (~lmclister@192.150.10.209)
- # [19:07] * hober2 is now known as hober
- # [19:08] * Quits: zdobersek (~zan@109.201.152.7) (Ping timeout: 255 seconds)
- # [19:12] * Quits: zenparsing (~zenparsin@97-81-81-172.dhcp.athn.ga.charter.com)
- # [19:18] * Quits: ehsan (~ehsan@24-212-207-29.cable.teksavvy.com) (Remote host closed the connection)
- # [19:19] * Quits: lmclister (~lmclister@192.150.10.209) (Read error: Connection reset by peer)
- # [19:25] * Joins: lmclister (~lmclister@192.150.10.209)
- # [19:26] * Joins: bnicholson (~bnicholso@2620:101:80fc:224:7e7a:91ff:fe25:a5c6)
- # [19:33] * Quits: lmclister (~lmclister@192.150.10.209) (Read error: Connection reset by peer)
- # [19:34] * Joins: zenparsing (~zenparsin@97-81-81-172.dhcp.athn.ga.charter.com)
- # [19:36] * Joins: benjamingr (uid23465@gateway/web/irccloud.com/x-rzhclkocvwcbifrq)
- # [19:37] * Joins: lmclister (~lmclister@192.150.10.209)
- # [19:40] * Joins: sicking (~sicking@c-98-210-159-193.hsd1.ca.comcast.net)
- # [19:41] * Joins: BigBangUDR (~Thunderbi@115.185.247.87)
- # [19:42] * Quits: BigBangUDR (~Thunderbi@115.185.247.87) (Client Quit)
- # [19:44] * Quits: gavin__ (~gavin@76.14.87.162) (Remote host closed the connection)
- # [19:44] * Joins: gavin_ (~gavin@76.14.87.162)
- # [19:45] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
- # [19:49] * Joins: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp)
- # [19:50] * Joins: jeremyj (~jeremyj@17.202.49.56)
- # [19:50] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Ping timeout: 260 seconds)
- # [19:52] * Quits: jeremyj (~jeremyj@17.202.49.56) (Client Quit)
- # [19:53] * Quits: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp) (Ping timeout: 245 seconds)
- # [19:54] * Joins: ehsan (~ehsan@2001:450:1f:224:99bd:1706:ffca:6c9a)
- # [19:54] * Joins: TallTed (~Thud@63.119.36.36)
- # [19:57] * Joins: jeremyj (~jeremyj@17.202.49.56)
- # [19:59] * Joins: barnabywalters (~barnabywa@89.17.128.127)
- # [20:04] * Quits: moo-_- (miohtama@lakka.kapsi.fi) (Ping timeout: 272 seconds)
- # [20:05] * Quits: zenparsing (~zenparsin@97-81-81-172.dhcp.athn.ga.charter.com)
- # [20:08] * Joins: moo-_- (miohtama@lakka.kapsi.fi)
- # [20:10] * Joins: jsbell (jsbell@nat/google/x-rvahpwuwgchkyuum)
- # [20:11] * Quits: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net) (Quit: othermaciej)
- # [20:12] * Quits: tj_vantoll (~Adium@108.78.129.196) (Quit: Leaving.)
- # [20:16] * Quits: lmclister (~lmclister@192.150.10.209) (Read error: Connection reset by peer)
- # [20:17] * Joins: weinig (~weinig@17.114.216.57)
- # [20:20] * Quits: dbaron (~dbaron@50-0-128-161.dsl.dynamic.sonic.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [20:21] * Joins: lmclister (~lmclister@192.150.10.209)
- # [20:23] * Joins: zenparsing (~zenparsin@97-81-81-172.dhcp.athn.ga.charter.com)
- # [20:24] * Quits: Garbee (uid21171@gateway/web/irccloud.com/x-uqkvgmrushvgmgtk) (Quit: Connection closed for inactivity)
- # [20:28] * Quits: nunnun (~hiro@2001:200:164:48:20c:29ff:fe02:11d2) (Ping timeout: 250 seconds)
- # [20:28] * Joins: tj_vantoll (~Adium@2601:4:5380:2ec:5549:e99b:368e:a23a)
- # [20:30] <Domenic> ES6 iterators are done and shipping in Firefox and Chrome
- # [20:32] * Quits: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi) (Quit: Reconnecting…)
- # [20:32] * Joins: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi)
- # [20:32] * Quits: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi) (Client Quit)
- # [20:33] * Joins: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi)
- # [20:33] * Quits: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi) (Client Quit)
- # [20:33] * Joins: bholley (~bholley@c-50-131-239-99.hsd1.ca.comcast.net)
- # [20:35] * Joins: Garbee (uid21171@gateway/web/irccloud.com/x-eoxcpicagazmrdfi)
- # [20:35] * Joins: ShaneHudson (~ShaneHuds@2.30.121.218)
- # [20:36] * Joins: smaug____ (~chatzilla@37-219-4-16.nat.bb.dnainternet.fi)
- # [20:38] * Quits: lmclister (~lmclister@192.150.10.209)
- # [20:38] * Quits: ambv_ (~ambv@206.108.217.134) (Quit: sys.exit(0) # computer went to sleep)
- # [20:38] * Joins: lmclister (~lmclister@192.150.10.209)
- # [20:39] * Joins: nunnun (~hiro@2001:200:164:48:20c:29ff:fe02:11d2)
- # [20:39] * Joins: ambv (~ambv@206.108.217.134)
- # [20:39] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [20:39] * Quits: willchan (willchan@nat/google/x-jvmdjmwbvjhezjqs) (Ping timeout: 260 seconds)
- # [20:40] * Quits: izhak (~izhak@92.248.142.152) (Ping timeout: 250 seconds)
- # [20:40] * Joins: zcorpan__ (~zcorpan@c-5eeaaaa6-74736162.cust.telenor.se)
- # [20:41] * Joins: BigBangUDR (~Thunderbi@115.247.150.135)
- # [20:43] * Quits: zcorpan_ (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Ping timeout: 244 seconds)
- # [20:43] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Ping timeout: 260 seconds)
- # [20:44] * Quits: BigBangUDR (~Thunderbi@115.247.150.135) (Client Quit)
- # [20:48] * Joins: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp)
- # [20:50] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [20:51] * Joins: zcorpan_ (~zcorpan@c-5eeaaaaa-74736162.cust.telenor.se)
- # [20:51] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Read error: Connection reset by peer)
- # [20:52] * Joins: willchan (willchan@nat/google/x-whmzlciewseucgsq)
- # [20:53] * Joins: boogyman (~boogyman@38.88.11.131)
- # [20:53] * Quits: boogyman (~boogyman@38.88.11.131) (Changing host)
- # [20:53] * Joins: boogyman (~boogyman@pdpc/supporter/professional/boogyman)
- # [20:53] * Quits: zcorpan__ (~zcorpan@c-5eeaaaa6-74736162.cust.telenor.se) (Ping timeout: 245 seconds)
- # [20:53] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [20:53] * Quits: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp) (Ping timeout: 260 seconds)
- # [20:54] * Quits: bholley (~bholley@c-50-131-239-99.hsd1.ca.comcast.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [20:56] * Quits: zcorpan_ (~zcorpan@c-5eeaaaaa-74736162.cust.telenor.se) (Ping timeout: 245 seconds)
- # [20:56] * Joins: bholley (~bholley@c-50-131-239-99.hsd1.ca.comcast.net)
- # [20:57] <wanderview> annevk: ^^^
- # [21:00] * Joins: jernoble (~jernoble@17.202.45.163)
- # [21:09] * Quits: lilmonkey` (~colin@pdpc/supporter/professional/riven) (Read error: Connection reset by peer)
- # [21:09] <TabAtkins> JakeA: Based on my last talk with Domenic, the plan is still to have Streams do binary-level stuff, object streams as something different, and *investigate* whether it's possible/worthwhile to merge them.
- # [21:09] <TabAtkins> (I don't think it is.)
- # [21:09] * Quits: zenparsing (~zenparsin@97-81-81-172.dhcp.athn.ga.charter.com)
- # [21:10] <TabAtkins> annevk: Note that you can add "iterator foo()" or whatever to your IDL right now.
- # [21:13] * Quits: bholley (~bholley@c-50-131-239-99.hsd1.ca.comcast.net) (Quit: Textual IRC Client: www.textualapp.com)
- # [21:13] * Joins: dbaron (~dbaron@2620:101:80fb:224:315c:54a6:1257:b15e)
- # [21:16] * Joins: jwalden (~waldo@2620:101:80fc:224:7e7a:91ff:fe25:a5a3)
- # [21:24] * Joins: BigBangUDR (~Thunderbi@115.247.150.135)
- # [21:25] * Quits: BigBangUDR (~Thunderbi@115.247.150.135) (Client Quit)
- # [21:28] * Joins: zenparsing (~zenparsin@97-81-81-172.dhcp.athn.ga.charter.com)
- # [21:29] * Joins: lilmonkey (~colin@5ED090B0.cm-7-1c.dynamic.ziggo.nl)
- # [21:29] * Quits: lilmonkey (~colin@5ED090B0.cm-7-1c.dynamic.ziggo.nl) (Changing host)
- # [21:29] * Joins: lilmonkey (~colin@pdpc/supporter/professional/riven)
- # [21:30] * Quits: cheron (~cheron@unaffiliated/cheron) (Ping timeout: 260 seconds)
- # [21:32] * Joins: zcorpan_ (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [21:35] * Quits: barnabywalters (~barnabywa@89.17.128.127) (Quit: barnabywalters)
- # [21:35] * Joins: barnabywalters (~barnabywa@89.17.128.127)
- # [21:36] * Quits: boogyman (~boogyman@pdpc/supporter/professional/boogyman) (Quit: Leaving.)
- # [21:36] * Quits: zcorpan_ (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Remote host closed the connection)
- # [21:40] * Quits: morrita_ (uid16889@gateway/web/irccloud.com/x-uolzydtkjnejpaqh) (Quit: Connection closed for inactivity)
- # [21:48] * Joins: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp)
- # [21:53] * Joins: boogyman (~boogyman@38.88.11.131)
- # [21:53] * Quits: boogyman (~boogyman@38.88.11.131) (Changing host)
- # [21:53] * Joins: boogyman (~boogyman@pdpc/supporter/professional/boogyman)
- # [21:53] * Quits: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp) (Ping timeout: 240 seconds)
- # [21:53] * Joins: othermaciej (~mjs@17.114.218.77)
- # [21:53] * Quits: sicking (~sicking@c-98-210-159-193.hsd1.ca.comcast.net) (Quit: sicking)
- # [21:54] * Quits: weinig (~weinig@17.114.216.57) (Quit: weinig)
- # [21:56] * Quits: KevinMarks (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 240 seconds)
- # [21:57] * Joins: BigBangUDR (~Thunderbi@115.247.150.135)
- # [21:57] * Joins: KevinMarks (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
- # [21:58] * Quits: BigBangUDR (~Thunderbi@115.247.150.135) (Client Quit)
- # [22:01] * Quits: ShaneHudson (~ShaneHuds@2.30.121.218)
- # [22:02] * Joins: bholley (~bholley@c-50-131-239-99.hsd1.ca.comcast.net)
- # [22:02] * Quits: KevinMarks (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 240 seconds)
- # [22:02] * Quits: bholley (~bholley@c-50-131-239-99.hsd1.ca.comcast.net) (Client Quit)
- # [22:04] * Joins: KevinMarks (~yaaic@2607:fb90:2205:a2f1:3111:78f2:d448:3c50)
- # [22:05] * Joins: jernoble|laptop (~jernoble@17.114.217.41)
- # [22:07] <annevk> TabAtkins: see the bug
- # [22:07] * Quits: jernoble (~jernoble@17.202.45.163) (Ping timeout: 240 seconds)
- # [22:07] <annevk> there's a bunch of stuff that doesn't really address
- # [22:07] <Ms2ger> http://www.reddit.com/r/IAmA/comments/2dk60t/we_build_internet_explorer_i_know_right_ask_us/
- # [22:07] <Domenic> It's important to allow custom iterator definitions in some way, in addition to "just copy Array.prototype's pattern"
- # [22:07] <Ms2ger> Who still has bugs they need IE feedback on?
- # [22:08] <Ms2ger> Oh, looks like they're done already
- # [22:08] <Domenic> SteveF got them good in that thread http://www.reddit.com/r/IAmA/comments/2dk60t/we_build_internet_explorer_i_know_right_ask_us/cjq8jph
- # [22:13] * Quits: scor (scor@drupal.org/user/52142/view) (Quit: scor)
- # [22:13] * Joins: jensnockert (~jensnocke@s83-179-51-171.cust.tele2.se)
- # [22:22] * Quits: boogyman (~boogyman@pdpc/supporter/professional/boogyman) (Quit: Leaving.)
- # [22:25] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [22:26] * Quits: nunnun (~hiro@2001:200:164:48:20c:29ff:fe02:11d2) (Ping timeout: 260 seconds)
- # [22:29] * Quits: barnabywalters (~barnabywa@89.17.128.127) (Quit: barnabywalters)
- # [22:31] * Joins: BigBangUDR (~Thunderbi@115.247.150.135)
- # [22:33] * Quits: BigBangUDR (~Thunderbi@115.247.150.135) (Client Quit)
- # [22:33] * SamB__ is now known as SamB
- # [22:33] * Quits: lmclister (~lmclister@192.150.10.209) (Read error: Connection reset by peer)
- # [22:34] * Joins: jacobolus (~jacobolus@2600:1012:b11f:c0aa:68bc:efc0:1a4a:3c97)
- # [22:37] * Joins: lmclister (~lmclister@192.150.10.209)
- # [22:37] * Joins: sicking (~sicking@corp-nat.p2p.sfo1.mozilla.com)
- # [22:38] * Joins: nunnun (~hiro@2001:200:164:48:20c:29ff:fe02:11d2)
- # [22:38] * Joins: tantek (~tantek@70-36-139-41.dsl.dynamic.sonic.net)
- # [22:39] * Quits: dbaron (~dbaron@2620:101:80fb:224:315c:54a6:1257:b15e) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [22:44] * lmclister is now known as lmclisteraway
- # [22:47] * Quits: jernoble|laptop (~jernoble@17.114.217.41) (Quit: Computer has gone to sleep.)
- # [22:48] * Joins: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp)
- # [22:53] * Quits: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp) (Ping timeout: 272 seconds)
- # [22:57] * Joins: dbaron (~dbaron@2620:101:80fb:232:d849:c2be:7451:be24)
- # [22:58] * Joins: andy_box31 (~andy_box3@109.255.120.55)
- # [22:59] * Quits: Areks|2 (~Areks@128-72-254-245.broadband.corbina.ru) (Ping timeout: 260 seconds)
- # [23:00] * Quits: zenparsing (~zenparsin@97-81-81-172.dhcp.athn.ga.charter.com)
- # [23:02] * Quits: richt (~richt@192.121.59.29) (Ping timeout: 260 seconds)
- # [23:02] * Joins: scor (~scor@c-24-2-162-32.hsd1.ma.comcast.net)
- # [23:02] * Quits: scor (~scor@c-24-2-162-32.hsd1.ma.comcast.net) (Changing host)
- # [23:02] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [23:03] * Quits: TallTed (~Thud@63.119.36.36)
- # [23:05] * Joins: zenparsing (~zenparsin@97-81-81-172.dhcp.athn.ga.charter.com)
- # [23:05] * Quits: ambv (~ambv@206.108.217.134) (Read error: Connection reset by peer)
- # [23:05] * Joins: ambv (~ambv@206.108.217.134)
- # [23:06] * Quits: zenparsing (~zenparsin@97-81-81-172.dhcp.athn.ga.charter.com) (Client Quit)
- # [23:07] * Joins: jonr22 (~jon@gw.wordstream.com)
- # [23:08] * Joins: ShaneHudson (~ShaneHuds@2.30.121.218)
- # [23:08] * Quits: jacobolus (~jacobolus@2600:1012:b11f:c0aa:68bc:efc0:1a4a:3c97) (Remote host closed the connection)
- # [23:08] * Joins: adactio (~adactio@cust217-dsl91-135-3.idnet.net)
- # [23:09] * Joins: richt (~richt@192.121.59.29)
- # [23:10] * Quits: mpaarating (~mpaaratin@rrcs-97-78-217-146.se.biz.rr.com) (Quit: mpaarating)
- # [23:10] * Quits: lmclisteraway (~lmclister@192.150.10.209) (Read error: Connection reset by peer)
- # [23:11] * Joins: lmclister (~lmclister@192.150.10.209)
- # [23:11] * Quits: jonr22 (~jon@gw.wordstream.com) (Client Quit)
- # [23:15] * Quits: tj_vantoll (~Adium@2601:4:5380:2ec:5549:e99b:368e:a23a) (Quit: Leaving.)
- # [23:16] * Quits: jensnockert (~jensnocke@s83-179-51-171.cust.tele2.se) (Remote host closed the connection)
- # [23:17] * Joins: jensnockert (~jensnocke@s83-179-51-171.cust.tele2.se)
- # [23:20] * Joins: newtron_work (~newtron@199.71.174.204)
- # [23:20] * Quits: roc (~chatzilla@121-98-105-71.bng1.tvc.orcon.net.nz) (Remote host closed the connection)
- # [23:21] * Quits: jensnockert (~jensnocke@s83-179-51-171.cust.tele2.se) (Ping timeout: 240 seconds)
- # [23:23] * Quits: lmclister (~lmclister@192.150.10.209) (Read error: Connection reset by peer)
- # [23:23] * Quits: newtron_ (~newtron@199.71.174.203) (Ping timeout: 240 seconds)
- # [23:24] * Quits: newtron_work (~newtron@199.71.174.204) (Ping timeout: 240 seconds)
- # [23:25] * Joins: lmclister (~lmclister@192.150.10.209)
- # [23:29] * Quits: abinader (sid21713@gateway/web/irccloud.com/x-zurmgftueeroiuom)
- # [23:32] * Quits: jeremyj (~jeremyj@17.202.49.56) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [23:33] * Joins: jdaggett (~jdaggett@ae031063.dynamic.ppp.asahi-net.or.jp)
- # [23:35] * Joins: espadrine` (~ttyl@AMontsouris-158-1-60-164.w92-128.abo.wanadoo.fr)
- # [23:37] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [23:38] * Quits: jdaggett (~jdaggett@ae031063.dynamic.ppp.asahi-net.or.jp) (Quit: jdaggett)
- # [23:43] * Quits: sicking (~sicking@corp-nat.p2p.sfo1.mozilla.com) (Quit: sicking)
- # [23:46] * Quits: Ms2ger (~Ms2ger@5.222-242-81.adsl-dyn.isp.belgacom.be) (Quit: nn)
- # [23:49] * Joins: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp)
- # [23:49] * Joins: sicking (~sicking@corp-nat.p2p.sfo1.mozilla.com)
- # [23:50] * Quits: othermaciej (~mjs@17.114.218.77) (Quit: othermaciej)
- # [23:53] * Quits: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp) (Ping timeout: 255 seconds)
- # [23:55] * Joins: othermaciej (~mjs@17.114.218.77)
- # Session Close: Fri Aug 15 00:00:00 2014
The end :)