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

Options:

  1. # Session Start: Thu Apr 03 00:00:00 2014
  2. # Session Ident: #developers
  3. # [00:00] * Joins: tomatoeblue (textual@moz-5C3A2631.cpe.distributel.net)
  4. # [00:00] * Joins: jimb (user@125EF623.B2666F0E.66399531.IP)
  5. # [00:00] <@ehsan> I think that's how JavaScript-global-property stuff get resolved
  6. # [00:00] <@ehsan> i.e., if the property exists on the window object already, we don't resolve them
  7. # [00:00] <@gavin> they were both JavaScript-global-property
  8. # [00:01] <@ehsan> oh I see what you mean
  9. # [00:01] <@ehsan> yes
  10. # [00:01] <@ehsan> the difference between the two is that external is spec'ed
  11. # [00:01] <@gavin> ok, so not maintaining existing behavior
  12. # [00:01] * Quits: tomatoeblue (textual@moz-5C3A2631.cpe.distributel.net) (Quit: Computer has gone to sleep.)
  13. # [00:01] <@ehsan> so we chose to not to that dance for window.external because that would be incompatible with other UAs
  14. # [00:01] <@ehsan> right
  15. # [00:01] * Joins: tonymec (tonymec@1029A30.A3F0C240.277517C1.IP)
  16. # [00:01] <@gavin> makes sense
  17. # [00:02] <@ehsan> my hope is that we'll remove window.sidebar altogether soon :)
  18. # [00:02] <@ehsan> (you agree on that right?)
  19. # [00:02] * Quits: bmoss (bmoss@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  20. # [00:02] <@gavin> yes
  21. # [00:02] * whimboo is now known as whimboo|afk
  22. # [00:02] <@ehsan> did you file a bug for that at some point?
  23. # [00:02] <@gavin> yes
  24. # [00:02] * @ehsan kind of remmebers a bug
  25. # [00:02] <@ehsan> got a # handy?
  26. # [00:03] <@ehsan> gavin: the good news is that I have a shitlist of this stuff :)
  27. # [00:03] <@gavin> ehsan: https://bugzilla.mozilla.org/show_bug.cgi?id=862147
  28. # [00:03] * Joins: m_gol (m_gol@moz-4A03F5C1.dynamic.chello.pl)
  29. # [00:03] <@ehsan> I'll add that bug to the list
  30. # [00:03] * Quits: armenzg_afk (armenzg@moz-DC6D6B46.home1.cgocable.net) (Quit: Leaving)
  31. # [00:03] * Joins: bmoss (bmoss@moz-62518563.mtv2.mozilla.com)
  32. # [00:03] <@ehsan> oh, it's already on the list! \o/
  33. # [00:04] <@gavin> ehsan: I'm asking because I decided I want to fix bug 518929 right now
  34. # [00:04] * @ehsan looks
  35. # [00:04] <@gavin> ehsan: because I a have poor sense of prioritization and time management
  36. # [00:04] <@ehsan> lol
  37. # [00:04] <@gavin> but fuck it I'ma write some code
  38. # [00:04] <@ehsan> good for you :)
  39. # [00:05] <@ehsan> gavin: so, to do that, you need to move the component to core obviously
  40. # [00:05] <@ehsan> I don't know if our existing 3/4 implementations are compatible in any way
  41. # [00:05] <cpeterson> is this on the prioritized backlog? :)
  42. # [00:05] * heycam|away is now known as heycam
  43. # [00:05] <@ehsan> but I don't expect the webidl stuff to get into your way
  44. # [00:05] <@gavin> I'm just going to port the firefox one
  45. # [00:05] <@gavin> (which is horrible and probably requires reworking to get dom peer review)
  46. # [00:05] <@ehsan> that wfm!
  47. # [00:05] * Quits: ferjm (ferjm@53EF5629.3416E031.E21948B5.IP) (Ping timeout)
  48. # [00:05] <@gavin> (but should be minor)
  49. # [00:05] <@ehsan> is there anything browser/ specific in it though?
  50. # [00:06] <@gavin> (aww yeah security checks http://mxr.mozilla.org/mozilla-central/source/browser/components/sidebar/nsSidebar.js?force=1#24)
  51. # [00:06] * geekboy is now known as geekboy|afk
  52. # [00:06] <@ehsan> o_O
  53. # [00:06] <@gavin> not really
  54. # [00:06] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Connection reset by peer)
  55. # [00:06] * Quits: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP) (Quit: RealRaven)
  56. # [00:07] <@ehsan> gavin: that function is crazy!
  57. # [00:07] <@ehsan> it prompts?
  58. # [00:07] <@gavin> yeah
  59. # [00:07] <@ehsan> omg
  60. # [00:07] * Joins: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP)
  61. # [00:07] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  62. # [00:07] <@ehsan> kill it please? :)
  63. # [00:08] <@ehsan> so this is browser/ specific! http://mxr.mozilla.org/mozilla-central/source/browser/components/sidebar/nsSidebar.js?force=1#93
  64. # [00:08] <@ehsan> but should be easy to port
  65. # [00:08] <@ehsan> gavin: does it make sense to have an ftp engineURL? ;)
  66. # [00:09] <@gavin> ehsan: don't worry, I'll be sure to add gopher: support
  67. # [00:09] <@ehsan> yeah I think google wants it!
  68. # [00:09] <@ehsan> overall I think doing this should be "easy"
  69. # [00:10] * geekboy|afk is now known as geekboy
  70. # [00:10] <@gavin> that's why I'm doing it
  71. # [00:10] <@ehsan> gavin: one other thing to note: for now, we don't have support for this stuff in b2g
  72. # [00:10] <@ehsan> gavin: you probably want to keep it that way...
  73. # [00:10] <@ehsan> there is a bug on file for b2g about this
  74. # [00:10] <@gavin> I go back and forth between whether shittiness of nsSidebar or its duplication in seven different places are the biggest problems
  75. # [00:10] <@ehsan> gavin: https://bugzilla.mozilla.org/show_bug.cgi?id=897445
  76. # [00:11] <@ehsan> yeah I thought about that...
  77. # [00:11] <@ehsan> and decided no
  78. # [00:11] <@ehsan> but YMMV
  79. # [00:11] * Joins: cpeterso_ (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  80. # [00:11] <@ehsan> but good luck!
  81. # [00:11] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Ping timeout)
  82. # [00:12] <@gavin> ehsan: b2g can just be a no-op
  83. # [00:12] * nthomas is now known as nthomas|away
  84. # [00:12] <@ehsan> well
  85. # [00:12] <@ehsan> gavin: we don't want to expose the API and have it do nothing
  86. # [00:12] <@ehsan> it's better to keep not exposing it
  87. # [00:12] * Quits: tonymec (tonymec@1029A30.A3F0C240.277517C1.IP) (Ping timeout)
  88. # [00:12] * Quits: tonymec|away (tonymec@1029A30.A3F0C240.277517C1.IP) (Ping timeout)
  89. # [00:12] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/d67f8c25a033 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  90. # [00:12] <@gavin> not sure I agree
  91. # [00:13] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/cac607fed302 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  92. # [00:13] * Quits: tonymec_KDE (tonymec@1029A30.A3F0C240.277517C1.IP) (Ping timeout)
  93. # [00:13] <Waldo> not exposing makes it easier to remove eventually
  94. # [00:13] <@gavin> oh for sidebar, sure
  95. # [00:13] <@gavin> I was just thinking about external
  96. # [00:13] <@ehsan> gavin: I'm talking about both
  97. # [00:14] * Joins: Jesse (jruderman@moz-62518563.mtv2.mozilla.com)
  98. # [00:14] <@ehsan> we're trying very hard to stop exposing no-op APIs
  99. # [00:14] <@ehsan> and we should definitely not expose new ones
  100. # [00:14] <@gavin> on b2g?
  101. # [00:14] <ochameau> fitzgen: you should land first if your patch is ready. mine if far from being done.
  102. # [00:14] <@ehsan> everywhere
  103. # [00:14] <@ehsan> including b2g
  104. # [00:14] <@gavin> well this isn't a new API
  105. # [00:15] <@ehsan> it is on b2g
  106. # [00:15] * Quits: rbarnes (rbarnes@moz-62518563.mtv2.mozilla.com) (Input/output error)
  107. # [00:15] <jimb> Is it common for a content page to have a significant portion of its memory consumption be chrome JS objects that the content entrains?
  108. # [00:15] * geekboy is now known as geekboy|afk
  109. # [00:15] <jimb> Or is simply looking at the content compartment generally a decent estimate of the content's consumption?
  110. # [00:16] <@gavin> ehsan: but my point is that this is different than "considering adding new webapi"
  111. # [00:16] <jimb> njn: ^
  112. # [00:16] * Quits: jdm (jdm@CAB30FBD.8F96AEA7.2D179A7D.IP) (Ping timeout)
  113. # [00:16] * Joins: jdm (jdm@CAB30FBD.8F96AEA7.2D179A7D.IP)
  114. # [00:16] * Joins: gsvelto (gsvelto@moz-AD6B3EB9.clienti.tiscali.it)
  115. # [00:16] <@gavin> ehsan: b2g not supporting window.external is just a side effect of the way it was implemented
  116. # [00:16] <fitzgen> ochameau: I
  117. # [00:16] <fitzgen> 'm fixing it up now
  118. # [00:17] <@gavin> ehsan: what happened with other APIs that existed prior to b2g that depend on UI that b2g didn't yet have? were those hidden too?
  119. # [00:17] <@ehsan> gavin: it's a mess over all, but we're hiding the ones that we know don't do anything
  120. # [00:17] * kats is now known as kats|away
  121. # [00:17] * kats|away is now known as kats
  122. # [00:18] <@gavin> tbh I'm not sure it matters much either way in practice here
  123. # [00:18] <@ehsan> gavin: but the overall point is, lack of the existence of a name lets you feature detect things by "name" in foo
  124. # [00:18] * Joins: tonymec_KDE (tonymec@moz-5466AC43.adsl-dyn.isp.belgacom.be)
  125. # [00:18] <@gavin> but it seems like for Gecko-consistency state a no-op would be better
  126. # [00:18] <@ehsan> if we expose no-op names, we're breaking that
  127. # [00:18] <@ehsan> we're not Gecko consistent already ;)
  128. # [00:18] * cpeterso_ is now known as cpeterson
  129. # [00:18] <@ehsan> ideally we'll get there some day
  130. # [00:19] <@ehsan> but there will be APIs which will be hidden in some flavor or Gecko
  131. # [00:19] <@ehsan> because of either a lack of implementation, lack of hw to support the implementatiton, etc
  132. # [00:19] * Quits: rogeliodh (Thunderbir@EAF19855.7310477D.D67CC001.IP) (Quit: rogeliodh)
  133. # [00:20] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/8ad944e15050 - Matthew Gregan - Bug 990892 - MediaMetadataManager::DispatchMetadataIfNeeded leaks items popped from mMetadataQueue. r=padenot
  134. # [00:20] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/e4532beca6f2 - Matthew Gregan - Bug 990817 - Clarify nestegg packet memory management in WebMReader. r=rillian
  135. # [00:20] * geekboy|afk is now known as geekboy
  136. # [00:20] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/1d5155bd974c - Matthew Gregan - Bug 927245 - Remove deprecated Audio Data API implementation. r=cajbir,smaug
  137. # [00:20] * Quits: arnaud_bienner (arno@moz-A1109EC1.dsl.sta.abo.bbox.fr) (Quit: Ex-Chat)
  138. # [00:20] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  139. # [00:21] * Joins: jrmuizel (jrmuizel@347FA24B.24D9B0A0.495EC8CD.IP)
  140. # [00:22] * Joins: naveed__ (naveed@moz-3CA42256.bstnma.fios.verizon.net)
  141. # [00:22] <@ehsan> gavin: I actually care about this rather strongly fwiw
  142. # [00:23] <@gavin> ehsan: that's fine, I don't :)
  143. # [00:23] <@gavin> you win!
  144. # [00:23] * Joins: till (till@moz-9D6D7AD9.adsl.alicedsl.de)
  145. # [00:23] <@ehsan> :)
  146. # [00:23] <@ehsan> that was easy ;)
  147. # [00:23] <@ehsan> too easy almost!
  148. # [00:23] * Quits: naveed__ (naveed@moz-3CA42256.bstnma.fios.verizon.net) (Ping timeout)
  149. # [00:23] * Quits: bmoss (bmoss@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  150. # [00:23] * @ehsan rolls down sleeves
  151. # [00:24] * khuey is now known as khuey|away
  152. # [00:24] * kats is now known as kats|away
  153. # [00:25] * Quits: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro) (Ping timeout)
  154. # [00:25] * Quits: till (till@moz-9D6D7AD9.adsl.alicedsl.de) (Ping timeout)
  155. # [00:25] * sheppy is now known as sheppy-offline
  156. # [00:25] * Quits: vikstrous (v@moz-1E061984.cpe.distributel.net) (Ping timeout)
  157. # [00:25] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  158. # [00:25] * Joins: bjacob__ (bjacob@moz-CC46F4AB.hinet-ip.hinet.net)
  159. # [00:26] * Quits: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  160. # [00:27] * Joins: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  161. # [00:27] * Quits: grobinson (~grobinson@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  162. # [00:27] * Quits: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP) (Quit: RealRaven)
  163. # [00:27] * Joins: tonymec|away (tonymec@moz-5466AC43.adsl-dyn.isp.belgacom.be)
  164. # [00:28] * Joins: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP)
  165. # [00:29] * Joins: yzen (yzen@moz-C3EA2B28.cable.teksavvy.com)
  166. # [00:29] * Quits: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP) (Quit: RealRaven)
  167. # [00:30] * Joins: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP)
  168. # [00:30] <@njn> jimb: I have no idea
  169. # [00:30] * Joins: jkitch (Thunderbir@moz-488D1BFA.lns20.adl2.internode.on.net)
  170. # [00:31] * Quits: yzen (yzen@moz-C3EA2B28.cable.teksavvy.com) (Ping timeout)
  171. # [00:32] * BenWa|email is now known as BenWa
  172. # [00:32] * Quits: automata (automata@302C91B4.8DDD1F9.16867D26.IP) (Quit: This computer has gone to sleep)
  173. # [00:32] * Quits: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch) (Ping timeout)
  174. # [00:32] * Joins: kamidphish (textual@347FA24B.24D9B0A0.495EC8CD.IP)
  175. # [00:33] * Quits: victorporof (victorporo@13F2CEC5.7672369.D8E68FF6.IP) (Quit: victorporof)
  176. # [00:34] * Joins: jviereck (Adium@moz-839AFA2F.dclient.hispeed.ch)
  177. # [00:35] * Joins: Jesse_ (jruderman@moz-62518563.mtv2.mozilla.com)
  178. # [00:35] * Quits: Jesse (jruderman@moz-62518563.mtv2.mozilla.com) (Connection reset by peer)
  179. # [00:37] * rail is now known as rail_away
  180. # [00:38] * Joins: bent (chatzilla@E38B5014.43538092.6F94E353.IP)
  181. # [00:38] * KWierso|sheriffduty is now known as KWierso|brb
  182. # [00:38] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  183. # [00:38] * Quits: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP) (Ping timeout)
  184. # [00:38] * Joins: lerc (quassel@moz-82B68322.telstraclear.net)
  185. # [00:40] * Quits: bholley (bholley@B08EEEEB.6BBCE916.7B974E06.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  186. # [00:40] * Joins: digitsm (digitsm@B2B521A3.FCAEA9D9.DA0107E2.IP)
  187. # [00:41] * Quits: @ehsan (ehsan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  188. # [00:41] * spohl is now known as spohl|afk
  189. # [00:41] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d2e06fb325b8 - Ehsan Akhgari - Bug 991171 - Don't try to init the transferable that somebody else has inited for us before; r=bzbarsky
  190. # [00:41] * Joins: espadrine` (ttyl@moz-E95383AC.w92-128.abo.wanadoo.fr)
  191. # [00:41] * admix|away is now known as admix
  192. # [00:42] * justindarc is now known as justindarc|brb
  193. # [00:42] * Quits: espadrine (ttyl@moz-9BC91D35.w92-128.abo.wanadoo.fr) (Ping timeout)
  194. # [00:43] * Quits: gsvelto (gsvelto@moz-AD6B3EB9.clienti.tiscali.it) (Ping timeout)
  195. # [00:44] * Quits: h4writer (h4writer@moz-6BDA8831.access.telenet.be) (Ping timeout)
  196. # [00:44] * Quits: NeilAway (neil@moz-B1437A82.static.virginmediabusiness.co.uk) (Ping timeout)
  197. # [00:44] * Joins: NeilAway (neil@moz-B1437A82.static.virginmediabusiness.co.uk)
  198. # [00:47] * Joins: jedp (jedp@moz-62518563.mtv2.mozilla.com)
  199. # [00:47] * Quits: ehugg (ehugg@moz-D362FF27.cisco.com) (Quit: ehugg)
  200. # [00:48] <firebot> Check-in:
  201. # [00:48] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/4c74157ac995 - Timothy Nikkel - Bug 989897. In order to properly compute root composition size view the root composition size first as layer pixels in the target layer, then convert to css pixels.
  202. # [00:48] <firebot> r=kats
  203. # [00:50] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  204. # [00:56] * Joins: tonymec (tonymec@moz-5466AC43.adsl-dyn.isp.belgacom.be)
  205. # [00:56] * Joins: victorporof (victorporo@moz-1C281963.dsl.bell.ca)
  206. # [00:57] * Joins: lmandel (lmandel@moz-60AD75.cable.teksavvy.com)
  207. # [00:57] * Quits: ckerschb (ckerschb@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  208. # [00:58] <firebot> Check-in: http://hg.mozilla.org/integration/fx-team/rev/e66a1ef084bf - Mark Hammond - Bug 987468 - remove sync delayed notification. r=ttaubert
  209. # [00:59] * jorendorff is now known as jorendorff_away
  210. # [01:00] * Quits: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  211. # [01:00] <firebot> Check-in: http://hg.mozilla.org/integration/fx-team/rev/46cf0150b59e - Michael Comella - Bug 991256 - Rename preprocessed Gecko* -> Themed* in widget/. r=bnicholson
  212. # [01:00] * Joins: ddahl (ddahl@moz-24157589.mtv2.mozilla.com)
  213. # [01:00] * Quits: tomer (tomer@moz-F45DAEFD.static.012.net.il) (Ping timeout)
  214. # [01:01] * khuey|away is now known as khuey
  215. # [01:03] <dholbert> C++ question: anyone know if virtual method implementations can use Return Value Optimization? (I suspect not, but after some quick googling, couldn't find an answer either way)
  216. # [01:03] * Quits: jedp (jedp@moz-62518563.mtv2.mozilla.com) (Quit: Computer has gone to sleep.)
  217. # [01:04] * KWierso|brb is now known as KWierso|sheriffduty
  218. # [01:04] * Quits: drno (nohlmeier@moz-CCCF7F86.hsd1.ca.comcast.net) (Quit: drno)
  219. # [01:04] <dholbert> (I suspect not because AFAIK the caller has to know something about the function implementation in order to benefit from RVO, and it seems like the function being virtual would break that)
  220. # [01:04] * Quits: harth4real (harth@moz-C07D5168.p2p.sfo1.mozilla.com) (Input/output error)
  221. # [01:05] * Quits: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  222. # [01:05] * Joins: drno (nohlmeier@moz-CCCF7F86.hsd1.ca.comcast.net)
  223. # [01:05] * Quits: mixedpuppy (mixedpuppy@A6CF435B.D1155E2C.CFC2A289.IP) (Ping timeout)
  224. # [01:05] * Joins: harth4real (harth@moz-C07D5168.p2p.sfo1.mozilla.com)
  225. # [01:05] * Joins: harth4re_ (harth@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  226. # [01:07] * Quits: harth4real (harth@moz-C07D5168.p2p.sfo1.mozilla.com) (Ping timeout)
  227. # [01:07] * Quits: bajaj (Adium@moz-62518563.mtv2.mozilla.com) (Connection reset by peer)
  228. # [01:07] * Joins: bajaj (Adium@moz-62518563.mtv2.mozilla.com)
  229. # [01:07] * Joins: mixedpuppy (mixedpuppy@A6CF435B.D1155E2C.CFC2A289.IP)
  230. # [01:07] * philor|away is now known as philor
  231. # [01:09] * Joins: dagnir (chatzilla@A1D3E7F1.DBF4469E.7E8D5209.IP)
  232. # [01:10] * Quits: jet (jet@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: jet)
  233. # [01:11] * Joins: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com)
  234. # [01:11] * Quits: mixedpuppy (mixedpuppy@A6CF435B.D1155E2C.CFC2A289.IP) (Quit: mixedpuppy)
  235. # [01:12] * Joins: jet (jet@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  236. # [01:13] <ddahl> jst: are you in MV?
  237. # [01:13] * justindarc|brb is now known as justindarc
  238. # [01:14] * Joins: mixedpuppy (mixedpuppy@A6CF435B.D1155E2C.CFC2A289.IP)
  239. # [01:14] * kats|away is now known as kats
  240. # [01:14] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  241. # [01:15] * Quits: gandalf (zbraniecki@9928699.9D31A9B5.FAF22AF7.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  242. # [01:16] * Joins: ckerschb (ckerschb@moz-62518563.mtv2.mozilla.com)
  243. # [01:17] * Quits: mixedpuppy (mixedpuppy@A6CF435B.D1155E2C.CFC2A289.IP) (Quit: mixedpuppy)
  244. # [01:17] * kats is now known as kats|away
  245. # [01:17] * Joins: mixedpuppy (mixedpuppy@A6CF435B.D1155E2C.CFC2A289.IP)
  246. # [01:18] * Quits: bent (chatzilla@E38B5014.43538092.6F94E353.IP) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  247. # [01:19] * Quits: tonymec|away (tonymec@moz-5466AC43.adsl-dyn.isp.belgacom.be) (Ping timeout)
  248. # [01:19] * Quits: tonymec (tonymec@moz-5466AC43.adsl-dyn.isp.belgacom.be) (Ping timeout)
  249. # [01:19] * Quits: tonymec_KDE (tonymec@moz-5466AC43.adsl-dyn.isp.belgacom.be) (Ping timeout)
  250. # [01:19] <reuben> dholbert: I think compilers do it the other way around – locals in the implementation that are of the matching class type are marked as RVO candidates
  251. # [01:19] <reuben> so virtual methods shouldn't break it
  252. # [01:20] * Quits: jdm (jdm@CAB30FBD.8F96AEA7.2D179A7D.IP) (Quit: Lost terminal)
  253. # [01:20] * Quits: jviereck (Adium@moz-839AFA2F.dclient.hispeed.ch) (Quit: Leaving.)
  254. # [01:20] <dholbert> reuben, but the point is to avoid a copy into a local in the caller
  255. # [01:20] * Quits: mt (mt@moz-62518563.mtv2.mozilla.com) (Quit: Leaving.)
  256. # [01:20] * Quits: mixedpuppy (mixedpuppy@A6CF435B.D1155E2C.CFC2A289.IP) (Quit: mixedpuppy)
  257. # [01:20] <dholbert> reuben, which means for it to work, the caller has to set aside some memory before the call, for the callee to instantiate its returned thing into
  258. # [01:20] <dholbert> IIUC
  259. # [01:20] * Joins: rbarnes (rbarnes@moz-947B1EDF.stanford.edu)
  260. # [01:20] <dholbert> (I might be misunderstanding)
  261. # [01:21] * Joins: mixedpuppy (mixedpuppy@A6CF435B.D1155E2C.CFC2A289.IP)
  262. # [01:22] <dholbert> reuben, e.g. if the caller has "BigObject obj = CreateBigObject();" then RVO would hopefully let us avoid copying from a local var inside of CreateBigObject() into obj in the caller
  263. # [01:22] * Joins: bajaj1 (Adium@moz-62518563.mtv2.mozilla.com)
  264. # [01:22] * Quits: bajaj (Adium@moz-62518563.mtv2.mozilla.com) (Connection reset by peer)
  265. # [01:22] <dholbert> but for that to work, I'd expect the caller to have to know something about the CreateBigObject impl. (which means I expect it can't be virtual)
  266. # [01:22] * Joins: naveed__ (naveed@moz-3CA42256.bstnma.fios.verizon.net)
  267. # [01:23] <tbsaunde> dholbert: why? it just needs to know it needs to leave space which it would need to do anyway even if the callie will actually do a copy
  268. # [01:23] <reuben> ^
  269. # [01:24] * Joins: gandalf (zbraniecki@9928699.9D31A9B5.FAF22AF7.IP)
  270. # [01:24] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  271. # [01:24] * Quits: naveed__ (naveed@moz-3CA42256.bstnma.fios.verizon.net) (Ping timeout)
  272. # [01:24] <dholbert> tbsaunde, maybe I'm misunderstanding how RVO works
  273. # [01:25] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  274. # [01:25] <dholbert> when it's working, doesn't it prevent *any* copying into |obj| above? i.e. CreateBigObject would effectively just directly populate |obj| in the caller?
  275. # [01:25] * Joins: bholley (bholley@B08EEEEB.6BBCE916.7B974E06.IP)
  276. # [01:25] * Joins: tonymec_KDE (tonymec@1B79E820.1137024C.277517C1.IP)
  277. # [01:25] <reuben> yes
  278. # [01:26] * Joins: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP)
  279. # [01:26] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/bab702b3df10 - Nicholas D. Matsakis - Bug 977126 Part 1 -- Changes to arm to support subPtr(Register,Address) r=mrosenberg
  280. # [01:26] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/88a167e0ca30 - Nicholas D. Matsakis - Bug 977126 Part 3 -- Inline SetTypedObjectOffset intrinsic r=shu
  281. # [01:26] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/a3df7451c35c - Nicholas D. Matsakis - Bug 977126 Part 2 -- Changes to x86/x64 to support subPtr(Register,Address) r=jandem
  282. # [01:27] * Joins: ehsan (ehsan@moz-B4709FAB.cable.teksavvy.com)
  283. # [01:27] * ChanServ sets mode: +o ehsan
  284. # [01:28] <dholbert> reuben / tbsaunde, ah, right; the caller sets up the memory either way, and the callee can either directly populate that memory (with RVO) or copy into that memory (w/o RVO)
  285. # [01:28] <dholbert> ok
  286. # [01:28] * Quits: rbarnes (rbarnes@moz-947B1EDF.stanford.edu) (Input/output error)
  287. # [01:28] <reuben> yeah
  288. # [01:28] * Quits: bholley (bholley@B08EEEEB.6BBCE916.7B974E06.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  289. # [01:28] * Quits: twi (Adium@moz-429185BE.cust.vodafonedsl.it) (Quit: Leaving.)
  290. # [01:28] * Quits: mixedpuppy (mixedpuppy@A6CF435B.D1155E2C.CFC2A289.IP) (Quit: mixedpuppy)
  291. # [01:29] <tbsaunde> dholbert: yeah I think so but my memory of calling convention is kind of fuzzy :(
  292. # [01:29] <dholbert> tbsaunde, as is mine, clearly :)
  293. # [01:29] * Joins: grobinson (~grobinson@moz-F8F3D602.stanford.edu)
  294. # [01:29] <reuben> dholbert: http://code.woboq.org/userspace/llvm/tools/clang/lib/CodeGen/CGStmt.cpp.html#836
  295. # [01:29] * Joins: mixedpuppy (mixedpuppy@A6CF435B.D1155E2C.CFC2A289.IP)
  296. # [01:29] * Quits: bjacob__ (bjacob@moz-CC46F4AB.hinet-ip.hinet.net) (Ping timeout)
  297. # [01:31] * Quits: jet (jet@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: jet)
  298. # [01:31] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  299. # [01:32] * Quits: mixedpuppy (mixedpuppy@A6CF435B.D1155E2C.CFC2A289.IP) (Quit: mixedpuppy)
  300. # [01:33] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  301. # [01:33] <heycam> wonder if we should start keeping a dashboard like this: http://status.modern.ie/
  302. # [01:34] * Joins: mixedpuppy (mixedpuppy@A6CF435B.D1155E2C.CFC2A289.IP)
  303. # [01:35] * Quits: kamidphish (textual@347FA24B.24D9B0A0.495EC8CD.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  304. # [01:35] <Jesse_> or http://www.chromestatus.com/features
  305. # [01:35] * Quits: gustavold (gustavold@92B83061.778B974F.DF2AC62B.IP) (Ping timeout)
  306. # [01:35] * Joins: tonymec|away (tonymec@1B79E820.1137024C.277517C1.IP)
  307. # [01:36] <heycam> yeah
  308. # [01:36] * Quits: jdover (jdover@moz-62518563.mtv2.mozilla.com) (Quit: Computer has gone to sleep.)
  309. # [01:37] * Joins: jdover (jdover@moz-62518563.mtv2.mozilla.com)
  310. # [01:37] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  311. # [01:37] * Callek is now known as Callek_disconnected
  312. # [01:38] * Quits: jdover (jdover@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  313. # [01:39] * Joins: jviereck (Adium@moz-839AFA2F.dclient.hispeed.ch)
  314. # [01:41] <NeilAway> dholbert: don't forget the copy elision you're getting there too ;-)
  315. # [01:41] * Quits: mixedpuppy (mixedpuppy@A6CF435B.D1155E2C.CFC2A289.IP) (Quit: mixedpuppy)
  316. # [01:41] * Joins: nattokirai (nattokirai@moz-C286AD9A.bitcat.net)
  317. # [01:42] * BenWa is now known as BenWa|email
  318. # [01:42] <NeilAway> dholbert: but you can think of a function that returns an object as doing a placement new, and when you construct an object from the result of a function the compiler can pass the original object's memory
  319. # [01:44] <KWierso|sheriffduty> thought it was too quiet... tbpl just stopped loading new results for the last three hours on fx-team...
  320. # [01:44] <dholbert> NeilAway, thanks
  321. # [01:44] * Joins: jedp (jedp@moz-62518563.mtv2.mozilla.com)
  322. # [01:44] * Quits: juanb (jbecerra@moz-24157589.mtv2.mozilla.com) (Quit: juanb)
  323. # [01:44] * Quits: ewong|sleep (chatzilla@moz-8C451A64.static.netvigator.com) (Ping timeout)
  324. # [01:45] * Joins: ewong|sleep (chatzilla@moz-8C451A64.static.netvigator.com)
  325. # [01:46] <NeilAway> dholbert: NRVO is sort of the same trick in the callee, whereby instead of doing a placement new, you simply reuse the passed-in memory for your local variable
  326. # [01:46] * Quits: Optimizer (Optimizer@5652A57B.3A03CDDF.274D17D6.IP) (Ping timeout)
  327. # [01:47] * Joins: mixedpuppy (mixedpuppy@A6CF435B.D1155E2C.CFC2A289.IP)
  328. # [01:47] <philor> KWierso|sheriffduty: looks to me like m-i is busted in several ways, too
  329. # [01:47] * hwine is now known as hwine-commuting
  330. # [01:48] <KWierso|sheriffduty> oh hey, inbound stopped updating, too!
  331. # [01:48] <philor> Mac tp at the least
  332. # [01:48] <philor> maybe all b2g, not sure how much is already backed out
  333. # [01:49] * Joins: khademi (khademi@moz-F1CD402.cs.queensu.ca)
  334. # [01:50] * Quits: mixedpuppy (mixedpuppy@A6CF435B.D1155E2C.CFC2A289.IP) (Quit: mixedpuppy)
  335. # [01:50] * Quits: luca (lzzluca@moz-10429979.static.virginmediabusiness.co.uk) (Ping timeout)
  336. # [01:50] * Quits: mahdi (mahdi@53685FB6.478C6833.195261CE.IP) (Client exited)
  337. # [01:51] * Joins: ehugg (ehugg@moz-6D0FD3FC.cisco.com)
  338. # [01:51] <khademi> Hi, I'm new to mozilla. In my work I need to access the javascript abstract syntact tree, does anyone know where to start?
  339. # [01:52] <KWierso|sheriffduty> philor: the tp bustage is on other trees, too :\
  340. # [01:52] <philor> fun
  341. # [01:52] <nalexander> khademi: I think most people who want to do that use a Javascript parser written in Javascript, rather than trying to get the AST from the browser itself. But I'm not expert in this area.
  342. # [01:52] <nalexander> khademi: what are you trying to do?
  343. # [01:53] * Joins: mixedpuppy (mixedpuppy@A6CF435B.D1155E2C.CFC2A289.IP)
  344. # [01:53] <philor> I haven't looked at any others, or any since this morning, and I just got back from having the eye doctor dilate my eyes, so I can barely claim to actually be looking now :)
  345. # [01:53] * jlund is now known as jlund|bbl
  346. # [01:53] * Quits: gandalf (zbraniecki@9928699.9D31A9B5.FAF22AF7.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  347. # [01:53] <KWierso|sheriffduty> b2g stuff is screwy elsewhere, too
  348. # [01:54] * Joins: luca (lzzluca@moz-10429979.static.virginmediabusiness.co.uk)
  349. # [01:54] * Quits: mixedpuppy (mixedpuppy@A6CF435B.D1155E2C.CFC2A289.IP) (Quit: mixedpuppy)
  350. # [01:54] * Quits: jviereck (Adium@moz-839AFA2F.dclient.hispeed.ch) (Quit: Leaving.)
  351. # [01:54] <philor> like merge-elsewhere, or reconfig-elsewhere?
  352. # [01:55] * Joins: gandalf (zbraniecki@9928699.9D31A9B5.FAF22AF7.IP)
  353. # [01:55] <khademi> < <nalexander>: I see but, usually the JS code is obfuscated and there is no point to parse it using JS libraries. I want to track a variable and see if it goes to server
  354. # [01:55] * Joins: mixedpuppy (mixedpuppy@A6CF435B.D1155E2C.CFC2A289.IP)
  355. # [01:56] <nalexander> khademi: I think that will be hard whether you try to get Gecko's JS engine to "track" the variable or parse the AST in some way to do the same.
  356. # [01:56] <nalexander> khademi: I have never heard of a way to get your hands on the parsed AST from an add-on, but perhaps this exists.
  357. # [01:56] * Quits: mixedpuppy (mixedpuppy@A6CF435B.D1155E2C.CFC2A289.IP) (Quit: mixedpuppy)
  358. # [01:56] <KWierso|sheriffduty> philor: there haven't been merges since 6 or 7 am pacific time this morning...
  359. # [01:57] <nalexander> khademi: a JS parser (in JS) is your best bet; but you'd be much better off trying to isolate the communication between your machine and the remote host in some other way, and figuring out what happens there.
  360. # [01:57] <KWierso|sheriffduty> philor: and retriggering the b2g failure on b2g-inbound came back green
  361. # [01:57] <KWierso|sheriffduty> so iunno
  362. # [01:58] <khademi> <nalexander>: Thanks for your comment. Actually, I don't think it's possible to that using Add-ons. I want to change the mozilla source code for that purpose but I don't know where to begin :(
  363. # [01:58] * Quits: digitsm (digitsm@B2B521A3.FCAEA9D9.DA0107E2.IP) (Ping timeout)
  364. # [01:58] * KWierso|sheriffduty liked the tree better when he wasn't getting updates about its current status...
  365. # [01:58] <tbsaunde> I think the real AST is C++ only, and trying to use the byte code is probably worse than dealing with the obfiscated js itself
  366. # [01:58] <nalexander> khademi: that's a huge hammer for a small nut.
  367. # [01:58] <nalexander> tbsaunde: agreed, and thanks for confirmation.
  368. # [01:59] <tbsaunde> I'd be kind of suprised and sad if that wasn't a js deobfiscator out there already
  369. # [01:59] * sheppy-offline is now known as sheppy
  370. # [01:59] <khademi> <nalexander> & <tbsaunde>: Thanks guys for comments, so what's your advice?
  371. # [02:01] * Quits: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net) (Ping timeout)
  372. # [02:01] * Joins: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net)
  373. # [02:01] <nalexander> khademi: again, I'd concentrate on however your localhost is communicating with the remote server. JS is unlikely to be part of that.
  374. # [02:02] * Joins: kamidphish (textual@347FA24B.24D9B0A0.495EC8CD.IP)
  375. # [02:02] <nalexander> khademi: you can use the Developer Tools to watch network requests back to the server.
  376. # [02:02] * Joins: reyre_ (reyre@6A6344CE.2BBBD1AD.5670445F.IP)
  377. # [02:02] <tbsaunde> khademi: well, easiest is if communication isn't encrypted and you can just use wireshark
  378. # [02:02] * Joins: bmoss (bmoss@moz-62518563.mtv2.mozilla.com)
  379. # [02:02] * Joins: digitsm (digitsm@B2B521A3.FCAEA9D9.DA0107E2.IP)
  380. # [02:02] * Quits: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  381. # [02:03] <tbsaunde> if it is encrypted I guess you probably have to hack up necko to dump what its going to encrypt out someplace
  382. # [02:03] * Quits: kamidphish (textual@347FA24B.24D9B0A0.495EC8CD.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  383. # [02:03] <tbsaunde> unless nalexander means the developer tools already do that which would be sweet, and if they don't have that we should add it
  384. # [02:03] * Joins: rbarnes (rbarnes@moz-947B1EDF.stanford.edu)
  385. # [02:05] * Quits: pcwalton (pcwalton@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: pcwalton)
  386. # [02:05] <khademi> <tbsaunde> & <nalexander> so I'll check the developer tools, Thanks!
  387. # [02:05] * reyre_ is now known as hey
  388. # [02:06] <tbsaunde> khademi: http://www.labnol.org/software/deobfuscate-javascript/19815/ may be of use too
  389. # [02:06] <tbsaunde> (just first thing I found on google)
  390. # [02:07] * Quits: gandalf (zbraniecki@9928699.9D31A9B5.FAF22AF7.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  391. # [02:08] * geekboy is now known as geekboy|afk
  392. # [02:08] <khademi> <tbsaunde>: yeah I found that one, it's a kinda JavaScript beautifier. I mean it only corrects the indentation.
  393. # [02:09] * hey is now known as reyre_
  394. # [02:10] * Joins: pcwalton (pcwalton@moz-C07D5168.p2p.sfo1.mozilla.com)
  395. # [02:10] * Quits: azakai__ (alon@moz-62518563.mtv2.mozilla.com) (Quit: Ex-Chat)
  396. # [02:10] * Quits: mccr8 (mccr8@moz-62518563.mtv2.mozilla.com) (Quit: )
  397. # [02:10] * Quits: rbarnes (rbarnes@moz-947B1EDF.stanford.edu) (Input/output error)
  398. # [02:11] <tbsaunde> khademi: well, obfiscation can a lossy process and even if it isn't producing highly readable code from obfiscated code is non trivial
  399. # [02:11] * Joins: karl (karl@34E8ECDF.DC2C3734.616A18A6.IP)
  400. # [02:11] * Quits: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP) (Quit: RealRaven)
  401. # [02:12] * Quits: sicking (sicking@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: sicking)
  402. # [02:13] <tbsaunde> khademi: also a js debugger is probably going to be fairly useful, dynamic analysis is often easier than static since you probably don't even need to think about a lot of the code you have
  403. # [02:13] <khademi> <tbsaunde> : that's true, that's why I have to go to the source code and monitor the source code for variable or better to say, function call tracking.
  404. # [02:15] <tbsaunde> well unfortunately I don't know much of anything about reverse engineering js so I can't really help more than that
  405. # [02:15] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  406. # [02:16] * Quits: @ted (luser@moz-2FDD1A77.sctnpa.east.verizon.net) (Ping timeout)
  407. # [02:17] <khademi> <tbsaunde>: Thanks for your attention. You already helped me. I have to check couple of tools and choose the one which works for me.
  408. # [02:17] * Quits: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net) (Ping timeout)
  409. # [02:17] * Quits: digitsm (digitsm@B2B521A3.FCAEA9D9.DA0107E2.IP) (Ping timeout)
  410. # [02:17] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Ping timeout)
  411. # [02:18] * Joins: ted (luser@moz-7DA29974.sctnpa.east.verizon.net)
  412. # [02:18] * ChanServ sets mode: +o ted
  413. # [02:19] * philor is now known as philor|away
  414. # [02:19] * Joins: vikstrous (v@moz-1E061984.cpe.distributel.net)
  415. # [02:20] * Quits: reyre (reyre@8A257803.33EE9F8A.1139E686.IP) (Quit: ZNC - http://znc.in)
  416. # [02:20] * reyre_ is now known as reyre
  417. # [02:20] * Quits: jedp (jedp@moz-62518563.mtv2.mozilla.com) (Quit: Computer has gone to sleep.)
  418. # [02:20] * nthomas|away is now known as nthomas
  419. # [02:20] * Joins: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  420. # [02:20] * Quits: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 1.8.0.9/2006120508])
  421. # [02:21] * Quits: reyre (reyre@6A6344CE.2BBBD1AD.5670445F.IP) (Ping timeout)
  422. # [02:23] * Quits: pcwalton (pcwalton@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: pcwalton)
  423. # [02:23] * Joins: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net)
  424. # [02:23] * Quits: mwu (mwu@moz-2E883D31.hsd1.nj.comcast.net) (Quit: Leaving)
  425. # [02:24] <@smaug> dholbert: uh, still such stack object usage
  426. # [02:24] <@smaug> I went through gfx code years ago
  427. # [02:24] <@smaug> about this same stuff
  428. # [02:24] <dholbert> smaug, yeah?
  429. # [02:25] * Joins: darkowlzz (sunny@EB512DA5.62A68331.25B273F5.IP)
  430. # [02:25] <@smaug> IIRC before FF3
  431. # [02:25] * Quits: grobinson (~grobinson@moz-F8F3D602.stanford.edu) (Ping timeout)
  432. # [02:25] <dholbert> smaug, heh
  433. # [02:25] <dholbert> smaug, hopefully private destructors will prevent it from getting worse
  434. # [02:25] <dholbert> s/worse/much worse/
  435. # [02:25] <tbsaunde> smaug: ref counted stuff on stack?
  436. # [02:25] <@smaug> right
  437. # [02:25] <dholbert> tbsaunde, in some cases, yeah
  438. # [02:25] <tbsaunde> ugh
  439. # [02:26] * Quits: soumyaC (uid15286@moz-E77DEB21.irccloud.com) (Quit: Connection closed for inactivity)
  440. # [02:26] * Quits: @ted (luser@moz-7DA29974.sctnpa.east.verizon.net) (Ping timeout)
  441. # [02:26] * kats|away is now known as kats
  442. # [02:26] <@smaug> We need HEAP_CLASS annotation
  443. # [02:27] <@smaug> and each class should have STACK_CLASS or HEAP_CLASS or STACK_OR_HEAP_CLASS
  444. # [02:28] * Joins: reyre (reyre@6A6344CE.2BBBD1AD.5670445F.IP)
  445. # [02:28] * Joins: ted (luser@moz-7DA29974.sctnpa.east.verizon.net)
  446. # [02:28] * ChanServ sets mode: +o ted
  447. # [02:28] * Quits: bwc (Adium@moz-62518563.mtv2.mozilla.com) (Quit: Leaving.)
  448. # [02:28] <firebot> Check-in: http://hg.mozilla.org/integration/fx-team/rev/688cdd76968d - Wes Kocher - Backed out changeset 1aca519aec7e (bug 911574) for Android robocop failures on a CLOSED TREE
  449. # [02:29] * admix is now known as admix|away
  450. # [02:30] * Joins: yzen (yzen@moz-C3EA2B28.cable.teksavvy.com)
  451. # [02:31] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Quit: jib)
  452. # [02:32] * Parts: ckerschb (ckerschb@moz-62518563.mtv2.mozilla.com)
  453. # [02:33] * Quits: myk (myk@moz-C7450B6B.dsl.dynamic.sonic.net) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  454. # [02:33] * Quits: @smaug (chatzilla@moz-9E0B1701.pp.htv.fi) (Ping timeout)
  455. # [02:33] * Joins: digitsm (digitsm@8C36B58F.D74CB649.3FFBF42F.IP)
  456. # [02:36] * Quits: justindarc (justindarc@D2AEACFC.B56D28DB.B58D01CE.IP) (Quit: )
  457. # [02:39] * Joins: mixedpuppy (mixedpuppy@A6CF435B.D1155E2C.CFC2A289.IP)
  458. # [02:39] * Quits: espadrine` (ttyl@moz-E95383AC.w92-128.abo.wanadoo.fr) (Ping timeout)
  459. # [02:39] * Quits: yzen (yzen@moz-C3EA2B28.cable.teksavvy.com) (Ping timeout)
  460. # [02:39] * Joins: espadrine` (ttyl@moz-E95383AC.w92-128.abo.wanadoo.fr)
  461. # [02:41] * Joins: espadrine_ (ttyl@moz-A5AA493D.w92-128.abo.wanadoo.fr)
  462. # [02:41] * Joins: bjacob__ (bjacob@moz-CC46F4AB.hinet-ip.hinet.net)
  463. # [02:41] * Quits: espadrine` (ttyl@moz-E95383AC.w92-128.abo.wanadoo.fr) (Ping timeout)
  464. # [02:42] * Quits: ddahl (ddahl@moz-24157589.mtv2.mozilla.com) (Ping timeout)
  465. # [02:43] * Quits: ehugg (ehugg@moz-6D0FD3FC.cisco.com) (Quit: ehugg)
  466. # [02:44] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  467. # [02:45] * sheppy is now known as sheppy-offline
  468. # [02:46] * Quits: idwer (irc@moz-67B6410D.adsl.online.nl) (Input/output error)
  469. # [02:47] * Joins: darktrojan (geoff@moz-84B9893E.dsl.telstraclear.net)
  470. # [02:47] * philor|away is now known as philor
  471. # [02:47] * Quits: mconley (mconley@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  472. # [02:48] * Joins: kamidphish (textual@moz-99690620.hinet-ip.hinet.net)
  473. # [02:48] * Quits: bnicholson (bnicholson@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  474. # [02:49] * Quits: Mardak (Mardak@8AEF6642.1A70E138.E9D0A1DD.IP) (Ping timeout)
  475. # [02:50] * Joins: Mardak (Mardak@8AEF6642.1A70E138.E9D0A1DD.IP)
  476. # [02:51] * Callek_disconnected is now known as Callek
  477. # [02:53] * Quits: billm (billm@moz-62518563.mtv2.mozilla.com) (Quit: Leaving)
  478. # [02:53] * Joins: bz (bzbarsky@moz-72881629.bstnma.fios.verizon.net)
  479. # [02:53] * ChanServ sets mode: +o bz
  480. # [02:54] * Joins: jedp (jedp@moz-62518563.mtv2.mozilla.com)
  481. # [02:54] * ewong|away is now known as ewong
  482. # [02:55] * Quits: jrmuizel (jrmuizel@347FA24B.24D9B0A0.495EC8CD.IP) (Client exited)
  483. # [02:55] * Joins: jrmuizel (jrmuizel@347FA24B.24D9B0A0.495EC8CD.IP)
  484. # [02:55] * Joins: lpy (lpy@1834E2CB.F09091A8.1348A864.IP)
  485. # [02:57] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  486. # [02:57] * philor is now known as philor|afk
  487. # [02:57] * Quits: mixedpuppy (mixedpuppy@A6CF435B.D1155E2C.CFC2A289.IP) (Quit: mixedpuppy)
  488. # [02:57] * Quits: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net) (Ping timeout)
  489. # [02:57] * Joins: mixedpuppy (mixedpuppy@A6CF435B.D1155E2C.CFC2A289.IP)
  490. # [02:58] * Joins: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net)
  491. # [02:58] * Quits: @bz (bzbarsky@moz-72881629.bstnma.fios.verizon.net) (Ping timeout)
  492. # [02:58] * Quits: Waldo (waldo@moz-62518563.mtv2.mozilla.com) (Quit: ChatZilla 0.9.87-8.1450hg.fc20 [XULRunner 27.0/20140203120101])
  493. # [02:59] * Quits: jrmuizel (jrmuizel@347FA24B.24D9B0A0.495EC8CD.IP) (Client exited)
  494. # [02:59] * Joins: bz (bzbarsky@moz-72881629.bstnma.fios.verizon.net)
  495. # [02:59] * ChanServ sets mode: +o bz
  496. # [02:59] * Quits: mixedpuppy (mixedpuppy@A6CF435B.D1155E2C.CFC2A289.IP) (Quit: mixedpuppy)
  497. # [02:59] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  498. # [02:59] * terrence is now known as terrence-afk
  499. # [03:01] * Quits: ewong|sleep (chatzilla@moz-8C451A64.static.netvigator.com) (Ping timeout)
  500. # [03:01] * Joins: ewong|sleep (chatzilla@moz-8C451A64.static.netvigator.com)
  501. # [03:01] * Quits: jedp (jedp@moz-62518563.mtv2.mozilla.com) (Quit: Computer has gone to sleep.)
  502. # [03:02] * Quits: lpy (lpy@1834E2CB.F09091A8.1348A864.IP) (Client exited)
  503. # [03:03] * Quits: cpearce (chatzilla@moz-EC1018D1.jetstream.xtra.co.nz) (Connection reset by peer)
  504. # [03:04] <firebot> Check-in: http://hg.mozilla.org/integration/fx-team/rev/81dd398600c4 - Dave Townsend - Bug 850336: Devtools box model should be editable. r=pbrosset
  505. # [03:04] * Joins: cpearce (chatzilla@moz-EC1018D1.jetstream.xtra.co.nz)
  506. # [03:04] * Joins: mixedpuppy (mixedpuppy@A6CF435B.D1155E2C.CFC2A289.IP)
  507. # [03:04] * Quits: Mossop (dtownsend@53343B0D.8DCA2D5.5E2862A8.IP) (Quit: Leaving)
  508. # [03:04] * Quits: AaronMT (AaronMT@moz-53D1D1F.cpe.net.cable.rogers.com) (Quit: Textual IRC Client: www.textualapp.com)
  509. # [03:05] * Quits: mixedpuppy (mixedpuppy@A6CF435B.D1155E2C.CFC2A289.IP) (Quit: mixedpuppy)
  510. # [03:05] * Quits: digitsm (digitsm@8C36B58F.D74CB649.3FFBF42F.IP) (Quit: Leaving)
  511. # [03:05] * Quits: odin_ (Odin@moz-66D3502E.zone5.bethere.co.uk) (Quit: Leaving)
  512. # [03:06] * Quits: bmoss (bmoss@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  513. # [03:06] * Quits: vikstrous (v@moz-1E061984.cpe.distributel.net) (Ping timeout)
  514. # [03:06] <KWierso|sheriffduty> nmatsakis: bustage :(
  515. # [03:06] <KWierso|sheriffduty> https://tbpl.mozilla.org/php/getParsedLog.php?id=37175783&tree=Mozilla-Inbound
  516. # [03:06] * Quits: Mook_as (mook@moz-1FCC0032.activestate.com) (Quit: Mook_as)
  517. # [03:06] * Quits: bjacob__ (bjacob@moz-CC46F4AB.hinet-ip.hinet.net) (Ping timeout)
  518. # [03:07] <firebot> Check-in: http://hg.mozilla.org/integration/fx-team/rev/8ac4315d8807 - Benjamin Smedberg - Bug 986582 - Get rid of the separate toolkit.telemetry.enabledPreRelease flag. Comment-only, so DONTBUILD. r=rnewman
  519. # [03:07] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  520. # [03:09] * Joins: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com)
  521. # [03:10] * Quits: jgriffin (jgriffin@moz-791CC332.hsd1.wa.comcast.net) (Quit: jgriffin)
  522. # [03:11] * khuey is now known as khuey|away
  523. # [03:12] * Joins: elin (elin@moz-99690620.hinet-ip.hinet.net)
  524. # [03:12] * Quits: jimb (user@125EF623.B2666F0E.66399531.IP) (Ping timeout)
  525. # [03:12] * Quits: darktrojan (geoff@moz-84B9893E.dsl.telstraclear.net) (Quit: darktrojan)
  526. # [03:13] * Quits: gwagner (gwagner@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: gwagner)
  527. # [03:13] * Quits: shorlander (shorlander@moz-62518563.mtv2.mozilla.com) (Input/output error)
  528. # [03:14] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  529. # [03:14] * Quits: harth4re_ (harth@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  530. # [03:14] * Joins: shorlander (shorlander@moz-62518563.mtv2.mozilla.com)
  531. # [03:14] * Joins: harth4real (harth@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  532. # [03:14] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  533. # [03:15] * Quits: harth4real (harth@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Connection reset by peer)
  534. # [03:15] * Joins: harth4real (harth@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  535. # [03:16] * Quits: Boriss (Boriss@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: Boriss)
  536. # [03:16] * Quits: shorlander (shorlander@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  537. # [03:16] * Joins: jrm2k6 (jrm2k6@moz-D3198ADE.vodafone.hu)
  538. # [03:17] * Quits: harth4real (harth@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  539. # [03:19] * Quits: @dbaron (dbaron@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  540. # [03:19] * Quits: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  541. # [03:19] * Joins: bnicholson (bnicholson@F118B273.BF05706.A36C57B9.IP)
  542. # [03:20] * Joins: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  543. # [03:21] * Joins: mt (mt@moz-5F16805E.hsd1.ca.comcast.net)
  544. # [03:21] * Quits: mt (mt@moz-5F16805E.hsd1.ca.comcast.net) (Input/output error)
  545. # [03:21] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Ping timeout)
  546. # [03:21] * Quits: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  547. # [03:22] * Quits: tedders1 (tedders1@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  548. # [03:24] * Joins: naveed__ (naveed@moz-3CA42256.bstnma.fios.verizon.net)
  549. # [03:24] * Joins: huseby (huseby@moz-99690620.hinet-ip.hinet.net)
  550. # [03:24] * Joins: hub (hub@moz-99690620.hinet-ip.hinet.net)
  551. # [03:25] * Joins: sewardj_ (sewardj@moz-84C7B29A.dip0.t-ipconnect.de)
  552. # [03:25] * Joins: rbarnes (rbarnes@moz-62518563.mtv2.mozilla.com)
  553. # [03:25] * Quits: naveed__ (naveed@moz-3CA42256.bstnma.fios.verizon.net) (Ping timeout)
  554. # [03:26] * Joins: mchang (mchang@moz-99690620.hinet-ip.hinet.net)
  555. # [03:26] * Quits: sewardj (sewardj@moz-26EB277A.dip0.t-ipconnect.de) (Ping timeout)
  556. # [03:27] * Quits: bajaj1 (Adium@moz-62518563.mtv2.mozilla.com) (Quit: Leaving.)
  557. # [03:27] * Joins: ericjung_ (ericjung@EBA5EBAE.78089B69.E141FD9.IP)
  558. # [03:29] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  559. # [03:29] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/e1c272969ec7 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  560. # [03:29] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/9f090b0ec7e3 - B2G Bumper Bot - Bumping gaia.json for 10 gaia revision(s) a=gaia-bump
  561. # [03:32] * Joins: redwood (chatzilla@26E73836.156CBEAD.74E1C77A.IP)
  562. # [03:32] * Joins: bjacob__ (bjacob@moz-CC46F4AB.hinet-ip.hinet.net)
  563. # [03:33] * Quits: dria (dria@moz-FF0F6F16.dsl.teksavvy.com) (Quit: dria)
  564. # [03:33] * Joins: cpearce_ (chatzilla@34E8ECDF.DC2C3734.616A18A6.IP)
  565. # [03:33] * Joins: yzen (yzen@moz-C3EA2B28.cable.teksavvy.com)
  566. # [03:33] * Quits: cpearce (chatzilla@moz-EC1018D1.jetstream.xtra.co.nz) (Ping timeout)
  567. # [03:33] * cpearce_ is now known as cpearce
  568. # [03:33] * Quits: cstipkovic (uid6805@moz-E77DEB21.irccloud.com) (Quit: Connection closed for inactivity)
  569. # [03:34] * Quits: lmandel (lmandel@moz-60AD75.cable.teksavvy.com) (Ping timeout)
  570. # [03:34] * Quits: wzsk (wzsk@4F7252F2.CEBBE496.E48CFF63.IP) (Quit: WeeChat 0.4.3)
  571. # [03:35] * Joins: kgrandon (Adium@moz-99690620.hinet-ip.hinet.net)
  572. # [03:35] <firebot> Check-in: http://hg.mozilla.org/integration/fx-team/rev/6fd2049abc51 - Richard Newman - Bug 949495 - Rework context handling. r=mfinkle
  573. # [03:35] * Quits: yzen (yzen@moz-C3EA2B28.cable.teksavvy.com) (Ping timeout)
  574. # [03:35] * Joins: lmandel (lmandel@moz-60AD75.cable.teksavvy.com)
  575. # [03:35] * Quits: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  576. # [03:36] * Quits: Preeti (uid13882@moz-E77DEB21.irccloud.com) (Quit: Connection closed for inactivity)
  577. # [03:36] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/8dc0eace320d - Wes Kocher - Backed out 3 changesets (bug 977126) for b2g build bustage on a CLOSED TREE
  578. # [03:37] * Joins: wlach (wlach@moz-99690620.hinet-ip.hinet.net)
  579. # [03:37] * Quits: Mardak (Mardak@8AEF6642.1A70E138.E9D0A1DD.IP) (Quit: Mardak)
  580. # [03:40] * Quits: RyanVM|afk (Thunderbir@moz-37FED3AC.phlapa.fios.verizon.net) (Quit: RyanVM|afk)
  581. # [03:42] * Joins: mconley (mconley@moz-D640D16C.cable.teksavvy.com)
  582. # [03:43] * Joins: jgilbert (jgilbert@moz-99690620.hinet-ip.hinet.net)
  583. # [03:43] * Joins: milan (milan@moz-99690620.hinet-ip.hinet.net)
  584. # [03:43] <@bz> hmph
  585. # [03:44] <@bz> sed -i will add newlines to ends of files
  586. # [03:44] * @bz wonders what editors people are using that leave no newline at the end to start with....
  587. # [03:45] * Joins: bholley (bholley@B08EEEEB.6BBCE916.7B974E06.IP)
  588. # [03:46] <Unfocused> most editors on windows?
  589. # [03:46] * Quits: chewey (chewey@moz-BD97BE9A.dip0.t-ipconnect.de) (NickServ (GHOST command used by chewey_))
  590. # [03:46] * Joins: chewey (chewey@moz-4F0B9BB2.dip0.t-ipconnect.de)
  591. # [03:47] <@bz> heh
  592. # [03:47] <@bz> I can't find an editor that would let me do that
  593. # [03:47] <nthomas> tried |sed -i''| ?
  594. # [03:47] <@bz> nthomas: yep
  595. # [03:47] <nthomas> mac sed is a bit weird
  596. # [03:47] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/d7fcc0c1a744 - Michael Wu - Bug 985017 - [1/2] Support null VolatileBufferPtrs, r=glandium
  597. # [03:47] <nthomas> stick it at the end of the command line ?
  598. # [03:47] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/2c4d1aa4e976 - Michael Wu - Bug 985017 - [2/2] Cache a gfxImageSurface for the drawing path, r=seth
  599. # [03:47] * @bz is just using hg revert
  600. # [03:48] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  601. # [03:51] * Quits: brambles (xymox@moz-969AAE9B.barwen.ch) (Ping timeout)
  602. # [03:51] * Quits: bjacob__ (bjacob@moz-CC46F4AB.hinet-ip.hinet.net) (Ping timeout)
  603. # [03:52] * Quits: @ehsan (ehsan@moz-B4709FAB.cable.teksavvy.com) (Quit: vanished into thin air...)
  604. # [03:52] * Joins: brambles (xymox@moz-969AAE9B.barwen.ch)
  605. # [03:52] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  606. # [03:52] * Joins: shelly (shelly@moz-99690620.hinet-ip.hinet.net)
  607. # [03:52] * Quits: bholley (bholley@B08EEEEB.6BBCE916.7B974E06.IP) (Quit: Textual IRC Client: www.textualapp.com)
  608. # [03:53] * Quits: rbarnes (rbarnes@moz-62518563.mtv2.mozilla.com) (Input/output error)
  609. # [03:53] * Quits: KaiRo (robert@moz-6C4BBE8F.adsl.highway.telekom.at) (Quit: www.KaiRo.at)
  610. # [03:53] * Joins: boris (boris@moz-99690620.hinet-ip.hinet.net)
  611. # [03:54] * Joins: jrmuizel (jrmuizel@moz-99690620.hinet-ip.hinet.net)
  612. # [03:54] * Joins: bmoss (bmoss@moz-62518563.mtv2.mozilla.com)
  613. # [03:55] * Joins: mstange (markus@moz-99690620.hinet-ip.hinet.net)
  614. # [03:56] * Joins: kip (kip@moz-99690620.hinet-ip.hinet.net)
  615. # [03:56] * Quits: jrmuizel (jrmuizel@moz-99690620.hinet-ip.hinet.net) (Client exited)
  616. # [03:57] * Quits: mconley (mconley@moz-D640D16C.cable.teksavvy.com) (Input/output error)
  617. # [03:57] * Joins: janv (varga@740FE678.9FB65C50.4F33160D.IP)
  618. # [03:57] * Joins: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net)
  619. # [03:58] * Quits: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca) (Quit: surkov)
  620. # [03:59] * Quits: boris (boris@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  621. # [04:00] * Quits: cpearce (chatzilla@34E8ECDF.DC2C3734.616A18A6.IP) (Ping timeout)
  622. # [04:00] * Joins: boris (boris@moz-99690620.hinet-ip.hinet.net)
  623. # [04:00] * Quits: mchang (mchang@moz-99690620.hinet-ip.hinet.net) (Quit: mchang)
  624. # [04:01] * Quits: kgrandon (Adium@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  625. # [04:01] * Joins: mchang (mchang@moz-99690620.hinet-ip.hinet.net)
  626. # [04:02] * BenWa|email is now known as BenWa
  627. # [04:02] * Joins: jrmuizel (jrmuizel@moz-99690620.hinet-ip.hinet.net)
  628. # [04:02] * Quits: kip (kip@moz-99690620.hinet-ip.hinet.net) (Connection reset by peer)
  629. # [04:02] * Joins: kip (kip@moz-99690620.hinet-ip.hinet.net)
  630. # [04:02] * Joins: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net)
  631. # [04:02] * Quits: wlach (wlach@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  632. # [04:03] * Quits: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  633. # [04:03] * Quits: kamidphish (textual@moz-99690620.hinet-ip.hinet.net) (Connection reset by peer)
  634. # [04:03] * Joins: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net)
  635. # [04:03] * heycam is now known as heycam|away
  636. # [04:04] * mattwoodrow|away is now known as mattwoodrow
  637. # [04:04] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  638. # [04:04] * Joins: bjacob__ (bjacob@moz-99690620.hinet-ip.hinet.net)
  639. # [04:05] * Quits: elin (elin@moz-99690620.hinet-ip.hinet.net) (Quit: elin)
  640. # [04:07] * Joins: nical (nico@moz-99690620.hinet-ip.hinet.net)
  641. # [04:07] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  642. # [04:07] * Quits: brambles (xymox@moz-969AAE9B.barwen.ch) (Ping timeout)
  643. # [04:08] * Joins: elin (elin@moz-99690620.hinet-ip.hinet.net)
  644. # [04:08] * Joins: kgrandon (Adium@moz-99690620.hinet-ip.hinet.net)
  645. # [04:09] * Joins: brambles (xymox@moz-969AAE9B.barwen.ch)
  646. # [04:09] * Quits: Bas (chatzilla@347FA24B.24D9B0A0.495EC8CD.IP) (Ping timeout)
  647. # [04:10] * philor|afk is now known as philor
  648. # [04:10] * Joins: jhlin (jhlin@moz-99690620.hinet-ip.hinet.net)
  649. # [04:11] * Quits: NeilAway (neil@moz-B1437A82.static.virginmediabusiness.co.uk) (Ping timeout)
  650. # [04:12] * Joins: NeilAway (neil@moz-B1437A82.static.virginmediabusiness.co.uk)
  651. # [04:12] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  652. # [04:13] * Quits: Matti (Matti@moz-84331394.dip0.t-ipconnect.de) (Ping timeout)
  653. # [04:13] * Joins: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net)
  654. # [04:14] * Joins: justindarc (justindarc@D2AEACFC.B56D28DB.B58D01CE.IP)
  655. # [04:14] * Quits: justindarc (justindarc@D2AEACFC.B56D28DB.B58D01CE.IP) (Client exited)
  656. # [04:14] * Quits: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net) (Input/output error)
  657. # [04:15] * Quits: ggp (ggp@A8A32A14.A5813AFB.1160D82E.IP) (Input/output error)
  658. # [04:15] * Joins: brsun (chatzilla@moz-99690620.hinet-ip.hinet.net)
  659. # [04:16] * Joins: tessarakt3 (jens@moz-411569D9.dip0.t-ipconnect.de)
  660. # [04:17] * Quits: tessarakt2 (jens@moz-26532B31.dip0.t-ipconnect.de) (Ping timeout)
  661. # [04:17] * Quits: tessarakt (jens@moz-26532B31.dip0.t-ipconnect.de) (Ping timeout)
  662. # [04:17] * Joins: tessarakt (jens@moz-411569D9.dip0.t-ipconnect.de)
  663. # [04:18] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  664. # [04:19] * Quits: jrmuizel (jrmuizel@moz-99690620.hinet-ip.hinet.net) (Client exited)
  665. # [04:19] * Quits: dagnir (chatzilla@A1D3E7F1.DBF4469E.7E8D5209.IP) (Quit: ChatZilla 0.9.90.1 [Firefox 28.0/20140314220517])
  666. # [04:19] * Joins: jrmuizel (jrmuizel@moz-99690620.hinet-ip.hinet.net)
  667. # [04:19] * Joins: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net)
  668. # [04:21] * Quits: jrmuizel (jrmuizel@moz-99690620.hinet-ip.hinet.net) (Connection reset by peer)
  669. # [04:21] * Joins: jrmuizel (jrmuizel@moz-99690620.hinet-ip.hinet.net)
  670. # [04:21] * Joins: ggp (ggp@A8A32A14.A5813AFB.1160D82E.IP)
  671. # [04:23] * Quits: ggp (ggp@A8A32A14.A5813AFB.1160D82E.IP) (Ping timeout)
  672. # [04:23] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  673. # [04:23] * Quits: ericjung_ (ericjung@EBA5EBAE.78089B69.E141FD9.IP) (Quit: Leaving)
  674. # [04:24] * Joins: naveed__ (naveed@moz-3CA42256.bstnma.fios.verizon.net)
  675. # [04:26] * Quits: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com) (Quit: Leaving.)
  676. # [04:26] * Quits: naveed__ (naveed@moz-3CA42256.bstnma.fios.verizon.net) (Ping timeout)
  677. # [04:28] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  678. # [04:29] * Joins: kk1fff (kk1fff@moz-95CA5501.dynamic.hinet.net)
  679. # [04:29] * Quits: milan (milan@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  680. # [04:29] * Joins: TheComputerGuy0012 (thecompute@493C03A7.2E6646D8.EC4A85D5.IP)
  681. # [04:29] * admix|away is now known as admix
  682. # [04:31] * kats is now known as kats|away
  683. # [04:32] * Joins: ericchou (uid13391@moz-E77DEB21.irccloud.com)
  684. # [04:32] * joshua-s is now known as joshua-s|zzz
  685. # [04:32] * hwine-commuting is now known as hwine
  686. # [04:32] * Joins: allstarschh (allstars@moz-99690620.hinet-ip.hinet.net)
  687. # [04:33] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  688. # [04:33] * Joins: Jerry_ (hshih@moz-99690620.hinet-ip.hinet.net)
  689. # [04:33] * Quits: bmoss (bmoss@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  690. # [04:33] * Joins: bmoss (bmoss@moz-62518563.mtv2.mozilla.com)
  691. # [04:34] * kats|away is now known as kats
  692. # [04:36] * Quits: kk1fff (kk1fff@moz-95CA5501.dynamic.hinet.net) (Client exited)
  693. # [04:36] * Quits: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com) (Ping timeout)
  694. # [04:37] * Quits: Jesse_ (jruderman@moz-62518563.mtv2.mozilla.com) (Quit: Jesse_)
  695. # [04:37] * Joins: bajaj (Adium@moz-34BA18EC.hsd1.ca.comcast.net)
  696. # [04:38] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  697. # [04:38] * Joins: squeakytoy2 (squeakytoy@moz-79070305.dynamic.se.alltele.net)
  698. # [04:39] * Quits: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net) (Ping timeout)
  699. # [04:39] * admix is now known as admix|away
  700. # [04:39] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  701. # [04:39] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  702. # [04:40] * jchen is now known as jchen|away
  703. # [04:40] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  704. # [04:41] * Joins: lpy (lpy@ECF79DC7.F09091A8.1348A864.IP)
  705. # [04:43] * Quits: maxli (Adium@moz-B19F68ED.student.cs.uwaterloo.ca) (Ping timeout)
  706. # [04:43] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  707. # [04:44] * Joins: maxli (Adium@moz-B19F68ED.student.cs.uwaterloo.ca)
  708. # [04:45] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  709. # [04:46] * Joins: kk1fff (kk1fff@moz-95CA5501.dynamic.hinet.net)
  710. # [04:46] * Quits: m_gol (m_gol@moz-4A03F5C1.dynamic.chello.pl) (Quit: Leaving...)
  711. # [04:47] * Joins: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com)
  712. # [04:47] * hwine is now known as hwine-ooo
  713. # [04:47] * Joins: happy-dude (Adium@moz-B39E1940.alaures.clients.pavlovmedia.com)
  714. # [04:48] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/b494604fad9a - B2G Bumper Bot - Bumping manifests a=b2g-bump
  715. # [04:48] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/f7e27d1acf3b - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  716. # [04:50] * Joins: mconley (mconley@moz-D640D16C.cable.teksavvy.com)
  717. # [04:51] * philor is now known as philor|away
  718. # [04:52] * Quits: kgrandon (Adium@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  719. # [04:52] * Quits: humph (dave@moz-E0B198AD.senecac.on.ca) (Ping timeout)
  720. # [04:52] * Joins: darkowlzzz (sunny@20E419.25CDC443.27560D6E.IP)
  721. # [04:52] * Quits: darkowlzz (sunny@EB512DA5.62A68331.25B273F5.IP) (Ping timeout)
  722. # [04:53] * Joins: yzen (yzen@moz-C3EA2B28.cable.teksavvy.com)
  723. # [04:54] * Joins: Matti (Matti@moz-7AC8F717.dip0.t-ipconnect.de)
  724. # [04:54] * Quits: TheComputerGuy0012 (thecompute@493C03A7.2E6646D8.EC4A85D5.IP) (Ping timeout)
  725. # [04:54] * Joins: cpearce (chatzilla@moz-EC1018D1.jetstream.xtra.co.nz)
  726. # [04:55] * KWierso|sheriffduty is now known as KWierso
  727. # [04:56] * Quits: kk1fff (kk1fff@moz-95CA5501.dynamic.hinet.net) (Client exited)
  728. # [04:57] * Joins: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net)
  729. # [04:57] * Quits: squeakytoy2 (squeakytoy@moz-79070305.dynamic.se.alltele.net) (Ping timeout)
  730. # [04:58] * Joins: humph (dave@moz-E0B198AD.senecac.on.ca)
  731. # [04:59] * Quits: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net) (Quit: ehugg)
  732. # [04:59] * Quits: mchang (mchang@moz-99690620.hinet-ip.hinet.net) (Quit: mchang)
  733. # [04:59] * Joins: jdm (jdm@2B5CD89E.ED0C8.AE2B2F80.IP)
  734. # [05:00] * Quits: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net) (Ping timeout)
  735. # [05:01] * Joins: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net)
  736. # [05:01] * Quits: mstange (markus@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  737. # [05:04] * KWierso is now known as KWierso|afk
  738. # [05:07] * Joins: kgrandon (Adium@moz-99690620.hinet-ip.hinet.net)
  739. # [05:08] * Joins: Mook (mook@moz-BC41A633.dsl.teksavvy.com)
  740. # [05:08] <firebot> Check-in: http://hg.mozilla.org/integration/fx-team/rev/dac276b2db03 - Brad Lassey - bug 979623 - NullPointerException when starting geckoview_example r=snorp
  741. # [05:10] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/8261290434bc - B2G Bumper Bot - Bumping manifests a=b2g-bump
  742. # [05:10] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/67cc1adadc20 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  743. # [05:11] * Joins: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net)
  744. # [05:11] * Joins: KenChang (KenChang@moz-99690620.hinet-ip.hinet.net)
  745. # [05:11] * Quits: kgrandon (Adium@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  746. # [05:12] * Joins: kgrandon (Adium@moz-99690620.hinet-ip.hinet.net)
  747. # [05:12] * mattwoodrow is now known as mattwoodrow|away
  748. # [05:12] * BenWa is now known as BenWa|email
  749. # [05:13] * Quits: jammink_ (textual@moz-62518563.mtv2.mozilla.com) (Quit: Computer has gone to sleep.)
  750. # [05:13] * Quits: jammink (textual@moz-62518563.mtv2.mozilla.com) (Quit: Computer has gone to sleep.)
  751. # [05:14] * Quits: kip (kip@moz-99690620.hinet-ip.hinet.net) (Client exited)
  752. # [05:17] * Quits: jrmuizel (jrmuizel@moz-99690620.hinet-ip.hinet.net) (Client exited)
  753. # [05:18] * Quits: jrm2k6 (jrm2k6@moz-D3198ADE.vodafone.hu) (Client exited)
  754. # [05:18] * Quits: josh (josh@moz-348C4790.hsd1.mn.comcast.net) (Quit: josh)
  755. # [05:19] * Joins: mchang (mchang@moz-99690620.hinet-ip.hinet.net)
  756. # [05:19] * Quits: mchang (mchang@moz-99690620.hinet-ip.hinet.net) (Quit: mchang)
  757. # [05:20] * Quits: lpy (lpy@ECF79DC7.F09091A8.1348A864.IP) (Client exited)
  758. # [05:20] * Joins: bent (chatzilla@E38B5014.43538092.6F94E353.IP)
  759. # [05:21] * Joins: mchang (mchang@moz-99690620.hinet-ip.hinet.net)
  760. # [05:22] * Quits: mchang (mchang@moz-99690620.hinet-ip.hinet.net) (Quit: mchang)
  761. # [05:23] * Joins: mstange (markus@moz-99690620.hinet-ip.hinet.net)
  762. # [05:24] * Joins: jrmuizel (jrmuizel@moz-99690620.hinet-ip.hinet.net)
  763. # [05:25] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  764. # [05:26] * Quits: jrmuizel (jrmuizel@moz-99690620.hinet-ip.hinet.net) (Client exited)
  765. # [05:27] <nigelb> morning
  766. # [05:28] * Joins: jrmuizel (jrmuizel@moz-99690620.hinet-ip.hinet.net)
  767. # [05:28] * Quits: jrmuizel (jrmuizel@moz-99690620.hinet-ip.hinet.net) (Client exited)
  768. # [05:28] * BenWa|email is now known as BenWa
  769. # [05:32] * Joins: rbarnes (rbarnes@5320A7E.3778D849.1D6E592A.IP)
  770. # [05:34] * Joins: tedders1 (tedders1@moz-B62E6247.sjc.megapath.net)
  771. # [05:35] * Joins: mchang (mchang@moz-99690620.hinet-ip.hinet.net)
  772. # [05:36] * Quits: mchang (mchang@moz-99690620.hinet-ip.hinet.net) (Quit: mchang)
  773. # [05:36] * BenWa is now known as BenWa|email
  774. # [05:38] * Joins: kamidphish (textual@moz-99690620.hinet-ip.hinet.net)
  775. # [05:39] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  776. # [05:39] * Joins: dbaron (dbaron@moz-3C92D971.dsl.dynamic.sonic.net)
  777. # [05:39] * ChanServ sets mode: +ao dbaron dbaron
  778. # [05:39] * Joins: jrmuizel (jrmuizel@moz-99690620.hinet-ip.hinet.net)
  779. # [05:40] * Quits: jrmuizel (jrmuizel@moz-99690620.hinet-ip.hinet.net) (Client exited)
  780. # [05:41] * Joins: jrmuizel (jrmuizel@moz-99690620.hinet-ip.hinet.net)
  781. # [05:41] * Quits: jrmuizel (jrmuizel@moz-99690620.hinet-ip.hinet.net) (Client exited)
  782. # [05:41] * Quits: bent (chatzilla@E38B5014.43538092.6F94E353.IP) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  783. # [05:42] * Quits: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca) (Quit: surkov)
  784. # [05:42] * Joins: jrmuizel (jrmuizel@moz-99690620.hinet-ip.hinet.net)
  785. # [05:42] * glob|away is now known as glob
  786. # [05:42] * Quits: maxli (Adium@moz-B19F68ED.student.cs.uwaterloo.ca) (Quit: Leaving.)
  787. # [05:44] * Joins: ethan (chatzilla@moz-99690620.hinet-ip.hinet.net)
  788. # [05:45] * Quits: mstange (markus@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  789. # [05:45] * mattwoodrow|away is now known as mattwoodrow
  790. # [05:45] * Joins: Mardak (Mardak@4851473D.BD9ECD5D.97D164AB.IP)
  791. # [05:46] * Quits: jrmuizel (jrmuizel@moz-99690620.hinet-ip.hinet.net) (Client exited)
  792. # [05:46] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  793. # [05:47] * philor|away is now known as philor
  794. # [05:48] * Quits: happy-dude (Adium@moz-B39E1940.alaures.clients.pavlovmedia.com) (Quit: Leaving.)
  795. # [05:48] * mattwoodrow is now known as mattwoodrow|away
  796. # [05:50] * Joins: tomer (tomer@moz-F45DAEFD.static.012.net.il)
  797. # [05:50] * Joins: bwc (Adium@moz-536549A9.dsl.static.sonic.net)
  798. # [05:51] * BenWa|email is now known as BenWa
  799. # [05:52] * Joins: jrmuizel (jrmuizel@moz-99690620.hinet-ip.hinet.net)
  800. # [05:52] <avih> is there an irc channel for service-now issues?
  801. # [05:52] * Joins: mchang (mchang@moz-99690620.hinet-ip.hinet.net)
  802. # [05:52] * Quits: jrmuizel (jrmuizel@moz-99690620.hinet-ip.hinet.net) (Client exited)
  803. # [05:53] * Joins: mstange (markus@moz-99690620.hinet-ip.hinet.net)
  804. # [05:53] * Quits: mchang (mchang@moz-99690620.hinet-ip.hinet.net) (Quit: mchang)
  805. # [05:53] <jdm> maybe #wpr, but it just seems to be shannon in there
  806. # [05:53] * Quits: khademi (khademi@moz-F1CD402.cs.queensu.ca) (Connection reset by peer)
  807. # [05:53] * Joins: khademi (khademi@moz-F1CD402.cs.queensu.ca)
  808. # [05:53] * Quits: mconley (mconley@moz-D640D16C.cable.teksavvy.com) (Input/output error)
  809. # [05:54] * Joins: gwagner (Gregor@moz-B45FE61C.hsd1.ca.comcast.net)
  810. # [05:54] <glob> avih, #servicedesk
  811. # [05:55] * Joins: jrmuizel (jrmuizel@moz-99690620.hinet-ip.hinet.net)
  812. # [05:55] <philor> there is, #servicedesk, #servicenow, #desktop, something like that
  813. # [05:55] * Quits: mchen (chatzilla@moz-99690620.hinet-ip.hinet.net) (Quit: ChatZilla 0.9.90.1 [Firefox 28.0/20140314220517])
  814. # [05:55] * Quits: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net) (Connection reset by peer)
  815. # [05:55] <glob> avih, catch: "#servicedesk office hours M-F 8-6 PT"
  816. # [05:55] * BenWa is now known as BenWa|email
  817. # [05:55] <philor> the best way is to ask your service-now question in #it and get redirected that way, only two letters to remember
  818. # [05:55] <avih> i tried #servicenow earlier but it was empty. and couldn't find irc mentioned at their help pages. will try the others, thx.
  819. # [05:56] * Joins: josh (josh@moz-348C4790.hsd1.mn.comcast.net)
  820. # [05:56] <jesup> bz: emacs has a setting to not *force* a newline when saving a file :-) But yeah, probably Windows editors
  821. # [05:56] <avih> philor: only 2 letters! i should write that down! :)
  822. # [05:56] * Quits: jrmuizel (jrmuizel@moz-99690620.hinet-ip.hinet.net) (Client exited)
  823. # [05:56] * Quits: kgrandon (Adium@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  824. # [05:56] * nthomas is now known as nthomas|away
  825. # [05:56] * jesup leaves it in the "force newlines" state :-)
  826. # [05:58] * Quits: josh (josh@moz-348C4790.hsd1.mn.comcast.net) (Quit: josh)
  827. # [05:58] <@bz> yeah
  828. # [05:58] * Quits: bajaj (Adium@moz-34BA18EC.hsd1.ca.comcast.net) (Quit: Leaving.)
  829. # [05:58] * heycam|away is now known as heycam
  830. # [05:59] <jesup> servicenow... reminds me, I should do a laptop refresh. (W520 right now, upgraded to SSD/16GB) The 540 looks reasonable, and I don't travel that often - it stays on the desk most of the time as a 3rd screen and windows builder
  831. # [06:00] <nigelb> Does SSD make a significant difference to build times?
  832. # [06:00] * Joins: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net)
  833. # [06:01] * Joins: abr|iPhone (abriphone@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  834. # [06:01] * Joins: Jerry (hshih@moz-99690620.hinet-ip.hinet.net)
  835. # [06:01] * Quits: spohl|afk (Adium@moz-8AE83D44.static.hvvc.us) (Quit: Leaving.)
  836. # [06:02] <jesup> yeah, generally, though it seems to help less on Windows than Linux. gps and perhaps njn or glandium could comment more
  837. # [06:02] * Joins: mchang (mchang@moz-99690620.hinet-ip.hinet.net)
  838. # [06:02] * Quits: Matti (Matti@moz-7AC8F717.dip0.t-ipconnect.de) (Ping timeout)
  839. # [06:02] <glob> nigelb, http://gregoryszorc.com/blog/2012/07/29/mozilla-central-build-times/
  840. # [06:02] <@njn> nigelb: it does
  841. # [06:02] <glob> "If you want to throw money at a build machine, I think your first choice should be an SSD"
  842. # [06:02] <@njn> nigelb: it makes ccache much faster
  843. # [06:02] <@njn> nigelb: and other disk-heavy operations like grep
  844. # [06:02] <jcranmer> compiling is heavily I/O bound
  845. # [06:02] <@njn> and |find|
  846. # [06:03] * Quits: GPHemsley (GPHemsley@moz-379EB2FA.hsd1.de.comcast.net) (Ping timeout)
  847. # [06:03] <nigelb> aha
  848. # [06:03] <jesup> and SSDs rock on linux. (ccache and grepping the source tree
  849. # [06:03] <nigelb> I'm on linux, yeah.
  850. # [06:03] * Joins: GPHemsley (GPHemsley@moz-379EB2FA.hsd1.de.comcast.net)
  851. # [06:03] <@njn> nigelb: https://blog.mozilla.org/nnethercote/2013/09/12/bleg-for-a-new-machine-2/
  852. # [06:03] * Joins: kip (kip@moz-99690620.hinet-ip.hinet.net)
  853. # [06:03] * Joins: botond|taipei (chatzilla@moz-99690620.hinet-ip.hinet.net)
  854. # [06:03] * Quits: mchang (mchang@moz-99690620.hinet-ip.hinet.net) (Quit: mchang)
  855. # [06:04] * Joins: jrmuizel (jrmuizel@moz-99690620.hinet-ip.hinet.net)
  856. # [06:04] * Joins: gustavold (gustavold@92B83061.778B974F.DF2AC62B.IP)
  857. # [06:05] * Quits: gustavold (gustavold@92B83061.778B974F.DF2AC62B.IP) (Quit: Leaving.)
  858. # [06:05] * Joins: aja (Instantbir@9FC7CBD1.CB3C1C57.7880DB15.IP)
  859. # [06:05] <nigelb> The context is, I'm getting an SSD today.
  860. # [06:05] <nigelb> Wondering how much of a difference it's going to make.
  861. # [06:05] <jcranmer> before unified builds, I calculated that on average the compiler has to parse every line text around 20 times
  862. # [06:05] <nigelb> Usually, it takes nearly an hour for me.
  863. # [06:05] <jesup> chfind foobarbaz (find .c*/.h files and pipe to xargs grep) -> 8s on a repo that I hadn't touched in weeks. less than 1s on the second run (cached).
  864. # [06:06] <jcranmer> nigelb: huh, I'm normally around 20min for a build
  865. # [06:06] * Joins: Matti (Matti@moz-16DE54E2.dip0.t-ipconnect.de)
  866. # [06:06] <nigelb> jcranmer: Only 2GB RAM and ancient CPU :)
  867. # [06:06] <jesup> 2.5 year old desktop xeon/SSD/16GB -> 14 min cold
  868. # [06:06] <nigelb> This machine is 5 years old.
  869. # [06:06] <jesup> 2GB ram -> forever :-)
  870. # [06:06] <jcranmer> nigelb: sounds my like old laptop
  871. # [06:07] <jcranmer> my new laptop uses a VM and a non-SSD drive
  872. # [06:07] <nigelb> Getting a new laptop soon. the ssd will move over once I get it :)
  873. # [06:07] * Quits: serge (Thunderbir@moz-AC55AD33.dsl.teksavvy.com) (Ping timeout)
  874. # [06:07] <jcranmer> takes about 40 or so minutes for a clobber build I think
  875. # [06:07] <jcranmer> the desktop (with ssd) does much better
  876. # [06:08] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/27848bba5922 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  877. # [06:08] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/d2b5a653e5fd - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  878. # [06:08] <jcranmer> wow, I managed to write 11 blog posts in one month?
  879. # [06:08] <nigelb> njn: 32 GB of RAM.... *drooools*
  880. # [06:08] * Quits: kip (kip@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  881. # [06:08] <jesup> laptops often have lower max-TDP which affects all-out perf
  882. # [06:09] * Quits: bmoss (bmoss@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  883. # [06:09] * Quits: mstange (markus@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  884. # [06:09] * Joins: ggp (ggp@A8A32A14.A5813AFB.1160D82E.IP)
  885. # [06:10] <jcranmer> did I ever tell you that I've managed to OOM a 128GB RAM machine?
  886. # [06:10] <nigelb> I... how?
  887. # [06:11] <jcranmer> http://quetzalcoatal.blogspot.com/2012/02/achievement-unlocked-use-100gb-of.html
  888. # [06:11] * Quits: jrmuizel (jrmuizel@moz-99690620.hinet-ip.hinet.net) (Client exited)
  889. # [06:11] <nigelb> achivement unlocked indeed
  890. # [06:11] * Quits: abr|iPhone (abriphone@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Quit: Colloquy for iPhone - http://colloquy.mobi)
  891. # [06:11] <jcranmer> LLVM goes into super-memory-hog mode when debug information is involved
  892. # [06:11] * Joins: maxli (Adium@moz-F47DD19B.student.cs.uwaterloo.ca)
  893. # [06:11] * Quits: ggp (ggp@A8A32A14.A5813AFB.1160D82E.IP) (Ping timeout)
  894. # [06:11] <jesup> KWierso|afk: ping
  895. # [06:12] <jesup> WTF?
  896. # [06:12] * BenWa|email is now known as BenWa
  897. # [06:12] * jesup goes to check m-c to see what got uplifted....
  898. # [06:13] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  899. # [06:14] <jesup> oh bleep. We uplifted the 10-patch AEC checking to m-c, but not the backout....
  900. # [06:15] <jesup> for b2g emu M10 perma-orange
  901. # [06:15] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard)
  902. # [06:15] * Quits: jwwang (jwwang@moz-99690620.hinet-ip.hinet.net) (Quit: 暫離)
  903. # [06:16] * jesup thinks he should land the backout directly onto central, unless a sheriff has a better idea
  904. # [06:16] <philor> yep, please do
  905. # [06:16] <jesup> k
  906. # [06:17] * Joins: jrmuizel (jrmuizel@moz-99690620.hinet-ip.hinet.net)
  907. # [06:17] <jcranmer> clobber build of Firefox took 10:17.73 on this system
  908. # [06:17] * Joins: kip (kip@moz-99690620.hinet-ip.hinet.net)
  909. # [06:17] * Quits: jrmuizel (jrmuizel@moz-99690620.hinet-ip.hinet.net) (Client exited)
  910. # [06:18] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  911. # [06:18] * kats is now known as kats|away
  912. # [06:18] * Quits: kip (kip@moz-99690620.hinet-ip.hinet.net) (Client exited)
  913. # [06:18] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/db80411a6185 - John Daggett - Bug 975460 - disable async font loader on OSX 10.6. r=smichaud,mkato
  914. # [06:18] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/c80bb0a566bf - John Daggett - Bug 975460 - remove use of CGCopyFontTable in async font loader which didn't solve the crash problem on 10.6. r=smichaud,mkato
  915. # [06:18] * BenWa is now known as BenWa|email
  916. # [06:18] * Quits: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net) (Ping timeout)
  917. # [06:18] <jesup> philor: any preference on the best way to do it to avoid extra work by sheriffs later on the next set of merges?
  918. # [06:19] * Joins: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net)
  919. # [06:19] <philor> jesup: as long as it's the same backout, doesn't matter, it'll merge smooth as silk
  920. # [06:19] * Quits: bjacob__ (bjacob@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  921. # [06:20] <jesup> ok, hg export -r foo >/tmp/backout; cd ../m-c; hg qimport /tmp/backout :-)
  922. # [06:20] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/6a84cbff4118 - Masayuki Nakano - Bug 989214 Rename nsPaintRequest to mozilla::dom::PaintRequest r=smaug
  923. # [06:20] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/145bb26f6180 - Masayuki Nakano - Bug 990855 part.2 Remove dom/events from local includes of moz.build files r=smaug
  924. # [06:20] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/0e7986239214 - Masayuki Nakano - Bug 990855 part.1 Export TextComposition.h as mozilla/TextComposition.h r=smaug
  925. # [06:20] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/b29352bc495f - Masayuki Nakano - Bug 989212 Rename nsEventStates to mozilla::EventStates r=smaug
  926. # [06:21] * philor warms up his trees to merge it around
  927. # [06:22] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/ac6cbaa47f34 - Randell Jesup - Backed out 965c62289427:cb894b5d342f for perma-orange on b2g emulator M10 r=backout
  928. # [06:22] * Joins: bajaj (Adium@moz-34BA18EC.hsd1.ca.comcast.net)
  929. # [06:23] * Joins: kgrandon (Adium@moz-99690620.hinet-ip.hinet.net)
  930. # [06:24] <philor> and for the ten thousandth time, this is why I want tbpl to have a way to mark a range of pushes as unmergeable
  931. # [06:24] * Quits: masayuki1 (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Quit: masayuki1)
  932. # [06:25] <glob> philor, is that something that treeherder will support?
  933. # [06:25] <philor> glob: no idea, I looked at it once, but it didn't seem to be working at all, haven't been back since
  934. # [06:25] * Quits: drno (nohlmeier@moz-CCCF7F86.hsd1.ca.comcast.net) (Quit: drno)
  935. # [06:25] * kats|away is now known as kats
  936. # [06:26] <firebot> Check-in: http://hg.mozilla.org/integration/fx-team/rev/ac6cbaa47f34 - Randell Jesup - Backed out 965c62289427:cb894b5d342f for perma-orange on b2g emulator M10 r=backout
  937. # [06:26] <glob> philor, i believe they are pretty close now - https://treeherder.allizom.org/
  938. # [06:26] <firebot> http://hg.mozilla.org/integration/fx-team/rev/21bfbc433bce - Phil Ringnalda - Merge m-c to f-t
  939. # [06:26] * Joins: naveed__ (naveed@moz-3CA42256.bstnma.fios.verizon.net)
  940. # [06:26] <@njn> nigelb: if you changing just the hard disk, that's a very interesting experiment. I'd love to hear the outcome
  941. # [06:26] * kats is now known as kats|away
  942. # [06:28] * Quits: naveed__ (naveed@moz-3CA42256.bstnma.fios.verizon.net) (Ping timeout)
  943. # [06:28] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/ac6cbaa47f34 - Randell Jesup - Backed out 965c62289427:cb894b5d342f for perma-orange on b2g emulator M10 r=backout
  944. # [06:28] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/90ed8a0beaf7 - Phil Ringnalda - Merge m-c to b-i
  945. # [06:29] <nigelb> njn: will do. though it might not be a perfect experiment. Either this HDD is going really bad or btrfs on debian stable isn't great. I/O has been horrible since I switched to Debian.
  946. # [06:30] * admix|away is now known as admix
  947. # [06:30] <jcranmer> well sdds only matter if you can't keep the tree in the file cache
  948. # [06:31] <jcranmer> which requires ~4GB of memory
  949. # [06:32] <nigelb> which I don't have
  950. # [06:32] <nigelb> so it definitely will make a difference.
  951. # [06:32] <jcranmer> if you have <6-8GB of memory, changing disks will make a big difference
  952. # [06:34] <jesup> it helps a ton in the "grep the tree" case too (even if you have ram, and much more so if you don't have enough to keep the tree in ram - though things like cfind help by only grepping relevant files)
  953. # [06:34] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  954. # [06:34] <jesup> philor: thanks
  955. # [06:34] * jesup is glad he checked email
  956. # [06:35] <philor> me too
  957. # [06:35] * Quits: kamidphish (textual@moz-99690620.hinet-ip.hinet.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  958. # [06:37] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  959. # [06:38] * Quits: rbarnes (rbarnes@5320A7E.3778D849.1D6E592A.IP) (Input/output error)
  960. # [06:39] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c064b7930598 - Daniel Holbert - Bug 991407: Remove unused class gfxFontNameList. r=jdaggett
  961. # [06:40] * Joins: bjacob__ (bjacob@moz-99690620.hinet-ip.hinet.net)
  962. # [06:40] * admix is now known as admix|away
  963. # [06:40] * Joins: shorlander (shorlander@moz-AD5202B6.static.nextweb.net)
  964. # [06:43] * Joins: sicking (sicking@moz-501E5580.hsd1.ca.comcast.net)
  965. # [06:43] * Quits: lmandel (lmandel@moz-60AD75.cable.teksavvy.com) (Input/output error)
  966. # [06:44] * Quits: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net) (Connection reset by peer)
  967. # [06:44] * Joins: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net)
  968. # [06:48] * Quits: schien (anonymous@moz-99690620.hinet-ip.hinet.net) (Quit: sleep)
  969. # [06:51] <jesup> Who ever saw M10 this green: https://tbpl.mozilla.org/?tree=Try&rev=bca6b16c98fb
  970. # [06:51] * jesup mutters at that one annoying blue messing it up
  971. # [06:52] <jesup> and that was a two-character change...
  972. # [06:52] <jesup> and I only needed 1, actually
  973. # [06:52] * Joins: jrmuizel (jrmuizel@moz-99690620.hinet-ip.hinet.net)
  974. # [06:53] * mattwoodrow|away is now known as mattwoodrow
  975. # [06:56] * Quits: jrmuizel (jrmuizel@moz-99690620.hinet-ip.hinet.net) (Client exited)
  976. # [06:59] * Quits: NeilAway (neil@moz-B1437A82.static.virginmediabusiness.co.uk) (Ping timeout)
  977. # [06:59] * Joins: jrmuizel (jrmuizel@moz-99690620.hinet-ip.hinet.net)
  978. # [06:59] * kats|away is now known as kats
  979. # [06:59] * Joins: NeilAway (neil@moz-B1437A82.static.virginmediabusiness.co.uk)
  980. # [07:00] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Quit: jib)
  981. # [07:01] * Joins: kamidphish (textual@moz-99690620.hinet-ip.hinet.net)
  982. # [07:02] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/efdf983fadd7 - Seth Fowler - Bug 967985 - Don't retarget OnDataAvailable when not storing source data. r=tn
  983. # [07:02] * Joins: milan (milan@moz-99690620.hinet-ip.hinet.net)
  984. # [07:03] * Quits: milan (milan@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  985. # [07:03] * Quits: kamidphish (textual@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  986. # [07:03] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  987. # [07:04] * Joins: schien (anonymous@moz-99690620.hinet-ip.hinet.net)
  988. # [07:04] * Joins: jrm2k6 (jrm2k6@moz-CFD1ECD9.vodafone.hu)
  989. # [07:04] * Quits: jrmuizel (jrmuizel@moz-99690620.hinet-ip.hinet.net) (Client exited)
  990. # [07:05] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  991. # [07:05] * Quits: tomer (tomer@moz-F45DAEFD.static.012.net.il) (Ping timeout)
  992. # [07:06] * Quits: Jerry (hshih@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  993. # [07:07] * Quits: nattokirai (nattokirai@moz-C286AD9A.bitcat.net) (Ping timeout)
  994. # [07:07] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  995. # [07:07] * Quits: redwood (chatzilla@26E73836.156CBEAD.74E1C77A.IP) (Quit: i have to go, my planet needs me!)
  996. # [07:07] * Quits: botond|taipei (chatzilla@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  997. # [07:08] * Joins: nattokirai (nattokirai@moz-C286AD9A.bitcat.net)
  998. # [07:08] * Joins: mstange (markus@moz-99690620.hinet-ip.hinet.net)
  999. # [07:08] * Joins: stransky (stransky@moz-59D79C36.broadband2.iol.cz)
  1000. # [07:09] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  1001. # [07:15] * Joins: botond|taipei (chatzilla@moz-99690620.hinet-ip.hinet.net)
  1002. # [07:16] * Quits: bwc (Adium@moz-536549A9.dsl.static.sonic.net) (Quit: Leaving.)
  1003. # [07:17] * Joins: bogdan_maris (Instantbir@28C4EA76.976FBEE.5BC07656.IP)
  1004. # [07:19] * Joins: wolfiR (wolfiR@moz-4F1745CD.dip0.t-ipconnect.de)
  1005. # [07:22] * Quits: boris (boris@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  1006. # [07:23] * nsm|away is now known as nsm
  1007. # [07:23] * Quits: jrm2k6 (jrm2k6@moz-CFD1ECD9.vodafone.hu) (Client exited)
  1008. # [07:24] * Joins: Jerry (hshih@moz-99690620.hinet-ip.hinet.net)
  1009. # [07:25] * Joins: kip (kip@moz-99690620.hinet-ip.hinet.net)
  1010. # [07:25] * Joins: Optimizer (Optimizer@5652A57B.3A03CDDF.274D17D6.IP)
  1011. # [07:26] * jorendorff_away is now known as jorendorff
  1012. # [07:27] * Joins: naveed__ (naveed@moz-3CA42256.bstnma.fios.verizon.net)
  1013. # [07:28] * Joins: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP)
  1014. # [07:28] * Quits: Optimizer (Optimizer@5652A57B.3A03CDDF.274D17D6.IP) (Ping timeout)
  1015. # [07:28] * Joins: Optimizer (Optimizer@5652A57B.3A03CDDF.274D17D6.IP)
  1016. # [07:28] * Quits: naveed__ (naveed@moz-3CA42256.bstnma.fios.verizon.net) (Ping timeout)
  1017. # [07:29] * kats is now known as kats|away
  1018. # [07:31] * Joins: robertbindar (Thunderbir@E5C5E4E7.30E1A1B0.89C0DD0D.IP)
  1019. # [07:32] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  1020. # [07:35] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  1021. # [07:36] * Quits: jdm (jdm@2B5CD89E.ED0C8.AE2B2F80.IP) (Quit: Lost terminal)
  1022. # [07:39] * Quits: kip (kip@moz-99690620.hinet-ip.hinet.net) (Client exited)
  1023. # [07:40] <@dbaron> seth, does the orange look like it's from your push?
  1024. # [07:40] * Quits: NeilZZZ (neil@moz-D4036112.cable.virginm.net) (Ping timeout)
  1025. # [07:40] * kats|away is now known as kats
  1026. # [07:41] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  1027. # [07:41] * jcranmer is now known as jcranmer|away
  1028. # [07:41] * Joins: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de)
  1029. # [07:42] * Quits: bjacob__ (bjacob@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1030. # [07:43] * Quits: kentuckyfriedtakahe (ajones@7EA5AB88.DC2C3734.616A18A6.IP) (Quit: Ex-Chat)
  1031. # [07:44] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  1032. # [07:44] * Quits: victorporof (victorporo@moz-1C281963.dsl.bell.ca) (Quit: victorporof)
  1033. # [07:46] * Quits: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net) (Quit: ehugg)
  1034. # [07:46] * Joins: lpy_ (lpy@186A8F3A.F09091A8.1348A864.IP)
  1035. # [07:46] * Joins: dougc (dougc@moz-F16BC551.static.rev.eftel.com)
  1036. # [07:48] * @bz writes more patches with sed
  1037. # [07:48] * Quits: karl (karl@34E8ECDF.DC2C3734.616A18A6.IP) (Ping timeout)
  1038. # [07:51] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  1039. # [07:52] * Quits: heftig (heftig@moz-D7C4C580.dip0.t-ipconnect.de) (Quit: Quitting)
  1040. # [07:52] * Quits: robertbindar (Thunderbir@E5C5E4E7.30E1A1B0.89C0DD0D.IP) (Ping timeout)
  1041. # [07:53] * Quits: darkowlzzz (sunny@20E419.25CDC443.27560D6E.IP) (Quit: This computer has gone to sleep)
  1042. # [07:53] * lpy_ is now known as lpy
  1043. # [07:54] * Quits: jwalker (jwalker@moz-76873736.cable.virginm.net) (Connection reset by peer)
  1044. # [07:56] * Joins: drno (nohlmeier@moz-CCCF7F86.hsd1.ca.comcast.net)
  1045. # [07:56] * Joins: bjacob__ (bjacob@moz-99690620.hinet-ip.hinet.net)
  1046. # [07:56] * Tomcat|afk is now known as Tomcat|sheriffduty
  1047. # [07:56] <Tomcat|sheriffduty> good morning
  1048. # [07:58] * Joins: Evolutio (Thunderbir@moz-43DCBC3D.superkabel.de)
  1049. # [07:58] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c2d529d8aa2b - L. David Baron - Bug 975397 - Call TrackImage when constructing a new nsStyleBorder. r=heycam
  1050. # [07:58] <nigelb> Morning Tomcat|sheriffduty
  1051. # [07:59] * kats is now known as kats|away
  1052. # [07:59] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/abd19a468375 - Brian Birtles - Bug 880596 part 3 - Remove ElementPropertyTransition::IsRunningAt and mIsRunningOnCompositor; r=dbaron
  1053. # [07:59] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/e8e989773e24 - Brian Birtles - Bug 880596 part 2 - Make ElementPropertyTransition inherit from ElementAnimation; r=dbaron
  1054. # [07:59] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/8836e0b328b7 - Brian Birtles - Bug 880596 part 4 - Reuse ElementAnimation::HasAnimationOfProperty; r=dbaron
  1055. # [07:59] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/a8a6af1944c6 - Brian Birtles - Bug 880596 part 7 - Move ElementAnimation to AnimationCommon; r=dbaron
  1056. # [07:59] * Joins: bajaj1 (Adium@moz-34BA18EC.hsd1.ca.comcast.net)
  1057. # [07:59] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/85114363d5ae - Brian Birtles - Bug 880596 part 8 - Rename ElementAnimation to StyleAnimation; r=dbaron
  1058. # [08:00] * Quits: Matti (Matti@moz-16DE54E2.dip0.t-ipconnect.de) (Ping timeout)
  1059. # [08:00] * Quits: tn (tim@moz-E7CE1D28.wp.shawcable.net) (Ping timeout)
  1060. # [08:00] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/56fb71158cbb - Brian Birtles - Bug 880596 part 6 - Factor out common method for adding animations and transitions to a layer; r=dbaron
  1061. # [08:00] * Joins: jwalker (jwalker@moz-76873736.cable.virginm.net)
  1062. # [08:00] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/762aa62425b9 - Brian Birtles - Bug 880596 part 5 - Make ElementAnimation::HasAnimationOfProperty no longer virtual; r=dbaron
  1063. # [08:00] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/d2f3c58a8e46 - Brian Birtles - Bug 880596 part 9 - Fix comment about mFlushCount; r=dbaron
  1064. # [08:00] * Joins: Matti_away (Matti@moz-16DE54E2.dip0.t-ipconnect.de)
  1065. # [08:00] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/2b7444f517c8 - Brian Birtles - Bug 880596 part 1 - Separate delay from start time for transitions; r=dbaron
  1066. # [08:00] * Joins: tn (tim@moz-E7CE1D28.wp.shawcable.net)
  1067. # [08:00] * Matti_away is now known as Matti
  1068. # [08:00] * Quits: bajaj (Adium@moz-34BA18EC.hsd1.ca.comcast.net) (Ping timeout)
  1069. # [08:01] * Quits: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net) (Quit: Leaving)
  1070. # [08:01] * Quits: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  1071. # [08:02] * Quits: schien (anonymous@moz-99690620.hinet-ip.hinet.net) (Quit: sleep)
  1072. # [08:02] * Joins: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net)
  1073. # [08:02] * Quits: ethan (chatzilla@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1074. # [08:02] * Joins: avaida (Instantbir@28C4EA76.976FBEE.5BC07656.IP)
  1075. # [08:03] * Quits: nical (nico@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1076. # [08:03] * Quits: Evolutio (Thunderbir@moz-43DCBC3D.superkabel.de) (Quit: Evolutio)
  1077. # [08:03] * Joins: schien (anonymous@moz-99690620.hinet-ip.hinet.net)
  1078. # [08:03] * Joins: jrmuizel (jrmuizel@moz-99690620.hinet-ip.hinet.net)
  1079. # [08:03] * Joins: nical (nico@moz-99690620.hinet-ip.hinet.net)
  1080. # [08:04] * Joins: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net)
  1081. # [08:04] * Joins: ethan (chatzilla@moz-99690620.hinet-ip.hinet.net)
  1082. # [08:05] * Joins: Evolutio (Thunderbir@moz-43DCBC3D.superkabel.de)
  1083. # [08:05] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/3ae51da78a89 - Nicolas Silva - Bug 989904 - Remove the remaining deprecated textures code. r=mattwoodrow
  1084. # [08:05] <mattwoodrow> \o/
  1085. # [08:05] * Joins: kamidphish (textual@moz-99690620.hinet-ip.hinet.net)
  1086. # [08:06] * Quits: Mook (mook@moz-BC41A633.dsl.teksavvy.com) (Quit: Mook)
  1087. # [08:06] * Quits: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  1088. # [08:07] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/2b2f7568fef0 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1089. # [08:07] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/e845d54b4d29 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1090. # [08:07] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/a95e1a0fb26b - Cameron McCormack - Bug 957833 - Enable CSS Variables by default in release builds. r=dbaron
  1091. # [08:08] * kats|away is now known as kats
  1092. # [08:08] * Joins: kip (kip@moz-99690620.hinet-ip.hinet.net)
  1093. # [08:08] * Quits: kamidphish (textual@moz-99690620.hinet-ip.hinet.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  1094. # [08:09] * Joins: Bas (chatzilla@moz-99690620.hinet-ip.hinet.net)
  1095. # [08:10] * Joins: ggp (ggp@A8A32A14.A5813AFB.1160D82E.IP)
  1096. # [08:11] * Joins: kamidphish (textual@moz-99690620.hinet-ip.hinet.net)
  1097. # [08:12] * Quits: yzen (yzen@moz-C3EA2B28.cable.teksavvy.com) (Ping timeout)
  1098. # [08:12] * Quits: jrmuizel (jrmuizel@moz-99690620.hinet-ip.hinet.net) (Client exited)
  1099. # [08:12] * Quits: ggp (ggp@A8A32A14.A5813AFB.1160D82E.IP) (Ping timeout)
  1100. # [08:13] * Joins: jrmuizel (jrmuizel@moz-99690620.hinet-ip.hinet.net)
  1101. # [08:13] * kats is now known as kats|away
  1102. # [08:13] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard)
  1103. # [08:14] * Quits: dmajor (dmajor@34E8ECDF.DC2C3734.616A18A6.IP) (Ping timeout)
  1104. # [08:14] * Quits: ethan (chatzilla@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1105. # [08:14] * nsm is now known as nsm|away
  1106. # [08:15] * Quits: aklotz (Thunderbir@moz-36664323.cg.shawcable.net) (Quit: aklotz)
  1107. # [08:15] * Quits: tedders1 (tedders1@moz-B62E6247.sjc.megapath.net) (Input/output error)
  1108. # [08:15] * Joins: mchang (mchang@moz-99690620.hinet-ip.hinet.net)
  1109. # [08:16] * Joins: gcp (gpascutto@moz-9CEB1C98.access.telenet.be)
  1110. # [08:18] * Quits: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  1111. # [08:18] * Joins: ethan (chatzilla@moz-99690620.hinet-ip.hinet.net)
  1112. # [08:18] * Quits: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net) (Quit: vicamo)
  1113. # [08:19] * Joins: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net)
  1114. # [08:19] <firebot> Check-in: http://hg.mozilla.org/integration/fx-team/rev/560143719f60 - Phil Ringnalda - Back out 81dd398600c4 (bug 850336) for linux bc2 leaks-until-shutdown
  1115. # [08:21] * Quits: gaston (landry@moz-2911F07A.rhaalovely.net) (Ping timeout)
  1116. # [08:21] * Joins: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net)
  1117. # [08:22] * Joins: karl (karl@moz-C433B975.jetstream.xtra.co.nz)
  1118. # [08:23] * Joins: boris (boris@moz-99690620.hinet-ip.hinet.net)
  1119. # [08:23] * Quits: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net) (Quit: vicamo)
  1120. # [08:24] * Quits: boris (boris@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1121. # [08:25] * Quits: kip (kip@moz-99690620.hinet-ip.hinet.net) (Client exited)
  1122. # [08:25] * philor is now known as philor|away
  1123. # [08:26] * whimboo|afk is now known as whimboo
  1124. # [08:26] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  1125. # [08:26] * kats|away is now known as kats
  1126. # [08:26] * Quits: mstange (markus@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1127. # [08:27] * Joins: kip (kip@moz-99690620.hinet-ip.hinet.net)
  1128. # [08:27] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  1129. # [08:27] * kats is now known as kats|away
  1130. # [08:28] * Joins: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net)
  1131. # [08:29] * Joins: [1]kdcw (kdcw@moz-2CDF5822.pk.shawcable.net)
  1132. # [08:30] * Quits: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net) (Quit: vicamo)
  1133. # [08:30] * Quits: kdcw (kdcw@moz-2CDF5822.pk.shawcable.net) (Ping timeout)
  1134. # [08:30] * [1]kdcw is now known as kdcw
  1135. # [08:30] * Quits: jonasfj (jonasfj@moz-F9C6FBE1.hsd1.ca.comcast.net) (Ping timeout)
  1136. # [08:31] * Joins: fredw (Icedove@moz-B9C110E2.fbx.proxad.net)
  1137. # [08:31] * Quits: cpearce (chatzilla@moz-EC1018D1.jetstream.xtra.co.nz) (Ping timeout)
  1138. # [08:31] * Quits: benvie (bbenvie@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  1139. # [08:31] * admix|away is now known as admix
  1140. # [08:33] * Quits: Rik (rik@moz-E813DFA5.fbx.proxad.net) (Input/output error)
  1141. # [08:33] * Joins: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP)
  1142. # [08:34] * Joins: darkowlzz (sunny@20E419.25CDC443.27560D6E.IP)
  1143. # [08:34] * Quits: gwagner (Gregor@moz-B45FE61C.hsd1.ca.comcast.net) (Quit: gwagner)
  1144. # [08:35] * Joins: gwagner (Gregor@moz-B45FE61C.hsd1.ca.comcast.net)
  1145. # [08:35] * Quits: ethan (chatzilla@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1146. # [08:36] * Joins: cpearce (chatzilla@moz-EC1018D1.jetstream.xtra.co.nz)
  1147. # [08:37] * Quits: @njn (chatzilla@moz-CFF8C67A.dyn.iinet.net.au) (Quit: ChatZilla 0.9.90.1 [Firefox 31.0a1/20140330153501])
  1148. # [08:39] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  1149. # [08:39] * bobowen|afk is now known as bobowen
  1150. # [08:39] * Joins: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net)
  1151. # [08:39] * Joins: benvie (bbenvie@5FD20F9A.53D07D95.EFF8B7BF.IP)
  1152. # [08:40] * Quits: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net) (Quit: vicamo)
  1153. # [08:41] * admix is now known as admix|away
  1154. # [08:41] * Joins: Rik (rik@moz-E813DFA5.fbx.proxad.net)
  1155. # [08:44] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  1156. # [08:44] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  1157. # [08:44] * Joins: ethan (chatzilla@moz-99690620.hinet-ip.hinet.net)
  1158. # [08:45] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  1159. # [08:45] * Fallen|away is now known as Fallen
  1160. # [08:50] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  1161. # [08:51] * Joins: jhorak (jhorak@moz-107AD163.redhat.com)
  1162. # [08:51] * Quits: ethan (chatzilla@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1163. # [08:53] * Joins: ethan (chatzilla@moz-99690620.hinet-ip.hinet.net)
  1164. # [08:54] * Quits: drno (nohlmeier@moz-CCCF7F86.hsd1.ca.comcast.net) (Quit: drno)
  1165. # [08:54] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Input/output error)
  1166. # [08:54] * Joins: abhishekp (chatzilla@moz-3765927B.mtnl.net.in)
  1167. # [08:54] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  1168. # [08:59] * Joins: AndreeaMatei (Thunderbir@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  1169. # [09:00] * Joins: pauly (opera@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  1170. # [09:00] * Quits: jhlin (jhlin@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1171. # [09:01] * heycam is now known as heycam|away
  1172. # [09:01] * Quits: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  1173. # [09:01] * kats|away is now known as kats
  1174. # [09:01] * Quits: gwagner (Gregor@moz-B45FE61C.hsd1.ca.comcast.net) (Quit: gwagner)
  1175. # [09:03] * Joins: mak (uid24946@moz-31ABA2C0.irccloud.com)
  1176. # [09:03] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  1177. # [09:03] * Quits: kip (kip@moz-99690620.hinet-ip.hinet.net) (Client exited)
  1178. # [09:05] * Quits: TimAbraldes (quassel@moz-7FD19BDC.hsd1.or.comcast.net) (Input/output error)
  1179. # [09:05] * Quits: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com) (Quit: Leaving.)
  1180. # [09:05] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  1181. # [09:05] * Quits: bjacob__ (bjacob@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1182. # [09:06] * Quits: kamidphish (textual@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1183. # [09:06] * Quits: nical (nico@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1184. # [09:06] * Joins: bjacob__ (bjacob@moz-99690620.hinet-ip.hinet.net)
  1185. # [09:08] * Joins: bmoss (bmoss@moz-54D507F.hsd1.ca.comcast.net)
  1186. # [09:08] * Joins: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net)
  1187. # [09:08] * Quits: elin (elin@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1188. # [09:08] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  1189. # [09:08] * Joins: d-chen (DChen@moz-74188E3.vc.shawcable.net)
  1190. # [09:08] * Joins: [1]kdcw (kdcw@moz-2CDF5822.pk.shawcable.net)
  1191. # [09:09] * Quits: bbelland (Ben@moz-BA406726.ek.shawcable.net) (Ping timeout)
  1192. # [09:09] * Joins: bbelland (Ben@moz-BA406726.ek.shawcable.net)
  1193. # [09:09] * Quits: kdcw (kdcw@moz-2CDF5822.pk.shawcable.net) (Ping timeout)
  1194. # [09:09] * [1]kdcw is now known as kdcw
  1195. # [09:09] * Quits: DChen (DChen@moz-74188E3.vc.shawcable.net) (Ping timeout)
  1196. # [09:09] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/d9e6f8c83b06 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1197. # [09:09] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/03c2f5c66a9c - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1198. # [09:09] * BenWa|email is now known as BenWa
  1199. # [09:09] * Joins: milan (milan@moz-99690620.hinet-ip.hinet.net)
  1200. # [09:10] * Quits: bmoss (bmoss@moz-54D507F.hsd1.ca.comcast.net) (Ping timeout)
  1201. # [09:10] * Joins: elin (elin@moz-99690620.hinet-ip.hinet.net)
  1202. # [09:11] * Joins: tzimmermann (tzimmerman@moz-489B5DA2.pools.arcor-ip.net)
  1203. # [09:11] * Joins: kip (kip@moz-99690620.hinet-ip.hinet.net)
  1204. # [09:15] * Joins: h4writer (h4writer@moz-6BDA8831.access.telenet.be)
  1205. # [09:16] * lth|away is now known as lth
  1206. # [09:16] * BenWa is now known as BenWa|email
  1207. # [09:19] * Quits: khademi (khademi@moz-F1CD402.cs.queensu.ca) (Quit: Going offline, see ya! (www.adiirc.com))
  1208. # [09:19] * Joins: twi (Adium@moz-429185BE.cust.vodafonedsl.it)
  1209. # [09:21] <@bz> whoa
  1210. # [09:21] <@bz> new bugzilla-commenting bot
  1211. # [09:21] * Joins: Optimizer1 (Instantbir@4F3E1057.A6DE773B.88FACCAA.IP)
  1212. # [09:21] * Joins: Ms2ger (Ms2ger@57ACE628.C60A97A6.F9FB0584.IP)
  1213. # [09:22] * Quits: maxli (Adium@moz-F47DD19B.student.cs.uwaterloo.ca) (Input/output error)
  1214. # [09:22] * Quits: tessarakt3 (jens@moz-411569D9.dip0.t-ipconnect.de) (Ping timeout)
  1215. # [09:22] <ttaubert> oh
  1216. # [09:22] * Quits: tessarakt (jens@moz-411569D9.dip0.t-ipconnect.de) (Ping timeout)
  1217. # [09:22] <firebot> Check-in: http://hg.mozilla.org/integration/fx-team/rev/6c7962cf50ad - Mark Hammond - Bug 991057 - avoid continuing to initialize about:accounts if it has started closing. r=ttaubert
  1218. # [09:22] * Joins: maxli (Adium@moz-F47DD19B.student.cs.uwaterloo.ca)
  1219. # [09:23] * Quits: bajaj1 (Adium@moz-34BA18EC.hsd1.ca.comcast.net) (Quit: Leaving.)
  1220. # [09:23] * Joins: bajaj (Adium@moz-34BA18EC.hsd1.ca.comcast.net)
  1221. # [09:23] * Quits: bajaj (Adium@moz-34BA18EC.hsd1.ca.comcast.net) (Input/output error)
  1222. # [09:23] * Joins: boris (boris@moz-99690620.hinet-ip.hinet.net)
  1223. # [09:24] * Quits: maxli (Adium@moz-F47DD19B.student.cs.uwaterloo.ca) (Input/output error)
  1224. # [09:25] * Quits: boris (boris@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1225. # [09:26] * Joins: gsvelto (gsvelto@moz-AD6B3EB9.clienti.tiscali.it)
  1226. # [09:28] * Quits: abhishekp (chatzilla@moz-3765927B.mtnl.net.in) (Quit: ChatZilla 0.9.90.1 [Firefox 28.0/20140314220517])
  1227. # [09:28] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b1c988d5a43d - Masatoshi Kimura - Bug 989576 - Followup, stop using mParser->GetEncoding(). r=neil
  1228. # [09:29] * BenWa|email is now known as BenWa
  1229. # [09:29] <@dbaron> bz, where?
  1230. # [09:30] <@dbaron> oh, Firefox Commit Bot
  1231. # [09:30] <@dbaron> anyway, n'giht
  1232. # [09:30] * Joins: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP)
  1233. # [09:30] <@dbaron> g'night
  1234. # [09:30] * Joins: wlach (wlach@moz-99690620.hinet-ip.hinet.net)
  1235. # [09:30] * Quits: @dbaron (dbaron@moz-3C92D971.dsl.dynamic.sonic.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  1236. # [09:31] * Joins: jrm2k6 (jrm2k6@moz-6A449C40.vodafone.hu)
  1237. # [09:31] * Quits: Optimizer1 (Instantbir@4F3E1057.A6DE773B.88FACCAA.IP) (Quit: bye :))
  1238. # [09:31] * Joins: mstange (markus@moz-99690620.hinet-ip.hinet.net)
  1239. # [09:31] * Joins: Optimize1 (Instantbir@4F3E1057.A6DE773B.88FACCAA.IP)
  1240. # [09:31] * Quits: mchang (mchang@moz-99690620.hinet-ip.hinet.net) (Quit: mchang)
  1241. # [09:32] * Joins: ddahl (ddahl@moz-71A35041.lightspeed.sntcca.sbcglobal.net)
  1242. # [09:32] * Parts: aja (Instantbir@9FC7CBD1.CB3C1C57.7880DB15.IP)
  1243. # [09:32] * Joins: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net)
  1244. # [09:33] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/bd6042e86711 - Hannes Verschore - Bug 984830 - IonMonkey: Ignore unkown types when improving type information at branches, r=jandem
  1245. # [09:34] * Quits: kip (kip@moz-99690620.hinet-ip.hinet.net) (Client exited)
  1246. # [09:35] * Quits: sewardj_ (sewardj@moz-84C7B29A.dip0.t-ipconnect.de) (Ping timeout)
  1247. # [09:37] <glob> does anyone know who owns the 'firefox commit bot' ?
  1248. # [09:37] * Quits: Ms2ger (Ms2ger@57ACE628.C60A97A6.F9FB0584.IP) (Ping timeout)
  1249. # [09:37] <glob> i can't find any discussion or announcements regarding it
  1250. # [09:37] <glob> and it's rather spammy
  1251. # [09:38] <nigelb> where is it?
  1252. # [09:38] * Joins: Ms2ger (Ms2ger@57ACE628.C60A97A6.F9FB0584.IP)
  1253. # [09:38] <glob> https://bugzilla.mozilla.org/page.cgi?id=user_activity.html&action=run&who=firefoxcommits%40gmail.com&from=2012-01-01&to=2020-01-01&sort=when
  1254. # [09:39] <glob> those comments are very verbose, and i'm not sure of the value they bring
  1255. # [09:39] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/33ba8b329896 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1256. # [09:39] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/0ee363a8a0df - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1257. # [09:40] * Joins: NeilZZZ (neil@moz-D4036112.cable.virginm.net)
  1258. # [09:40] <firebot> Check-in: http://hg.mozilla.org/integration/fx-team/rev/c4dbb3c39b33 - Matthew Noorenberghe - Bug 990387 - Toolbar buttons on the TabsToolbar appear below the nav-bar border with a theme. r=dao
  1259. # [09:40] <firebot> http://hg.mozilla.org/integration/fx-team/rev/8ce0aa12e00c - Valentin Tsatskin - Bug 968509 - Move about:certerror from components to content. r=Unfocused
  1260. # [09:41] * Joins: kk1fff (kk1fff@moz-95CA5501.dynamic.hinet.net)
  1261. # [09:41] <kats> firebot: seen rbarker
  1262. # [09:41] <firebot> rbarker was last seen 6 days, 15 hours, 45 minutes and 47 seconds ago, saying 'I was about to say that' in #mobile.
  1263. # [09:41] <Bas> Who might I be able to ask about analyzing some crash dump statistics?
  1264. # [09:41] <kats> Bas: what kind of crash dump statistics?
  1265. # [09:41] <Bas> kats: I want to know how many people have a 'certain D2D DLL version or higher'
  1266. # [09:42] <kats> Bas: bjacob does a lot of that kind of stuff. i can probably do it to, it just requires grepping through the raw crash data
  1267. # [09:42] * Quits: cpearce (chatzilla@moz-EC1018D1.jetstream.xtra.co.nz) (Ping timeout)
  1268. # [09:42] <kats> s/to/too/
  1269. # [09:42] <Bas> kats: No he couldn't he didn't have the module data, apparently that's not in the regular CSV
  1270. # [09:43] <kats> Bas: ah in that case probably talk to KaiRo
  1271. # [09:43] * Quits: jrm2k6 (jrm2k6@moz-6A449C40.vodafone.hu) (Client exited)
  1272. # [09:44] <Tomcat|sheriffduty> Bas: maybe kairo or chofmann might know
  1273. # [09:44] <Bas> Ah, Kairo, yes, that's what Bjacob suggested, now I remember.
  1274. # [09:45] * Joins: cpearce (chatzilla@moz-EC1018D1.jetstream.xtra.co.nz)
  1275. # [09:46] * Joins: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch)
  1276. # [09:46] * Joins: mchang (mchang@moz-99690620.hinet-ip.hinet.net)
  1277. # [09:47] * Joins: kip (kip@moz-99690620.hinet-ip.hinet.net)
  1278. # [09:47] <KWierso|afk> goodnight, Tomcat|sheriffduty, nigelb, Ms2ger :)
  1279. # [09:48] * Joins: Alessar (Alessar@4409775D.C64B1782.79D6B59E.IP)
  1280. # [09:48] <Ms2ger> Night, KWierso|afk :)
  1281. # [09:48] <Tomcat|sheriffduty> good night KWierso|afk
  1282. # [09:48] * Joins: edmorley (uid27002@moz-5F4AA75A.irccloud.com)
  1283. # [09:48] * Quits: cpearce (chatzilla@moz-EC1018D1.jetstream.xtra.co.nz) (Ping timeout)
  1284. # [09:48] * Quits: kk1fff (kk1fff@moz-95CA5501.dynamic.hinet.net) (Client exited)
  1285. # [09:48] * Joins: jaoo (user@9B16F31C.CF111F0B.E21948B5.IP)
  1286. # [09:49] * BenWa is now known as BenWa|email
  1287. # [09:50] <nigelb> g'nite KWierso|afk
  1288. # [09:52] * Joins: dmajor (dmajor@E908EF74.6BAC3F3B.56A6FAA.IP)
  1289. # [09:52] * Joins: jrm2k6 (jrm2k6@moz-925F8EE7.osr0-terez.net.telekom.hu)
  1290. # [09:52] <glob> heads-up - i've disabled the 'firefox commit bot' account on bmo following concerns over its verbosity. if the owner of that bot appears here, please ask them to contact me so we can work out how to best serve the goals of that bot
  1291. # [09:53] * Joins: masayuki1 (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  1292. # [09:53] * Quits: d-chen (DChen@moz-74188E3.vc.shawcable.net) (Ping timeout)
  1293. # [09:53] * Joins: d-chen (DChen@moz-74188E3.vc.shawcable.net)
  1294. # [09:53] * Quits: ewong|sleep (chatzilla@moz-8C451A64.static.netvigator.com) (Ping timeout)
  1295. # [09:54] * Quits: thinker (user@moz-95FE47D3.dynamic.kbronet.com.tw) (Ping timeout)
  1296. # [09:54] * Joins: ewong|sleep (chatzilla@moz-8C451A64.static.netvigator.com)
  1297. # [09:54] <Tomcat|sheriffduty> glob: aye sir
  1298. # [09:55] * Quits: tn (tim@moz-E7CE1D28.wp.shawcable.net) (Ping timeout)
  1299. # [09:55] * Joins: tn (tim@moz-E7CE1D28.wp.shawcable.net)
  1300. # [09:56] * Quits: ewong|sleep (chatzilla@moz-8C451A64.static.netvigator.com) (Connection reset by peer)
  1301. # [09:56] * Quits: kdc (chatzilla@moz-A66E00D4.pk.shawcable.net) (Ping timeout)
  1302. # [09:56] * Joins: robertbindar (Thunderbir@C63F9B1C.7E118222.89C0DD0D.IP)
  1303. # [09:56] * Joins: ewong|sleep (chatzilla@moz-8C451A64.static.netvigator.com)
  1304. # [09:56] * Quits: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  1305. # [09:56] <kgrandon> hey.. question about pushing to try, i'm getting this: It looks like the commit range we're trying to push contains merges.
  1306. # [09:56] <kgrandon> We do not currently support this; sorry! As a workaround, fold your
  1307. # [09:56] <kgrandon> commits.
  1308. # [09:57] * Joins: soumyaC (uid15286@moz-E77DEB21.irccloud.com)
  1309. # [09:57] <kgrandon> i can push mozilla-central to try no problem, this is when trying to push mozilla-aurora
  1310. # [09:57] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/8bdb40bd3103 - Brian Birtles - Bug 964646 part 5 - Add OMTA version of test_animations.html keyframe tests; r=dbaron
  1311. # [09:58] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/f5f9279dbaf4 - Brian Birtles - Bug 964646 part 4 - Add OMTA version of test_animations.html animation list tests; r=dbaron
  1312. # [09:58] * Joins: kdc (chatzilla@moz-A66E00D4.pk.shawcable.net)
  1313. # [09:58] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/cc8ad1175324 - Brian Birtles - Bug 964646 part 1 - Add common OMTA test runner to animation_utils.js; r=dbaron
  1314. # [09:58] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/da72761ebf82 - Brian Birtles - Bug 964646 part 2 - Add OMTA version of test_animations.html fill mode tests; r=dbaron
  1315. # [09:58] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/33a00dec3dbd - Brian Birtles - Bug 964646 part 3 - Refactor OMTA test methods to include opacity too; r=dbaron
  1316. # [09:58] * Joins: kdc_ (chatzilla@moz-A66E00D4.pk.shawcable.net)
  1317. # [09:59] * Quits: kip (kip@moz-99690620.hinet-ip.hinet.net) (Client exited)
  1318. # [09:59] * Quits: kdc (chatzilla@moz-A66E00D4.pk.shawcable.net) (Ping timeout)
  1319. # [10:00] * kdc_ is now known as kdc
  1320. # [10:00] * Quits: mchang (mchang@moz-99690620.hinet-ip.hinet.net) (Quit: mchang)
  1321. # [10:00] * Joins: heftig (heftig@moz-33D186ED.unitymedia.biz)
  1322. # [10:00] * Quits: milan (milan@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  1323. # [10:00] * BenWa|email is now known as BenWa
  1324. # [10:01] * Quits: pnkfelix (pnkfelix@moz-43495417.fbx.proxad.net) (Ping timeout)
  1325. # [10:01] * Quits: kgrandon (Adium@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  1326. # [10:01] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  1327. # [10:02] * Joins: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net)
  1328. # [10:02] * Quits: nattokirai (nattokirai@moz-C286AD9A.bitcat.net) (Quit: nattokirai)
  1329. # [10:02] * Joins: milan_ (milan@moz-99690620.hinet-ip.hinet.net)
  1330. # [10:03] * Joins: kip (kip@moz-99690620.hinet-ip.hinet.net)
  1331. # [10:03] * kats is now known as kats|away
  1332. # [10:04] * Joins: mchang (mchang@moz-99690620.hinet-ip.hinet.net)
  1333. # [10:05] * Joins: gandalf (zbraniecki@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1334. # [10:05] * Joins: arky (arky@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1335. # [10:05] * kats|away is now known as kats
  1336. # [10:06] * Joins: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net)
  1337. # [10:07] * Quits: gandalf (zbraniecki@87C1F78E.1DE10CA8.D8E68FF6.IP) (Connection reset by peer)
  1338. # [10:07] * Joins: gandalf (zbraniecki@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1339. # [10:07] * Joins: kgrandon (Adium@moz-99690620.hinet-ip.hinet.net)
  1340. # [10:09] * BenWa is now known as BenWa|email
  1341. # [10:09] <arky> dietrich, ping
  1342. # [10:11] * Joins: boris (boris@moz-99690620.hinet-ip.hinet.net)
  1343. # [10:11] * Joins: ggp (ggp@A8A32A14.A5813AFB.1160D82E.IP)
  1344. # [10:13] * Quits: ggp (ggp@A8A32A14.A5813AFB.1160D82E.IP) (Ping timeout)
  1345. # [10:13] * Joins: vingtetun (Thunderbir@moz-64E1A8DA.fbx.proxad.net)
  1346. # [10:13] * Quits: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net) (Quit: vicamo)
  1347. # [10:14] * Quits: mchang (mchang@moz-99690620.hinet-ip.hinet.net) (Quit: mchang)
  1348. # [10:14] <firebot> Check-in: http://hg.mozilla.org/integration/fx-team/rev/24f5a463b606 - Patrick Brosset - Bug 979292 - Correctly place image tooltip in ruleview after a colorpicker was used; r=harth
  1349. # [10:14] * Quits: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP) (Quit: RealRaven)
  1350. # [10:15] * Joins: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP)
  1351. # [10:15] * Joins: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net)
  1352. # [10:15] * Quits: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP) (Ping timeout)
  1353. # [10:16] * Quits: gandalf (zbraniecki@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  1354. # [10:16] * Quits: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP) (Quit: RealRaven)
  1355. # [10:17] * Joins: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP)
  1356. # [10:17] * kats is now known as kats|away
  1357. # [10:18] * Joins: gandalf (zbraniecki@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1358. # [10:18] * Joins: jhlin (jhlin@moz-99690620.hinet-ip.hinet.net)
  1359. # [10:19] * Joins: cpearce (chatzilla@moz-EC1018D1.jetstream.xtra.co.nz)
  1360. # [10:19] * Quits: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP) (Quit: RealRaven)
  1361. # [10:19] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard)
  1362. # [10:20] * Joins: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP)
  1363. # [10:21] * Quits: cpearce (chatzilla@moz-EC1018D1.jetstream.xtra.co.nz) (Ping timeout)
  1364. # [10:22] * Quits: tn (tim@moz-E7CE1D28.wp.shawcable.net) (Ping timeout)
  1365. # [10:22] * Quits: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net) (Quit: vicamo)
  1366. # [10:22] * baku|away is now known as baku
  1367. # [10:22] * Joins: tn (tim@moz-E7CE1D28.wp.shawcable.net)
  1368. # [10:23] * Quits: d-chen (DChen@moz-74188E3.vc.shawcable.net) (Connection reset by peer)
  1369. # [10:23] * Joins: d-chen (DChen@moz-74188E3.vc.shawcable.net)
  1370. # [10:23] * Quits: robertbindar (Thunderbir@C63F9B1C.7E118222.89C0DD0D.IP) (Quit: robertbindar)
  1371. # [10:24] * Joins: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net)
  1372. # [10:25] * Quits: ericjung (ericjung@EBA5EBAE.78089B69.E141FD9.IP) (Ping timeout)
  1373. # [10:25] <vlad> any webidl/bindings gurus?
  1374. # [10:25] * Joins: Standard8Away (Standard8@moz-2F9EE24D.threembb.co.uk)
  1375. # [10:25] * Quits: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net) (Quit: vicamo)
  1376. # [10:25] * Standard8Away is now known as Standard8
  1377. # [10:25] <Ms2ger> vlad, what's up?
  1378. # [10:26] * Joins: msucan (mihai@5973C1E3.21F8EF8F.C0E37CF3.IP)
  1379. # [10:26] * Joins: ericjung (ericjung@EBA5EBAE.78089B69.E141FD9.IP)
  1380. # [10:26] <vlad> Ms2ger: I'm implementing a new API that returns some webidl-defined objects
  1381. # [10:26] <vlad> I create a few of these objects globally (in Gecko).. right now I'm returning those (global) objects to any page that requests them
  1382. # [10:26] <vlad> but after the first one, the others are getting permission denied errors when interacting with them
  1383. # [10:27] <vlad> sounds like I shouldn't be doing that?
  1384. # [10:27] * Joins: cpearce (chatzilla@moz-EC1018D1.jetstream.xtra.co.nz)
  1385. # [10:27] <vlad> do I need to always create a new object?
  1386. # [10:27] <Ms2ger> No :)
  1387. # [10:27] <Ms2ger> Your object needs a "home global"
  1388. # [10:28] <vlad> ah and that gets set by the first time it's created and goes back through the binding machinery
  1389. # [10:28] <Ms2ger> Well, that's what GetParentObject returns
  1390. # [10:28] <Ms2ger> You may be returning null now?
  1391. # [10:28] <vlad> I am, yeah
  1392. # [10:28] * Quits: Standard8 (Standard8@moz-2F9EE24D.threembb.co.uk) (Ping timeout)
  1393. # [10:28] <vlad> I mean I have a nsISupports* aParent arg to my constructors, but I always pass nullptr there
  1394. # [10:28] <vlad> because the code I copy-pasted did that :)
  1395. # [10:29] <Ms2ger> Yeah, then it picks the global from the first time you get the object, or something
  1396. # [10:29] <vlad> ok
  1397. # [10:29] <Ms2ger> (What code was that?)
  1398. # [10:29] <vlad> (gamepad)
  1399. # [10:29] * Joins: robertbindar (Thunderbir@C63F9B1C.7E118222.89C0DD0D.IP)
  1400. # [10:29] <vlad> mm, I can just pull out the low level data source into a separate internal class
  1401. # [10:29] * Joins: mihneadb (mihneadb@moz-6B31F5AA.static.ziggozakelijk.nl)
  1402. # [10:29] <Ms2ger> Ah
  1403. # [10:29] <vlad> and then create web-visible objects that reference those
  1404. # [10:30] <Ms2ger> You can only get a Gamepad object from... Navigator, I guess, so that works fine
  1405. # [10:30] * Quits: d-chen (DChen@moz-74188E3.vc.shawcable.net) (Ping timeout)
  1406. # [10:30] <vlad> yeah, that's what I'm doing as well
  1407. # [10:30] * Joins: d-chen (DChen@moz-74188E3.vc.shawcable.net)
  1408. # [10:30] <Ms2ger> I think that's probably the best approach for global state
  1409. # [10:30] <vlad> except I think gamepad constructs each time
  1410. # [10:30] <vlad> I don't, right now
  1411. # [10:30] <vlad> nod
  1412. # [10:30] * Quits: gandalf (zbraniecki@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  1413. # [10:30] * Joins: gandalf (zbraniecki@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1414. # [10:31] * Quits: kdc (chatzilla@moz-A66E00D4.pk.shawcable.net) (Ping timeout)
  1415. # [10:32] * Joins: kdc (chatzilla@moz-A66E00D4.pk.shawcable.net)
  1416. # [10:32] <past> Tomcat|sheriffduty: am I right to assume that Cedar is not getting merged to m-c on a continuous basis?
  1417. # [10:32] <Tomcat|sheriffduty> past: yep
  1418. # [10:32] * admix|away is now known as admix
  1419. # [10:32] <past> Tomcat|sheriffduty: thanks
  1420. # [10:32] <Tomcat|sheriffduty> past: we merge m-i, fx-team and b2g-i to m-c
  1421. # [10:33] <past> Tomcat|sheriffduty: right, just checking!
  1422. # [10:33] <Tomcat|sheriffduty> :)
  1423. # [10:34] * kats|away is now known as kats
  1424. # [10:35] * Quits: Alessar (Alessar@4409775D.C64B1782.79D6B59E.IP) (Quit: IRC protocol for QIP->http://forum.qip.ru)
  1425. # [10:36] * Quits: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  1426. # [10:37] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/59bcc1c3210b - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1427. # [10:37] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/f069f2ecd102 - B2G Bumper Bot - Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
  1428. # [10:38] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (services.mozilla.org (Too many invalid passwords))
  1429. # [10:38] * Quits: kdcw (kdcw@moz-2CDF5822.pk.shawcable.net) (Ping timeout)
  1430. # [10:39] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1431. # [10:39] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1432. # [10:39] * Joins: kdcw (kdcw@moz-2CDF5822.pk.shawcable.net)
  1433. # [10:39] * Joins: Alessar (Alessar@4409775D.C64B1782.79D6B59E.IP)
  1434. # [10:39] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1435. # [10:39] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1436. # [10:40] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1437. # [10:40] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1438. # [10:40] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1439. # [10:40] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1440. # [10:41] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1441. # [10:41] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1442. # [10:41] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1443. # [10:41] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1444. # [10:41] * glob is now known as glob|away
  1445. # [10:41] * Quits: wolfiR (wolfiR@moz-4F1745CD.dip0.t-ipconnect.de) (Quit: Leaving)
  1446. # [10:42] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1447. # [10:42] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1448. # [10:42] * admix is now known as admix|away
  1449. # [10:42] * Quits: squib (squib@moz-7BFC3D3A.dhcp.ftbg.wi.charter.com) (Quit: Leaving)
  1450. # [10:43] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1451. # [10:43] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1452. # [10:43] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1453. # [10:43] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1454. # [10:44] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1455. # [10:44] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1456. # [10:44] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1457. # [10:44] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1458. # [10:44] * Joins: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net)
  1459. # [10:44] * Joins: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com)
  1460. # [10:45] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1461. # [10:45] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1462. # [10:46] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1463. # [10:46] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1464. # [10:46] * Quits: cpearce (chatzilla@moz-EC1018D1.jetstream.xtra.co.nz) (Ping timeout)
  1465. # [10:46] * Quits: zzzzz (chatzilla@moz-1EC6AFEA.dhcp.embarqhsd.net) (Ping timeout)
  1466. # [10:46] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1467. # [10:46] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1468. # [10:47] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1469. # [10:47] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1470. # [10:47] * Joins: cpearce (chatzilla@moz-EC1018D1.jetstream.xtra.co.nz)
  1471. # [10:47] * Quits: marshall_law (marshall@BCC5EC56.B2070AF7.505F6A0C.IP) (Ping timeout)
  1472. # [10:47] * Joins: zzzzz (chatzilla@moz-1EC6AFEA.dhcp.embarqhsd.net)
  1473. # [10:47] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1474. # [10:47] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1475. # [10:47] * Joins: marshall_law (marshall@BCC5EC56.B2070AF7.505F6A0C.IP)
  1476. # [10:48] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1477. # [10:48] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1478. # [10:48] * Joins: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net)
  1479. # [10:48] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1480. # [10:48] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1481. # [10:49] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1482. # [10:49] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1483. # [10:49] * kats is now known as kats|away
  1484. # [10:50] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1485. # [10:50] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1486. # [10:50] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1487. # [10:50] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1488. # [10:50] * Quits: bjacob__ (bjacob@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1489. # [10:50] * Quits: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net) (Quit: vicamo)
  1490. # [10:50] <firebot> Check-in: http://hg.mozilla.org/integration/fx-team/rev/08873449ec1e - Panos Astithas - Lazy load modules as much as possible in gDevTools.jsm (bug 986841). r=dcamp
  1491. # [10:50] <firebot> http://hg.mozilla.org/integration/fx-team/rev/28ac5b562d9f - Panos Astithas - Miscellaneous lazification and cleanups in devtools framework code (bug 986841). r=dcamp
  1492. # [10:51] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1493. # [10:51] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1494. # [10:51] * Quits: marshall_law (marshall@BCC5EC56.B2070AF7.505F6A0C.IP) (Ping timeout)
  1495. # [10:51] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1496. # [10:51] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1497. # [10:51] * Quits: dmajor (dmajor@E908EF74.6BAC3F3B.56A6FAA.IP) (Quit: Leaving)
  1498. # [10:52] * Quits: ethan (chatzilla@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1499. # [10:52] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1500. # [10:52] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1501. # [10:53] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1502. # [10:53] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1503. # [10:53] * Joins: ethan (chatzilla@moz-99690620.hinet-ip.hinet.net)
  1504. # [10:53] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1505. # [10:53] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1506. # [10:53] * Joins: wolfiR (wolfiR@moz-4F1745CD.dip0.t-ipconnect.de)
  1507. # [10:53] * Joins: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net)
  1508. # [10:54] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1509. # [10:54] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1510. # [10:54] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1511. # [10:54] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1512. # [10:54] * Quits: milan_ (milan@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  1513. # [10:55] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1514. # [10:55] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1515. # [10:55] * Quits: kip (kip@moz-99690620.hinet-ip.hinet.net) (Client exited)
  1516. # [10:55] * Joins: maxli (Adium@moz-F47DD19B.student.cs.uwaterloo.ca)
  1517. # [10:56] * Joins: marshall_law (marshall@BCC5EC56.B2070AF7.505F6A0C.IP)
  1518. # [10:56] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1519. # [10:56] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1520. # [10:56] * kats|away is now known as kats
  1521. # [10:56] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1522. # [10:56] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1523. # [10:57] * Quits: KenChang (KenChang@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1524. # [10:57] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1525. # [10:57] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1526. # [10:57] * Joins: MarcoZ (marco.zehe@moz-952AD2A2.dip0.t-ipconnect.de)
  1527. # [10:57] * Quits: maxli (Adium@moz-F47DD19B.student.cs.uwaterloo.ca) (Ping timeout)
  1528. # [10:58] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1529. # [10:58] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1530. # [10:58] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1531. # [10:58] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1532. # [10:58] * Quits: gandalf (zbraniecki@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  1533. # [10:59] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1534. # [10:59] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1535. # [10:59] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1536. # [10:59] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1537. # [11:00] * Quits: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP) (Quit: RealRaven)
  1538. # [11:00] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1539. # [11:00] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1540. # [11:00] * Quits: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  1541. # [11:00] * Joins: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP)
  1542. # [11:00] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1543. # [11:00] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1544. # [11:01] * Joins: idwer (irc@moz-67B6410D.adsl.online.nl)
  1545. # [11:01] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1546. # [11:01] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1547. # [11:02] * Quits: arky (arky@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  1548. # [11:02] * Quits: gsvelto (gsvelto@moz-AD6B3EB9.clienti.tiscali.it) (Ping timeout)
  1549. # [11:02] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1550. # [11:02] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1551. # [11:02] * Quits: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net) (Quit: vicamo)
  1552. # [11:02] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1553. # [11:02] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1554. # [11:02] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/3e598603e825 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1555. # [11:02] * Joins: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net)
  1556. # [11:02] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/1b1418df44f4 - B2G Bumper Bot - Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
  1557. # [11:03] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1558. # [11:03] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1559. # [11:04] * Quits: gcp (gpascutto@moz-9CEB1C98.access.telenet.be) (Ping timeout)
  1560. # [11:04] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1561. # [11:04] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1562. # [11:04] <nigelb> Ms2ger: hah, I wouldn't mind.
  1563. # [11:04] * Joins: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net)
  1564. # [11:04] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1565. # [11:04] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1566. # [11:04] <Ms2ger> nigelb, for #ateam ? :)
  1567. # [11:04] * Joins: arky (arky@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1568. # [11:04] <nigelb> Ms2ger: ah, that's where it was. yes :)
  1569. # [11:04] * Quits: ethan (chatzilla@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  1570. # [11:04] <Ms2ger> :)
  1571. # [11:05] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1572. # [11:05] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1573. # [11:06] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1574. # [11:06] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1575. # [11:06] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1576. # [11:06] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1577. # [11:06] * Quits: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net) (Quit: vicamo)
  1578. # [11:07] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1579. # [11:07] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1580. # [11:07] * Quits: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  1581. # [11:07] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1582. # [11:07] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1583. # [11:08] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1584. # [11:08] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1585. # [11:08] * Quits: marshall_law (marshall@BCC5EC56.B2070AF7.505F6A0C.IP) (Ping timeout)
  1586. # [11:08] * Joins: gandalf (zbraniecki@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1587. # [11:08] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1588. # [11:08] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1589. # [11:09] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1590. # [11:09] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1591. # [11:09] * Quits: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP) (Quit: RealRaven)
  1592. # [11:09] * Joins: milan (milan@moz-99690620.hinet-ip.hinet.net)
  1593. # [11:10] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1594. # [11:10] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1595. # [11:10] * Joins: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP)
  1596. # [11:10] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1597. # [11:10] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1598. # [11:11] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1599. # [11:11] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1600. # [11:11] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1601. # [11:11] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1602. # [11:12] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1603. # [11:12] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1604. # [11:12] * Quits: wolfiR (wolfiR@moz-4F1745CD.dip0.t-ipconnect.de) (Quit: Leaving)
  1605. # [11:12] * Joins: gabor (gabor@moz-DAC4C5.dip0.t-ipconnect.de)
  1606. # [11:12] * Joins: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net)
  1607. # [11:12] * BenWa|email is now known as BenWa
  1608. # [11:12] * Quits: jrmuizel (jrmuizel@moz-99690620.hinet-ip.hinet.net) (Client exited)
  1609. # [11:12] * Joins: mchang (mchang@moz-99690620.hinet-ip.hinet.net)
  1610. # [11:13] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1611. # [11:13] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1612. # [11:13] * Quits: hub (hub@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1613. # [11:13] * Quits: jwalker (jwalker@moz-76873736.cable.virginm.net) (Ping timeout)
  1614. # [11:13] * kats is now known as kats|away
  1615. # [11:13] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1616. # [11:13] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1617. # [11:13] * BenWa is now known as BenWa|email
  1618. # [11:13] * Quits: MarcoZ (marco.zehe@moz-952AD2A2.dip0.t-ipconnect.de) (Quit: Need to restart.)
  1619. # [11:14] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1620. # [11:14] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1621. # [11:15] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1622. # [11:15] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1623. # [11:15] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1624. # [11:15] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1625. # [11:16] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1626. # [11:16] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1627. # [11:16] * Quits: mchang (mchang@moz-99690620.hinet-ip.hinet.net) (Quit: mchang)
  1628. # [11:16] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1629. # [11:16] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1630. # [11:17] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1631. # [11:17] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1632. # [11:17] * Quits: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP) (Quit: RealRaven)
  1633. # [11:17] * Joins: marshall_law (marshall@BCC5EC56.B2070AF7.505F6A0C.IP)
  1634. # [11:17] * Joins: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP)
  1635. # [11:18] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1636. # [11:18] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1637. # [11:18] * Joins: gcp (gpascutto@moz-9CEB1C98.access.telenet.be)
  1638. # [11:18] * Joins: nical (nico@moz-99690620.hinet-ip.hinet.net)
  1639. # [11:18] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1640. # [11:18] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1641. # [11:18] * jorendorff is now known as jorendorff_away
  1642. # [11:19] * Quits: huseby (huseby@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1643. # [11:19] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1644. # [11:19] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1645. # [11:19] * Quits: gerv (Instantbir@moz-8E68CF56.in-addr.arpa) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  1646. # [11:19] * Joins: gerv (Instantbir@moz-8E68CF56.in-addr.arpa)
  1647. # [11:20] * Joins: sewardj_ (sewardj@moz-2196DC8F.dip0.t-ipconnect.de)
  1648. # [11:20] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1649. # [11:20] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1650. # [11:20] * Joins: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1651. # [11:20] * Joins: MarcoZ (marco.zehe@moz-952AD2A2.dip0.t-ipconnect.de)
  1652. # [11:20] * Quits: wlach (wlach@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1653. # [11:20] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1654. # [11:20] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (Max SendQ exceeded)
  1655. # [11:20] * Joins: wolfiR (wolfiR@moz-4F1745CD.dip0.t-ipconnect.de)
  1656. # [11:21] * Quits: gerv (Instantbir@moz-8E68CF56.in-addr.arpa) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  1657. # [11:21] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1658. # [11:21] * Joins: mikeratcliffe (Adium@D39FB1CF.7BADC02.7CCB197A.IP)
  1659. # [11:22] * mattwoodrow is now known as mattwoodrow|away
  1660. # [11:22] * Joins: ice9 (ice9@A00BE8DF.12C645AE.F423C1A.IP)
  1661. # [11:22] * Joins: mchang (mchang@moz-99690620.hinet-ip.hinet.net)
  1662. # [11:22] <ice9> I compiled and installed an addon manually which prevent TB from start, how do I debug that?
  1663. # [11:24] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/86eb51a6e5a4 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1664. # [11:24] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/81c34cecd40f - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1665. # [11:24] * Quits: mchang (mchang@moz-99690620.hinet-ip.hinet.net) (Quit: mchang)
  1666. # [11:24] * Joins: mkmelin (mkmelin@moz-587908DB.elisa-laajakaista.fi)
  1667. # [11:24] * Quits: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch) (Ping timeout)
  1668. # [11:24] * Quits: kgrandon (Adium@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  1669. # [11:25] * Quits: cpearce (chatzilla@moz-EC1018D1.jetstream.xtra.co.nz) (Ping timeout)
  1670. # [11:26] * Quits: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP) (Quit: RealRaven)
  1671. # [11:26] * Quits: janv (varga@740FE678.9FB65C50.4F33160D.IP) (Quit: This computer has gone to sleep)
  1672. # [11:26] * Joins: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP)
  1673. # [11:28] * Joins: kamidphish (textual@moz-99690620.hinet-ip.hinet.net)
  1674. # [11:29] * BenWa|email is now known as BenWa
  1675. # [11:29] * Joins: mchang (mchang@moz-99690620.hinet-ip.hinet.net)
  1676. # [11:30] * Quits: marshall_law (marshall@BCC5EC56.B2070AF7.505F6A0C.IP) (Ping timeout)
  1677. # [11:30] * BenWa is now known as BenWa|email
  1678. # [11:31] * Quits: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP) (Quit: RealRaven)
  1679. # [11:32] * Joins: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP)
  1680. # [11:32] * Joins: jacek (jacek@moz-5D707D3B.psi.wroc.pl)
  1681. # [11:34] * Joins: Standard8Away (Standard8@B7F1AE36.48015583.54C3481B.IP)
  1682. # [11:34] * Standard8Away is now known as Standard8
  1683. # [11:34] * Quits: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP) (Quit: RealRaven)
  1684. # [11:34] * Quits: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP) (Quit: ZNC - http://znc.in)
  1685. # [11:35] * Joins: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP)
  1686. # [11:35] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b27234ae13e8 - Tatiana Meshkova - Bug 990869 - Allow to enable sub Apzc for non WIN gecko clients. r=kats
  1687. # [11:35] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/479bf4aa1f97 - Olli Pettay - Bug 991074 - Fix for "Assertion failure: JS_IsExceptionPending(cx), at ./EventListenerBinding.cpp:24". r=bz
  1688. # [11:35] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/08d032cb14a9 - Nils Ohlmeier [:drno] - bug 965656 - properly close() PC's when no longer used. r=jesup
  1689. # [11:35] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/c8840a64aa0a - Jan Beich - Bug 986357 - Unbreak --disable-ion in non-unified mode after bug 695438. r=bhackett
  1690. # [11:35] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/8b59bee4fa90 - Rick Eyre - Bug 879431 - Set VTTCue's TextTrack from TextTrack::AddCue r=rillian
  1691. # [11:36] * Joins: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP)
  1692. # [11:37] * Quits: lpy (lpy@186A8F3A.F09091A8.1348A864.IP) (Client exited)
  1693. # [11:37] <IanN> ice9: tried starting TB in safe mode?
  1694. # [11:38] <ice9> IanN: yeah safe mode works but how do I find the where the problem is?
  1695. # [11:38] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/8cef7a6e9f79 - Jan de Mooij - Bug 989204 part 1 - Add some arrow function tests. r=jorendorff
  1696. # [11:38] * mattwoodrow|away is now known as mattwoodrow
  1697. # [11:38] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/9517fe15e2c2 - Jan de Mooij - Bug 989204 part 2 - Don't use bound functions for arrow functions. r=jorendorff,bhackett
  1698. # [11:38] * Quits: mchang (mchang@moz-99690620.hinet-ip.hinet.net) (Quit: mchang)
  1699. # [11:38] * mattwoodrow is now known as mattwoodrow|away
  1700. # [11:39] * Joins: marshall_law (marshall@BCC5EC56.B2070AF7.505F6A0C.IP)
  1701. # [11:39] * Joins: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net)
  1702. # [11:41] * mattwoodrow|away is now known as mattwoodrow
  1703. # [11:42] * Joins: mchang (mchang@moz-99690620.hinet-ip.hinet.net)
  1704. # [11:42] * Quits: marshall_law (marshall@BCC5EC56.B2070AF7.505F6A0C.IP) (Ping timeout)
  1705. # [11:42] * Joins: janv (varga@740FE678.9FB65C50.4F33160D.IP)
  1706. # [11:42] <IanN> ice9: have you tried in #thunderbird or #maildev ?
  1707. # [11:43] <firebot> Check-in: http://hg.mozilla.org/integration/fx-team/rev/b6ce7327bcab - Heather Arthur - Bug 990672 - Remove query string from linked CSS file path in style editor; r=pbrosset
  1708. # [11:43] <firebot> http://hg.mozilla.org/integration/fx-team/rev/47ba4bce872f - Jan Beich - Bug 948946 - Use private-browsing indicator with GTK theme on non-Linux as well. r=MattN
  1709. # [11:43] * Quits: Rik (rik@moz-E813DFA5.fbx.proxad.net) (Input/output error)
  1710. # [11:43] * BenWa|email is now known as BenWa
  1711. # [11:45] * Joins: Pike (chatzilla@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1712. # [11:45] * Quits: janv (varga@740FE678.9FB65C50.4F33160D.IP) (Quit: This computer has gone to sleep)
  1713. # [11:45] <ice9> IanN: seems everybody sleeping or busy
  1714. # [11:45] * mattwoodrow is now known as mattwoodrow|away
  1715. # [11:46] * Joins: marshall_law (marshall@BCC5EC56.B2070AF7.505F6A0C.IP)
  1716. # [11:46] * Quits: Optimizer (Optimizer@5652A57B.3A03CDDF.274D17D6.IP) (Ping timeout)
  1717. # [11:49] * Quits: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP) (Quit: RealRaven)
  1718. # [11:49] * Joins: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP)
  1719. # [11:49] * Quits: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net) (Ping timeout)
  1720. # [11:50] <jandem> Tomcat|sheriffduty: hm looks like i broke the windows build, looking into it real quick..
  1721. # [11:50] * Joins: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net)
  1722. # [11:50] * BenWa is now known as BenWa|email
  1723. # [11:50] * lth is now known as lth|out
  1724. # [11:50] * Quits: marshall_law (marshall@BCC5EC56.B2070AF7.505F6A0C.IP) (Ping timeout)
  1725. # [11:51] * Quits: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP) (Quit: RealRaven)
  1726. # [11:51] * sewardj_ is now known as sewardj
  1727. # [11:51] * Joins: marshall_law (marshall@BCC5EC56.B2070AF7.505F6A0C.IP)
  1728. # [11:51] * Joins: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP)
  1729. # [11:52] <Tomcat|sheriffduty> jandem: cool thanks!
  1730. # [11:52] * Quits: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  1731. # [11:52] * Quits: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP) (Quit: RealRaven)
  1732. # [11:52] * Joins: till (till@moz-F29A122A.adsl.alicedsl.de)
  1733. # [11:52] * Joins: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP)
  1734. # [11:54] * Quits: marshall_law (marshall@BCC5EC56.B2070AF7.505F6A0C.IP) (Ping timeout)
  1735. # [11:54] * mattwoodrow|away is now known as mattwoodrow
  1736. # [11:55] * Joins: mahdi (mahdi@2CD8D535.D82ADA63.195261CE.IP)
  1737. # [11:55] * mattwoodrow is now known as mattwoodrow|away
  1738. # [11:56] * Joins: maxli (Adium@moz-B19F68ED.student.cs.uwaterloo.ca)
  1739. # [11:56] * Joins: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net)
  1740. # [11:58] * Quits: maxli (Adium@moz-B19F68ED.student.cs.uwaterloo.ca) (Ping timeout)
  1741. # [11:58] * Quits: vingtetun (Thunderbir@moz-64E1A8DA.fbx.proxad.net) (Ping timeout)
  1742. # [11:58] <firebot> Check-in: http://hg.mozilla.org/integration/fx-team/rev/8be0cf3668ed - Paolo Amadini - Bug 988327 - Convert to Promise.jsm in "toolkit/devtools/server/tests/mochitest". r=dcamp
  1743. # [11:59] * AndreeaMatei is now known as Andreea|lunch
  1744. # [11:59] * Quits: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net) (Quit: vicamo)
  1745. # [12:00] * Joins: marshall_law (marshall@BCC5EC56.B2070AF7.505F6A0C.IP)
  1746. # [12:01] * Quits: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com) (Ping timeout)
  1747. # [12:01] * Quits: mchang (mchang@moz-99690620.hinet-ip.hinet.net) (Quit: mchang)
  1748. # [12:02] * kats|away is now known as kats
  1749. # [12:03] * BenWa|email is now known as BenWa
  1750. # [12:03] * Quits: marshall_law (marshall@BCC5EC56.B2070AF7.505F6A0C.IP) (Ping timeout)
  1751. # [12:05] * Joins: Optimizer (Optimizer@5E7BF14A.60965A1D.BE4CF869.IP)
  1752. # [12:10] * kats is now known as kats|away
  1753. # [12:10] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/7cdf043c7666 - Jan de Mooij - Bug 989204 followup - Fix Windows build. r=red
  1754. # [12:10] * Quits: nical (nico@moz-99690620.hinet-ip.hinet.net) (Client exited)
  1755. # [12:12] * Joins: ggp (ggp@A8A32A14.A5813AFB.1160D82E.IP)
  1756. # [12:14] * Quits: ggp (ggp@A8A32A14.A5813AFB.1160D82E.IP) (Ping timeout)
  1757. # [12:14] * Quits: schien (anonymous@moz-99690620.hinet-ip.hinet.net) (Quit: sleep)
  1758. # [12:14] * kats|away is now known as kats
  1759. # [12:20] * Joins: jrmuizel (jrmuizel@moz-99690620.hinet-ip.hinet.net)
  1760. # [12:20] * Quits: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP) (Quit: ChatZilla 0.9.90.1 [Firefox 31.0a1/20140401030203])
  1761. # [12:20] * Quits: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP) (Quit: ZNC - http://znc.in)
  1762. # [12:21] * Joins: zzzzz_ (chatzilla@moz-1EC6AFEA.dhcp.embarqhsd.net)
  1763. # [12:21] * Joins: Rik (rik@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1764. # [12:22] * Quits: zzzzz (chatzilla@moz-1EC6AFEA.dhcp.embarqhsd.net) (Ping timeout)
  1765. # [12:22] * zzzzz_ is now known as zzzzz
  1766. # [12:22] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/4192f4c8bc09 - B2G Bumper Bot - Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
  1767. # [12:22] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/0935bbb842d5 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1768. # [12:22] * Joins: cornel_ionce (Mibbit@28C4EA76.976FBEE.5BC07656.IP)
  1769. # [12:24] * bc|pto is now known as bc
  1770. # [12:24] * Joins: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com)
  1771. # [12:25] * Quits: zzzzz (chatzilla@moz-1EC6AFEA.dhcp.embarqhsd.net) (Ping timeout)
  1772. # [12:25] * Joins: kip (kip@moz-99690620.hinet-ip.hinet.net)
  1773. # [12:25] * Joins: zzzzz_ (chatzilla@moz-1EC6AFEA.dhcp.embarqhsd.net)
  1774. # [12:25] * zzzzz_ is now known as zzzzz
  1775. # [12:26] * Joins: jwalker (jwalker@moz-6E8EECA.cable.virginm.net)
  1776. # [12:26] * Joins: mchang (mchang@moz-99690620.hinet-ip.hinet.net)
  1777. # [12:27] * Quits: mchang (mchang@moz-99690620.hinet-ip.hinet.net) (Quit: mchang)
  1778. # [12:27] * Joins: ggp (ggp@A8A32A14.A5813AFB.1160D82E.IP)
  1779. # [12:29] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  1780. # [12:29] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  1781. # [12:31] * Quits: elin (elin@moz-99690620.hinet-ip.hinet.net) (Quit: elin)
  1782. # [12:31] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  1783. # [12:32] * Quits: ice9 (ice9@A00BE8DF.12C645AE.F423C1A.IP) (Ping timeout)
  1784. # [12:32] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/4c683cfd368f - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1785. # [12:33] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/03899b8313f2 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1786. # [12:33] * Quits: milan (milan@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  1787. # [12:33] * Quits: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  1788. # [12:33] * admix|away is now known as admix
  1789. # [12:33] * BenWa is now known as BenWa|email
  1790. # [12:34] * Joins: KaiRo (robert@moz-B66AEBBA.adsl.highway.telekom.at)
  1791. # [12:37] * Quits: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  1792. # [12:38] * Quits: kip (kip@moz-99690620.hinet-ip.hinet.net) (Client exited)
  1793. # [12:39] * Quits: robertbindar (Thunderbir@C63F9B1C.7E118222.89C0DD0D.IP) (Quit: robertbindar)
  1794. # [12:39] * Quits: Ms2ger (Ms2ger@57ACE628.C60A97A6.F9FB0584.IP) (Quit: bbl)
  1795. # [12:39] * Quits: jgilbert (jgilbert@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1796. # [12:40] * Quits: kamidphish (textual@moz-99690620.hinet-ip.hinet.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  1797. # [12:41] * Joins: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net)
  1798. # [12:43] * Quits: jrmuizel (jrmuizel@moz-99690620.hinet-ip.hinet.net) (Client exited)
  1799. # [12:43] * admix is now known as admix|away
  1800. # [12:43] * Joins: jrmuizel (jrmuizel@moz-99690620.hinet-ip.hinet.net)
  1801. # [12:43] * Quits: jhorak (jhorak@moz-107AD163.redhat.com) (Quit: Leaving)
  1802. # [12:43] * Joins: jhorak (jhorak@moz-107AD163.redhat.com)
  1803. # [12:44] * Quits: arky (arky@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  1804. # [12:44] * Joins: lpy (lpy@207F51B2.F09091A8.1348A864.IP)
  1805. # [12:47] * Quits: MarcoZ (marco.zehe@moz-952AD2A2.dip0.t-ipconnect.de) (Ping timeout)
  1806. # [12:47] * Quits: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP) (Quit: RealRaven)
  1807. # [12:47] * Fallen is now known as Fallen|away
  1808. # [12:47] * Joins: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP)
  1809. # [12:50] * Quits: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP) (Quit: RealRaven)
  1810. # [12:50] * Joins: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP)
  1811. # [12:51] * Joins: automata (automata@302C91B4.8DDD1F9.16867D26.IP)
  1812. # [12:52] * Joins: darkowlzzz (sunny@89E21768.183D15C7.27560D6E.IP)
  1813. # [12:53] * Quits: mahdi (mahdi@2CD8D535.D82ADA63.195261CE.IP) (Quit: Leaving)
  1814. # [12:53] * Quits: darkowlzz (sunny@20E419.25CDC443.27560D6E.IP) (Ping timeout)
  1815. # [12:56] * Joins: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz)
  1816. # [12:56] * BenWa|email is now known as BenWa
  1817. # [12:56] * Quits: zzzzz (chatzilla@moz-1EC6AFEA.dhcp.embarqhsd.net) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 1.9.0.17/2009122204])
  1818. # [12:56] * Quits: automata (automata@302C91B4.8DDD1F9.16867D26.IP) (Quit: This computer has gone to sleep)
  1819. # [12:56] * Quits: jrmuizel (jrmuizel@moz-99690620.hinet-ip.hinet.net) (Client exited)
  1820. # [12:56] * Joins: maxli (Adium@moz-EE42E0E.student.cs.uwaterloo.ca)
  1821. # [12:57] * Quits: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP) (Quit: RealRaven)
  1822. # [12:58] * Joins: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP)
  1823. # [12:58] * Quits: maxli (Adium@moz-EE42E0E.student.cs.uwaterloo.ca) (Ping timeout)
  1824. # [13:00] * Joins: Morris (Morris@moz-AB709101.hinet-ip.hinet.net)
  1825. # [13:00] * Joins: dria (dria@moz-FF0F6F16.dsl.teksavvy.com)
  1826. # [13:00] * Fallen|away is now known as Fallen
  1827. # [13:02] * kats is now known as kats|away
  1828. # [13:02] * Quits: karl (karl@moz-C433B975.jetstream.xtra.co.nz) (Ping timeout)
  1829. # [13:03] * kats|away is now known as kats
  1830. # [13:03] * Joins: zzzzz (chatzilla@moz-1EC6AFEA.dhcp.embarqhsd.net)
  1831. # [13:04] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/3ad927b99e82 - Thomas Zimmermann - Bug 972249: Remove |sGetPropertyMonitor|, r=echou
  1832. # [13:06] * Joins: jrmuizel (jrmuizel@moz-99690620.hinet-ip.hinet.net)
  1833. # [13:08] * Quits: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  1834. # [13:10] * Quits: jrmuizel (jrmuizel@moz-99690620.hinet-ip.hinet.net) (Client exited)
  1835. # [13:11] * Andreea|lunch is now known as AndreeaMatei
  1836. # [13:12] * kats is now known as kats|away
  1837. # [13:13] * Quits: Morris (Morris@moz-AB709101.hinet-ip.hinet.net) (Quit: Morris)
  1838. # [13:13] * Quits: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  1839. # [13:13] * Quits: mstange (markus@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1840. # [13:13] * BenWa is now known as BenWa|email
  1841. # [13:14] * Joins: Morris (Morris@moz-AB709101.hinet-ip.hinet.net)
  1842. # [13:14] * Quits: sicking (sicking@moz-501E5580.hsd1.ca.comcast.net) (Quit: sicking)
  1843. # [13:15] * Quits: gcp (gpascutto@moz-9CEB1C98.access.telenet.be) (Quit: Make a new plan, Stan!)
  1844. # [13:16] * Quits: Bas (chatzilla@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1845. # [13:17] * Joins: gcp (gpascutto@moz-9CEB1C98.access.telenet.be)
  1846. # [13:17] * Quits: botond|taipei (chatzilla@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1847. # [13:18] * Quits: bogdan_maris (Instantbir@28C4EA76.976FBEE.5BC07656.IP) (Quit: bogdan_maris)
  1848. # [13:20] * Joins: janv (varga@740FE678.9FB65C50.4F33160D.IP)
  1849. # [13:21] * Quits: shelly (shelly@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1850. # [13:21] * Quits: brsun (chatzilla@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1851. # [13:23] * Joins: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net)
  1852. # [13:24] * Joins: kushagra (kushagra@BD80333.BB65D3C8.520CDC98.IP)
  1853. # [13:25] * Quits: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net) (Quit: vicamo)
  1854. # [13:25] * Parts: pauly (opera@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  1855. # [13:26] * Quits: boris (boris@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  1856. # [13:27] * Quits: janv (varga@740FE678.9FB65C50.4F33160D.IP) (Quit: This computer has gone to sleep)
  1857. # [13:27] * Joins: jrmuizel (jrmuizel@moz-CC46F4AB.hinet-ip.hinet.net)
  1858. # [13:27] * Quits: jrmuizel (jrmuizel@moz-CC46F4AB.hinet-ip.hinet.net) (Client exited)
  1859. # [13:28] * Joins: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1860. # [13:29] * Quits: wolfiR (wolfiR@moz-4F1745CD.dip0.t-ipconnect.de) (Quit: Leaving)
  1861. # [13:30] * Joins: janv (varga@740FE678.9FB65C50.4F33160D.IP)
  1862. # [13:31] * Joins: wolfiR (wolfiR@moz-4F1745CD.dip0.t-ipconnect.de)
  1863. # [13:31] * Quits: allstarschh (allstars@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  1864. # [13:37] * Fallen is now known as Fallen|away
  1865. # [13:38] * Quits: janv (varga@740FE678.9FB65C50.4F33160D.IP) (Quit: This computer has gone to sleep)
  1866. # [13:38] * Joins: janv (varga@740FE678.9FB65C50.4F33160D.IP)
  1867. # [13:39] * Quits: jrm2k6 (jrm2k6@moz-925F8EE7.osr0-terez.net.telekom.hu) (Client exited)
  1868. # [13:41] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Quit: Edgar)
  1869. # [13:41] * Joins: Anupkumar (uid16774@moz-A42E5B7B.irccloud.com)
  1870. # [13:42] <jwatt> how can I find out which addons are using a particular interface?
  1871. # [13:43] <Yoric> jwatt: You mean besides searching http://mxr.mozilla.org/addons?
  1872. # [13:43] * Joins: mihaelav (Mibbit@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  1873. # [13:43] * Quits: zzzzz (chatzilla@moz-1EC6AFEA.dhcp.embarqhsd.net) (Ping timeout)
  1874. # [13:43] * Joins: zzzzz_ (chatzilla@moz-1EC6AFEA.dhcp.embarqhsd.net)
  1875. # [13:43] * zzzzz_ is now known as zzzzz
  1876. # [13:43] <jandem> Tomcat|sheriffduty: fwiw, I think the b2g M7 orange is from 08d032cb14a9
  1877. # [13:44] <jandem> Tomcat|sheriffduty: it's still running on that push, but it modified that test
  1878. # [13:44] <jwatt> Yoric: I possibly mean exactly that
  1879. # [13:44] * Joins: Archaeopteryx (itsme@moz-86EABF0A.cust.telecolumbus.net)
  1880. # [13:45] <Tomcat|sheriffduty> jandem: yeah
  1881. # [13:45] <Tomcat|sheriffduty> will back it out
  1882. # [13:45] <Yoric> jwatt: Go me.
  1883. # [13:45] * Joins: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP)
  1884. # [13:45] <jwatt> Yoric: how do I figure out what addon corresponds to the number in the results links
  1885. # [13:46] * Quits: Alessar (Alessar@4409775D.C64B1782.79D6B59E.IP) (Quit: IRC protocol for QIP->http://forum.qip.ru)
  1886. # [13:46] <Yoric> The only way I have found is to look at the manifest of the addons.
  1887. # [13:46] <Yoric> There may be a better way.
  1888. # [13:47] <jwatt> Yoric: appending the number to https://addons.mozilla.org/en-US/firefox/addon/ and loading it seems to work too
  1889. # [13:47] * jorendorff_away is now known as jorendorff
  1890. # [13:48] <Yoric> Good idea.
  1891. # [13:48] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  1892. # [13:49] * Joins: jviereck (Adium@moz-9B75775E.ethz.ch)
  1893. # [13:49] * jorendorff is now known as jorendorff_away
  1894. # [13:49] * Quits: zzzzz (chatzilla@moz-1EC6AFEA.dhcp.embarqhsd.net) (Ping timeout)
  1895. # [13:49] * Joins: zzzzz (chatzilla@moz-1EC6AFEA.dhcp.embarqhsd.net)
  1896. # [13:49] <Tomcat|sheriffduty> jandem: too bad one of my checkin-needed ones :)
  1897. # [13:49] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/448bccfe7543 - Carsten "Tomcat" Book - Backed out changeset 08d032cb14a9 (bug 965656) for B2G ICS Emulator Opt M7 Test Failures
  1898. # [13:50] * Quits: jviereck (Adium@moz-9B75775E.ethz.ch) (Connection reset by peer)
  1899. # [13:50] * Joins: jviereck (Adium@moz-9B75775E.ethz.ch)
  1900. # [13:52] * Joins: jviereck1 (Adium@moz-9B75775E.ethz.ch)
  1901. # [13:52] * Quits: jviereck (Adium@moz-9B75775E.ethz.ch) (Connection reset by peer)
  1902. # [13:52] * Quits: Jerry (hshih@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1903. # [13:52] * Quits: janv (varga@740FE678.9FB65C50.4F33160D.IP) (Quit: This computer has gone to sleep)
  1904. # [13:52] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/c8b35019a239 - B2G Bumper Bot - Bumping gaia.json for 5 gaia revision(s) a=gaia-bump
  1905. # [13:53] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/4798158788ff - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1906. # [13:53] * Joins: vingtetun (Thunderbir@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1907. # [13:53] * Joins: janv (varga@740FE678.9FB65C50.4F33160D.IP)
  1908. # [13:53] * Quits: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP) (Quit: RealRaven)
  1909. # [13:54] * Joins: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP)
  1910. # [13:55] * Joins: jviereck (Adium@moz-9B75775E.ethz.ch)
  1911. # [13:55] * Quits: jviereck1 (Adium@moz-9B75775E.ethz.ch) (Connection reset by peer)
  1912. # [13:55] * Quits: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP) (Quit: RealRaven)
  1913. # [13:55] * Joins: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP)
  1914. # [13:55] <jandem> Tomcat|sheriffduty: yeah :(
  1915. # [13:57] * Joins: kamidphish (textual@moz-CC46F4AB.hinet-ip.hinet.net)
  1916. # [13:57] * Joins: maxli (Adium@moz-B19F68ED.student.cs.uwaterloo.ca)
  1917. # [13:57] * Quits: jesup (chatzilla@moz-A39761D7.phlapa.fios.verizon.net) (Ping timeout)
  1918. # [13:58] * Quits: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP) (Quit: RealRaven)
  1919. # [13:59] * Joins: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP)
  1920. # [13:59] * Quits: maxli (Adium@moz-B19F68ED.student.cs.uwaterloo.ca) (Quit: Leaving.)
  1921. # [13:59] * Joins: maxli (Adium@moz-B19F68ED.student.cs.uwaterloo.ca)
  1922. # [14:00] * Quits: nli-- (Linear-log@moz-57D01ED1.hinet-ip.hinet.net) (Ping timeout)
  1923. # [14:00] * Quits: jviereck (Adium@moz-9B75775E.ethz.ch) (Quit: Leaving.)
  1924. # [14:00] * Quits: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP) (Quit: RealRaven)
  1925. # [14:01] * Joins: jesup (chatzilla@moz-A39761D7.phlapa.fios.verizon.net)
  1926. # [14:01] * Joins: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP)
  1927. # [14:01] * Quits: maxli (Adium@moz-B19F68ED.student.cs.uwaterloo.ca) (Ping timeout)
  1928. # [14:01] * Joins: arky (arky@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1929. # [14:03] * Joins: Alessar (Alessar@4409775D.C64B1782.79D6B59E.IP)
  1930. # [14:04] * Joins: jviereck (Adium@moz-9B75775E.ethz.ch)
  1931. # [14:04] * Quits: mkmelin (mkmelin@moz-587908DB.elisa-laajakaista.fi) (Ping timeout)
  1932. # [14:04] * Joins: jviereck1 (Adium@moz-9B75775E.ethz.ch)
  1933. # [14:05] * Quits: jviereck (Adium@moz-9B75775E.ethz.ch) (Connection reset by peer)
  1934. # [14:05] * Joins: jrm2k6 (jrm2k6@moz-925F8EE7.osr0-terez.net.telekom.hu)
  1935. # [14:06] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  1936. # [14:06] * Quits: Morris (Morris@moz-AB709101.hinet-ip.hinet.net) (Ping timeout)
  1937. # [14:07] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Quit: jib)
  1938. # [14:07] * Quits: jviereck1 (Adium@moz-9B75775E.ethz.ch) (Ping timeout)
  1939. # [14:11] * Joins: marshall_law (marshall@BCC5EC56.B2070AF7.505F6A0C.IP)
  1940. # [14:12] * Quits: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP) (Quit: RealRaven)
  1941. # [14:13] * Joins: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP)
  1942. # [14:13] * Quits: jesup (chatzilla@moz-A39761D7.phlapa.fios.verizon.net) (Input/output error)
  1943. # [14:13] * Joins: yzen (yzen@moz-C3EA2B28.cable.teksavvy.com)
  1944. # [14:14] * Quits: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP) (Quit: RealRaven)
  1945. # [14:14] * Quits: kushagra (kushagra@BD80333.BB65D3C8.520CDC98.IP) (Client exited)
  1946. # [14:14] * Joins: kushagra (kushagra@99C4FB88.58489E08.520CDC98.IP)
  1947. # [14:14] * Joins: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP)
  1948. # [14:15] * Joins: jviereck (Adium@moz-8B8C3A96.ethz.ch)
  1949. # [14:17] * Quits: jviereck (Adium@moz-8B8C3A96.ethz.ch) (Quit: Leaving.)
  1950. # [14:18] * Joins: sierk (sierk@moz-C8542A0B.dip0.t-ipconnect.de)
  1951. # [14:18] * Quits: sierk (sierk@moz-C8542A0B.dip0.t-ipconnect.de) (Quit: sierk)
  1952. # [14:18] * Joins: ehsan (ehsan@moz-B4709FAB.cable.teksavvy.com)
  1953. # [14:18] * ChanServ sets mode: +o ehsan
  1954. # [14:19] * Joins: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com)
  1955. # [14:19] * Quits: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP) (Quit: RealRaven)
  1956. # [14:19] <@ehsan> what is "Firefox Commit Bot" and how can we make it stop?!
  1957. # [14:20] * jmaher|afk is now known as jmaher
  1958. # [14:20] * Joins: jviereck (Adium@moz-8B8C3A96.ethz.ch)
  1959. # [14:20] <Tomcat|sheriffduty> ehsan: glob|away blocked that account
  1960. # [14:20] <@ehsan> \o/
  1961. # [14:20] * Joins: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP)
  1962. # [14:20] <Tomcat|sheriffduty> we don't know from who this bot came
  1963. # [14:20] <@ehsan> god knows I don't need to get more bugmail!
  1964. # [14:20] <Tomcat|sheriffduty> but the comments were a little verbose :)
  1965. # [14:20] <@ehsan> and a little useless
  1966. # [14:20] * Joins: smaug (chatzilla@moz-9E0B1701.pp.htv.fi)
  1967. # [14:20] * ChanServ sets mode: +o smaug
  1968. # [14:21] * Joins: ahal (ahal@moz-7DE89BF0.cable.teksavvy.com)
  1969. # [14:21] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  1970. # [14:21] * @ehsan goes back to marking the rest of his 7794 unread bugmails as read
  1971. # [14:21] <Tomcat|sheriffduty> :)
  1972. # [14:21] <Tomcat|sheriffduty> ehsan: 00:51 < glob> heads-up - i've disabled the 'firefox commit bot' account on bmo following concerns over its verbosity. if the owner of that bot appears here, please ask them to contact me so we can work out how to best serve the goals of that bot
  1973. # [14:21] <@ehsan> hope a comment on every bug that gets fixed won't be the solution ;)
  1974. # [14:22] <Tomcat|sheriffduty> yeah
  1975. # [14:22] * Quits: janv (varga@740FE678.9FB65C50.4F33160D.IP) (Quit: This computer has gone to sleep)
  1976. # [14:24] * Joins: rbarnes (rbarnes@moz-F55A81A8.washdc.fios.verizon.net)
  1977. # [14:25] * Joins: MarcoZ (marco.zehe@moz-952AD2A2.dip0.t-ipconnect.de)
  1978. # [14:25] <jandem> ah great, it was annoying. And that explains why it didn't comment on all bugs..
  1979. # [14:29] * Quits: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP) (Quit: RealRaven)
  1980. # [14:29] * Joins: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP)
  1981. # [14:31] * Quits: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP) (Quit: RealRaven)
  1982. # [14:31] * Joins: kushagra_ (kushagra@BD80333.BB65D3C8.520CDC98.IP)
  1983. # [14:31] * Joins: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP)
  1984. # [14:32] * Joins: naveed__ (naveed@moz-3CA42256.bstnma.fios.verizon.net)
  1985. # [14:32] * Quits: kushagra (kushagra@99C4FB88.58489E08.520CDC98.IP) (Ping timeout)
  1986. # [14:33] * Quits: ggp (ggp@A8A32A14.A5813AFB.1160D82E.IP) (Input/output error)
  1987. # [14:33] <@smaug> was the commit bot annoying?
  1988. # [14:34] * admix|away is now known as admix
  1989. # [14:34] * Quits: naveed__ (naveed@moz-3CA42256.bstnma.fios.verizon.net) (Ping timeout)
  1990. # [14:34] <@smaug> the only annoying aspect was to get pinged here when commit messages had r=<your nick>
  1991. # [14:35] * Joins: ggp (ggp@A8A32A14.A5813AFB.1160D82E.IP)
  1992. # [14:35] <idwer> some projects have a #<project name>-commits channel ;)
  1993. # [14:35] * catlee-away is now known as catlee
  1994. # [14:37] * Quits: tonymec|away (tonymec@1B79E820.1137024C.277517C1.IP) (Input/output error)
  1995. # [14:38] * Quits: @ehsan (ehsan@moz-B4709FAB.cable.teksavvy.com) (Input/output error)
  1996. # [14:38] * Quits: ggp (ggp@A8A32A14.A5813AFB.1160D82E.IP) (Ping timeout)
  1997. # [14:39] * Joins: jesup|laptop (chatzilla@moz-A39761D7.phlapa.fios.verizon.net)
  1998. # [14:39] * Quits: peterv (peterv@moz-88203188.access.telenet.be) (Ping timeout)
  1999. # [14:39] * kushagra_ is now known as kushagra
  2000. # [14:39] * Joins: peterv (peterv@moz-88203188.access.telenet.be)
  2001. # [14:41] <jandem> smaug: not firebot, there was some kind of bot commenting in bugzilla whenever a bug was merged to m-c
  2002. # [14:42] * Quits: yzen (yzen@moz-C3EA2B28.cable.teksavvy.com) (Ping timeout)
  2003. # [14:43] * Quits: mihneadb (mihneadb@moz-6B31F5AA.static.ziggozakelijk.nl) (Quit: Computer gone to sleep - Zzzz...)
  2004. # [14:43] * admix is now known as admix|away
  2005. # [14:44] * Joins: tonymec|away (tonymec@1B79E820.1137024C.277517C1.IP)
  2006. # [14:44] * Quits: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP) (Quit: RealRaven)
  2007. # [14:44] * Joins: digitsm (digitsm@C2036747.A778C84C.DA0107E2.IP)
  2008. # [14:44] * Joins: tedders1 (tedders1@moz-B62E6247.sjc.megapath.net)
  2009. # [14:45] * joshua-s|zzz is now known as joshua-s
  2010. # [14:45] * Joins: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP)
  2011. # [14:46] * Quits: kushagra (kushagra@BD80333.BB65D3C8.520CDC98.IP) (Client exited)
  2012. # [14:47] * Quits: darkowlzzz (sunny@89E21768.183D15C7.27560D6E.IP) (Ping timeout)
  2013. # [14:47] * mreavy is now known as mreavy|mtg
  2014. # [14:47] * Joins: spohl (Adium@moz-FED9006F.static.hvvc.us)
  2015. # [14:48] * Quits: mak (uid24946@moz-31ABA2C0.irccloud.com) (Quit: Connection closed for inactivity)
  2016. # [14:48] * Joins: ggp (ggp@27A987B4.BFDA0A02.9F9EFC6F.IP)
  2017. # [14:49] * Joins: m_gol (m_gol@moz-E66C995F.neoplus.adsl.tpnet.pl)
  2018. # [14:50] * Quits: jviereck (Adium@moz-8B8C3A96.ethz.ch) (Quit: Leaving.)
  2019. # [14:50] * Joins: janv (varga@740FE678.9FB65C50.4F33160D.IP)
  2020. # [14:50] <@smaug> ah
  2021. # [14:51] <@smaug> hmm, so we don't get m-c changeset id in bugs anymore?
  2022. # [14:51] * Joins: vicamo (vicamo@moz-97A42970.dynamic-ip.hinet.net)
  2023. # [14:52] * Joins: gsvelto (gsvelto@moz-AD6B3EB9.clienti.tiscali.it)
  2024. # [14:53] <Tomcat|sheriffduty> smaug: oh we have
  2025. # [14:53] <Tomcat|sheriffduty> there was a seperate bot today
  2026. # [14:54] * Joins: robertbindar (Thunderbir@C63F9B1C.7E118222.89C0DD0D.IP)
  2027. # [14:54] <Tomcat|sheriffduty> smaug: see https://bugzilla.mozilla.org/page.cgi?id=user_activity.html&action=run&who=firefoxcommits%40gmail.com&from=2012-01-01&to=2020-01-01&sort=when
  2028. # [14:55] * Quits: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP) (Quit: RealRaven)
  2029. # [14:55] <Tomcat|sheriffduty> no clue who was doing this - at least the glob blocked the account
  2030. # [14:55] <Tomcat|sheriffduty> was NO sheriff bot or so :)
  2031. # [14:55] * Joins: ferjm (ferjm@moz-DAC756B.ip.mcleodusa.net)
  2032. # [14:55] * Joins: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP)
  2033. # [14:55] <@smaug> ah, this one https://bugzilla.mozilla.org/show_bug.cgi?id=984269#c9
  2034. # [14:55] <@smaug> ok, that would be annoying
  2035. # [14:56] <@smaug> but possibly useful
  2036. # [14:56] * Quits: digitsm (digitsm@C2036747.A778C84C.DA0107E2.IP) (Ping timeout)
  2037. # [14:56] * Quits: janv (varga@740FE678.9FB65C50.4F33160D.IP) (Quit: This computer has gone to sleep)
  2038. # [14:57] * Quits: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP) (Quit: RealRaven)
  2039. # [14:57] * Joins: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP)
  2040. # [14:58] * Joins: armenzg (armenzg@moz-DC6D6B46.home1.cgocable.net)
  2041. # [14:58] <Tomcat|sheriffduty> tzimmermann: ping
  2042. # [14:58] * Joins: automata (automata@302C91B4.8DDD1F9.16867D26.IP)
  2043. # [14:59] <tzimmermann> Tomcat|sheriffduty: pong
  2044. # [14:59] * Quits: arky (arky@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  2045. # [14:59] * bbouvier is now known as bbouvier|sick
  2046. # [14:59] <Tomcat|sheriffduty> hey tzimmermann could https://tbpl.mozilla.org/php/getParsedLog.php?id=37213526&tree=B2g-Inbound be related to your push to b2g-i
  2047. # [14:59] <Tomcat|sheriffduty> just wondering. this seems to happen in the bluetooth area
  2048. # [14:59] * curtisk|afk is now known as curtisk
  2049. # [15:00] * Joins: maxli (Adium@moz-EE42E0E.student.cs.uwaterloo.ca)
  2050. # [15:00] * Joins: mihneadb (mihneadb@D2B93A1C.DE0DFBD7.31DFFEC1.IP)
  2051. # [15:00] * Joins: digitsm (digitsm@8386E06B.96445692.3FFBF42F.IP)
  2052. # [15:01] <tzimmermann> Tomcat|sheriffduty: probably
  2053. # [15:01] <Tomcat|sheriffduty> retriggered this test now
  2054. # [15:02] * Quits: maxli (Adium@moz-EE42E0E.student.cs.uwaterloo.ca) (Ping timeout)
  2055. # [15:02] * Joins: rogeliodh (Thunderbir@EAF19855.7310477D.D67CC001.IP)
  2056. # [15:02] * Quits: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP) (Quit: RealRaven)
  2057. # [15:02] <tzimmermann> Tomcat|sheriffduty: i pushed 972249 removed a workaround because the bug is thought to be fixed. but if it's still there, gecko might crash
  2058. # [15:02] * Joins: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP)
  2059. # [15:03] <digitsm> Hello
  2060. # [15:03] <Tomcat|sheriffduty> yeah
  2061. # [15:04] <tzimmermann> Tomcat|sheriffduty: that's not exactly what i was hoping for ;)
  2062. # [15:04] * Joins: jchaulk (jchaulk-20@87A5E45D.C77E6360.971E19F6.IP)
  2063. # [15:04] <Tomcat|sheriffduty> tzimmermann: yeah looks somehow like this are crashes maybe in marionette
  2064. # [15:04] * Joins: Manuela (manuela_mu@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  2065. # [15:05] * Quits: Manuela (manuela_mu@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP) (Quit: Manuela)
  2066. # [15:05] * Joins: janv (varga@740FE678.9FB65C50.4F33160D.IP)
  2067. # [15:05] <Tomcat|sheriffduty> tzimmermann: also follwing push has now a orange mnw test
  2068. # [15:05] <Tomcat|sheriffduty> so i guess its a permament failure in mnw
  2069. # [15:06] * Quits: stransky (stransky@moz-59D79C36.broadband2.iol.cz) (Quit: Connection reset by beer)
  2070. # [15:06] * Quits: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP) (Quit: RealRaven)
  2071. # [15:06] <tzimmermann> Tomcat|sheriffduty: maybe rolling back bug 972249 makes sense. we tought this has been fixed, but now it doesn't like that's the case.
  2072. # [15:06] * kmoir-afk is now known as kmoir
  2073. # [15:06] <tzimmermann> 'look like'
  2074. # [15:06] <Tomcat|sheriffduty> yeah i backout Bug 972249
  2075. # [15:06] * Joins: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP)
  2076. # [15:06] * Quits: gandalf (zbraniecki@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  2077. # [15:06] <Tomcat|sheriffduty> err i can backout i mean :)
  2078. # [15:07] <Tomcat|sheriffduty> closing b2g-i now for this
  2079. # [15:07] <tzimmermann> Tomcat|sheriffduty: ok, thanks. sorry about this
  2080. # [15:07] <Tomcat|sheriffduty> np :)
  2081. # [15:07] <Tomcat|sheriffduty> thats what we are here for :)
  2082. # [15:08] * Joins: sankha93 (sankha93@7061CD01.D6BD0D91.22D41759.IP)
  2083. # [15:09] * jcranmer|away is now known as jcranmer
  2084. # [15:09] * Quits: tedders1 (tedders1@moz-B62E6247.sjc.megapath.net) (Input/output error)
  2085. # [15:10] * Quits: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP) (Quit: RealRaven)
  2086. # [15:10] * Joins: tedders1 (tedders1@moz-B62E6247.sjc.megapath.net)
  2087. # [15:10] * Quits: rbarnes (rbarnes@moz-F55A81A8.washdc.fios.verizon.net) (Input/output error)
  2088. # [15:10] * Joins: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP)
  2089. # [15:11] * Joins: mgol (m_gol@moz-E66C995F.neoplus.adsl.tpnet.pl)
  2090. # [15:11] * Quits: m_gol (m_gol@moz-E66C995F.neoplus.adsl.tpnet.pl) (Connection reset by peer)
  2091. # [15:11] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/c809fe4b8fba - Carsten "Tomcat" Book - Backed out changeset 3ad927b99e82 (bug 972249) for permanent test failure in marionette on a CLOSED TREE
  2092. # [15:12] * Joins: yzen (yzen@13F2CEC5.7672369.D8E68FF6.IP)
  2093. # [15:12] * Quits: tedders1 (tedders1@moz-B62E6247.sjc.megapath.net) (Ping timeout)
  2094. # [15:13] * Joins: RyanVM (Thunderbir@moz-37FED3AC.phlapa.fios.verizon.net)
  2095. # [15:13] * Quits: jhlin (jhlin@moz-99690620.hinet-ip.hinet.net) (Client exited)
  2096. # [15:13] * Joins: ehsan (ehsan@moz-B4709FAB.cable.teksavvy.com)
  2097. # [15:13] * ChanServ sets mode: +o ehsan
  2098. # [15:14] * Joins: jhlin (jhlin@moz-3C4E8FD7.dynamic.hinet.net)
  2099. # [15:14] * armenzg is now known as armenzg_brb
  2100. # [15:14] * Quits: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP) (Quit: RealRaven)
  2101. # [15:14] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ce4b890505d1 - Patrick McManus - bug 968417 - revalidating images needs loadgroup parent for spdy push r=seth
  2102. # [15:15] * Joins: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP)
  2103. # [15:15] <digitsm> Tomcat|sheriffduty: Do you remember my problem with FF issuing "Segmentation Fault" error?
  2104. # [15:15] * Joins: Edgar (Thunderbir@moz-4A5DB290.dynamic.hinet.net)
  2105. # [15:16] * Quits: jhlin (jhlin@moz-3C4E8FD7.dynamic.hinet.net) (Ping timeout)
  2106. # [15:16] <Tomcat|sheriffduty> digitsm: yeah and the "does not happen in safe-mode" thing right ? :)
  2107. # [15:16] <digitsm> This error doesn't occur in safe-mode. But when in normal mode, with all addons disable, this error occurs again
  2108. # [15:16] <digitsm> Tomcat|sheriffduty: Yeah
  2109. # [15:16] * Joins: recursive (recursive@71958799.4D49EC71.6815CE39.IP)
  2110. # [15:17] <digitsm> very weird!!!
  2111. # [15:17] <Tomcat|sheriffduty> digitsm: could you try to reproduce with a new profile (https://support.mozilla.org/en-US/kb/profile-manager-create-and-remove-firefox-profiles)
  2112. # [15:17] <Tomcat|sheriffduty> if the new profile is fine it could be a problem with your current profile like setting or so
  2113. # [15:18] <Tomcat|sheriffduty> or about:config etry etc
  2114. # [15:18] * Joins: kk1fff (kk1fff@moz-95CA5501.dynamic.hinet.net)
  2115. # [15:18] <Tomcat|sheriffduty> entry
  2116. # [15:18] <digitsm> I disabled addons one by one, until all addons disabled. I also used a new session (only 4 tabs containing Yahoo articles). But it closes suddenly with that error again
  2117. # [15:18] * Quits: tonymec|away (tonymec@1B79E820.1137024C.277517C1.IP) (Ping timeout)
  2118. # [15:19] * Joins: bgrins (bgrins@C7203E51.FBD8ACDB.20F09BA6.IP)
  2119. # [15:19] * Quits: @smaug (chatzilla@moz-9E0B1701.pp.htv.fi) (Ping timeout)
  2120. # [15:19] * Joins: tonymec|away (tonymec@1B79E820.1137024C.277517C1.IP)
  2121. # [15:20] * Joins: gandalf (zbraniecki@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2122. # [15:20] * Joins: Snuffleupagus (chatzilla@moz-7411B7A4.bredband.comhem.se)
  2123. # [15:21] * Quits: till (till@moz-F29A122A.adsl.alicedsl.de) (Input/output error)
  2124. # [15:21] <digitsm> Tomcat|sheriffduty: I confirm that I changed some about:config entries before, but I knew what I was doing
  2125. # [15:22] * Joins: bholley (bholley@B08EEEEB.6BBCE916.7B974E06.IP)
  2126. # [15:23] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/aec6bf932306 - Simone Bruno - Bug 991203 - mozconfig file to be used for B2G linux64 desktop debug builds. r=aki, a=NPOTB
  2127. # [15:23] * Joins: davidb (davidb@moz-33F98277.dsl.bell.ca)
  2128. # [15:25] * Joins: jdm (jdm@CAB30FBD.8F96AEA7.2D179A7D.IP)
  2129. # [15:25] * Quits: jkitch (Thunderbir@moz-488D1BFA.lns20.adl2.internode.on.net) (Ping timeout)
  2130. # [15:25] * Joins: tonymec (tonymec@1B79E820.1137024C.277517C1.IP)
  2131. # [15:26] * Quits: mhaigh (martyn@moz-199AFE41.cable.virginm.net) (Quit: Leaving.)
  2132. # [15:28] * Quits: mihneadb (mihneadb@D2B93A1C.DE0DFBD7.31DFFEC1.IP) (Quit: Computer gone to sleep - Zzzz...)
  2133. # [15:28] * Joins: jwei (jwei@13F2CEC5.7672369.D8E68FF6.IP)
  2134. # [15:29] * gaye is now known as gaye|brb
  2135. # [15:30] * gaye|brb is now known as gaye
  2136. # [15:31] * Joins: mconley (mconley@moz-D640D16C.cable.teksavvy.com)
  2137. # [15:31] * Quits: ericchou (uid13391@moz-E77DEB21.irccloud.com) (Quit: Connection closed for inactivity)
  2138. # [15:32] * Quits: bholley (bholley@B08EEEEB.6BBCE916.7B974E06.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  2139. # [15:32] * Joins: AaronMT (AaronMT@13F2CEC5.7672369.D8E68FF6.IP)
  2140. # [15:32] * Quits: masayuki1 (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Quit: masayuki1)
  2141. # [15:33] * Joins: gustavold (gustavold@92B83061.778B974F.DF2AC62B.IP)
  2142. # [15:33] * Joins: naveed__ (naveed@moz-3CA42256.bstnma.fios.verizon.net)
  2143. # [15:33] * Quits: fredw (Icedove@moz-B9C110E2.fbx.proxad.net) (Quit: fredw)
  2144. # [15:33] * lth|out is now known as lth
  2145. # [15:33] * Quits: automata (automata@302C91B4.8DDD1F9.16867D26.IP) (Quit: This computer has gone to sleep)
  2146. # [15:33] * Quits: GPHemsley (GPHemsley@moz-379EB2FA.hsd1.de.comcast.net) (Ping timeout)
  2147. # [15:34] * Quits: naveed__ (naveed@moz-3CA42256.bstnma.fios.verizon.net) (Ping timeout)
  2148. # [15:35] * Joins: Boopathi_K (uid13677@moz-31ABA2C0.irccloud.com)
  2149. # [15:35] * Joins: GPHemsley (GPHemsley@moz-379EB2FA.hsd1.de.comcast.net)
  2150. # [15:35] <jdm> ooh, firefox commit bot
  2151. # [15:36] * Quits: digitsm (digitsm@8386E06B.96445692.3FFBF42F.IP) (Ping timeout)
  2152. # [15:36] * Joins: digitsm (digitsm@A84F5DD1.A6A1F366.DA0107E2.IP)
  2153. # [15:37] <digitsm> Sorry
  2154. # [15:38] <digitsm> I think I got disconnected
  2155. # [15:38] * armenzg_brb is now known as armenzg
  2156. # [15:38] * Joins: therube_agone (chatzilla@moz-1308AA8D.bltmmd.east.verizon.net)
  2157. # [15:39] <digitsm> Tomcat|sheriffduty: Hello again
  2158. # [15:39] * Quits: ferjm (ferjm@moz-DAC756B.ip.mcleodusa.net) (Quit: Leaving)
  2159. # [15:39] <digitsm> Tomcat|sheriffduty: I tested -safe-mode again. This time I got "segmentation fault" even in safe-mode
  2160. # [15:39] * Quits: vicamo (vicamo@moz-97A42970.dynamic-ip.hinet.net) (Ping timeout)
  2161. # [15:40] * Joins: vicamo (vicamo@moz-97A42970.dynamic-ip.hinet.net)
  2162. # [15:40] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  2163. # [15:40] <Tomcat|sheriffduty> digitsm: maybe a stack trace and a bug report with steps to reproduce would be useful , see https://developer.mozilla.org/en-US/docs/How_to_get_a_stacktrace_for_a_bug_report
  2164. # [15:41] * Quits: lsblakk (sid23867@moz-E77DEB21.irccloud.com) (Ping timeout)
  2165. # [15:41] * Quits: erikvold (sid18003@moz-E77DEB21.irccloud.com) (Ping timeout)
  2166. # [15:41] * Quits: bkelly (sid22777@moz-E77DEB21.irccloud.com) (Ping timeout)
  2167. # [15:41] <digitsm> Tomcat|sheriffduty: I have many plugins installed too, many of them old
  2168. # [15:42] * Quits: jrm2k6 (jrm2k6@moz-925F8EE7.osr0-terez.net.telekom.hu) (Client exited)
  2169. # [15:43] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/a8b512cb029e - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  2170. # [15:43] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/e2e287901e1f - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2171. # [15:43] * Joins: till (till@moz-F29A122A.adsl.alicedsl.de)
  2172. # [15:44] * Joins: erikvold (sid18003@moz-E77DEB21.irccloud.com)
  2173. # [15:44] * Joins: lsblakk (sid23867@moz-E77DEB21.irccloud.com)
  2174. # [15:45] <Tomcat|sheriffduty> digitsm: well its always good to be on the lastest plugins and addons
  2175. # [15:45] * Quits: till (till@moz-F29A122A.adsl.alicedsl.de) (Input/output error)
  2176. # [15:45] <digitsm> Tomcat|sheriffduty: I really don't know how some of them got installed. I have plugins below:
  2177. # [15:46] * Quits: Anupkumar (uid16774@moz-A42E5B7B.irccloud.com) (Quit: Connection closed for inactivity)
  2178. # [15:46] * Joins: bkelly (sid22777@moz-E77DEB21.irccloud.com)
  2179. # [15:46] * glob|away is now known as glob
  2180. # [15:47] <Tomcat|sheriffduty> digitsm: maybe the guys over #firefox might know the problem, there more of a support channel i guess
  2181. # [15:47] * Quits: GPHemsley (GPHemsley@moz-379EB2FA.hsd1.de.comcast.net) (Ping timeout)
  2182. # [15:48] <digitsm> 1. IcedTea-Web Plugin (using IcedTea-Web 1.3.2 (1.3.2-1)) 2. iTunes Application Detector 3. MozPlugger 1.14.5 handles QuickTime and Windows Media Player 4. Shockwave Flash 11.2 r202 5. Skype Buttons for Kopete
  2183. # [15:48] <digitsm> Tomcat|sheriffduty: I sought help in #firefox one time, but never replied !!!
  2184. # [15:48] * Quits: digitsm (digitsm@A84F5DD1.A6A1F366.DA0107E2.IP) (Quit: Leaving)
  2185. # [15:49] * Joins: digitsm (digitsm@A84F5DD1.A6A1F366.DA0107E2.IP)
  2186. # [15:49] * whimboo is now known as whimboo|afk
  2187. # [15:49] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  2188. # [15:50] * Quits: davidb (davidb@moz-33F98277.dsl.bell.ca) (Quit: Blah blah blah)
  2189. # [15:50] * Joins: davidb (davidb@moz-33F98277.dsl.bell.ca)
  2190. # [15:51] * Joins: bent (chatzilla@E38B5014.43538092.6F94E353.IP)
  2191. # [15:52] * Quits: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP) (Quit: RealRaven)
  2192. # [15:53] * Joins: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP)
  2193. # [15:54] * Quits: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP) (Quit: RealRaven)
  2194. # [15:54] * Quits: Snuffleupagus (chatzilla@moz-7411B7A4.bredband.comhem.se) (Ping timeout)
  2195. # [15:54] * Joins: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP)
  2196. # [15:55] <Alessar> Hello. One question. I run c:\mozillabuild\start-msvc11.bat with my studio 2012, but cl.exe have major version 15. It seems from studio 2009. Anybody knows what I should change in config if I want get correct version of compiler?
  2197. # [15:55] * sheppy-offline is now known as sheppy
  2198. # [15:55] * Quits: mconley (mconley@moz-D640D16C.cable.teksavvy.com) (Input/output error)
  2199. # [15:55] * Quits: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  2200. # [15:56] * Quits: @ehsan (ehsan@moz-B4709FAB.cable.teksavvy.com) (Input/output error)
  2201. # [15:58] * Joins: josh (josh@moz-348C4790.hsd1.mn.comcast.net)
  2202. # [15:58] * mcote|afk is now known as mcote
  2203. # [15:58] <idwer> Alessar: I can take a look, if you point me to the gitweb/hgweb url
  2204. # [15:59] <RyanVM> jdm: yeah, that bot's....something...
  2205. # [15:59] <jdm> ha
  2206. # [15:59] * pmoore|TRIBE is now known as pmoore
  2207. # [15:59] * Quits: Optimizer (Optimizer@5E7BF14A.60965A1D.BE4CF869.IP) (Ping timeout)
  2208. # [16:00] * Joins: Optimizer (Optimizer@5E7BF14A.60965A1D.BE4CF869.IP)
  2209. # [16:00] * Joins: maxli (Adium@moz-B19F68ED.student.cs.uwaterloo.ca)
  2210. # [16:01] * Joins: jrm2k6 (jrm2k6@moz-925F8EE7.osr0-terez.net.telekom.hu)
  2211. # [16:01] * Joins: arky (arky@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2212. # [16:01] <Tomcat|sheriffduty> RyanVM: glob disabled the account and so far the owner hasn't complained here :)
  2213. # [16:01] * gaye is now known as gaye|coffee
  2214. # [16:02] <RyanVM> Tomcat|sheriffduty: lulz
  2215. # [16:02] <RyanVM> so somebody just set that up for shits and giggles?
  2216. # [16:02] <RyanVM> wow
  2217. # [16:02] * Quits: cornel_ionce (Mibbit@28C4EA76.976FBEE.5BC07656.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  2218. # [16:02] * Quits: maxli (Adium@moz-B19F68ED.student.cs.uwaterloo.ca) (Ping timeout)
  2219. # [16:03] <Tomcat|sheriffduty> RyanVM: no clue was first thinking this one offical thing but didn't found anything like a discussion or annoucement
  2220. # [16:03] * ahal is now known as ahal|afk
  2221. # [16:03] * Quits: joshua-s (Thunderbir@moz-D97B8AC7.syrcny.east.verizon.net) (Quit: Try Firetext (https://marketplace.firefox.com/app/firetext), a word processor for Firefox OS!)
  2222. # [16:03] * glob is now known as glob|mtg
  2223. # [16:04] * edmorley is now known as edmorley|sheriffduty
  2224. # [16:04] * Joins: jhlin (jhlin@moz-7A7CC248.dynamic.hinet.net)
  2225. # [16:04] * Quits: Optimizer (Optimizer@5E7BF14A.60965A1D.BE4CF869.IP) (Ping timeout)
  2226. # [16:04] * Joins: joshua-s (Thunderbir@moz-D97B8AC7.syrcny.east.verizon.net)
  2227. # [16:04] * Joins: bholley (bholley@B08EEEEB.6BBCE916.7B974E06.IP)
  2228. # [16:04] * Tomcat|sheriffduty is now known as Tomcat
  2229. # [16:05] * Quits: josh (josh@moz-348C4790.hsd1.mn.comcast.net) (Quit: josh)
  2230. # [16:05] <Alessar> idwer: What information I should provide to You?
  2231. # [16:05] * bobowen is now known as bobowen|afk
  2232. # [16:05] <RyanVM> Alessar: did you see my note in #build?
  2233. # [16:06] <jdm> RyanVM: huh, I assumed that was a new sheriff tool o.o
  2234. # [16:06] <RyanVM> leave us out of it :P
  2235. # [16:06] <Tomcat> jdm: hah, sheriffs were innocent this time !
  2236. # [16:06] <RyanVM> I was a bit suspicious at it being a gmail address
  2237. # [16:07] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/d2c0858051bc - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2238. # [16:07] <Yoric> It's not a real firefox commit bot?
  2239. # [16:07] * Quits: jwalker (jwalker@moz-6E8EECA.cable.virginm.net) (Input/output error)
  2240. # [16:07] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/378f4ab1e4f7 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  2241. # [16:08] <RyanVM> Yoric: apparently not :P
  2242. # [16:08] * Joins: jwalker (jwalker@moz-6E8EECA.cable.virginm.net)
  2243. # [16:08] * Yoric is disappointed.
  2244. # [16:08] * Joins: pauly (opera@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  2245. # [16:08] <Alessar> RyanVM: Yes. I try to update mozillabuild. But I am not sure that I get happiness after it.
  2246. # [16:08] <Tomcat> Yoric: you know we are your commit bots :)
  2247. # [16:09] <RyanVM> Alessar: I assume you have an older MSVC installed somewhere?
  2248. # [16:09] <RyanVM> Alessar: Because that sounds like a franken-install to me
  2249. # [16:09] <RyanVM> Alessar: MozillaBuild uses registry keys for determining which version is installed
  2250. # [16:10] <RyanVM> (see guess.msvc.bat)
  2251. # [16:10] * Quits: jwalker (jwalker@moz-6E8EECA.cable.virginm.net) (Ping timeout)
  2252. # [16:10] <RyanVM> guess-msvc.bat rather
  2253. # [16:10] <Tomcat> oh btw RyanVM i use now your 1.9rc for building and testing
  2254. # [16:10] <RyanVM> cool, it went final today
  2255. # [16:11] * philor|away is now known as philor
  2256. # [16:11] * Quits: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP) (Quit: RealRaven)
  2257. # [16:11] * Joins: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP)
  2258. # [16:12] * Quits: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  2259. # [16:12] * Joins: gerv (Instantbir@moz-8E68CF56.in-addr.arpa)
  2260. # [16:12] * Quits: bholley (bholley@B08EEEEB.6BBCE916.7B974E06.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  2261. # [16:14] * Quits: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de) (Input/output error)
  2262. # [16:14] * Quits: rogeliodh (Thunderbir@EAF19855.7310477D.D67CC001.IP) (Ping timeout)
  2263. # [16:15] * Quits: jhlin (jhlin@moz-7A7CC248.dynamic.hinet.net) (Client exited)
  2264. # [16:15] * Joins: TheComputerGuy0012 (thecompute@946B6B3C.24770E89.EC4A85D5.IP)
  2265. # [16:15] <Alessar> RyanVM: Yes. I have 2 version of studio.
  2266. # [16:15] <Alessar> I see guess-msvc.bat and put some comments to this file (where it get version of previous version of studio). But after run start-msvc11.bat I get the same version of compiler (15).
  2267. # [16:15] <Alessar> On official site I see information that current version of mozzillabuild have 1.8.0 number. And 1.9.0pre have bug.
  2268. # [16:15] * Quits: Archaeopteryx (itsme@moz-86EABF0A.cust.telecolumbus.net) (Quit: Goodbye)
  2269. # [16:16] <RyanVM> Alessar: 1.9.0 went final today
  2270. # [16:16] * Joins: jhlin (jhlin@moz-7A7CC248.dynamic.hinet.net)
  2271. # [16:16] <RyanVM> which site are you looking at?
  2272. # [16:17] * Quits: davidb (davidb@moz-33F98277.dsl.bell.ca) (Connection reset by peer)
  2273. # [16:17] * Joins: lmandel (lmandel@13F2CEC5.7672369.D8E68FF6.IP)
  2274. # [16:18] * Joins: bholley (bholley@B08EEEEB.6BBCE916.7B974E06.IP)
  2275. # [16:18] * Joins: rogeliodh (Thunderbir@3E18C8E7.8D6AA50D.D67CC001.IP)
  2276. # [16:18] * bobowen|afk is now known as bobowen
  2277. # [16:19] <Alessar> RyanVM: https://wiki.mozilla.org/MozillaBuild#Release_Notes
  2278. # [16:19] <Alessar> Where I can get the latest version?
  2279. # [16:19] <RyanVM> http://ftp.mozilla.org/pub/mozilla.org/mozilla/libraries/win32/MozillaBuildSetup-Latest.exe
  2280. # [16:19] <RyanVM> i'll update the wiki now :)
  2281. # [16:19] * Quits: arky (arky@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  2282. # [16:19] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/c9e95530ee00 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2283. # [16:19] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/fabadd2f8055 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  2284. # [16:20] <RyanVM> Alessar: thanks for the reminder :)
  2285. # [16:21] * Joins: Snuffleupagus (chatzilla@moz-7411B7A4.bredband.comhem.se)
  2286. # [16:23] * Joins: ehsan (ehsan@13F2CEC5.7672369.D8E68FF6.IP)
  2287. # [16:23] * ChanServ sets mode: +o ehsan
  2288. # [16:23] * Quits: recursive (recursive@71958799.4D49EC71.6815CE39.IP) (Input/output error)
  2289. # [16:23] <Alessar> RyanVM: Thanks for latest build :-)
  2290. # [16:24] * Joins: narendraj9__ (narendraj9@8BE7F492.18C5BF52.402AA3CF.IP)
  2291. # [16:24] <RyanVM> Alessar: do let me know if it helps
  2292. # [16:24] * Quits: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com) (Ping timeout)
  2293. # [16:25] <bagder> "IE11 now offers an Enterprise Mode feature, which allows IT administrators to deploy a list of sites which should run in IE8-Compatibility mode"
  2294. # [16:25] <bagder> and the web is getting even better... :-/
  2295. # [16:25] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/9abb2a6237c1 - Wan-Teh Chang - Bug 849085: Update to NSPR_4_10_5_BETA3. Also includes fixes for
  2296. # [16:26] <Alessar> RyanVM: Ok
  2297. # [16:27] * Joins: recursive (recursive@71958799.4D49EC71.6815CE39.IP)
  2298. # [16:27] * Joins: arky (arky@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2299. # [16:27] * Joins: vikstrous (v@13F2CEC5.7672369.D8E68FF6.IP)
  2300. # [16:31] <jryans> RyanVM: does "remove old mozilla-build" mean "delete the dir" or is there an uninstall?
  2301. # [16:31] * ahal|afk is now known as ahal
  2302. # [16:31] <RyanVM> jryans: just delete the dir
  2303. # [16:31] <RyanVM> it's a stand-alone install
  2304. # [16:32] * hwine-ooo is now known as hwine
  2305. # [16:33] * Joins: davidb (davidb@moz-33F98277.dsl.bell.ca)
  2306. # [16:33] * Joins: naveed__ (naveed@moz-3CA42256.bstnma.fios.verizon.net)
  2307. # [16:35] * Quits: lpy (lpy@207F51B2.F09091A8.1348A864.IP) (Connection reset by peer)
  2308. # [16:35] * Quits: naveed__ (naveed@moz-3CA42256.bstnma.fios.verizon.net) (Ping timeout)
  2309. # [16:35] * Quits: arky (arky@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  2310. # [16:36] * Joins: lpy (lpy@207F51B2.F09091A8.1348A864.IP)
  2311. # [16:36] * Joins: kamidphi_ (textual@347FA24B.24D9B0A0.495EC8CD.IP)
  2312. # [16:36] <Alessar> RyanVM: One advise. I install 1.9 over 1.8 (in the same folder). And I got error about could not remove msys-1.0.dll (in process of installation). Maybe installer should check close for example ssh-agent.exe?
  2313. # [16:36] * Quits: kamidphish (textual@moz-CC46F4AB.hinet-ip.hinet.net) (Connection reset by peer)
  2314. # [16:36] * Quits: mihaelav (Mibbit@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  2315. # [16:36] <RyanVM> Alessar: maybe, but you're also explicitly warned about that :P
  2316. # [16:37] * Tomcat is now known as Tomcat|afk
  2317. # [16:37] * terrence-afk is now known as terrence
  2318. # [16:38] * Quits: Optimize1 (Instantbir@4F3E1057.A6DE773B.88FACCAA.IP) (Ping timeout)
  2319. # [16:39] * Quits: Edgar (Thunderbir@moz-4A5DB290.dynamic.hinet.net) (Quit: Edgar)
  2320. # [16:39] * Quits: lpy (lpy@207F51B2.F09091A8.1348A864.IP) (Client exited)
  2321. # [16:39] * Joins: mconley (mconley@13F2CEC5.7672369.D8E68FF6.IP)
  2322. # [16:39] <Alessar> Unfortunately installer did not ask me about it. It fails and show me only error about msys-1.0.dll and nothing.
  2323. # [16:39] * Quits: marshall_law (marshall@BCC5EC56.B2070AF7.505F6A0C.IP) (Ping timeout)
  2324. # [16:40] * Joins: marshall_law (marshall@BCC5EC56.B2070AF7.505F6A0C.IP)
  2325. # [16:40] * admix|away is now known as admix
  2326. # [16:40] <RyanVM> Alessar: it's in the release announcement
  2327. # [16:40] <RyanVM> it's been a pretty standard warning for some time now
  2328. # [16:40] * Quits: tonymec (tonymec@1B79E820.1137024C.277517C1.IP) (Ping timeout)
  2329. # [16:42] * Quits: Pike (chatzilla@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: ChatZilla 0.9.90.1 [Firefox 28.0/20140314220517])
  2330. # [16:43] * Quits: KaiRo (robert@moz-B66AEBBA.adsl.highway.telekom.at) (Input/output error)
  2331. # [16:43] * Joins: tonymec (tonymec@1B79E820.1137024C.277517C1.IP)
  2332. # [16:44] * Joins: KaiRo (robert@moz-B66AEBBA.adsl.highway.telekom.at)
  2333. # [16:44] <Alessar> RyanVM: "release announcement" - is this a big text on first page of installer?
  2334. # [16:45] * Joins: GPHemsley (GPHemsley@moz-379EB2FA.hsd1.de.comcast.net)
  2335. # [16:45] * Quits: narendraj9__ (narendraj9@8BE7F492.18C5BF52.402AA3CF.IP) (Connection reset by peer)
  2336. # [16:45] <RyanVM> no, the dev-platform post linked from the wiki you mentioned earlier
  2337. # [16:46] * Joins: narendraj9__ (narendraj9@8BE7F492.18C5BF52.402AA3CF.IP)
  2338. # [16:47] * Quits: zzzzz (chatzilla@moz-1EC6AFEA.dhcp.embarqhsd.net) (Ping timeout)
  2339. # [16:47] * Joins: zzzzz (chatzilla@moz-1EC6AFEA.dhcp.embarqhsd.net)
  2340. # [16:47] * Quits: GPHemsley (GPHemsley@moz-379EB2FA.hsd1.de.comcast.net) (Ping timeout)
  2341. # [16:48] * Joins: mihneadb (mihneadb@D2B93A1C.DE0DFBD7.31DFFEC1.IP)
  2342. # [16:49] * Joins: victorporof (victorporo@13F2CEC5.7672369.D8E68FF6.IP)
  2343. # [16:50] * Quits: kk1fff (kk1fff@moz-95CA5501.dynamic.hinet.net) (Client exited)
  2344. # [16:51] * Joins: GPHemsley (GPHemsley@moz-379EB2FA.hsd1.de.comcast.net)
  2345. # [16:52] * Joins: jrmuizel (jrmuizel@moz-CC46F4AB.hinet-ip.hinet.net)
  2346. # [16:52] * Quits: capella (chatzilla@moz-3A08EE5.twcny.res.rr.com) (Ping timeout)
  2347. # [16:53] <Alessar> RyanVM: Unfortunately I cannot find this announcement
  2348. # [16:53] * Quits: zzzzz (chatzilla@moz-1EC6AFEA.dhcp.embarqhsd.net) (Ping timeout)
  2349. # [16:53] * Joins: zzzzz (chatzilla@moz-1EC6AFEA.dhcp.embarqhsd.net)
  2350. # [16:53] <RyanVM> Alessar: https://wiki.mozilla.org/MozillaBuild#Release_Notes - click " MozillaBuild 1.9.0 "
  2351. # [16:53] * Joins: capella (chatzilla@moz-3A08EE5.twcny.res.rr.com)
  2352. # [16:54] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/26b3c6a09526 - Bevis Tseng - Bug 990368 - Add corresponding test case to verify error cases in sending MMS. r=vyang
  2353. # [16:54] * BenWa|email is now known as BenWa
  2354. # [16:54] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/99d07c57a142 - Ethan Tseng - Bug 990862 - [RTSP] Rename RtspChannel to RtspChannelChild. r=sworkman
  2355. # [16:54] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/71190df41146 - Bevis Tseng - Bug 990368 - [B2G][MMS][DSDS] Feedback NonActiveSimError if send an MMS with non active SIM selected. r=vyang
  2356. # [16:54] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/ae66a100d164 - Dimi Lee - Bug 991499 - WifiWorker still try to send message to component which is already shutdown. r=vchang
  2357. # [16:54] <RyanVM> jesup: ping
  2358. # [16:54] * Joins: gwagner (Gregor@moz-B45FE61C.hsd1.ca.comcast.net)
  2359. # [16:54] * rail_away is now known as rail
  2360. # [16:54] * Joins: kdudka (kdudka@moz-107AD163.redhat.com)
  2361. # [16:55] * Joins: bajaj (Adium@moz-34BA18EC.hsd1.ca.comcast.net)
  2362. # [16:55] * Joins: zzzzz_ (chatzilla@moz-1EC6AFEA.dhcp.embarqhsd.net)
  2363. # [16:55] <gcp> RyanVM: bug 969395?
  2364. # [16:55] * Joins: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com)
  2365. # [16:55] <RyanVM> gcp: hah
  2366. # [16:55] <RyanVM> yes indeed :P
  2367. # [16:55] <RyanVM> gcp: trying to make sense of that
  2368. # [16:55] <gcp> I'll reply in the bug
  2369. # [16:55] * Quits: zzzzz (chatzilla@moz-1EC6AFEA.dhcp.embarqhsd.net) (Ping timeout)
  2370. # [16:55] * zzzzz_ is now known as zzzzz
  2371. # [16:55] * Quits: avaida (Instantbir@28C4EA76.976FBEE.5BC07656.IP) (Input/output error)
  2372. # [16:56] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  2373. # [16:56] * Quits: Evolutio (Thunderbir@moz-43DCBC3D.superkabel.de) (Quit: Evolutio)
  2374. # [16:57] * Joins: jesup (chatzilla@moz-A39761D7.phlapa.fios.verizon.net)
  2375. # [16:57] * Joins: botond|taipei (chatzilla@347FA24B.24D9B0A0.495EC8CD.IP)
  2376. # [16:57] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  2377. # [16:59] * Joins: Pike (chatzilla@9223CEE4.B8068B2.FAF22AF7.IP)
  2378. # [16:59] * Quits: capella (chatzilla@moz-3A08EE5.twcny.res.rr.com) (Ping timeout)
  2379. # [17:00] * Joins: capella (chatzilla@moz-3A08EE5.twcny.res.rr.com)
  2380. # [17:01] <RyanVM> gcp: did you intend to remove the checkin-needed too?
  2381. # [17:01] <gcp> yes
  2382. # [17:01] * Joins: maxli (Adium@moz-EE42E0E.student.cs.uwaterloo.ca)
  2383. # [17:01] <gcp> interesting you saw that, I don't see it in my bugmail
  2384. # [17:01] * edmorley|sheriffduty is now known as edmorley|mtg
  2385. # [17:02] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/234d50648ad1 - Vincent Liu - Bug 983022 - [tarako] Need minidump screen shot. r=ted, r=gal
  2386. # [17:02] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/5cd9ae69c171 - Kartikaya Gupta - Bug 988800 - Catch and ignore situations where we try to composite on a destroyed LayerRenderer instance. r=Cwiiis
  2387. # [17:02] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/f9d5889fd337 - David Rajchenbach-Teller - Bug 991038 - Uncaught async error in DownloadIntegration.jsm. r=paolo
  2388. # [17:02] <RyanVM> gcp: i query for checkin-neededs
  2389. # [17:03] <gcp> RyanVM: I'm just surprised it didn't show in the mail from bugzilla that I cleared it.
  2390. # [17:03] <RyanVM> you didn't
  2391. # [17:03] <gcp> oh
  2392. # [17:03] * Quits: zzzzz (chatzilla@moz-1EC6AFEA.dhcp.embarqhsd.net) (Ping timeout)
  2393. # [17:03] <RyanVM> but I don't want it on my queries either
  2394. # [17:03] * Quits: maxli (Adium@moz-EE42E0E.student.cs.uwaterloo.ca) (Ping timeout)
  2395. # [17:03] * Joins: zzzzz (chatzilla@moz-1EC6AFEA.dhcp.embarqhsd.net)
  2396. # [17:03] <gcp> I'm still writing the comment explaining why i'm removing it :P
  2397. # [17:03] <gcp> was confused here
  2398. # [17:04] * Quits: espadrine_ (ttyl@moz-A5AA493D.w92-128.abo.wanadoo.fr) (Ping timeout)
  2399. # [17:04] * Joins: espadrine_ (ttyl@moz-A5AA493D.w92-128.abo.wanadoo.fr)
  2400. # [17:04] <RyanVM> gcp: I already removed it
  2401. # [17:04] <gcp> Mid-air collision detected!
  2402. # [17:05] <RyanVM> heh
  2403. # [17:05] <RyanVM> :D
  2404. # [17:05] <Yoric> Back to good old RyanVM-bot.
  2405. # [17:05] <RyanVM> Yoric: \m/
  2406. # [17:05] <Alessar> RyanVM: Thanks. I've found it.
  2407. # [17:05] <RyanVM> Alessar: wonderful
  2408. # [17:06] <RyanVM> mikedeboer: ping
  2409. # [17:06] * Quits: jdm (jdm@CAB30FBD.8F96AEA7.2D179A7D.IP) (Quit: Lost terminal)
  2410. # [17:07] * jorendorff_away is now known as jorendorff
  2411. # [17:07] * admix is now known as admix|away
  2412. # [17:07] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  2413. # [17:09] * Joins: ferjm (ferjm@moz-DAC756B.ip.mcleodusa.net)
  2414. # [17:10] <Alessar> RyanVM: I run clobber (as i see in this announcement). After that run mach configure. And got the same error with unsupported 15 version compilier. :-(
  2415. # [17:10] * Quits: AndreeaMatei (Thunderbir@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP) (Quit: AndreeaMatei)
  2416. # [17:10] <RyanVM> Alessar: what are your MSVC install paths?
  2417. # [17:10] * Joins: lpy (lpy@1834E2CB.F09091A8.1348A864.IP)
  2418. # [17:11] * Quits: jhlin (jhlin@moz-7A7CC248.dynamic.hinet.net) (Client exited)
  2419. # [17:11] <RyanVM> (i'll note that we still call vcvars32.bat to set the MSVC paths, so it might not be entirely mozillabuild's fault)
  2420. # [17:11] * Joins: Optimizer (Optimizer@5E7BF14A.60965A1D.BE4CF869.IP)
  2421. # [17:12] * Quits: vicamo (vicamo@moz-97A42970.dynamic-ip.hinet.net) (Quit: vicamo)
  2422. # [17:12] * mattwoodrow|away is now known as mattwoodrow
  2423. # [17:13] * mreavy|mtg is now known as mreavy
  2424. # [17:13] * Joins: vicamo (vicamo@moz-97A42970.dynamic-ip.hinet.net)
  2425. # [17:14] * Joins: jhlin (jhlin@moz-7A7CC248.dynamic.hinet.net)
  2426. # [17:15] * kats|away is now known as kats
  2427. # [17:15] <Alessar> "c:\Program Files (x86)\Microsoft Visual Studio 9.0"
  2428. # [17:15] <Alessar> "c:\Program Files (x86)\Microsoft Visual Studio 11.0"
  2429. # [17:15] * Quits: ggp (ggp@27A987B4.BFDA0A02.9F9EFC6F.IP) (Input/output error)
  2430. # [17:16] * Joins: ggp (ggp@27A987B4.BFDA0A02.9F9EFC6F.IP)
  2431. # [17:16] * Quits: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net) (Ping timeout)
  2432. # [17:16] * Joins: AndreeaMatei (Thunderbir@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  2433. # [17:17] * Joins: maxli (Adium@moz-EE42E0E.student.cs.uwaterloo.ca)
  2434. # [17:17] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  2435. # [17:17] * Joins: bmoss (bmoss@moz-62518563.mtv2.mozilla.com)
  2436. # [17:17] <Alessar> Where I can find this vcvars32.bat ?
  2437. # [17:17] * Quits: ggp (ggp@27A987B4.BFDA0A02.9F9EFC6F.IP) (Ping timeout)
  2438. # [17:18] * bobowen is now known as bobowen|afk
  2439. # [17:18] <RyanVM> VC\bin in your MSVC install dir
  2440. # [17:18] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/8fdd82231243 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  2441. # [17:18] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/81014b3107d9 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2442. # [17:18] * Quits: mkaply (quassel@moz-40A9D7EC.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Ping timeout)
  2443. # [17:18] * Quits: zzzzz (chatzilla@moz-1EC6AFEA.dhcp.embarqhsd.net) (Ping timeout)
  2444. # [17:18] * Joins: jwalker (jwalker@moz-76873736.cable.virginm.net)
  2445. # [17:19] * Joins: zzzzz (chatzilla@moz-1EC6AFEA.dhcp.embarqhsd.net)
  2446. # [17:20] <RyanVM> Alessar: but guess-msvc.bat doesn't even look for older than msvc2010 anymore, so I'm not sure how it's ending up with MSVC 2008 in the path
  2447. # [17:20] <RyanVM> unless
  2448. # [17:20] * Joins: jviereck (Adium@moz-5F2A758D.ethz.ch)
  2449. # [17:20] <RyanVM> do you have it in your Windows path to begin with?
  2450. # [17:20] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/9a1cdcb8ea27 - Hannes Verschore - Bug 991618 - IonMonkey: Set AliasSet on MBail, r=nbp
  2451. # [17:20] * Quits: vicamo (vicamo@moz-97A42970.dynamic-ip.hinet.net) (Quit: vicamo)
  2452. # [17:21] * Quits: TheComputerGuy0012 (thecompute@946B6B3C.24770E89.EC4A85D5.IP) (Ping timeout)
  2453. # [17:21] * Quits: mihneadb (mihneadb@D2B93A1C.DE0DFBD7.31DFFEC1.IP) (Quit: Computer gone to sleep - Zzzz...)
  2454. # [17:21] * Joins: paolo (paolo@moz-3722C597.retail.telecomitalia.it)
  2455. # [17:21] * Quits: shorlander (shorlander@moz-AD5202B6.static.nextweb.net) (Input/output error)
  2456. # [17:22] * Quits: jhlin (jhlin@moz-7A7CC248.dynamic.hinet.net) (Client exited)
  2457. # [17:22] * Joins: shorlander (shorlander@moz-AD5202B6.static.nextweb.net)
  2458. # [17:23] * Joins: jhlin (jhlin@moz-7A7CC248.dynamic.hinet.net)
  2459. # [17:23] * Joins: bjacob__ (bjacob@347FA24B.24D9B0A0.495EC8CD.IP)
  2460. # [17:23] * mattwoodrow is now known as mattwoodrow|away
  2461. # [17:24] * Quits: shorlander (shorlander@moz-AD5202B6.static.nextweb.net) (Ping timeout)
  2462. # [17:24] <firebot> Check-in: http://hg.mozilla.org/integration/fx-team/rev/d53cc3ad38ec - Victor Porof - Bug 991392 - Make the separator between the watch expressions and variables view visible in the debugger, r=past
  2463. # [17:24] <firebot> http://hg.mozilla.org/integration/fx-team/rev/a17657a71b01 - Victor Porof - Bug 991376 - The variables inspection popup shouldn't opening when hovering js literals, r=past
  2464. # [17:24] <firebot> http://hg.mozilla.org/integration/fx-team/rev/312c314e230b - Victor Porof - Bug 991175 - Headers values in the netmonitor sidepane are very hard to read and copy after clicking on them, r=msucan
  2465. # [17:25] * Joins: Jerry (hshih@moz-AE383FC4.dynamic.kbronet.com.tw)
  2466. # [17:25] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  2467. # [17:26] * Quits: jhorak (jhorak@moz-107AD163.redhat.com) (Quit: Leaving)
  2468. # [17:26] * Joins: jviereck1 (Adium@moz-5F2A758D.ethz.ch)
  2469. # [17:26] * Quits: jviereck (Adium@moz-5F2A758D.ethz.ch) (Connection reset by peer)
  2470. # [17:27] * Joins: kk1fff (kk1fff@moz-95CA5501.dynamic.hinet.net)
  2471. # [17:27] <firebot> Check-in: http://hg.mozilla.org/integration/fx-team/rev/0cf912adb762 - Panos Astithas - Bug 991112 - Disable RDP logging for faster tests. r=vporof
  2472. # [17:27] <Alessar> RyanVM: In %path% ? No, I have not.
  2473. # [17:27] <firebot> http://hg.mozilla.org/integration/fx-team/rev/60a470a36779 - Panos Astithas - Fix a typo in error reporting when attaching to the tracer (bug 989627). r=vporof
  2474. # [17:27] * Joins: vicamo (vicamo@moz-97A42970.dynamic-ip.hinet.net)
  2475. # [17:28] * Quits: jviereck1 (Adium@moz-5F2A758D.ethz.ch) (Quit: Leaving.)
  2476. # [17:28] * Quits: robertbindar (Thunderbir@C63F9B1C.7E118222.89C0DD0D.IP) (Ping timeout)
  2477. # [17:28] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  2478. # [17:28] * Quits: kamidphi_ (textual@347FA24B.24D9B0A0.495EC8CD.IP) (Ping timeout)
  2479. # [17:28] * Joins: jviereck (Adium@moz-5F2A758D.ethz.ch)
  2480. # [17:29] * Quits: jviereck (Adium@moz-5F2A758D.ethz.ch) (Max SendQ exceeded)
  2481. # [17:29] * glob|mtg is now known as glob
  2482. # [17:29] * Quits: kk1fff (kk1fff@moz-95CA5501.dynamic.hinet.net) (Ping timeout)
  2483. # [17:29] * Joins: jviereck (Adium@moz-5F2A758D.ethz.ch)
  2484. # [17:29] * Joins: jviereck1 (Adium@moz-5F2A758D.ethz.ch)
  2485. # [17:29] * Quits: jviereck (Adium@moz-5F2A758D.ethz.ch) (Connection reset by peer)
  2486. # [17:29] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/013c4b1e63d2 - Brian Hackett - Bug 989503 - Recover cleanly after OOM while adding type object properties, r=jandem.
  2487. # [17:30] * whimboo|afk is now known as whimboo
  2488. # [17:31] <Alessar> 1. I run cmd. I run cl. I get "unrecognized command".
  2489. # [17:31] <Alessar> 2. I run "start-shell-msvc2012.bat".I run cl. And get 17 version of cl (!!!)
  2490. # [17:31] <Alessar> 3. But after run "mach configure" I get error about 15 version of cl.
  2491. # [17:31] <Alessar> I am confused...
  2492. # [17:32] * Joins: ggp (ggp@moz-556BAC9F.dsl.telesp.net.br)
  2493. # [17:32] * Joins: jdm (jdm@FCCEA34F.7672369.D8E68FF6.IP)
  2494. # [17:32] * nsm|away is now known as nsm
  2495. # [17:33] * kats is now known as kats|away
  2496. # [17:34] <idwer> there is a 'command prompt' in the 'visual studio tools' folder
  2497. # [17:34] <idwer> on vs2008, at least
  2498. # [17:35] <RyanVM> Alessar: so am I :(
  2499. # [17:35] <gcp> mbrubeck: hahahahah!
  2500. # [17:35] <RyanVM> Alessar: and you completely deleted your objdir?
  2501. # [17:35] <gcp> mbrubeck: the song is perfect
  2502. # [17:35] * Joins: bwc (Adium@moz-536549A9.dsl.static.sonic.net)
  2503. # [17:36] * Parts: pauly (opera@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  2504. # [17:37] * Quits: jviereck1 (Adium@moz-5F2A758D.ethz.ch) (Quit: Leaving.)
  2505. # [17:37] <philor> RyanVM: you're on fire, too
  2506. # [17:37] <RyanVM> haha
  2507. # [17:37] <RyanVM> dammit, I saw that include and wondered what would happen elsewhere
  2508. # [17:37] * RyanVM blames ted for giving that an r+
  2509. # [17:38] <@ted> which?
  2510. # [17:38] * Quits: narendraj9__ (narendraj9@8BE7F492.18C5BF52.402AA3CF.IP) (Ping timeout)
  2511. # [17:39] <Alessar> RyanVM: As I say previous, before it I run "mach clobber" and it command remove my objdir
  2512. # [17:39] * hwine is now known as hwine-ooo
  2513. # [17:39] * Joins: mihneadb (mihneadb@moz-6B31F5AA.static.ziggozakelijk.nl)
  2514. # [17:39] * Joins: jviereck (Adium@moz-5F2A758D.ethz.ch)
  2515. # [17:39] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e6531852947f - Ryan VanderMeulen - Backed out changeset 234d50648ad1 (bug 983022) for non-Linux build bustage.
  2516. # [17:39] <RyanVM> ted ^
  2517. # [17:40] <RyanVM> Alessar: I'm sorry, I have no idea what mach is doing in that case :(
  2518. # [17:40] <RyanVM> ted: lol, it broke on some linux builds as well
  2519. # [17:40] <RyanVM> failtastic
  2520. # [17:40] <RyanVM> ted: but whodathunk that a linux/fb.h include wouldn't go over so well on !linux
  2521. # [17:40] * Joins: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com)
  2522. # [17:41] <@ted> *sigh*
  2523. # [17:41] * bc is now known as bc|afk
  2524. # [17:41] * bobowen|afk is now known as bobowen
  2525. # [17:41] * RyanVM won't snark the bug
  2526. # [17:42] * curtisk is now known as curtisk|afk
  2527. # [17:42] * Joins: darkowlzz (sunny@66FEC6CC.6C60E3DB.F44414AF.IP)
  2528. # [17:43] * Quits: jviereck (Adium@moz-5F2A758D.ethz.ch) (Quit: Leaving.)
  2529. # [17:43] <mbrubeck> gcp: :)
  2530. # [17:44] * Joins: jgilbert (jgilbert@moz-CC46F4AB.hinet-ip.hinet.net)
  2531. # [17:45] * bobowen is now known as bobowen|afk
  2532. # [17:46] * Quits: jgilbert (jgilbert@moz-CC46F4AB.hinet-ip.hinet.net) (Ping timeout)
  2533. # [17:47] * Quits: digitsm (digitsm@A84F5DD1.A6A1F366.DA0107E2.IP) (Ping timeout)
  2534. # [17:47] * Quits: jchaulk (jchaulk-20@87A5E45D.C77E6360.971E19F6.IP) (Quit: Leaving.)
  2535. # [17:48] * Quits: vicamo (vicamo@moz-97A42970.dynamic-ip.hinet.net) (Quit: vicamo)
  2536. # [17:49] * Joins: jgriffin (jgriffin@moz-791CC332.hsd1.wa.comcast.net)
  2537. # [17:49] * Joins: jimb (user@moz-ED4AA0F2.hsd1.wa.comcast.net)
  2538. # [17:50] * jlund|bbl is now known as jlund|buildduty
  2539. # [17:51] * Joins: rbarnes (rbarnes@moz-F55A81A8.washdc.fios.verizon.net)
  2540. # [17:51] * jorendorff is now known as jorendorff_away
  2541. # [17:51] * Quits: mgol (m_gol@moz-E66C995F.neoplus.adsl.tpnet.pl) (Ping timeout)
  2542. # [17:56] * Joins: Mossop (dtownsend@53343B0D.8DCA2D5.5E2862A8.IP)
  2543. # [17:57] * Joins: robertbindar (Thunderbir@E5C5E4E7.30E1A1B0.89C0DD0D.IP)
  2544. # [17:57] * jchen|away is now known as jchen
  2545. # [17:57] * geekboy|afk is now known as geekboy
  2546. # [17:57] * Joins: ckerschb (ckerschb@moz-62518563.mtv2.mozilla.com)
  2547. # [17:57] * Joins: jedp (jedp@moz-62518563.mtv2.mozilla.com)
  2548. # [17:57] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/84ef7d9c2571 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  2549. # [17:58] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/cc1e944e3b1f - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2550. # [17:58] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  2551. # [17:58] * Joins: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2552. # [17:59] * Quits: recursive (recursive@71958799.4D49EC71.6815CE39.IP) (Ping timeout)
  2553. # [17:59] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  2554. # [17:59] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Ping timeout)
  2555. # [18:00] * catlee is now known as catlee-lunch
  2556. # [18:01] * Joins: aklotz (Thunderbir@moz-36664323.cg.shawcable.net)
  2557. # [18:02] * Quits: Rik (rik@87C1F78E.1DE10CA8.D8E68FF6.IP) (Connection reset by peer)
  2558. # [18:02] * Joins: kushagra (kushagra@BD80333.BB65D3C8.520CDC98.IP)
  2559. # [18:02] * ctalbert is now known as ctalbert|afk
  2560. # [18:02] * Joins: Rik (rik@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2561. # [18:02] * Joins: myk (myk@moz-C7450B6B.dsl.dynamic.sonic.net)
  2562. # [18:02] * rail is now known as rail-lunch
  2563. # [18:03] * Joins: mccr8 (mccr8@moz-62518563.mtv2.mozilla.com)
  2564. # [18:03] * Quits: Rik (rik@87C1F78E.1DE10CA8.D8E68FF6.IP) (Connection reset by peer)
  2565. # [18:03] * Joins: Rik (rik@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2566. # [18:03] * Quits: bjacob__ (bjacob@347FA24B.24D9B0A0.495EC8CD.IP) (Ping timeout)
  2567. # [18:03] * Quits: gwagner (Gregor@moz-B45FE61C.hsd1.ca.comcast.net) (Quit: gwagner)
  2568. # [18:04] * Joins: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net)
  2569. # [18:04] * Joins: digitsm (digitsm@B8D4743D.7B919139.DA0107E2.IP)
  2570. # [18:05] * Quits: jhlin (jhlin@moz-7A7CC248.dynamic.hinet.net) (Client exited)
  2571. # [18:05] * Joins: coop (coop@moz-16793726.dsl.teksavvy.com)
  2572. # [18:06] * Quits: lpy (lpy@1834E2CB.F09091A8.1348A864.IP) (Client exited)
  2573. # [18:06] <Alessar> RyanVM: What difference between files "configure" and "configure.in" in root folder?
  2574. # [18:06] <RyanVM> configure is generated from configure.in
  2575. # [18:07] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/cd8fed951743 - Robert Strong - Bug 982448 - some fxmetro pref's still being left behind with values without --enable-metro in the mozconfig. r=bbondy, a=sledru
  2576. # [18:07] * Quits: heftig (heftig@moz-33D186ED.unitymedia.biz) (Quit: Quitting)
  2577. # [18:08] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/109f1bac7f0b - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2578. # [18:08] * Joins: lduros (user@moz-A888D5F1.phlapa.fios.verizon.net)
  2579. # [18:08] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/cfee0a8dfe1d - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  2580. # [18:08] * Joins: shorlander (shorlander@moz-62518563.mtv2.mozilla.com)
  2581. # [18:09] * glob is now known as glob|away
  2582. # [18:09] * Joins: lpy (lpy@1834E2CB.F09091A8.1348A864.IP)
  2583. # [18:10] * Quits: kushagra (kushagra@BD80333.BB65D3C8.520CDC98.IP) (Ping timeout)
  2584. # [18:10] * Quits: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: rcirc on GNU Emacs 24.3.1)
  2585. # [18:11] <Alessar> RyanVM: I rename bin folder (in msvsc 9.0) and got error: "d:/work/FireFoxOS/sourceTHREE/configure: line 3281: cl: command not found".
  2586. # [18:11] <Alessar> Looks like wrong folder is set in this file "configure"
  2587. # [18:11] * Quits: coop (coop@moz-16793726.dsl.teksavvy.com) (Quit: coop)
  2588. # [18:11] * Joins: coop (coop@moz-16793726.dsl.teksavvy.com)
  2589. # [18:12] <RyanVM> Alessar: you can safely remove it
  2590. # [18:12] * Joins: schien (anonymous@moz-11B86DE5.dynamic.hinet.net)
  2591. # [18:12] * Joins: jhlin (jhlin@moz-7A7CC248.dynamic.hinet.net)
  2592. # [18:13] * Joins: kushagra (kushagra@BD80333.BB65D3C8.520CDC98.IP)
  2593. # [18:14] <Alessar> RyanVM: remove folder or file "configure" ?
  2594. # [18:15] * Joins: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP)
  2595. # [18:15] * Quits: tzimmermann (tzimmerman@moz-489B5DA2.pools.arcor-ip.net) (Quit: Ex-Chat)
  2596. # [18:15] <idwer> the former
  2597. # [18:16] <RyanVM> Alessar: you can safely remove configure, it will be regenerated
  2598. # [18:17] * Quits: MarcoZ (marco.zehe@moz-952AD2A2.dip0.t-ipconnect.de) (Quit: See you tomorrow!)
  2599. # [18:18] * Quits: ddahl (ddahl@moz-71A35041.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  2600. # [18:18] * Joins: WaltS48 (Thunderbir@moz-E31A4A36.pitbpa.east.verizon.net)
  2601. # [18:19] * Joins: Ms2ger (Ms2ger@moz-98421F60.adsl-dyn.isp.belgacom.be)
  2602. # [18:19] * Joins: tessarakt (jens@moz-181140E4.dip0.t-ipconnect.de)
  2603. # [18:19] * Joins: tessarakt3 (jens@moz-181140E4.dip0.t-ipconnect.de)
  2604. # [18:19] * Quits: kushagra (kushagra@BD80333.BB65D3C8.520CDC98.IP) (Ping timeout)
  2605. # [18:20] * Joins: boris (boris@moz-633ED752.dynamic.kbronet.com.tw)
  2606. # [18:20] * Quits: boris (boris@moz-633ED752.dynamic.kbronet.com.tw) (Quit: Leaving.)
  2607. # [18:20] * Joins: stefanh (stefanh@moz-3EED0162.customers.ownit.se)
  2608. # [18:21] * Quits: shorlander (shorlander@moz-62518563.mtv2.mozilla.com) (Input/output error)
  2609. # [18:22] * Joins: victorporof_ (victorporo@13F2CEC5.7672369.D8E68FF6.IP)
  2610. # [18:22] * Joins: shorlander (shorlander@moz-62518563.mtv2.mozilla.com)
  2611. # [18:22] * Joins: kk1fff (kk1fff@moz-95CA5501.dynamic.hinet.net)
  2612. # [18:23] * Joins: mwu (mwu@moz-2E883D31.hsd1.nj.comcast.net)
  2613. # [18:23] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/4c345c0ee194 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  2614. # [18:23] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/d065e119cfde - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2615. # [18:23] * Quits: victorporof (victorporo@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2616. # [18:24] * Quits: shorlander (shorlander@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2617. # [18:24] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  2618. # [18:26] * Quits: lpy (lpy@1834E2CB.F09091A8.1348A864.IP) (Client exited)
  2619. # [18:26] * Joins: jchaulk (jchaulk-20@87A5E45D.C77E6360.971E19F6.IP)
  2620. # [18:28] * Joins: mt (mt@moz-62518563.mtv2.mozilla.com)
  2621. # [18:28] * Joins: justindarc (justindarc@D2AEACFC.B56D28DB.B58D01CE.IP)
  2622. # [18:29] * Joins: ehugg (ehugg@5FE3526B.709C0A2A.6157E88D.IP)
  2623. # [18:29] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Input/output error)
  2624. # [18:30] * Joins: kushagra (kushagra@99C4FB88.58489E08.520CDC98.IP)
  2625. # [18:30] * Quits: jhlin (jhlin@moz-7A7CC248.dynamic.hinet.net) (Client exited)
  2626. # [18:30] * armenzg is now known as armenzg_lunch
  2627. # [18:31] * Quits: bholley (bholley@B08EEEEB.6BBCE916.7B974E06.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  2628. # [18:31] * Quits: jaoo (user@9B16F31C.CF111F0B.E21948B5.IP) (Quit: ERC Version 5.3 (IRC client for Emacs))
  2629. # [18:32] * Joins: jhlin (jhlin@moz-7A7CC248.dynamic.hinet.net)
  2630. # [18:32] * Quits: jhlin (jhlin@moz-7A7CC248.dynamic.hinet.net) (Client exited)
  2631. # [18:32] * pmoore is now known as pmoore|away
  2632. # [18:33] * Quits: myk (myk@moz-C7450B6B.dsl.dynamic.sonic.net) (Ping timeout)
  2633. # [18:33] * Quits: maxli (Adium@moz-EE42E0E.student.cs.uwaterloo.ca) (Quit: Leaving.)
  2634. # [18:35] * ahal is now known as ahal|lunch
  2635. # [18:36] * Joins: naveed__ (naveed@moz-3CA42256.bstnma.fios.verizon.net)
  2636. # [18:36] * Quits: Pike (chatzilla@9223CEE4.B8068B2.FAF22AF7.IP) (Quit: ChatZilla 0.9.90.1 [Firefox 28.0/20140314220517])
  2637. # [18:36] * Joins: myk (myk@moz-C7450B6B.dsl.dynamic.sonic.net)
  2638. # [18:37] * Quits: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  2639. # [18:37] * Quits: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP) (Quit: return 0;)
  2640. # [18:37] <decoder> froydnj: ping?
  2641. # [18:37] * Quits: darkowlzz (sunny@66FEC6CC.6C60E3DB.F44414AF.IP) (Quit: This computer has gone to sleep)
  2642. # [18:38] <Alessar> RyanVM: I changed configure file (I add echo path). Looks like path have "c/PROGRA~2/MICROS~2.0/VC/BIN".
  2643. # [18:38] <Alessar> At first I am confusing that file use short name of path.
  2644. # [18:38] <Alessar> At second It means that path is set in this file.
  2645. # [18:38] <RyanVM> Alessar: ahah
  2646. # [18:39] <RyanVM> interesting
  2647. # [18:39] * Joins: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net)
  2648. # [18:40] * philor is now known as philor|away
  2649. # [18:40] * Quits: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net) (Connection reset by peer)
  2650. # [18:41] * Quits: AndreeaMatei (Thunderbir@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP) (Quit: AndreeaMatei)
  2651. # [18:41] * Joins: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net)
  2652. # [18:42] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  2653. # [18:42] * Quits: bnicholson (bnicholson@F118B273.BF05706.A36C57B9.IP) (Ping timeout)
  2654. # [18:42] * Quits: Boopathi_K (uid13677@moz-31ABA2C0.irccloud.com) (Quit: Connection closed for inactivity)
  2655. # [18:44] * Quits: jacek (jacek@moz-5D707D3B.psi.wroc.pl) (Quit: Konversation terminated!)
  2656. # [18:46] * Quits: yzen (yzen@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2657. # [18:46] * lth is now known as lth|dinner
  2658. # [18:49] * Quits: sewardj (sewardj@moz-2196DC8F.dip0.t-ipconnect.de) (Ping timeout)
  2659. # [18:50] * Joins: Mook_as (mook@moz-1FCC0032.activestate.com)
  2660. # [18:51] * Joins: gwagner (gwagner@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2661. # [18:52] * Parts: Snuffleupagus (chatzilla@moz-7411B7A4.bredband.comhem.se)
  2662. # [18:53] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  2663. # [18:54] * Quits: tn (tim@moz-E7CE1D28.wp.shawcable.net) (Ping timeout)
  2664. # [18:54] * Quits: tonymec (tonymec@1B79E820.1137024C.277517C1.IP) (Ping timeout)
  2665. # [18:55] * Joins: jonasfj (jonasfj@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2666. # [18:55] * Joins: bnicholson (bnicholson@moz-62518563.mtv2.mozilla.com)
  2667. # [18:55] * Quits: tessarakt3 (jens@moz-181140E4.dip0.t-ipconnect.de) (Ping timeout)
  2668. # [18:55] * Quits: bwc (Adium@moz-536549A9.dsl.static.sonic.net) (Quit: Leaving.)
  2669. # [18:55] * Quits: tessarakt (jens@moz-181140E4.dip0.t-ipconnect.de) (Ping timeout)
  2670. # [18:57] * Joins: tessarakt (jens@moz-181140E4.dip0.t-ipconnect.de)
  2671. # [18:58] * Joins: tessarakt3 (jens@moz-181140E4.dip0.t-ipconnect.de)
  2672. # [18:58] * Quits: rbarnes (rbarnes@moz-F55A81A8.washdc.fios.verizon.net) (Input/output error)
  2673. # [18:58] * gaye|coffee is now known as gaye
  2674. # [18:59] * Joins: tedders1 (tedders1@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2675. # [18:59] * ehsan is now known as ehsan|mtg
  2676. # [19:01] * Joins: sumit4iit (Thunderbir@E0FF53A3.2842F940.931D0F89.IP)
  2677. # [19:02] * curtisk|afk is now known as curtisk
  2678. # [19:02] * Quits: h4writer (h4writer@moz-6BDA8831.access.telenet.be) (Ping timeout)
  2679. # [19:03] * philor|away is now known as philor
  2680. # [19:04] * Quits: Mardak (Mardak@4851473D.BD9ECD5D.97D164AB.IP) (Quit: Mardak)
  2681. # [19:04] <jesup> RyanVM: We're on the track to solving (or at least papering over) the #2 orange (canplaythrough)
  2682. # [19:04] * jcranmer is now known as jcranmer|away
  2683. # [19:04] <jesup> Who knew starting an audio device on B2G emulator could take 20 seconds(!)
  2684. # [19:05] <jesup> :-/
  2685. # [19:05] <RyanVM> wow
  2686. # [19:05] * Quits: kk1fff (kk1fff@moz-95CA5501.dynamic.hinet.net) (Client exited)
  2687. # [19:05] * catlee-lunch is now known as catlee
  2688. # [19:06] <Alessar> RyanVM: Looks like ./client.mk have the same path with wrong directory at the point
  2689. # [19:06] <Alessar> "configure:: $(configure-preqs)"
  2690. # [19:06] * Quits: intuxicated (intuxicate@DA764973.CCE86723.BD3E1BB3.IP) (Ping timeout)
  2691. # [19:07] * armenzg_lunch is now known as armenzg
  2692. # [19:07] * admix|away is now known as admix
  2693. # [19:07] * rail-lunch is now known as rail-mtg
  2694. # [19:07] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard)
  2695. # [19:07] * Joins: Archaeopteryx (itsme@5EB70FD3.E1147B2D.2DB0BBA1.IP)
  2696. # [19:09] * Quits: jchaulk (jchaulk-20@87A5E45D.C77E6360.971E19F6.IP) (Quit: Leaving.)
  2697. # [19:09] * Quits: espadrine_ (ttyl@moz-A5AA493D.w92-128.abo.wanadoo.fr) (Ping timeout)
  2698. # [19:09] * Joins: espadrine_ (ttyl@moz-A5AA493D.w92-128.abo.wanadoo.fr)
  2699. # [19:10] * jorendorff_away is now known as jorendorff
  2700. # [19:10] * Joins: josh (josh@moz-348C4790.hsd1.mn.comcast.net)
  2701. # [19:11] * Joins: juanb (jbecerra@moz-24157589.mtv2.mozilla.com)
  2702. # [19:11] * Joins: tn (tim@moz-E7CE1D28.wp.shawcable.net)
  2703. # [19:12] * Joins: darkowlzz (sunny@66FEC6CC.6C60E3DB.F44414AF.IP)
  2704. # [19:13] * Joins: TimAbraldes (quassel@125EF623.B2666F0E.66399531.IP)
  2705. # [19:14] * Joins: yzen (yzen@13F2CEC5.7672369.D8E68FF6.IP)
  2706. # [19:14] * khuey|away is now known as khuey
  2707. # [19:16] * whimboo is now known as whimboo|afk
  2708. # [19:16] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  2709. # [19:16] * Joins: dbaron (dbaron@moz-3C92D971.dsl.dynamic.sonic.net)
  2710. # [19:16] * ChanServ sets mode: +ao dbaron dbaron
  2711. # [19:16] * lth|dinner is now known as lth
  2712. # [19:17] * hwine-ooo is now known as hwine
  2713. # [19:17] * Joins: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz)
  2714. # [19:18] * Joins: shorlander (shorlander@moz-62518563.mtv2.mozilla.com)
  2715. # [19:18] * Quits: Jerry (hshih@moz-AE383FC4.dynamic.kbronet.com.tw) (Quit: Leaving)
  2716. # [19:19] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  2717. # [19:19] * ehsan|mtg is now known as ehsan
  2718. # [19:20] * Joins: cpeterson (cpeterson@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2719. # [19:20] * Joins: ddahl (ddahl@moz-BDAC6C04.hsd1.ca.comcast.net)
  2720. # [19:21] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  2721. # [19:22] * Joins: maxli (Adium@moz-B19F68ED.student.cs.uwaterloo.ca)
  2722. # [19:22] * Joins: Preeti (uid13882@moz-E77DEB21.irccloud.com)
  2723. # [19:22] * Quits: jrmuizel (jrmuizel@moz-CC46F4AB.hinet-ip.hinet.net) (Client exited)
  2724. # [19:23] * Joins: intuxicated (intuxicate@437F2EC4.5F0D1BE1.BD3E1BB3.IP)
  2725. # [19:24] * Joins: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch)
  2726. # [19:24] * Joins: drno (nohlmeier@moz-62518563.mtv2.mozilla.com)
  2727. # [19:26] * Joins: Mardak (Mardak@8AEF6642.1A70E138.E9D0A1DD.IP)
  2728. # [19:28] * Quits: bmoss (bmoss@moz-62518563.mtv2.mozilla.com) (Quit: bmoss)
  2729. # [19:28] * Joins: bmoss (bmoss@moz-62518563.mtv2.mozilla.com)
  2730. # [19:28] * rail-mtg is now known as rail
  2731. # [19:29] * Quits: bmoss (bmoss@moz-62518563.mtv2.mozilla.com) (Quit: bmoss)
  2732. # [19:29] * Joins: bmoss (bmoss@moz-62518563.mtv2.mozilla.com)
  2733. # [19:29] * Quits: kdudka (kdudka@moz-107AD163.redhat.com) (Quit: Leaving)
  2734. # [19:29] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  2735. # [19:30] * Joins: pnkfelix (pnkfelix@moz-43495417.fbx.proxad.net)
  2736. # [19:31] * Quits: kushagra (kushagra@99C4FB88.58489E08.520CDC98.IP) (Ping timeout)
  2737. # [19:31] * Quits: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch) (Quit: Leaving.)
  2738. # [19:31] * jorendorff is now known as jorendorff_away
  2739. # [19:31] <jcranmer|away> lol, google groups thinks bhearsum's message to m.d.planning is written in Maori
  2740. # [19:32] * Joins: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch)
  2741. # [19:32] * Joins: kushagra (kushagra@1095B32C.F976102B.520CDC98.IP)
  2742. # [19:32] * Quits: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net) (Quit: dholbert)
  2743. # [19:32] * geekboy is now known as geekboy|afk
  2744. # [19:33] * Quits: ferjm (ferjm@moz-DAC756B.ip.mcleodusa.net) (Quit: Leaving)
  2745. # [19:33] * Quits: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch) (Quit: Leaving.)
  2746. # [19:33] * Joins: squib (squib@moz-7BFC3D3A.dhcp.ftbg.wi.charter.com)
  2747. # [19:33] * Joins: rbarnes (rbarnes@moz-F55A81A8.washdc.fios.verizon.net)
  2748. # [19:34] * jorendorff_away is now known as jorendorff
  2749. # [19:34] * Joins: kaze (kaze@moz-6676A223.rev.sfr.net)
  2750. # [19:34] * Quits: sumit4iit (Thunderbir@E0FF53A3.2842F940.931D0F89.IP) (Quit: sumit4iit)
  2751. # [19:34] * Quits: bmoss (bmoss@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2752. # [19:36] * Quits: ddahl (ddahl@moz-BDAC6C04.hsd1.ca.comcast.net) (Ping timeout)
  2753. # [19:37] * Joins: bmoss (bmoss@moz-62518563.mtv2.mozilla.com)
  2754. # [19:38] * Joins: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net)
  2755. # [19:38] * Quits: ewong|sleep (chatzilla@moz-8C451A64.static.netvigator.com) (Ping timeout)
  2756. # [19:39] * Quits: jimb (user@moz-ED4AA0F2.hsd1.wa.comcast.net) (Ping timeout)
  2757. # [19:39] * Joins: ewong|sleep (chatzilla@moz-8C451A64.static.netvigator.com)
  2758. # [19:39] * Quits: lduros (user@moz-A888D5F1.phlapa.fios.verizon.net) (Client exited)
  2759. # [19:40] * Quits: shorlander (shorlander@moz-62518563.mtv2.mozilla.com) (Input/output error)
  2760. # [19:41] * Joins: shorlander (shorlander@moz-62518563.mtv2.mozilla.com)
  2761. # [19:42] <firebot> Check-in:
  2762. # [19:42] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/31f35431afd3 - L. David Baron - Bug 989130 - Back out changeset fe119a83b1f2 (bug 942017) while leaving the corresponding test from changeset 3c63decb4e7e. r=jfkthame approval-mozilla-beta=sylvestre
  2763. # [19:42] * Joins: lduros (user@moz-A888D5F1.phlapa.fios.verizon.net)
  2764. # [19:42] * Quits: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com) (Quit: Leaving.)
  2765. # [19:42] * Quits: shorlander (shorlander@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2766. # [19:43] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/85aebd2f14a5 - Daniel Holbert - Bug 991512: Add convenience methods to calculate outer main & cross size of a FlexItem. r=mats
  2767. # [19:46] * stefanh is now known as stefanh|away
  2768. # [19:47] * Joins: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com)
  2769. # [19:48] * RyanVM is now known as RyanVM|sheriffduty
  2770. # [19:48] * Joins: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch)
  2771. # [19:48] * Quits: gsvelto (gsvelto@moz-AD6B3EB9.clienti.tiscali.it) (Ping timeout)
  2772. # [19:49] * Joins: jet (jet@moz-79F891EE.hsd1.ca.comcast.net)
  2773. # [19:50] * Quits: jwei (jwei@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Leaving.)
  2774. # [19:51] * Joins: idwer_ (irc@moz-67B6410D.adsl.online.nl)
  2775. # [19:51] * Quits: idwer (irc@moz-67B6410D.adsl.online.nl) (Ping timeout)
  2776. # [19:51] * Joins: jwei (jwei@13F2CEC5.7672369.D8E68FF6.IP)
  2777. # [19:51] * Joins: bholley (bholley@B08EEEEB.6BBCE916.7B974E06.IP)
  2778. # [19:51] * Joins: bwc (Adium@moz-62518563.mtv2.mozilla.com)
  2779. # [19:52] * Joins: serge (Thunderbir@moz-1FF573A.dsl.teksavvy.com)
  2780. # [19:53] * Joins: jrmuizel (jrmuizel@347FA24B.24D9B0A0.495EC8CD.IP)
  2781. # [19:53] * @ehsan wonders whether he should enter the comm-central in m-c debate
  2782. # [19:53] <@ted> nope nope nope
  2783. # [19:53] <jcranmer|away> sigh
  2784. # [19:54] <jcranmer|away> I'm going to have a fun time when I get back to my computer
  2785. # [19:54] * edmorley|mtg is now known as edmorley
  2786. # [19:54] <@ehsan> I think given that I have filed at least one bug about it, it should be clear I'm in favor
  2787. # [19:54] * Quits: six600110 (six600110@moz-9117A1DE.hsd1.il.comcast.net) (Ping timeout)
  2788. # [19:54] * Quits: Mardak (Mardak@8AEF6642.1A70E138.E9D0A1DD.IP) (Ping timeout)
  2789. # [19:54] <@ehsan> but I have no strong arguments either way
  2790. # [19:54] <catlee> why not keep it as a separate, but merged, repo?
  2791. # [19:54] <@ehsan> jcranmer|away: not as "fun" as you worry :)
  2792. # [19:54] * jorendorff is now known as jorendorff_away
  2793. # [19:54] * Quits: cpeterson (cpeterson@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  2794. # [19:54] <jcranmer|away> catlee: see my reply to bsmedberg
  2795. # [19:55] <jcranmer|away> basically, it makes it really hard to do patches that affect both mozilla-central and comm-central
  2796. # [19:55] * Joins: Mardak (Mardak@8AEF6642.1A70E138.E9D0A1DD.IP)
  2797. # [19:55] * Quits: jrmuizel (jrmuizel@347FA24B.24D9B0A0.495EC8CD.IP) (Ping timeout)
  2798. # [19:55] <jcranmer|away> that is, I think, the fourth time I've answered that question
  2799. # [19:55] <Ms2ger> I really don't think permanent forks are useful for anybody
  2800. # [19:55] <jcranmer|away> Thunderbird isn't really a fork of gecko
  2801. # [19:56] <jcranmer|away> which is what makes it more complicated than, say, Tor's fork
  2802. # [19:56] <Ms2ger> Right, so I don't see why we'd model it like that
  2803. # [19:56] * Joins: cpeterson (cpeterson@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2804. # [19:56] <mjrosenb> ../../../build/unix/gold/ld: internal error in override_version, at ../../gold/resolve.cc:61
  2805. # [19:56] <mjrosenb> collect2: error: ld returned 1 exit status
  2806. # [19:56] <mjrosenb> this i going to be a fun day.
  2807. # [19:56] <jcranmer|away> arguably, it's not the best way to have designed the project
  2808. # [19:56] <Ms2ger> I'm all in favour of just dumping it all into m-c, myself
  2809. # [19:57] <jcranmer|away> but this is the result of decisions made essentially 20 years ago
  2810. # [19:57] * jorendorff_away is now known as jorendorff
  2811. # [19:57] * Quits: gandalf (zbraniecki@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  2812. # [19:57] <@bsmedberg> 1994? I think not ;-)
  2813. # [19:57] <Ms2ger> Too late?
  2814. # [19:57] <jcranmer|away> what was the first version of Netscape that included the mail client?
  2815. # [19:58] * Quits: mconley (mconley@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  2816. # [19:58] * Joins: mconley (mconley@13F2CEC5.7672369.D8E68FF6.IP)
  2817. # [19:59] * Quits: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch) (Quit: Leaving.)
  2818. # [20:00] * Joins: jgilbert (jgilbert@347FA24B.24D9B0A0.495EC8CD.IP)
  2819. # [20:00] * Quits: ehugg (ehugg@5FE3526B.709C0A2A.6157E88D.IP) (Quit: ehugg)
  2820. # [20:00] <jcranmer|away> whenever that was
  2821. # [20:01] * Joins: jrmuizel (jrmuizel@moz-CC46F4AB.hinet-ip.hinet.net)
  2822. # [20:01] * ahal|lunch is now known as ahal
  2823. # [20:01] <jgraham> Netscape 2 in 1995
  2824. # [20:01] <@gavin> jcranmer|away: seems like it doesn't make things any worse than they are today
  2825. # [20:01] <jgraham> So 1994 is really about right if you are counting from then
  2826. # [20:01] <@gavin> you need to land the gecko changes first, then merge them in, then land c-c changes
  2827. # [20:01] * jorendorff is now known as jorendorff_away
  2828. # [20:02] * Joins: cpeterso_ (cpeterson@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2829. # [20:02] * Joins: smaug (chatzilla@moz-9E0B1701.pp.htv.fi)
  2830. # [20:02] * ChanServ sets mode: +o smaug
  2831. # [20:02] <decoder> hm I just noticed that aurora in privacy mode now shows my history from normal browser mode
  2832. # [20:02] <decoder> is that intended?
  2833. # [20:02] * Quits: Rik (rik@87C1F78E.1DE10CA8.D8E68FF6.IP) (Input/output error)
  2834. # [20:02] <decoder> i dont think so
  2835. # [20:02] <@gavin> it is
  2836. # [20:02] <Ms2ger> It adds the joys of merge conflicts
  2837. # [20:02] * armenzg is now known as armenzg_brb
  2838. # [20:03] * Quits: cpeterson (cpeterson@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  2839. # [20:03] * cpeterso_ is now known as cpeterson
  2840. # [20:03] <decoder> gavin: is there a way to disable that? I always used ff private mode for demo purposes
  2841. # [20:03] * Quits: vingtetun (Thunderbir@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  2842. # [20:03] <@gavin> Ms2ger: how does it make merge conflicts any worse?
  2843. # [20:03] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ffbc1fea7834 - Mats Palmgren - Bug 967296 - Remove diagnostic code added in bug 946929. r=tn
  2844. # [20:03] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/b5c7349ece19 - Mats Palmgren - Bug 990655 - Don't apply 'text-overflow' to nsComboboxControlFrame, its anon block deals with it. r=roc
  2845. # [20:03] <@gavin> (than the status quo)
  2846. # [20:03] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/c4956ed379f7 - Jan de Mooij - Bug 991069 - Optimize MPostWriteBarrier OOL path to not save non-volatile regs. r=terrence
  2847. # [20:03] <Ms2ger> That you now have them?
  2848. # [20:04] <mbrubeck> Does "360 Safe Browser" really have 5% share of US desktop pageviews, or is StatCounter on crack? http://gs.statcounter.com/#desktop-browser-US-daily-20140304-20140402
  2849. # [20:04] * Quits: gustavold (gustavold@92B83061.778B974F.DF2AC62B.IP) (Ping timeout)
  2850. # [20:04] <@gavin> you never change gecko in tb-central, you only change mail/
  2851. # [20:04] <@ehsan> jwalker++
  2852. # [20:04] <@ehsan> for https://bugzilla.mozilla.org/show_bug.cgi?id=953166#c33
  2853. # [20:04] <Ms2ger> gavin, that's not the plan AIUI
  2854. # [20:04] * Quits: jrmuizel (jrmuizel@moz-CC46F4AB.hinet-ip.hinet.net) (Ping timeout)
  2855. # [20:05] <jwalker> :)
  2856. # [20:05] <@gavin> Ms2ger: bsmedberg is suggesting a different plan
  2857. # [20:05] * Joins: abwillis (abwillis@CBAC43F2.9DD4DBBF.6A7A197.IP)
  2858. # [20:05] <@ehsan> decoder: no
  2859. # [20:05] <@ehsan> decoder: you want a new profile for that
  2860. # [20:06] <decoder> hrm ok :/
  2861. # [20:06] * Joins: dholbert_ (dholbert@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2862. # [20:06] * Joins: gustavold (gustavold@1785605D.3432CCE4.DF2AC62B.IP)
  2863. # [20:07] <jcranmer|away> gavin: the existence of a single repository gives the illusion of an atomicity that doesn't actually exist
  2864. # [20:07] <jcranmer|away> gavin: it is also makes it extremely difficult to test it
  2865. # [20:07] <jcranmer|away> since I have to make the commit in c-c, cherry-pick changes for m-c, land *that*, wait for merge, then land a cherry-picked changeset as well
  2866. # [20:08] * Joins: kk1fff (kk1fff@moz-95CA5501.dynamic.hinet.net)
  2867. # [20:08] <@gavin> you don't need to merge m-c in continously
  2868. # [20:08] * geekboy|afk is now known as geekboy
  2869. # [20:08] * mdas is now known as mdas|afk
  2870. # [20:09] <@gavin> I don't understand the scenario you're describing
  2871. # [20:09] <jcranmer|away> suppose I make a change to moz.build syntax
  2872. # [20:09] * geekboy is now known as geekboy|afk
  2873. # [20:09] <jcranmer|away> that requires me to mass-change m-c and c-c
  2874. # [20:09] * Quits: dholbert_ (dholbert@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  2875. # [20:09] <jcranmer|away> in the merge-into-m-c scenario, I can just get review on that patch and land it
  2876. # [20:09] <@gavin> when you pull in the m-c portions of that change, you also land the c-c portions
  2877. # [20:09] * Joins: jchaulk (jchaulk-20@87A5E45D.C77E6360.971E19F6.IP)
  2878. # [20:09] <jcranmer|away> in the alternative scenario, I have to:
  2879. # [20:10] * sheppy is now known as sheppy-afk
  2880. # [20:10] <jcranmer|away> 1. Run and test in my local comm-central clone
  2881. # [20:10] * Joins: ehugg (chatzilla@D47E18F2.29102B70.6CD50604.IP)
  2882. # [20:10] <jcranmer|away> 2. Split the patch into m-c-only and c-c-only patches
  2883. # [20:10] <jcranmer|away> 3. land the m-c-only patch
  2884. # [20:10] <jcranmer|away> 4. wait
  2885. # [20:11] * Quits: jedp (jedp@moz-62518563.mtv2.mozilla.com) (Quit: Computer has gone to sleep.)
  2886. # [20:11] <jcranmer|away> 5. land c-c-only patch
  2887. # [20:11] <@gavin> I'm not saying bsmedberg's proposal makes things easier for you, it clearly doesn't
  2888. # [20:11] <@gavin> but we're not just optimizing for making things easy for you
  2889. # [20:11] <jcranmer|away> it is distinctly worse than the current scenario
  2890. # [20:11] <@gavin> "the current scenario" is you have two separate repos and you need to follow the same steps of splitting the patches, right?
  2891. # [20:11] <@gavin> so it's no worse
  2892. # [20:11] <jcranmer|away> no
  2893. # [20:11] * coop is now known as coop|afk
  2894. # [20:12] <jcranmer|away> in the current scenario, I can hg qref without knowing which repository I'm in
  2895. # [20:12] <jcranmer|away> with your scenario, I have one repository
  2896. # [20:12] <jcranmer|away> and I have to be very careful to see if the current patch is the m-c patch or the c-c patch
  2897. # [20:12] <@bsmedberg> not until you submit them
  2898. # [20:12] <jcranmer|away> suppose I have review comments
  2899. # [20:12] <jcranmer|away> and need to update the patches
  2900. # [20:12] <@bsmedberg> you can mix them, and then at the end `hg qref -X mail -X blah`
  2901. # [20:14] <jcranmer|away> it basically requires anyone who wants to do cross-repository commits to go through crazy steps
  2902. # [20:14] <@gavin> doesn't sound like crazy steps to me
  2903. # [20:14] <@gavin> and also that scenario doesn't seem one worth optimizing for
  2904. # [20:15] <jcranmer|away> it also ruins one of the advantages of the single repo:
  2905. # [20:15] <jcranmer|away> we can avoid bustages due to things like package manifest changes
  2906. # [20:15] * Quits: bholley (bholley@B08EEEEB.6BBCE916.7B974E06.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  2907. # [20:16] <tbsaunde> gavin: if you work on gecko its all that uncommon and I'd probably do more of it if it were easier
  2908. # [20:16] <jcranmer|away> one of the goals of this project is to minimize the maintenance burden of Thunderbird
  2909. # [20:16] <tbsaunde> which by the way would be useful for m-c as well
  2910. # [20:17] <jcranmer|away> making it easier to cross-commit between c-c and m-c definitely helps that goal
  2911. # [20:17] <@gavin> minimizing the maintenance burden of thunderbird is fine, as long as it comes with no cost to Firefox or Gecko
  2912. # [20:17] <@gavin> the merging proposal has a cost to Firefox and Gecko
  2913. # [20:17] <tbsaunde> jcranmer|away: tbf I think you could probably solve that particular issue with #include or beating glandium into making package manafests less important
  2914. # [20:17] <jcranmer|away> I don't consider the size of the repository to be a cost
  2915. # [20:17] <@gavin> well, I think most would disagree with you there :)
  2916. # [20:17] <jcranmer|away> it's moving up any pain points in repository size only by about a year
  2917. # [20:17] <@gavin> and in any case it's not the only cost
  2918. # [20:18] * Quits: kk1fff (kk1fff@moz-95CA5501.dynamic.hinet.net) (Client exited)
  2919. # [20:18] <jcranmer|away> we landed ICU months before FF actually used at all
  2920. # [20:18] <tbsaunde> gavin: what other costs do you see?
  2921. # [20:18] <jcranmer|away> and that certainly bloats the size of mozilla-central by roughly similar amounts
  2922. # [20:19] * whimboo|afk is now known as whimboo
  2923. # [20:19] <@gavin> benjamin's post lays them out nicely
  2924. # [20:19] * Joins: jedp (jedp@moz-62518563.mtv2.mozilla.com)
  2925. # [20:19] <@gavin> jcranmer|away: ICU has value to Firefox
  2926. # [20:19] * lth is now known as lth|away
  2927. # [20:20] * baku is now known as baku|away
  2928. # [20:20] <jcranmer|away> gavin: the code confusion is not an issue, I disagree on necessity, and the other comment was about the size
  2929. # [20:20] * Quits: edmorley (uid27002@moz-5F4AA75A.irccloud.com) (Quit: )
  2930. # [20:20] <@gavin> you keep saying "these issues you point out are not issues"
  2931. # [20:20] <jesup> We landed webrtc in the tree a good 4-5 months before we had most of it hooked up (and 6+ before it was enabled by default in nightly). And that added 500K lines (and later 200K more) in m-c
  2932. # [20:20] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  2933. # [20:20] <@gavin> I do not agree with you
  2934. # [20:20] <@gavin> and just saying it over and over again isn't really going to convince me :)
  2935. # [20:20] <jcranmer|away> let me put it like this
  2936. # [20:20] <tbsaunde> gavin: I agree with whoevers argument against bsmedberg's #1 and #3 doesn't seem to be a reason *to* do any particular thing
  2937. # [20:21] * baku|away is now known as baku
  2938. # [20:21] * Joins: shorlander (shorlander@moz-62518563.mtv2.mozilla.com)
  2939. # [20:21] <jcranmer|away> everyone I've talked to who worries about not breaking comm-central has been in favor of the merge
  2940. # [20:21] * Quits: shorlander (shorlander@moz-62518563.mtv2.mozilla.com) (Input/output error)
  2941. # [20:22] <@gavin> yeah, I'm sure
  2942. # [20:22] * @bsmedberg wonders if that's the real question at hand
  2943. # [20:22] <@bsmedberg> since "not breaking comm-central" is not a clear goal
  2944. # [20:22] <@gavin> right
  2945. # [20:22] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/c83087596cfb - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2946. # [20:22] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/9d112045f203 - B2G Bumper Bot - Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
  2947. # [20:23] * khuey is now known as khuey|away
  2948. # [20:23] <jcranmer|away> the future trend of development in Mozilla implies that the size costs of comm-central will tend to shrink relative to that of non-comm-central code
  2949. # [20:23] * Joins: dholbert_ (dholbert@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2950. # [20:24] <jcranmer|away> when I first investigated the size differences 2 years ago, comm-central was slightly more than 10% the size of mozilla-central; now, it's distinctly less
  2951. # [20:24] <@gavin> it won't shrink in absolute terms
  2952. # [20:24] <@ted> bsmedberg: well, since we've ostensibly committed to supporting security releases of thunderbird, not breaking it is a requirement of that
  2953. # [20:24] * Quits: spohl (Adium@moz-FED9006F.static.hvvc.us) (Ping timeout)
  2954. # [20:24] <jcranmer|away> well, the on-disk checkout certainly could
  2955. # [20:25] * Joins: spohl (Adium@moz-321A358D.carolina.res.rr.com)
  2956. # [20:25] * Joins: shorlander (shorlander@moz-62518563.mtv2.mozilla.com)
  2957. # [20:25] * Fallen|away is now known as Fallen
  2958. # [20:25] <jcranmer|away> as we get rid of crufty code and move things to terser languages
  2959. # [20:25] * justindarc is now known as justindarc|lunch
  2960. # [20:25] <davidb> ted: did we?
  2961. # [20:25] <jcranmer|away> davidb: yes
  2962. # [20:25] * Joins: lizzard (ehenry@65A6AFA5.D95F8CCC.2321E71E.IP)
  2963. # [20:25] <davidb> TIL
  2964. # [20:26] * Quits: bmoss (bmoss@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2965. # [20:26] <davidb> i mean i knew we cared i just didn't know officially
  2966. # [20:26] * Quits: soumyaC (uid15286@moz-E77DEB21.irccloud.com) (Quit: Connection closed for inactivity)
  2967. # [20:26] <jcranmer|away> we care enough to pay people to do the maintenance releases
  2968. # [20:26] <davidb> cool
  2969. # [20:26] * Quits: myk (myk@moz-C7450B6B.dsl.dynamic.sonic.net) (Ping timeout)
  2970. # [20:26] * Joins: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch)
  2971. # [20:27] <jcranmer|away> I did think about possible implementation strategies before proposing this as the way to do cc-rework
  2972. # [20:28] * Quits: jonasfj (jonasfj@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  2973. # [20:28] * Joins: bmoss (bmoss@moz-62518563.mtv2.mozilla.com)
  2974. # [20:28] * Quits: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch) (Quit: Leaving.)
  2975. # [20:29] <jcranmer|away> I came to the conclusion that the way I presented it was the only effective solution
  2976. # [20:30] * Joins: brson (brson@moz-62518563.mtv2.mozilla.com)
  2977. # [20:31] <brson> how do i reset the "New Tab" page or add a site to the grid? I accidentally deleted hn and can no longer cope
  2978. # [20:31] * Joins: gandalf (zbraniecki@E1AB8BCE.76DE1060.FAF22AF7.IP)
  2979. # [20:32] * Joins: jonasfj (jonasfj@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2980. # [20:32] * Quits: dholbert_ (dholbert@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Ex-Chat)
  2981. # [20:32] * Joins: ericjung|phone (androirc@F5EA1D61.5F599954.284344F5.IP)
  2982. # [20:33] * Joins: jhlin (jhlin@moz-7A7CC248.dynamic.hinet.net)
  2983. # [20:34] * Quits: jhlin (jhlin@moz-7A7CC248.dynamic.hinet.net) (Ping timeout)
  2984. # [20:35] * Joins: jackneill (jackneill@moz-9957FB4C.pool.digikabel.hu)
  2985. # [20:35] * Joins: till (till@moz-F29A122A.adsl.alicedsl.de)
  2986. # [20:35] * Joins: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2987. # [20:35] <KWierso|afk> brson: you can drag in the address bar favicon of some site from another window into the new tab page
  2988. # [20:35] * Joins: MattN_ (Mibbit@moz-C66C3399.hsd1.ca.comcast.net)
  2989. # [20:35] * KWierso|afk is now known as KWierso
  2990. # [20:36] * Quits: jedp (jedp@moz-62518563.mtv2.mozilla.com) (Quit: Computer has gone to sleep.)
  2991. # [20:36] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/d75416f21916 - Myk Melez - Bug 968129 - Load initial tab in WebappImpl:loadStartupTab. r=mfinkle, a=sledru
  2992. # [20:37] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/f8fe0bdeb823 - Ehsan Akhgari - Bug 919208 - Rewrite test_bug668513.html to run in its own window so that it won't be able to navigate the test runner frame back. r=bzbarsky, a=test-only
  2993. # [20:37] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/071d2fbd0caa - Anthony Lam - Bug 970213 - Replace icon with custom design. r=wesj, a=sledru
  2994. # [20:37] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/87251be46cc7 - Luke Wagner - Bug 983448 - Fix masm.convertUInt32ToFloat32 on x86. r=bbouvier, a=sledru
  2995. # [20:37] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/7be328110c45 - Ehsan Akhgari - Bug 990202 - Move the test page to a new window to prevent it from navigating the test runner frame back. r=bzbarsky, a=test-only
  2996. # [20:37] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/d0da2733724d - Mike Hommey - Bug 984447 - Properly handle forks in mozjemalloc after bug 694896. r=smichaud, a=sledru
  2997. # [20:37] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/b5185eeba69d - Cameron McCormack - Bug 989965 - Resolve style for pseudo-elements correctly when style rules that have user action pseudo-classes on them are present. r=bzbarsky, a=sledru
  2998. # [20:37] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/cc734bdf4e41 - Randy Lin - Bug 912627 - Remove spurious assertion. r=cpearce, a=sledru
  2999. # [20:38] * Quits: @bz (bzbarsky@moz-72881629.bstnma.fios.verizon.net) (Ping timeout)
  3000. # [20:38] <brson> KWierso: thanks, that worked!
  3001. # [20:38] * Quits: gcp (gpascutto@moz-9CEB1C98.access.telenet.be) (Quit: Make a new plan, Stan!)
  3002. # [20:39] * Quits: till (till@moz-F29A122A.adsl.alicedsl.de) (Quit: bye)
  3003. # [20:39] * gaye is now known as gaye|brb
  3004. # [20:40] * Joins: jdover (jdover@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net)
  3005. # [20:40] * Joins: billm (billm@moz-E7C99C14.lightspeed.sntcca.sbcglobal.net)
  3006. # [20:41] * bc|afk is now known as bc
  3007. # [20:41] * Quits: kushagra (kushagra@1095B32C.F976102B.520CDC98.IP) (Client exited)
  3008. # [20:42] * Joins: kushagra (kushagra@99C4FB88.58489E08.520CDC98.IP)
  3009. # [20:42] * Joins: mkmelin (mkmelin@moz-587908DB.elisa-laajakaista.fi)
  3010. # [20:42] * Joins: stransky (stransky@moz-5D0F1C85.eurotel.cz)
  3011. # [20:43] * Joins: gsvelto (gsvelto@moz-AD6B3EB9.clienti.tiscali.it)
  3012. # [20:43] * hwine is now known as hwine-food
  3013. # [20:45] * Joins: heftig (heftig@moz-48B7D9BF.dip0.t-ipconnect.de)
  3014. # [20:45] * Quits: gsvelto (gsvelto@moz-AD6B3EB9.clienti.tiscali.it) (Input/output error)
  3015. # [20:46] * Quits: MattN_ (Mibbit@moz-C66C3399.hsd1.ca.comcast.net) (Quit: http://www.mibbit.com ajax IRC Client)
  3016. # [20:47] * Joins: sicking (sicking@moz-501E5580.hsd1.ca.comcast.net)
  3017. # [20:48] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/198eb23cba8f - Bill McCloskey - Bug 989504 - [e10s] Disable test_window_open_position_constraint.html in e10s (r=roc)
  3018. # [20:48] * geekboy|afk is now known as geekboy
  3019. # [20:48] * Joins: kk1fff (kk1fff@moz-95CA5501.dynamic.hinet.net)
  3020. # [20:50] * Quits: bmoss (bmoss@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  3021. # [20:50] <billm> RyanVM|sheriffduty: ping
  3022. # [20:50] <RyanVM|sheriffduty> billm: pong
  3023. # [20:50] * armenzg_brb is now known as armenzg
  3024. # [20:50] * Quits: kk1fff (kk1fff@moz-95CA5501.dynamic.hinet.net) (Ping timeout)
  3025. # [20:50] <billm> RyanVM|sheriffduty: I'm seeing e10s jobs here without &showall=1: https://tbpl.mozilla.org/?rev=aec6bf932306
  3026. # [20:51] * Joins: kk1fff (kk1fff@moz-95CA5501.dynamic.hinet.net)
  3027. # [20:51] <RyanVM|sheriffduty> billm: yes
  3028. # [20:51] <billm> RyanVM|sheriffduty: do you know why?
  3029. # [20:51] <RyanVM|sheriffduty> they never ran on m-c before
  3030. # [20:51] <RyanVM|sheriffduty> so they never had a chance to be hidden
  3031. # [20:51] <RyanVM|sheriffduty> once the linux32 m1 job finishes, I'll hide them all
  3032. # [20:51] <billm> RyanVM|sheriffduty: oh, so the hidden list for different branches is different?
  3033. # [20:51] <RyanVM|sheriffduty> yes
  3034. # [20:52] * Joins: jrmuizel (jrmuizel@347FA24B.24D9B0A0.495EC8CD.IP)
  3035. # [20:52] * Quits: kk1fff (kk1fff@moz-95CA5501.dynamic.hinet.net) (Ping timeout)
  3036. # [20:52] <billm> RyanVM|sheriffduty: ok, thanks. also, I just checked in a fix for the M-4 orange. I still need to figure out the PGO stuff.
  3037. # [20:52] * Joins: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch)
  3038. # [20:52] * Joins: pcwalton (pcwalton@moz-C07D5168.p2p.sfo1.mozilla.com)
  3039. # [20:53] * Quits: pcwalton (pcwalton@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: pcwalton)
  3040. # [20:53] * Quits: kaze (kaze@moz-6676A223.rev.sfr.net) (Ping timeout)
  3041. # [20:53] * Joins: bajaj1 (Adium@moz-34BA18EC.hsd1.ca.comcast.net)
  3042. # [20:53] * Joins: pcwalton (pcwalton@moz-C07D5168.p2p.sfo1.mozilla.com)
  3043. # [20:53] * jlund|buildduty is now known as jlund|food
  3044. # [20:54] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  3045. # [20:54] * Quits: pcwalton (pcwalton@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: pcwalton)
  3046. # [20:54] * Quits: jrmuizel (jrmuizel@347FA24B.24D9B0A0.495EC8CD.IP) (Ping timeout)
  3047. # [20:54] * Quits: bajaj (Adium@moz-34BA18EC.hsd1.ca.comcast.net) (Ping timeout)
  3048. # [20:54] * Joins: pcwalton (pcwalton@moz-C07D5168.p2p.sfo1.mozilla.com)
  3049. # [20:54] * Quits: shorlander (shorlander@moz-62518563.mtv2.mozilla.com) (Connection reset by peer)
  3050. # [20:55] * baku is now known as baku|away
  3051. # [20:55] * Joins: shorlander (shorlander@moz-62518563.mtv2.mozilla.com)
  3052. # [20:55] * Joins: bmoss (bmoss@moz-62518563.mtv2.mozilla.com)
  3053. # [20:56] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/533e61eb95d3 - Nicholas D. Matsakis - Bug 991234 -- Squelch warning r=h4writer
  3054. # [20:56] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/3bd335914852 - Nicholas D. Matsakis - Bug 977126 Part 1 -- Changes to arm to support subPtr(Register,Address) r=mjrosenb
  3055. # [20:56] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/d87a13b71afc - Nicholas D. Matsakis - Bug 977126 Part 2 -- Changes to x86/x64 to support subPtr(Register,Address) r=jandem
  3056. # [20:56] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/2daa537b62e6 - Nicholas D. Matsakis - Bug 977126 Part 3 -- Inline SetTypedObjectOffset intrinsic r=shu
  3057. # [20:58] * Joins: Rik (rik@moz-E813DFA5.fbx.proxad.net)
  3058. # [20:58] * Quits: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  3059. # [20:58] * Quits: shorlander (shorlander@moz-62518563.mtv2.mozilla.com) (Connection reset by peer)
  3060. # [20:59] * Joins: shorlander (shorlander@moz-62518563.mtv2.mozilla.com)
  3061. # [21:01] * Quits: bmoss (bmoss@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  3062. # [21:01] * Joins: jedp (jedp@moz-62518563.mtv2.mozilla.com)
  3063. # [21:01] * Quits: pnkfelix (pnkfelix@moz-43495417.fbx.proxad.net) (Ping timeout)
  3064. # [21:01] * Joins: pnkfelix (pnkfelix@moz-43495417.fbx.proxad.net)
  3065. # [21:01] * justindarc|lunch is now known as justindarc
  3066. # [21:01] * Joins: bmoss (bmoss@moz-62518563.mtv2.mozilla.com)
  3067. # [21:02] * Joins: MattN_ (Mibbit@moz-C66C3399.hsd1.ca.comcast.net)
  3068. # [21:03] * Quits: ericjung|phone (androirc@F5EA1D61.5F599954.284344F5.IP) (Ping timeout)
  3069. # [21:04] <RyanVM|sheriffduty> billm: btw, linux32 pgo is green on m-c
  3070. # [21:04] <billm> RyanVM|sheriffduty: yeah, I misread. it's linux64 that's broken, not PGO.
  3071. # [21:05] <billm> I wonder why though
  3072. # [21:05] * geekboy is now known as geekboy|afk
  3073. # [21:06] * Joins: grobinson (~grobinson@moz-731932CD.hsd1.ca.comcast.net)
  3074. # [21:07] * Quits: spohl (Adium@moz-321A358D.carolina.res.rr.com) (Quit: Leaving.)
  3075. # [21:07] * Joins: spohl (Adium@moz-8AE83D44.static.hvvc.us)
  3076. # [21:08] * Joins: Snuffleupagus (chatzilla@moz-7411B7A4.bredband.comhem.se)
  3077. # [21:09] * davidb is now known as davidb|afk-backsoon
  3078. # [21:09] * davidb|afk-backsoon is now known as davidb|afk
  3079. # [21:11] * khuey|away is now known as khuey
  3080. # [21:11] * Quits: MattN_ (Mibbit@moz-C66C3399.hsd1.ca.comcast.net) (Quit: http://www.mibbit.com ajax IRC Client)
  3081. # [21:11] * Quits: lduros (user@moz-A888D5F1.phlapa.fios.verizon.net) (Client exited)
  3082. # [21:12] * geekboy|afk is now known as geekboy
  3083. # [21:12] * armenzg is now known as armenzg_mtg
  3084. # [21:12] * Quits: pcwalton (pcwalton@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: pcwalton)
  3085. # [21:13] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/eec9336e63f8 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  3086. # [21:13] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/dc361443081b - B2G Bumper Bot - Bumping manifests a=b2g-bump
  3087. # [21:13] * Quits: pnkfelix (pnkfelix@moz-43495417.fbx.proxad.net) (Ping timeout)
  3088. # [21:14] * Joins: davidb|afk_ (uid12418@moz-31ABA2C0.irccloud.com)
  3089. # [21:14] * Quits: gandalf (zbraniecki@E1AB8BCE.76DE1060.FAF22AF7.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  3090. # [21:14] * Quits: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch) (Quit: Leaving.)
  3091. # [21:15] * Quits: brson (brson@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  3092. # [21:15] * Joins: lduros (user@moz-A888D5F1.phlapa.fios.verizon.net)
  3093. # [21:16] * geekboy is now known as geekboy|afk
  3094. # [21:16] * Joins: gmoro (guilherme@7FADD5F8.12B7AC2C.B53A5734.IP)
  3095. # [21:16] * Quits: nbp (pierron@moz-7EB03C5F.fbx.proxad.net) (Ping timeout)
  3096. # [21:16] * Joins: nbp (pierron@moz-7EB03C5F.fbx.proxad.net)
  3097. # [21:17] * Quits: jedp (jedp@moz-62518563.mtv2.mozilla.com) (Quit: Computer has gone to sleep.)
  3098. # [21:17] * Joins: BenB (ben@moz-54A84A78.fbx.proxad.net)
  3099. # [21:17] * geekboy|afk is now known as geekboy
  3100. # [21:17] * Joins: mkaply (quassel@moz-40A9D7EC.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  3101. # [21:17] * Quits: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP) (Ping timeout)
  3102. # [21:18] * Quits: @ehsan (ehsan@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  3103. # [21:19] * Joins: ehsan (ehsan@13F2CEC5.7672369.D8E68FF6.IP)
  3104. # [21:19] * ChanServ sets mode: +o ehsan
  3105. # [21:19] * Quits: AaronMT (AaronMT@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  3106. # [21:19] * Joins: AaronMT (AaronMT@13F2CEC5.7672369.D8E68FF6.IP)
  3107. # [21:19] * Quits: erahm (Adium@moz-A511F1A0.hsd1.or.comcast.net) (Quit: Leaving.)
  3108. # [21:19] * Joins: sworkman (sworkman@moz-36E7910E.hsd1.ca.comcast.net)
  3109. # [21:19] * Quits: mihneadb (mihneadb@moz-6B31F5AA.static.ziggozakelijk.nl) (Ping timeout)
  3110. # [21:20] * gaye|brb is now known as gaye
  3111. # [21:20] * Quits: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net) (Ping timeout)
  3112. # [21:20] * Joins: jedp (jedp@moz-62518563.mtv2.mozilla.com)
  3113. # [21:21] * dholbert is now known as dholbert|afk
  3114. # [21:21] * Quits: jdover (jdover@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net) (Quit: Computer has gone to sleep.)
  3115. # [21:21] * whimboo is now known as whimboo|afk
  3116. # [21:22] * Joins: jdover (jdover@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net)
  3117. # [21:22] * Joins: cpearce (chatzilla@moz-EC1018D1.jetstream.xtra.co.nz)
  3118. # [21:23] <RyanVM|sheriffduty> rstrong: mochitest-bc doesn't like your beta push
  3119. # [21:23] <RyanVM|sheriffduty> rstrong: on Windows
  3120. # [21:23] * Joins: gwagner_ (Gregor@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3121. # [21:23] * Quits: jdover (jdover@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  3122. # [21:24] <rstrong> RyanVM|sheriffduty: could you back me out and I'll look at it later?
  3123. # [21:24] <RyanVM|sheriffduty> rstrong: k
  3124. # [21:24] <rstrong> thanks!
  3125. # [21:24] * Quits: cpeterson (cpeterson@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  3126. # [21:24] * geekboy is now known as geekboy|afk
  3127. # [21:24] <Ms2ger> Interesting
  3128. # [21:25] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  3129. # [21:25] <Ms2ger> "me" has reviewed more patches in 2013 than dbaron or bsmedberg
  3130. # [21:25] <@bsmedberg> that's good!
  3131. # [21:25] * coop|afk is now known as coop
  3132. # [21:26] * Quits: @dbaron (dbaron@moz-3C92D971.dsl.dynamic.sonic.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  3133. # [21:26] <philor> he's a busy one, me is
  3134. # [21:26] * Quits: darkowlzz (sunny@66FEC6CC.6C60E3DB.F44414AF.IP) (Quit: Leaving)
  3135. # [21:26] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/5c015bc3a52e - Ryan VanderMeulen - Backed out changeset cd8fed951743 (bug 982448) for Windows mochitest-bc perma-fail.
  3136. # [21:27] * Quits: nbp (pierron@moz-7EB03C5F.fbx.proxad.net) (Ping timeout)
  3137. # [21:27] * Joins: victorporof (victorporo@13F2CEC5.7672369.D8E68FF6.IP)
  3138. # [21:27] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/73243bd6cfff - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  3139. # [21:27] * Joins: bbondy_ (bbondy@moz-717FF534.home.cgocable.net)
  3140. # [21:27] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/3eabffa06794 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  3141. # [21:27] * Quits: billm (billm@moz-E7C99C14.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  3142. # [21:28] * Joins: nbp (pierron@moz-7EB03C5F.fbx.proxad.net)
  3143. # [21:28] * Joins: till (till@moz-F29A122A.adsl.alicedsl.de)
  3144. # [21:28] * Quits: victorporof_ (victorporo@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  3145. # [21:29] * julienw_afk is now known as julienw
  3146. # [21:30] * Joins: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net)
  3147. # [21:30] * Joins: mccr8_ (mccr8@moz-62518563.mtv2.mozilla.com)
  3148. # [21:30] * Quits: mccr8 (mccr8@moz-62518563.mtv2.mozilla.com) (Connection reset by peer)
  3149. # [21:31] * Quits: mccr8_ (mccr8@moz-62518563.mtv2.mozilla.com) (Quit: computer sleep)
  3150. # [21:32] * Quits: gustavold (gustavold@1785605D.3432CCE4.DF2AC62B.IP) (Ping timeout)
  3151. # [21:32] * Quits: jedp (jedp@moz-62518563.mtv2.mozilla.com) (Quit: Computer has gone to sleep.)
  3152. # [21:32] * Quits: Optimizer (Optimizer@5E7BF14A.60965A1D.BE4CF869.IP) (Ping timeout)
  3153. # [21:32] * Joins: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com)
  3154. # [21:32] * Joins: mccr8 (mccr8@moz-62518563.mtv2.mozilla.com)
  3155. # [21:32] * Quits: jet (jet@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  3156. # [21:32] * mdas|afk is now known as mdas
  3157. # [21:33] * Joins: jet (jet@moz-79F891EE.hsd1.ca.comcast.net)
  3158. # [21:33] * Joins: gustavold (gustavold@58207945.2FA8C589.DF2AC62B.IP)
  3159. # [21:33] * Joins: Optimizer (Optimizer@5E7BF14A.60965A1D.BE4CF869.IP)
  3160. # [21:33] * khuey is now known as khuey|away
  3161. # [21:33] * davidb|afk is now known as davidb|afk-backsoon
  3162. # [21:33] * davidb|afk_ is now known as davidb|afk
  3163. # [21:34] * Joins: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP)
  3164. # [21:34] * Joins: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP)
  3165. # [21:35] * davidb|afk-backsoon is now known as davidb
  3166. # [21:35] * Joins: tantek (tantek@moz-A1E567B0.dsl.dynamic.sonic.net)
  3167. # [21:35] * Quits: jet (jet@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  3168. # [21:35] * Joins: jedp (jedp@moz-62518563.mtv2.mozilla.com)
  3169. # [21:36] * Joins: arnaud_bienner (arno@moz-A1109EC1.dsl.sta.abo.bbox.fr)
  3170. # [21:37] * Quits: grobinson (~grobinson@moz-731932CD.hsd1.ca.comcast.net) (Ping timeout)
  3171. # [21:39] * Quits: stransky (stransky@moz-5D0F1C85.eurotel.cz) (Quit: Connection reset by beer)
  3172. # [21:39] * Quits: sicking (sicking@moz-501E5580.hsd1.ca.comcast.net) (Quit: sicking)
  3173. # [21:39] * Quits: mkmelin (mkmelin@moz-587908DB.elisa-laajakaista.fi) (Quit: ChatZilla 0.9.90.1 [Firefox 28.0/20140317233501])
  3174. # [21:39] * Quits: shorlander (shorlander@moz-62518563.mtv2.mozilla.com) (Connection reset by peer)
  3175. # [21:40] * Joins: shorlander (shorlander@moz-62518563.mtv2.mozilla.com)
  3176. # [21:40] * Quits: ehugg (chatzilla@D47E18F2.29102B70.6CD50604.IP) (Input/output error)
  3177. # [21:40] * Joins: mihneadb (mihneadb@moz-9897BD47.static.ziggozakelijk.nl)
  3178. # [21:40] * Joins: mcsmurf (chatzilla@moz-E94713CD.dip0.t-ipconnect.de)
  3179. # [21:40] * geekboy|afk is now known as geekboy
  3180. # [21:40] * Joins: sicking (sicking@moz-501E5580.hsd1.ca.comcast.net)
  3181. # [21:41] * Joins: billm (billm@moz-E7C99C14.lightspeed.sntcca.sbcglobal.net)
  3182. # [21:41] * Joins: kentuckyfriedtakahe (ajones@7EA5AB88.DC2C3734.616A18A6.IP)
  3183. # [21:42] * Joins: ehugg (chatzilla@D47E18F2.29102B70.6CD50604.IP)
  3184. # [21:42] * Quits: sicking (sicking@moz-501E5580.hsd1.ca.comcast.net) (Quit: sicking)
  3185. # [21:43] * Quits: yzen (yzen@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  3186. # [21:43] * Joins: Boriss (Boriss@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3187. # [21:44] * Joins: asrail (user@132B9CFD.8B176C43.C9F645CD.IP)
  3188. # [21:44] * Joins: ckitching (ckitching@910B4A0B.C1C70555.8772DA20.IP)
  3189. # [21:45] * Quits: gwagner_ (Gregor@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: gwagner_)
  3190. # [21:45] * Joins: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch)
  3191. # [21:46] * Joins: damons (gnubeard@648D8037.57B833A6.D74CC41D.IP)
  3192. # [21:48] * armenzg_mtg is now known as armenzg
  3193. # [21:48] * jlund|food is now known as jlund|buildduty
  3194. # [21:48] * Joins: sicking (sicking@moz-501E5580.hsd1.ca.comcast.net)
  3195. # [21:48] * Joins: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net)
  3196. # [21:48] * Joins: mats (chatzilla@868A9748.A189EB51.4B330583.IP)
  3197. # [21:48] * philor is now known as philor|away
  3198. # [21:48] * Quits: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net) (Connection reset by peer)
  3199. # [21:48] * Quits: jedp (jedp@moz-62518563.mtv2.mozilla.com) (Quit: Computer has gone to sleep.)
  3200. # [21:49] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  3201. # [21:49] * Quits: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch) (Quit: Leaving.)
  3202. # [21:49] * Joins: jedp (jedp@moz-62518563.mtv2.mozilla.com)
  3203. # [21:49] * Joins: peterhil (peterhil@moz-244DE79D.dhcp.inet.fi)
  3204. # [21:49] * Joins: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net)
  3205. # [21:50] * Quits: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net) (Connection reset by peer)
  3206. # [21:50] * KaiRo is now known as KaiRo_away
  3207. # [21:50] * Quits: spohl (Adium@moz-8AE83D44.static.hvvc.us) (Quit: Leaving.)
  3208. # [21:50] * Quits: sicking (sicking@moz-501E5580.hsd1.ca.comcast.net) (Ping timeout)
  3209. # [21:50] * Joins: spohl (Adium@moz-8AE83D44.static.hvvc.us)
  3210. # [21:51] * Joins: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net)
  3211. # [21:51] * jorendorff_away is now known as jorendorff
  3212. # [21:51] * Quits: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net) (Connection reset by peer)
  3213. # [21:51] <mcsmurf> wtf :D
  3214. # [21:51] <mcsmurf> ooh
  3215. # [21:51] * Joins: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3216. # [21:51] <mcsmurf> wow, Mozilla Persona login is confusing
  3217. # [21:51] <mcsmurf> I had cookies disabled in Firefox
  3218. # [21:52] <mcsmurf> and it told me: Your browser is not supported
  3219. # [21:52] <mcsmurf> when using FF :-)
  3220. # [21:52] * Joins: sicking (sicking@moz-501E5580.hsd1.ca.comcast.net)
  3221. # [21:52] * Joins: ejpbruel (ejpbruel@moz-366E8346.cm-11-1b.dynamic.ziggo.nl)
  3222. # [21:52] * Quits: peterhil (peterhil@moz-244DE79D.dhcp.inet.fi) (Connection reset by peer)
  3223. # [21:52] <ejpbruel> RyanVM: ping
  3224. # [21:52] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/812b3c519c37 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  3225. # [21:52] * Quits: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP) (Ping timeout)
  3226. # [21:52] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/0f094619524f - B2G Bumper Bot - Bumping manifests a=b2g-bump
  3227. # [21:53] * Quits: jackneill (jackneill@moz-9957FB4C.pool.digikabel.hu) (Input/output error)
  3228. # [21:54] * Joins: jimb (user@moz-ED4AA0F2.hsd1.wa.comcast.net)
  3229. # [21:54] * Joins: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net)
  3230. # [21:55] * Joins: azakai_ (alon@moz-62518563.mtv2.mozilla.com)
  3231. # [21:55] * Quits: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net) (Connection reset by peer)
  3232. # [21:55] * Quits: cpearce (chatzilla@moz-EC1018D1.jetstream.xtra.co.nz) (Ping timeout)
  3233. # [21:55] * Joins: pcwalton (pcwalton@moz-C07D5168.p2p.sfo1.mozilla.com)
  3234. # [21:55] * Parts: jchaulk (jchaulk-20@87A5E45D.C77E6360.971E19F6.IP)
  3235. # [21:55] <RyanVM|sheriffduty> ejpbruel: pong
  3236. # [21:55] * Joins: maikmerten (maikmerten@moz-667A63D4.pools.arcor-ip.net)
  3237. # [21:56] * Quits: Archaeopteryx (itsme@5EB70FD3.E1147B2D.2DB0BBA1.IP) (Quit: Goodbye)
  3238. # [21:57] * Quits: joshua-s (Thunderbir@moz-D97B8AC7.syrcny.east.verizon.net) (Ping timeout)
  3239. # [21:57] * Joins: myk (myk@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3240. # [21:58] * Quits: tantek (tantek@moz-A1E567B0.dsl.dynamic.sonic.net) (Quit: tantek)
  3241. # [21:59] * Quits: mconley (mconley@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  3242. # [21:59] * Quits: botond|taipei (chatzilla@347FA24B.24D9B0A0.495EC8CD.IP) (Input/output error)
  3243. # [21:59] * Joins: mconley (mconley@13F2CEC5.7672369.D8E68FF6.IP)
  3244. # [21:59] <ejpbruel> RyanVM: i have a failing b2g test which I *think* is not caused by my patch, but im not sure
  3245. # [21:59] * Parts: Snuffleupagus (chatzilla@moz-7411B7A4.bredband.comhem.se)
  3246. # [21:59] * Joins: Archaeopteryx (itsme@5EB70FD3.E1147B2D.2DB0BBA1.IP)
  3247. # [21:59] * Joins: peterhil (peterhil@moz-244DE79D.dhcp.inet.fi)
  3248. # [21:59] * Joins: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net)
  3249. # [21:59] <ejpbruel> RyanVM: care to take a look at my try run? https://tbpl.mozilla.org/?tree=Try&rev=4f1c1a0aeb6d
  3250. # [21:59] * Joins: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch)
  3251. # [21:59] * Quits: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net) (Connection reset by peer)
  3252. # [21:59] * Joins: jrmuizel (jrmuizel@347FA24B.24D9B0A0.495EC8CD.IP)
  3253. # [21:59] * Joins: joshua-s (Thunderbir@moz-D97B8AC7.syrcny.east.verizon.net)
  3254. # [21:59] * Quits: peterhil (peterhil@moz-244DE79D.dhcp.inet.fi) (Max SendQ exceeded)
  3255. # [21:59] * Quits: billm (billm@moz-E7C99C14.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  3256. # [22:00] * Joins: dmajor (dmajor@34E8ECDF.DC2C3734.616A18A6.IP)
  3257. # [22:00] * Joins: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net)
  3258. # [22:00] * Quits: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net) (Connection reset by peer)
  3259. # [22:00] * Joins: peterhil (peterhil@moz-244DE79D.dhcp.inet.fi)
  3260. # [22:01] * Quits: peterhil (peterhil@moz-244DE79D.dhcp.inet.fi) (Connection reset by peer)
  3261. # [22:01] * Joins: ericjung|phone (androirc@91BAFF0E.F9C282AE.284344F5.IP)
  3262. # [22:01] <RyanVM|sheriffduty> ejpbruel: that looks infra-ish
  3263. # [22:01] * Joins: peterhil (peterhil@moz-244DE79D.dhcp.inet.fi)
  3264. # [22:01] * Quits: jrmuizel (jrmuizel@347FA24B.24D9B0A0.495EC8CD.IP) (Ping timeout)
  3265. # [22:01] * Quits: peterhil (peterhil@moz-244DE79D.dhcp.inet.fi) (Connection reset by peer)
  3266. # [22:02] * Quits: myk (myk@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  3267. # [22:02] <ckitching> ejpbruel: Why not retrigger it and find out?
  3268. # [22:02] * Quits: @ehsan (ehsan@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  3269. # [22:02] * Joins: peterhil (peterhil@moz-244DE79D.dhcp.inet.fi)
  3270. # [22:02] * Quits: jedp (jedp@moz-62518563.mtv2.mozilla.com) (Quit: Computer has gone to sleep.)
  3271. # [22:02] <ckitching> (Assuming you have access - select the failed test, and click the ridiculously tiny small blue cross in the top right corner of the bottom left box that appears)
  3272. # [22:02] * Quits: joshua-s (Thunderbir@moz-D97B8AC7.syrcny.east.verizon.net) (Input/output error)
  3273. # [22:02] * Joins: ehsan (ehsan@13F2CEC5.7672369.D8E68FF6.IP)
  3274. # [22:02] * ChanServ sets mode: +o ehsan
  3275. # [22:02] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/072687c58007 - ffxbld - Automated checkin: version bump for firefox 29.0b5 release. DONTBUILD CLOSED TREE a=release
  3276. # [22:03] * Joins: tantek (tantek@5ED9E6DA.CB3251F2.284344F5.IP)
  3277. # [22:03] * Quits: peterhil (peterhil@moz-244DE79D.dhcp.inet.fi) (Connection reset by peer)
  3278. # [22:03] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/6bba830d1d04 - ffxbld - Added FIREFOX_29_0b5_RELEASE FIREFOX_29_0b5_BUILD1 tag(s) for changeset 072687c58007. DONTBUILD CLOSED TREE a=release
  3279. # [22:03] * Joins: jchaulk (jchaulk-20@87A5E45D.C77E6360.971E19F6.IP)
  3280. # [22:03] * Parts: jchaulk (jchaulk-20@87A5E45D.C77E6360.971E19F6.IP)
  3281. # [22:03] * Joins: pnkfelix (pnkfelix@moz-43495417.fbx.proxad.net)
  3282. # [22:03] * Joins: joshua-s (Thunderbir@moz-D97B8AC7.syrcny.east.verizon.net)
  3283. # [22:03] * Joins: erahm (Adium@125EF623.B2666F0E.66399531.IP)
  3284. # [22:03] * Joins: jchaulk (jchaulk-20@87A5E45D.C77E6360.971E19F6.IP)
  3285. # [22:03] * Quits: shorlander (shorlander@moz-62518563.mtv2.mozilla.com) (Connection reset by peer)
  3286. # [22:03] * Joins: bholley (bholley@B08EEEEB.6BBCE916.7B974E06.IP)
  3287. # [22:04] * Joins: shorlander (shorlander@moz-62518563.mtv2.mozilla.com)
  3288. # [22:04] * Joins: victorporof_ (victorporo@13F2CEC5.7672369.D8E68FF6.IP)
  3289. # [22:04] * Quits: joshua-s (Thunderbir@moz-D97B8AC7.syrcny.east.verizon.net) (Ping timeout)
  3290. # [22:04] * Joins: dmajor_ (dmajor@34E8ECDF.DC2C3734.616A18A6.IP)
  3291. # [22:04] * Quits: dmajor_ (dmajor@34E8ECDF.DC2C3734.616A18A6.IP) (Quit: Leaving)
  3292. # [22:05] <ejpbruel> ckitching: as you can see, i did retrigger it :)
  3293. # [22:05] * Quits: victorporof (victorporo@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  3294. # [22:05] <ejpbruel> RyanVM: ok, so I can attempt to land?
  3295. # [22:05] * Joins: joshua-s (Thunderbir@moz-D97B8AC7.syrcny.east.verizon.net)
  3296. # [22:06] * Joins: yzen (yzen@13F2CEC5.7672369.D8E68FF6.IP)
  3297. # [22:06] <RyanVM|sheriffduty> ejpbruel: what's the patch?
  3298. # [22:06] * hwine-food is now known as hwine
  3299. # [22:06] * Joins: grobinson (~grobinson@B7502025.82747BC6.9435F7F0.IP)
  3300. # [22:07] * Quits: joshua-s (Thunderbir@moz-D97B8AC7.syrcny.east.verizon.net) (Ping timeout)
  3301. # [22:07] * Quits: ericjung|phone (androirc@91BAFF0E.F9C282AE.284344F5.IP) (Connection reset by peer)
  3302. # [22:07] * Joins: tomer (tomer@F61A4DAE.55661B99.34A7550B.IP)
  3303. # [22:07] * Joins: ggp_ (ggp@B2E6FF2E.A5813AFB.1160D82E.IP)
  3304. # [22:08] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/fa03a6b6c73e - ffxbld - Added FENNEC_29_0b5_RELEASE FENNEC_29_0b5_BUILD1 tag(s) for changeset 55b68ad8e8a1. DONTBUILD CLOSED TREE a=release
  3305. # [22:08] * Quits: ggp (ggp@moz-556BAC9F.dsl.telesp.net.br) (Ping timeout)
  3306. # [22:08] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/55b68ad8e8a1 - ffxbld - Automated checkin: version bump for fennec 29.0b5 release. DONTBUILD CLOSED TREE a=release
  3307. # [22:08] * Joins: vingtetun (Thunderbir@moz-64E1A8DA.fbx.proxad.net)
  3308. # [22:08] * Joins: joshua-s (Thunderbir@moz-D97B8AC7.syrcny.east.verizon.net)
  3309. # [22:08] * Joins: gwagner_ (Gregor@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3310. # [22:08] * khuey|away is now known as khuey
  3311. # [22:08] * Joins: rankov (Mibbit@moz-BAB6123C.dynamic.sbb.rs)
  3312. # [22:08] <ckitching> ejpbruel: I'd check if I had internet that could load tbpl in under 20 minutes. :P
  3313. # [22:09] <ckitching> I yearn for something as performant as 2G.
  3314. # [22:09] * Joins: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net)
  3315. # [22:09] * Quits: lmandel (lmandel@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  3316. # [22:09] * Quits: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net) (Connection reset by peer)
  3317. # [22:09] <ckitching> And ping times smaller than 19 seconds. :P
  3318. # [22:09] * Quits: gwagner_ (Gregor@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: gwagner_)
  3319. # [22:09] * Joins: lmandel (lmandel@13F2CEC5.7672369.D8E68FF6.IP)
  3320. # [22:09] * sheppy-afk is now known as sheppy
  3321. # [22:09] <ckitching> Well, actually, i lie, ping times aren't too awful from here, oddly.
  3322. # [22:09] <ckitching> I digress.
  3323. # [22:10] * Quits: @ehsan (ehsan@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  3324. # [22:10] * Joins: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net)
  3325. # [22:10] * Quits: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net) (Connection reset by peer)
  3326. # [22:10] * Joins: ehsan (ehsan@13F2CEC5.7672369.D8E68FF6.IP)
  3327. # [22:10] * ChanServ sets mode: +o ehsan
  3328. # [22:11] * nthomas|away is now known as nthomas
  3329. # [22:11] * Quits: tomer (tomer@F61A4DAE.55661B99.34A7550B.IP) (Input/output error)
  3330. # [22:12] * Joins: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3331. # [22:12] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  3332. # [22:12] * Joins: tomer (tomer@F61A4DAE.55661B99.34A7550B.IP)
  3333. # [22:13] * Joins: soumyaC (uid15286@moz-E77DEB21.irccloud.com)
  3334. # [22:14] * dholbert|afk is now known as dholbert
  3335. # [22:14] * Joins: bajaj (Adium@moz-34BA18EC.hsd1.ca.comcast.net)
  3336. # [22:15] * Quits: damons (gnubeard@648D8037.57B833A6.D74CC41D.IP) (Quit: damons)
  3337. # [22:15] * Quits: rankov (Mibbit@moz-BAB6123C.dynamic.sbb.rs) (Quit: http://www.mibbit.com ajax IRC Client)
  3338. # [22:15] * Joins: jedp (jedp@moz-62518563.mtv2.mozilla.com)
  3339. # [22:15] * Joins: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net)
  3340. # [22:15] * Joins: peterhil (peterhil@moz-244DE79D.dhcp.inet.fi)
  3341. # [22:15] * Quits: bajaj1 (Adium@moz-34BA18EC.hsd1.ca.comcast.net) (Ping timeout)
  3342. # [22:16] * Quits: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net) (Connection reset by peer)
  3343. # [22:16] * Quits: peterhil (peterhil@moz-244DE79D.dhcp.inet.fi) (Connection reset by peer)
  3344. # [22:17] * Quits: tantek (tantek@5ED9E6DA.CB3251F2.284344F5.IP) (Quit: tantek)
  3345. # [22:17] * Joins: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net)
  3346. # [22:17] * Quits: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net) (Connection reset by peer)
  3347. # [22:18] * Joins: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net)
  3348. # [22:18] <ejpbruel> RyanVM: as in, you want to see a pastebin of the diff?
  3349. # [22:18] * Quits: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net) (Connection reset by peer)
  3350. # [22:18] * Joins: Waldo (waldo@moz-62518563.mtv2.mozilla.com)
  3351. # [22:19] * Joins: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net)
  3352. # [22:19] * Quits: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net) (Connection reset by peer)
  3353. # [22:20] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/0f3ea452319c - Rik Cabanier - Bug 988409 - Turn on Path2D by default. r=roc, r=bz
  3354. # [22:20] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/07eb968c0c5a - Jed Davis - Bug 989042 - Use waitid() only on Gonk; unbreak BSD build. r=bsmedberg
  3355. # [22:20] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/0f91a3f28a44 - David Rajchenbach-Teller - Bug 976205 - Uncaught async exceptions now cause xpcshell tests to fail. r=paolo, r=ted
  3356. # [22:20] * Joins: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net)
  3357. # [22:20] * Joins: cpeterson (cpeterson@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3358. # [22:20] * Quits: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net) (Connection reset by peer)
  3359. # [22:21] * Parts: BenB (ben@moz-54A84A78.fbx.proxad.net) (Thanks, folks)
  3360. # [22:21] * Quits: vingtetun (Thunderbir@moz-64E1A8DA.fbx.proxad.net) (Connection reset by peer)
  3361. # [22:21] * Joins: tantek (tantek@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3362. # [22:21] * Joins: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net)
  3363. # [22:21] * Joins: vingtetun (Thunderbir@moz-64E1A8DA.fbx.proxad.net)
  3364. # [22:21] * Quits: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net) (Connection reset by peer)
  3365. # [22:22] * Joins: jdover (jdover@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net)
  3366. # [22:22] * Quits: cpeterson (cpeterson@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  3367. # [22:22] * Joins: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net)
  3368. # [22:22] * Quits: tantek (tantek@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: tantek)
  3369. # [22:22] * Quits: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net) (Connection reset by peer)
  3370. # [22:23] * Quits: heftig (heftig@moz-48B7D9BF.dip0.t-ipconnect.de) (Quit: Quitting)
  3371. # [22:23] * Joins: billm (billm@moz-62518563.mtv2.mozilla.com)
  3372. # [22:23] * Quits: jgilbert (jgilbert@347FA24B.24D9B0A0.495EC8CD.IP) (Ping timeout)
  3373. # [22:23] * Quits: lizzard (ehenry@65A6AFA5.D95F8CCC.2321E71E.IP) (Quit: lizzard)
  3374. # [22:23] * Joins: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net)
  3375. # [22:24] <RyanVM|sheriffduty> ejpbruel: whatever, a bug # would be fine too
  3376. # [22:24] * Joins: heftig (heftig@moz-48B7D9BF.dip0.t-ipconnect.de)
  3377. # [22:24] * Quits: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net) (Connection reset by peer)
  3378. # [22:24] * Quits: Optimizer (Optimizer@5E7BF14A.60965A1D.BE4CF869.IP) (Ping timeout)
  3379. # [22:24] * Quits: jdover (jdover@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  3380. # [22:25] * Joins: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net)
  3381. # [22:25] * Quits: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net) (Connection reset by peer)
  3382. # [22:25] * Quits: AaronMT (AaronMT@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  3383. # [22:25] * Joins: AaronMT (AaronMT@13F2CEC5.7672369.D8E68FF6.IP)
  3384. # [22:26] * Joins: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net)
  3385. # [22:26] * Quits: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net) (Connection reset by peer)
  3386. # [22:26] * jmaher is now known as jmaher|afk
  3387. # [22:26] * Joins: myk (myk@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3388. # [22:26] * Quits: vingtetun (Thunderbir@moz-64E1A8DA.fbx.proxad.net) (Ping timeout)
  3389. # [22:26] * Joins: tantek (tantek@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3390. # [22:26] * Joins: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net)
  3391. # [22:27] * Quits: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net) (Connection reset by peer)
  3392. # [22:27] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  3393. # [22:28] * Joins: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net)
  3394. # [22:28] * Quits: lmandel (lmandel@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  3395. # [22:28] * Quits: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net) (Connection reset by peer)
  3396. # [22:28] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  3397. # [22:28] * Joins: lmandel (lmandel@13F2CEC5.7672369.D8E68FF6.IP)
  3398. # [22:29] * Joins: dholbert_ (dholbert@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3399. # [22:29] * Joins: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net)
  3400. # [22:29] * Quits: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net) (Connection reset by peer)
  3401. # [22:29] * Joins: cpeterson (cpeterson@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3402. # [22:29] * Joins: Pike (chatzilla@55607646.AE152CC.FAF22AF7.IP)
  3403. # [22:30] * Joins: karl (karl@moz-C433B975.jetstream.xtra.co.nz)
  3404. # [22:30] * Quits: gwagner (gwagner@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: gwagner)
  3405. # [22:30] * Quits: lmandel (lmandel@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  3406. # [22:30] * Joins: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net)
  3407. # [22:30] * Quits: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net) (Connection reset by peer)
  3408. # [22:31] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/0eec23f41606 - Bill McCloskey - Bug 986317 - Stop exposing urgent semantics in IPDL files (r=bent)
  3409. # [22:31] * Quits: pnkfelix (pnkfelix@moz-43495417.fbx.proxad.net) (Quit: rcirc on GNU Emacs 24.3.1)
  3410. # [22:31] * Quits: yzen (yzen@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  3411. # [22:32] * Joins: Bas (chatzilla@moz-CC46F4AB.hinet-ip.hinet.net)
  3412. # [22:32] * Joins: yzen (yzen@13F2CEC5.7672369.D8E68FF6.IP)
  3413. # [22:32] * julienw is now known as julienw_afk
  3414. # [22:32] * Joins: Optimizer (Optimizer@9D0FF6C5.13A3D53C.BE4CF869.IP)
  3415. # [22:32] <RyanVM|sheriffduty> ejpbruel: that fact that your patch does touch the harness makes me a bit nervous
  3416. # [22:32] * Joins: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net)
  3417. # [22:32] * Quits: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net) (Connection reset by peer)
  3418. # [22:32] <RyanVM|sheriffduty> ejpbruel: I gave it a few more retriggers
  3419. # [22:34] * Joins: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net)
  3420. # [22:34] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  3421. # [22:34] * Quits: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net) (Connection reset by peer)
  3422. # [22:34] <RyanVM|sheriffduty> ejpbruel: i don't see a lot of other Gi runs on Try, but they're OK and we're green elsewhere
  3423. # [22:34] * Joins: ddahl (ddahl@moz-BDAC6C04.hsd1.ca.comcast.net)
  3424. # [22:34] <RyanVM|sheriffduty> so I feel like there could be some smoke here
  3425. # [22:34] * Quits: jedp (jedp@moz-62518563.mtv2.mozilla.com) (Quit: Computer has gone to sleep.)
  3426. # [22:35] * Quits: bent (chatzilla@E38B5014.43538092.6F94E353.IP) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  3427. # [22:35] * Quits: Optimizer (Optimizer@9D0FF6C5.13A3D53C.BE4CF869.IP) (Ping timeout)
  3428. # [22:35] * baku|away is now known as baku
  3429. # [22:35] * Joins: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net)
  3430. # [22:35] * Quits: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net) (Connection reset by peer)
  3431. # [22:35] * Joins: vingtetun (Thunderbir@moz-64E1A8DA.fbx.proxad.net)
  3432. # [22:36] * Joins: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net)
  3433. # [22:36] * Quits: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net) (Connection reset by peer)
  3434. # [22:36] * Joins: tessarakt2 (jens@moz-7C61B6F1.dip0.t-ipconnect.de)
  3435. # [22:36] * Quits: tessarakt (jens@moz-181140E4.dip0.t-ipconnect.de) (Ping timeout)
  3436. # [22:36] * Quits: tessarakt3 (jens@moz-181140E4.dip0.t-ipconnect.de) (Ping timeout)
  3437. # [22:36] * Joins: dbaron (dbaron@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3438. # [22:36] * ChanServ sets mode: +ao dbaron dbaron
  3439. # [22:37] * Joins: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net)
  3440. # [22:37] * Joins: tessarakt (jens@moz-7C61B6F1.dip0.t-ipconnect.de)
  3441. # [22:37] * Quits: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net) (Connection reset by peer)
  3442. # [22:37] * Quits: AaronMT (AaronMT@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Computer has gone to sleep.)
  3443. # [22:37] * Quits: sicking (sicking@moz-501E5580.hsd1.ca.comcast.net) (Quit: sicking)
  3444. # [22:37] * Quits: maikmerten (maikmerten@moz-667A63D4.pools.arcor-ip.net) (Client exited)
  3445. # [22:37] * JosiahOne is now known as JosiahOne|Away
  3446. # [22:38] * Joins: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net)
  3447. # [22:38] * Quits: gmoro (guilherme@7FADD5F8.12B7AC2C.B53A5734.IP) (Client exited)
  3448. # [22:38] * Quits: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net) (Connection reset by peer)
  3449. # [22:38] * KWierso is now known as KWierso|sheriffduty
  3450. # [22:38] * RyanVM|sheriffduty is now known as RyanVM
  3451. # [22:39] * darrin is now known as darrin_afk
  3452. # [22:39] * Joins: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net)
  3453. # [22:39] * Quits: JosiahOne|Away (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net) (Ping timeout)
  3454. # [22:39] * Quits: bajaj (Adium@moz-34BA18EC.hsd1.ca.comcast.net) (Ping timeout)
  3455. # [22:39] * Quits: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net) (Connection reset by peer)
  3456. # [22:40] * Quits: vingtetun (Thunderbir@moz-64E1A8DA.fbx.proxad.net) (No route to host)
  3457. # [22:40] * bmoss is now known as bmoss_afk
  3458. # [22:40] * Quits: kushagra (kushagra@99C4FB88.58489E08.520CDC98.IP) (Client exited)
  3459. # [22:40] * Joins: bajaj (Adium@moz-34BA18EC.hsd1.ca.comcast.net)
  3460. # [22:40] * Quits: dholbert_ (dholbert@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Ex-Chat)
  3461. # [22:40] * Joins: jedp (jedp@moz-62518563.mtv2.mozilla.com)
  3462. # [22:41] * admix is now known as admix|away
  3463. # [22:41] * Joins: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net)
  3464. # [22:42] * Quits: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net) (Connection reset by peer)
  3465. # [22:42] * Quits: ejpbruel (ejpbruel@moz-366E8346.cm-11-1b.dynamic.ziggo.nl) (Ping timeout)
  3466. # [22:42] * Quits: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch) (Quit: Leaving.)
  3467. # [22:43] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  3468. # [22:43] * Joins: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net)
  3469. # [22:44] * Quits: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net) (Connection reset by peer)
  3470. # [22:44] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  3471. # [22:44] * Joins: gandalf (zbraniecki@C1515565.9D31A9B5.FAF22AF7.IP)
  3472. # [22:45] * Joins: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net)
  3473. # [22:45] * Quits: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net) (Connection reset by peer)
  3474. # [22:45] * Joins: bz (bzbarsky@moz-228E1E8D.hfc.comcastbusiness.net)
  3475. # [22:45] * geekboy is now known as geekboy|afk
  3476. # [22:46] * Joins: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net)
  3477. # [22:46] * Quits: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net) (Connection reset by peer)
  3478. # [22:47] * Joins: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net)
  3479. # [22:47] * Quits: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net) (Connection reset by peer)
  3480. # [22:47] * rail is now known as rail_away
  3481. # [22:48] * Joins: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net)
  3482. # [22:48] * Quits: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net) (Connection reset by peer)
  3483. # [22:48] * Quits: digitsm (digitsm@B8D4743D.7B919139.DA0107E2.IP) (Ping timeout)
  3484. # [22:49] * Joins: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net)
  3485. # [22:49] * Quits: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net) (Connection reset by peer)
  3486. # [22:49] * Joins: digitsm (digitsm@4CDC6389.D8494BE0.DA0107E2.IP)
  3487. # [22:50] * Quits: bbondy_ (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  3488. # [22:50] * Quits: digitsm (digitsm@4CDC6389.D8494BE0.DA0107E2.IP) (Quit: Leaving)
  3489. # [22:50] * Joins: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net)
  3490. # [22:50] * Joins: jdover (jdover@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3491. # [22:50] * Quits: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net) (Connection reset by peer)
  3492. # [22:50] * Joins: justinda_ (justindarc@D2AEACFC.B56D28DB.B58D01CE.IP)
  3493. # [22:50] * Quits: justindarc (justindarc@D2AEACFC.B56D28DB.B58D01CE.IP) (Connection reset by peer)
  3494. # [22:51] * Joins: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net)
  3495. # [22:51] * Joins: digitsm (digitsm@4CDC6389.D8494BE0.DA0107E2.IP)
  3496. # [22:51] * Quits: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net) (Connection reset by peer)
  3497. # [22:51] * Joins: m_gol (m_gol@moz-4A03F5C1.dynamic.chello.pl)
  3498. # [22:51] * Joins: lizzard (ehenry@65A6AFA5.D95F8CCC.2321E71E.IP)
  3499. # [22:52] * Joins: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net)
  3500. # [22:52] * Quits: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net) (Connection reset by peer)
  3501. # [22:52] * Joins: gaston (landry@moz-2911F07A.rhaalovely.net)
  3502. # [22:52] * Joins: kk1fff (kk1fff@moz-95CA5501.dynamic.hinet.net)
  3503. # [22:52] * Joins: Optimizer (Optimizer@D6072DDE.73AC372A.274D17D6.IP)
  3504. # [22:52] * catlee is now known as catlee-away
  3505. # [22:54] * darrin_afk is now known as darrin
  3506. # [22:54] * Quits: bholley (bholley@B08EEEEB.6BBCE916.7B974E06.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  3507. # [22:54] * Quits: kk1fff (kk1fff@moz-95CA5501.dynamic.hinet.net) (Ping timeout)
  3508. # [22:54] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/6519732bc27d - Wes Kocher - Backed out changeset 533e61eb95d3 (bug 991234) for mochitest-2 bustage on Windows
  3509. # [22:54] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/90f74b01a4a5 - Wes Kocher - Backed out 3 changesets (bug 977126) for mochitest-2 bustage on Windows
  3510. # [22:55] * Quits: Pike (chatzilla@55607646.AE152CC.FAF22AF7.IP) (Quit: ChatZilla 0.9.90.1 [Firefox 28.0/20140314220517])
  3511. # [22:57] * Quits: msucan (mihai@5973C1E3.21F8EF8F.C0E37CF3.IP) (Quit: Leaving.)
  3512. # [22:57] * spohl is now known as spohl|afk
  3513. # [22:58] * ctalbert|afk is now known as ctalbert|mtg
  3514. # [22:58] * Joins: cpearce (chatzilla@34E8ECDF.DC2C3734.616A18A6.IP)
  3515. # [22:58] * Quits: jwalker (jwalker@moz-76873736.cable.virginm.net) (Input/output error)
  3516. # [22:59] * Joins: maxli1 (Adium@moz-F47DD19B.student.cs.uwaterloo.ca)
  3517. # [22:59] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  3518. # [22:59] * Quits: maxli (Adium@moz-B19F68ED.student.cs.uwaterloo.ca) (Ping timeout)
  3519. # [23:00] * Quits: yzen (yzen@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  3520. # [23:00] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  3521. # [23:00] * dholbert is now known as dholbert|afk
  3522. # [23:00] * Joins: jrmuizel (jrmuizel@347FA24B.24D9B0A0.495EC8CD.IP)
  3523. # [23:01] * Joins: kamidphish (textual@moz-CC46F4AB.hinet-ip.hinet.net)
  3524. # [23:02] * Quits: jrmuizel (jrmuizel@347FA24B.24D9B0A0.495EC8CD.IP) (Ping timeout)
  3525. # [23:03] * Quits: jchaulk (jchaulk-20@87A5E45D.C77E6360.971E19F6.IP) (Quit: Leaving.)
  3526. # [23:03] * Quits: maxli1 (Adium@moz-F47DD19B.student.cs.uwaterloo.ca) (Quit: Leaving.)
  3527. # [23:03] * Quits: arnaud_bienner (arno@moz-A1109EC1.dsl.sta.abo.bbox.fr) (Quit: Ex-Chat)
  3528. # [23:03] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/f4fcae008c89 - David Burns - Bug 991242: Remove Marionette unit test as this is covered by Gaia testing; r=jgriffin
  3529. # [23:03] * Joins: maxli (Adium@moz-F47DD19B.student.cs.uwaterloo.ca)
  3530. # [23:04] * darrin is now known as darrin_afk
  3531. # [23:05] * Quits: pcwalton (pcwalton@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: pcwalton)
  3532. # [23:05] * Quits: tantek (tantek@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: tantek)
  3533. # [23:06] * Quits: gandalf (zbraniecki@C1515565.9D31A9B5.FAF22AF7.IP) (Ping timeout)
  3534. # [23:06] * RyanVM is now known as RyanVM|afk
  3535. # [23:06] * Quits: azakai_ (alon@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  3536. # [23:07] * Joins: gandalf (zbraniecki@C1515565.9D31A9B5.FAF22AF7.IP)
  3537. # [23:07] * Joins: ericjung|phone (androirc@FD1CAFB2.5F599954.284344F5.IP)
  3538. # [23:08] * Joins: azakai_ (alon@moz-62518563.mtv2.mozilla.com)
  3539. # [23:08] * Joins: mixedpuppy (mixedpuppy@A6CF435B.D1155E2C.CFC2A289.IP)
  3540. # [23:08] * Joins: gsvelto (gsvelto@moz-AD6B3EB9.clienti.tiscali.it)
  3541. # [23:08] * Quits: lizzard (ehenry@65A6AFA5.D95F8CCC.2321E71E.IP) (Quit: lizzard)
  3542. # [23:10] * Quits: janv (varga@740FE678.9FB65C50.4F33160D.IP) (Quit: This computer has gone to sleep)
  3543. # [23:10] * Quits: tomer (tomer@F61A4DAE.55661B99.34A7550B.IP) (Ping timeout)
  3544. # [23:11] * sheppy is now known as sheppy-offline
  3545. # [23:12] * Quits: ahal (ahal@moz-7DE89BF0.cable.teksavvy.com) (Ping timeout)
  3546. # [23:13] * Quits: jwei (jwei@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Leaving.)
  3547. # [23:13] * Quits: spohl|afk (Adium@moz-8AE83D44.static.hvvc.us) (Quit: Leaving.)
  3548. # [23:14] * armenzg is now known as armenzg_afk
  3549. # [23:14] * Joins: yzen (yzen@13F2CEC5.7672369.D8E68FF6.IP)
  3550. # [23:15] * Quits: m_gol (m_gol@moz-4A03F5C1.dynamic.chello.pl) (Quit: Leaving...)
  3551. # [23:15] * Quits: cpearce (chatzilla@34E8ECDF.DC2C3734.616A18A6.IP) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  3552. # [23:15] * geekboy|afk is now known as geekboy
  3553. # [23:16] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  3554. # [23:16] * Joins: cpearce (chatzilla@34E8ECDF.DC2C3734.616A18A6.IP)
  3555. # [23:16] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  3556. # [23:16] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/3034f954c0d4 - David Burns - Bug 967179: Enable b2g tests that do not need to be disabled; r=mdas
  3557. # [23:17] * Quits: armenzg_afk (armenzg@moz-DC6D6B46.home1.cgocable.net) (Input/output error)
  3558. # [23:17] * Quits: jedp (jedp@moz-62518563.mtv2.mozilla.com) (Quit: Computer has gone to sleep.)
  3559. # [23:17] <KWierso|sheriffduty> AutomatedTester: I can't wait to be able to back out my boss's patches! :)
  3560. # [23:17] * Quits: gsvelto (gsvelto@moz-AD6B3EB9.clienti.tiscali.it) (Ping timeout)
  3561. # [23:17] <AutomatedTester> KWierso|sheriffduty: :)
  3562. # [23:18] <Ms2ger> KWierso|sheriffduty, if you need help... :)
  3563. # [23:18] <AutomatedTester> KWierso|sheriffduty: I have purposefully pushed them separately in case you need to
  3564. # [23:18] <AutomatedTester> but I have done try on this last one
  3565. # [23:18] <AutomatedTester> it was green
  3566. # [23:18] * Quits: shorlander (shorlander@moz-62518563.mtv2.mozilla.com) (Connection reset by peer)
  3567. # [23:18] <RyanVM|afk> gg manager knows the plight of his underlings
  3568. # [23:18] * Joins: shorlander (shorlander@moz-62518563.mtv2.mozilla.com)
  3569. # [23:19] <AutomatedTester> RyanVM|afk: Marionette has a rule that patches need try runs
  3570. # [23:19] <AutomatedTester> since breaking Marionette makes everyone sad
  3571. # [23:19] * Joins: gsvelto (gsvelto@moz-AD6B3EB9.clienti.tiscali.it)
  3572. # [23:19] * RyanVM|afk goes afk frlz
  3573. # [23:20] <AutomatedTester> laterz
  3574. # [23:20] * Quits: azakai_ (alon@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  3575. # [23:20] * Joins: happy-dude (Adium@moz-1C988E45.wireless.rit.edu)
  3576. # [23:20] <AutomatedTester> I have 4 more patches that need landing but the first one is blocked on the reviewer
  3577. # [23:21] <AutomatedTester> oh well... home time!
  3578. # [23:21] * Quits: vikstrous (v@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  3579. # [23:21] <Ms2ger> Damn reviewers
  3580. # [23:22] * Quits: RealRaven (Thunderbir@4D745B4A.2FEB5D8C.C3498625.IP) (Ping timeout)
  3581. # [23:23] * Joins: tantek (tantek@5ED9E6DA.CB3251F2.284344F5.IP)
  3582. # [23:23] * philor|away is now known as philor
  3583. # [23:23] * dholbert|afk is now known as dholbert
  3584. # [23:23] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/f23f000482d2 - James Graham - Bug 991727 - Update mozprocess version due to API change, r=ahal
  3585. # [23:24] * Quits: afwang (nooknook@moz-C8131982.hsd1.ca.comcast.net) (Ping timeout)
  3586. # [23:25] * Joins: lizzard (ehenry@65A6AFA5.D95F8CCC.2321E71E.IP)
  3587. # [23:26] * Quits: gabor (gabor@moz-DAC4C5.dip0.t-ipconnect.de) (Ping timeout)
  3588. # [23:26] * Joins: RealRaven (Thunderbir@ED91D9A3.AC896DD2.27F80FAC.IP)
  3589. # [23:26] * Quits: ericjung|phone (androirc@FD1CAFB2.5F599954.284344F5.IP) (Connection reset by peer)
  3590. # [23:26] * Quits: mccr8 (mccr8@moz-62518563.mtv2.mozilla.com) (Connection reset by peer)
  3591. # [23:26] * Joins: mccr8 (mccr8@moz-62518563.mtv2.mozilla.com)
  3592. # [23:26] * Quits: bajaj (Adium@moz-34BA18EC.hsd1.ca.comcast.net) (Ping timeout)
  3593. # [23:26] * Quits: mccr8 (mccr8@moz-62518563.mtv2.mozilla.com) (Connection reset by peer)
  3594. # [23:27] * Joins: bajaj (Adium@moz-34BA18EC.hsd1.ca.comcast.net)
  3595. # [23:27] * Joins: mccr8 (mccr8@moz-62518563.mtv2.mozilla.com)
  3596. # [23:28] * Quits: gsvelto (gsvelto@moz-AD6B3EB9.clienti.tiscali.it) (Ping timeout)
  3597. # [23:28] * Quits: sankha93 (sankha93@7061CD01.D6BD0D91.22D41759.IP) (Client exited)
  3598. # [23:28] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Quit: jib)
  3599. # [23:28] * justinda_ is now known as justindarc
  3600. # [23:28] * Quits: mccr8 (mccr8@moz-62518563.mtv2.mozilla.com) (Connection reset by peer)
  3601. # [23:28] * Quits: yzen (yzen@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  3602. # [23:28] * Joins: mccr8 (mccr8@moz-62518563.mtv2.mozilla.com)
  3603. # [23:28] * Joins: sewardj (sewardj@moz-B47665B8.dip0.t-ipconnect.de)
  3604. # [23:29] * bmoss_afk is now known as bmoss
  3605. # [23:29] * Joins: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net)
  3606. # [23:29] * Quits: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net) (Connection reset by peer)
  3607. # [23:29] * Quits: mconley (mconley@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  3608. # [23:30] * Joins: mconley (mconley@13F2CEC5.7672369.D8E68FF6.IP)
  3609. # [23:30] * kmoir is now known as kmoir-afk
  3610. # [23:30] * Joins: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net)
  3611. # [23:30] * Quits: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net) (Connection reset by peer)
  3612. # [23:30] * Quits: mihneadb (mihneadb@moz-9897BD47.static.ziggozakelijk.nl) (Quit: Computer gone to sleep - Zzzz...)
  3613. # [23:31] * Quits: happy-dude (Adium@moz-1C988E45.wireless.rit.edu) (Quit: Leaving.)
  3614. # [23:31] * Joins: happy-dude (Adium@moz-1C988E45.wireless.rit.edu)
  3615. # [23:31] * Quits: digitsm (digitsm@4CDC6389.D8494BE0.DA0107E2.IP) (Quit: Leaving)
  3616. # [23:31] * Quits: happy-dude (Adium@moz-1C988E45.wireless.rit.edu) (Quit: happy-dude)
  3617. # [23:31] * Quits: victorporof_ (victorporo@13F2CEC5.7672369.D8E68FF6.IP) (Quit: victorporof_)
  3618. # [23:31] * Joins: cpeterso_ (cpeterson@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3619. # [23:32] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  3620. # [23:32] * Quits: cpeterson (cpeterson@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  3621. # [23:32] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  3622. # [23:33] * Joins: afwang (nooknook@moz-C8131982.hsd1.ca.comcast.net)
  3623. # [23:33] * Joins: tanvi (tanvi@moz-1979187D.hsd1.ca.comcast.net)
  3624. # [23:33] * cpeterso_ is now known as cpeterson
  3625. # [23:33] <tanvi> anyone buidling on osx 10.8 that can share there mozconfig?
  3626. # [23:33] * Joins: smontagu (chatzilla@moz-9F3BF3B0.red.bezeqint.net)
  3627. # [23:33] * Quits: mconley (mconley@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  3628. # [23:33] <tanvi> went on leave, got a new computer with osx 10.8 and can no longer get my build to work
  3629. # [23:34] <idwer_> heh. where do you work?
  3630. # [23:34] <@khuey> woah tanvi is back
  3631. # [23:34] * idwer_ is now known as idwer
  3632. # [23:34] * Joins: happy-dude (Adium@moz-1C988E45.wireless.rit.edu)
  3633. # [23:34] * mcote is now known as mcote|afk
  3634. # [23:34] <@khuey> tanvi: we broke everything while you were gone :)
  3635. # [23:34] * Quits: paolo (paolo@moz-3722C597.retail.telecomitalia.it) (Quit: Konversation terminated!)
  3636. # [23:35] <tanvi> khuey: thanks. yeah, everything is broken ;)
  3637. # [23:35] <tanvi> mdn says "Firefox no longer builds with gcc 4.2, but the build system should automatically select clang if it is available in the PATH. If that is not the case, you need to set CC and CXX.  "
  3638. # [23:35] <tanvi> so i've been playing with that in my mozconfig, but with little success
  3639. # [23:36] <tanvi> tried - 1) CC=clang
  3640. # [23:36] <tanvi> CXX=clang++
  3641. # [23:36] <tanvi> 2) CC=/opt/local/bin/clang
  3642. # [23:36] <tanvi> CXX=/opt/local/bin/clang++
  3643. # [23:36] <idwer> from what I read, you don't always need a .mozconfig
  3644. # [23:36] <tanvi> and 3) CC=clang-mp-3.1
  3645. # [23:36] <tanvi> CXX=clang++-mp-3.1
  3646. # [23:36] <tanvi> and have also tried not including CC at all
  3647. # [23:37] <dholbert> tanvi, not currently on a OS X 10.8 box, but I've built successfully on one in the past month or so. what error are you getting?
  3648. # [23:38] <tanvi> http://pastebin.mozilla.org/4755012
  3649. # [23:38] <dholbert> tanvi, building with --disable-webrtc?
  3650. # [23:38] <tanvi> yup ac_add_options --disable-webrtc
  3651. # [23:39] <dholbert> tanvi, IIRC that's your problem
  3652. # [23:39] * jorendorff is now known as jorendorff_away
  3653. # [23:39] <dholbert> yup
  3654. # [23:39] <dholbert> https://bugzilla.mozilla.org/show_bug.cgi?id=981780#c6
  3655. # [23:39] * Joins: jdm_ (jdm@13F2CEC5.7672369.D8E68FF6.IP)
  3656. # [23:39] <dholbert> tanvi, hopefully someone will fix that before long, but for now, you can't build with --disable-webrtc
  3657. # [23:39] * Quits: jdm (jdm@FCCEA34F.7672369.D8E68FF6.IP) (Ping timeout)
  3658. # [23:39] <tanvi> dholbert: IIRC that used to be a requirement
  3659. # [23:40] <tanvi> let me try removing that
  3660. # [23:40] <mrbkap> What is the latest and greatest Promise API use in chrome code?
  3661. # [23:40] <@gavin> webrtc has grown up, building without it is irresponsible now :)
  3662. # [23:40] <@gavin> mrbkap: Promise.jsm
  3663. # [23:40] <mrbkap> gavin: Okay, cool.
  3664. # [23:40] * Quits: jrm2k6 (jrm2k6@moz-925F8EE7.osr0-terez.net.telekom.hu) (Client exited)
  3665. # [23:40] <sfink> ted: ping
  3666. # [23:41] * Quits: sawrubh|bot (~sawrubhbo@moz-E0F149F7.members.linode.com) (Ping timeout)
  3667. # [23:41] * Quits: droy (droy@moz-E0F149F7.members.linode.com) (Ping timeout)
  3668. # [23:41] * Quits: narendraj9 (narendraj9@moz-E0F149F7.members.linode.com) (Ping timeout)
  3669. # [23:41] * Quits: soumyaC1 (soumyaC@moz-E0F149F7.members.linode.com) (Ping timeout)
  3670. # [23:41] * Joins: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com)
  3671. # [23:41] * Joins: soumyaC2 (soumyaC@moz-E0F149F7.members.linode.com)
  3672. # [23:42] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/904297de3d1e - Chris Pearce - Bug 986947 - Make MP3 contained in MP4 playback again on Windows with WMF backend. r=padenot
  3673. # [23:42] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/9c208ea4d63c - Chris Pearce - Bug 991448 - Skip Theora decode to next keyframe after seek, so that we don't get visual artifacts after a fastSeek. r=cajbir
  3674. # [23:42] * Joins: pcwalton (pcwalton@moz-DA87EE4.hsd1.ca.comcast.net)
  3675. # [23:43] * sfink is now known as sfink|afk
  3676. # [23:43] * Joins: narendraj9 (narendraj9@moz-E0F149F7.members.linode.com)
  3677. # [23:44] <jesup> gavin++ :-)
  3678. # [23:44] * Quits: jdm_ (jdm@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Lost terminal)
  3679. # [23:44] <jesup> I'm trying to fix that --disable-webrtc bug though. It's really annoying
  3680. # [23:44] <richardus> we did it mozilla, we got rid of brendan! now to replace js with dart
  3681. # [23:45] * Quits: bajaj (Adium@moz-34BA18EC.hsd1.ca.comcast.net) (Connection reset by peer)
  3682. # [23:45] * curtisk is now known as curtisk|afk
  3683. # [23:45] * Joins: bajaj (Adium@moz-34BA18EC.hsd1.ca.comcast.net)
  3684. # [23:45] * Joins: six600110 (six600110@moz-9117A1DE.hsd1.il.comcast.net)
  3685. # [23:45] <@smaug> mrbkap: I guess it depends on who answers to that question
  3686. # [23:46] * Joins: sawrubh|bot (~sawrubhbo@moz-E0F149F7.members.linode.com)
  3687. # [23:46] * Joins: droy (droy@moz-E0F149F7.members.linode.com)
  3688. # [23:46] <@dolske> jesup: should be easy to remove the option? ;)
  3689. # [23:46] <@gavin> heh
  3690. # [23:46] <@gavin> for real though, why do we need it?
  3691. # [23:46] * Quits: RealRaven (Thunderbir@ED91D9A3.AC896DD2.27F80FAC.IP) (Quit: RealRaven)
  3692. # [23:46] * Quits: @ehsan (ehsan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  3693. # [23:46] <@smaug> mrbkap: the few limitations paolo was complaining about are being fixed in the native promise
  3694. # [23:47] * philor is now known as philor|away
  3695. # [23:47] <mrbkap> smaug: ok.
  3696. # [23:47] * Joins: RealRaven (Thunderbir@ED91D9A3.AC896DD2.27F80FAC.IP)
  3697. # [23:47] <jesup> gavin: For some derivative builds where it's sometimes broken for a bit (BSD) and for things like Thunderbird. But the importance of it is dropping a lot
  3698. # [23:47] * Quits: sawrubh|bot (~sawrubhbo@moz-E0F149F7.members.linode.com) (Ping timeout)
  3699. # [23:48] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  3700. # [23:48] <@gavin> jesup: doesn't sound necessary to me!
  3701. # [23:48] <jesup> And people who are really, really scared of someone enabling their camera and mic
  3702. # [23:48] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  3703. # [23:49] <Ms2ger> jesup, tor?
  3704. # [23:49] <jesup> There are some minor platforms where it doesn't work/build (not many right now)
  3705. # [23:49] * Quits: RealRaven (Thunderbir@ED91D9A3.AC896DD2.27F80FAC.IP) (Quit: RealRaven)
  3706. # [23:49] <@dolske> if we really want to support that use case, a pref seems fine to me.
  3707. # [23:50] <jesup> Ms2ger: Not sure what tor wants. They may want anonymous tor exit video calls .... wow would that be bad
  3708. # [23:50] <jesup> Though the point of using a VPN to anonymize is actually useful with webrtc
  3709. # [23:50] * Joins: RealRaven (Thunderbir@ED91D9A3.AC896DD2.27F80FAC.IP)
  3710. # [23:50] * Joins: mihneadb (mihneadb@moz-9897BD47.static.ziggozakelijk.nl)
  3711. # [23:51] * Quits: till (till@moz-F29A122A.adsl.alicedsl.de) (Input/output error)
  3712. # [23:51] * deian|away is now known as deian
  3713. # [23:51] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  3714. # [23:51] * Quits: RealRaven (Thunderbir@ED91D9A3.AC896DD2.27F80FAC.IP) (Quit: RealRaven)
  3715. # [23:52] <@smaug> hmm, I was starting to review ted's patch but certain news somehow got my attention
  3716. # [23:52] * Joins: RealRaven (Thunderbir@ED91D9A3.AC896DD2.27F80FAC.IP)
  3717. # [23:52] * Joins: sawrubh|bot (~sawrubhbo@moz-E0F149F7.members.linode.com)
  3718. # [23:53] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Ping timeout)
  3719. # [23:53] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/18cf30214a10 - Joshua Cranmer - Bug 991449: Shorten Unified filename prefixes to avoid max path length linker errors on Windows, r=gps
  3720. # [23:54] * Joins: jrmuizel (jrmuizel@347FA24B.24D9B0A0.495EC8CD.IP)
  3721. # [23:54] <tbsaunde> jesup: well, I wiwsh tor had capacity for that kind of stuff
  3722. # [23:54] <tbsaunde> and if it did it probably wouldn't be that bad
  3723. # [23:54] * Joins: jwalker (jwalker@moz-76873736.cable.virginm.net)
  3724. # [23:54] * jlund|buildduty is now known as jlund|brb
  3725. # [23:54] * Quits: RealRaven (Thunderbir@ED91D9A3.AC896DD2.27F80FAC.IP) (Quit: RealRaven)
  3726. # [23:55] <tbsaunde> gavin: I think people also disable webrtc just for faster builds
  3727. # [23:55] * Joins: RealRaven (Thunderbir@ED91D9A3.AC896DD2.27F80FAC.IP)
  3728. # [23:55] <@gavin> that's silly
  3729. # [23:55] <@gavin> you get faster builds if you disable gfx, too
  3730. # [23:55] * Joins: njn (chatzilla@moz-CFF8C67A.dyn.iinet.net.au)
  3731. # [23:55] * ChanServ sets mode: +o njn
  3732. # [23:55] * Joins: jrm2k6 (jrm2k6@moz-2394FDB7.vodafone.hu)
  3733. # [23:55] * Quits: jrmuizel (jrmuizel@347FA24B.24D9B0A0.495EC8CD.IP) (Ping timeout)
  3734. # [23:55] <jesup> tbsaunde: difference in a full build is <5% (maybe <2%) last I checked.
  3735. # [23:56] * Joins: ericjung|phone (androirc@54F612AF.5F599954.284344F5.IP)
  3736. # [23:56] <Mossop> Are the sessionstore leaks on fx-team known?
  3737. # [23:56] <jesup> gavin: nah, disable layout
  3738. # [23:56] <tbsaunde> gavin: I mind do that for local builds if it were an option
  3739. # [23:56] <@gavin> :)
  3740. # [23:56] <KWierso|sheriffduty> Mossop: kinda
  3741. # [23:57] <tbsaunde> gavin: I baasically never run local builds so...
  3742. # [23:57] <Yoric> Mossop: leaks?
  3743. # [23:57] * Joins: ehsan (ehsan@13F2CEC5.7672369.D8E68FF6.IP)
  3744. # [23:57] * ChanServ sets mode: +o ehsan
  3745. # [23:57] * Quits: RealRaven (Thunderbir@ED91D9A3.AC896DD2.27F80FAC.IP) (Quit: RealRaven)
  3746. # [23:57] * Joins: jammink (textual@moz-62518563.mtv2.mozilla.com)
  3747. # [23:57] <Mossop> Yoric: leaked until shutdown [nsGlobalWindow #7139 chrome://browser/content/tabview.html]
  3748. # [23:57] * Quits: ddahl (ddahl@moz-BDAC6C04.hsd1.ca.comcast.net) (Ping timeout)
  3749. # [23:58] <tbsaunde> jesup: honestly I haven't investigated exactly how much it is for me locally, I just disable whatever I can easily
  3750. # [23:58] <Yoric> Mossop: which test is that?
  3751. # [23:58] * Joins: RealRaven (Thunderbir@ED91D9A3.AC896DD2.27F80FAC.IP)
  3752. # [23:58] * Joins: jammink_ (textual@moz-62518563.mtv2.mozilla.com)
  3753. # [23:58] <Mossop> Yoric: Perhaps browser/components/sessionstore/test/browser_635418.js
  3754. # [23:58] * Quits: RealRaven (Thunderbir@ED91D9A3.AC896DD2.27F80FAC.IP) (Quit: RealRaven)
  3755. # [23:58] * Quits: tantek (tantek@5ED9E6DA.CB3251F2.284344F5.IP) (Quit: tantek)
  3756. # [23:58] <tanvi> dholbert, gavin: thanks! that worked :) and a clobber build finished in 12 minutes! looks like builds got faster while i was out!
  3757. # [23:59] * Quits: @ehsan (ehsan@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  3758. # [23:59] * Joins: RealRaven (Thunderbir@ED91D9A3.AC896DD2.27F80FAC.IP)
  3759. # [23:59] * Joins: imphil (philipp@moz-CC32E8B9.dynamic.mnet-online.de)
  3760. # [23:59] * Joins: bholley (bholley@B08EEEEB.6BBCE916.7B974E06.IP)
  3761. # [23:59] <dholbert> tanvi, likely from unified builds
  3762. # [23:59] <@gavin> tanvi: unified builds are magical
  3763. # [23:59] <tanvi> unified builds?
  3764. # [23:59] <dholbert> firefox.cpp
  3765. # [23:59] <Yoric> Mossop: I'm not aware of a bug on that, can you file one?
  3766. # Session Close: Fri Apr 04 00:00:00 2014

The end :)