/irc-logs / mozilla / #developers / 2012-04-07 / end

Options:

  1. # Session Start: Sat Apr 07 00:00:01 2012
  2. # Session Ident: #developers
  3. # [00:01] * Waldo wonders how http://mxr.mozilla.org/mozilla-central/source/layout/style/nsRuleData.cpp#49 manages to work on crazy architectures (we have some) where sizeof(intptr_t) != sizeof(size_t)
  4. # [00:02] <Waldo> (PRWord is more or less the same type as intptr_t)
  5. # [00:03] * Quits: beaufour (beaufour@18D5CC88.C7EE4FB2.ECED8BE3.IP) (Quit: beaufour)
  6. # [00:07] * philor|away is now known as philor
  7. # [00:08] * Quits: chrisccoulson (chr1s@moz-692D94C8.cust-3601.ip.static.uno.uk.net) (Ping timeout)
  8. # [00:09] * Joins: chrisccoulson (chr1s@moz-692D94C8.cust-3601.ip.static.uno.uk.net)
  9. # [00:09] * Quits: chrisccoulson (chr1s@moz-692D94C8.cust-3601.ip.static.uno.uk.net) (Client exited)
  10. # [00:10] * Quits: hvq (HVQ@moz-1185CF71.dynip.nus.edu.sg) (Quit: Instantbird 1.1)
  11. # [00:11] * Quits: johanc (chatzilla@moz-D8A1AA43.bredband.comhem.se) (Ping timeout)
  12. # [00:12] * Quits: JeroenDeDauw (jeroen@CC077E53.2EF28578.172227A7.IP) (Ping timeout)
  13. # [00:12] * Quits: Mossop (mossop@moz-AF120492.dsl.dynamic.sonic.net) (Connection reset by peer)
  14. # [00:13] * Joins: Mossop (mossop@moz-AF120492.dsl.dynamic.sonic.net)
  15. # [00:13] * Quits: dseif (dseif@moz-79B3F2C3.dsl.bell.ca) (Ping timeout)
  16. # [00:13] <fantasai> Alright smart people, what's a debugger on linux that can be controlled by keyboard but also walks through a source view?
  17. # [00:14] * Joins: JeroenDeDauw (jeroen@D34BCD6D.11EFB587.D38347F4.IP)
  18. # [00:14] <fantasai> Or is the only answer still "emacs+gdb"?
  19. # [00:14] * Quits: Mossop (mossop@moz-AF120492.dsl.dynamic.sonic.net) (Connection reset by peer)
  20. # [00:15] * Joins: Mossop (mossop@moz-AF120492.dsl.dynamic.sonic.net)
  21. # [00:15] * Quits: TheLink (TheLink@moz-7E63266B.hsi5.kabel-badenwuerttemberg.de) (Client exited)
  22. # [00:15] * Joins: myl (Instantbir@moz-BBE3ABD.mv.mozilla.com)
  23. # [00:15] * fantasai has tried ddd, but can't figure out how to do anything without a mouse; and kdbg likewise insists on being a mouse-driven GUI
  24. # [00:15] * Quits: myk (Instantbir@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  25. # [00:15] * Quits: bdahl (bdahl@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  26. # [00:15] <mcsmurf> do you know ddd? I must admit it's a long time ago since I've used it so maybe it does not provide everything you need
  27. # [00:15] * Joins: bdahl (bdahl@moz-BBE3ABD.mv.mozilla.com)
  28. # [00:15] <mcsmurf> ok
  29. # [00:15] <mcsmurf> :)
  30. # [00:15] * Quits: jammink (textual@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  31. # [00:16] * Joins: jammink (textual@moz-BBE3ABD.mv.mozilla.com)
  32. # [00:16] <fantasai> I don't need much. I just don't want to use a mouse to drive it. :)
  33. # [00:16] <Yoric> One of my main reasons for working from MacOS X is having a developer-friendly GUI in front of gdb...
  34. # [00:16] * fantasai gets impatient with all the clicking
  35. # [00:16] <Yoric> (mouse + keyboard)
  36. # [00:16] <jhammel> heh, i'm more of the keyboard-only school myself
  37. # [00:16] <Waldo> fantasai: isn't there something like gdb-tui or something?
  38. # [00:17] <jhammel> OTOH i've always tolerated emacs+gdb
  39. # [00:17] * Quits: jimm (jmathies@moz-7F164CA1.pn.at.cox.net) (Quit: )
  40. # [00:17] <jhammel> or in general emacs+{whatever tool}
  41. # [00:17] * Quits: Mardak (Mardak@moz-BBE3ABD.mv.mozilla.com) (Quit: Mardak)
  42. # [00:18] * Quits: Boriss (FlyingToas@50710429.892EA5FF.7410BC0D.IP) (Quit: Boriss)
  43. # [00:18] * Joins: cviecco_ (cviecco@moz-BBE3ABD.mv.mozilla.com)
  44. # [00:18] <@smaug> mats: ping
  45. # [00:19] * fantasai tries gdb -tui and concludes it is very, very confused about the size of the terminal window
  46. # [00:20] <fantasai> or maybe it's just confused about all the output
  47. # [00:20] * fantasai should try piping it to /dev/null next time
  48. # [00:20] <fantasai> Waldo: ok, thanks, I think I can muddle through with this
  49. # [00:20] <Waldo> :-)
  50. # [00:21] * Quits: mkaply (Earlybird@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Ping timeout)
  51. # [00:21] * Joins: dseif (dseif@moz-B36C2B9A.dsl.bell.ca)
  52. # [00:21] <Waldo> just don't blame me if you find it's curses, and just plain old commandline gdb actually works better
  53. # [00:22] <fantasai> Waldo: plain old commandline gdb prints function calls by printing the very last line of the function call source
  54. # [00:22] <fantasai> Waldo: which means, I can't see the function name in most cases...
  55. # [00:22] * Quits: kumar (kmcmillan@moz-F2D05B8.c3-0.stk-ubr1.chi-stk.il.cable.rcn.com) (Quit: kumar)
  56. # [00:22] <Waldo> fantasai: that was more directed at dolske and jhammel (and others with refined tastes) than at you particularly :-)
  57. # [00:23] <jhammel> Waldo: oh, well in that case i *do* blame you :P
  58. # [00:23] <Waldo> curses!
  59. # [00:23] * Quits: dseif (dseif@moz-B36C2B9A.dsl.bell.ca) (Ping timeout)
  60. # [00:23] * jgriffin-afk is now known as jgriffin
  61. # [00:23] * Quits: tonymec (tonymec@moz-5626E517.adsl-dyn.isp.belgacom.be) (Ping timeout)
  62. # [00:24] <dholbert> bz, ping?
  63. # [00:24] * fantasai prefers GUIs, and wishes kdbg had a command input
  64. # [00:24] <@dolske> Waldo's reign as punking will soon be over, due to term caps.
  65. # [00:24] * myl is now known as myk
  66. # [00:24] <dholbert> fantasai, emacs gdb mode!
  67. # [00:25] <fantasai> but then I have to learn like 15 keyboard shortcuts just to get it started ._.
  68. # [00:25] <@dolske> and 15 more to quit.
  69. # [00:25] <dholbert> C-x-C-yawn
  70. # [00:25] * Joins: tonymec (tonymec@moz-5626E517.adsl-dyn.isp.belgacom.be)
  71. # [00:26] <gavin> bz: do you know offhand where the relevant call to AsyncConvertData() is for the feed stream converter?
  72. # [00:26] * joduinn-mtg is now known as joduinn
  73. # [00:26] * Quits: Mossop (mossop@moz-AF120492.dsl.dynamic.sonic.net) (Quit: Fleeing the scene)
  74. # [00:27] * Joins: jgilbert (jgilbert@moz-BBE3ABD.mv.mozilla.com)
  75. # [00:31] * Quits: squib (squib-@moz-3F6F2A9C.ep.wisc.edu) (Quit: Leaving)
  76. # [00:33] * Quits: xakz (XaMaD@moz-34FBE388.fbx.proxad.net) (Ping timeout)
  77. # [00:33] * jhford-buildduty is now known as jhford-work
  78. # [00:35] * Joins: dseif (dseif@moz-A5C2064E.wireless.telus.com)
  79. # [00:39] <jlebar> fantasai, ctrl+L gets tui to refresh itself.
  80. # [00:39] <jhammel> (or almost any curses program, for that matter)
  81. # [00:39] * Quits: dseif (dseif@moz-A5C2064E.wireless.telus.com) (Connection reset by peer)
  82. # [00:44] * Parts: faramarz (faramarz@moz-CD61C00E.hsd1.ca.comcast.net)
  83. # [00:44] * Joins: clee (clee@moz-E3C0B5D0.hsd1.ca.comcast.net)
  84. # [00:45] <@bz> Reason: KERN_INVALID_ADDRESS at address: 0x80004005
  85. # [00:45] * @bz goggles
  86. # [00:45] <jhammel> i know its messy but goggles seem overkill
  87. # [00:46] <@bz> 0x80004005 is NS_ERROR_FAILURE
  88. # [00:46] * Quits: JeroenDeDauw (jeroen@D34BCD6D.11EFB587.D38347F4.IP) (Ping timeout)
  89. # [00:46] <@khuey> lol
  90. # [00:46] <@khuey> that's double plus ungood
  91. # [00:47] * Joins: faramarz (faramarz@moz-CD61C00E.hsd1.ca.comcast.net)
  92. # [00:47] * Quits: mcsmurf (mcsmurf@moz-8D747AE8.dip.t-dialin.net) (Quit: )
  93. # [00:48] * Quits: joey (chatzilla@moz-EFCB4CBF.princetowncable.com) (Input/output error)
  94. # [00:48] * Quits: WG9s (bill@moz-7A06A043.hsd1.ma.comcast.net) (Quit: ChatZilla 0.9.87-4.1450hg.fc16 [XULRunner 11.0/20120313114517])
  95. # [00:50] * Quits: stevee (Miranda@moz-BEBDF855.cable.virginmedia.com) (Quit: Miranda IM - Multi protocol instant messenger @ www.miranda-im.org)
  96. # [00:51] <jesup> Anyone heard of a problem on Ubuntu where MOZ_CHECK_HEADERS(linux/quota.h) doesn't find it, but there is /usr/include/linux/quota.h? (same for linux/if_addr.h and linux/rtnetlink.h)
  97. # [00:51] <@bz> ih
  98. # [00:51] <@bz> er, uh
  99. # [00:51] <@bz> xpconnect allowed a JS object to implement an interface with a notxpcom method?
  100. # [00:51] <@khuey> yep
  101. # [00:51] <jesup> http://pastebin.mozilla.org/1556636
  102. # [00:51] <@khuey> yay xpconnect
  103. # [00:52] <@dbaron> jesup, no cache that needs removing?
  104. # [00:52] <@dbaron> (config.cache ?)
  105. # [00:53] <jesup> I think he did a rm -rf objdir, but let me check
  106. # [00:54] * Quits: John-Galt (kris@FACBEC9F.1DC3B5D1.24939243.IP) (Ping timeout)
  107. # [00:54] * mattwoodrow|away is now known as mattwoodrow
  108. # [00:54] * paul is now known as paul|holidays
  109. # [00:56] * Joins: Mardak (Mardak@moz-9D4EA709.sfo4.dsl.speakeasy.net)
  110. # [00:56] * Joins: mjschranz (mjschranz@moz-6FE6B833.cpe.net.cable.rogers.com)
  111. # [00:56] * Quits: mjschranz_ (mjschranz@moz-6FE6B833.cpe.net.cable.rogers.com) (Ping timeout)
  112. # [00:57] * Quits: sworkman (sworkman@moz-BBE3ABD.mv.mozilla.com) (Quit: sworkman)
  113. # [00:59] * Joins: JeroenDeDauw (jeroen@D34BCD6D.11EFB587.D38347F4.IP)
  114. # [00:59] * Joins: brendan (brendaneic@moz-A286C218.hsd1.ca.comcast.net)
  115. # [00:59] <jesup> dbaron: looks like linux/if_addr.h on Ubuntu requires socket.h, and I don't think MOZ_CHECK_HEADERS does that - it just single-includes it (modulo confdefs.h - haven't figured out how that gets built yet
  116. # [01:00] * Joins: WG9s (bill@moz-7A06A043.hsd1.ma.comcast.net)
  117. # [01:00] <jesup> dbaron: ehugg is debugging this in #media - if you have ideas could you help him for a sec? I have to go help plant pumpkins with my daughter. Thanks! (even if you can't help)
  118. # [01:00] * Quits: tonymec (tonymec@moz-5626E517.adsl-dyn.isp.belgacom.be) (Ping timeout)
  119. # [01:01] <@dbaron> jesup, sort of in the middle of somtehing
  120. # [01:01] <jesup> no problem
  121. # [01:01] <mats> smaug: does the screenshot help?
  122. # [01:01] * Quits: Mardak (Mardak@moz-9D4EA709.sfo4.dsl.speakeasy.net) (Quit: Mardak)
  123. # [01:01] * Joins: sworkman (sworkman@moz-BBE3ABD.mv.mozilla.com)
  124. # [01:02] <@smaug> mats: yes
  125. # [01:02] <@smaug> and I was worried about the right bottom case
  126. # [01:02] <@smaug> that doesn't look good
  127. # [01:02] * Quits: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net) (Quit: Leaving...)
  128. # [01:03] * Joins: tonymec (tonymec@moz-5626E517.adsl-dyn.isp.belgacom.be)
  129. # [01:03] * Joins: rniwa_ (rniwa@5CA6DC39.C60FE7DC.4065847B.IP)
  130. # [01:03] * rniwa_ is now known as rniwa
  131. # [01:04] <mats> smaug: ok, but I'm not sure how we can avoid clipping it at the bottom of the screen
  132. # [01:04] <mats> smaug: do you have a better suggestion?
  133. # [01:04] <@smaug> mats: well, at least in cases where there is some space, we should try to decrease the size of the popup
  134. # [01:05] <mats> smaug: can we do that as a follow-up bug?
  135. # [01:06] <mats> smaug: it seems like an edge case...
  136. # [01:06] <@smaug> it doesn't feel an edge case at all
  137. # [01:06] <@smaug> to me
  138. # [01:07] <@smaug> if you just have a bit smaller window and a select close to the bottom
  139. # [01:07] <gavin> very small popup windows are pretty rare
  140. # [01:07] <gavin> I would imagine very small popup windows with select dropdowns are rarer still
  141. # [01:07] * Joins: dseif (dseif@moz-E81839A3.wireless.telus.com)
  142. # [01:07] <@smaug> doesn't need to be very small popup
  143. # [01:07] <@smaug> er
  144. # [01:07] <@smaug> window
  145. # [01:08] <@smaug> the top left example shows the min height for the content part
  146. # [01:09] <@smaug> I assume it is something like 250px
  147. # [01:10] <mats> smaug: well, if the window have "normal" height, it'll display above the combobox button
  148. # [01:10] <mats> smaug: so the clipping only occurs for small windows
  149. # [01:10] <mats> smaug: normally
  150. # [01:11] <@smaug> mats: what if the <select> is somewhere in the middle of the page
  151. # [01:12] * Quits: drice (derice@1606D15F.E628B196.8E155D4E.IP) (Quit: Leaving.)
  152. # [01:12] <@smaug> mats: when I open selects in bugzilla, most of them open the popup above the <select>
  153. # [01:15] <ehugg> Anyone know about MOZ_CHECK_HEADER? I need to get sys/socket.h into the include list. I hacked the definition of MOZ_CHECK_HEADER to do it, but I'm sure there's a right way to do it.
  154. # [01:16] <@khuey> on the include list for what?
  155. # [01:16] <@khuey> a subsequence MOZ_CHECK_HEADER check?
  156. # [01:17] <@khuey> oh, I see
  157. # [01:17] <@khuey> out of curiosity
  158. # [01:17] <@khuey> why do you need that?
  159. # [01:18] <mats> smaug: hmm, I don't understand why that would happen in a normal sized window (which platform? screen size?)
  160. # [01:18] * Quits: Yoric (Yoric@moz-920DB13B.fbx.proxad.net) (Input/output error)
  161. # [01:19] <mats> smaug: for me, the larger Bugzilla <select>s have 20 items visible and a scrollbar (Linux)
  162. # [01:19] <@smaug> I have reasonable small laptop
  163. # [01:20] * fabrice is now known as fabrice|afk
  164. # [01:20] <@smaug> when I load a bugzilla page, "Component" is about in the middle
  165. # [01:20] <@smaug> it opens upwards
  166. # [01:20] <@smaug> since, I think, there isn't enough space to open it below the select
  167. # [01:21] <mats> smaug: hmm, is clipped by the top of the screen then?
  168. # [01:21] <@smaug> no, it is just a bit on top of chrome
  169. # [01:22] <@smaug> I mean, "Component:" is in the middle of the web page
  170. # [01:22] <@smaug> not middle of the screen
  171. # [01:22] <ehugg> Info here - http://pastebin.mozilla.org/1556636
  172. # [01:22] <ehugg> Header checks are failing.
  173. # [01:22] <ehugg> (Alder branch).
  174. # [01:22] * Quits: JeroenDeDauw (jeroen@D34BCD6D.11EFB587.D38347F4.IP) (Ping timeout)
  175. # [01:22] * Joins: JeroenDeDauw (jeroen@422C5111.8011535D.172227A7.IP)
  176. # [01:23] <NeilAway> ehugg: hmm, I thought glandium hacked support for that into it
  177. # [01:23] * Quits: edmorley (edmorley@moz-CA0328CD.range86-145.btcentralplus.com) (Quit: Leaving.)
  178. # [01:23] <dholbert> philor, thanks for enlightening me
  179. # [01:23] <ehugg> Also, this happens on Ubuntu, but not Fedora or RHEL.
  180. # [01:24] * Quits: ferongr (ferongr@CF8EE14F.F831E23E.F5160715.IP) (NickServ (GHOST command used by `ferongr))
  181. # [01:24] * Joins: ferongr (ferongr@CF8EE14F.F831E23E.F5160715.IP)
  182. # [01:24] <NeilAway> ehugg: MOZ_CHECK_HEADERS([foo/bar.h], , [AC_MSG_ERROR(Cn't find header foo/bar.h)], [#include <foo/baz.h>])
  183. # [01:24] <GPHemsley> biesi_: ping?
  184. # [01:25] <ehugg> NeilAway: thanks I'll try that.
  185. # [01:26] * ctalbert is now known as ctalbert|afk
  186. # [01:26] * Joins: avih (AndChat@moz-5B28BD09.red.bezeqint.net)
  187. # [01:26] <biesi_> GPHemsley, pong
  188. # [01:27] * biesi_ is now known as biesi
  189. # [01:27] * Quits: AndChat| (AndChat@moz-ACFB0076.red.bezeqint.net) (Ping timeout)
  190. # [01:28] * Quits: fxa90id (fxa90id@moz-78FB538E.neoplus.adsl.tpnet.pl) (Quit: Leaving)
  191. # [01:29] * Joins: fxa90id (fxa90id@moz-78FB538E.neoplus.adsl.tpnet.pl)
  192. # [01:29] <philor> dholbert: np
  193. # [01:29] * Quits: tonymec (tonymec@moz-5626E517.adsl-dyn.isp.belgacom.be) (Ping timeout)
  194. # [01:30] * zpao is now known as zpao|detached
  195. # [01:30] <philor> bz: busted on Windows from a couple of "test_bug741266.html | Popup width should be 100 when opened with window.open - got 115, expected 100"
  196. # [01:31] * Joins: tonymec (tonymec@moz-5626E517.adsl-dyn.isp.belgacom.be)
  197. # [01:33] * Joins: AndChat| (AndChat@moz-ACFB0076.red.bezeqint.net)
  198. # [01:34] * Quits: avih (AndChat@moz-5B28BD09.red.bezeqint.net) (Ping timeout)
  199. # [01:36] * Quits: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net) (Input/output error)
  200. # [01:37] <mak> bz: I think your push may have introduced a permaorange on Win
  201. # [01:37] <mak> considered it's related to window.open
  202. # [01:38] <mak> and the previous push is linux only
  203. # [01:38] * Quits: ewong|afk (chatzilla@moz-3CBEA671.ctinets.com) (Ping timeout)
  204. # [01:40] <mak> ah no, it's actually the newly added test failing...
  205. # [01:40] * mak backouts
  206. # [01:41] * Joins: John-Galt (kris@FACBEC9F.1DC3B5D1.24939243.IP)
  207. # [01:42] * Quits: ehoogeveen (emanuel.ho@moz-B95F3766.chello.nl) (Quit: )
  208. # [01:42] <dholbert> CSS transitions affect computed style, yes?
  209. # [01:42] <dholbert> during the transition?
  210. # [01:43] <dholbert> i.e. intermediate values are exposed via getComputedStyle?
  211. # [01:43] * Quits: ehugg (chatzilla@87CE2BCD.C5EAED67.6CD50604.IP) (Quit: ChatZilla 0.9.88.1 [Firefox 11.0/20120312181643])
  212. # [01:43] * Quits: faramarz (faramarz@moz-CD61C00E.hsd1.ca.comcast.net) (Quit: faramarz)
  213. # [01:43] * Quits: tH (Rob@adsl-178-78-80-61.karoo.kcom.com) (Quit: ChatZilla 0.9.88-rdmsoft [XULRunner 1.9.0.1/2008072406])
  214. # [01:45] * Quits: evilpie_ (evilpie@moz-4A85A58B.pools.arcor-ip.net) (Quit: ChatZilla 0.9.88.1 [Firefox 14.0a1/20120405105200])
  215. # [01:45] <dholbert> nevermind, https://wiki.mozilla.org/CSS_Transitions says "yes"
  216. # [01:45] * Joins: avih (AndChat@moz-5B28BD09.red.bezeqint.net)
  217. # [01:45] * lsblakk is now known as lsblakk|afk
  218. # [01:46] * Quits: AndChat| (AndChat@moz-ACFB0076.red.bezeqint.net) (Ping timeout)
  219. # [01:46] * Quits: Waldo (waldo@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  220. # [01:48] <jesup> NeilAway: Thanks, looks like that solved the problem for ehugg (http://pastebin.mozilla.org/1556696)
  221. # [01:49] * Quits: florian (Instantbir@moz-87C33FDA.kimsufi.com) (Ping timeout)
  222. # [01:49] * Joins: Waldo (waldo@moz-BBE3ABD.mv.mozilla.com)
  223. # [01:49] * Quits: jhammel (jhammel@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: leaving)
  224. # [01:52] <@khuey> wtf
  225. # [01:52] <@khuey> nsXPCWrappedJSClass is nuts
  226. # [01:53] <jdm> surprise!
  227. # [01:55] <@khuey> if (IsExtremelyUnsafeToProceed())
  228. # [01:55] <@khuey> Proceed()
  229. # [01:55] * Quits: kinetik (kinetik@B0506AEA.F200EF31.613E47D1.IP) (Ping timeout)
  230. # [01:55] * Quits: gandalf (zbraniecki@moz-E188BF4.neoplus.adsl.tpnet.pl) (Ping timeout)
  231. # [01:56] <NeilAway> jesup: np
  232. # [01:57] <Waldo> khuey: 'sok, it's using GetJSContextSafeish()
  233. # [01:57] * Quits: John-Galt (kris@FACBEC9F.1DC3B5D1.24939243.IP) (Ping timeout)
  234. # [01:58] * Quits: ochameau (ochameau@moz-A33C217B.fbx.proxad.net) (Ping timeout)
  235. # [01:59] * Joins: gandalf (zbraniecki@moz-B3E9003F.neoplus.adsl.tpnet.pl)
  236. # [02:00] * Joins: ochameau (ochameau@moz-A33C217B.fbx.proxad.net)
  237. # [02:01] <@khuey> Waldo: heh
  238. # [02:02] * Quits: avih (AndChat@moz-5B28BD09.red.bezeqint.net) (Ping timeout)
  239. # [02:02] <Waldo> hrm, I really meant GetJSPrivateSafeish
  240. # [02:02] <Waldo> clearly I have not sufficiently internalized all the high-quality abstractions in our code
  241. # [02:02] * Quits: akeybl (akeybl@moz-BBE3ABD.mv.mozilla.com) (Quit: Linkinus - http://linkinus.com)
  242. # [02:02] <@khuey> Waldo: the best part is that if I fix the bug the browser doesn't even start ...
  243. # [02:03] <@khuey> broken by design ftl
  244. # [02:03] <Waldo> khuey: well, you got rid of a lot of other bugs in the process
  245. # [02:03] * Joins: kinetik (kinetik@B0506AEA.F200EF31.613E47D1.IP)
  246. # [02:03] <Waldo> RESO WORK
  247. # [02:03] <Waldo> er, INVA
  248. # [02:04] * Quits: fxa90id (fxa90id@moz-78FB538E.neoplus.adsl.tpnet.pl) (Ping timeout)
  249. # [02:04] * Quits: jduell (jduell@moz-2D9EDA98.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  250. # [02:04] * Quits: JonathanS (JonathanS@17EDFC35.8737F162.521902B0.IP) (Quit: Computer has gone to sleep.)
  251. # [02:04] * Joins: timdream (timdream@moz-6644F61A.static-ip.oleane.fr)
  252. # [02:05] * Joins: timdream_ (timdream@moz-104CC309.mv.mozilla.com)
  253. # [02:05] * Joins: avih (AndChat@moz-5B28BD09.red.bezeqint.net)
  254. # [02:06] * Quits: timdream (timdream@moz-6644F61A.static-ip.oleane.fr) (Ping timeout)
  255. # [02:06] * timdream_ is now known as timdream
  256. # [02:06] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/239052b7e7b9 - Serge Gautherie - Bug 739041. (Dv1a-FF) test_384370.js: Move after_import() into run_test(), Use Services.prefs too. f=neil r=mak77.
  257. # [02:07] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Quit: bmoss)
  258. # [02:07] * Quits: WG9s (bill@moz-7A06A043.hsd1.ma.comcast.net) (Quit: ChatZilla 0.9.87-4.1450hg.fc16 [XULRunner 11.0/20120313114517])
  259. # [02:07] * Joins: John-Galt (kris@FACBEC9F.1DC3B5D1.24939243.IP)
  260. # [02:07] * Quits: mats (chatzilla@E8A3702C.D5022173.8500CC29.IP) (Quit: ChatZilla 0.9.88.1 [Firefox 11.0/20120312181643])
  261. # [02:08] * Quits: kinetik (kinetik@B0506AEA.F200EF31.613E47D1.IP) (Ping timeout)
  262. # [02:11] * jhford-work is now known as jhford-work-away
  263. # [02:11] * Joins: kinetik (kinetik@B0506AEA.F200EF31.613E47D1.IP)
  264. # [02:14] * Quits: gandalf (zbraniecki@moz-B3E9003F.neoplus.adsl.tpnet.pl) (Quit: Computer has gone to sleep.)
  265. # [02:15] * Quits: @smaug (chatzilla@moz-AE444E5A.gprs.sl-laajakaista.fi) (Quit: ChatZilla 0.9.88.1 [Firefox 14.0a1/20120406190718])
  266. # [02:15] * Joins: smaug (chatzilla@moz-AE444E5A.gprs.sl-laajakaista.fi)
  267. # [02:15] * ChanServ sets mode: +o smaug
  268. # [02:15] * Quits: myk (Instantbir@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  269. # [02:18] * Quits: priya (Adium@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  270. # [02:19] * Quits: JeroenDeDauw (jeroen@422C5111.8011535D.172227A7.IP) (Ping timeout)
  271. # [02:20] * Quits: cilias (cilias@moz-D65C0C74.cpe.net.cable.rogers.com) (Quit: cilias)
  272. # [02:20] * Quits: sworkman (sworkman@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  273. # [02:21] * Quits: IanN (chatzilla@moz-3F5A461C.cable.virginmedia.com) (Quit: ChatZilla 0.9.88.1 [SeaMonkey 2.11a1/20120403215421])
  274. # [02:23] * Joins: fabrice (fabrice@moz-104CC309.mv.mozilla.com)
  275. # [02:25] * Quits: mjschranz (mjschranz@moz-6FE6B833.cpe.net.cable.rogers.com) (Client exited)
  276. # [02:25] * Quits: cviecco_ (cviecco@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  277. # [02:26] * Quits: tonymec (tonymec@moz-5626E517.adsl-dyn.isp.belgacom.be) (Ping timeout)
  278. # [02:27] * Quits: ericjung (Mibbit@moz-C6B344D.bstnma.fios.verizon.net) (Quit: http://www.mibbit.com ajax IRC Client)
  279. # [02:29] * Quits: timdream (timdream@moz-104CC309.mv.mozilla.com) (Quit: timdream)
  280. # [02:30] * Joins: tonymec (tonymec@moz-5626E517.adsl-dyn.isp.belgacom.be)
  281. # [02:31] * Quits: jimb (user@9E727688.17C2F9C.163DC5C6.IP) (Ping timeout)
  282. # [02:31] * Quits: bdahl (bdahl@moz-BBE3ABD.mv.mozilla.com) (Client exited)
  283. # [02:32] * Joins: ehugg (chatzilla@moz-44D86B1E.cisco.com)
  284. # [02:33] * Quits: ochameau (ochameau@moz-A33C217B.fbx.proxad.net) (Ping timeout)
  285. # [02:34] * Quits: avih (AndChat@moz-5B28BD09.red.bezeqint.net) (Ping timeout)
  286. # [02:35] <ferongr> I'm sorry if the question might be dumb, but could it be possible that two or more different extensions create zombie compartments, but only when they are activated at the same time?
  287. # [02:36] <@dbaron> ferongr, it's certainly possible
  288. # [02:36] <@dbaron> ferongr, not sure how likely it is, though
  289. # [02:38] <ferongr> I've nailed an extension that leaks compartments/window-objects of tabs opened from links from a parent tab, that persist as long as the parent tab is alive
  290. # [02:38] <ferongr> when I activate the rest of my extensions, the compartments persist even when the parent is closed
  291. # [02:38] <ferongr> I've got coffee at least
  292. # [02:40] * Quits: rniwa (rniwa@5CA6DC39.C60FE7DC.4065847B.IP) (Quit: rniwa)
  293. # [02:41] * Quits: graememcc (chatzilla@moz-790B72CA.range86-148.btcentralplus.com) (Quit: ChatZilla 0.9.88.1 [Firefox 11.0/20120310193349])
  294. # [02:41] * Quits: artpar (artpar@E9B32F16.A7EE76E5.48ADE194.IP) (Quit: Leaving)
  295. # [02:44] * Quits: smagnin (pike@moz-DEF53BC9.fbx.proxad.net) (Quit: Quitte)
  296. # [02:46] * Quits: dcamp (dave@9E727688.17C2F9C.163DC5C6.IP) (Quit: Leaving...)
  297. # [02:46] * mattwoodrow is now known as mattwoodrow|away
  298. # [02:49] * Quits: @dbaron (dbaron@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  299. # [02:50] * Quits: bent (chatzilla@moz-C3562645.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.88-rdmsoft [XULRunner 1.9.2.19/20110707195905])
  300. # [02:51] * Joins: pranavrc (pranavrc@F82F323A.3EE73057.C28326FD.IP)
  301. # [02:51] * philor is now known as philor|away
  302. # [02:52] * Quits: clee (clee@moz-E3C0B5D0.hsd1.ca.comcast.net) (Quit: clee)
  303. # [02:52] * Quits: brendan (brendaneic@moz-A286C218.hsd1.ca.comcast.net) (Ping timeout)
  304. # [02:52] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/4721cf101ae6 - Kyle Huey - Fix Bug 743376. r=bz
  305. # [02:53] <ferongr> join #memshrink
  306. # [02:53] * Joins: cviecco_ (cviecco@moz-2D8CF2BF.hsd1.ca.comcast.net)
  307. # [02:54] * Joins: ochameau (ochameau@moz-A33C217B.fbx.proxad.net)
  308. # [02:54] * Quits: jet (junglecode@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: jet)
  309. # [02:54] * Joins: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net)
  310. # [02:54] * Quits: jgriffin (jgriffin@moz-4FBFA41D.hsd1.wa.comcast.net) (Quit: jgriffin)
  311. # [02:55] * Quits: Wevah (Wevah@moz-5435D49F.stcd.qwest.net) (Quit: Wevah)
  312. # [02:56] * Quits: tonymec (tonymec@moz-5626E517.adsl-dyn.isp.belgacom.be) (Ping timeout)
  313. # [02:56] * Quits: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Ping timeout)
  314. # [02:57] * Joins: tonymec (tonymec@moz-5626E517.adsl-dyn.isp.belgacom.be)
  315. # [02:59] * Joins: sworkman (sworkman@moz-825EC923.hsd1.ca.comcast.net)
  316. # [02:59] * Joins: mjschranz (mjschranz@moz-6FE6B833.cpe.net.cable.rogers.com)
  317. # [03:02] <mbrubeck> The worst part about pushing to the ESR branch is trying to remember what the fashionable leak bugs were six months ago.
  318. # [03:02] <mbrubeck> Oh yeah, bug 653080. How could I ever forget you?
  319. # [03:02] <@khuey> heh
  320. # [03:04] * Quits: RyanVM (chatzilla@moz-D04D3C77.phlapa.fios.verizon.net) (Quit: ChatZilla 0.9.88.1 [Firefox 14.0a1/20120405190902])
  321. # [03:05] * Joins: JonathanS (JonathanS@17EDFC35.8737F162.521902B0.IP)
  322. # [03:05] * Quits: mak (chatzilla@moz-EF9FD4A3.retail.telecomitalia.it) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 2.0/20110318052756])
  323. # [03:05] <mbrubeck> That was one of the few bug numbers I ever learned by memory, instead of pulling it from the awesomebar.
  324. # [03:05] <Waldo> heh
  325. # [03:05] * Waldo has too many random bug numbers memorized, should he ever be asked to recall them
  326. # [03:06] <jdm> hee hee, I still have 130078 in my head and I never even worked on it
  327. # [03:06] <jdm> I just checked to see if it was the bug I thought it was
  328. # [03:06] <timA> How do I register an XPCOM service so that "Cc['@mozilla.org/myContractId;1']" isn't undefined?
  329. # [03:07] <@khuey> I have tons of bug numbers memorized
  330. # [03:07] <@khuey> I just don't have the associations to the bug titles memorized
  331. # [03:07] <timA> (creating the XPCOM service in C++)
  332. # [03:11] * Quits: Asa (asa@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  333. # [03:13] * Quits: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com) (Quit: mccr8)
  334. # [03:14] * Quits: tchevalier (tchevalier@moz-4D6C1F5C.w90-48.abo.wanadoo.fr) (Quit: Instantbird 1.1)
  335. # [03:15] * khuey is now known as khuey|away
  336. # [03:15] * Quits: tonymec (tonymec@moz-5626E517.adsl-dyn.isp.belgacom.be) (Ping timeout)
  337. # [03:16] * Joins: mccr8 (mccr8@moz-5F92CD4B.dsl.dynamic.sonic.net)
  338. # [03:16] * Quits: billm (billm@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving)
  339. # [03:17] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Input/output error)
  340. # [03:17] * Joins: tonymec (tonymec@moz-5626E517.adsl-dyn.isp.belgacom.be)
  341. # [03:17] * Joins: erikvold (erikvold@F8130478.1699A1DD.67CA24A9.IP)
  342. # [03:17] * joduinn is now known as joduinn-afk
  343. # [03:20] * Quits: Waldo (waldo@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  344. # [03:20] * Parts: yuan (ywang@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  345. # [03:23] * Quits: victorporof (victorporo@BD5B5B26.602BD6C.79933D60.IP) (Connection reset by peer)
  346. # [03:24] * Quits: tonymec (tonymec@moz-5626E517.adsl-dyn.isp.belgacom.be) (Ping timeout)
  347. # [03:26] * Joins: tonymec (tonymec@moz-5626E517.adsl-dyn.isp.belgacom.be)
  348. # [03:26] * Quits: @smaug (chatzilla@moz-AE444E5A.gprs.sl-laajakaista.fi) (Ping timeout)
  349. # [03:29] * Quits: gkw (gkw@moz-BBE3ABD.mv.mozilla.com) (Quit: Instantbird 1.2a1pre)
  350. # [03:33] * philor|away is now known as philor
  351. # [03:34] * Quits: ochameau (ochameau@moz-A33C217B.fbx.proxad.net) (Ping timeout)
  352. # [03:35] * Quits: gkw2|mini (gkw@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  353. # [03:35] <philor> philikon: is that the shade of debug orange you were going for?
  354. # [03:36] * Joins: ochameau (ochameau@moz-A33C217B.fbx.proxad.net)
  355. # [03:36] * Joins: gkw2|mini (gkw@moz-BBE3ABD.mv.mozilla.com)
  356. # [03:38] * timA is now known as timA|away
  357. # [03:39] * Quits: gkw2|mini (gkw@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  358. # [03:40] * Quits: chewey (chewey@moz-AFEBBB95.dip0.t-ipconnect.de) (NickServ (GHOST command used by chewey_))
  359. # [03:40] * Joins: chewey (chewey@moz-3FC0D63A.dip0.t-ipconnect.de)
  360. # [03:40] * Quits: KaiRo (robert@moz-767F8A1D.adsl.highway.telekom.at) (Input/output error)
  361. # [03:41] * Joins: gkw2|mini (gkw@moz-BBE3ABD.mv.mozilla.com)
  362. # [03:42] <philikon> sigh
  363. # [03:42] <philikon> what did i do now
  364. # [03:42] * Quits: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net) (Input/output error)
  365. # [03:42] <philikon> i guess we have to back out https://hg.mozilla.org/integration/mozilla-inbound/rev/26adf71d5c61
  366. # [03:43] <philikon> philor: i got a try run, but the damn thing wouldn't show me the result, so i was like, ok, fine, the reported "exception: 2" thing is probably random oranges
  367. # [03:43] * Quits: sicking (chatzilla@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  368. # [03:43] * philikon backs out
  369. # [03:43] <philor> usually a good bet, but not always
  370. # [03:44] * Quits: ochameau (ochameau@moz-A33C217B.fbx.proxad.net) (Ping timeout)
  371. # [03:45] <philikon> backed out
  372. # [03:47] * Joins: Mavericks (Mibbit@76064E08.6196340D.FDEA3160.IP)
  373. # [03:47] * Quits: azakai (alon@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  374. # [03:50] * Joins: ochameau (ochameau@moz-A33C217B.fbx.proxad.net)
  375. # [03:50] * Joins: bdahl (bdahl@moz-E197F13B.hsd1.ca.comcast.net)
  376. # [03:51] * Joins: gwagner_ (idefix2@moz-B8B530C2.hsd1.ca.comcast.net)
  377. # [04:00] * Quits: ochameau (ochameau@moz-A33C217B.fbx.proxad.net) (Ping timeout)
  378. # [04:01] * Quits: biesi (cbiesinger@EE9A5AA8.6B10AC3.E2F59BBC.IP) (Ping timeout)
  379. # [04:01] * Quits: erikvold (erikvold@F8130478.1699A1DD.67CA24A9.IP) (Quit: erikvold)
  380. # [04:03] * Joins: anky (anky@E20EF02.5E1BB424.A3D1B221.IP)
  381. # [04:03] * Quits: sfink (chatzilla@moz-9B3B02C7.dsl.pltn13.sbcglobal.net) (Client exited)
  382. # [04:04] * Quits: cviecco_ (cviecco@moz-2D8CF2BF.hsd1.ca.comcast.net) (Input/output error)
  383. # [04:06] * Quits: mccr8 (mccr8@moz-5F92CD4B.dsl.dynamic.sonic.net) (Write error: Broken pipe)
  384. # [04:06] * @dolske randomly notices that's one "l" away from "blacked out"
  385. # [04:07] * Quits: pcwalton (pcwalton@moz-7B0110AD.mv.mozilla.com) (Quit: pcwalton)
  386. # [04:08] * khuey|away is now known as khuey
  387. # [04:08] * Joins: surkov (surkov@B9538DF7.B7015738.33A1AC3C.IP)
  388. # [04:08] * Joins: ochameau (ochameau@moz-A33C217B.fbx.proxad.net)
  389. # [04:12] <philikon> under e10s
  390. # [04:13] <philikon> is there a way to have an xcpom service initialized when the content process starts up?
  391. # [04:13] <philikon> like, i'd like an xpcom service to always be there from the beginning
  392. # [04:13] <philikon> when the content process loads
  393. # [04:13] <philikon> hmm, i wonder if that's maybe a bad design
  394. # [04:13] <philikon> since the content process might be rebooted?
  395. # [04:13] <philikon> without chrome being rebooted
  396. # [04:13] <philikon> and then the state is all messed up
  397. # [04:13] <philikon> hmmm
  398. # [04:14] <philikon> yeah i think i should maybe design around this
  399. # [04:14] <philikon> anyway, thanks for listening
  400. # [04:14] <@khuey> *crickets*
  401. # [04:14] * Quits: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net) (Quit: jorendorff)
  402. # [04:14] <@khuey> but the answer is yes
  403. # [04:14] <philikon> to what question
  404. # [04:15] <@khuey> [19:06:06] <philikon> is there a way to have an xcpom service initialized when
  405. # [04:15] <@khuey> the content process starts up?
  406. # [04:15] <philikon> ah
  407. # [04:15] <philikon> how?
  408. # [04:15] <@khuey> like any other service that starts up with the browser
  409. # [04:15] <@khuey> e.g. xpconnect
  410. # [04:15] <philikon> category manager?
  411. # [04:16] <@khuey> that's one way
  412. # [04:16] <philikon> i tried that and it didn't seem to work
  413. # [04:16] <@khuey> module constructors are also possible
  414. # [04:16] <@khuey> hmm, that's interesting
  415. # [04:16] <philikon> even more curious since i'm testing this in stock firefox
  416. # [04:16] <philikon> hmm
  417. # [04:16] <philikon> that makes me think my registration is off somehow
  418. # [04:16] <@khuey> probably
  419. # [04:16] <philikon> anwyay, i think i want to not depend on this anyhow
  420. # [04:17] <@khuey> very possible
  421. # [04:18] * Joins: damons (gnubeard@moz-A41E6911.hsd1.ca.comcast.net)
  422. # [04:19] * Quits: rjohnson19 (chatzilla@moz-9148485F.hsd1.ma.comcast.net) (Quit: ChatZilla 0.9.88-rdmsoft [XULRunner 1.9.0.17/2009122204])
  423. # [04:23] * padenot is now known as padenot|away
  424. # [04:25] * Joins: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net)
  425. # [04:25] * Quits: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net) (Quit: jorendorff)
  426. # [04:26] * Quits: surkov (surkov@B9538DF7.B7015738.33A1AC3C.IP) (Quit: surkov)
  427. # [04:29] * Joins: surkov (surkov@B9538DF7.B7015738.33A1AC3C.IP)
  428. # [04:32] * Joins: Mossop (mossop@moz-AF120492.dsl.dynamic.sonic.net)
  429. # [04:34] * Quits: vikram360 (vikram360@841F2A70.A666AB3E.2A068A5E.IP) (Connection reset by peer)
  430. # [04:38] * Joins: Asa (asa@F259CFB7.9EF26CBA.EB5E51FC.IP)
  431. # [04:40] * Quits: jammink (textual@moz-BBE3ABD.mv.mozilla.com) (Quit: Textual IRC Client: http://www.textualapp.com/)
  432. # [04:43] * Quits: anky (anky@E20EF02.5E1BB424.A3D1B221.IP) (Client exited)
  433. # [04:45] * Joins: cviecco_ (cviecco@moz-2D8CF2BF.hsd1.ca.comcast.net)
  434. # [04:47] * Quits: cviecco_ (cviecco@moz-2D8CF2BF.hsd1.ca.comcast.net) (Input/output error)
  435. # [04:49] * Quits: vikash (vikash@7DDAF549.9B552DFD.5D9ABA9F.IP) (Quit: Leaving)
  436. # [04:50] * Joins: Wevah (Wevah@moz-5435D49F.stcd.qwest.net)
  437. # [04:50] * ewong|sleep is now known as ewong_
  438. # [04:53] * Joins: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  439. # [04:54] <philikon> khuey: is there a way to find out which process i'm on?
  440. # [04:54] <@khuey> XRE_GetProcessType
  441. # [04:54] <philikon> in js...?
  442. # [04:55] <gavin> http://mxr.mozilla.org/mozilla-central/source/testing/mochitest/tests/SimpleTest/specialpowersAPI.js#823 ?
  443. # [04:55] <gavin> http://mxr.mozilla.org/mozilla-central/source/xpcom/system/nsIXULRuntime.idl#90
  444. # [05:00] * Quits: Mossop (mossop@moz-AF120492.dsl.dynamic.sonic.net) (Ping timeout)
  445. # [05:03] * Joins: kanru` (user@moz-A42CA4A4.dynamic.hinet.net)
  446. # [05:05] * Joins: jprmc (jprmc@moz-7F2FF3EB.cpe.net.cable.rogers.com)
  447. # [05:05] * Quits: bdahl (bdahl@moz-E197F13B.hsd1.ca.comcast.net) (Client exited)
  448. # [05:06] * Quits: terrence (terrence@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  449. # [05:12] * Quits: jprmc (jprmc@moz-7F2FF3EB.cpe.net.cable.rogers.com) (Ping timeout)
  450. # [05:17] * Joins: cviecco_ (cviecco@moz-2D8CF2BF.hsd1.ca.comcast.net)
  451. # [05:17] * Joins: jduell (jduell@moz-2D9EDA98.lightspeed.sntcca.sbcglobal.net)
  452. # [05:25] * Quits: JonathanS (JonathanS@17EDFC35.8737F162.521902B0.IP) (Quit: Computer has gone to sleep.)
  453. # [05:26] * Joins: ericjung (Mibbit@moz-C6B344D.bstnma.fios.verizon.net)
  454. # [05:28] * Joins: JonathanS (JonathanS@17EDFC35.8737F162.521902B0.IP)
  455. # [05:29] * Quits: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Ping timeout)
  456. # [05:33] * Joins: anant_ (Anant@moz-D3725328.dsl.dynamic.sonic.net)
  457. # [05:33] * Quits: gwagner_ (idefix2@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner_)
  458. # [05:33] * @bz wonders why browserquest just totally doesn't work on his machine
  459. # [05:33] * Quits: anant_ (Anant@moz-D3725328.dsl.dynamic.sonic.net) (Quit: Leaving)
  460. # [05:34] * Quits: anant (Anant@moz-C960B1F1.hsd1.ca.comcast.net) (Ping timeout)
  461. # [05:37] * Quits: pranavrc (pranavrc@F82F323A.3EE73057.C28326FD.IP) (Quit: Ping timeout: ∞)
  462. # [05:37] * philor is now known as philor|away
  463. # [05:40] * philor|away is now known as philor
  464. # [05:40] * Joins: gwagner_ (idefix2@moz-B8B530C2.hsd1.ca.comcast.net)
  465. # [05:41] * heycam|away is now known as heycam
  466. # [05:45] * Quits: ericjung (Mibbit@moz-C6B344D.bstnma.fios.verizon.net) (Quit: http://www.mibbit.com ajax IRC Client)
  467. # [05:46] * philor is now known as philor|away
  468. # [05:47] * Quits: bonnie (bbsurender@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  469. # [05:55] * Quits: surkov (surkov@B9538DF7.B7015738.33A1AC3C.IP) (Quit: surkov)
  470. # [05:55] * Quits: cviecco_ (cviecco@moz-2D8CF2BF.hsd1.ca.comcast.net) (Input/output error)
  471. # [05:56] * Joins: lmandel (lmandel@FE1F74.86ED00A7.971E19F6.IP)
  472. # [05:57] * Joins: pranavrc (pranavrc@4D24111F.DF5E2E53.520CDC98.IP)
  473. # [05:59] * Joins: sicking (chatzilla@moz-903915C1.hsd1.ca.comcast.net)
  474. # [06:02] * Joins: ehsan (ehsan@F0B20A8D.8458880F.57F33CED.IP)
  475. # [06:02] * ChanServ sets mode: +o ehsan
  476. # [06:02] * Joins: SeoZ (DanielJuyu@E9B5BAA5.F5246840.EAF0BD7A.IP)
  477. # [06:08] * Joins: Poly-C (Poly-C@moz-A2DD8358.dip.t-dialin.net)
  478. # [06:08] * Quits: Polynomial-C (Poly-C@moz-C0F8243C.dip.t-dialin.net) (Ping timeout)
  479. # [06:12] * Joins: cviecco_ (cviecco@moz-2D8CF2BF.hsd1.ca.comcast.net)
  480. # [06:19] * Joins: mburst (mburst@C5B03ED4.15EE8362.5379700C.IP)
  481. # [06:20] * nical is now known as nical|away
  482. # [06:21] * Quits: gwagner (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: gwagner)
  483. # [06:21] * gwagner_ is now known as gwagner
  484. # [06:22] * Quits: Ryan (rflint@moz-A287E317.com) (Quit: .)
  485. # [06:22] * Quits: reed (reed@tech.monkey) (Quit: So long, farewell, auf Wiedersehen, good night.)
  486. # [06:22] * Quits: gwagner (idefix2@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner)
  487. # [06:22] * Joins: cers (textual@429F81CF.ABD57505.6BD17369.IP)
  488. # [06:24] <cers> does anyone know anything about e4x?
  489. # [06:24] <@khuey> I know its an abomination
  490. # [06:24] <@khuey> does that count?
  491. # [06:25] * Joins: Ryan_ (rflint@moz-A287E317.com)
  492. # [06:25] * Quits: tonymec (tonymec@moz-5626E517.adsl-dyn.isp.belgacom.be) (Ping timeout)
  493. # [06:26] * Joins: Boriss (FlyingToas@EB476629.539C4CF2.5039E5EA.IP)
  494. # [06:27] * Joins: reed (reed@tech.monkey)
  495. # [06:27] * Quits: Ryan_ (rflint@moz-A287E317.com) (Quit: .)
  496. # [06:27] * Quits: reed (reed@tech.monkey) (Quit: So long, farewell, auf Wiedersehen, good night.)
  497. # [06:27] * Quits: mike5w3c (MikeS@moz-DAFE1A45.tokyo.ocn.ne.jp) (Quit: mike5w3c)
  498. # [06:29] * Quits: hub (hub@moz-E2FCA694.figuiere.net) (Ping timeout)
  499. # [06:29] <cers> khuey: close :-)
  500. # [06:29] <cers> khuey: it's a "special" project I'm trying to use it for
  501. # [06:29] * Joins: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  502. # [06:30] <cers> just wondering why on earth document.write(<a href="foo">bar</a>) writes only "bar" to the document
  503. # [06:30] * Quits: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Input/output error)
  504. # [06:35] * Quits: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net) (Quit: bholley)
  505. # [06:36] * Quits: tonymec|away (tonymec@moz-5626E517.adsl-dyn.isp.belgacom.be) (Quit: Konversation terminated!)
  506. # [06:37] * Joins: Gentlecat (Roman@E92145AA.CF9BE6BE.8FB52CB8.IP)
  507. # [06:38] * Quits: mbrubeck (mbrubeck@moz-755AD63.hsd1.wa.comcast.net) (Ping timeout)
  508. # [06:38] * Quits: Gentlecat (Roman@E92145AA.CF9BE6BE.8FB52CB8.IP) (Quit: Leaving)
  509. # [06:42] * Joins: mike5w3c (MikeS@moz-FBBBAE1A.u04.hotspot.ne.jp)
  510. # [06:45] * Joins: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net)
  511. # [06:46] * Joins: Gentlecat (Roman@E92145AA.CF9BE6BE.8FB52CB8.IP)
  512. # [06:46] * cjones is now known as cjones-dinner
  513. # [06:47] * Quits: sworkman (sworkman@moz-825EC923.hsd1.ca.comcast.net) (Quit: sworkman)
  514. # [06:47] * Quits: Boriss (FlyingToas@EB476629.539C4CF2.5039E5EA.IP) (Quit: Boriss)
  515. # [06:48] * Quits: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net) (Input/output error)
  516. # [06:49] * Joins: smya (chatzilla@91BC8839.F442218F.88FACCAA.IP)
  517. # [06:56] * Joins: jprmc (jprmc@moz-7F2FF3EB.cpe.net.cable.rogers.com)
  518. # [07:01] * Joins: bdahl (bdahl@moz-E197F13B.hsd1.ca.comcast.net)
  519. # [07:03] * Quits: mjschranz (mjschranz@moz-6FE6B833.cpe.net.cable.rogers.com) (Client exited)
  520. # [07:03] * khuey is now known as khuey|away
  521. # [07:05] * Mark_Capella is now known as Mark_Capella|away
  522. # [07:06] * Quits: harth (harth@moz-C2C235AC.bb.sky.com) (Input/output error)
  523. # [07:08] * Quits: zuzelvp (zuzelvp@2112147D.C3507A2D.9A8C35B4.IP) (Ping timeout)
  524. # [07:12] * Quits: mburst (mburst@C5B03ED4.15EE8362.5379700C.IP) (Connection reset by peer)
  525. # [07:14] * mattwoodrow|away is now known as mattwoodrow
  526. # [07:15] * Quits: robarnold (rob@moz-59F6B5.hfc.comcastbusiness.net) (Ping timeout)
  527. # [07:16] * Joins: robarnold (rob@moz-59F6B5.hfc.comcastbusiness.net)
  528. # [07:17] * Quits: dbradley (dbradley@moz-80450F75.fuse.net) (Quit: )
  529. # [07:18] * Quits: peterv (peterv@moz-85A72D66.access.telenet.be) (Ping timeout)
  530. # [07:19] * Quits: dRdR (dsherk@F8A0E546.DE9A83BF.6DCF1F73.IP) (Ping timeout)
  531. # [07:19] * Joins: peterv (peterv@moz-85A72D66.access.telenet.be)
  532. # [07:20] * Joins: Boriss (FlyingToas@EB476629.539C4CF2.5039E5EA.IP)
  533. # [07:20] * Joins: Mardak (Mardak@moz-4FA48382.hsd1.ca.comcast.net)
  534. # [07:21] * Quits: cers (textual@429F81CF.ABD57505.6BD17369.IP) (Quit: Computer has gone to sleep.)
  535. # [07:22] * Joins: dRdR (dsherk@F8A0E546.DE9A83BF.6DCF1F73.IP)
  536. # [07:25] * Joins: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP)
  537. # [07:27] * jhford-work-away is now known as jhford-work
  538. # [07:28] * Quits: lmandel (lmandel@FE1F74.86ED00A7.971E19F6.IP) (Quit: lmandel)
  539. # [07:28] * jhford-work is now known as jhford-work-away
  540. # [07:28] * Joins: janv (varga@moz-F5851D6A.o2inet.sk)
  541. # [07:32] * Joins: mbrubeck (mbrubeck@moz-755AD63.hsd1.wa.comcast.net)
  542. # [07:33] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  543. # [07:33] * Quits: BoBsoN (bobson@moz-A458F99B.rpg.pl) (Ping timeout)
  544. # [07:35] * Joins: lht (elihait@moz-722A94AD.dreamhost.com)
  545. # [07:36] * Joins: BoBsoN (bobson@moz-A458F99B.rpg.pl)
  546. # [07:36] * Joins: twi (Adium@moz-A7353053.cust.dsl.vodafone.it)
  547. # [07:38] * Joins: Mossop (mossop@moz-AF120492.dsl.dynamic.sonic.net)
  548. # [07:39] * Quits: cviecco_ (cviecco@moz-2D8CF2BF.hsd1.ca.comcast.net) (Input/output error)
  549. # [07:43] * Joins: surkov (surkov@B9538DF7.B7015738.33A1AC3C.IP)
  550. # [07:44] * Quits: mbrubeck (mbrubeck@moz-755AD63.hsd1.wa.comcast.net) (Quit: Leaving.)
  551. # [07:44] * Quits: Mossop (mossop@moz-AF120492.dsl.dynamic.sonic.net) (Ping timeout)
  552. # [07:47] * Quits: bdahl (bdahl@moz-E197F13B.hsd1.ca.comcast.net) (Client exited)
  553. # [07:47] * Quits: Boriss (FlyingToas@EB476629.539C4CF2.5039E5EA.IP) (Quit: Boriss)
  554. # [07:49] * Joins: Ryan_ (rflint@moz-A287E317.com)
  555. # [07:50] * Joins: smaug (chatzilla@moz-AE444E5A.gprs.sl-laajakaista.fi)
  556. # [07:50] * ChanServ sets mode: +o smaug
  557. # [07:50] * Joins: reed (reed@tech.monkey)
  558. # [07:51] * cjones-dinner is now known as cjones
  559. # [07:54] * Quits: ctyler (chris@moz-A54458EA.proximity.on.ca) (Ping timeout)
  560. # [07:59] * Joins: ctyler (chris@moz-A54458EA.proximity.on.ca)
  561. # [08:01] * Joins: mbrubeck (mbrubeck@moz-755AD63.hsd1.wa.comcast.net)
  562. # [08:03] * Quits: surkov (surkov@B9538DF7.B7015738.33A1AC3C.IP) (Quit: surkov)
  563. # [08:10] * Joins: nli (nli@F803B951.C9260D23.51315CC9.IP)
  564. # [08:10] * Quits: nli (nli@F803B951.C9260D23.51315CC9.IP) (Quit: nli)
  565. # [08:12] * Joins: Boriss (FlyingToas@EB476629.539C4CF2.5039E5EA.IP)
  566. # [08:12] <Callek> cjones: huh, I *thought* B2G bugs belonged in Bugzilla not github issues list
  567. # [08:12] <Callek> cjones: wtf did I miss?
  568. # [08:12] <Callek> [and if not bugzilla WHY O WHY]
  569. # [08:12] * Quits: lht (elihait@moz-722A94AD.dreamhost.com) (Quit: Ex-Chat)
  570. # [08:13] * Callek is replying to |Please file an issue https://github.com/andreasgal/b2g .|
  571. # [08:13] * Joins: clee (clee@moz-E3C0B5D0.hsd1.ca.comcast.net)
  572. # [08:13] * Quits: clee (clee@moz-E3C0B5D0.hsd1.ca.comcast.net) (Quit: clee)
  573. # [08:14] * Quits: bsmith (bsmith@moz-717636FD.hsd1.tx.comcast.net) (Ping timeout)
  574. # [08:17] <cjones> gonk bugs are tracked in github
  575. # [08:17] <cjones> that's where the code lives
  576. # [08:18] <Callek> cjones: amo bugs are tracked in bmo, but zamboni lives in github
  577. # [08:19] <Callek> cjones: we (mozilla) should track *mozilla* bugs in mozilla, imo
  578. # [08:19] <Callek> if we want to *also* allow people to report in github thats fine, but all issues should be primarily tracked in bmo
  579. # [08:19] <Callek> cjones: it is strictly my opinion, but I do feel *very* strongly about this
  580. # [08:22] <Callek> cjones: especially because a good portion of B2G is gecko itself, (not all, but a good portion) meaning x-linking between Gonk Bugs and Gecko bugs is likely going to be required for dependencies/etc.
  581. # [08:22] <Callek> and if we track all moz code in bmo, we're in good shape
  582. # [08:23] * Quits: jprmc (jprmc@moz-7F2FF3EB.cpe.net.cable.rogers.com) (Quit: Leaving)
  583. # [08:24] * Joins: victorporof (victorporo@BD5B5B26.602BD6C.79933D60.IP)
  584. # [08:24] <cjones> i didn't really parse that first sentence, but
  585. # [08:24] <cjones> gecko bugs are tracked in m-c
  586. # [08:24] <cjones> other parts of b2g (gonk, gaia) are on a different release scheduled and are on github
  587. # [08:24] <cjones> and tracked with github tools
  588. # [08:24] <cjones> shadowing bugs on bmo adds overhead for no gain
  589. # [08:25] * Joins: biesi (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net)
  590. # [08:25] * Quits: Boriss (FlyingToas@EB476629.539C4CF2.5039E5EA.IP) (Quit: Boriss)
  591. # [08:25] * Quits: smya (chatzilla@91BC8839.F442218F.88FACCAA.IP) (Ping timeout)
  592. # [08:26] <Callek> cjones: if they are not controlled/managed/etc. by MoCo and are 3rd party platforms, then sure, we use whatever THEY use
  593. # [08:26] <Callek> cjones: if they are MoCo properties, then they belong in bmo
  594. # [08:26] <Callek> cjones: again I feel *very very* strongly on that
  595. # [08:26] <Callek> but its late, so I'm off to bed
  596. # [08:27] <cjones> that's an assertion, not an argument
  597. # [08:27] <Callek> I might have to bring this up in a .planning thraed if your not convinced after I do a bit of prelim research so I'm not straw-manning it and not present stuff as fact without accompanying reasons/evidence
  598. # [08:27] <Callek> [which I suspect I am doing now, since I'm overtired]
  599. # [08:28] <cjones> if there's a good reason, it would be easy to convince me
  600. # [08:28] <Callek> cjones: I'd counter that with "what is the good raeson for making code that is mozilla have a separate bug tracker we don't actually own"
  601. # [08:29] <Callek> cjones: what if there is a gonk sec bug, and something as stupid as the github ssh-vuln happens again, etc.
  602. # [08:29] <Callek> but either way, allow me to sleep and we'll revisit, in a planning thread if need be
  603. # [08:29] <Callek> [/me won't post until next week at earliest]
  604. # [08:30] <Callek> cjones: either way, goodnight
  605. # [08:30] <Callek> :-)
  606. # [08:31] <cjones> 'night
  607. # [08:33] * Quits: pranavrc (pranavrc@4D24111F.DF5E2E53.520CDC98.IP) (Ping timeout)
  608. # [08:34] * Quits: mike5w3c (MikeS@moz-FBBBAE1A.u04.hotspot.ne.jp) (Quit: mike5w3c)
  609. # [08:36] * Quits: janv (varga@moz-F5851D6A.o2inet.sk) (Quit: This computer has gone to sleep)
  610. # [08:37] * Quits: Mavericks (Mibbit@76064E08.6196340D.FDEA3160.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  611. # [08:42] * Joins: smya (chatzilla@91BC8839.F442218F.88FACCAA.IP)
  612. # [08:45] * Ryan_ is now known as Ryan
  613. # [08:48] * Joins: gkw (gkw@moz-7CD88B0C.hsd1.ca.comcast.net)
  614. # [08:51] * Quits: cjones (cjones@moz-45913895.socal.res.rr.com) (Quit: Leaving)
  615. # [08:52] * Joins: mike5w3c (MikeS@moz-DAFE1A45.tokyo.ocn.ne.jp)
  616. # [08:53] * Quits: jgilbert (jgilbert@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  617. # [09:04] * Quits: jduell (jduell@moz-2D9EDA98.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  618. # [09:04] * bear-afk is now known as bear
  619. # [09:07] * Joins: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net)
  620. # [09:09] * Quits: Asa (asa@F259CFB7.9EF26CBA.EB5E51FC.IP) (Input/output error)
  621. # [09:14] * Joins: Asa (asa@F259CFB7.9EF26CBA.EB5E51FC.IP)
  622. # [09:14] * Joins: mwu (mwu@moz-6673DC88.s30.a048.ap.plala.or.jp)
  623. # [09:16] * Joins: Mavericks (Mibbit@CB3FD1E5.56863AA9.FDEA3160.IP)
  624. # [09:17] * Quits: biesi (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net) (Ping timeout)
  625. # [09:17] * Parts: Mavericks (Mibbit@CB3FD1E5.56863AA9.FDEA3160.IP)
  626. # [09:17] * Joins: biesi (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net)
  627. # [09:18] * Joins: jasonite (chatzilla@moz-EA4CE06C.hsd1.fl.comcast.net)
  628. # [09:19] * Parts: jasonite (chatzilla@moz-EA4CE06C.hsd1.fl.comcast.net)
  629. # [09:20] * Joins: florian (Instantbir@moz-87C33FDA.kimsufi.com)
  630. # [09:25] * Joins: Waldo (waldo@moz-537BCF9.hsd1.ca.comcast.net)
  631. # [09:25] * Quits: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net) (Quit: bholley)
  632. # [09:26] * Quits: mwu (mwu@moz-6673DC88.s30.a048.ap.plala.or.jp) (Quit: Leaving)
  633. # [09:26] * Quits: Waldo (waldo@moz-537BCF9.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.87-4.1450hg.fc15 [XULRunner 10.0.1/20120216115618])
  634. # [09:26] * Joins: mwu (mwu@moz-6673DC88.s30.a048.ap.plala.or.jp)
  635. # [09:26] * Quits: JonathanS (JonathanS@17EDFC35.8737F162.521902B0.IP) (Quit: Computer has gone to sleep.)
  636. # [09:28] * Quits: biesi (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net) (Ping timeout)
  637. # [09:28] * Quits: @dveditz (dveditz@moz-34991AF4.dhcp.cruzio.com) (Quit: dveditz)
  638. # [09:30] * padenot|away is now known as padenot
  639. # [09:31] * Joins: Ms2ger (Ms2ger@3D429861.2FFB4560.37724B0D.IP)
  640. # [09:33] <Ms2ger> So, try is "OPEN. For Bug 743329."?
  641. # [09:34] * Quits: sicking (chatzilla@moz-903915C1.hsd1.ca.comcast.net) (Ping timeout)
  642. # [09:34] * Quits: @ehsan (ehsan@F0B20A8D.8458880F.57F33CED.IP) (Input/output error)
  643. # [09:34] * Joins: sicking (chatzilla@moz-903915C1.hsd1.ca.comcast.net)
  644. # [09:36] * Quits: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP) (Ping timeout)
  645. # [09:38] * Joins: timdream (timdream@moz-6644F61A.static-ip.oleane.fr)
  646. # [09:40] * Quits: timdream (timdream@moz-6644F61A.static-ip.oleane.fr) (Ping timeout)
  647. # [09:41] <gaston> Ms2ger: schrodinger try
  648. # [09:44] * Quits: @smaug (chatzilla@moz-AE444E5A.gprs.sl-laajakaista.fi) (Input/output error)
  649. # [09:44] * Joins: smaug (chatzilla@moz-AE444E5A.gprs.sl-laajakaista.fi)
  650. # [09:44] * ChanServ sets mode: +o smaug
  651. # [09:47] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/d532b94c9f13 - Olli Pettay - Bug 743199 - Unmark Document's and Window's ELM, r=mccr8
  652. # [09:47] * Joins: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net)
  653. # [09:49] * Quits: twi (Adium@moz-A7353053.cust.dsl.vodafone.it) (Quit: Leaving.)
  654. # [09:56] * Joins: TheLink (TheLink@moz-7E63266B.hsi5.kabel-badenwuerttemberg.de)
  655. # [09:57] * Joins: vikash (vikash@93A9D25D.9B552DFD.5D9ABA9F.IP)
  656. # [09:58] * Joins: xakz (XaMaD@moz-34FBE388.fbx.proxad.net)
  657. # [10:00] * Joins: fxa90id (fxa90id@moz-53C731C1.neoplus.adsl.tpnet.pl)
  658. # [10:03] * Quits: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net) (Ping timeout)
  659. # [10:04] <@smaug> hmm, silly me
  660. # [10:05] <@smaug> or, no, perhaps I'm not that silly after all
  661. # [10:05] <Ms2ger> Nah, not *that* silly
  662. # [10:07] * Joins: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP)
  663. # [10:08] * Joins: janv (varga@moz-F5851D6A.o2inet.sk)
  664. # [10:09] * Quits: sicking (chatzilla@moz-903915C1.hsd1.ca.comcast.net) (Input/output error)
  665. # [10:10] * Quits: dseif (dseif@moz-E81839A3.wireless.telus.com) (Input/output error)
  666. # [10:16] <gaston> hm, little usability question, in the 'manage search engine list' i'd have expected double clicking on the keyword field would make it editable
  667. # [10:16] <gaston> anyone knows if it's been revamped by the preferences-in-tab process ?
  668. # [10:17] * Quits: kanru` (user@moz-A42CA4A4.dynamic.hinet.net) (Client exited)
  669. # [10:17] <gaston> err in-content preferences
  670. # [10:22] * Quits: mwu (mwu@moz-6673DC88.s30.a048.ap.plala.or.jp) (Quit: Leaving)
  671. # [10:25] <gaston> hm make package fails for me now, and i'm pretty sure it used to be a warning before...
  672. # [10:25] <gaston> Error: package error or possible missing or unnecessary file: bin/components/necko_wifi.xpt (package-manifest, 150).
  673. # [10:25] <gaston> Error: package error or possible missing or unnecessary file: bin/components/profiler.xpt (package-manifest, 160).
  674. # [10:25] <gaston> (of course those are not built/installed on my platform)
  675. # [10:26] <Ms2ger> Ah, yes
  676. # [10:26] <Ms2ger> You can thank Serge for that
  677. # [10:27] <Ms2ger> Around bug 713132
  678. # [10:27] <gaston> so, what bug/commit should i blame/reopen ?
  679. # [10:27] <gaston> thanks :) !
  680. # [10:28] <gaston> i didnt ever loor at the package-manifests, but cant some files be made conditional to the hundredth of MOZ_ENABLE_FOO we have ?
  681. # [10:30] * Quits: damons (gnubeard@moz-A41E6911.hsd1.ca.comcast.net) (Quit: damons)
  682. # [10:31] <gaston> ok, seems so
  683. # [10:31] <gaston> i'll file a depending bug..
  684. # [10:31] <@smaug> whaat, did bugzilla just die
  685. # [10:31] <gaston> ohtheres 739132 for necko-wifi already
  686. # [10:31] <@smaug> ah, back again
  687. # [10:32] * Joins: msucan (msucan-@754ABC71.319ADCBF.D7B372F7.IP)
  688. # [10:34] * Joins: twi (Adium@moz-477B669A.business.telecomitalia.it)
  689. # [10:38] * Quits: twi (Adium@moz-477B669A.business.telecomitalia.it) (Ping timeout)
  690. # [10:39] * padenot is now known as padenot|away
  691. # [10:40] * Joins: twi (Adium@moz-477B669A.business.telecomitalia.it)
  692. # [10:40] * Joins: c0smikdebris (c0smikdebr@36DDC7B6.6E5D865F.274D17D6.IP)
  693. # [10:42] * Joins: NhanTDN (human_torc@DABF93C9.319B7742.85184009.IP)
  694. # [10:43] * Joins: ewong|afk (chatzilla@FB3C3E4F.547A43E1.AFF016F8.IP)
  695. # [10:46] <Ms2ger> https://tbpl.mozilla.org/?tree=Try&rev=2b1ad3ba2d86
  696. # [10:47] * Quits: ewong|afk (chatzilla@FB3C3E4F.547A43E1.AFF016F8.IP) (Ping timeout)
  697. # [10:50] <jaws> do we strip symbols from our binaries?
  698. # [10:50] * Quits: vikash (vikash@93A9D25D.9B552DFD.5D9ABA9F.IP) (Ping timeout)
  699. # [10:50] * Quits: sancus (sancus@moz-3A9162D.off.net) (Ping timeout)
  700. # [10:51] * Quits: twi (Adium@moz-477B669A.business.telecomitalia.it) (Ping timeout)
  701. # [10:52] * Joins: twi (Adium@moz-477B669A.business.telecomitalia.it)
  702. # [10:52] * Quits: c0smikdebris (c0smikdebr@36DDC7B6.6E5D865F.274D17D6.IP) (Quit: Computer has gone to sleep.)
  703. # [10:53] <derf> jaws: Usually.
  704. # [10:53] <jaws> oh ok, i was thinking about how there have been email threads recently about the size of our download
  705. # [10:53] <jaws> i think it would impair our ability to do crash analysis, and i'm not sure if the tradeoff is worth it
  706. # [10:54] <jaws> i don't think the tradeoff is worth it, but maybe we can still do crash analysis some other way
  707. # [10:54] * Joins: sancus (sancus@moz-3A9162D.off.net)
  708. # [10:54] <derf> You can keep a copy of the symbols for a particular build separately when you strip it.
  709. # [10:54] <derf> So it shouldn't impact crash analysis.
  710. # [10:54] <jaws> oh nice
  711. # [10:56] * Joins: mwu (mwu@moz-6673DC88.s30.a048.ap.plala.or.jp)
  712. # [10:56] * Joins: ewong|afk (chatzilla@FB3C3E4F.547A43E1.AFF016F8.IP)
  713. # [10:58] * Joins: ewong|afk_ (chatzilla@moz-3CBEA671.ctinets.com)
  714. # [10:59] * Quits: ewong|afk (chatzilla@FB3C3E4F.547A43E1.AFF016F8.IP) (Ping timeout)
  715. # [10:59] * ewong|afk_ is now known as ewong|afk
  716. # [11:00] * Quits: twi (Adium@moz-477B669A.business.telecomitalia.it) (Quit: Leaving.)
  717. # [11:07] * Joins: twi (Adium@moz-477B669A.business.telecomitalia.it)
  718. # [11:09] * Quits: victorporof (victorporo@BD5B5B26.602BD6C.79933D60.IP) (Connection reset by peer)
  719. # [11:09] * Quits: GPHemsley (GPHemsley@moz-A2DF0FC4.hfc.comcastbusiness.net) (Ping timeout)
  720. # [11:11] * Joins: tH (Rob@adsl-178-78-80-61.karoo.kcom.com)
  721. # [11:12] * heycam is now known as heycam|away
  722. # [11:14] * Quits: @smaug (chatzilla@moz-AE444E5A.gprs.sl-laajakaista.fi) (Ping timeout)
  723. # [11:16] * Joins: edmorley (edmorley@moz-CA0328CD.range86-145.btcentralplus.com)
  724. # [11:17] * Joins: victorporof (victorporo@BD5B5B26.602BD6C.79933D60.IP)
  725. # [11:18] <NeilAway> bz: have you tried the /debug/ version? (Sorry if I already asked you before.)
  726. # [11:19] * Quits: jdm (jdm@moz-9AEDE212.cpe.net.cable.rogers.com) (Client exited)
  727. # [11:22] * Joins: smagnin (pike@moz-DEF53BC9.fbx.proxad.net)
  728. # [11:30] * Joins: mib_bg1zng (Mibbit@1C6F9B7F.EB456A91.E5772CEC.IP)
  729. # [11:30] * Quits: mib_bg1zng (Mibbit@1C6F9B7F.EB456A91.E5772CEC.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  730. # [11:35] * Quits: sancus (sancus@moz-3A9162D.off.net) (Ping timeout)
  731. # [11:36] * Quits: jtcranmer (jtcranmer@moz-3B7840FE.cs.uiuc.edu) (Ping timeout)
  732. # [11:37] * Quits: mark (mark@moz-9E3E12EC.off.net) (Ping timeout)
  733. # [11:37] * Quits: beltzner (mike-beltz@moz-9E3E12EC.off.net) (Ping timeout)
  734. # [11:38] * Joins: sancus (sancus@moz-3A9162D.off.net)
  735. # [11:39] * Joins: jtcranmer (jtcranmer@moz-3B7840FE.cs.uiuc.edu)
  736. # [11:39] * Quits: cedricv (cedricv@moz-EA1E52EF.inaddr.ip-pool.com) (Ping timeout)
  737. # [11:40] * Joins: mark (mark@moz-9E3E12EC.off.net)
  738. # [11:40] * Quits: sancus (sancus@moz-3A9162D.off.net) (Ping timeout)
  739. # [11:43] * Joins: cedricv (cedricv@moz-EA1E52EF.inaddr.ip-pool.com)
  740. # [11:44] * Quits: edmorley (edmorley@moz-CA0328CD.range86-145.btcentralplus.com) (Quit: Leaving.)
  741. # [11:44] * Quits: mwu (mwu@moz-6673DC88.s30.a048.ap.plala.or.jp) (Ping timeout)
  742. # [11:45] * Joins: sancus (sancus@moz-3A9162D.off.net)
  743. # [11:47] * Joins: gandalf (zbraniecki@moz-B3E9003F.neoplus.adsl.tpnet.pl)
  744. # [11:47] * Quits: decoder (quassel@moz-216446B9.own-hero.net) (Ping timeout)
  745. # [11:48] * Joins: beltzner (mike-beltz@moz-9E3E12EC.off.net)
  746. # [11:49] * Joins: decoder (quassel@moz-216446B9.own-hero.net)
  747. # [11:51] * Quits: sancus (sancus@moz-3A9162D.off.net) (Ping timeout)
  748. # [11:51] * Joins: c0smikdebris (c0smikdebr@36DDC7B6.6E5D865F.274D17D6.IP)
  749. # [11:51] * Quits: cedricv (cedricv@moz-EA1E52EF.inaddr.ip-pool.com) (Ping timeout)
  750. # [11:53] * Joins: sancus (sancus@moz-3A9162D.off.net)
  751. # [11:53] * Joins: pranavrc (pranavrc@886D87C9.5CB1E4DE.520CDC98.IP)
  752. # [11:54] * Joins: vikash (vikash@EBB1DAF5.71854F1A.5D9ABA9F.IP)
  753. # [11:54] * Joins: cedricv (cedricv@moz-EA1E52EF.inaddr.ip-pool.com)
  754. # [11:58] * Joins: surkov (surkov@B9538DF7.B7015738.33A1AC3C.IP)
  755. # [12:00] * Quits: philipp64|laptop (chatzilla@moz-B40B9015.ctcweb.net) (Connection reset by peer)
  756. # [12:00] * Joins: philipp64|laptop (chatzilla@moz-B40B9015.ctcweb.net)
  757. # [12:01] * Quits: cedricv (cedricv@moz-EA1E52EF.inaddr.ip-pool.com) (Ping timeout)
  758. # [12:01] * Quits: sancus (sancus@moz-3A9162D.off.net) (Ping timeout)
  759. # [12:01] <gaston> http://jstenback.wordpress.com/2012/04/07/history-of-mozillas-dom-bindings/ <- this is insane
  760. # [12:02] * Quits: beltzner (mike-beltz@moz-9E3E12EC.off.net) (Ping timeout)
  761. # [12:02] * Quits: surkov (surkov@B9538DF7.B7015738.33A1AC3C.IP) (Quit: surkov)
  762. # [12:02] <Ms2ger> Yep
  763. # [12:03] * Joins: sancus (sancus@moz-3A9162D.off.net)
  764. # [12:04] <gaston> (but very well written)
  765. # [12:04] * Joins: cedricv (cedricv@moz-EA1E52EF.inaddr.ip-pool.com)
  766. # [12:05] * Quits: c0smikdebris (c0smikdebr@36DDC7B6.6E5D865F.274D17D6.IP) (Quit: Computer has gone to sleep.)
  767. # [12:05] * Joins: beltzner (mike-beltz@moz-9E3E12EC.off.net)
  768. # [12:07] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  769. # [12:07] <Ms2ger> gaston, the best part of this work is that we'll be able to rip out half a decade of XPConnect perf improvements :)
  770. # [12:08] <gaston> but will it work on openbsd/ppc ? :D
  771. # [12:08] <Ms2ger> Well, does trunk build? :)
  772. # [12:09] <Ms2ger> Because all this is in nightlies already
  773. # [12:09] <gaston> on amd64 yes, didnt test ppc since a while (gotta get back to the infamous yarr pcre bugfix)
  774. # [12:10] <Ms2ger> Wait, did jst create a blog just for that post?
  775. # [12:14] <nigelb> wow. that was a great read.
  776. # [12:14] <derf> Ms2ger: Clearly not.
  777. # [12:14] <Ms2ger> Also, I never realize how *old* jst is :)
  778. # [12:15] <derf> He also made it for the next post he hasn't written yet.
  779. # [12:15] <Ms2ger> derf, indeed so
  780. # [12:15] <nigelb> heh
  781. # [12:15] <nigelb> Ms2ger: Wait, does that mean you're young?
  782. # [12:15] * nigelb assumed Ms2ger was old.
  783. # [12:16] <Ms2ger> Get off my lawn!
  784. # [12:16] <nigelb> heh
  785. # [12:17] * Joins: kaie (kaie@moz-3A46009F.dip.t-dialin.net)
  786. # [12:23] * Joins: c0smikdebris (c0smikdebr@36DDC7B6.6E5D865F.274D17D6.IP)
  787. # [12:24] * Quits: twi (Adium@moz-477B669A.business.telecomitalia.it) (Ping timeout)
  788. # [12:24] * Joins: twi (Adium@moz-477B669A.business.telecomitalia.it)
  789. # [12:24] * Quits: ochameau (ochameau@moz-A33C217B.fbx.proxad.net) (Ping timeout)
  790. # [12:26] * Joins: kkd (Mibbit@5AAFDA3B.B0185D0C.1957C0DA.IP)
  791. # [12:26] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/fc1432924480 - ffxbld - Automated blocklist update from host linux-ix-slave24
  792. # [12:27] * Quits: brambles_ (brambles@4CBAB088.F3076E90.1822ACA6.IP) (Ping timeout)
  793. # [12:27] * Quits: brambles (brambles@4CBAB088.F3076E90.1822ACA6.IP) (Ping timeout)
  794. # [12:27] * Quits: romaxa (romashin@670ACB81.66590CC0.4A6948F8.IP) (Ping timeout)
  795. # [12:28] * Joins: ochameau (ochameau@moz-A33C217B.fbx.proxad.net)
  796. # [12:29] * Joins: brambles (brambles@4CBAB088.F3076E90.1822ACA6.IP)
  797. # [12:29] * Joins: brambles_ (brambles@4CBAB088.F3076E90.1822ACA6.IP)
  798. # [12:29] * Joins: romaxa (romashin@670ACB81.66590CC0.4A6948F8.IP)
  799. # [12:34] * Quits: twi (Adium@moz-477B669A.business.telecomitalia.it) (Quit: Leaving.)
  800. # [12:34] * Quits: kkd (Mibbit@5AAFDA3B.B0185D0C.1957C0DA.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  801. # [12:38] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  802. # [12:46] * Quits: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  803. # [12:49] * Joins: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net)
  804. # [12:56] * Quits: stuart (pavlov@elise.pavlov.net) (Ping timeout)
  805. # [12:56] * Quits: romaxa (romashin@670ACB81.66590CC0.4A6948F8.IP) (Ping timeout)
  806. # [12:57] * Quits: beltzner (mike-beltz@moz-9E3E12EC.off.net) (Ping timeout)
  807. # [12:59] * Quits: gandalf (zbraniecki@moz-B3E9003F.neoplus.adsl.tpnet.pl) (Quit: Computer has gone to sleep.)
  808. # [13:00] * Joins: romaxa (romashin@670ACB81.66590CC0.4A6948F8.IP)
  809. # [13:00] * Joins: stuart (pavlov@moz-9E3E12EC.off.net)
  810. # [13:00] * Joins: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP)
  811. # [13:00] * Joins: beltzner (mike-beltz@moz-9E3E12EC.off.net)
  812. # [13:00] * stuart is now known as IRCMonkey53420
  813. # [13:03] * Joins: Boriss (FlyingToas@EB476629.539C4CF2.5039E5EA.IP)
  814. # [13:03] * Quits: taras (taras@moz-8E045071.hsd1.wa.comcast.net) (Ping timeout)
  815. # [13:04] * Joins: dao (dao@moz-180FD04C.superkabel.de)
  816. # [13:04] * Joins: tonymec__ (tonymec@869C6E86.BC92E410.277517C1.IP)
  817. # [13:05] * tonymec__ is now known as tonymec|away
  818. # [13:12] * Joins: tchevalier (tchevalier@moz-4D6C1F5C.w90-48.abo.wanadoo.fr)
  819. # [13:14] * Quits: fxa90id (fxa90id@moz-53C731C1.neoplus.adsl.tpnet.pl) (Ping timeout)
  820. # [13:14] * Joins: catalinb (ethereal@60601EB5.75679B53.5BC07656.IP)
  821. # [13:16] * Quits: tonymec|away (tonymec@869C6E86.BC92E410.277517C1.IP) (Quit: Konversation terminated!)
  822. # [13:20] * mattwoodrow is now known as mattwoodrow|away
  823. # [13:21] * Joins: harth (harth@moz-C2C235AC.bb.sky.com)
  824. # [13:22] * Joins: tonymec__ (tonymec@5E568552.C54F2675.277517C1.IP)
  825. # [13:23] * tonymec__ is now known as tonymec|away
  826. # [13:23] * Quits: dao (dao@moz-180FD04C.superkabel.de) (Quit: Leaving.)
  827. # [13:31] * Joins: twi (Adium@CC6F0DBF.9F013DF9.61319AA0.IP)
  828. # [13:31] * Joins: andreea_RO (andreea.di@C7A7D548.199EAC18.79933D60.IP)
  829. # [13:32] * Joins: dao (dao@moz-180FD04C.superkabel.de)
  830. # [13:35] * Joins: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  831. # [13:35] * Quits: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  832. # [13:37] * Joins: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP)
  833. # [13:39] * Joins: graememcc (chatzilla@moz-790B72CA.range86-148.btcentralplus.com)
  834. # [13:42] * Joins: GPHemsley (GPHemsley@moz-A2DF0FC4.hfc.comcastbusiness.net)
  835. # [13:45] * Quits: dao (dao@moz-180FD04C.superkabel.de) (Quit: Leaving.)
  836. # [13:46] * Quits: twi (Adium@CC6F0DBF.9F013DF9.61319AA0.IP) (Ping timeout)
  837. # [13:46] * Joins: twi (Adium@CC6F0DBF.9F013DF9.61319AA0.IP)
  838. # [13:46] * Joins: IanN (chatzilla@moz-3F5A461C.cable.virginmedia.com)
  839. # [13:50] * Quits: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP) (Ping timeout)
  840. # [13:52] * Joins: lht (elihait@moz-722A94AD.dreamhost.com)
  841. # [13:54] * Joins: dao (dao@moz-180FD04C.superkabel.de)
  842. # [13:54] * Quits: janv (varga@moz-F5851D6A.o2inet.sk) (Quit: This computer has gone to sleep)
  843. # [13:55] * Quits: tchevalier (tchevalier@moz-4D6C1F5C.w90-48.abo.wanadoo.fr) (Quit: Instantbird 1.1)
  844. # [13:56] * Joins: janv (varga@moz-F5851D6A.o2inet.sk)
  845. # [13:56] * Quits: twi (Adium@CC6F0DBF.9F013DF9.61319AA0.IP) (Ping timeout)
  846. # [13:56] * Joins: twi (Adium@CC6F0DBF.9F013DF9.61319AA0.IP)
  847. # [13:57] * Quits: pranavrc (pranavrc@886D87C9.5CB1E4DE.520CDC98.IP) (Quit: Ping timeout: ∞)
  848. # [14:04] * mattwoodrow|away is now known as mattwoodrow
  849. # [14:05] <Bas> Oh GCC, why you suck so much.
  850. # [14:06] * mattwoodrow is now known as mattwoodrow|away
  851. # [14:09] * Joins: adev (Instantbir@moz-CDF69D58.ictp.it)
  852. # [14:11] * Joins: Yoric (Yoric@moz-920DB13B.fbx.proxad.net)
  853. # [14:11] * Joins: KaiRo (robert@moz-8388668C.adsl.highway.telekom.at)
  854. # [14:12] * Quits: adev (Instantbir@moz-CDF69D58.ictp.it) (Input/output error)
  855. # [14:15] * Quits: Yoric (Yoric@moz-920DB13B.fbx.proxad.net) (Input/output error)
  856. # [14:16] * Joins: Yoric (Yoric@moz-920DB13B.fbx.proxad.net)
  857. # [14:18] * Quits: twi (Adium@CC6F0DBF.9F013DF9.61319AA0.IP) (Ping timeout)
  858. # [14:20] * Quits: Boriss (FlyingToas@EB476629.539C4CF2.5039E5EA.IP) (Quit: Boriss)
  859. # [14:21] * Quits: andreea_RO (andreea.di@C7A7D548.199EAC18.79933D60.IP) (Ping timeout)
  860. # [14:22] * Joins: micadeyeye (micadeyeye@moz-A4DFD73A.dynamic.wa.co.za)
  861. # [14:24] * Joins: twi (Adium@CC6F0DBF.9F013DF9.61319AA0.IP)
  862. # [14:26] * Joins: adev (Instantbir@moz-CDF69D58.ictp.it)
  863. # [14:26] * Joins: Boriss (FlyingToas@EB476629.539C4CF2.5039E5EA.IP)
  864. # [14:27] * Quits: adev (Instantbir@moz-CDF69D58.ictp.it) (Quit: Instantbird -- http://www.instantbird.com)
  865. # [14:28] * Joins: tonymec (tonymec@5E568552.C54F2675.277517C1.IP)
  866. # [14:30] * Quits: Boriss (FlyingToas@EB476629.539C4CF2.5039E5EA.IP) (Ping timeout)
  867. # [14:31] * Quits: kaie (kaie@moz-3A46009F.dip.t-dialin.net) (Quit: Leaving)
  868. # [14:34] * Quits: c0smikdebris (c0smikdebr@36DDC7B6.6E5D865F.274D17D6.IP) (Quit: Computer has gone to sleep.)
  869. # [14:35] * Quits: dao (dao@moz-180FD04C.superkabel.de) (Quit: Leaving.)
  870. # [14:37] * Joins: Optimizer (Mibbit@6BCF5DE2.2E81CE6D.89AC0F27.IP)
  871. # [14:40] * Joins: adev (Instantbir@moz-CDF69D58.ictp.it)
  872. # [14:40] * adev is now known as multiPLE
  873. # [14:42] * multiPLE is now known as megaGA
  874. # [14:43] * Quits: twi (Adium@CC6F0DBF.9F013DF9.61319AA0.IP) (Ping timeout)
  875. # [14:43] * Quits: megaGA (Instantbir@moz-CDF69D58.ictp.it) (Quit: Instantbird -- http://www.instantbird.com)
  876. # [14:44] * Joins: twi (Adium@CC6F0DBF.9F013DF9.61319AA0.IP)
  877. # [14:45] * Joins: kaie (kaie@moz-3A46009F.dip.t-dialin.net)
  878. # [14:47] * Quits: smya (chatzilla@91BC8839.F442218F.88FACCAA.IP) (Quit: ChatZilla 0.9.88.1 [Firefox 13.0a1/20120303192654])
  879. # [14:48] * Parts: Optimizer (Mibbit@6BCF5DE2.2E81CE6D.89AC0F27.IP)
  880. # [14:51] * Joins: tchevalier (Instantbir@moz-4D6C1F5C.w90-48.abo.wanadoo.fr)
  881. # [14:51] * Joins: Mavericks (Mibbit@D8F6B1FE.D836008B.FDEA3160.IP)
  882. # [14:51] * Quits: tchevalier (Instantbir@moz-4D6C1F5C.w90-48.abo.wanadoo.fr) (Quit: Instantbird -- http://www.instantbird.com)
  883. # [14:51] * Joins: tchevalier (Instantbir@moz-4D6C1F5C.w90-48.abo.wanadoo.fr)
  884. # [14:52] * Quits: twi (Adium@CC6F0DBF.9F013DF9.61319AA0.IP) (Ping timeout)
  885. # [14:53] * Quits: bc (bc@454BDC37.1D5E8529.AC69809B.IP) (Quit: leaving)
  886. # [14:54] * Quits: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Quit: Instantbird -- http://www.instantbird.com)
  887. # [14:54] * Joins: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  888. # [14:57] * Quits: Yoric (Yoric@moz-920DB13B.fbx.proxad.net) (Input/output error)
  889. # [14:58] * Quits: Mavericks (Mibbit@D8F6B1FE.D836008B.FDEA3160.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  890. # [15:01] * Joins: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net)
  891. # [15:02] * Joins: andreea_RO (andreea.di@EF0E9258.4530A09.79933D60.IP)
  892. # [15:03] * Quits: victorporof (victorporo@BD5B5B26.602BD6C.79933D60.IP) (Connection reset by peer)
  893. # [15:03] * Joins: victorporo (victorporo@BD5B5B26.602BD6C.79933D60.IP)
  894. # [15:03] * victorporo is now known as victorporof
  895. # [15:05] * Joins: Yoric (Yoric@moz-920DB13B.fbx.proxad.net)
  896. # [15:05] * Quits: victorporof (victorporo@BD5B5B26.602BD6C.79933D60.IP) (Connection reset by peer)
  897. # [15:06] * Joins: bc (bc@moz-E31CD2CB.mozilla.org)
  898. # [15:08] * Joins: victorporof (victorporo@BD5B5B26.602BD6C.79933D60.IP)
  899. # [15:13] * Joins: mjschranz (mjschranz@moz-6FE6B833.cpe.net.cable.rogers.com)
  900. # [15:23] * Quits: janv (varga@moz-F5851D6A.o2inet.sk) (Ping timeout)
  901. # [15:24] * Joins: merinui (merinui@moz-61C7235E.osk2.eonet.ne.jp)
  902. # [15:26] * Joins: maikmerten (maikmerten@moz-7AEB19EB.dynamic.qsc.de)
  903. # [15:30] * Quits: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net) (Quit: Leaving...)
  904. # [15:32] * Quits: andreea_RO (andreea.di@EF0E9258.4530A09.79933D60.IP) (Ping timeout)
  905. # [15:36] * Quits: tonymec (tonymec@5E568552.C54F2675.277517C1.IP) (Ping timeout)
  906. # [15:37] * Joins: tonymec (tonymec@5E568552.C54F2675.277517C1.IP)
  907. # [15:39] * Joins: Boriss (FlyingToas@EB476629.539C4CF2.5039E5EA.IP)
  908. # [15:41] * Joins: twi (Adium@moz-B717536E.cust.dsl.vodafone.it)
  909. # [15:43] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  910. # [15:44] * Joins: ewong__ (chatzilla@moz-5B0EF77B.static.netvigator.com)
  911. # [15:44] * ewong__ is now known as ew
  912. # [15:45] <nigelb> ew?
  913. # [15:45] <nigelb> lol.
  914. # [15:45] <ew> nigelb: ;P
  915. # [15:46] * Joins: mkaply (Earlybird@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  916. # [15:48] * Quits: catalinb (ethereal@60601EB5.75679B53.5BC07656.IP) (Ping timeout)
  917. # [15:49] * Joins: Mavericks (Mibbit@D8F6B1FE.D836008B.FDEA3160.IP)
  918. # [15:53] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  919. # [15:54] * Quits: tchevalier (Instantbir@moz-4D6C1F5C.w90-48.abo.wanadoo.fr) (Ping timeout)
  920. # [15:54] * Joins: tchevalier (Instantbir@moz-4D6C1F5C.w90-48.abo.wanadoo.fr)
  921. # [16:01] * Joins: janv (varga@moz-9FD42743.o2inet.sk)
  922. # [16:05] * Quits: ew (chatzilla@moz-5B0EF77B.static.netvigator.com) (Quit: Reboot)
  923. # [16:07] * Quits: Boriss (FlyingToas@EB476629.539C4CF2.5039E5EA.IP) (Quit: Boriss)
  924. # [16:08] * Quits: janv (varga@moz-9FD42743.o2inet.sk) (Ping timeout)
  925. # [16:09] * Quits: twi (Adium@moz-B717536E.cust.dsl.vodafone.it) (Quit: Leaving.)
  926. # [16:11] * Joins: janv (varga@moz-BD5C5DE9.o2inet.sk)
  927. # [16:14] * Joins: catalinb (ethereal@FA7D026C.9F328403.5BC07656.IP)
  928. # [16:17] * Quits: janv (varga@moz-BD5C5DE9.o2inet.sk) (Ping timeout)
  929. # [16:21] * Quits: vikash (vikash@EBB1DAF5.71854F1A.5D9ABA9F.IP) (Ping timeout)
  930. # [16:22] * Joins: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP)
  931. # [16:22] * Joins: JeroenDeDauw (jeroen@86AEBA2C.6E3609D2.172227A7.IP)
  932. # [16:22] * Joins: anky (anky@C98AF99B.146E8EF.A3D1B221.IP)
  933. # [16:23] * Quits: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Ping timeout)
  934. # [16:28] * Joins: bsmith (bsmith@moz-717636FD.hsd1.tx.comcast.net)
  935. # [16:30] * philor|away is now known as philor
  936. # [16:32] * Joins: janv (varga@moz-E08C2E0.o2inet.sk)
  937. # [16:32] * Joins: newbie (kvirc@AD13EB4A.BBC03DF0.9A06DD32.IP)
  938. # [16:37] * Joins: JonathanS (JonathanS@17EDFC35.8737F162.521902B0.IP)
  939. # [16:41] * Quits: janv (varga@moz-E08C2E0.o2inet.sk) (Ping timeout)
  940. # [16:41] * Joins: janv (varga@moz-E08C2E0.o2inet.sk)
  941. # [16:46] * Joins: vikash (vikash@306F84A2.23DD0183.5D9ABA9F.IP)
  942. # [16:47] * Joins: kaie2 (kaie@moz-E8B4ACBE.dip.t-dialin.net)
  943. # [16:48] * Quits: kaie (kaie@moz-3A46009F.dip.t-dialin.net) (Ping timeout)
  944. # [16:48] * kaie2 is now known as kaie
  945. # [16:49] * Quits: janv (varga@moz-E08C2E0.o2inet.sk) (Quit: This computer has gone to sleep)
  946. # [16:52] * Quits: JeroenDeDauw (jeroen@86AEBA2C.6E3609D2.172227A7.IP) (Connection reset by peer)
  947. # [16:52] * Quits: SeoZ (DanielJuyu@E9B5BAA5.F5246840.EAF0BD7A.IP) (Quit: Leaving)
  948. # [16:53] <gaston> gerv: is it expected signin button on bmo being insensitive/doing nothing ? temporarly disabled ?
  949. # [16:54] <gaston> (wanted to test browserid signin to bmo)
  950. # [16:57] * Joins: JeroenDeDauw (jeroen@EAD7CAA0.D43ACFC9.172227A7.IP)
  951. # [16:59] * Joins: SeanATWVU (chatzilla@BD91CF2C.223A9EDB.BF79A7EE.IP)
  952. # [17:03] * Quits: NhanTDN (human_torc@DABF93C9.319B7742.85184009.IP) (Quit: )
  953. # [17:04] * SeanATWVU is now known as SeanKB
  954. # [17:04] * Parts: SeanKB (chatzilla@BD91CF2C.223A9EDB.BF79A7EE.IP)
  955. # [17:07] <chewey> Will gecko mix IP versions for requests from one page (i.e., html doc) if parts of a page are available via v4 *and* v6 and parts only via v4?
  956. # [17:09] * Joins: hub (hub@moz-E2FCA694.figuiere.net)
  957. # [17:09] <chewey> (in case it matters, the page itself is served via v4)
  958. # [17:11] <chewey> TO be even more specific: Youtube is dog slow here right now, and I discovered that the acutal videos – as opposed to th rest of the page – are delivered to me over the IPv6 tunnel I have (which is way faster than that usually).
  959. # [17:13] <mbrubeck> gaston: WFM
  960. # [17:13] <gaston> damn
  961. # [17:13] <Dagger> each individual connection may go to any IP the hostname has, so yes, it'll happily mix
  962. # [17:14] <chewey> Dagger: OK, thanks.
  963. # [17:14] * Joins: Anjor (anjor@moz-D226190E.mtnl.net.in)
  964. # [17:14] <Dagger> I think IPv6 tunnels may mess with their geolocation (e.g. 2001:470::/32 appearing to be America, regardless of your actual location), which would explain the slowness
  965. # [17:16] * Joins: Kwan (chatzilla@moz-2402E6E3.zone11.bethere.co.uk)
  966. # [17:16] <gaston> ah maybe i need to signin to browserid first, but then id expect the button to send me there..
  967. # [17:16] <chewey> The OMG-it-is-long hostname it uses looks like it is pretty close to my tunnel endpoint.
  968. # [17:16] * Joins: jdm (jdm@moz-9AEDE212.cpe.net.cable.rogers.com)
  969. # [17:17] <gaston> ah seems it was just damn slow
  970. # [17:19] <gaston> works
  971. # [17:21] * khuey|away is now known as khuey
  972. # [17:24] * Joins: prazuber (prazuber@moz-8FDA4E25.savvy.volia.net)
  973. # [17:25] * Joins: ehoogeveen (emanuel.ho@moz-B95F3766.chello.nl)
  974. # [17:26] * Quits: JeroenDeDauw (jeroen@EAD7CAA0.D43ACFC9.172227A7.IP) (Ping timeout)
  975. # [17:28] * Joins: pranavrc (pranavrc@7DB4C055.BADE7F43.520CDC98.IP)
  976. # [17:30] * Quits: mjschranz (mjschranz@moz-6FE6B833.cpe.net.cable.rogers.com) (Client exited)
  977. # [17:32] * Quits: anky (anky@C98AF99B.146E8EF.A3D1B221.IP) (Ping timeout)
  978. # [17:32] * Mark_Capella|away is now known as Mark_Capella
  979. # [17:34] * Joins: cadecairos (cadecairos@moz-632B4208.cpe.net.cable.rogers.com)
  980. # [17:35] * Joins: anky (anky@B6401EF5.173E7390.A3D1B221.IP)
  981. # [17:36] <Kwan> Hey could someone please do a try run for me? Last patch in bug 737792
  982. # [17:37] <mbrubeck> Kwan: sure
  983. # [17:37] * Quits: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP) (Ping timeout)
  984. # [17:37] <Kwan> mbrubeck: thanks
  985. # [17:38] <mbrubeck> Kwan: What trychooser options would you like? http://trychooser.pub.build.mozilla.org/
  986. # [17:38] <mbrubeck> If you're not sure, I'll use the default.
  987. # [17:39] * Joins: rohan (chatzilla@CE8DD343.2C2BFB59.35E0727C.IP)
  988. # [17:41] <Kwan> mbrubeck: Yeah not really sure. I think android can be left off though, and --post-to-bugzilla would be nice
  989. # [17:41] * Joins: squib (squib@moz-B01B5D55.dhcp.mdsn.wi.charter.com)
  990. # [17:41] <Kwan> try: -b do -p linux,linuxqt,linux64,macosx64,win32,win64 -u reftest,reftest-ipc,reftest-no-accel,crashtest,crashtest-ipc,xpcshell,jsreftest,jetpack,mozmill-all,opengl,peptest,mochitests -t none --post-to-bugzilla Bug 737792
  991. # [17:41] <Kwan> maybe?
  992. # [17:41] * Joins: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP)
  993. # [17:41] * Joins: cers (textual@429F81CF.ABD57505.6BD17369.IP)
  994. # [17:42] * Joins: JeroenDeDauw (jeroen@47CA61C0.46A35C60.3FE5C29A.IP)
  995. # [17:42] * Quits: Anjor (anjor@moz-D226190E.mtnl.net.in) (Quit: ChatZilla 0.9.88.1 [Firefox 11.0/20120315042647])
  996. # [17:43] <mbrubeck> sounds good. Maybe just "-u all" if you're not sure?
  997. # [17:44] <Kwan> yeah probably a good idea.
  998. # [17:44] * Quits: mkaply (Earlybird@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Connection reset by peer)
  999. # [17:44] * Joins: mkaply (Earlybird@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  1000. # [17:46] <mbrubeck> Kwan: https://tbpl.mozilla.org/?tree=Try&rev=163b63a532de
  1001. # [17:46] <Kwan> mbrubeck: great, thanks!
  1002. # [17:49] * Quits: Mavericks (Mibbit@D8F6B1FE.D836008B.FDEA3160.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1003. # [17:49] * Joins: clee (clee@moz-E3C0B5D0.hsd1.ca.comcast.net)
  1004. # [17:50] * philor is now known as philor|away
  1005. # [17:51] * Quits: clee (clee@moz-E3C0B5D0.hsd1.ca.comcast.net) (Quit: clee)
  1006. # [17:53] <NeilAway> gaston: yeah, browserid is damn slow :-(
  1007. # [17:54] * Joins: zuzelvp (zuzelvp@2112147D.C3507A2D.9A8C35B4.IP)
  1008. # [17:56] * Quits: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  1009. # [17:57] * Joins: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP)
  1010. # [17:59] * Quits: zuzelvp (zuzelvp@2112147D.C3507A2D.9A8C35B4.IP) (Input/output error)
  1011. # [17:59] * Quits: davidillsley (chatzilla@moz-DBDD9545.range86-145.btcentralplus.com) (Client exited)
  1012. # [18:00] * Joins: davidillsley (chatzilla@moz-DBDD9545.range86-145.btcentralplus.com)
  1013. # [18:02] * Joins: dcamp (dave@moz-8EBEC133.hsd1.wa.comcast.net)
  1014. # [18:06] * Joins: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net)
  1015. # [18:07] * Quits: Kwan (chatzilla@moz-2402E6E3.zone11.bethere.co.uk) (Quit: ChatZilla 0.9.88-rdmsoft [XULRunner 1.9.0.17/2009122204])
  1016. # [18:09] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/dd39182f70cb - Kyle Huey - Bug 697230: Part 3 - Make style images block onload. r=bz
  1017. # [18:09] <firebot> http://hg.mozilla.org/mozilla-central/rev/90c888efe410 - Kyle Huey - Bug 697230: Part 1 - Centralize style image observers. r=bz
  1018. # [18:09] <firebot> http://hg.mozilla.org/mozilla-central/rev/23fcc967bfce - Kyle Huey - Bug 697230: Part 2 - Push onload blocking logic down into imagelib. r=joe sr=bz
  1019. # [18:09] * IRCMonkey53420 is now known as stuart
  1020. # [18:09] * Joins: adev (Instantbir@moz-CDF69D58.ictp.it)
  1021. # [18:10] <@khuey> \o/
  1022. # [18:10] <Ms2ger> All red!
  1023. # [18:10] <@khuey> nah, this has been through try
  1024. # [18:10] <Ms2ger> For once
  1025. # [18:10] * Quits: tonymec (tonymec@5E568552.C54F2675.277517C1.IP) (Ping timeout)
  1026. # [18:11] * Quits: adev (Instantbir@moz-CDF69D58.ictp.it) (Quit: Instantbird -- http://www.instantbird.com)
  1027. # [18:11] <@khuey> :-P
  1028. # [18:11] <derf> khuey: Wow, how long have you been working on that?
  1029. # [18:11] * Quits: graememcc (chatzilla@moz-790B72CA.range86-148.btcentralplus.com) (Ping timeout)
  1030. # [18:12] * Quits: dcamp (dave@moz-8EBEC133.hsd1.wa.comcast.net) (Quit: Leaving...)
  1031. # [18:12] <@khuey> too long
  1032. # [18:13] <nigelb> heh
  1033. # [18:13] <Ms2ger> So, did someone break FAIL_ON_WARNINGS?
  1034. # [18:13] * Joins: jduell (jduell@moz-2D9EDA98.lightspeed.sntcca.sbcglobal.net)
  1035. # [18:13] * Joins: adev (Instantbir@moz-CDF69D58.ictp.it)
  1036. # [18:13] * Quits: adev (Instantbir@moz-CDF69D58.ictp.it) (Quit: Instantbird -- http://www.instantbird.com)
  1037. # [18:13] * Joins: adev (Instantbir@moz-CDF69D58.ictp.it)
  1038. # [18:13] * Joins: graememcc (chatzilla@moz-69E8BB2C.range86-148.btcentralplus.com)
  1039. # [18:14] * Quits: adev (Instantbir@moz-CDF69D58.ictp.it) (Input/output error)
  1040. # [18:14] * Joins: tonymec (tonymec@5E568552.C54F2675.277517C1.IP)
  1041. # [18:15] <@khuey> I hope so
  1042. # [18:18] * Joins: biesi (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net)
  1043. # [18:18] * Joins: jimb (user@moz-F4EC06CC.hsd1.or.comcast.net)
  1044. # [18:23] * Joins: kryphrost94 (Mibbit@D412B33B.33CE0109.26A7EDE3.IP)
  1045. # [18:24] * Quits: JeroenDeDauw (jeroen@47CA61C0.46A35C60.3FE5C29A.IP) (Quit: Leaving.)
  1046. # [18:25] * Joins: harsh (Mibbit@C25295C3.15C6DF7B.1551A00F.IP)
  1047. # [18:25] * Joins: ehsan (ehsan@F0B20A8D.8458880F.57F33CED.IP)
  1048. # [18:25] * ChanServ sets mode: +o ehsan
  1049. # [18:26] * Quits: maikmerten (maikmerten@moz-7AEB19EB.dynamic.qsc.de) (Quit: Leaving)
  1050. # [18:30] * Quits: wlach|out (wlach@moz-70F53E5A.vif.net) (Quit: Leaving)
  1051. # [18:34] * Joins: ehsan_ (ehsan@F0B20A8D.8458880F.57F33CED.IP)
  1052. # [18:35] * Quits: @ehsan (ehsan@F0B20A8D.8458880F.57F33CED.IP) (Ping timeout)
  1053. # [18:35] * Joins: twi (Adium@moz-B717536E.cust.dsl.vodafone.it)
  1054. # [18:35] * Joins: ehsan (ehsan@F0B20A8D.8458880F.57F33CED.IP)
  1055. # [18:35] * ChanServ sets mode: +o ehsan
  1056. # [18:36] * Quits: ehsan_ (ehsan@F0B20A8D.8458880F.57F33CED.IP) (Ping timeout)
  1057. # [18:37] * Quits: anky (anky@B6401EF5.173E7390.A3D1B221.IP) (Ping timeout)
  1058. # [18:38] * Joins: anky (anky@EF52448A.44921952.A3D1B221.IP)
  1059. # [18:39] * Quits: jdm (jdm@moz-9AEDE212.cpe.net.cable.rogers.com) (Client exited)
  1060. # [18:40] * Joins: ehsan_ (ehsan@F0B20A8D.8458880F.57F33CED.IP)
  1061. # [18:41] * Quits: @ehsan (ehsan@F0B20A8D.8458880F.57F33CED.IP) (Ping timeout)
  1062. # [18:41] * Quits: lht (elihait@moz-722A94AD.dreamhost.com) (Quit: Ex-Chat)
  1063. # [18:41] * Quits: kryphrost94 (Mibbit@D412B33B.33CE0109.26A7EDE3.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1064. # [18:45] * Joins: smaug (chatzilla@moz-AE444E5A.gprs.sl-laajakaista.fi)
  1065. # [18:45] * ChanServ sets mode: +o smaug
  1066. # [18:54] * Joins: WG9s (bill@moz-7A06A043.hsd1.ma.comcast.net)
  1067. # [18:55] * Joins: bdahl (bdahl@moz-E197F13B.hsd1.ca.comcast.net)
  1068. # [18:56] * Quits: mkaply (Earlybird@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Connection reset by peer)
  1069. # [18:56] * Joins: mkaply (Earlybird@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  1070. # [18:56] * Joins: cdiehl_ (cdiehl@moz-68B9D270.pool.mediaways.net)
  1071. # [18:56] * Joins: gandalf (zbraniecki@moz-B3E9003F.neoplus.adsl.tpnet.pl)
  1072. # [18:57] * Quits: cdiehl (cdiehl@moz-19852EBD.pool.mediaways.net) (Ping timeout)
  1073. # [18:57] * cdiehl_ is now known as cdiehl
  1074. # [18:57] * Quits: ehsan_ (ehsan@F0B20A8D.8458880F.57F33CED.IP) (Ping timeout)
  1075. # [18:58] * Joins: ehsan (ehsan@F0B20A8D.8458880F.57F33CED.IP)
  1076. # [18:58] * ChanServ sets mode: +o ehsan
  1077. # [18:58] * Joins: JeroenDeDauw (jeroen@45E7B3A7.86078B8F.172227A7.IP)
  1078. # [19:00] <Ms2ger> Hmm, only locally
  1079. # [19:07] * Joins: c0smikdebris (c0smikdebr@36DDC7B6.6E5D865F.274D17D6.IP)
  1080. # [19:12] * Quits: bdahl (bdahl@moz-E197F13B.hsd1.ca.comcast.net) (Client exited)
  1081. # [19:12] * merike|away is now known as merike
  1082. # [19:12] * Quits: Gentlecat (Roman@E92145AA.CF9BE6BE.8FB52CB8.IP) (Ping timeout)
  1083. # [19:14] * Quits: harsh (Mibbit@C25295C3.15C6DF7B.1551A00F.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1084. # [19:14] * Joins: harsh (Mibbit@C25295C3.15C6DF7B.1551A00F.IP)
  1085. # [19:15] * Joins: janv (varga@moz-E08C2E0.o2inet.sk)
  1086. # [19:17] * Quits: micadeyeye (micadeyeye@moz-A4DFD73A.dynamic.wa.co.za) (Quit: Leaving)
  1087. # [19:17] * khuey is now known as khuey|away
  1088. # [19:17] * khuey|away is now known as khuey
  1089. # [19:17] <@khuey> http://www.theonion.com/video/google-shuts-down-gmail-for-two-hours-to-show-its,27610/
  1090. # [19:18] * Quits: Ms2ger (Ms2ger@3D429861.2FFB4560.37724B0D.IP) (Ping timeout)
  1091. # [19:18] * Joins: ehsan_ (ehsan@F0B20A8D.8458880F.57F33CED.IP)
  1092. # [19:18] * Quits: @ehsan (ehsan@F0B20A8D.8458880F.57F33CED.IP) (Ping timeout)
  1093. # [19:18] * Quits: mw22 (chatzilla@moz-FB753258.adsl.wanadoo.nl) (Ping timeout)
  1094. # [19:19] * Joins: ehsan (ehsan@F0B20A8D.8458880F.57F33CED.IP)
  1095. # [19:19] * ChanServ sets mode: +o ehsan
  1096. # [19:19] * Quits: catalinb (ethereal@FA7D026C.9F328403.5BC07656.IP) (Ping timeout)
  1097. # [19:20] * Joins: dbaron (dbaron@moz-943D45FF.dsl.dynamic.sonic.net)
  1098. # [19:20] * ChanServ sets mode: +o dbaron
  1099. # [19:20] * Quits: ehsan_ (ehsan@F0B20A8D.8458880F.57F33CED.IP) (Ping timeout)
  1100. # [19:20] * Joins: Ms2ger (Ms2ger@3D429861.2FFB4560.37724B0D.IP)
  1101. # [19:21] * Joins: gakiwate (gautam@3AD1CBD5.809D2ACB.314AAB94.IP)
  1102. # [19:21] <@khuey> bah
  1103. # [19:21] <@khuey> android is orange
  1104. # [19:24] * Quits: JeroenDeDauw (jeroen@45E7B3A7.86078B8F.172227A7.IP) (Ping timeout)
  1105. # [19:24] * Joins: JeroenDeDauw (jeroen@9065FF14.172582F6.172227A7.IP)
  1106. # [19:25] * Quits: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net) (Quit: bholley)
  1107. # [19:25] * Parts: gakiwate (gautam@3AD1CBD5.809D2ACB.314AAB94.IP) (Leaving)
  1108. # [19:26] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  1109. # [19:27] * Quits: harth (harth@moz-C2C235AC.bb.sky.com) (Input/output error)
  1110. # [19:27] * Joins: stevee (Miranda@moz-BEBDF855.cable.virginmedia.com)
  1111. # [19:28] * Joins: harth (harth@moz-C2C235AC.bb.sky.com)
  1112. # [19:28] * Quits: merinui (merinui@moz-61C7235E.osk2.eonet.ne.jp) (Quit: Leaving...)
  1113. # [19:28] * Quits: harth (harth@moz-C2C235AC.bb.sky.com) (Input/output error)
  1114. # [19:29] * Quits: mkaply (Earlybird@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Ping timeout)
  1115. # [19:30] <Ms2ger> Of course it is
  1116. # [19:31] <nigelb> I think we already have a meme on that ;-)
  1117. # [19:32] <WG9s> but is orange with non known-orange reftest failures, which is really not normal.
  1118. # [19:33] * Quits: rohan (chatzilla@CE8DD343.2C2BFB59.35E0727C.IP) (Quit: ChatZilla 0.9.88.1 [Firefox 7.0.1/20111008085056])
  1119. # [19:33] <WG9s> android XUL has unknown oranges on R1 R2 ans r3
  1120. # [19:34] <WG9s> seems to be khuey
  1121. # [19:35] <WG9s> Bug 697230 pushes
  1122. # [19:35] * Joins: cviecco_ (cviecco@moz-2D8CF2BF.hsd1.ca.comcast.net)
  1123. # [19:38] * ewong_ is now known as ewong|sleep
  1124. # [19:42] * Joins: catalinb (ethereal@3B00157C.4339B50.5BC07656.IP)
  1125. # [19:43] * Quits: @ehsan (ehsan@F0B20A8D.8458880F.57F33CED.IP) (Input/output error)
  1126. # [19:44] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/babbc38b7f52 - Kyle Huey - Back out Bug 679230 due to Android reftest failures.
  1127. # [19:45] * @khuey shakes his fist in android's direction
  1128. # [19:45] <Ms2ger> :)
  1129. # [19:47] * Quits: cviecco_ (cviecco@moz-2D8CF2BF.hsd1.ca.comcast.net) (Connection reset by peer)
  1130. # [19:47] * Quits: pranavrc (pranavrc@7DB4C055.BADE7F43.520CDC98.IP) (Quit: Ping timeout: ∞)
  1131. # [19:48] <Ms2ger> sprintf(startTime, "%lld", static_cast<PRInt64>(mStartTime));
  1132. # [19:48] <Ms2ger> format ‘%lld’ expects type ‘long long int’, but argument 3 has type ‘time_t’
  1133. # [19:48] <Ms2ger> Orly?
  1134. # [19:48] <@khuey> tuesday will not be fun
  1135. # [19:48] <Ms2ger> Tell me about it
  1136. # [19:48] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  1137. # [19:50] <WG9s> Well, oddly it seems based on what I understand to be the development direction, we actaully need to pay more attention than we have been to Android XUL builds.
  1138. # [19:50] <WG9s> As far as I know, unless something changes, the pan is that Windows 8 Metro will be based on fennec XUL.
  1139. # [19:51] * Joins: ericjung (Mibbit@moz-C6B344D.bstnma.fios.verizon.net)
  1140. # [19:51] * Joins: pranavrc (pranavrc@7DB4C055.BADE7F43.520CDC98.IP)
  1141. # [19:52] * Joins: rjohnson19 (chatzilla@moz-AE832A9E.bstnma.fios.verizon.net)
  1142. # [19:52] <WG9s> s/pan/plan/
  1143. # [19:54] * Joins: cviecco_ (cviecco@moz-2D8CF2BF.hsd1.ca.comcast.net)
  1144. # [19:55] * Joins: ehsan (ehsan@F0B20A8D.8458880F.57F33CED.IP)
  1145. # [19:55] * ChanServ sets mode: +o ehsan
  1146. # [19:55] * Quits: cviecco_ (cviecco@moz-2D8CF2BF.hsd1.ca.comcast.net) (Input/output error)
  1147. # [19:57] * Quits: vikash (vikash@306F84A2.23DD0183.5D9ABA9F.IP) (Ping timeout)
  1148. # [19:57] * Joins: gwagner (idefix2@moz-B8B530C2.hsd1.ca.comcast.net)
  1149. # [19:58] * Quits: dria (dria@moz-86A004D9.dhcp-dynamic.fibreop.nb.bellaliant.net) (Quit: dria)
  1150. # [20:02] * Quits: gandalf (zbraniecki@moz-B3E9003F.neoplus.adsl.tpnet.pl) (Quit: Computer has gone to sleep.)
  1151. # [20:03] * Joins: bjacob (bjacob@moz-6475DA61.dsl.bell.ca)
  1152. # [20:04] * Joins: gandalf (zbraniecki@moz-B3E9003F.neoplus.adsl.tpnet.pl)
  1153. # [20:05] * philor|away is now known as philor
  1154. # [20:06] * Quits: gerv (gerv@moz-8E68CF56.in-addr.arpa) (Quit: Leaving.)
  1155. # [20:07] * Quits: jduell (jduell@moz-2D9EDA98.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  1156. # [20:09] * Quits: biesi (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net) (Ping timeout)
  1157. # [20:09] * padenot|away is now known as padenot
  1158. # [20:10] * Quits: gandalf (zbraniecki@moz-B3E9003F.neoplus.adsl.tpnet.pl) (Quit: Computer has gone to sleep.)
  1159. # [20:11] * Joins: lduros (lduros@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com)
  1160. # [20:14] * Joins: dao (dao@moz-D2DD9DC8.superkabel.de)
  1161. # [20:14] * Joins: artpar (artpar@4D7055A1.B441A223.2C7B20EF.IP)
  1162. # [20:14] <artpar> what does the landing of a bug means ?
  1163. # [20:14] * Joins: NhanTDN (human_torc@DABF93C9.319B7742.85184009.IP)
  1164. # [20:15] <KWierso> artpar: it means... the fix in the bug has landed in the development branch?
  1165. # [20:16] <artpar> okay, thanks KWierso
  1166. # [20:17] * Quits: JeroenDeDauw (jeroen@9065FF14.172582F6.172227A7.IP) (Ping timeout)
  1167. # [20:24] <WG9s> artpar:It also does not mean that it has landed on a release or bta build or even that it will not need to be backed out of development because it broke more things than it fixed.
  1168. # [20:25] * Joins: smontagu (chatzilla@moz-DEDDC26B.red.bezeqint.net)
  1169. # [20:25] <WG9s> It just means that potential fix was approved to be checked in to the coe-base.
  1170. # [20:25] * Quits: pranavrc (pranavrc@7DB4C055.BADE7F43.520CDC98.IP) (Quit: Ping timeout: ∞)
  1171. # [20:25] * Joins: JeroenDeDauw (jeroen@EB29BDE8.294DB2B4.F2F05916.IP)
  1172. # [20:26] <artpar> what is "backed out of development" ? is it "ctrl+z to landing of the bug" becuase it broke something ?
  1173. # [20:26] * Quits: smontagu (chatzilla@moz-DEDDC26B.red.bezeqint.net) (Ping timeout)
  1174. # [20:27] <WG9s> But assuming all goes well, with the rapid release schedule, it is well on the way to making it to the release version.
  1175. # [20:27] * Quits: tonymec (tonymec@5E568552.C54F2675.277517C1.IP) (Ping timeout)
  1176. # [20:28] <artpar> coe = "centre of excellence" OR "controller of examination" ? where do i get familiar with all these terms ?
  1177. # [20:28] <WG9s> artpar: would be we added the fix to the code-base and it caused unforeseen new issues so we reverted to the old code that did not fix the originally reported issue.
  1178. # [20:28] * Joins: tonymec (tonymec@5E568552.C54F2675.277517C1.IP)
  1179. # [20:29] <artpar> oh alright, and probably coe was typo of code, okay, thanks WG9s :)
  1180. # [20:30] <WG9s> yes mostly jsut not trying to give you unjustified expectations. the likelihood is that this will go forward and be included in an upcoming release.
  1181. # [20:30] * Joins: mib_d4b1hl (Mibbit@1C6F9B7F.EB456A91.E5772CEC.IP)
  1182. # [20:30] <WG9s> it is just not a guarantee becuase teting could reveal that it causes more issues than it fixes.
  1183. # [20:30] <Callek> egad my awesomebar is broken
  1184. # [20:30] <Callek> after pasting a data: png url that expanded to a 1600x1200 mac screenshot
  1185. # [20:31] * Quits: twi (Adium@moz-B717536E.cust.dsl.vodafone.it) (Quit: Leaving.)
  1186. # [20:31] * Callek grumbles b/c nothing in error console either
  1187. # [20:31] * Quits: mib_d4b1hl (Mibbit@1C6F9B7F.EB456A91.E5772CEC.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1188. # [20:31] <artpar> actually the bug i am working on, i was asked by my mentor to wait for another bug(which is removing some functions which i needed) to land and then re-intergate my fix
  1189. # [20:32] <WG9s> artpar: Ah so i misunderstood your origianl question. I thougt it was a s a user tying to figure out what a gube being landed meant as to tryinhg to figure out when their issue might be fixed in a release build.
  1190. # [20:33] * Joins: gwagner_ (idefix2@moz-B8B530C2.hsd1.ca.comcast.net)
  1191. # [20:33] * Quits: gwagner (idefix2@moz-B8B530C2.hsd1.ca.comcast.net) (Connection reset by peer)
  1192. # [20:33] * gwagner_ is now known as gwagner
  1193. # [20:33] <WG9s> if it was a you were told to wait for another bug to land first and now it has, I woudl think you are now ready to land your patch. Maybe give it a day before but I would think that is all that is required.
  1194. # [20:35] <artpar> alright :) my mentor also said that i can just import THEIR patch first, then push my changes, instead of waiting for that patch to land
  1195. # [20:37] * Joins: fxa90id (fxa90id@moz-53C731C1.neoplus.adsl.tpnet.pl)
  1196. # [20:37] <WG9s> artpar: being a cautious person, if it has already landed, I would wait for the next nightly build that includes it , then add my patch so that any issue can clearly be traced to either my patch or the one it was dependent on. That is just how I would do it were it my patch.
  1197. # [20:38] * Quits: @bz (bzbarsky@moz-69B5879F.bstnma.fios.verizon.net) (Ping timeout)
  1198. # [20:38] <WG9s> I don;'t like being blamed for breaking things if it was not my fault.
  1199. # [20:39] <artpar> well i agree to that part :)
  1200. # [20:39] * Quits: gwagner (idefix2@moz-B8B530C2.hsd1.ca.comcast.net) (Connection reset by peer)
  1201. # [20:39] * Joins: gwagner_ (idefix2@moz-B8B530C2.hsd1.ca.comcast.net)
  1202. # [20:39] * Joins: lht (elihait@moz-722A94AD.dreamhost.com)
  1203. # [20:39] <WG9s> On the other had, if it is my fault, I am perfectly willing to accept blame for the bustage.
  1204. # [20:39] * Quits: @ehsan (ehsan@F0B20A8D.8458880F.57F33CED.IP) (Input/output error)
  1205. # [20:41] <artpar> Okay, so in this irc status i see "next uplift 24th april" so i would need to wait till then ?
  1206. # [20:42] * Quits: JeroenDeDauw (jeroen@EB29BDE8.294DB2B4.F2F05916.IP) (Ping timeout)
  1207. # [20:42] * Joins: dria (dria@moz-86A004D9.dhcp-dynamic.fibreop.nb.bellaliant.net)
  1208. # [20:42] * Joins: bdahl (bdahl@moz-E197F13B.hsd1.ca.comcast.net)
  1209. # [20:43] * Joins: harth (harth@moz-C2C235AC.bb.sky.com)
  1210. # [20:44] <WG9s> artpar: if you get your patch installed onmozilla-centrl that is when it would make it to the auroroa branch then 6 weeks after that to beta then another 6 weeks to the release build
  1211. # [20:44] <Callek> ...or you could write your updated patch against mozilla-central itself
  1212. # [20:44] <WG9s> so really 12 weeks after that to release, unless you can convince someone that this is so critical it needs to not follow the normal process.
  1213. # [20:44] <Callek> which is usually a better choice, since your patch needs to land there first in 99% of the cases before it can land anywhere else
  1214. # [20:45] * Joins: JeroenDeDauw (jeroen@EB29BDE8.294DB2B4.F2F05916.IP)
  1215. # [20:46] * Quits: gwagner_ (idefix2@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner_)
  1216. # [20:48] * Quits: harsh (Mibbit@C25295C3.15C6DF7B.1551A00F.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1217. # [20:49] <artpar> okay, thanks you. btw, for the time i wait, what can i read to get more familiar with mozilla code, cuz writing fix for this first bug was took me a long time, XPCOM etc :/
  1218. # [20:51] <WG9s> artpar: Seems like you took a much more complex issue is amy first one, Was not XPCOM related. ;)
  1219. # [20:52] <WG9s> as a matter fo fact there are areas of code I just try to point out issues and not try to fix. I think you taking this on is a great thing!
  1220. # [20:52] * Joins: aw1231 (Mibbit@moz-9BA772FD.dhcp.embarqhsd.net)
  1221. # [20:55] <artpar> i might be using the wrong terminology here, but in all the code i have seen till now i see all these nsCOMPtr,getter,setters.. and i start to stumble :p
  1222. # [20:55] <artpar> this is what i am doing : https://bugzilla.mozilla.org/show_bug.cgi?id=110894
  1223. # [20:55] * Parts: aw1231 (Mibbit@moz-9BA772FD.dhcp.embarqhsd.net)
  1224. # [20:56] <artpar> i searched for these nsCOMPtr, getter_AddRefs, etc and i found xpcom
  1225. # [20:56] * khuey is now known as khuey|away
  1226. # [20:57] <artpar> so i said everything was on xpcom, so i though of reading xpcom, didnt get any beginners stuff, so i looked for COM stuff
  1227. # [20:57] <artpar> people said book by Don Box on COM is the best
  1228. # [20:58] <Callek> artpar: two good launching points for this stuff: https://developer.mozilla.org/en/The_Mozilla_platform and https://developer.mozilla.org/en/Developer_Guide
  1229. # [20:58] * Quits: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  1230. # [20:58] <artpar> but people also said COM is on the verge of dying (thats from a thread in 2009)
  1231. # [20:58] <Callek> artpar: some of that may be a bit old/out of date, but I'm not sure top of my head
  1232. # [20:58] <artpar> so i was confused :p
  1233. # [20:58] * Joins: harsh (Mibbit@C25295C3.15C6DF7B.1551A00F.IP)
  1234. # [20:59] <artpar> now i will read these two links you sent :)
  1235. # [20:59] <Callek> artpar: they link to https://developer.mozilla.org/en/XPCOM as one source of info as well ;-)
  1236. # [21:00] * Joins: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP)
  1237. # [21:00] <artpar> okay, thanks Callek
  1238. # [21:01] <Callek> artpar: fwiw, from my own experience, I wouldn't get too hung up on understanding the specifics those XPCOM-Related docs say, as much as learning how to use it by actually doing so
  1239. # [21:01] <Callek> I understood far more myself when I started coding XPCOM related stuff than I did reading any docs we had on the subject
  1240. # [21:02] <Callek> (I do reference docs/code once and a while, for a "hrm how do I do X, is there already something for that" among other things )
  1241. # [21:02] * Quits: dao (dao@moz-D2DD9DC8.superkabel.de) (Ping timeout)
  1242. # [21:03] * Quits: ircloggr (nodebot@moz-EE7F85B3.compute-1.amazonaws.com) (Client exited)
  1243. # [21:03] <artpar> how do i do that Callek ? it took me like 90 mins first time to set a string variable to what i needed, got all confused in nsAString, nsCString and other varities :p :p
  1244. # [21:03] * Joins: ircloggr (nodebot@moz-64024B7B.compute-1.amazonaws.com)
  1245. # [21:04] <artpar> i am right now Kind of Scared of this code :p when someone tell me to do something in php/javascript i know how wud i go about doing it, but here is a different case :p
  1246. # [21:05] <Callek> honestly with me and our ns*String I get confused as well
  1247. # [21:05] <Callek> 90 minutes sounds about right for me to figure out concretely what string class I should be using as well ;-)
  1248. # [21:05] <Callek> of course I also don't do too much String code in Cpp....
  1249. # [21:06] <Callek> I get "lucky" and work with buildbot/build-system and occassionally UI-In-JS
  1250. # [21:07] <Callek> but yea, there have been occassional conversations about merging many of our string classes to either a single API or at least something closer to stdlib <string> iirc.
  1251. # [21:08] <Callek> artpar: and for the most part, we are a very understanding/helpful community, so when you are stuck on something we are generally glad to help anyone who is willing to do some of the work in fixing our bugs ;-)
  1252. # [21:08] * Quits: lht (elihait@moz-722A94AD.dreamhost.com) (Quit: Ex-Chat)
  1253. # [21:09] * Quits: harsh (Mibbit@C25295C3.15C6DF7B.1551A00F.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1254. # [21:09] <artpar> yeah, thats one of the reason i am still doing it :) i got a lot of help from this irc and my mentor :D totally amazing people
  1255. # [21:09] <Callek> the degree of hands-on-help can vary, as in a "use nsACString.appendliteral() there" [I have no idea if thats a legit method top of my head, fwiw] vs, "heres the link to our guide on what string class to use" [e.g. https://developer.mozilla.org/En/Mozilla_internal_string_guide or https://developer.mozilla.org/En/Mozilla_external_string_guide]
  1256. # [21:09] * Joins: vikash (vikash@BB1DCE98.9B552DFD.5D9ABA9F.IP)
  1257. # [21:10] * Quits: NhanTDN (human_torc@DABF93C9.319B7742.85184009.IP) (Quit: )
  1258. # [21:11] <artpar> :)
  1259. # [21:12] * Joins: ehsan (ehsan@F0B20A8D.8458880F.57F33CED.IP)
  1260. # [21:12] * ChanServ sets mode: +o ehsan
  1261. # [21:16] * Joins: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net)
  1262. # [21:17] * Quits: dria (dria@moz-86A004D9.dhcp-dynamic.fibreop.nb.bellaliant.net) (Quit: dria)
  1263. # [21:17] <prazuber> Hi, can someone explain how to run reftests? I found guidelines on MDN, created simple reftests, but when I tried to run them, console says that grep is unknown command.
  1264. # [21:20] * Quits: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net) (Quit: bholley)
  1265. # [21:21] * Joins: chrisccoulson (chr1s@moz-692D94C8.cust-3601.ip.static.uno.uk.net)
  1266. # [21:22] * Quits: bdahl (bdahl@moz-E197F13B.hsd1.ca.comcast.net) (Client exited)
  1267. # [21:28] * Joins: mconley (mconley@moz-5E2C9899.eng.wind.ca)
  1268. # [21:29] * Joins: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net)
  1269. # [21:29] * Joins: gerv (gerv@moz-8E68CF56.in-addr.arpa)
  1270. # [21:35] * Quits: Wevah (Wevah@moz-5435D49F.stcd.qwest.net) (Quit: Wevah)
  1271. # [21:35] * khuey|away is now known as khuey
  1272. # [21:37] * Joins: bdahl (bdahl@moz-E197F13B.hsd1.ca.comcast.net)
  1273. # [21:39] * Quits: JeroenDeDauw (jeroen@EB29BDE8.294DB2B4.F2F05916.IP) (Ping timeout)
  1274. # [21:39] * Quits: bsmith (bsmith@moz-717636FD.hsd1.tx.comcast.net) (Ping timeout)
  1275. # [21:40] * Joins: JeroenDeDauw (jeroen@112A531.E43D4B07.7D022426.IP)
  1276. # [21:44] <Jesse> prazuber: what OS?
  1277. # [21:45] <prazuber> Windows
  1278. # [21:46] <prazuber> windows 7
  1279. # [21:46] * Quits: gkw (gkw@moz-7CD88B0C.hsd1.ca.comcast.net) (Quit: Instantbird 1.2a1pre)
  1280. # [21:49] * Joins: micadeyeye (micadeyeye@moz-A4DFD73A.dynamic.wa.co.za)
  1281. # [21:50] <WG9s> prazuber: ddi you n ot install mozilla build?
  1282. # [21:50] <WG9s> it shoudl have provided a grep command
  1283. # [21:50] * Quits: victorporof (victorporo@BD5B5B26.602BD6C.79933D60.IP) (Connection reset by peer)
  1284. # [21:51] <Jesse> prazuber: are you using a MozillaBuild prompt or a plain comes-with-windows cmd prompt?
  1285. # [21:51] * Joins: lmandel (lmandel@FE1F74.86ED00A7.971E19F6.IP)
  1286. # [21:51] <prazuber> oh... i was using cmd
  1287. # [21:51] * Joins: mjschranz (mjschranz@moz-6FE6B833.cpe.net.cable.rogers.com)
  1288. # [21:54] <prazuber> thanks, it worked
  1289. # [21:57] * Quits: graememcc (chatzilla@moz-69E8BB2C.range86-148.btcentralplus.com) (Ping timeout)
  1290. # [21:57] * Quits: @ehsan (ehsan@F0B20A8D.8458880F.57F33CED.IP) (Input/output error)
  1291. # [21:57] * Joins: Mnyromyr (Mnyromyr@B2521176.7B0892CB.771966F7.IP)
  1292. # [21:58] * Joins: graememcc (chatzilla@moz-BBC312DB.range86-150.btcentralplus.com)
  1293. # [21:59] * Quits: bdahl (bdahl@moz-E197F13B.hsd1.ca.comcast.net) (Client exited)
  1294. # [22:01] <WG9s> khuey: Well now an orange on a reftest on your reftest fix backout. Looks like an infra type issue, but I really think you should star and not me. Just sayin'
  1295. # [22:02] * Quits: Ms2ger (Ms2ger@3D429861.2FFB4560.37724B0D.IP) (Ping timeout)
  1296. # [22:07] * Joins: bdahl (bdahl@moz-E197F13B.hsd1.ca.comcast.net)
  1297. # [22:07] * Quits: bjacob (bjacob@moz-6475DA61.dsl.bell.ca) (Ping timeout)
  1298. # [22:14] * Quits: ferongr (ferongr@CF8EE14F.F831E23E.F5160715.IP) (Ping timeout)
  1299. # [22:17] * Quits: artpar (artpar@4D7055A1.B441A223.2C7B20EF.IP) (Ping timeout)
  1300. # [22:18] * Joins: mimcpher (mimcpher@moz-21D6B3DE.csclub.uwaterloo.ca)
  1301. # [22:18] * Joins: artpar (artpar@6CE8E5E0.6E742BAD.48ADE194.IP)
  1302. # [22:18] <mimcpher> about:jank isn't working on current nightly. Is there a better way for me to find out why my browser is freezing?
  1303. # [22:18] <Jesse> freezing for a second and recovering, or freezing forever?
  1304. # [22:19] * Joins: ferongr (ferongr@CF8EE14F.F831E23E.F5160715.IP)
  1305. # [22:19] * Joins: Ms2ger (Ms2ger@3D429861.2FFB4560.37724B0D.IP)
  1306. # [22:19] <mimcpher> freezing for a second or two then recovering
  1307. # [22:19] * Quits: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net) (Input/output error)
  1308. # [22:19] * Joins: harsh (Mibbit@C25295C3.15C6DF7B.1551A00F.IP)
  1309. # [22:20] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  1310. # [22:21] * Quits: prazuber (prazuber@moz-8FDA4E25.savvy.volia.net) (Quit: )
  1311. # [22:23] * Quits: tonymec (tonymec@5E568552.C54F2675.277517C1.IP) (Ping timeout)
  1312. # [22:24] * Joins: tonymec (tonymec@5E568552.C54F2675.277517C1.IP)
  1313. # [22:28] * Quits: harsh (Mibbit@C25295C3.15C6DF7B.1551A00F.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1314. # [22:29] * Quits: gerv (gerv@moz-8E68CF56.in-addr.arpa) (Quit: Leaving.)
  1315. # [22:29] * Quits: ehoogeveen (emanuel.ho@moz-B95F3766.chello.nl) (Ping timeout)
  1316. # [22:34] * Joins: harsh (Mibbit@C25295C3.15C6DF7B.1551A00F.IP)
  1317. # [22:37] * Quits: mjschranz (mjschranz@moz-6FE6B833.cpe.net.cable.rogers.com) (Ping timeout)
  1318. # [22:38] * Quits: bdahl (bdahl@moz-E197F13B.hsd1.ca.comcast.net) (Client exited)
  1319. # [22:38] * Joins: mjschranz (mjschranz@moz-6FE6B833.cpe.net.cable.rogers.com)
  1320. # [22:38] * Quits: JeroenDeDauw (jeroen@112A531.E43D4B07.7D022426.IP) (Ping timeout)
  1321. # [22:38] * Quits: Ms2ger (Ms2ger@3D429861.2FFB4560.37724B0D.IP) (Ping timeout)
  1322. # [22:42] * Joins: JeroenDeDauw (jeroen@48678AF.F49FB72B.172227A7.IP)
  1323. # [22:43] * Quits: ferongr (ferongr@CF8EE14F.F831E23E.F5160715.IP) (Ping timeout)
  1324. # [22:43] * Joins: ferongr (ferongr@CF8EE14F.F831E23E.F5160715.IP)
  1325. # [22:43] * Quits: mjschranz (mjschranz@moz-6FE6B833.cpe.net.cable.rogers.com) (Ping timeout)
  1326. # [22:50] * Quits: JonathanS (JonathanS@17EDFC35.8737F162.521902B0.IP) (Quit: Computer has gone to sleep.)
  1327. # [22:50] * Joins: andreea_RO (andreea.di@A80096DE.8A854CD.4873E54D.IP)
  1328. # [22:50] * Quits: tonymec (tonymec@5E568552.C54F2675.277517C1.IP) (Ping timeout)
  1329. # [22:54] * merike is now known as merike|away
  1330. # [22:55] * Joins: Ms2ger (Ms2ger@3D429861.2FFB4560.37724B0D.IP)
  1331. # [22:59] * Quits: lmandel (lmandel@FE1F74.86ED00A7.971E19F6.IP) (Quit: lmandel)
  1332. # [22:59] * Quits: @khuey (khuey@moz-B77DEAEB.mozilla.org) (Ping timeout)
  1333. # [23:01] * Joins: victorporof (victorporo@BD5B5B26.602BD6C.79933D60.IP)
  1334. # [23:03] * Joins: khuey (khuey@moz-B77DEAEB.mozilla.org)
  1335. # [23:03] * ChanServ sets mode: +o khuey
  1336. # [23:07] * Quits: tonymec|away (tonymec@5E568552.C54F2675.277517C1.IP) (Ping timeout)
  1337. # [23:08] * Joins: mib_jasojd (Mibbit@1C6F9B7F.EB456A91.E5772CEC.IP)
  1338. # [23:08] * Joins: tonymec|away (tonymec@5E568552.C54F2675.277517C1.IP)
  1339. # [23:08] * Quits: dholbert (dholbert@moz-EAA4454E.hsd1.ca.comcast.net) (Ping timeout)
  1340. # [23:09] * Quits: mib_jasojd (Mibbit@1C6F9B7F.EB456A91.E5772CEC.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1341. # [23:09] * Joins: dholbert (dholbert@moz-EAA4454E.hsd1.ca.comcast.net)
  1342. # [23:10] * Quits: ehugg (chatzilla@moz-44D86B1E.cisco.com) (Ping timeout)
  1343. # [23:10] * Joins: ehugg (chatzilla@moz-44D86B1E.cisco.com)
  1344. # [23:12] * Quits: JeroenDeDauw (jeroen@48678AF.F49FB72B.172227A7.IP) (Ping timeout)
  1345. # [23:13] * Joins: JonathanS (JonathanS@17EDFC35.8737F162.521902B0.IP)
  1346. # [23:14] * Quits: tonymec|away (tonymec@5E568552.C54F2675.277517C1.IP) (Ping timeout)
  1347. # [23:15] * Joins: tonymec|away (tonymec@5E568552.C54F2675.277517C1.IP)
  1348. # [23:16] * Joins: JeroenDeDauw (jeroen@7607AFFC.6E3609D2.172227A7.IP)
  1349. # [23:16] * Quits: harsh (Mibbit@C25295C3.15C6DF7B.1551A00F.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1350. # [23:18] * Quits: Honza (chatzilla@C62E2FAA.23B79DE4.D0083327.IP) (Ping timeout)
  1351. # [23:19] * Quits: lduros (lduros@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com) (Ping timeout)
  1352. # [23:19] * Quits: macmaN (chezburger@moz-DA23949E.dyn.estpak.ee) (Ping timeout)
  1353. # [23:19] * Joins: lduros (lduros@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com)
  1354. # [23:20] * Quits: catalinb (ethereal@3B00157C.4339B50.5BC07656.IP) (Ping timeout)
  1355. # [23:22] * Quits: ferongr (ferongr@CF8EE14F.F831E23E.F5160715.IP) (Ping timeout)
  1356. # [23:23] * Joins: ferongr (ferongr@CF8EE14F.F831E23E.F5160715.IP)
  1357. # [23:24] * Quits: JeroenDeDauw (jeroen@7607AFFC.6E3609D2.172227A7.IP) (Ping timeout)
  1358. # [23:26] * Joins: JeroenDeDauw (jeroen@7607AFFC.6E3609D2.172227A7.IP)
  1359. # [23:26] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  1360. # [23:30] * Quits: kennyluck (kennyluck@moz-5A445895.dynamic.hinet.net) (Ping timeout)
  1361. # [23:30] * Joins: kennyluck (kennyluck@moz-A433746E.dynamic.hinet.net)
  1362. # [23:35] * Quits: squib (squib@moz-B01B5D55.dhcp.mdsn.wi.charter.com) (Quit: Leaving)
  1363. # [23:36] * Quits: TheLink (TheLink@moz-7E63266B.hsi5.kabel-badenwuerttemberg.de) (Client exited)
  1364. # [23:36] * Joins: dseif (dseif@moz-BEBF47AA.dsl.bell.ca)
  1365. # [23:37] * Quits: msucan (msucan-@754ABC71.319ADCBF.D7B372F7.IP) (Quit: .)
  1366. # [23:39] * Quits: zandr (zandr@moz-891BD824.milewski.org) (Ping timeout)
  1367. # [23:41] * Quits: andreea_RO (andreea.di@A80096DE.8A854CD.4873E54D.IP) (Quit: )
  1368. # [23:44] * Quits: dseif (dseif@moz-BEBF47AA.dsl.bell.ca) (Input/output error)
  1369. # [23:45] * Quits: ochameau (ochameau@moz-A33C217B.fbx.proxad.net) (Ping timeout)
  1370. # [23:45] * Quits: JeroenDeDauw (jeroen@7607AFFC.6E3609D2.172227A7.IP) (Ping timeout)
  1371. # [23:46] * Joins: dseif (dseif@moz-BEBF47AA.dsl.bell.ca)
  1372. # [23:47] * Joins: ochameau (ochameau@moz-A33C217B.fbx.proxad.net)
  1373. # [23:47] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  1374. # [23:47] * Joins: JeroenDeDauw (jeroen@98161A10.67B57DE6.704C3406.IP)
  1375. # [23:47] * Quits: dseif (dseif@moz-BEBF47AA.dsl.bell.ca) (Input/output error)
  1376. # [23:48] * Joins: tonymec (tonymec@5E568552.C54F2675.277517C1.IP)
  1377. # [23:52] * Quits: Ms2ger (Ms2ger@3D429861.2FFB4560.37724B0D.IP) (Ping timeout)
  1378. # [23:52] * Joins: TheLink (TheLink@moz-7E63266B.hsi5.kabel-badenwuerttemberg.de)
  1379. # [23:52] * Quits: TheLink (TheLink@moz-7E63266B.hsi5.kabel-badenwuerttemberg.de) (Client exited)
  1380. # [23:55] * Joins: zandr (zandr@moz-891BD824.milewski.org)
  1381. # [23:57] * Quits: Mnyromyr (Mnyromyr@B2521176.7B0892CB.771966F7.IP) (Quit: ChatZilla 0.9.86 [SeaMonkey 1.1.19/2010030105])
  1382. # [23:58] * Quits: fxa90id (fxa90id@moz-53C731C1.neoplus.adsl.tpnet.pl) (Quit: Leaving)
  1383. # [23:58] * Quits: jimb (user@moz-F4EC06CC.hsd1.or.comcast.net) (Ping timeout)
  1384. # [23:59] * Joins: jimb (user@moz-F4EC06CC.hsd1.or.comcast.net)
  1385. # Session Close: Sun Apr 08 00:00:00 2012

The end :)