/irc-logs / mozilla / #developers / 2014-03-02 / end

Options:

  1. # Session Start: Sun Mar 02 00:00:00 2014
  2. # Session Ident: #developers
  3. # [00:02] <rbarnes_> dear DOM wizards: i would like to make an object that (1) has a WebIDL interface, (2) has data that is not exposed through WebIDL, and (3) is structured-clonable. I know how to do (1); before I spend a bunch of time trying to figure out (2) and (3), is there a simple way to do it?
  4. # [00:03] * Quits: kushagra_ (kushagra@41050653.418E38CF.C28326FD.IP) (Client exited)
  5. # [00:04] * Joins: stefanca (annafeathe@moz-D7423AF5.cinci.res.rr.com)
  6. # [00:04] * Quits: twi (Adium@BC1E56B6.55F3F843.839F6EC0.IP) (Ping timeout)
  7. # [00:05] * Joins: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP)
  8. # [00:10] * Joins: kushagra (kushagra@41050653.418E38CF.C28326FD.IP)
  9. # [00:12] * Quits: kushagra (kushagra@41050653.418E38CF.C28326FD.IP) (Client exited)
  10. # [00:12] * Joins: kushagra (kushagra@41050653.418E38CF.C28326FD.IP)
  11. # [00:12] <reuben> rbarnes_: you should be able to just have whatever data you want in the implementation, and also implement the serializer however you want
  12. # [00:12] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  13. # [00:12] * Joins: twi (Adium@BC1E56B6.55F3F843.839F6EC0.IP)
  14. # [00:12] * Quits: twi (Adium@BC1E56B6.55F3F843.839F6EC0.IP) (Client exited)
  15. # [00:13] <reuben> rbarnes_: for (3) you need to implement ParamTraits<YourClass> (or one of ParamTrait's subclasses if aplicable)
  16. # [00:13] * Quits: rbarnes_ (rbarnes@7C39E545.382A0101.91D2EB5B.IP) (Ping timeout)
  17. # [00:14] * Joins: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch)
  18. # [00:15] <reuben> use the existing ones as a guide: https://mxr.mozilla.org/mozilla-central/ident?i=ParamTraits&;filter=
  19. # [00:15] * Quits: jonasfj (jonasfj@moz-F9C6FBE1.hsd1.ca.comcast.net) (Ping timeout)
  20. # [00:16] * Quits: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net) (Ping timeout)
  21. # [00:17] * Joins: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net)
  22. # [00:17] * kaze is now known as kaze|zZz
  23. # [00:17] * Joins: rbarnes (rbarnes@7C39E545.382A0101.91D2EB5B.IP)
  24. # [00:17] * Joins: pnkfelix (pnkfelix@moz-43495417.fbx.proxad.net)
  25. # [00:18] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  26. # [00:18] * Quits: padenot (paul@moz-8A7708E6.members.linode.com) (Ping timeout)
  27. # [00:18] <reuben> oh wait, that's for IPC, I'm not sure if it also works for structured clones
  28. # [00:19] * Quits: drs (drs@moz-8A7708E6.members.linode.com) (Ping timeout)
  29. # [00:19] <rbarnes> ah, crap :)
  30. # [00:19] * Quits: benjamin (benjamin@moz-8A7708E6.members.linode.com) (Ping timeout)
  31. # [00:20] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Quit: jib)
  32. # [00:20] <rbarnes> reuben: well, it shows up in IndexedDB, so maybe it's relevant to structured clone? http://dxr.mozilla.org/mozilla-central/source/dom/indexedDB/Key.h#17
  33. # [00:21] <reuben> rbarnes: yeah, sorry, it doesn't look like it's the same thing at all
  34. # [00:22] <rbarnes> hm
  35. # [00:22] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Input/output error)
  36. # [00:22] * Quits: andersh_ (andersh@moz-B28DD06F.bredband.3.dk) (Connection reset by peer)
  37. # [00:23] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  38. # [00:23] * Joins: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com)
  39. # [00:25] * Quits: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com) (Ping timeout)
  40. # [00:25] * Joins: mwargers (mwargers@moz-AF369B35.adsl.online.nl)
  41. # [00:25] * givanica is now known as givanica|away
  42. # [00:25] * Quits: rbarnes (rbarnes@7C39E545.382A0101.91D2EB5B.IP) (Ping timeout)
  43. # [00:26] <reuben> rbarnes: looks like you have to set up callbacks and pass them to the relevant methods when using JSAutoStructuredCloneBuffer. https://mxr.mozilla.org/mozilla-central/source/js/public/StructuredClone.h
  44. # [00:26] <reuben> hopefully someone who actually knows how this works will chime in :)
  45. # [00:26] * Quits: Archaeopteryx (itsme@moz-F113E43F.cust.telecolumbus.net) (Quit: Goodbye)
  46. # [00:30] * Joins: rbarnes (rbarnes@7C39E545.382A0101.91D2EB5B.IP)
  47. # [00:30] * Quits: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net) (Ping timeout)
  48. # [00:30] * Quits: rbarnes (rbarnes@7C39E545.382A0101.91D2EB5B.IP) (Input/output error)
  49. # [00:30] * Joins: rbarnes (rbarnes@AF4F3E22.C2438884.91D2EB5B.IP)
  50. # [00:31] * Joins: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net)
  51. # [00:33] * Joins: Rik (rik@moz-E813DFA5.fbx.proxad.net)
  52. # [00:33] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  53. # [00:35] * Quits: Rik (rik@moz-E813DFA5.fbx.proxad.net) (Ping timeout)
  54. # [00:35] * Joins: drno (nohlmeier@moz-8C24FDC2.hsd1.ca.comcast.net)
  55. # [00:36] * Quits: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP) (Quit: bbye all )
  56. # [00:40] * Joins: karl (karl@moz-C433B975.jetstream.xtra.co.nz)
  57. # [00:42] * Joins: drs (drs@moz-8A7708E6.members.linode.com)
  58. # [00:43] * Quits: RealRave1 (Thunderbir@A1A63E7B.F59D6A47.C3498625.IP) (Quit: RealRave1)
  59. # [00:43] * Quits: haseeb (uid13814@moz-E77DEB21.irccloud.com) (Quit: Connection closed for inactivity)
  60. # [00:43] * Joins: RealRaven (Thunderbir@A1A63E7B.F59D6A47.C3498625.IP)
  61. # [00:43] * Quits: pnkfelix (pnkfelix@moz-43495417.fbx.proxad.net) (Quit: rcirc on GNU Emacs 24.3.1)
  62. # [00:44] * Joins: mchang (mchang@BE99BE02.84BCE52A.BCAEBB33.IP)
  63. # [00:44] * Quits: RealRaven (Thunderbir@A1A63E7B.F59D6A47.C3498625.IP) (Quit: RealRaven)
  64. # [00:45] * Joins: lizzard (ehenry@moz-F2439B1F.dsl.static.sonic.net)
  65. # [00:45] * Joins: RealRaven (Thunderbir@A1A63E7B.F59D6A47.C3498625.IP)
  66. # [00:45] * Joins: benjamin (benjamin@moz-8A7708E6.members.linode.com)
  67. # [00:47] * Joins: mconley (mconley@moz-85BBA7.dsl.bell.ca)
  68. # [00:47] * Joins: C4RNAGE (Anders@moz-980F7CD3.bb.online.no)
  69. # [00:49] * Quits: stefanca (annafeathe@moz-D7423AF5.cinci.res.rr.com) (Ping timeout)
  70. # [00:49] * Joins: rvid (uid11545@moz-E77DEB21.irccloud.com)
  71. # [00:49] * Parts: jchaulk (jchaulk@moz-90129A3.dsl.teksavvy.com)
  72. # [00:49] * Joins: stefanca (annafeathe@moz-D7423AF5.cinci.res.rr.com)
  73. # [00:50] * Joins: victorporof (victorporo@moz-FFB76956.cpe.net.cable.rogers.com)
  74. # [00:51] <NeilAway> smaug: sorry, wasn't really around
  75. # [00:53] * Quits: mikeratcliffe1 (Adium@563667DE.83F43654.137FEB2B.IP) (Quit: Leaving.)
  76. # [00:57] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Input/output error)
  77. # [00:58] * Joins: mikeratcliffe (Adium@563667DE.83F43654.137FEB2B.IP)
  78. # [00:59] * Quits: mikeratcliffe (Adium@563667DE.83F43654.137FEB2B.IP) (Quit: Leaving.)
  79. # [01:03] * admix|away is now known as admix
  80. # [01:03] * BenWa is now known as BenWa|email
  81. # [01:04] * Quits: lizzard (ehenry@moz-F2439B1F.dsl.static.sonic.net) (Quit: lizzard)
  82. # [01:05] * Joins: richardus (richardus@943B7871.9ECB3C64.C2880E1D.IP)
  83. # [01:05] * Quits: tomer (tomer@F61A4DAE.55661B99.34A7550B.IP) (Ping timeout)
  84. # [01:06] * Quits: stefanca (annafeathe@moz-D7423AF5.cinci.res.rr.com) (Ping timeout)
  85. # [01:06] * Joins: stefanca (annafeathe@moz-D7423AF5.cinci.res.rr.com)
  86. # [01:07] * Quits: dev-zero (dev-zero@8D207D2.C0AD167D.ABE1432C.IP) (Ping timeout)
  87. # [01:07] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  88. # [01:08] * Quits: drno (nohlmeier@moz-8C24FDC2.hsd1.ca.comcast.net) (Quit: drno)
  89. # [01:12] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Input/output error)
  90. # [01:12] * admix is now known as admix|away
  91. # [01:13] * Quits: jdover_ (jdover@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net) (Quit: Computer has gone to sleep.)
  92. # [01:14] * Joins: jdover_ (jdover@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net)
  93. # [01:14] * Joins: gustavold1 (gustavold@987BD4B0.4F9453A5.DF2AC62B.IP)
  94. # [01:15] * Joins: dev-zero (dev-zero@8D207D2.C0AD167D.ABE1432C.IP)
  95. # [01:15] * Quits: jdover_ (jdover@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net) (No route to host)
  96. # [01:24] * Joins: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com)
  97. # [01:25] * Quits: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com) (Ping timeout)
  98. # [01:29] * Joins: mikeratcliffe (Adium@563667DE.83F43654.137FEB2B.IP)
  99. # [01:29] * Joins: foudfou (foudfou@moz-555DD0EA.net-81-220-236.rev.numericable.fr)
  100. # [01:34] * Joins: Rik (rik@moz-E813DFA5.fbx.proxad.net)
  101. # [01:35] * Quits: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch) (Quit: Leaving.)
  102. # [01:35] * Quits: mikeratcliffe (Adium@563667DE.83F43654.137FEB2B.IP) (Ping timeout)
  103. # [01:36] * Quits: Rik (rik@moz-E813DFA5.fbx.proxad.net) (Ping timeout)
  104. # [01:38] * Joins: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  105. # [01:38] * Joins: lizzard (ehenry@moz-F2439B1F.dsl.static.sonic.net)
  106. # [01:38] * Quits: serge (Thunderbir@3626012F.BF6E80D6.AE2B2F80.IP) (Ping timeout)
  107. # [01:43] * Joins: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch)
  108. # [01:43] * jcranmer is now known as jcranmer|away
  109. # [01:47] * Joins: briansmith_ (briansmith@C11351D5.AC8EC7EA.B4C748B5.IP)
  110. # [01:47] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  111. # [01:48] * Joins: serge (Thunderbir@moz-32BEB310.dsl.teksavvy.com)
  112. # [01:48] * Quits: rbarnes (rbarnes@AF4F3E22.C2438884.91D2EB5B.IP) (Ping timeout)
  113. # [01:48] * Quits: briansmith (briansmith@C11351D5.AC8EC7EA.B4C748B5.IP) (Ping timeout)
  114. # [01:55] * Joins: yash (uid13811@moz-E77DEB21.irccloud.com)
  115. # [01:56] * Quits: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch) (Quit: Leaving.)
  116. # [01:59] * Quits: lizzard (ehenry@moz-F2439B1F.dsl.static.sonic.net) (Quit: lizzard)
  117. # [01:59] * Quits: RealRaven (Thunderbir@A1A63E7B.F59D6A47.C3498625.IP) (Quit: RealRaven)
  118. # [02:01] * Joins: jkitch (Thunderbir@moz-A1C97ADD.lns20.adl6.internode.on.net)
  119. # [02:02] * Joins: luniv (textual@35A6D713.28909DC9.B7FCEB19.IP)
  120. # [02:03] * Quits: snig_wal (chatzilla@9B9315E1.A6025CA.1C37C358.IP) (Ping timeout)
  121. # [02:04] * Joins: snig_wal (chatzilla@9B9315E1.A6025CA.1C37C358.IP)
  122. # [02:04] * Joins: lizzard (ehenry@moz-F2439B1F.dsl.static.sonic.net)
  123. # [02:06] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  124. # [02:06] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  125. # [02:07] * Joins: ddahl (ddahl@moz-5F89CFB9.hsd1.il.comcast.net)
  126. # [02:15] * Quits: kushagra (kushagra@41050653.418E38CF.C28326FD.IP) (Client exited)
  127. # [02:16] * Quits: gustavold1 (gustavold@987BD4B0.4F9453A5.DF2AC62B.IP) (Ping timeout)
  128. # [02:20] * Quits: stefanca (annafeathe@moz-D7423AF5.cinci.res.rr.com) (Ping timeout)
  129. # [02:20] * Joins: stefanca (annafeathe@moz-D7423AF5.cinci.res.rr.com)
  130. # [02:21] * Quits: janv (varga@moz-C18E78B1.orange.sk) (Quit: This computer has gone to sleep)
  131. # [02:24] * Joins: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch)
  132. # [02:24] * Joins: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com)
  133. # [02:25] * Quits: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Ping timeout)
  134. # [02:25] * Quits: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro) (Ping timeout)
  135. # [02:28] * Quits: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com) (Ping timeout)
  136. # [02:28] * Joins: jrm2k6 (jrm2k6@moz-876091EF.sd.sd.cox.net)
  137. # [02:30] * retornam|away is now known as retornam
  138. # [02:30] * Quits: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net) (Ping timeout)
  139. # [02:31] * Joins: dashed (dashed@moz-84DD998B.cpe.net.cable.rogers.com)
  140. # [02:31] * Joins: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net)
  141. # [02:32] * Quits: brambles (xymox@moz-969AAE9B.barwen.ch) (Ping timeout)
  142. # [02:33] * Joins: brambles (xymox@moz-969AAE9B.barwen.ch)
  143. # [02:34] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/fa2fde527c9c - Masatoshi Kimura - Bug 978441 - Stop using GetVersionEx() in nsLookAndFeel.cpp. r=jimm
  144. # [02:34] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/9d2a31007957 - Masatoshi Kimura - Bug 978442 - Use WindowsVersion.h from VolatileBuffer. r=mwu
  145. # [02:34] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  146. # [02:34] * Joins: Rik (rik@moz-E813DFA5.fbx.proxad.net)
  147. # [02:35] * Quits: @roc (chatzilla@moz-C6C2C19C.bng1.tvc.orcon.net.nz) (Ping timeout)
  148. # [02:36] * Joins: roc (chatzilla@moz-8B3DBFBA.bng1.tvc.orcon.net.nz)
  149. # [02:36] * ChanServ sets mode: +o roc
  150. # [02:36] * Quits: Rik (rik@moz-E813DFA5.fbx.proxad.net) (Ping timeout)
  151. # [02:38] * jlund|cantina is now known as jlund|afk
  152. # [02:38] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Input/output error)
  153. # [02:38] * smaug sets mode: -b reyre!*@*
  154. # [02:38] * Quits: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch) (Quit: Leaving.)
  155. # [02:39] * smaug sets mode: -b Yoric!*@*
  156. # [02:39] * Quits: hsivonen (hsivonen@moz-7C49177A.validator.nu) (Ping timeout)
  157. # [02:40] * Joins: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net)
  158. # [02:40] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  159. # [02:41] * Joins: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net)
  160. # [02:44] * Quits: catalinn (Thunderbir@C79AA2DC.7F10AE13.A721DA5F.IP) (Ping timeout)
  161. # [02:45] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  162. # [02:47] * Quits: znickell (Thunderbir@moz-A2E993EF.dhcp.ftwo.tx.charter.com) (Ping timeout)
  163. # [02:50] * Joins: jchaulk (jchaulk@moz-90129A3.dsl.teksavvy.com)
  164. # [02:52] * retornam is now known as retornam|away
  165. # [02:54] * Quits: victorporof (victorporo@moz-FFB76956.cpe.net.cable.rogers.com) (Ping timeout)
  166. # [02:56] * Quits: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net) (Input/output error)
  167. # [02:56] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  168. # [02:58] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  169. # [02:59] * admix|away is now known as admix
  170. # [03:00] * Quits: goutamnair (uid25773@moz-A42E5B7B.irccloud.com) (Quit: Connection closed for inactivity)
  171. # [03:01] * Quits: jrm2k6 (jrm2k6@moz-876091EF.sd.sd.cox.net) (Client exited)
  172. # [03:01] * Quits: @smaug (chatzilla@moz-9E0B1701.pp.htv.fi) (Ping timeout)
  173. # [03:03] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  174. # [03:04] * Quits: rvid (uid11545@moz-E77DEB21.irccloud.com) (Quit: Connection closed for inactivity)
  175. # [03:05] * Joins: KWierso|afk (chatzilla@moz-9B11DA99.hsd1.ca.comcast.net)
  176. # [03:05] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Input/output error)
  177. # [03:06] * Quits: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP) (Quit: ChatZilla 0.9.90.1 [Firefox 30.0a1/20140226030202])
  178. # [03:07] * Joins: victorporof (victorporo@moz-FFB76956.cpe.net.cable.rogers.com)
  179. # [03:08] * jchen|away is now known as jchen
  180. # [03:08] * Joins: jonasfj (jonasfj@moz-F9C6FBE1.hsd1.ca.comcast.net)
  181. # [03:08] * Joins: jrm2k6 (jrm2k6@moz-876091EF.sd.sd.cox.net)
  182. # [03:10] * Quits: gauravmittal (uid25763@moz-31ABA2C0.irccloud.com) (Quit: Connection closed for inactivity)
  183. # [03:10] * Quits: snig_wal (chatzilla@9B9315E1.A6025CA.1C37C358.IP) (Ping timeout)
  184. # [03:11] * Joins: sewardj__ (sewardj@moz-4E718080.dip0.t-ipconnect.de)
  185. # [03:11] * jchen is now known as jchen|away
  186. # [03:12] * Quits: chewey (chewey@moz-243A3891.dip0.t-ipconnect.de) (NickServ (GHOST command used by chewey_))
  187. # [03:12] * Quits: sewardj_ (sewardj@moz-75A0C85C.dip0.t-ipconnect.de) (Ping timeout)
  188. # [03:13] * Joins: chewey (chewey@moz-69790F2E.dip0.t-ipconnect.de)
  189. # [03:13] * BenWa|email is now known as BenWa
  190. # [03:14] * Quits: badanomaly|away (quassel@DE289FBA.5C062A24.85BF2EFC.IP) (Ping timeout)
  191. # [03:14] * Quits: jrm2k6 (jrm2k6@moz-876091EF.sd.sd.cox.net) (Client exited)
  192. # [03:17] * Quits: lizzard (ehenry@moz-F2439B1F.dsl.static.sonic.net) (Quit: lizzard)
  193. # [03:19] * Joins: lpy|afk (lpy@7360AA58.F09091A8.1348A864.IP)
  194. # [03:20] * lpy|afk is now known as lpy
  195. # [03:21] * Joins: drno (nohlmeier@moz-8C24FDC2.hsd1.ca.comcast.net)
  196. # [03:23] * Quits: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net) (Quit: dealloc)
  197. # [03:24] * Joins: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch)
  198. # [03:26] * Joins: mt (mt@6575908F.3778D849.1D6E592A.IP)
  199. # [03:26] * Quits: drno (nohlmeier@moz-8C24FDC2.hsd1.ca.comcast.net) (Quit: drno)
  200. # [03:27] * Joins: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com)
  201. # [03:28] * Quits: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com) (Ping timeout)
  202. # [03:29] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  203. # [03:31] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  204. # [03:32] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  205. # [03:33] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Ping timeout)
  206. # [03:35] * Joins: Rik (rik@moz-E813DFA5.fbx.proxad.net)
  207. # [03:35] * Quits: mt (mt@6575908F.3778D849.1D6E592A.IP) (Quit: Leaving.)
  208. # [03:37] * Quits: Rik (rik@moz-E813DFA5.fbx.proxad.net) (Ping timeout)
  209. # [03:38] * Quits: mchang (mchang@BE99BE02.84BCE52A.BCAEBB33.IP) (Quit: mchang)
  210. # [03:41] * Quits: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net) (Ping timeout)
  211. # [03:41] * Joins: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net)
  212. # [03:41] * Joins: tomatoeblue (textual@moz-5C3A2631.cpe.distributel.net)
  213. # [03:44] * joshua-s is now known as joshua-s|zzz
  214. # [03:48] * Quits: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch) (Quit: Leaving.)
  215. # [03:49] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  216. # [03:52] * retornam|away is now known as retornam
  217. # [03:52] * Quits: lpy (lpy@7360AA58.F09091A8.1348A864.IP) (Quit: Leaving...)
  218. # [03:52] * retornam is now known as retornam|away
  219. # [03:53] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  220. # [03:53] * jchen|away is now known as jchen
  221. # [03:54] * Quits: emerson (emerson@6F3CD6F5.77F4443F.66AE2FF3.IP) (Quit: Leaving)
  222. # [03:54] * Quits: jonasfj (jonasfj@moz-F9C6FBE1.hsd1.ca.comcast.net) (Ping timeout)
  223. # [03:55] * Joins: smontagu (chatzilla@2FDD6FF3.FCD32F95.E9C721AF.IP)
  224. # [03:58] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Input/output error)
  225. # [03:58] * Quits: foudfou (foudfou@moz-555DD0EA.net-81-220-236.rev.numericable.fr) (Ping timeout)
  226. # [04:04] * Quits: @dbaron (dbaron@6E6C815B.27376607.189F3E15.IP) (Ping timeout)
  227. # [04:07] * Quits: serge (Thunderbir@moz-32BEB310.dsl.teksavvy.com) (Ping timeout)
  228. # [04:07] * Joins: rvid (uid11545@moz-E77DEB21.irccloud.com)
  229. # [04:10] * Joins: jet (jet@moz-560795AC.hfc.comcastbusiness.net)
  230. # [04:13] * Joins: Niharika (Happiness@7D04ABEA.29AE81D6.74119F78.IP)
  231. # [04:14] * Joins: kk1fff (kk1fff@8BD8063D.FABCB47D.B8A50BF0.IP)
  232. # [04:18] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  233. # [04:18] * Quits: KaiRo_away (robert@moz-F4C9236C.adsl.highway.telekom.at) (Ping timeout)
  234. # [04:18] * Joins: KaIRC (robert@moz-688108B6.adsl.highway.telekom.at)
  235. # [04:23] * Quits: yash (uid13811@moz-E77DEB21.irccloud.com) (Quit: Connection closed for inactivity)
  236. # [04:23] * Quits: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca) (Quit: surkov)
  237. # [04:24] * Joins: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net)
  238. # [04:25] * Joins: znickell (Thunderbir@moz-A2E993EF.dhcp.ftwo.tx.charter.com)
  239. # [04:26] * Joins: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP)
  240. # [04:28] * Joins: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com)
  241. # [04:29] * Quits: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com) (Ping timeout)
  242. # [04:30] * Quits: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net) (Input/output error)
  243. # [04:34] * Joins: MacroMayhem (MacroMayhe@9B9315E1.A6025CA.1C37C358.IP)
  244. # [04:36] * Joins: Rik (rik@moz-E813DFA5.fbx.proxad.net)
  245. # [04:37] * Quits: mconley (mconley@moz-85BBA7.dsl.bell.ca) (Input/output error)
  246. # [04:38] * Quits: Rik (rik@moz-E813DFA5.fbx.proxad.net) (Ping timeout)
  247. # [04:40] * Quits: jchaulk (jchaulk@moz-90129A3.dsl.teksavvy.com) (Quit: Leaving.)
  248. # [04:44] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  249. # [04:45] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Input/output error)
  250. # [04:45] * Quits: Optimizer (Optimizer@C1AFD961.7F55A979.BE4CF869.IP) (Ping timeout)
  251. # [04:52] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  252. # [04:52] * Quits: jet (jet@moz-560795AC.hfc.comcastbusiness.net) (Quit: jet)
  253. # [04:56] * Joins: sawrubh (uid6719@moz-5F4AA75A.irccloud.com)
  254. # [04:58] * Quits: JPeterson (JPeterson@moz-E3F8E691.tbcn.telia.com) (Connection reset by peer)
  255. # [04:58] <nemo> hrm. Why do I have to whitelist the remote site in NoScript in order to sort an FTP directory listing? :(
  256. # [04:58] <nemo> that kinda reminds me of the issues that PDF.js used to have
  257. # [04:59] * Joins: jaws (uid2871@moz-5F4AA75A.irccloud.com)
  258. # [05:05] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  259. # [05:10] * BenWa is now known as BenWa|email
  260. # [05:13] * Joins: darkowlzz (sunny@82320E50.87A60902.27560D6E.IP)
  261. # [05:15] * Quits: SinnerShanky (shashank20@9BD2DD49.464C375E.5D9ABA9F.IP) (Ping timeout)
  262. # [05:15] * Joins: alish (Mibbit@EA0C3B22.FD282A27.D4A260A.IP)
  263. # [05:18] * Quits: soumyaC (uid15286@moz-E77DEB21.irccloud.com) (Quit: Connection closed for inactivity)
  264. # [05:18] * Quits: samgtr (uid15227@moz-E77DEB21.irccloud.com) (Quit: Connection closed for inactivity)
  265. # [05:18] * Quits: alish (Mibbit@EA0C3B22.FD282A27.D4A260A.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  266. # [05:22] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  267. # [05:22] * Joins: SinnerShanky (shashank20@9BD2DD49.464C375E.5D9ABA9F.IP)
  268. # [05:22] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  269. # [05:24] * Joins: automata (Vilson@971E234.975951A1.70D22F34.IP)
  270. # [05:24] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  271. # [05:24] * Joins: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  272. # [05:24] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Ping timeout)
  273. # [05:25] * Quits: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Ping timeout)
  274. # [05:26] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  275. # [05:26] * Quits: jchen (jchen@moz-F9F4659E.woh.res.rr.com) (Quit: Leaving)
  276. # [05:26] * Joins: jchen (jchen@moz-F9F4659E.woh.res.rr.com)
  277. # [05:28] * Quits: jchen (jchen@moz-F9F4659E.woh.res.rr.com) (Quit: Leaving)
  278. # [05:28] * Joins: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com)
  279. # [05:30] * Joins: jchen (jchen@moz-F9F4659E.woh.res.rr.com)
  280. # [05:30] * Joins: Lenovo_ (MacroMayhe@E08EB952.A09A6DDC.CFAF2BDC.IP)
  281. # [05:30] * Quits: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com) (Ping timeout)
  282. # [05:30] * Quits: MacroMayhem (MacroMayhe@9B9315E1.A6025CA.1C37C358.IP) (Ping timeout)
  283. # [05:30] * Lenovo_ is now known as MacroMayhem
  284. # [05:31] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  285. # [05:35] * jcranmer|away is now known as jcranmer
  286. # [05:37] * Joins: Rik (rik@moz-E813DFA5.fbx.proxad.net)
  287. # [05:37] * Joins: JPeterson (JPeterson@moz-E3F8E691.tbcn.telia.com)
  288. # [05:37] * Quits: luniv (textual@35A6D713.28909DC9.B7FCEB19.IP) (Quit: Textual IRC Client: www.textualapp.com)
  289. # [05:37] * Quits: gabor (gabor@moz-F5994963.dip0.t-ipconnect.de) (Ping timeout)
  290. # [05:38] * Joins: mconley (mconley@moz-85BBA7.dsl.bell.ca)
  291. # [05:39] * Quits: Rik (rik@moz-E813DFA5.fbx.proxad.net) (Ping timeout)
  292. # [05:41] * Quits: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com) (Quit: Leaving.)
  293. # [05:43] * Quits: mconley (mconley@moz-85BBA7.dsl.bell.ca) (Ping timeout)
  294. # [05:43] * Quits: tomatoeblue (textual@moz-5C3A2631.cpe.distributel.net) (Quit: Computer has gone to sleep.)
  295. # [05:43] * jchen is now known as jchen|away
  296. # [05:46] * Quits: tonymec (tonymec@AFDE6138.753976D7.A9371869.IP) (Ping timeout)
  297. # [05:46] * nsm|away is now known as nsm
  298. # [05:47] * Joins: mixedpuppy (mixedpuppy@moz-DBDF2257.nycmny.fios.verizon.net)
  299. # [05:50] * Joins: recursive (recursive@2780A3DA.74D0EBFD.64F84526.IP)
  300. # [05:50] * Quits: SinnerShanky (shashank20@9BD2DD49.464C375E.5D9ABA9F.IP) (Ping timeout)
  301. # [05:53] * Quits: recursive (recursive@2780A3DA.74D0EBFD.64F84526.IP) (Ping timeout)
  302. # [05:53] * Joins: SinnerShanky (shashank20@9BD2DD49.464C375E.5D9ABA9F.IP)
  303. # [05:54] * Joins: recursive (recursive@2780A3DA.74D0EBFD.64F84526.IP)
  304. # [05:55] * KaIRC is now known as KaiRo_away
  305. # [05:55] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Ping timeout)
  306. # [05:59] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  307. # [05:59] * Joins: nglinh (nglinh@moz-6AE7E9A8.dynip.nus.edu.sg)
  308. # [06:03] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Input/output error)
  309. # [06:03] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Ping timeout)
  310. # [06:03] * Quits: Matti (Matti@moz-516F74EC.dip0.t-ipconnect.de) (Ping timeout)
  311. # [06:04] * Joins: heftig_ (heftig@moz-291A580B.dip0.t-ipconnect.de)
  312. # [06:04] * Quits: heftig (heftig@moz-B6BF6D03.dip0.t-ipconnect.de) (Ping timeout)
  313. # [06:04] * Quits: capella (chatzilla@moz-3A08EE5.twcny.res.rr.com) (Client exited)
  314. # [06:06] * Quits: mixedpuppy (mixedpuppy@moz-DBDF2257.nycmny.fios.verizon.net) (Quit: mixedpuppy)
  315. # [06:06] * Joins: capella (chatzilla@moz-3A08EE5.twcny.res.rr.com)
  316. # [06:07] * Joins: Matti_away (Matti@moz-B4CBC76C.dip0.t-ipconnect.de)
  317. # [06:07] * Matti_away is now known as Matti
  318. # [06:08] * Joins: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com)
  319. # [06:08] * Quits: markh (uid24855@moz-5F4AA75A.irccloud.com) (Ping timeout)
  320. # [06:08] * Quits: dcamp (sid6663@moz-5F4AA75A.irccloud.com) (Ping timeout)
  321. # [06:08] * Quits: sid0 (sid2934@moz-5F4AA75A.irccloud.com) (Ping timeout)
  322. # [06:08] * Quits: gfritzsche (sid7586@moz-5F4AA75A.irccloud.com) (Ping timeout)
  323. # [06:08] * Quits: sheppy-offline (sid12424@moz-5F4AA75A.irccloud.com) (Ping timeout)
  324. # [06:08] * Quits: sawrubh (uid6719@moz-5F4AA75A.irccloud.com) (Ping timeout)
  325. # [06:09] * Joins: haseeb (uid13814@moz-E77DEB21.irccloud.com)
  326. # [06:10] * Joins: markh (sid24855@moz-5F4AA75A.irccloud.com)
  327. # [06:10] * Joins: dcamp (sid6663@moz-5F4AA75A.irccloud.com)
  328. # [06:10] * Joins: gfritzsche (sid7586@moz-5F4AA75A.irccloud.com)
  329. # [06:11] * Joins: sheppy (sid12424@moz-5F4AA75A.irccloud.com)
  330. # [06:11] * Joins: sawrubh (uid6719@moz-5F4AA75A.irccloud.com)
  331. # [06:12] * Joins: sid0 (sid2934@moz-5F4AA75A.irccloud.com)
  332. # [06:12] * nsm is now known as nsm|away
  333. # [06:14] * Quits: rvid (uid11545@moz-E77DEB21.irccloud.com) (Quit: Connection closed for inactivity)
  334. # [06:14] * Quits: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP) (Quit: bbye all )
  335. # [06:15] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  336. # [06:15] * Joins: lpy (lpy@7360AA58.F09091A8.1348A864.IP)
  337. # [06:25] <capella> While working with Metro, I logged a bug for an issue I noticed, bug 976241 ... but I don't think it s-b under FF for Metro/General (product/component) ... anyone have a better idea where it might belong?
  338. # [06:25] * Joins: mconley (mconley@moz-85BBA7.dsl.bell.ca)
  339. # [06:30] * admix is now known as admix|away
  340. # [06:31] * Quits: nglinh (nglinh@moz-6AE7E9A8.dynip.nus.edu.sg) (Quit: nglinh)
  341. # [06:34] * Quits: KaiRo_away (robert@moz-688108B6.adsl.highway.telekom.at) (Input/output error)
  342. # [06:37] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Input/output error)
  343. # [06:37] * Joins: nglinh (nglinh@moz-6AE7E9A8.dynip.nus.edu.sg)
  344. # [06:37] * Joins: Rik (rik@moz-E813DFA5.fbx.proxad.net)
  345. # [06:39] * Quits: Rik (rik@moz-E813DFA5.fbx.proxad.net) (Ping timeout)
  346. # [06:40] * Joins: jackneill (jackneill@moz-71EEFD48.pool.digikabel.hu)
  347. # [06:41] * Quits: JPeterson (JPeterson@moz-E3F8E691.tbcn.telia.com) (Connection reset by peer)
  348. # [06:41] * Quits: mconley (mconley@moz-85BBA7.dsl.bell.ca) (Input/output error)
  349. # [06:53] * Joins: gabor (gabor@moz-F5994963.dip0.t-ipconnect.de)
  350. # [06:53] * Joins: Dwight_Stegall (YIM@moz-EE25458F.client.mchsi.com)
  351. # [06:53] * nsm|away is now known as nsm
  352. # [06:54] * Quits: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com) (Connection reset by peer)
  353. # [06:55] * Joins: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com)
  354. # [06:57] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  355. # [06:59] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Input/output error)
  356. # [06:59] * Quits: gkw (fuzz2lin@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  357. # [06:59] * Quits: sfink|log (sfink@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  358. # [07:00] * Quits: johns (johns@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  359. # [07:00] * Joins: johns (johns@moz-BBE3ABD.mv.mozilla.com)
  360. # [07:00] * Joins: sfink|log (sfink@moz-BBE3ABD.mv.mozilla.com)
  361. # [07:00] * Joins: gkw (fuzz2lin@moz-BBE3ABD.mv.mozilla.com)
  362. # [07:02] * Quits: johns (johns@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  363. # [07:02] * Quits: sfink|log (sfink@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  364. # [07:02] * Joins: johns (johns@moz-BBE3ABD.mv.mozilla.com)
  365. # [07:02] * Quits: gkw (fuzz2lin@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  366. # [07:03] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  367. # [07:03] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Input/output error)
  368. # [07:06] * Quits: johns (johns@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  369. # [07:06] * Joins: johns (johns@moz-BBE3ABD.mv.mozilla.com)
  370. # [07:06] * Joins: sfink|log (sfink@moz-BBE3ABD.mv.mozilla.com)
  371. # [07:06] * Joins: gkw (fuzz2lin@moz-BBE3ABD.mv.mozilla.com)
  372. # [07:08] * Quits: gkw (fuzz2lin@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  373. # [07:08] * Quits: johns (johns@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  374. # [07:08] * Quits: sfink|log (sfink@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  375. # [07:08] * Joins: johns (johns@moz-BBE3ABD.mv.mozilla.com)
  376. # [07:10] * Quits: johns (johns@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  377. # [07:10] * Joins: johns (johns@moz-BBE3ABD.mv.mozilla.com)
  378. # [07:11] * jcranmer is now known as jcranmer|away
  379. # [07:12] * Joins: mconley (mconley@moz-85BBA7.dsl.bell.ca)
  380. # [07:12] * Quits: johns (johns@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  381. # [07:12] * Joins: sfink|log (sfink@moz-BBE3ABD.mv.mozilla.com)
  382. # [07:12] * Joins: gkw (fuzz2lin@moz-BBE3ABD.mv.mozilla.com)
  383. # [07:12] * Joins: kk1fff_ (kk1fff@5E0E29F9.384AA330.F88B73FD.IP)
  384. # [07:12] * Joins: johns (johns@moz-BBE3ABD.mv.mozilla.com)
  385. # [07:13] * Quits: kk1fff (kk1fff@8BD8063D.FABCB47D.B8A50BF0.IP) (Ping timeout)
  386. # [07:16] * Quits: gkw (fuzz2lin@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  387. # [07:17] * Joins: gkw (fuzz2lin@moz-BBE3ABD.mv.mozilla.com)
  388. # [07:18] * Quits: mconley (mconley@moz-85BBA7.dsl.bell.ca) (Ping timeout)
  389. # [07:20] * Quits: MacroMayhem (MacroMayhe@E08EB952.A09A6DDC.CFAF2BDC.IP) (Ping timeout)
  390. # [07:20] * Joins: badanomaly (quassel@C524E3CC.EBB93E49.85BF2EFC.IP)
  391. # [07:22] * Quits: automata (Vilson@971E234.975951A1.70D22F34.IP) (Quit: This computer has gone to sleep)
  392. # [07:25] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Quit: Jesse)
  393. # [07:30] * Quits: badanomaly (quassel@C524E3CC.EBB93E49.85BF2EFC.IP) (Ping timeout)
  394. # [07:30] * Quits: sfink|log (sfink@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  395. # [07:30] * Joins: badanomaly|away (quassel@8E20FDC1.9F23B81E.8D9DA8D9.IP)
  396. # [07:31] * Quits: gkw (fuzz2lin@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  397. # [07:31] * Quits: johns (johns@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  398. # [07:31] * Joins: johns (johns@moz-BBE3ABD.mv.mozilla.com)
  399. # [07:31] * Joins: gkw (fuzz2lin@moz-BBE3ABD.mv.mozilla.com)
  400. # [07:31] * retornam|away is now known as retornam
  401. # [07:31] * Joins: sfink|log (sfink@moz-BBE3ABD.mv.mozilla.com)
  402. # [07:33] * Quits: johns (johns@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  403. # [07:33] * Joins: johns (johns@moz-BBE3ABD.mv.mozilla.com)
  404. # [07:33] * Quits: sfink|log (sfink@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  405. # [07:33] * Quits: gkw (fuzz2lin@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  406. # [07:34] * Joins: twi (Adium@moz-BB13A8C5.cust.vodafonedsl.it)
  407. # [07:34] * Quits: sawrubh (uid6719@moz-5F4AA75A.irccloud.com) (Quit: Connection closed for inactivity)
  408. # [07:35] * Quits: johns (johns@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  409. # [07:38] * Joins: Rik (rik@moz-E813DFA5.fbx.proxad.net)
  410. # [07:40] * Quits: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca) (Quit: surkov)
  411. # [07:40] * Quits: Rik (rik@moz-E813DFA5.fbx.proxad.net) (Ping timeout)
  412. # [07:41] * retornam is now known as retornam|away
  413. # [07:42] * Joins: johns (johns@moz-BBE3ABD.mv.mozilla.com)
  414. # [07:44] * Quits: johns (johns@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  415. # [07:45] * Quits: Dwight_Stegall (YIM@moz-EE25458F.client.mchsi.com) (Quit: I'm bored, time to go.)
  416. # [07:47] * Quits: soumyaC1 (soumyaC@moz-E0F149F7.members.linode.com) (Input/output error)
  417. # [07:47] * Quits: sawrubh|bot (~sawrubhbo@moz-E0F149F7.members.linode.com) (Input/output error)
  418. # [07:48] * BenWa|email is now known as BenWa
  419. # [07:49] * Joins: JPeterson (JPeterson@moz-E3F8E691.tbcn.telia.com)
  420. # [07:52] * Joins: Dwight_Stegall (YIM@moz-EE25458F.client.mchsi.com)
  421. # [07:54] <Unfocused> capella: store.json.mozlz4 is CrashManager.jsm - put it in Toolkit :: Breakpad Integration, and cc gps
  422. # [07:54] * Joins: johns (johns@moz-BBE3ABD.mv.mozilla.com)
  423. # [07:54] <capella> unfocused: Will Do
  424. # [07:55] * Joins: jrm2k6 (jrm2k6@moz-876091EF.sd.sd.cox.net)
  425. # [07:56] * Quits: johns (johns@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  426. # [07:56] * Joins: johns (johns@moz-BBE3ABD.mv.mozilla.com)
  427. # [07:57] <capella> mmm ... no breakpad integration component
  428. # [07:57] <Unfocused> capella: btw, pro tip: http://dxr.mozilla.org/mozilla-central/search?tree=mozilla-central&q=store.json.mozlz4
  429. # [07:58] * Quits: johns (johns@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  430. # [07:58] * Joins: johns (johns@moz-BBE3ABD.mv.mozilla.com)
  431. # [07:58] <Unfocused> capella: remember that bugzilla doesn't update the components list if you change the product. you have to submit the product change, then it will let you select the new component
  432. # [07:58] * Joins: sfink|log (sfink@moz-BBE3ABD.mv.mozilla.com)
  433. # [07:59] * Parts: nglinh (nglinh@moz-6AE7E9A8.dynip.nus.edu.sg)
  434. # [08:00] * Quits: johns (johns@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  435. # [08:00] * Quits: sfink|log (sfink@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  436. # [08:00] * Joins: johns (johns@moz-BBE3ABD.mv.mozilla.com)
  437. # [08:00] <Unfocused> capella: oh, probably want to make it block bug 875562 too, since it seems he's still working on landing that module
  438. # [08:01] * Joins: Optimizer (Optimizer@A65CF320.7A27FD32.BE4CF869.IP)
  439. # [08:01] * Joins: soumyaC (soumyaC@moz-E0F149F7.members.linode.com)
  440. # [08:01] * Unfocused wanders off before anyone adds something to his review queue
  441. # [08:02] <capella> unfocused: Done! Thanks
  442. # [08:02] * Quits: johns (johns@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  443. # [08:02] * Joins: johns (johns@moz-BBE3ABD.mv.mozilla.com)
  444. # [08:03] * Quits: gabor (gabor@moz-F5994963.dip0.t-ipconnect.de) (Ping timeout)
  445. # [08:04] * Quits: johns (johns@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  446. # [08:04] * Joins: johns (johns@moz-BBE3ABD.mv.mozilla.com)
  447. # [08:04] * Joins: sfink|log (sfink@moz-BBE3ABD.mv.mozilla.com)
  448. # [08:05] * Quits: soumyaC (soumyaC@moz-E0F149F7.members.linode.com) (Ping timeout)
  449. # [08:06] * Quits: recursive (recursive@2780A3DA.74D0EBFD.64F84526.IP) (Ping timeout)
  450. # [08:06] * Quits: johns (johns@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  451. # [08:06] * Quits: sfink|log (sfink@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  452. # [08:06] * Joins: johns (johns@moz-BBE3ABD.mv.mozilla.com)
  453. # [08:08] * Quits: johns (johns@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  454. # [08:08] * Joins: johns (johns@moz-BBE3ABD.mv.mozilla.com)
  455. # [08:09] * Quits: tn (tim@moz-E7CE1D28.wp.shawcable.net) (Quit: tn)
  456. # [08:09] * Joins: HeN (HeN@moz-1182DB32.red.bezeqint.net)
  457. # [08:09] * Joins: Chen (HeN@14E475D1.B970E7C5.27DA33FF.IP)
  458. # [08:10] * Joins: tn (tim@moz-E7CE1D28.wp.shawcable.net)
  459. # [08:10] * Quits: johns (johns@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  460. # [08:10] * Joins: johns (johns@moz-BBE3ABD.mv.mozilla.com)
  461. # [08:10] * Joins: sfink|log (sfink@moz-BBE3ABD.mv.mozilla.com)
  462. # [08:11] * Joins: gkw (fuzz2lin@moz-BBE3ABD.mv.mozilla.com)
  463. # [08:11] * Quits: HeN (HeN@moz-1182DB32.red.bezeqint.net) (Ping timeout)
  464. # [08:12] * Joins: soumyaC (soumyaC@moz-E0F149F7.members.linode.com)
  465. # [08:14] * Quits: gkw (fuzz2lin@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  466. # [08:15] * Quits: sfink|log (sfink@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  467. # [08:15] * Quits: johns (johns@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  468. # [08:15] * Joins: johns (johns@moz-BBE3ABD.mv.mozilla.com)
  469. # [08:15] * Joins: sfink|log (sfink@moz-BBE3ABD.mv.mozilla.com)
  470. # [08:16] * Joins: gkw (fuzz2lin@moz-BBE3ABD.mv.mozilla.com)
  471. # [08:18] * Quits: soumyaC (soumyaC@moz-E0F149F7.members.linode.com) (Ping timeout)
  472. # [08:19] * Joins: sawrubh|bot (~sawrubhbo@moz-E0F149F7.members.linode.com)
  473. # [08:19] * Joins: jduell (jduell@moz-2B2B9F2.hsd1.wa.comcast.net)
  474. # [08:22] * Quits: sawrubh|bot (~sawrubhbo@moz-E0F149F7.members.linode.com) (Ping timeout)
  475. # [08:30] * Joins: sawrubh|bot (~sawrubhbo@moz-E0F149F7.members.linode.com)
  476. # [08:32] * retornam|away is now known as retornam
  477. # [08:34] * Quits: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com) (Client exited)
  478. # [08:34] * Joins: soumyaC (soumyaC@moz-E0F149F7.members.linode.com)
  479. # [08:35] * Quits: sawrubh|bot (~sawrubhbo@moz-E0F149F7.members.linode.com) (Ping timeout)
  480. # [08:35] * Joins: rbarnes (rbarnes@AF4F3E22.C2438884.91D2EB5B.IP)
  481. # [08:35] * Quits: jduell (jduell@moz-2B2B9F2.hsd1.wa.comcast.net) (Ping timeout)
  482. # [08:35] * Quits: kaze|zZz (kaze@moz-7E0F0F9E.fbx.proxad.net) (Ping timeout)
  483. # [08:37] * Quits: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com) (Ping timeout)
  484. # [08:38] * Joins: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com)
  485. # [08:39] * Joins: Rik (rik@moz-E813DFA5.fbx.proxad.net)
  486. # [08:41] * Quits: Rik (rik@moz-E813DFA5.fbx.proxad.net) (Ping timeout)
  487. # [08:41] * Quits: seth (seth@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  488. # [08:42] * Quits: johns (johns@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  489. # [08:42] * Joins: johns (johns@moz-BBE3ABD.mv.mozilla.com)
  490. # [08:42] * Quits: gkw (fuzz2lin@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  491. # [08:42] * retornam is now known as retornam|away
  492. # [08:42] * Quits: sfink|log (sfink@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  493. # [08:43] * Joins: sawrubh|bot (~sawrubhbo@moz-E0F149F7.members.linode.com)
  494. # [08:44] * Quits: soumyaC (soumyaC@moz-E0F149F7.members.linode.com) (Ping timeout)
  495. # [08:44] * Quits: sawrubh|bot (~sawrubhbo@moz-E0F149F7.members.linode.com) (Ping timeout)
  496. # [08:45] * Joins: gkw (fuzz2lin@moz-BBE3ABD.mv.mozilla.com)
  497. # [08:45] * Joins: sfink|log (sfink@moz-BBE3ABD.mv.mozilla.com)
  498. # [08:46] * darkowlzz is now known as darkowlzz|food
  499. # [08:46] * Joins: recursive (recursive@2780A3DA.74D0EBFD.64F84526.IP)
  500. # [08:46] * Joins: soumyaC (soumyaC@moz-E0F149F7.members.linode.com)
  501. # [08:47] * Joins: seth (seth@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  502. # [08:48] * Quits: gkw (fuzz2lin@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  503. # [08:48] * Quits: sfink|log (sfink@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  504. # [08:48] * Quits: rbarnes (rbarnes@AF4F3E22.C2438884.91D2EB5B.IP) (Input/output error)
  505. # [08:49] * Quits: nobled (nchatzilla@moz-1F6B52.maine.res.rr.com) (Input/output error)
  506. # [08:50] * Joins: victorporof_ (victorporo@moz-FFB76956.cpe.net.cable.rogers.com)
  507. # [08:50] * Quits: victorporof (victorporo@moz-FFB76956.cpe.net.cable.rogers.com) (Ping timeout)
  508. # [08:50] * Joins: gkw (fuzz2lin@moz-BBE3ABD.mv.mozilla.com)
  509. # [08:50] * Joins: sfink|log (sfink@moz-BBE3ABD.mv.mozilla.com)
  510. # [08:51] * Quits: soumyaC (soumyaC@moz-E0F149F7.members.linode.com) (Ping timeout)
  511. # [08:51] * Joins: Morris (Morris@moz-3F78CF0D.dynamic-ip.hinet.net)
  512. # [08:52] * Joins: jduell (jduell@moz-2B2B9F2.hsd1.wa.comcast.net)
  513. # [08:52] * Quits: Morris (Morris@moz-3F78CF0D.dynamic-ip.hinet.net) (Quit: Morris)
  514. # [08:53] * Quits: haseeb (uid13814@moz-E77DEB21.irccloud.com) (Quit: Connection closed for inactivity)
  515. # [08:55] * Joins: rbarnes (rbarnes@AF4F3E22.C2438884.91D2EB5B.IP)
  516. # [08:56] * Joins: gwagner (Gregor@moz-EA3F74A8.dhcp.reno.nv.charter.com)
  517. # [09:01] * Joins: soumyaC (soumyaC@moz-E0F149F7.members.linode.com)
  518. # [09:02] * Quits: SinnerShanky (shashank20@9BD2DD49.464C375E.5D9ABA9F.IP) (Ping timeout)
  519. # [09:02] * Quits: Optimizer (Optimizer@A65CF320.7A27FD32.BE4CF869.IP) (Ping timeout)
  520. # [09:03] * Joins: Optimizer (Optimizer@A65CF320.7A27FD32.BE4CF869.IP)
  521. # [09:05] * Joins: sawrubh|bot (~sawrubhbo@moz-E0F149F7.members.linode.com)
  522. # [09:05] * Quits: Optimizer (Optimizer@A65CF320.7A27FD32.BE4CF869.IP) (Ping timeout)
  523. # [09:05] * Quits: gwagner (Gregor@moz-EA3F74A8.dhcp.reno.nv.charter.com) (Quit: gwagner)
  524. # [09:14] * Joins: dbaron (dbaron@6E6C815B.27376607.189F3E15.IP)
  525. # [09:14] * ChanServ sets mode: +ao dbaron dbaron
  526. # [09:14] * Quits: sawrubh|bot (~sawrubhbo@moz-E0F149F7.members.linode.com) (Ping timeout)
  527. # [09:14] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  528. # [09:15] * mattwoodrow|away is now known as mattwoodrow
  529. # [09:16] * Quits: jduell (jduell@moz-2B2B9F2.hsd1.wa.comcast.net) (Ping timeout)
  530. # [09:17] * Quits: rbarnes (rbarnes@AF4F3E22.C2438884.91D2EB5B.IP) (Input/output error)
  531. # [09:17] * Joins: mconley (mconley@moz-85BBA7.dsl.bell.ca)
  532. # [09:18] * Quits: kk1fff_ (kk1fff@5E0E29F9.384AA330.F88B73FD.IP) (Client exited)
  533. # [09:18] * Joins: SinnerShanky (shashank20@9BD2DD49.464C375E.5D9ABA9F.IP)
  534. # [09:18] * Quits: SinnerShanky (shashank20@9BD2DD49.464C375E.5D9ABA9F.IP) (Quit: )
  535. # [09:19] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  536. # [09:20] * Joins: kk1fff (kk1fff@5E0E29F9.384AA330.F88B73FD.IP)
  537. # [09:21] * Quits: soumyaC (soumyaC@moz-E0F149F7.members.linode.com) (Ping timeout)
  538. # [09:22] * Joins: p0ff (uid25009@moz-A42E5B7B.irccloud.com)
  539. # [09:22] * Quits: briansmith_ (briansmith@C11351D5.AC8EC7EA.B4C748B5.IP) (Quit: Leaving)
  540. # [09:23] * Quits: mconley (mconley@moz-85BBA7.dsl.bell.ca) (Ping timeout)
  541. # [09:24] * Joins: SinnerShanky (shashank20@9BD2DD49.464C375E.5D9ABA9F.IP)
  542. # [09:26] * Quits: SinnerShanky (shashank20@9BD2DD49.464C375E.5D9ABA9F.IP) (Ping timeout)
  543. # [09:27] * Joins: sawrubh|bot (~sawrubhbo@moz-E0F149F7.members.linode.com)
  544. # [09:28] * Joins: catalinn (Thunderbir@C79AA2DC.7F10AE13.A721DA5F.IP)
  545. # [09:28] * BenWa is now known as BenWa|email
  546. # [09:28] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  547. # [09:29] * Quits: sawrubh|bot (~sawrubhbo@moz-E0F149F7.members.linode.com) (Ping timeout)
  548. # [09:29] * Joins: sawrubh|bot (~sawrubhbo@moz-E0F149F7.members.linode.com)
  549. # [09:32] * Joins: SinnerShanky (shashank20@9BD2DD49.464C375E.5D9ABA9F.IP)
  550. # [09:32] * Joins: rbarnes (rbarnes@AF4F3E22.C2438884.91D2EB5B.IP)
  551. # [09:32] * Quits: sawrubh|bot (~sawrubhbo@moz-E0F149F7.members.linode.com) (Ping timeout)
  552. # [09:32] * Quits: kk1fff (kk1fff@5E0E29F9.384AA330.F88B73FD.IP) (Client exited)
  553. # [09:33] * retornam|away is now known as retornam
  554. # [09:34] * Quits: squib (squib@moz-7BFC3D3A.dhcp.ftbg.wi.charter.com) (Quit: Leaving)
  555. # [09:36] * Joins: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro)
  556. # [09:37] * Quits: rbarnes (rbarnes@AF4F3E22.C2438884.91D2EB5B.IP) (Ping timeout)
  557. # [09:37] * Joins: kk1fff (kk1fff@5E0E29F9.384AA330.F88B73FD.IP)
  558. # [09:37] * Quits: kk1fff (kk1fff@5E0E29F9.384AA330.F88B73FD.IP) (Client exited)
  559. # [09:38] * Quits: SinnerShanky (shashank20@9BD2DD49.464C375E.5D9ABA9F.IP) (Ping timeout)
  560. # [09:39] * Joins: Optimizer (Optimizer@E3047E70.2943FC84.BE4CF869.IP)
  561. # [09:39] * Quits: catalinn (Thunderbir@C79AA2DC.7F10AE13.A721DA5F.IP) (Ping timeout)
  562. # [09:40] * Quits: abr (abr@8F9BAD73.4EB92934.91D2EB5B.IP) (Quit: AFK)
  563. # [09:40] * Joins: Rik (rik@moz-E813DFA5.fbx.proxad.net)
  564. # [09:40] * Quits: jaws (uid2871@moz-5F4AA75A.irccloud.com) (Quit: Connection closed for inactivity)
  565. # [09:41] * Joins: kk1fff (kk1fff@5E0E29F9.384AA330.F88B73FD.IP)
  566. # [09:41] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  567. # [09:42] * Quits: Rik (rik@moz-E813DFA5.fbx.proxad.net) (Ping timeout)
  568. # [09:42] * Quits: recursive (recursive@2780A3DA.74D0EBFD.64F84526.IP) (Ping timeout)
  569. # [09:43] * Joins: SinnerShanky (shashank20@9BD2DD49.464C375E.5D9ABA9F.IP)
  570. # [09:44] * Quits: jrm2k6 (jrm2k6@moz-876091EF.sd.sd.cox.net) (Client exited)
  571. # [09:44] * retornam is now known as retornam|away
  572. # [09:48] * Quits: kk1fff (kk1fff@5E0E29F9.384AA330.F88B73FD.IP) (Client exited)
  573. # [09:48] * Quits: Chen (HeN@14E475D1.B970E7C5.27DA33FF.IP) (Quit: Leaving...)
  574. # [09:50] * Quits: stefanca (annafeathe@moz-D7423AF5.cinci.res.rr.com) (Ping timeout)
  575. # [09:50] * Joins: stefanca (annafeathe@moz-D7423AF5.cinci.res.rr.com)
  576. # [09:50] * Joins: recursive (recursive@2780A3DA.74D0EBFD.64F84526.IP)
  577. # [09:50] * Quits: sunfish (chatzilla@moz-42DA0C69.dsl.dynamic.sonic.net) (Ping timeout)
  578. # [09:51] * Joins: janv (varga@moz-C18E78B1.orange.sk)
  579. # [09:53] * Quits: @dbaron (dbaron@6E6C815B.27376607.189F3E15.IP) (Ping timeout)
  580. # [09:57] * Joins: kk1fff (kk1fff@5E0E29F9.384AA330.F88B73FD.IP)
  581. # [09:57] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  582. # [09:59] * givanica|away is now known as givanica
  583. # [09:59] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Ping timeout)
  584. # [10:01] * Quits: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com) (Ping timeout)
  585. # [10:02] * Joins: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com)
  586. # [10:06] * Quits: SinnerShanky (shashank20@9BD2DD49.464C375E.5D9ABA9F.IP) (Connection reset by peer)
  587. # [10:07] * Joins: rbarnes (rbarnes@moz-F4F62528.meeting.ietf.org)
  588. # [10:08] * Joins: SinnerShanky (shashank20@9BD2DD49.464C375E.5D9ABA9F.IP)
  589. # [10:08] * Joins: soumyaC (soumyaC@moz-E0F149F7.members.linode.com)
  590. # [10:13] * Quits: kk1fff (kk1fff@5E0E29F9.384AA330.F88B73FD.IP) (Client exited)
  591. # [10:14] * Joins: sawrubh|bot (~sawrubhbo@moz-E0F149F7.members.linode.com)
  592. # [10:15] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  593. # [10:17] * Quits: soumyaC (soumyaC@moz-E0F149F7.members.linode.com) (Ping timeout)
  594. # [10:17] * Joins: soumyaC (soumyaC@moz-E0F149F7.members.linode.com)
  595. # [10:20] * Quits: twi (Adium@moz-BB13A8C5.cust.vodafonedsl.it) (Connection reset by peer)
  596. # [10:21] * Quits: sawrubh|bot (~sawrubhbo@moz-E0F149F7.members.linode.com) (Ping timeout)
  597. # [10:21] * Joins: twi (Adium@moz-51B3A8DB.cust.vodafonedsl.it)
  598. # [10:23] * Quits: twi (Adium@moz-51B3A8DB.cust.vodafonedsl.it) (Ping timeout)
  599. # [10:23] * darkowlzz|food is now known as darkowlzz
  600. # [10:24] * Quits: victorporof_ (victorporo@moz-FFB76956.cpe.net.cable.rogers.com) (Quit: victorporof_)
  601. # [10:24] * Quits: Optimizer (Optimizer@E3047E70.2943FC84.BE4CF869.IP) (Ping timeout)
  602. # [10:25] * mattwoodrow is now known as mattwoodrow|away
  603. # [10:25] * Joins: twi (Adium@moz-2FA52B74.cust.vodafonedsl.it)
  604. # [10:26] * Quits: twi (Adium@moz-2FA52B74.cust.vodafonedsl.it) (Connection reset by peer)
  605. # [10:27] * Joins: twi (Adium@moz-2FA52B74.cust.vodafonedsl.it)
  606. # [10:28] * Quits: karl (karl@moz-C433B975.jetstream.xtra.co.nz) (Ping timeout)
  607. # [10:28] * Quits: SinnerShanky (shashank20@9BD2DD49.464C375E.5D9ABA9F.IP) (Ping timeout)
  608. # [10:31] * Joins: SinnerShanky (shashank20@9BD2DD49.464C375E.5D9ABA9F.IP)
  609. # [10:31] * Joins: sawrubh|bot (~sawrubhbo@moz-E0F149F7.members.linode.com)
  610. # [10:32] * Quits: SinnerShanky (shashank20@9BD2DD49.464C375E.5D9ABA9F.IP) (Ping timeout)
  611. # [10:33] * Joins: SinnerShanky (shashank20@9BD2DD49.464C375E.5D9ABA9F.IP)
  612. # [10:35] * Joins: kk1fff (kk1fff@5E0E29F9.384AA330.F88B73FD.IP)
  613. # [10:35] * Quits: Dwight_Stegall (YIM@moz-EE25458F.client.mchsi.com) (Quit: I'm bored, time to go.)
  614. # [10:35] * retornam|away is now known as retornam
  615. # [10:37] * Quits: kk1fff (kk1fff@5E0E29F9.384AA330.F88B73FD.IP) (Client exited)
  616. # [10:39] * Joins: haseeb (uid13814@moz-E77DEB21.irccloud.com)
  617. # [10:40] * Joins: kalyan (Mibbit@718BCE61.3CA216B9.8B4AB1DB.IP)
  618. # [10:40] * Joins: Rik (rik@moz-E813DFA5.fbx.proxad.net)
  619. # [10:41] <kalyan> Hi all can someone guide me through the procedure to contribute to mozilla code base?
  620. # [10:42] * Joins: jhlin (jhlin@moz-C2AEAD3F.dynamic.hinet.net)
  621. # [10:42] * Joins: Dwight_Stegall (YIM@moz-EE25458F.client.mchsi.com)
  622. # [10:42] * Quits: fabrice (fabrice@moz-1A8E36BB.hsd1.ca.comcast.net) (Ping timeout)
  623. # [10:42] * Quits: Rik (rik@moz-E813DFA5.fbx.proxad.net) (Ping timeout)
  624. # [10:43] * Quits: ewong|away (chatzilla@moz-20A71729.net) (Ping timeout)
  625. # [10:43] * Quits: Dwight_Stegall (YIM@moz-EE25458F.client.mchsi.com) (Quit: I'm bored, time to go.)
  626. # [10:44] * Joins: kk1fff (kk1fff@5E0E29F9.384AA330.F88B73FD.IP)
  627. # [10:44] * Joins: ewong|away (chatzilla@moz-20A71729.net)
  628. # [10:45] * retornam is now known as retornam|away
  629. # [10:48] * Quits: capella (chatzilla@moz-3A08EE5.twcny.res.rr.com) (Input/output error)
  630. # [10:52] * Joins: capella (chatzilla@moz-3A08EE5.twcny.res.rr.com)
  631. # [10:52] * Joins: shrihari (shrihari@231BCD11.302582E8.1C37C358.IP)
  632. # [10:56] * Joins: msucan (mihai@77A4F349.8F197F6E.D602D2C5.IP)
  633. # [10:57] * Joins: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch)
  634. # [10:58] * Joins: h4writer (h4writer@moz-957FCBC.access.telenet.be)
  635. # [11:00] * Quits: SinnerShanky (shashank20@9BD2DD49.464C375E.5D9ABA9F.IP) (Ping timeout)
  636. # [11:01] * Quits: mchen (chatzilla@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  637. # [11:01] * Quits: kanru (kanru@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  638. # [11:01] * Quits: Morris_PC (Morris@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  639. # [11:01] * Quits: borting (borting@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  640. # [11:01] * Quits: solomon (chatzilla@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  641. # [11:01] * Quits: alfredo_desktop (alfredo@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  642. # [11:01] * Quits: vchang (Vincent@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  643. # [11:02] * Quits: cervantes (cervantes@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  644. # [11:02] * Quits: KenChang (KenChang@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  645. # [11:02] * Joins: SinnerShanky (shashank20@9BD2DD49.464C375E.5D9ABA9F.IP)
  646. # [11:04] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  647. # [11:05] * Joins: catalinn (Thunderbir@C79AA2DC.7F10AE13.A721DA5F.IP)
  648. # [11:05] * Quits: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com) (Ping timeout)
  649. # [11:06] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Ping timeout)
  650. # [11:07] * Joins: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com)
  651. # [11:07] * Joins: Optimizer (Optimizer@E3047E70.2943FC84.BE4CF869.IP)
  652. # [11:09] * Quits: SinnerShanky (shashank20@9BD2DD49.464C375E.5D9ABA9F.IP) (Ping timeout)
  653. # [11:13] * Joins: SinnerShanky (shashank20@9BD2DD49.464C375E.5D9ABA9F.IP)
  654. # [11:13] * Quits: flo-retina (Instantbir@moz-2C9D8405.ip-176-31-106.eu) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  655. # [11:13] * Joins: flo-retina (Instantbir@moz-2C9D8405.ip-176-31-106.eu)
  656. # [11:16] * Joins: vchang (Vincent@moz-99690620.hinet-ip.hinet.net)
  657. # [11:17] * Joins: foudfou (foudfou@moz-555DD0EA.net-81-220-236.rev.numericable.fr)
  658. # [11:18] * Joins: KenChang (KenChang@moz-99690620.hinet-ip.hinet.net)
  659. # [11:18] * Joins: solomon (chatzilla@moz-99690620.hinet-ip.hinet.net)
  660. # [11:19] * Joins: mchen (chatzilla@moz-99690620.hinet-ip.hinet.net)
  661. # [11:20] * Joins: abr (anonymous@moz-B00A26BE.meeting.ietf.org)
  662. # [11:21] * Quits: kk1fff (kk1fff@5E0E29F9.384AA330.F88B73FD.IP) (Client exited)
  663. # [11:21] * Joins: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP)
  664. # [11:21] * Quits: dashed (dashed@moz-84DD998B.cpe.net.cable.rogers.com) (Ping timeout)
  665. # [11:22] * Joins: cervantes (cervantes@moz-99690620.hinet-ip.hinet.net)
  666. # [11:23] * Joins: testman (Mibbit@moz-391678D9.dial-up.dsl.siol.net)
  667. # [11:24] <testman> Hi. I see b2g is now standalone thing on nightly.mozzila.org. Does that mean that "Firefox OS Simulator" plugin is deprecated? https://addons.mozilla.org/en-US/firefox/addon/firefox-os-simulator/
  668. # [11:24] * Quits: darkowlzz (sunny@82320E50.87A60902.27560D6E.IP) (Quit: This computer has gone to sleep)
  669. # [11:27] <testman> typo: nightly.mozilla.org
  670. # [11:28] * Joins: samgtr (uid15227@moz-E77DEB21.irccloud.com)
  671. # [11:36] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  672. # [11:36] * retornam|away is now known as retornam
  673. # [11:41] * Joins: Rik (rik@moz-E813DFA5.fbx.proxad.net)
  674. # [11:43] * Quits: Rik (rik@moz-E813DFA5.fbx.proxad.net) (Ping timeout)
  675. # [11:43] * Quits: twi (Adium@moz-2FA52B74.cust.vodafonedsl.it) (Ping timeout)
  676. # [11:44] * Joins: twi (Adium@moz-2FA52B74.cust.vodafonedsl.it)
  677. # [11:45] * Quits: twi (Adium@moz-2FA52B74.cust.vodafonedsl.it) (Connection reset by peer)
  678. # [11:46] * Joins: twi (Adium@moz-2FA52B74.cust.vodafonedsl.it)
  679. # [11:46] * retornam is now known as retornam|away
  680. # [11:47] * Quits: capella (chatzilla@moz-3A08EE5.twcny.res.rr.com) (Client exited)
  681. # [11:47] * Quits: Niharika (Happiness@7D04ABEA.29AE81D6.74119F78.IP) (Connection reset by peer)
  682. # [11:47] * Quits: rbarnes (rbarnes@moz-F4F62528.meeting.ietf.org) (Input/output error)
  683. # [11:47] * Joins: yash (uid13811@moz-E77DEB21.irccloud.com)
  684. # [11:49] * Joins: capella (chatzilla@moz-3A08EE5.twcny.res.rr.com)
  685. # [11:49] <firebot> Check-in:
  686. # [11:49] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/984bd72d320c - Timothy Nikkel - Bug 978001. Make nsViewManager::ProcessPendingUpdatesForView look at the local view manager instead of always the root one where it makes sense to do so. r=mats
  687. # [11:49] * Quits: mwargers (mwargers@moz-AF369B35.adsl.online.nl) (Broken pipe)
  688. # [11:50] * Quits: recursive (recursive@2780A3DA.74D0EBFD.64F84526.IP) (Quit: Leaving...)
  689. # [11:50] * Joins: darktrojan (geoff@moz-84B9893E.dsl.telstraclear.net)
  690. # [11:52] <Unfocused> testman: no, the add-on is used by the App Manager in firefox devtools. as a guess, i'd say we've got the desktop builds as a properly supported built target now, and the add-on being built based on that
  691. # [11:52] * Quits: SinnerShanky (shashank20@9BD2DD49.464C375E.5D9ABA9F.IP) (Ping timeout)
  692. # [11:53] * Joins: rbarnes (rbarnes@moz-F4F62528.meeting.ietf.org)
  693. # [11:53] * Joins: SinnerShanky (shashank20@9BD2DD49.464C375E.5D9ABA9F.IP)
  694. # [11:54] * Quits: darktrojan (geoff@moz-84B9893E.dsl.telstraclear.net) (Quit: darktrojan)
  695. # [11:56] * Joins: badanomaly (quassel@A16622FF.C03F9750.50E99975.IP)
  696. # [11:57] * Quits: badanomaly|away (quassel@8E20FDC1.9F23B81E.8D9DA8D9.IP) (Ping timeout)
  697. # [11:58] * Joins: jduell (jduell@moz-2B2B9F2.hsd1.wa.comcast.net)
  698. # [11:59] * Quits: SinnerShanky (shashank20@9BD2DD49.464C375E.5D9ABA9F.IP) (Ping timeout)
  699. # [12:00] * Quits: jduell (jduell@moz-2B2B9F2.hsd1.wa.comcast.net) (Ping timeout)
  700. # [12:00] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  701. # [12:01] * Joins: SinnerShanky (shashank20@9BD2DD49.464C375E.5D9ABA9F.IP)
  702. # [12:07] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  703. # [12:16] * Joins: twi1 (Adium@moz-D4A367FD.cust.vodafonedsl.it)
  704. # [12:16] * Quits: twi (Adium@moz-2FA52B74.cust.vodafonedsl.it) (Ping timeout)
  705. # [12:16] <abr> Is there some way to make HTML that's being loaded via a chrome URL run with content privileges? In particular, I want to make sure that direct access to the URL (i.e., typing it into the URL bar) won't run with elevated privileges.
  706. # [12:16] * Quits: twi1 (Adium@moz-D4A367FD.cust.vodafonedsl.it) (Connection reset by peer)
  707. # [12:17] * Joins: mahdi (mahdi@9105CE49.647CEA42.195261CE.IP)
  708. # [12:17] <abr> jst ^^^ (if you're online)
  709. # [12:17] * Joins: twi (Adium@moz-D4A367FD.cust.vodafonedsl.it)
  710. # [12:18] * Quits: SinnerShanky (shashank20@9BD2DD49.464C375E.5D9ABA9F.IP) (Ping timeout)
  711. # [12:18] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  712. # [12:19] * Quits: twi (Adium@moz-D4A367FD.cust.vodafonedsl.it) (Connection reset by peer)
  713. # [12:20] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5b678e143116 - Timothy Nikkel - Bug 978001. Null check presshell in nsViewManager::ProcessPendingUpdatesForView. r=mats
  714. # [12:20] * Joins: SinnerShanky (shashank20@9BD2DD49.464C375E.5D9ABA9F.IP)
  715. # [12:20] * Joins: twi (Adium@moz-FC3BC687.cust.vodafonedsl.it)
  716. # [12:21] * Quits: twi (Adium@moz-FC3BC687.cust.vodafonedsl.it) (Connection reset by peer)
  717. # [12:22] * merike|away is now known as merike
  718. # [12:22] * Joins: twi (Adium@moz-FC3BC687.cust.vodafonedsl.it)
  719. # [12:22] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  720. # [12:23] * baku|away is now known as baku
  721. # [12:25] * Quits: SinnerShanky (shashank20@9BD2DD49.464C375E.5D9ABA9F.IP) (Ping timeout)
  722. # [12:25] * Fallen|away is now known as Fallen
  723. # [12:25] * Quits: twi (Adium@moz-FC3BC687.cust.vodafonedsl.it) (Quit: Leaving.)
  724. # [12:27] * Quits: rbarnes (rbarnes@moz-F4F62528.meeting.ietf.org) (Input/output error)
  725. # [12:28] * Joins: SinnerShanky (shashank20@9BD2DD49.464C375E.5D9ABA9F.IP)
  726. # [12:30] * Quits: SinnerShanky (shashank20@9BD2DD49.464C375E.5D9ABA9F.IP) (Ping timeout)
  727. # [12:30] * Joins: SinnerShanky (shashank20@9BD2DD49.464C375E.5D9ABA9F.IP)
  728. # [12:32] * Quits: SinnerShanky (shashank20@9BD2DD49.464C375E.5D9ABA9F.IP) (Ping timeout)
  729. # [12:33] * Joins: SinnerShanky (shashank20@9BD2DD49.464C375E.5D9ABA9F.IP)
  730. # [12:34] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  731. # [12:35] * Quits: SinnerShanky (shashank20@9BD2DD49.464C375E.5D9ABA9F.IP) (Ping timeout)
  732. # [12:37] * retornam|away is now known as retornam
  733. # [12:37] * Quits: C4RNAGE (Anders@moz-980F7CD3.bb.online.no) (Connection reset by peer)
  734. # [12:39] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  735. # [12:42] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/2cab8c44a9b9 - Nicholas D. Matsakis - Bug 977647 -- check for empty arrays in mapPar r=shu
  736. # [12:42] * Joins: Rik (rik@moz-E813DFA5.fbx.proxad.net)
  737. # [12:44] * Quits: Rik (rik@moz-E813DFA5.fbx.proxad.net) (Ping timeout)
  738. # [12:47] * retornam is now known as retornam|away
  739. # [12:47] * Quits: kalyan (Mibbit@718BCE61.3CA216B9.8B4AB1DB.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  740. # [12:49] * Joins: jviereck1 (Adium@moz-7859BAFE.dclient.hispeed.ch)
  741. # [12:49] * Quits: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch) (Connection reset by peer)
  742. # [12:51] * Joins: rbarnes (rbarnes@moz-F4F62528.meeting.ietf.org)
  743. # [12:53] * Joins: peterv (peterv@moz-5511E24A.access.telenet.be)
  744. # [12:57] * Joins: vichen (vichen@moz-5433AC73.dynamic.hinet.net)
  745. # [12:57] * merike is now known as merike|away
  746. # [12:58] * Joins: RealRaven (Thunderbir@A1A63E7B.F59D6A47.C3498625.IP)
  747. # [12:58] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  748. # [12:58] * Joins: har777 (hihari777@CD89D396.57A354CB.D33C5897.IP)
  749. # [13:00] * Quits: peterv (peterv@moz-5511E24A.access.telenet.be) (Ping timeout)
  750. # [13:01] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  751. # [13:01] * Quits: georgiana|away (georgiana@45E9C5E5.B3F335B2.EFDC1DB8.IP) (Ping timeout)
  752. # [13:02] <NeilAway> abr: why are you loading it via a chrome URL?
  753. # [13:02] * Quits: Bas (chatzilla@moz-EC262A19.ftth.concepts.nl) (Connection reset by peer)
  754. # [13:02] * Quits: givanica (givanica@45E9C5E5.B3F335B2.EFDC1DB8.IP) (Ping timeout)
  755. # [13:02] <NeilAway> abr: probably the easiest workaround is to set up an about redirector for it
  756. # [13:05] * Quits: har777 (hihari777@CD89D396.57A354CB.D33C5897.IP) (Connection reset by peer)
  757. # [13:08] * Joins: kaze|zZz (kaze@moz-7E0F0F9E.fbx.proxad.net)
  758. # [13:09] * Quits: rbarnes (rbarnes@moz-F4F62528.meeting.ietf.org) (Input/output error)
  759. # [13:10] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  760. # [13:10] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  761. # [13:13] * Quits: jviereck1 (Adium@moz-7859BAFE.dclient.hispeed.ch) (Quit: Leaving.)
  762. # [13:13] * Joins: rbarnes (rbarnes@moz-F4F62528.meeting.ietf.org)
  763. # [13:17] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  764. # [13:17] * Quits: jhlin (jhlin@moz-C2AEAD3F.dynamic.hinet.net) (Client exited)
  765. # [13:18] * Quits: rbarnes (rbarnes@moz-F4F62528.meeting.ietf.org) (Input/output error)
  766. # [13:18] * Joins: SinnerShanky (shashank20@9BD2DD49.464C375E.5D9ABA9F.IP)
  767. # [13:18] * Joins: darkowlzz (sunny@D594D85F.D56A8B83.25B273F5.IP)
  768. # [13:21] * Quits: SinnerShanky (shashank20@9BD2DD49.464C375E.5D9ABA9F.IP) (Ping timeout)
  769. # [13:23] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Quit: ZNC - http://znc.in)
  770. # [13:23] * Joins: georgiana|away (georgiana@45E9C5E5.B3F335B2.EFDC1DB8.IP)
  771. # [13:23] * Joins: givanica|away (givanica@45E9C5E5.B3F335B2.EFDC1DB8.IP)
  772. # [13:23] * givanica|away is now known as givanica
  773. # [13:24] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  774. # [13:28] * Joins: romaxa (romaxa@89CA6FC8.8F03A4EA.BE7924BA.IP)
  775. # [13:29] * Joins: rbarnes (rbarnes@moz-F4F62528.meeting.ietf.org)
  776. # [13:30] * Joins: kushagra (kushagra@4C0B0263.9E6A9297.520CDC98.IP)
  777. # [13:30] * Quits: abr (anonymous@moz-B00A26BE.meeting.ietf.org) (Quit: AFK)
  778. # [13:32] * Quits: kushagra (kushagra@4C0B0263.9E6A9297.520CDC98.IP) (Ping timeout)
  779. # [13:34] * Joins: recursive (recursive@71958799.4D49EC71.6815CE39.IP)
  780. # [13:34] * Joins: kk1fff (kk1fff@moz-EC3F2626.dynamic.hinet.net)
  781. # [13:38] * retornam|away is now known as retornam
  782. # [13:38] * Joins: mixedpuppy (mixedpuppy@moz-DBDF2257.nycmny.fios.verizon.net)
  783. # [13:38] * Joins: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch)
  784. # [13:38] * Quits: vichen (vichen@moz-5433AC73.dynamic.hinet.net) (Quit: vichen)
  785. # [13:40] * Quits: rbarnes (rbarnes@moz-F4F62528.meeting.ietf.org) (Input/output error)
  786. # [13:43] * Joins: Rik (rik@moz-E813DFA5.fbx.proxad.net)
  787. # [13:43] * Quits: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch) (Connection reset by peer)
  788. # [13:43] * Joins: jviereck1 (Adium@moz-7859BAFE.dclient.hispeed.ch)
  789. # [13:44] * Joins: rbarnes (rbarnes@moz-F4F62528.meeting.ietf.org)
  790. # [13:44] * Joins: Niharika (Happiness@7D04ABEA.29AE81D6.74119F78.IP)
  791. # [13:45] * Quits: Rik (rik@moz-E813DFA5.fbx.proxad.net) (Ping timeout)
  792. # [13:45] * Joins: peterv (peterv@moz-5511E24A.access.telenet.be)
  793. # [13:47] * Joins: SinnerShanky (shashank20@9BD2DD49.464C375E.5D9ABA9F.IP)
  794. # [13:47] * retornam is now known as retornam|away
  795. # [13:52] * Quits: SinnerShanky (shashank20@9BD2DD49.464C375E.5D9ABA9F.IP) (Ping timeout)
  796. # [13:54] * Joins: har777 (hihari777@D268D6D2.64355F1B.647CD6AA.IP)
  797. # [13:56] * Joins: anirudh24seven (chatzilla@E6353731.77B64B69.8D85FBA3.IP)
  798. # [13:57] * kaze|zZz is now known as kaze
  799. # [13:58] * Quits: jviereck1 (Adium@moz-7859BAFE.dclient.hispeed.ch) (Quit: Leaving.)
  800. # [13:58] * Joins: amoghbl1 (uid14927@moz-5F4AA75A.irccloud.com)
  801. # [13:59] * Quits: rbarnes (rbarnes@moz-F4F62528.meeting.ietf.org) (Input/output error)
  802. # [14:00] * Joins: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch)
  803. # [14:03] * Joins: espadrine_ (ttyl@moz-E6C6C84F.w92-128.abo.wanadoo.fr)
  804. # [14:05] * Joins: SinnerShanky (shashank20@9BD2DD49.464C375E.5D9ABA9F.IP)
  805. # [14:05] * Quits: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch) (Connection reset by peer)
  806. # [14:05] * Joins: jviereck1 (Adium@moz-7859BAFE.dclient.hispeed.ch)
  807. # [14:06] * Quits: jviereck1 (Adium@moz-7859BAFE.dclient.hispeed.ch) (Max SendQ exceeded)
  808. # [14:06] * Joins: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch)
  809. # [14:07] * Quits: SinnerShanky (shashank20@9BD2DD49.464C375E.5D9ABA9F.IP) (Ping timeout)
  810. # [14:08] * Quits: har777 (hihari777@D268D6D2.64355F1B.647CD6AA.IP) (Connection reset by peer)
  811. # [14:08] * Joins: SinnerShanky (shashank20@9BD2DD49.464C375E.5D9ABA9F.IP)
  812. # [14:10] * Quits: SinnerShanky (shashank20@9BD2DD49.464C375E.5D9ABA9F.IP) (Ping timeout)
  813. # [14:12] * Quits: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch) (Ping timeout)
  814. # [14:13] * Joins: rbarnes (rbarnes@FF88D266.382A0101.91D2EB5B.IP)
  815. # [14:13] * Quits: rbarnes (rbarnes@FF88D266.382A0101.91D2EB5B.IP) (Input/output error)
  816. # [14:13] * Quits: RealRaven (Thunderbir@A1A63E7B.F59D6A47.C3498625.IP) (Quit: RealRaven)
  817. # [14:13] * Quits: mixedpuppy (mixedpuppy@moz-DBDF2257.nycmny.fios.verizon.net) (Quit: mixedpuppy)
  818. # [14:13] * Joins: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch)
  819. # [14:13] * Joins: RealRaven (Thunderbir@A1A63E7B.F59D6A47.C3498625.IP)
  820. # [14:16] * Quits: RealRaven (Thunderbir@A1A63E7B.F59D6A47.C3498625.IP) (Quit: RealRaven)
  821. # [14:17] * Joins: RealRaven (Thunderbir@A1A63E7B.F59D6A47.C3498625.IP)
  822. # [14:22] * Quits: anirudh24seven (chatzilla@E6353731.77B64B69.8D85FBA3.IP) (Ping timeout)
  823. # [14:23] * Quits: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca) (Quit: surkov)
  824. # [14:23] * Joins: anirudh24seven (chatzilla@E6353731.77B64B69.8D85FBA3.IP)
  825. # [14:23] * Joins: Dwight_Stegall (YIM@moz-EE25458F.client.mchsi.com)
  826. # [14:26] * Joins: KaiRo (robert@moz-688108B6.adsl.highway.telekom.at)
  827. # [14:26] * Joins: gaurav231 (Thunderbir@C67B8376.51870C95.BBE530D5.IP)
  828. # [14:27] * Joins: rbarnes (rbarnes@FF88D266.382A0101.91D2EB5B.IP)
  829. # [14:27] * Quits: foudfou (foudfou@moz-555DD0EA.net-81-220-236.rev.numericable.fr) (Quit: WeeChat 0.4.0)
  830. # [14:28] * Joins: SinnerShanky (shashank20@9BD2DD49.464C375E.5D9ABA9F.IP)
  831. # [14:29] * Quits: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP) (Quit: return 0;)
  832. # [14:29] * Quits: rbarnes (rbarnes@FF88D266.382A0101.91D2EB5B.IP) (Input/output error)
  833. # [14:29] * Quits: SinnerShanky (shashank20@9BD2DD49.464C375E.5D9ABA9F.IP) (Ping timeout)
  834. # [14:30] * Joins: SinnerShanky (shashank20@9BD2DD49.464C375E.5D9ABA9F.IP)
  835. # [14:30] * Joins: padenot (paul@moz-8A7708E6.members.linode.com)
  836. # [14:30] <padenot> audio
  837. # [14:31] * Joins: abhishekp (chatzilla@moz-439C647B.mtnl.net.in)
  838. # [14:31] * Joins: diofeher (diogenes@B8C636BC.D9E54A11.C27E1635.IP)
  839. # [14:32] <diofeher> good morning everyone, do you know where can I talk about Mozilla Science Lab?
  840. # [14:34] * Quits: romaxa (romaxa@89CA6FC8.8F03A4EA.BE7924BA.IP) (Quit: Bye Bye)
  841. # [14:35] * Joins: romaxa (romaxa@89CA6FC8.8F03A4EA.BE7924BA.IP)
  842. # [14:35] * Joins: therube (chatzilla@moz-29AD9D40.hsd1.md.comcast.net)
  843. # [14:36] * Joins: ckitching (ckitching@moz-73BD1AA5.nat.csx.cam.ac.uk)
  844. # [14:37] * Joins: Anupkumar (uid16774@moz-A42E5B7B.irccloud.com)
  845. # [14:37] * Joins: vichen (vichen@moz-5433AC73.dynamic.hinet.net)
  846. # [14:38] * Quits: abhishekp (chatzilla@moz-439C647B.mtnl.net.in) (Quit: ChatZilla 0.9.90.1 [Firefox 26.0/20131206152524])
  847. # [14:38] * retornam|away is now known as retornam
  848. # [14:39] * Quits: anirudh24seven (chatzilla@E6353731.77B64B69.8D85FBA3.IP) (Ping timeout)
  849. # [14:39] * Joins: anirudh24seven (chatzilla@E6353731.77B64B69.8D85FBA3.IP)
  850. # [14:40] * Quits: vichen (vichen@moz-5433AC73.dynamic.hinet.net) (Quit: vichen)
  851. # [14:42] * Quits: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net) (Ping timeout)
  852. # [14:42] * Joins: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net)
  853. # [14:43] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  854. # [14:43] * Joins: Rik (rik@moz-E813DFA5.fbx.proxad.net)
  855. # [14:45] * Quits: Rik (rik@moz-E813DFA5.fbx.proxad.net) (Ping timeout)
  856. # [14:46] * Fallen is now known as Fallen|away
  857. # [14:48] * Joins: victorporof (victorporo@moz-FFB76956.cpe.net.cable.rogers.com)
  858. # [14:48] * retornam is now known as retornam|away
  859. # [14:50] * Joins: abr (anonymous@moz-B00A26BE.meeting.ietf.org)
  860. # [14:51] * Fallen|away is now known as Fallen
  861. # [14:52] * Quits: ckitching (ckitching@moz-73BD1AA5.nat.csx.cam.ac.uk) (Quit: +++ Out of Cheese Error : Redo From Start. +++)
  862. # [14:53] * Quits: anirudh24seven (chatzilla@E6353731.77B64B69.8D85FBA3.IP) (Ping timeout)
  863. # [14:53] * Quits: yash (uid13811@moz-E77DEB21.irccloud.com) (Quit: Connection closed for inactivity)
  864. # [14:56] * Quits: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca) (Quit: surkov)
  865. # [14:56] * Joins: gabor (gabor@moz-F5994963.dip0.t-ipconnect.de)
  866. # [14:57] * Quits: gabor (gabor@moz-F5994963.dip0.t-ipconnect.de) (Client exited)
  867. # [14:59] * Fallen is now known as Fallen|away
  868. # [15:01] * Joins: gmoro (guilherme@7FADD5F8.12B7AC2C.B53A5734.IP)
  869. # [15:02] * Joins: mwargers (mwargers@moz-AF369B35.adsl.online.nl)
  870. # [15:03] * Quits: lpy (lpy@7360AA58.F09091A8.1348A864.IP) (Ping timeout)
  871. # [15:04] * Quits: gaurav231 (Thunderbir@C67B8376.51870C95.BBE530D5.IP) (Quit: gaurav231)
  872. # [15:05] * Joins: gaurav231 (Thunderbir@C67B8376.51870C95.BBE530D5.IP)
  873. # [15:06] * Quits: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch) (Quit: Leaving.)
  874. # [15:07] * Joins: jviereck (Adium@moz-8FC9E796.ethz.ch)
  875. # [15:07] * Quits: h4writer (h4writer@moz-957FCBC.access.telenet.be) (Ping timeout)
  876. # [15:07] * Quits: jviereck (Adium@moz-8FC9E796.ethz.ch) (Max SendQ exceeded)
  877. # [15:08] * Joins: jviereck (Adium@moz-8FC9E796.ethz.ch)
  878. # [15:08] * Quits: jviereck (Adium@moz-8FC9E796.ethz.ch) (Max SendQ exceeded)
  879. # [15:08] * Joins: jviereck (Adium@moz-8FC9E796.ethz.ch)
  880. # [15:09] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  881. # [15:10] * Quits: flo-retina (Instantbir@moz-2C9D8405.ip-176-31-106.eu) (Ping timeout)
  882. # [15:10] * Joins: flo-retina (Instantbir@moz-2C9D8405.ip-176-31-106.eu)
  883. # [15:10] * Fallen|away is now known as Fallen
  884. # [15:12] * Quits: jviereck (Adium@moz-8FC9E796.ethz.ch) (Connection reset by peer)
  885. # [15:12] * Joins: twi (Adium@366146E1.F33C246D.C3DDD137.IP)
  886. # [15:12] * Joins: jviereck (Adium@moz-8FC9E796.ethz.ch)
  887. # [15:18] * Joins: smaug (chatzilla@moz-9E0B1701.pp.htv.fi)
  888. # [15:18] * ChanServ sets mode: +o smaug
  889. # [15:19] * Joins: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com)
  890. # [15:19] * Quits: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca) (Quit: surkov)
  891. # [15:19] * baku is now known as baku|away
  892. # [15:20] * Quits: SinnerShanky (shashank20@9BD2DD49.464C375E.5D9ABA9F.IP) (Ping timeout)
  893. # [15:23] * Joins: SinnerShanky (shashank20@9BD2DD49.464C375E.5D9ABA9F.IP)
  894. # [15:24] * Quits: jviereck (Adium@moz-8FC9E796.ethz.ch) (Quit: Leaving.)
  895. # [15:25] * Joins: gsvelto (gsvelto@moz-1D72C265.clienti.tiscali.it)
  896. # [15:25] * Quits: gsvelto (gsvelto@moz-1D72C265.clienti.tiscali.it) (Quit: gsvelto)
  897. # [15:25] * Quits: SinnerShanky (shashank20@9BD2DD49.464C375E.5D9ABA9F.IP) (Ping timeout)
  898. # [15:27] * Joins: cyberphone (bzlandfill@moz-3A23B186.rev.sfr.net)
  899. # [15:27] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  900. # [15:28] * Quits: cyberphone (bzlandfill@moz-3A23B186.rev.sfr.net) (Quit: CGI:IRC)
  901. # [15:28] * Quits: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca) (Quit: surkov)
  902. # [15:33] * Joins: SinnerShanky (shashank20@9BD2DD49.464C375E.5D9ABA9F.IP)
  903. # [15:35] * Quits: simo (simo@997E48AD.F47F40D0.12E82FEE.IP) (Ping timeout)
  904. # [15:35] * Joins: snig_wal (chatzilla@9B9315E1.A6025CA.1C37C358.IP)
  905. # [15:37] * Joins: yash (uid13811@moz-E77DEB21.irccloud.com)
  906. # [15:37] * Joins: kushagra (kushagra@2863AD14.3A10D6A6.520CDC98.IP)
  907. # [15:37] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  908. # [15:39] * retornam|away is now known as retornam
  909. # [15:40] * Quits: catalinn (Thunderbir@C79AA2DC.7F10AE13.A721DA5F.IP) (Quit: catalinn)
  910. # [15:44] * Joins: Rik (rik@moz-E813DFA5.fbx.proxad.net)
  911. # [15:46] * Quits: Rik (rik@moz-E813DFA5.fbx.proxad.net) (Ping timeout)
  912. # [15:47] * Quits: tn (tim@moz-E7CE1D28.wp.shawcable.net) (Ping timeout)
  913. # [15:47] * Joins: yash_ (yash@9B9315E1.A6025CA.1C37C358.IP)
  914. # [15:48] * Joins: rbarnes (rbarnes@FF88D266.382A0101.91D2EB5B.IP)
  915. # [15:48] * Quits: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com) (Client exited)
  916. # [15:48] * Joins: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch)
  917. # [15:48] * Joins: tn (tim@moz-E7CE1D28.wp.shawcable.net)
  918. # [15:49] * Quits: yash_ (yash@9B9315E1.A6025CA.1C37C358.IP) (Quit: Leaving)
  919. # [15:49] * retornam is now known as retornam|away
  920. # [15:50] * Joins: simo (simo@9C0E85E.D6AB351F.8A1F9AD.IP)
  921. # [15:56] * Quits: SinnerShanky (shashank20@9BD2DD49.464C375E.5D9ABA9F.IP) (Ping timeout)
  922. # [15:56] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b64a3c8d9172 - Jonathan Kew - bug 978129 - don't assert when decoding empty 'name' table strings. r=jdaggett
  923. # [16:01] * Quits: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch) (Quit: Leaving.)
  924. # [16:02] * Joins: SinnerShanky (shashank20@9BD2DD49.464C375E.5D9ABA9F.IP)
  925. # [16:02] * Quits: Optimizer (Optimizer@E3047E70.2943FC84.BE4CF869.IP) (Ping timeout)
  926. # [16:04] * Quits: SinnerShanky (shashank20@9BD2DD49.464C375E.5D9ABA9F.IP) (Ping timeout)
  927. # [16:04] * merike|away is now known as merike
  928. # [16:05] * Quits: rbarnes (rbarnes@FF88D266.382A0101.91D2EB5B.IP) (Input/output error)
  929. # [16:05] * Quits: recursive (recursive@71958799.4D49EC71.6815CE39.IP) (Quit: Leaving...)
  930. # [16:06] * Joins: mconley (mconley@moz-85BBA7.dsl.bell.ca)
  931. # [16:09] * ewong|sleep is now known as ewong
  932. # [16:09] * Joins: Archaeopteryx (itsme@2B8053E4.C6145DA3.2DB0BBA1.IP)
  933. # [16:14] * Quits: twi (Adium@366146E1.F33C246D.C3DDD137.IP) (Quit: Leaving.)
  934. # [16:18] * Joins: twi (Adium@366146E1.F33C246D.C3DDD137.IP)
  935. # [16:18] * Joins: rbarnes (rbarnes@FF88D266.382A0101.91D2EB5B.IP)
  936. # [16:19] * Joins: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com)
  937. # [16:20] * Quits: shrihari (shrihari@231BCD11.302582E8.1C37C358.IP) (Quit: shrihari)
  938. # [16:20] * Joins: pranavk (pranav@6BFC1AC1.7B79ED8.1C37C358.IP)
  939. # [16:20] * Parts: pranavk (pranav@6BFC1AC1.7B79ED8.1C37C358.IP)
  940. # [16:21] * admix|away is now known as admix
  941. # [16:21] * Quits: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com) (Ping timeout)
  942. # [16:37] * Quits: RealRaven (Thunderbir@A1A63E7B.F59D6A47.C3498625.IP) (Quit: RealRaven)
  943. # [16:38] * Joins: RealRaven (Thunderbir@A1A63E7B.F59D6A47.C3498625.IP)
  944. # [16:39] * Joins: recursive (recursive@71958799.4D49EC71.6815CE39.IP)
  945. # [16:40] * retornam|away is now known as retornam
  946. # [16:41] * Joins: AaronMT (AaronMT@moz-53D1D1F.cpe.net.cable.rogers.com)
  947. # [16:41] * Joins: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch)
  948. # [16:42] * Quits: schien (anonymous@moz-CD35E892.dynamic.hinet.net) (Quit: schien)
  949. # [16:42] * Quits: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch) (Max SendQ exceeded)
  950. # [16:42] * Quits: mconley (mconley@moz-85BBA7.dsl.bell.ca) (Input/output error)
  951. # [16:42] * Joins: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch)
  952. # [16:44] * Quits: RealRaven (Thunderbir@A1A63E7B.F59D6A47.C3498625.IP) (Quit: RealRaven)
  953. # [16:44] * Joins: RealRaven (Thunderbir@A1A63E7B.F59D6A47.C3498625.IP)
  954. # [16:45] * Joins: Rik (rik@moz-E813DFA5.fbx.proxad.net)
  955. # [16:45] * Quits: abr (anonymous@moz-B00A26BE.meeting.ietf.org) (Quit: AFK)
  956. # [16:46] * BenWa|email is now known as BenWa
  957. # [16:46] * Joins: mst-csfahie (chatzilla@moz-F5700B20.dyn.optonline.net)
  958. # [16:47] * Quits: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch) (Quit: Leaving.)
  959. # [16:47] * Quits: Rik (rik@moz-E813DFA5.fbx.proxad.net) (Ping timeout)
  960. # [16:49] * Joins: lpy (lpy@12172131.F09091A8.1348A864.IP)
  961. # [16:49] * Joins: wlach (wlach@moz-816E0941.cpe.net.cable.rogers.com)
  962. # [16:50] * retornam is now known as retornam|away
  963. # [16:54] * givanica is now known as givanica|away
  964. # [16:57] * MrDHat is now known as MrDHat|offline
  965. # [16:58] * Joins: shrihari (shrihari@231BCD11.302582E8.1C37C358.IP)
  966. # [16:58] * Quits: rbarnes (rbarnes@FF88D266.382A0101.91D2EB5B.IP) (Input/output error)
  967. # [16:59] * Quits: tonymec|away (tonymec@AFDE6138.753976D7.A9371869.IP) (Input/output error)
  968. # [17:03] * Quits: ewong (chatzilla@moz-772F27FF.netvigator.com) (Ping timeout)
  969. # [17:04] * Joins: ewong (chatzilla@moz-772F27FF.netvigator.com)
  970. # [17:05] * Joins: gwagner (Gregor@moz-EA3F74A8.dhcp.reno.nv.charter.com)
  971. # [17:06] * Quits: RealRaven (Thunderbir@A1A63E7B.F59D6A47.C3498625.IP) (Quit: RealRaven)
  972. # [17:06] * Joins: RealRaven (Thunderbir@A1A63E7B.F59D6A47.C3498625.IP)
  973. # [17:08] * Quits: p0ff (uid25009@moz-A42E5B7B.irccloud.com) (Quit: Connection closed for inactivity)
  974. # [17:08] * Quits: gaurav231 (Thunderbir@C67B8376.51870C95.BBE530D5.IP) (Quit: gaurav231)
  975. # [17:09] * Quits: badanomaly (quassel@A16622FF.C03F9750.50E99975.IP) (Connection reset by peer)
  976. # [17:09] * Joins: badanomaly (quassel@A16622FF.C03F9750.50E99975.IP)
  977. # [17:09] * Joins: Puddles (Mibbit@9B9315E1.A6025CA.1C37C358.IP)
  978. # [17:10] * Quits: testman (Mibbit@moz-391678D9.dial-up.dsl.siol.net) (Quit: http://www.mibbit.com ajax IRC Client)
  979. # [17:11] * Quits: espadrine_ (ttyl@moz-E6C6C84F.w92-128.abo.wanadoo.fr) (Quit: Leaving)
  980. # [17:11] * Joins: espadrine (ttyl@moz-E6C6C84F.w92-128.abo.wanadoo.fr)
  981. # [17:12] * Quits: gwagner (Gregor@moz-EA3F74A8.dhcp.reno.nv.charter.com) (Ping timeout)
  982. # [17:12] * Joins: mihneadb (mihneadb@moz-9897BD47.static.ziggozakelijk.nl)
  983. # [17:12] * Joins: mconley (mconley@moz-85BBA7.dsl.bell.ca)
  984. # [17:14] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  985. # [17:15] * Quits: lpy (lpy@12172131.F09091A8.1348A864.IP) (Client exited)
  986. # [17:15] * Quits: @smaug (chatzilla@moz-9E0B1701.pp.htv.fi) (Ping timeout)
  987. # [17:16] * Joins: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  988. # [17:18] * Quits: mconley (mconley@moz-85BBA7.dsl.bell.ca) (Ping timeout)
  989. # [17:19] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  990. # [17:20] * Joins: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com)
  991. # [17:21] * Quits: twi (Adium@366146E1.F33C246D.C3DDD137.IP) (Ping timeout)
  992. # [17:22] * Quits: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com) (Ping timeout)
  993. # [17:22] * Joins: Optimizer (Optimizer@FFFE00FC.18F9BE56.BE4CF869.IP)
  994. # [17:23] * Joins: twi (Adium@366146E1.F33C246D.C3DDD137.IP)
  995. # [17:25] * Joins: mikeratcliffe (Adium@563667DE.83F43654.137FEB2B.IP)
  996. # [17:28] * Quits: RealRaven (Thunderbir@A1A63E7B.F59D6A47.C3498625.IP) (Quit: RealRaven)
  997. # [17:28] * Joins: p0ff (uid25009@moz-A42E5B7B.irccloud.com)
  998. # [17:28] * Joins: RealRaven (Thunderbir@A1A63E7B.F59D6A47.C3498625.IP)
  999. # [17:31] * ewong is now known as ewong|sleep
  1000. # [17:36] * Quits: Puddles (Mibbit@9B9315E1.A6025CA.1C37C358.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1001. # [17:36] * merike is now known as merike|away
  1002. # [17:37] * Joins: abr|iPhone (abriphone@moz-25F1CD97.meeting.ietf.org)
  1003. # [17:40] * Quits: Archaeopteryx (itsme@2B8053E4.C6145DA3.2DB0BBA1.IP) (Quit: Goodbye)
  1004. # [17:41] * retornam|away is now known as retornam
  1005. # [17:41] * Joins: victorporof_ (victorporo@moz-FFB76956.cpe.net.cable.rogers.com)
  1006. # [17:42] * Quits: victorporof (victorporo@moz-FFB76956.cpe.net.cable.rogers.com) (Ping timeout)
  1007. # [17:45] * Quits: smontagu (chatzilla@2FDD6FF3.FCD32F95.E9C721AF.IP) (Ping timeout)
  1008. # [17:45] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Quit: )
  1009. # [17:46] * Joins: Rik (rik@moz-E813DFA5.fbx.proxad.net)
  1010. # [17:47] * Quits: kk1fff (kk1fff@moz-EC3F2626.dynamic.hinet.net) (Client exited)
  1011. # [17:47] * Joins: kushagra_ (kushagra@B968820F.59B4030A.520CDC98.IP)
  1012. # [17:47] * Quits: kushagra (kushagra@2863AD14.3A10D6A6.520CDC98.IP) (Ping timeout)
  1013. # [17:48] * Quits: Rik (rik@moz-E813DFA5.fbx.proxad.net) (Ping timeout)
  1014. # [17:49] * Quits: shrihari (shrihari@231BCD11.302582E8.1C37C358.IP) (Quit: shrihari)
  1015. # [17:49] * Quits: abr|iPhone (abriphone@moz-25F1CD97.meeting.ietf.org) (Quit: Colloquy for iPhone - http://colloquy.mobi)
  1016. # [17:50] * retornam is now known as retornam|away
  1017. # [17:51] * Quits: achronop (achronop@moz-EC26595B.dsl.dyn.forthnet.gr) (Quit: Leaving)
  1018. # [17:54] * Joins: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch)
  1019. # [17:54] * Quits: kushagra_ (kushagra@B968820F.59B4030A.520CDC98.IP) (Ping timeout)
  1020. # [17:54] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  1021. # [17:55] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  1022. # [17:56] * Quits: RealRaven (Thunderbir@A1A63E7B.F59D6A47.C3498625.IP) (Quit: RealRaven)
  1023. # [17:57] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Ping timeout)
  1024. # [17:57] * Joins: badanomaly|away (quassel@6AFD1386.93F91BC2.8D9DA8D9.IP)
  1025. # [17:57] * Joins: RealRaven (Thunderbir@A1A63E7B.F59D6A47.C3498625.IP)
  1026. # [17:58] * Quits: badanomaly (quassel@A16622FF.C03F9750.50E99975.IP) (Ping timeout)
  1027. # [18:01] * Quits: soumyaC (soumyaC@moz-E0F149F7.members.linode.com) (Input/output error)
  1028. # [18:01] * Quits: sawrubh|bot (~sawrubhbo@moz-E0F149F7.members.linode.com) (Connection reset by peer)
  1029. # [18:04] * Joins: jrm2k6 (jrm2k6@moz-876091EF.sd.sd.cox.net)
  1030. # [18:04] * Joins: soumyaC (soumyaC@moz-E0F149F7.members.linode.com)
  1031. # [18:07] * givanica|away is now known as givanica
  1032. # [18:07] * Joins: jhlin (jhlin@moz-C2AEAD3F.dynamic.hinet.net)
  1033. # [18:08] * Joins: kushagra (kushagra@21688AEF.1E0F26D5.520CDC98.IP)
  1034. # [18:10] * Quits: jrm2k6 (jrm2k6@moz-876091EF.sd.sd.cox.net) (Client exited)
  1035. # [18:10] * Joins: sawrubh|bot (~sawrubhbo@moz-E0F149F7.members.linode.com)
  1036. # [18:12] * Joins: mconley (mconley@moz-85BBA7.dsl.bell.ca)
  1037. # [18:14] * nsm is now known as nsm|away
  1038. # [18:17] * Quits: mconley (mconley@moz-85BBA7.dsl.bell.ca) (Input/output error)
  1039. # [18:17] * Joins: kk1fff (kk1fff@moz-EC3F2626.dynamic.hinet.net)
  1040. # [18:19] * Quits: kk1fff (kk1fff@moz-EC3F2626.dynamic.hinet.net) (Ping timeout)
  1041. # [18:20] * Joins: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com)
  1042. # [18:21] * Quits: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com) (Ping timeout)
  1043. # [18:23] * Quits: kushagra (kushagra@21688AEF.1E0F26D5.520CDC98.IP) (Ping timeout)
  1044. # [18:26] * Joins: kushagra (kushagra@1A7402FB.78E6B747.520CDC98.IP)
  1045. # [18:26] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  1046. # [18:27] * Joins: stefanh (stefanh@moz-3EED0162.customers.ownit.se)
  1047. # [18:27] * Quits: Niharika (Happiness@7D04ABEA.29AE81D6.74119F78.IP) (Connection reset by peer)
  1048. # [18:30] * Joins: twi1 (Adium@366146E1.F33C246D.C3DDD137.IP)
  1049. # [18:30] * Quits: twi (Adium@366146E1.F33C246D.C3DDD137.IP) (Connection reset by peer)
  1050. # [18:32] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Quit: jib)
  1051. # [18:33] * Joins: kushagra_ (kushagra@6AA3FFA.F153B267.520CDC98.IP)
  1052. # [18:34] * Quits: kushagra (kushagra@1A7402FB.78E6B747.520CDC98.IP) (Ping timeout)
  1053. # [18:35] * Joins: intuxicated (intuxicate@C36E0E08.A0BADBCC.DA0107E2.IP)
  1054. # [18:39] * Quits: wlach (wlach@moz-816E0941.cpe.net.cable.rogers.com) (Ping timeout)
  1055. # [18:41] * Quits: peterv (peterv@moz-5511E24A.access.telenet.be) (Ping timeout)
  1056. # [18:41] * retornam|away is now known as retornam
  1057. # [18:43] * Quits: jhlin (jhlin@moz-C2AEAD3F.dynamic.hinet.net) (Client exited)
  1058. # [18:44] * Joins: squib (squib@moz-7BFC3D3A.dhcp.ftbg.wi.charter.com)
  1059. # [18:45] * Joins: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net)
  1060. # [18:46] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/34087559e75d - Mats Palmgren - Bug 978443 - Rename NS_STYLE_CLEAR_LEFT_AND_RIGHT to NS_STYLE_CLEAR_BOTH. r=dholbert
  1061. # [18:47] * Joins: Rik (rik@moz-E813DFA5.fbx.proxad.net)
  1062. # [18:47] * Joins: mconley (mconley@moz-85BBA7.dsl.bell.ca)
  1063. # [18:49] * Quits: Rik (rik@moz-E813DFA5.fbx.proxad.net) (Ping timeout)
  1064. # [18:50] * Joins: shrihari (shrihari@231BCD11.302582E8.1C37C358.IP)
  1065. # [18:51] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  1066. # [18:51] * retornam is now known as retornam|away
  1067. # [18:53] * Joins: automata (Vilson@971E234.975951A1.70D22F34.IP)
  1068. # [18:53] * Quits: mconley (mconley@moz-85BBA7.dsl.bell.ca) (Ping timeout)
  1069. # [18:54] * Joins: josh (josh@moz-244364B2.cable.virginm.net)
  1070. # [18:54] * Quits: twi1 (Adium@366146E1.F33C246D.C3DDD137.IP) (Quit: Leaving.)
  1071. # [18:56] * Joins: bjacob_ (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  1072. # [18:57] * Joins: abr (anonymous@C223E786.9B46AAB1.91D2EB5B.IP)
  1073. # [18:57] * Quits: Optimizer (Optimizer@FFFE00FC.18F9BE56.BE4CF869.IP) (Ping timeout)
  1074. # [18:58] * Joins: Optimizer (Optimizer@FFFE00FC.18F9BE56.BE4CF869.IP)
  1075. # [18:58] * Quits: abr (anonymous@C223E786.9B46AAB1.91D2EB5B.IP) (Ping timeout)
  1076. # [19:00] * Joins: dbaron (dbaron@6E6C815B.27376607.189F3E15.IP)
  1077. # [19:00] * ChanServ sets mode: +ao dbaron dbaron
  1078. # [19:00] * Quits: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch) (Quit: Leaving.)
  1079. # [19:00] * Joins: Rik (rik@moz-E813DFA5.fbx.proxad.net)
  1080. # [19:00] * Joins: smaug (chatzilla@moz-9E0B1701.pp.htv.fi)
  1081. # [19:00] * ChanServ sets mode: +o smaug
  1082. # [19:01] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  1083. # [19:01] * Quits: Rik (rik@moz-E813DFA5.fbx.proxad.net) (Ping timeout)
  1084. # [19:02] * Joins: Rik (rik@moz-E813DFA5.fbx.proxad.net)
  1085. # [19:02] * Joins: ted (luser@moz-FEB1B9F0.sctnpa.east.verizon.net)
  1086. # [19:02] * ChanServ sets mode: +o ted
  1087. # [19:02] <@ted> hrmph, my windows firefox appears to be deadlocked
  1088. # [19:05] * Quits: Optimizer (Optimizer@FFFE00FC.18F9BE56.BE4CF869.IP) (Ping timeout)
  1089. # [19:05] * Joins: Optimizer (Optimizer@FFFE00FC.18F9BE56.BE4CF869.IP)
  1090. # [19:05] * Joins: peterv (peterv@moz-5511E24A.access.telenet.be)
  1091. # [19:06] * Joins: serge (Thunderbir@moz-EE50563E.dsl.teksavvy.com)
  1092. # [19:11] * Quits: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net) (Ping timeout)
  1093. # [19:12] * Joins: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net)
  1094. # [19:14] * Joins: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com)
  1095. # [19:14] * Quits: josh (josh@moz-244364B2.cable.virginm.net) (Quit: josh)
  1096. # [19:16] * Quits: recursive (recursive@71958799.4D49EC71.6815CE39.IP) (Quit: Leaving...)
  1097. # [19:18] * Quits: mikeratcliffe (Adium@563667DE.83F43654.137FEB2B.IP) (Quit: Leaving.)
  1098. # [19:18] * Joins: twi (Adium@moz-3C911E37.cust.vodafonedsl.it)
  1099. # [19:18] * Joins: kk1fff (kk1fff@moz-EC3F2626.dynamic.hinet.net)
  1100. # [19:20] * Quits: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com) (Client exited)
  1101. # [19:20] * Quits: kk1fff (kk1fff@moz-EC3F2626.dynamic.hinet.net) (Ping timeout)
  1102. # [19:22] <@ted> aha
  1103. # [19:22] <@ted> profiler
  1104. # [19:23] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  1105. # [19:23] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  1106. # [19:24] * Quits: {V} (V@moz-FEE911A5.on.nl) (Ping timeout)
  1107. # [19:24] * Joins: {V} (V@moz-FEE911A5.on.nl)
  1108. # [19:31] * Quits: bjacob_ (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  1109. # [19:31] * Quits: shrihari (shrihari@231BCD11.302582E8.1C37C358.IP) (Quit: shrihari)
  1110. # [19:32] * Joins: shrihari (shrihari@231BCD11.302582E8.1C37C358.IP)
  1111. # [19:32] * Quits: automata (Vilson@971E234.975951A1.70D22F34.IP) (Ping timeout)
  1112. # [19:32] * Quits: shrihari (shrihari@231BCD11.302582E8.1C37C358.IP) (Quit: shrihari)
  1113. # [19:33] * Joins: automata (Vilson@1CFF3AEE.879D544.D6AA9413.IP)
  1114. # [19:33] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/6194e2ee8e6a - L. David Baron - Bug 978495: Initialize mozilla::layers::TextureClientX11::mLocked. r=nical
  1115. # [19:33] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/d86dd791088b - Kearwood (Kip) Gilbert - Bug 687297 - The per-presentation base minimum font size is now propagated without being max’ed with the language-specific global minimum font size preference,
  1116. # [19:33] <firebot> r=dbaron
  1117. # [19:33] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/d30b9a757fc2 - Kearwood (Kip) Gilbert - Bug 687297 - Added Mochitest to verify that the per-presentation base minimum font size is propagated without being influenced by the language-specific global
  1118. # [19:33] <firebot> preference. r=dbaron
  1119. # [19:33] * Quits: mihneadb (mihneadb@moz-9897BD47.static.ziggozakelijk.nl) (Quit: Bye)
  1120. # [19:34] * Joins: karl (karl@moz-C433B975.jetstream.xtra.co.nz)
  1121. # [19:34] * Quits: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net) (Ping timeout)
  1122. # [19:35] * Joins: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net)
  1123. # [19:37] * Quits: darkowlzz (sunny@D594D85F.D56A8B83.25B273F5.IP) (Quit: This computer has gone to sleep)
  1124. # [19:40] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Quit: jib)
  1125. # [19:41] * Joins: Ms2ger (Ms2ger@AC8075E6.AB2E6B66.F15B0BB3.IP)
  1126. # [19:42] * retornam|away is now known as retornam
  1127. # [19:43] * Quits: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net) (Ping timeout)
  1128. # [19:44] * Joins: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net)
  1129. # [19:44] * Joins: jrm2k6 (jrm2k6@moz-876091EF.sd.sd.cox.net)
  1130. # [19:44] <@dbaron> is hg bzexport broken for anyone else?
  1131. # [19:44] * Joins: jhlin (jhlin@moz-C2AEAD3F.dynamic.hinet.net)
  1132. # [19:44] <@dbaron> or is it just having trouble uploading to this particular bug?
  1133. # [19:44] <@dbaron> File "/home/dbaron/builds/mercurial/bzexport/__init__.py", line 835, in bzexport
  1134. # [19:44] <@dbaron> extra_args['product'] = buginfo['product']
  1135. # [19:44] <@dbaron> KeyError: 'product'
  1136. # [19:46] * Quits: jhlin (jhlin@moz-C2AEAD3F.dynamic.hinet.net) (Ping timeout)
  1137. # [19:46] * Joins: Bas (chatzilla@moz-EC262A19.ftth.concepts.nl)
  1138. # [19:46] * BenWa is now known as BenWa|email
  1139. # [19:47] <Ms2ger> Bonjour
  1140. # [19:47] * baku|away is now known as baku
  1141. # [19:48] * Joins: mikeratcliffe (Adium@563667DE.83F43654.137FEB2B.IP)
  1142. # [19:50] <@ted> feels like i can't ever run firefox on a sunday without having to track down some hang or crash
  1143. # [19:50] * Joins: abr|iPhone (abriphone@moz-FA5469BE.meeting.ietf.org)
  1144. # [19:50] * @ted files bug 978585
  1145. # [19:51] * Quits: twi (Adium@moz-3C911E37.cust.vodafonedsl.it) (Ping timeout)
  1146. # [19:52] * Joins: mconley (mconley@moz-85BBA7.dsl.bell.ca)
  1147. # [19:52] * retornam is now known as retornam|away
  1148. # [19:52] * Joins: twi (Adium@moz-238E12A6.cust.vodafonedsl.it)
  1149. # [19:53] * Quits: twi (Adium@moz-238E12A6.cust.vodafonedsl.it) (Connection reset by peer)
  1150. # [19:54] * Quits: mikeratcliffe (Adium@563667DE.83F43654.137FEB2B.IP) (Ping timeout)
  1151. # [19:54] * Joins: twi (Adium@moz-238E12A6.cust.vodafonedsl.it)
  1152. # [19:54] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  1153. # [19:54] * Joins: shrihari (shrihari@1BF6A8EC.6F4D4287.BE90E62C.IP)
  1154. # [19:55] * Quits: Dwight_Stegall (YIM@moz-EE25458F.client.mchsi.com) (Quit: I'm bored, time to go.)
  1155. # [19:58] * Joins: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com)
  1156. # [20:00] * Joins: harth (harth@moz-42412102.hsd1.ca.comcast.net)
  1157. # [20:01] * baku is now known as baku|away
  1158. # [20:02] * Quits: abr|iPhone (abriphone@moz-FA5469BE.meeting.ietf.org) (Ping timeout)
  1159. # [20:03] * Joins: jonasfj (jonasfj@moz-F9C6FBE1.hsd1.ca.comcast.net)
  1160. # [20:05] * Joins: abr|iPhone (abriphone@A001014D.19598BB6.91D2EB5B.IP)
  1161. # [20:05] * baku|away is now known as baku
  1162. # [20:07] * Quits: abr|iPhone (abriphone@A001014D.19598BB6.91D2EB5B.IP) (Quit: Colloquy for iPhone - http://colloquy.mobi)
  1163. # [20:08] * Joins: dashed (dashed@moz-84DD998B.cpe.net.cable.rogers.com)
  1164. # [20:10] * Quits: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Ping timeout)
  1165. # [20:12] * Quits: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com) (Client exited)
  1166. # [20:12] * soumyaC is now known as IRCMonkey18851
  1167. # [20:12] * Joins: Gijs_away (gijs@moz-12D50630.cpe.net.cable.rogers.com)
  1168. # [20:13] * Joins: soumyaC (uid15286@moz-E77DEB21.irccloud.com)
  1169. # [20:13] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  1170. # [20:14] * Joins: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch)
  1171. # [20:15] * Quits: twi (Adium@moz-238E12A6.cust.vodafonedsl.it) (Ping timeout)
  1172. # [20:15] * Quits: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net) (Ping timeout)
  1173. # [20:15] * Joins: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net)
  1174. # [20:15] * Quits: afwang (nooknook@moz-CFE05FEE.hsd1.ca.comcast.net) (Ping timeout)
  1175. # [20:16] * Joins: twi (Adium@moz-7CE84106.cust.vodafonedsl.it)
  1176. # [20:18] * Joins: SinnerShanky (shashank20@4F9D8DB5.9B552DFD.5D9ABA9F.IP)
  1177. # [20:18] * Quits: Anupkumar (uid16774@moz-A42E5B7B.irccloud.com) (Quit: Connection closed for inactivity)
  1178. # [20:19] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Input/output error)
  1179. # [20:19] * Joins: kk1fff (kk1fff@moz-EC3F2626.dynamic.hinet.net)
  1180. # [20:19] * Joins: rbarnes (rbarnes@FF88D266.382A0101.91D2EB5B.IP)
  1181. # [20:21] * Quits: kk1fff (kk1fff@moz-EC3F2626.dynamic.hinet.net) (Ping timeout)
  1182. # [20:21] * Quits: SinnerShanky (shashank20@4F9D8DB5.9B552DFD.5D9ABA9F.IP) (Ping timeout)
  1183. # [20:21] * Gijs_away is now known as Gijs
  1184. # [20:23] * Joins: afwang (nooknook@moz-CFE05FEE.hsd1.ca.comcast.net)
  1185. # [20:25] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  1186. # [20:26] * Joins: SinnerShanky (shashank20@4F9D8DB5.9B552DFD.5D9ABA9F.IP)
  1187. # [20:30] * Quits: @roc (chatzilla@moz-8B3DBFBA.bng1.tvc.orcon.net.nz) (Ping timeout)
  1188. # [20:31] * Quits: janv (varga@moz-C18E78B1.orange.sk) (Ping timeout)
  1189. # [20:31] * Quits: automata (Vilson@1CFF3AEE.879D544.D6AA9413.IP) (Ping timeout)
  1190. # [20:32] * Quits: twi (Adium@moz-7CE84106.cust.vodafonedsl.it) (Connection reset by peer)
  1191. # [20:33] * Joins: automata (Vilson@1CFF3AEE.879D544.D6AA9413.IP)
  1192. # [20:33] * Joins: twi (Adium@moz-BC6EDE28.cust.vodafonedsl.it)
  1193. # [20:33] * Quits: twi (Adium@moz-BC6EDE28.cust.vodafonedsl.it) (Max SendQ exceeded)
  1194. # [20:33] * Joins: twi (Adium@moz-BC6EDE28.cust.vodafonedsl.it)
  1195. # [20:33] * Quits: twi (Adium@moz-BC6EDE28.cust.vodafonedsl.it) (Connection reset by peer)
  1196. # [20:34] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  1197. # [20:34] * Joins: bjacob_ (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  1198. # [20:35] * Quits: stefanca (annafeathe@moz-D7423AF5.cinci.res.rr.com) (Ping timeout)
  1199. # [20:35] * Joins: stefanca (annafeathe@moz-D7423AF5.cinci.res.rr.com)
  1200. # [20:35] * mattwoodrow|away is now known as mattwoodrow
  1201. # [20:35] * Joins: janv (varga@2F81865C.E63CB62C.4F33160D.IP)
  1202. # [20:35] * Joins: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com)
  1203. # [20:35] * Joins: twi (Adium@moz-80E82F80.cust.vodafonedsl.it)
  1204. # [20:36] * Quits: twi (Adium@moz-80E82F80.cust.vodafonedsl.it) (Connection reset by peer)
  1205. # [20:37] * Joins: twi (Adium@moz-80E82F80.cust.vodafonedsl.it)
  1206. # [20:37] * Quits: automata (Vilson@1CFF3AEE.879D544.D6AA9413.IP) (Ping timeout)
  1207. # [20:38] * Quits: rbarnes (rbarnes@FF88D266.382A0101.91D2EB5B.IP) (Input/output error)
  1208. # [20:38] * Quits: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net) (Input/output error)
  1209. # [20:38] * Quits: shrihari (shrihari@1BF6A8EC.6F4D4287.BE90E62C.IP) (Quit: shrihari)
  1210. # [20:41] * Joins: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net)
  1211. # [20:42] * mattwoodrow is now known as mattwoodrow|away
  1212. # [20:43] * retornam|away is now known as retornam
  1213. # [20:43] * Quits: haseeb (uid13814@moz-E77DEB21.irccloud.com) (Quit: Connection closed for inactivity)
  1214. # [20:44] * Quits: kdc (chatzilla@moz-A66E00D4.pk.shawcable.net) (Ping timeout)
  1215. # [20:44] * Joins: kdc (chatzilla@moz-A66E00D4.pk.shawcable.net)
  1216. # [20:44] * Joins: jhlin (jhlin@moz-C2AEAD3F.dynamic.hinet.net)
  1217. # [20:46] * Joins: haseeb (uid13814@moz-E77DEB21.irccloud.com)
  1218. # [20:46] * Quits: jhlin (jhlin@moz-C2AEAD3F.dynamic.hinet.net) (Ping timeout)
  1219. # [20:46] * Quits: twi (Adium@moz-80E82F80.cust.vodafonedsl.it) (Ping timeout)
  1220. # [20:47] * Quits: mahdi (mahdi@9105CE49.647CEA42.195261CE.IP) (Quit: Leaving)
  1221. # [20:49] * Joins: twi (Adium@moz-238F5BDA.cust.vodafonedsl.it)
  1222. # [20:49] * Quits: twi (Adium@moz-238F5BDA.cust.vodafonedsl.it) (Connection reset by peer)
  1223. # [20:49] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  1224. # [20:50] * Quits: jonasfj (jonasfj@moz-F9C6FBE1.hsd1.ca.comcast.net) (Ping timeout)
  1225. # [20:50] * Quits: harth (harth@moz-42412102.hsd1.ca.comcast.net) (Input/output error)
  1226. # [20:51] * Joins: twi (Adium@moz-238F5BDA.cust.vodafonedsl.it)
  1227. # [20:51] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Connection reset by peer)
  1228. # [20:51] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  1229. # [20:51] * Joins: harth (harth@moz-42412102.hsd1.ca.comcast.net)
  1230. # [20:52] * Joins: christophersu (christophe@moz-D42BEA6A.dhcp4.washington.edu)
  1231. # [20:52] * Joins: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net)
  1232. # [20:53] * retornam is now known as retornam|away
  1233. # [20:53] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Ping timeout)
  1234. # [20:54] * Joins: shrihari_ (shrihari@1BF6A8EC.6F4D4287.BE90E62C.IP)
  1235. # [20:58] * Quits: twi (Adium@moz-238F5BDA.cust.vodafonedsl.it) (Ping timeout)
  1236. # [20:59] * Joins: twi (Adium@moz-11A95E9A.cust.vodafonedsl.it)
  1237. # [21:00] * Quits: twi (Adium@moz-11A95E9A.cust.vodafonedsl.it) (Connection reset by peer)
  1238. # [21:01] * Joins: twi (Adium@moz-11A95E9A.cust.vodafonedsl.it)
  1239. # [21:03] * Quits: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com) (Client exited)
  1240. # [21:04] * Quits: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net) (Ping timeout)
  1241. # [21:04] * Joins: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net)
  1242. # [21:04] * Joins: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com)
  1243. # [21:05] * Quits: diofeher (diogenes@B8C636BC.D9E54A11.C27E1635.IP) (Quit: Leaving)
  1244. # [21:05] * Joins: raccettura (raccettura@moz-593234EE.nwrknj.fios.verizon.net)
  1245. # [21:05] * Quits: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com) (Client exited)
  1246. # [21:06] * Quits: raccettura (raccettura@moz-593234EE.nwrknj.fios.verizon.net) (Quit: raccettura)
  1247. # [21:06] * Joins: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com)
  1248. # [21:06] * Quits: twi (Adium@moz-11A95E9A.cust.vodafonedsl.it) (Connection reset by peer)
  1249. # [21:08] * Quits: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com) (Ping timeout)
  1250. # [21:08] * Joins: abr (anonymous@C223E786.9B46AAB1.91D2EB5B.IP)
  1251. # [21:08] * Quits: abr (anonymous@C223E786.9B46AAB1.91D2EB5B.IP) (Quit: abr)
  1252. # [21:08] * Quits: shrihari_ (shrihari@1BF6A8EC.6F4D4287.BE90E62C.IP) (Quit: shrihari_)
  1253. # [21:10] * Joins: twi (Adium@moz-3C911E37.cust.vodafonedsl.it)
  1254. # [21:10] * Joins: mihneadb (mihneadb@moz-9897BD47.static.ziggozakelijk.nl)
  1255. # [21:15] * Quits: kushagra_ (kushagra@6AA3FFA.F153B267.520CDC98.IP) (Ping timeout)
  1256. # [21:15] * Joins: kushagra (kushagra@10D22CBC.2E32F2F2.520CDC98.IP)
  1257. # [21:18] * Quits: twi (Adium@moz-3C911E37.cust.vodafonedsl.it) (Ping timeout)
  1258. # [21:19] * Joins: twi (Adium@moz-5DEE93E.cust.vodafonedsl.it)
  1259. # [21:20] * Quits: twi (Adium@moz-5DEE93E.cust.vodafonedsl.it) (Connection reset by peer)
  1260. # [21:20] * Joins: kk1fff (kk1fff@moz-EC3F2626.dynamic.hinet.net)
  1261. # [21:20] * Joins: twi (Adium@moz-5DEE93E.cust.vodafonedsl.it)
  1262. # [21:22] * Quits: badanomaly|away (quassel@6AFD1386.93F91BC2.8D9DA8D9.IP) (Ping timeout)
  1263. # [21:22] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  1264. # [21:22] * Quits: kk1fff (kk1fff@moz-EC3F2626.dynamic.hinet.net) (Ping timeout)
  1265. # [21:22] * Joins: kentuckyfriedtakahe (ajones@34E8ECDF.DC2C3734.616A18A6.IP)
  1266. # [21:24] * Quits: twi (Adium@moz-5DEE93E.cust.vodafonedsl.it) (Ping timeout)
  1267. # [21:24] * Joins: twi (Adium@moz-832640A4.cust.vodafonedsl.it)
  1268. # [21:26] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  1269. # [21:27] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Input/output error)
  1270. # [21:28] * Quits: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net) (Quit: dealloc)
  1271. # [21:30] * Joins: twi1 (Adium@moz-637079A2.cust.vodafonedsl.it)
  1272. # [21:30] * Quits: twi (Adium@moz-832640A4.cust.vodafonedsl.it) (Ping timeout)
  1273. # [21:31] * Quits: twi1 (Adium@moz-637079A2.cust.vodafonedsl.it) (Connection reset by peer)
  1274. # [21:31] * Quits: Rik (rik@moz-E813DFA5.fbx.proxad.net) (Ping timeout)
  1275. # [21:31] * Joins: Rik (rik@moz-E813DFA5.fbx.proxad.net)
  1276. # [21:33] * Joins: twi (Adium@moz-38206BA9.cust.vodafonedsl.it)
  1277. # [21:33] * Joins: spyros (sp@moz-BD42A16F.home.otenet.gr)
  1278. # [21:34] * Quits: twi (Adium@moz-38206BA9.cust.vodafonedsl.it) (Connection reset by peer)
  1279. # [21:35] * Joins: twi (Adium@moz-38206BA9.cust.vodafonedsl.it)
  1280. # [21:37] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  1281. # [21:40] * Quits: twi (Adium@moz-38206BA9.cust.vodafonedsl.it) (Connection reset by peer)
  1282. # [21:41] * Quits: jackneill (jackneill@moz-71EEFD48.pool.digikabel.hu) (Ping timeout)
  1283. # [21:41] * Joins: twi (Adium@moz-BECB90AE.cust.vodafonedsl.it)
  1284. # [21:41] * Quits: twi (Adium@moz-BECB90AE.cust.vodafonedsl.it) (Max SendQ exceeded)
  1285. # [21:42] * Quits: amoghbl1 (uid14927@moz-5F4AA75A.irccloud.com) (Quit: Connection closed for inactivity)
  1286. # [21:43] * Quits: mconley (mconley@moz-85BBA7.dsl.bell.ca) (Input/output error)
  1287. # [21:44] * retornam|away is now known as retornam
  1288. # [21:44] * Joins: twi (Adium@moz-A7B89C25.cust.vodafonedsl.it)
  1289. # [21:47] * Quits: mst-csfahie (chatzilla@moz-F5700B20.dyn.optonline.net) (Ping timeout)
  1290. # [21:47] * nthomas|away is now known as nthomas
  1291. # [21:50] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  1292. # [21:53] * retornam is now known as retornam|away
  1293. # [21:54] * Quits: intuxicated (intuxicate@C36E0E08.A0BADBCC.DA0107E2.IP) (Ping timeout)
  1294. # [21:55] * Quits: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch) (Quit: Leaving.)
  1295. # [21:56] * Quits: twi (Adium@moz-A7B89C25.cust.vodafonedsl.it) (Ping timeout)
  1296. # [21:56] * Joins: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch)
  1297. # [21:57] * Quits: philor|away (philor@moz-638273A8.my-nick.name) (Ping timeout)
  1298. # [21:57] * Quits: tn (tim@moz-E7CE1D28.wp.shawcable.net) (Ping timeout)
  1299. # [21:57] * Joins: tn (tim@moz-E7CE1D28.wp.shawcable.net)
  1300. # [21:57] * Joins: philor|away (philor@moz-638273A8.my-nick.name)
  1301. # [21:58] * Quits: dr_jesus (bob@8191CDD5.43FF5E66.F4B74145.IP) (Ping timeout)
  1302. # [21:58] * Joins: dr_jesus (bob@8191CDD5.43FF5E66.F4B74145.IP)
  1303. # [21:58] * Quits: taras_ (taras@E099118F.67DBE00C.6679FAEF.IP) (Input/output error)
  1304. # [21:58] * Joins: BigBro (ibrahim@moz-61EA4B93.fbx.proxad.net)
  1305. # [21:58] * Quits: BigBro (ibrahim@moz-61EA4B93.fbx.proxad.net) (Quit: Leaving)
  1306. # [21:58] * baku is now known as baku|away
  1307. # [21:59] * Joins: Archaeopteryx (itsme@2B8053E4.C6145DA3.2DB0BBA1.IP)
  1308. # [21:59] * Joins: twi (Adium@moz-35DC419D.cust.vodafonedsl.it)
  1309. # [22:00] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  1310. # [22:03] * NeilAway wonders why monospaced fonts aren't working in his build
  1311. # [22:04] * heycam|away is now known as heycam
  1312. # [22:04] * Joins: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com)
  1313. # [22:04] * Joins: mikeratcliffe (Adium@563667DE.83F43654.137FEB2B.IP)
  1314. # [22:05] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Input/output error)
  1315. # [22:05] * Joins: roc (chatzilla@34E8ECDF.DC2C3734.616A18A6.IP)
  1316. # [22:05] * ChanServ sets mode: +o roc
  1317. # [22:05] * Joins: mikeratcliffe1 (Adium@563667DE.83F43654.137FEB2B.IP)
  1318. # [22:05] * Quits: mikeratcliffe (Adium@563667DE.83F43654.137FEB2B.IP) (Connection reset by peer)
  1319. # [22:09] * Quits: twi (Adium@moz-35DC419D.cust.vodafonedsl.it) (Ping timeout)
  1320. # [22:09] * Joins: gsvelto (gsvelto@moz-1D72C265.clienti.tiscali.it)
  1321. # [22:10] * Joins: twi (Adium@moz-9045B185.cust.vodafonedsl.it)
  1322. # [22:11] * Quits: twi (Adium@moz-9045B185.cust.vodafonedsl.it) (Connection reset by peer)
  1323. # [22:11] * jchen|away is now known as jchen
  1324. # [22:12] * Joins: twi (Adium@moz-9045B185.cust.vodafonedsl.it)
  1325. # [22:13] * Quits: msucan (mihai@77A4F349.8F197F6E.D602D2C5.IP) (Quit: Leaving.)
  1326. # [22:13] * Quits: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch) (Quit: Leaving.)
  1327. # [22:16] * Joins: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch)
  1328. # [22:17] <@smaug> bsmedberg: is https://crash-stats.mozilla.com/report/index/55e9b90c-29e5-4fb5-bdd1-be4942140302 any useful?
  1329. # [22:18] <@smaug> my friend gets that crash whenever she tries to use one of the most popular video/tv services in Finland
  1330. # [22:20] * Joins: kk1fff (kk1fff@moz-EC3F2626.dynamic.hinet.net)
  1331. # [22:21] * Joins: catalinn (Thunderbir@C79AA2DC.7F10AE13.A721DA5F.IP)
  1332. # [22:21] <hub> smaug: it is all in Flash
  1333. # [22:22] <@smaug> sure
  1334. # [22:22] <@smaug> well, there is some FF stuff in the stack too...
  1335. # [22:22] * Quits: kk1fff (kk1fff@moz-EC3F2626.dynamic.hinet.net) (Ping timeout)
  1336. # [22:24] * Quits: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com) (Client exited)
  1337. # [22:24] * Joins: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com)
  1338. # [22:25] * Quits: gsvelto (gsvelto@moz-1D72C265.clienti.tiscali.it) (Quit: Leaving)
  1339. # [22:27] * Quits: jrm2k6 (jrm2k6@moz-876091EF.sd.sd.cox.net) (Client exited)
  1340. # [22:29] <Archaeopteryx> smaug: did the problem start with flash 12?
  1341. # [22:30] <@smaug> let me ask
  1342. # [22:30] <KWierso|afk> smaug: disable flash's protected mode, maybe?
  1343. # [22:34] * Quits: espadrine (ttyl@moz-E6C6C84F.w92-128.abo.wanadoo.fr) (Ping timeout)
  1344. # [22:34] * Joins: espadrine (ttyl@moz-E6C6C84F.w92-128.abo.wanadoo.fr)
  1345. # [22:34] * Joins: gargsms (gargsms@71CBC134.DEBD96D2.1C37C358.IP)
  1346. # [22:34] * mattwoodrow|away is now known as mattwoodrow
  1347. # [22:36] * Quits: mikeratcliffe1 (Adium@563667DE.83F43654.137FEB2B.IP) (Quit: Leaving.)
  1348. # [22:36] * Quits: gargsms (gargsms@71CBC134.DEBD96D2.1C37C358.IP) (Quit: Leaving.)
  1349. # [22:37] * jchen is now known as jchen|away
  1350. # [22:37] * Joins: automata (Vilson@545EF6BA.1880C21B.EF49E5F2.IP)
  1351. # [22:38] * Quits: twi (Adium@moz-9045B185.cust.vodafonedsl.it) (Ping timeout)
  1352. # [22:38] * Joins: twi (Adium@moz-58BA152F.cust.vodafonedsl.it)
  1353. # [22:39] * Quits: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net) (Ping timeout)
  1354. # [22:39] * Quits: twi (Adium@moz-58BA152F.cust.vodafonedsl.it) (Connection reset by peer)
  1355. # [22:39] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5960820bd2fd - Ehsan Akhgari - Fix a typo, no bug, DONTBUILD
  1356. # [22:40] * Joins: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net)
  1357. # [22:40] * Joins: twi (Adium@moz-58BA152F.cust.vodafonedsl.it)
  1358. # [22:40] * Joins: jrm2k6 (jrm2k6@moz-876091EF.sd.sd.cox.net)
  1359. # [22:42] * BenWa|email is now known as BenWa
  1360. # [22:42] <@smaug> apparently didn't start with 12
  1361. # [22:42] <@smaug> the issue is even older
  1362. # [22:42] * Quits: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch) (Quit: Leaving.)
  1363. # [22:43] * Joins: mconley (mconley@moz-85BBA7.dsl.bell.ca)
  1364. # [22:44] * Joins: jhlin (jhlin@moz-C2AEAD3F.dynamic.hinet.net)
  1365. # [22:44] * retornam|away is now known as retornam
  1366. # [22:45] * Joins: lmandel (lmandel@moz-60AD75.cable.teksavvy.com)
  1367. # [22:46] * Joins: badanomaly (quassel@6AFD1386.93F91BC2.8D9DA8D9.IP)
  1368. # [22:46] * Quits: jhlin (jhlin@moz-C2AEAD3F.dynamic.hinet.net) (Ping timeout)
  1369. # [22:46] * Quits: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net) (Quit: Leaving)
  1370. # [22:46] * Joins: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net)
  1371. # [22:47] * Quits: kentuckyfriedtakahe (ajones@34E8ECDF.DC2C3734.616A18A6.IP) (Quit: Ex-Chat)
  1372. # [22:48] * Joins: kentuckyfriedtakahe (ajones@34E8ECDF.DC2C3734.616A18A6.IP)
  1373. # [22:49] * Quits: mconley (mconley@moz-85BBA7.dsl.bell.ca) (Ping timeout)
  1374. # [22:50] * Quits: twi (Adium@moz-58BA152F.cust.vodafonedsl.it) (Quit: Leaving.)
  1375. # [22:52] * Quits: padenot (paul@moz-8A7708E6.members.linode.com) (Quit: WeeChat 0.3.7)
  1376. # [22:54] * retornam is now known as retornam|away
  1377. # [22:58] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  1378. # [23:00] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Input/output error)
  1379. # [23:01] * Joins: Dwight_Stegall (YIM@moz-EE25458F.client.mchsi.com)
  1380. # [23:01] * Quits: christophersu (christophe@moz-D42BEA6A.dhcp4.washington.edu) (Quit: christophersu)
  1381. # [23:02] * Quits: Ms2ger (Ms2ger@AC8075E6.AB2E6B66.F15B0BB3.IP) (Quit: nn)
  1382. # [23:02] * Joins: christophersu (christophe@moz-D42BEA6A.dhcp4.washington.edu)
  1383. # [23:02] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  1384. # [23:02] * Quits: christophersu (christophe@moz-D42BEA6A.dhcp4.washington.edu) (Quit: christophersu)
  1385. # [23:03] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  1386. # [23:05] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Ping timeout)
  1387. # [23:06] * Joins: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net)
  1388. # [23:06] * jchen|away is now known as jchen
  1389. # [23:07] * Joins: njn (chatzilla@moz-6C98BD3A.dyn.iinet.net.au)
  1390. # [23:07] * ChanServ sets mode: +o njn
  1391. # [23:08] * Joins: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  1392. # [23:10] * Quits: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Ping timeout)
  1393. # [23:12] * Quits: stefanh (stefanh@moz-3EED0162.customers.ownit.se) (Quit: ChatZilla 0.9.90.1 [SeaMonkey 2.25/20140211201928])
  1394. # [23:12] * Joins: jaws (uid2871@moz-5F4AA75A.irccloud.com)
  1395. # [23:12] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5c9a4a1f2c0b - Nicholas Nethercote - Bug 978227 - Handle a null classname in AddClassInfo(). r=till.
  1396. # [23:15] <@njn> has the "restore previous session" button on about:home disappeared for anyone else? I haven't had it for a week or more
  1397. # [23:15] * Joins: mst-csfahie (chatzilla@moz-F5700B20.dyn.optonline.net)
  1398. # [23:16] * jchen is now known as jchen|away
  1399. # [23:16] <@njn> hmm, and I just got "JavaScript error: resource:///modules/sessionstore/SessionStore.jsm, line 1599: NS_ERROR_ILLEGAL_VALUE: Window is not tracked" when I tried to reopen a closed tab with ctrl-shift-T
  1400. # [23:19] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  1401. # [23:21] * Joins: twi1 (Adium@moz-2BC5607A.cust.vodafonedsl.it)
  1402. # [23:21] * Quits: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com) (Client exited)
  1403. # [23:21] * Joins: jrmuizel_ (jrmuizel@moz-E039A32.cable.teksavvy.com)
  1404. # [23:21] * Joins: kk1fff (kk1fff@moz-6D9D2BC3.dynamic.hinet.net)
  1405. # [23:22] * Quits: twi1 (Adium@moz-2BC5607A.cust.vodafonedsl.it) (Ping timeout)
  1406. # [23:22] * Joins: twi (Adium@moz-2BC5607A.cust.vodafonedsl.it)
  1407. # [23:23] * Quits: kk1fff (kk1fff@moz-6D9D2BC3.dynamic.hinet.net) (Connection reset by peer)
  1408. # [23:23] * Joins: kk1fff (kk1fff@moz-6D9D2BC3.dynamic.hinet.net)
  1409. # [23:24] * Quits: twi (Adium@moz-2BC5607A.cust.vodafonedsl.it) (Ping timeout)
  1410. # [23:25] * Quits: kk1fff (kk1fff@moz-6D9D2BC3.dynamic.hinet.net) (Ping timeout)
  1411. # [23:25] * Quits: RealRaven (Thunderbir@A1A63E7B.F59D6A47.C3498625.IP) (Quit: RealRaven)
  1412. # [23:26] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c040bcc0ce7f - Timothy Nikkel - Bug 978542. If paint dumping is enabled at build time also enable frame dumping so we can get frame names in display list dumps. r=mattwoodrow
  1413. # [23:26] * Joins: RealRaven (Thunderbir@A1A63E7B.F59D6A47.C3498625.IP)
  1414. # [23:27] * Quits: IRCMonkey18851 (soumyaC@moz-E0F149F7.members.linode.com) (Input/output error)
  1415. # [23:27] * Quits: sawrubh|bot (~sawrubhbo@moz-E0F149F7.members.linode.com) (Input/output error)
  1416. # [23:29] * Joins: soumyaC1 (soumyaC@moz-E0F149F7.members.linode.com)
  1417. # [23:30] * Joins: bram (bram@34E8ECDF.DC2C3734.616A18A6.IP)
  1418. # [23:32] * Quits: RealRaven (Thunderbir@A1A63E7B.F59D6A47.C3498625.IP) (Quit: RealRaven)
  1419. # [23:33] * Joins: RealRaven (Thunderbir@A1A63E7B.F59D6A47.C3498625.IP)
  1420. # [23:33] <bram> njn: Hi! I’m a UX designer on unrelated projects (SUMO + Marketplace). A cursory glance at https://areweslimyet.com/ was not-so-encouraging.
  1421. # [23:34] <bram> njn: It looks like our resident memory count is coming back up ever-so-slowly to the level that it was back in 2011. Should I be worried, or is this a measurement bias? For example, computers get faster and has more RAM.
  1422. # [23:36] * Joins: sawrubh|bot (~sawrubhbo@moz-E0F149F7.members.linode.com)
  1423. # [23:36] * Quits: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net) (Input/output error)
  1424. # [23:37] * Quits: lmandel (lmandel@moz-60AD75.cable.teksavvy.com) (Input/output error)
  1425. # [23:38] <@smaug> bram: well, FF has also got many new features
  1426. # [23:38] <@smaug> they all take some memory, unfortunately
  1427. # [23:39] * Quits: hrw (hrw@moz-8881149F.dynamic.chello.pl) (Ping timeout)
  1428. # [23:39] <@smaug> hmm, but what happened in November
  1429. # [23:39] <@khuey> we should stop adding features
  1430. # [23:40] * Joins: jduell (jduell@moz-2B2B9F2.hsd1.wa.comcast.net)
  1431. # [23:41] <@smaug> yes, the world is ready
  1432. # [23:41] * Joins: abr (anonymous@C223E786.9B46AAB1.91D2EB5B.IP)
  1433. # [23:41] <evilpie> just put it onto the cloud
  1434. # [23:43] * Quits: snig_wal (chatzilla@9B9315E1.A6025CA.1C37C358.IP) (Ping timeout)
  1435. # [23:43] <bram> smaug: That makes a lot of sense. More features = more memory. I don’t understand enough about how the technical side of things work, so all I know is an uninformed “OMG, we’re back to 2011”. But now I know why.
  1436. # [23:44] <bram> smaug: there seeed to be a jump in November 20.
  1437. # [23:45] <@smaug> yeah, that Nov 20 is a bit worrisome
  1438. # [23:45] <@njn> bram: typically what matters is not the standard situation, but the "oh shit" situations
  1439. # [23:45] <@njn> bram: and we have *many* fewer of those than we used to
  1440. # [23:45] * retornam|away is now known as retornam
  1441. # [23:45] <bram> njn: Gotcha.
  1442. # [23:46] <@njn> bram: e.g. leaks
  1443. # [23:46] <@smaug> khuey: review in Bug 978605
  1444. # [23:46] <@khuey> you'll notice that while the bottom and middle set of lines haven't grown anywhere near as much
  1445. # [23:46] <@njn> bram: AWSY is a very narrow view of the world; if you have particular real-world use cases where Firefox's memory consumption is excessive, please report them
  1446. # [23:47] <@khuey> smaug: r+ in 978605 :P
  1447. # [23:47] <@smaug> thanks
  1448. # [23:47] * Quits: jrmuizel_ (jrmuizel@moz-E039A32.cable.teksavvy.com) (Client exited)
  1449. # [23:48] * Joins: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com)
  1450. # [23:48] * Quits: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net) (Quit: Leaving)
  1451. # [23:49] <bram> njn: Understood. Thanks!
  1452. # [23:50] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ac3cee816b0b - Olli Pettay - Bug 978605, DataTransfer.files may return null, r=khuey
  1453. # [23:50] <@njn> bram: and just to run this into the ground... memory consumption is not a first-order concern. Although it affects speed and crash-rates (which are first-order concerns), you can't directly tell how much memory your browser is using without using a measurement tool
  1454. # [23:50] * Joins: mwu (mwu@moz-2E883D31.hsd1.nj.comcast.net)
  1455. # [23:51] * Quits: jrm2k6 (jrm2k6@moz-876091EF.sd.sd.cox.net) (Client exited)
  1456. # [23:51] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  1457. # [23:52] <Dwight_Stegall> There doesn't seem to be a good Firefox Tips page on Facebook. It would be nice to have a page like that where all the top Firefox experts could post their tips and not just the newbie stuff like most sites do.
  1458. # [23:53] <@smaug> many FF, or at least Gecko experts don't have FB account
  1459. # [23:53] * Joins: wlach (wlach@moz-816E0941.cpe.net.cable.rogers.com)
  1460. # [23:53] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Ping timeout)
  1461. # [23:54] <@smaug> Dwight_Stegall: do people actually search that kind of useful data from FB?
  1462. # [23:55] <@njn> khuey: we do |size / refCount| for blobs? Crap, DMD won't like that, it'll say they're reported more than once
  1463. # [23:55] <Dwight_Stegall> i don't know?
  1464. # [23:55] * Quits: dashed (dashed@moz-84DD998B.cpe.net.cable.rogers.com) (Client exited)
  1465. # [23:55] <Dwight_Stegall> i do
  1466. # [23:55] * retornam is now known as retornam|away
  1467. # [23:55] <@khuey> njn: I think that's outside the explicit tree
  1468. # [23:55] <@khuey> although I might be wrong
  1469. # [23:55] <Dwight_Stegall> i'm sick of newbie tips i want more than that
  1470. # [23:56] <@njn> khuey: does the blob get measured with a malloc_size_of function? that's the key question
  1471. # [23:56] * Quits: therube (chatzilla@moz-29AD9D40.hsd1.md.comcast.net) (Ping timeout)
  1472. # [23:56] * Joins: badanomaly|away (quassel@1FAA73CB.DBDB212C.50E99975.IP)
  1473. # [23:57] * Quits: badanomaly (quassel@6AFD1386.93F91BC2.8D9DA8D9.IP) (Ping timeout)
  1474. # [23:58] * Joins: rvid (uid11545@moz-E77DEB21.irccloud.com)
  1475. # [23:59] * Quits: RealRaven (Thunderbir@A1A63E7B.F59D6A47.C3498625.IP) (Quit: RealRaven)
  1476. # Session Close: Mon Mar 03 00:00:00 2014

The end :)