Options:
- # Session Start: Thu Aug 07 00:00:00 2014
- # Session Ident: #whatwg
- # [00:01] * Quits: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp) (Ping timeout: 260 seconds)
- # [00:03] * Quits: darobin (~darobin@72.29.218.2) (Remote host closed the connection)
- # [00:05] * Joins: lmclister (~lmclister@192.150.10.209)
- # [00:08] * Quits: newtron_ (~newtron@184.175.4.74) (Remote host closed the connection)
- # [00:09] * Joins: newtron_ (~newtron@184.175.4.74)
- # [00:13] * Quits: jensnockert (~jensnocke@s83-179-51-171.cust.tele2.se) (Remote host closed the connection)
- # [00:13] * Quits: newtron_ (~newtron@184.175.4.74) (Ping timeout: 240 seconds)
- # [00:20] * Quits: weinig (~weinig@17.114.219.208) (Quit: weinig)
- # [00:27] * Joins: estellevw (~estellewy@209.49.66.106)
- # [00:28] <Hixie> jorendorff: so despite my best efforts, i can't really figure out what happens when you have an "import" statement still
- # [00:29] <jorendorff> Hixie: import is a directive to the loader. It means "before you even think about running this code,
- # [00:29] <Hixie> i mean at a very concrete level
- # [00:29] <jorendorff> Hixie: load *that* module and its dependencies."
- # [00:29] <Hixie> involved loader records and all that
- # [00:29] <Hixie> involving
- # [00:30] <Hixie> does it involve CreateLoaderRecord()?
- # [00:30] <Hixie> nothing seems to call CreateLoaderRecord except Reflect.Loader(), which i assume isn't directly invoked by the spec
- # [00:31] <jorendorff> Hixie: I don't have time to explain in detail just now, but can we talk tomorrow?
- # [00:31] <Hixie> sure
- # [00:31] <jorendorff> Hixie: in short, CreateLoaderRecord shouldn't exist, those should be internal slots of the Loader object. It's just the Loader, that's all.
- # [00:32] <Hixie> "shouldn't" as in you disagree with the spec, as in the spec will be changed, or as in i should be ignoring that part of the spec?
- # [00:33] <jorendorff> i think the spec is unnecessarily complex, but and you should think of those as internal slots of the Loader object because that's what they are in practice
- # [00:33] <jorendorff> Hixie: the spec doesn't explicitly create a Loader; it specifies that one exists at startup, details to be supplied by the embedding
- # [00:33] <jorendorff> i'll be around tomorrow
- # [00:33] <Hixie> the spec is definitely unnecessarily complex, but it's the spec, so... :-(
- # [00:33] <Hixie> k
- # [00:35] * Quits: Lachy_ (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [00:38] <Hixie> gah i don't get this spec
- # [00:38] <Hixie> it has all these dangling definitions
- # [00:38] <Hixie> 26.4 The System Object
- # [00:38] <Hixie> The System object is the Loader Object instance associated with the Realm of the current global object.
- # [00:39] <Hixie> first of all, "Loader Object instance"? surely you can't have an instance of an object, objects _are_ instances
- # [00:39] <Hixie> secondly, the term "System Object" doesn't get mentioned anywhere else except that one sentence.
- # [00:39] * Joins: newtron_ (~newtron@184.175.4.74)
- # [00:41] <Hixie> 8.2 Code Realms "A Realm is specified as a Record with the fields specified in Table 20:" [...] "[[loader]]" [...] "The Loader object that can associate ECMAScript code with this Realm"
- # [00:41] <caitp> over 50% of implementors should be able to figure it out! [[snerk]]
- # [00:41] <Hixie> the term "[[loader]]" isn't mentioned anywhere else either
- # [00:41] <Hixie> 6.1.7.4 Well-Known Intrinsic Objects "Well-known intrinsics are built-in objects that are explicitly referenced by the algorithms of this specification and which usually have Realm specific identities." [...] "%Loader%" (no definition)
- # [00:42] <Hixie> %Loader% is only used twice: "The initialize value of Reflect.Loader is the %Loader% intrinsic object" and "The initial value of Reflect.Loader.prototype.constructor is the built-in %Loader% constructor"
- # [00:42] <Hixie> so, looks like we have three separate realm-specific Loader objects. but. none of them are used to load anything.
- # [00:44] * Quits: newtron_ (~newtron@184.175.4.74) (Ping timeout: 240 seconds)
- # [00:44] <Hixie> does anyone implement any of this stuff?
- # [00:44] * Joins: Rastus_Vernon (uid15187@wikimedia/Rastus-Vernon)
- # [00:45] <caitp> i recall there was a bug for it on mozilla's tracker, dunno the status of it
- # [00:46] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
- # [00:47] <caitp> and by "it" I really mean realms, because it's kind of a blocker for the rest of that I think?
- # [00:49] <Hixie> browsers have implemented realms for years (implicitly)
- # [00:49] <Hixie> i meant the Loader thing
- # [00:50] <caitp> is not Loader related to modules?
- # [00:50] <caitp> anyways, there's no bug found for "es6 loader"
- # [00:50] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
- # [00:51] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Remote host closed the connection)
- # [00:53] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
- # [00:56] * Quits: benjamingr (uid23465@gateway/web/irccloud.com/x-afjpzjgxcsqrtxnn) (Quit: Connection closed for inactivity)
- # [00:56] * Joins: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp)
- # [00:59] * Joins: seventh (seventh@192.64.7.254)
- # [01:01] * Joins: sicking (~sicking@corp.mtv2.mozilla.com)
- # [01:01] * Quits: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp) (Ping timeout: 260 seconds)
- # [01:02] * Quits: Areks (~Areks@128-72-254-245.broadband.corbina.ru) (Ping timeout: 250 seconds)
- # [01:04] * Quits: lmclister (~lmclister@192.150.10.209) (Read error: Connection reset by peer)
- # [01:06] * Quits: KevinMarks (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 250 seconds)
- # [01:11] * Quits: jeremyj (~jeremyj@17.202.49.56) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [01:12] * Joins: lmclister (~lmclister@192.150.10.209)
- # [01:13] * Quits: mpaarating (~mpaaratin@rrcs-97-78-217-146.se.biz.rr.com) (Quit: mpaarating)
- # [01:14] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Remote host closed the connection)
- # [01:19] * Joins: jeremyj (~jeremyj@17.202.49.56)
- # [01:26] * Quits: sicking (~sicking@corp.mtv2.mozilla.com) (Quit: sicking)
- # [01:31] * Joins: newtron_ (~newtron@184.175.4.74)
- # [01:32] * Joins: hasather (~hasather@80.91.33.141)
- # [01:35] * Quits: newtron_ (~newtron@184.175.4.74) (Ping timeout: 240 seconds)
- # [01:36] * Quits: hasather (~hasather@80.91.33.141) (Ping timeout: 255 seconds)
- # [01:37] * Quits: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi) (Ping timeout: 240 seconds)
- # [01:37] * Quits: estellevw (~estellewy@209.49.66.106) (Quit: estellevw)
- # [01:38] * Joins: sicking (~sicking@corp.mtv2.mozilla.com)
- # [01:46] * Quits: encrypt3d_fracta (~encryptd_@209.201.113.2) (Remote host closed the connection)
- # [01:46] * Joins: encrypt3d_fracta (~encryptd_@209.201.113.2)
- # [01:47] * Quits: lmclister (~lmclister@192.150.10.209)
- # [01:47] * Joins: mven_ (~textual@ip68-104-38-84.lv.lv.cox.net)
- # [01:49] * Joins: estellevw (~estellewy@209.49.66.106)
- # [01:50] * Quits: encrypt3d_fracta (~encryptd_@209.201.113.2) (Ping timeout: 240 seconds)
- # [01:50] * Quits: diffalot (~diffalot@c-75-66-188-195.hsd1.ms.comcast.net) (Ping timeout: 255 seconds)
- # [01:52] * Joins: diffalot (~diffalot@c-75-66-188-195.hsd1.ms.comcast.net)
- # [01:56] * Joins: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp)
- # [01:57] * Joins: weinig (~weinig@98.234.191.242)
- # [01:57] * Quits: othermaciej (~mjs@17.114.219.14) (Quit: othermaciej)
- # [01:59] * Joins: encrypt3d_fracta (~encryptd_@209.201.113.2)
- # [02:01] * Quits: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp) (Ping timeout: 250 seconds)
- # [02:02] * Quits: encrypt3d_fracta (~encryptd_@209.201.113.2) (Remote host closed the connection)
- # [02:03] * Joins: encrypt3d_fracta (~encryptd_@209.201.113.2)
- # [02:03] * Quits: weinig (~weinig@98.234.191.242) (Quit: weinig)
- # [02:04] * Joins: bryanhowarth (~bryanhowa@c-76-115-8-178.hsd1.wa.comcast.net)
- # [02:05] * Joins: KevinMarks (~yaaic@172.56.39.170)
- # [02:07] * Quits: encrypt3d_fracta (~encryptd_@209.201.113.2) (Ping timeout: 245 seconds)
- # [02:08] * Quits: bryanhowarth (~bryanhowa@c-76-115-8-178.hsd1.wa.comcast.net) (Client Quit)
- # [02:11] * Quits: estellevw (~estellewy@209.49.66.106) (Quit: estellevw)
- # [02:11] * Quits: KevinMarks (~yaaic@172.56.39.170) (Read error: Connection reset by peer)
- # [02:11] * Quits: ap (~ap@17.202.44.214)
- # [02:12] * Joins: ambv (~ambv@206.108.217.134)
- # [02:16] * Joins: KevinMarks2 (~yaaic@172.56.39.170)
- # [02:16] * Quits: ambv (~ambv@206.108.217.134) (Ping timeout: 245 seconds)
- # [02:16] * Quits: sicking (~sicking@corp.mtv2.mozilla.com) (Quit: sicking)
- # [02:18] * Joins: vitorpacheco (~vitor@177.16.253.204)
- # [02:20] * Quits: KevinMarks2 (~yaaic@172.56.39.170) (Read error: Connection reset by peer)
- # [02:21] * Quits: boogyman (~boogyman@pdpc/supporter/professional/boogyman) (Ping timeout: 255 seconds)
- # [02:21] * Joins: ambv (~ambv@206.108.217.134)
- # [02:22] * Joins: sicking (~sicking@corp.mtv2.mozilla.com)
- # [02:26] * Joins: bholley (~bholley@68.208.122.33)
- # [02:31] * Joins: KevinMarks (~yaaic@172.56.38.72)
- # [02:34] * Quits: KevinMarks (~yaaic@172.56.38.72) (Read error: Connection reset by peer)
- # [02:38] * Quits: sicking (~sicking@corp.mtv2.mozilla.com) (Quit: sicking)
- # [02:38] * Joins: hasather (~hasather@80.91.33.141)
- # [02:41] * Joins: newtron_ (~newtron@184.175.4.74)
- # [02:43] * Quits: hasather (~hasather@80.91.33.141) (Ping timeout: 256 seconds)
- # [02:45] * Joins: estellevw (~estellewy@209.49.66.106)
- # [02:45] * Quits: newtron_ (~newtron@184.175.4.74) (Ping timeout: 240 seconds)
- # [02:52] * Quits: Rastus_Vernon (uid15187@wikimedia/Rastus-Vernon) (Quit: Connection closed for inactivity)
- # [02:56] * Quits: satazor (~satazor@a213-22-1-7.cpe.netcabo.pt) (Remote host closed the connection)
- # [02:56] * Joins: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp)
- # [02:57] * Joins: satazor (~satazor@a213-22-1-7.cpe.netcabo.pt)
- # [02:58] * Quits: jwalden (~waldo@2620:101:80fc:232:7e7a:91ff:fe25:a5a3) (Quit: ChatZilla 0.9.87-8.1450hg.fc20 [XULRunner 30.0/20140605102323])
- # [03:01] * Quits: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp) (Ping timeout: 244 seconds)
- # [03:01] * Quits: satazor (~satazor@a213-22-1-7.cpe.netcabo.pt) (Ping timeout: 256 seconds)
- # [03:14] * Joins: Goplat (~goplat@reactos/developer/Goplat)
- # [03:14] * Joins: benschwarz (uid2121@gateway/web/irccloud.com/x-lhzflvjyryxcamre)
- # [03:14] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
- # [03:16] <SamB> Hixie: I just got the "too slow?" note *on* the multi-page version ...
- # [03:16] <SamB> or so it seemed
- # [03:18] <SamB> Hixie: also isn't blink supposed to be non-defined at #the-blink-element rather than just #blink ?
- # [03:19] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Ping timeout: 244 seconds)
- # [03:27] * Joins: encrypt3d_fracta (~encryptd_@209.201.113.2)
- # [03:31] * Quits: encrypt3d_fracta (~encryptd_@209.201.113.2) (Remote host closed the connection)
- # [03:31] * Joins: encrypt3d_fracta (~encryptd_@209.201.113.2)
- # [03:32] * Quits: estellevw (~estellewy@209.49.66.106) (Quit: estellevw)
- # [03:32] * Quits: jeremyj (~jeremyj@17.202.49.56) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [03:36] * Quits: encrypt3d_fracta (~encryptd_@209.201.113.2) (Ping timeout: 260 seconds)
- # [03:38] * Quits: dbaron (~dbaron@2620:101:80fb:224:fdd7:136b:82a0:e67c) (Ping timeout: 240 seconds)
- # [03:39] * Joins: jeremyj (~jeremyj@17.202.49.56)
- # [03:39] * Joins: hasather (~hasather@80.91.33.141)
- # [03:43] * Quits: hasather (~hasather@80.91.33.141) (Ping timeout: 240 seconds)
- # [03:56] * Joins: kochi_home (~kochi_hom@122.133.198.67)
- # [04:00] * Quits: bholley (~bholley@68.208.122.33) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [04:01] * Quits: kochi_home (~kochi_hom@122.133.198.67) (Ping timeout: 245 seconds)
- # [04:04] * Quits: jtcranmer (~jcranmer@ras1.csl.tjhsst.edu) (Ping timeout: 255 seconds)
- # [04:11] * Quits: dawhite (~dawhite@74.118.22.223) (Ping timeout: 250 seconds)
- # [04:15] * Joins: dbaron (~dbaron@50-0-128-161.dsl.dynamic.sonic.net)
- # [04:22] * Joins: KevinMarks (~yaaic@172.56.39.140)
- # [04:26] * Quits: KevinMarks (~yaaic@172.56.39.140) (Read error: Connection reset by peer)
- # [04:30] * Quits: seventh (seventh@192.64.7.254) (Ping timeout: 250 seconds)
- # [04:31] * Joins: KevinMarks2 (~yaaic@172.56.39.140)
- # [04:33] * Joins: jtcranmer (~jcranmer@ras1.csl.tjhsst.edu)
- # [04:35] * Quits: KevinMarks2 (~yaaic@172.56.39.140) (Read error: Connection reset by peer)
- # [04:36] * Joins: yutak (~yutak@2401:fa00:4:1000:bcd1:9758:e117:406f)
- # [04:37] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [04:38] * Joins: bholley (~bholley@68.208.122.33)
- # [04:44] * Joins: KevinMarks2 (~yaaic@172.56.39.140)
- # [04:48] * Quits: KevinMarks2 (~yaaic@172.56.39.140) (Read error: Connection reset by peer)
- # [04:48] * Quits: tantek (~tantek@70-36-139-41.dsl.dynamic.sonic.net) (Quit: tantek)
- # [04:56] * Joins: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp)
- # [04:58] * Joins: KevinMarks (~yaaic@172.56.39.140)
- # [05:01] * Quits: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp) (Ping timeout: 272 seconds)
- # [05:05] * Quits: KevinMarks (~yaaic@172.56.39.140) (Read error: Connection reset by peer)
- # [05:08] * Joins: KevinMarks (~yaaic@172.56.39.140)
- # [05:13] * Quits: KevinMarks (~yaaic@172.56.39.140) (Read error: Connection reset by peer)
- # [05:16] * Joins: bufferino (~yz@103.11.50.142)
- # [05:16] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
- # [05:16] * Quits: bufferino (~yz@103.11.50.142) (Remote host closed the connection)
- # [05:17] * Joins: KevinMarks (~yaaic@172.56.39.140)
- # [05:20] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Ping timeout: 250 seconds)
- # [05:24] * Joins: bufferino (~yz@103.11.50.142)
- # [05:24] * Quits: bufferino (~yz@103.11.50.142) (Remote host closed the connection)
- # [05:34] * Quits: KevinMarks (~yaaic@172.56.39.140) (Read error: Connection reset by peer)
- # [05:39] * Joins: KevinMarks (~yaaic@172.56.39.140)
- # [05:40] * Quits: jeremyj (~jeremyj@17.202.49.56) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [05:43] * Joins: hasather (~hasather@80.91.33.141)
- # [05:45] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [05:45] * Quits: KevinMarks (~yaaic@172.56.39.140) (Read error: Connection reset by peer)
- # [05:47] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [05:48] * Quits: hasather (~hasather@80.91.33.141) (Ping timeout: 272 seconds)
- # [05:50] * Joins: KevinMarks (~yaaic@172.56.39.140)
- # [05:56] * Joins: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp)
- # [05:58] * Joins: boogyman (~boogyman@pdpc/supporter/professional/boogyman)
- # [05:58] * Joins: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
- # [05:59] * Quits: KevinMarks (~yaaic@172.56.39.140) (Ping timeout: 256 seconds)
- # [06:01] * Quits: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp) (Ping timeout: 255 seconds)
- # [06:21] * Joins: Dashiva_j (Dashiva@wikia/Dashiva)
- # [06:22] * Joins: yoichio_ (yoichio@nat/google/x-pdikpwqegtsebjwl)
- # [06:24] * Joins: aklein_ (sid4454@gateway/web/irccloud.com/x-efqkrjwputypgclb)
- # [06:24] * Joins: Amaan_ (uid4967@gateway/web/irccloud.com/x-kznjdkskvlvjtkbw)
- # [06:24] * Joins: arpitab___ (uid10516@gateway/web/irccloud.com/x-lxddpvpqiwjeehte)
- # [06:24] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [06:24] * Joins: remysharp_ (sid4345@gateway/web/irccloud.com/x-halzzcxjgjtlmfps)
- # [06:24] * Joins: Ablu_ (~ablu@quassel.woboq.de)
- # [06:26] * Joins: wilhelm_ (~wilhelm@178.255.149.100)
- # [06:26] * Joins: Hixie_ (~ianh@178.255.149.100)
- # [06:26] * Joins: broquain1 (~dbrook@static.94.217.47.78.clients.your-server.de)
- # [06:27] * Joins: k308 (~k308@k308.de)
- # [06:27] * Joins: zama_ (zama@2604:180::502b:135a)
- # [06:27] * Joins: foolip_ (~philip@37.139.17.34)
- # [06:27] * Joins: reggna_ (~reggna@irc.jagochmittmoln.se)
- # [06:29] * Joins: mven__ (~textual@ip68-104-38-84.lv.lv.cox.net)
- # [06:30] * Joins: manu- (~manu@216.252.204.51)
- # [06:30] * Joins: ajpiano_ (~ajpiano@li98-57.members.linode.com)
- # [06:31] * Joins: jory` (~jory@supercu.be)
- # [06:31] * Quits: mven_ (~textual@ip68-104-38-84.lv.lv.cox.net) (*.net *.split)
- # [06:31] * Quits: yoav_ (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net) (*.net *.split)
- # [06:31] * Quits: arpitab__ (uid10516@gateway/web/irccloud.com/x-jffnjrqlphlhhvne) (*.net *.split)
- # [06:31] * Quits: Amaan (uid4967@gateway/web/irccloud.com/x-mcjfrkmehcnmujjf) (*.net *.split)
- # [06:31] * Quits: zama (zama@unaffiliated/stryx/x-3871776) (*.net *.split)
- # [06:31] * Quits: howitdo (~howitdo@unaffiliated/howitdo) (*.net *.split)
- # [06:31] * Quits: k308de (~k308@k308.de) (*.net *.split)
- # [06:31] * Quits: yoichio (yoichio@nat/google/x-lljmstughpdlfdee) (*.net *.split)
- # [06:31] * Quits: manu (~manu@216.252.204.51) (*.net *.split)
- # [06:31] * Quits: jory (~jory@supercu.be) (*.net *.split)
- # [06:31] * Quits: Dashiva (Dashiva@wikia/Dashiva) (*.net *.split)
- # [06:31] * Quits: stalled (~stalled@unaffiliated/stalled) (*.net *.split)
- # [06:31] * Quits: remysharp (sid4345@gateway/web/irccloud.com/x-gitmsevgrbwdkbgn) (*.net *.split)
- # [06:31] * Quits: foolip (~philip@37.139.17.34) (*.net *.split)
- # [06:31] * Quits: aklein (sid4454@gateway/web/irccloud.com/x-mctogvncgrfectdk) (*.net *.split)
- # [06:31] * Quits: gsnedders (~gsnedders@5.2.16.23) (*.net *.split)
- # [06:31] * Quits: ajpiano (~ajpiano@li98-57.members.linode.com) (*.net *.split)
- # [06:31] * Quits: Ablu (~ablu@quassel.woboq.com) (*.net *.split)
- # [06:31] * Quits: wilhelm (~wilhelm@178.255.149.100) (*.net *.split)
- # [06:31] * Quits: broquaint (~dbrook@static.94.217.47.78.clients.your-server.de) (*.net *.split)
- # [06:31] * Quits: Hixie (~ianh@178.255.149.100) (*.net *.split)
- # [06:31] * Quits: reggna (~reggna@irc.jagochmittmoln.se) (*.net *.split)
- # [06:31] * Quits: jamorton (~jamorton@198.199.70.146) (*.net *.split)
- # [06:31] * Dashiva_j is now known as Dashiva
- # [06:32] * ajpiano_ is now known as ajpiano
- # [06:32] * arpitab___ is now known as arpitab__
- # [06:33] * aklein_ is now known as aklein
- # [06:34] * Amaan_ is now known as Amaan
- # [06:34] * remysharp_ is now known as remysharp
- # [06:35] * Joins: BigBangUDR (~Thunderbi@115.247.111.253)
- # [06:37] * Joins: stalled (~stalled@unaffiliated/stalled)
- # [06:38] * Joins: jamorton (~jamorton@198.199.70.146)
- # [06:39] * Joins: howitdo (~howitdo@cpe-071-068-106-211.carolina.res.rr.com)
- # [06:39] * Quits: howitdo (~howitdo@cpe-071-068-106-211.carolina.res.rr.com) (Changing host)
- # [06:39] * Joins: howitdo (~howitdo@unaffiliated/howitdo)
- # [06:45] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [06:45] * manu- is now known as manu
- # [06:48] * Quits: bholley (~bholley@68.208.122.33) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [06:54] * Quits: BigBangUDR (~Thunderbi@115.247.111.253) (Ping timeout: 245 seconds)
- # [06:56] * Joins: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp)
- # [07:01] * Quits: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp) (Ping timeout: 245 seconds)
- # [07:17] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
- # [07:19] * Joins: zdobersek (~zan@cpe-77.38.31.63.cable.t-1.si)
- # [07:21] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Ping timeout: 260 seconds)
- # [07:21] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [07:22] * Quits: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
- # [07:26] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [07:27] * Joins: BigBangUDR (~Thunderbi@103.249.181.147)
- # [07:34] * Joins: scor (~scor@c-24-2-162-32.hsd1.ma.comcast.net)
- # [07:34] * Quits: scor (~scor@c-24-2-162-32.hsd1.ma.comcast.net) (Changing host)
- # [07:34] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [07:41] * Quits: rniwa (~rniwa@67.164.23.121) (Quit: rniwa)
- # [07:42] * Quits: howitdo (~howitdo@unaffiliated/howitdo) (Ping timeout: 240 seconds)
- # [07:43] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [07:45] * Quits: jernoble|laptop (~jernoble@162.217.73.171) (Read error: Connection reset by peer)
- # [07:47] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [07:48] * Joins: Areks (~Areks@128-72-254-245.broadband.corbina.ru)
- # [07:49] * Quits: BigBangUDR (~Thunderbi@103.249.181.147) (Ping timeout: 272 seconds)
- # [07:51] * Quits: scor (~scor@drupal.org/user/52142/view) (Client Quit)
- # [07:52] * Joins: BigBangUDR (~Thunderbi@103.249.181.147)
- # [07:54] * Joins: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net)
- # [07:56] * Joins: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp)
- # [07:58] * Joins: howitdo (~howitdo@unaffiliated/howitdo)
- # [08:01] * Quits: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp) (Ping timeout: 250 seconds)
- # [08:11] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [08:12] * Joins: Ducki (~Ducki@191.233.66.1)
- # [08:12] * Joins: benjamingr (uid23465@gateway/web/irccloud.com/x-xjpisylzoijtbijg)
- # [08:14] * Joins: KevinMarks (~yaaic@107-204-232-178.lightspeed.sntcca.sbcglobal.net)
- # [08:16] * Joins: zdobersek1 (~zan@109.201.154.184)
- # [08:17] * Quits: zdobersek (~zan@cpe-77.38.31.63.cable.t-1.si) (Ping timeout: 272 seconds)
- # [08:18] * Quits: roc (~chatzilla@2001:cb0:b202:232:2677:3ff:fece:dc64) (Remote host closed the connection)
- # [08:20] * Quits: Goplat (~goplat@reactos/developer/Goplat) (Remote host closed the connection)
- # [08:31] * Joins: barneybook_8 (~barneyboo@36-224-197-75.dynamic-ip.hinet.net)
- # [08:36] * Quits: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net) (Quit: othermaciej)
- # [08:42] * Joins: hasather (~hasather@80.91.33.141)
- # [08:42] * Joins: Ms2ger (~Ms2ger@221.247-64-87.adsl-dyn.isp.belgacom.be)
- # [08:46] * Quits: hasather (~hasather@80.91.33.141) (Ping timeout: 245 seconds)
- # [08:47] * Quits: KevinMarks (~yaaic@107-204-232-178.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 246 seconds)
- # [08:51] * Joins: roc (~chatzilla@121-99-139-11.bng1.tvc.orcon.net.nz)
- # [08:56] * Joins: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp)
- # [08:57] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 264 seconds)
- # [08:58] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [08:58] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [09:01] * Quits: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp) (Ping timeout: 255 seconds)
- # [09:01] * Quits: dbaron (~dbaron@50-0-128-161.dsl.dynamic.sonic.net) (Ping timeout: 272 seconds)
- # [09:04] * Joins: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net)
- # [09:11] * Joins: markkes (~markkes@62.207.90.201)
- # [09:13] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
- # [09:16] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [09:18] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Ping timeout: 260 seconds)
- # [09:22] * Joins: xiinotulp (~plutoniix@node-m3d.pool-101-108.dynamic.totbb.net)
- # [09:25] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
- # [09:26] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 264 seconds)
- # [09:26] * Quits: plutoniix (~plutoniix@node-nni.pool-101-108.dynamic.totbb.net) (Ping timeout: 264 seconds)
- # [09:36] * Joins: TuRnaD0 (~Thunderbi@94.144.63.216)
- # [09:36] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [09:38] * Joins: davidyezsetz (~davidyezs@mail1.powerflasher.de)
- # [09:38] * Quits: Ducki (~Ducki@191.233.66.1) (Ping timeout: 272 seconds)
- # [09:38] * Quits: TuRnaD0 (~Thunderbi@94.144.63.216) (Read error: Connection reset by peer)
- # [09:42] * Joins: kaeku (~awissel@b2b-94-79-170-90.unitymedia.biz)
- # [09:49] * Joins: hasather (~hasather@80.91.33.141)
- # [09:52] * Quits: kaeku (~awissel@b2b-94-79-170-90.unitymedia.biz) (Ping timeout: 240 seconds)
- # [09:52] * Quits: mpt (~mpt@canonical/mpt) (Read error: Connection reset by peer)
- # [09:53] * Quits: hasather (~hasather@80.91.33.141) (Ping timeout: 250 seconds)
- # [09:55] * Joins: hasather (~hasather@80.91.33.141)
- # [09:56] * Joins: mpt (~mpt@canonical/mpt)
- # [09:56] * Joins: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp)
- # [10:00] * Quits: Ms2ger (~Ms2ger@221.247-64-87.adsl-dyn.isp.belgacom.be) (Ping timeout: 272 seconds)
- # [10:01] * Quits: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp) (Ping timeout: 260 seconds)
- # [10:01] * Joins: kaeku (~awissel@b2b-94-79-170-90.unitymedia.biz)
- # [10:03] * Quits: zdobersek1 (~zan@109.201.154.184) (Quit: Leaving.)
- # [10:06] * Joins: Lachy_ (~Lachy@cm-84.215.104.248.getinternet.no)
- # [10:06] * Joins: zdobersek (~zan@109.201.154.142)
- # [10:08] <mathiasbynens> https://code.google.com/p/v8/issues/detail?id=2218 + https://code.google.com/p/v8/issues/detail?id=2217 interoperability++
- # [10:08] <mathiasbynens> took over 2 years
- # [10:15] * Joins: Ducki (~Ducki@191.233.66.1)
- # [10:21] * Quits: Lachy_ (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [10:24] * xiinotulp is now known as plutoniix
- # [10:29] * Quits: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net) (Quit: othermaciej)
- # [10:32] * Joins: yoav_ (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net)
- # [10:33] * Quits: Ducki (~Ducki@191.233.66.1) (Ping timeout: 240 seconds)
- # [10:34] * Quits: zdobersek (~zan@109.201.154.142) (Ping timeout: 255 seconds)
- # [10:34] * Joins: Ducki (~Ducki@191.233.66.1)
- # [10:38] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Read error: Connection reset by peer)
- # [10:39] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
- # [10:39] * Joins: Maurice` (copyman@5ED5617C.cm-7-6b.dynamic.ziggo.nl)
- # [10:40] <annevk> mathiasbynens: writing the spec, the tests, and the implementation is a shame though, but kudos!
- # [10:40] <annevk> mathiasbynens: are these methods in ES6 now?
- # [10:41] <annevk> looks like it
- # [10:41] <annevk> you can search for "blink" :-)
- # [10:49] <annevk> mathiasbynens: are you waiting with updating http://javascript.spec.whatwg.org/ until ES6 is published?
- # [10:49] * Parts: davidyezsetz (~davidyezs@mail1.powerflasher.de)
- # [10:50] * Joins: davidyezsetz (~davidyezs@mail1.powerflasher.de)
- # [10:50] * Quits: davidyezsetz (~davidyezs@mail1.powerflasher.de) (Client Quit)
- # [10:51] * Joins: davidyezsetz (~davidyezs@mail1.powerflasher.de)
- # [10:52] * Quits: kochi1 (~kochi@2401:fa00:4:1000:9db:3170:eda2:adf) (Ping timeout: 240 seconds)
- # [10:53] * Joins: Lachy_ (~Lachy@213.166.174.2)
- # [10:53] <mathiasbynens> yeah, thanks to spec bug reports i filed two years ago
- # [10:53] <mathiasbynens> they are in ES6 now
- # [10:54] <mathiasbynens> re: waiting, i’m not sure. is https://people.mozilla.org/~jorendorff/es6-draft.html official enough to use as a reference in a spec?
- # [10:56] * Quits: kaeku (~awissel@b2b-94-79-170-90.unitymedia.biz) (Ping timeout: 255 seconds)
- # [10:56] * Joins: GPHemsley (~GPHemsley@83.218.154.42)
- # [10:56] * Quits: GPHemsley (~GPHemsley@83.218.154.42) (Changing host)
- # [10:56] * Joins: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley)
- # [10:56] * Joins: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp)
- # [10:57] * Quits: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley) (Client Quit)
- # [10:57] * Joins: GPHemsley (~GPHemsley@83.218.154.42)
- # [10:57] * Quits: GPHemsley (~GPHemsley@83.218.154.42) (Changing host)
- # [10:57] * Joins: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley)
- # [11:01] * Quits: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp) (Ping timeout: 240 seconds)
- # [11:02] * Joins: kaeku (~awissel@b2b-94-79-170-90.unitymedia.biz)
- # [11:06] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Remote host closed the connection)
- # [11:06] * Joins: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi)
- # [11:07] * Joins: kochi1 (~kochi@2401:fa00:4:1000:d8a8:b9f9:f8e7:c853)
- # [11:08] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
- # [11:09] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
- # [11:10] <tobie> mathiasbynens: that's the one we reference in specref: http://specref.jit.su/search-refs?q=es6
- # [11:10] <tobie> http://specref.jit.su/bibrefs?refs=ECMASCRIPT
- # [11:11] * Quits: BigBangUDR (~Thunderbi@103.249.181.147) (Ping timeout: 272 seconds)
- # [11:12] * Quits: boogyman (~boogyman@pdpc/supporter/professional/boogyman) (Quit: ChatZilla 0.9.90.1 [Firefox 31.0/20140716183446])
- # [11:13] * Joins: barnabywalters (~barnabywa@46-239-239-203.tal.is)
- # [11:15] <annevk> mathiasbynens: definitely for WHATWG
- # [11:16] <annevk> mathiasbynens: it's as close to Living Standard as you can get, and it's what implementers are targeting
- # [11:17] <mathiasbynens> ok, cool
- # [11:17] * Quits: winniwinter (~danieL@31.7.58.236) (Remote host closed the connection)
- # [11:22] * Joins: KevinMarks (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
- # [11:24] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [11:26] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Remote host closed the connection)
- # [11:33] * Quits: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley) (Quit: This computer has gone to sleep)
- # [11:36] * Joins: Ms2ger (~Ms2ger@221.247-64-87.adsl-dyn.isp.belgacom.be)
- # [11:39] * Joins: Lachy__ (~Lachy@tmo-104-67.customers.d1-online.com)
- # [11:41] * Quits: Lachy_ (~Lachy@213.166.174.2) (Ping timeout: 245 seconds)
- # [11:42] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 255 seconds)
- # [11:44] * Krinkle|detached is now known as Krinkle
- # [11:46] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
- # [11:56] * Joins: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp)
- # [12:01] * Quits: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp) (Ping timeout: 245 seconds)
- # [12:04] * Quits: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi) (Ping timeout: 255 seconds)
- # [12:05] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [12:06] * Joins: Lachy_ (~Lachy@213.166.174.2)
- # [12:06] * Quits: Lachy__ (~Lachy@tmo-104-67.customers.d1-online.com) (Ping timeout: 246 seconds)
- # [12:13] * Joins: GPHemsley (~GPHemsley@2001:450:1d:232:21c:b3ff:febd:5c6c)
- # [12:13] * Quits: GPHemsley (~GPHemsley@2001:450:1d:232:21c:b3ff:febd:5c6c) (Changing host)
- # [12:13] * Joins: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley)
- # [12:13] * Quits: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley) (Client Quit)
- # [12:14] * Joins: GPHemsley (~GPHemsley@207.218.72.66)
- # [12:14] * Quits: GPHemsley (~GPHemsley@207.218.72.66) (Changing host)
- # [12:14] * Joins: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley)
- # [12:16] <tobie> annevk: are you using the enhancement tag to denote post v1 features in SW repo?
- # [12:16] <annevk> tobie: I guess
- # [12:16] <annevk> tobie: post Q3 features
- # [12:16] <tobie> just added a v2 milestone to do the same. :/
- # [12:17] <annevk> tobie: that seems a bit clearer actually
- # [12:17] <annevk> tobie: can we rename labels?
- # [12:17] <tobie> yup. will do.
- # [12:18] <tobie> a preference for using a milestone, or a tag?
- # [12:25] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Remote host closed the connection)
- # [12:25] <annevk> tobie: tag is what we did so far
- # [12:26] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 240 seconds)
- # [12:26] <tobie> annevk: oh, well. added a version 2 milestone (we can always replace by a tag instead)
- # [12:27] <tobie> currently triaging enhancements as pertaining to required enhancements for v1 or feature requests for the future
- # [12:30] <tobie> annevk, JakeA: status of https://github.com/slightlyoff/ServiceWorker/issues/224
- # [12:30] <tobie> ?
- # [12:32] * Quits: yoav_ (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net) (Ping timeout: 260 seconds)
- # [12:33] <JakeA> tobie: I'd rather we just did this in CSP, but I think we're going to end up sending some kind of header as slightlyoff says
- # [12:35] <tobie> JakeA: still something we need for v1, right?
- # [12:35] <JakeA> yep
- # [12:41] * Joins: yoav_ (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net)
- # [12:41] * Quits: plutoniix (~plutoniix@node-m3d.pool-101-108.dynamic.totbb.net) (Ping timeout: 272 seconds)
- # [12:43] * Joins: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi)
- # [12:46] * Joins: plutoniix (~plutoniix@node-ajs.pool-125-25.dynamic.totbb.net)
- # [12:48] * Joins: satazor (~satazor@a213-22-1-7.cpe.netcabo.pt)
- # [12:48] * Quits: davidyezsetz (~davidyezs@mail1.powerflasher.de) (Quit: davidyezsetz)
- # [12:49] <tobie> annevk: added a version 1 milestone to all issues tagged with impacts MVP
- # [12:49] <tobie> annevk: you can look at unassigned issues here: https://github.com/slightlyoff/ServiceWorker/issues?q=is%3Aopen+is%3Aissue+no%3Amilestone
- # [12:53] * Joins: Lachy__ (~Lachy@213.166.174.2)
- # [12:54] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [12:56] * Quits: Lachy_ (~Lachy@213.166.174.2) (Ping timeout: 272 seconds)
- # [13:00] * Quits: benschwarz (uid2121@gateway/web/irccloud.com/x-lhzflvjyryxcamre) (Quit: Connection closed for inactivity)
- # [13:05] * Quits: Lachy__ (~Lachy@213.166.174.2) (Read error: Connection reset by peer)
- # [13:05] * Joins: Lachy_ (~Lachy@213.166.174.2)
- # [13:07] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 264 seconds)
- # [13:12] * Joins: Lachy__ (~Lachy@213.166.174.2)
- # [13:13] <zcorpan> what's the reason we can't always autorotate like mobile safari? https://www.w3.org/Bugs/Public/show_bug.cgi?id=25508
- # [13:15] <annevk> zcorpan: does it do that even for <img>?
- # [13:15] * annevk thought that was not going to be compatible
- # [13:16] * Quits: Lachy_ (~Lachy@213.166.174.2) (Ping timeout: 272 seconds)
- # [13:17] <zcorpan> i haven't tested but i see claims that it does
- # [13:24] <zcorpan> https://code.google.com/p/chromium/issues/detail?id=56845#c52
- # [13:30] * Krinkle is now known as Krinkle|detached
- # [13:30] * Krinkle|detached is now known as Krinkle
- # [13:32] * Joins: zdobersek (~zan@109.201.152.25)
- # [13:33] * Quits: mven (~textual@169.241.49.57) (Ping timeout: 272 seconds)
- # [13:36] <zcorpan> https://raw.githubusercontent.com/recurser/exif-orientation-examples/master/Landscape_6.jpg looks like gecko/blink/webkit honor exif for the top-level img page but not for <img>
- # [13:40] * Krinkle is now known as Krinkle|detached
- # [13:40] * Joins: mven (~textual@169.241.49.57)
- # [13:41] * Quits: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi) (Ping timeout: 272 seconds)
- # [13:43] <zcorpan> http://www.browserstack.com/screenshots/5864b36445508e27c01ccb333d17b979c27cdfb7
- # [13:44] * Joins: expl0r3 (6402f2ba@gateway/web/freenode/ip.100.2.242.186)
- # [13:45] <annevk> Somewhat weird as both use <img>
- # [13:52] <zcorpan> who should i cc from apple/webkit?
- # [13:52] * Joins: arthurvr (~arthurvr@dD5761476.access.telenet.be)
- # [13:55] * Joins: davidyezsetz (~davidyezs@mail1.powerflasher.de)
- # [13:56] * Joins: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp)
- # [14:01] * Quits: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp) (Ping timeout: 240 seconds)
- # [14:04] * Joins: sarir (~sari@p50995cae.dip0.t-ipconnect.de)
- # [14:09] * Quits: mven (~textual@169.241.49.57) (Read error: Connection reset by peer)
- # [14:09] * Joins: tj_vantoll (~Adium@2601:4:5380:2ec:251a:4b6e:a15f:3a19)
- # [14:12] * Joins: tj_vantoll1 (~Adium@c-98-250-130-237.hsd1.mi.comcast.net)
- # [14:12] * Joins: mven (~textual@169.241.49.57)
- # [14:14] * Quits: mven (~textual@169.241.49.57) (Read error: Connection reset by peer)
- # [14:14] * Joins: mven (~textual@169.241.49.57)
- # [14:14] * Quits: tj_vantoll (~Adium@2601:4:5380:2ec:251a:4b6e:a15f:3a19) (Ping timeout: 240 seconds)
- # [14:24] * Quits: Lachy__ (~Lachy@213.166.174.2) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [14:26] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
- # [14:30] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Ping timeout: 245 seconds)
- # [14:31] * Joins: Lachy_ (~Lachy@213.166.174.2)
- # [14:31] <annevk> zcorpan: hober?
- # [14:32] * Quits: Ms2ger (~Ms2ger@221.247-64-87.adsl-dyn.isp.belgacom.be) (Ping timeout: 250 seconds)
- # [14:33] <zcorpan> thx
- # [14:35] * Joins: newtron_ (~newtron@199.71.174.203)
- # [14:44] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [14:45] * Quits: scor (~scor@drupal.org/user/52142/view) (Client Quit)
- # [14:50] * Krinkle|detached is now known as Krinkle
- # [14:54] * Quits: kaeku (~awissel@b2b-94-79-170-90.unitymedia.biz) (Quit: kaeku)
- # [14:55] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [14:56] * Joins: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp)
- # [14:57] * Quits: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley) (Quit: This computer has gone to sleep)
- # [15:01] * Quits: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp) (Ping timeout: 245 seconds)
- # [15:02] * Quits: scrollback (scrollback@conference/jsconf/x-tjrnmcwvbtjngcwg) (Remote host closed the connection)
- # [15:03] * Joins: scrollback (scrollback@conference/jsconf/x-heezhdesyzswnwku)
- # [15:06] * Joins: abinader (sid21713@gateway/web/irccloud.com/x-kugbwgokmqyphrxs)
- # [15:07] * Joins: Somatt_wrk_ (~somattwrk@130.193.24.135)
- # [15:07] * Quits: Somatt_wrk (~somattwrk@130.193.24.135) (Read error: Connection reset by peer)
- # [15:19] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [15:19] * Joins: winniwinter (~danieL@31.7.58.236)
- # [15:22] * Joins: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp)
- # [15:22] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Quit: ChatZilla 0.9.90.1 [Firefox 31.0/20140716183446])
- # [15:31] * Quits: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp) (Remote host closed the connection)
- # [15:31] * Joins: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp)
- # [15:32] * Parts: expl0r3 (6402f2ba@gateway/web/freenode/ip.100.2.242.186)
- # [15:34] * Quits: arthurvr (~arthurvr@dD5761476.access.telenet.be) (Quit: Computer has gone to sleep.)
- # [15:35] * Joins: ehsan (~ehsan@24-212-207-29.cable.teksavvy.com)
- # [15:35] * Quits: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp) (Remote host closed the connection)
- # [15:36] <tobie> annevk: why isn't QuotaExceededError not a subclass of DOMException?
- # [15:37] <tobie> annevk: why isn't QuotaExceededError a subclass of DOMException?
- # [15:37] * Joins: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp)
- # [15:37] <tobie> (sorry for !!)
- # [15:37] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [15:38] <tobie> annevk: I thought things went something like QuotaExceededError < DOMException < Error
- # [15:43] <zcorpan> i've caught up with email now, except for critic
- # [15:44] * Joins: TallTed (~Thud@63.119.36.36)
- # [15:44] * zcorpan marks all as read
- # [15:48] <annevk> tobie: we haven't sorted exceptions
- # [15:54] * Joins: bholley (~bholley@68.208.122.33)
- # [16:01] * Quits: bholley (~bholley@68.208.122.33) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [16:04] <Domenic> tobie: there are no subclasses of DOMException; just DOMExceptions with different `name` properties
- # [16:07] * Joins: encrypt3d_fracta (~encryptd_@209.201.113.2)
- # [16:14] * Joins: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley)
- # [16:19] * Quits: Somatt_wrk_ (~somattwrk@130.193.24.135) (Quit: ( www.nnscript.com :: NoNameScript 4.22 :: www.esnation.com ))
- # [16:19] * Joins: arthurvr (~arthurvr@dD5761476.access.telenet.be)
- # [16:20] * Krinkle is now known as Krinkle|detached
- # [16:21] * Joins: vitor-br (~vitor@179.177.188.210.dynamic.adsl.gvt.net.br)
- # [16:23] * Joins: scor (scor@nat/acquia/x-ywpyzqeqivgmgseq)
- # [16:23] * Quits: scor (scor@nat/acquia/x-ywpyzqeqivgmgseq) (Changing host)
- # [16:23] * Joins: scor (scor@drupal.org/user/52142/view)
- # [16:23] * Quits: vitorpacheco (~vitor@177.16.253.204) (Ping timeout: 246 seconds)
- # [16:24] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Remote host closed the connection)
- # [16:27] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
- # [16:30] * Krinkle|detached is now known as Krinkle
- # [16:32] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Ping timeout: 260 seconds)
- # [16:32] <annevk> So yeah Jake, what about your data? http://jakearchibald.com/
- # [16:33] <annevk> JakeA: ^^
- # [16:33] * Quits: jungkees (uid24208@gateway/web/irccloud.com/x-ovdilhkoafuebzpw) (Quit: Connection closed for inactivity)
- # [16:34] <JakeA> annevk: haha, I was wondering when someone would point that out. It's on my todo list. I should go through the pain of it
- # [16:36] <annevk> I need to do it too, but it's going to be a lot of hassle I'm afraid. DreamHost also uses separate domains for MySQL so...
- # [16:36] * Quits: kangil (~kangil@210.94.41.89) (Remote host closed the connection)
- # [16:37] * Joins: kangil (~kangil@210.94.41.89)
- # [16:37] <JakeA> I'm on Amazon so it might not be too bad, although I host multiple sites from that box so I'll have to work out how to do the SNI stuff
- # [16:38] <annevk> If you use SNI, how many browsers do you cut off?
- # [16:38] <annevk> Back in the day there were browsers without Host...
- # [16:43] <JakeA> IE < 7
- # [16:43] <JakeA> Oh & any version of IE on XP
- # [16:44] <annevk> I think NN4 didn't do Host, but not really sure
- # [16:44] <annevk> JakeA: seems acceptable
- # [16:44] <JakeA> Oh, maybe Android 2 too, ugh.
- # [16:45] <JakeA> The default browser anyway. Opera/Firefox will be fine
- # [16:45] <annevk> Personally, don't really care about that
- # [16:46] <JakeA> Same, but I might if I was making a site for "the public"
- # [16:46] <annevk> The main problem with TLS is the maintenance
- # [16:46] <annevk> I already authenticated with my registrar somehow, it would be nice if they handled the setup...
- # [16:46] * Joins: bholley (~bholley@68.208.122.33)
- # [16:50] <Domenic> CloudFlare seems to have some pretty simple TLS setup
- # [16:50] <Domenic> Extremely user-friendly
- # [16:54] <annevk> I just noticed I can do it almost automatically with DreamHost too for free
- # [16:54] <annevk> Provided I don't want my own IP, which has this caveat: http://wiki.dreamhost.com/Secure_Hosting#SNI_Caveat
- # [16:55] <annevk> Oh wait, that's for self-signed. A signed certificate is USD 15
- # [17:02] * Quits: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp) (Remote host closed the connection)
- # [17:04] * Quits: Ducki (~Ducki@191.233.66.1) (Ping timeout: 255 seconds)
- # [17:06] * Joins: BigBangUDR (~Thunderbi@101.60.21.125)
- # [17:06] * Joins: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp)
- # [17:09] * Joins: dbaron (~dbaron@50-0-128-161.dsl.dynamic.sonic.net)
- # [17:11] * Joins: dawhite (~dawhite@74.118.22.223)
- # [17:12] * Quits: hasather (~hasather@80.91.33.141) (Remote host closed the connection)
- # [17:12] * Joins: hasather (~hasather@80.91.33.141)
- # [17:14] * Joins: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi)
- # [17:15] * Quits: arthurvr (~arthurvr@dD5761476.access.telenet.be) (Quit: Lingo - http://www.lingoirc.com)
- # [17:16] * Quits: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp) (Remote host closed the connection)
- # [17:17] * Quits: hasather (~hasather@80.91.33.141) (Ping timeout: 260 seconds)
- # [17:18] * Joins: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp)
- # [17:19] * Joins: arthurvr (~user@dD5761476.access.telenet.be)
- # [17:20] * Joins: arthurvr_ (~arthurvr@dD5761476.access.telenet.be)
- # [17:21] * Quits: arthurvr_ (~arthurvr@dD5761476.access.telenet.be) (Client Quit)
- # [17:21] * Joins: Somatt_wrk (~somattwrk@130.193.24.135)
- # [17:22] * Quits: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp) (Ping timeout: 240 seconds)
- # [17:26] * Quits: mven__ (~textual@ip68-104-38-84.lv.lv.cox.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [17:29] * Quits: markkes (~markkes@62.207.90.201) (Ping timeout: 244 seconds)
- # [17:31] * Joins: kaeku (~awissel@b2b-94-79-170-90.unitymedia.biz)
- # [17:33] * Joins: jensnockert (~jensnocke@s83-179-51-171.cust.tele2.se)
- # [17:34] * Joins: Ms2ger (~Ms2ger@221.247-64-87.adsl-dyn.isp.belgacom.be)
- # [17:35] * Quits: arthurvr (~user@dD5761476.access.telenet.be) (Quit: arthurvr)
- # [17:35] * Joins: arthurvr (~arthurvr@dD5761476.access.telenet.be)
- # [17:36] * Quits: davidyezsetz (~davidyezs@mail1.powerflasher.de) (Quit: davidyezsetz)
- # [17:36] * Quits: winniwinter (~danieL@31.7.58.236) (Remote host closed the connection)
- # [17:38] * Krinkle is now known as Krinkle|detached
- # [17:39] * Joins: davidyezsetz (~davidyezs@mail1.powerflasher.de)
- # [17:40] * Quits: davidyezsetz (~davidyezs@mail1.powerflasher.de) (Client Quit)
- # [17:42] <Ms2ger> In other news: http/2 breaks the web
- # [17:45] * Joins: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net)
- # [17:45] <caitp> you say that like it's a tremendous and avoidable failure =)
- # [17:46] * Quits: BigBangUDR (~Thunderbi@101.60.21.125) (Quit: BigBangUDR)
- # [17:46] <jgraham> the web, or just twitter?
- # [17:46] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [17:46] * Quits: tj_vantoll1 (~Adium@c-98-250-130-237.hsd1.mi.comcast.net) (Quit: Leaving.)
- # [17:47] <Ms2ger> At least twitter
- # [17:48] * Joins: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp)
- # [17:51] * Krinkle|detached is now known as Krinkle
- # [17:52] * Quits: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp) (Ping timeout: 250 seconds)
- # [17:59] * Quits: Lachy_ (~Lachy@213.166.174.2) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [18:00] * Joins: jeremyj (~jeremyj@17.202.49.56)
- # [18:01] * Joins: lmclister (~lmclister@192.150.10.209)
- # [18:01] * Joins: BigBangUDR (~Thunderbi@101.60.21.125)
- # [18:05] * Quits: kaeku (~awissel@b2b-94-79-170-90.unitymedia.biz) (Ping timeout: 255 seconds)
- # [18:20] * Joins: mpaarating (~mpaaratin@rrcs-97-78-217-146.se.biz.rr.com)
- # [18:22] * Joins: ap (~ap@17.202.44.214)
- # [18:22] * Quits: BigBangUDR (~Thunderbi@101.60.21.125) (Quit: BigBangUDR)
- # [18:24] * Joins: davidyezsetz (~davidyezs@mail1.powerflasher.de)
- # [18:26] * Joins: BigBangUDR (~Thunderbi@101.60.21.125)
- # [18:28] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
- # [18:29] * Quits: wirepair (fbi@206.223.224.3) (Read error: Connection reset by peer)
- # [18:30] * Joins: wirepair (fbi@206.223.224.3)
- # [18:30] * Quits: bnicholson (~bnicholso@24.130.57.109) (Ping timeout: 250 seconds)
- # [18:32] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Ping timeout: 240 seconds)
- # [18:35] * Joins: rniwa (~rniwa@17.202.43.222)
- # [18:35] * Joins: gsnedders (~gsnedders@5.2.16.23)
- # [18:36] * Quits: wirepair (fbi@206.223.224.3) (Read error: Connection reset by peer)
- # [18:40] * Quits: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net) (Quit: othermaciej)
- # [18:40] * Quits: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley) (Quit: This computer has gone to sleep)
- # [18:41] <smaug____> Hixie_: how long is a BroadcastChannel supposed to stay alive?
- # [18:42] <smaug____> like, does 'new BroadcastChannel('foobar').onmessage = function(){};' in a worker keep the BroadcastChannel and the relevant worker alive forever (assuming the relevant Window object stays alive)
- # [18:42] * Joins: wirepair (fbi@206.223.224.3)
- # [18:42] * Quits: encrypt3d_fracta (~encryptd_@209.201.113.2) (Remote host closed the connection)
- # [18:43] * Joins: encrypt3d_fracta (~encryptd_@209.201.113.2)
- # [18:44] * Joins: say2joe (~say2joe@rrcs-76-79-68-2.west.biz.rr.com)
- # [18:44] * Quits: bholley (~bholley@68.208.122.33) (Quit: Textual IRC Client: www.textualapp.com)
- # [18:44] <tobie> Domenic: figured (re DOMExceptions). A little surprising, though. Do you know why that is the case?
- # [18:45] <Domenic> tobie: history i guess
- # [18:45] <tobie> C heritage?
- # [18:45] <smaug____> Hixie_: I guess so, given the note
- # [18:46] * Joins: encrypt3_ (~encryptd_@209.201.113.2)
- # [18:46] <smaug____> ...about garbage collecting
- # [18:47] * Joins: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp)
- # [18:47] * Quits: encrypt3d_fracta (~encryptd_@209.201.113.2) (Ping timeout: 272 seconds)
- # [18:49] <Ms2ger> tobie, used to be DOMException with .code == DOMException.SYNTAX_ERR, remember ;)
- # [18:49] <tobie> sigh
- # [18:52] <tobie> Ms2ger: I remember how we were hard coding all of those constants for nodetypes.
- # [18:52] * Quits: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp) (Ping timeout: 245 seconds)
- # [18:52] <tobie> if element.nodeType == 3, etc.
- # [18:53] <Ms2ger> I don't think I ever had to do that, but then again I've mostly written tests
- # [18:53] * Quits: barnabywalters (~barnabywa@46-239-239-203.tal.is) (Quit: barnabywalters)
- # [18:54] <tobie> node type constants weren't implemented in IE < 7 iirc. Hence hard coding their value.
- # [18:55] <tobie> Which I believe is one of the main reasons why front-end devs prefer strings over int + const.
- # [18:57] <tobie> We just got used to the latter being unreliable across browsers.
- # [18:58] <Ms2ger> Yeah
- # [18:58] * Joins: felipedefarias (~felipedef@189-19-85-225.dsl.telesp.net.br)
- # [18:58] <tobie> it's a shame, though. const help with readability plus catching typos upfront.
- # [18:59] * Quits: lmclister (~lmclister@192.150.10.209) (Read error: Connection reset by peer)
- # [19:01] * Joins: lmclister (~lmclister@192.150.10.209)
- # [19:01] * Joins: bnicholson (~bnicholso@2620:101:80fc:224:7e7a:91ff:fe25:a5c6)
- # [19:02] <jgraham> Maybe ES10 will be the one where we get strong typing and enums
- # [19:03] * Quits: BigBangUDR (~Thunderbi@101.60.21.125) (Quit: BigBangUDR)
- # [19:04] * Quits: lmclister (~lmclister@192.150.10.209) (Read error: Connection reset by peer)
- # [19:06] * Joins: lmclister (~lmclister@192.150.10.209)
- # [19:06] <gsnedders> jgraham: nah, that's ES4
- # [19:14] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [19:25] <annevk> Even JavaScript itself uses strings for enums
- # [19:26] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
- # [19:28] <SamB> annevk: it's not uncommon in C to #define strings used in that manner
- # [19:28] <SamB> for typo-avoidance alone
- # [19:30] * Quits: lmclister (~lmclister@192.150.10.209) (Read error: Connection reset by peer)
- # [19:31] * Quits: davidyezsetz (~davidyezs@mail1.powerflasher.de) (Quit: davidyezsetz)
- # [19:32] * Krinkle is now known as Krinkle|detached
- # [19:37] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [19:41] <Domenic> typo avoidance is not achieved by the int-enums
- # [19:41] <Ms2ger> Well, not in JS
- # [19:41] <Domenic> right
- # [19:41] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Remote host closed the connection)
- # [19:41] <tobie> Domenic: well, unless they're globals.
- # [19:42] <Domenic> O_O
- # [19:42] <Domenic> with proxies I think we will start seeing experiments
- # [19:42] <Domenic> with things that throw on undefined properties
- # [19:42] * Joins: barnabywalters (~barnabywa@89.17.128.127)
- # [19:42] <Domenic> there will be chicken-egg problems with perf (nobody uses them because they're slow; nobody optimizes them because nobody uses them)
- # [19:43] * Joins: othermaciej (~mjs@17.114.219.14)
- # [19:43] <Domenic> but if we can overcome that, especially for simple proxies like "pass-through everything, except throw for undefined gets", then I can see a standards-track typo-preventing enum
- # [19:43] <tobie> Yeah, that's what I meant by globals (not properties of something).
- # [19:44] <tobie> as in .code == DOM_EXCEPTION_SYNTAX_ERR
- # [19:45] <SamB> Domenic: I wasn't suggesting that it was
- # [19:45] * Joins: BigBangUDR (~Thunderbi@101.60.21.125)
- # [19:46] <SamB> Domenic: I was merely mentioning a thing that can be helpful in dealing with typos even if you do want to use string values for this
- # [19:47] * Joins: saba (~foo@unaffiliated/saba)
- # [19:47] <Domenic> SamB: sorry, I was replying to tobie
- # [19:47] * Joins: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp)
- # [19:48] * Joins: lmclister (~lmclister@192.150.10.209)
- # [19:49] <tobie> Domenic: agree the normal, hanging off an object enum won't help you pick up typos.
- # [19:50] * Quits: dbaron (~dbaron@50-0-128-161.dsl.dynamic.sonic.net) (Ping timeout: 260 seconds)
- # [19:52] * Quits: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp) (Ping timeout: 245 seconds)
- # [20:00] * Quits: BigBangUDR (~Thunderbi@101.60.21.125) (Quit: BigBangUDR)
- # [20:04] * Quits: Ms2ger (~Ms2ger@221.247-64-87.adsl-dyn.isp.belgacom.be) (Quit: nn)
- # [20:07] * Quits: barnabywalters (~barnabywa@89.17.128.127) (Quit: barnabywalters)
- # [20:07] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [20:07] * Joins: tantek (~tantek@70-36-139-41.dsl.dynamic.sonic.net)
- # [20:10] * Joins: barnabywalters (~barnabywa@89.17.128.127)
- # [20:17] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [20:22] * Joins: dbaron (~dbaron@2620:101:80fb:224:ddcd:139e:51f5:f1ae)
- # [20:22] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [20:25] * Joins: zcorpan_ (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [20:30] * Quits: zcorpan_ (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Ping timeout: 260 seconds)
- # [20:42] * Quits: othermaciej (~mjs@17.114.219.14) (Quit: othermaciej)
- # [20:44] * Joins: jarek (~jarek@unaffiliated/jarek)
- # [20:45] * Quits: barneybook_8 (~barneyboo@36-224-197-75.dynamic-ip.hinet.net) (Read error: Connection reset by peer)
- # [20:46] * Quits: annevk (~annevk@46-127-136-57.dynamic.hispeed.ch) (Read error: Connection reset by peer)
- # [20:47] * Quits: CvP (~CvP@27.147.199.131) (Disconnected by services)
- # [20:47] * Joins: xCG (~CvP@27.147.199.131)
- # [20:47] * Joins: barneybook_8 (~barneyboo@36-224-197-75.dynamic-ip.hinet.net)
- # [20:47] * Quits: rcombs (~rcombs@rcombs.me) (Read error: Connection reset by peer)
- # [20:47] * Joins: annevk (~annevk@46-127-136-57.dynamic.hispeed.ch)
- # [20:47] * Joins: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp)
- # [20:47] * xCG is now known as CvP
- # [20:48] * Joins: rc0mbs (~rcombs@rcombs.me)
- # [20:48] * rc0mbs is now known as rcombs
- # [20:49] * Quits: ambv (~ambv@206.108.217.134) (Read error: Connection reset by peer)
- # [20:50] * Joins: ambv (~ambv@206.108.217.134)
- # [20:50] * Quits: ambv (~ambv@206.108.217.134) (Client Quit)
- # [20:52] * Quits: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp) (Ping timeout: 240 seconds)
- # [20:54] * Joins: othermaciej (~mjs@17.114.219.14)
- # [20:55] * Quits: ap (~ap@17.202.44.214)
- # [21:00] * Quits: arthurvr (~arthurvr@dD5761476.access.telenet.be) (Quit: Lingo - http://www.lingoirc.com)
- # [21:01] * Joins: ap_ (~ap@17.202.44.214)
- # [21:02] * Quits: jarek (~jarek@unaffiliated/jarek) (Quit: jarek)
- # [21:02] * Joins: zcorpan_ (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [21:08] * ap_ is now known as ap
- # [21:19] * Joins: BigBangUDR (~Thunderbi@115.185.197.7)
- # [21:19] * Quits: BigBangUDR (~Thunderbi@115.185.197.7) (Client Quit)
- # [21:26] * Quits: encrypt3_ (~encryptd_@209.201.113.2) (Remote host closed the connection)
- # [21:27] * Joins: encrypt3d_fracta (~encryptd_@209.201.113.2)
- # [21:31] * Quits: encrypt3d_fracta (~encryptd_@209.201.113.2) (Ping timeout: 250 seconds)
- # [21:35] * Quits: barnabywalters (~barnabywa@89.17.128.127) (Quit: barnabywalters)
- # [21:36] * Joins: BigBangUDR (~Thunderbi@115.185.197.7)
- # [21:37] * Quits: BigBangUDR (~Thunderbi@115.185.197.7) (Client Quit)
- # [21:38] * Joins: hasather (~hasather@80.91.33.141)
- # [21:42] * Quits: hasather (~hasather@80.91.33.141) (Ping timeout: 240 seconds)
- # [21:42] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
- # [21:42] * Quits: felipedefarias (~felipedef@189-19-85-225.dsl.telesp.net.br) (Remote host closed the connection)
- # [21:47] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Ping timeout: 260 seconds)
- # [21:47] * Joins: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp)
- # [21:47] * Quits: tantek (~tantek@70-36-139-41.dsl.dynamic.sonic.net) (Quit: tantek)
- # [21:48] * Joins: encrypt3d_fracta (~encryptd_@209.201.113.2)
- # [21:50] * Quits: zcorpan_ (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Remote host closed the connection)
- # [21:52] * Quits: othermaciej (~mjs@17.114.219.14) (Quit: othermaciej)
- # [21:52] * Quits: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp) (Ping timeout: 250 seconds)
- # [21:53] * Joins: jwalden (~waldo@2620:101:80fc:232:7e7a:91ff:fe25:a5a3)
- # [21:55] * Joins: scor_ (scor@drupal.org/user/52142/view)
- # [21:55] * Quits: scor (scor@drupal.org/user/52142/view) (Read error: Connection reset by peer)
- # [21:55] * scor_ is now known as scor
- # [21:57] * Joins: barnabywalters (~barnabywa@89.17.128.127)
- # [21:58] * Joins: othermaciej (~mjs@17.114.4.3)
- # [22:01] * Quits: barneybook_8 (~barneyboo@36-224-197-75.dynamic-ip.hinet.net) (Read error: Connection reset by peer)
- # [22:02] * Joins: barneybook_8 (~barneyboo@36-226-254-132.dynamic-ip.hinet.net)
- # [22:05] * Quits: mven (~textual@169.241.49.57) (Read error: Connection reset by peer)
- # [22:06] * Joins: mven (~textual@169.241.49.57)
- # [22:16] * Joins: ShaneHudson (~ShaneHuds@2.30.121.218)
- # [22:20] * Quits: say2joe (~say2joe@rrcs-76-79-68-2.west.biz.rr.com) (Quit: Leaving.)
- # [22:20] * Ablu_ is now known as Ablu
- # [22:26] * Quits: barnabywalters (~barnabywa@89.17.128.127) (Quit: barnabywalters)
- # [22:26] * Joins: barnabywalters (~barnabywa@89.17.128.127)
- # [22:26] * Quits: barnabywalters (~barnabywa@89.17.128.127) (Client Quit)
- # [22:27] * Quits: scor (scor@drupal.org/user/52142/view) (Quit: scor)
- # [22:31] <Hixie_> SamB: file bugs
- # [22:31] * Quits: lmclister (~lmclister@192.150.10.209) (Read error: Connection reset by peer)
- # [22:31] <Hixie_> smaug____: yeah
- # [22:31] * Joins: lmclister (~lmclister@192.150.10.209)
- # [22:32] <Hixie_> jorendorff: your day any better today? :-)
- # [22:33] <jorendorff> phew
- # [22:34] <jorendorff> Hixie_: it's honestly not great... today could work, but tomorrow would be better if it would be OK
- # [22:34] <Hixie_> jorendorff: happy to get your help whenever it's available. I'll try to forge on without it in the meantime. :-)
- # [22:35] <jorendorff> Hixie_: Please ping me tomorrow as soon as possible. I'm sorry about today. Fires.
- # [22:35] * Joins: crankharder (~crankhard@c-73-191-6-206.hsd1.va.comcast.net)
- # [22:35] <jorendorff> Fires and interns.
- # [22:35] <Hixie_> jorendorff: good luck with your fires!
- # [22:36] <crankharder> wondering if this is a good place to ask about the Content-Security-Policy-Report-Only header, seen here: http://www.w3.org/TR/CSP/#content-security-policy-report-only-header-field
- # [22:36] <jorendorff> thank you
- # [22:39] <Hixie_> abarth: ping ^
- # [22:41] * Quits: karlcow (~karl@nerval.la-grange.net) (Ping timeout: 240 seconds)
- # [22:42] * Joins: tantek (~tantek@70-36-139-41.dsl.dynamic.sonic.net)
- # [22:47] * Joins: hasather (~hasather@80.91.33.141)
- # [22:47] * Joins: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp)
- # [22:52] * Quits: hasather (~hasather@80.91.33.141) (Ping timeout: 272 seconds)
- # [22:52] * Quits: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp) (Ping timeout: 260 seconds)
- # [22:59] * Quits: abinader (sid21713@gateway/web/irccloud.com/x-kugbwgokmqyphrxs)
- # [23:04] * Quits: othermaciej (~mjs@17.114.4.3) (Quit: othermaciej)
- # [23:04] * Quits: TallTed (~Thud@63.119.36.36)
- # [23:05] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [23:05] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [23:07] * Joins: othermaciej (~mjs@17.114.4.3)
- # [23:08] * Quits: ShaneHudson (~ShaneHuds@2.30.121.218) (Ping timeout: 250 seconds)
- # [23:09] * Quits: lmclister (~lmclister@192.150.10.209) (Read error: Connection reset by peer)
- # [23:09] * Joins: newtron_work (~newtron@199.71.174.204)
- # [23:09] * Quits: newtron_work (~newtron@199.71.174.204) (Remote host closed the connection)
- # [23:10] * Joins: newtron_work (~newtron@199.71.174.204)
- # [23:12] * Quits: newtron_ (~newtron@199.71.174.203) (Ping timeout: 240 seconds)
- # [23:14] * Quits: newtron_work (~newtron@199.71.174.204) (Ping timeout: 240 seconds)
- # [23:17] * Quits: scrollback (scrollback@conference/jsconf/x-heezhdesyzswnwku) (Remote host closed the connection)
- # [23:19] * Joins: scrollback (scrollback@conference/jsconf/x-hhfvbqbwjnjlrrge)
- # [23:19] * Quits: zdobersek (~zan@109.201.152.25) (Quit: Leaving.)
- # [23:22] * Quits: scrollback (scrollback@conference/jsconf/x-hhfvbqbwjnjlrrge) (Remote host closed the connection)
- # [23:22] * Joins: lmclister (~lmclister@192.150.10.209)
- # [23:24] * Joins: 5EXAAMDHT (scrollback@conference/jsconf/x-gepxeqolilzkvjkt)
- # [23:24] * Quits: 5EXAAMDHT (scrollback@conference/jsconf/x-gepxeqolilzkvjkt) (Remote host closed the connection)
- # [23:24] * Quits: mpaarating (~mpaaratin@rrcs-97-78-217-146.se.biz.rr.com) (Quit: mpaarating)
- # [23:25] * Joins: scrollback (scrollback@conference/jsconf/x-vrpmexjwykgfhdcz)
- # [23:33] <crankharder> how can something violate this Content-Security-Policy? "default-src *"
- # [23:34] <crankharder> getting lots of warnings with just that set
- # [23:43] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
- # [23:44] * Quits: roc (~chatzilla@121-99-139-11.bng1.tvc.orcon.net.nz) (Remote host closed the connection)
- # [23:45] * Joins: jeremyj_ (~jeremyj@17.245.24.128)
- # [23:46] * Quits: yoav_ (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net) (Quit: Ex-Chat)
- # [23:46] * Quits: jeremyj (~jeremyj@17.202.49.56) (Ping timeout: 246 seconds)
- # [23:47] * Joins: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp)
- # [23:48] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Ping timeout: 240 seconds)
- # [23:48] * Joins: hasather (~hasather@80.91.33.141)
- # [23:49] * Quits: jeremyj_ (~jeremyj@17.245.24.128) (Ping timeout: 272 seconds)
- # [23:50] * Quits: othermaciej (~mjs@17.114.4.3) (Quit: othermaciej)
- # [23:50] * Joins: othermaciej (~mjs@17.114.4.3)
- # [23:52] * Quits: hasather (~hasather@80.91.33.141) (Ping timeout: 244 seconds)
- # [23:52] * Quits: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp) (Ping timeout: 255 seconds)
- # [23:57] * Quits: lmclister (~lmclister@192.150.10.209) (Read error: Connection reset by peer)
- # [23:58] * Joins: lmclister (~lmclister@192.150.10.209)
- # [23:58] * Quits: lmclister (~lmclister@192.150.10.209) (Read error: Connection reset by peer)
- # [23:59] * Joins: lmclister (~lmclister@192.150.10.209)
- # Session Close: Fri Aug 08 00:00:00 2014
The end :)