/irc-logs / freenode / #whatwg / 2013-10-19 / end

Options:

  1. # Session Start: Sat Oct 19 00:00:00 2013
  2. # Session Ident: #whatwg
  3. # [00:00] * Quits: felipeduardo (~felipedua@200.150.125.74) (Remote host closed the connection)
  4. # [00:00] * Quits: Maurice (copyman@5ED57922.cm-7-6b.dynamic.ziggo.nl)
  5. # [00:02] * Quits: nimbu (~nimbu@sjfw1-a.adobe.com) (Quit: Leaving.)
  6. # [00:06] <annevk-cloud> Hixie_: you could for short term benefit if you want. Long term cloning ought to move to ES
  7. # [00:07] * Joins: nimbu (~nimbu@sjfw1-a.adobe.com)
  8. # [00:08] * Quits: computerHobby (~encryptd_@66-188-99-174.static.ftbg.wi.charter.com) (Remote host closed the connection)
  9. # [00:09] * Joins: computerHobby (~encryptd_@66-188-99-174.static.ftbg.wi.charter.com)
  10. # [00:13] * Quits: computerHobby (~encryptd_@66-188-99-174.static.ftbg.wi.charter.com) (Ping timeout: 240 seconds)
  11. # [00:15] <abarth> Does anyone know if ms2ger is still actively editing http://domparsing.spec.whatwg.org/ ?
  12. # [00:15] <abarth> some folks have asked for a version of DOMParser#parseFromString that returns a promise for a document rather than a document
  13. # [00:16] <abarth> (so that the parsing can happen on a background thread rather than synchronously on the main thread)
  14. # [00:16] <abarth> I guess I could email whatwg@ and find out
  15. # [00:16] <smaug____> perhaps not actively, but we were discussing about some other stuff in that spec earlier this week, and he will probably fix those issues.....
  16. # [00:17] * Quits: marcosc (~marcosc@bl7-234-35.dsl.telepac.pt) (Remote host closed the connection)
  17. # [00:18] <Domenic_> +1 async parsing
  18. # [00:18] <smaug____> I guess "not actively" is because no one has asked changes to that spec until very recently
  19. # [00:18] <smaug____> async parsing if there is a use case
  20. # [00:18] * Quits: sgalinea_ (~sylvaing@sjfw1-a.adobe.com) (Read error: Connection reset by peer)
  21. # [00:19] * Joins: marcosc (~marcosc@bl7-234-35.dsl.telepac.pt)
  22. # [00:19] <smaug____> I guess there is
  23. # [00:19] <smaug____> if the string is huge
  24. # [00:19] <smaug____> but then, you really want to change the API
  25. # [00:19] <smaug____> so that the parser takes some kind of stream or buffers
  26. # [00:19] <smaug____> which are parsed
  27. # [00:20] <abarth> yeah, there's a bunch of modernization that you could do
  28. # [00:20] <abarth> like accepting a Blob or a Stream
  29. # [00:20] <smaug____> In Gecko we have parseFromStream, exposed to chrome js only
  30. # [00:21] <smaug____> that Stream is internal thing
  31. # [00:21] <smaug____> not any web api
  32. # [00:23] <abarth> The trickiness with Blobs and Streams it that they're binary
  33. # [00:25] * Quits: Smylers (~smylers@host86-147-26-73.range86-147.btcentralplus.com) (Quit: Leaving.)
  34. # [00:34] <esprehn> abarth: once we fix xhr in Chrome someone should create a polyfill
  35. # [00:34] <abarth> yeah
  36. # [00:34] <abarth> that will still be slower than just parsing the string directly
  37. # [00:35] <abarth> due to memcpying the string a bunch
  38. # [00:48] * Quits: marcosc (~marcosc@bl7-234-35.dsl.telepac.pt) (Remote host closed the connection)
  39. # [00:50] * Joins: reyre (~reyre@CPE7cb21b1e2cf4-CM7cb21b1e2cf1.cpe.net.cable.rogers.com)
  40. # [00:51] * Joins: marcosc (~marcosc@bl7-234-35.dsl.telepac.pt)
  41. # [00:53] * Joins: jkomoros (uid7860@gateway/web/irccloud.com/x-rkyznngtqoodrvcg)
  42. # [00:57] * Joins: barnabywalters (~barnabywa@94-76-254-5.static.as29550.net)
  43. # [00:57] * Quits: ehsan (~ehsan@66.207.208.102) (Remote host closed the connection)
  44. # [00:57] * Quits: ap (~ap@17.114.217.172) (Remote host closed the connection)
  45. # [00:57] * Joins: ap (~ap@17.202.44.214)
  46. # [01:02] * Quits: sicking (~sicking@v-1045.fw1.sfo1.mozilla.net) (Quit: sicking)
  47. # [01:04] * pdr is now known as pdr|meeting
  48. # [01:07] * Joins: sicking (~sicking@v-1045.fw1.sfo1.mozilla.net)
  49. # [01:07] * Joins: weinig (~weinig@17.114.110.76)
  50. # [01:14] * Quits: alecf (~alecf@216.239.45.130) (Quit: alecf)
  51. # [01:16] * Quits: jwalden (~waldo@cha74-2-88-160-190-192.fbx.proxad.net) (Ping timeout: 260 seconds)
  52. # [01:20] * Quits: nimbu (~nimbu@sjfw1-a.adobe.com) (Quit: Leaving.)
  53. # [01:22] * Quits: cheron (~cheron@unaffiliated/cheron) (Ping timeout: 245 seconds)
  54. # [01:26] * Quits: marcosc (~marcosc@bl7-234-35.dsl.telepac.pt) (Remote host closed the connection)
  55. # [01:28] * Quits: smaug____ (~chatzilla@cs164155.pp.htv.fi) (Read error: Operation timed out)
  56. # [01:46] * Quits: ronaldmansveld (~ronaldman@5ED3A951.cm-7-4c.dynamic.ziggo.nl) (Ping timeout: 265 seconds)
  57. # [01:47] * Joins: ronaldmansveld_ (~ronaldman@5ED3A951.cm-7-4c.dynamic.ziggo.nl)
  58. # [01:51] * Quits: erichynds (~erichynds@146-115-145-170.c3-0.nwt-ubr1.sbo-nwt.ma.cable.rcn.com)
  59. # [01:53] * Quits: tobie (~tobielang@col74-1-88-183-112-72.fbx.proxad.net) (Quit: tobie)
  60. # [01:55] * Quits: weinig (~weinig@17.114.110.76) (Quit: weinig)
  61. # [02:00] * Quits: reyre (~reyre@CPE7cb21b1e2cf4-CM7cb21b1e2cf1.cpe.net.cable.rogers.com) (Remote host closed the connection)
  62. # [02:07] * Quits: jsbell (jsbell@nat/google/x-vcqtwpxgbzqrbcqm) (Quit: There's no place like home...)
  63. # [02:08] * Quits: mven (~mven@ip68-224-15-53.lv.lv.cox.net) (Read error: Connection reset by peer)
  64. # [02:09] * Joins: mven (~mven@ip68-224-15-53.lv.lv.cox.net)
  65. # [02:10] * Joins: malaclyps (~Danny@gateway/tor-sasl/malaclyps)
  66. # [02:11] * Joins: weinig (~weinig@17.114.110.76)
  67. # [02:11] * Quits: ap (~ap@17.202.44.214) (Quit: ap)
  68. # [02:14] * Quits: barnabywalters (~barnabywa@94-76-254-5.static.as29550.net) (Quit: Back to real life!)
  69. # [02:14] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Remote host closed the connection)
  70. # [02:15] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
  71. # [02:16] * Joins: WesleyMcClane (~quassel@host90-138-dynamic.11-87-r.retail.telecomitalia.it)
  72. # [02:18] * Quits: WesleyMcClane_ (~quassel@host90-138-dynamic.11-87-r.retail.telecomitalia.it) (Ping timeout: 272 seconds)
  73. # [02:19] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Ping timeout: 248 seconds)
  74. # [02:20] * Quits: malaclyps (~Danny@gateway/tor-sasl/malaclyps) (Ping timeout: 240 seconds)
  75. # [02:29] * Quits: cabanier (~cabanier@192.150.22.55) (Quit: Leaving.)
  76. # [02:43] * Joins: ehsan (~ehsan@24-212-206-174.cable.teksavvy.com)
  77. # [02:51] * Joins: Goplat (~goplat@reactos/developer/Goplat)
  78. # [02:53] * Joins: a-ja (~Instantbi@70.230.154.227)
  79. # [02:56] * Quits: weinig (~weinig@17.114.110.76) (Quit: weinig)
  80. # [02:59] * Joins: alecf (~alecf@50-193-19-178-static.hfc.comcastbusiness.net)
  81. # [03:01] * Joins: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
  82. # [03:06] * Quits: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net) (Ping timeout: 272 seconds)
  83. # [03:07] * Quits: ehsan (~ehsan@24-212-206-174.cable.teksavvy.com) (Remote host closed the connection)
  84. # [03:08] * Joins: lmclister (~lmclister@192.150.10.209)
  85. # [03:15] * Quits: alecf (~alecf@50-193-19-178-static.hfc.comcastbusiness.net) (Quit: alecf)
  86. # [03:15] * Quits: jorgepedret (~jorgepedr@64-46-23-103.dyn.novuscom.net) (Quit: Computer has gone to sleep.)
  87. # [03:17] * Joins: jorgepedret (~jorgepedr@64-46-23-103.dyn.novuscom.net)
  88. # [03:20] * Joins: malaclyps (~Danny@gateway/tor-sasl/malaclyps)
  89. # [03:23] * Joins: weinig (~weinig@24.130.60.35)
  90. # [03:25] * Quits: tantek (~tantek@50-0-164-83.dsl.dynamic.sonic.net) (Quit: tantek)
  91. # [03:31] * Joins: danjesus (~danjesus@187.10.120.254)
  92. # [03:31] * Quits: danjesus (~danjesus@187.10.120.254) (Read error: Connection reset by peer)
  93. # [03:31] * Joins: danjesus (~danjesus@187.10.120.254)
  94. # [03:33] * Quits: lmclister (~lmclister@192.150.10.209) (Read error: Connection reset by peer)
  95. # [03:33] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Remote host closed the connection)
  96. # [03:40] * Quits: TuRnaD0 (~Thunderbi@x1-6-e0-46-9a-1e-fe-ca.k368.webspeed.dk) (Remote host closed the connection)
  97. # [03:41] * Quits: karlcow (~karl@nerval.la-grange.net) (Remote host closed the connection)
  98. # [03:55] * Quits: jorgepedret (~jorgepedr@64-46-23-103.dyn.novuscom.net) (Quit: Computer has gone to sleep.)
  99. # [04:09] * Quits: sicking (~sicking@v-1045.fw1.sfo1.mozilla.net) (Quit: sicking)
  100. # [04:14] * Joins: karlcow (~karl@nerval.la-grange.net)
  101. # [04:15] * Joins: tantek (~tantek@mb00536d0.tmodns.net)
  102. # [04:20] * Joins: cabanier (~cabanier@c-98-237-137-173.hsd1.wa.comcast.net)
  103. # [04:31] * Quits: rniwa (~rniwa@17.212.154.114) (Quit: rniwa)
  104. # [04:31] * rniwa_ is now known as rniwa
  105. # [04:35] * Quits: rniwa (~rniwa@17.245.105.200) (Quit: rniwa)
  106. # [04:38] * Quits: seventh (seventh@69.80.108.86) (Ping timeout: 256 seconds)
  107. # [04:52] * Joins: alecf (~alecf@50-193-19-178-static.hfc.comcastbusiness.net)
  108. # [04:53] * Quits: alecf (~alecf@50-193-19-178-static.hfc.comcastbusiness.net) (Client Quit)
  109. # [04:56] * Joins: jorgepedret (~jorgepedr@70-36-56-110.dyn.novuscom.net)
  110. # [04:57] * Joins: alecf (~alecf@50-193-19-178-static.hfc.comcastbusiness.net)
  111. # [05:03] * Quits: tantek (~tantek@mb00536d0.tmodns.net) (Quit: tantek)
  112. # [05:15] * Quits: malaclyps (~Danny@gateway/tor-sasl/malaclyps) (Ping timeout: 240 seconds)
  113. # [05:31] * Joins: nonge_ (~nonge@p5082A6FA.dip0.t-ipconnect.de)
  114. # [05:35] * Quits: nonge (~nonge@p50828835.dip0.t-ipconnect.de) (Ping timeout: 252 seconds)
  115. # [05:37] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
  116. # [05:52] * Joins: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
  117. # [06:03] * Joins: rniwa (~rniwa@c-98-207-134-149.hsd1.ca.comcast.net)
  118. # [06:11] * Joins: marcosc (~marcosc@bl12-181-66.dsl.telepac.pt)
  119. # [06:18] * Quits: marcosc (~marcosc@bl12-181-66.dsl.telepac.pt) (Ping timeout: 248 seconds)
  120. # [06:24] * Quits: gavinc (~gavin@barad-dur.carothers.name) (Ping timeout: 272 seconds)
  121. # [06:27] * Joins: reyre (~reyre@CPE7cb21b1e2cf4-CM7cb21b1e2cf1.cpe.net.cable.rogers.com)
  122. # [06:29] * Quits: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
  123. # [06:29] * Joins: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
  124. # [06:30] * DaveMethvin is now known as DaveMethvin|away
  125. # [06:31] * Quits: reyre (~reyre@CPE7cb21b1e2cf4-CM7cb21b1e2cf1.cpe.net.cable.rogers.com) (Read error: Connection reset by peer)
  126. # [06:32] * Joins: reyre (~reyre@CPE7cb21b1e2cf4-CM7cb21b1e2cf1.cpe.net.cable.rogers.com)
  127. # [06:34] * Quits: reyre (~reyre@CPE7cb21b1e2cf4-CM7cb21b1e2cf1.cpe.net.cable.rogers.com) (Remote host closed the connection)
  128. # [06:38] * Joins: tyoshino (~username@245.40.102.121.dy.bbexcite.jp)
  129. # [06:42] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Remote host closed the connection)
  130. # [06:43] * Joins: sicking (~sicking@c-67-180-9-161.hsd1.ca.comcast.net)
  131. # [06:45] * Quits: sicking (~sicking@c-67-180-9-161.hsd1.ca.comcast.net) (Client Quit)
  132. # [06:52] * Quits: alecf (~alecf@50-193-19-178-static.hfc.comcastbusiness.net) (Quit: alecf)
  133. # [06:57] * Joins: sicking (~sicking@c-67-180-9-161.hsd1.ca.comcast.net)
  134. # [06:58] * Quits: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
  135. # [07:25] * Parts: a-ja (~Instantbi@70.230.154.227)
  136. # [07:25] * Joins: Smylers (~smylers@host86-147-26-73.range86-147.btcentralplus.com)
  137. # [07:36] * Quits: rniwa (~rniwa@c-98-207-134-149.hsd1.ca.comcast.net) (Quit: rniwa)
  138. # [07:51] * Quits: danjesus (~danjesus@187.10.120.254) (Remote host closed the connection)
  139. # [07:51] * Joins: danjesus (~danjesus@187.10.120.254)
  140. # [07:56] * Quits: danjesus (~danjesus@187.10.120.254) (Ping timeout: 265 seconds)
  141. # [07:59] * Joins: dbaron (~dbaron@LAubervilliers-151-13-1-138.w217-128.abo.wanadoo.fr)
  142. # [08:17] * Quits: Goplat (~goplat@reactos/developer/Goplat) (Remote host closed the connection)
  143. # [08:31] * Joins: Maurice (copyman@5ED57922.cm-7-6b.dynamic.ziggo.nl)
  144. # [08:55] * Quits: weinig (~weinig@24.130.60.35) (Quit: weinig)
  145. # [09:08] * Quits: ronaldmansveld_ (~ronaldman@5ED3A951.cm-7-4c.dynamic.ziggo.nl) (Read error: Connection reset by peer)
  146. # [09:11] * Joins: ronaldmansveld (~ronaldman@5ED3A951.cm-7-4c.dynamic.ziggo.nl)
  147. # [09:18] * Joins: jpn (~jpn@a109-51-173-35.cpe.netcabo.pt)
  148. # [09:22] * DaveMethvin|away is now known as DaveMethvin
  149. # [09:24] * Joins: bholley (~bholley@195-132-112-181.rev.numericable.fr)
  150. # [09:29] * Joins: Ms2ger (~Ms2ger@108.198-64-87.adsl-dyn.isp.belgacom.be)
  151. # [09:31] * DaveMethvin is now known as DaveMethvin|away
  152. # [09:35] * Quits: dbaron (~dbaron@LAubervilliers-151-13-1-138.w217-128.abo.wanadoo.fr) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  153. # [10:17] * Joins: tantek (~tantek@50-0-164-83.dsl.dynamic.sonic.net)
  154. # [10:25] * Joins: joelcox (~joelcox@unaffiliated/joelcox)
  155. # [10:33] * Joins: tobie (~tobielang@col74-1-88-183-112-72.fbx.proxad.net)
  156. # [10:41] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
  157. # [10:45] * Joins: jwalden (~waldo@cha74-2-88-160-190-192.fbx.proxad.net)
  158. # [10:46] * Joins: frozenice (~frozenice@unaffiliated/fr0zenice)
  159. # [10:46] * Joins: annevk (~annevk@2.31.25.160)
  160. # [10:46] * Quits: jwalden (~waldo@cha74-2-88-160-190-192.fbx.proxad.net) (Client Quit)
  161. # [10:48] * Quits: Ms2ger (~Ms2ger@108.198-64-87.adsl-dyn.isp.belgacom.be) (Ping timeout: 240 seconds)
  162. # [10:53] * Joins: zdobersek (~zdobersek@cpe-77.38.31.63.cable.t-1.si)
  163. # [10:55] * Quits: ronaldmansveld (~ronaldman@5ED3A951.cm-7-4c.dynamic.ziggo.nl) (Ping timeout: 248 seconds)
  164. # [10:55] * Quits: annevk (~annevk@2.31.25.160) (Remote host closed the connection)
  165. # [10:55] * Quits: tantek (~tantek@50-0-164-83.dsl.dynamic.sonic.net) (Quit: tantek)
  166. # [11:05] * Joins: Ms2ger (~Ms2ger@108.198-64-87.adsl-dyn.isp.belgacom.be)
  167. # [11:13] * Joins: ronaldmansveld (~ronaldman@5ED3A951.cm-7-4c.dynamic.ziggo.nl)
  168. # [11:14] * Joins: Cromulent (~Cromulent@cpc1-reig5-2-0-cust251.6-3.cable.virginmedia.com)
  169. # [11:22] * Quits: tobie (~tobielang@col74-1-88-183-112-72.fbx.proxad.net) (Quit: tobie)
  170. # [11:27] * Quits: sicking (~sicking@c-67-180-9-161.hsd1.ca.comcast.net) (Quit: sicking)
  171. # [11:31] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
  172. # [11:51] * Joins: malaclyps (~Danny@gateway/tor-sasl/malaclyps)
  173. # [11:56] * Joins: smaug____ (~chatzilla@cs164155.pp.htv.fi)
  174. # [12:09] * Quits: Smylers (~smylers@host86-147-26-73.range86-147.btcentralplus.com) (Quit: Leaving.)
  175. # [12:13] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
  176. # [12:15] * Quits: jpn (~jpn@a109-51-173-35.cpe.netcabo.pt) (Quit: jpn)
  177. # [12:19] * Quits: ronaldmansveld (~ronaldman@5ED3A951.cm-7-4c.dynamic.ziggo.nl) (Read error: Connection reset by peer)
  178. # [12:19] * Quits: joelcox (~joelcox@unaffiliated/joelcox) (Quit: joelcox)
  179. # [12:21] * Joins: ronaldmansveld (~ronaldman@5ED3A951.cm-7-4c.dynamic.ziggo.nl)
  180. # [12:21] <Ms2ger> abarth, not really actively, but if there's consensus to add such an API, I can spec it
  181. # [12:31] * Joins: joelcox (~joelcox@unaffiliated/joelcox)
  182. # [12:38] * Quits: joelcox (~joelcox@unaffiliated/joelcox) (Ping timeout: 265 seconds)
  183. # [12:39] * Quits: bholley (~bholley@195-132-112-181.rev.numericable.fr) (Quit: bholley)
  184. # [12:59] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
  185. # [13:08] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com) (Ping timeout: 248 seconds)
  186. # [13:25] * Joins: marcosc (~marcosc@bl12-181-66.dsl.telepac.pt)
  187. # [13:50] * Joins: ^esc (~esc-ape@77.119.129.69.wireless.dyn.drei.com)
  188. # [13:50] * Joins: annevk (~annevk@2.31.25.160)
  189. # [13:51] * Quits: marcosc (~marcosc@bl12-181-66.dsl.telepac.pt) (Remote host closed the connection)
  190. # [13:54] * Joins: TuRnaD0 (~Thunderbi@x1-6-e0-46-9a-1e-fe-ca.k368.webspeed.dk)
  191. # [13:57] * Quits: Cromulent (~Cromulent@cpc1-reig5-2-0-cust251.6-3.cable.virginmedia.com) (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
  192. # [13:57] * Joins: tomasf (~tomasf@h210n5-n-d4.ias.bredband.telia.com)
  193. # [14:06] * Quits: WesleyMcClane (~quassel@host90-138-dynamic.11-87-r.retail.telecomitalia.it) (Ping timeout: 272 seconds)
  194. # [14:08] * Joins: WesleyMcClane (~quassel@host3-28-dynamic.10-87-r.retail.telecomitalia.it)
  195. # [14:14] * Quits: tomasf (~tomasf@h210n5-n-d4.ias.bredband.telia.com) (Quit: tomasf)
  196. # [14:15] * Joins: tobie (~tobielang@col74-1-88-183-112-72.fbx.proxad.net)
  197. # [14:17] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
  198. # [14:18] * Quits: stalled (~stalled@unaffiliated/stalled) (Ping timeout: 265 seconds)
  199. # [14:25] * Joins: josemanuel (~josemanue@39.Red-79-151-210.dynamicIP.rima-tde.net)
  200. # [14:26] * Joins: bholley (~bholley@195-132-112-181.rev.numericable.fr)
  201. # [14:27] * Quits: josemanuel (~josemanue@39.Red-79-151-210.dynamicIP.rima-tde.net) (Client Quit)
  202. # [14:28] * Joins: erichynds (~erichynds@146-115-145-170.c3-0.nwt-ubr1.sbo-nwt.ma.cable.rcn.com)
  203. # [14:31] * Joins: stalled (~stalled@unaffiliated/stalled)
  204. # [14:32] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Remote host closed the connection)
  205. # [14:33] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
  206. # [14:37] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Ping timeout: 240 seconds)
  207. # [14:45] * Quits: erichynds (~erichynds@146-115-145-170.c3-0.nwt-ubr1.sbo-nwt.ma.cable.rcn.com)
  208. # [14:46] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com) (Ping timeout: 248 seconds)
  209. # [14:59] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
  210. # [15:08] * Quits: danielfilho (~danielfil@208.68.39.233) (Ping timeout: 246 seconds)
  211. # [15:10] * Quits: riddle (riddle@us.yunix.net) (Ping timeout: 245 seconds)
  212. # [15:11] * Joins: riddle (riddle@us.yunix.net)
  213. # [15:19] * Quits: malaclyps (~Danny@gateway/tor-sasl/malaclyps) (Ping timeout: 240 seconds)
  214. # [15:20] * Joins: tomasf (~tomasf@h210n5-n-d4.ias.bredband.telia.com)
  215. # [15:20] * Joins: erichynds (~erichynds@146-115-145-170.c3-0.nwt-ubr1.sbo-nwt.ma.cable.rcn.com)
  216. # [15:22] * Quits: smaug____ (~chatzilla@cs164155.pp.htv.fi) (Ping timeout: 248 seconds)
  217. # [15:26] * Quits: nonge_ (~nonge@p5082A6FA.dip0.t-ipconnect.de) (Quit: Verlassend)
  218. # [15:31] * Quits: erichynds (~erichynds@146-115-145-170.c3-0.nwt-ubr1.sbo-nwt.ma.cable.rcn.com)
  219. # [15:31] <MikeSmith> Ms2ger: I'm looking at the Gecko implementation of Media Source Extensions, at the SourceBuffer object, and noticing that the prototype doesn't have a audioTracks property nor any of the *Tracks properties
  220. # [15:31] * Ms2ger knows nothing :)
  221. # [15:32] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Remote host closed the connection)
  222. # [15:32] <MikeSmith> ok
  223. # [15:32] <MikeSmith> I see they're commented out in dom/webidl/SourceBuffer.webidl
  224. # [15:33] <MikeSmith> but no comment there to say why
  225. # [15:33] <MikeSmith> I know the implementation is incomplete
  226. # [15:33] <MikeSmith> but I thought it was complete enough to be able to work with a simple demo
  227. # [15:34] <MikeSmith> but dunno how it couel work at all without those
  228. # [15:34] <MikeSmith> anyway, I'll move on
  229. # [15:39] * Quits: tobie (~tobielang@col74-1-88-183-112-72.fbx.proxad.net) (Ping timeout: 272 seconds)
  230. # [15:56] * Joins: danielfilho (~danielfil@208.68.39.233)
  231. # [15:58] * Joins: plutoniix (~plutoniix@node-10j5.pool-180-180.dynamic.totbb.net)
  232. # [15:59] * Joins: tobie (~tobielang@88.183.112.72)
  233. # [16:01] * Joins: marcosc (~marcosc@bl12-181-66.dsl.telepac.pt)
  234. # [16:02] * Quits: frozenice (~frozenice@unaffiliated/fr0zenice) (Remote host closed the connection)
  235. # [16:04] * Quits: tobie (~tobielang@88.183.112.72) (Quit: tobie)
  236. # [16:09] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
  237. # [16:18] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com) (Ping timeout: 248 seconds)
  238. # [16:35] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Remote host closed the connection)
  239. # [16:36] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
  240. # [16:36] * Quits: tomasf (~tomasf@h210n5-n-d4.ias.bredband.telia.com) (Quit: tomasf)
  241. # [16:40] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Ping timeout: 248 seconds)
  242. # [16:42] * DaveMethvin|away is now known as DaveMethvin
  243. # [16:43] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
  244. # [16:53] * Quits: karlcow (~karl@nerval.la-grange.net) (Ping timeout: 272 seconds)
  245. # [17:01] * Joins: jdaggett (~jdaggett@87.237.172.19)
  246. # [17:04] * Joins: tantek (~tantek@50-0-164-83.dsl.dynamic.sonic.net)
  247. # [17:05] * Quits: Jedi_ (~Jedi@jedi.org) (Ping timeout: 248 seconds)
  248. # [17:06] * Joins: Jedi_ (~Jedi@jedi.org)
  249. # [17:09] * Joins: jpn (~jpn@a89-155-241-159.cpe.netcabo.pt)
  250. # [17:11] * Joins: newtron (~newtron@76-10-148-205.dsl.teksavvy.com)
  251. # [17:15] * Joins: smaug____ (~chatzilla@cs164155.pp.htv.fi)
  252. # [17:24] * Joins: cheron (~cheron@unaffiliated/cheron)
  253. # [17:29] * Quits: tantek (~tantek@50-0-164-83.dsl.dynamic.sonic.net) (Quit: tantek)
  254. # [17:30] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
  255. # [17:32] * Joins: Goplat (~goplat@reactos/developer/Goplat)
  256. # [17:34] * Quits: arunranga (~otherarun@cpe-74-73-238-8.nyc.res.rr.com) (Quit: arunranga)
  257. # [17:35] * Quits: newtron (~newtron@76-10-148-205.dsl.teksavvy.com) (Remote host closed the connection)
  258. # [17:35] * Joins: newtron (~newtron@76-10-148-205.dsl.teksavvy.com)
  259. # [17:37] * Joins: newtron_ (~newtron@76-10-148-205.dsl.teksavvy.com)
  260. # [17:40] * Quits: newtron (~newtron@76-10-148-205.dsl.teksavvy.com) (Ping timeout: 272 seconds)
  261. # [17:51] * Joins: computerHobby (~encryptd_@71-89-74-12.dhcp.bycy.mi.charter.com)
  262. # [17:55] * Quits: newtron_ (~newtron@76-10-148-205.dsl.teksavvy.com) (Remote host closed the connection)
  263. # [17:55] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Remote host closed the connection)
  264. # [17:55] * Joins: newtron (~newtron@76-10-148-205.dsl.teksavvy.com)
  265. # [17:55] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
  266. # [17:57] * Quits: marcosc (~marcosc@bl12-181-66.dsl.telepac.pt) (Remote host closed the connection)
  267. # [17:58] * Joins: reyre (~reyre@CPE7cb21b1e2cf4-CM7cb21b1e2cf1.cpe.net.cable.rogers.com)
  268. # [17:59] * Joins: marcosc (~marcosc@bl12-181-66.dsl.telepac.pt)
  269. # [18:00] * Quits: newtron (~newtron@76-10-148-205.dsl.teksavvy.com) (Ping timeout: 272 seconds)
  270. # [18:01] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Ping timeout: 272 seconds)
  271. # [18:06] * Quits: computerHobby (~encryptd_@71-89-74-12.dhcp.bycy.mi.charter.com) (Remote host closed the connection)
  272. # [18:06] * Joins: computerHobby (~encryptd_@71-89-74-12.dhcp.bycy.mi.charter.com)
  273. # [18:10] * Quits: computerHobby (~encryptd_@71-89-74-12.dhcp.bycy.mi.charter.com) (Ping timeout: 248 seconds)
  274. # [18:30] * Quits: marcosc (~marcosc@bl12-181-66.dsl.telepac.pt) (Remote host closed the connection)
  275. # [18:34] * Quits: reyre (~reyre@CPE7cb21b1e2cf4-CM7cb21b1e2cf1.cpe.net.cable.rogers.com) (Remote host closed the connection)
  276. # [18:39] * Joins: marcosc (~marcosc@bl12-181-66.dsl.telepac.pt)
  277. # [18:53] * Quits: jpn (~jpn@a89-155-241-159.cpe.netcabo.pt) (Quit: jpn)
  278. # [18:54] * Joins: jarek (~jarek@unaffiliated/jarek)
  279. # [19:05] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
  280. # [19:05] * Joins: tomasf (~tomasf@host-95-199-7-81.mobileonline.telia.com)
  281. # [19:08] * Joins: josemanuel (~josemanue@154.Red-83-42-99.dynamicIP.rima-tde.net)
  282. # [19:09] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com) (Ping timeout: 248 seconds)
  283. # [19:09] * Quits: frustrum (~frustrum@jaw044-res.resnet.ucsd.edu) (Ping timeout: 248 seconds)
  284. # [19:09] * Quits: jarek (~jarek@unaffiliated/jarek) (Quit: jarek)
  285. # [19:12] * Quits: josemanuel (~josemanue@154.Red-83-42-99.dynamicIP.rima-tde.net) (Client Quit)
  286. # [19:13] * Quits: tomasf (~tomasf@host-95-199-7-81.mobileonline.telia.com) (Read error: Connection reset by peer)
  287. # [19:13] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
  288. # [19:27] * Joins: frustrum (~frustrum@128.54.214.195)
  289. # [19:32] * Quits: ronaldmansveld (~ronaldman@5ED3A951.cm-7-4c.dynamic.ziggo.nl) (Read error: Connection reset by peer)
  290. # [19:45] * Quits: jdaggett (~jdaggett@87.237.172.19) (Ping timeout: 245 seconds)
  291. # [19:46] * Joins: reyre (~reyre@CPE7cb21b1e2cf4-CM7cb21b1e2cf1.cpe.net.cable.rogers.com)
  292. # [19:54] * Joins: karlcow (~karl@nerval.la-grange.net)
  293. # [19:54] * Quits: smaug____ (~chatzilla@cs164155.pp.htv.fi) (Ping timeout: 245 seconds)
  294. # [20:03] * Quits: jorgepedret (~jorgepedr@70-36-56-110.dyn.novuscom.net) (Quit: Computer has gone to sleep.)
  295. # [20:14] * Joins: rniwa (~rniwa@c-98-207-134-149.hsd1.ca.comcast.net)
  296. # [20:35] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com) (Ping timeout: 248 seconds)
  297. # [20:36] * Joins: ap (~ap@c-98-234-180-13.hsd1.ca.comcast.net)
  298. # [20:45] * Joins: jorgepedret (~jorgepedr@70-36-56-110.dyn.novuscom.net)
  299. # [20:47] * Joins: jdaggett (~jdaggett@87.237.172.19)
  300. # [20:47] * Joins: seventh (seventh@209.99.2.142)
  301. # [20:59] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
  302. # [21:01] * Quits: malcolmva (~malcolmva@c-67-188-35-241.hsd1.ca.comcast.net) (Ping timeout: 272 seconds)
  303. # [21:07] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Remote host closed the connection)
  304. # [21:08] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
  305. # [21:12] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Ping timeout: 248 seconds)
  306. # [21:30] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com) (Ping timeout: 248 seconds)
  307. # [21:34] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
  308. # [21:39] <annevk> Ms2ger: I think we should add getElementById() to ParentNode
  309. # [21:39] * Quits: jdaggett (~jdaggett@87.237.172.19) (Quit: jdaggett)
  310. # [21:39] <Ms2ger> annevk, no strong feelings about that
  311. # [21:39] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  312. # [21:39] <annevk> same, seems bz likes it, although I wonder how much of that thread is theoretical vs actual needs; hard to judge
  313. # [21:41] * Joins: jpn (~jpn@a89-153-14-195.cpe.netcabo.pt)
  314. # [21:51] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
  315. # [22:03] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com) (Ping timeout: 248 seconds)
  316. # [22:04] * Joins: malaclyps (~Danny@gateway/tor-sasl/malaclyps)
  317. # [22:04] * Joins: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
  318. # [22:06] * Quits: marcosc (~marcosc@bl12-181-66.dsl.telepac.pt) (Remote host closed the connection)
  319. # [22:07] * Joins: marcosc (~marcosc@bl12-181-66.dsl.telepac.pt)
  320. # [22:08] * Joins: tantek (~tantek@70-36-140-81.dsl.dynamic.sonic.net)
  321. # [22:11] * Quits: jpn (~jpn@a89-153-14-195.cpe.netcabo.pt) (Quit: jpn)
  322. # [22:17] * Joins: weinig (~weinig@24.130.60.35)
  323. # [22:19] * Quits: eric_carlson (~eric@17.212.152.104) (Ping timeout: 264 seconds)
  324. # [22:19] * Quits: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
  325. # [22:21] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
  326. # [22:25] * Joins: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
  327. # [22:28] * Joins: danjesus (~danjesus@187.10.120.254)
  328. # [22:29] * Quits: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net) (Client Quit)
  329. # [22:30] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com) (Ping timeout: 248 seconds)
  330. # [22:32] * Quits: malaclyps (~Danny@gateway/tor-sasl/malaclyps) (Ping timeout: 240 seconds)
  331. # [22:37] * Quits: marcosc (~marcosc@bl12-181-66.dsl.telepac.pt) (Remote host closed the connection)
  332. # [22:40] * Joins: bzed_ (~bzed@devel.recluse.de)
  333. # [22:41] * Quits: bzed (~bzed@devel.recluse.de) (Ping timeout: 252 seconds)
  334. # [22:42] * bzed_ is now known as bzed
  335. # [22:48] * Joins: marcosc (~marcosc@bl12-181-66.dsl.telepac.pt)
  336. # [22:51] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
  337. # [22:59] * Joins: malaclyps (~Danny@gateway/tor-sasl/malaclyps)
  338. # [23:07] * Quits: bholley (~bholley@195-132-112-181.rev.numericable.fr) (Quit: bholley)
  339. # [23:12] * Quits: danjesus (~danjesus@187.10.120.254) (Remote host closed the connection)
  340. # [23:12] * Joins: bholley (~bholley@195-132-112-181.rev.numericable.fr)
  341. # [23:15] * Quits: cheron (~cheron@unaffiliated/cheron) (Ping timeout: 272 seconds)
  342. # [23:19] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com) (Ping timeout: 248 seconds)
  343. # [23:19] * pdr|meeting is now known as pdr
  344. # [23:21] * Quits: bholley (~bholley@195-132-112-181.rev.numericable.fr) (Quit: bholley)
  345. # [23:22] * Quits: marcosc (~marcosc@bl12-181-66.dsl.telepac.pt) (Remote host closed the connection)
  346. # [23:25] * Quits: jorgepedret (~jorgepedr@70-36-56-110.dyn.novuscom.net) (Quit: Computer has gone to sleep.)
  347. # [23:28] * Joins: jorgepedret (~jorgepedr@70-36-56-110.dyn.novuscom.net)
  348. # [23:30] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
  349. # [23:30] * Joins: marcosc (~marcosc@bl12-181-66.dsl.telepac.pt)
  350. # [23:34] * Quits: jorgepedret (~jorgepedr@70-36-56-110.dyn.novuscom.net) (Quit: Computer has gone to sleep.)
  351. # [23:35] * Quits: malaclyps (~Danny@gateway/tor-sasl/malaclyps) (Ping timeout: 240 seconds)
  352. # [23:37] * Quits: reyre (~reyre@CPE7cb21b1e2cf4-CM7cb21b1e2cf1.cpe.net.cable.rogers.com) (Remote host closed the connection)
  353. # [23:39] * Joins: reyre (~reyre@CPE7cb21b1e2cf4-CM7cb21b1e2cf1.cpe.net.cable.rogers.com)
  354. # [23:39] * Quits: Domenic_ (uid10976@gateway/web/irccloud.com/x-wttgmrxviummhccm) (Ping timeout: 245 seconds)
  355. # [23:39] * Quits: reyre (~reyre@CPE7cb21b1e2cf4-CM7cb21b1e2cf1.cpe.net.cable.rogers.com) (Remote host closed the connection)
  356. # [23:40] * Joins: Domenic_ (uid10976@gateway/web/irccloud.com/x-uicciefcdvigoqxb)
  357. # [23:45] * Quits: tantek (~tantek@70-36-140-81.dsl.dynamic.sonic.net) (Quit: tantek)
  358. # [23:46] * Joins: reyre (~reyre@CPE7cb21b1e2cf4-CM7cb21b1e2cf1.cpe.net.cable.rogers.com)
  359. # [23:50] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  360. # [23:51] * Quits: reyre (~reyre@CPE7cb21b1e2cf4-CM7cb21b1e2cf1.cpe.net.cable.rogers.com) (Remote host closed the connection)
  361. # [23:53] * Joins: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
  362. # [23:55] * Joins: reyre (~reyre@CPE7cb21b1e2cf4-CM7cb21b1e2cf1.cpe.net.cable.rogers.com)
  363. # [23:56] * Quits: annevk (~annevk@2.31.25.160) (Remote host closed the connection)
  364. # [23:59] * DaveMethvin is now known as DaveMethvin|away
  365. # [23:59] * Quits: frustrum (~frustrum@128.54.214.195) (Ping timeout: 272 seconds)
  366. # Session Close: Sun Oct 20 00:00:00 2013

The end :)