/irc-logs / mozilla / #developers / 2013-11-16 / end

Options:

  1. # Session Start: Sat Nov 16 00:00:00 2013
  2. # Session Ident: #developers
  3. # [00:01] <@ehsan> yep
  4. # [00:02] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  5. # [00:02] <glandium> ehsan: btw, did you try it on a subset of js?
  6. # [00:02] <tbsaunde> ehsan: man I remember when you didn't think what a sane idea ;)
  7. # [00:02] <@ehsan> glandium: not yet
  8. # [00:02] <@ehsan> but I will
  9. # [00:02] <@ehsan> tbsaunde: pardon?
  10. # [00:02] * Quits: ctangira (ctangira@moz-CFCC7B62.cisco.com) (Ping timeout)
  11. # [00:03] * Quits: retornam (retornam@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  12. # [00:03] <glandium> ehsan: there's potential for big wins. but the files are already quite long to compile, so 16 of them might be over the top
  13. # [00:03] <glandium> ehsan: some directories might benefit from having a different limit
  14. # [00:03] <@ehsan> glandium: my plan is that once we have a considerable chunk of the tree in unified mode, try to adjust that number
  15. # [00:03] * Joins: surkov (surkov@74F7CB6C.E80E6317.6BEEAEBD.IP)
  16. # [00:04] <@ehsan> yeah
  17. # [00:04] <@ehsan> can we do it per dir?
  18. # [00:04] <tbsaunde> ehsan: several months ago you thought unified building was crazy or am I dreaming
  19. # [00:04] <glandium> ehsan: not currently
  20. # [00:04] <@ehsan> tbsaunde: I don't remember thinking that!
  21. # [00:04] * Quits: briansmith (briansmith@moz-7B0110AD.mv.mozilla.com) (Ping timeout)
  22. # [00:04] <@ehsan> but I sometimes change my mind!
  23. # [00:04] <@ehsan> glandium: yeah I know. I mean, is that an option?
  24. # [00:04] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  25. # [00:05] <glandium> ehsan: that's one i thought about when i implemented UNIFIED_SOURCES, but as it wasn't necessary at first, i skipped that
  26. # [00:05] * Joins: Hughman (Hughman@moz-1727A300.static.tpgi.com.au)
  27. # [00:05] <@ehsan> ok, it might be nice to have that option
  28. # [00:06] * Joins: briansmith (briansmith@moz-7B0110AD.mv.mozilla.com)
  29. # [00:06] <glandium> something to measure build time of individual files would be helpful too
  30. # [00:06] * bobowen|afk is now known as bobowen
  31. # [00:06] <glandium> i've done some stats a while ago from the logs of my distcc. The average build time on my machine was 1.5s per file
  32. # [00:07] <glandium> but some were taking like 8 or 9s
  33. # [00:07] <@ehsan> not sure if that number gives us anything actionable
  34. # [00:07] <@smaug> glandium: curious, do you know if other large projects use unified compiling ?
  35. # [00:07] <RyanVM|afk> sqlite :)
  36. # [00:07] <@ted> sqlite
  37. # [00:07] <@ehsan> see the numbers that gps posted to the list for example
  38. # [00:07] * RyanVM|afk wins
  39. # [00:07] <@ted> bah
  40. # [00:07] <@ehsan> they're interesting to know, but I don't think they're useful to make things faster
  41. # [00:07] <RyanVM|afk> :P
  42. # [00:07] <@ehsan> smaug: I know of one
  43. # [00:07] <@ehsan> it's proprietary
  44. # [00:07] <glandium> ehsan: well, i'd rather not consider unifying 16 files that take 8s each to build
  45. # [00:08] * Quits: jhford (jhford@moz-D8988180.org) (Quit: ZNC - http://znc.in)
  46. # [00:08] * jhford_ is now known as jhford
  47. # [00:08] <tbsaunde> smaug: I think I've seen some unified stuff in the webkit repo
  48. # [00:08] <@ehsan> glandium: I'll experiment with it when I get to js/src
  49. # [00:08] <Mook_as> do template-heavy C++ things do it? (things like Qt)
  50. # [00:08] * Mook_as is guessing that looks vaguely like what js/src is like these days
  51. # [00:08] <glandium> ehsan: and it's also interesting to measure how long those unified files take to be built. If we have some that take 30s, we may want to reconsider them
  52. # [00:08] * corey|away is now known as corey
  53. # [00:08] <lgarner> gps: ping.
  54. # [00:08] <bobowen> bholley: ping
  55. # [00:08] <bholley> bobowen: hey
  56. # [00:08] * mcote is now known as mcote|afk
  57. # [00:09] <bholley> bobowen: sorry for the delay in the bug - I was going to respond soon
  58. # [00:09] * Quits: marco (Thunderbir@moz-7974316B.retail.telecomitalia.it) (Ping timeout)
  59. # [00:09] <bobowen> bholley: no problem, do you have any time to chat now?
  60. # [00:09] <@ehsan> glandium: depends on how long it takes to build them individually too
  61. # [00:09] <@ehsan> but we can move the needle in either direction
  62. # [00:09] <glandium> ehsan: sure
  63. # [00:09] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  64. # [00:09] * rail is now known as rail_away
  65. # [00:09] <bholley> bobowen: basically, bz and I are super excited that you're working on this, and we've been trying to sprint to get the incumbent script stack ready for you (which is what I'm working on now)
  66. # [00:10] <@ehsan> anyways, I gotta go home now
  67. # [00:10] <glandium> ehsan: but the point is, currently, we're kind of doing this blindly
  68. # [00:10] <@ehsan> have a nice weekend everyone
  69. # [00:10] <bholley> bobowen: sure thing - let's talk
  70. # [00:10] <glandium> ehsan: you too
  71. # [00:10] <@ehsan> glandium: true, but I'm aware of it :)
  72. # [00:10] <glandium> hey, it *is* the week end
  73. # [00:10] <@ehsan> so I'll look into adjusting it in the future
  74. # [00:10] <@ehsan> glandium: you're living in the future ;)
  75. # [00:10] <glandium> indeed i am
  76. # [00:11] * Quits: @ehsan (ehsan@13F2CEC5.7672369.D8E68FF6.IP) (Quit: vanished into thin air...)
  77. # [00:11] <bholley> bobowen: (I just CCed you on bug 937317)
  78. # [00:11] * Quits: arnaud_bienner (arno@moz-A1109EC1.dsl.sta.abo.bbox.fr) (Ping timeout)
  79. # [00:12] * Joins: arnaud_bienner (arno@moz-A1109EC1.dsl.sta.abo.bbox.fr)
  80. # [00:12] * Joins: jhford_ (jhford@moz-D8988180.org)
  81. # [00:12] * Quits: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  82. # [00:13] * Joins: marco (Thunderbir@moz-7974316B.retail.telecomitalia.it)
  83. # [00:13] * hwine|afk is now known as hwine
  84. # [00:13] * Joins: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  85. # [00:14] * philor|away is now known as philor
  86. # [00:14] * Joins: grapenuts (chatzilla@moz-EF816845.nycap.res.rr.com)
  87. # [00:15] * Joins: capella (chatzilla@moz-6EBC7F51.twcny.res.rr.com)
  88. # [00:15] * Joins: bdahl_ (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  89. # [00:16] * hwine is now known as hwine|mtg
  90. # [00:16] * Quits: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  91. # [00:16] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  92. # [00:17] * Quits: ericjung (ericjung@EBA5EBAE.78089B69.E141FD9.IP) (Quit: Leaving)
  93. # [00:18] * Quits: Asa (asa@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  94. # [00:18] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  95. # [00:18] * bdahl_ is now known as bdahl
  96. # [00:18] * Joins: ericjung (ericjung@EBA5EBAE.78089B69.E141FD9.IP)
  97. # [00:18] * Quits: arnaud_bienner (arno@moz-A1109EC1.dsl.sta.abo.bbox.fr) (Ping timeout)
  98. # [00:19] * Quits: mkohler (michael@891295DE.39719C70.BD7DB2FB.IP) (Ping timeout)
  99. # [00:20] * mattwoodrow is now known as mattwoodrow|away
  100. # [00:20] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  101. # [00:20] * Quits: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net) (Ping timeout)
  102. # [00:21] * Joins: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net)
  103. # [00:21] * Quits: dholbert_ (dholbert@moz-BBE3ABD.mv.mozilla.com) (Quit: Ex-Chat)
  104. # [00:22] * Quits: surkov (surkov@74F7CB6C.E80E6317.6BEEAEBD.IP) (Quit: surkov)
  105. # [00:22] * Joins: surkov (surkov@74F7CB6C.E80E6317.6BEEAEBD.IP)
  106. # [00:22] * Quits: gbrown (gbrown@moz-6075880C.cg.shawcable.net) (Quit: gbrown)
  107. # [00:22] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  108. # [00:23] * Joins: spohl (Adium@moz-C64E768A.carolina.res.rr.com)
  109. # [00:23] * hwine|mtg is now known as hwine
  110. # [00:23] * Quits: rmkoesters (Thunderbir@moz-37C52F11.resnet.wisc.edu) (Quit: rmkoesters)
  111. # [00:24] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  112. # [00:24] * Quits: feltnerm (feltnerm@9AC552E8.C69D9A6B.61C21BB7.IP) (Client exited)
  113. # [00:24] * Quits: spohl (Adium@moz-C64E768A.carolina.res.rr.com) (Ping timeout)
  114. # [00:24] * Joins: arnaud_bienner (arno@moz-A1109EC1.dsl.sta.abo.bbox.fr)
  115. # [00:25] * Quits: hurley (hurley@moz-9D898FC2.public.wayport.net) (Quit: MOOTEX!)
  116. # [00:26] * Joins: jfkthame (jfkthame@moz-BD15DB83.cable.virginm.net)
  117. # [00:26] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  118. # [00:26] * Quits: fabrice (fabrice@moz-94F028C6.hsd1.ca.comcast.net) (Ping timeout)
  119. # [00:27] * Joins: fabrice (fabrice@moz-94F028C6.hsd1.ca.comcast.net)
  120. # [00:28] * Quits: arnaud_bienner (arno@moz-A1109EC1.dsl.sta.abo.bbox.fr) (Quit: Ex-Chat)
  121. # [00:30] * Quits: erick (erick@E1304535.2A7189BF.BE19388.IP) (Ping timeout)
  122. # [00:30] <dholbert> I just noticed that when you edit a patch file in emacs and delete a contextual line, it automatically updates the "@@ -510,16 +510,26 @@" patch-hunk header for you, to indicate the new line count
  123. # [00:30] <dholbert> [mind blown]
  124. # [00:30] * Joins: erick (erick@E1304535.2A7189BF.BE19388.IP)
  125. # [00:30] * Joins: ehugg_ (ehugg@moz-44D86B1E.cisco.com)
  126. # [00:30] <sfink> yep, pretty awesome
  127. # [00:30] <sfink> though it gets confused pretty easily
  128. # [00:30] <tbsaunde> I guess that helps explain how bz tolerates hand editing patches
  129. # [00:31] <jesup> emacs reach self-awareness in 2004, and is just biding it's time....
  130. # [00:31] <jesup> s/reach/reached/
  131. # [00:32] <jesup> It is, after all, written in a variant of LISP
  132. # [00:32] * dholbert makes a note to avoid switching to the "skynet" major mode
  133. # [00:32] <jesup> Which I think would seriously confuse a lot of people graduating today. Let's not even mention APL.... (oops)
  134. # [00:33] * catlee is now known as catlee-away
  135. # [00:34] <jesup> emacs has kitchen-sinks hidden in kitchen-sinks. Witness stuff like artist-mode
  136. # [00:34] <dholbert> jesup, and here I've been using asciiflow.com for my ascii art needs
  137. # [00:34] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  138. # [00:35] * Quits: alagenchev (alagenchev@moz-D34A6028.bootp.virginia.edu) (Quit: Leaving)
  139. # [00:35] <dholbert> when I could've saved all that bandwidth and just used emacs
  140. # [00:35] <jesup> dholbert: :-) It was sitting under your fingers this whole time
  141. # [00:36] <jesup> artist-mode is good for IETF spec diagrams (which must be ASCII)
  142. # [00:39] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  143. # [00:40] * Quits: joneshf-work (joneshf@moz-797CE799.concordusapps.com) (Ping timeout)
  144. # [00:40] * Quits: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net) (Ping timeout)
  145. # [00:41] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Ping timeout)
  146. # [00:41] * Quits: teoli (teoli@moz-9E648524.range86-146.btcentralplus.com) (Ping timeout)
  147. # [00:43] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  148. # [00:43] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  149. # [00:43] * Joins: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz)
  150. # [00:43] * Quits: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz) (Client exited)
  151. # [00:44] * Quits: WG9s (bill@moz-E9E3CA35.hsd1.ma.comcast.net) (Quit: ChatZilla 0.9.87-7.1450hg.fc19 [XULRunner 25.0/20131030081700])
  152. # [00:45] * Joins: rvitillo (vitillo@2D19BBF3.D1BEC4BB.30311652.IP)
  153. # [00:46] * Quits: rvitillo (vitillo@2D19BBF3.D1BEC4BB.30311652.IP) (Quit: rvitillo)
  154. # [00:46] * Quits: brendan (brendaneic@AC76554C.5B712BE.287DB107.IP) (Quit: brendan)
  155. # [00:46] * Joins: jedp (jedp@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  156. # [00:47] <jesup> There are other fun mods: bug-reference-mode/bug-reference-prog-mode, array-mode, css-mode (you probably know that one!), cwarn-mode, glasses-mode (which could be REALLY confusing), hexl-mode, mouse-avoidance-mode, occur-mode (and occur), whitespace-mode/whitespace-newline-mode, etc. We won't mention wordstar-mode.... (oops again ;-)
  157. # [00:49] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  158. # [00:49] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Quit: jib)
  159. # [00:50] <mccr8> anybody want to review a bustage fix for inbound? https://pastebin.mozilla.org/3612145
  160. # [00:50] * Joins: mkohler (michael@82BB52B2.E0BD96E5.9ECBD630.IP)
  161. # [00:50] <mccr8> it is a change to TestRunner.js
  162. # [00:50] <mccr8> bholley: ted: ^
  163. # [00:52] * Quits: jet (jet@E7A0D75B.DB13CE91.276CF2D2.IP) (Quit: jet)
  164. # [00:52] <froydnj> mccr8: lgtm
  165. # [00:53] * sheppy is now known as sheppy-gone
  166. # [00:53] <mccr8> froydnj: thanks! with that, we get stats for mochitest plain and mochitest chrome
  167. # [00:53] * Joins: retornam (retornam@moz-BBE3ABD.mv.mozilla.com)
  168. # [00:54] * Quits: bajaj (Adium@moz-BBE3ABD.mv.mozilla.com) (Connection reset by peer)
  169. # [00:54] * Joins: bajaj1 (Adium@moz-BBE3ABD.mv.mozilla.com)
  170. # [00:55] * Joins: tonymec|away (tonymec@881F4FC2.200555EB.277517C1.IP)
  171. # [00:55] * Quits: WeirdAl (chatzilla@moz-D461843.ask.info) (Ping timeout)
  172. # [00:56] * Quits: mkohler (michael@82BB52B2.E0BD96E5.9ECBD630.IP) (Quit: mkohler)
  173. # [00:57] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/a7a6ff24a7b8 - Andrew McCreight - Bug 939137 - make it work in both mochitest plain and chrome. r=froydnj
  174. # [00:57] * shu is now known as shu`out
  175. # [00:57] <philor> wonder whether cooking the order we run things in would improve our lives
  176. # [00:57] * Quits: Pike (chatzilla@moz-8BFBE5DC.pool.mediaways.net) (Quit: ChatZilla 0.9.90.1 [Firefox 24.0/20130910160258])
  177. # [00:58] * Joins: feltnerm (feltnerm@moz-DD16D13D.dhcp.mdsn.wi.charter.com)
  178. # [00:58] * Quits: dao (dao@moz-E158BB57.superkabel.de) (Quit: Leaving.)
  179. # [00:58] * Quits: ericjung (ericjung@EBA5EBAE.78089B69.E141FD9.IP) (Quit: Leaving)
  180. # [00:58] <philor> either by letting poor toolkit/mozapps/extensions/ finally get out of the hotseat at the very end of the run, or by letting devtools and maybe sessionstore run at the start on a nice clean system
  181. # [00:59] <mccr8> yeah that should help, though maybe we'll just find later tests that allocate big chunks
  182. # [01:00] <mccr8> once we figure out what tests are fragmenting virtual memory or whatever we can also put those last...
  183. # [01:01] * Quits: grapenuts (chatzilla@moz-EF816845.nycap.res.rr.com) (Quit: ChatZilla 0.9.90.1 [Firefox 27.0a2/20131115004004])
  184. # [01:02] * bobowen is now known as bobowen|afk
  185. # [01:03] * Quits: bobowen|afk (chatzilla@moz-1D1E0AF5.dynamic.dsl.as9105.com) (Quit: ChatZilla 0.9.90.1 [Firefox 25.0/20131025151332])
  186. # [01:04] * Joins: ericjung (ericjung@EBA5EBAE.78089B69.E141FD9.IP)
  187. # [01:05] * Quits: tessarakt2 (jens@moz-43720C22.dip0.t-ipconnect.de) (Ping timeout)
  188. # [01:06] * jorendorff is now known as jorendorff_away
  189. # [01:08] * Quits: ericjung (ericjung@EBA5EBAE.78089B69.E141FD9.IP) (Ping timeout)
  190. # [01:09] * Joins: tonymec (tonymec@881F4FC2.200555EB.277517C1.IP)
  191. # [01:10] * Quits: geo (geo@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving...)
  192. # [01:10] * Joins: bajaj (Adium@moz-BBE3ABD.mv.mozilla.com)
  193. # [01:10] * Quits: bajaj1 (Adium@moz-BBE3ABD.mv.mozilla.com) (Connection reset by peer)
  194. # [01:11] * JosiahOne|Away is now known as JosiahOne
  195. # [01:11] * Quits: tomer (tomer@DD5F0006.6A659BDF.FC30AC02.IP) (Ping timeout)
  196. # [01:11] * KWierso is now known as KWierso|afk
  197. # [01:12] * Joins: WeirdAl (chatzilla@moz-D461843.ask.info)
  198. # [01:14] * mcomella_ is now known as mcomella
  199. # [01:14] * Joins: gustavold (gustavold@18AE9622.966CDB88.DF2AC62B.IP)
  200. # [01:14] * Joins: till (till@moz-86E36E3.adsl.alicedsl.de)
  201. # [01:19] * Joins: alagenchev (alagenchev@moz-D34A6028.bootp.virginia.edu)
  202. # [01:19] * Quits: mconley (mconley@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  203. # [01:20] * Quits: gustavold (gustavold@18AE9622.966CDB88.DF2AC62B.IP) (Ping timeout)
  204. # [01:21] * corey is now known as corey|away
  205. # [01:21] * Quits: Boriss (Boriss@B0094B69.B1197D5E.87193065.IP) (Ping timeout)
  206. # [01:21] <alagenchev> I am trying to add a new observer service topic that would be observable by add ons. When I notifyObservers, my observers on the browser side receive the notification, but the addon observers don't. My code on the addon side receives other observers just fine. What could be wrong?
  207. # [01:21] * Joins: Boriss (Boriss@9388DA30.41FC7392.D4A9B473.IP)
  208. # [01:22] * Quits: tonymec (tonymec@881F4FC2.200555EB.277517C1.IP) (Input/output error)
  209. # [01:22] * Quits: KaiRo (robert@moz-FFF31FDA.adsl.highway.telekom.at) (Input/output error)
  210. # [01:23] * Quits: juanb (jbecerra@moz-ACDE7EEC.mozilla.com) (Quit: juanb)
  211. # [01:23] * Joins: KaiRo (robert@moz-FFF31FDA.adsl.highway.telekom.at)
  212. # [01:23] * Joins: tonymec (tonymec@881F4FC2.200555EB.277517C1.IP)
  213. # [01:24] * geekboy|afk is now known as geekboy
  214. # [01:25] * Quits: schien (anonymous@moz-D07E5543.dynamic.hinet.net) (Quit: schien)
  215. # [01:25] * Quits: lassey (blassey@moz-A4899051.hsd1.ma.comcast.net) (Connection reset by peer)
  216. # [01:26] * Joins: blassey (blassey@moz-A4899051.hsd1.ma.comcast.net)
  217. # [01:26] * Joins: brendan (brendaneic@AC76554C.5B712BE.287DB107.IP)
  218. # [01:28] * Quits: brendan (brendaneic@AC76554C.5B712BE.287DB107.IP) (Quit: brendan)
  219. # [01:31] * Quits: jdm (jdm@9C2E78E6.8C982E60.292610BC.IP) (Quit: Lost terminal)
  220. # [01:33] * Quits: RealRaven (Thunderbir@11882A8D.ADF9BBB7.C3498625.IP) (Ping timeout)
  221. # [01:34] <WeirdAl> alagenchev: pastebin.mozilla.org please?
  222. # [01:35] * Quits: blassey (blassey@moz-A4899051.hsd1.ma.comcast.net) (Connection reset by peer)
  223. # [01:35] * Joins: blassey (blassey@moz-A4899051.hsd1.ma.comcast.net)
  224. # [01:35] * Quits: grobinson|laptop (grob_@54AD1C99.D097FED2.86BD9C9E.IP) (Ping timeout)
  225. # [01:37] * Quits: retornam (retornam@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving...)
  226. # [01:40] * Quits: loadbang (simon@moz-581F4AE2.range86-161.btcentralplus.com) (Quit: loadbang)
  227. # [01:40] * Quits: azakai (alon@moz-BBE3ABD.mv.mozilla.com) (Quit: Ex-Chat)
  228. # [01:40] * Quits: mmc|laptop (mchew@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: mmc|laptop)
  229. # [01:40] * Parts: Snuffleupagus (chatzilla@moz-7411B7A4.bredband.comhem.se)
  230. # [01:40] * Joins: azakai (alon@moz-BBE3ABD.mv.mozilla.com)
  231. # [01:40] * Quits: tonymec|away (tonymec@881F4FC2.200555EB.277517C1.IP) (Ping timeout)
  232. # [01:40] * Parts: ckerschb (ckerschb@moz-82777327.ics.uci.edu)
  233. # [01:40] * Quits: tonymec (tonymec@881F4FC2.200555EB.277517C1.IP) (Ping timeout)
  234. # [01:41] * corey|away is now known as corey
  235. # [01:41] * Joins: jkitch (Thunderbir@moz-18512473.lns20.adl2.internode.on.net)
  236. # [01:42] * geekboy is now known as geekboy|afk
  237. # [01:42] * Joins: brendan (brendaneic@AC76554C.5B712BE.287DB107.IP)
  238. # [01:43] * Quits: Waldo (waldo@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  239. # [01:43] * Quits: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  240. # [01:43] * Joins: Waldo (waldo@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  241. # [01:46] * Quits: abwillis (abwillis@CBAC43F2.9DD4DBBF.6A7A197.IP) (Quit: ChatZilla 0.9.90.1 [SeaMonkey 2.7.2/20130908222133])
  242. # [01:47] <NeilAway> jesup: does it have an emacs-mode?
  243. # [01:48] * Joins: ahal (ahal@ADC6C0EE.F7EBA23.C3C3A9D0.IP)
  244. # [01:49] <jesup> NeilAway: ironically, that's missing. Emacs within emacs... Perhaps vi-mode has emacs-mode within it....
  245. # [01:49] * Joins: tonymec|away (tonymec@E1FAF75F.76E7E992.277517C1.IP)
  246. # [01:49] * NeilAway remembers writing his own vi-mode and news-mode for emacs because he didn't like the ones that shipped with it
  247. # [01:50] * Quits: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net) (Ping timeout)
  248. # [01:50] * Joins: jviereck (Adium@moz-CF8216D6.dip0.t-ipconnect.de)
  249. # [01:50] * Quits: brendan (brendaneic@AC76554C.5B712BE.287DB107.IP) (Quit: brendan)
  250. # [01:51] * Joins: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net)
  251. # [01:53] * Joins: masayuki1 (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  252. # [01:55] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  253. # [01:55] * Joins: sawrubh (uid6719@moz-5F4AA75A.irccloud.com)
  254. # [01:56] * alagenchev is now known as alagenchev|afk
  255. # [01:57] * Quits: tonymec|away (tonymec@E1FAF75F.76E7E992.277517C1.IP) (Ping timeout)
  256. # [01:58] * corey is now known as corey|away
  257. # [01:58] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  258. # [01:59] * ctalbert is now known as ctalbert|afk
  259. # [02:01] * Quits: myk (myk@moz-996D3BDA.dsl.dynamic.sonic.net) (Quit: Instantbird 1.5a1pre -- http://www.instantbird.com)
  260. # [02:01] * Quits: h4writer (h4writer@moz-957FCBC.access.telenet.be) (Ping timeout)
  261. # [02:02] * Joins: joneshf-work (joneshf@moz-797CE799.concordusapps.com)
  262. # [02:03] * Quits: blassey (blassey@moz-A4899051.hsd1.ma.comcast.net) (Input/output error)
  263. # [02:03] * Quits: Waldo (waldo@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: cantina time)
  264. # [02:03] * Quits: rwaldron (rwaldron@moz-57519E7C.nycmny.fios.verizon.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  265. # [02:04] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  266. # [02:04] * Joins: tonymec|away (tonymec@59A05D83.B3CB9947.277517C1.IP)
  267. # [02:07] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  268. # [02:08] * Quits: brett (brettgaylo@moz-A1208B12.dedicated.allstream.net) (Ping timeout)
  269. # [02:08] * Quits: phenom (phenom@CB0C5768.FA53EA90.4A5F0685.IP) (Quit: Leaving)
  270. # [02:08] * JosiahOne is now known as JosiahOne|Away
  271. # [02:11] * Joins: tonymec (tonymec@59A05D83.B3CB9947.277517C1.IP)
  272. # [02:12] * Parts: ejpbruel (ejpbruel@moz-5EE20326.adsl2.static.versatel.nl)
  273. # [02:12] * nrc|holiday is now known as nrc
  274. # [02:12] <nrc> should setting MOZ_DEBUG=1 have the same effect as using --enable-debug?
  275. # [02:12] * Quits: jfkthame (jfkthame@moz-BD15DB83.cable.virginm.net) (Quit: This computer has gone to sleep)
  276. # [02:14] * Joins: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  277. # [02:14] * Joins: davidillsley (chatzilla@moz-3EEF2A06.range109-156.btcentralplus.com)
  278. # [02:14] * Joins: mconley (mconley@moz-D640D16C.cable.teksavvy.com)
  279. # [02:15] * Quits: davidillsley (chatzilla@moz-3EEF2A06.range109-156.btcentralplus.com) (Client exited)
  280. # [02:15] * Quits: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  281. # [02:16] * Quits: briansmith (briansmith@moz-7B0110AD.mv.mozilla.com) (Ping timeout)
  282. # [02:19] * Quits: tonymec (tonymec@59A05D83.B3CB9947.277517C1.IP) (Ping timeout)
  283. # [02:19] * Quits: tonymec|away (tonymec@59A05D83.B3CB9947.277517C1.IP) (Ping timeout)
  284. # [02:21] * nthomas is now known as nthomas|away
  285. # [02:22] * ggp is now known as ggp|zzz
  286. # [02:23] * Quits: twi (Adium@moz-4541C8E7.cust.dsl.vodafone.it) (Quit: Leaving.)
  287. # [02:23] * jedp is now known as jedp|mfbt
  288. # [02:24] * Quits: jedp|mfbt (jedp@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Computer has gone to sleep.)
  289. # [02:24] * Quits: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net) (Connection reset by peer)
  290. # [02:24] * Joins: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net)
  291. # [02:24] * Quits: @smaug (chatzilla@moz-9E0B1701.pp.htv.fi) (Ping timeout)
  292. # [02:25] * Joins: blassey (blassey@moz-A4899051.hsd1.ma.comcast.net)
  293. # [02:26] * Joins: aja (Instantbir@B656FB68.80184A0A.7880DB15.IP)
  294. # [02:27] * Quits: blassey (blassey@moz-A4899051.hsd1.ma.comcast.net) (Ping timeout)
  295. # [02:28] * Joins: tonymec|away (tonymec@moz-EF5839E9.adsl-dyn.isp.belgacom.be)
  296. # [02:28] * Quits: jviereck (Adium@moz-CF8216D6.dip0.t-ipconnect.de) (Quit: Leaving.)
  297. # [02:28] * Joins: lpy (lpy@7360AA58.F09091A8.1348A864.IP)
  298. # [02:28] * Quits: jimb (user@125EF623.B2666F0E.66399531.IP) (Ping timeout)
  299. # [02:29] * Quits: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP) (Ping timeout)
  300. # [02:30] * Quits: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net) (Connection reset by peer)
  301. # [02:30] * Quits: jgriffin (jgriffin@125EF623.B2666F0E.66399531.IP) (Quit: jgriffin)
  302. # [02:30] * Joins: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net)
  303. # [02:31] * Quits: bwc (Adium@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  304. # [02:34] * Joins: blassey (blassey@moz-A4899051.hsd1.ma.comcast.net)
  305. # [02:35] * Joins: bjacob__ (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  306. # [02:36] * Joins: tonymec (tonymec@moz-EF5839E9.adsl-dyn.isp.belgacom.be)
  307. # [02:36] * Quits: blassey (blassey@moz-A4899051.hsd1.ma.comcast.net) (Ping timeout)
  308. # [02:38] * Quits: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net) (Connection reset by peer)
  309. # [02:38] * Joins: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net)
  310. # [02:42] * Quits: Optimizer (Optimizer@2065B0C3.85A00DA3.BE4CF869.IP) (Ping timeout)
  311. # [02:42] * Quits: bent (chatzilla@C36F5748.8CE62E0F.A36C57B9.IP) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  312. # [02:43] * Joins: mdas (mdas@moz-7289998B.cpe.pppoe.ca)
  313. # [02:43] * Quits: mdas (mdas@moz-7289998B.cpe.pppoe.ca) (Quit: )
  314. # [02:45] * Quits: bholley (anonymous@moz-FCAF9AAB.hsd1.ca.comcast.net) (Quit: bholley)
  315. # [02:46] * Quits: bbondy__ (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  316. # [02:47] * Joins: ctangira (ctangira@moz-44402D73.cisco.com)
  317. # [02:47] * Quits: surkov (surkov@74F7CB6C.E80E6317.6BEEAEBD.IP) (Quit: surkov)
  318. # [02:49] * Quits: bnicholson (bnicholson@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  319. # [02:49] * philor is now known as philor|away
  320. # [02:50] * Joins: squeakytoy2 (squeakytoy@moz-79070305.dynamic.se.alltele.net)
  321. # [02:50] * Quits: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net) (Ping timeout)
  322. # [02:53] * bz_dinner is now known as bz
  323. # [02:55] * Quits: ctangira (ctangira@moz-44402D73.cisco.com) (Quit: ctangira)
  324. # [02:55] * Quits: squib (squib@moz-5175C098.dhcp.mdsn.wi.charter.com) (Connection reset by peer)
  325. # [02:56] * Joins: squib (squib@moz-5175C098.dhcp.mdsn.wi.charter.com)
  326. # [02:56] * Quits: ehugg_ (ehugg@moz-44D86B1E.cisco.com) (Quit: ehugg_)
  327. # [02:56] * Quits: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net) (Quit: ehugg)
  328. # [02:57] * Quits: Rik (rik@87C1F78E.1DE10CA8.D8E68FF6.IP) (Connection reset by peer)
  329. # [02:57] * Joins: Rik (rik@87C1F78E.1DE10CA8.D8E68FF6.IP)
  330. # [02:57] * Quits: Boriss (Boriss@9388DA30.41FC7392.D4A9B473.IP) (Quit: Boriss)
  331. # [02:58] * Joins: ohsix (ohsix@4D3EA66D.9027965E.15ED1FDC.IP)
  332. # [02:59] * Quits: mwu (mwu@moz-2E883D31.hsd1.nj.comcast.net) (Quit: Leaving)
  333. # [03:00] * Quits: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com) (Quit: mccr8)
  334. # [03:00] * Joins: Optimizer (Optimizer@E9FA2CFA.8F808CEE.BE4CF869.IP)
  335. # [03:01] * Quits: Mook_as (mook@moz-1FCC0032.activestate.com) (Quit: Mook_as)
  336. # [03:01] * Joins: sewardj_ (sewardj@moz-B04C4192.dip0.t-ipconnect.de)
  337. # [03:01] * terrence is now known as terrence-afk
  338. # [03:02] * Quits: sewardj (sewardj@moz-15B132D7.dip0.t-ipconnect.de) (Ping timeout)
  339. # [03:03] * Quits: gwagner (gwagner@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: gwagner)
  340. # [03:04] * KWierso|afk is now known as KWierso
  341. # [03:04] * mattwoodrow|away is now known as mattwoodrow
  342. # [03:04] * Quits: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Quit: masayuki)
  343. # [03:04] * Joins: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  344. # [03:05] * Quits: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Quit: masayuki)
  345. # [03:05] * Quits: bajaj (Adium@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  346. # [03:06] * Quits: philipp64 (chatzilla@moz-B40B9015.ctcweb.net) (Quit: ChatZilla 0.9.90.1 [Firefox 25.0/20131030081551])
  347. # [03:07] * Joins: KaIRC (robert@moz-FD7E437B.adsl.highway.telekom.at)
  348. # [03:07] * Joins: blassey (blassey@moz-A4899051.hsd1.ma.comcast.net)
  349. # [03:07] * Quits: KaiRo (robert@moz-FFF31FDA.adsl.highway.telekom.at) (Ping timeout)
  350. # [03:08] * Quits: wlach (wlach@moz-D84830F5.vif.net) (Ping timeout)
  351. # [03:08] * Quits: jammink (textual@moz-BBE3ABD.mv.mozilla.com) (Quit: Textual IRC Client: http://www.textualapp.com/)
  352. # [03:09] * Quits: bjacob__ (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  353. # [03:10] * Joins: jet (jet@E7A0D75B.DB13CE91.276CF2D2.IP)
  354. # [03:12] * Joins: grobinson|laptop (grob_@moz-CB33CA6D.is.a.tor.exit.server.torland.is)
  355. # [03:14] * Quits: ahal (ahal@ADC6C0EE.F7EBA23.C3C3A9D0.IP) (Ping timeout)
  356. # [03:14] * Joins: bnicholson (bnicholson@moz-46A94A2D.hsd1.ca.comcast.net)
  357. # [03:15] * Quits: cdiehl (cdiehl@moz-F5583ED0.pool.mediaways.net) (Input/output error)
  358. # [03:15] * Joins: bajaj (Adium@moz-8B9C61D3.hsd1.ca.comcast.net)
  359. # [03:15] * Quits: bajaj (Adium@moz-8B9C61D3.hsd1.ca.comcast.net) (Quit: Leaving.)
  360. # [03:16] * Quits: grobinson|laptop (grob_@moz-CB33CA6D.is.a.tor.exit.server.torland.is) (Ping timeout)
  361. # [03:16] * Joins: cdiehl (cdiehl@moz-F5583ED0.pool.mediaways.net)
  362. # [03:17] * Quits: sfink (chatzilla@moz-1A23C815.dsl.pltn13.sbcglobal.net) (Ping timeout)
  363. # [03:17] * Joins: mmargoliono (min@moz-9DBD522D.static.internode.on.net)
  364. # [03:23] * Joins: wlach (wlach@EF7B3B58.1AA94311.3DEE0DD0.IP)
  365. # [03:25] * Joins: philipp64 (chatzilla@moz-B40B9015.ctcweb.net)
  366. # [03:25] * Joins: josh (josh@moz-6FB23C25.hvc.res.rr.com)
  367. # [03:26] * Quits: WeirdAl (chatzilla@moz-D461843.ask.info) (Quit: ChatZilla 0.9.90.1 [Firefox 25.0.1/20131112160018])
  368. # [03:27] * mattwoodrow is now known as mattwoodrow|away
  369. # [03:29] * bz is now known as bz_sleep
  370. # [03:31] * philor|away is now known as philor
  371. # [03:31] * Quits: chewey (chewey@moz-8D90A795.dip0.t-ipconnect.de) (NickServ (GHOST command used by chewey_))
  372. # [03:32] * Joins: chewey (chewey@moz-49D5DC5D.dip0.t-ipconnect.de)
  373. # [03:33] * Joins: jkitch1 (Mibbit@moz-214A56F7.eleceng.adelaide.edu.au)
  374. # [03:35] <ckitching> Anyone with clearance mind cancelling https://tbpl.mozilla.org/?tree=Try&rev=b0ab97bb7b98 for me?
  375. # [03:35] <ckitching> (I only have publickey authentication, so the tbpl UI won't talk to me. :P)
  376. # [03:36] <KWierso> ckitching: boom
  377. # [03:36] <ckitching> Ta.
  378. # [03:37] * Joins: joneshf-laptop (joneshf@moz-E793FC55.ftth.swbr.surewest.net)
  379. # [03:37] * Quits: jet (jet@E7A0D75B.DB13CE91.276CF2D2.IP) (Connection reset by peer)
  380. # [03:37] * Joins: jet (jet@E7A0D75B.DB13CE91.276CF2D2.IP)
  381. # [03:37] * Parts: joneshf-laptop (joneshf@moz-E793FC55.ftth.swbr.surewest.net) (Leaving)
  382. # [03:37] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  383. # [03:38] * Parts: jkitch1 (Mibbit@moz-214A56F7.eleceng.adelaide.edu.au)
  384. # [03:39] * corey|away is now known as corey
  385. # [03:40] * Quits: azakai (alon@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  386. # [03:41] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  387. # [03:43] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  388. # [03:45] * Quits: inolen (Adium@A88571AE.CDFDA8DC.591ED24F.IP) (Quit: Leaving.)
  389. # [03:46] * philor tucks away https://github.com/w3c/testharness.js/pull/32 for the next time "just use github and every other external system we can think of" comes up
  390. # [03:46] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  391. # [03:50] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  392. # [03:50] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  393. # [03:50] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  394. # [03:51] <ckitching> Wow.
  395. # [03:51] <ckitching> That's really annoying to follow.
  396. # [03:51] <ckitching> A GitHub pull request tracked by a Bugzilla bug reviewed on Critic.
  397. # [03:52] <ckitching> Hmm. I'm sure this could be made more tangled if we thought about it. BitBucket isn't in use.
  398. # [03:52] <ckitching> And I'm pretty sure JIRA could be included if you put your mind to it. :P
  399. # [03:52] <froydnj> RyanVM|afk: \o/
  400. # [03:54] <RyanVM|afk> so much for "see if anyone notices this" ...
  401. # [03:54] <RyanVM|afk> froydnj: that said, thank you VERY much for all you've done over the past few days
  402. # [03:54] <KWierso> ^
  403. # [03:55] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  404. # [03:56] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Ping timeout)
  405. # [03:57] * Quits: mchang (mchang@BE99BE02.84BCE52A.BCAEBB33.IP) (Quit: mchang)
  406. # [03:58] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  407. # [04:00] <froydnj> RyanVM|afk: KWierso: thanks
  408. # [04:02] * Quits: squeakytoy2 (squeakytoy@moz-79070305.dynamic.se.alltele.net) (Connection reset by peer)
  409. # [04:02] * Joins: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net)
  410. # [04:03] * Joins: gandalf (zbraniecki@moz-2169B59C.neoplus.adsl.tpnet.pl)
  411. # [04:03] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Quit: damons)
  412. # [04:07] * Quits: jet (jet@E7A0D75B.DB13CE91.276CF2D2.IP) (Quit: jet)
  413. # [04:09] * Quits: jld (jld@moz-B94C75AD.xlerb.net) (Ping timeout)
  414. # [04:10] * Joins: dmajor__ (dmajor__@A1730974.2D024FDB.284344F5.IP)
  415. # [04:10] * Joins: jld (jld@moz-B94C75AD.xlerb.net)
  416. # [04:10] * Parts: dmajor__ (dmajor__@A1730974.2D024FDB.284344F5.IP)
  417. # [04:12] * Quits: KaIRC (robert@moz-FD7E437B.adsl.highway.telekom.at) (Input/output error)
  418. # [04:16] <josh> What is the best way to get an XPCOM service to fail to initialize (do_GetService == nullptr) on certain OS versions?
  419. # [04:16] * Joins: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  420. # [04:17] * Quits: till (till@moz-86E36E3.adsl.alicedsl.de) (Client exited)
  421. # [04:17] * Quits: marco (Thunderbir@moz-7974316B.retail.telecomitalia.it) (Quit: marco)
  422. # [04:17] * Joins: till (till@moz-86E36E3.adsl.alicedsl.de)
  423. # [04:18] * Quits: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  424. # [04:19] * Quits: till (till@moz-86E36E3.adsl.alicedsl.de) (Ping timeout)
  425. # [04:19] * Quits: RyanVM|afk (Thunderbir@moz-4C953DE7.phlapa.fios.verizon.net) (Quit: RyanVM|afk)
  426. # [04:19] * Quits: sicking (sicking@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: sicking)
  427. # [04:24] * Quits: feltnerm (feltnerm@moz-DD16D13D.dhcp.mdsn.wi.charter.com) (Client exited)
  428. # [04:31] * jorendorff_away is now known as jorendorff
  429. # [04:35] * Quits: lgarner (lgarner@2D337F52.2D31AF7B.5AEB50C4.IP) (Ping timeout)
  430. # [04:37] * Joins: ericjung (ericjung@EBA5EBAE.78089B69.E141FD9.IP)
  431. # [04:40] * Quits: masayuki1 (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Ping timeout)
  432. # [04:44] * Joins: bholley (anonymous@moz-FCAF9AAB.hsd1.ca.comcast.net)
  433. # [04:44] * Joins: rwaldron (rwaldron@moz-57519E7C.nycmny.fios.verizon.net)
  434. # [04:46] * Quits: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  435. # [04:49] * Joins: Mook (mook@moz-FED4C7A2.dsl.teksavvy.com)
  436. # [04:55] * Quits: bholley (anonymous@moz-FCAF9AAB.hsd1.ca.comcast.net) (Quit: bholley)
  437. # [04:58] * Quits: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net) (Ping timeout)
  438. # [04:58] * hwine is now known as hwine-ooo
  439. # [04:58] * Joins: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net)
  440. # [04:59] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  441. # [05:01] * jorendorff is now known as jorendorff_away
  442. # [05:03] <froydnj> Yoric++
  443. # [05:06] * Joins: hattmammerly (matt@moz-C7C3568A.hsd1.mi.comcast.net)
  444. # [05:08] * Quits: capella (chatzilla@moz-6EBC7F51.twcny.res.rr.com) (Ping timeout)
  445. # [05:10] <hattmammerly> forgive me if this is off-topic. I'm trying to build a fresh clone from the repo. here's the tail end of the error I receive when running ./mach build: http://pastebin.mozilla.org/3613184 I have gstreamer and gstreamer-plugins-base 1.0.10 installed on gentoo linux, so I'm not quite sure how to proceed.
  446. # [05:11] <hub> hattmammerly: but do you have the development packages>
  447. # [05:11] <hub> oh wait.
  448. # [05:11] <hub> it says 0.10
  449. # [05:11] <hub> that not 1.0
  450. # [05:11] <hub> that's older and API incompatible
  451. # [05:13] <hattmammerly> hub: that confused me; I most certainly have 1.0.10 installed. that's the latest stable version in the gentoo repositories
  452. # [05:15] <hub> 0.10, not 1.0.10
  453. # [05:15] * Joins: jrm2k6 (jrm2k6@moz-7278A08.catv.broadband.hu)
  454. # [05:16] <hub> it is much older
  455. # [05:16] <hub> and API incompatible
  456. # [05:16] * Quits: maxli (maxli@moz-4D28BA20.student.cs.uwaterloo.ca) (Quit: Leaving.)
  457. # [05:18] * Joins: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  458. # [05:18] <hattmammerly> hub: that's what is being reported there. but here's what my package manager reports http://i.imgur.com/9Ed6q4J.png
  459. # [05:19] * Joins: bjacob__ (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  460. # [05:20] * Quits: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  461. # [05:20] * Quits: mbrubeck (mbrub_000@moz-45568FC0.hsd1.wa.comcast.net) (Quit: Leaving.)
  462. # [05:21] * Quits: gandalf (zbraniecki@moz-2169B59C.neoplus.adsl.tpnet.pl) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  463. # [05:21] * Joins: inolen (Adium@moz-E4D78779.socal.res.rr.com)
  464. # [05:22] * Quits: bjacob__ (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  465. # [05:24] * Quits: josh (josh@moz-6FB23C25.hvc.res.rr.com) (Quit: josh)
  466. # [05:24] * Joins: bholley (anonymous@moz-FCAF9AAB.hsd1.ca.comcast.net)
  467. # [05:25] * Joins: capella (chatzilla@moz-6EBC7F51.twcny.res.rr.com)
  468. # [05:25] * Joins: feltnerm (feltnerm@moz-DD16D13D.dhcp.mdsn.wi.charter.com)
  469. # [05:27] * Quits: feltnerm (feltnerm@moz-DD16D13D.dhcp.mdsn.wi.charter.com) (Ping timeout)
  470. # [05:29] * Quits: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com) (Ping timeout)
  471. # [05:30] * Joins: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com)
  472. # [05:30] <hub> hattmammerly: ok, let's rephrase it. You have 1.0.10. Firefox want 0.10.25 or higher in the 0.10 branch.
  473. # [05:30] <hub> hattmammerly: so you don't have the right version
  474. # [05:31] <KWierso> hattmammerly: you'd need bug 806917 fixed to use 1.0
  475. # [05:34] * Quits: bgrins (Adium@2E6E9164.E6468DB3.BAB75B95.IP) (Quit: Leaving.)
  476. # [05:34] <hattmammerly> hub: oooooh. I understand.
  477. # [05:38] * Joins: WeirdAl (chatzilla@moz-527389C3.hsd1.ca.comcast.net)
  478. # [05:38] * Quits: ddahl (ddahl@8ECA0B87.AD77F8DE.D1E74241.IP) (Input/output error)
  479. # [05:38] * Joins: ddahl (ddahl@8ECA0B87.AD77F8DE.D1E74241.IP)
  480. # [05:38] <WeirdAl> Can someone help me understand this stack trace? I've been seeing FF close unexpectedly on the first session in Windows, and I think Norton's to blame... fx-debug, mozilla-release: http://pastebin.mozilla.org/3613440
  481. # [05:38] * Quits: ddahl (ddahl@8ECA0B87.AD77F8DE.D1E74241.IP) (Connection reset by peer)
  482. # [05:39] * Joins: ddahl (ddahl@8ECA0B87.AD77F8DE.D1E74241.IP)
  483. # [05:39] <WeirdAl> the OpenWindow call is a call to open commonDialog.xul
  484. # [05:39] <hattmammerly> and there we are. reticulating splines. thank you!
  485. # [05:41] <WeirdAl> even stranger, I couldn't get a JS stack trace from {,,xul}DumpJSStack()
  486. # [05:42] * Quits: mconley (mconley@moz-D640D16C.cable.teksavvy.com) (Input/output error)
  487. # [05:43] * Quits: rwaldron (rwaldron@moz-57519E7C.nycmny.fios.verizon.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  488. # [05:44] * Joins: sfink (chatzilla@moz-1A23C815.dsl.pltn13.sbcglobal.net)
  489. # [05:44] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5e1ebc80c917 - Daniel Holbert - (no bug) Remove some obsolete/incorrect comments from nsFlexContainerFrame.cpp. comment-only, DONTBUILD
  490. # [05:46] * mattwoodrow|away is now known as mattwoodrow
  491. # [05:46] * Joins: maxli (maxli@moz-4D28BA20.student.cs.uwaterloo.ca)
  492. # [05:46] * Quits: tonymec|away (tonymec@moz-EF5839E9.adsl-dyn.isp.belgacom.be) (Ping timeout)
  493. # [05:46] * Quits: tonymec (tonymec@moz-EF5839E9.adsl-dyn.isp.belgacom.be) (Ping timeout)
  494. # [05:48] * Quits: sfoster (sfoster@moz-961AB6F2.hsd1.or.comcast.net) (Ping timeout)
  495. # [05:48] * KWierso is now known as KWierso|afk
  496. # [05:50] * Quits: ddahl (ddahl@8ECA0B87.AD77F8DE.D1E74241.IP) (Input/output error)
  497. # [05:51] * Quits: ericjung (ericjung@EBA5EBAE.78089B69.E141FD9.IP) (Ping timeout)
  498. # [05:52] * Quits: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net) (Connection reset by peer)
  499. # [05:52] * Joins: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net)
  500. # [05:53] * Joins: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com)
  501. # [05:58] * Quits: cdiehl (cdiehl@moz-F5583ED0.pool.mediaways.net) (Quit: cdiehl)
  502. # [05:58] * Joins: cdiehl (cdiehl@moz-F5583ED0.pool.mediaways.net)
  503. # [06:00] * Joins: bholley_ (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net)
  504. # [06:00] * Quits: Matti (Matti@moz-80AF1053.dip0.t-ipconnect.de) (Ping timeout)
  505. # [06:04] * Joins: Matti_away (Matti@moz-B3DC147E.dip0.t-ipconnect.de)
  506. # [06:04] * Matti_away is now known as Matti
  507. # [06:04] * Joins: jkitch1 (Mibbit@moz-214A56F7.eleceng.adelaide.edu.au)
  508. # [06:04] * Parts: jkitch1 (Mibbit@moz-214A56F7.eleceng.adelaide.edu.au)
  509. # [06:07] * mattwoodrow is now known as mattwoodrow|away
  510. # [06:08] * Joins: squeakytoy2 (squeakytoy@moz-79070305.dynamic.se.alltele.net)
  511. # [06:09] * Quits: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net) (Ping timeout)
  512. # [06:10] * Quits: lmandel (lmandel@moz-76CE9D51.cable.teksavvy.com) (Quit: lmandel)
  513. # [06:11] * Joins: janv (varga@moz-A506EDFE.flarion.as5628.telecom.sk)
  514. # [06:12] * Quits: Mook (mook@moz-FED4C7A2.dsl.teksavvy.com) (Quit: Mook)
  515. # [06:12] * Joins: mconley (mconley@moz-D640D16C.cable.teksavvy.com)
  516. # [06:15] * Joins: tonymec|away (tonymec@moz-49E52013.adsl-dyn.isp.belgacom.be)
  517. # [06:17] * jchen is now known as jchen|away
  518. # [06:18] * Quits: mconley (mconley@moz-D640D16C.cable.teksavvy.com) (Ping timeout)
  519. # [06:21] * Quits: jrm2k6 (jrm2k6@moz-7278A08.catv.broadband.hu) (Client exited)
  520. # [06:21] * Quits: tonymec|away (tonymec@moz-49E52013.adsl-dyn.isp.belgacom.be) (Ping timeout)
  521. # [06:26] * Joins: feltnerm (feltnerm@moz-DD16D13D.dhcp.mdsn.wi.charter.com)
  522. # [06:26] * Quits: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com) (Client exited)
  523. # [06:27] * Quits: feltnerm (feltnerm@moz-DD16D13D.dhcp.mdsn.wi.charter.com) (Ping timeout)
  524. # [06:28] * Joins: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com)
  525. # [06:29] * Quits: ckitching (ckitching@moz-73BD1AA5.nat.csx.cam.ac.uk) (Input/output error)
  526. # [06:34] * Joins: mconley (mconley@moz-D640D16C.cable.teksavvy.com)
  527. # [06:35] * Joins: feltnerm (feltnerm@moz-DD16D13D.dhcp.mdsn.wi.charter.com)
  528. # [06:39] * Joins: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net)
  529. # [06:40] * Quits: squeakytoy2 (squeakytoy@moz-79070305.dynamic.se.alltele.net) (Ping timeout)
  530. # [06:41] * Quits: romaxa (romaxa@89CA6FC8.8F03A4EA.BE7924BA.IP) (Ping timeout)
  531. # [06:41] * Quits: decoder (quassel@moz-D7023D7D.own-hero.net) (Ping timeout)
  532. # [06:41] * Quits: else- (else@moz-E51330F8.iodev.org) (Ping timeout)
  533. # [06:42] * Joins: romaxa (romaxa@89CA6FC8.8F03A4EA.BE7924BA.IP)
  534. # [06:43] * Quits: molnarg (darkelf@moz-A80E711.clients.your-server.de) (Ping timeout)
  535. # [06:44] * Joins: tonymec|away (tonymec@61E7C7EC.91FD931D.277517C1.IP)
  536. # [06:44] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Ping timeout)
  537. # [06:44] * Quits: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca) (Quit: surkov)
  538. # [06:45] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  539. # [06:47] * jchen|away is now known as jchen
  540. # [06:47] * Joins: decoder (quassel@moz-D7023D7D.own-hero.net)
  541. # [06:48] * Joins: molnarg (darkelf@moz-A80E711.clients.your-server.de)
  542. # [06:48] * Quits: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com) (Client exited)
  543. # [06:50] * Quits: WeirdAl (chatzilla@moz-527389C3.hsd1.ca.comcast.net) (Connection reset by peer)
  544. # [06:51] * Quits: tonymec|away (tonymec@61E7C7EC.91FD931D.277517C1.IP) (Ping timeout)
  545. # [06:51] * Joins: else- (else@moz-E51330F8.iodev.org)
  546. # [06:52] * Joins: vigneshwaran (vigneshwar@1D3DCF62.7002A224.8B4AB1DB.IP)
  547. # [06:53] * Quits: miketaylr (mtaylor@moz-8ACC7131.dyn.grandenetworks.net) (Quit: Linkinus - http://linkinus.com)
  548. # [06:55] * Joins: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com)
  549. # [06:55] * Quits: bholley (anonymous@moz-FCAF9AAB.hsd1.ca.comcast.net) (Quit: bholley)
  550. # [06:55] * bholley_ is now known as bholley
  551. # [06:56] * Quits: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net) (Quit: bholley)
  552. # [06:56] * philor is now known as philor|away
  553. # [06:56] * jchen is now known as jchen|away
  554. # [06:57] * Quits: afwang (nooknook@moz-CFE05FEE.hsd1.ca.comcast.net) (Client exited)
  555. # [07:01] * Quits: vigneshwaran (vigneshwar@1D3DCF62.7002A224.8B4AB1DB.IP) (Ping timeout)
  556. # [07:01] * Joins: tonymec|away (tonymec@BE4B9164.EE6CCC0.277517C1.IP)
  557. # [07:03] * Joins: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com)
  558. # [07:03] * Quits: tonymec|away (tonymec@BE4B9164.EE6CCC0.277517C1.IP) (Ping timeout)
  559. # [07:05] * Joins: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  560. # [07:06] * Quits: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  561. # [07:06] * Quits: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com) (Quit: Instantbird 1.5a1pre -- http://www.instantbird.com)
  562. # [07:10] * Joins: tonymec|away (tonymec@CA4428DB.B6F588E6.277517C1.IP)
  563. # [07:11] * Quits: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net) (Connection reset by peer)
  564. # [07:11] * Joins: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net)
  565. # [07:12] * Quits: tonymec|away (tonymec@CA4428DB.B6F588E6.277517C1.IP) (Quit: Reconnecting…)
  566. # [07:12] * Joins: tonymec|away (tonymec@CA4428DB.B6F588E6.277517C1.IP)
  567. # [07:13] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Quit: jib)
  568. # [07:16] * mattwoodrow|away is now known as mattwoodrow
  569. # [07:17] * Joins: vigneshwaran (vigneshwar@moz-6C55623F.sjc.collab.net)
  570. # [07:19] * Quits: vigneshwaran (vigneshwar@moz-6C55623F.sjc.collab.net) (Quit: Leaving.)
  571. # [07:22] * Joins: tonymec (tonymec@CA4428DB.B6F588E6.277517C1.IP)
  572. # [07:23] * Joins: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net)
  573. # [07:26] * Joins: nicklebedev (nicklebede@moz-29D843ED.net151.n37.ru)
  574. # [07:26] * Joins: Earth4 (cht-zla_un@moz-4DA476A6.static.snfr.nc.charter.com)
  575. # [07:27] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  576. # [07:27] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/eb08b1c4e656 - Byron Campen [:bwc] - Bug 906990: Part 9. Add correlator for ICE candidates. r=ekr
  577. # [07:28] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/4a68f748d240 - Byron Campen [:bwc] - Bug 933841. Add event handler to dump RLogRingBuffer on test failure, and clear RLogRingBuffer on test start. r=ekr
  578. # [07:32] * Quits: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com) (Ping timeout)
  579. # [07:33] * Joins: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com)
  580. # [07:34] * Quits: tonymec (tonymec@CA4428DB.B6F588E6.277517C1.IP) (Input/output error)
  581. # [07:35] * Quits: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com) (Client exited)
  582. # [07:35] * Joins: tonymec (tonymec@CA4428DB.B6F588E6.277517C1.IP)
  583. # [07:37] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  584. # [07:40] * jcranmer is now known as jcranmer|away
  585. # [07:40] * mattwoodrow is now known as mattwoodrow|away
  586. # [07:44] * Quits: janv (varga@moz-A506EDFE.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  587. # [07:44] * Joins: sicking (sicking@moz-4BB97A06.hsd1.ca.comcast.net)
  588. # [07:45] * Quits: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com) (Ping timeout)
  589. # [07:48] * Joins: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com)
  590. # [07:49] * Quits: mconley (mconley@moz-D640D16C.cable.teksavvy.com) (Input/output error)
  591. # [07:52] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Connection reset by peer)
  592. # [07:53] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  593. # [07:56] * Quits: inolen (Adium@moz-E4D78779.socal.res.rr.com) (Ping timeout)
  594. # [07:57] * Joins: inolen (Adium@moz-E4D78779.socal.res.rr.com)
  595. # [07:58] * Quits: sewardj_ (sewardj@moz-B04C4192.dip0.t-ipconnect.de) (Ping timeout)
  596. # [07:59] * Quits: nicklebedev (nicklebede@moz-29D843ED.net151.n37.ru) (Quit: )
  597. # [08:02] * Quits: inolen (Adium@moz-E4D78779.socal.res.rr.com) (Ping timeout)
  598. # [08:02] * Joins: inolen (Adium@moz-E4D78779.socal.res.rr.com)
  599. # [08:05] * Quits: capella (chatzilla@moz-6EBC7F51.twcny.res.rr.com) (Ping timeout)
  600. # [08:06] * Quits: Olipro (Olipro@moz-36AEAE5A.catv.pool.telekom.hu) (Quit: Don't flap your BGP at me sonny)
  601. # [08:07] * Joins: Olipro (Olipro@moz-36AEAE5A.catv.pool.telekom.hu)
  602. # [08:07] * Joins: janv (varga@B8FBB6B4.73D44C34.4F33160D.IP)
  603. # [08:10] * Quits: aja (Instantbir@B656FB68.80184A0A.7880DB15.IP) (Ping timeout)
  604. # [08:10] * Quits: fabrice (fabrice@moz-94F028C6.hsd1.ca.comcast.net) (Quit: Leaving.)
  605. # [08:14] * Joins: aja (Instantbir@AED49FEC.71C78C16.7880DB15.IP)
  606. # [08:16] * Joins: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net)
  607. # [08:23] * Quits: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net) (Quit: ehugg)
  608. # [08:25] * Quits: Earth4 (cht-zla_un@moz-4DA476A6.static.snfr.nc.charter.com) (Ping timeout)
  609. # [08:26] * Fallen|away is now known as Fallen
  610. # [08:27] * Quits: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP) (Ping timeout)
  611. # [08:28] * Joins: afwang (nooknook@moz-CFE05FEE.hsd1.ca.comcast.net)
  612. # [08:30] * Joins: ctangira (ctangira@moz-B8FE932D.lightspeed.rcsntx.sbcglobal.net)
  613. # [08:32] * Quits: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net) (Connection reset by peer)
  614. # [08:32] * Joins: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net)
  615. # [08:34] * Joins: robertbindar (Thunderbir@43AA1156.BB824983.9CAFE4EB.IP)
  616. # [08:36] * Quits: robertbindar (Thunderbir@43AA1156.BB824983.9CAFE4EB.IP) (Quit: robertbindar)
  617. # [08:36] * Joins: robertbindar (Thunderbir@43AA1156.BB824983.9CAFE4EB.IP)
  618. # [08:39] * Quits: robertbindar (Thunderbir@43AA1156.BB824983.9CAFE4EB.IP) (Ping timeout)
  619. # [08:40] * Joins: capella (chatzilla@moz-6EBC7F51.twcny.res.rr.com)
  620. # [08:40] * Joins: pcwalton (pcwalton@2FD4AFFD.41051F7C.BBD3C053.IP)
  621. # [08:41] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Quit: damons)
  622. # [08:42] * Quits: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net) (Ping timeout)
  623. # [08:43] * Joins: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net)
  624. # [08:44] * Joins: jfkthame (jfkthame@moz-BD15DB83.cable.virginm.net)
  625. # [08:51] * Quits: kdc (chatzilla@moz-2ACC6B38.pk.shawcable.net) (Connection reset by peer)
  626. # [08:51] * Joins: kdc (chatzilla@moz-2ACC6B38.pk.shawcable.net)
  627. # [08:56] * Quits: alagenchev|afk (alagenchev@moz-D34A6028.bootp.virginia.edu) (Quit: Leaving)
  628. # [08:56] * Quits: feltnerm (feltnerm@moz-DD16D13D.dhcp.mdsn.wi.charter.com) (Client exited)
  629. # [08:57] * Quits: cers (csonne@moz-D706C2D4.fullrate.dk) (Connection reset by peer)
  630. # [08:58] * Joins: cers (csonne@moz-D706C2D4.fullrate.dk)
  631. # [09:00] * Quits: pcwalton (pcwalton@2FD4AFFD.41051F7C.BBD3C053.IP) (Quit: pcwalton)
  632. # [09:03] * Quits: victorporof (victorporo@FD3598E9.ED3BC0A9.9B1E38F4.IP) (Quit: victorporof)
  633. # [09:05] * Joins: pcwalton (pcwalton@2FD4AFFD.41051F7C.BBD3C053.IP)
  634. # [09:07] * Joins: harth (harth@moz-A0276582.hsd1.ca.comcast.net)
  635. # [09:07] * Quits: pcwalton (pcwalton@2FD4AFFD.41051F7C.BBD3C053.IP) (Quit: pcwalton)
  636. # [09:11] * Joins: pcwalton (pcwalton@2FD4AFFD.41051F7C.BBD3C053.IP)
  637. # [09:11] * Quits: pcwalton (pcwalton@2FD4AFFD.41051F7C.BBD3C053.IP) (Quit: pcwalton)
  638. # [09:11] * Joins: Ms2ger (Ms2ger@AB9469A5.3CF91143.187A1082.IP)
  639. # [09:14] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/a434e4fc3482 - Landry Breuil - Bug 928390: Partially backport libffi upstream 049d8386ff for OpenBSD/mips/hppa. r=glandium
  640. # [09:14] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/362b06bd9363 - Martin Husemann - Bug 810716: Avoid AC_TRY_LINK on systems where we do not want res_ninit r=ted
  641. # [09:14] * Joins: pcwalton (pcwalton@2FD4AFFD.41051F7C.BBD3C053.IP)
  642. # [09:19] * Quits: ctangira (ctangira@moz-B8FE932D.lightspeed.rcsntx.sbcglobal.net) (Quit: ctangira)
  643. # [09:21] * Quits: sfink|log (sfink@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  644. # [09:21] * Quits: gkw (fuzz2lin@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  645. # [09:21] * Quits: dmajor (dmajor@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  646. # [09:21] * Joins: dmajor__ (dmajor@moz-BBE3ABD.mv.mozilla.com)
  647. # [09:21] * Quits: johns (johns@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  648. # [09:21] * Joins: johns (johns@moz-BBE3ABD.mv.mozilla.com)
  649. # [09:23] * Quits: jfkthame (jfkthame@moz-BD15DB83.cable.virginm.net) (Ping timeout)
  650. # [09:23] * Joins: jfkthame (jfkthame@moz-BD15DB83.cable.virginm.net)
  651. # [09:24] * Quits: inolen (Adium@moz-E4D78779.socal.res.rr.com) (Quit: Leaving.)
  652. # [09:26] * Quits: harth (harth@moz-A0276582.hsd1.ca.comcast.net) (Input/output error)
  653. # [09:26] * Joins: sfink|log (sfink@moz-BBE3ABD.mv.mozilla.com)
  654. # [09:26] * Joins: gkw (fuzz2lin@moz-BBE3ABD.mv.mozilla.com)
  655. # [09:27] * Quits: afwang (nooknook@moz-CFE05FEE.hsd1.ca.comcast.net) (Ping timeout)
  656. # [09:27] * Joins: afwang (nooknook@moz-CFE05FEE.hsd1.ca.comcast.net)
  657. # [09:27] * Quits: tonymec (tonymec@CA4428DB.B6F588E6.277517C1.IP) (Ping timeout)
  658. # [09:28] * Quits: tonymec|away (tonymec@CA4428DB.B6F588E6.277517C1.IP) (Ping timeout)
  659. # [09:32] * Ms2ger wonders how long it'll take before the unified building stuff leads to missing includes
  660. # [09:33] * shu`out is now known as shu
  661. # [09:34] <sfink> hairball builds
  662. # [09:35] <Ms2ger> Hairball builds for spaghetti code \o/
  663. # [09:36] * Quits: jfkthame (jfkthame@moz-BD15DB83.cable.virginm.net) (Quit: This computer has gone to sleep)
  664. # [09:39] * Joins: valenting (Thunderbir@6F630D40.173A6960.FB866788.IP)
  665. # [09:40] * Quits: dhylands_ (dhylands@7BF3936D.773B7B25.5D698A29.IP) (Input/output error)
  666. # [09:41] * Joins: vendo (chatzilla@4097A75F.69EDD1E9.2B0D1E01.IP)
  667. # [09:42] <gaston> Ms2ger: which unified building stuff ?
  668. # [09:42] <Ms2ger> Not reading m.d.platform? :)
  669. # [09:43] * Joins: robertbindar (Thunderbir@43AA1156.BB824983.9CAFE4EB.IP)
  670. # [09:43] <gaston> i dont read any of the mozilla groups/lists :(
  671. # [09:43] <gaston> enotime for that
  672. # [09:43] * Quits: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com) (Ping timeout)
  673. # [09:44] * Joins: victorporof (victorporo@FD3598E9.ED3BC0A9.9B1E38F4.IP)
  674. # [09:45] * Joins: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com)
  675. # [09:45] <gaston> ufff
  676. # [09:45] <gaston> scary stuff
  677. # [09:49] * Quits: pcwalton (pcwalton@2FD4AFFD.41051F7C.BBD3C053.IP) (Quit: pcwalton)
  678. # [09:54] * Joins: teoli (teoli@moz-9E648524.range86-146.btcentralplus.com)
  679. # [09:54] * corey is now known as corey|away
  680. # [09:54] * Joins: inolen (Adium@moz-E4D78779.socal.res.rr.com)
  681. # [09:54] * Quits: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Ping timeout)
  682. # [09:55] * Joins: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  683. # [09:56] * Joins: sewardj_ (sewardj@moz-B2E81EBB.dip0.t-ipconnect.de)
  684. # [09:56] * Quits: inolen (Adium@moz-E4D78779.socal.res.rr.com) (Ping timeout)
  685. # [09:57] * Joins: feltnerm (feltnerm@moz-DD16D13D.dhcp.mdsn.wi.charter.com)
  686. # [09:58] * sewardj_ is now known as sewardj
  687. # [09:59] * Quits: feltnerm (feltnerm@moz-DD16D13D.dhcp.mdsn.wi.charter.com) (Ping timeout)
  688. # [10:00] * Joins: Jackneill (Jackneill@moz-3A5D49B7.pool.digikabel.hu)
  689. # [10:01] * Quits: Hughman (Hughman@moz-1727A300.static.tpgi.com.au) (Quit: Bye)
  690. # [10:02] * Quits: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner)
  691. # [10:03] * Quits: sicking (sicking@moz-4BB97A06.hsd1.ca.comcast.net) (Quit: sicking)
  692. # [10:08] * Quits: valenting (Thunderbir@6F630D40.173A6960.FB866788.IP) (Ping timeout)
  693. # [10:13] * Quits: vendo (chatzilla@4097A75F.69EDD1E9.2B0D1E01.IP) (Quit: ChatZilla 0.9.90-rdmsoft [XULRunner 1.9.0.17/2009122204])
  694. # [10:13] <glandium> Ms2ger: not long
  695. # [10:14] <glandium> Ms2ger: maybe we should force releng builds not to do unified builds
  696. # [10:16] * Joins: mkohler (michael@891295DE.39719C70.BD7DB2FB.IP)
  697. # [10:16] <glandium> Ms2ger: you should bring it up on dev-platform
  698. # [10:19] * Joins: givanica (givanica@moz-97D41F58.residential.rdsnet.ro)
  699. # [10:19] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/fc55a33f6b3f - Jan de Mooij - Bug 937540 part 4 - Use placement new for MBasicBlock. r=djvj
  700. # [10:19] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/cde2604ee22b - Jan de Mooij - Bug 937540 part 1 - Add |operator new| for placement new to TempObject and use for regalloc objects. r=luke
  701. # [10:20] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/d06ce084e3a9 - Jan de Mooij - Bug 937540 part 2 - Use placement new for BitSet and LoopAliasInfo. r=sstangl
  702. # [10:20] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/4d4d4d111dfd - Jan de Mooij - Bug 937540 part 3 - Use placement new for GVN ValueNumberData. r=mjrosenb
  703. # [10:20] * Joins: pbocan (Thunderbir@moz-2B4BB411.sin.cvut.cz)
  704. # [10:21] * Quits: squib (squib@moz-5175C098.dhcp.mdsn.wi.charter.com) (Quit: Leaving)
  705. # [10:22] * Joins: bot_lpy (py@C3406AEB.F09091A8.1348A864.IP)
  706. # [10:23] <Ms2ger> glandium, sounds like that'd cause a lot of "but it built locally!"
  707. # [10:24] * Joins: jrm2k6 (jrm2k6@moz-7278A08.catv.broadband.hu)
  708. # [10:24] <glandium> Ms2ger: is it worse than "but it built until i added a file!"
  709. # [10:25] <Ms2ger> That's the question :)
  710. # [10:25] <glandium> that's why it's worth bringing up on the dev-platform thread
  711. # [10:25] * Quits: jrm2k6 (jrm2k6@moz-7278A08.catv.broadband.hu) (Client exited)
  712. # [10:26] <Ms2ger> Right, doing that now
  713. # [10:29] <mjrosenb> huh, the ps4 uses webgl for its frontent
  714. # [10:29] <mjrosenb> I wonder whose renderer they use.
  715. # [10:31] * Joins: feltnerm (feltnerm@moz-DD16D13D.dhcp.mdsn.wi.charter.com)
  716. # [10:32] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5dd82c64f4b7 - Makoto Kato - Bug 935499. r=honzab
  717. # [10:33] * Quits: feltnerm (feltnerm@moz-DD16D13D.dhcp.mdsn.wi.charter.com) (Ping timeout)
  718. # [10:34] <Ms2ger> Wait, inbound is open?
  719. # [10:34] * Joins: loadbang (simon@moz-581F4AE2.range86-161.btcentralplus.com)
  720. # [10:36] * Joins: harth (harth@moz-A0276582.hsd1.ca.comcast.net)
  721. # [10:38] * Joins: m_kato (chatzilla@moz-7FB9770.tokynt01.ap.so-net.ne.jp)
  722. # [10:38] * Quits: harth (harth@moz-A0276582.hsd1.ca.comcast.net) (Ping timeout)
  723. # [10:39] <Ms2ger> abort: No space left on device: '/builds/slave/m-in-lx-0000000000000000000000/tools'
  724. # [10:42] <mjrosenb> Ms2ger: and good times were had by all.
  725. # [10:43] <Ms2ger> And no buildduty around \o/
  726. # [10:47] * Joins: jfkthame (jfkthame@moz-BD15DB83.cable.virginm.net)
  727. # [10:48] * Joins: gsvelto (gsvelto@moz-D89BCC70.clienti.tiscali.it)
  728. # [10:51] * Joins: msucan (mihai@444DCBEE.7E138DE6.C0E37CF3.IP)
  729. # [10:52] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/717711fc6d5d - Robert Longson - Bug 938569 - Path fails to render, with comma between move command and implied line command. r=dholbert
  730. # [10:53] <ttaubert> wat, no space left?
  731. # [10:53] <ttaubert> :(
  732. # [10:53] <ttaubert> so who pushed that 230gb binary blob?
  733. # [10:53] * Quits: pbocan (Thunderbir@moz-2B4BB411.sin.cvut.cz) (Quit: pbocan)
  734. # [10:54] * Joins: rvitillo (vitillo@2D19BBF3.D1BEC4BB.30311652.IP)
  735. # [10:55] * Joins: inolen (Adium@moz-E4D78779.socal.res.rr.com)
  736. # [10:56] <Ms2ger> I filed a blocker
  737. # [10:57] * Quits: inolen (Adium@moz-E4D78779.socal.res.rr.com) (Ping timeout)
  738. # [10:57] <ttaubert> Ms2ger: bug #?
  739. # [10:57] <Ms2ger> 939408
  740. # [10:58] <ttaubert> ty
  741. # [10:59] * Joins: longsonr (chatzilla@moz-EAD171C3.zone14.bethere.co.uk)
  742. # [10:59] * Quits: longsonr (chatzilla@moz-EAD171C3.zone14.bethere.co.uk) (Quit: ChatZilla 0.9.90.1 [Firefox 25.0.1/20131112160018])
  743. # [10:59] <Ms2ger> And closed the trees
  744. # [11:00] * Joins: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net)
  745. # [11:01] <glandium> you'll note *all* those failed builds are on the same slave
  746. # [11:01] <glandium> ah no, there's another one
  747. # [11:01] <Ms2ger> No, there's two
  748. # [11:02] <mjrosenb> ok, gcc just downed a handle of vodka.
  749. # [11:02] <glandium> Ms2ger: note the closing reason is not exactly bug 939408
  750. # [11:03] <Ms2ger> Well, that's why I closed it :)
  751. # [11:03] <Ms2ger> I guess "... and are still taking jobs"
  752. # [11:03] <glandium> well, there are many blues that are not related to those two slaves
  753. # [11:03] <glandium> like the test blues
  754. # [11:03] <glandium> and the windows ones
  755. # [11:03] <Ms2ger> Bah
  756. # [11:03] <glandium> seems there's a network problem that's making things blow up
  757. # [11:04] * Joins: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net)
  758. # [11:04] <Ms2ger> The network issues come back green on the next run, though
  759. # [11:04] * Quits: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner)
  760. # [11:05] <Ms2ger> Hrm
  761. # [11:05] * Ms2ger finds bug 939324
  762. # [11:05] <glandium> it's kind of ironic to have networking issues before a planned network outage
  763. # [11:06] <glandium> (a few hours before)
  764. # [11:06] * Joins: valenting (Thunderbir@9A1975C1.39CE2EE.E400A05F.IP)
  765. # [11:06] <Ms2ger> Are these the slaves that have been running the rooting analysis?
  766. # [11:08] <glandium> Ms2ger: unfortunately, it already overflew the history shown on https://secure.pub.build.mozilla.org/builddata/reports/slave_health/slave.html?name=bld-centos6-hp-009
  767. # [11:08] * Joins: jviereck (Adium@moz-CF8216D6.dip0.t-ipconnect.de)
  768. # [11:08] * Quits: valenting (Thunderbir@9A1975C1.39CE2EE.E400A05F.IP) (Quit: valenting)
  769. # [11:08] * Joins: twi (Adium@moz-4541C8E7.cust.dsl.vodafone.it)
  770. # [11:08] * Joins: valenting (Thunderbir@9A1975C1.39CE2EE.E400A05F.IP)
  771. # [11:08] <Ms2ger> bld-centos6-hp-009 did run the Hf on inbound:eb08b1c4e656
  772. # [11:09] * Joins: feltnerm (feltnerm@moz-DD16D13D.dhcp.mdsn.wi.charter.com)
  773. # [11:10] <glandium> bld-linux64-ec2-405 ran out of disk space on birch:0c9c1581d321, asan debug build
  774. # [11:11] * Quits: feltnerm (feltnerm@moz-DD16D13D.dhcp.mdsn.wi.charter.com) (Ping timeout)
  775. # [11:15] <glandium> https://tbpl.mozilla.org/php/getParsedLog.php?id=30624563&tree=Mozilla-Inbound O_o
  776. # [11:16] <glandium> make[6]: Entering directory `/builds/slave/m-in-and-000000000000000000000/build/obj-firefox/js/src/ctypes/libffi'
  777. # [11:16] <glandium> /bin/sh ./config.status --recheck
  778. # [11:16] <glandium> sigh
  779. # [11:16] <Ms2ger> Not following
  780. # [11:17] <glandium> somehow that incremental build had the libffi build system run config.status --recheck
  781. # [11:17] <glandium> except that fails
  782. # [11:17] <Ms2ger> Fun
  783. # [11:17] <glandium> that's the android red on m-i tip
  784. # [11:18] <glandium> i'll pretend i didn't see it
  785. # [11:18] * glandium is out of here
  786. # [11:18] * Ms2ger already has his head covered with a lot of sand
  787. # [11:20] * Joins: phantom (christian@moz-F21365C5.customer.t3.se)
  788. # [11:21] * Quits: mmargoliono (min@moz-9DBD522D.static.internode.on.net) (Ping timeout)
  789. # [11:22] <gaston> glandium: i've landed a libffi commit a bunch of hours ago
  790. # [11:23] <gaston> but it wasnt supposed (tm) to break things
  791. # [11:23] * Ms2ger glares at gaston
  792. # [11:24] <gaston> but but but but it was for hppa & mips64el!
  793. # [11:24] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  794. # [11:24] * Ms2ger glares more
  795. # [11:25] <gaston> Ms2ger: 928390
  796. # [11:25] <Ms2ger> Not that it matters before buildduty wakes up
  797. # [11:26] <gaston> dont make me look at tbpl :(
  798. # [11:26] <gaston> my smartphone just died, i had a shitty week, dont pile on top of that..
  799. # [11:27] <Ms2ger> I won't
  800. # [11:27] <Ms2ger> For now ;)
  801. # [11:27] * Quits: cdiehl (cdiehl@moz-F5583ED0.pool.mediaways.net) (Ping timeout)
  802. # [11:28] <Ms2ger> gaston, and clearly you should get a FxOS phone now :)
  803. # [11:28] <gaston> and the android builds were green onmy push
  804. # [11:28] <gaston> Ms2ger: was planning to, but i need a phone now, not in 3 months :)
  805. # [11:29] <Ms2ger> Wasn't someone selling them on ebay?
  806. # [11:29] * Ms2ger doesn't care much for smartphones
  807. # [11:30] * Parts: aja (Instantbir@AED49FEC.71C78C16.7880DB15.IP)
  808. # [11:32] <gaston> configure: error: C compiler cannot create executables
  809. # [11:32] <gaston> what the
  810. # [11:32] * gaston looks at his cset again
  811. # [11:32] * Quits: jwalker (jwalker@moz-76873736.cable.virginm.net) (Input/output error)
  812. # [11:33] <gaston> that just cant be mine
  813. # [11:36] * Joins: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP)
  814. # [11:38] * Quits: valenting (Thunderbir@9A1975C1.39CE2EE.E400A05F.IP) (Ping timeout)
  815. # [11:38] * Quits: jviereck (Adium@moz-CF8216D6.dip0.t-ipconnect.de) (Quit: Leaving.)
  816. # [11:40] <glandium> gaston: so, here's the deal. You changed configure, that requires a configure rerun. Which doesn't happen on an incremental build
  817. # [11:40] * Joins: h4writer (h4writer@moz-957FCBC.access.telenet.be)
  818. # [11:40] <glandium> gaston: so you need a clobber, essentially
  819. # [11:40] <glandium> and to file a bug about that sucky behavior
  820. # [11:41] <gaston> like autoclobber-on-i-touched-configure ?
  821. # [11:41] * Joins: valenting (Thunderbir@9A1975C1.39CE2EE.E400A05F.IP)
  822. # [11:42] <glandium> gaston: like autorerun configure
  823. # [11:42] <gaston> and it isnt related to the fact that other builders have no space right ?
  824. # [11:42] <glandium> top-level configure
  825. # [11:42] * Quits: mreavy (chatzilla@moz-B6D1658D.phlapa.fios.verizon.net) (Ping timeout)
  826. # [11:42] <glandium> no, it's unrelated
  827. # [11:42] <gaston> can someone clobber the android builders for me then ?
  828. # [11:42] * Joins: mreavy (chatzilla@moz-B6D1658D.phlapa.fios.verizon.net)
  829. # [11:43] <glandium> gaston: all builders
  830. # [11:44] <Ms2ger> Touch the file :)
  831. # [11:44] <gaston> "each time you touch configure, $deity kills a thousand kittens"
  832. # [11:44] <glandium> Ms2ger: yeah, that works too
  833. # [11:44] <gaston> ah so i should have touched CLOBBER right
  834. # [11:45] * Joins: till (till@moz-F4BDAF48.adsl.alicedsl.de)
  835. # [11:46] <Ms2ger> Could you file a bug in Core::Build System? I can land a change if the tree reopens
  836. # [11:46] <glandium> Ms2ger: a change for what?
  837. # [11:46] <gaston> to CLOBBER ?
  838. # [11:46] <Ms2ger> Yeah, to CLOBBER
  839. # [11:47] * Ms2ger goes back to school work
  840. # [11:47] <gaston> something like "touching any sub-configure should autorerun toplevel configure ?
  841. # [11:48] <glandium> gaston: bug xxxx required a clobber
  842. # [11:48] <glandium> and explain the problem
  843. # [11:48] <gaston> but the clobber wouldnt have been needed if toplevel configure was rerun right ?
  844. # [11:49] * Quits: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net) (Ping timeout)
  845. # [11:51] * Quits: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP) (Ping timeout)
  846. # [11:53] * Joins: jwalker (jwalker@moz-76873736.cable.virginm.net)
  847. # [11:54] * Joins: jviereck (Adium@moz-CF8216D6.dip0.t-ipconnect.de)
  848. # [11:54] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  849. # [11:56] * Joins: inolen (Adium@moz-E4D78779.socal.res.rr.com)
  850. # [11:56] * Joins: tessarakt2 (jens@moz-3CFEA40F.dip0.t-ipconnect.de)
  851. # [11:57] <gaston> filed 939416
  852. # [11:57] * Quits: inolen (Adium@moz-E4D78779.socal.res.rr.com) (Ping timeout)
  853. # [11:58] * Quits: sewardj (sewardj@moz-B2E81EBB.dip0.t-ipconnect.de) (Ping timeout)
  854. # [11:58] * Joins: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net)
  855. # [12:01] <Ms2ger> Thank
  856. # [12:01] <Ms2ger> s
  857. # [12:02] * Quits: valenting (Thunderbir@9A1975C1.39CE2EE.E400A05F.IP) (Ping timeout)
  858. # [12:05] * Quits: jviereck (Adium@moz-CF8216D6.dip0.t-ipconnect.de) (Quit: Leaving.)
  859. # [12:05] * Joins: valenting (Thunderbir@9A1975C1.39CE2EE.E400A05F.IP)
  860. # [12:06] * Joins: dao (dao@moz-E158BB57.superkabel.de)
  861. # [12:07] * Quits: jwalker (jwalker@moz-76873736.cable.virginm.net) (Input/output error)
  862. # [12:07] * Joins: jwalker (jwalker@moz-76873736.cable.virginm.net)
  863. # [12:07] * Quits: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com) (Quit: Instantbird 1.5a1pre -- http://www.instantbird.com)
  864. # [12:07] * Quits: jwalker (jwalker@moz-76873736.cable.virginm.net) (Connection reset by peer)
  865. # [12:07] * Joins: inolen (Adium@moz-E4D78779.socal.res.rr.com)
  866. # [12:07] * Quits: dao (dao@moz-E158BB57.superkabel.de) (Ping timeout)
  867. # [12:08] * Joins: jwalker (jwalker@moz-76873736.cable.virginm.net)
  868. # [12:09] * Quits: inolen (Adium@moz-E4D78779.socal.res.rr.com) (Ping timeout)
  869. # [12:09] * Joins: jacek (jacek@moz-5D707D3B.psi.wroc.pl)
  870. # [12:10] * Joins: feltnerm (feltnerm@moz-DD16D13D.dhcp.mdsn.wi.charter.com)
  871. # [12:10] <jkitch> Is there anything special that needs to be added/changed to support a new font feature ("ssty")?
  872. # [12:10] * merike|away is now known as merike
  873. # [12:11] * Quits: feltnerm (feltnerm@moz-DD16D13D.dhcp.mdsn.wi.charter.com) (Connection reset by peer)
  874. # [12:11] * Joins: feltnerm (feltnerm@moz-DD16D13D.dhcp.mdsn.wi.charter.com)
  875. # [12:12] * Quits: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Ping timeout)
  876. # [12:12] * Joins: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  877. # [12:12] * Joins: dao (dao@moz-E158BB57.superkabel.de)
  878. # [12:13] * Joins: lassey (blassey@moz-A4899051.hsd1.ma.comcast.net)
  879. # [12:13] * Quits: blassey (blassey@moz-A4899051.hsd1.ma.comcast.net) (Connection reset by peer)
  880. # [12:13] * Quits: feltnerm (feltnerm@moz-DD16D13D.dhcp.mdsn.wi.charter.com) (Ping timeout)
  881. # [12:15] * Joins: gandalf (zbraniecki@moz-CBF24282.neoplus.adsl.tpnet.pl)
  882. # [12:19] * Quits: gandalf (zbraniecki@moz-CBF24282.neoplus.adsl.tpnet.pl) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  883. # [12:20] * Joins: blassey (blassey@moz-A4899051.hsd1.ma.comcast.net)
  884. # [12:20] * Quits: lassey (blassey@moz-A4899051.hsd1.ma.comcast.net) (Connection reset by peer)
  885. # [12:21] * Quits: forivall (quassel@moz-C3493F5E.vc.shawcable.net) (Ping timeout)
  886. # [12:21] * Quits: rvitillo (vitillo@2D19BBF3.D1BEC4BB.30311652.IP) (Quit: rvitillo)
  887. # [12:22] * Quits: jwalker (jwalker@moz-76873736.cable.virginm.net) (Input/output error)
  888. # [12:24] * Quits: valenting (Thunderbir@9A1975C1.39CE2EE.E400A05F.IP) (Ping timeout)
  889. # [12:25] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  890. # [12:26] * Quits: blassey (blassey@moz-A4899051.hsd1.ma.comcast.net) (Connection reset by peer)
  891. # [12:26] * Joins: blassey (blassey@moz-A4899051.hsd1.ma.comcast.net)
  892. # [12:28] * Quits: gsvelto (gsvelto@moz-D89BCC70.clienti.tiscali.it) (Quit: Leaving)
  893. # [12:29] * Quits: afwang (nooknook@moz-CFE05FEE.hsd1.ca.comcast.net) (Ping timeout)
  894. # [12:31] * Quits: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Ping timeout)
  895. # [12:31] * Joins: rvitillo (vitillo@2D19BBF3.D1BEC4BB.30311652.IP)
  896. # [12:31] * Quits: rvitillo (vitillo@2D19BBF3.D1BEC4BB.30311652.IP) (Quit: rvitillo)
  897. # [12:31] * Joins: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  898. # [12:37] * Quits: victorporof (victorporo@FD3598E9.ED3BC0A9.9B1E38F4.IP) (Quit: victorporof)
  899. # [12:38] * Quits: loadbang (simon@moz-581F4AE2.range86-161.btcentralplus.com) (Ping timeout)
  900. # [12:38] * Joins: loadbang (simon@moz-581F4AE2.range86-161.btcentralplus.com)
  901. # [12:40] * Quits: trevorh (trevor@moz-531C66E7.lns20.adl2.internode.on.net) (Ping timeout)
  902. # [12:44] * Joins: jrm2k6 (jrm2k6@moz-7278A08.catv.broadband.hu)
  903. # [12:45] * Joins: arnaud_bienner (arno@moz-A1109EC1.dsl.sta.abo.bbox.fr)
  904. # [12:45] * Joins: vicamo (vicamo@FBD8C3A2.CF383C98.1FDE938E.IP)
  905. # [12:46] * Joins: afwang (nooknook@moz-CFE05FEE.hsd1.ca.comcast.net)
  906. # [12:48] * Quits: afwang (nooknook@moz-CFE05FEE.hsd1.ca.comcast.net) (Ping timeout)
  907. # [12:52] * Quits: vicamo (vicamo@FBD8C3A2.CF383C98.1FDE938E.IP) (Quit: Konversation terminated!)
  908. # [12:52] * Joins: vicamo (vicamo@FBD8C3A2.CF383C98.1FDE938E.IP)
  909. # [12:54] * Joins: RodrigoWaters (Thunderbir@moz-6D9C91B.nhoce701.dsl.brasiltelecom.net.br)
  910. # [13:02] * Quits: janv (varga@B8FBB6B4.73D44C34.4F33160D.IP) (Quit: This computer has gone to sleep)
  911. # [13:02] * Joins: trevorh (trevor@moz-5A12EE9F.lns20.adl2.internode.on.net)
  912. # [13:05] * Joins: afwang (nooknook@moz-CFE05FEE.hsd1.ca.comcast.net)
  913. # [13:07] * Quits: loadbang (simon@moz-581F4AE2.range86-161.btcentralplus.com) (Ping timeout)
  914. # [13:07] * Joins: victorporof (victorporo@FD3598E9.ED3BC0A9.9B1E38F4.IP)
  915. # [13:08] * Joins: loadbang (simon@moz-581F4AE2.range86-161.btcentralplus.com)
  916. # [13:08] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  917. # [13:08] * Joins: inolen (Adium@moz-E4D78779.socal.res.rr.com)
  918. # [13:09] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  919. # [13:10] * Quits: inolen (Adium@moz-E4D78779.socal.res.rr.com) (Ping timeout)
  920. # [13:12] * Joins: feltnerm (feltnerm@moz-DD16D13D.dhcp.mdsn.wi.charter.com)
  921. # [13:13] * Joins: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP)
  922. # [13:13] * Quits: m_kato (chatzilla@moz-7FB9770.tokynt01.ap.so-net.ne.jp) (Client exited)
  923. # [13:14] * Quits: feltnerm (feltnerm@moz-DD16D13D.dhcp.mdsn.wi.charter.com) (Ping timeout)
  924. # [13:15] * Joins: mathfreak_ (nooknook@moz-CFE05FEE.hsd1.ca.comcast.net)
  925. # [13:15] * Quits: arnaud_bienner (arno@moz-A1109EC1.dsl.sta.abo.bbox.fr) (Quit: Ex-Chat)
  926. # [13:15] * Quits: afwang (nooknook@moz-CFE05FEE.hsd1.ca.comcast.net) (Ping timeout)
  927. # [13:17] * Quits: loadbang (simon@moz-581F4AE2.range86-161.btcentralplus.com) (Ping timeout)
  928. # [13:17] * Joins: loadbang (simon@moz-581F4AE2.range86-161.btcentralplus.com)
  929. # [13:18] * Quits: teoli (teoli@moz-9E648524.range86-146.btcentralplus.com) (Connection reset by peer)
  930. # [13:20] * Quits: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net) (Connection reset by peer)
  931. # [13:20] * Joins: janv (varga@moz-27AD0433.t-com.sk)
  932. # [13:21] * Joins: teoli (teoli@moz-9E648524.range86-146.btcentralplus.com)
  933. # [13:22] * Joins: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net)
  934. # [13:29] * Quits: janv (varga@moz-27AD0433.t-com.sk) (Quit: This computer has gone to sleep)
  935. # [13:29] * Quits: loadbang (simon@moz-581F4AE2.range86-161.btcentralplus.com) (Ping timeout)
  936. # [13:30] * Joins: loadbang (simon@moz-581F4AE2.range86-161.btcentralplus.com)
  937. # [13:32] * Joins: jwalker (jwalker@moz-76873736.cable.virginm.net)
  938. # [13:34] * Joins: jviereck (Adium@moz-CF8216D6.dip0.t-ipconnect.de)
  939. # [13:34] * Quits: jwalker (jwalker@moz-76873736.cable.virginm.net) (Ping timeout)
  940. # [13:38] * Quits: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net) (Connection reset by peer)
  941. # [13:40] * Quits: loadbang (simon@moz-581F4AE2.range86-161.btcentralplus.com) (Ping timeout)
  942. # [13:40] * Joins: KaiRo (robert@moz-FD7E437B.adsl.highway.telekom.at)
  943. # [13:40] * Joins: loadbang (simon@moz-581F4AE2.range86-161.btcentralplus.com)
  944. # [13:41] * Joins: sankha93 (Instantbir@7061CD01.D6BD0D91.22D41759.IP)
  945. # [13:41] <evilpie> aaaaaaaaaaaaaaaahhhh
  946. # [13:45] * Joins: valenting (Thunderbir@9A1975C1.39CE2EE.E400A05F.IP)
  947. # [13:46] <mjrosenb> evilpie: ?
  948. # [13:46] <evilpie> tree closure
  949. # [13:47] * Fallen is now known as Fallen|away
  950. # [13:47] * Joins: ericjung (ericjung@EBA5EBAE.78089B69.E141FD9.IP)
  951. # [13:47] <mjrosenb> evilpie: I thought that was 'business as usual' at this point
  952. # [13:48] <evilpie> I was going to land something
  953. # [13:50] <tbsaunde> you mean the tree can be open? ;)
  954. # [13:51] <tbsaunde> I thought we'd declared gecko done
  955. # [13:51] <KaiRo> it declared itself done after some OMG OOM
  956. # [13:52] * Joins: marco (Thunderbir@2BAF1ABC.D09180C3.7A61698.IP)
  957. # [13:52] * Quits: loadbang (simon@moz-581F4AE2.range86-161.btcentralplus.com) (Ping timeout)
  958. # [13:53] * Joins: loadbang (simon@moz-581F4AE2.range86-161.btcentralplus.com)
  959. # [13:55] * Joins: sewardj (sewardj@moz-B2E81EBB.dip0.t-ipconnect.de)
  960. # [13:57] * Quits: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Connection reset by peer)
  961. # [13:57] * Joins: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  962. # [14:00] * Joins: pbocan (Thunderbir@moz-2B4BB411.sin.cvut.cz)
  963. # [14:02] * Quits: loadbang (simon@moz-581F4AE2.range86-161.btcentralplus.com) (Ping timeout)
  964. # [14:03] * Joins: loadbang (simon@moz-581F4AE2.range86-161.btcentralplus.com)
  965. # [14:04] * Quits: valenting (Thunderbir@9A1975C1.39CE2EE.E400A05F.IP) (Ping timeout)
  966. # [14:07] * Quits: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Connection reset by peer)
  967. # [14:07] * Joins: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  968. # [14:08] * Joins: bgrins (Adium@2E6E9164.E6468DB3.BAB75B95.IP)
  969. # [14:08] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  970. # [14:09] * Joins: inolen (Adium@moz-E4D78779.socal.res.rr.com)
  971. # [14:09] * Joins: mikeratcliffe (Adium@AAEB493E.A29E579C.71D4DE87.IP)
  972. # [14:11] * Quits: inolen (Adium@moz-E4D78779.socal.res.rr.com) (Ping timeout)
  973. # [14:12] * Quits: loadbang (simon@moz-581F4AE2.range86-161.btcentralplus.com) (Ping timeout)
  974. # [14:13] * Joins: loadbang (simon@moz-581F4AE2.range86-161.btcentralplus.com)
  975. # [14:13] * Joins: feltnerm (feltnerm@moz-DD16D13D.dhcp.mdsn.wi.charter.com)
  976. # [14:15] * Quits: feltnerm (feltnerm@moz-DD16D13D.dhcp.mdsn.wi.charter.com) (Ping timeout)
  977. # [14:15] * Quits: Olipro (Olipro@moz-36AEAE5A.catv.pool.telekom.hu) (Ping timeout)
  978. # [14:15] * Joins: janv (varga@B8FBB6B4.73D44C34.4F33160D.IP)
  979. # [14:17] * Quits: dao (dao@moz-E158BB57.superkabel.de) (Quit: Leaving.)
  980. # [14:18] * Joins: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com)
  981. # [14:20] * Joins: Olipro (Olipro@moz-36AEAE5A.catv.pool.telekom.hu)
  982. # [14:21] * Joins: b10n1k (j0ni@moz-9129EE4A.dsl.dyn.forthnet.gr)
  983. # [14:21] * Quits: marco (Thunderbir@2BAF1ABC.D09180C3.7A61698.IP) (Quit: marco)
  984. # [14:25] * Quits: simo (simo@9F11CA52.797EB94A.8A1F9AD.IP) (Ping timeout)
  985. # [14:28] * Quits: naveed (nihsanulla@moz-3CA42256.bstnma.fios.verizon.net) (Quit: )
  986. # [14:32] * Joins: gsvelto (gsvelto@moz-D89BCC70.clienti.tiscali.it)
  987. # [14:36] * Joins: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com)
  988. # [14:37] * Quits: mkohler (michael@891295DE.39719C70.BD7DB2FB.IP) (Ping timeout)
  989. # [14:40] * Quits: mikeratcliffe (Adium@AAEB493E.A29E579C.71D4DE87.IP) (Quit: Leaving.)
  990. # [14:40] * Joins: simo (simo@E8E8C2A0.C6338553.330E81BB.IP)
  991. # [14:45] * Quits: maxli (maxli@moz-4D28BA20.student.cs.uwaterloo.ca) (Quit: Leaving.)
  992. # [14:46] * Quits: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com) (Client exited)
  993. # [14:47] * Joins: mkohler (michael@891295DE.39719C70.BD7DB2FB.IP)
  994. # [14:50] * Quits: ggp|zzz (ggp@moz-99ACA75B.dsl.telesp.net.br) (Quit: Leaving...)
  995. # [14:51] * Joins: mwargers (chatzilla@moz-4CE1185C.cm-4-3c.dynamic.ziggo.nl)
  996. # [14:53] * Joins: maxli (maxli@moz-4D28BA20.student.cs.uwaterloo.ca)
  997. # [14:53] * Quits: maxli (maxli@moz-4D28BA20.student.cs.uwaterloo.ca) (Input/output error)
  998. # [14:57] * Quits: mwargers (chatzilla@moz-4CE1185C.cm-4-3c.dynamic.ziggo.nl) (Ping timeout)
  999. # [15:01] * Quits: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP) (Ping timeout)
  1000. # [15:01] <hattmammerly> well, I successfully built a fresh copy of firefox. this copy crashes on start, and now launching my preinstalled actual install doesn't load any addons or session history as if it's loading the fresh build.
  1001. # [15:01] * Joins: mwargers (chatzilla@moz-4CE1185C.cm-4-3c.dynamic.ziggo.nl)
  1002. # [15:04] * Joins: askalski (akuda@309E5B07.C38989A9.A61CD463.IP)
  1003. # [15:04] <hattmammerly> (I was told these installations were separate and wouldn't interfere with each other. apparently this is not the case, but I'm hoping my session data was preserved; I had a lot of work open)
  1004. # [15:04] * Quits: mathfreak_ (nooknook@moz-CFE05FEE.hsd1.ca.comcast.net) (Ping timeout)
  1005. # [15:05] <zzzzz> If you didn't create a new test profile for your experimental build then it used your existing profile, and it sounds like it may be toast
  1006. # [15:06] <Ms2ger> Look into your profile dir *first* and copy out any sessionstore files
  1007. # [15:06] <hattmammerly> gdi wish i would have known that haha. how can I reload my already-installed addons? I don't want to install them again and have them redundantly in another location
  1008. # [15:07] <hattmammerly> Ms2ger: might I suggest putting this on the 'Simple Firefox Build' instructions page?
  1009. # [15:08] <Ms2ger> I dunno, this Shouldn't Happen (tm) :)
  1010. # [15:10] * Joins: inolen (Adium@moz-E4D78779.socal.res.rr.com)
  1011. # [15:10] * Joins: mikeratcliffe (Adium@AAEB493E.A29E579C.71D4DE87.IP)
  1012. # [15:11] <hattmammerly> sigh... well can you guys instruct me on how to set up a new test profile?
  1013. # [15:11] * Quits: jfkthame (jfkthame@moz-BD15DB83.cable.virginm.net) (Quit: This computer has gone to sleep)
  1014. # [15:11] * Quits: inolen (Adium@moz-E4D78779.socal.res.rr.com) (Ping timeout)
  1015. # [15:11] * Quits: twi (Adium@moz-4541C8E7.cust.dsl.vodafone.it) (Quit: Leaving.)
  1016. # [15:13] <zzzzz> firebot profile manager
  1017. # [15:13] <firebot> zzzzz: The Profile Manager is a way to easily create, or switch profiles. See: http://support.mozilla.com/kb/Managing+profiles
  1018. # [15:13] <zzzzz> hattmammerly: ^
  1019. # [15:14] * Joins: feltnerm (feltnerm@moz-DD16D13D.dhcp.mdsn.wi.charter.com)
  1020. # [15:16] * Quits: feltnerm (feltnerm@moz-DD16D13D.dhcp.mdsn.wi.charter.com) (Ping timeout)
  1021. # [15:16] * Quits: mikeratcliffe (Adium@AAEB493E.A29E579C.71D4DE87.IP) (Ping timeout)
  1022. # [15:16] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  1023. # [15:17] * Quits: gsvelto (gsvelto@moz-D89BCC70.clienti.tiscali.it) (Quit: Leaving)
  1024. # [15:18] * Joins: gandalf (zbraniecki@moz-CBF24282.neoplus.adsl.tpnet.pl)
  1025. # [15:18] * Joins: dao (dao@moz-E158BB57.superkabel.de)
  1026. # [15:20] * Quits: pbocan (Thunderbir@moz-2B4BB411.sin.cvut.cz) (Ping timeout)
  1027. # [15:20] * Joins: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP)
  1028. # [15:21] * Quits: jviereck (Adium@moz-CF8216D6.dip0.t-ipconnect.de) (Quit: Leaving.)
  1029. # [15:23] * Quits: vicamo (vicamo@FBD8C3A2.CF383C98.1FDE938E.IP) (Quit: Konversation terminated!)
  1030. # [15:24] * Joins: maxli (maxli@moz-4D28BA20.student.cs.uwaterloo.ca)
  1031. # [15:24] <hattmammerly> oh hey firefox sync hasn't caught up so my phone can still see the tabs I had open. the day is saved!
  1032. # [15:26] * Quits: ericjung (ericjung@EBA5EBAE.78089B69.E141FD9.IP) (Quit: Leaving)
  1033. # [15:27] * Joins: josh (josh@moz-6FB23C25.hvc.res.rr.com)
  1034. # [15:27] <zzzzz> \o/
  1035. # [15:28] * Joins: jviereck (Adium@moz-CF8216D6.dip0.t-ipconnect.de)
  1036. # [15:32] * Quits: teoli (teoli@moz-9E648524.range86-146.btcentralplus.com) (Input/output error)
  1037. # [15:32] * Quits: lpy (lpy@7360AA58.F09091A8.1348A864.IP) (Ping timeout)
  1038. # [15:32] * Joins: lpy (lpy@12172131.F09091A8.1348A864.IP)
  1039. # [15:33] * jorendorff_away is now known as jorendorff
  1040. # [15:33] * Quits: lpy (lpy@12172131.F09091A8.1348A864.IP) (Client exited)
  1041. # [15:34] * jorendorff is now known as jorendorff_away
  1042. # [15:34] * Joins: lpy (lpy@7360AA58.F09091A8.1348A864.IP)
  1043. # [15:36] * Quits: bgrins (Adium@2E6E9164.E6468DB3.BAB75B95.IP) (Quit: Leaving.)
  1044. # [15:36] * Quits: loadbang (simon@moz-581F4AE2.range86-161.btcentralplus.com) (Quit: loadbang)
  1045. # [15:37] * Quits: tessarakt2 (jens@moz-3CFEA40F.dip0.t-ipconnect.de) (Ping timeout)
  1046. # [15:38] * Joins: twi (Adium@427AD10C.26A7AB1B.3FE1604A.IP)
  1047. # [15:40] * Joins: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com)
  1048. # [15:44] * Quits: lpy (lpy@7360AA58.F09091A8.1348A864.IP) (Quit: Leaving...)
  1049. # [15:44] * Quits: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP) (Ping timeout)
  1050. # [15:45] * Joins: rwaldron (rwaldron@moz-57519E7C.nycmny.fios.verizon.net)
  1051. # [15:52] * Quits: twi (Adium@427AD10C.26A7AB1B.3FE1604A.IP) (Ping timeout)
  1052. # [15:54] * Joins: smaug (chatzilla@moz-9E0B1701.pp.htv.fi)
  1053. # [15:54] * ChanServ sets mode: +o smaug
  1054. # [15:55] * Quits: josh (josh@moz-6FB23C25.hvc.res.rr.com) (Quit: josh)
  1055. # [15:55] * Joins: cdiehl (cdiehl@moz-1B57945F.pool.mediaways.net)
  1056. # [15:56] <@smaug> oh, tree was open for some time
  1057. # [15:56] * Joins: twi (Adium@366146E1.F33C246D.C3DDD137.IP)
  1058. # [15:57] * Joins: achronop (achronop@moz-C7A979DD.dsl.dyn.forthnet.gr)
  1059. # [15:58] * Joins: loadbang (simon@moz-581F4AE2.range86-161.btcentralplus.com)
  1060. # [15:59] * Quits: jviereck (Adium@moz-CF8216D6.dip0.t-ipconnect.de) (Quit: Leaving.)
  1061. # [15:59] * Joins: bhackett (Mibbit@moz-8737A44D.sub-70-208-2.myvzw.com)
  1062. # [15:59] * Joins: twi1 (Adium@E0719144.F33C246D.C3DDD137.IP)
  1063. # [15:59] <bhackett> any idea when the tree will reopen?
  1064. # [16:00] * Quits: twi (Adium@366146E1.F33C246D.C3DDD137.IP) (Ping timeout)
  1065. # [16:00] <Ms2ger> When releng wakes up
  1066. # [16:00] <Ms2ger> Probably before Monday
  1067. # [16:00] <bhackett> I've basically been unable to do work for the last several days because of tree closures
  1068. # [16:01] <@smaug> bhackett: I wonder why
  1069. # [16:01] * Quits: loadbang (simon@moz-581F4AE2.range86-161.btcentralplus.com) (Quit: loadbang)
  1070. # [16:01] * Quits: bhackett (Mibbit@moz-8737A44D.sub-70-208-2.myvzw.com) (Quit: http://www.mibbit.com ajax IRC Client)
  1071. # [16:01] <@smaug> you should just have plenty of patches to push
  1072. # [16:01] <@smaug> but yes, it is really annoying to have the tree closed for so long time
  1073. # [16:02] * Joins: bhackett (Mibbit@moz-8737A44D.sub-70-208-2.myvzw.com)
  1074. # [16:02] <@smaug> we should have some different kind of rules for keeping the tree closed
  1075. # [16:02] <bhackett> smaug: I have a bunch of patches to push, and the work I want to be doing depends on these being in the tree
  1076. # [16:03] <@smaug> like clone the problematic state from m-i to some other tree, backout from m-i and open m-i, and let people to fix the issues elsewhere
  1077. # [16:03] <@smaug> bhackett: you can have the patches in your tree, no?
  1078. # [16:04] <bhackett> smaug: yes but merging gets complicated and time wasting
  1079. # [16:05] * Joins: pbocan (Thunderbir@moz-2B4BB411.sin.cvut.cz)
  1080. # [16:07] * philor|away is now known as philor
  1081. # [16:07] * hwine-ooo is now known as hwine
  1082. # [16:07] * Joins: jviereck (Adium@moz-CF8216D6.dip0.t-ipconnect.de)
  1083. # [16:08] <Ms2ger> Mmm, maybe hwine can do something
  1084. # [16:09] * rail_away is now known as rail
  1085. # [16:09] * hwine is clueless before first coffee
  1086. # [16:10] * Quits: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com) (Client exited)
  1087. # [16:10] * JosiahOne|Away is now known as JosiahOne
  1088. # [16:10] * hwine REMINDER - Trees close in about 2 hours for https://bugzil.la/935663
  1089. # [16:10] * Joins: inolen (Adium@moz-E4D78779.socal.res.rr.com)
  1090. # [16:11] <Ms2ger> hwine, interesting philosophical question... Can you close closed trees?
  1091. # [16:11] * Joins: josh (josh@moz-6FB23C25.hvc.res.rr.com)
  1092. # [16:12] * Quits: inolen (Adium@moz-E4D78779.socal.res.rr.com) (Ping timeout)
  1093. # [16:12] <hwine> I think so - it's a stack of messages so we keep all the reasons straight
  1094. # [16:13] * Joins: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com)
  1095. # [16:14] * Joins: nobled (nchatzilla@moz-1F6B52.maine.res.rr.com)
  1096. # [16:14] * Joins: feltnerm (feltnerm@moz-DD16D13D.dhcp.mdsn.wi.charter.com)
  1097. # [16:16] * Quits: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com) (Ping timeout)
  1098. # [16:16] * Quits: feltnerm (feltnerm@moz-DD16D13D.dhcp.mdsn.wi.charter.com) (Ping timeout)
  1099. # [16:17] * Quits: dao (dao@moz-E158BB57.superkabel.de) (Quit: Leaving.)
  1100. # [16:17] * Joins: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com)
  1101. # [16:18] * Joins: teoli (teoli@moz-9E648524.range86-146.btcentralplus.com)
  1102. # [16:19] * Quits: jacek (jacek@moz-5D707D3B.psi.wroc.pl) (Quit: Konversation terminated!)
  1103. # [16:22] * Joins: Pike (chatzilla@moz-8BFBE5DC.pool.mediaways.net)
  1104. # [16:22] * Quits: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com) (Client exited)
  1105. # [16:22] <@smaug> whaat, also try is closed
  1106. # [16:22] <@smaug> Ms2ger: why did you close try?
  1107. # [16:23] <Ms2ger> Because I'm even less likely to pick up infinitely repeating runs on try
  1108. # [16:24] * Joins: AdrianC (Mibbit@9B8E9843.E6872F95.2662C207.IP)
  1109. # [16:24] <@smaug> hmm, maybe the trees will be opened bug 935663
  1110. # [16:24] <@smaug> food
  1111. # [16:25] <hattmammerly> so my fresh build crashes on startup and provides me with really no technical details. any ideas for troubleshooting this?
  1112. # [16:25] <AdrianC> windows/linux?
  1113. # [16:26] * Quits: @smaug (chatzilla@moz-9E0B1701.pp.htv.fi) (Input/output error)
  1114. # [16:26] <hattmammerly> oh. gentoo linux
  1115. # [16:26] * Joins: smaug (chatzilla@moz-9E0B1701.pp.htv.fi)
  1116. # [16:26] * ChanServ sets mode: +o smaug
  1117. # [16:26] <hattmammerly> (as such I suppose it's weird there's some deep quirk with my system that I've forgotten about)
  1118. # [16:26] <hattmammerly> s/weird/possible
  1119. # [16:27] <AdrianC> do you have --enable-debug?
  1120. # [16:27] <AdrianC> if so, just check the core dump or attach if in logs it tells you too
  1121. # [16:27] <hattmammerly> I do not. wasn't sure how to pass compile options to mach
  1122. # [16:28] <AdrianC> this might be useful
  1123. # [16:28] <AdrianC> https://developer.mozilla.org/en/docs/Configuring_Build_Options
  1124. # [16:28] <AdrianC> just add ac_add_options --enable-debug
  1125. # [16:28] <AdrianC> (Should work, disclaimer, I'm new to this too :) )
  1126. # [16:28] <AdrianC> also, do you have core dumps enabled on your gentoo?
  1127. # [16:29] * Joins: AaronMT (AaronMT@moz-5DF3A271.cpe.net.cable.rogers.com)
  1128. # [16:29] <AdrianC> (/etc/sysctl.conf doesn't have them disabled or folder redirected to /dev/null?)
  1129. # [16:30] <AdrianC> (just see if there's any core.<number> in the folder where you started the binary, if not, see if sysctl.conf has folder someplace else)
  1130. # [16:34] * Quits: @smaug (chatzilla@moz-9E0B1701.pp.htv.fi) (Ping timeout)
  1131. # [16:34] * Joins: vingtetun (Thunderbir@moz-64E1A8DA.fbx.proxad.net)
  1132. # [16:36] <hattmammerly> never disabled core dumps, not sure of defaults.
  1133. # [16:37] * Quits: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com) (Ping timeout)
  1134. # [16:38] <hattmammerly> alright, rebuilding with --enable-debug
  1135. # [16:39] * JosiahOne is now known as JosiahOne|Away
  1136. # [16:40] * Joins: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com)
  1137. # [16:40] * Quits: vingtetun (Thunderbir@moz-64E1A8DA.fbx.proxad.net) (Ping timeout)
  1138. # [16:42] <Ms2ger> Hmm, is bmo supposed to be down?
  1139. # [16:42] <zzzzz> thought I saw somwhere where 'everything' was going to be down
  1140. # [16:43] * Quits: AdrianC (Mibbit@9B8E9843.E6872F95.2662C207.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1141. # [16:43] * Joins: tessarakt2 (jens@moz-3CFEA40F.dip0.t-ipconnect.de)
  1142. # [16:43] <zzzzz> down here for me, was working about an hour ago
  1143. # [16:43] <zzzzz> error 500
  1144. # [16:43] <Ms2ger> Alright
  1145. # [16:44] * Ms2ger climbs onto his chair and raises his sword
  1146. # [16:44] <zzzzz> and its back for now..
  1147. # [16:45] * Quits: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com) (Ping timeout)
  1148. # [16:45] * Joins: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com)
  1149. # [16:46] * Quits: cdiehl (cdiehl@moz-1B57945F.pool.mediaways.net) (Ping timeout)
  1150. # [16:46] * Quits: gandalf (zbraniecki@moz-CBF24282.neoplus.adsl.tpnet.pl) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  1151. # [16:47] <Pike> I thought bmo was supposed to have fail-over servers. which might have just kicked in?
  1152. # [16:47] * Joins: cdiehl (cdiehl@moz-9DD95D1.pool.mediaways.net)
  1153. # [16:47] <Pike> > bugzilla.mozilla.org and git.mozilla.org will be failed over to the Phoenix datacenter. During the cutover, systems may be unstable for a few minutes.
  1154. # [16:47] <philor> decoder: https://tbpl.mozilla.org/php/getParsedLog.php?id=30627657&full=1&branch=fx-team#error0 - not much of a stack there
  1155. # [16:48] <jesup> error 500 here too
  1156. # [16:48] <philor> of course, workers, not much of a surprise there either
  1157. # [16:49] * Joins: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net)
  1158. # [16:49] * Quits: rwaldron (rwaldron@moz-57519E7C.nycmny.fios.verizon.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  1159. # [16:50] * Joins: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com)
  1160. # [16:50] * Quits: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com) (Ping timeout)
  1161. # [16:50] <hattmammerly> okay, I built with --enable-debug... but I get the same nontechnical crash report info. sigh why can I never get anything working with just the instructions in the box
  1162. # [16:50] * Joins: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com)
  1163. # [16:52] * Joins: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net)
  1164. # [16:52] * Quits: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com) (Ping timeout)
  1165. # [16:52] * Joins: jfkthame (jfkthame@moz-BD15DB83.cable.virginm.net)
  1166. # [16:52] * Joins: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com)
  1167. # [16:56] * Joins: ctangira (ctangira@moz-B8FE932D.lightspeed.rcsntx.sbcglobal.net)
  1168. # [16:57] <jesup> ETA on failover? Still 500 here
  1169. # [16:57] * Quits: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net) (Quit: ehugg)
  1170. # [16:59] <jesup> hattmammerly: set NSPR_LOG_DEBUG=all:5 NSPR_LOG_FILE=/tmp/nspr.out and that should give way more log info than you want.... and hopefully errors that point to the problem. And/or run under GDB/etc
  1171. # [16:59] * Joins: txema (chatzilla@moz-2B204AB.red-2-136-102.dynamicip.rima-tde.net)
  1172. # [16:59] * Quits: trevorh (trevor@moz-5A12EE9F.lns20.adl2.internode.on.net) (Ping timeout)
  1173. # [16:59] <txema> hi
  1174. # [17:00] * Joins: trevorh (trevor@moz-EA745484.lns20.adl6.internode.on.net)
  1175. # [17:00] <txema> As of version 14 of firefox the error stack doesn't keep trace of params information
  1176. # [17:00] <txema> I've created a framework (lluvia-Project) that recovers from TypeError. xxx is not a funcition and responds to dynamic methods
  1177. # [17:00] <txema> Does someone know how to achieve information of the params?
  1178. # [17:00] <txema> Thanks.
  1179. # [17:01] * Quits: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com) (Ping timeout)
  1180. # [17:01] * Joins: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com)
  1181. # [17:02] * Joins: gandalf (zbraniecki@moz-CBF24282.neoplus.adsl.tpnet.pl)
  1182. # [17:04] <fubar> Pike: bmo and gitmo are now in PHX1; bmo might want a shift-reload if you get a 500 error
  1183. # [17:04] * Quits: victorporof (victorporo@FD3598E9.ED3BC0A9.9B1E38F4.IP) (Quit: victorporof)
  1184. # [17:05] * Quits: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com) (Client exited)
  1185. # [17:06] <jesup> I found shift-reload was needed, thanks
  1186. # [17:06] <jesup> on bmo
  1187. # [17:07] * Joins: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net)
  1188. # [17:07] <hattmammerly> jesup I'll try that out, thanks.
  1189. # [17:08] * Joins: ckitching (ckitching@moz-73BD1AA5.nat.csx.cam.ac.uk)
  1190. # [17:08] <hattmammerly> also, here's the crash report I sent. https://crash-stats.mozilla.com/report/index/33193e64-6245-451a-9006-6821c2131116 I'm segfaulting, apparently
  1191. # [17:08] * Quits: BenWa (BenWa@moz-B9E3729F.members.linode.com) (Client exited)
  1192. # [17:09] * hwine REMINDER - Trees close in about 1 hour for https://bugzil.la/935663
  1193. # [17:10] * Joins: loadbang (simon@moz-581F4AE2.range86-161.btcentralplus.com)
  1194. # [17:11] * Joins: inolen (Adium@moz-E4D78779.socal.res.rr.com)
  1195. # [17:11] * Joins: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP)
  1196. # [17:13] * Quits: inolen (Adium@moz-E4D78779.socal.res.rr.com) (Ping timeout)
  1197. # [17:14] <hattmammerly> jesup: no /tmp/nspr.out was created
  1198. # [17:14] * Joins: BenWa|email (BenWa@moz-B9E3729F.members.linode.com)
  1199. # [17:15] * BenWa|email is now known as BenWa
  1200. # [17:15] * Quits: jfkthame (jfkthame@moz-BD15DB83.cable.virginm.net) (Quit: This computer has gone to sleep)
  1201. # [17:15] * Joins: feltnerm (feltnerm@moz-DD16D13D.dhcp.mdsn.wi.charter.com)
  1202. # [17:17] * Joins: twi (Adium@366146E1.F33C246D.C3DDD137.IP)
  1203. # [17:17] * Quits: feltnerm (feltnerm@moz-DD16D13D.dhcp.mdsn.wi.charter.com) (Ping timeout)
  1204. # [17:18] * Quits: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net) (Quit: ehugg)
  1205. # [17:18] * Quits: twi1 (Adium@E0719144.F33C246D.C3DDD137.IP) (Ping timeout)
  1206. # [17:19] * Joins: twi1 (Adium@366146E1.F33C246D.C3DDD137.IP)
  1207. # [17:19] * Quits: mkohler (michael@891295DE.39719C70.BD7DB2FB.IP) (Quit: mkohler)
  1208. # [17:20] * Quits: twi (Adium@366146E1.F33C246D.C3DDD137.IP) (Ping timeout)
  1209. # [17:20] * Quits: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com) (Ping timeout)
  1210. # [17:22] * Joins: victorporof (victorporo@FD3598E9.ED3BC0A9.9B1E38F4.IP)
  1211. # [17:23] * philor wonders how to shift+reload the read-only database
  1212. # [17:23] * Joins: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com)
  1213. # [17:24] * Quits: askalski (akuda@309E5B07.C38989A9.A61CD463.IP) (Input/output error)
  1214. # [17:24] * Joins: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com)
  1215. # [17:25] * Quits: twi1 (Adium@366146E1.F33C246D.C3DDD137.IP) (Ping timeout)
  1216. # [17:26] * rail is now known as rail_away
  1217. # [17:27] * Joins: twi (Adium@E0719144.F33C246D.C3DDD137.IP)
  1218. # [17:27] * Joins: dew1 (Instantbir@moz-E4452B8F.static.stls.mo.charter.com)
  1219. # [17:27] * Quits: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com) (Connection reset by peer)
  1220. # [17:27] * Joins: afwang (nooknook@moz-CFE05FEE.hsd1.ca.comcast.net)
  1221. # [17:27] * merike is now known as merike|away
  1222. # [17:29] * Quits: loadbang (simon@moz-581F4AE2.range86-161.btcentralplus.com) (Quit: loadbang)
  1223. # [17:29] <Ms2ger> Mail server responded: Capability list follows, mate
  1224. # [17:30] * Joins: mjh563 (mjh563@moz-E385BD04.cable.virginm.net)
  1225. # [17:31] * Quits: gandalf (zbraniecki@moz-CBF24282.neoplus.adsl.tpnet.pl) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  1226. # [17:31] * Joins: bjacob__ (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  1227. # [17:32] * Quits: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner)
  1228. # [17:32] * Joins: twi1 (Adium@366146E1.F33C246D.C3DDD137.IP)
  1229. # [17:33] * Quits: twi (Adium@E0719144.F33C246D.C3DDD137.IP) (Ping timeout)
  1230. # [17:34] * Joins: gandalf (zbraniecki@moz-CBF24282.neoplus.adsl.tpnet.pl)
  1231. # [17:34] * Quits: JosiahOne|Away (Instantbir@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net) (Quit: dealloc)
  1232. # [17:34] * Quits: twi1 (Adium@366146E1.F33C246D.C3DDD137.IP) (Ping timeout)
  1233. # [17:34] * Joins: victorporof_ (victorporo@FD3598E9.ED3BC0A9.9B1E38F4.IP)
  1234. # [17:35] * Quits: victorporof (victorporo@FD3598E9.ED3BC0A9.9B1E38F4.IP) (Ping timeout)
  1235. # [17:36] * Joins: doctor (ARealName@8E6CEFC3.973B116C.67659D25.IP)
  1236. # [17:36] * Quits: doctor (ARealName@8E6CEFC3.973B116C.67659D25.IP) (Input/output error)
  1237. # [17:37] * Joins: JosiahOne (Instantbir@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net)
  1238. # [17:37] <JosiahOne> evilpie:
  1239. # [17:38] * Quits: victorporof_ (victorporo@FD3598E9.ED3BC0A9.9B1E38F4.IP) (Quit: victorporof_)
  1240. # [17:38] * Joins: twi (Adium@AE788F2.6E0AC7EF.9F317FFB.IP)
  1241. # [17:40] * Joins: gabor (gabor@moz-A74A9206.dip0.t-ipconnect.de)
  1242. # [17:41] * Joins: kk1fff (kk1fff@5D13D6CB.3B850DFB.4C8C700E.IP)
  1243. # [17:41] * Quits: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com) (Client exited)
  1244. # [17:42] * Quits: dew1 (Instantbir@moz-E4452B8F.static.stls.mo.charter.com) (Ping timeout)
  1245. # [17:43] * Quits: gandalf (zbraniecki@moz-CBF24282.neoplus.adsl.tpnet.pl) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  1246. # [17:43] * Joins: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com)
  1247. # [17:43] * Joins: jwalker (jwalker@moz-76873736.cable.virginm.net)
  1248. # [17:46] * Joins: catalinn (Thunderbir@F9C04599.7F10AE13.A721DA5F.IP)
  1249. # [17:47] * JosiahOne is now known as JosiahOne|Away
  1250. # [17:47] * Joins: bgrins (Adium@2E6E9164.E6468DB3.BAB75B95.IP)
  1251. # [17:49] * Joins: smaug (chatzilla@moz-9E0B1701.pp.htv.fi)
  1252. # [17:49] * ChanServ sets mode: +o smaug
  1253. # [17:49] * Quits: JosiahOne|Away (Instantbir@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net) (Ping timeout)
  1254. # [17:52] * Quits: jwalker (jwalker@moz-76873736.cable.virginm.net) (Input/output error)
  1255. # [17:52] * Quits: maxli (maxli@moz-4D28BA20.student.cs.uwaterloo.ca) (Quit: Leaving.)
  1256. # [17:58] * Quits: bc (bc@454BDC37.1D5E8529.AC69809B.IP) (Ping timeout)
  1257. # [17:58] * Joins: Earth4 (cht-zla_un@moz-4DA476A6.static.snfr.nc.charter.com)
  1258. # [17:58] * Joins: jwalker (jwalker@moz-76873736.cable.virginm.net)
  1259. # [17:59] * Quits: sewardj (sewardj@moz-B2E81EBB.dip0.t-ipconnect.de) (Ping timeout)
  1260. # [17:59] * Joins: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com)
  1261. # [18:03] * hwine TREES CLOSED for https://bugzil.la/935663
  1262. # [18:03] * Joins: bc (bc@454BDC37.1D5E8529.AC69809B.IP)
  1263. # [18:05] * Quits: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com) (Ping timeout)
  1264. # [18:06] * Joins: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com)
  1265. # [18:08] * Quits: kk1fff (kk1fff@5D13D6CB.3B850DFB.4C8C700E.IP) (Quit: kk1fff)
  1266. # [18:11] * Joins: rwaldron (rwaldron@moz-57519E7C.nycmny.fios.verizon.net)
  1267. # [18:12] * Joins: inolen (Adium@moz-E4D78779.socal.res.rr.com)
  1268. # [18:13] * Quits: bhackett (Mibbit@moz-8737A44D.sub-70-208-2.myvzw.com) (Quit: http://www.mibbit.com ajax IRC Client)
  1269. # [18:14] * Quits: inolen (Adium@moz-E4D78779.socal.res.rr.com) (Ping timeout)
  1270. # [18:14] * Quits: ctangira (ctangira@moz-B8FE932D.lightspeed.rcsntx.sbcglobal.net) (Ping timeout)
  1271. # [18:14] * Joins: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net)
  1272. # [18:14] * Quits: Earth4 (cht-zla_un@moz-4DA476A6.static.snfr.nc.charter.com) (Ping timeout)
  1273. # [18:15] * Joins: ehugg_ (ehugg@moz-44D86B1E.cisco.com)
  1274. # [18:15] * Joins: ctangira (ctangira@moz-44402D73.cisco.com)
  1275. # [18:16] * Joins: feltnerm (feltnerm@moz-DD16D13D.dhcp.mdsn.wi.charter.com)
  1276. # [18:17] * Quits: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP) (Ping timeout)
  1277. # [18:18] * Quits: feltnerm (feltnerm@moz-DD16D13D.dhcp.mdsn.wi.charter.com) (Ping timeout)
  1278. # [18:19] * Quits: kdc (chatzilla@moz-2ACC6B38.pk.shawcable.net) (Connection reset by peer)
  1279. # [18:19] * Joins: kdc (chatzilla@moz-2ACC6B38.pk.shawcable.net)
  1280. # [18:22] * Joins: rednaks (rednaks@3D14CB5E.7B2CFADA.55FFA9B4.IP)
  1281. # [18:22] * Quits: kdc (chatzilla@moz-2ACC6B38.pk.shawcable.net) (Ping timeout)
  1282. # [18:22] * Joins: maxli (maxli@moz-4D28BA20.student.cs.uwaterloo.ca)
  1283. # [18:23] * Joins: kdc (chatzilla@moz-2ACC6B38.pk.shawcable.net)
  1284. # [18:23] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Ping timeout)
  1285. # [18:24] * Quits: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net) (Quit: ehugg)
  1286. # [18:24] * ehugg_ is now known as ehugg
  1287. # [18:24] * Quits: ehugg (ehugg@moz-44D86B1E.cisco.com) (Quit: ehugg)
  1288. # [18:25] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  1289. # [18:25] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  1290. # [18:26] * Quits: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com) (Ping timeout)
  1291. # [18:26] * Joins: mconley (mconley@moz-D640D16C.cable.teksavvy.com)
  1292. # [18:27] * Joins: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com)
  1293. # [18:27] * Quits: janv (varga@B8FBB6B4.73D44C34.4F33160D.IP) (Quit: This computer has gone to sleep)
  1294. # [18:28] * BenWa is now known as BenWa|email
  1295. # [18:29] * Quits: rednaks (rednaks@3D14CB5E.7B2CFADA.55FFA9B4.IP) (Quit: Téléportation !)
  1296. # [18:30] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  1297. # [18:32] * Quits: ctalbert|afk (ctalbert@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1298. # [18:32] * Joins: inolen (Adium@moz-E4D78779.socal.res.rr.com)
  1299. # [18:32] * Joins: ctalbert|afk (ctalbert@moz-DB4A9C19.scl3.mozilla.com)
  1300. # [18:34] * Quits: @smaug (chatzilla@moz-9E0B1701.pp.htv.fi) (Input/output error)
  1301. # [18:34] * philor is now known as philor|away
  1302. # [18:35] * Joins: dao (dao@moz-E158BB57.superkabel.de)
  1303. # [18:35] * Joins: ericjung (ericjung@EBA5EBAE.78089B69.E141FD9.IP)
  1304. # [18:35] * Quits: dmajor__ (dmajor@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving)
  1305. # [18:35] * Quits: jviereck (Adium@moz-CF8216D6.dip0.t-ipconnect.de) (Quit: Leaving.)
  1306. # [18:35] * Joins: dmajor (dmajor@moz-BBE3ABD.mv.mozilla.com)
  1307. # [18:37] * Quits: catalinn (Thunderbir@F9C04599.7F10AE13.A721DA5F.IP) (Quit: catalinn)
  1308. # [18:39] * Joins: fabrice (fabrice@moz-94F028C6.hsd1.ca.comcast.net)
  1309. # [18:42] * Quits: sankha93 (Instantbir@7061CD01.D6BD0D91.22D41759.IP) (Ping timeout)
  1310. # [18:43] * Quits: jmaher|afk (jmaher@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1311. # [18:43] * Quits: @gavin (gavin@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1312. # [18:43] * Quits: mrbkap (mrbkap@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1313. # [18:43] * Quits: gregglind_away (glind@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1314. # [18:43] * Quits: mconnor (mconnor@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1315. # [18:43] * Quits: joduinn-afk (joduinn@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1316. # [18:43] * Quits: TheOne (one@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1317. # [18:43] * Joins: gregglind_away (glind@moz-DB4A9C19.scl3.mozilla.com)
  1318. # [18:43] * Joins: mconnor (mconnor@moz-DB4A9C19.scl3.mozilla.com)
  1319. # [18:43] * Joins: joduinn-afk (joduinn@moz-DB4A9C19.scl3.mozilla.com)
  1320. # [18:43] * Joins: mrbkap (mrbkap@moz-DB4A9C19.scl3.mozilla.com)
  1321. # [18:43] * Joins: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net)
  1322. # [18:43] * Joins: jmaher|afk (jmaher@moz-DB4A9C19.scl3.mozilla.com)
  1323. # [18:43] * Joins: askalski (akuda@309E5B07.C38989A9.A61CD463.IP)
  1324. # [18:43] * Joins: gavin (gavin@moz-DB4A9C19.scl3.mozilla.com)
  1325. # [18:43] * ChanServ sets mode: +o gavin
  1326. # [18:43] * Joins: TheOne (one@moz-DB4A9C19.scl3.mozilla.com)
  1327. # [18:43] * Quits: gabor (gabor@moz-A74A9206.dip0.t-ipconnect.de) (Ping timeout)
  1328. # [18:44] * Quits: h4writer (h4writer@moz-957FCBC.access.telenet.be) (Ping timeout)
  1329. # [18:45] * Joins: ethan (chatzilla@moz-D1DE84E7.dynamic.hinet.net)
  1330. # [18:46] * terrence-afk is now known as terrence
  1331. # [18:46] * Quits: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com) (Ping timeout)
  1332. # [18:48] * Quits: cdiehl (cdiehl@moz-9DD95D1.pool.mediaways.net) (Ping timeout)
  1333. # [18:48] * Joins: janv (varga@moz-A506EDFE.flarion.as5628.telecom.sk)
  1334. # [18:48] * Joins: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com)
  1335. # [18:49] * Joins: twi1 (Adium@E0719144.F33C246D.C3DDD137.IP)
  1336. # [18:49] * Joins: cdiehl (cdiehl@moz-849BF4A6.pool.mediaways.net)
  1337. # [18:50] * Quits: teoli (teoli@moz-9E648524.range86-146.btcentralplus.com) (Input/output error)
  1338. # [18:50] * Quits: twi (Adium@AE788F2.6E0AC7EF.9F317FFB.IP) (Ping timeout)
  1339. # [18:50] * Quits: Tomcat|afk (Tomcat@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1340. # [18:50] * Quits: rhelmer (rhelmer@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1341. # [18:50] * Quits: nthomas|away (nthomas@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1342. # [18:50] * Quits: nli (nli@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1343. # [18:50] * Quits: simone|away (simone@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1344. # [18:50] * Quits: geekboy|afk (geekboy@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1345. # [18:50] * Quits: pmoore|away (pmoore@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1346. # [18:50] * Quits: reuben (reuben@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1347. # [18:50] * Quits: overholt (overholt@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1348. # [18:50] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1349. # [18:50] * Quits: Callek_disconnected (Callek@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1350. # [18:50] * Quits: gregglind_away (glind@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1351. # [18:50] * Quits: sstangl (sstangl@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1352. # [18:50] * Quits: whimboo|afk (whimboo@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1353. # [18:50] * Quits: lsblakk (lsblakk@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1354. # [18:50] * Quits: jmaher|afk (jmaher@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1355. # [18:50] * Quits: nalexander (nalexander@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1356. # [18:50] * Quits: @gavin (gavin@moz-DB4A9C19.scl3.mozilla.com) (Connection reset by peer)
  1357. # [18:50] * Quits: liuche (liuche@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1358. # [18:50] * Quits: @dolske (dolske@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1359. # [18:51] * Quits: twi1 (Adium@E0719144.F33C246D.C3DDD137.IP) (Ping timeout)
  1360. # [18:51] * Joins: JosiahOne (Instantbir@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net)
  1361. # [18:51] * Quits: TheOne (one@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1362. # [18:51] * Joins: not_gavi1 (gavin@E04DED12.5AA33DAB.2321E71E.IP)
  1363. # [18:51] * Quits: nmatsakis (nmatsakis@moz-DB4A9C19.scl3.mozilla.com) (Connection reset by peer)
  1364. # [18:51] * Quits: @not_gavin (gavin@E04DED12.5AA33DAB.2321E71E.IP) (Broken pipe)
  1365. # [18:52] * Quits: mconnor (mconnor@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1366. # [18:52] * Quits: dietrich (dietrich@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1367. # [18:52] * Quits: gps (gps@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1368. # [18:52] * Quits: ctalbert|afk (ctalbert@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1369. # [18:52] * Quits: margaret (margaret@moz-DB4A9C19.scl3.mozilla.com) (Input/output error)
  1370. # [18:52] * Quits: b10n1k (j0ni@moz-9129EE4A.dsl.dyn.forthnet.gr) (Ping timeout)
  1371. # [18:53] * Quits: mrbkap (mrbkap@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1372. # [18:53] * Quits: edwin (me@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1373. # [18:53] * philor|away is now known as philor
  1374. # [18:53] * Quits: @ted (tmielczare@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1375. # [18:54] * Quits: shu (sguo@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1376. # [18:54] * Quits: rnewman (rich_holyg@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1377. # [18:54] * Quits: froydnj (nfroyd@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1378. # [18:55] * Quits: tbsaunde (tbsaunde@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1379. # [18:55] * Quits: dustin (djmitche@moz-A4CD064F.r.igoro.us) (concrete.mozilla.org sand.mozilla.org)
  1380. # [18:55] * Quits: johnath (johnath@A3213FC9.52B8005.D25A875A.IP) (concrete.mozilla.org sand.mozilla.org)
  1381. # [18:55] * Quits: hwine (hwine@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1382. # [18:55] * Quits: sheeri (sheeri@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1383. # [18:55] * Quits: kbrosnan (kbrosnan@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1384. # [18:55] * Quits: Cww (Cww@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1385. # [18:55] * Quits: djvj (kvijayan@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1386. # [18:55] * Quits: joduinn-afk (joduinn@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1387. # [18:55] * Quits: @khuey|away (khuey@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1388. # [18:55] * Quits: ashish (ashish@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1389. # [18:55] * Quits: robcee (rcampbell@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1390. # [18:55] * Quits: dchan (dchan@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1391. # [18:57] * Quits: cdiehl (cdiehl@moz-849BF4A6.pool.mediaways.net) (Ping timeout)
  1392. # [18:58] * Joins: cdiehl (cdiehl@moz-4A4FD198.pool.mediaways.net)
  1393. # [19:00] * Joins: brett (brettgaylo@moz-3BEB3DB3.gv.shawcable.net)
  1394. # [19:01] * corey|away is now known as corey
  1395. # [19:02] * Quits: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca) (Quit: surkov)
  1396. # [19:03] * Joins: dustin (djmitche@moz-A4CD064F.r.igoro.us)
  1397. # [19:05] * Joins: tomatoeblue (textual@B5C560F2.2E474FA0.7AB8439E.IP)
  1398. # [19:05] * Joins: Earth4 (cht-zla_un@moz-4DA476A6.static.snfr.nc.charter.com)
  1399. # [19:05] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Quit: Jesse)
  1400. # [19:07] * Joins: nicklebedev (nicklebede@moz-29D843ED.net151.n37.ru)
  1401. # [19:07] * Quits: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com) (Ping timeout)
  1402. # [19:09] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  1403. # [19:11] * rail_away is now known as rail
  1404. # [19:17] * Joins: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com)
  1405. # [19:19] * Quits: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Ping timeout)
  1406. # [19:20] * Quits: RodrigoWaters (Thunderbir@moz-6D9C91B.nhoce701.dsl.brasiltelecom.net.br) (Ping timeout)
  1407. # [19:21] * Joins: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  1408. # [19:21] * Quits: tH (Rob@cpc4-seac20-2-0-cust858.7-2.cable.virginm.net) (Ping timeout)
  1409. # [19:23] * Joins: fredw (fredw@moz-B9C110E2.fbx.proxad.net)
  1410. # [19:23] * BenWa|email is now known as BenWa
  1411. # [19:28] * Quits: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com) (Ping timeout)
  1412. # [19:28] * Quits: bgrins (Adium@2E6E9164.E6468DB3.BAB75B95.IP) (Quit: Leaving.)
  1413. # [19:29] * Quits: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca) (Quit: surkov)
  1414. # [19:30] * Quits: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com) (Ping timeout)
  1415. # [19:31] * Joins: smaug (chatzilla@moz-9E0B1701.pp.htv.fi)
  1416. # [19:31] * ChanServ sets mode: +o smaug
  1417. # [19:32] * Joins: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com)
  1418. # [19:33] * Quits: cdiehl (cdiehl@moz-4A4FD198.pool.mediaways.net) (Ping timeout)
  1419. # [19:34] * Joins: twi (Adium@moz-4541C8E7.cust.dsl.vodafone.it)
  1420. # [19:35] * Quits: @bz_sleep (bzbarsky@moz-EEFF43A9.bstnma.fios.verizon.net) (Ping timeout)
  1421. # [19:35] * Quits: brett (brettgaylo@moz-3BEB3DB3.gv.shawcable.net) (Quit: brett)
  1422. # [19:37] * Joins: tH (Rob@cpc4-seac20-2-0-cust858.7-2.cable.virginm.net)
  1423. # [19:38] * Quits: nicklebedev (nicklebede@moz-29D843ED.net151.n37.ru) (Quit: )
  1424. # [19:40] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Connection reset by peer)
  1425. # [19:40] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  1426. # [19:43] * Quits: achronop (achronop@moz-C7A979DD.dsl.dyn.forthnet.gr) (Ping timeout)
  1427. # [19:44] * Joins: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net)
  1428. # [19:44] * Joins: marco (Thunderbir@50F4DB3.B9844A0.41FF9975.IP)
  1429. # [19:44] * Joins: gabor (gabor@moz-A74A9206.dip0.t-ipconnect.de)
  1430. # [19:45] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  1431. # [19:45] * Joins: achronop (achronop@moz-DA674729.dsl.dyn.forthnet.gr)
  1432. # [19:45] * Joins: feltnerm (feltnerm@moz-DD16D13D.dhcp.mdsn.wi.charter.com)
  1433. # [19:45] * Joins: SJW (sjw@E8171B78.B172C1A1.2CAC1541.IP)
  1434. # [19:47] * Quits: marco (Thunderbir@50F4DB3.B9844A0.41FF9975.IP) (Ping timeout)
  1435. # [19:48] * BenWa is now known as BenWa|email
  1436. # [19:51] * Quits: JosiahOne (Instantbir@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net) (Quit: Left.)
  1437. # [19:51] * Joins: marco (Thunderbir@50F4DB3.B9844A0.41FF9975.IP)
  1438. # [19:52] * Joins: RodrigoWaters (Thunderbir@moz-6D9C91B.nhoce701.dsl.brasiltelecom.net.br)
  1439. # [19:52] * Quits: jwalker (jwalker@moz-76873736.cable.virginm.net) (Input/output error)
  1440. # [19:54] * Joins: squib (squib@moz-5175C098.dhcp.mdsn.wi.charter.com)
  1441. # [19:54] * Joins: gcp (gpascutto@moz-9CEB1C98.access.telenet.be)
  1442. # [19:54] * Joins: jwalker (jwalker@moz-76873736.cable.virginm.net)
  1443. # [19:56] * Joins: valenting (Thunderbir@9A1975C1.39CE2EE.E400A05F.IP)
  1444. # [19:58] <gcp> http://www.firefox64bit.com/
  1445. # [19:58] <gcp> trademark violation or not?
  1446. # [19:58] <gcp> there's no source or anything here
  1447. # [19:58] * Quits: mcote|afk (mcote@moz-BF3F09D8.cpe.pppoe.ca) (Ping timeout)
  1448. # [20:00] * Quits: feltnerm (feltnerm@moz-DD16D13D.dhcp.mdsn.wi.charter.com) (Client exited)
  1449. # [20:00] * Quits: heftig (heftig@moz-DB641A09.dip0.t-ipconnect.de) (Ping timeout)
  1450. # [20:01] * Quits: rwaldron (rwaldron@moz-57519E7C.nycmny.fios.verizon.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  1451. # [20:02] * Joins: mcote|afk (mcote@moz-BF3F09D8.cpe.pppoe.ca)
  1452. # [20:02] * Quits: josh (josh@moz-6FB23C25.hvc.res.rr.com) (Quit: josh)
  1453. # [20:03] * Quits: ethan (chatzilla@moz-D1DE84E7.dynamic.hinet.net) (Quit: ChatZilla 0.9.90.1 [Firefox 25.0/20131028112446])
  1454. # [20:04] * Joins: edwin (me@moz-DB4A9C19.scl3.mozilla.com)
  1455. # [20:04] * Joins: mrbkap (mrbkap@moz-DB4A9C19.scl3.mozilla.com)
  1456. # [20:04] * Joins: margaret (margaret@moz-DB4A9C19.scl3.mozilla.com)
  1457. # [20:04] * Joins: khuey|away (khuey@moz-DB4A9C19.scl3.mozilla.com)
  1458. # [20:04] * Joins: nmatsakis (nmatsakis@moz-DB4A9C19.scl3.mozilla.com)
  1459. # [20:05] * Joins: nli (nli@moz-DB4A9C19.scl3.mozilla.com)
  1460. # [20:05] * Joins: gavin (gavin@moz-DB4A9C19.scl3.mozilla.com)
  1461. # [20:05] * ChanServ sets mode: +o gavin
  1462. # [20:05] * Joins: dolske (dolske@moz-DB4A9C19.scl3.mozilla.com)
  1463. # [20:05] * ChanServ sets mode: +o dolske
  1464. # [20:05] * Joins: geekboy|afk (geekboy@moz-DB4A9C19.scl3.mozilla.com)
  1465. # [20:05] * Joins: pmoore|away (pmoore@moz-DB4A9C19.scl3.mozilla.com)
  1466. # [20:05] * Joins: nalexander (nalexander@moz-DB4A9C19.scl3.mozilla.com)
  1467. # [20:05] * Joins: TheOne (one@moz-DB4A9C19.scl3.mozilla.com)
  1468. # [20:05] * Joins: whimboo|afk (whimboo@moz-DB4A9C19.scl3.mozilla.com)
  1469. # [20:05] * Joins: overholt (overholt@moz-DB4A9C19.scl3.mozilla.com)
  1470. # [20:05] * Joins: reuben (reuben@moz-DB4A9C19.scl3.mozilla.com)
  1471. # [20:05] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1472. # [20:05] * whimboo|afk is now known as whimboo
  1473. # [20:05] * Joins: feltnerm (feltnerm@moz-DD16D13D.dhcp.mdsn.wi.charter.com)
  1474. # [20:05] * Joins: shu (sguo@moz-DB4A9C19.scl3.mozilla.com)
  1475. # [20:05] * Joins: robcee (rcampbell@moz-DB4A9C19.scl3.mozilla.com)
  1476. # [20:05] * Joins: rnewman (rich_holyg@moz-DB4A9C19.scl3.mozilla.com)
  1477. # [20:05] * Joins: ferjm (ferjm@moz-C75BC392.upc-i.chello.nl)
  1478. # [20:06] * Joins: simone|away (simone@moz-DB4A9C19.scl3.mozilla.com)
  1479. # [20:06] * Joins: Callek_disconnected (Callek@moz-DB4A9C19.scl3.mozilla.com)
  1480. # [20:06] * Joins: dietrich (dietrich@moz-DB4A9C19.scl3.mozilla.com)
  1481. # [20:06] * Joins: gps (gps@moz-DB4A9C19.scl3.mozilla.com)
  1482. # [20:06] * Joins: sheeri (sheeri@moz-DB4A9C19.scl3.mozilla.com)
  1483. # [20:06] * Joins: djvj (kvijayan@moz-DB4A9C19.scl3.mozilla.com)
  1484. # [20:06] * Joins: hwine (hwine@moz-DB4A9C19.scl3.mozilla.com)
  1485. # [20:06] * Joins: joduinn-afk (joduinn@moz-DB4A9C19.scl3.mozilla.com)
  1486. # [20:06] * Joins: kbrosnan (kbrosnan@moz-DB4A9C19.scl3.mozilla.com)
  1487. # [20:06] * Joins: nthomas|away (nthomas@moz-DB4A9C19.scl3.mozilla.com)
  1488. # [20:06] * Joins: ashish (ashish@moz-DB4A9C19.scl3.mozilla.com)
  1489. # [20:06] * robcee is now known as IRCMonkey27638
  1490. # [20:07] * Joins: dchan (dchan@moz-DB4A9C19.scl3.mozilla.com)
  1491. # [20:07] * Joins: tbsaunde (tbsaunde@moz-DB4A9C19.scl3.mozilla.com)
  1492. # [20:07] * Joins: Cww (Cww@moz-DB4A9C19.scl3.mozilla.com)
  1493. # [20:07] * Joins: johnath (johnath@moz-DB4A9C19.scl3.mozilla.com)
  1494. # [20:09] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1495. # [20:09] * Quits: overholt (overholt@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1496. # [20:09] * Quits: reuben (reuben@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1497. # [20:09] * Quits: TheOne (one@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1498. # [20:09] * Quits: simone|away (simone@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1499. # [20:09] * Quits: geekboy|afk (geekboy@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1500. # [20:09] * Quits: khuey|away (khuey@moz-DB4A9C19.scl3.mozilla.com) (Input/output error)
  1501. # [20:09] * Quits: @dolske (dolske@moz-DB4A9C19.scl3.mozilla.com) (Input/output error)
  1502. # [20:09] * Quits: @gavin (gavin@moz-DB4A9C19.scl3.mozilla.com) (Input/output error)
  1503. # [20:09] * Quits: nmatsakis (nmatsakis@moz-DB4A9C19.scl3.mozilla.com) (Input/output error)
  1504. # [20:09] * Quits: whimboo (whimboo@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1505. # [20:09] * Quits: nalexander (nalexander@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1506. # [20:10] * Quits: sheeri (sheeri@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1507. # [20:10] * Quits: dchan (dchan@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1508. # [20:10] * Quits: johnath (johnath@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1509. # [20:10] * Quits: tbsaunde (tbsaunde@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1510. # [20:10] * Quits: hwine (hwine@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1511. # [20:10] * Quits: djvj (kvijayan@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1512. # [20:10] * Quits: IRCMonkey27638 (rcampbell@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1513. # [20:10] * Quits: rnewman (rich_holyg@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1514. # [20:10] * Quits: kbrosnan (kbrosnan@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1515. # [20:10] * Quits: joduinn-afk (joduinn@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1516. # [20:10] * Quits: dietrich (dietrich@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1517. # [20:10] * Quits: gps (gps@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1518. # [20:10] * Quits: ashish (ashish@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1519. # [20:10] * Quits: Cww (Cww@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1520. # [20:10] <Ms2ger> gcp, probably worth reporting
  1521. # [20:10] * Quits: nli (nli@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1522. # [20:10] * Quits: shu (sguo@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1523. # [20:10] * Quits: edwin (me@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1524. # [20:10] * Quits: Callek_disconnected (Callek@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1525. # [20:10] * Quits: pmoore|away (pmoore@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1526. # [20:10] * Quits: nthomas|away (nthomas@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1527. # [20:10] <gcp> for all I know this is just malware eh
  1528. # [20:10] * Quits: mrbkap (mrbkap@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1529. # [20:10] * Quits: margaret (margaret@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1530. # [20:10] * Joins: harth (harth@moz-A0276582.hsd1.ca.comcast.net)
  1531. # [20:13] * Joins: margaret (margaret@moz-DB4A9C19.scl3.mozilla.com)
  1532. # [20:13] * Joins: djvj (kvijayan@moz-DB4A9C19.scl3.mozilla.com)
  1533. # [20:13] * Joins: shu (sguo@moz-DB4A9C19.scl3.mozilla.com)
  1534. # [20:13] * Joins: dietrich (dietrich@moz-DB4A9C19.scl3.mozilla.com)
  1535. # [20:13] * Joins: tbsaunde (tbsaunde@moz-DB4A9C19.scl3.mozilla.com)
  1536. # [20:13] * Joins: nmatsakis (nmatsakis@moz-DB4A9C19.scl3.mozilla.com)
  1537. # [20:13] * Joins: robcee (rcampbell@moz-DB4A9C19.scl3.mozilla.com)
  1538. # [20:13] * Joins: dchan (dchan@moz-DB4A9C19.scl3.mozilla.com)
  1539. # [20:13] * Joins: rnewman (rich_holyg@moz-DB4A9C19.scl3.mozilla.com)
  1540. # [20:13] * Joins: khuey|away (khuey@moz-DB4A9C19.scl3.mozilla.com)
  1541. # [20:13] * Joins: gps (gps@moz-DB4A9C19.scl3.mozilla.com)
  1542. # [20:13] * Joins: Cww (Cww@moz-DB4A9C19.scl3.mozilla.com)
  1543. # [20:13] * Joins: johnath (johnath@moz-DB4A9C19.scl3.mozilla.com)
  1544. # [20:13] * Joins: sheeri (sheeri@moz-DB4A9C19.scl3.mozilla.com)
  1545. # [20:13] * Joins: joduinn-afk (joduinn@moz-DB4A9C19.scl3.mozilla.com)
  1546. # [20:13] * Joins: edwin (me@moz-DB4A9C19.scl3.mozilla.com)
  1547. # [20:13] * Joins: gavin (gavin@moz-DB4A9C19.scl3.mozilla.com)
  1548. # [20:13] * ChanServ sets mode: +o gavin
  1549. # [20:13] * Joins: simone|away (simone@moz-DB4A9C19.scl3.mozilla.com)
  1550. # [20:13] * Joins: kbrosnan (kbrosnan@moz-DB4A9C19.scl3.mozilla.com)
  1551. # [20:13] * Joins: ashish (ashish@moz-DB4A9C19.scl3.mozilla.com)
  1552. # [20:13] * Joins: hwine (hwine@moz-DB4A9C19.scl3.mozilla.com)
  1553. # [20:13] * Joins: dolske (dolske@moz-DB4A9C19.scl3.mozilla.com)
  1554. # [20:13] * ChanServ sets mode: +o dolske
  1555. # [20:13] * Joins: whimboo|afk (whimboo@moz-DB4A9C19.scl3.mozilla.com)
  1556. # [20:13] * Joins: TheOne (one@moz-DB4A9C19.scl3.mozilla.com)
  1557. # [20:14] * Joins: mrbkap (mrbkap@moz-DB4A9C19.scl3.mozilla.com)
  1558. # [20:14] * Joins: nalexander (nalexander@moz-DB4A9C19.scl3.mozilla.com)
  1559. # [20:14] * Joins: ctalbert|afk (ctalbert@moz-DB4A9C19.scl3.mozilla.com)
  1560. # [20:14] * Joins: ehugg (ehugg@moz-44D86B1E.cisco.com)
  1561. # [20:14] * whimboo|afk is now known as whimboo
  1562. # [20:14] * Joins: reuben (reuben@moz-DB4A9C19.scl3.mozilla.com)
  1563. # [20:14] * Joins: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net)
  1564. # [20:14] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1565. # [20:14] * Joins: nli (nli@moz-DB4A9C19.scl3.mozilla.com)
  1566. # [20:14] * Joins: geekboy|afk (geekboy@moz-DB4A9C19.scl3.mozilla.com)
  1567. # [20:14] * robcee is now known as IRCMonkey12362
  1568. # [20:14] * Joins: nthomas|away (nthomas@moz-DB4A9C19.scl3.mozilla.com)
  1569. # [20:14] * Joins: overholt (overholt@moz-DB4A9C19.scl3.mozilla.com)
  1570. # [20:15] * Joins: pmoore|away (pmoore@moz-DB4A9C19.scl3.mozilla.com)
  1571. # [20:15] * Joins: sstangl (sstangl@moz-DB4A9C19.scl3.mozilla.com)
  1572. # [20:15] * Joins: heftig (heftig@moz-E8DF09AF.dip0.t-ipconnect.de)
  1573. # [20:15] * Joins: mconnor (mconnor@moz-DB4A9C19.scl3.mozilla.com)
  1574. # [20:15] * Joins: liuche (liuche@moz-DB4A9C19.scl3.mozilla.com)
  1575. # [20:15] * Joins: Tomcat|afk (Tomcat@moz-DB4A9C19.scl3.mozilla.com)
  1576. # [20:15] * Joins: rhelmer (rhelmer@moz-DB4A9C19.scl3.mozilla.com)
  1577. # [20:15] * Joins: gregglind_away (glind@moz-DB4A9C19.scl3.mozilla.com)
  1578. # [20:15] * Joins: lsblakk (lsblakk@moz-DB4A9C19.scl3.mozilla.com)
  1579. # [20:15] * Joins: ted (tmielczare@moz-DB4A9C19.scl3.mozilla.com)
  1580. # [20:15] * Quits: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com) (Ping timeout)
  1581. # [20:16] * rhelmer is now known as IRCMonkey7626
  1582. # [20:16] * Quits: ehugg (ehugg@moz-44D86B1E.cisco.com) (Quit: ehugg)
  1583. # [20:17] * Quits: @smaug (chatzilla@moz-9E0B1701.pp.htv.fi) (Input/output error)
  1584. # [20:17] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  1585. # [20:17] * Joins: smaug (chatzilla@moz-9E0B1701.pp.htv.fi)
  1586. # [20:17] * ChanServ sets mode: +o smaug
  1587. # [20:17] * Quits: harth (harth@moz-A0276582.hsd1.ca.comcast.net) (Input/output error)
  1588. # [20:17] * Quits: till (till@moz-F4BDAF48.adsl.alicedsl.de) (Client exited)
  1589. # [20:18] * Joins: josh (josh@moz-6FB23C25.hvc.res.rr.com)
  1590. # [20:18] * Joins: Callek_disconnected (Callek@moz-DB4A9C19.scl3.mozilla.com)
  1591. # [20:18] * Joins: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com)
  1592. # [20:21] * Quits: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Ping timeout)
  1593. # [20:21] * Joins: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  1594. # [20:22] * Quits: txema (chatzilla@moz-2B204AB.red-2-136-102.dynamicip.rima-tde.net) (Ping timeout)
  1595. # [20:22] * Quits: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com) (Ping timeout)
  1596. # [20:23] * Joins: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com)
  1597. # [20:24] * Quits: marco (Thunderbir@50F4DB3.B9844A0.41FF9975.IP) (Quit: marco)
  1598. # [20:24] * Joins: harth (harth@moz-A0276582.hsd1.ca.comcast.net)
  1599. # [20:28] * Quits: gerv (Instantbir@moz-8E68CF56.in-addr.arpa) (Ping timeout)
  1600. # [20:29] * Joins: gerv (Instantbir@moz-8E68CF56.in-addr.arpa)
  1601. # [20:29] * Joins: froydnj (nfroyd@moz-DB4A9C19.scl3.mozilla.com)
  1602. # [20:30] * Quits: ferjm (ferjm@moz-C75BC392.upc-i.chello.nl) (Quit: Leaving)
  1603. # [20:31] * Joins: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com)
  1604. # [20:33] * Joins: loadbang (simon@moz-581F4AE2.range86-161.btcentralplus.com)
  1605. # [20:36] * Quits: nmatsakis (nmatsakis@moz-DB4A9C19.scl3.mozilla.com) (Input/output error)
  1606. # [20:36] * Quits: nthomas|away (nthomas@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1607. # [20:36] * Quits: TheOne (one@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1608. # [20:36] * Quits: nalexander (nalexander@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1609. # [20:36] * Quits: whimboo (whimboo@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1610. # [20:36] * Quits: reuben (reuben@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1611. # [20:36] * Quits: geekboy|afk (geekboy@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1612. # [20:36] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1613. # [20:36] * Quits: nli (nli@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1614. # [20:36] * Quits: overholt (overholt@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1615. # [20:36] * Quits: pmoore|away (pmoore@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1616. # [20:36] * Quits: simone|away (simone@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1617. # [20:36] * Quits: @gavin (gavin@moz-DB4A9C19.scl3.mozilla.com) (Input/output error)
  1618. # [20:36] * Quits: @dolske (dolske@moz-DB4A9C19.scl3.mozilla.com) (Input/output error)
  1619. # [20:37] * Quits: mrbkap (mrbkap@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1620. # [20:37] * Quits: ted (tmielczare@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1621. # [20:37] * Quits: margaret (margaret@moz-DB4A9C19.scl3.mozilla.com) (Input/output error)
  1622. # [20:37] <@smaug> mo.co server is still a bit shaky apparently
  1623. # [20:37] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  1624. # [20:37] * Quits: Cww (Cww@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1625. # [20:37] * Quits: ctalbert|afk (ctalbert@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1626. # [20:37] * Quits: froydnj (nfroyd@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1627. # [20:37] * Quits: liuche (liuche@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1628. # [20:37] * Quits: khuey|away (khuey@moz-DB4A9C19.scl3.mozilla.com) (Input/output error)
  1629. # [20:37] * Quits: gps (gps@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1630. # [20:37] * Quits: hwine (hwine@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1631. # [20:37] * Quits: gregglind_away (glind@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1632. # [20:37] * Quits: johnath (johnath@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1633. # [20:37] * Quits: IRCMonkey12362 (rcampbell@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1634. # [20:37] * Quits: ashish (ashish@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1635. # [20:37] * Quits: djvj (kvijayan@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1636. # [20:37] * Quits: shu (sguo@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1637. # [20:37] * Quits: IRCMonkey7626 (rhelmer@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1638. # [20:37] * Quits: Callek_disconnected (Callek@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1639. # [20:37] * Quits: rnewman (rich_holyg@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1640. # [20:37] * Quits: edwin (me@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1641. # [20:37] * Joins: lmandel (lmandel@moz-76CE9D51.cable.teksavvy.com)
  1642. # [20:37] * Quits: dchan (dchan@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1643. # [20:37] * Quits: sheeri (sheeri@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1644. # [20:37] * Quits: Tomcat|afk (Tomcat@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1645. # [20:37] * Quits: dietrich (dietrich@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1646. # [20:37] * Quits: lsblakk (lsblakk@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1647. # [20:37] * Quits: tbsaunde (tbsaunde@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1648. # [20:37] * Quits: kbrosnan (kbrosnan@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1649. # [20:37] * Quits: joduinn-afk (joduinn@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1650. # [20:37] * Quits: mconnor (mconnor@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1651. # [20:37] * Joins: khuey|away (khuey@moz-DB4A9C19.scl3.mozilla.com)
  1652. # [20:37] * Joins: dolske (dolske@moz-DB4A9C19.scl3.mozilla.com)
  1653. # [20:37] * ChanServ sets mode: +o dolske
  1654. # [20:37] * Joins: margaret (margaret@moz-DB4A9C19.scl3.mozilla.com)
  1655. # [20:37] * Joins: nmatsakis (nmatsakis@moz-DB4A9C19.scl3.mozilla.com)
  1656. # [20:37] * Joins: gavin (gavin@moz-DB4A9C19.scl3.mozilla.com)
  1657. # [20:37] * ChanServ sets mode: +o gavin
  1658. # [20:38] * Quits: sstangl (sstangl@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1659. # [20:38] * Joins: lsblakk (lsblakk@moz-DB4A9C19.scl3.mozilla.com)
  1660. # [20:38] * Joins: dietrich (dietrich@moz-DB4A9C19.scl3.mozilla.com)
  1661. # [20:38] * Quits: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com) (Ping timeout)
  1662. # [20:39] * Joins: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com)
  1663. # [20:39] * Joins: miketaylr (mtaylor@moz-8ACC7131.dyn.grandenetworks.net)
  1664. # [20:39] * Quits: askalski (akuda@309E5B07.C38989A9.A61CD463.IP) (Input/output error)
  1665. # [20:40] * Quits: dao (dao@moz-E158BB57.superkabel.de) (Quit: Leaving.)
  1666. # [20:40] * Quits: @gavin (gavin@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1667. # [20:40] * Quits: khuey|away (khuey@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1668. # [20:40] * Quits: @dolske (dolske@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1669. # [20:40] * Quits: lsblakk (lsblakk@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1670. # [20:40] * Quits: dietrich (dietrich@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1671. # [20:40] * Quits: margaret (margaret@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1672. # [20:40] * Quits: nmatsakis (nmatsakis@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1673. # [20:41] * Quits: josh (josh@moz-6FB23C25.hvc.res.rr.com) (Quit: josh)
  1674. # [20:46] * Joins: bbondy__ (bbondy@moz-717FF534.home.cgocable.net)
  1675. # [20:46] * bbondy__ is now known as bbondy
  1676. # [20:52] * Joins: TimAbraldes1 (Instantbir@moz-7FD19BDC.hsd1.or.comcast.net)
  1677. # [20:52] * Quits: valenting (Thunderbir@9A1975C1.39CE2EE.E400A05F.IP) (Ping timeout)
  1678. # [20:52] * Quits: TimAbraldes (Instantbir@moz-7FD19BDC.hsd1.or.comcast.net) (Ping timeout)
  1679. # [20:52] * Quits: TimAbraldes1 (Instantbir@moz-7FD19BDC.hsd1.or.comcast.net) (Input/output error)
  1680. # [20:53] * Quits: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net) (Input/output error)
  1681. # [20:57] * BenWa|email is now known as BenWa
  1682. # [20:57] * Quits: miketaylr (mtaylor@moz-8ACC7131.dyn.grandenetworks.net) (Quit: Leaving...)
  1683. # [20:57] * Quits: harth (harth@moz-A0276582.hsd1.ca.comcast.net) (Input/output error)
  1684. # [20:59] * Joins: harth (harth@moz-A0276582.hsd1.ca.comcast.net)
  1685. # [21:03] * Joins: rvitillo (vitillo@2D19BBF3.D1BEC4BB.30311652.IP)
  1686. # [21:03] * Quits: rvitillo (vitillo@2D19BBF3.D1BEC4BB.30311652.IP) (Quit: rvitillo)
  1687. # [21:03] * Quits: @smaug (chatzilla@moz-9E0B1701.pp.htv.fi) (Ping timeout)
  1688. # [21:07] * Joins: jrmuizel (jrmuizel@moz-82636463.cpe.net.cable.rogers.com)
  1689. # [21:07] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  1690. # [21:08] * Joins: bgrins (Adium@2E6E9164.E6468DB3.BAB75B95.IP)
  1691. # [21:08] * Quits: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com) (Ping timeout)
  1692. # [21:08] * Joins: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com)
  1693. # [21:08] * Joins: erikvold (erikvold@4D2313B7.CEB4024D.BD7E11C1.IP)
  1694. # [21:09] * Joins: dolske (dolske@moz-DB4A9C19.scl3.mozilla.com)
  1695. # [21:09] * ChanServ sets mode: +o dolske
  1696. # [21:09] * Joins: margaret (margaret@moz-DB4A9C19.scl3.mozilla.com)
  1697. # [21:09] * Joins: nmatsakis (nmatsakis@moz-DB4A9C19.scl3.mozilla.com)
  1698. # [21:09] * Joins: khuey|away (khuey@moz-DB4A9C19.scl3.mozilla.com)
  1699. # [21:09] * Joins: shu (sguo@moz-DB4A9C19.scl3.mozilla.com)
  1700. # [21:09] * Joins: nalexander (nalexander@moz-DB4A9C19.scl3.mozilla.com)
  1701. # [21:09] * Quits: firebot (firebot@moz-F8C1AF63.carolina.res.rr.com) (Ping timeout)
  1702. # [21:09] * Joins: whimboo|afk (whimboo@moz-DB4A9C19.scl3.mozilla.com)
  1703. # [21:09] * Joins: gavin (gavin@moz-DB4A9C19.scl3.mozilla.com)
  1704. # [21:09] * ChanServ sets mode: +o gavin
  1705. # [21:09] * Joins: hwine (hwine@moz-DB4A9C19.scl3.mozilla.com)
  1706. # [21:09] * Joins: reuben (reuben@moz-DB4A9C19.scl3.mozilla.com)
  1707. # [21:09] * Joins: overholt (overholt@moz-DB4A9C19.scl3.mozilla.com)
  1708. # [21:10] * Joins: Tomcat|afk (Tomcat@moz-DB4A9C19.scl3.mozilla.com)
  1709. # [21:10] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1710. # [21:10] * Joins: rhelmer (rhelmer@moz-DB4A9C19.scl3.mozilla.com)
  1711. # [21:10] * Joins: robcee (rcampbell@moz-DB4A9C19.scl3.mozilla.com)
  1712. # [21:10] * whimboo|afk is now known as whimboo
  1713. # [21:10] * Joins: edwin (me@moz-DB4A9C19.scl3.mozilla.com)
  1714. # [21:10] * Joins: tbsaunde (tbsaunde@moz-DB4A9C19.scl3.mozilla.com)
  1715. # [21:10] * Joins: Cww (Cww@moz-DB4A9C19.scl3.mozilla.com)
  1716. # [21:10] * Joins: kbrosnan (kbrosnan@moz-DB4A9C19.scl3.mozilla.com)
  1717. # [21:10] * Joins: sheeri (sheeri@moz-DB4A9C19.scl3.mozilla.com)
  1718. # [21:10] <decoder> philor: interesting, ill check on monday. might be a problem with the environment variables xpcshell gets
  1719. # [21:10] * Joins: djvj (kvijayan@moz-DB4A9C19.scl3.mozilla.com)
  1720. # [21:10] * Joins: ashish (ashish@moz-DB4A9C19.scl3.mozilla.com)
  1721. # [21:10] * Quits: gerv (Instantbir@moz-8E68CF56.in-addr.arpa) (Ping timeout)
  1722. # [21:10] * Joins: sstangl (sstangl@moz-DB4A9C19.scl3.mozilla.com)
  1723. # [21:10] * Joins: firebot (firebot@moz-F8C1AF63.carolina.res.rr.com)
  1724. # [21:10] * Joins: gregglind_away (glind@moz-DB4A9C19.scl3.mozilla.com)
  1725. # [21:10] * Joins: joduinn-afk (joduinn@moz-DB4A9C19.scl3.mozilla.com)
  1726. # [21:10] * Joins: nli (nli@moz-DB4A9C19.scl3.mozilla.com)
  1727. # [21:10] * Joins: gerv (Instantbir@moz-8E68CF56.in-addr.arpa)
  1728. # [21:10] * Joins: geekboy|afk (geekboy@moz-DB4A9C19.scl3.mozilla.com)
  1729. # [21:10] * Joins: dchan (dchan@moz-DB4A9C19.scl3.mozilla.com)
  1730. # [21:10] * Quits: ctangira (ctangira@moz-44402D73.cisco.com) (Quit: ctangira)
  1731. # [21:10] * Joins: simone|away (simone@moz-DB4A9C19.scl3.mozilla.com)
  1732. # [21:10] * Joins: mconnor (mconnor@moz-DB4A9C19.scl3.mozilla.com)
  1733. # [21:11] * robcee is now known as IRCMonkey36599
  1734. # [21:11] * rhelmer is now known as IRCMonkey28728
  1735. # [21:11] * Joins: TheOne (one@moz-DB4A9C19.scl3.mozilla.com)
  1736. # [21:11] * Joins: Callek_disconnected (Callek@moz-DB4A9C19.scl3.mozilla.com)
  1737. # [21:11] * Joins: pmoore|away (pmoore@moz-DB4A9C19.scl3.mozilla.com)
  1738. # [21:11] * Joins: nthomas|away (nthomas@moz-DB4A9C19.scl3.mozilla.com)
  1739. # [21:12] * Quits: mjh563 (mjh563@moz-E385BD04.cable.virginm.net) (Ping timeout)
  1740. # [21:12] * Joins: dietrich (dietrich@moz-DB4A9C19.scl3.mozilla.com)
  1741. # [21:12] * Quits: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner)
  1742. # [21:13] * Joins: lsblakk (lsblakk@moz-DB4A9C19.scl3.mozilla.com)
  1743. # [21:13] * Joins: ted (tmielczare@moz-DB4A9C19.scl3.mozilla.com)
  1744. # [21:14] * Joins: simoX (simo@EA130385.477B4F5.BDA7A6F4.IP)
  1745. # [21:14] * Quits: simo (simo@E8E8C2A0.C6338553.330E81BB.IP) (Ping timeout)
  1746. # [21:14] * Joins: mrbkap (mrbkap@moz-DB4A9C19.scl3.mozilla.com)
  1747. # [21:14] * Joins: ctalbert|afk (ctalbert@moz-DB4A9C19.scl3.mozilla.com)
  1748. # [21:14] * Joins: liuche (liuche@moz-DB4A9C19.scl3.mozilla.com)
  1749. # [21:14] * Joins: gps (gps@moz-DB4A9C19.scl3.mozilla.com)
  1750. # [21:14] * Joins: rnewman (rich_holyg@moz-DB4A9C19.scl3.mozilla.com)
  1751. # [21:14] * Joins: doublehp (dhp@moz-11780613.villers.doublehp.org)
  1752. # [21:14] * Parts: doublehp (dhp@moz-11780613.villers.doublehp.org) (Leaving.)
  1753. # [21:14] * Quits: jwalker (jwalker@moz-76873736.cable.virginm.net) (Input/output error)
  1754. # [21:15] * Joins: johnath (johnath@A3213FC9.52B8005.D25A875A.IP)
  1755. # [21:15] * Quits: johnath (johnath@A3213FC9.52B8005.D25A875A.IP) (Client exited)
  1756. # [21:15] * Joins: johnath (johnath@A3213FC9.52B8005.D25A875A.IP)
  1757. # [21:17] * Joins: froydnj (nfroyd@moz-DB4A9C19.scl3.mozilla.com)
  1758. # [21:18] * Quits: harth (harth@moz-A0276582.hsd1.ca.comcast.net) (Input/output error)
  1759. # [21:19] * Joins: harth (harth@moz-A0276582.hsd1.ca.comcast.net)
  1760. # [21:20] * Quits: dietrich (dietrich@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1761. # [21:20] * Quits: ctalbert|afk (ctalbert@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1762. # [21:20] * Quits: mrbkap (mrbkap@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1763. # [21:20] * Quits: mconnor (mconnor@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1764. # [21:20] * Quits: ted (tmielczare@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1765. # [21:20] * Quits: rnewman (rich_holyg@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1766. # [21:20] * Quits: shu (sguo@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1767. # [21:20] * Quits: joduinn-afk (joduinn@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1768. # [21:20] * Quits: geekboy|afk (geekboy@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1769. # [21:20] * Quits: nli (nli@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1770. # [21:20] * Quits: hwine (hwine@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1771. # [21:20] * Quits: Callek_disconnected (Callek@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1772. # [21:20] * Quits: Cww (Cww@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1773. # [21:20] * Quits: dchan (dchan@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1774. # [21:20] * Quits: margaret (margaret@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1775. # [21:20] * Quits: whimboo (whimboo@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1776. # [21:20] * Quits: nalexander (nalexander@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1777. # [21:20] * Quits: reuben (reuben@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1778. # [21:20] * Quits: ashish (ashish@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1779. # [21:20] * Quits: froydnj (nfroyd@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1780. # [21:20] * Quits: edwin (me@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1781. # [21:20] * Quits: khuey|away (khuey@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1782. # [21:20] * Quits: nthomas|away (nthomas@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1783. # [21:20] * Quits: nmatsakis (nmatsakis@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1784. # [21:20] * Quits: @dolske (dolske@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1785. # [21:20] * Quits: overholt (overholt@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1786. # [21:20] * Quits: sstangl (sstangl@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1787. # [21:20] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1788. # [21:20] * Quits: simone|away (simone@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1789. # [21:20] * Quits: kbrosnan (kbrosnan@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1790. # [21:20] * Quits: gregglind_away (glind@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1791. # [21:20] * Quits: djvj (kvijayan@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1792. # [21:20] * Quits: TheOne (one@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1793. # [21:20] * Quits: pmoore|away (pmoore@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1794. # [21:20] * Quits: liuche (liuche@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1795. # [21:20] * Quits: gps (gps@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1796. # [21:20] * Quits: IRCMonkey36599 (rcampbell@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1797. # [21:20] * Quits: tbsaunde (tbsaunde@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1798. # [21:20] * Quits: lsblakk (lsblakk@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1799. # [21:21] * Quits: @gavin (gavin@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1800. # [21:21] * Quits: Tomcat|afk (Tomcat@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1801. # [21:21] * Quits: IRCMonkey28728 (rhelmer@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1802. # [21:21] * Quits: sheeri (sheeri@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1803. # [21:21] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  1804. # [21:21] * Quits: johnath (johnath@A3213FC9.52B8005.D25A875A.IP) (Ping timeout)
  1805. # [21:21] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Quit: jib)
  1806. # [21:21] * Quits: robertbindar (Thunderbir@43AA1156.BB824983.9CAFE4EB.IP) (Ping timeout)
  1807. # [21:22] * Joins: froydnj (nfroyd@moz-DB4A9C19.scl3.mozilla.com)
  1808. # [21:22] * Joins: valenting (Thunderbir@6F630D40.173A6960.FB866788.IP)
  1809. # [21:22] * Joins: geekboy|afk (geekboy@moz-DB4A9C19.scl3.mozilla.com)
  1810. # [21:22] * Joins: gavin (gavin@moz-DB4A9C19.scl3.mozilla.com)
  1811. # [21:22] * ChanServ sets mode: +o gavin
  1812. # [21:22] * Joins: margaret (margaret@moz-DB4A9C19.scl3.mozilla.com)
  1813. # [21:22] * Joins: dolske (dolske@moz-DB4A9C19.scl3.mozilla.com)
  1814. # [21:22] * ChanServ sets mode: +o dolske
  1815. # [21:22] * Joins: pmoore|away (pmoore@moz-DB4A9C19.scl3.mozilla.com)
  1816. # [21:22] * Joins: nalexander (nalexander@moz-DB4A9C19.scl3.mozilla.com)
  1817. # [21:22] * Joins: whimboo|afk (whimboo@moz-DB4A9C19.scl3.mozilla.com)
  1818. # [21:22] * Joins: reuben (reuben@moz-DB4A9C19.scl3.mozilla.com)
  1819. # [21:22] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1820. # [21:22] * Joins: khuey|away (khuey@moz-DB4A9C19.scl3.mozilla.com)
  1821. # [21:22] * Joins: overholt (overholt@moz-DB4A9C19.scl3.mozilla.com)
  1822. # [21:22] * Joins: nli (nli@moz-DB4A9C19.scl3.mozilla.com)
  1823. # [21:22] * Joins: nmatsakis (nmatsakis@moz-DB4A9C19.scl3.mozilla.com)
  1824. # [21:22] * Joins: TheOne (one@moz-DB4A9C19.scl3.mozilla.com)
  1825. # [21:22] * whimboo|afk is now known as whimboo
  1826. # [21:23] * Joins: nthomas|away (nthomas@moz-DB4A9C19.scl3.mozilla.com)
  1827. # [21:23] * Joins: robertbindar (Thunderbir@43AA1156.BB824983.9CAFE4EB.IP)
  1828. # [21:23] * Joins: simone|away (simone@moz-DB4A9C19.scl3.mozilla.com)
  1829. # [21:23] * Quits: paulproteus (quassel@199.199.210.158) (Ping timeout)
  1830. # [21:24] * Joins: paulproteus (quassel@458FE134.3EC36C88.CBDCF1DC.IP)
  1831. # [21:24] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  1832. # [21:24] * Joins: Callek_disconnected (Callek@moz-DB4A9C19.scl3.mozilla.com)
  1833. # [21:25] * Joins: dietrich (dietrich@moz-DB4A9C19.scl3.mozilla.com)
  1834. # [21:25] * Joins: johnath (johnath@moz-DB4A9C19.scl3.mozilla.com)
  1835. # [21:26] * Joins: ted (tmielczare@moz-DB4A9C19.scl3.mozilla.com)
  1836. # [21:26] * Joins: ctalbert|afk (ctalbert@moz-DB4A9C19.scl3.mozilla.com)
  1837. # [21:26] * Joins: mrbkap (mrbkap@moz-DB4A9C19.scl3.mozilla.com)
  1838. # [21:26] * Joins: mconnor (mconnor@moz-DB4A9C19.scl3.mozilla.com)
  1839. # [21:26] * Joins: rnewman (rich_holyg@moz-DB4A9C19.scl3.mozilla.com)
  1840. # [21:26] * Joins: shu (sguo@moz-DB4A9C19.scl3.mozilla.com)
  1841. # [21:26] * Joins: joduinn-afk (joduinn@moz-DB4A9C19.scl3.mozilla.com)
  1842. # [21:26] * Joins: robcee (rcampbell@moz-DB4A9C19.scl3.mozilla.com)
  1843. # [21:26] * Joins: tbsaunde (tbsaunde@moz-DB4A9C19.scl3.mozilla.com)
  1844. # [21:26] * Joins: dchan (dchan@moz-DB4A9C19.scl3.mozilla.com)
  1845. # [21:26] * Joins: Cww (Cww@moz-DB4A9C19.scl3.mozilla.com)
  1846. # [21:26] * Joins: hwine (hwine@moz-DB4A9C19.scl3.mozilla.com)
  1847. # [21:26] * Joins: Tomcat|afk (Tomcat@moz-DB4A9C19.scl3.mozilla.com)
  1848. # [21:26] * Joins: edwin (me@moz-DB4A9C19.scl3.mozilla.com)
  1849. # [21:26] * Joins: ashish (ashish@moz-DB4A9C19.scl3.mozilla.com)
  1850. # [21:26] * Joins: sstangl (sstangl@moz-DB4A9C19.scl3.mozilla.com)
  1851. # [21:26] * Joins: gregglind_away (glind@moz-DB4A9C19.scl3.mozilla.com)
  1852. # [21:26] * Joins: djvj (kvijayan@moz-DB4A9C19.scl3.mozilla.com)
  1853. # [21:26] * Joins: gps (gps@moz-DB4A9C19.scl3.mozilla.com)
  1854. # [21:26] * Joins: liuche (liuche@moz-DB4A9C19.scl3.mozilla.com)
  1855. # [21:26] * Joins: lsblakk (lsblakk@moz-DB4A9C19.scl3.mozilla.com)
  1856. # [21:26] * Joins: kbrosnan (kbrosnan@moz-DB4A9C19.scl3.mozilla.com)
  1857. # [21:26] * Joins: rhelmer (rhelmer@moz-DB4A9C19.scl3.mozilla.com)
  1858. # [21:26] * Joins: sheeri (sheeri@moz-DB4A9C19.scl3.mozilla.com)
  1859. # [21:27] * robcee is now known as IRCMonkey49253
  1860. # [21:27] * Quits: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com) (Ping timeout)
  1861. # [21:27] * rhelmer is now known as IRCMonkey20385
  1862. # [21:28] * Joins: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com)
  1863. # [21:28] * Quits: blassey (blassey@moz-A4899051.hsd1.ma.comcast.net) (Connection reset by peer)
  1864. # [21:28] * Quits: gabor (gabor@moz-A74A9206.dip0.t-ipconnect.de) (Ping timeout)
  1865. # [21:28] * Joins: blassey (blassey@moz-A4899051.hsd1.ma.comcast.net)
  1866. # [21:29] * Quits: bgrins (Adium@2E6E9164.E6468DB3.BAB75B95.IP) (Quit: Leaving.)
  1867. # [21:30] * Quits: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com) (Ping timeout)
  1868. # [21:30] * Quits: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com) (Ping timeout)
  1869. # [21:30] * Joins: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com)
  1870. # [21:31] * Quits: blassey (blassey@moz-A4899051.hsd1.ma.comcast.net) (Connection reset by peer)
  1871. # [21:32] * Joins: blassey (blassey@moz-A4899051.hsd1.ma.comcast.net)
  1872. # [21:33] * Quits: valenting (Thunderbir@6F630D40.173A6960.FB866788.IP) (Ping timeout)
  1873. # [21:34] * Joins: jwalker (jwalker@moz-76873736.cable.virginm.net)
  1874. # [21:35] * Joins: ehugg (ehugg@moz-44D86B1E.cisco.com)
  1875. # [21:40] * Joins: mjh563 (mjh563@moz-E385BD04.cable.virginm.net)
  1876. # [21:42] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  1877. # [21:42] * Quits: gcp (gpascutto@moz-9CEB1C98.access.telenet.be) (Quit: Make a new plan, Stan!)
  1878. # [21:42] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  1879. # [21:43] * Joins: ehugg_ (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net)
  1880. # [21:44] * Quits: ehugg_ (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net) (Quit: ehugg_)
  1881. # [21:45] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Quit: jib)
  1882. # [21:45] * Quits: Earth4 (cht-zla_un@moz-4DA476A6.static.snfr.nc.charter.com) (Quit: ChatZilla 0.9.90.1 [Firefox 25.0/20131025151332])
  1883. # [21:45] * Quits: ehugg (ehugg@moz-44D86B1E.cisco.com) (Quit: ehugg)
  1884. # [21:45] * Joins: gabor (gabor@moz-A74A9206.dip0.t-ipconnect.de)
  1885. # [21:45] * Quits: jrmuizel (jrmuizel@moz-82636463.cpe.net.cable.rogers.com) (Client exited)
  1886. # [21:45] * Quits: blassey (blassey@moz-A4899051.hsd1.ma.comcast.net) (Connection reset by peer)
  1887. # [21:46] * Joins: blassey (blassey@moz-A4899051.hsd1.ma.comcast.net)
  1888. # [21:46] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  1889. # [21:48] * Quits: mwargers (chatzilla@moz-4CE1185C.cm-4-3c.dynamic.ziggo.nl) (Ping timeout)
  1890. # [21:49] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  1891. # [21:49] * Quits: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com) (Ping timeout)
  1892. # [21:49] * Joins: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com)
  1893. # [21:49] * Joins: brett (brettgaylo@moz-3BEB3DB3.gv.shawcable.net)
  1894. # [21:50] * Joins: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP)
  1895. # [21:50] * Quits: lmandel (lmandel@moz-76CE9D51.cable.teksavvy.com) (Ping timeout)
  1896. # [21:51] * Joins: lmandel (lmandel@moz-76CE9D51.cable.teksavvy.com)
  1897. # [21:52] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  1898. # [21:53] * Quits: firebot (firebot@moz-F8C1AF63.carolina.res.rr.com) (Ping timeout)
  1899. # [21:53] * Quits: Jackneill (Jackneill@moz-3A5D49B7.pool.digikabel.hu) (Input/output error)
  1900. # [21:54] * Quits: fredw (fredw@moz-B9C110E2.fbx.proxad.net) (Ping timeout)
  1901. # [21:55] * Quits: mconley (mconley@moz-D640D16C.cable.teksavvy.com) (Input/output error)
  1902. # [21:56] * Joins: firebot (firebot@moz-F8C1AF63.carolina.res.rr.com)
  1903. # [21:56] * Quits: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com) (Ping timeout)
  1904. # [21:56] * Joins: fredw (fredw@moz-B9C110E2.fbx.proxad.net)
  1905. # [21:56] * Quits: AaronMT (AaronMT@moz-5DF3A271.cpe.net.cable.rogers.com) (Quit: Textual IRC Client: www.textualapp.com)
  1906. # [21:57] * Joins: cdiehl (cdiehl@moz-E233166D.pool.mediaways.net)
  1907. # [21:58] * Quits: brett (brettgaylo@moz-3BEB3DB3.gv.shawcable.net) (Quit: brett)
  1908. # [21:59] * Quits: sfink (chatzilla@moz-1A23C815.dsl.pltn13.sbcglobal.net) (Client exited)
  1909. # [21:59] * Quits: glandium (glandium@moz-A09032B1.kimsufi.com) (Ping timeout)
  1910. # [21:59] * Joins: glandium (glandium@moz-A09032B1.kimsufi.com)
  1911. # [22:00] * Joins: jfkthame (jfkthame@moz-BD15DB83.cable.virginm.net)
  1912. # [22:00] * Joins: brett (brettgaylo@moz-3BEB3DB3.gv.shawcable.net)
  1913. # [22:00] * Joins: josh (josh@moz-6FB23C25.hvc.res.rr.com)
  1914. # [22:00] * Joins: sfink (chatzilla@moz-1A23C815.dsl.pltn13.sbcglobal.net)
  1915. # [22:01] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  1916. # [22:04] * Quits: terrence (terrence@moz-B38D16E9.sb.sd.cox.net) (Ping timeout)
  1917. # [22:04] * rail is now known as rail_away
  1918. # [22:04] <NeilAway> yay, my crap hardware builds in only 17 hours
  1919. # [22:06] * IRCMonkey49253 is now known as robcee
  1920. # [22:06] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Quit: damons)
  1921. # [22:06] * Quits: harth (harth@moz-A0276582.hsd1.ca.comcast.net) (Input/output error)
  1922. # [22:07] * Joins: terrence (terrence@moz-B38D16E9.sb.sd.cox.net)
  1923. # [22:07] * Joins: harth (harth@moz-A0276582.hsd1.ca.comcast.net)
  1924. # [22:07] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  1925. # [22:08] * Joins: jrmuizel (jrmuizel@moz-82636463.cpe.net.cable.rogers.com)
  1926. # [22:11] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  1927. # [22:11] * Quits: brett (brettgaylo@moz-3BEB3DB3.gv.shawcable.net) (Quit: brett)
  1928. # [22:11] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  1929. # [22:13] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  1930. # [22:14] * Quits: jwalker (jwalker@moz-76873736.cable.virginm.net) (Input/output error)
  1931. # [22:15] * Joins: brett (brettgaylo@moz-3BEB3DB3.gv.shawcable.net)
  1932. # [22:16] * Quits: RodrigoWaters (Thunderbir@moz-6D9C91B.nhoce701.dsl.brasiltelecom.net.br) (Quit: RodrigoWaters)
  1933. # [22:17] * Quits: janv (varga@moz-A506EDFE.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  1934. # [22:18] * Quits: Ms2ger (Ms2ger@AB9469A5.3CF91143.187A1082.IP) (Quit: nn)
  1935. # [22:18] * lightsofapollo|portland is now known as lightsofapollo|pto
  1936. # [22:19] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Ping timeout)
  1937. # [22:21] * Quits: brett (brettgaylo@moz-3BEB3DB3.gv.shawcable.net) (Quit: brett)
  1938. # [22:21] * Joins: ericjung|2 (ericjung@EBA5EBAE.78089B69.E141FD9.IP)
  1939. # [22:22] * Joins: mmargoliono (min@moz-9DBD522D.static.internode.on.net)
  1940. # [22:22] * Joins: brett (brettgaylo@moz-3BEB3DB3.gv.shawcable.net)
  1941. # [22:23] * Quits: jfkthame (jfkthame@moz-BD15DB83.cable.virginm.net) (Quit: This computer has gone to sleep)
  1942. # [22:23] * Quits: ericjung|2 (ericjung@EBA5EBAE.78089B69.E141FD9.IP) (Input/output error)
  1943. # [22:24] * Quits: brett (brettgaylo@moz-3BEB3DB3.gv.shawcable.net) (Quit: brett)
  1944. # [22:24] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  1945. # [22:25] * Quits: gerv (Instantbir@moz-8E68CF56.in-addr.arpa) (Ping timeout)
  1946. # [22:25] * Quits: jrmuizel (jrmuizel@moz-82636463.cpe.net.cable.rogers.com) (Client exited)
  1947. # [22:26] * Joins: gerv (Instantbir@moz-8E68CF56.in-addr.arpa)
  1948. # [22:28] * Joins: RodrigoWaters (Thunderbir@moz-6D9C91B.nhoce701.dsl.brasiltelecom.net.br)
  1949. # [22:30] * mattwoodrow|away is now known as mattwoodrow
  1950. # [22:30] * Quits: mjh563 (mjh563@moz-E385BD04.cable.virginm.net) (Ping timeout)
  1951. # [22:33] * Joins: ericjung|2 (ericjung@EBA5EBAE.78089B69.E141FD9.IP)
  1952. # [22:34] <ckitching> NeilAway: Holy cow. Do you use ccache?
  1953. # [22:34] <ckitching> That's an obscenely long time to have to wait for a build :(
  1954. # [22:36] * Quits: erikvold (erikvold@4D2313B7.CEB4024D.BD7E11C1.IP) (Quit: erikvold)
  1955. # [22:37] * jcranmer|away is now known as jcranmer
  1956. # [22:38] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Quit: damons)
  1957. # [22:39] * Quits: harth (harth@moz-A0276582.hsd1.ca.comcast.net) (Input/output error)
  1958. # [22:40] * Quits: ericjung|2 (ericjung@EBA5EBAE.78089B69.E141FD9.IP) (Input/output error)
  1959. # [22:41] * Joins: bgrins (Adium@2E6E9164.E6468DB3.BAB75B95.IP)
  1960. # [22:41] * Joins: jviereck (Adium@moz-CF8216D6.dip0.t-ipconnect.de)
  1961. # [22:43] * Joins: jrmuizel (jrmuizel@moz-82636463.cpe.net.cable.rogers.com)
  1962. # [22:44] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  1963. # [22:44] * Joins: erikvold (erikvold@4D2313B7.CEB4024D.BD7E11C1.IP)
  1964. # [22:44] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Quit: jib)
  1965. # [22:45] * Quits: philipp64 (chatzilla@moz-B40B9015.ctcweb.net) (Quit: ChatZilla 0.9.90.1 [Firefox 25.0/20131030081551])
  1966. # [22:45] * Quits: robertbindar (Thunderbir@43AA1156.BB824983.9CAFE4EB.IP) (Quit: robertbindar)
  1967. # [22:46] * Joins: robertbindar (Thunderbir@43AA1156.BB824983.9CAFE4EB.IP)
  1968. # [22:46] * Joins: rmkoesters (Thunderbir@moz-37C52F11.resnet.wisc.edu)
  1969. # [22:47] * Quits: erikvold (erikvold@4D2313B7.CEB4024D.BD7E11C1.IP) (Quit: erikvold)
  1970. # [22:47] * Quits: rmkoesters (Thunderbir@moz-37C52F11.resnet.wisc.edu) (Quit: rmkoesters)
  1971. # [22:48] * Quits: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Ping timeout)
  1972. # [22:49] * Joins: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  1973. # [22:52] * Joins: jfkthame (jfkthame@moz-BD15DB83.cable.virginm.net)
  1974. # [22:52] * Quits: mmargoliono (min@moz-9DBD522D.static.internode.on.net) (Ping timeout)
  1975. # [22:52] * Joins: brett (brettgaylo@moz-3BEB3DB3.gv.shawcable.net)
  1976. # [22:54] * Joins: miketaylr (mtaylor@moz-8ACC7131.dyn.grandenetworks.net)
  1977. # [22:55] * Quits: jfkthame (jfkthame@moz-BD15DB83.cable.virginm.net) (Quit: This computer has gone to sleep)
  1978. # [22:55] * Joins: mconley (mconley@moz-D640D16C.cable.teksavvy.com)
  1979. # [22:56] * Quits: jviereck (Adium@moz-CF8216D6.dip0.t-ipconnect.de) (Quit: Leaving.)
  1980. # [22:57] * Quits: brett (brettgaylo@moz-3BEB3DB3.gv.shawcable.net) (Quit: brett)
  1981. # [22:59] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  1982. # [22:59] * Quits: tomatoeblue (textual@B5C560F2.2E474FA0.7AB8439E.IP) (Quit: Computer has gone to sleep.)
  1983. # [22:59] <Jesse> http://w3cmemes.tumblr.com/ was a bit noisy last week, but the last two (posted this morning) are great
  1984. # [23:00] * Quits: RodrigoWaters (Thunderbir@moz-6D9C91B.nhoce701.dsl.brasiltelecom.net.br) (Quit: RodrigoWaters)
  1985. # [23:01] * Quits: mconley (mconley@moz-D640D16C.cable.teksavvy.com) (Ping timeout)
  1986. # [23:02] * Quits: inolen (Adium@moz-E4D78779.socal.res.rr.com) (Ping timeout)
  1987. # [23:02] * Joins: inolen (Adium@moz-E4D78779.socal.res.rr.com)
  1988. # [23:02] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Quit: damons)
  1989. # [23:04] * Quits: bgrins (Adium@2E6E9164.E6468DB3.BAB75B95.IP) (Quit: Leaving.)
  1990. # [23:06] <Sander> http://w3cmemes.tumblr.com/post/66958790625/world-wide-web-consortium-memes-hereafter-w3cmemes was my favorite
  1991. # [23:09] * Joins: m_gol (m_gol@moz-4A03F5C1.dynamic.chello.pl)
  1992. # [23:11] * Quits: gabor (gabor@moz-A74A9206.dip0.t-ipconnect.de) (Ping timeout)
  1993. # [23:12] * Quits: msucan (mihai@444DCBEE.7E138DE6.C0E37CF3.IP) (Quit: Leaving.)
  1994. # [23:14] * Quits: fredw (fredw@moz-B9C110E2.fbx.proxad.net) (Quit: Leaving.)
  1995. # [23:16] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Quit: Jesse)
  1996. # [23:17] * Quits: gerv (Instantbir@moz-8E68CF56.in-addr.arpa) (Ping timeout)
  1997. # [23:17] * Joins: gerv (Instantbir@moz-8E68CF56.in-addr.arpa)
  1998. # [23:17] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  1999. # [23:22] * Quits: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net) (Quit: Leaving)
  2000. # [23:23] * Joins: jfkthame (jfkthame@moz-BD15DB83.cable.virginm.net)
  2001. # [23:25] * Joins: jwalker (jwalker@moz-76873736.cable.virginm.net)
  2002. # [23:25] * Quits: jrmuizel (jrmuizel@moz-82636463.cpe.net.cable.rogers.com) (Client exited)
  2003. # [23:25] * Quits: jwalker (jwalker@moz-76873736.cable.virginm.net) (Connection reset by peer)
  2004. # [23:26] * Joins: jwalker (jwalker@moz-76873736.cable.virginm.net)
  2005. # [23:27] * Quits: jfkthame (jfkthame@moz-BD15DB83.cable.virginm.net) (Quit: This computer has gone to sleep)
  2006. # [23:28] * Quits: maxli (maxli@moz-4D28BA20.student.cs.uwaterloo.ca) (Quit: Leaving.)
  2007. # [23:29] * Joins: maxli (maxli@moz-4D28BA20.student.cs.uwaterloo.ca)
  2008. # [23:30] <deian> lsblakk: ping
  2009. # [23:32] * Joins: sewardj (sewardj@moz-B04C4192.dip0.t-ipconnect.de)
  2010. # [23:33] * Joins: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com)
  2011. # [23:33] * Joins: jrmuizel (jrmuizel@moz-82636463.cpe.net.cable.rogers.com)
  2012. # [23:34] * Joins: valenting (Thunderbir@6F630D40.173A6960.FB866788.IP)
  2013. # [23:34] * Quits: maxli (maxli@moz-4D28BA20.student.cs.uwaterloo.ca) (Quit: Leaving.)
  2014. # [23:35] * Quits: jrmuizel (jrmuizel@moz-82636463.cpe.net.cable.rogers.com) (Client exited)
  2015. # [23:37] * Joins: jrmuizel (jrmuizel@moz-82636463.cpe.net.cable.rogers.com)
  2016. # [23:37] * Joins: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com)
  2017. # [23:45] * Quits: valenting (Thunderbir@6F630D40.173A6960.FB866788.IP) (Ping timeout)
  2018. # [23:51] * Joins: grobinson|laptop (grob_@moz-B2F53871.torservers.net)
  2019. # [23:54] * Quits: miketaylr (mtaylor@moz-8ACC7131.dyn.grandenetworks.net) (Ping timeout)
  2020. # [23:54] * Quits: josh (josh@moz-6FB23C25.hvc.res.rr.com) (Quit: josh)
  2021. # [23:55] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  2022. # [23:55] * Quits: jrmuizel (jrmuizel@moz-82636463.cpe.net.cable.rogers.com) (Client exited)
  2023. # [23:56] * Quits: loadbang (simon@moz-581F4AE2.range86-161.btcentralplus.com) (Quit: loadbang)
  2024. # [23:56] * Joins: brett (brettgaylo@moz-3BEB3DB3.gv.shawcable.net)
  2025. # Session Close: Sun Nov 17 00:00:00 2013

The end :)