/irc-logs / mozilla / #developers / 2014-09-18 / end

Options:

  1. # Session Start: Thu Sep 18 00:00:00 2014
  2. # Session Ident: #developers
  3. # [00:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c47bac10dc18 - Ehsan Akhgari - Bug 1068020 - Fix more bad implicit constructors in DOM; r=baku
  4. # [00:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/372251a60bd8 - Ehsan Akhgari - Bug 1068022 - Fix more bad implicit constructors in gfx; r=jrmuizel
  5. # [00:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0cc9fcdca191 - Ehsan Akhgari - Bug 1068195 - Fix an invalid MOZ_ASSERT in moz2d code, asserting the value of a constant string pointer; r=jrmuizel
  6. # [00:00] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Quit: )
  7. # [00:00] <Bas> KWierso: What's ASAN? :) Can I fix it? :)
  8. # [00:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d5423e2b9f7d - Ehsan Akhgari - Bug 1068193 - Use the correct return type for Factory::CreateWrappingDataSourceSurface; r=jrmuizel
  9. # [00:00] <@ehsan> Bas: crash reporter may be disabled on those builds
  10. # [00:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/46859d329455 - Ehsan Akhgari - Bug 1067340 - Don't use nsIDOMWindowUtils in the CSP code, because it's not meant to be used from C++; r=geekboy
  11. # [00:00] <KWierso> Bas: so far, the failures are only showing up for the address sanitizer builds
  12. # [00:00] <RyanVM|sheriffduty> methinks ehsan is on the right track :)
  13. # [00:00] <@ehsan> Bas: it indeed is: http://mxr.mozilla.org/mozilla-central/source/build/unix/mozconfig.asan#25
  14. # [00:01] * Quits: juanb (jbecerra@E427E78E.E1963846.259C7EEB.IP) (Ping timeout)
  15. # [00:01] <Bas> ehsan KWierso: How do other things that use nsExceptionHandler.h deal with this, any idea by any chance?
  16. # [00:01] <@ehsan> Bas: we have a MOZ_ASAN macro that you can check for
  17. # [00:01] <@ehsan> Bas: like this: http://mxr.mozilla.org/mozilla-central/source/accessible/base/nsAccessibilityService.cpp#52
  18. # [00:01] <Bas> ehsan: Okay, I'll gives pushing a fix one shot, then I'll backout.
  19. # [00:02] <@ehsan> Bas: (use MOZ_CRASHREPORTER)
  20. # [00:02] <KWierso> Bas: just closed the tree, so "CLOSED TREE" in your push :)
  21. # [00:03] * Quits: Swatinem (swatinem@moz-C3348152.dynamic.surfer.at) (Client exited)
  22. # [00:03] * Quits: rogeliodh (Thunderbir@BA295E7.5D63E12A.D67CC001.IP) (Quit: rogeliodh)
  23. # [00:03] <John-Galt> shu: Currently 'let' behaves exactly the same as 'var' at the top-level, so the temporal dead zone changes don't affect it. Is there any chance this is going to change at some point?
  24. # [00:03] <John-Galt> Oh. Too late.
  25. # [00:03] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  26. # [00:04] <shu> John-Galt: which top-level?
  27. # [00:04] * miketaylr is now known as zz_miketaylr
  28. # [00:04] <shu> John-Galt: TDZ doesn't affect global lets as of yet
  29. # [00:04] * kats is now known as kats|away
  30. # [00:04] <John-Galt> shu: The top-level of a file
  31. # [00:04] <shu> John-Galt: right, global lets are a different bug
  32. # [00:04] * Quits: emtwo (Adium@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Leaving.)
  33. # [00:04] <John-Galt> I'm planning to send out an email to affected add-on developers. I don't want to have to do it more than once if not necessary
  34. # [00:04] <shu> John-Galt: the TDZ *will* affect it once we fix global lets to be ES6-compliant
  35. # [00:05] <John-Galt> shu: OK... will that be on the same train as these changes? Any ETA?
  36. # [00:05] <shu> John-Galt: however, since it's no trivial effort to fix global lets, we haven't gotten there yet and it's not enforced in the engine :(
  37. # [00:05] <shu> John-Galt: most likely not on the same train
  38. # [00:05] <Bas> ehsan kwierso: OKay, I think I got it.. testing whether it builds now, will push soon.
  39. # [00:05] <shu> John-Galt: i'm going to venture a few months out at least
  40. # [00:05] <John-Galt> OK, I guess I'll just send the email now and deal with that when we come to it. Thanks.
  41. # [00:06] * Quits: mdas (mdas@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  42. # [00:06] <shu> John-Galt: thanks for sending out email
  43. # [00:07] <@ehsan> Bas: cool
  44. # [00:07] <@ehsan> Bas: (fwiw to reporduce this locally you can build with --disable-crashreporter)
  45. # [00:07] * Quits: Boriss (Boriss@moz-BA625DEF.v250d.public.monkeybrains.net) (Quit: Boriss)
  46. # [00:08] * coop is now known as coop|afk
  47. # [00:08] * Quits: pcwalton (pcwalton@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: pcwalton)
  48. # [00:08] <cajbir> gwagner: pong
  49. # [00:09] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/ddd7602b0696 - B2G Bumper Bot - Bumping gaia.json for 5 gaia revision(s) a=gaia-bump
  50. # [00:09] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/b0d869085117 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  51. # [00:09] * zz_miketaylr is now known as miketaylr
  52. # [00:09] * Quits: ekr (Adium@moz-24157589.mtv2.mozilla.com) (Quit: Leaving.)
  53. # [00:10] <Bas> ehsan: Yeah, there was another bit in the patch that didn't compile on windows. I sort of assumed the patches would compile when they were up for review ;) Anyway. All fixed, almost ready to push the fix.
  54. # [00:10] <@ehsan> k
  55. # [00:10] * Joins: ekr (Adium@moz-24157589.mtv2.mozilla.com)
  56. # [00:11] * Joins: juanb (jbecerra@E427E78E.E1963846.259C7EEB.IP)
  57. # [00:11] * Joins: Boriss (Boriss@moz-BA625DEF.v250d.public.monkeybrains.net)
  58. # [00:12] * Quits: RealRaven (Thunderbir@CCE042E2.E00866EC.C3498625.IP) (Quit: RealRaven)
  59. # [00:14] * Joins: deian (d@moz-10E2379F.stanford.edu)
  60. # [00:14] * Quits: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  61. # [00:14] * Joins: bdahl_ (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  62. # [00:15] * bdahl_ is now known as bdahl
  63. # [00:15] * Quits: mihneadb (mihneadb@70C9850B.2430FEF6.D608C900.IP) (Quit: Computer gone to sleep - Zzzz...)
  64. # [00:15] * khuey is now known as khuey|away
  65. # [00:16] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  66. # [00:16] * jet is now known as jet|pto
  67. # [00:16] * Quits: jet|pto (jet@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet|pto)
  68. # [00:17] * kaze is now known as kaze|zZz
  69. # [00:18] * Quits: marco (Adium@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net) (Quit: Leaving.)
  70. # [00:18] * Joins: marco (Adium@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net)
  71. # [00:18] * catlee-afk is now known as catlee
  72. # [00:19] * Quits: bajaj (bajaj_afk@347FA24B.24D9B0A0.495EC8CD.IP) (Quit: Leaving.)
  73. # [00:21] * Quits: hallvors (uid23371@moz-31ABA2C0.irccloud.com) (Quit: Connection closed for inactivity)
  74. # [00:21] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  75. # [00:21] <Bas> Mysterious, my build froze up for 7 minutes.. and now seems to have... resumed.
  76. # [00:21] * Quits: vebb (mike@moz-A9F59665.callplus.net.nz) (Ping timeout)
  77. # [00:22] * Quits: dougc (chatzilla@moz-FA6C7604.lns20.mel4.internode.on.net) (Ping timeout)
  78. # [00:23] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Ping timeout)
  79. # [00:23] * Quits: ekr (Adium@moz-24157589.mtv2.mozilla.com) (Ping timeout)
  80. # [00:24] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/0b14d30c7007 - B2G Bumper Bot - Bumping gaia.json for 9 gaia revision(s) a=gaia-bump
  81. # [00:24] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/7cb113c3ce0c - B2G Bumper Bot - Bumping manifests a=b2g-bump
  82. # [00:27] * Quits: bgrins (bgrins@C7203E51.FBD8ACDB.20F09BA6.IP) (Quit: Leaving.)
  83. # [00:28] <Bas> ehsan KWierso: Fix pushed, fingers crossed.
  84. # [00:28] <RyanVM|sheriffduty> Bas: oh good, you're fixing the Windows bustage too? :)
  85. # [00:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9a082ef1223a - Bas Schouten - Bug 1068613 - Addendum: Fix bustage in ASAN builds. r=bustage on a CLOSED TREE
  86. # [00:28] <Bas> RyanVM|sheriffduty: Yes. :)
  87. # [00:29] <RyanVM|sheriffduty> Bas: also, my artifacting has gone up a notch in the last couple days
  88. # [00:29] <RyanVM|sheriffduty> trying to bisect what made it worse
  89. # [00:29] * Quits: mastizada (Thunderbir@F0087535.7EE33B20.F82549C5.IP) (Ping timeout)
  90. # [00:29] <RyanVM|sheriffduty> but wikimo's sidebar seems to hit it easily
  91. # [00:29] * Quits: janv (varga@moz-45970C6.dynamic.orange.sk) (Quit: This computer has gone to sleep)
  92. # [00:29] <RyanVM|sheriffduty> but the crappy thing is that the same build doesn't seem to have issues with a fresh profile
  93. # [00:29] <RyanVM|sheriffduty> so....that sucks
  94. # [00:29] <Bas> RyanVM|sheriffduty: Which bug is this?
  95. # [00:29] <RyanVM|sheriffduty> Bas: i haven't filed it yet, but similar to the tbpl one
  96. # [00:29] <RyanVM|sheriffduty> one sec
  97. # [00:29] <John-Galt> shu: This is the email I'm going to send. If you want to quickly look over it, it would be much appreciated: https://gist.github.com/f0d97de7cf301ddc6b5a
  98. # [00:29] * Joins: njn (njn@moz-B3C1FB5B.dyn.iinet.net.au)
  99. # [00:29] * ChanServ sets mode: +o njn
  100. # [00:29] <KWierso> ehsan: is this you? https://tbpl.mozilla.org/php/getParsedLog.php?id=48317305&tree=Mozilla-Inbound
  101. # [00:29] <@ehsan> yes!
  102. # [00:30] <Bas> RyanVM|sheriffduty: Oh! Right, you were the mysterious machine that still had occasional black artifacts :)
  103. # [00:30] * @ehsan looks
  104. # [00:30] <shu> John-Galt: reading
  105. # [00:30] <RyanVM|sheriffduty> wtf, where did my screenshots go?
  106. # [00:31] * Joins: mr_boo (Mibbit@moz-DF0838C6.nat.nd.edu)
  107. # [00:31] <@ehsan> KWierso: can I have 2 mins?
  108. # [00:31] <KWierso> ehsan: haven't reopend after bas's fix was pushed yet
  109. # [00:31] * Quits: mr_boo (Mibbit@moz-DF0838C6.nat.nd.edu) (Quit: http://www.mibbit.com ajax IRC Client)
  110. # [00:31] <@ehsan> k
  111. # [00:31] <@ehsan> I'll be quick
  112. # [00:31] <shu> John-Galt: stray % in %during
  113. # [00:31] <shu> John-Galt: otherwise looks great!
  114. # [00:32] <John-Galt> shu: Awesome. Thanks
  115. # [00:32] <RyanVM|sheriffduty> Bas: http://www.ryanvm.net/files/shot1.png
  116. # [00:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/c07c6f96d613 - Mike Conley - Bug 899347 - [e10s] Make click-to-play work with e10s. Originally written by mbrubeck. r=gfritzsche,felipe,Unfocused.
  117. # [00:33] <RyanVM|sheriffduty> that's on a fresh load of the page
  118. # [00:33] <RyanVM|sheriffduty> Bas: http://www.ryanvm.net/files/shot2.png
  119. # [00:33] * Joins: naveed__ (naveed@moz-6A023467.bstnma.fios.verizon.net)
  120. # [00:33] <@ehsan> KWierso: pushing a fix
  121. # [00:33] <RyanVM|sheriffduty> that's after switching to a different tab and back
  122. # [00:33] * Quits: jimm (jmathies@moz-DF439B90.pn.at.cox.net) (Quit: )
  123. # [00:33] <Bas> RyanVM|sheriffduty: I wonder if you have some kind of weird GPU/driver bug. I haven't seen a single other similar report
  124. # [00:33] <RyanVM|sheriffduty> and if I scroll down the page, I get random artifacts from the top left menu down the sidebar
  125. # [00:34] <RyanVM|sheriffduty> it regressed some time between Thursday and Monday
  126. # [00:34] * Joins: ejpbruel (ejpbruel@moz-C216A63F.cm-7-4b.dynamic.ziggo.nl)
  127. # [00:34] <RyanVM|sheriffduty> I've run some local builds but haven't had a chance to bisect further yet
  128. # [00:34] <RyanVM|sheriffduty> I intend to, though :)
  129. # [00:34] <RyanVM|sheriffduty> Bas: I'm also a win64 build in case that matters
  130. # [00:34] <Bas> RyanVM|sheriffduty: I pushed a bunch of graphics stuff in that window. Haven't heard of anyone seeing bugs though :s
  131. # [00:34] * Joins: dbaron (dbaron@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  132. # [00:34] * ChanServ sets mode: +ao dbaron dbaron
  133. # [00:35] * Quits: naveed__ (naveed@moz-6A023467.bstnma.fios.verizon.net) (Ping timeout)
  134. # [00:35] <Bas> RyanVM|sheriffduty: If you can bisect down to my patch which caused it we can at least tell what's tickling the driver/gpu bug on your system though.
  135. # [00:35] <RyanVM|sheriffduty> Bas: this is a moz-issued W530, fwiw
  136. # [00:35] <RyanVM|sheriffduty> K1000M + HD4000 Optimus
  137. # [00:35] <RyanVM|sheriffduty> latest drivers for both
  138. # [00:35] <Bas> RyanVM|sheriffduty: Yeah, lots of people have those (including me :)), so I doubt it's anything generic for that type of GPU/driver version.
  139. # [00:36] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/40efa924899c - Ehsan Akhgari - Bug 1067340 follow-up: null check the inner window r=bustage
  140. # [00:36] * FuzzyFox|afk is now known as FuzzyFox
  141. # [00:36] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  142. # [00:37] <RyanVM|sheriffduty> Bas: yeah, the whole not reproducing on a new profile isn't helping the cause either
  143. # [00:37] * Joins: jimm (jmathies@moz-DF439B90.pn.at.cox.net)
  144. # [00:37] * Joins: bbondy (bbondy@moz-E2815EB6.home.cgocable.net)
  145. # [00:37] <Bas> KWierso ehsan: OMG I accidentally pushed a stray character in a file too, fixing that now :(.
  146. # [00:38] * Quits: sicking (sicking@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: sicking)
  147. # [00:38] * Joins: dougc (chatzilla@moz-9F433F63.lns20.mel8.internode.on.net)
  148. # [00:39] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Ping timeout)
  149. # [00:39] * Quits: masayuki (Thunderbir@moz-7765A755.zaq.ne.jp) (Ping timeout)
  150. # [00:39] * Quits: bbondy (bbondy@moz-E2815EB6.home.cgocable.net) (Ping timeout)
  151. # [00:39] * Joins: masayuki (Thunderbir@moz-7765A755.zaq.ne.jp)
  152. # [00:39] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  153. # [00:39] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6af00329904f - Bas Schouten - Bug 1068613 - Addendum 2: Fix bustage due to stray character. r=bustage on a CLOSED TREE
  154. # [00:40] <RyanVM|sheriffduty> seth: wheee, one of those oranges I needinfo'd you on is apparently a topcrash on nightly too!
  155. # [00:40] * Joins: tonymec_KDE (tonymec@moz-98636902.adsl-dyn.isp.belgacom.be)
  156. # [00:40] <ejpbruel> what the hell is a non-virtual thunk?
  157. # [00:41] * Joins: gandalf (zbraniecki@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  158. # [00:41] <ejpbruel> and why am i seeing one in my stack trace
  159. # [00:41] * Joins: emtwo (Adium@AF49685.ED0C8.AE2B2F80.IP)
  160. # [00:41] <RyanVM|sheriffduty> ejpbruel: sounds like something out of the 3 stooges
  161. # [00:42] <ejpbruel> yeah
  162. # [00:42] <ejpbruel> i have a pure virtual function with a default argument thats true
  163. # [00:42] <ejpbruel> but when its called it defaults to false
  164. # [00:42] <ejpbruel> which should be impossible
  165. # [00:42] * Joins: dij (Mibbit@9B9315E1.A6025CA.1C37C358.IP)
  166. # [00:42] <jimb> ejpbruel: Do you have multiple base classes?
  167. # [00:42] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  168. # [00:42] * Quits: mccr8 (mccr8@moz-62518563.mtv2.mozilla.com) (Connection reset by peer)
  169. # [00:42] <ejpbruel> jimb: help jim kenobi, youre my only hope
  170. # [00:43] <ejpbruel> jimb: ive added an extra default argument to nsPIDOMWindow::ResumeTimeouts
  171. # [00:43] <ejpbruel> jimb: and also made sure to add it to nsGlobalWindow::ResumeTimeouts
  172. # [00:43] * Joins: mccr8 (mccr8@moz-62518563.mtv2.mozilla.com)
  173. # [00:44] <jimb> then you're in big trouble
  174. # [00:44] <ejpbruel> jimb: why?
  175. # [00:44] * Quits: @ehsan (ehsan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  176. # [00:44] <ejpbruel> jimb: my stack trace looks like this fwiw: http://pastebin.mozilla.org/6531335
  177. # [00:45] <jimb> ejpbruel: There are other subclasses of nsPIDOMWindow...
  178. # [00:46] <ejpbruel> jimb: not according to dxr: http://dxr.mozilla.org/mozilla-central/search?q=%22public+nsPIDOMWindow%22&redirect=true
  179. # [00:46] <jimb> ejpbruel: Oh, those *are* subclasses of nsGlobalWindow
  180. # [00:46] <jimb> got it
  181. # [00:46] <ejpbruel> jimb: what i dont understand is how the argument could default to true
  182. # [00:46] <ejpbruel> sorry, to false
  183. # [00:47] <ejpbruel> before i added it it didnt even exist!
  184. # [00:49] * Quits: arnaud_bienner (arno@moz-A1109EC1.dsl.sta.abo.bbox.fr) (Quit: Ex-Chat)
  185. # [00:50] * Quits: mccr8 (mccr8@moz-62518563.mtv2.mozilla.com) (Quit: computer sleep)
  186. # [00:50] * Quits: ehugg (ehugg@moz-6D0FD3FC.cisco.com) (Quit: ehugg)
  187. # [00:50] <jimb> ejpbruel: You know how, when you have multiple inheritance with virtual methods in base classes other than the first, you end up with vtables in the middle of your object, as well as at the front?
  188. # [00:51] <ejpbruel> jimb: yeah, i figured it had to be something like that too
  189. # [00:51] <jimb> ejpbruel: A "non-virtual thunk" is the thing that one of the non-first vtables points to that adjusts the 'this' pointer and then calls the overriding definition from some derived class.
  190. # [00:51] <jimb> that is not the best explanation I've ever typed
  191. # [00:52] <ejpbruel> jimb: it does make sense though
  192. # [00:52] * Quits: secretrobotron (secretrobo@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  193. # [00:52] <ejpbruel> hmmm
  194. # [00:52] * Joins: mccr8 (mccr8@moz-62518563.mtv2.mozilla.com)
  195. # [00:53] <ejpbruel> lemme try something
  196. # [00:53] <jimb> ejpbruel: "Ask GDB"?
  197. # [00:53] <ejpbruel> jimb: im on lldb :(
  198. # [00:53] * geekboy is now known as geekboy|afk
  199. # [00:53] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  200. # [00:54] <jimb> ejpbruel: "Ask LLDB"? I mean, I bet it's a typo somewhere
  201. # [00:54] <ejpbruel> yeah
  202. # [00:55] * Quits: Optimizer (Optimizer@446EA59E.F2703C2A.274D17D6.IP) (Ping timeout)
  203. # [00:56] * Quits: yzen (yzen@moz-F62769B5.cpe.pppoe.ca) (Ping timeout)
  204. # [00:56] * Quits: harth (harth@moz-1BAFD40C.nyc.res.rr.com) (Input/output error)
  205. # [00:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/920b201d30e9 - Richard Newman - Bug 1068388 - Part 1: clarify that Stumbler pref is Android-only. r=nalexander,garvank
  206. # [00:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/cf6f1223b6b7 - Garvan Keeley - Bug 1068388 - Part 2: remove use of app.geo.reportdata from gecko. r=rnewman
  207. # [00:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/e85caca8529f - Garvan Keeley - Bug 1068388 - Part 4: update UI pref key value for app.geo.reportdata. r=rnewman
  208. # [00:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/29d39909222d - Richard Newman - Bug 1068388 - Part 3: hide stumbler settings items if stumbler isn't built. r=garvank
  209. # [00:57] * Quits: twi (Adium@moz-5E2DA251.cust.vodafonedsl.it) (Quit: Leaving.)
  210. # [00:58] * Joins: capella-s3 (capella-s3@moz-3A08EE5.twcny.res.rr.com)
  211. # [00:58] <rnewman> I can cuont gud
  212. # [00:58] * Quits: Zupoman (mistrzmag@96766F5F.EAFD72D8.FD4497A0.IP) (Client exited)
  213. # [00:59] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  214. # [00:59] * Quits: jimm (jmathies@moz-DF439B90.pn.at.cox.net) (Quit: )
  215. # [01:00] * Joins: Optimizer (Optimizer@ED9C7EEA.84CFAB2D.BE4CF869.IP)
  216. # [01:00] * Joins: sicking (sicking@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  217. # [01:01] * Quits: Archaeopteryx (itsme@moz-7E5FB2F7.cust.telecolumbus.net) (Quit: Goodbye)
  218. # [01:01] * Joins: bajaj (bajaj_afk@347FA24B.24D9B0A0.495EC8CD.IP)
  219. # [01:01] * Quits: bajaj (bajaj_afk@347FA24B.24D9B0A0.495EC8CD.IP) (Max SendQ exceeded)
  220. # [01:01] * Joins: bajaj (bajaj_afk@347FA24B.24D9B0A0.495EC8CD.IP)
  221. # [01:02] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  222. # [01:02] * FuzzyFox is now known as FuzzyFox|afk
  223. # [01:02] * Quits: bajaj (bajaj_afk@347FA24B.24D9B0A0.495EC8CD.IP) (Max SendQ exceeded)
  224. # [01:02] * whimboo is now known as whimboo|afk
  225. # [01:02] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  226. # [01:02] <mjrosenb> hey, all. when I run firefox --help, should that be loading in any libraries other than those required to print out the help?
  227. # [01:03] * Quits: @roc (chatzilla@moz-A45446C6.bng1.tvc.orcon.net.nz) (Input/output error)
  228. # [01:03] * Joins: bajaj (bajaj_afk@moz-CC46F4AB.hinet-ip.hinet.net)
  229. # [01:03] * Quits: loadbang (simon@moz-CBC83975.range86-149.btcentralplus.com) (Quit: loadbang)
  230. # [01:04] <RyanVM|sheriffduty> Bas: still busted - https://tbpl.mozilla.org/php/getParsedLog.php?id=48319989&tree=Mozilla-Inbound
  231. # [01:04] * Quits: bajaj (bajaj_afk@moz-CC46F4AB.hinet-ip.hinet.net) (Max SendQ exceeded)
  232. # [01:04] * Joins: bajaj (bajaj_afk@347FA24B.24D9B0A0.495EC8CD.IP)
  233. # [01:04] <Bas> RyanVM|sheriffduty: Can I give it one more shot or do you wanna back me out?
  234. # [01:04] <RyanVM|sheriffduty> go for it
  235. # [01:04] * Quits: bajaj (bajaj_afk@347FA24B.24D9B0A0.495EC8CD.IP) (Max SendQ exceeded)
  236. # [01:05] * Quits: masayuki (Thunderbir@moz-7765A755.zaq.ne.jp) (Ping timeout)
  237. # [01:05] * Joins: bajaj (bajaj_afk@347FA24B.24D9B0A0.495EC8CD.IP)
  238. # [01:05] * Quits: bajaj (bajaj_afk@347FA24B.24D9B0A0.495EC8CD.IP) (Max SendQ exceeded)
  239. # [01:06] * Quits: cpearce (chatzilla@34E8ECDF.DC2C3734.616A18A6.IP) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  240. # [01:06] * Joins: masayuki (Thunderbir@moz-7765A755.zaq.ne.jp)
  241. # [01:06] * Joins: bajaj (bajaj_afk@347FA24B.24D9B0A0.495EC8CD.IP)
  242. # [01:06] * Joins: cpearce (chatzilla@34E8ECDF.DC2C3734.616A18A6.IP)
  243. # [01:06] * Quits: bajaj (bajaj_afk@347FA24B.24D9B0A0.495EC8CD.IP) (Max SendQ exceeded)
  244. # [01:06] * Joins: bajaj (bajaj_afk@347FA24B.24D9B0A0.495EC8CD.IP)
  245. # [01:07] * Quits: bajaj (bajaj_afk@347FA24B.24D9B0A0.495EC8CD.IP) (Max SendQ exceeded)
  246. # [01:07] * Joins: gokce__ (gokce@D2E73B84.AEC668B9.C687B15D.IP)
  247. # [01:07] * Quits: gokce_ (gokce@D2E73B84.AEC668B9.C687B15D.IP) (Connection reset by peer)
  248. # [01:07] * Joins: bajaj (bajaj_afk@moz-CC46F4AB.hinet-ip.hinet.net)
  249. # [01:07] * Quits: bajaj (bajaj_afk@moz-CC46F4AB.hinet-ip.hinet.net) (Max SendQ exceeded)
  250. # [01:08] <Bas> RyanVM|sheriffduty: (I guess PR_Logging also isn't defined on ASAN)
  251. # [01:08] <RyanVM|sheriffduty> I don't know
  252. # [01:08] <RyanVM|sheriffduty> or is the #include inside an ifdef?
  253. # [01:10] * Quits: bmoss (bmoss@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  254. # [01:10] * Quits: myk (myk@moz-AC60788E.dsl.dynamic.sonic.net) (Ping timeout)
  255. # [01:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a3adee0a1c5f - Bas Schouten - Bug 1068613 - Addendum 3: Fix bustage due to stray character. r=bustage on a CLOSED TREE
  256. # [01:12] <Bas> I just changed it into a printf when MOZ_CRASHREPORTER isn't defined.
  257. # [01:12] * catlee is now known as catlee-away
  258. # [01:12] * Quits: mak (uid24946@moz-31ABA2C0.irccloud.com) (Quit: Connection closed for inactivity)
  259. # [01:12] * Joins: pcwalton (pcwalton@moz-DA87EE4.hsd1.ca.comcast.net)
  260. # [01:15] * Joins: gokce (gokce@D2E73B84.AEC668B9.C687B15D.IP)
  261. # [01:15] * Quits: gokce__ (gokce@D2E73B84.AEC668B9.C687B15D.IP) (Connection reset by peer)
  262. # [01:15] * Joins: vebb (mike@moz-A9F59665.callplus.net.nz)
  263. # [01:15] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  264. # [01:16] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Ping timeout)
  265. # [01:17] * Joins: ekr (Adium@moz-199CCC40.hsd1.ca.comcast.net)
  266. # [01:18] * Quits: tomasz (Adium@moz-62518563.mtv2.mozilla.com) (Quit: Leaving.)
  267. # [01:18] * Joins: gokce_ (gokce@D2E73B84.AEC668B9.C687B15D.IP)
  268. # [01:19] * Quits: gokce (gokce@D2E73B84.AEC668B9.C687B15D.IP) (Connection reset by peer)
  269. # [01:19] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  270. # [01:20] * Quits: @smaug (chatzilla@moz-38C5B03.elisa-laajakaista.fi) (Ping timeout)
  271. # [01:20] * Quits: brendan (brendaneic@6A24F57D.51C7F032.FA49AE52.IP) (Input/output error)
  272. # [01:20] * Joins: brendan (brendaneic@6A24F57D.51C7F032.FA49AE52.IP)
  273. # [01:21] * BenWa is now known as BenWa|email
  274. # [01:22] * Joins: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com)
  275. # [01:22] * Quits: gokce_ (gokce@D2E73B84.AEC668B9.C687B15D.IP) (Quit: Konversation terminated!)
  276. # [01:22] * Joins: smaug (chatzilla@moz-38C5B03.elisa-laajakaista.fi)
  277. # [01:22] * ChanServ sets mode: +o smaug
  278. # [01:23] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  279. # [01:23] * Joins: davidb (davidb@moz-3F47E5D5.dsl.bell.ca)
  280. # [01:23] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: Textual IRC Client: www.textualapp.com)
  281. # [01:24] * Quits: Optimizer (Optimizer@ED9C7EEA.84CFAB2D.BE4CF869.IP) (Ping timeout)
  282. # [01:24] * Joins: mconley (mconley@moz-C07D5168.p2p.sfo1.mozilla.com)
  283. # [01:25] * Joins: ehsan (ehsan@moz-B4709FAB.cable.teksavvy.com)
  284. # [01:25] * ChanServ sets mode: +o ehsan
  285. # [01:25] * Quits: @smaug (chatzilla@moz-38C5B03.elisa-laajakaista.fi) (Ping timeout)
  286. # [01:26] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/ce7c078188ad - Randall Barker - Bug 1053426 - Fennec crashes when tab sharing is active r=jesup
  287. # [01:26] * Quits: tonymec_KDE (tonymec@moz-98636902.adsl-dyn.isp.belgacom.be) (Ping timeout)
  288. # [01:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/c51908365510 - Chris Kitching - Bug 1067060: Refactor PanelType usage in Robocop. r=mcomella
  289. # [01:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/21e0ccc07a97 - Chris Kitching - Bug 1067060: Remove use of SynchronousQueue from RobocopUtils. r=mcomella
  290. # [01:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/0216f2e858be - Chris Kitching - Bug 1067060: Remove redundant typecasts, add final and some override annotations. r=mcomella
  291. # [01:28] * Joins: tomasz (Adium@moz-62518563.mtv2.mozilla.com)
  292. # [01:28] * Quits: Mook_as (mook@moz-1FCC0032.activestate.com) (Ping timeout)
  293. # [01:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/b4c908baae64 - Chris Kitching - Bug 1067060: Don't construct StringHelper. r=mcomella
  294. # [01:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/2b204a30fd9f - Chris Kitching - Bug 1067060: Eliminate SynchronousQueue from RobocopUtils. r=mcomella
  295. # [01:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/dbbd4188d63e - Chris Kitching - Bug 1067060: Don't reference static things via instances in Robocop. r=mcomella
  296. # [01:28] * Joins: bjacob (bjacob@moz-CC07A754.cable.teksavvy.com)
  297. # [01:29] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  298. # [01:29] * Joins: Mook_as (mook@moz-1FCC0032.activestate.com)
  299. # [01:29] * khuey|away is now known as khuey
  300. # [01:29] * Quits: till (till@2DAC4B11.9E01AB20.1BC28090.IP) (Input/output error)
  301. # [01:30] * Quits: chewey (chewey@moz-8A317DE7.dip0.t-ipconnect.de) (Ping timeout)
  302. # [01:30] * Quits: davidb (davidb@moz-3F47E5D5.dsl.bell.ca) (Quit: Blah blah blah)
  303. # [01:32] * Quits: jdm (jdm@CAB30FBD.8F96AEA7.2D179A7D.IP) (Input/output error)
  304. # [01:33] * Quits: rkent (Thunderbir@moz-CCEA8D95.hsd1.wa.comcast.net) (Ping timeout)
  305. # [01:33] * wlach is now known as wlach|afk
  306. # [01:33] * Joins: Optimizer (Optimizer@ED9C7EEA.84CFAB2D.BE4CF869.IP)
  307. # [01:34] * justindarc|food is now known as justindarc
  308. # [01:34] * Joins: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net)
  309. # [01:34] * Joins: harth (harth@moz-1BAFD40C.nyc.res.rr.com)
  310. # [01:35] * Joins: tantek (tantek@moz-95318683.virtual1.co.uk)
  311. # [01:35] * Joins: emtwo1 (Adium@AF49685.ED0C8.AE2B2F80.IP)
  312. # [01:35] * Joins: harth_ (harth@moz-1BAFD40C.nyc.res.rr.com)
  313. # [01:35] * Quits: emtwo (Adium@AF49685.ED0C8.AE2B2F80.IP) (Connection reset by peer)
  314. # [01:35] * emtwo1 is now known as emtwo
  315. # [01:35] * Quits: sicking (sicking@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: sicking)
  316. # [01:35] * Joins: roc (chatzilla@7EA5AB88.DC2C3734.616A18A6.IP)
  317. # [01:35] * ChanServ sets mode: +o roc
  318. # [01:35] * Quits: Optimizer (Optimizer@ED9C7EEA.84CFAB2D.BE4CF869.IP) (Ping timeout)
  319. # [01:36] * Joins: smaug (chatzilla@moz-38C5B03.elisa-laajakaista.fi)
  320. # [01:36] * ChanServ sets mode: +o smaug
  321. # [01:36] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/d6488b6b0611 - B2G Bumper Bot - Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
  322. # [01:36] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/0c2411433a0a - B2G Bumper Bot - Bumping manifests a=b2g-bump
  323. # [01:36] * Quits: harth (harth@moz-1BAFD40C.nyc.res.rr.com) (Ping timeout)
  324. # [01:37] * Quits: LMS (chatzilla@22A8C0AF.12C72867.C01AC187.IP) (Ping timeout)
  325. # [01:37] * Quits: emtwo (Adium@AF49685.ED0C8.AE2B2F80.IP) (Ping timeout)
  326. # [01:38] * Joins: bbondy (bbondy@moz-E2815EB6.home.cgocable.net)
  327. # [01:39] * Quits: marco (Adium@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net) (Quit: Leaving.)
  328. # [01:40] * Quits: masayuki (Thunderbir@moz-7765A755.zaq.ne.jp) (Ping timeout)
  329. # [01:40] * Quits: bbondy (bbondy@moz-E2815EB6.home.cgocable.net) (Ping timeout)
  330. # [01:40] * Joins: chewey (chewey@moz-3F09472E.dip0.t-ipconnect.de)
  331. # [01:40] * Joins: marco (Adium@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net)
  332. # [01:40] * Joins: masayuki (Thunderbir@moz-7765A755.zaq.ne.jp)
  333. # [01:41] * @njn wonders what all this "basic_code_modules.cc:88: INFO: No module at 0x26d46820" spew is about
  334. # [01:42] <Bas> RyanVM|sheriffduty: Why is -nothing- the same between our different platforms :(
  335. # [01:42] <Bas> I'm SO sad.
  336. # [01:42] <Bas> RyanVM|sheriffduty: Pushing again.
  337. # [01:43] * Joins: davidb (davidb@moz-3F47E5D5.dsl.bell.ca)
  338. # [01:43] * Quits: davidb (davidb@moz-3F47E5D5.dsl.bell.ca) (Quit: davidb)
  339. # [01:43] * nsm is now known as nsm|away
  340. # [01:44] * Joins: sicking (sicking@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  341. # [01:44] * Quits: fabrice (fabrice@moz-24157589.mtv2.mozilla.com) (Ping timeout)
  342. # [01:44] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  343. # [01:45] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/30d4130c504f - Bas Schouten - Bug 1068613 - Addendum 4: Fix bustage due to stray character. r=bustage on a CLOSED TREE
  344. # [01:45] * jchen is now known as jchen|away
  345. # [01:45] * rail is now known as rail_away
  346. # [01:45] * Quits: pcwalton (pcwalton@moz-DA87EE4.hsd1.ca.comcast.net) (Quit: pcwalton)
  347. # [01:48] * Quits: tessarakt3 (jens@moz-94AE6571.adsl.alicedsl.de) (Ping timeout)
  348. # [01:49] * Quits: gaston (landry@moz-2911F07A.rhaalovely.net) (Ping timeout)
  349. # [01:49] * hwine is now known as hwine-commuting
  350. # [01:49] <RyanVM|sheriffduty> Bas: that's a lot of stray characters
  351. # [01:49] <@njn> RyanVM|sheriffduty: lol
  352. # [01:49] <Bas> RyanVM|sheriffduty: This was -another- issue.
  353. # [01:51] * Quits: cpearce (chatzilla@34E8ECDF.DC2C3734.616A18A6.IP) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  354. # [01:52] * Joins: cpearce (chatzilla@34E8ECDF.DC2C3734.616A18A6.IP)
  355. # [01:52] * Quits: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net) (Quit: jib)
  356. # [01:53] * Parts: Snuffleupagus (chatzilla@moz-50E31F78.bredband.comhem.se)
  357. # [01:54] * Joins: gaston (landry@moz-2911F07A.rhaalovely.net)
  358. # [01:54] * Joins: mastizada (Thunderbir@7658324F.95DCA7EC.F82549C5.IP)
  359. # [01:56] * Joins: dzbarsky (Adium@moz-556280C5.hsd1.pa.comcast.net)
  360. # [01:57] * Quits: mstange (uid15727@moz-31ABA2C0.irccloud.com) (Quit: )
  361. # [01:57] * Joins: Optimizer (Optimizer@ED9C7EEA.84CFAB2D.BE4CF869.IP)
  362. # [01:57] * Quits: @smaug (chatzilla@moz-38C5B03.elisa-laajakaista.fi) (Ping timeout)
  363. # [01:58] * nsm|away is now known as nsm
  364. # [01:59] * Quits: jimb (user@7550086F.12C72867.C01AC187.IP) (Ping timeout)
  365. # [02:01] * Joins: bajaj (bajaj_afk@moz-AEFFDEF0.dynamic.hinet.net)
  366. # [02:02] * Quits: mconley (mconley@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: NO CARRIER)
  367. # [02:02] * Quits: rbarnes (rbarnes@moz-5E1F5C28.washdc.fios.verizon.net) (Input/output error)
  368. # [02:02] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  369. # [02:03] * Joins: mconley (mconley@moz-C07D5168.p2p.sfo1.mozilla.com)
  370. # [02:03] <@dolske> Waldo: \o/ https://www.youtube.com/watch?v=EzHsLt9vLbk#t=1835
  371. # [02:03] * Joins: bbondy (bbondy@moz-E2815EB6.home.cgocable.net)
  372. # [02:04] * heycam|away is now known as heycam
  373. # [02:04] * ewong|away is now known as ewong
  374. # [02:04] <erahm> Is there any documentation of the @CommandArgument python attributes in mach? I'm trying to figure out what's up with |mach run| using "+arg" format
  375. # [02:05] * Quits: masayuki (Thunderbir@moz-7765A755.zaq.ne.jp) (Ping timeout)
  376. # [02:05] * Quits: WG9s (bill@moz-C5B3485D.hsd1.ma.comcast.net) (Quit: ChatZilla 0.9.87-9.1450hg.fc21 [XULRunner 32.0/20140910080506])
  377. # [02:05] * Quits: dzbarsky (Adium@moz-556280C5.hsd1.pa.comcast.net) (Connection reset by peer)
  378. # [02:05] * Joins: masayuki (Thunderbir@moz-7765A755.zaq.ne.jp)
  379. # [02:05] * nthomas is now known as nthomas|away
  380. # [02:05] * Joins: dzbarsky (Adium@moz-556280C5.hsd1.pa.comcast.net)
  381. # [02:06] <Waldo> dolske: o/~ hold on Yoko, it's gonna be all right o/~
  382. # [02:06] <@dolske> :D
  383. # [02:06] * Fallen is now known as Fallen|away
  384. # [02:07] * Joins: myk (myk@moz-CE125A50.tmodns.net)
  385. # [02:07] * juanb is now known as juanb|afk
  386. # [02:07] * Quits: sicking (sicking@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: sicking)
  387. # [02:08] * mcote|afk is now known as mcote
  388. # [02:09] * Quits: myk (myk@moz-CE125A50.tmodns.net) (Ping timeout)
  389. # [02:09] * Quits: ahal|afk (ahal@moz-CD77F5E2.cpe.pppoe.ca) (Input/output error)
  390. # [02:09] * Joins: myk (myk@AADE8A0.CB3251F2.284344F5.IP)
  391. # [02:09] <@khuey> bah
  392. # [02:09] <@khuey> tree is closed
  393. # [02:10] * Quits: mccr8 (mccr8@moz-62518563.mtv2.mozilla.com) (Quit: )
  394. # [02:10] * Quits: kip (kip@A6CF435B.D1155E2C.CFC2A289.IP) (Client exited)
  395. # [02:10] * Joins: rbarnes (rbarnes@moz-5E1F5C28.washdc.fios.verizon.net)
  396. # [02:12] * Joins: kip (kip@A6CF435B.D1155E2C.CFC2A289.IP)
  397. # [02:12] * Quits: jduell (jduell@moz-612365A.hsd1.wa.comcast.net) (Connection reset by peer)
  398. # [02:12] * Joins: jgilbert (jgilbert@F36A0FD3.49226D6A.E02132C7.IP)
  399. # [02:12] * Joins: jduell (jduell@moz-612365A.hsd1.wa.comcast.net)
  400. # [02:13] * Joins: jgilbert_ (jgilbert@E1E80E67.49226D6A.E02132C7.IP)
  401. # [02:13] * Quits: myk (myk@AADE8A0.CB3251F2.284344F5.IP) (Ping timeout)
  402. # [02:13] * Quits: rbarnes (rbarnes@moz-5E1F5C28.washdc.fios.verizon.net) (Input/output error)
  403. # [02:13] * Joins: tonymec_KDE (tonymec@moz-9480DC1A.adsl-dyn.isp.belgacom.be)
  404. # [02:13] * Joins: till (till@2DAC4B11.9E01AB20.1BC28090.IP)
  405. # [02:14] * Quits: jgilbert (jgilbert@F36A0FD3.49226D6A.E02132C7.IP) (Ping timeout)
  406. # [02:14] * Joins: rbarnes (rbarnes@moz-5E1F5C28.washdc.fios.verizon.net)
  407. # [02:15] * Joins: myk (myk@AADE8A0.CB3251F2.284344F5.IP)
  408. # [02:15] * Quits: justindarc (justindarc@D2AEACFC.B56D28DB.B58D01CE.IP) (Input/output error)
  409. # [02:17] * Joins: justindarc (justindarc@D2AEACFC.B56D28DB.B58D01CE.IP)
  410. # [02:18] <nalexander> erahm: +arg is funky, funky, funky.
  411. # [02:19] <nalexander> erahm: there is some documentation -- it passes through to argparse.
  412. # [02:19] * Quits: deian (d@moz-10E2379F.stanford.edu) (Ping timeout)
  413. # [02:19] <nalexander> erahm: but - vs + is freaky weird.
  414. # [02:19] * Quits: myk (myk@AADE8A0.CB3251F2.284344F5.IP) (Ping timeout)
  415. # [02:20] * Joins: myk (myk@AADE8A0.CB3251F2.284344F5.IP)
  416. # [02:20] * Quits: @ehsan (ehsan@moz-B4709FAB.cable.teksavvy.com) (Quit: vanished into thin air...)
  417. # [02:22] <RyanVM|sheriffduty> garvank: fx-team robocop orange
  418. # [02:22] * Joins: ehugg (ehugg@moz-6D0FD3FC.cisco.com)
  419. # [02:23] * Joins: fabrice (fabrice@495A1E63.5994028D.9CA62458.IP)
  420. # [02:23] <erahm> nalexander: appears to be related to the allow_all_arguments option
  421. # [02:23] * Quits: bjacob (bjacob@moz-CC07A754.cable.teksavvy.com) (Ping timeout)
  422. # [02:23] <nalexander> erahm: it is.
  423. # [02:23] <RyanVM|sheriffduty> Bas: 25min and still not burning is encouraging
  424. # [02:23] <nalexander> RyanVM|sheriffduty: looking.
  425. # [02:23] * Quits: mconley (mconley@moz-C07D5168.p2p.sfo1.mozilla.com) (Input/output error)
  426. # [02:24] * Quits: tomasz (Adium@moz-62518563.mtv2.mozilla.com) (Quit: Leaving.)
  427. # [02:24] <nalexander> RyanVM|sheriffduty: yeah, that's real. Let me investigate.
  428. # [02:24] <Bas> RyanVM|sheriffduty: Well, I changed it into a plain printf with a c_str(), could hardly miss this time ;)
  429. # [02:24] * Quits: Mossop (dtownsend@53343B0D.8DCA2D5.5E2862A8.IP) (Quit: Leaving)
  430. # [02:24] <garvank> RyanVM|sheriffduty from this? https://bugzilla.mozilla.org/show_bug.cgi?id=1061186
  431. # [02:24] * Quits: walter (walter@moz-24157589.mtv2.mozilla.com) (Input/output error)
  432. # [02:25] <erahm> nalexander: so is that documented anywhere? I want to write a similar command for running w/ DMD enabled, but don't want to use + prefixes
  433. # [02:25] <RyanVM|sheriffduty> nalexander: i need to put my kid to bed, so go ahead and push a fix or backout whenever
  434. # [02:25] <RyanVM|sheriffduty> fx-team is closed
  435. # [02:25] <nalexander> RyanVM|sheriffduty: ta.
  436. # [02:25] <nalexander> garvank: yeah, it's a test that's not updated. I need to go too, I'll see if it's trivial to fix.
  437. # [02:25] * Joins: sicking (sicking@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  438. # [02:25] * Quits: sicking (sicking@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: sicking)
  439. # [02:26] <garvank> confused. geolocation.enabled was not touched
  440. # [02:27] * Quits: spohl|afk (Adium@moz-F99DFF3A.static.hvvc.us) (Quit: Leaving.)
  441. # [02:28] <nalexander> garvank: I'll push a follow-up.
  442. # [02:28] * Quits: juanb|afk (jbecerra@E427E78E.E1963846.259C7EEB.IP) (Ping timeout)
  443. # [02:28] * jchen|away is now known as jchen
  444. # [02:28] * Quits: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  445. # [02:29] * Quits: alexbardas (alexbardas@moz-62518563.mtv2.mozilla.com) (Input/output error)
  446. # [02:29] * Joins: alexbardas (alexbardas@moz-62518563.mtv2.mozilla.com)
  447. # [02:30] <@gavin> what's the state of our serviceworker support?
  448. # [02:31] * Quits: erahm (Adium@7550086F.12C72867.C01AC187.IP) (Quit: Leaving.)
  449. # [02:31] * Quits: alexbardas (alexbardas@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  450. # [02:32] <@khuey> it doesn't exist yet
  451. # [02:33] * Quits: kip (kip@A6CF435B.D1155E2C.CFC2A289.IP) (Client exited)
  452. # [02:33] <garvank> oh i see now: TEST-UNEXPECTED-FAIL | testSettingsMenuItems | Waiting for settings item ^Mozilla Location Service$ in section ^Mozilla$
  453. # [02:34] * Joins: naveed__ (naveed@moz-6A023467.bstnma.fios.verizon.net)
  454. # [02:35] <Callek> who's a good candidate to help me with a windows angle libGLESv2 build error
  455. # [02:35] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Quit: Jesse)
  456. # [02:35] <Callek> for SeaMonkey official build machine(s)
  457. # [02:36] <nalexander> garvank: patch incoming.
  458. # [02:36] <Callek> ....on beta
  459. # [02:36] <Callek> (no idea when it started, fwiw)
  460. # [02:36] <garvank> nalexander: \o/
  461. # [02:36] * Quits: naveed__ (naveed@moz-6A023467.bstnma.fios.verizon.net) (Ping timeout)
  462. # [02:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/099d0ec27cd9 - Nick Alexander - Bug 1068388 - Follow-up: Update Robocop test. a=bustage
  463. # [02:37] <nalexander> garvank: pushed, but I can't watch the tree. Sheriffs: backout cannon if that's no good. (The test crashes for me locally.)
  464. # [02:37] <@gavin> khuey: can you give me a useful answer?
  465. # [02:38] * Quits: dzbarsky (Adium@moz-556280C5.hsd1.pa.comcast.net) (Quit: Leaving.)
  466. # [02:38] * terrence is now known as terrence-afk
  467. # [02:39] * Quits: chmanchester (chmanchest@63CA6098.1EB7376C.ECED8BE3.IP) (Quit: )
  468. # [02:39] * Quits: mastizada (Thunderbir@7658324F.95DCA7EC.F82549C5.IP) (Ping timeout)
  469. # [02:39] * bc is now known as bc|afk
  470. # [02:41] * Quits: ejpbruel (ejpbruel@moz-C216A63F.cm-7-4b.dynamic.ziggo.nl) (Ping timeout)
  471. # [02:41] * Quits: sylvain (scleymans@moz-62518563.mtv2.mozilla.com) (Input/output error)
  472. # [02:42] * Joins: LanguiDude (chatzilla@moz-B2061BB0.phnx.qwest.net)
  473. # [02:42] * Quits: StevenLee (Adium@moz-73BE53F0.dynamic.hinet.net) (Quit: Leaving.)
  474. # [02:42] * Parts: LanguiDude (chatzilla@moz-B2061BB0.phnx.qwest.net)
  475. # [02:43] * Quits: tedd (tedd@moz-7A27FB66.cs.usu.edu) (Ping timeout)
  476. # [02:44] * Quits: m_gol (m_gol@moz-DEF52D5.static.chello.pl) (Quit: Leaving...)
  477. # [02:44] * Quits: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca) (Quit: surkov)
  478. # [02:45] * Joins: Mano (mano@moz-2A6EEE67.red.bezeqint.net)
  479. # [02:45] <RyanVM|sheriffduty> Bas: I assume these (yes, plural) are yours? https://tbpl.mozilla.org/php/getParsedLog.php?id=48327924&tree=Mozilla-Inbound
  480. # [02:45] * Joins: bjacob (bjacob@moz-CC07A754.cable.teksavvy.com)
  481. # [02:46] <froydnj> RyanVM|sheriffduty: should have neutered those stray characters when he had the chance
  482. # [02:46] <RyanVM|sheriffduty> yeah, don't know what he was thinking
  483. # [02:46] * Quits: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving)
  484. # [02:46] <Bas> RyanVM|sheriffduty: Umm.. they can't be.. but.. but...
  485. # [02:46] <RyanVM|sheriffduty> Bas: but on the bright side, ASAN is starting tests!
  486. # [02:47] * Quits: bbondy (bbondy@moz-E2815EB6.home.cgocable.net) (Client exited)
  487. # [02:47] <Bas> RyanVM|sheriffduty: I didn't touch that code.. wth :s
  488. # [02:47] * Joins: tedd (tedd@moz-F095ECDB.transminn.cz)
  489. # [02:47] * Joins: bbondy (bbondy@moz-E2815EB6.home.cgocable.net)
  490. # [02:47] * Quits: Mano (mano@moz-2A6EEE67.red.bezeqint.net) (Ping timeout)
  491. # [02:47] <RyanVM|sheriffduty> hrmm, maybe ehsan?
  492. # [02:48] <RyanVM|sheriffduty> Bas: something in this push perhaps? https://tbpl.mozilla.org/?tree=Mozilla-Inbound&rev=46859d329455
  493. # [02:48] <RyanVM|sheriffduty> hah
  494. # [02:48] <RyanVM|sheriffduty> i dunno, like maybe the one that touches teh assert that's filing?
  495. # [02:48] <RyanVM|sheriffduty> wow, engrish
  496. # [02:49] <RyanVM|sheriffduty> I'll go ahead and back this out now
  497. # [02:49] <RyanVM|sheriffduty> https://hg.mozilla.org/integration/mozilla-inbound/rev/0cc9fcdca191
  498. # [02:49] * Quits: bbondy (bbondy@moz-E2815EB6.home.cgocable.net) (Ping timeout)
  499. # [02:50] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  500. # [02:50] <Bas> RyanVM|sheriffduty: That's the one, good thing he fixed that assert though, now we know something's hitting it ;)
  501. # [02:50] * Joins: pcwalton (pcwalton@moz-DA87EE4.hsd1.ca.comcast.net)
  502. # [02:50] <RyanVM|sheriffduty> too bad we didn't discover it on Try before pushing...
  503. # [02:50] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3dad11e6dcdd - Ryan VanderMeulen - Backed out changeset 0cc9fcdca191 (bug 1068195) for Windows crashtest asserts.
  504. # [02:51] <Bas> RyanVM|sheriffduty: Can't blaim Ehsan for now realizing that code was hit, it would have seemed like a trivial patch that couldn't hurt :)
  505. # [02:51] * Joins: mconley (mconley@moz-BDD802ED.hfc.comcastbusiness.net)
  506. # [02:52] <Callek> Bas: ping --- would you have *any* suggestions or info on what to look for in trying to narrow down a cause for https://callek.pastebin.mozilla.org/6532230
  507. # [02:52] * Quits: bnicholson (bnicholson@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  508. # [02:52] <@khuey> any suggestion?
  509. # [02:52] <Callek> Bas: this is seamonkey beta, which is the first time in a long time we've built on this gecko ver
  510. # [02:52] <@khuey> you could drink until the problem goes away
  511. # [02:53] * Joins: bbondy (bbondy@moz-E2815EB6.home.cgocable.net)
  512. # [02:53] <RyanVM|sheriffduty> khuey: way ahead of Callek on that one
  513. # [02:53] <Bas> Callek: I believe it's getting two different versions of the D3D10 header, I'm willing to bet it's to do with one coming from the platform SDK and the other from VS (since it's default these days) or something like that.
  514. # [02:53] * Joins: dzbarsky (Adium@moz-556280C5.hsd1.pa.comcast.net)
  515. # [02:53] <Callek> Bas: any clue how that can happen?
  516. # [02:54] * miketaylr is now known as zz_miketaylr
  517. # [02:54] <RyanVM|sheriffduty> Callek: semi-serious - update Mozillabuild?
  518. # [02:54] <Bas> Callek: Too many SDKs installed? 7.0 is quite an old SDK that it's getting.
  519. # [02:54] * RyanVM|sheriffduty has new clue how the SM build slaves are set up
  520. # [02:54] <RyanVM|sheriffduty> no*
  521. # [02:54] <Bas> Callek: Yeah, updating Mozilla-build could -definitely- help.
  522. # [02:54] * Joins: yzen (yzen@moz-F62769B5.cpe.pppoe.ca)
  523. # [02:54] <Callek> https://callek.pastebin.mozilla.org/6532380
  524. # [02:55] <Callek> Bas: yea this is our [seamonkey] official windows machines, so unfortunately for similar reasons to why Firefox's windows builders haven't updated mozilla-build we can't really do that
  525. # [02:55] * Joins: sylvain (scleymans@moz-CF8BEBEF.dia.static.qwest.net)
  526. # [02:55] <RyanVM|sheriffduty> Callek: can you crib the logic from the newer start-* batch scripts at least?
  527. # [02:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/00f11fa87d80 - Ben Turner - Backout bug 994190 and merge over some stuff that landed afterwards on a CLOSED TREE.
  528. # [02:56] <Callek> RyanVM|sheriffduty: nope
  529. # [02:56] <Callek> RyanVM|sheriffduty: sadly
  530. # [02:56] <RyanVM|sheriffduty> a lot of work went into getting them to properly detect the correct SDK
  531. # [02:56] <Callek> RyanVM|sheriffduty: we're doing start-msvc8.bat
  532. # [02:56] <RyanVM|sheriffduty> ok
  533. # [02:56] <RyanVM|sheriffduty> which is 2005?
  534. # [02:56] * Quits: mconley (mconley@moz-BDD802ED.hfc.comcastbusiness.net) (Input/output error)
  535. # [02:57] <RyanVM|sheriffduty> what wait?
  536. # [02:57] * Quits: myk (myk@AADE8A0.CB3251F2.284344F5.IP) (Ping timeout)
  537. # [02:57] <RyanVM|sheriffduty> (dammit Makers Mark)
  538. # [02:57] * Joins: alexbardas (alexbardas@moz-62518563.mtv2.mozilla.com)
  539. # [02:57] * Quits: capella-s3 (capella-s3@moz-3A08EE5.twcny.res.rr.com) (Connection reset by peer)
  540. # [02:58] <RyanVM|sheriffduty> Callek: but yeah, this is almost certainly a precedence issue
  541. # [02:59] <RyanVM|sheriffduty> not sure what you're going to be able to do if you can't hack at the batch scripts
  542. # [02:59] <Callek> RyanVM|sheriffduty: https://hg.mozilla.org/releases/mozilla-beta/file/3cc378b302c9/build/win32/mozconfig.vs2010 is how we're getting these things, just like "Firefox"
  543. # [02:59] <RyanVM|sheriffduty> we had a to do a good amount of work in 1.9 and 1.10 to properly support the newer PSDKs
  544. # [03:00] <Callek> this is the June 2010 SDK, as per the previous gecko release
  545. # [03:00] <Callek> and iirc we didn't even update to a newer one on moco systems
  546. # [03:01] <RyanVM|sheriffduty> Callek: hrm, not sure about that
  547. # [03:01] * Callek couldn't find any bug that said we did more
  548. # [03:01] <RyanVM|sheriffduty> given that we're packaging the newer DLLs now IIRC
  549. # [03:01] <RyanVM|sheriffduty> which requires the newer SDK
  550. # [03:01] <RyanVM|sheriffduty> one sec, let me look
  551. # [03:02] * Joins: myk (myk@8F03ADEE.36F4E7CF.284344F5.IP)
  552. # [03:02] * Joins: Edgar (Thunderbir@moz-E37F359D.hinet-ip.hinet.net)
  553. # [03:03] <RyanVM|sheriffduty> Callek: ok, bug 999260 is what I was thinking of
  554. # [03:05] <bjacob> RyanVM|sheriffduty: hey, what will determine when the tree reopens?
  555. # [03:05] * Quits: myk (myk@8F03ADEE.36F4E7CF.284344F5.IP) (Ping timeout)
  556. # [03:05] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  557. # [03:05] <RyanVM|sheriffduty> Callek: I'm seeing comments in that bug that the releng infra has SDK 8.0 installed - which would jive with what we're shipping with Fx (compiler_46)
  558. # [03:05] <Callek> RyanVM|sheriffduty: that certainly looks like its in the timetable that might have broken this
  559. # [03:05] <RyanVM|sheriffduty> bjacob: green on bent's push
  560. # [03:05] <RyanVM|sheriffduty> Callek: maybe just a missing mozconfig option?
  561. # [03:06] <Callek> RyanVM|sheriffduty: possibly
  562. # [03:06] <Callek> or we possibly don't have the right ver installed
  563. # [03:06] <RyanVM|sheriffduty> bjacob: it's a rather big backout and merge
  564. # [03:06] <Callek> or both
  565. # [03:06] <bjacob> RyanVM|sheriffduty: ok
  566. # [03:06] * Quits: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP) (Ping timeout)
  567. # [03:07] * Joins: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP)
  568. # [03:08] * nsm is now known as nsm|away
  569. # [03:08] * Joins: mconley (mconley@moz-BDD802ED.hfc.comcastbusiness.net)
  570. # [03:10] * Quits: brendan (brendaneic@6A24F57D.51C7F032.FA49AE52.IP) (Quit: brendan)
  571. # [03:11] * Quits: Mook_as (mook@moz-1FCC0032.activestate.com) (Quit: Mook_as)
  572. # [03:12] <Bas> RyanVM|sheriffduty: I think I'm off the hook for tonight, right?
  573. # [03:13] <RyanVM|sheriffduty> Bas: I believe so, yes :)
  574. # [03:13] <Bas> RyanVM|sheriffduty callek: With an up to date mozilla-build and gecko, you no longer need the DirectX SDK, fwiw.
  575. # [03:13] <RyanVM|sheriffduty> Bas: yeah
  576. # [03:13] <RyanVM|sheriffduty> PSDK 8.0+ obsolete it
  577. # [03:13] * khuey is now known as khuey|away
  578. # [03:13] <Callek> Bas: well these are also w2k3
  579. # [03:13] * BenWa|email is now known as BenWa
  580. # [03:14] <Callek> but its looking like seamonkey doing june 2010sdk + in tree mozconfigs + angle is unsupported
  581. # [03:14] * Joins: sicking (sicking@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  582. # [03:14] <Callek> Bas: do we still have the abil to disable angle, and if so what specifically do we lose feature wise?
  583. # [03:14] * Callek is thinking that might be a quick way to at least get windows building again
  584. # [03:14] * Quits: @dbaron (dbaron@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  585. # [03:15] <Bas> Callek: WebGL
  586. # [03:15] <Callek> Bas: is that all?
  587. # [03:16] <Bas> Callek: Yup, do note, that within a couple of months, you'll likely be losing all content acceleration when you're on a pre-8.0 SDK
  588. # [03:16] <ewong> ;/
  589. # [03:16] <Callek> Bas: I can understand that
  590. # [03:17] * lightsofapollo is now known as lightsofapollo|pto
  591. # [03:17] * Joins: jchaulk (jchaulk@moz-16B31471.dsl.teksavvy.com)
  592. # [03:17] <Callek> I noticed we're currently disabling gamepad support due to the win8 sdk
  593. # [03:17] * Quits: jchaulk (jchaulk@moz-16B31471.dsl.teksavvy.com) (Max SendQ exceeded)
  594. # [03:18] <Callek> anyway, thanks for at least the few leads :-)
  595. # [03:18] * Quits: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net) (Ping timeout)
  596. # [03:18] * Quits: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 1.8.0.9/2006120508])
  597. # [03:19] * Joins: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net)
  598. # [03:19] * Quits: jgriffin (jgriffin@moz-791CC332.hsd1.wa.comcast.net) (Quit: jgriffin)
  599. # [03:19] <dmajor> iirc I couldn't --enable-warnings-as-errors on the win7 SDK
  600. # [03:20] * Joins: deian (d@9E2E9392.C6A8670B.4989C8B.IP)
  601. # [03:20] * Quits: yzen (yzen@moz-F62769B5.cpe.pppoe.ca) (Ping timeout)
  602. # [03:20] * lmandel_afk is now known as lmandel
  603. # [03:20] * Quits: billm (billm@moz-24157589.mtv2.mozilla.com) (Ping timeout)
  604. # [03:21] <jgilbert_> Callek, you want me
  605. # [03:22] <lmandel> dmajor: ping
  606. # [03:22] <dmajor> lmandel: pong
  607. # [03:22] <Callek> jgilbert_: ummm yes if you can solve that above issue by merely looking and telling me a specific thing to do (other than `install the win8 sdk`)
  608. # [03:22] <Callek> that issue being https://callek.pastebin.mozilla.org/6532230
  609. # [03:22] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Ping timeout)
  610. # [03:22] <lmandel> dmajor: Hi. Saw your response about bug 1046382. I'm trying to decide whether we should take this or not. (Going to go to build shortly.)
  611. # [03:23] <lmandel> dmajor: What do you think is the potential fallout from the block?
  612. # [03:23] <Callek> jgilbert_: I'm ok disabling features if it gets things building, I'd like to know what the feature I'm disabling does though in most cases ;-)
  613. # [03:23] <jgilbert_> Callek, do you want WebGL on Windows?
  614. # [03:23] <lmandel> dmajor: ie. What's the worst that can happen if we do take the change to try and fix the crash?
  615. # [03:24] <dmajor> lmandel: *if* there is some other component relying on that DLL, it may cause more people to crash, sooner. possibly on startup.
  616. # [03:24] <dmajor> lmandel: we've never seen that kind of thing before, but in theory it's possible
  617. # [03:24] * Quits: mconley (mconley@moz-BDD802ED.hfc.comcastbusiness.net) (Input/output error)
  618. # [03:24] * Quits: rvid (textual@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Computer has gone to sleep.)
  619. # [03:24] <lmandel> dmajor: Do you have a way to test this?
  620. # [03:24] <dmajor> lmandel: not without a copy of that app
  621. # [03:25] <dmajor> lmandel: or getting someone who has it to test
  622. # [03:25] <Callek> jgilbert_: I'm willing to forgo it if doing so gets a working build faster
  623. # [03:25] <Callek> jgilbert_: but either way we do *want* webGL on windows
  624. # [03:26] <lmandel> dmajor: From the bug, this is malware, right?
  625. # [03:27] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  626. # [03:27] <lmandel> dmajor: As in, people don't want to have the app but many might.
  627. # [03:27] <dmajor> lmandel: yes, "Potentially Unwanted Program"
  628. # [03:28] * Quits: jduell (jduell@moz-612365A.hsd1.wa.comcast.net) (Ping timeout)
  629. # [03:28] * Quits: azakai_ (alon@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  630. # [03:28] <jgilbert_> Callek, oh, ok
  631. # [03:28] * Joins: erahm (Adium@moz-A511F1A0.hsd1.or.comcast.net)
  632. # [03:29] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: Textual IRC Client: www.textualapp.com)
  633. # [03:29] <Callek> jgilbert_: so long story short, the current error is on beta, and we want beta builds working sooner than later, with the least risk ;-) (we haven't successfully built this train since it was on trunk) -- and the more invasive the fix to keep webGL working, the more likely it will either need to be fixed on trunk (for a m-c change) or should be on trunk (for a seamonkey change)
  634. # [03:30] <Callek> so disabling webgl is entirely a "lets do it" if we suspect working builds by doing so
  635. # [03:30] <lmandel> dmajor: OK. I'm leaning towards living with this in 32. I really don't like the idea of introducing a change that we haven't tested and that may have pretty negative consequences.
  636. # [03:30] <jgilbert_> Callek, that sure is a weird situation to be in
  637. # [03:30] <jgilbert_> Callek, have you tried disabling angle?
  638. # [03:30] <Callek> jgilbert_: not yet
  639. # [03:30] <Callek> that was my our next step
  640. # [03:31] <jgilbert_> that should fix the build issue
  641. # [03:31] <jgilbert_> but that shouldn't be a hard build issue to solve
  642. # [03:31] <jgilbert_> annoying, but it's just a multiple include issue
  643. # [03:31] <Callek> ok, works for me.... we'll try to disable first and fix later ;-)
  644. # [03:31] <dmajor> lmandel: OK. I'm pretty torn. Not super rallying for or against.
  645. # [03:32] <Callek> (its a sad situation for us right now, since we had multiple hard build/infra bustages in a row, we just fixed linux builds a few weeks ago after being broken for months
  646. # [03:32] <lmandel> dmajor: Yeah. I hear you. Would be nice to fix a top crash but not with a real risk of making things worse. Worst case would be spinning 32.0.3.
  647. # [03:32] <Callek> we're not out of the woods yet obviously
  648. # [03:33] * Joins: PiresFelix (Leonardo@96FE2142.8E4D22EA.8E0C6B01.IP)
  649. # [03:33] <lmandel> dmajor: In this case I think we take the critical fix and let this one ship in 33.
  650. # [03:33] * Quits: harth_ (harth@moz-1BAFD40C.nyc.res.rr.com) (Ping timeout)
  651. # [03:33] * Joins: brendan (brendaneic@moz-A6CAC50D.static-ip.telepacific.net)
  652. # [03:33] * philor|away is now known as philor
  653. # [03:35] * Joins: naveed__ (naveed@moz-6A023467.bstnma.fios.verizon.net)
  654. # [03:35] * Joins: harth (harth@moz-1BAFD40C.nyc.res.rr.com)
  655. # [03:35] <dmajor> lmandel: do we have any support-after-crash capability? like detect the signature and offer a solution?
  656. # [03:35] * Quits: pcwalton (pcwalton@moz-DA87EE4.hsd1.ca.comcast.net) (Quit: pcwalton)
  657. # [03:36] <lmandel> dmajor: I don't think so but that's a good idea.
  658. # [03:36] * Quits: grobinson (grobinson@moz-8E3BD44C.dsl.dynamic.sonic.net) (Input/output error)
  659. # [03:36] <dmajor> lmandel: I've keep hearing about this kind of thing but I also keep hearing we don't have it yet
  660. # [03:37] * Quits: justindarc (justindarc@D2AEACFC.B56D28DB.B58D01CE.IP) (Quit: )
  661. # [03:37] * Quits: naveed__ (naveed@moz-6A023467.bstnma.fios.verizon.net) (Ping timeout)
  662. # [03:37] <Callek> dmajor: we have had *some* things like that in the past I think with socorro report generating
  663. # [03:37] <mjrosenb> ok, does anyone know what about:config setting I need to set to remove all hardware acceleration?
  664. # [03:37] <Callek> (e.g. for users who supply their e-mail) but we still only get ~10% of all crashes that way
  665. # [03:37] <dmajor> Callek: right.
  666. # [03:37] <Callek> dmajor: caveat "if i remember correctly"
  667. # [03:38] <dmajor> Callek: yeah the manual monkey version of this is to just email the people with this signature, but few people provide their address
  668. # [03:38] * mjrosenb is on a machine where running firefox kills X before anything the homepage can load
  669. # [03:39] * Quits: sicking (sicking@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: sicking)
  670. # [03:39] <mjrosenb> but firefox -safe-mode /seems/ to work
  671. # [03:39] <mjrosenb> so I'd like to disable anything that may actually use the gpu.
  672. # [03:39] * Joins: rvid (textual@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  673. # [03:40] <lmandel> dmajor, Callek: I'd like to see us add a remember me checkbox to the crash reporter to increase the chance of e-mail address with submission.
  674. # [03:40] * Quits: brendan (brendaneic@moz-A6CAC50D.static-ip.telepacific.net) (Quit: brendan)
  675. # [03:40] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/5a490b7dfd08 - Fabrice Desré - Bug 1066362 - Move default privileged csp to all.js r=dveditz a=bajaj
  676. # [03:40] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/31fd219bf12b - Fabrice Desré - Bug 1059194 - Trusted Hosted Apps, part 0: Add support in browser developer tools. r=fabrice a=bajaj
  677. # [03:41] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/3ef45413d479 - Vlatko Markovic - Bug 1059194 - Trusted Hosted Apps, part 1: App installation & Run. r=fabrice a=bajaj
  678. # [03:41] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/e7ad69c3b90c - Vlatko Markovic - Bug 1059194 - Trusted Hosted Apps, part 2: CSP infrastructure changes. r=sicking a=bajaj
  679. # [03:41] * Joins: brendan (brendaneic@moz-A6CAC50D.static-ip.telepacific.net)
  680. # [03:41] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/7ff763eb328b - Fabrice Desré - Bug 1059194 - Trusted Hosted Apps, part 3: Basic app install tests r=myk a=bajaj
  681. # [03:41] * Quits: brendan (brendaneic@moz-A6CAC50D.static-ip.telepacific.net) (Quit: brendan)
  682. # [03:42] * Quits: harth (harth@moz-1BAFD40C.nyc.res.rr.com) (Ping timeout)
  683. # [03:42] * Joins: harth (harth@moz-1BAFD40C.nyc.res.rr.com)
  684. # [03:43] * Quits: tantek (tantek@moz-95318683.virtual1.co.uk) (Quit: tantek)
  685. # [03:44] * Joins: jduell (jduell@moz-612365A.hsd1.wa.comcast.net)
  686. # [03:44] <Callek> lmandel: really imho we should be doing some sort of sha of the user submitting the report, (with opt-outable permission) to say "i'm the same human who submitted every other report from this computre"
  687. # [03:45] <Callek> so if you enter your e-mail once, you can get it associated with every other crash you sent (past and future), at least for the ones where you didn't uncheck that box
  688. # [03:45] <Callek> new reports will give you the chance to change the e-mail again though
  689. # [03:45] <Callek> but yea, I like thinking of the blue sky
  690. # [03:45] * Joins: yliao (yliao@moz-E37F359D.hinet-ip.hinet.net)
  691. # [03:47] * Quits: yliao (yliao@moz-E37F359D.hinet-ip.hinet.net) (Client exited)
  692. # [03:48] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d4c43e87d458 - Ryan VanderMeulen - No bug - Touch CLOBBER.
  693. # [03:48] * Quits: chewey (chewey@moz-3F09472E.dip0.t-ipconnect.de) (NickServ (GHOST command used by chewey_))
  694. # [03:48] * Joins: chewey (chewey@moz-917B046B.dip0.t-ipconnect.de)
  695. # [03:48] * Quits: drno (nohlmeier@moz-199CCC40.hsd1.ca.comcast.net) (Quit: drno)
  696. # [03:49] * Joins: m_kato (m_kato@moz-99690620.hinet-ip.hinet.net)
  697. # [03:49] * nthomas|away is now known as nthomas
  698. # [03:50] * Quits: alexbardas (alexbardas@moz-62518563.mtv2.mozilla.com) (Input/output error)
  699. # [03:50] * Quits: Waldo (waldo@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: ChatZilla 0.9.87-8.1450hg.fc20 [XULRunner 31.0/20140725111610])
  700. # [03:50] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/d6df7c9e58f5 - Ryan VanderMeulen - Backed out 5 changesets (bug 1068388) for robocop failures.
  701. # [03:50] * Joins: alexbardas (alexbardas@moz-62518563.mtv2.mozilla.com)
  702. # [03:51] * RyanVM|sheriffduty is now known as RyanVM
  703. # [03:52] * Quits: alexbardas (alexbardas@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  704. # [03:52] * Joins: yzen (yzen@moz-F62769B5.cpe.pppoe.ca)
  705. # [03:53] * Joins: yliao (yliao@moz-99690620.hinet-ip.hinet.net)
  706. # [03:56] * Joins: brsun (chatzilla@moz-E37F359D.hinet-ip.hinet.net)
  707. # [03:56] * Quits: @Cwiiis (uid15019@moz-31ABA2C0.irccloud.com) (Quit: Connection closed for inactivity)
  708. # [03:56] * Quits: serge (Thunderbir@CDDCC657.279DB3AD.971E19F6.IP) (Ping timeout)
  709. # [03:56] * Quits: deian (d@9E2E9392.C6A8670B.4989C8B.IP) (Ping timeout)
  710. # [03:56] * Joins: brendan (brendaneic@moz-A6CAC50D.static-ip.telepacific.net)
  711. # [03:57] * Joins: bgrins (bgrins@2E6E9164.E6468DB3.BAB75B95.IP)
  712. # [03:57] * Joins: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net)
  713. # [03:57] * Joins: drno (nohlmeier@moz-199CCC40.hsd1.ca.comcast.net)
  714. # [03:57] * Quits: bgrins (bgrins@2E6E9164.E6468DB3.BAB75B95.IP) (Quit: Leaving.)
  715. # [03:58] * Quits: Matti (Matti@moz-19C20EBF.dip0.t-ipconnect.de) (Quit: Quit)
  716. # [03:59] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/8467eb54ee75 - B2G Bumper Bot - Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
  717. # [03:59] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/f05b4dc9b590 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  718. # [03:59] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/7d23d9d9d887 - Ryan VanderMeulen - Merge m-c to b2g-inbound. a=merge
  719. # [03:59] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/4c76d0cf459b - B2G Bumper Bot - Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
  720. # [03:59] * Quits: ehugg (ehugg@moz-6D0FD3FC.cisco.com) (Quit: ehugg)
  721. # [03:59] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/e1489f99516d - B2G Bumper Bot - Bumping manifests a=b2g-bump
  722. # [03:59] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/499da9f5d5c8 - Ryan VanderMeulen - Merge m-c to b2g-inbound on a CLOSED TREE.
  723. # [03:59] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/d6488b6b0611 - B2G Bumper Bot - Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
  724. # [03:59] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/0c2411433a0a - B2G Bumper Bot - Bumping manifests a=b2g-bump
  725. # [04:01] * Joins: deian (d@moz-AFEA90B5.stanford.edu)
  726. # [04:02] * Quits: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com) (Ping timeout)
  727. # [04:03] * Joins: serge (Thunderbir@CDDCC657.279DB3AD.971E19F6.IP)
  728. # [04:04] * Quits: bwc (Adium@moz-199CCC40.hsd1.ca.comcast.net) (Quit: Leaving.)
  729. # [04:04] * Quits: kgrandon (Adium@moz-2A1C3CC8.hsd1.ca.comcast.net) (Quit: Leaving.)
  730. # [04:05] * Quits: Optimizer (Optimizer@ED9C7EEA.84CFAB2D.BE4CF869.IP) (Ping timeout)
  731. # [04:05] * Joins: mconley (mconley@moz-BDD802ED.hfc.comcastbusiness.net)
  732. # [04:06] * Joins: Matti (Matti@moz-19C20EBF.dip0.t-ipconnect.de)
  733. # [04:06] * Joins: boris (boris@moz-99690620.hinet-ip.hinet.net)
  734. # [04:06] * BenWa is now known as BenWa|email
  735. # [04:08] * Joins: bwc (Adium@moz-199CCC40.hsd1.ca.comcast.net)
  736. # [04:09] * Quits: ddahl (ddahl@5D6D8C06.922F8194.37339E3A.IP) (Ping timeout)
  737. # [04:10] * Joins: testzitronella (opera@moz-D1240435.adsl.alicedsl.de)
  738. # [04:10] * Joins: jw_wang (jw_wang@moz-99690620.hinet-ip.hinet.net)
  739. # [04:10] * Parts: testzitronella (opera@moz-D1240435.adsl.alicedsl.de)
  740. # [04:11] * Quits: mconley (mconley@moz-BDD802ED.hfc.comcastbusiness.net) (Input/output error)
  741. # [04:12] * Quits: ewong|sleep (chatzilla@moz-8777076B.netvigator.com) (Ping timeout)
  742. # [04:12] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=8de29bb74146 - 28 changesets
  743. # [04:13] * Joins: ewong|sleep (chatzilla@moz-8777076B.netvigator.com)
  744. # [04:18] * Joins: kgrandon (Adium@moz-2A1C3CC8.hsd1.ca.comcast.net)
  745. # [04:19] * Joins: TYLin (TYLin@moz-E37F359D.hinet-ip.hinet.net)
  746. # [04:20] * Quits: rvid (textual@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Computer has gone to sleep.)
  747. # [04:20] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=488d490da742 - 53 changesets
  748. # [04:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/pushloghtml?changeset=488d490da742 - 81 changesets
  749. # [04:21] * Quits: ekr (Adium@moz-199CCC40.hsd1.ca.comcast.net) (Quit: Leaving.)
  750. # [04:21] * Quits: abr (anonymous@moz-817758AE.hsd1.ca.comcast.net) (Quit: AFK)
  751. # [04:21] * Quits: bwc (Adium@moz-199CCC40.hsd1.ca.comcast.net) (Quit: Leaving.)
  752. # [04:21] * Quits: mt_ (mt@moz-199CCC40.hsd1.ca.comcast.net) (Quit: Leaving.)
  753. # [04:21] * Quits: drno (nohlmeier@moz-199CCC40.hsd1.ca.comcast.net) (Quit: drno)
  754. # [04:21] * Quits: mwu (mwu@522C27B5.F1EEB410.2E87E34F.IP) (Quit: Leaving)
  755. # [04:22] * Quits: till (till@2DAC4B11.9E01AB20.1BC28090.IP) (Input/output error)
  756. # [04:22] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?changeset=488d490da742 - 37 changesets
  757. # [04:23] * Quits: brendan (brendaneic@moz-A6CAC50D.static-ip.telepacific.net) (Quit: brendan)
  758. # [04:23] * Quits: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP) (Input/output error)
  759. # [04:24] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/pushloghtml?changeset=488d490da742 - 62 changesets
  760. # [04:24] * zz_miketaylr is now known as miketaylr
  761. # [04:25] * Quits: ashughes (uid34327@moz-E77DEB21.irccloud.com) (Quit: Connection closed for inactivity)
  762. # [04:25] * Quits: bjacob (bjacob@moz-CC07A754.cable.teksavvy.com) (Ping timeout)
  763. # [04:25] * lmandel is now known as lmandel_afk
  764. # [04:26] * Joins: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP)
  765. # [04:26] * Quits: RyanVM (Thunderbir@moz-37FED3AC.phlapa.fios.verizon.net) (Quit: RyanVM)
  766. # [04:28] * Quits: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP) (Input/output error)
  767. # [04:28] * Quits: harth (harth@moz-1BAFD40C.nyc.res.rr.com) (Quit: )
  768. # [04:29] * nsm|away is now known as nsm
  769. # [04:29] * Joins: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net)
  770. # [04:32] * Joins: till (till@2DAC4B11.9E01AB20.1BC28090.IP)
  771. # [04:34] * Joins: ehugg (ehugg@moz-F46F489D.hsd1.wa.comcast.net)
  772. # [04:36] * Joins: naveed__ (naveed@moz-6A023467.bstnma.fios.verizon.net)
  773. # [04:36] * Joins: Jerry (hshih@moz-E37F359D.hinet-ip.hinet.net)
  774. # [04:36] * Joins: kip (kip@moz-DDB15FC8.stc.novuscom.net)
  775. # [04:38] * Quits: naveed__ (naveed@moz-6A023467.bstnma.fios.verizon.net) (Ping timeout)
  776. # [04:38] * Quits: kip (kip@moz-DDB15FC8.stc.novuscom.net) (Quit: )
  777. # [04:38] * Joins: tonymec (tonymec@moz-9480DC1A.adsl-dyn.isp.belgacom.be)
  778. # [04:39] * Quits: dzbarsky (Adium@moz-556280C5.hsd1.pa.comcast.net) (Quit: Leaving.)
  779. # [04:40] * Quits: gandalf (zbraniecki@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  780. # [04:40] * Joins: rvid (textual@moz-9BAF7C87.hsd1.ca.comcast.net)
  781. # [04:42] * Quits: dougc (chatzilla@moz-9F433F63.lns20.mel8.internode.on.net) (Ping timeout)
  782. # [04:43] <Callek> jgilbert_: ping
  783. # [04:43] <Callek> (or Bas )
  784. # [04:43] <Callek> sooo what mozconfig opt do I need for disabling angle
  785. # [04:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/c45f715f529c - Mark Hammond - Bug 1067229 - allow nsIXULAppInfo::ID and ::Vendor to work in a content process. r=jdm
  786. # [04:44] * Quits: deian (d@moz-AFEA90B5.stanford.edu) (Ping timeout)
  787. # [04:44] * Quits: robertbindar (Thunderbir@moz-C07D5168.p2p.sfo1.mozilla.com) (Ping timeout)
  788. # [04:44] * Quits: till (till@2DAC4B11.9E01AB20.1BC28090.IP) (Input/output error)
  789. # [04:44] * Joins: Optimizer (Optimizer@A241E0DB.14FF1AB9.BE4CF869.IP)
  790. # [04:45] * Joins: JerkAudio (chatzilla@1472A4C6.73339A2A.FFE8C4AF.IP)
  791. # [04:46] * Quits: jw_wang (jw_wang@moz-99690620.hinet-ip.hinet.net) (Connection reset by peer)
  792. # [04:46] * Quits: sylvain (scleymans@moz-CF8BEBEF.dia.static.qwest.net) (Input/output error)
  793. # [04:47] * Joins: sylvain (scleymans@moz-CF8BEBEF.dia.static.qwest.net)
  794. # [04:47] <Callek> *looks* like I need to explicitly disable webGL not just angle http://mxr.mozilla.org/comm-beta/source/mozilla/configure.in#5688
  795. # [04:48] * Quits: tonymec_KDE (tonymec@moz-9480DC1A.adsl-dyn.isp.belgacom.be) (Ping timeout)
  796. # [04:48] * Quits: tonymec (tonymec@moz-9480DC1A.adsl-dyn.isp.belgacom.be) (Ping timeout)
  797. # [04:48] * jchen is now known as jchen|away
  798. # [04:49] * Quits: sylvain (scleymans@moz-CF8BEBEF.dia.static.qwest.net) (Ping timeout)
  799. # [04:50] * Joins: bjacob (bjacob@moz-CC07A754.cable.teksavvy.com)
  800. # [04:50] * Quits: Rik|afk (rik@87C1F78E.1DE10CA8.D8E68FF6.IP) (Connection timed out)
  801. # [04:50] * Joins: dougc (chatzilla@moz-9F433F63.lns20.mel8.internode.on.net)
  802. # [04:51] * nthomas is now known as nthomas|away
  803. # [04:51] <ewong> --disable-webgl and --disable-angle right?
  804. # [04:51] * BenWa|email is now known as BenWa
  805. # [04:51] * ewong is just guessing.
  806. # [04:52] * Joins: darkowlzz (ping-darko@51502F78.79289A09.274135A6.IP)
  807. # [04:52] * jchen|away is now known as jchen
  808. # [04:52] * Quits: KaiRo (robert@moz-1E193427.adsl.highway.telekom.at) (Ping timeout)
  809. # [04:53] * Joins: KaIRC (robert@moz-723777E.adsl.highway.telekom.at)
  810. # [04:53] * Quits: KaIRC (robert@moz-723777E.adsl.highway.telekom.at) (Input/output error)
  811. # [04:54] * Quits: Boriss (Boriss@moz-BA625DEF.v250d.public.monkeybrains.net) (Quit: Boriss)
  812. # [04:55] * Quits: bjacob (bjacob@moz-CC07A754.cable.teksavvy.com) (Ping timeout)
  813. # [04:55] <jgilbert_> ewong, should just be --disable-angle
  814. # [04:55] <jgilbert_> but it's possible we haven't fixed it yet
  815. # [04:55] * Joins: pcwalton (pcwalton@moz-DA87EE4.hsd1.ca.comcast.net)
  816. # [04:55] <jgilbert_> I want to get rid of disable-webgl and make disable-angle Just Work
  817. # [04:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/0bcfe6e7e659 - B2G Bumper Bot - Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
  818. # [04:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/72afb1152cf3 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  819. # [04:55] * Joins: Rik|afk (rik@87C1F78E.1DE10CA8.D8E68FF6.IP)
  820. # [04:55] <jesup> I note ryan isn't on IRC - I need to back out Bug 1043558 for breaking getUserMedia on B2G, but it just merged to central (problem is only seen on real hardware). Options?
  821. # [04:56] * Quits: kgrandon (Adium@moz-2A1C3CC8.hsd1.ca.comcast.net) (Quit: Leaving.)
  822. # [04:56] * Joins: jw_wang (jw_wang@moz-E37F359D.hinet-ip.hinet.net)
  823. # [04:58] * Joins: till (till@2DAC4B11.9E01AB20.1BC28090.IP)
  824. # [04:59] * Joins: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP)
  825. # [05:00] * Quits: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP) (Ping timeout)
  826. # [05:02] * Joins: tonymec_KDE (tonymec@moz-52A9DB1B.adsl-dyn.isp.belgacom.be)
  827. # [05:02] * Joins: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP)
  828. # [05:02] * Quits: Jerry (hshih@moz-E37F359D.hinet-ip.hinet.net) (Quit: Leaving)
  829. # [05:02] * Quits: garvank (Garvan@moz-1216A2E6.dsl.teksavvy.com) (Quit: )
  830. # [05:04] * Joins: StevenLee1 (Adium@moz-E37F359D.hinet-ip.hinet.net)
  831. # [05:04] * Quits: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  832. # [05:05] * Joins: boris1 (boris@moz-E37F359D.hinet-ip.hinet.net)
  833. # [05:05] * Quits: boris (boris@moz-99690620.hinet-ip.hinet.net) (Connection reset by peer)
  834. # [05:05] * Quits: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net) (Quit: jib)
  835. # [05:05] * Quits: m_kato (m_kato@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  836. # [05:05] * Quits: yzen (yzen@moz-F62769B5.cpe.pppoe.ca) (Ping timeout)
  837. # [05:06] * Quits: marco (Adium@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net) (Quit: Leaving.)
  838. # [05:06] * Quits: TYLin (TYLin@moz-E37F359D.hinet-ip.hinet.net) (Ping timeout)
  839. # [05:07] <Callek> jgilbert_: yea doesn't look like it http://mxr.mozilla.org/comm-central/search?string=disable-angle&find=configure&findi=&;filter=^[^\0]*%24&hitlimit=&tree=comm-central
  840. # [05:07] * Quits: bajaj (bajaj_afk@moz-AEFFDEF0.dynamic.hinet.net) (Connection reset by peer)
  841. # [05:07] * Joins: bajaj (bajaj_afk@moz-AEFFDEF0.dynamic.hinet.net)
  842. # [05:07] <Callek> jgilbert_: so if it does have a piece in build system to disable would love to know
  843. # [05:07] * Joins: jhao (chatzilla@moz-E37F359D.hinet-ip.hinet.net)
  844. # [05:07] * lmandel_afk is now known as lmandel
  845. # [05:08] * Quits: StevenLee1 (Adium@moz-E37F359D.hinet-ip.hinet.net) (Quit: Leaving.)
  846. # [05:08] <jgilbert_> Callek, check configure.in for MOZ_ANGLE_RENDERER
  847. # [05:08] <jgilbert_> if that's false when it hits the conditional block, it won't build angle
  848. # [05:08] <Callek> yea thats there, but no configure arg to do it
  849. # [05:08] <jgilbert_> (the renderer part)
  850. # [05:08] <jgilbert_> Callek, patch configure? :)
  851. # [05:08] * Joins: TYLin (TYLin@moz-E37F359D.hinet-ip.hinet.net)
  852. # [05:08] <Callek> http://mxr.mozilla.org/comm-beta/source/mozilla/configure.in#5688
  853. # [05:09] * Quits: bent (chatzilla@7E72AAE3.BD72CFAB.E7753432.IP) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  854. # [05:09] <Callek> jgilbert_: I certainly *can* but I would be shocked if a patch there is accepted for beta at this stage
  855. # [05:09] * heycam is now known as heycam|away
  856. # [05:09] <rhelmer> dmajor: lonnen is working on a support-after-crash project
  857. # [05:09] <jgilbert_> Callek, I thought this was just to get it building?
  858. # [05:09] <jgilbert_> Callek, we shouldn't ship with angle disabled
  859. # [05:09] <Callek> jgilbert_: get it building in a way that allows us to release ;-)
  860. # [05:10] <Callek> for seamonkey
  861. # [05:10] <jgilbert_> Callek, ok, I was asking the wrong question then
  862. # [05:10] <Callek> I'm ok releasing with it disabled, when up against not releasing at all
  863. # [05:10] <rhelmer> dmajor: it is a service to match up signatures with support articles, in the first iteration, iirc
  864. # [05:10] <Callek> (if that makes sense)
  865. # [05:10] <jgilbert_> Callek, right, but this shouldn't be a hard bug to fix, someone's just got to look at it
  866. # [05:10] <jgilbert_> it's an include order problem, it seems like
  867. # [05:11] <jgilbert_> how hard is building seamonkey?
  868. # [05:11] * Quits: ehugg (ehugg@moz-F46F489D.hsd1.wa.comcast.net) (Quit: ehugg)
  869. # [05:12] <jgilbert_> that's the real answer
  870. # [05:12] <Callek> not too hard, the hard part here is if you can build firefox without an issue you are likely not going to hit this, its just our (seamonkeys) official builders
  871. # [05:13] <Callek> seamonkey of course doesn't have win8sdk
  872. # [05:13] <Callek> while the firefox machines do
  873. # [05:13] <jgilbert_> they have the Feb 2010 DirectX SDK though, right?
  874. # [05:13] <Callek> june 2010 direct X sdk
  875. # [05:13] <jgilbert_> it doesn't sounds like the problem here is related to missing the win8sdk
  876. # [05:13] * Quits: mchang (mchang@moz-95B568D6.socal.res.rr.com) (Quit: mchang)
  877. # [05:14] <Callek> i agree, but I don't have a good idea of where/what the problem is :-)
  878. # [05:14] <jgilbert_> do the builders use cl or something else?
  879. # [05:14] * Joins: deian (d@33AE1168.36F4E7CF.284344F5.IP)
  880. # [05:14] <Callek> cl via mozmake.exe
  881. # [05:15] <jgilbert_> let me check the configure output
  882. # [05:15] <jesup> Callek: you aren't a sheriff, are you? (one can always hope)
  883. # [05:15] <Callek> jesup: no
  884. # [05:15] <jgilbert_> er, Callek, how can I get a copy of the configure output for the seamonkey build?
  885. # [05:15] * Joins: marco (Adium@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net)
  886. # [05:15] <Callek> jgilbert_: grabbing it for you now...
  887. # [05:16] <jgilbert_> thanks
  888. # [05:16] * jchen is now known as jchen|away
  889. # [05:16] <Callek> err phone, gimme a few
  890. # [05:16] * lmandel is now known as lmandel_afk
  891. # [05:16] * Quits: PiresFelix (Leonardo@96FE2142.8E4D22EA.8E0C6B01.IP) (Quit: Leaving)
  892. # [05:18] * Quits: rvid (textual@moz-9BAF7C87.hsd1.ca.comcast.net) (Quit: Computer has gone to sleep.)
  893. # [05:18] <Callek> jgilbert_: https://callek.pastebin.mozilla.org/6533609
  894. # [05:18] * Quits: marco (Adium@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net) (Quit: Leaving.)
  895. # [05:20] * Joins: bwc (Adium@moz-199CCC40.hsd1.ca.comcast.net)
  896. # [05:20] * Joins: ekr (Adium@moz-199CCC40.hsd1.ca.comcast.net)
  897. # [05:21] * Joins: abr (anonymous@moz-199CCC40.hsd1.ca.comcast.net)
  898. # [05:21] * Joins: mt_ (mt@moz-199CCC40.hsd1.ca.comcast.net)
  899. # [05:22] * Quits: karlt (karl@moz-C433B975.jetstream.xtra.co.nz) (Ping timeout)
  900. # [05:22] * Joins: tonymec (tonymec@moz-52A9DB1B.adsl-dyn.isp.belgacom.be)
  901. # [05:23] * Joins: dzbarsky (Adium@moz-83D642D3.hsd1.pa.comcast.net)
  902. # [05:23] * Quits: dzbarsky (Adium@moz-83D642D3.hsd1.pa.comcast.net) (Max SendQ exceeded)
  903. # [05:23] * Joins: dzbarsky (Adium@moz-83D642D3.hsd1.pa.comcast.net)
  904. # [05:23] * Joins: dbaron (dbaron@510D751C.27376607.189F3E15.IP)
  905. # [05:23] * ChanServ sets mode: +ao dbaron dbaron
  906. # [05:23] * Quits: dzbarsky (Adium@moz-83D642D3.hsd1.pa.comcast.net) (Max SendQ exceeded)
  907. # [05:24] * Joins: ehugg (ehugg@moz-F46F489D.hsd1.wa.comcast.net)
  908. # [05:24] * Quits: tonymec (tonymec@moz-52A9DB1B.adsl-dyn.isp.belgacom.be) (Ping timeout)
  909. # [05:25] * glob|away is now known as glob
  910. # [05:26] * hwine-commuting is now known as hwine
  911. # [05:26] * Joins: tonymec (tonymec@moz-52A9DB1B.adsl-dyn.isp.belgacom.be)
  912. # [05:27] <jgilbert_> oh, this is gross
  913. # [05:28] <jgilbert_> Callek, it's running the d3dcommon.h from the v7.0 sdk after it's already gotten it from the dx10 sdk
  914. # [05:28] <jgilbert_> that shouldn't be possible, hmm
  915. # [05:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/c3720dfde313 - Randell Jesup - Backed out changeset e87724022bc1 (bug 1043558) (feature bustage)
  916. # [05:31] * Joins: sylvain (scleymans@moz-CF8BEBEF.dia.static.qwest.net)
  917. # [05:31] * Quits: tonymec_KDE (tonymec@moz-52A9DB1B.adsl-dyn.isp.belgacom.be) (Ping timeout)
  918. # [05:31] * Quits: tonymec (tonymec@moz-52A9DB1B.adsl-dyn.isp.belgacom.be) (Ping timeout)
  919. # [05:31] <jgilbert_> Callek, yeah, it's a bug in d3d10.h in the v7.0 SDK
  920. # [05:34] <jgilbert_> this appears fixed as of 8.0, yeah
  921. # [05:35] * Joins: tonymec_KDE (tonymec@moz-9CF157E3.adsl-dyn.isp.belgacom.be)
  922. # [05:35] * Joins: capella-s3 (capella-s3@moz-3A08EE5.twcny.res.rr.com)
  923. # [05:37] * Joins: naveed__ (naveed@moz-6A023467.bstnma.fios.verizon.net)
  924. # [05:37] * Quits: till (till@2DAC4B11.9E01AB20.1BC28090.IP) (Input/output error)
  925. # [05:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/ea8952f48247 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  926. # [05:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/a2e1eb13e0e1 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  927. # [05:38] * Quits: naveed__ (naveed@moz-6A023467.bstnma.fios.verizon.net) (Ping timeout)
  928. # [05:39] * Joins: tomasz (Adium@moz-94FD5102.lightspeed.sntcca.sbcglobal.net)
  929. # [05:39] <@njn> tree's having a bad day, eh?
  930. # [05:41] * Joins: darktrojan (geoff@moz-26A412B5.dsl.telstraclear.net)
  931. # [05:41] * Joins: Boriss (Boriss@8F0C6026.9E6A15FD.157879EE.IP)
  932. # [05:41] <dmajor> rhelmer: is there a timeline for that?
  933. # [05:42] * Joins: robertbindar (Thunderbir@moz-C722A5D3.hsd1.ca.comcast.net)
  934. # [05:43] * Quits: rbarnes (rbarnes@moz-5E1F5C28.washdc.fios.verizon.net) (Input/output error)
  935. # [05:43] * Quits: jduell (jduell@moz-612365A.hsd1.wa.comcast.net) (Ping timeout)
  936. # [05:44] * Joins: marco (Adium@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net)
  937. # [05:44] * Quits: Edgar (Thunderbir@moz-E37F359D.hinet-ip.hinet.net) (Ping timeout)
  938. # [05:44] * Joins: kgrandon (Adium@moz-2A1C3CC8.hsd1.ca.comcast.net)
  939. # [05:45] * Quits: ehugg (ehugg@moz-F46F489D.hsd1.wa.comcast.net) (Quit: ehugg)
  940. # [05:46] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  941. # [05:46] * Joins: jduell (jduell@moz-612365A.hsd1.wa.comcast.net)
  942. # [05:46] * Joins: timdream (timdream@moz-99690620.hinet-ip.hinet.net)
  943. # [05:47] * Quits: boris1 (boris@moz-E37F359D.hinet-ip.hinet.net) (Quit: Leaving.)
  944. # [05:48] * Joins: karlt (karl@34E8ECDF.DC2C3734.616A18A6.IP)
  945. # [05:49] * Joins: alexbardas (alexbardas@moz-CF8BEBEF.dia.static.qwest.net)
  946. # [05:50] * Quits: naveed (nihsanulla@moz-6A023467.bstnma.fios.verizon.net) (Ping timeout)
  947. # [05:50] * Quits: joshua-s (Thunderbir@moz-D915C494.syrcny.east.verizon.net) (Ping timeout)
  948. # [05:50] * Joins: naveed (nihsanulla@moz-6A023467.bstnma.fios.verizon.net)
  949. # [05:50] * Quits: @ted (luser@moz-E6C2C32D.sctnpa.east.verizon.net) (Ping timeout)
  950. # [05:51] * Joins: ted (luser@moz-E6C2C32D.sctnpa.east.verizon.net)
  951. # [05:51] * ChanServ sets mode: +o ted
  952. # [05:51] * Joins: joshua-s (Thunderbir@moz-D915C494.syrcny.east.verizon.net)
  953. # [05:52] * Quits: davidb|afk (uid12418@moz-31ABA2C0.irccloud.com) (Quit: Connection closed for inactivity)
  954. # [05:52] * heycam|away is now known as heycam
  955. # [05:55] * Quits: Xaquseg (Xaquseg@3FE51F40.8A388BE3.918EEC00.IP) (Ping timeout)
  956. # [05:55] * Joins: bz_away (bzbarsky@moz-72881629.bstnma.fios.verizon.net)
  957. # [05:55] * Joins: boris (boris@moz-E37F359D.hinet-ip.hinet.net)
  958. # [05:56] <jgilbert_> Callek, there are three moz.build files which set ANGLE_ENABLE_D3D11 to true
  959. # [05:56] <jgilbert_> try setting them all to false
  960. # [05:57] <jgilbert_> it might stop ANGLE from trying to access d3d10.h
  961. # [05:57] * Joins: Xaquseg (Xaquseg@3FE51F40.8A388BE3.918EEC00.IP)
  962. # [05:57] * Quits: fubar (fubar@moz-7388D91E.electric-mayhem.org) (Ping timeout)
  963. # [05:58] <jgilbert_> Callek, CC me on the bug that results from this? Thought the long-term solution is just to use a newer winsdk
  964. # [05:58] * Quits: trevorh1 (trevor@moz-4978C359.lns7.woo.bigpond.net.au) (Quit: Leaving.)
  965. # [06:00] * Joins: StevenLee (Adium@moz-E37F359D.hinet-ip.hinet.net)
  966. # [06:00] * Joins: m_kato (m_kato@moz-99690620.hinet-ip.hinet.net)
  967. # [06:01] * Joins: rvid (textual@moz-9BAF7C87.hsd1.ca.comcast.net)
  968. # [06:01] * Quits: deian (d@33AE1168.36F4E7CF.284344F5.IP) (Ping timeout)
  969. # [06:05] * Joins: Edgar (Thunderbir@moz-E37F359D.hinet-ip.hinet.net)
  970. # [06:05] * Joins: fubar (fubar@moz-7388D91E.electric-mayhem.org)
  971. # [06:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/2baf423821bb - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  972. # [06:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/b6a9b868518b - B2G Bumper Bot - Bumping manifests a=b2g-bump
  973. # [06:06] * Quits: bbondy (bbondy@moz-E2815EB6.home.cgocable.net) (Client exited)
  974. # [06:06] * Quits: alexbardas (alexbardas@moz-CF8BEBEF.dia.static.qwest.net) (Input/output error)
  975. # [06:07] * Joins: alexbardas (alexbardas@moz-CF8BEBEF.dia.static.qwest.net)
  976. # [06:08] * Quits: reyre (reyre@6A6344CE.2BBBD1AD.5670445F.IP) (Ping timeout)
  977. # [06:09] * Quits: alexbardas (alexbardas@moz-CF8BEBEF.dia.static.qwest.net) (Ping timeout)
  978. # [06:09] * Quits: sunfish (chatzilla@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  979. # [06:09] * Quits: bajaj (bajaj_afk@moz-AEFFDEF0.dynamic.hinet.net) (Quit: Leaving.)
  980. # [06:10] * Joins: smontagu (chatzilla@moz-D4CDC07F.red.bezeqint.net)
  981. # [06:12] * Quits: serge (Thunderbir@CDDCC657.279DB3AD.971E19F6.IP) (Ping timeout)
  982. # [06:12] * Quits: m_kato (m_kato@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  983. # [06:13] * Joins: reyre (reyre@6A6344CE.2BBBD1AD.5670445F.IP)
  984. # [06:13] * Joins: rbarnes (rbarnes@moz-5E1F5C28.washdc.fios.verizon.net)
  985. # [06:14] * Joins: boris1 (boris@moz-E37F359D.hinet-ip.hinet.net)
  986. # [06:14] * Quits: boris (boris@moz-E37F359D.hinet-ip.hinet.net) (Connection reset by peer)
  987. # [06:14] <Callek> jgilbert_: soooo to summarize in the short term my solution seems to be to just disable webgl, medium term is to get a bug on file and we'll [you'll?] decide if we can work around the issue to support win7sdk+june DX-SDK longer, or if we need to require the win8sdk?
  988. # [06:15] <jgilbert_> Callek, no, short term is try disabling the d3d11 backend for angle
  989. # [06:15] <Callek> jgilbert_: and yea I note webgl since I don't see an obvious fix for disabling just angle that would hit beta
  990. # [06:15] * Quits: darkowlzz (ping-darko@51502F78.79289A09.274135A6.IP) (Broken pipe)
  991. # [06:15] <Callek> ;-)
  992. # [06:15] <Callek> (that relman would allow to hit beta, to be clear)
  993. # [06:15] <jgilbert_> Callek, even IE and iOS support WebGL at this point
  994. # [06:15] <jgilbert_> you don't need to disable angle
  995. # [06:15] * Joins: darkowlzz (ping-darko@51502F78.79289A09.274135A6.IP)
  996. # [06:15] <jgilbert_> you need to not build the d3d11 backend for angle
  997. # [06:16] <Callek> jgilbert_: ooooooooo
  998. # [06:16] <Callek> ewong: can you make sure that bug is on file, and that jgilbert_ is cc'd (as well as me)?
  999. # [06:16] <Callek> please and ty
  1000. # [06:16] * Matti is now known as Matti_away
  1001. # [06:16] <ewong> ok
  1002. # [06:17] * Quits: darkowlzz (ping-darko@51502F78.79289A09.274135A6.IP) (Ping timeout)
  1003. # [06:17] * Quits: rbarnes (rbarnes@moz-5E1F5C28.washdc.fios.verizon.net) (Ping timeout)
  1004. # [06:18] <ewong> Callek just to clarify. filing SeaMonkey:Build Config, disable webgl/angle for our Win32 platform?
  1005. # [06:18] <jgilbert_> ewong, no, file the bug for the actual bug
  1006. # [06:19] <jgilbert_> the actual bug is that builds are busted
  1007. # [06:19] <Callek> ewong: what jgilbert just said ;-)
  1008. # [06:19] * mcote is now known as mcote|afk
  1009. # [06:20] * nigelb wonders what exactly is the ASAN failure.
  1010. # [06:21] * Quits: JerkAudio (chatzilla@1472A4C6.73339A2A.FFE8C4AF.IP) (Ping timeout)
  1011. # [06:21] * Quits: boris1 (boris@moz-E37F359D.hinet-ip.hinet.net) (Quit: Leaving.)
  1012. # [06:22] * Quits: TYLin (TYLin@moz-E37F359D.hinet-ip.hinet.net) (Ping timeout)
  1013. # [06:23] * Joins: JerkAudio (chatzilla@38419241.140AA7A4.A36FFCDA.IP)
  1014. # [06:23] * Quits: pcwalton (pcwalton@moz-DA87EE4.hsd1.ca.comcast.net) (Quit: pcwalton)
  1015. # [06:24] * Joins: boris (boris@moz-E37F359D.hinet-ip.hinet.net)
  1016. # [06:25] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/426497473505 - Randell Jesup - Backed out changeset e87724022bc1 (bug 1043558) a=ryanvm (feature bustage)
  1017. # [06:26] <jesup> nigelb: ping
  1018. # [06:28] <jesup> nigelb: needed to backout a patch, but ryan beat me to an uplift and then inbound was closed. Got approval to land on m-c and merge around - can you help with that? I'd already landed the backout separately on b2g-inbound
  1019. # [06:28] <ewong> Callek, jgilbert_ sorry to be extremely dense, but is bug 1069114 right?
  1020. # [06:28] * Joins: mconley (mconley@moz-BDD802ED.hfc.comcastbusiness.net)
  1021. # [06:29] * Quits: schien (anonymous@moz-E37F359D.hinet-ip.hinet.net) (Quit: sleep)
  1022. # [06:29] <ewong> "uplift"?
  1023. # [06:29] <jgilbert_> great, yeah
  1024. # [06:29] <jesup> ewong: merge to m-c that is
  1025. # [06:29] <ewong> ooh ok
  1026. # [06:29] <ewong> btw, when's the next uplift?
  1027. # [06:29] <jgilbert_> I don't know about the scheduling, sorry
  1028. # [06:30] <jgilbert_> but that's the right bug
  1029. # [06:30] <ewong> jgilbert_: thanks!
  1030. # [06:30] <jgilbert_> Callek presumably knows about schedule
  1031. # [06:30] * Quits: kgrandon (Adium@moz-2A1C3CC8.hsd1.ca.comcast.net) (Quit: Leaving.)
  1032. # [06:31] <jesup> anyone remember the hg magic to merge a patch across repos? (otherwise I'd likely just export it and import it on the others, which likely isn't the best option)
  1033. # [06:32] <Callek> ewong: https://mail.mozilla.com/home/publiccalendar@mozilla.com/Releases%20Scheduling.html
  1034. # [06:32] * Joins: darkowlzz (ping-darko@26FA787.64199918.BF75B16D.IP)
  1035. # [06:32] * Joins: kgrandon (Adium@moz-2A1C3CC8.hsd1.ca.comcast.net)
  1036. # [06:32] <Unfocused> jesup: hg transplant -s ../mozilla-central <revision-id>
  1037. # [06:32] * glob is now known as glob|away
  1038. # [06:33] <jesup> Unfocused: thanks
  1039. # [06:33] * Quits: JerkAudio (chatzilla@38419241.140AA7A4.A36FFCDA.IP) (Ping timeout)
  1040. # [06:33] <ewong> ok.. 13th Oct.
  1041. # [06:33] * Quits: timdream (timdream@moz-99690620.hinet-ip.hinet.net) (Quit: timdream)
  1042. # [06:33] <ewong> Callek: thanks!
  1043. # [06:34] <jesup> Unfocused: btw, you saw the traffic on the bug about the string?
  1044. # [06:35] <Unfocused> jesup: er, the stuff before my 3 comments responding to said traffic?
  1045. # [06:35] * Joins: JerkAudio (chatzilla@456D0AE2.F0EDF059.1CF8924A.IP)
  1046. # [06:35] * Joins: ehugg (ehugg@moz-F46F489D.hsd1.wa.comcast.net)
  1047. # [06:37] * Joins: naveed__ (naveed@moz-6A023467.bstnma.fios.verizon.net)
  1048. # [06:38] * Quits: robertbindar (Thunderbir@moz-C722A5D3.hsd1.ca.comcast.net) (Ping timeout)
  1049. # [06:38] * nthomas|away is now known as nthomas
  1050. # [06:39] * Quits: naveed__ (naveed@moz-6A023467.bstnma.fios.verizon.net) (Ping timeout)
  1051. # [06:41] * Quits: Rik|afk (rik@87C1F78E.1DE10CA8.D8E68FF6.IP) (Connection reset by peer)
  1052. # [06:41] * Quits: JerkAudio (chatzilla@456D0AE2.F0EDF059.1CF8924A.IP) (Ping timeout)
  1053. # [06:42] <jesup> hmmm.... remote: abort: pretxnchangegroup.c_commitmessage hook failed (I had CLOSED TREE)
  1054. # [06:42] * Joins: Rik|afk (rik@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1055. # [06:42] <jesup> Unfocused: sorry, swamped with a problem and haven't read bugmail
  1056. # [06:42] <Unfocused> jesup: hehe, no worries. in the same situation :\
  1057. # [06:43] * Joins: JerkAudio (chatzilla@B1FA2C0F.1980E654.A26A30FD.IP)
  1058. # [06:45] <jesup> aha: remote: Rev 9263db8dd8c5 claims to be a merge, but it has only one parent.
  1059. # [06:48] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  1060. # [06:48] * Quits: jgilbert_ (jgilbert@E1E80E67.49226D6A.E02132C7.IP) (Ping timeout)
  1061. # [06:48] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/426497473505 - Randell Jesup - Backed out changeset e87724022bc1 (bug 1043558) a=ryanvm (feature bustage)
  1062. # [06:48] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0a532d73086d - Randell Jesup - Bug 1043558: merge m-c backout to inbound. a=ryanvm
  1063. # [06:50] <@roc> [roc@eternity mozilla-inbound]$ hg push -f ssh://hg.mozilla.org/try ........ no changes found (ignored 24 secret changesets)
  1064. # [06:50] <@roc> ?????
  1065. # [06:52] <heycam> so *that's* what those hashes on roc's blog are
  1066. # [06:52] <heycam> secret changesets
  1067. # [06:53] <Unfocused> roc: sounds like you want to convert those to be draft changesets
  1068. # [06:53] <Unfocused> (hg phase -d <revid>)
  1069. # [06:53] * Quits: jduell (jduell@moz-612365A.hsd1.wa.comcast.net) (Ping timeout)
  1070. # [06:53] * Joins: janv (varga@moz-45970C6.dynamic.orange.sk)
  1071. # [06:53] <@roc> how did they become secret? I don't recall doing anything different
  1072. # [06:54] * Unfocused shrugs
  1073. # [06:54] * Joins: Mano (mano@moz-2A6EEE67.red.bezeqint.net)
  1074. # [06:54] <jesup> roc: cats on keyboard can do anything
  1075. # [06:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/bba92cfc53c3 - Mark Hammond - Bug 1066537 - avoid intermittent thumbnail orange. r=unfocused
  1076. # [06:55] <jesup> worse than monkies
  1077. # [06:57] * nthomas is now known as nthomas|away
  1078. # [06:58] * glob|away is now known as glob
  1079. # [06:59] * Quits: mconley (mconley@moz-BDD802ED.hfc.comcastbusiness.net) (Input/output error)
  1080. # [07:00] * Quits: flod|away (sid43236@moz-A42E5B7B.irccloud.com) (Quit: )
  1081. # [07:01] * Joins: flod (sid43236@moz-A42E5B7B.irccloud.com)
  1082. # [07:01] * Quits: rvid (textual@moz-9BAF7C87.hsd1.ca.comcast.net) (Quit: Computer has gone to sleep.)
  1083. # [07:02] * Joins: jduell (jduell@moz-D7F78D4E.hsd1.wa.comcast.net)
  1084. # [07:02] * Quits: sydpolk (sydpolk@moz-B422239B.lightspeed.austtx.sbcglobal.net) (Quit: Leaving.)
  1085. # [07:02] * hwine is now known as hwine-ooo
  1086. # [07:03] <@roc> I don't have a cat
  1087. # [07:03] <@roc> I do have children
  1088. # [07:03] <Unfocused> no cat? maybe that's the problem
  1089. # [07:03] * Quits: Matti_away (Matti@moz-19C20EBF.dip0.t-ipconnect.de) (Ping timeout)
  1090. # [07:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/edf8948eb543 - Randell Jesup - Backed out changeset e87724022bc1 (bug 1043558) a=ryanvm (feature bustage)
  1091. # [07:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/f38753a47df5 - Randell Jesup - Bug 1043558: merge m-c backout to inbound. a=ryanvm
  1092. # [07:04] <nigelb> jesup: hi!
  1093. # [07:04] <nigelb> looking
  1094. # [07:05] <jesup> nigelb: I think i've done it - on m-c, inbound, fxteam and b2g-inbound
  1095. # [07:05] <nigelb> jesup: yay!
  1096. # [07:05] <nigelb> sorry, I was cooking ^_^
  1097. # [07:05] <nigelb> (hence the lack of |sheriffduty)
  1098. # [07:05] <jesup> Though I may have missed the nightly pull of m-c :-(
  1099. # [07:06] * Quits: ckitching (ckitching@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  1100. # [07:06] <jesup> when is that? later I hope
  1101. # [07:06] <nigelb> I don't think you've missed it.
  1102. # [07:06] <jesup> Good
  1103. # [07:06] <nigelb> Tomcat's first merges hit nightly often
  1104. # [07:06] <nigelb> It's probably midnight PST/PDT
  1105. # [07:07] <nigelb> I *think* inbound can be opened, but I'm not confident enough to re-open
  1106. # [07:08] * Joins: Matti_away (Matti@moz-626B71A5.dip0.t-ipconnect.de)
  1107. # [07:08] * Matti_away is now known as Matti
  1108. # [07:08] * Quits: tomasz (Adium@moz-94FD5102.lightspeed.sntcca.sbcglobal.net) (Quit: Leaving.)
  1109. # [07:08] * Quits: jduell (jduell@moz-D7F78D4E.hsd1.wa.comcast.net) (Ping timeout)
  1110. # [07:08] <nigelb> ah, asan xpshell failures.
  1111. # [07:08] * Joins: jduell (jduell@moz-D7F78D4E.hsd1.wa.comcast.net)
  1112. # [07:11] * Quits: blassey (quassel@moz-1B593443.hsd1.ma.comcast.net) (Ping timeout)
  1113. # [07:14] * Joins: TYLin (TYLin@moz-99690620.hinet-ip.hinet.net)
  1114. # [07:15] * jcranmer is now known as jcranmer|away
  1115. # [07:16] * Quits: ehugg (ehugg@moz-F46F489D.hsd1.wa.comcast.net) (Quit: ehugg)
  1116. # [07:16] * Joins: tanvi (tanvi@moz-84BB47BB.hsd1.ca.comcast.net)
  1117. # [07:16] * Joins: sicking (sicking@moz-5D774EA3.hsd1.ca.comcast.net)
  1118. # [07:17] * miketaylr is now known as zz_miketaylr
  1119. # [07:19] * Joins: robertbindar (Thunderbir@moz-C722A5D3.hsd1.ca.comcast.net)
  1120. # [07:20] * Joins: ckitching (ckitching@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  1121. # [07:25] * Quits: robertbindar (Thunderbir@moz-C722A5D3.hsd1.ca.comcast.net) (Input/output error)
  1122. # [07:26] <KWierso> nigelb, jesup: Nightly builds start at 3am pacific, I believe...
  1123. # [07:27] <dholbert> jesup, fx-team is on fire on your push, if you didn't already notice
  1124. # [07:27] * Joins: twi (Adium@moz-F5B97D93.cust.vodafonedsl.it)
  1125. # [07:27] * Joins: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net)
  1126. # [07:27] <dholbert> jesup, though.. looks like an infra issue
  1127. # [07:27] * Quits: tanvi (tanvi@moz-84BB47BB.hsd1.ca.comcast.net) (Quit: Leaving.)
  1128. # [07:29] * Joins: jaoo (user@moz-D1588342.red-79-154-195.dynamicip.rima-tde.net)
  1129. # [07:29] <nigelb> KWierso: aha
  1130. # [07:30] <KWierso> nigelb: and I think inbound was closed until bent's push was green, and it seems pretty much green now
  1131. # [07:30] * Joins: bnicholson (bnicholson@D5DEB921.F67EC404.A36C57B9.IP)
  1132. # [07:30] <KWierso> so probably good to open, unless that infra stuff is more widespread than the current failures
  1133. # [07:30] * BenWa is now known as BenWa|email
  1134. # [07:30] <nigelb> I think fx-team bustage is from the blip Callek pinged us about
  1135. # [07:30] <nigelb> s/fx-team/infra/g
  1136. # [07:30] * Quits: Optimizer (Optimizer@A241E0DB.14FF1AB9.BE4CF869.IP) (Ping timeout)
  1137. # [07:30] <KWierso> yeah
  1138. # [07:30] * Quits: @roc (chatzilla@7EA5AB88.DC2C3734.616A18A6.IP) (Input/output error)
  1139. # [07:30] <nigelb> going to retrigger them all
  1140. # [07:31] <dholbert> I filed https://bugzilla.mozilla.org/show_bug.cgi?id=1069120 for it
  1141. # [07:31] <nigelb> will keep inbound closed just in case those return red.
  1142. # [07:31] <nigelb> thanks dholbert
  1143. # [07:31] <dholbert> nigelb, I was about to close fx-team -- sound good?
  1144. # [07:31] * Quits: janv (varga@moz-45970C6.dynamic.orange.sk) (Ping timeout)
  1145. # [07:31] <dholbert> or should we leave it open? (sounds like you have some info from Callek)
  1146. # [07:31] * Joins: blassey (quassel@moz-1B593443.hsd1.ma.comcast.net)
  1147. # [07:31] <nigelb> dholbert: we know that there was a blip and it was back online
  1148. # [07:32] * Joins: adalucinet (Instantbir@B0E65737.A45B6F05.5BAD8D42.IP)
  1149. # [07:32] <dholbert> nigelb, ah, ok. so closing might be premature then; we can see how the retriggers go I suppose
  1150. # [07:32] * Joins: CristinaM (Instantbir@B0E65737.A45B6F05.5BAD8D42.IP)
  1151. # [07:32] <nigelb> yeah, that's what I'm holding out for.
  1152. # [07:32] <nigelb> I'll re-open m-i when the retriggers don't fail
  1153. # [07:33] * Joins: alexbardas (alexbardas@moz-CF8BEBEF.dia.static.qwest.net)
  1154. # [07:34] * Joins: rkent (Thunderbir@moz-CCEA8D95.hsd1.wa.comcast.net)
  1155. # [07:34] <KWierso> nigelb: ooh, b-i's busted from a gaia push
  1156. # [07:34] <nigelb> b2g is bust...right
  1157. # [07:34] * Quits: darktrojan (geoff@moz-26A412B5.dsl.telstraclear.net) (Ping timeout)
  1158. # [07:34] <nigelb> hahaha, when it rains, it pours.
  1159. # [07:34] * Quits: rkent (Thunderbir@moz-CCEA8D95.hsd1.wa.comcast.net) (Quit: rkent)
  1160. # [07:34] <KWierso> nigelb: do you have privileges to do gaia things?
  1161. # [07:35] <KWierso> I can revert it if you don't
  1162. # [07:35] <nigelb> KWierso: I have privileges, but let me see if I have a clone.
  1163. # [07:35] <nigelb> KWierso: If you can revert in 2 minutes, please go ahead.
  1164. # [07:35] <KWierso> my gaia clone is a bit old, but should update quickly
  1165. # [07:35] * Joins: pnkfelix (pnkfelix@moz-43495417.fbx.proxad.net)
  1166. # [07:38] <KWierso> nigelb: reverted
  1167. # [07:38] <nigelb> KWierso: thanks!
  1168. # [07:38] * Joins: naveed__ (naveed@moz-6A023467.bstnma.fios.verizon.net)
  1169. # [07:39] * Joins: bajaj (bajaj_afk@moz-AEFFDEF0.dynamic.hinet.net)
  1170. # [07:40] * Quits: naveed__ (naveed@moz-6A023467.bstnma.fios.verizon.net) (Ping timeout)
  1171. # [07:41] * Joins: jduell_ (jduell@moz-D7F78D4E.hsd1.wa.comcast.net)
  1172. # [07:41] * Quits: jduell (jduell@moz-D7F78D4E.hsd1.wa.comcast.net) (Ping timeout)
  1173. # [07:43] * Quits: abr (anonymous@moz-199CCC40.hsd1.ca.comcast.net) (Quit: AFK)
  1174. # [07:43] * Joins: deian (d@moz-6A11E8E3.hsd1.ca.comcast.net)
  1175. # [07:43] * whimboo|afk is now known as whimboo
  1176. # [07:45] * Joins: rbarnes (rbarnes@moz-5E1F5C28.washdc.fios.verizon.net)
  1177. # [07:45] * Parts: thinker (user@C1E16400.61B5563A.9EB0E909.IP) (Killed buffer)
  1178. # [07:45] * Joins: jduell (jduell@moz-D7F78D4E.hsd1.wa.comcast.net)
  1179. # [07:45] * Joins: thinker (user@C1E16400.61B5563A.9EB0E909.IP)
  1180. # [07:45] * Quits: jduell_ (jduell@moz-D7F78D4E.hsd1.wa.comcast.net) (Ping timeout)
  1181. # [07:46] * Quits: bwc (Adium@moz-199CCC40.hsd1.ca.comcast.net) (Quit: Leaving.)
  1182. # [07:47] * Quits: rbarnes (rbarnes@moz-5E1F5C28.washdc.fios.verizon.net) (Ping timeout)
  1183. # [07:47] <nigelb> that seems to have worked.
  1184. # [07:48] <heycam> do we have a portable way to disable warnings in a section of code?
  1185. # [07:48] <heycam> or should I do some #if checking for compilers and appropriate #pragmas?
  1186. # [07:49] <nigelb> (inbound re-opened)
  1187. # [07:50] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2077fa33653d - Daniel Holbert - Bug 1063775, part 1: Remove unnecessary null-checks after 'new' in StyleAnimationValue.cpp. r=dbaron
  1188. # [07:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/308462c1b78a - Daniel Holbert - Bug 1063775, part 2: Document nsCSSValue*List::Clone() as being infallible, and remove null-checks on its result. r=dbaron
  1189. # [07:51] * Quits: bagder (Daniel@234CB8D.5EA71235.B24D57A6.IP) (Ping timeout)
  1190. # [07:51] * efaust is now known as efaust|sick
  1191. # [07:51] * KWierso is now known as KWierso|afk
  1192. # [07:52] * Joins: dzbarsky (Adium@moz-556280C5.hsd1.pa.comcast.net)
  1193. # [07:52] * Joins: Alessar (Alessar@4409775D.C64B1782.79D6B59E.IP)
  1194. # [07:53] * Quits: jaoo (user@moz-D1588342.red-79-154-195.dynamicip.rima-tde.net) (Ping timeout)
  1195. # [07:53] * Joins: jaoo (user@moz-D1588342.red-79-154-195.dynamicip.rima-tde.net)
  1196. # [07:54] * Joins: tomasz (Adium@moz-94FD5102.lightspeed.sntcca.sbcglobal.net)
  1197. # [07:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/cf008ba9bab9 - B2G Bumper Bot - Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
  1198. # [07:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/0c720f7de8d7 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1199. # [07:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f5d2ffa0f1a8 - Matthew Gregan - Bug 1067414 - Convert CubebUtils from a class of statics to a namespace.
  1200. # [07:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e14e8c4b3021 - Matthew Gregan - Bug 1067414 - Add a comment about thread-safety of unlocked sPreferredSampleRate reads.
  1201. # [07:56] * Quits: mt_ (mt@moz-199CCC40.hsd1.ca.comcast.net) (Quit: Leaving.)
  1202. # [07:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b533b3527076 - Matthew Gregan - Bug 1065250 - Factor part of SourceBuffer::AppendData into new PrepareAppend function. r=karlt
  1203. # [07:56] * Quits: ekr (Adium@moz-199CCC40.hsd1.ca.comcast.net) (Quit: Leaving.)
  1204. # [07:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/783379123376 - Matthew Gregan - Bug 1065250 - Factor some of SourceBuffer::AppendData into TrackBuffer::Append. Move ContainerParser to a new file. r=karlt
  1205. # [07:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0a508290d5f8 - Matthew Gregan - Bug 1065250 - Tidy up unneeded includes after several refactorings. r=karlt
  1206. # [07:56] * Joins: dzbarsky1 (Adium@moz-556280C5.hsd1.pa.comcast.net)
  1207. # [07:56] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  1208. # [07:57] * Joins: tomer (tomer@F61A4DAE.55661B99.34A7550B.IP)
  1209. # [07:57] * Quits: dzbarsky (Adium@moz-556280C5.hsd1.pa.comcast.net) (Connection reset by peer)
  1210. # [08:00] * Quits: StevenLee (Adium@moz-E37F359D.hinet-ip.hinet.net) (Ping timeout)
  1211. # [08:00] * Joins: maxli (maxli@moz-EE42E0E.student.cs.uwaterloo.ca)
  1212. # [08:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6fc33b189e9f - Nicholas Nethercote - Bug 1067699 (part 1) - Export double-conversion.h normally from MFBT. r=froydnj.
  1213. # [08:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/abe819e638a9 - Nicholas Nethercote - Bug 1067699 (part 2) - Add mfbt/JSONWriter.h and use it for memory reporting. r=froydnj.
  1214. # [08:01] * Quits: yliao (yliao@moz-99690620.hinet-ip.hinet.net) (Client exited)
  1215. # [08:02] * Joins: m_kato (m_kato@moz-99690620.hinet-ip.hinet.net)
  1216. # [08:02] * Quits: maxli (maxli@moz-EE42E0E.student.cs.uwaterloo.ca) (Ping timeout)
  1217. # [08:02] * Joins: maxli (maxli@moz-F47DD19B.student.cs.uwaterloo.ca)
  1218. # [08:04] * Quits: boris (boris@moz-E37F359D.hinet-ip.hinet.net) (Connection reset by peer)
  1219. # [08:04] * Joins: boris (boris@moz-99690620.hinet-ip.hinet.net)
  1220. # [08:04] * Quits: dzbarsky1 (Adium@moz-556280C5.hsd1.pa.comcast.net) (Quit: Leaving.)
  1221. # [08:05] * Quits: boris (boris@moz-99690620.hinet-ip.hinet.net) (Connection reset by peer)
  1222. # [08:05] * Joins: boris (boris@moz-99690620.hinet-ip.hinet.net)
  1223. # [08:05] * Joins: flaviu (Instantbir@B0E65737.A45B6F05.5BAD8D42.IP)
  1224. # [08:06] * Quits: atsai (atsai@moz-99690620.hinet-ip.hinet.net) (Quit: This computer has gone to sleep)
  1225. # [08:07] * Joins: sydpolk (sydpolk@moz-B422239B.lightspeed.austtx.sbcglobal.net)
  1226. # [08:07] * Joins: rvid (textual@moz-9BAF7C87.hsd1.ca.comcast.net)
  1227. # [08:08] * Quits: Mano (mano@moz-2A6EEE67.red.bezeqint.net) (Client exited)
  1228. # [08:08] * Joins: roc (chatzilla@moz-A45446C6.bng1.tvc.orcon.net.nz)
  1229. # [08:08] * ChanServ sets mode: +o roc
  1230. # [08:09] * Quits: pnkfelix (pnkfelix@moz-43495417.fbx.proxad.net) (Ping timeout)
  1231. # [08:10] * Joins: trevorh (trevor@moz-4978C359.lns7.woo.bigpond.net.au)
  1232. # [08:11] <@njn> ok, so gmail crashing wasn't my fault
  1233. # [08:11] <@njn> good
  1234. # [08:11] * Quits: @dbaron (dbaron@510D751C.27376607.189F3E15.IP) (Ping timeout)
  1235. # [08:11] * Joins: bagder (daniel@234CB8D.5EA71235.B24D57A6.IP)
  1236. # [08:11] * Quits: bagder (daniel@234CB8D.5EA71235.B24D57A6.IP) (Input/output error)
  1237. # [08:12] * Joins: gcp (gcp@moz-9CEB1C98.access.telenet.be)
  1238. # [08:12] * Joins: bagder (Daniel@234CB8D.5EA71235.B24D57A6.IP)
  1239. # [08:13] * Quits: sydpolk (sydpolk@moz-B422239B.lightspeed.austtx.sbcglobal.net) (Ping timeout)
  1240. # [08:13] * Joins: tonymec (tonymec@moz-9CF157E3.adsl-dyn.isp.belgacom.be)
  1241. # [08:14] * Tomcat|afk is now known as Tomcat|sheriffduty
  1242. # [08:14] <Tomcat|sheriffduty> good morning
  1243. # [08:14] <Tomcat|sheriffduty> nigelb: good morning
  1244. # [08:19] * Quits: rvid (textual@moz-9BAF7C87.hsd1.ca.comcast.net) (Quit: Computer has gone to sleep.)
  1245. # [08:19] * Joins: sydpolk (sydpolk@moz-B422239B.lightspeed.austtx.sbcglobal.net)
  1246. # [08:19] <nigelb> Good morning Tomcat|sheriffduty :)
  1247. # [08:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ba6a9e60d2c6 - Nicholas Nethercote - Bug 1067711 - Fix an assertion failure in the System memory reporter. r=erahm.
  1248. # [08:20] * Quits: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP) (Input/output error)
  1249. # [08:21] * Joins: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP)
  1250. # [08:21] * Joins: stransky (stransky@moz-59D79C36.broadband2.iol.cz)
  1251. # [08:22] * Quits: brsun (chatzilla@moz-E37F359D.hinet-ip.hinet.net) (Client exited)
  1252. # [08:22] * Joins: rvid (textual@moz-9BAF7C87.hsd1.ca.comcast.net)
  1253. # [08:23] * Quits: sydpolk (sydpolk@moz-B422239B.lightspeed.austtx.sbcglobal.net) (Ping timeout)
  1254. # [08:23] * Joins: yliao (yliao@moz-E37F359D.hinet-ip.hinet.net)
  1255. # [08:25] * Quits: yliao (yliao@moz-E37F359D.hinet-ip.hinet.net) (Ping timeout)
  1256. # [08:28] * Quits: gcp (gcp@moz-9CEB1C98.access.telenet.be) (Input/output error)
  1257. # [08:29] * Joins: gcp (gcp@moz-9CEB1C98.access.telenet.be)
  1258. # [08:32] * Joins: sydpolk (sydpolk@moz-B422239B.lightspeed.austtx.sbcglobal.net)
  1259. # [08:33] * Joins: ferjm (textual@moz-C75BC392.upc-i.chello.nl)
  1260. # [08:34] * Quits: karlt (karl@34E8ECDF.DC2C3734.616A18A6.IP) (Ping timeout)
  1261. # [08:38] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  1262. # [08:39] * Joins: naveed__ (naveed@moz-6A023467.bstnma.fios.verizon.net)
  1263. # [08:40] * Joins: gsvelto (gsvelto@moz-29CCD5E.clienti.tiscali.it)
  1264. # [08:40] * Joins: tessarakt3 (jens@moz-869C3139.adsl.alicedsl.de)
  1265. # [08:40] * Quits: aklotz (Thunderbir@moz-935DE219.cg.shawcable.net) (Quit: aklotz)
  1266. # [08:40] * Quits: naveed__ (naveed@moz-6A023467.bstnma.fios.verizon.net) (Ping timeout)
  1267. # [08:41] * Joins: abr (anonymous@moz-199CCC40.hsd1.ca.comcast.net)
  1268. # [08:41] * Quits: mwobensmith (mwobensmit@moz-1479983A.dsl.dynamic.sonic.net) (Quit: Leaving.)
  1269. # [08:42] * Joins: Mano (mano@moz-2A6EEE67.red.bezeqint.net)
  1270. # [08:42] * Quits: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net) (Input/output error)
  1271. # [08:44] * Joins: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net)
  1272. # [08:45] * Quits: maxli (maxli@moz-F47DD19B.student.cs.uwaterloo.ca) (Quit: Leaving.)
  1273. # [08:45] * Quits: abr (anonymous@moz-199CCC40.hsd1.ca.comcast.net) (Quit: AFK)
  1274. # [08:45] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/ea70e0beff49 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1275. # [08:45] * Quits: sydpolk (sydpolk@moz-B422239B.lightspeed.austtx.sbcglobal.net) (Ping timeout)
  1276. # [08:45] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/231949f6fefb - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1277. # [08:45] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0fc603905597 - Dan Glastonbury - Bug 1002302 - WebGL2 - Stub WebGL 2.0 WebIDL, WebGL 2.0 Objects, and functions in WebGL2Context.; r=jgilbert,bjacob,smaug
  1278. # [08:47] * Joins: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP)
  1279. # [08:48] * Quits: tonymec (tonymec@moz-9CF157E3.adsl-dyn.isp.belgacom.be) (Input/output error)
  1280. # [08:49] * Quits: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP) (Input/output error)
  1281. # [08:49] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  1282. # [08:50] * Joins: sydpolk (sydpolk@moz-B422239B.lightspeed.austtx.sbcglobal.net)
  1283. # [08:50] * Joins: tonymec (tonymec@moz-9CF157E3.adsl-dyn.isp.belgacom.be)
  1284. # [08:50] * Joins: mak (uid24946@moz-31ABA2C0.irccloud.com)
  1285. # [08:51] <Tomcat|sheriffduty> jya: ping
  1286. # [08:53] * philor is now known as philor|away
  1287. # [08:54] * Joins: sir_none (Thunderbir@5F87E885.DDC54EB2.170057B8.IP)
  1288. # [08:54] * Quits: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net) (Input/output error)
  1289. # [08:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/8cde1a58ef75 - Johannes Schulte - Bug 1059426 - Don't inline ToInteger if we're likely to bailout. r=kvijayan
  1290. # [08:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/42637c6037a9 - Daniel Lee - Bug 1067008 - [mozprocess] mozprocess.pid running_process should look at the entire command not just the executable name. r=ahal
  1291. # [08:56] * pbrosset|afk is now known as pbrosset
  1292. # [08:57] * Quits: Bas (chatzilla@moz-8C2EC193.ftth.concepts.nl) (Ping timeout)
  1293. # [08:57] * Quits: kentuckyfriedtakahe (ajones@34E8ECDF.DC2C3734.616A18A6.IP) (Quit: Ex-Chat)
  1294. # [08:58] * Quits: mwargers (mwargers@moz-AF369B35.adsl.online.nl) (Ping timeout)
  1295. # [08:59] * heycam is now known as heycam|away
  1296. # [08:59] * Joins: mwargers (mwargers@moz-AF369B35.adsl.online.nl)
  1297. # [08:59] * Joins: Bas (chatzilla@moz-8C2EC193.ftth.concepts.nl)
  1298. # [09:00] * Joins: bogdan_maris (Instantbir@B0E65737.A45B6F05.5BAD8D42.IP)
  1299. # [09:00] * Joins: scravag (Adium@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1300. # [09:00] * Quits: sydpolk (sydpolk@moz-B422239B.lightspeed.austtx.sbcglobal.net) (Ping timeout)
  1301. # [09:00] * Quits: twi (Adium@moz-F5B97D93.cust.vodafonedsl.it) (Ping timeout)
  1302. # [09:00] * Joins: hallvors (uid23371@moz-31ABA2C0.irccloud.com)
  1303. # [09:03] * Joins: sydpolk (sydpolk@moz-B422239B.lightspeed.austtx.sbcglobal.net)
  1304. # [09:06] * Quits: capella-s3 (capella-s3@moz-3A08EE5.twcny.res.rr.com) (Quit: Talk atcha later)
  1305. # [09:06] * Quits: Dagger (dagger@A0BD6C11.5E4D82A.5A1C986B.IP) (Network is unreachable)
  1306. # [09:07] * Joins: RealRaven (Thunderbir@CCE042E2.E00866EC.C3498625.IP)
  1307. # [09:10] * Quits: alexbardas (alexbardas@moz-CF8BEBEF.dia.static.qwest.net) (Input/output error)
  1308. # [09:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/012c062c9247 - Alex Bardas - Bug 1043805 - Added red shield when protection is disabled in blocked content doorhanger. r=Unfocused
  1309. # [09:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/516ea3a53081 - Alex Bardas - Bug 1043805 - Add tests for checking mixedblockdisabled and trackingblockdisabled attributes. r=adw
  1310. # [09:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/37f902fba2de - Drew Willcoxon :adw - Bug 1068852 - Highlight search suggestions on hover/mouseover. r=MattN
  1311. # [09:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/79bf6ebacb09 - Robin Ricard - Bug 994724 - Clean up ZoomHelper logic. r=margaret
  1312. # [09:12] * Joins: StevenLee (Adium@moz-E37F359D.hinet-ip.hinet.net)
  1313. # [09:12] * Joins: jhorak (jhorak@moz-107AD163.redhat.com)
  1314. # [09:14] * Joins: Jerry (hshih@moz-E37F359D.hinet-ip.hinet.net)
  1315. # [09:14] * Fallen|away is now known as Fallen
  1316. # [09:14] * Quits: tonymec_KDE (tonymec@moz-9CF157E3.adsl-dyn.isp.belgacom.be) (Ping timeout)
  1317. # [09:14] * Joins: Optimizer (Instantbir@4F3E1057.A6DE773B.88FACCAA.IP)
  1318. # [09:14] * Quits: tonymec (tonymec@moz-9CF157E3.adsl-dyn.isp.belgacom.be) (Ping timeout)
  1319. # [09:14] * Joins: yliao (yliao@moz-99690620.hinet-ip.hinet.net)
  1320. # [09:14] * Quits: NeilAway (neil@moz-B1437A82.static.virginmediabusiness.co.uk) (Ping timeout)
  1321. # [09:15] * Quits: sydpolk (sydpolk@moz-B422239B.lightspeed.austtx.sbcglobal.net) (Ping timeout)
  1322. # [09:15] * Joins: Dagger (dagger@A0BD6C11.5E4D82A.5A1C986B.IP)
  1323. # [09:15] * Joins: NeilAway (neil@moz-B1437A82.static.virginmediabusiness.co.uk)
  1324. # [09:15] * Joins: twi (Adium@moz-F5B97D93.cust.vodafonedsl.it)
  1325. # [09:16] * Joins: brsun (chatzilla@moz-E37F359D.hinet-ip.hinet.net)
  1326. # [09:17] * Joins: boris1 (boris@moz-99690620.hinet-ip.hinet.net)
  1327. # [09:17] * Quits: boris (boris@moz-99690620.hinet-ip.hinet.net) (Connection reset by peer)
  1328. # [09:17] * Quits: marco (Adium@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net) (Quit: Leaving.)
  1329. # [09:17] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/83804f7688e7 - Wander Lairson Costa - Bug 1061800 - Add breakpad ids to profiler in Linux. r=BenWa
  1330. # [09:18] * Joins: marco (Adium@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net)
  1331. # [09:19] * Joins: sydpolk (sydpolk@moz-B422239B.lightspeed.austtx.sbcglobal.net)
  1332. # [09:19] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  1333. # [09:20] * Quits: kgrandon (Adium@moz-2A1C3CC8.hsd1.ca.comcast.net) (Quit: Leaving.)
  1334. # [09:20] * Quits: Cork (Cork@moz-352B7E7B.a370.priv.bahnhof.se) (Ping timeout)
  1335. # [09:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/60881e5c48b3 - Alex Bardas - Bug 1065525 - Determine user's Firefox version from UITour. r=MattN
  1336. # [09:22] * Quits: marco (Adium@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net) (Quit: Leaving.)
  1337. # [09:23] * nsm is now known as nsm|away
  1338. # [09:23] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Quit: Jesse)
  1339. # [09:23] * Quits: tomasz (Adium@moz-94FD5102.lightspeed.sntcca.sbcglobal.net) (Quit: Leaving.)
  1340. # [09:24] * Quits: yliao (yliao@moz-99690620.hinet-ip.hinet.net) (Client exited)
  1341. # [09:24] * Quits: sicking (sicking@moz-5D774EA3.hsd1.ca.comcast.net) (Quit: sicking)
  1342. # [09:25] * pmoore|away is now known as pmoore
  1343. # [09:25] * Joins: sicking (sicking@moz-5D774EA3.hsd1.ca.comcast.net)
  1344. # [09:26] * Quits: deian (d@moz-6A11E8E3.hsd1.ca.comcast.net) (Ping timeout)
  1345. # [09:26] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/e34214539e10 - Wes Johnston - Bug 816318 - Media scanner shouldn't run in private mode. r=mfinkle
  1346. # [09:26] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/71978c3737e0 - Wes Johnston - Bug 816318 - Use Android DownloadManager for scanning downloads. r=mfinkle
  1347. # [09:27] * Quits: tomer (tomer@F61A4DAE.55661B99.34A7550B.IP) (Ping timeout)
  1348. # [09:30] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  1349. # [09:33] * Quits: stransky (stransky@moz-59D79C36.broadband2.iol.cz) (Quit: Connection reset by beer)
  1350. # [09:33] * Quits: tessarakt3 (jens@moz-869C3139.adsl.alicedsl.de) (Ping timeout)
  1351. # [09:34] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?changeset=612de448f2cf - 12 changesets
  1352. # [09:35] * Joins: yliao (yliao@moz-E37F359D.hinet-ip.hinet.net)
  1353. # [09:36] * Quits: joshua-s (Thunderbir@moz-D915C494.syrcny.east.verizon.net) (Ping timeout)
  1354. # [09:36] * Quits: bz_away (bzbarsky@moz-72881629.bstnma.fios.verizon.net) (Ping timeout)
  1355. # [09:36] * Quits: ericjung (ericjung@6AD971D0.2858E7A5.E141FD9.IP) (Ping timeout)
  1356. # [09:37] * Quits: rflint (rflint@moz-A287E317.com) (Ping timeout)
  1357. # [09:37] * Quits: naveed (nihsanulla@moz-6A023467.bstnma.fios.verizon.net) (Ping timeout)
  1358. # [09:37] * Quits: @ted (luser@moz-E6C2C32D.sctnpa.east.verizon.net) (Ping timeout)
  1359. # [09:37] * Quits: reed (reed@tech.monkey) (Ping timeout)
  1360. # [09:38] * Joins: naveed (nihsanulla@moz-6A023467.bstnma.fios.verizon.net)
  1361. # [09:38] * Quits: Azelphur (Azelphur@moz-8271DDB5.com) (Ping timeout)
  1362. # [09:38] * Joins: ericjung (ericjung@6AD971D0.2858E7A5.E141FD9.IP)
  1363. # [09:38] * Joins: joshua-s (Thunderbir@moz-D915C494.syrcny.east.verizon.net)
  1364. # [09:38] * Joins: ted (luser@moz-E6C2C32D.sctnpa.east.verizon.net)
  1365. # [09:38] * ChanServ sets mode: +o ted
  1366. # [09:39] * Joins: tomer (tomer@F61A4DAE.55661B99.34A7550B.IP)
  1367. # [09:39] * Quits: yliao (yliao@moz-E37F359D.hinet-ip.hinet.net) (Client exited)
  1368. # [09:39] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/228559ab6d1a - Jean-Yves Avenard - Bug 1065397 - Allow playback rate to be reset to normal. r=cpearce
  1369. # [09:39] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2bca09c404ad - Jean-Yves Avenard - Bug 1068597 - Enable h264 video decoder on 10.6. r=rillian
  1370. # [09:39] * lth|away is now known as lth
  1371. # [09:39] <jya> Tomcat|sheriffduty: yes… just saw your ping
  1372. # [09:39] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e39589387cc3 - Jean-Yves Avenard - Bug 1068455 - Enable VideoToolbox framework in 10.7. r=rillian
  1373. # [09:40] * Joins: naveed__ (naveed@moz-6A023467.bstnma.fios.verizon.net)
  1374. # [09:40] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0d0aeccf45d9 - Ralph Giles - Bug 1066369 - Return error instead of asserting. r=kinetik
  1375. # [09:40] <Tomcat|sheriffduty> jya: ok all checkedin now :)
  1376. # [09:40] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/bcdbf52bba20 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1377. # [09:40] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/46c9d46800c8 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1378. # [09:41] <jya> was there something wrong? Earlier today to make your task easier, I changed the blocking/depends-on so it made it clearer in the order in which to apply things
  1379. # [09:41] * Quits: naveed__ (naveed@moz-6A023467.bstnma.fios.verizon.net) (Ping timeout)
  1380. # [09:42] <Tomcat|sheriffduty> jya: no it was more the part 0 vs part 1 thing that confused me for a second :)
  1381. # [09:42] * Joins: darktrojan (geoff@moz-26A412B5.dsl.telstraclear.net)
  1382. # [09:42] <jya> ah ok… yeah, I had started with part 1, then was asked extra stuff that were needed before. Was too lazy to rename all the patches
  1383. # [09:42] * Quits: vebb (mike@moz-A9F59665.callplus.net.nz) (Ping timeout)
  1384. # [09:43] <Tomcat|sheriffduty> :)
  1385. # [09:43] * Joins: edmorley (uid27002@moz-5F4AA75A.irccloud.com)
  1386. # [09:43] <jya> rebassing with hg is hard enough as it is...
  1387. # [09:43] * Joins: maxli (maxli@moz-F47DD19B.student.cs.uwaterloo.ca)
  1388. # [09:44] * Joins: reed (reed@tech.monkey)
  1389. # [09:44] * Quits: sylvain (scleymans@moz-CF8BEBEF.dia.static.qwest.net) (Input/output error)
  1390. # [09:45] * Joins: rflint (rflint@moz-A287E317.com)
  1391. # [09:45] * Joins: Azelphur (Azelphur@moz-8271DDB5.com)
  1392. # [09:45] * Quits: JerkAudio (chatzilla@B1FA2C0F.1980E654.A26A30FD.IP) (Ping timeout)
  1393. # [09:45] * Joins: tonymec_KDE (tonymec@153C168A.2774E2BA.A9371869.IP)
  1394. # [09:45] * Quits: maxli (maxli@moz-F47DD19B.student.cs.uwaterloo.ca) (Quit: Leaving.)
  1395. # [09:47] * Joins: rbarnes (rbarnes@moz-5E1F5C28.washdc.fios.verizon.net)
  1396. # [09:47] * Joins: AndreeaMatei (Thunderbir@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  1397. # [09:48] * Joins: JerkAudio (chatzilla@FE8E9050.FDF8AF84.A26A30FD.IP)
  1398. # [09:49] * Joins: espadrine (ttyl@moz-5FDBCFD4.w92-128.abo.wanadoo.fr)
  1399. # [09:49] * Quits: rbarnes (rbarnes@moz-5E1F5C28.washdc.fios.verizon.net) (Ping timeout)
  1400. # [09:50] * Quits: JerkAudio (chatzilla@FE8E9050.FDF8AF84.A26A30FD.IP) (Ping timeout)
  1401. # [09:52] * AndreeaMatei is now known as Andreea_CIduty
  1402. # [09:52] * Joins: JerkAudio (chatzilla@5FE4BD2.DC1113B1.A36FFCDA.IP)
  1403. # [09:52] * Quits: @njn (njn@moz-B3C1FB5B.dyn.iinet.net.au) (Quit: ChatZilla 0.9.90.1 [Firefox 35.0a1/20140914154825])
  1404. # [09:54] * Joins: vebb (mike@moz-A9F59665.callplus.net.nz)
  1405. # [09:54] * Joins: yliao (yliao@moz-E37F359D.hinet-ip.hinet.net)
  1406. # [09:56] * Quits: vebb (mike@moz-A9F59665.callplus.net.nz) (Ping timeout)
  1407. # [09:56] * Joins: karlt (karl@moz-C433B975.jetstream.xtra.co.nz)
  1408. # [09:57] * Joins: vebb (mike@moz-A9F59665.callplus.net.nz)
  1409. # [09:57] * Quits: jhorak (jhorak@moz-107AD163.redhat.com) (Ping timeout)
  1410. # [09:58] * Joins: jhorak (jhorak@moz-107AD163.redhat.com)
  1411. # [09:59] * Quits: vebb (mike@moz-A9F59665.callplus.net.nz) (Ping timeout)
  1412. # [10:00] * Quits: yliao (yliao@moz-E37F359D.hinet-ip.hinet.net) (Client exited)
  1413. # [10:00] * Joins: yliao (yliao@moz-99690620.hinet-ip.hinet.net)
  1414. # [10:00] * Quits: yliao (yliao@moz-99690620.hinet-ip.hinet.net) (Client exited)
  1415. # [10:00] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Connection reset by peer)
  1416. # [10:00] * Joins: vebb (mike@moz-A9F59665.callplus.net.nz)
  1417. # [10:00] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  1418. # [10:03] * Joins: tonymec (tonymec@153C168A.2774E2BA.A9371869.IP)
  1419. # [10:04] * Joins: chucklee (chucklee@moz-E37F359D.hinet-ip.hinet.net)
  1420. # [10:06] * Quits: Rik|afk (rik@87C1F78E.1DE10CA8.D8E68FF6.IP) (Connection reset by peer)
  1421. # [10:06] * Joins: yliao (yliao@moz-99690620.hinet-ip.hinet.net)
  1422. # [10:06] * Joins: Rik|afk (rik@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1423. # [10:08] * Joins: allstarschh (allstarsch@B7A721D9.774CB3F7.9074E525.IP)
  1424. # [10:08] * Quits: twi (Adium@moz-F5B97D93.cust.vodafonedsl.it) (Quit: Leaving.)
  1425. # [10:09] * Joins: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP)
  1426. # [10:10] * Joins: stransky (stransky@moz-107AD163.redhat.com)
  1427. # [10:11] * Quits: bajaj (bajaj_afk@moz-AEFFDEF0.dynamic.hinet.net) (Quit: Leaving.)
  1428. # [10:11] <kamidphish> So xpcshell failed in https://hg.mozilla.org/integration/mozilla-inbound/rev/0fc603905597, but I don't believe I touched anything to do with crashreporter
  1429. # [10:11] * flod is now known as flod|afk
  1430. # [10:12] * Quits: JerkAudio (chatzilla@5FE4BD2.DC1113B1.A36FFCDA.IP) (Ping timeout)
  1431. # [10:14] * Quits: tonymec (tonymec@153C168A.2774E2BA.A9371869.IP) (Input/output error)
  1432. # [10:14] * Quits: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP) (Quit: Leaving)
  1433. # [10:15] * Quits: _AtilA_ (atila@236D5953.D5C47087.BB273CC6.IP) (Ping timeout)
  1434. # [10:16] * Quits: vebb (mike@moz-A9F59665.callplus.net.nz) (Connection reset by peer)
  1435. # [10:16] * Joins: vebb (mike@moz-A9F59665.callplus.net.nz)
  1436. # [10:16] * Quits: vebb (mike@moz-A9F59665.callplus.net.nz) (Max SendQ exceeded)
  1437. # [10:16] * Joins: tonymec (tonymec@153C168A.2774E2BA.A9371869.IP)
  1438. # [10:18] * Joins: vebb (mike@moz-A9F59665.callplus.net.nz)
  1439. # [10:18] * Quits: vebb (mike@moz-A9F59665.callplus.net.nz) (Max SendQ exceeded)
  1440. # [10:18] * Quits: espadrine (ttyl@moz-5FDBCFD4.w92-128.abo.wanadoo.fr) (Ping timeout)
  1441. # [10:18] * Joins: vebb (mike@moz-A9F59665.callplus.net.nz)
  1442. # [10:22] * Quits: gsvelto (gsvelto@moz-29CCD5E.clienti.tiscali.it) (Ping timeout)
  1443. # [10:23] * Joins: Cwiiis (uid15019@moz-31ABA2C0.irccloud.com)
  1444. # [10:23] * ChanServ sets mode: +o Cwiiis
  1445. # [10:24] * Joins: mstange (uid15727@moz-31ABA2C0.irccloud.com)
  1446. # [10:25] * Joins: gsvelto (gsvelto@moz-29CCD5E.clienti.tiscali.it)
  1447. # [10:25] * Quits: darkowlzz (ping-darko@26FA787.64199918.BF75B16D.IP) (Ping timeout)
  1448. # [10:25] * Joins: loadbang (simon@moz-CBC83975.range86-149.btcentralplus.com)
  1449. # [10:26] * Joins: _AtilA_ (atila@236D5953.D5C47087.BB273CC6.IP)
  1450. # [10:29] * Joins: twi (Adium@moz-56EAEB28.retail.telecomitalia.it)
  1451. # [10:32] <Tomcat|sheriffduty> kamidphish: its a intermittent failure it seems, filed a bug for it because it was also on fx-team
  1452. # [10:32] * Quits: squib (squib@moz-FD68D6B2.dhcp.mdsn.wi.charter.com) (Quit: Leaving)
  1453. # [10:33] * Joins: pnkfelix (pnkfelix@moz-43495417.fbx.proxad.net)
  1454. # [10:37] * Quits: tedders1 (tedders1@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  1455. # [10:40] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  1456. # [10:40] * Joins: naveed__ (naveed@moz-6A023467.bstnma.fios.verizon.net)
  1457. # [10:42] * Quits: naveed__ (naveed@moz-6A023467.bstnma.fios.verizon.net) (Ping timeout)
  1458. # [10:42] * Quits: Alessar (Alessar@4409775D.C64B1782.79D6B59E.IP) (Connection reset by peer)
  1459. # [10:43] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  1460. # [10:44] * Joins: Alessar (Alessar@4409775D.C64B1782.79D6B59E.IP)
  1461. # [10:45] * Joins: darkowlzz (ping-darko@23984655.C4284D07.CBC86F54.IP)
  1462. # [10:45] <NeilAway> mjrosenb: I can't remember whether non-restartless extensions are allowed to add to help content these days, but it's not as simple as dumping a text string and exiting
  1463. # [10:47] * Joins: JerkAudio (chatzilla@BC8D9E96.6B0F8B6C.A26A30FD.IP)
  1464. # [10:47] * Joins: MarcoZ (marco.zehe@moz-ABCBD7A6.dip0.t-ipconnect.de)
  1465. # [10:48] * Quits: Alessar (Alessar@4409775D.C64B1782.79D6B59E.IP) (Connection reset by peer)
  1466. # [10:50] * Joins: Alessar (Alessar@4409775D.C64B1782.79D6B59E.IP)
  1467. # [10:54] * Joins: smaug (chatzilla@moz-38C5B03.elisa-laajakaista.fi)
  1468. # [10:54] * ChanServ sets mode: +o smaug
  1469. # [10:54] * Quits: adalucinet (Instantbir@B0E65737.A45B6F05.5BAD8D42.IP) (Quit: adalucinet)
  1470. # [10:54] * Quits: vebb (mike@moz-A9F59665.callplus.net.nz) (Ping timeout)
  1471. # [10:55] <Tomcat|sheriffduty> jya: hey could you look into https://tbpl.mozilla.org/php/getParsedLog.php?id=48356698&tree=Mozilla-Inbound
  1472. # [10:56] <Tomcat|sheriffduty> retriggered to see if this is a intermittent failure or real build problem
  1473. # [10:57] * Quits: brsun (chatzilla@moz-E37F359D.hinet-ip.hinet.net) (Ping timeout)
  1474. # [10:57] * Joins: m_gol (m_gol@moz-4A03F5C1.dynamic.chello.pl)
  1475. # [10:58] * Joins: brsun (chatzilla@moz-99690620.hinet-ip.hinet.net)
  1476. # [10:59] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/aa6432518ad1 - Markus Stange - Bug 944836 - Add CSS property -moz-window-dragging: drag | no-drag. r=dbaron
  1477. # [10:59] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1c9e801f66aa - Markus Stange - Bug 944836 - Build a draggable region for the window based on the -moz-window-dragging property. r=roc
  1478. # [11:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/08f2238d29ee - Markus Stange - Bug 944836 - Implement nsChildView::UpdateWindowDraggingRegion. r=roc, r=smichaud
  1479. # [11:00] * Joins: Cork (Cork@moz-352B7E7B.a370.priv.bahnhof.se)
  1480. # [11:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/71a8e9cb15c5 - Markus Stange - Bug 944836 - Add -moz-window-dragging CSS styles. r=dao
  1481. # [11:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/293162286fd2 - Markus Stange - Bug 821213 - Use CGContextSetBaseCTM to get correctly-sized focus rings under HiDPI. r=smichaud
  1482. # [11:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2ef2a080020f - Markus Stange - Bug 1066934 - Don't allow the snapped scrollbar thumb to extend past the scrollbar bounds. r=roc
  1483. # [11:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3b16d1f20bd9 - Markus Stange - Bug 1068913 - Make sure that buttons in tab-modal prompts always have black button text. r=dao
  1484. # [11:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/14e633eeb251 - Markus Stange - Bug 944836 - Remove test that uses MozMouseHitTest on a statusbar. r=dao
  1485. # [11:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/40b16e2d0fa7 - Mike de Boer - Bug 1053774: use nsIExternalProtocolService to send emails. r=MattN
  1486. # [11:03] * Joins: gsvelto_ (gsvelto@moz-2311DF2B.clienti.tiscali.it)
  1487. # [11:03] * Quits: sicking (sicking@moz-5D774EA3.hsd1.ca.comcast.net) (Quit: sicking)
  1488. # [11:03] * Quits: jkitch (Thunderbir@moz-F67DBEFC.lns20.adl6.internode.on.net) (Ping timeout)
  1489. # [11:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d201d679ac68 - Carsten "Tomcat" Book - Backed out changeset 2bca09c404ad (bug 1068597) for breaking non-unified OS X Builds
  1490. # [11:04] * Quits: gsvelto (gsvelto@moz-29CCD5E.clienti.tiscali.it) (Ping timeout)
  1491. # [11:04] * Joins: jkitch (Thunderbir@moz-99148E48.lns21.adl2.internode.on.net)
  1492. # [11:08] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/34a00845e2e0 - Carsten "Tomcat" Book - Backed out changeset c45f715f529c (bug 1067229) for ICS M8 Testfailures
  1493. # [11:08] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/78b119af926a - Patrick Wang (Chih-Kai Wang) - Bug 1032125: Part 1: Prevent from sending message to Nuwa after Nuwa frozen. r=khuey
  1494. # [11:08] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f945fb33b616 - Patrick Wang (Chih-Kai Wang) - Bug 1032125: Part 2: Prevent DOM Storage from sending IPC after Nuwa ready. r=khuey
  1495. # [11:08] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3b4e5b178aa6 - Patrick Wang (Chih-Kai Wang) - Bug 1032125: Part 3: Don't send frame messages to Nuwa process after Nuwa has frozen. r=khuey
  1496. # [11:09] * Joins: Optimizer1 (Optimizer@64FCEBB1.F5FCBC2D.D5D59AD9.IP)
  1497. # [11:09] <jya> Tomcat|sheriffduty: will fix that asap
  1498. # [11:09] <Tomcat|sheriffduty> jya: had to back that out
  1499. # [11:10] <jya> just missing an header I think
  1500. # [11:10] * Quits: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca) (Quit: surkov)
  1501. # [11:10] * Quits: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net) (Quit: OSError: [Errno 130] Owner died)
  1502. # [11:11] * Joins: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net)
  1503. # [11:11] <jya> and I’m right in the middle on windows install on my mac :(
  1504. # [11:12] * Quits: Optimizer1 (Optimizer@64FCEBB1.F5FCBC2D.D5D59AD9.IP) (Ping timeout)
  1505. # [11:12] * glob is now known as glob|away
  1506. # [11:12] * Joins: espadrine (ttyl@moz-87D32D93.w80-12.abo.wanadoo.fr)
  1507. # [11:12] * Joins: pauly (silaghipau@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  1508. # [11:12] * Quits: yeukhon (yeukhon@moz-A4A36DA6.buckcmtk01.res.dyn.suddenlink.net) (Quit: Leaving.)
  1509. # [11:13] * Quits: Mano (mano@moz-2A6EEE67.red.bezeqint.net) (Client exited)
  1510. # [11:16] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/a48989ed6aa6 - Patrick Brosset - Bug 1050773 - Timeline actor pulls profiletimeline markers from all docShells; r=paul
  1511. # [11:18] * Quits: pnkfelix (pnkfelix@moz-43495417.fbx.proxad.net) (Ping timeout)
  1512. # [11:18] * Quits: flo-retina (Instantbir@moz-25D49B0E.ip-37-59-48.eu) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  1513. # [11:20] * Rik|afk is now known as Rik
  1514. # [11:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6d9a3a3061fa - Markus Stange - Bug 1059991 - Do new-style focus drawing on 10.10 even when building against a pre-10.8 SDK. r=smichaud
  1515. # [11:23] <jya> Tomcat|sheriffduty: should be good now…
  1516. # [11:23] * pmoore is now known as pmoore|biab
  1517. # [11:23] * Joins: abr (anonymous@moz-199CCC40.hsd1.ca.comcast.net)
  1518. # [11:23] * esawin|pto is now known as esawin
  1519. # [11:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/849a1b3074c3 - Mark Hammond - Bug 1063845 - Fix remaining style inspector e10s tests. r=pbrosset
  1520. # [11:24] * Joins: ejpbruel (ejpbruel@moz-C216A63F.cm-7-4b.dynamic.ziggo.nl)
  1521. # [11:24] * Joins: six600110 (six600110@moz-F929FA2F.hsd1.il.comcast.net)
  1522. # [11:24] * kaze|zZz is now known as kaze
  1523. # [11:26] * Quits: m_gol (m_gol@moz-4A03F5C1.dynamic.chello.pl) (Quit: Leaving...)
  1524. # [11:29] * Quits: @smaug (chatzilla@moz-38C5B03.elisa-laajakaista.fi) (Ping timeout)
  1525. # [11:29] * Quits: rvid (textual@moz-9BAF7C87.hsd1.ca.comcast.net) (Quit: Computer has gone to sleep.)
  1526. # [11:30] <Tomcat|sheriffduty> mikedeboer: ping
  1527. # [11:30] * Joins: jfkthame (jfkthame@A6706BD1.4CEA26B6.3E2A4E92.IP)
  1528. # [11:31] * Joins: gokce (gokce@2B245086.55DBA505.232D870F.IP)
  1529. # [11:31] * mdoglio|afk is now known as mdoglio
  1530. # [11:32] <Standard8> Tomcat|sheriffduty: he's working on it
  1531. # [11:32] <mikedeboer> Tomcat|sheriffduty: pushing a fix now
  1532. # [11:32] <Tomcat|sheriffduty> mikedeboer: ok thanks
  1533. # [11:32] * Joins: jacek (jacek@moz-ECAAA1A8.psi.wroc.pl)
  1534. # [11:33] * flod|afk is now known as flod
  1535. # [11:33] * Joins: janv (varga@moz-CB35A479.dynamic.orange.sk)
  1536. # [11:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/dae5e0f456d2 - Mike de Boer - Bug 1053774: fix test failures. rs=bustage,Standard8
  1537. # [11:34] <mikedeboer> Tomcat|sheriffduty: ^
  1538. # [11:34] <Tomcat|sheriffduty> mikedeboer: thanks!
  1539. # [11:34] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  1540. # [11:37] * Quits: janv (varga@moz-CB35A479.dynamic.orange.sk) (Quit: This computer has gone to sleep)
  1541. # [11:38] <Tomcat|sheriffduty> jya: pushed
  1542. # [11:38] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ac02a401a021 - Jean-Yves Avenard - Bug 1068597 - Enable h264 video decoder on 10.6. r=rillian
  1543. # [11:41] * Joins: naveed__ (naveed@moz-6A023467.bstnma.fios.verizon.net)
  1544. # [11:43] * Quits: naveed__ (naveed@moz-6A023467.bstnma.fios.verizon.net) (Ping timeout)
  1545. # [11:45] <karlt> jgraham: thanks for having a look at the changes; does https://bugzilla.mozilla.org/attachment.cgi?id=8491336&action=diff follow the intended conventions for disabling tests?
  1546. # [11:45] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/48cf5addaaf3 - B2G Bumper Bot - Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
  1547. # [11:45] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/57d7ef5f66c5 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1548. # [11:46] * Joins: flo-retina (Instantbir@moz-25D49B0E.ip-37-59-48.eu)
  1549. # [11:48] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Ping timeout)
  1550. # [11:49] * Joins: rbarnes (rbarnes@moz-5E1F5C28.washdc.fios.verizon.net)
  1551. # [11:49] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/a78ec4ea3f52 - Patrick Brosset - Bug 1067953 - Disabling browser_timelineMarkers-02.js again for "Error: operation not possible on dead CPOW" in multiprocessShims.js errors; r=me
  1552. # [11:49] * Joins: Pike (chatzilla@DA61AEEF.E9E5A024.CA68F7F7.IP)
  1553. # [11:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/bf63797cc49d - Jonathan Kew - Bug 1067343 - Check that mAvailableFonts[i] is non-null before trying to use it. r=jdaggett
  1554. # [11:51] * Quits: rbarnes (rbarnes@moz-5E1F5C28.washdc.fios.verizon.net) (Ping timeout)
  1555. # [11:52] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/9b4a0e65bfaa - Mark Banner - Bug 1069178 Drop some old references to serverUrl/baseServerUrl in Loop desktop code. r=mikedeboer
  1556. # [11:52] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/80cf8eca9c81 - Mark Banner - Bug 1066609 Various Loop xpcshell tests will perma-fail when Gecko 35 merges to beta (turn off throttling for tests). r=abr
  1557. # [11:53] * Quits: jaoo (user@moz-D1588342.red-79-154-195.dynamicip.rima-tde.net) (Ping timeout)
  1558. # [11:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/35c29dcb113c - Carsten "Tomcat" Book - Backed out changeset ba6a9e60d2c6 (bug 1067711) for XPCshell Test failures
  1559. # [11:55] * Quits: darktrojan (geoff@moz-26A412B5.dsl.telstraclear.net) (Ping timeout)
  1560. # [11:55] * Quits: huseby (huseby@moz-B3136CF6.linuxprogrammer.org) (Ping timeout)
  1561. # [11:56] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  1562. # [11:57] * Joins: Jerry_ (hshih@moz-E37F359D.hinet-ip.hinet.net)
  1563. # [11:57] * Quits: Jerry_ (hshih@moz-E37F359D.hinet-ip.hinet.net) (Write error: Broken pipe)
  1564. # [11:57] * Joins: Jerry_ (hshih@moz-99690620.hinet-ip.hinet.net)
  1565. # [11:58] * Quits: Jerry (hshih@moz-E37F359D.hinet-ip.hinet.net) (Ping timeout)
  1566. # [11:58] * Quits: Jerry_ (hshih@moz-99690620.hinet-ip.hinet.net) (Quit: This computer has gone to sleep)
  1567. # [12:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/5d52a0f3126c - B2G Bumper Bot - Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
  1568. # [12:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/3b8e2db09855 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1569. # [12:02] * Joins: Jerry (hshih@moz-E37F359D.hinet-ip.hinet.net)
  1570. # [12:02] * Joins: m_gol (m_gol@moz-137D1D7A.mimuw.edu.pl)
  1571. # [12:02] * Joins: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP)
  1572. # [12:04] * Quits: Jerry (hshih@moz-E37F359D.hinet-ip.hinet.net) (Quit: This computer has gone to sleep)
  1573. # [12:04] * Quits: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP) (Connection reset by peer)
  1574. # [12:04] * Joins: Jerry (hshih@moz-99690620.hinet-ip.hinet.net)
  1575. # [12:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9f35bdbd5054 - Benjamin Bouvier - Bug 1059321: Simplify SIMD constructor's initialization; r=nmatsakis
  1576. # [12:06] * Fallen is now known as Fallen|away
  1577. # [12:09] * Quits: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP) (Quit: ChatZilla 0.9.90.1 [Firefox 35.0a1/20140916030204])
  1578. # [12:10] * Quits: sgbowen (sgbowen@moz-44F0E414.club.cc.cmu.edu) (Ping timeout)
  1579. # [12:11] * ewong is now known as ewong|away
  1580. # [12:13] * Quits: Rik (rik@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: )
  1581. # [12:13] * Quits: m_kato (m_kato@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving...)
  1582. # [12:14] * Joins: paolo (paolo@88F51059.F3BBB17D.144F44FA.IP)
  1583. # [12:17] * Joins: smaug (chatzilla@moz-38C5B03.elisa-laajakaista.fi)
  1584. # [12:17] * ChanServ sets mode: +o smaug
  1585. # [12:17] * Quits: m_gol (m_gol@moz-137D1D7A.mimuw.edu.pl) (Quit: Leaving...)
  1586. # [12:19] * Joins: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com)
  1587. # [12:20] * Quits: jw_wang (jw_wang@moz-E37F359D.hinet-ip.hinet.net) (Quit: 暫離)
  1588. # [12:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/14cf037b2a55 - B2G Bumper Bot - Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
  1589. # [12:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/727e0306a147 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1590. # [12:21] * Joins: Rik (rik@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1591. # [12:23] * Quits: abr (anonymous@moz-199CCC40.hsd1.ca.comcast.net) (Quit: AFK)
  1592. # [12:27] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  1593. # [12:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/78c4acde1ac5 - Benjamin Bouvier - Bug 1067502: Be less coercive for float32x4 ctor and splat inputs; r=luke
  1594. # [12:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/8e797bfdad38 - Benjamin Bouvier - Bug 1067502: Factor out call coercions; r=luke
  1595. # [12:31] * Joins: Avasz (quassel@88480751.B0CAA084.8320794.IP)
  1596. # [12:33] * Joins: sgbowen (sgbowen@moz-44F0E414.club.cc.cmu.edu)
  1597. # [12:33] * baku|away is now known as baku
  1598. # [12:36] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/023a362fab21 - Jonathan Watt - Bug 1067998 - Fix OOM crash in gfxAlphaBoxBlur::Init on large blur surface. r=Bas, a=sylvestre
  1599. # [12:37] <jgraham> karlt: lgtm
  1600. # [12:37] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/f61e00dd4325 - Jonathan Watt - Bug 1067998 - Fix OOM crash in gfxAlphaBoxBlur::Init on large blur surface. r=Bas, a=sylvestre
  1601. # [12:37] <karlt> jgraham: thanks
  1602. # [12:38] * Quits: TYLin (TYLin@moz-99690620.hinet-ip.hinet.net) (Quit: TYLin)
  1603. # [12:38] * Quits: terrence-afk (terrence@moz-B38D16E9.sb.sd.cox.net) (Ping timeout)
  1604. # [12:38] <karlt> jgraham: if a test times out before all its subparts are run, do you know whether the remaining subparts will be reported as failing?
  1605. # [12:39] <karlt> or will the test harness not know about the remaining parts?
  1606. # [12:39] <jgraham> karlt: It depends on how the test is written.
  1607. # [12:40] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  1608. # [12:40] * Joins: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz)
  1609. # [12:40] <jgraham> If the subtests have been defined e.g. with async_test() but .step() has never been called, they will get "Not Run". If .step() has been called at least once they will get "Timeout" and if they weren't defined at the time of the overall timeout then the harness doesn't know about them
  1610. # [12:40] * Joins: Mano (mano@C0CCDC47.828A9360.51B98CA5.IP)
  1611. # [12:42] * Joins: naveed__ (naveed@moz-6A023467.bstnma.fios.verizon.net)
  1612. # [12:43] <karlt> jgraham: ok, that's good to know, thanks
  1613. # [12:44] * Quits: naveed__ (naveed@moz-6A023467.bstnma.fios.verizon.net) (Ping timeout)
  1614. # [12:44] <karlt> i think that means we have an indication from results where a timeout happened
  1615. # [12:46] * Fallen|away is now known as Fallen
  1616. # [12:47] * Joins: badescunicu (Thunderbir@D40E7A87.77BD3528.320F75DD.IP)
  1617. # [12:48] * pmoore|biab is now known as pmoore
  1618. # [12:49] * Quits: sgbowen (sgbowen@moz-44F0E414.club.cc.cmu.edu) (Ping timeout)
  1619. # [12:50] * Joins: sgbowen (sgbowen@moz-44F0E414.club.cc.cmu.edu)
  1620. # [12:50] <jgraham> karlt: Oh, right so you also asked about asserts. I had a patch that would make it possible to see all asserts in a special debug mode, but it didn't ever land
  1621. # [12:50] <jgraham> I should resurrect that
  1622. # [12:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/827e8642328d - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1623. # [12:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/4cc62e35e0da - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1624. # [12:53] * Joins: terrence-afk (terrence@moz-B38D16E9.sb.sd.cox.net)
  1625. # [12:56] * Quits: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com) (Ping timeout)
  1626. # [12:57] <karlt> jgraham: yes, it can be useful to track what a test had done before it failed
  1627. # [12:57] * Joins: amoghbl1 (Thunderbir@9B9315E1.A6025CA.1C37C358.IP)
  1628. # [12:58] * Joins: Archaeopteryx (itsme@moz-B474AF2D.cust.telecolumbus.net)
  1629. # [12:59] * Joins: darktrojan (geoff@moz-26A412B5.dsl.telstraclear.net)
  1630. # [13:00] * FuzzyFox|afk is now known as FuzzyFox
  1631. # [13:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5b8f53b7d329 - Benjamin Bouvier - Bug 1043337: Add Min/Max to MSimdBinaryArith; r=sunfish
  1632. # [13:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2773740e71c5 - Benjamin Bouvier - Bug 1068096: Add Min/Max support in Odin; r=luke
  1633. # [13:04] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  1634. # [13:05] * Quits: avih (quassel@49DF9E91.D1859F25.ADCC8A61.IP) (Ping timeout)
  1635. # [13:05] * Joins: avih (quassel@49DF9E91.D1859F25.ADCC8A61.IP)
  1636. # [13:05] * Quits: jacek (jacek@moz-ECAAA1A8.psi.wroc.pl) (Ping timeout)
  1637. # [13:05] * Joins: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP)
  1638. # [13:05] * Joins: jacek (jacek@moz-ECAAA1A8.psi.wroc.pl)
  1639. # [13:07] * Quits: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP) (Ping timeout)
  1640. # [13:07] <NeilAway> ttaubert: sorry, I still don't understand the use case
  1641. # [13:07] <NeilAway> ttaubert: what are you trying to achieve?
  1642. # [13:08] <ttaubert> NeilAway: so I'm trying to fix a bug that we currently have with the about dialog
  1643. # [13:08] <ttaubert> NeilAway: it is displaying the wrong panel
  1644. # [13:08] <ttaubert> NeilAway: after the first panel in the <deck> was hidden
  1645. # [13:08] <NeilAway> ttaubert: why?
  1646. # [13:08] <ttaubert> .selectedPanel works by iterating all children (incl hidden ones)
  1647. # [13:08] <ttaubert> and determines the wrong index
  1648. # [13:08] <NeilAway> skip that bit
  1649. # [13:09] <ttaubert> which bit?
  1650. # [13:09] <NeilAway> the bit about the selected index ignoring hidden panels
  1651. # [13:10] <ttaubert> not sure I follow? that what the nsDeckFrame does
  1652. # [13:10] <ttaubert> *that's
  1653. # [13:10] <NeilAway> ttaubert: what bit of "Do not hide panels" don't you understand?
  1654. # [13:11] <NeilAway> ttaubert: what are you trying to achieve?
  1655. # [13:11] <ttaubert> NeilAway: no need to be snarky. I didn't hide the panel, someone else did. didn't check who because it doesn't matter
  1656. # [13:11] * Matti is now known as Matti_away
  1657. # [13:11] <NeilAway> ttaubert: well, you keep asking the wrong question
  1658. # [13:11] <ttaubert> I just think it's a foot gun and was trying to solve it
  1659. # [13:11] <ttaubert> instead of not hiding panels
  1660. # [13:12] <ttaubert> certainly we can just not hide it and call it a day
  1661. # [13:12] <ttaubert> but I thought it was worth discussing at least
  1662. # [13:13] * Joins: KaiRo (robert@moz-723777E.adsl.highway.telekom.at)
  1663. # [13:13] * Joins: gozala (uid5923@moz-5F4AA75A.irccloud.com)
  1664. # [13:14] * Joins: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1665. # [13:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/92bc5f04de3d - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1666. # [13:17] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  1667. # [13:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/fdcc0f0a5d25 - Alessio Placitelli - Bug 1067037 - Fixes the usage of passed debugger arguments in mozdebug. r=ted
  1668. # [13:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5bd562f2c4d6 - Ted Mielczarek - bug 1052744 - Add mozbuild.makeutil.write_dep_makefile. r=gps
  1669. # [13:19] * Quits: Optimizer (Instantbir@4F3E1057.A6DE773B.88FACCAA.IP) (Connection reset by peer)
  1670. # [13:19] * Quits: espadrine (ttyl@moz-87D32D93.w80-12.abo.wanadoo.fr) (Ping timeout)
  1671. # [13:19] * Quits: StevenLee (Adium@moz-E37F359D.hinet-ip.hinet.net) (Ping timeout)
  1672. # [13:21] * Joins: scravag1 (Adium@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1673. # [13:21] * Quits: scravag (Adium@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  1674. # [13:21] * Joins: espadrine (ttyl@moz-87D32D93.w80-12.abo.wanadoo.fr)
  1675. # [13:23] <NeilAway> ttaubert: hmm, does your patch regress bug 1009628?
  1676. # [13:24] * Quits: Archaeopteryx (itsme@moz-B474AF2D.cust.telecolumbus.net) (Connection reset by peer)
  1677. # [13:25] <NeilAway> ttaubert: but apart from that, the deck code has changed somewhat since I last had to look at it and your approach seems reasonable
  1678. # [13:26] * Joins: Archaeopteryx (itsme@moz-B474AF2D.cust.telecolumbus.net)
  1679. # [13:26] * Joins: janv (varga@moz-CB35A479.dynamic.orange.sk)
  1680. # [13:27] * Quits: brsun (chatzilla@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1681. # [13:33] * Quits: jduell (jduell@moz-D7F78D4E.hsd1.wa.comcast.net) (Connection reset by peer)
  1682. # [13:33] * Joins: jduell (jduell@moz-D7F78D4E.hsd1.wa.comcast.net)
  1683. # [13:34] * Quits: amoghbl1 (Thunderbir@9B9315E1.A6025CA.1C37C358.IP) (Connection reset by peer)
  1684. # [13:34] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/c417a2154756 - Gijs Kruitbosch - Bug 990045 - focusNextFrame should special-case panels and notificationpopups, with the latter getting noautofocus by default, r=Enn, f=MarcoZ
  1685. # [13:34] * Quits: allstarschh (allstarsch@B7A721D9.774CB3F7.9074E525.IP) (Ping timeout)
  1686. # [13:34] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/28c446b22a15 - Gijs Kruitbosch - Bug 1034999 - fix XUL cache and overlay system to ignore refs/hashes, r=smaug,mossop
  1687. # [13:35] * Quits: Archaeopteryx (itsme@moz-B474AF2D.cust.telecolumbus.net) (NickServ (GHOST command used by Archae|real))
  1688. # [13:35] * Joins: Archaeopteryx (itsme@moz-B474AF2D.cust.telecolumbus.net)
  1689. # [13:35] * Joins: amoghbl1 (Thunderbir@9B9315E1.A6025CA.1C37C358.IP)
  1690. # [13:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/e2fae8824e52 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1691. # [13:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/712b1f68239f - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1692. # [13:36] * Joins: allstarschh (allstarsch@B7A721D9.774CB3F7.9074E525.IP)
  1693. # [13:37] * Joins: Gijs (gijs@moz-F43321EC.business.telecomitalia.it)
  1694. # [13:39] * whimboo is now known as whimboo|lunch
  1695. # [13:40] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ecbaea72e7d3 - Benjamin Bouvier - Bug 1054882: Remove unused JSProtoKey key in SharedTypedArrayObject.cpp; r=lth
  1696. # [13:42] * Joins: naveed__ (naveed@moz-6A023467.bstnma.fios.verizon.net)
  1697. # [13:44] * Quits: naveed__ (naveed@moz-6A023467.bstnma.fios.verizon.net) (Ping timeout)
  1698. # [13:44] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/04458f023e47 - Jim Mathies - Bug 1068199 - Disable e10s when hardware acceleration is disabled on win, macos. r=Bas, jmuizelaar
  1699. # [13:44] * Quits: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net) (Ping timeout)
  1700. # [13:45] * Quits: Jan\ (kvirc@D8D19A17.1373B935.529AC0B9.IP) (Ping timeout)
  1701. # [13:45] * Joins: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net)
  1702. # [13:45] * Joins: Enn (enn@13F2CEC5.7672369.D8E68FF6.IP)
  1703. # [13:46] <NeilAway> Gijs: can you not ship an extension in the test profile?
  1704. # [13:46] * sheppy-offline is now known as sheppy
  1705. # [13:47] <Gijs> NeilAway: I'd have to modify the framework for that, which seems wrong...
  1706. # [13:48] <Yoric> What's the best way to find out the list of patches that landed on a given Nightly?
  1707. # [13:48] * Joins: automata (automata@15BB23CE.DA161F74.E24837B7.IP)
  1708. # [13:49] * Joins: bholley (bholley@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  1709. # [13:49] * Quits: loadbang (simon@moz-CBC83975.range86-149.btcentralplus.com) (Quit: loadbang)
  1710. # [13:50] <baku> Yoric, http://hg.mozilla.org/mozilla-central/pushloghtml?startdate=48+hours+ago&enddate=now
  1711. # [13:50] <Yoric> baku: Thanks.
  1712. # [13:50] <baku> this is for the latest 48 hours.
  1713. # [13:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/71c70c4ab023 - B2G Bumper Bot - Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
  1714. # [13:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/15144b907eab - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1715. # [13:52] * Quits: automata (automata@15BB23CE.DA161F74.E24837B7.IP) (Quit: This computer has gone to sleep)
  1716. # [13:52] * Joins: rbarnes (rbarnes@moz-5E1F5C28.washdc.fios.verizon.net)
  1717. # [13:52] * Quits: gsvelto_ (gsvelto@moz-2311DF2B.clienti.tiscali.it) (Ping timeout)
  1718. # [13:52] * Joins: techgaun (techgaun@F745B593.953E5B4.ED361E91.IP)
  1719. # [13:53] * rail_away is now known as rail
  1720. # [13:53] * Joins: loadbang (simon@moz-CBC83975.range86-149.btcentralplus.com)
  1721. # [13:54] * Quits: Edgar (Thunderbir@moz-E37F359D.hinet-ip.hinet.net) (Ping timeout)
  1722. # [13:54] * Quits: rbarnes (rbarnes@moz-5E1F5C28.washdc.fios.verizon.net) (Ping timeout)
  1723. # [13:55] * Quits: Archaeopteryx (itsme@moz-B474AF2D.cust.telecolumbus.net) (Quit: Goodbye)
  1724. # [13:55] * Joins: Swatinem (swatinem@moz-DB6C8027.dynamic.surfer.at)
  1725. # [13:56] * Quits: darktrojan (geoff@moz-26A412B5.dsl.telstraclear.net) (Quit: darktrojan)
  1726. # [13:56] * Quits: loadbang (simon@moz-CBC83975.range86-149.btcentralplus.com) (Quit: loadbang)
  1727. # [13:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0388b53acaa5 - Cervantes Yu - Bug 1064890: Initialze the date cache cleaner for content processes forked from b2g. r=khuey
  1728. # [14:01] * Joins: huseby (huseby@moz-B3136CF6.linuxprogrammer.org)
  1729. # [14:01] <Tomcat|sheriffduty> jya: ping - bustage again - https://tbpl.mozilla.org/php/getParsedLog.php?id=48370828&tree=Mozilla-Inbound
  1730. # [14:02] * Joins: m_gol (m_gol@moz-4A03F5C1.dynamic.chello.pl)
  1731. # [14:02] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/52b0ec2f0522 - Henri Sivonen - Bug 1068514 - Remove abandoned gfx-only Japanese and Traditional Chinese encodings and the remains of IBM943 (OS/2 Shift_JIS variant). r=emk.
  1732. # [14:02] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/78cbc38bb43a - Henri Sivonen - Bug 1068566 - Remove ISO-IR-111. r=emk.
  1733. # [14:02] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c5ce1a6ec753 - Henri Sivonen - Bug 1068568 - Remove classes for the -I and -E variants of ISO-8859-6 and -E variant of ISO-8859-8. r=emk.
  1734. # [14:03] <jya> Tomcat|sheriffduty: that is one weird one !
  1735. # [14:04] * FuzzyFox is now known as FuzzyFox|afk
  1736. # [14:04] <jya> is that a non unified build?
  1737. # [14:04] <Tomcat|sheriffduty> yeah
  1738. # [14:05] <Tomcat|sheriffduty> jya: OS X 10.8 Debug and opt non-unified afre red
  1739. # [14:05] <jya> let me build that here ….
  1740. # [14:05] <jya> why didn’t that show in the try run?
  1741. # [14:05] <Tomcat|sheriffduty> jya: and sorry for the all the pings today :)
  1742. # [14:05] <jya> i’m the one sorry :(
  1743. # [14:06] * Joins: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP)
  1744. # [14:06] <jya> especially as if you want to revert that one, you’ll have to reverse a whole bunch
  1745. # [14:06] <jya> unless you’re happy with a patch on top of it
  1746. # [14:07] <Tomcat|sheriffduty> jya: if you can push a follow up patch thats also ok
  1747. # [14:08] * Quits: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP) (Ping timeout)
  1748. # [14:08] <Tomcat|sheriffduty> backout would be needed if there is no quick fix and time needed for investigation etc
  1749. # [14:08] <jya> I don’t understand why nsautoptr wouldn’t know how to handle that, that’s what vtable are for
  1750. # [14:09] <Tomcat|sheriffduty> jya: oh and also good question re: try and non-unified builds maybe some ted or so might know how to trigger them
  1751. # [14:09] * Joins: jviereck (Adium@moz-FFD44B52.ethz.ch)
  1752. # [14:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/8a6e14c73d94 - Paolo Amadini - Bug 1059186 - Client needs to report number of generated URLs via Telemetry. r=MattN
  1753. # [14:10] <jya> Tomcat|sheriffduty: I’ll open a new bug, and push something ASAP
  1754. # [14:10] <Tomcat|sheriffduty> jya: thanks
  1755. # [14:11] * Quits: jviereck (Adium@moz-FFD44B52.ethz.ch) (Quit: Leaving.)
  1756. # [14:11] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Ping timeout)
  1757. # [14:11] * Quits: yliao (yliao@moz-99690620.hinet-ip.hinet.net) (Client exited)
  1758. # [14:11] * Joins: jviereck (Adium@moz-FFD44B52.ethz.ch)
  1759. # [14:14] * catlee-away is now known as catlee
  1760. # [14:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/fdb5864aa50b - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1761. # [14:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/8b9750f96fd7 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1762. # [14:16] * Joins: automata (automata@moz-50F96426.ifsc.usp.br)
  1763. # [14:17] * Quits: dria (dria@moz-9EC0DA3D.dsl.teksavvy.com) (Quit: dria)
  1764. # [14:17] <Tomcat|sheriffduty> jya: closed mozilla-inbound for your investigation
  1765. # [14:18] <Tomcat|sheriffduty> investigation/fixing
  1766. # [14:18] <jya> oh I know what the problem is...
  1767. # [14:18] <jya> the annoying thing is that I was asked to obfuscate AppleFrameRef as it was more “elegant” …
  1768. # [14:18] <jya> but you really just can’t here
  1769. # [14:18] * Quits: karlt (karl@moz-C433B975.jetstream.xtra.co.nz) (Ping timeout)
  1770. # [14:19] * Quits: scravag1 (Adium@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: Leaving.)
  1771. # [14:19] * Joins: rogeliodh (Thunderbir@BA295E7.5D63E12A.D67CC001.IP)
  1772. # [14:19] <mjrosenb> NeilAway: :-(
  1773. # [14:20] * Joins: yzen (yzen@moz-F62769B5.cpe.pppoe.ca)
  1774. # [14:20] * Quits: allstarschh (allstarsch@B7A721D9.774CB3F7.9074E525.IP) (Ping timeout)
  1775. # [14:21] * flod is now known as flod|afk
  1776. # [14:23] * whimboo|lunch is now known as whimboo|lunch|afk
  1777. # [14:23] * Joins: RyanVM (Thunderbir@moz-37FED3AC.phlapa.fios.verizon.net)
  1778. # [14:23] <Tomcat|sheriffduty> good morning RyanVM
  1779. # [14:24] * FuzzyFox|afk is now known as FuzzyFox
  1780. # [14:24] <RyanVM> hi
  1781. # [14:24] * Quits: GPHemsley (GPHemsley@moz-DE8E5C45.hsd1.pa.comcast.net) (Ping timeout)
  1782. # [14:24] * ewong|sleep is now known as ewong
  1783. # [14:24] * Quits: jviereck (Adium@moz-FFD44B52.ethz.ch) (Connection reset by peer)
  1784. # [14:24] * Joins: jviereck1 (Adium@moz-FFD44B52.ethz.ch)
  1785. # [14:25] <@ted> Tomcat|sheriffduty: i don't know offhand, i've been bitten by the same thing :-(
  1786. # [14:27] * Joins: gustavold (gustavold@E37DDD73.63567CF1.8D3F079C.IP)
  1787. # [14:28] <jfkthame> Tomcat|sheriffduty, to do non-unified try builds you can add --disable-unified-compilation in build/mozconfig.common.override
  1788. # [14:29] * whimboo|lunch|afk is now known as whimboo
  1789. # [14:29] <Tomcat|sheriffduty> jya: ^
  1790. # [14:29] <jfkthame> so afaik you can't trigger them for an existing push, it needs a separate push with the changed mozconfig
  1791. # [14:30] <Tomcat|sheriffduty> jfkthame: thanks! (also thx for fixing my crash bug :)
  1792. # [14:30] <RyanVM> jfkthame: correct
  1793. # [14:30] <RyanVM> no way to trigger pgo/nonunified without a new push
  1794. # [14:30] <RyanVM> (on Try)
  1795. # [14:30] <jya> Tomcat|sheriffduty: yes, I’m aware of this… it just takes a very long time to build with non-unified… it’s building now
  1796. # [14:30] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  1797. # [14:30] * Joins: dria (dria@moz-9EC0DA3D.dsl.teksavvy.com)
  1798. # [14:31] * Joins: Jackneill (Jackneill@moz-2CB033D8.pool.digikabel.hu)
  1799. # [14:31] <RyanVM> jya: Tomcat|sheriffduty: jfkthame: of course, the one cheat you *can* do on Try is run a linux32 debug build
  1800. # [14:31] <RyanVM> which is also non-unified
  1801. # [14:31] <RyanVM> static analysis builds are as well
  1802. # [14:32] <Tomcat|sheriffduty> RyanVM: yeah wouldn't be a cheat this time since the mac osx non-unified builds broke
  1803. # [14:32] * Quits: jviereck1 (Adium@moz-FFD44B52.ethz.ch) (Quit: Leaving.)
  1804. # [14:32] <RyanVM> Tomcat|sheriffduty: ah, boo
  1805. # [14:32] <Tomcat|sheriffduty> RyanVM: but jya is working on fixing this
  1806. # [14:33] <RyanVM> Tomcat|sheriffduty: sgtm, I usually don't backout for nonunified bustage if the dev is working on it since the fixes are usually trivial and not affecting tests
  1807. # [14:33] * Joins: Jerry_ (hshih@moz-99690620.hinet-ip.hinet.net)
  1808. # [14:34] <Tomcat|sheriffduty> hmm RyanVM so i could reopen m-i ?
  1809. # [14:34] * Joins: abr (anonymous@moz-199CCC40.hsd1.ca.comcast.net)
  1810. # [14:34] <RyanVM> Tomcat|sheriffduty: your call on that one :)
  1811. # [14:34] <Tomcat|sheriffduty> or better we do we close trees for such bustages ? :)
  1812. # [14:34] <Tomcat|sheriffduty> ok :)
  1813. # [14:34] <RyanVM> i mean, there is a risk (albeit small) of bustage-on-bustage
  1814. # [14:34] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/26fede342996 - Panos Astithas - Don't set tracing hooks until tracing has started (bug 1049248). r=fitzgen
  1815. # [14:35] <RyanVM> this time of day, it probably wouldn't hurt much if you did
  1816. # [14:35] <Tomcat|sheriffduty> RyanVM: oh yeah m-i is closed :)
  1817. # [14:35] <jya> Tomcat|sheriffduty: well, the simplistic fix would be to remove -Wdelete-incomplete :)
  1818. # [14:36] <jya> there’s no ambiguity deleting that instance of class, a free will do
  1819. # [14:36] * Quits: abr (anonymous@moz-199CCC40.hsd1.ca.comcast.net) (Ping timeout)
  1820. # [14:36] <RyanVM> jya: that's not going to happen on a bustage fix :)
  1821. # [14:36] <RyanVM> feel free to file a bug and argue your case if you want
  1822. # [14:36] <jya> RyanVM: can always wish :)
  1823. # [14:36] * Joins: ahal (ahal@moz-CD77F5E2.cpe.pppoe.ca)
  1824. # [14:37] * Quits: bholley (bholley@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  1825. # [14:39] * Fallen is now known as Fallen|away
  1826. # [14:40] * Joins: jviereck (Adium@moz-FFD44B52.ethz.ch)
  1827. # [14:40] * Joins: GPHemsley (GPHemsley@moz-DE8E5C45.hsd1.pa.comcast.net)
  1828. # [14:40] * FuzzyFox is now known as FuzzyFox|afk
  1829. # [14:40] <jya> oh ! j’ai une idee
  1830. # [14:41] * jmaher|afk is now known as jmaher
  1831. # [14:41] * Joins: mastizada (Thunderbir@71DE7026.D9EC1EEB.D2FADA4.IP)
  1832. # [14:41] * JerkAudio is now known as sil
  1833. # [14:42] <bogdan_maris> Hello, is there a way to hurry up the Firefox autoupdate?
  1834. # [14:42] * Joins: scravag (Adium@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1835. # [14:42] <catlee> go to Help -> About Firefox
  1836. # [14:43] <bogdan_maris> I know that, but I need to test autoupdate without using About
  1837. # [14:43] * Quits: darkowlzz (ping-darko@23984655.C4284D07.CBC86F54.IP) (Client exited)
  1838. # [14:43] <bogdan_maris> Testing different scenarios of updating
  1839. # [14:43] * Joins: naveed__ (naveed@moz-6A023467.bstnma.fios.verizon.net)
  1840. # [14:44] <catlee> https://wiki.mozilla.org/Software_Update:Checking_For_Updates
  1841. # [14:44] <catlee> bunch of prefs you can tweak to control how firefox checks for updates
  1842. # [14:45] * Joins: Edgar (Thunderbir@moz-257F1E16.dynamic.hinet.net)
  1843. # [14:45] * Quits: naveed__ (naveed@moz-6A023467.bstnma.fios.verizon.net) (Ping timeout)
  1844. # [14:45] <bogdan_maris> Oo this is what I was looking for, thanks
  1845. # [14:45] * Joins: PiresFelix (Leonardo@96FE2142.8E4D22EA.8E0C6B01.IP)
  1846. # [14:46] * Joins: bjacob (bjacob@moz-CC07A754.cable.teksavvy.com)
  1847. # [14:47] * Quits: PiresFelix (Leonardo@96FE2142.8E4D22EA.8E0C6B01.IP) (Quit: Leaving)
  1848. # [14:48] * Joins: gabor (gabor@moz-95CF971E.net-tv.hu)
  1849. # [14:51] * flod|afk is now known as flod
  1850. # [14:51] * Joins: secretrobotron (secretrobo@13F2CEC5.7672369.D8E68FF6.IP)
  1851. # [14:52] * Joins: Anupkumar (uid16774@moz-A42E5B7B.irccloud.com)
  1852. # [14:53] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Ping timeout)
  1853. # [14:54] * Joins: Optimizer (Optimizer@17C7FA85.172E64F1.BE4CF869.IP)
  1854. # [14:54] * FuzzyFox|afk is now known as FuzzyFox
  1855. # [14:55] * Joins: bmoss (bmoss@moz-54D507F.hsd1.ca.comcast.net)
  1856. # [14:58] * Quits: secretrobotron (secretrobo@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  1857. # [14:58] * Joins: secretrobotron (secretrobo@13F2CEC5.7672369.D8E68FF6.IP)
  1858. # [15:01] * Joins: till (till@1179F0DA.460B008.83FEECC7.IP)
  1859. # [15:01] * Quits: pauly (silaghipau@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP) (Ping timeout)
  1860. # [15:01] * Joins: Optimizer1 (Instantbir@4F3E1057.A6DE773B.88FACCAA.IP)
  1861. # [15:03] * Joins: ahameez (ahameez@5764AD83.64B0CB19.DDE7AB2D.IP)
  1862. # [15:04] <Tomcat|sheriffduty> hm ted the non-unified builds in your push are really broken
  1863. # [15:05] * Joins: bz_away (bzbarsky@moz-72881629.bstnma.fios.verizon.net)
  1864. # [15:06] * Quits: sir_none (Thunderbir@5F87E885.DDC54EB2.170057B8.IP) (Quit: sir_none)
  1865. # [15:06] * Joins: armenzg (armenzg@moz-ED8417A2.home3.cgocable.net)
  1866. # [15:06] * Joins: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP)
  1867. # [15:07] <Tomcat|sheriffduty> kk1fff: ping
  1868. # [15:07] <@ted> Tomcat|sheriffduty: those patches didn't touch any C++
  1869. # [15:07] <Tomcat|sheriffduty> ted: yeah its the push from kk1fff
  1870. # [15:07] <KaiRo> padenot: any chance someone can look at bug 1033066? This sounds a bit strange and is tracking 33 which is in beta atm
  1871. # [15:07] * Joins: bbondy (bbondy@moz-E2815EB6.home.cgocable.net)
  1872. # [15:08] <RyanVM> KaiRo: padenot's on pto I believe
  1873. # [15:08] * Joins: davispuh (quassel@D86C75FF.4605F0B6.D1BFA94D.IP)
  1874. # [15:08] * Quits: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP) (Ping timeout)
  1875. # [15:09] <padenot> yeah
  1876. # [15:09] <Tomcat|sheriffduty> KaiRo: yeah till oct13
  1877. # [15:09] <KaiRo> RyanVM: ah, ok, I guess I should get someone else from that team on there then
  1878. # [15:09] <RyanVM> padenot: go away!
  1879. # [15:09] * Quits: boris1 (boris@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  1880. # [15:09] <padenot> although this is a one liner
  1881. # [15:09] <RyanVM> padenot: don't make me start needinfo'ing you on more bugs
  1882. # [15:09] <KaiRo> padenot: should I ni? someone else? if so, who could I put on it? I really don't want to disturb your PTO, sorry
  1883. # [15:10] <padenot> yeah no I don't receive my bugmail anyway
  1884. # [15:10] <padenot> KaiRo: mreavy will know what to do
  1885. # [15:10] <Tomcat|sheriffduty> jya: any progress on the patch ?
  1886. # [15:10] <KaiRo> padenot: ok, I'll ni? her and she can get someone on it, thanks for responding even though you're not here :)
  1887. # [15:10] <jya> I’m working on it...
  1888. # [15:11] <jya> I have a solution, but I don’t like it
  1889. # [15:11] <jya> https://pastebin.mozilla.org/6537901
  1890. # [15:11] <padenot> KaiRo: yeah that's the issue when you use irc to talk to real-life friends :-)
  1891. # [15:12] * Joins: jdm (jdm@70233CC1.415986EB.47C41102.IP)
  1892. # [15:12] * Joins: koderok (koderok@2E932B4E.E10058D2.1F392835.IP)
  1893. # [15:12] <KaiRo> padenot: true :)
  1894. # [15:12] <jya> Tomcat|sheriffduty: I have another, using a public type but it causes a lot of memory allocatuin
  1895. # [15:12] <jya> allocation
  1896. # [15:12] * KaiRo just pinged because he saw padenot being in the user list on the channel here
  1897. # [15:12] * Quits: yzen (yzen@moz-F62769B5.cpe.pppoe.ca) (Ping timeout)
  1898. # [15:13] * Joins: timdream (timdream@F1127317.FBE3670A.67D1952C.IP)
  1899. # [15:13] <jya> padenot: aren’t you supposed to be on holiday?
  1900. # [15:14] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  1901. # [15:14] * Quits: jviereck (Adium@moz-FFD44B52.ethz.ch) (Quit: Leaving.)
  1902. # [15:16] * Quits: Swatinem (swatinem@moz-DB6C8027.dynamic.surfer.at) (Ping timeout)
  1903. # [15:17] * glob|away is now known as glob
  1904. # [15:17] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d6af9fc77b44 - Carsten "Tomcat" Book - Backed out changeset 3b4e5b178aa6 (bug 1032125)
  1905. # [15:17] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4aedb9a52ad8 - Carsten "Tomcat" Book - Backed out changeset f945fb33b616 (bug 1032125)
  1906. # [15:17] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/82461156faa4 - Carsten "Tomcat" Book - Backed out changeset 78b119af926a (bug 1032125) for bustage on B2g non-unified builds on a CLOSED TREE
  1907. # [15:20] * Joins: davidb (davidb@moz-4A2DCE6A.dsl.bell.ca)
  1908. # [15:20] <mjrosenb> jya: turns out most holiday destinations have internet these days.
  1909. # [15:20] * Quits: esawin (esawin@5BEC7083.F96E1D95.95550721.IP) (Quit: leaving)
  1910. # [15:20] <mreavy> KaiRo: I'll look at it and find someone to fix it.
  1911. # [15:20] * Joins: esawin (esawin@5BEC7083.F96E1D95.95550721.IP)
  1912. # [15:22] * Joins: alex_tz (Adium@D845286D.FF075B7.9B1E38F4.IP)
  1913. # [15:22] <KaiRo> mreavy: thanks, I put a ni? on you in the bug
  1914. # [15:22] * Joins: yliao (yliao@4295A0B2.B19F2EE2.F99FB2CB.IP)
  1915. # [15:23] <esawin> what else do I need to do to enable PR logging on linux desktop, besides setting NSPR_LOG_MODULES and NSPR_LOG_FILE?
  1916. # [15:23] <mreavy> KaiRo: I see -- thanks! ni helps me to quickly find it
  1917. # [15:23] * Joins: bgrins (bgrins@C7203E51.FBD8ACDB.20F09BA6.IP)
  1918. # [15:23] * Quits: bmoss (bmoss@moz-54D507F.hsd1.ca.comcast.net) (Ping timeout)
  1919. # [15:23] <mreavy> padenot: dude, at least change your nick to "padenot | PTO". You're killing me as your manager. ;-)
  1920. # [15:24] * Joins: avaida (Instantbir@B0E65737.A45B6F05.5BAD8D42.IP)
  1921. # [15:24] * Quits: yliao (yliao@4295A0B2.B19F2EE2.F99FB2CB.IP) (Ping timeout)
  1922. # [15:26] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Ping timeout)
  1923. # [15:27] * Joins: yzen (yzen@13F2CEC5.7672369.D8E68FF6.IP)
  1924. # [15:27] * Quits: alex_tz (Adium@D845286D.FF075B7.9B1E38F4.IP) (Ping timeout)
  1925. # [15:28] * Joins: alex_tz (Adium@CEEFE6CD.3F99DFC0.9B1E38F4.IP)
  1926. # [15:28] * Joins: bent (chatzilla@moz-BEBF22B1.nycmny.east.verizon.net)
  1927. # [15:30] * Quits: alex_tz (Adium@CEEFE6CD.3F99DFC0.9B1E38F4.IP) (Quit: Leaving.)
  1928. # [15:32] * Joins: tromey (tromey@moz-E33B8B8D.hlrn.qwest.net)
  1929. # [15:32] * Joins: darkowlzz (ping-darko@7535E701.C9126D7C.62972B16.IP)
  1930. # [15:33] * Joins: PiresFelix (Leonardo@96FE2142.8E4D22EA.8E0C6B01.IP)
  1931. # [15:34] <mjrosenb> mreavy: at my last job, my boss threatened to take a week off, then come into the office every day, and work on the projects that he wanted to work on that management wouldn't approve.
  1932. # [15:34] * Joins: schien (anonymous@5214FA5E.FBE3670A.67D1952C.IP)
  1933. # [15:36] * Quits: Avasz (quassel@88480751.B0CAA084.8320794.IP) (Ping timeout)
  1934. # [15:36] * Quits: janv (varga@moz-CB35A479.dynamic.orange.sk) (Ping timeout)
  1935. # [15:38] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  1936. # [15:38] * Quits: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net) (Ping timeout)
  1937. # [15:39] * bc|afk is now known as bc
  1938. # [15:40] * Quits: sil (chatzilla@BC8D9E96.6B0F8B6C.A26A30FD.IP) (Ping timeout)
  1939. # [15:42] * kats|away is now known as kats
  1940. # [15:43] * Joins: mwu (mwu@522C27B5.F1EEB410.2E87E34F.IP)
  1941. # [15:43] * Joins: janv (varga@moz-506ADB29.dynamic.orange.sk)
  1942. # [15:44] * Quits: PiresFelix (Leonardo@96FE2142.8E4D22EA.8E0C6B01.IP) (Quit: Leaving)
  1943. # [15:44] * lmandel_afk is now known as lmandel
  1944. # [15:44] <padenot> mreavy: heh
  1945. # [15:44] * Quits: mreavy (chatzilla@moz-5CCD7A3A.phlapa.fios.verizon.net) (Ping timeout)
  1946. # [15:44] * padenot is now known as padenot|pto
  1947. # [15:44] * Joins: mreavy (chatzilla@moz-5CCD7A3A.phlapa.fios.verizon.net)
  1948. # [15:45] * Quits: Enn (enn@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  1949. # [15:45] * Joins: pauly (silaghipau@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  1950. # [15:46] * Joins: rbarnes (rbarnes@moz-5E1F5C28.washdc.fios.verizon.net)
  1951. # [15:47] * Joins: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net)
  1952. # [15:47] * Quits: timdream (timdream@F1127317.FBE3670A.67D1952C.IP) (Quit: timdream)
  1953. # [15:49] * Joins: Avasz (quassel@88480751.B0CAA084.8320794.IP)
  1954. # [15:49] * Joins: gsvelto_ (gsvelto@moz-2311DF2B.clienti.tiscali.it)
  1955. # [15:49] * Quits: janv (varga@moz-506ADB29.dynamic.orange.sk) (Ping timeout)
  1956. # [15:50] * Joins: mgoodwin (mgoodwin@moz-DB4A9C19.scl3.mozilla.com)
  1957. # [15:50] * Joins: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net)
  1958. # [15:50] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/5da623e35784 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1959. # [15:50] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/99ba277376e6 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1960. # [15:51] * Joins: mdas (mdas@moz-CFFBFDC4.cpe.teksavvy.com)
  1961. # [15:51] * Joins: janv (varga@moz-EF693B92.dynamic.orange.sk)
  1962. # [15:51] * Quits: jdm (jdm@70233CC1.415986EB.47C41102.IP) (Quit: )
  1963. # [15:52] * Quits: Rik (rik@87C1F78E.1DE10CA8.D8E68FF6.IP) (Connection reset by peer)
  1964. # [15:53] * coop|afk is now known as coop
  1965. # [15:53] * Joins: Rik (rik@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1966. # [15:53] * Joins: mfinkle_znc (mfinkle@moz-F01E80CE.hsd1.pa.comcast.net)
  1967. # [15:54] * Joins: Snuffleupagus (chatzilla@moz-50E31F78.bredband.comhem.se)
  1968. # [15:54] * Joins: timdream (timdream@F1127317.FBE3670A.67D1952C.IP)
  1969. # [15:56] * Joins: ehsan (ehsan@moz-B4709FAB.cable.teksavvy.com)
  1970. # [15:56] * ChanServ sets mode: +o ehsan
  1971. # [15:57] <jya> Tomcat|sheriffduty: who should I get my change to be reviewed by ?
  1972. # [15:57] <jya> it’s just a moving around code type…
  1973. # [15:57] * Quits: timdream (timdream@F1127317.FBE3670A.67D1952C.IP) (Ping timeout)
  1974. # [15:58] <Tomcat|sheriffduty> RyanVM: ^ do you know ?
  1975. # [15:58] * Joins: timdream (timdream@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  1976. # [15:58] * Joins: jimm (jmathies@moz-DF439B90.pn.at.cox.net)
  1977. # [15:58] <@smaug> lovely, sockettransport thread taking 100% cpu
  1978. # [15:58] <@smaug> jduell: ^
  1979. # [15:58] <@smaug> known?
  1980. # [15:59] <jya> I would typically get this code reviewed by rillian , but he won’t be up for a few more hours
  1981. # [15:59] <Tomcat|sheriffduty> like the original reviewer or is something like this a=bustage fix or so ?
  1982. # [15:59] * Joins: AaronMT (AaronMT@moz-53D1D1F.cpe.net.cable.rogers.com)
  1983. # [16:00] * Quits: @smaug (chatzilla@moz-38C5B03.elisa-laajakaista.fi) (Ping timeout)
  1984. # [16:01] <RyanVM> jya: Tomcat|sheriffduty: I heard padenot's around :P
  1985. # [16:01] * Quits: mfinkle_znc (mfinkle@moz-F01E80CE.hsd1.pa.comcast.net) (Quit: ZNC - http://znc.sourceforge.net)
  1986. # [16:01] * RyanVM ducks
  1987. # [16:01] * Joins: smaug (chatzilla@moz-38C5B03.elisa-laajakaista.fi)
  1988. # [16:01] * ChanServ sets mode: +o smaug
  1989. # [16:01] <RyanVM> jya: I mean, usually bustage fixes just land w/o review, but it's really a judgement call for you whether that's acceptable here or not
  1990. # [16:02] <RyanVM> kind of depends on whether you're making functional changes or not
  1991. # [16:02] * Joins: jdm (jdm@CAB30FBD.8F96AEA7.2D179A7D.IP)
  1992. # [16:03] <jya> RyanVM: I have two fixes… Both fix the problem. One is just reshuffling the code around… The other using a known CoreFoundation type , I find that one more elegant, but it’s a more functional change
  1993. # [16:03] <RyanVM> jya: maybe land the former now to reopen the trees and file a follow-up bug for the better fix?
  1994. # [16:03] <jya> the only thing complicated in the first patch is making everything fit in those damn 80 columns
  1995. # [16:04] * Quits: Rik (rik@87C1F78E.1DE10CA8.D8E68FF6.IP) (Connection reset by peer)
  1996. # [16:04] * Quits: twi (Adium@moz-56EAEB28.retail.telecomitalia.it) (Quit: Leaving.)
  1997. # [16:05] * Joins: Rik (rik@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1998. # [16:05] * Joins: PiresFelix (Leonardo@96FE2142.8E4D22EA.8E0C6B01.IP)
  1999. # [16:05] * Joins: jchaulk (jchaulk@moz-16B31471.dsl.teksavvy.com)
  2000. # [16:06] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Ping timeout)
  2001. # [16:07] <jya> RyanVM: I’m highly confident it will be fine… but give me 30 minutes to try a non-unified build here
  2002. # [16:07] * Quits: timdream (timdream@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  2003. # [16:07] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2004. # [16:07] <RyanVM> jya: ok
  2005. # [16:07] <RyanVM> jya: "it" here being the reshuffling patch?
  2006. # [16:07] <jya> yes.
  2007. # [16:07] <RyanVM> ok
  2008. # [16:07] * Joins: jrmuizel (jrmuizel@FCCEA34F.7672369.D8E68FF6.IP)
  2009. # [16:07] * Joins: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP)
  2010. # [16:08] <jya> I’m also highly confident with the other, but it’s midnight and my judgement call may be impaired :)
  2011. # [16:08] * Joins: mihneadb (mihneadb@70C9850B.2430FEF6.D608C900.IP)
  2012. # [16:09] * philor|away is now known as philor
  2013. # [16:09] * Joins: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net)
  2014. # [16:09] <jya> I’m curious to see how long my mac pro will take to build without unified. On my macbook air it took over 70 minutes last time I did it
  2015. # [16:09] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  2016. # [16:09] * Joins: timdream (timdream@F1127317.FBE3670A.67D1952C.IP)
  2017. # [16:09] * Quits: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP) (Ping timeout)
  2018. # [16:09] * Joins: dholbert_ (dholbert@moz-2DBFC5C4.static.sonic.net)
  2019. # [16:09] * Joins: ddahl (ddahl@229A7079.78B47078.37339E3A.IP)
  2020. # [16:09] <jesup> jya: what's the code?
  2021. # [16:10] <jya> the new code, or the code that broke non-unified build?
  2022. # [16:10] <jesup> perhaps it's something I can review, perhaps
  2023. # [16:10] * Joins: Enn (enn@FCCEA34F.7672369.D8E68FF6.IP)
  2024. # [16:11] <jya> I was asked to obfuscate a private class, I didn’t think that using a pointer with nsAutoPtr would cause a breakage.
  2025. # [16:11] * Joins: garvank (Garvan@moz-43FB9147.dsl.teksavvy.com)
  2026. # [16:11] <jya> (well, it shouldn’t, except for the compilation flag used)
  2027. # [16:11] <jya> https://bug1069277.bugzilla.mozilla.org/attachment.cgi?id=8491498
  2028. # [16:12] <jya> jesup: and that was the error
  2029. # [16:12] * bz_away sees naAutoPtr arguments, trembles
  2030. # [16:13] <jya> the *may* cause undefined behaviour, isn’t undefined at all seeing that this is just a container class, doing free on the pointer would do just fine
  2031. # [16:14] <froydnj> bz_away: r-!
  2032. # [16:14] <NeilAway> Gijs: we put plugins in the test profile, why not extensions?
  2033. # [16:14] <bz_away> froydnj: Not my module, but that's my basic feeling, yes
  2034. # [16:14] * bz_away is now known as b
  2035. # [16:14] * b is now known as bz
  2036. # [16:14] * Quits: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  2037. # [16:15] * Joins: jviereck (Adium@moz-FFD44B52.ethz.ch)
  2038. # [16:16] <RyanVM> bz: No Ms2ger-style drive-by reviews? :)
  2039. # [16:16] <gcp> froydnj: how's your reviews stack? shall I throw stuff to you or bsmedberg?
  2040. # [16:16] <jya> jesup: let me know if you’re happy in reviewing it, I’ll change the patch commit log accordingly
  2041. # [16:17] <gcp> froydnj: fwiw the review is "we rewrote all of xpcom/glue so it's not xpcom"
  2042. # [16:17] <Gijs> NeilAway: bsmedberg has since commented with a better solution ;)
  2043. # [16:17] <avih> does anyone have nightly 2014-09-16 on osx? if yes, does your about dialog show "check for updates" button?
  2044. # [16:17] * Joins: abr (anonymous@moz-817758AE.hsd1.ca.comcast.net)
  2045. # [16:18] <bz> RyanVM: I can't bring myself to care enough
  2046. # [16:18] <bz> RyanVM: Which is not good. :(
  2047. # [16:18] <jya> avih: I have nightly as of … tonight
  2048. # [16:18] * NeilAway wonders why people write nsAutoPtr<T> foo = nsAutoPtr<T>(bar);
  2049. # [16:18] <RyanVM> avih: i seem to remember hearing of a bug about that yesterday
  2050. # [16:18] <RyanVM> bz: :(
  2051. # [16:19] <Gijs> avih: bug 1068384?
  2052. # [16:19] * Tomcat|sheriffduty is now known as Tomcat|afk
  2053. # [16:19] <jya> RyanVM: 9:46.41 compilation time… impressive… so it compiles in unified build
  2054. # [16:19] <avih> Gijs: no, i just asked tim if that bug is about this issue. he said no
  2055. # [16:19] * Quits: bogdan_maris (Instantbir@B0E65737.A45B6F05.5BAD8D42.IP) (Quit: bogdan_maris)
  2056. # [16:19] <till> avih: I have, and it has the "Restart Nightly to update" button
  2057. # [16:19] * bz has enough problems with cargo-cult spec authors
  2058. # [16:19] * Quits: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca) (Quit: surkov)
  2059. # [16:20] <RyanVM> bz: heh, I've seen some of that bugmail recently
  2060. # [16:20] * Quits: Avasz (quassel@88480751.B0CAA084.8320794.IP) (Ping timeout)
  2061. # [16:20] <avih> till: ah, but you have auto update checking, right? i don't have, and now i also don't have the button, so effectively i'm stuck on the 2014-09-16 version
  2062. # [16:20] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  2063. # [16:20] <till> avih: that's not ideal
  2064. # [16:20] <till> avih: it seems to be a pretty solid build though, so there's that
  2065. # [16:20] <avih> yeah. i guess i could turn on auto update checking to get out of this limbo.. but i'm wondering if there's a bug filed on it or should we file one
  2066. # [16:21] <Gijs> avih: I'm confused - you're not on auto-updates and the dialog has a "check for updates" button - what's wrong?
  2067. # [16:21] <Gijs> avih: does clicking the button not do anything, or something?
  2068. # [16:21] <avih> we;;. i do have the button but it's got no text, and clicking it (few times, with some time between) doesn't start an update
  2069. # [16:22] * Quits: koderok (koderok@2E932B4E.E10058D2.1F392835.IP) (Quit: koderok)
  2070. # [16:22] * edmorley is now known as edmorley|sheriffduty
  2071. # [16:23] <avih> Gijs: i don't have auto-updates on. so when i want to update i have to show the about dialog, click "check for updates", then it finds a version and shows "click to update" and after it finishes download it shows "click to restart". that's normally. but right now the button is empty and clicking it doesn't start the process
  2072. # [16:23] * Quits: dholbert_ (dholbert@moz-2DBFC5C4.static.sonic.net) (Ping timeout)
  2073. # [16:23] <Gijs> avih: any useful JS errors?
  2074. # [16:23] <avih> let me check
  2075. # [16:24] <avih> (i was asking originally if it's a known issue or if i should file a bug)
  2076. # [16:24] * Quits: avaida (Instantbir@B0E65737.A45B6F05.5BAD8D42.IP) (Connection reset by peer)
  2077. # [16:24] <gcp> froydnj: ping
  2078. # [16:24] * Fallen|away is now known as Fallen
  2079. # [16:25] * lth is now known as lth|out
  2080. # [16:26] * Quits: bbondy (bbondy@moz-E2815EB6.home.cgocable.net) (Client exited)
  2081. # [16:27] <jesup> bz: nanananananananananananaAutoPtr... Batman! wait, you meant nsAutoPtr.
  2082. # [16:27] <avih> Gijs: "TypeError: this.update is undefined" on chrome/brower/aboutDialog.js:261" and it's os x only. or at least not on windows
  2083. # [16:27] <avih> chrome://browser/...
  2084. # [16:27] <jya> jesup: don’t you love the cast line in there ? :)
  2085. # [16:28] <Gijs> avih: if you download a fresh copy of that same nightly, and use it with the same profile, can you reproduce?
  2086. # [16:28] * Joins: bbondy (bbondy@moz-E2815EB6.home.cgocable.net)
  2087. # [16:28] <Gijs> avih: looks like you already fetched an update, see: http://mxr.mozilla.org/mozilla-central/source/browser/base/content/aboutDialog.js#257
  2088. # [16:28] <jya> nsAutoPtr<AppleVTDecoder::AppleFrameRef> frameRef = nsAutoPtr<AppleVTDecoder::AppleFrameRef>(static_cast<AppleVTDecoder::AppleFrameRef*>(sourceFrameRefCon));
  2089. # [16:29] <jya> I can’t claim the ownership of that one unfortunately :)
  2090. # [16:29] <avih> Gijs: rephrase what you want me to try please?
  2091. # [16:29] * hwine-ooo is now known as hwine
  2092. # [16:31] <Gijs> avih: download the mac build from http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2014-09-16-03-02-04-mozilla-central/ somewhere, close your current running copy of Nightly, open the other copy you just downloaded with the same Firefox profile, open about Firefox, see if the button breaks in the same way?
  2093. # [16:31] <bz> jesup: Yes, nsAutoPtr
  2094. # [16:31] * Quits: Jerry (hshih@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  2095. # [16:31] * Quits: bjacob (bjacob@moz-CC07A754.cable.teksavvy.com) (Ping timeout)
  2096. # [16:31] <Gijs> avih: but actually, considering where the error happens, it might be the case that if you restart your existing copy of nightly, a restart might fix the issue? Maybe?
  2097. # [16:31] * Quits: till (till@1179F0DA.460B008.83FEECC7.IP) (Input/output error)
  2098. # [16:31] * whimboo is now known as whimboo|afk
  2099. # [16:32] <avih> Gijs: restart, or close and re-open didn't fix it. i'll try to download a fresh copy and let you know,
  2100. # [16:32] * Quits: CristinaM (Instantbir@B0E65737.A45B6F05.5BAD8D42.IP) (Quit: Instantbird 1.5 -- http://www.instantbird.com)
  2101. # [16:32] * Quits: jkitch (Thunderbir@moz-99148E48.lns21.adl2.internode.on.net) (Ping timeout)
  2102. # [16:32] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/pushloghtml?changeset=44eec4673c25 - 11 changesets
  2103. # [16:33] * Quits: Jerry_ (hshih@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  2104. # [16:33] * Quits: naveed (nihsanulla@moz-6A023467.bstnma.fios.verizon.net) (Ping timeout)
  2105. # [16:34] <avih> Gijs: i see there are few builds on 2014-09-16. any specific reason for the exact built you linked to?
  2106. # [16:34] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/4775f57b185e - B2G Bumper Bot - Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
  2107. # [16:34] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/7a509d729ae3 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2108. # [16:34] * Joins: ehugg (ehugg@moz-F46F489D.hsd1.wa.comcast.net)
  2109. # [16:35] <Gijs> avih: the build I linked to is the actual m-c nightly for that day? What other builds are you looking at - they're all branch builds (esr, aurora, ash/cedar), AFAICT - I'm assuming you're on a normal nightly?
  2110. # [16:35] * zz_miketaylr is now known as miketaylr
  2111. # [16:35] * Quits: ehugg (ehugg@moz-F46F489D.hsd1.wa.comcast.net) (Quit: ehugg)
  2112. # [16:36] <avih> Gijs: oh. yes, normal nightly. downloading
  2113. # [16:36] * Quits: secretrobotron (secretrobo@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  2114. # [16:36] * Joins: justindarc (justindarc@D2AEACFC.B56D28DB.B58D01CE.IP)
  2115. # [16:37] * Joins: secretrobotron (secretrobo@13F2CEC5.7672369.D8E68FF6.IP)
  2116. # [16:37] <jesup> jya: that's just weird (nsAutoPtr<foo> f = nsAutoPtr<foo>(bar)). but as you say you didn't create it.
  2117. # [16:37] * Quits: Optimizer1 (Instantbir@4F3E1057.A6DE773B.88FACCAA.IP) (Ping timeout)
  2118. # [16:37] * glob is now known as glob|mtg
  2119. # [16:37] * mcote|afk is now known as mcote
  2120. # [16:38] <jya> jesup: I’m not sure why it was done that way… Maybe a preference of T blah = xx ; over T blah(xx)
  2121. # [16:38] * Quits: jviereck (Adium@moz-FFD44B52.ethz.ch) (Quit: Leaving.)
  2122. # [16:38] <avih> Gijs: my about:buildconfig shows 55b46de164d8 but http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2014-09-16-03-02-04-mozilla-central/firefox-35.0a1.en-US.mac.txt shows ...mozilla-central/rev/3b7921328fc1 . you sure it's the right nightly?
  2123. # [16:39] * Joins: Avasz (quassel@B3933171.96B79CA7.8320794.IP)
  2124. # [16:39] <Gijs> avih: are you using en-US?
  2125. # [16:39] <avih> i think so
  2126. # [16:39] * Quits: PiresFelix (Leonardo@96FE2142.8E4D22EA.8E0C6B01.IP) (Quit: Leaving)
  2127. # [16:39] <avih> most probably. where can i check it?
  2128. # [16:39] <jya> jesup: now that I rethink about it, that form does bother me, it’s exceptionally large… let me update that
  2129. # [16:39] * Joins: spohl (Adium@moz-341EC1.static.hvvc.us)
  2130. # [16:39] * Quits: abr (anonymous@moz-817758AE.hsd1.ca.comcast.net) (Quit: AFK)
  2131. # [16:40] * Joins: koderok (koderok@88C97701.FD057A85.C28A6AA4.IP)
  2132. # [16:40] <jya> jesup: I put you as reviewer okay?
  2133. # [16:40] <Gijs> avih: oh, looks like nightlies got retriggered that day
  2134. # [16:40] <Gijs> avih: sorry, you want http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2014-09-16-13-31-41-mozilla-central/
  2135. # [16:41] <avih> Gijs: yeah. was just checking updates history and indeed that's the last update i got. checking now
  2136. # [16:41] <jesup> jya: ok.
  2137. # [16:42] * Quits: m_gol (m_gol@moz-4A03F5C1.dynamic.chello.pl) (Quit: Leaving...)
  2138. # [16:42] * curtisk|afk is now known as curtisk
  2139. # [16:42] <@smaug> jesup: does IE support webrtc?
  2140. # [16:43] * Quits: bbondy (bbondy@moz-E2815EB6.home.cgocable.net) (Ping timeout)
  2141. # [16:43] * Joins: bbondy (bbondy@moz-E2815EB6.home.cgocable.net)
  2142. # [16:44] * Quits: Alessar (Alessar@4409775D.C64B1782.79D6B59E.IP) (Quit: IRC protocol for QIP)
  2143. # [16:44] <avih> Gijs: yes, same symptom (empty button, can't check for new version) also with freshly downloaded nightly from your link
  2144. # [16:45] <avih> let me try with a clean profile
  2145. # [16:45] <jya> jesup: done
  2146. # [16:45] <Gijs> avih: ... uh, odd! File, please? :)
  2147. # [16:45] <@smaug> jduell: so the necko hang. Based on profiler nsThread::ProcessNextEvent is called, as excepted, it calls nsSocketTransportService::Run() and that then calls NS_ProcessNextEvent and most (54%) of the time is spent there. nsSocketTransportService::DoPollIteration() takes 39%
  2148. # [16:45] <avih> Gijs: sure. i wanna first check with empty profile too
  2149. # [16:46] * Joins: emtwo (Adium@13F2CEC5.7672369.D8E68FF6.IP)
  2150. # [16:46] * Quits: Pike (chatzilla@DA61AEEF.E9E5A024.CA68F7F7.IP) (Quit: ChatZilla 0.9.90.1 [Firefox 32.0.1/20140911151253])
  2151. # [16:47] * Joins: chmanchester (chmanchest@63CA6098.1EB7376C.ECED8BE3.IP)
  2152. # [16:48] <jya> jesup: if (when) you r+ it, can you push it too… I’m off to bed. very late here
  2153. # [16:49] * Quits: jhorak (jhorak@moz-107AD163.redhat.com) (Ping timeout)
  2154. # [16:49] <jesup> smaug: nope. I think they finally may be supporting getUserMedia now or in the next rev. They're working on something called ORTC, a lower-level API (which helps Skype...) and trying to drum up acceptance for that to be a 2.0 or feed into it. MS and others who want really nuts and bolts access are pushing it. Google is a member but mostly just watching. We haven't engaged on it thus...
  2155. # [16:49] <jesup> ...far. We (the WG) has said to MS in response to an earlier proposal we do want more low-level access, but first finish what we have
  2156. # [16:49] * Joins: jviereck (Adium@moz-FFD44B52.ethz.ch)
  2157. # [16:49] * ewong is now known as ewong|sleep
  2158. # [16:50] <jesup> jya: ok.
  2159. # [16:50] <avih> Gijs: hmm.. hard to reproduce with an empty profile. by default it's set to check for updates automatically, so by the time i open the about dialog it's already downloading the later version. even if i set "never check for updates" quickly after the browser starts with a new profile :/
  2160. # [16:51] * Quits: badescunicu (Thunderbir@D40E7A87.77BD3528.320F75DD.IP) (Quit: badescunicu)
  2161. # [16:51] <@smaug> jesup: I see
  2162. # [16:51] * Quits: hallvors (uid23371@moz-31ABA2C0.irccloud.com) (Quit: Connection closed for inactivity)
  2163. # [16:51] <jesup> smaug: Apple hasn't said anything one way or another, but most of the code is in chromium/webkit if they want to take/expose it
  2164. # [16:51] <@smaug> I was actually wondering about skype
  2165. # [16:51] <@smaug> and if skype could use webrtc
  2166. # [16:51] * Joins: mconley_ (mconley@moz-BDD802ED.hfc.comcastbusiness.net)
  2167. # [16:51] * Quits: scravag (Adium@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  2168. # [16:51] <@smaug> (webrtc 1-to-1 connections tend to work better than skype connections for me)
  2169. # [16:51] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/pushloghtml?changeset=af1dbe183e3d - 14 changesets
  2170. # [16:52] <avih> Gijs: if you set a later version to "never check for updates", does it show the button correctly at the about dialog?
  2171. # [16:52] * Quits: mastizada (Thunderbir@71DE7026.D9EC1EEB.D2FADA4.IP) (Ping timeout)
  2172. # [16:52] * Joins: scravag (Adium@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2173. # [16:52] <Gijs> avih: might need to restart?
  2174. # [16:52] * Quits: Edgar (Thunderbir@moz-257F1E16.dynamic.hinet.net) (Quit: Edgar)
  2175. # [16:52] <avih> Gijs: not sure what you suggest, and as a solution for what :)
  2176. # [16:53] <jesup> They have "secret sauce", especially around their NAT traversal/networking code, which WebRTC keeps in the browser (ICE/STUN/TURN). They wanted to do ICE in obfuscated JS at one point, though ICE has lots of hard 10's-of-ms-level timing requirements.
  2177. # [16:53] * Joins: rbrandao (uid30340@moz-31ABA2C0.irccloud.com)
  2178. # [16:54] <jesup> smaug: so... no, for now
  2179. # [16:55] * Quits: darkowlzz (ping-darko@7535E701.C9126D7C.62972B16.IP) (Client exited)
  2180. # [16:55] <Gijs> avih: if the button doesn't show correctly, you might need to restart firefox first?
  2181. # [16:55] * Joins: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP)
  2182. # [16:55] * Joins: bmoss (bmoss@moz-62518563.mtv2.mozilla.com)
  2183. # [16:55] <Gijs> avih: then again, that might fudge with being able to reproduce
  2184. # [16:55] <Gijs> maybe just restart to be sure? :D
  2185. # [16:55] * Quits: stransky (stransky@moz-107AD163.redhat.com) (Quit: Connection reset by beer)
  2186. # [16:55] * Joins: shorlander (shorlander@moz-26B8EBF6.swo.res.rr.com)
  2187. # [16:55] <jesup> smaug: Glad to hear webrtc connections are working better! There are some networking cases we don't handle as well thus far (required-proxy cases, and some others)
  2188. # [16:56] * Joins: Edgar (Thunderbir@moz-257F1E16.dynamic.hinet.net)
  2189. # [16:57] * wlach|afk is now known as wlach
  2190. # [16:57] * Joins: jhorak (jhorak@moz-107AD163.redhat.com)
  2191. # [16:57] * Quits: overholt (quassel@EFE69C81.935B4999.BF375127.IP) (Quit: overholt)
  2192. # [16:57] <avih> Gijs: the button doesn't show correct, also after i restart the browser or after i run a freshly downloaded bin of the same date with the same profile. but when i tried with a new profile, it's set to "auto update" and it starts to download the latest version before i get a chance to change the pref. so i wasn't able to test the case where the "check for updates" button should show.
  2193. # [16:58] * Joins: mchang (mchang@moz-95B568D6.socal.res.rr.com)
  2194. # [16:58] <avih> ^ with a fresh profile
  2195. # [16:58] <jesup> smaug: they may try more probe-around-NAT-bugs/weirdnesses - but on the other hand, they have mostly moved to proxied traffic (and away from using random people as proxies - which also enables them to comply with LI ("Lawful Intercept" aka wiretap orders) now that they're big enough for countries to try to force the issue
  2196. # [16:59] * Joins: maxli (maxli@moz-EE42E0E.student.cs.uwaterloo.ca)
  2197. # [17:00] * Quits: secretrobotron (secretrobo@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  2198. # [17:00] * Parts: pauly (silaghipau@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  2199. # [17:01] * Joins: secretrobotron (secretrobo@13F2CEC5.7672369.D8E68FF6.IP)
  2200. # [17:01] <Gijs> avih: create a new profile, run it against a different copy of Firefox, change the pref, then use that profile against the "busted" copy? :)
  2201. # [17:02] <avih> Gijs: yeah, i'm trying to run it with the network disabled. didn't say i won't able to test it with a fresh profile, just that so far firefox tricked me :)
  2202. # [17:02] * Quits: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net) (Ping timeout)
  2203. # [17:02] * Quits: jviereck (Adium@moz-FFD44B52.ethz.ch) (Quit: Leaving.)
  2204. # [17:03] * Joins: Sushant94 (Sushant@E2438B3D.E3EE0B57.D30E9BEF.IP)
  2205. # [17:03] * Quits: paolo (paolo@88F51059.F3BBB17D.144F44FA.IP) (Connection reset by peer)
  2206. # [17:03] * Joins: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2207. # [17:03] * Joins: paolo (paolo@88F51059.F3BBB17D.144F44FA.IP)
  2208. # [17:04] * Quits: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP) (Input/output error)
  2209. # [17:04] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2210. # [17:04] * Joins: aklotz (Thunderbir@moz-935DE219.cg.shawcable.net)
  2211. # [17:05] * Quits: flaviu (Instantbir@B0E65737.A45B6F05.5BAD8D42.IP) (Quit: flaviu)
  2212. # [17:05] * BenWa|email is now known as BenWa
  2213. # [17:06] <jesup> RyanVM: I have jya's patch reviewed (non-unified bustage fix); should I land it on inbound?
  2214. # [17:06] <RyanVM> jesup: go for it :)
  2215. # [17:06] * Joins: RattyAway (Jim_diGriz@8F2B84D7.587715E1.FB243CD8.IP)
  2216. # [17:07] * Quits: automata (automata@moz-50F96426.ifsc.usp.br) (Quit: This computer has gone to sleep)
  2217. # [17:07] <RattyAway> glandium: I don't know if this is a build config problem but
  2218. # [17:07] <RattyAway> A protocol named PMobileConnection exists in multiple namespaces
  2219. # [17:07] <RattyAway> Makefile:24: recipe for target 'export' failed
  2220. # [17:07] <RattyAway> glandium: how do I debug this?
  2221. # [17:08] * mdas is now known as mdas|afk
  2222. # [17:08] * Joins: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net)
  2223. # [17:08] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/62ceb91926f0 - Jean-Yves Avenard - Bug 1069277: Do not obfuscate AppleFrameRef to fix unified builds r=jesup
  2224. # [17:09] * Quits: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  2225. # [17:10] * Joins: twi (Adium@moz-F5B97D93.cust.vodafonedsl.it)
  2226. # [17:12] * Quits: sydpolk (sydpolk@moz-B422239B.lightspeed.austtx.sbcglobal.net) (Quit: Leaving.)
  2227. # [17:12] * Quits: schien (anonymous@5214FA5E.FBE3670A.67D1952C.IP) (Quit: sleep)
  2228. # [17:13] * Joins: overholt (quassel@EFE69C81.935B4999.BF375127.IP)
  2229. # [17:13] * Joins: sydpolk (sydpolk@moz-B422239B.lightspeed.austtx.sbcglobal.net)
  2230. # [17:14] * Quits: fabrice (fabrice@495A1E63.5994028D.9CA62458.IP) (Quit: Leaving.)
  2231. # [17:16] * Quits: bmoss (bmoss@moz-62518563.mtv2.mozilla.com) (Quit: bmoss)
  2232. # [17:16] * Joins: bmoss (bmoss@moz-62518563.mtv2.mozilla.com)
  2233. # [17:16] * Joins: mastizada (Thunderbir@71DE7026.D9EC1EEB.D2FADA4.IP)
  2234. # [17:16] * Quits: Edgar (Thunderbir@moz-257F1E16.dynamic.hinet.net) (Client exited)
  2235. # [17:16] * Quits: overholt (quassel@EFE69C81.935B4999.BF375127.IP) (services.mozilla.org (Too many invalid passwords))
  2236. # [17:16] * Joins: overholt (quassel@EFE69C81.935B4999.BF375127.IP)
  2237. # [17:16] * Quits: koderok (koderok@88C97701.FD057A85.C28A6AA4.IP) (Ping timeout)
  2238. # [17:18] * Joins: darkowlzz (ping-darko@E28F46E2.2A02C0A5.A74A2098.IP)
  2239. # [17:18] * Joins: ProgramFOX (chatzilla@DFD53F50.86EE2321.D3A67D8A.IP)
  2240. # [17:18] <bent> RattyAway, clobber probably
  2241. # [17:18] * Quits: mastizada (Thunderbir@71DE7026.D9EC1EEB.D2FADA4.IP) (Connection reset by peer)
  2242. # [17:19] <RattyAway> bent: bah thanks.
  2243. # [17:19] * Quits: @ehsan (ehsan@moz-B4709FAB.cable.teksavvy.com) (Quit: vanished into thin air...)
  2244. # [17:19] <RyanVM> RattyAway: I filed a bug for that last night
  2245. # [17:19] <RyanVM> and we touched CLOBBER for it
  2246. # [17:19] <RyanVM> so you could always set AUTOCLOBBER=1 in your .mozconfig
  2247. # [17:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/166ba3b56371 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  2248. # [17:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/fa8c3366cbcf - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2249. # [17:21] * Joins: abr (anonymous@moz-199CCC40.hsd1.ca.comcast.net)
  2250. # [17:21] <RattyAway> RyanVM: ok thanks
  2251. # [17:21] * Joins: xorcon (Mibbit@B5B55E75.89A20F10.7F97142B.IP)
  2252. # [17:21] * Quits: xorcon (Mibbit@B5B55E75.89A20F10.7F97142B.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  2253. # [17:22] * Joins: Zupoman (mistrzmag@96766F5F.EAFD72D8.FD4497A0.IP)
  2254. # [17:22] * Quits: paolo (paolo@88F51059.F3BBB17D.144F44FA.IP) (Connection reset by peer)
  2255. # [17:23] * Joins: paolo (paolo@88F51059.F3BBB17D.144F44FA.IP)
  2256. # [17:24] * Parts: Snuffleupagus (chatzilla@moz-50E31F78.bredband.comhem.se)
  2257. # [17:26] * Quits: esawin (esawin@5BEC7083.F96E1D95.95550721.IP) (Quit: leaving)
  2258. # [17:26] * Joins: bjacob (bjacob@13F2CEC5.7672369.D8E68FF6.IP)
  2259. # [17:26] * Joins: esawin (esawin@5BEC7083.F96E1D95.95550721.IP)
  2260. # [17:27] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/f5ba94d7170d - Ryan VanderMeulen - Backed out changeset af1dbe183e3d (bug 1067088) for bustage.
  2261. # [17:27] * FuzzyFox is now known as FuzzyFox|afk
  2262. # [17:27] * Joins: marco (Adium@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net)
  2263. # [17:28] * Quits: darkowlzz (ping-darko@E28F46E2.2A02C0A5.A74A2098.IP) (Client exited)
  2264. # [17:28] * Joins: darkowlzz (ping-darko@E28F46E2.2A02C0A5.A74A2098.IP)
  2265. # [17:29] * Quits: Mano (mano@C0CCDC47.828A9360.51B98CA5.IP) (Client exited)
  2266. # [17:29] * Joins: dbaron (dbaron@510D751C.27376607.189F3E15.IP)
  2267. # [17:29] * ChanServ sets mode: +ao dbaron dbaron
  2268. # [17:30] * Quits: darkowlzz (ping-darko@E28F46E2.2A02C0A5.A74A2098.IP) (Ping timeout)
  2269. # [17:30] * Joins: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP)
  2270. # [17:31] * Quits: abr (anonymous@moz-199CCC40.hsd1.ca.comcast.net) (Quit: AFK)
  2271. # [17:31] * Joins: Mano (mano@C0CCDC47.828A9360.51B98CA5.IP)
  2272. # [17:31] * Quits: marco (Adium@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net) (Quit: Leaving.)
  2273. # [17:31] * lth|out is now known as lth
  2274. # [17:33] * Joins: StevenLee (Adium@moz-73BE53F0.dynamic.hinet.net)
  2275. # [17:35] * Quits: paolo (paolo@88F51059.F3BBB17D.144F44FA.IP) (Ping timeout)
  2276. # [17:35] * Joins: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net)
  2277. # [17:36] * Quits: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net) (Input/output error)
  2278. # [17:36] * Joins: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net)
  2279. # [17:36] * Joins: tedders1 (tedders1@moz-656B7AA.cpe.net.cable.rogers.com)
  2280. # [17:37] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/1b01b6d330fd - Eric Chou - Bug 1067206 - Fire DOM request even when Bluetooth pairing failed. f=jaliu, r=shuang, a=bajaj
  2281. # [17:37] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/e40762374799 - Henry Chang - Bug 1062550 - b2g crashes during USB tethering. r=vchang, a=bajaj
  2282. # [17:37] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/e69b76df294c - Honza Bambas - Bug 1000338 - nsICacheEntry.lastModified not properly implemented. r=michal, a=sledru
  2283. # [17:37] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/ca53fdbf8dd6 - Benjamin Smedberg - Bug 1063052 - In case a user ends up with unpacked chrome, on update use omni.ja again by removing chrome.manifest. r=rstrong, r=glandium, sr=dbaron, a=lmandel
  2284. # [17:37] * Quits: stefanh|away (stefanh@moz-3EED0162.customers.ownit.se) (Input/output error)
  2285. # [17:39] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Ping timeout)
  2286. # [17:39] * Joins: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2287. # [17:39] <edmorley|sheriffduty> RyanVM: do you know if there is a bug filed for the blobber errors that appear in all logs? (https://tbpl.mozilla.org/php/getParsedLog.php?id=48382105&tree=Fx-Team#error2 , https://tbpl.mozilla.org/php/getParsedLog.php?id=48384828&tree=Mozilla-Inbound)
  2288. # [17:39] * catlee is now known as catlee-lunch
  2289. # [17:40] <RyanVM> not that I know of
  2290. # [17:40] <RyanVM> first I've seen of it
  2291. # [17:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/64314d635eec - B2G Bumper Bot - Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
  2292. # [17:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/16e1bd2cc50f - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2293. # [17:41] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/b88069789828 - Honza Bambas - Bug 1000338 - nsICacheEntry.lastModified not properly implemented. r=michal, a=sledru
  2294. # [17:41] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/2dce6525ddfe - Benjamin Smedberg - Bug 1063052 - In case a user ends up with unpacked chrome, on update use omni.ja again by removing chrome.manifest. r=rstrong, r=glandium, sr=dbaron, a=lmandel
  2295. # [17:41] * pmoore is now known as pmoore|mtg
  2296. # [17:42] * nsm|away is now known as nsm
  2297. # [17:43] * Quits: mihneadb (mihneadb@70C9850B.2430FEF6.D608C900.IP) (Quit: Computer gone to sleep - Zzzz...)
  2298. # [17:45] * Quits: espadrine (ttyl@moz-87D32D93.w80-12.abo.wanadoo.fr) (Ping timeout)
  2299. # [17:45] * philor is now known as philor|away
  2300. # [17:45] * Quits: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP) (Broken pipe)
  2301. # [17:46] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2302. # [17:46] * Joins: paolo (paolo@88F51059.F3BBB17D.144F44FA.IP)
  2303. # [17:49] * whimboo|afk is now known as whimboo
  2304. # [17:50] * Quits: mconley_ (mconley@moz-BDD802ED.hfc.comcastbusiness.net) (Input/output error)
  2305. # [17:51] * mdas|afk is now known as mdas
  2306. # [17:51] * glob|mtg is now known as glob
  2307. # [17:52] * Quits: jhorak (jhorak@moz-107AD163.redhat.com) (Quit: Leaving)
  2308. # [17:53] * Joins: mt_ (mt@moz-199CCC40.hsd1.ca.comcast.net)
  2309. # [17:53] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  2310. # [17:53] * Joins: fabrice (fabrice@moz-24157589.mtv2.mozilla.com)
  2311. # [17:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/57cc5208d8b0 - Michael Wu - Bug 1062886 - Fix one color padded drawing path, r=seth
  2312. # [17:54] * Quits: ProgramFOX (chatzilla@DFD53F50.86EE2321.D3A67D8A.IP) (Ping timeout)
  2313. # [17:54] * Quits: timdream (timdream@F1127317.FBE3670A.67D1952C.IP) (Ping timeout)
  2314. # [17:55] * jchen|away is now known as jchen
  2315. # [17:55] * Joins: timdream (timdream@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2316. # [17:55] * Quits: jdm (jdm@CAB30FBD.8F96AEA7.2D179A7D.IP) (Quit: )
  2317. # [17:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1c68531da79b - Dan Gohman - Bug 1058090 - IonMonkey: Minor compile-time speedups r=luke
  2318. # [17:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/060b6c65fb96 - Dan Gohman - Bug 1068960 - IonMonkey: GVN: Re-establish the original dependency after foldsTo is done r=nbp
  2319. # [17:56] * Quits: bent (chatzilla@moz-BEBF22B1.nycmny.east.verizon.net) (Ping timeout)
  2320. # [17:56] * terrence-afk is now known as terrence
  2321. # [17:56] * glob is now known as glob|away
  2322. # [17:56] * Quits: Mano (mano@C0CCDC47.828A9360.51B98CA5.IP) (Client exited)
  2323. # [17:57] * Joins: jgilbert (jgilbert@DB1C6EF4.49226D6A.E02132C7.IP)
  2324. # [17:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/24a710c83e90 - Patrick McManus - bug 1048468 - pac resolution with myIPAddress can block on dns timeouts r=sworkman
  2325. # [17:57] * Joins: bent (chatzilla@moz-BEBF22B1.nycmny.east.verizon.net)
  2326. # [17:57] <edmorley|sheriffduty> filed bug 1069403
  2327. # [17:58] * Joins: ehugg (ehugg@748AC0B.709C0A2A.6157E88D.IP)
  2328. # [17:58] * Joins: Mossop (dtownsend@53343B0D.8DCA2D5.5E2862A8.IP)
  2329. # [17:58] * Joins: jviereck (Adium@moz-FFD44B52.ethz.ch)
  2330. # [17:59] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/5963a01e4592 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  2331. # [17:59] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/e2241f9eeedc - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2332. # [17:59] * Quits: timdream (timdream@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  2333. # [18:00] * Quits: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net) (Ping timeout)
  2334. # [18:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6990e9c3e88e - Bill McCloskey - Bug 1066447 - Make cloudsync test work in e10s (r=ttaubert)
  2335. # [18:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1ab4be446c67 - Bill McCloskey - Bug 1059207 - Fix capture/bubbling issue with e10s event shims (r=mconley)
  2336. # [18:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/959944d47f09 - Bill McCloskey - Bug 1066645 - [e10s] Fix isWindowPrivate call in about:home search (r=ttaubert)
  2337. # [18:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/df6055033377 - Bill McCloskey - Bug 1053999 - Investigation for JS_TransplantObject crash (r=bholley)
  2338. # [18:00] * Joins: abr (anonymous@moz-817758AE.hsd1.ca.comcast.net)
  2339. # [18:00] * Joins: Pike (chatzilla@moz-202A18D.pool.mediaways.net)
  2340. # [18:00] <@smaug> Enn will possibly kick me
  2341. # [18:01] * Quits: jacek (jacek@moz-ECAAA1A8.psi.wroc.pl) (Quit: Konversation terminated!)
  2342. # [18:02] * geekboy|afk is now known as geekboy
  2343. # [18:02] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f2eaa933b119 - Aleksandar Zlicic - Bug 1069386 - IonMonkey MIPS: Fix build failures on MIPS caused by recent updates (visitAsmJSCall). r=rankov
  2344. # [18:02] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1da7bca1c63d - Branislav Rankov - Bug 972836 - IonMonkey MIPS: Fixed FloatRegisters::GetName. r=mjrosenb
  2345. # [18:02] * ahal is now known as ahal|lunch
  2346. # [18:02] * Quits: MarcoZ (marco.zehe@moz-ABCBD7A6.dip0.t-ipconnect.de) (Quit: l8er)
  2347. # [18:02] <@smaug> Enn: why can't we just attach a controller to the remote <xul:browser>. The state of the commands would be updated from child process. WindowRoot seems to take the controllers from focused element, and xul:browser has focus when the web content has focus.
  2348. # [18:03] <@smaug> that should, as far as I see, keep the setup simpler and closer to what it is now
  2349. # [18:03] * coop is now known as coop|mtg
  2350. # [18:03] <@smaug> feel free to disagree
  2351. # [18:03] * Quits: bent (chatzilla@moz-BEBF22B1.nycmny.east.verizon.net) (Ping timeout)
  2352. # [18:04] * Joins: naveed (nihsanulla@moz-6A023467.bstnma.fios.verizon.net)
  2353. # [18:04] <@smaug> perhaps better to put this all to the bug
  2354. # [18:04] * Quits: overholt (quassel@EFE69C81.935B4999.BF375127.IP) (services.mozilla.org (Too many invalid passwords))
  2355. # [18:04] * Joins: overholt (quassel@EFE69C81.935B4999.BF375127.IP)
  2356. # [18:05] * Quits: gsvelto_ (gsvelto@moz-2311DF2B.clienti.tiscali.it) (Ping timeout)
  2357. # [18:05] * Joins: serge (Thunderbir@CDDCC657.279DB3AD.971E19F6.IP)
  2358. # [18:06] * Fallen is now known as Fallen|away
  2359. # [18:07] * Quits: bjacob (bjacob@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Konversation terminated!)
  2360. # [18:07] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  2361. # [18:07] * Joins: mconley__ (mconley@moz-C07D5168.p2p.sfo1.mozilla.com)
  2362. # [18:08] * Quits: jviereck (Adium@moz-FFD44B52.ethz.ch) (Quit: Leaving.)
  2363. # [18:08] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2cdb665bcdd3 - Eric Rahm - Bug 1060161 - Add stack trace to console.assert,error,trace messages. r=janx
  2364. # [18:08] * Joins: bjacob (bjacob@13F2CEC5.7672369.D8E68FF6.IP)
  2365. # [18:09] * kats is now known as kats-lunch
  2366. # [18:09] * Quits: spohl (Adium@moz-341EC1.static.hvvc.us) (Quit: Leaving.)
  2367. # [18:09] * Quits: tedd (tedd@moz-F095ECDB.transminn.cz) (Ping timeout)
  2368. # [18:09] * Joins: Swatinem (swatinem@moz-C3348152.dynamic.surfer.at)
  2369. # [18:09] * Joins: jimb (user@22A8C0AF.12C72867.C01AC187.IP)
  2370. # [18:10] <Enn> smaug: this is what is already implemented.
  2371. # [18:10] <Enn> smaug: it doesn't work because isCommandEnabled needs to be called synchronously
  2372. # [18:10] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  2373. # [18:11] <Enn> smaug: that is why this bug exists
  2374. # [18:11] * Joins: Jerry (hshih@moz-B0544DC3.dynamic.kbronet.com.tw)
  2375. # [18:11] <@smaug> Enn: the updating doesn't happen synchronously
  2376. # [18:11] * armenzg is now known as armenzg_brb
  2377. # [18:12] <@smaug> Enn: child should always update the state to the parent
  2378. # [18:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/247979f5c8de - Nicolas B. Pierron - Bug 1065996 - Split data / methods of TypePolicy classes. r=jandem
  2379. # [18:12] * Joins: nical (nical@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2380. # [18:12] <@smaug> or am I still missing something
  2381. # [18:13] * Joins: tedd (tedd@FB06519D.B1F0E90D.C9DCDA8C.IP)
  2382. # [18:13] * Joins: alexbardas (alexbardas@moz-62518563.mtv2.mozilla.com)
  2383. # [18:13] <@smaug> Enn: isCommandEnabled: function(aCommand) { in RemoteController.jsm is wrong
  2384. # [18:13] <@smaug> it should have all the state in it
  2385. # [18:14] * Quits: Swatinem (swatinem@moz-C3348152.dynamic.surfer.at) (Ping timeout)
  2386. # [18:14] <@smaug> child sends the data, the controller caches it
  2387. # [18:14] <Enn> smaug: where would it get this state from?
  2388. # [18:14] <@smaug> and isCommandEnabled would return the cache data
  2389. # [18:14] <@smaug> Enn: in you patch you send those two lists
  2390. # [18:14] <@smaug> your
  2391. # [18:14] <@smaug> that data would be cached in the controller
  2392. # [18:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/2d6731985a6e - B2G Bumper Bot - Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
  2393. # [18:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/0b26525f3ddd - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2394. # [18:15] <Enn> ok I think I understand what you mean. TabParent would notify the RemoteController with the list of enabled/disabled commands?
  2395. # [18:16] * FuzzyFox|afk is now known as FuzzyFox
  2396. # [18:16] <@smaug> right
  2397. # [18:16] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/9f2dc7a2df34 - Mats Palmgren - Bug 1067088 - Use aBorderArea when not skipping any sides (e.g. ::first-letter), not the joined border area. r=roc a=sledru
  2398. # [18:16] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  2399. # [18:16] <Enn> smaug: that sounds good to me
  2400. # [18:16] <@smaug> good :)
  2401. # [18:16] * Joins: darkowlzz (ping-darko@97307AC.FA2D1126.274135A6.IP)
  2402. # [18:17] <Enn> smaug: what kind of notification?
  2403. # [18:17] <avih> Gijs: sorry, had to leave earlier. back to reproducing the about/update issue. for some reason i cannot try a fully fresh experiment. i got a fresh nightly dir, fresh profile (with -profile ...) and yet at the about dialog i see a "another instance is currently updating firefox".. where is this info stored and how can i clear it?
  2404. # [18:17] <@smaug> Enn: ?
  2405. # [18:17] * Joins: Mano (mano@C0CCDC47.828A9360.51B98CA5.IP)
  2406. # [18:18] <Gijs> avih: I have no idea, but that sounds more like the bug I pointed to earlier.
  2407. # [18:18] * jchen is now known as jchen|away
  2408. # [18:18] <Gijs> avih: frankly, at this point I would suggest filing a bug in Firefox::Installer with a dump of what you've tried, and needinfo'ing rstrong
  2409. # [18:18] <Gijs> who knows this code several orders of magnitude better than I do :)
  2410. # [18:18] * Quits: jimb (user@22A8C0AF.12C72867.C01AC187.IP) (Ping timeout)
  2411. # [18:18] * coop|mtg is now known as coop
  2412. # [18:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/cf81dcd4302c - James Kitchener - Bug 1066554 - Load stylesheets when instantiated in shadow-dom. r=bz
  2413. # [18:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b946eb96215c - Tom Tromey - Bug 1069371 - Fix typo in call to PROFILER_LABEL. r=BenWa
  2414. # [18:19] * Joins: jgriffin (jgriffin@moz-791CC332.hsd1.wa.comcast.net)
  2415. # [18:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ecea1b6ae733 - Tom Tromey - Bug 1069387 - Fix "Transaction" typos in netwerk/protocol/http. r=mcmanus
  2416. # [18:19] * lth is now known as lth|away
  2417. # [18:19] * Joins: jimb (user@7550086F.12C72867.C01AC187.IP)
  2418. # [18:19] <@smaug> Enn: I guess the easiest option would be to add a new simple interface which RemoteController.jsm implements. It would have something like commandStateUpdates(in DOMString cmd, in bool enabled)
  2419. # [18:19] <avih> Gijs: will do. regardless, do you know if there are other places where firefox on osx might store info other than the app dir and the profile (when executed with -profile) ?
  2420. # [18:20] * mconley__ is now known as mconley_
  2421. # [18:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/18ac09aeaf6c - Jennifer Fong - Bug 1062204 - Make pictures scrollable. r=jryans
  2422. # [18:20] <@smaug> Enn: and TabParent would just access the controller of the browser element, QI to that and update commands
  2423. # [18:20] <Gijs> avih: no.
  2424. # [18:21] <Gijs> avih: as in, I'm fairly sure there *aren't* such places
  2425. # [18:21] <Gijs> so, that's very odd :)
  2426. # [18:21] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/70cb80649115 - B2G Bumper Bot - Bumping gaia.json for 10 gaia revision(s) a=gaia-bump
  2427. # [18:21] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/904483d05623 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2428. # [18:21] <avih> Gijs: indeed... thx.
  2429. # [18:21] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Ping timeout)
  2430. # [18:22] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  2431. # [18:23] <avih> which "perf team workweek" workweek were you talking about at the meeting and which kyle references at his email from few mins ago?
  2432. # [18:24] * Joins: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2433. # [18:24] * rail is now known as rail-lunch
  2434. # [18:24] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/eab5b068f70d - Eric - Bug 1031188 - Ensure that accDescription never duplicates AccessibleName, r=surkov, marcoz
  2435. # [18:24] * Joins: LMS (chatzilla@22A8C0AF.12C72867.C01AC187.IP)
  2436. # [18:24] <lmandel> dmajor: Guessing you're offline but in case I'm wrong, were you able to verify that bug 1058131 doesn't impact 32.0.2?
  2437. # [18:24] * armenzg_brb is now known as armenzg
  2438. # [18:25] * Joins: mib_y5jg92 (Mibbit@4E1CB78.5E737B58.6C915FB4.IP)
  2439. # [18:25] * Joins: jdm (jdm@CAB30FBD.8F96AEA7.2D179A7D.IP)
  2440. # [18:25] * Joins: gandalf (zbraniecki@moz-F9900A0D.hsd1.ca.comcast.net)
  2441. # [18:26] * pmoore|mtg is now known as pmoore
  2442. # [18:26] * Joins: spohl (Adium@moz-C8FD24B3.static.hvvc.us)
  2443. # [18:27] * Joins: rkent (Thunderbir@moz-CCEA8D95.hsd1.wa.comcast.net)
  2444. # [18:27] * pmoore is now known as pmoore|back-later
  2445. # [18:27] * Joins: bwc (Adium@moz-199CCC40.hsd1.ca.comcast.net)
  2446. # [18:27] * Joins: pcwalton (pcwalton@moz-C07D5168.p2p.sfo1.mozilla.com)
  2447. # [18:27] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  2448. # [18:30] * flod is now known as flod|afk
  2449. # [18:30] * Joins: drno (nohlmeier@moz-199CCC40.hsd1.ca.comcast.net)
  2450. # [18:30] * Joins: alex_tz (Adium@CEEFE6CD.3F99DFC0.9B1E38F4.IP)
  2451. # [18:31] * Joins: tomasz (Adium@moz-62518563.mtv2.mozilla.com)
  2452. # [18:31] * Joins: mccr8 (mccr8@moz-62518563.mtv2.mozilla.com)
  2453. # [18:31] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/01da8d5ed02d - Brian Hackett - Bug 1061741 - Remove type slot in typed arrays, r=sfink.
  2454. # [18:31] * ahal|lunch is now known as ahal|afk
  2455. # [18:31] <tromey> BenWa: should calls to profiler_tracing be paired? I ran across some spots where there's a call with TRACING_INTERVAL_START without a corresponding TRACING_INTERVAL_END
  2456. # [18:32] * Joins: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz)
  2457. # [18:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f3397cf24e64 - Nicolas B. Pierron - Bug 1062869 part 0 - JitFrameIterator.cpp: Remove unused pre-declaration. r=h4writer
  2458. # [18:33] <BenWa> tromey: those should be paired but some don’t follow a clear function boundary
  2459. # [18:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b111868be30f - Nicolas B. Pierron - Bug 1062869 part 1 - Replace the AutoValueVector by an HeapAllocated vector of HeapValue. r=h4writer
  2460. # [18:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a98f73f954ee - Nicolas B. Pierron - Bug 1062869 part 2 - Separate the recovery of instructions from the frame reconstruction. r=h4writer
  2461. # [18:33] <@smaug> whimboo: any idea why memchaser doesn't work in e10s-enabled profile
  2462. # [18:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/85b9beefb942 - Nicolas B. Pierron - Bug 1062869 part 3 - Add vector of Ion recover info. r=h4writer
  2463. # [18:33] <@smaug> it just says "Initializing MemChaser..."
  2464. # [18:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/846d57ff7684 - Nicolas B. Pierron - Bug 1062869 part 4 - Add an invalidate function to IonScript. r=h4writer
  2465. # [18:33] <tromey> BenWa: ok, thanks. I found one that I think doesn't have any pairing at all...
  2466. # [18:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/48943bce060d - Nicolas B. Pierron - Bug 1062869 part 5 - Add MaybeReadFallback class to record the fallback method. r=shu
  2467. # [18:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f62b115f169f - Nicolas B. Pierron - Bug 1062869 part 6 - Handle early execution of recover instructions. r=h4writer
  2468. # [18:33] <BenWa> tromey: which one?
  2469. # [18:34] <BenWa> tromey: That stuff is complicated and gets transformed by the front end
  2470. # [18:34] <BenWa> One could be implicit. I don’t recall now
  2471. # [18:35] * Quits: paolo (paolo@88F51059.F3BBB17D.144F44FA.IP) (Connection reset by peer)
  2472. # [18:35] <tromey> BenWa: gfx/layers/ipc/LayerTransactionParent.cpp:206: profiler_tracing("Paint", "Composite", TRACING_INTERVAL_START);
  2473. # [18:35] * Joins: paolo (paolo@88F51059.F3BBB17D.144F44FA.IP)
  2474. # [18:35] <BenWa> tromey: http://mxr.mozilla.org/mozilla-central/source/gfx/layers/ipc/CompositorParent.cpp#736
  2475. # [18:35] <tromey> BenWa: there is at least one other one where the TRACING_INTERVAL_END can be left off due to an early return
  2476. # [18:35] * Joins: jet (jet@moz-79F891EE.hsd1.ca.comcast.net)
  2477. # [18:35] <tromey> BenWa: the CompositorParent one has a _START earlier in that same function
  2478. # [18:35] * Joins: sicking (sicking@moz-5D774EA3.hsd1.ca.comcast.net)
  2479. # [18:36] <tromey> I have a patch to add an RAII helper class, to fix the early return problem
  2480. # [18:37] * Quits: darkowlzz (ping-darko@97307AC.FA2D1126.274135A6.IP) (Ping timeout)
  2481. # [18:38] * Joins: sylvain (scleymans@moz-62518563.mtv2.mozilla.com)
  2482. # [18:38] * Joins: Mook_as (mook@moz-1FCC0032.activestate.com)
  2483. # [18:38] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Ping timeout)
  2484. # [18:39] * Quits: Mossop (dtownsend@53343B0D.8DCA2D5.5E2862A8.IP) (Connection reset by peer)
  2485. # [18:39] <BenWa> tromey: I think in that case we might not consider a composite
  2486. # [18:40] * baku is now known as baku|away
  2487. # [18:40] <tromey> BenWa: you lost me there :)
  2488. # [18:40] * bc is now known as bc|afk
  2489. # [18:41] * Quits: alex_tz (Adium@CEEFE6CD.3F99DFC0.9B1E38F4.IP) (Quit: Leaving.)
  2490. # [18:41] <BenWa> tromey: The _END tracing eventon 736 is always hit when we hit 706 (EndEmptyTransaction)
  2491. # [18:41] * Joins: deian (d@moz-6A11E8E3.hsd1.ca.comcast.net)
  2492. # [18:41] <BenWa> In some case we will have a _START without a matched _END and that is just considered as we didn’t composite
  2493. # [18:42] * Joins: pepijndevos (pepijndevo@9EACEF43.E50A3180.BCE47D84.IP)
  2494. # [18:42] <tromey> BenWa: if it is ok to do that then I'll just drop this patchlet. it just seemed weird to me to have unpaired calls, but I wasn't really sure whether this was ok or not
  2495. # [18:43] * RyanVM is now known as RyanVM|sheriffduty
  2496. # [18:43] <BenWa> tromey: this is the code that builds out the data in the profiler using the raw input data: https://github.com/bgirard/cleopatra/blob/master/js/parserWorker.js#L2211
  2497. # [18:43] <BenWa> tromey: I’m not happy at how it turned out but to make it better I would of had to intrument gecko a lot more
  2498. # [18:44] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/46fc3e04fcbb - Dan Minor - Bug 1068946 - Disable jsapi-tests for b2g emulators; r=RyanVM
  2499. # [18:44] * Joins: walter (walter@moz-62518563.mtv2.mozilla.com)
  2500. # [18:44] * Joins: squib (squib@moz-FD68D6B2.dhcp.mdsn.wi.charter.com)
  2501. # [18:44] * Quits: dij (Mibbit@9B9315E1.A6025CA.1C37C358.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  2502. # [18:45] * Quits: ehugg (ehugg@748AC0B.709C0A2A.6157E88D.IP) (Quit: ehugg)
  2503. # [18:46] <jduell> smaug: I don't recall seeing a bug for your hang before. File one and cc :mcmanus and :mayhemer
  2504. # [18:46] * edmorley|sheriffduty is now known as edmorley
  2505. # [18:46] <@smaug> jduell: will do if I see it again
  2506. # [18:46] * Joins: juanb (jbecerra@9A8F8379.AB582455.4C70188C.IP)
  2507. # [18:46] <tromey> BenWa: ok, thanks... I will just drop this, it seems good enough
  2508. # [18:46] * Quits: ferjm (textual@moz-C75BC392.upc-i.chello.nl) (Quit: Textual IRC Client: www.textualapp.com)
  2509. # [18:47] * Joins: lizzard (ehenry@moz-24157589.mtv2.mozilla.com)
  2510. # [18:47] * Quits: bnicholson (bnicholson@D5DEB921.F67EC404.A36C57B9.IP) (Ping timeout)
  2511. # [18:48] * Quits: emtwo (Adium@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Leaving.)
  2512. # [18:48] * catlee-lunch is now known as catlee
  2513. # [18:49] * flod|afk is now known as flod
  2514. # [18:50] * Joins: ekr (Adium@moz-24157589.mtv2.mozilla.com)
  2515. # [18:50] * jlund is now known as jlund|brb
  2516. # [18:50] * Joins: darkowlzz (ping-darko@3E337DB3.F4221874.BF75B16D.IP)
  2517. # [18:51] * Quits: jgilbert (jgilbert@DB1C6EF4.49226D6A.E02132C7.IP) (Ping timeout)
  2518. # [18:51] * Quits: @smaug (chatzilla@moz-38C5B03.elisa-laajakaista.fi) (Ping timeout)
  2519. # [18:51] * Quits: erahm (Adium@moz-A511F1A0.hsd1.or.comcast.net) (Quit: Leaving.)
  2520. # [18:52] * baku|away is now known as baku
  2521. # [18:54] * geekboy is now known as geekboy|afk
  2522. # [18:54] * Joins: ashughes (uid34327@moz-E77DEB21.irccloud.com)
  2523. # [18:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/58d442d9d5d4 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  2524. # [18:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/e8ffc02bd089 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2525. # [18:55] * Quits: jdm (jdm@CAB30FBD.8F96AEA7.2D179A7D.IP) (Ping timeout)
  2526. # [18:56] * Joins: jdm (jdm@CAB30FBD.8F96AEA7.2D179A7D.IP)
  2527. # [18:57] * Quits: spohl (Adium@moz-C8FD24B3.static.hvvc.us) (Quit: Leaving.)
  2528. # [18:57] * Joins: ehugg (ehugg@moz-84375198.mycingular.net)
  2529. # [18:57] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  2530. # [18:58] * Joins: tessarakt3 (jens@moz-869C3139.adsl.alicedsl.de)
  2531. # [18:58] * Quits: jrmuizel (jrmuizel@FCCEA34F.7672369.D8E68FF6.IP) (Client exited)
  2532. # [18:58] * rail-lunch is now known as rail
  2533. # [18:59] * Joins: erahm (Adium@moz-48DA118C.hsd1.or.comcast.net)
  2534. # [18:59] * Quits: masayuki (Thunderbir@moz-7765A755.zaq.ne.jp) (Ping timeout)
  2535. # [19:00] * Quits: Honza (chatzilla@AD352C7D.6B021720.1475A184.IP) (Ping timeout)
  2536. # [19:00] * Quits: Andreea_CIduty (Thunderbir@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP) (Quit: Andreea_CIduty)
  2537. # [19:01] * Quits: walter (walter@moz-62518563.mtv2.mozilla.com) (Input/output error)
  2538. # [19:01] * Joins: walter (Adium@moz-62518563.mtv2.mozilla.com)
  2539. # [19:02] * Quits: ahameez (ahameez@5764AD83.64B0CB19.DDE7AB2D.IP) (Quit: Going offline, see ya! (www.adiirc.com))
  2540. # [19:03] * Joins: stefanh|away (stefanh@moz-3EED0162.customers.ownit.se)
  2541. # [19:04] <RyanVM|sheriffduty> bz: *sigh* of course the bug doesn't reproduce when you add some extra logging - I guess that helps bolster the timing theory
  2542. # [19:04] * jet is now known as jet|afk
  2543. # [19:05] * Joins: larsg (larsg@moz-B0B391A1.dip0.t-ipconnect.de)
  2544. # [19:05] <bz> RyanVM|sheriffduty: mmm
  2545. # [19:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/d1ae4274cf8b - Justin Dolske - Bug 836415 - Kill PFS. r=bsmedberg
  2546. # [19:05] * Quits: bmoss (bmoss@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2547. # [19:05] <bz> RyanVM|sheriffduty: I just changed those strings; shouldn't have affected anything
  2548. # [19:05] * bz retriggers some more
  2549. # [19:05] <RyanVM|sheriffduty> bz: we could always just land it in production and see if it hits in the wild too
  2550. # [19:05] * Joins: marco (Adium@moz-62518563.mtv2.mozilla.com)
  2551. # [19:05] * Joins: bnicholson (bnicholson@moz-62518563.mtv2.mozilla.com)
  2552. # [19:06] <bz> yeah
  2553. # [19:06] <bz> if this fails, I'll do just that
  2554. # [19:06] * Quits: ejpbruel (ejpbruel@moz-C216A63F.cm-7-4b.dynamic.ziggo.nl) (Ping timeout)
  2555. # [19:08] * chmanchester is now known as chmanchester|afk
  2556. # [19:08] * Quits: ddahl (ddahl@229A7079.78B47078.37339E3A.IP) (Ping timeout)
  2557. # [19:09] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0347aeb7f39b - Nicolas B. Pierron - Bug 1069260 - Add MFunctionEnvironment::foldsTo. r=sunfish
  2558. # [19:09] * pbrosset is now known as pbrosset|afk
  2559. # [19:09] * Rik is now known as Rik|afk
  2560. # [19:09] * Joins: spohl (Adium@53A59633.4683F45C.B193FCFC.IP)
  2561. # [19:10] * Joins: myk (myk@moz-62518563.mtv2.mozilla.com)
  2562. # [19:11] * Quits: myk (myk@moz-62518563.mtv2.mozilla.com) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  2563. # [19:11] * Joins: myk (myk@moz-62518563.mtv2.mozilla.com)
  2564. # [19:11] * ashughes is now known as ashughes|mtg
  2565. # [19:12] * Joins: bmoss (bmoss@moz-62518563.mtv2.mozilla.com)
  2566. # [19:13] * khuey|away is now known as khuey
  2567. # [19:13] * Quits: ekr (Adium@moz-24157589.mtv2.mozilla.com) (Quit: Leaving.)
  2568. # [19:13] * jlund|brb is now known as jlund
  2569. # [19:13] * nical is now known as nical|away
  2570. # [19:14] * Quits: gokce (gokce@2B245086.55DBA505.232D870F.IP) (Quit: Konversation terminated!)
  2571. # [19:14] * Joins: gsvelto_ (gsvelto@moz-2311DF2B.clienti.tiscali.it)
  2572. # [19:15] * Quits: bmoss (bmoss@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2573. # [19:15] <jcranmer|away> edmorley: hey, I see something on treeherder for c-c finally
  2574. # [19:15] <jcranmer|away> except some of the jobs are repeated a couple dozen times
  2575. # [19:16] * Joins: bent (chatzilla@7E72AAE3.BD72CFAB.E7753432.IP)
  2576. # [19:16] * Joins: Mossop (dtownsend@53343B0D.8DCA2D5.5E2862A8.IP)
  2577. # [19:17] * kats-lunch is now known as kats
  2578. # [19:18] * mdas is now known as mdas|afk
  2579. # [19:19] * Quits: Gijs (gijs@moz-F43321EC.business.telecomitalia.it) (Quit: poof!)
  2580. # [19:19] * Joins: Archaeopteryx (itsme@moz-28593E76.cust.telecolumbus.net)
  2581. # [19:20] * Joins: kip (kip@A6CF435B.D1155E2C.CFC2A289.IP)
  2582. # [19:21] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2583. # [19:21] * Quits: bjacob (bjacob@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2584. # [19:22] * Joins: loadbang (simon@moz-CBC83975.range86-149.btcentralplus.com)
  2585. # [19:22] * BenWa is now known as BenWa|email
  2586. # [19:23] * bc|afk is now known as bc
  2587. # [19:23] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2588. # [19:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b5cbf93f6b48 - Kartikaya Gupta - Bug 1056423 - Adjust scrollbar clip rect also when accounting for async transform. r=botond
  2589. # [19:23] * Quits: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca) (Quit: surkov)
  2590. # [19:23] <RyanVM|sheriffduty> jcranmer|away: #treeherder is probably a better channel to discuss in
  2591. # [19:23] * Quits: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net) (Ping timeout)
  2592. # [19:24] * Joins: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net)
  2593. # [19:24] <jcranmer|away> RyanVM|sheriffduty: well, no one's discussing anything else in here right now ;-)
  2594. # [19:24] * bz is now known as bz_away
  2595. # [19:24] <RyanVM|sheriffduty> and a lot of devs aren't in here either ;)
  2596. # [19:24] <RyanVM|sheriffduty> but do what you want
  2597. # [19:24] <jcranmer|away> where is everybody anyways?
  2598. # [19:24] * Quits: loadbang (simon@moz-CBC83975.range86-149.btcentralplus.com) (Quit: loadbang)
  2599. # [19:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/ba90610d450a - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  2600. # [19:25] <Callek> jcranmer|away: hard to tell, when people are here when |away and away when here
  2601. # [19:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/ea47a4e169c5 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2602. # [19:25] <Callek> :-P
  2603. # [19:25] <jcranmer|away> Callek: well, I'm |away because I'm at work and not really being responsive to IRC
  2604. # [19:25] * Quits: gcp (gcp@moz-9CEB1C98.access.telenet.be) (Quit: Leaving)
  2605. # [19:26] * Joins: robertbindar (Thunderbir@moz-C07D5168.p2p.sfo1.mozilla.com)
  2606. # [19:26] <Callek> jcranmer|away: if you're not careful you might end up like NeilAway and be referred to that way forever
  2607. # [19:26] * Callek laughs each time he sees "r=NeilAway"
  2608. # [19:27] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  2609. # [19:27] <jcranmer|away> I've not done it yet
  2610. # [19:27] <jcranmer|away> come close once or twice
  2611. # [19:28] <jcranmer|away> I'm just waiting for him to change his bugzilla nick to [:NeilAway]
  2612. # [19:28] <edmorley> jcranmer|away: yeah fixed in bug 1035222 :-) The job repetition isn't a bug though, same on TBPL https://tbpl.mozilla.org/?tree=Thunderbird-Trunk - someone has been retriggering
  2613. # [19:28] <jcranmer|away> or maybe even [:NeilZZZ]
  2614. # [19:28] <jcranmer|away> edmorley: huh, I assume it was repetettive because they all had the same start/end time
  2615. # [19:28] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Ping timeout)
  2616. # [19:29] <jcranmer|away> maybe now I can start dogfooding treeherder for once
  2617. # [19:29] <edmorley> jcranmer|away: timestamp varies slightly - someone just hammered the retrigger over a short space of time :-)
  2618. # [19:29] * Quits: maxli (maxli@moz-EE42E0E.student.cs.uwaterloo.ca) (Quit: Leaving.)
  2619. # [19:29] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2620. # [19:29] * chmanchester|afk is now known as chmanchester
  2621. # [19:30] * Quits: larsg (larsg@moz-B0B391A1.dip0.t-ipconnect.de) (Input/output error)
  2622. # [19:31] * Quits: Avasz (quassel@B3933171.96B79CA7.8320794.IP) (Ping timeout)
  2623. # [19:31] * Joins: emtwo (Adium@13F2CEC5.7672369.D8E68FF6.IP)
  2624. # [19:31] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  2625. # [19:32] * Quits: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net) (Ping timeout)
  2626. # [19:32] * Joins: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net)
  2627. # [19:32] * Joins: ejpbruel (ejpbruel@moz-C216A63F.cm-7-4b.dynamic.ziggo.nl)
  2628. # [19:33] * BenWa|email is now known as BenWa
  2629. # [19:33] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2630. # [19:33] * Joins: mats (chatzilla@moz-7CD29A19.a149.priv.bahnhof.se)
  2631. # [19:33] * Quits: tonymec (tonymec@153C168A.2774E2BA.A9371869.IP) (Ping timeout)
  2632. # [19:33] * Joins: kgrandon (Adium@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2633. # [19:34] * qDot is now known as qDot|away
  2634. # [19:34] * Quits: deian (d@moz-6A11E8E3.hsd1.ca.comcast.net) (Ping timeout)
  2635. # [19:34] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/474174a2f4cb - Bill McCloskey - Bug 1063669 - Don't enable e10s if IME is detected (r=jimm)
  2636. # [19:34] * Quits: tonymec_KDE (tonymec@153C168A.2774E2BA.A9371869.IP) (Ping timeout)
  2637. # [19:34] <Mossop> RyanVM|sheriffduty: So e10s bc1 ASAN runs are currently showing some odd messages at the top of the log, look like crashes, but the build shows green. Is that expected? https://tbpl.mozilla.org/php/getParsedLog.php?id=48354264&tree=Mozilla-Central
  2638. # [19:34] <RyanVM|sheriffduty> Mossop: yes
  2639. # [19:34] * Joins: handyman (handyman@moz-B454F4E9.hsd1.ca.comcast.net)
  2640. # [19:34] * Joins: jgilbert (jgilbert@DB1C6EF4.49226D6A.E02132C7.IP)
  2641. # [19:34] <RyanVM|sheriffduty> all ASAN mochitest runs have them
  2642. # [19:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/ac4bfb631c1e - Fabrice Desré - backout bug 1029943 for performance regressions (see bug 1066515)
  2643. # [19:35] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/7cd3ae0255ec - Nick Alexander - Bug 996753 - Workaround for Fx33 not having AppConstants.Versions. r=rnewman, a=bustage
  2644. # [19:35] <RyanVM|sheriffduty> ASAN bc runs that is
  2645. # [19:35] <Mossop> Ok, I can ignore that on my try run too then
  2646. # [19:35] <RyanVM|sheriffduty> bug 982600
  2647. # [19:35] * RyanVM|sheriffduty would love if we could find a way to suppress that
  2648. # [19:36] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2649. # [19:36] * Joins: dzbarsky (Adium@moz-C62DD886.wlan.asc.upenn.edu)
  2650. # [19:36] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Ping timeout)
  2651. # [19:36] * Joins: larsg (larsg@moz-B0B391A1.dip0.t-ipconnect.de)
  2652. # [19:36] * geekboy|afk is now known as geekboy
  2653. # [19:37] * Quits: paolo (paolo@88F51059.F3BBB17D.144F44FA.IP) (Quit: Konversation terminated!)
  2654. # [19:37] * Quits: nical|away (nical@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: nical|away)
  2655. # [19:37] * Quits: walter (Adium@moz-62518563.mtv2.mozilla.com) (Quit: Leaving.)
  2656. # [19:38] * Quits: dzbarsky (Adium@moz-C62DD886.wlan.asc.upenn.edu) (Quit: Leaving.)
  2657. # [19:38] * Joins: alex_tz (Adium@CEEFE6CD.3F99DFC0.9B1E38F4.IP)
  2658. # [19:38] * Quits: LMS (chatzilla@22A8C0AF.12C72867.C01AC187.IP) (Ping timeout)
  2659. # [19:38] * Joins: walter (walter@moz-62518563.mtv2.mozilla.com)
  2660. # [19:38] * Joins: LMS (chatzilla@22A8C0AF.12C72867.C01AC187.IP)
  2661. # [19:38] * Quits: hunboy (hunboy@moz-C2104979.pool.invitel.hu) (Ping timeout)
  2662. # [19:39] * Joins: azakai_ (alon@moz-62518563.mtv2.mozilla.com)
  2663. # [19:39] * Quits: spohl (Adium@53A59633.4683F45C.B193FCFC.IP) (Quit: Leaving.)
  2664. # [19:39] * Joins: spohl (Adium@moz-12F0031B.reverse.softlayer.com)
  2665. # [19:41] * Joins: dzbarsky (Adium@moz-C62DD886.wlan.asc.upenn.edu)
  2666. # [19:41] * Quits: dzbarsky (Adium@moz-C62DD886.wlan.asc.upenn.edu) (Connection reset by peer)
  2667. # [19:41] * Quits: larsg (larsg@moz-B0B391A1.dip0.t-ipconnect.de) (Input/output error)
  2668. # [19:42] * Quits: LMS (chatzilla@22A8C0AF.12C72867.C01AC187.IP) (Ping timeout)
  2669. # [19:42] * Quits: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net) (Input/output error)
  2670. # [19:44] <edmorley> jcranmer|away: the jobs shown for c-c are just the last 4 hours worth, will ingest all from now on
  2671. # [19:44] * Joins: mwobensmith1 (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2672. # [19:44] * Joins: hunboy (hunboy@moz-6A16F06D.pool.invitel.hu)
  2673. # [19:44] * Quits: joshua-s (Thunderbir@moz-D915C494.syrcny.east.verizon.net) (Quit: Try Firetext (https://marketplace.firefox.com/app/firetext), a word processor for Firefox OS!)
  2674. # [19:44] * Joins: mwobensmith2 (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2675. # [19:44] * Quits: mwobensmith1 (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Connection reset by peer)
  2676. # [19:44] * Quits: jchaulk (jchaulk@moz-16B31471.dsl.teksavvy.com) (Quit: Leaving.)
  2677. # [19:44] * Quits: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Connection reset by peer)
  2678. # [19:44] <jcranmer|away> I figured as much
  2679. # [19:44] * kaze is now known as kaze|afk
  2680. # [19:45] * Joins: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2681. # [19:45] * Quits: mwobensmith2 (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Connection reset by peer)
  2682. # [19:45] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/b541be2a5459 - Dan Mosedale - Bug 1065153 - Support call URLs with guest or FxA hawk session types, r=MattN
  2683. # [19:46] * armenzg is now known as armenzg_lunch
  2684. # [19:46] <RyanVM|sheriffduty> kats: https://tbpl.mozilla.org/php/getParsedLog.php?id=48390251&tree=Mozilla-Inbound
  2685. # [19:47] <walter> Is it possible to run try's hazard analysis locally (I'm running Linux)?
  2686. # [19:47] <kats> RyanVM|sheriffduty: crap, i can fix
  2687. # [19:47] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2688. # [19:48] * Quits: Anupkumar (uid16774@moz-A42E5B7B.irccloud.com) (Quit: Connection closed for inactivity)
  2689. # [19:48] <mccr8> walter: that's a question for sfink, but I think the answer is "not really"
  2690. # [19:48] * Joins: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP)
  2691. # [19:48] * Joins: joshua-s (Thunderbir@moz-D915C494.syrcny.east.verizon.net)
  2692. # [19:48] <mccr8> walter: also if you are having some trouble with interpreting the results, #jsapi can probably help
  2693. # [19:49] <walter> mccr8, ah, I'll head over there. Thank you!
  2694. # [19:49] <mccr8> np
  2695. # [19:50] * Quits: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  2696. # [19:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/18be3ab7b25e - Kartikaya Gupta - Bug 1056423 - Follow-up to fix build bustage on a CLOSED TREE. r=me
  2697. # [19:51] * Joins: LMS (chatzilla@22A8C0AF.12C72867.C01AC187.IP)
  2698. # [19:52] * padenot|pto is now known as padenot|pto|away
  2699. # [19:52] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2700. # [19:52] * Quits: bbondy (bbondy@moz-E2815EB6.home.cgocable.net) (Client exited)
  2701. # [19:53] * Joins: bbondy (bbondy@moz-E2815EB6.home.cgocable.net)
  2702. # [19:54] * qDot|away is now known as qDot
  2703. # [19:55] * Quits: bbondy (bbondy@moz-E2815EB6.home.cgocable.net) (Ping timeout)
  2704. # [19:55] <Mossop> RyanVM|sheriffduty: What OS do our linux slaves run on (64-bit ASAN particularly)?
  2705. # [19:55] * Quits: lizzard (ehenry@moz-24157589.mtv2.mozilla.com) (Quit: lizzard)
  2706. # [19:56] * Joins: florent (Thunderbir@moz-27E67FC6.w92-144.abo.wanadoo.fr)
  2707. # [19:56] <RyanVM|sheriffduty> ubuntu 12.04 I think
  2708. # [19:56] <RyanVM|sheriffduty> yeah, 12.04
  2709. # [19:57] * Joins: bsmedberg (bsmedberg@moz-820FF4CB.jst.pa.atlanticbb.net)
  2710. # [19:57] * ChanServ sets mode: +o bsmedberg
  2711. # [19:58] * Quits: gabor (gabor@moz-95CF971E.net-tv.hu) (Client exited)
  2712. # [19:58] * Joins: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2713. # [19:59] * Joins: till (till@1179F0DA.460B008.83FEECC7.IP)
  2714. # [20:00] * Quits: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP) (Quit: Leaving)
  2715. # [20:00] <Callek> Mossop: testers are Ubuntu LTS 12.04
  2716. # [20:00] * Quits: LMS (chatzilla@22A8C0AF.12C72867.C01AC187.IP) (Ping timeout)
  2717. # [20:00] * Quits: ewong|sleep (chatzilla@moz-8777076B.netvigator.com) (Ping timeout)
  2718. # [20:00] <Callek> Mossop: builders are CentOS 6.2
  2719. # [20:00] <Mossop> Callek: Thanks
  2720. # [20:00] * padenot|pto|away is now known as padenot|pto
  2721. # [20:00] * padenot|pto is now known as padenot|pto|away
  2722. # [20:00] <Mossop> Hmm, I wonder which I should use
  2723. # [20:00] * Joins: LMS (chatzilla@22A8C0AF.12C72867.C01AC187.IP)
  2724. # [20:01] * Joins: bholley (bholley@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2725. # [20:01] * Joins: ewong|sleep (chatzilla@moz-8777076B.netvigator.com)
  2726. # [20:01] * Joins: larsg (larsg@moz-B0B391A1.dip0.t-ipconnect.de)
  2727. # [20:01] * jchen|away is now known as jchen
  2728. # [20:02] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2729. # [20:02] * hwine is now known as hwine|afk
  2730. # [20:03] <RyanVM|sheriffduty> Mossop: I'd think the test environment is more important :)
  2731. # [20:03] <mfinkle> jimb: can you try the builds in bug 1045746 ?
  2732. # [20:03] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2733. # [20:03] <kats> jdm: send me trychooser syntax and i can do the try push
  2734. # [20:03] * KWierso|afk is now known as KWierso
  2735. # [20:04] * Quits: kip (kip@A6CF435B.D1155E2C.CFC2A289.IP) (Connection reset by peer)
  2736. # [20:04] * Quits: darkowlzz (ping-darko@3E337DB3.F4221874.BF75B16D.IP) (Quit: Leaving...)
  2737. # [20:04] * Joins: kip (kip@A6CF435B.D1155E2C.CFC2A289.IP)
  2738. # [20:04] * Joins: smaug (chatzilla@moz-38C5B03.elisa-laajakaista.fi)
  2739. # [20:04] * ChanServ sets mode: +o smaug
  2740. # [20:05] * Joins: bbondy (bbondy@moz-E2815EB6.home.cgocable.net)
  2741. # [20:05] * FuzzyFox is now known as FuzzyFox|afk
  2742. # [20:05] * Joins: sunfish (chatzilla@moz-62518563.mtv2.mozilla.com)
  2743. # [20:06] <jimb> mfinkle: Ah, sorry. Dropped that.
  2744. # [20:06] <jimb> mfinkle: I'll give them a try today.
  2745. # [20:06] * Quits: alex_tz (Adium@CEEFE6CD.3F99DFC0.9B1E38F4.IP) (Quit: Leaving.)
  2746. # [20:06] * Joins: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net)
  2747. # [20:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/33d4eb541773 - Ryan VanderMeulen - Backed out 7 changesets (bug 1062869) for ASAN UAF and Hazard Analysis failures.
  2748. # [20:07] * KWierso is now known as KWierso|mtg
  2749. # [20:07] <jdm> kats: try: -b do -p linux,linux64,win32,emulator,linux64_gecko -u xpcshell,marionette-webapi,gaia-ui-test,gaia-integration -t none
  2750. # [20:08] * Joins: rvid (textual@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2751. # [20:08] <kats> jdm: argh, try is closed. i'll push when it reopens
  2752. # [20:09] <jdm> always more roadblocks
  2753. # [20:09] * Joins: mmcdonough (Martin@890E5CBB.49A896E6.DF3AB84E.IP)
  2754. # [20:09] * jet|afk is now known as jet|mtg
  2755. # [20:10] * Quits: Mano (mano@C0CCDC47.828A9360.51B98CA5.IP) (Client exited)
  2756. # [20:10] <RyanVM|sheriffduty> kats: jdm: I do what I can to "help"
  2757. # [20:11] <kats> RyanVM|sheriffduty: if i don't care about windows builds, can i push to try with CLOSED TREE?
  2758. # [20:11] <RyanVM|sheriffduty> kats: go for it
  2759. # [20:11] <kats> excellent
  2760. # [20:11] * Parts: mmcdonough (Martin@890E5CBB.49A896E6.DF3AB84E.IP) (Still 20/20)
  2761. # [20:11] * Joins: arnaud_bienner (arno@moz-A1109EC1.dsl.sta.abo.bbox.fr)
  2762. # [20:11] * RyanVM|sheriffduty just did want to deal with the litany of "WTF happened to the Windows builds on my Try push?" questions he'll get if he leaves it open
  2763. # [20:11] <RyanVM|sheriffduty> didn't* even
  2764. # [20:12] * geekboy is now known as geekboy|afk
  2765. # [20:12] <RyanVM|sheriffduty> at least you'll know what you're getting yourself into if you push anyway
  2766. # [20:12] <kats> fair enough
  2767. # [20:12] * Quits: Jackneill (Jackneill@moz-2CB033D8.pool.digikabel.hu) (Ping timeout)
  2768. # [20:13] * Joins: bmoss (bmoss@moz-62518563.mtv2.mozilla.com)
  2769. # [20:13] * Joins: ferjm (textual@moz-C75BC392.upc-i.chello.nl)
  2770. # [20:13] * Joins: deian (d@moz-AB71E29F.hsd1.ca.comcast.net)
  2771. # [20:13] * Joins: espadrine (ttyl@moz-5FDBCFD4.w92-128.abo.wanadoo.fr)
  2772. # [20:14] * geekboy|afk is now known as geekboy
  2773. # [20:16] * Joins: grobinson (grobinson@moz-8E3BD44C.dsl.dynamic.sonic.net)
  2774. # [20:16] * Quits: ferjm (textual@moz-C75BC392.upc-i.chello.nl) (Quit: Textual IRC Client: www.textualapp.com)
  2775. # [20:16] * Joins: tiziana (tiziana@F2337031.84DADFCF.73D36934.IP)
  2776. # [20:16] * Joins: Optimizer1 (Instantbir@17C7FA85.172E64F1.BE4CF869.IP)
  2777. # [20:17] * Joins: pnkfelix (pnkfelix@moz-43495417.fbx.proxad.net)
  2778. # [20:20] * Quits: jdm (jdm@CAB30FBD.8F96AEA7.2D179A7D.IP) (Quit: )
  2779. # [20:20] <kats> what component do i use to file bugs in the try email notification?
  2780. # [20:21] * Quits: @not_gavin (gavin@gavinsharp.com) (Input/output error)
  2781. # [20:21] * Joins: not_gavi1 (gavin@gavinsharp.com)
  2782. # [20:21] <jfkthame> if it's the wrong changesets being listed, there's already a bug
  2783. # [20:21] <kats> ok
  2784. # [20:21] * Quits: Optimizer1 (Instantbir@17C7FA85.172E64F1.BE4CF869.IP) (Ping timeout)
  2785. # [20:22] <jfkthame> see bug 1062557
  2786. # [20:22] * Quits: bmoss (bmoss@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2787. # [20:25] * Quits: gandalf (zbraniecki@moz-F9900A0D.hsd1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  2788. # [20:25] <garvank> RyanVM|sheriffduty: after a backout, do I mark a bug checkin-needed to get it back in? https://bugzilla.mozilla.org/show_bug.cgi?id=1054520
  2789. # [20:25] <RyanVM|sheriffduty> garvank: wfm
  2790. # [20:26] <garvank> RyanVM|sheriffduty thanks!
  2791. # [20:26] * Quits: bnicholson (bnicholson@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2792. # [20:28] * Quits: padenot|pto|away (paul@moz-8A7708E6.members.linode.com) (Quit: WeeChat 0.3.7)
  2793. # [20:28] * Quits: benjamin (benjamin@moz-8A7708E6.members.linode.com) (Input/output error)
  2794. # [20:28] * Quits: drs (drs@moz-8A7708E6.members.linode.com) (Quit: ZNC - http://znc.in)
  2795. # [20:30] * Joins: gandalf (zbraniecki@moz-F9900A0D.hsd1.ca.comcast.net)
  2796. # [20:30] <whimboo> smaug: hm, we never tested e10s
  2797. # [20:30] * Joins: Jackneill (Jackneill@moz-2CB033D8.pool.digikabel.hu)
  2798. # [20:31] <whimboo> smaug: i would say file a bug and we can take care of
  2799. # [20:31] * Joins: drs (drs@moz-8A7708E6.members.linode.com)
  2800. # [20:32] * Joins: padenot|pto (paul@moz-8A7708E6.members.linode.com)
  2801. # [20:34] <@smaug> k
  2802. # [20:35] * Quits: Jerry (hshih@moz-B0544DC3.dynamic.kbronet.com.tw) (Quit: Leaving)
  2803. # [20:36] * Joins: bnicholson (bnicholson@moz-62518563.mtv2.mozilla.com)
  2804. # [20:36] <whimboo> smaug: otherwise it works for you
  2805. # [20:36] <whimboo> ?
  2806. # [20:36] * Quits: ewong|sleep (chatzilla@moz-8777076B.netvigator.com) (Ping timeout)
  2807. # [20:36] * Fallen|away is now known as Fallen
  2808. # [20:36] <@smaug> whimboo: on non-e10s it works fine
  2809. # [20:37] <@smaug> whimboo: where should I file the bug?
  2810. # [20:37] * Joins: yeukhon (yeukhon@moz-A4A36DA6.buckcmtk01.res.dyn.suddenlink.net)
  2811. # [20:37] * Joins: ewong|sleep (chatzilla@moz-8777076B.netvigator.com)
  2812. # [20:37] <whimboo> smaug: https://github.com/mozilla/memchaser/issues
  2813. # [20:37] <@smaug> uh, github
  2814. # [20:37] <@smaug> don't have account
  2815. # [20:37] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  2816. # [20:38] * baku is now known as baku|away
  2817. # [20:39] * Quits: @ted (luser@moz-E6C2C32D.sctnpa.east.verizon.net) (Quit: Leaving)
  2818. # [20:39] * Quits: deian (d@moz-AB71E29F.hsd1.ca.comcast.net) (Ping timeout)
  2819. # [20:39] * Joins: Jesse (jruderman@moz-62518563.mtv2.mozilla.com)
  2820. # [20:39] * mdas|afk is now known as mdas
  2821. # [20:40] <whimboo> smaug: works for me in e10s mode
  2822. # [20:40] <whimboo> anything in the js console?
  2823. # [20:41] * Quits: drno (nohlmeier@moz-199CCC40.hsd1.ca.comcast.net) (Quit: drno)
  2824. # [20:41] <@smaug> whimboo: TypeError: frame.contentDocument is undefined
  2825. # [20:41] <@smaug> oh, I wonder..
  2826. # [20:41] * Quits: tiziana (tiziana@F2337031.84DADFCF.73D36934.IP) (Quit: tiziana)
  2827. # [20:41] <@smaug> no, doesn't work
  2828. # [20:42] * Quits: flo-retina (Instantbir@moz-25D49B0E.ip-37-59-48.eu) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  2829. # [20:44] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  2830. # [20:44] * Quits: Shadowized (Shadowized@moz-90971C79.trying.to.trac3.me) (Ping timeout)
  2831. # [20:44] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2832. # [20:44] * hwine|afk is now known as hwine-food
  2833. # [20:44] * Joins: Shadowized (Shadowized@moz-90971C79.trying.to.trac3.me)
  2834. # [20:45] * Joins: Mano (mano@C0CCDC47.828A9360.51B98CA5.IP)
  2835. # [20:45] <whimboo> smaug: thats not in our code
  2836. # [20:45] * Quits: scravag (Adium@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: Leaving.)
  2837. # [20:45] <whimboo> is that addon sdk?
  2838. # [20:46] * Joins: jkitch (Thunderbir@moz-99148E48.lns21.adl2.internode.on.net)
  2839. # [20:46] * Quits: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  2840. # [20:46] <@smaug> whimboo: yes
  2841. # [20:46] * Joins: drno (nohlmeier@moz-199CCC40.hsd1.ca.comcast.net)
  2842. # [20:46] <@smaug> but the error contains memchaser
  2843. # [20:46] * Quits: marco (Adium@moz-62518563.mtv2.mozilla.com) (Quit: Leaving.)
  2844. # [20:46] * Quits: Shadowized (Shadowized@moz-90971C79.trying.to.trac3.me) (Ping timeout)
  2845. # [20:46] <whimboo> smaug: any stack trace? also which platform and fx version? debug?
  2846. # [20:46] * Joins: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net)
  2847. # [20:47] * Quits: funnel (hegel@DEB31F3E.28CFCE3E.FC69BED9.IP) (Ping timeout)
  2848. # [20:47] <@smaug> whimboo: http://pastebin.mozilla.org/6540753
  2849. # [20:47] * Quits: mt_ (mt@moz-199CCC40.hsd1.ca.comcast.net) (Ping timeout)
  2850. # [20:47] * Joins: mt_ (mt@moz-199CCC40.hsd1.ca.comcast.net)
  2851. # [20:48] * Quits: gandalf (zbraniecki@moz-F9900A0D.hsd1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  2852. # [20:48] * Joins: funnel (hegel@DEB31F3E.28CFCE3E.FC69BED9.IP)
  2853. # [20:48] * Quits: bholley (bholley@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  2854. # [20:48] <jgilbert> ah, try's closed. ><
  2855. # [20:48] * Quits: walter (walter@moz-62518563.mtv2.mozilla.com) (Input/output error)
  2856. # [20:49] * Joins: walter (Adium@moz-62518563.mtv2.mozilla.com)
  2857. # [20:49] * Quits: alexbardas (alexbardas@moz-62518563.mtv2.mozilla.com) (Quit: Leaving...)
  2858. # [20:49] <kats> jgilbert: you can push with closed tree if you don't care about windows
  2859. # [20:50] * Quits: @dbaron (dbaron@510D751C.27376607.189F3E15.IP) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  2860. # [20:50] <whimboo> smaug: nothing in the stack actually shows something about frame.contentDocument
  2861. # [20:50] <whimboo> that's scary
  2862. # [20:51] * Joins: till_ (till@1179F0DA.460B008.83FEECC7.IP)
  2863. # [20:51] * Quits: till (till@1179F0DA.460B008.83FEECC7.IP) (Connection reset by peer)
  2864. # [20:51] <jgilbert> kats, ah, ok
  2865. # [20:53] * armenzg_lunch is now known as armenzg
  2866. # [20:53] * Joins: ted (luser@moz-E6C2C32D.sctnpa.east.verizon.net)
  2867. # [20:53] * ChanServ sets mode: +o ted
  2868. # [20:53] * Quits: erahm (Adium@moz-48DA118C.hsd1.or.comcast.net) (Quit: Leaving.)
  2869. # [20:54] <whimboo> smaug: https://github.com/mozilla/addon-sdk/search?q=frame.contentDocument&type=Code&utf8=%E2%9C%93
  2870. # [20:54] <whimboo> even we make still use of the old deprecated widget, it might need a fix in the SDK
  2871. # [20:55] <@smaug> lib/sdk/deprecated/symbiont.js
  2872. # [20:55] <@smaug> right
  2873. # [20:55] <whimboo> so you can file a bug on bugzilla :)
  2874. # [20:55] * Joins: alexbardas (alexbardas@moz-62518563.mtv2.mozilla.com)
  2875. # [20:55] <whimboo> please cc me when you do so
  2876. # [20:56] * Quits: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net) (Ping timeout)
  2877. # [20:57] <@smaug> once I find sdk component
  2878. # [20:57] * Joins: lizzard (ehenry@moz-24157589.mtv2.mozilla.com)
  2879. # [20:57] <@smaug> in bugzilla
  2880. # [20:57] * Joins: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net)
  2881. # [20:57] <@smaug> found
  2882. # [20:57] * Joins: jdm (jdm@moz-1982E733.wtccommunications.ca)
  2883. # [20:57] * bc is now known as bc|afk
  2884. # [20:57] * Joins: erahm (Adium@moz-A511F1A0.hsd1.or.comcast.net)
  2885. # [20:57] * Quits: LMS (chatzilla@22A8C0AF.12C72867.C01AC187.IP) (Ping timeout)
  2886. # [20:59] * Joins: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2887. # [21:00] * Quits: sicking (sicking@moz-5D774EA3.hsd1.ca.comcast.net) (Quit: sicking)
  2888. # [21:00] * Joins: LMS (chatzilla@22A8C0AF.12C72867.C01AC187.IP)
  2889. # [21:00] * Joins: billm (billm@moz-24157589.mtv2.mozilla.com)
  2890. # [21:01] <mccr8> so I assume it is okay to do a try push that doesn't involve Windows?
  2891. # [21:02] * Joins: sicking (sicking@moz-5D774EA3.hsd1.ca.comcast.net)
  2892. # [21:03] * Quits: bnicholson (bnicholson@moz-62518563.mtv2.mozilla.com) (Input/output error)
  2893. # [21:03] * Quits: larsg (larsg@moz-B0B391A1.dip0.t-ipconnect.de) (Quit: Ex-Chat)
  2894. # [21:03] <jgilbert> mccr8, in theory, though my pushing to try appears to be hung
  2895. # [21:03] <mccr8> ha ok thanks.
  2896. # [21:03] * Quits: walter (Adium@moz-62518563.mtv2.mozilla.com) (Quit: Leaving.)
  2897. # [21:04] * Quits: sicking (sicking@moz-5D774EA3.hsd1.ca.comcast.net) (Quit: sicking)
  2898. # [21:04] * Joins: walter (walter@moz-62518563.mtv2.mozilla.com)
  2899. # [21:05] * Joins: Shadowized (Shadowized@moz-90971C79.trying.to.trac3.me)
  2900. # [21:06] * khuey is now known as khuey|food
  2901. # [21:07] * Quits: jgilbert (jgilbert@DB1C6EF4.49226D6A.E02132C7.IP) (Ping timeout)
  2902. # [21:07] * Quits: RattyAway (Jim_diGriz@8F2B84D7.587715E1.FB243CD8.IP) (Connection reset by peer)
  2903. # [21:07] * Joins: deian (d@moz-AB71E29F.hsd1.ca.comcast.net)
  2904. # [21:07] * flod is now known as flod|away
  2905. # [21:08] * Quits: deian (d@moz-AB71E29F.hsd1.ca.comcast.net) (Connection reset by peer)
  2906. # [21:08] * Joins: jchaulk (jchaulk@moz-16B31471.dsl.teksavvy.com)
  2907. # [21:08] * davidb is now known as davidb|afk
  2908. # [21:09] * Quits: billm (billm@moz-24157589.mtv2.mozilla.com) (Ping timeout)
  2909. # [21:09] * ahal|afk is now known as ahal
  2910. # [21:09] * pmoore|back-later is now known as pmoore
  2911. # [21:09] * Quits: alexbardas (alexbardas@moz-62518563.mtv2.mozilla.com) (Input/output error)
  2912. # [21:10] * Joins: capella-s3 (capella-s3@moz-3A08EE5.twcny.res.rr.com)
  2913. # [21:11] * Joins: hallvors (uid23371@moz-31ABA2C0.irccloud.com)
  2914. # [21:12] * Quits: pcwalton (pcwalton@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: pcwalton)
  2915. # [21:12] * Quits: techgaun (techgaun@F745B593.953E5B4.ED361E91.IP) (Ping timeout)
  2916. # [21:12] <RyanVM|sheriffduty> mccr8: you can even involve Windows if you want, just don't complain to me if it burns :P
  2917. # [21:12] * Joins: techgaun (techgaun@F745B593.953E5B4.ED361E91.IP)
  2918. # [21:12] <RyanVM|sheriffduty> anyway, I'll probably be reopening shortly anyway
  2919. # [21:12] * Quits: techgaun (techgaun@F745B593.953E5B4.ED361E91.IP) (Connection reset by peer)
  2920. # [21:12] <RyanVM|sheriffduty> anyway
  2921. # [21:12] * Joins: deian (d@moz-AB71E29F.hsd1.ca.comcast.net)
  2922. # [21:13] * KWierso|mtg is now known as KWierso
  2923. # [21:13] * Quits: bwc (Adium@moz-199CCC40.hsd1.ca.comcast.net) (Quit: Leaving.)
  2924. # [21:13] * geekboy is now known as geekboy|afk
  2925. # [21:14] * Quits: ehugg (ehugg@moz-84375198.mycingular.net) (Quit: ehugg)
  2926. # [21:14] * Quits: Boriss (Boriss@8F0C6026.9E6A15FD.157879EE.IP) (Quit: Boriss)
  2927. # [21:15] * Joins: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net)
  2928. # [21:15] * gregglind_pdx is now known as gregglind_pto
  2929. # [21:16] * Joins: brendan (brendaneic@6A24F57D.51C7F032.FA49AE52.IP)
  2930. # [21:17] * Quits: deian (d@moz-AB71E29F.hsd1.ca.comcast.net) (Ping timeout)
  2931. # [21:17] * Joins: gandalf (zbraniecki@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2932. # [21:17] * Quits: Enn (enn@FCCEA34F.7672369.D8E68FF6.IP) (Ping timeout)
  2933. # [21:17] * Joins: Snuffleupagus (chatzilla@moz-50E31F78.bredband.comhem.se)
  2934. # [21:18] * Joins: tonymec_KDE (tonymec@2DAC9CB6.F00E9FF5.DE2DB281.IP)
  2935. # [21:20] * Quits: bz_away (bzbarsky@moz-72881629.bstnma.fios.verizon.net) (Ping timeout)
  2936. # [21:21] <whimboo> mconley_: hey. thanks for your reply re e10s
  2937. # [21:21] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/eee50690659e - B2G Bumper Bot - Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
  2938. # [21:21] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/c944a421bd83 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2939. # [21:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/3725b1ea39de - B2G Bumper Bot - Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
  2940. # [21:21] <mconley_> np
  2941. # [21:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/0df1adb23150 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2942. # [21:21] <mconley_> whimboo: hopefully it's useful
  2943. # [21:21] <mconley_> whimboo: come chat in #e10s if you've got follow-up questions
  2944. # [21:21] * Joins: mixedpuppy (mixedpuppy@A6CF435B.D1155E2C.CFC2A289.IP)
  2945. # [21:21] <mconley_> we're a friendly bunch. :)
  2946. # [21:21] * Joins: automata (automata@15BB23CE.DA161F74.E24837B7.IP)
  2947. # [21:21] <whimboo> mcomella: so if things turn out to be ugly, does it mean we could convert mozmill to at least use cpow for now? even it is not good but would at least support e10s
  2948. # [21:22] <whimboo> mconley_: not today.. time to head to bed
  2949. # [21:22] <whimboo> just this small question
  2950. # [21:22] <mconley_> go ahead
  2951. # [21:22] <whimboo> see above :)
  2952. # [21:22] <mconley_> whimboo: CPOWs are, imo, fine for a short-term solution to keep things working
  2953. # [21:23] <mconley_> but they should be a stop-gap for long-term fixes
  2954. # [21:23] <mconley_> like
  2955. # [21:23] <mconley_> the dream is that CPOWs will someday go away
  2956. # [21:23] <mconley_> so use them sparingly, and plan to stop using them as soon as you can.
  2957. # [21:23] <whimboo> mconley_: so means instead of controller.window.document we have to use controller.window.contentDocumentAsCPOW.getElement?
  2958. # [21:23] <mconley_> yes.
  2959. # [21:24] <mconley_> that'll work for both remote and non-remote browser.s.
  2960. # [21:24] <mconley_> er, browsers.
  2961. # [21:24] <whimboo> k, maybe we can find a fix for elementslib then
  2962. # [21:24] <whimboo> thanks for now
  2963. # [21:24] <whimboo> we will look into
  2964. # [21:24] * Quits: tedders1 (tedders1@moz-656B7AA.cpe.net.cable.rogers.com) (Input/output error)
  2965. # [21:25] <RyanVM|sheriffduty> jesup: kinetik: bug 1069326 seems to be picking up in frequency quickly
  2966. # [21:25] <RyanVM|sheriffduty> I'm inclined to backout if you agree with https://bugzilla.mozilla.org/show_bug.cgi?id=1069326#c5 as the likely culprit push
  2967. # [21:25] * Quits: jdm (jdm@moz-1982E733.wtccommunications.ca) (Connection reset by peer)
  2968. # [21:26] * Joins: jdm (jdm@moz-1982E733.wtccommunications.ca)
  2969. # [21:26] * Quits: joshua-s (Thunderbir@moz-D915C494.syrcny.east.verizon.net) (Quit: Try Firetext (https://marketplace.firefox.com/app/firetext), a word processor for Firefox OS!)
  2970. # [21:27] * whimboo is now known as whimboo|afk
  2971. # [21:27] * Quits: ejpbruel (ejpbruel@moz-C216A63F.cm-7-4b.dynamic.ziggo.nl) (Quit: Lost terminal)
  2972. # [21:28] * Joins: joshua-s (Thunderbir@moz-D915C494.syrcny.east.verizon.net)
  2973. # [21:28] <mconley_> whimboo|afk: sounds good
  2974. # [21:28] * Quits: jet|mtg (jet@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet|mtg)
  2975. # [21:28] * Quits: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  2976. # [21:28] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2977. # [21:29] * Quits: till_ (till@1179F0DA.460B008.83FEECC7.IP) (Input/output error)
  2978. # [21:29] * Quits: tomer (tomer@F61A4DAE.55661B99.34A7550B.IP) (Ping timeout)
  2979. # [21:30] * Quits: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net) (Ping timeout)
  2980. # [21:30] * Joins: tomer (tomer@F61A4DAE.55661B99.34A7550B.IP)
  2981. # [21:31] <jesup> RyanVM|sheriffduty: looking
  2982. # [21:31] * Quits: handyman (handyman@moz-B454F4E9.hsd1.ca.comcast.net) (Client exited)
  2983. # [21:31] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2984. # [21:31] <RyanVM|sheriffduty> jesup: i retriggered M1 on that push too
  2985. # [21:32] * kaze|afk is now known as kaze
  2986. # [21:32] <RyanVM|sheriffduty> it's scary-looking and frequent enough :)
  2987. # [21:32] * Joins: handyman (handyman@moz-B454F4E9.hsd1.ca.comcast.net)
  2988. # [21:32] <RyanVM|sheriffduty> jesup: there's also a new leak that might be related
  2989. # [21:32] * Joins: deian (d@moz-AB71E29F.hsd1.ca.comcast.net)
  2990. # [21:33] * Quits: deian (d@moz-AB71E29F.hsd1.ca.comcast.net) (Connection reset by peer)
  2991. # [21:33] <RyanVM|sheriffduty> Bug 1069327
  2992. # [21:33] * Quits: handyman (handyman@moz-B454F4E9.hsd1.ca.comcast.net) (Ping timeout)
  2993. # [21:33] <jesup> wonder if it's related to 1033066
  2994. # [21:34] <RyanVM|sheriffduty> hmm
  2995. # [21:35] * Joins: handyman (handyman@moz-B454F4E9.hsd1.ca.comcast.net)
  2996. # [21:36] * merike|away is now known as merike
  2997. # [21:37] * Quits: handyman (handyman@moz-B454F4E9.hsd1.ca.comcast.net) (Ping timeout)
  2998. # [21:38] * Joins: deian (d@moz-AB71E29F.hsd1.ca.comcast.net)
  2999. # [21:38] * Quits: jdm (jdm@moz-1982E733.wtccommunications.ca) (Connection reset by peer)
  3000. # [21:38] * Joins: jdm (jdm@moz-1982E733.wtccommunications.ca)
  3001. # [21:39] * Quits: rbarnes (rbarnes@moz-5E1F5C28.washdc.fios.verizon.net) (Input/output error)
  3002. # [21:39] * Quits: gandalf (zbraniecki@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Connection reset by peer)
  3003. # [21:40] * Joins: gandalf (zbraniecki@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3004. # [21:40] * Joins: alexbardas (alexbardas@moz-62518563.mtv2.mozilla.com)
  3005. # [21:40] * Joins: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net)
  3006. # [21:41] * Quits: deian (d@moz-AB71E29F.hsd1.ca.comcast.net) (Ping timeout)
  3007. # [21:42] * Quits: alexbardas (alexbardas@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  3008. # [21:43] * Quits: edmorley (uid27002@moz-5F4AA75A.irccloud.com) (Quit: )
  3009. # [21:43] <jesup> Hard for me to say; it does touch TrackBuffers, but the MediaSourceReader basically just appends the list of tracks; hard to OOM there unless there's a lifecycle/trashing problem somewhere. That patchset is large and removes a bunch of code, affects things that spawn threads, etc. If it's a clear trigger, I'd consider a backout and debug on try/etc. kinetik/karlt/kfc(kft) should be on...
  3010. # [21:43] <jesup> ...#media soon
  3011. # [21:44] * Quits: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net) (Ping timeout)
  3012. # [21:44] * Joins: bmoss (bmoss@moz-62518563.mtv2.mozilla.com)
  3013. # [21:45] * Joins: gokce (gokce@2054FA21.ED08601A.4DE73C5E.IP)
  3014. # [21:45] * Quits: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  3015. # [21:46] * Quits: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP) (Quit: ZNC - http://znc.in)
  3016. # [21:46] * Joins: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3017. # [21:47] * Quits: bmoss (bmoss@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  3018. # [21:48] <mccr8> RyanVM|sheriffduty: yeah I wasn't able to push to try: remote: abort: repository /repo/hg/mozilla/try: timed out waiting for lock held by hgssh1.dmz.scl3.mozilla.com:7267
  3019. # [21:49] * Joins: rbarnes (rbarnes@moz-5E1F5C28.washdc.fios.verizon.net)
  3020. # [21:49] * Joins: bmoss (bmoss@moz-62518563.mtv2.mozilla.com)
  3021. # [21:50] * Joins: billm (billm@moz-24157589.mtv2.mozilla.com)
  3022. # [21:50] * Quits: lizzard (ehenry@moz-24157589.mtv2.mozilla.com) (Quit: lizzard)
  3023. # [21:50] * Joins: sicking (sicking@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3024. # [21:51] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  3025. # [21:53] * Joins: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP)
  3026. # [21:56] * Joins: larsg (larsg@moz-B0B391A1.dip0.t-ipconnect.de)
  3027. # [21:57] * Quits: jdm (jdm@moz-1982E733.wtccommunications.ca) (Quit: )
  3028. # [21:57] * Joins: dbaron (dbaron@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3029. # [21:57] * ChanServ sets mode: +ao dbaron dbaron
  3030. # [21:57] * khuey|food is now known as khuey
  3031. # [21:57] * Quits: AaronMT (AaronMT@moz-53D1D1F.cpe.net.cable.rogers.com) (Quit: Textual IRC Client: www.textualapp.com)
  3032. # [21:58] <mccr8> well, a repush to try worked just fine
  3033. # [21:59] * Joins: bnicholson (bnicholson@moz-62518563.mtv2.mozilla.com)
  3034. # [21:59] * Joins: Boriss (Boriss@moz-BA625DEF.v250d.public.monkeybrains.net)
  3035. # [21:59] * Joins: pcwalton (pcwalton@moz-C07D5168.p2p.sfo1.mozilla.com)
  3036. # [22:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/fc35048535c8 - Jim Blandy - Bug 1063233: Provide default definitions for optional JS::ubi::Node methods in Base. r=terrence
  3037. # [22:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4bbc9c3777e5 - Jim Blandy - Bug 1063233: Move JS::ubi::Node specializations for SpiderMonkey types closer to those types' definitions. r=terrence
  3038. # [22:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/cf043246967d - Jim Blandy - Bug 1063233: Work around bug 1066193 (compiler bug) by providing an explicit 'this->'. r=Waldo
  3039. # [22:01] * Quits: RealRaven (Thunderbir@CCE042E2.E00866EC.C3498625.IP) (Ping timeout)
  3040. # [22:02] * Quits: luisbg (luisbg@moz-C54443AD.baconseed.org) (Client exited)
  3041. # [22:02] * Joins: RealRaven (Thunderbir@30BCF163.11F68F7A.27F80FAC.IP)
  3042. # [22:02] * Joins: luisbg (luisbg@moz-C54443AD.baconseed.org)
  3043. # [22:02] * armenzg is now known as armenzg_mtg
  3044. # [22:03] * Quits: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net) (Ping timeout)
  3045. # [22:03] * Joins: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net)
  3046. # [22:03] <kinetik> RyanVM|sheriffduty: we could try backing out just 783379123376 as that's the most likely culprit
  3047. # [22:04] <RyanVM|sheriffduty> kinetik: https://tbpl.mozilla.org/?tree=Mozilla-Inbound&jobname=Win.*mochitest-1&fromchange=488d490da742&tochange=0a508290d5f8
  3048. # [22:04] <RyanVM|sheriffduty> ok
  3049. # [22:04] * Quits: damons (gnubeard@moz-6462BBF7.dsl.sjc.megapath.net) (Quit: damons)
  3050. # [22:04] * Joins: jet (jet@moz-B03210A.hsd1.ca.comcast.net)
  3051. # [22:05] * Joins: AaronMT (AaronMT@moz-53D1D1F.cpe.net.cable.rogers.com)
  3052. # [22:06] * Quits: AaronMT (AaronMT@moz-53D1D1F.cpe.net.cable.rogers.com) (Max SendQ exceeded)
  3053. # [22:06] * Quits: mixedpuppy (mixedpuppy@A6CF435B.D1155E2C.CFC2A289.IP) (Ping timeout)
  3054. # [22:06] * Joins: AaronMT (AaronMT@moz-53D1D1F.cpe.net.cable.rogers.com)
  3055. # [22:07] * hwine-food is now known as hwine
  3056. # [22:07] * Joins: mixedpuppy (mixedpuppy@A6CF435B.D1155E2C.CFC2A289.IP)
  3057. # [22:08] * Joins: karlt (karl@moz-C433B975.jetstream.xtra.co.nz)
  3058. # [22:08] * davidb|afk is now known as davidb
  3059. # [22:08] * Joins: jdm (jdm@moz-717C8017.dedicated.allstream.net)
  3060. # [22:09] * Joins: mihneadb (mihneadb@70C9850B.2430FEF6.D608C900.IP)
  3061. # [22:09] * Quits: tomasz (Adium@moz-62518563.mtv2.mozilla.com) (Quit: Leaving.)
  3062. # [22:11] * Quits: Jackneill (Jackneill@moz-2CB033D8.pool.digikabel.hu) (Input/output error)
  3063. # [22:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/177a42715a6d - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  3064. # [22:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/2c4c4a883662 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  3065. # [22:11] * Quits: Rik|afk (rik@87C1F78E.1DE10CA8.D8E68FF6.IP) (Connection reset by peer)
  3066. # [22:11] * Joins: Rik|afk (rik@87C1F78E.1DE10CA8.D8E68FF6.IP)
  3067. # [22:12] * padenot|pto is now known as padenot|pto|away
  3068. # [22:12] * Quits: yury (yury@moz-B3042341.ok.ok.cox.net) (Ping timeout)
  3069. # [22:13] * pbrosset|afk is now known as pbrosset
  3070. # [22:13] * jimm is now known as jimm-bbiab
  3071. # [22:13] * Joins: yury (yury@moz-B3042341.ok.ok.cox.net)
  3072. # [22:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d62a1c36e7c3 - Matthew Gregan - Backout 783379123376 (bug 1065250) due to Win32 debug OOMs on M1
  3073. # [22:15] * Quits: mixedpuppy (mixedpuppy@A6CF435B.D1155E2C.CFC2A289.IP) (Ping timeout)
  3074. # [22:16] * Joins: mixedpuppy (mixedpuppy@A6CF435B.D1155E2C.CFC2A289.IP)
  3075. # [22:16] * Quits: garvank (Garvan@moz-43FB9147.dsl.teksavvy.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  3076. # [22:17] * Joins: handyman (handyman@moz-B454F4E9.hsd1.ca.comcast.net)
  3077. # [22:18] * Quits: Archaeopteryx (itsme@moz-28593E76.cust.telecolumbus.net) (Quit: Goodbye)
  3078. # [22:18] * philor|away is now known as philor
  3079. # [22:19] * Joins: Waldo (waldo@moz-62518563.mtv2.mozilla.com)
  3080. # [22:20] * Joins: alexbardas (alexbardas@moz-62518563.mtv2.mozilla.com)
  3081. # [22:20] * Joins: tomasz (Adium@moz-62518563.mtv2.mozilla.com)
  3082. # [22:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/5710731f09e9 - Jared Wein - Bug 1047181 - Change the Loop toolbar button when FxA sign in completes. r=MattN
  3083. # [22:20] * Quits: Mano (mano@C0CCDC47.828A9360.51B98CA5.IP) (Client exited)
  3084. # [22:21] * Quits: flod|away (sid43236@moz-A42E5B7B.irccloud.com) (Ping timeout)
  3085. # [22:22] * Quits: daleharvey (sid513@AF7427AE.E02B7C75.9377050C.IP) (Ping timeout)
  3086. # [22:22] * Quits: jaws (uid2871@moz-5F4AA75A.irccloud.com) (Ping timeout)
  3087. # [22:22] * Quits: rforbes (sid38685@F96EF34A.E02B7C75.9377050C.IP) (Ping timeout)
  3088. # [22:22] * Quits: RodrigoWaters_ (uid30345@moz-5F4AA75A.irccloud.com) (Ping timeout)
  3089. # [22:22] * Quits: felipe (sid2734@AF7427AE.E02B7C75.9377050C.IP) (Ping timeout)
  3090. # [22:22] * Quits: markh (sid24855@F96EF34A.E02B7C75.9377050C.IP) (Ping timeout)
  3091. # [22:22] * Quits: birtles (sid16523@631DDABB.E02B7C75.9377050C.IP) (Ping timeout)
  3092. # [22:22] * Quits: bkelly (sid22777@moz-E77DEB21.irccloud.com) (Ping timeout)
  3093. # [22:22] * Quits: GinaYeh (uid27703@F96EF34A.E02B7C75.9377050C.IP) (Ping timeout)
  3094. # [22:22] * Quits: evilpie (sid7877@AF7427AE.E02B7C75.9377050C.IP) (Ping timeout)
  3095. # [22:22] * Quits: josh (sid38674@F96EF34A.E02B7C75.9377050C.IP) (Ping timeout)
  3096. # [22:22] * Quits: ericchou (uid13391@moz-E77DEB21.irccloud.com) (Ping timeout)
  3097. # [22:22] * Quits: janx (sid16602@631DDABB.E02B7C75.9377050C.IP) (Ping timeout)
  3098. # [22:22] * Quits: mstange (uid15727@moz-31ABA2C0.irccloud.com) (Ping timeout)
  3099. # [22:22] * Quits: @Cwiiis (uid15019@moz-31ABA2C0.irccloud.com) (Ping timeout)
  3100. # [22:22] * Quits: fhd (sid2508@moz-31ABA2C0.irccloud.com) (Ping timeout)
  3101. # [22:22] * Quits: jandem (sid16255@631DDABB.E02B7C75.9377050C.IP) (Ping timeout)
  3102. # [22:22] * Quits: dmarcos (sid15240@CB1D25D9.E02B7C75.9377050C.IP) (Ping timeout)
  3103. # [22:22] * Quits: mvujovic (sid13458@AF7427AE.E02B7C75.9377050C.IP) (Ping timeout)
  3104. # [22:22] * Quits: system64 (uid17738@moz-A42E5B7B.irccloud.com) (Ping timeout)
  3105. # [22:22] * Joins: rforbes (sid38685@moz-5F4AA75A.irccloud.com)
  3106. # [22:22] * Joins: GinaYeh (uid27703@moz-5F4AA75A.irccloud.com)
  3107. # [22:22] * Quits: gozala (uid5923@moz-5F4AA75A.irccloud.com) (Ping timeout)
  3108. # [22:22] * Joins: birtles (sid16523@moz-A42E5B7B.irccloud.com)
  3109. # [22:22] * Joins: josh (sid38674@moz-5F4AA75A.irccloud.com)
  3110. # [22:22] * Joins: daleharvey (sid513@moz-E77DEB21.irccloud.com)
  3111. # [22:22] * Joins: RodrigoWaters_ (uid30345@moz-5F4AA75A.irccloud.com)
  3112. # [22:22] * Joins: jaws (uid2871@moz-5F4AA75A.irccloud.com)
  3113. # [22:22] * Joins: gozala (uid5923@moz-5F4AA75A.irccloud.com)
  3114. # [22:22] * Joins: markh (sid24855@moz-5F4AA75A.irccloud.com)
  3115. # [22:22] * Joins: marco (Adium@moz-62518563.mtv2.mozilla.com)
  3116. # [22:23] * Quits: tonymec_KDE (tonymec@2DAC9CB6.F00E9FF5.DE2DB281.IP) (Ping timeout)
  3117. # [22:23] * Joins: dmarcos (sid15240@moz-31ABA2C0.irccloud.com)
  3118. # [22:23] <NeilAway> !seen keeler
  3119. # [22:23] <firebot> keeler was last seen 10 weeks, 1 day, 20 hours, 23 minutes and 10 seconds ago, saying 'John-Galt: actually, my bike is in the shop, so thanks but I can't make it this time around' in #mozpdx.
  3120. # [22:24] <RyanVM|sheriffduty> NeilAway: try PMing him
  3121. # [22:24] * Joins: bkelly (sid22777@moz-E77DEB21.irccloud.com)
  3122. # [22:24] * Quits: gozala (uid5923@moz-5F4AA75A.irccloud.com) (Ping timeout)
  3123. # [22:24] * Quits: lightsofapollo|pto (sid11987@moz-5F4AA75A.irccloud.com) (Ping timeout)
  3124. # [22:24] * Quits: mak (uid24946@moz-31ABA2C0.irccloud.com) (Ping timeout)
  3125. # [22:24] * Quits: horiaolaru (uid15701@CB1D25D9.E02B7C75.9377050C.IP) (Ping timeout)
  3126. # [22:24] * Quits: timeless (sid4015@F96EF34A.E02B7C75.9377050C.IP) (Ping timeout)
  3127. # [22:24] * Quits: biesi_ (sid8099@F96EF34A.E02B7C75.9377050C.IP) (Ping timeout)
  3128. # [22:24] * Quits: wycats (sid79@F96EF34A.E02B7C75.9377050C.IP) (Ping timeout)
  3129. # [22:24] * Quits: ggherdov_ (sid11402@AF7427AE.E02B7C75.9377050C.IP) (Ping timeout)
  3130. # [22:24] * Quits: Unfocused (sid2622@moz-5F4AA75A.irccloud.com) (Ping timeout)
  3131. # [22:24] * Quits: eseidel (sid5595@F96EF34A.E02B7C75.9377050C.IP) (Ping timeout)
  3132. # [22:24] * Quits: cdiehl (sid19351@moz-A42E5B7B.irccloud.com) (Ping timeout)
  3133. # [22:24] * Quits: gwagner (sid25406@AF7427AE.E02B7C75.9377050C.IP) (Ping timeout)
  3134. # [22:24] * Quits: dhylands (sid15724@moz-E77DEB21.irccloud.com) (Ping timeout)
  3135. # [22:24] * Quits: jorendorff (sid28423@moz-E77DEB21.irccloud.com) (Ping timeout)
  3136. # [22:24] * Quits: sid0 (sid2934@F96EF34A.E02B7C75.9377050C.IP) (Ping timeout)
  3137. # [22:24] * Quits: mdoglio (sid15662@631DDABB.E02B7C75.9377050C.IP) (Ping timeout)
  3138. # [22:24] * Quits: pdr (sid7901@AF7427AE.E02B7C75.9377050C.IP) (Ping timeout)
  3139. # [22:24] * Quits: lsblakk (sid23867@AF7427AE.E02B7C75.9377050C.IP) (Ping timeout)
  3140. # [22:24] * Quits: shawnjohnjr (sid15523@F96EF34A.E02B7C75.9377050C.IP) (Ping timeout)
  3141. # [22:24] * Quits: kaustavdm (sid38152@F96EF34A.E02B7C75.9377050C.IP) (Ping timeout)
  3142. # [22:24] * Quits: jhford (sid15926@631DDABB.E02B7C75.9377050C.IP) (Ping timeout)
  3143. # [22:24] * Quits: ttaubert (sid2620@631DDABB.E02B7C75.9377050C.IP) (Ping timeout)
  3144. # [22:24] * Quits: past (sid15657@moz-31ABA2C0.irccloud.com) (Ping timeout)
  3145. # [22:24] * Quits: athena (sid21127@CB1D25D9.E02B7C75.9377050C.IP) (Ping timeout)
  3146. # [22:24] * Quits: davida (sid14473@moz-E77DEB21.irccloud.com) (Ping timeout)
  3147. # [22:24] * Quits: rbrandao (uid30340@moz-31ABA2C0.irccloud.com) (Ping timeout)
  3148. # [22:24] * Quits: ashughes|mtg (uid34327@moz-E77DEB21.irccloud.com) (Ping timeout)
  3149. # [22:24] * Joins: evilpie (sid7877@moz-E77DEB21.irccloud.com)
  3150. # [22:24] * Joins: Cwiiis (uid15019@moz-31ABA2C0.irccloud.com)
  3151. # [22:24] * ChanServ sets mode: +o Cwiiis
  3152. # [22:24] * Joins: gozala (uid5923@moz-5F4AA75A.irccloud.com)
  3153. # [22:24] * Quits: rforbes (sid38685@moz-5F4AA75A.irccloud.com) (Ping timeout)
  3154. # [22:24] * Quits: GinaYeh (uid27703@moz-5F4AA75A.irccloud.com) (Ping timeout)
  3155. # [22:24] * Quits: mbrubeck (sid17036@631DDABB.E02B7C75.9377050C.IP) (Ping timeout)
  3156. # [22:24] * Joins: eseidel (sid5595@moz-5F4AA75A.irccloud.com)
  3157. # [22:24] * Quits: birtles (sid16523@moz-A42E5B7B.irccloud.com) (Ping timeout)
  3158. # [22:24] * Joins: kaustavdm (sid38152@moz-5F4AA75A.irccloud.com)
  3159. # [22:24] * Quits: daleharvey (sid513@moz-E77DEB21.irccloud.com) (Ping timeout)
  3160. # [22:24] * Joins: shawnjohnjr (sid15523@moz-5F4AA75A.irccloud.com)
  3161. # [22:25] * Joins: rforbes (sid38685@moz-5F4AA75A.irccloud.com)
  3162. # [22:25] * Joins: biesi_ (sid8099@moz-5F4AA75A.irccloud.com)
  3163. # [22:25] * Joins: GinaYeh (uid27703@moz-5F4AA75A.irccloud.com)
  3164. # [22:25] * Quits: dmarcos (sid15240@moz-31ABA2C0.irccloud.com) (Ping timeout)
  3165. # [22:25] * Joins: wycats (sid79@moz-5F4AA75A.irccloud.com)
  3166. # [22:25] * pbrosset is now known as pbrosset|afk
  3167. # [22:25] <NeilAway> cloud computing at its finest
  3168. # [22:25] * Joins: timeless (sid4015@moz-5F4AA75A.irccloud.com)
  3169. # [22:25] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  3170. # [22:25] * Joins: mbrubeck (sid17036@moz-A42E5B7B.irccloud.com)
  3171. # [22:25] * Joins: daleharvey (sid513@moz-E77DEB21.irccloud.com)
  3172. # [22:25] <NeilAway> RyanVM|sheriffduty: actually a /whois didn't find him, which is why I wondered whether he frequented IRC
  3173. # [22:26] <RyanVM|sheriffduty> NeilAway: you've got the right handle
  3174. # [22:26] <RyanVM|sheriffduty> check #security too
  3175. # [22:26] * Joins: sid0 (sid2934@moz-5F4AA75A.irccloud.com)
  3176. # [22:26] * Joins: flo-retina (Instantbir@moz-25D49B0E.ip-37-59-48.eu)
  3177. # [22:26] * Joins: Unfocused (sid2622@moz-5F4AA75A.irccloud.com)
  3178. # [22:26] * Joins: lightsofapollo (sid11987@moz-5F4AA75A.irccloud.com)
  3179. # [22:27] * Joins: rbrandao (uid30340@moz-31ABA2C0.irccloud.com)
  3180. # [22:27] * Joins: davida (sid14473@moz-E77DEB21.irccloud.com)
  3181. # [22:27] * Joins: Archaeopteryx (itsme@moz-28593E76.cust.telecolumbus.net)
  3182. # [22:27] * Joins: gwagner (sid25406@moz-E77DEB21.irccloud.com)
  3183. # [22:27] * Joins: glosoli (glosoli@8FE3D9B2.E4E9242D.F07881E5.IP)
  3184. # [22:28] * Joins: Swatinem (swatinem@moz-C3348152.dynamic.surfer.at)
  3185. # [22:28] * Joins: tonymec_KDE (tonymec@DB3DD090.6133EA79.9D2324B7.IP)
  3186. # [22:29] * Quits: jet (jet@moz-B03210A.hsd1.ca.comcast.net) (Quit: jet)
  3187. # [22:29] * Joins: horiaolaru (uid15701@moz-31ABA2C0.irccloud.com)
  3188. # [22:29] * Joins: pdr (sid7901@moz-E77DEB21.irccloud.com)
  3189. # [22:29] * Joins: dmarcos (sid15240@moz-31ABA2C0.irccloud.com)
  3190. # [22:31] * Joins: ericchou (uid13391@moz-E77DEB21.irccloud.com)
  3191. # [22:32] * Joins: mvujovic (sid13458@moz-E77DEB21.irccloud.com)
  3192. # [22:32] * Joins: bwc (Adium@moz-199CCC40.hsd1.ca.comcast.net)
  3193. # [22:32] * Quits: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  3194. # [22:32] * Joins: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3195. # [22:32] <Bas> bsmedberg kairo: You guys will probably be happy to hear I just examined some of the first crash reports that came in with the new GFX error annotations in the app notes. And I've already identified one cause of our OOM crashes which is unrelated to OOM, and have a patch up in a bug. I'm adding some more annotations but I expect to be able to deal with more of these using the data we're getting.
  3196. # [22:32] * Joins: ekr (Adium@moz-199CCC40.hsd1.ca.comcast.net)
  3197. # [22:33] <froydnj> Bas++
  3198. # [22:33] <@bsmedberg> Bas: ++ :-)
  3199. # [22:34] <froydnj> aklotz: you and your superior windows knowledge, feh
  3200. # [22:34] <Bas> froydnj: mischan?
  3201. # [22:34] * jmaher is now known as jmaher|afk
  3202. # [22:34] <aklotz> froydnj: ^_^
  3203. # [22:35] <seth> mwu: ping
  3204. # [22:35] <mwu> seth: pong
  3205. # [22:35] <RyanVM|sheriffduty> Bas: so yeah, my issue did turn out to be the bug seth fixed (scaled pages artifacting)
  3206. # [22:35] <RyanVM|sheriffduty> life's much better today
  3207. # [22:35] <seth> mwu: so quick question; i noticed that imgFrame::SetDiscardable only marks a frame as discardable on android/b2g
  3208. # [22:36] <seth> mwu: it says that's due to the cost of calling GetSourceSurfaceForSurface
  3209. # [22:36] <Bas> RyanVM|sheriffduty: Goody, I was so surprised that it was my patches :-)
  3210. # [22:36] <mwu> yeah
  3211. # [22:36] * Matti_away is now known as Matti
  3212. # [22:36] <mwu> actually it's only enabled on Android IIRC, not even b2g
  3213. # [22:37] * Joins: felipe (sid2734@moz-E77DEB21.irccloud.com)
  3214. # [22:37] <seth> mwu: don't we end up destroying the data surface by calling imgFrame::Optimize() anyway in most cases?
  3215. # [22:37] <Bas> RyanVM|sheriffduty: Sorry I didn't get back to your e-mails btw, I got distracted after I'd written half my reply and forgot to get back to it.
  3216. # [22:37] * Joins: ttaubert (sid2620@moz-A42E5B7B.irccloud.com)
  3217. # [22:38] <RyanVM|sheriffduty> Bas: that's fine, they turned into a bit of a long-winded soliloquy anyway :)
  3218. # [22:38] <mwu> seth: depends on your backend. cg just gives you your surface back
  3219. # [22:38] <mwu> cairo/X11 might push the surface to the server
  3220. # [22:39] * Joins: ashughes (uid34327@moz-E77DEB21.irccloud.com)
  3221. # [22:39] * Joins: cdiehl (sid19351@moz-A42E5B7B.irccloud.com)
  3222. # [22:39] <mwu> though I hope we get to a point where we don't need to rely on xrender
  3223. # [22:39] <seth> mwu: that makes sense. but what i'm getting at is calling imgFrame::Optimize() ends up freeing the raw data just like we would if discarding was enabled when we call imgFrame::UnlockImageData()
  3224. # [22:40] <seth> mwu: which i agree is sometimes costly, sometimes not, but it seems like it wouldn't hurt to have discarding on unconditionally. i guess i'm missing something, though?
  3225. # [22:40] * Joins: idwer (irc@moz-67B6410D.adsl.online.nl)
  3226. # [22:40] * Joins: harth (harth@moz-1BAFD40C.nyc.res.rr.com)
  3227. # [22:40] * Quits: harth (harth@moz-1BAFD40C.nyc.res.rr.com) (Input/output error)
  3228. # [22:40] <mwu> Optimize() can end up freeing the raw data, but UnlockImageData only releases the reference
  3229. # [22:41] <mwu> though I might be missing what you're getting at
  3230. # [22:41] * Joins: benjamin (benjamin@moz-8A7708E6.members.linode.com)
  3231. # [22:41] * Quits: Swatinem (swatinem@moz-C3348152.dynamic.surfer.at) (Ping timeout)
  3232. # [22:41] <seth> mwu: yeah, Optimize() is strictly *worse*
  3233. # [22:41] * Joins: badescunicu (Thunderbir@D40E7A87.77BD3528.320F75DD.IP)
  3234. # [22:41] <seth> mwu: and we call it for every non-animated frame
  3235. # [22:41] <mwu> so you want to turn discarding mImageSurface on again?
  3236. # [22:42] * Joins: fhd (sid2508@moz-31ABA2C0.irccloud.com)
  3237. # [22:42] * Quits: juanb (jbecerra@9A8F8379.AB582455.4C70188C.IP) (Ping timeout)
  3238. # [22:42] * Quits: grobinson (grobinson@moz-8E3BD44C.dsl.dynamic.sonic.net) (Input/output error)
  3239. # [22:43] <seth> mwu: well, possibly i'd go further and say we don't even need it, because Optimize() seems to do the job
  3240. # [22:44] * Joins: ehugg (ehugg@moz-84375198.mycingular.net)
  3241. # [22:44] <mwu> ?
  3242. # [22:44] * Joins: jorendorff (sid28423@moz-E77DEB21.irccloud.com)
  3243. # [22:44] * Joins: mdoglio|afk (sid15662@moz-A42E5B7B.irccloud.com)
  3244. # [22:44] * armenzg_mtg is now known as armenzg
  3245. # [22:45] <mwu> as in, never store a mImageSurface?
  3246. # [22:45] <seth> mwu: no, as in just let Optimize() take care of releasing mImageSurface. we'll still need mImageSurface when we want to write to the imgFrame
  3247. # [22:45] <Yoric> Oh great, applying MacOS X's update busted my ability to build mozilla-central.
  3248. # [22:45] * Quits: spohl (Adium@moz-12F0031B.reverse.softlayer.com) (Quit: Leaving.)
  3249. # [22:45] <mwu> oh
  3250. # [22:45] <KaiRo> Bas: awesome!
  3251. # [22:45] * jlund is now known as jlund|biab
  3252. # [22:46] * Joins: bz_away (bzbarsky@moz-72881629.bstnma.fios.verizon.net)
  3253. # [22:46] * Joins: garvank (Garvan@13F2CEC5.7672369.D8E68FF6.IP)
  3254. # [22:46] <mwu> instead of having Unlock release mImageSurface
  3255. # [22:46] * Joins: spohl (Adium@moz-AC4AF5F2.reverse.softlayer.com)
  3256. # [22:46] * philor is now known as philor|away
  3257. # [22:46] * Joins: jandem (sid16255@moz-A42E5B7B.irccloud.com)
  3258. # [22:46] * Joins: janx (sid16602@moz-A42E5B7B.irccloud.com)
  3259. # [22:46] * Joins: juanb (jbecerra@9A8F8379.AB582455.4C70188C.IP)
  3260. # [22:46] * Joins: system64 (uid17738@moz-A42E5B7B.irccloud.com)
  3261. # [22:47] <seth> mwu: yup, exactly. we call Optimize() on everything non-animated anyway
  3262. # [22:47] <seth> (and we don't want to discard mImageSurface for animated frames)
  3263. # [22:48] * Quits: mconley_ (mconley@moz-C07D5168.p2p.sfo1.mozilla.com) (Input/output error)
  3264. # [22:48] * Quits: spohl (Adium@moz-AC4AF5F2.reverse.softlayer.com) (Ping timeout)
  3265. # [22:48] * Joins: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3266. # [22:48] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  3267. # [22:48] <mwu> it might be nice to have optimize part of UnlockImageData
  3268. # [22:49] <mwu> it can't be called without locking, and you'd only want to call it when you're done with the data
  3269. # [22:49] * Joins: past (sid15657@moz-31ABA2C0.irccloud.com)
  3270. # [22:49] <mwu> but that's a separate thing
  3271. # [22:49] * Joins: tedders1 (tedders1@13F2CEC5.7672369.D8E68FF6.IP)
  3272. # [22:49] * Joins: ggherdov_ (sid11402@moz-E77DEB21.irccloud.com)
  3273. # [22:49] * Joins: jhford_ (sid15926@moz-A42E5B7B.irccloud.com)
  3274. # [22:49] <mwu> moving the discarding logic to Optimize does make sense
  3275. # [22:49] * Joins: dhylands (sid15724@moz-E77DEB21.irccloud.com)
  3276. # [22:49] * Joins: spohl (Adium@moz-AC4AF5F2.reverse.softlayer.com)
  3277. # [22:50] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/0ad56fef7fb2 - Kyle Machulis - Bug 1068962 - Fix settings lock ownership array splice; r=bent
  3278. # [22:50] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/2d5de8b63f69 - Kyle Machulis - Bug 1068962 - Fix task cleanup on settings locks where finalize has already been called; r=bent
  3279. # [22:51] * Joins: kentuckyfriedtakahe (ajones@34E8ECDF.DC2C3734.616A18A6.IP)
  3280. # [22:52] * Joins: flod (sid43236@moz-A42E5B7B.irccloud.com)
  3281. # [22:52] * Joins: mstange (uid15727@moz-31ABA2C0.irccloud.com)
  3282. # [22:52] <seth> mwu: well, i'm actually writing a patch to do exactly what you suggest: make Optimize() part of UnlockImageData()
  3283. # [22:52] * Quits: mats (chatzilla@moz-7CD29A19.a149.priv.bahnhof.se) (Quit: ChatZilla 0.9.90.1 [Firefox 32.0.1/20140911151253])
  3284. # [22:53] <mwu> ah cool
  3285. # [22:53] * Joins: mconley_ (mconley@moz-C07D5168.p2p.sfo1.mozilla.com)
  3286. # [22:54] * Callek is now known as Callek_disconnected
  3287. # [22:55] * Joins: lsblakk (sid23867@moz-E77DEB21.irccloud.com)
  3288. # [22:56] * Quits: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca) (Quit: surkov)
  3289. # [22:57] * Quits: rkent (Thunderbir@moz-CCEA8D95.hsd1.wa.comcast.net) (Quit: rkent)
  3290. # [22:57] * Joins: rkent (Thunderbir@moz-CCEA8D95.hsd1.wa.comcast.net)
  3291. # [22:58] * Quits: pnkfelix (pnkfelix@moz-43495417.fbx.proxad.net) (Ping timeout)
  3292. # [22:59] * Quits: florent (Thunderbir@moz-27E67FC6.w92-144.abo.wanadoo.fr) (Ping timeout)
  3293. # [22:59] * Joins: birtles (sid16523@moz-A42E5B7B.irccloud.com)
  3294. # [23:00] * Joins: florent (Thunderbir@moz-27E67FC6.w92-144.abo.wanadoo.fr)
  3295. # [23:00] * Joins: vebb (mike@452FE56C.3566D84D.451258F0.IP)
  3296. # [23:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d77733726cae - Josh Aas - Bug 1063318: Switch Chromium IPC code to Mozilla's ref/auto ptr types. Also fix thread safety bug. r=nfroyd
  3297. # [23:01] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  3298. # [23:01] * Quits: kip (kip@A6CF435B.D1155E2C.CFC2A289.IP) (Client exited)
  3299. # [23:02] * Joins: pnkfelix (pnkfelix@moz-43495417.fbx.proxad.net)
  3300. # [23:03] * Quits: jimm-bbiab (jmathies@moz-DF439B90.pn.at.cox.net) (Ping timeout)
  3301. # [23:04] * merike is now known as merike|away
  3302. # [23:04] * Quits: jduell (jduell@moz-D7F78D4E.hsd1.wa.comcast.net) (Ping timeout)
  3303. # [23:04] * Joins: athena (sid21127@moz-31ABA2C0.irccloud.com)
  3304. # [23:04] * mcote is now known as mcote|afk
  3305. # [23:04] * Joins: jimm (jmathies@moz-DF439B90.pn.at.cox.net)
  3306. # [23:05] * Joins: jduell (jduell@moz-D7F78D4E.hsd1.wa.comcast.net)
  3307. # [23:05] * kats is now known as kats|away
  3308. # [23:07] <mwu> wow, why did 192.168.1.1/ do a google search
  3309. # [23:07] * Quits: spohl (Adium@moz-AC4AF5F2.reverse.softlayer.com) (Quit: Leaving.)
  3310. # [23:07] <mwu> that is so broken
  3311. # [23:07] <RyanVM|sheriffduty> mwu: that should be fixed in today's nightly?
  3312. # [23:07] <mwu> I'll update my build then
  3313. # [23:08] <blassey> bz_away: ping? want to join the e10s meeting?
  3314. # [23:08] * Quits: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  3315. # [23:09] * Quits: davidb (davidb@moz-4A2DCE6A.dsl.bell.ca) (Quit: Blah blah blah)
  3316. # [23:09] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/43b24197d25a - Matthew Noorenberghe - Bug 1047667 - Unregister logged in user from the Loop server upon logout. r=jaws
  3317. # [23:09] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/87b3c243b764 - Iaroslav Sheptykin - Bug 620565 - Proper handling of question mark in the action field of a form when creating a search keyword bookmark. r=MattN
  3318. # [23:09] <josh> Yoric: I just built m-c from scratch on a 10.9 machine with all of the updates applied, no problems
  3319. # [23:10] * Quits: alexbardas (alexbardas@moz-62518563.mtv2.mozilla.com) (Input/output error)
  3320. # [23:10] * Joins: kip (kip@A6CF435B.D1155E2C.CFC2A289.IP)
  3321. # [23:11] <Yoric> josh: I found the issue. The first call to `make` needed to be sudo-ed to accept the new license...
  3322. # [23:11] * nthomas|away is now known as nthomas
  3323. # [23:11] * Quits: kip (kip@A6CF435B.D1155E2C.CFC2A289.IP) (Client exited)
  3324. # [23:13] * Quits: aklotz (Thunderbir@moz-935DE219.cg.shawcable.net) (Quit: aklotz)
  3325. # [23:14] * Quits: Zupoman (mistrzmag@96766F5F.EAFD72D8.FD4497A0.IP) (Client exited)
  3326. # [23:14] * Joins: mak (uid24946@moz-31ABA2C0.irccloud.com)
  3327. # [23:14] * Quits: bbondy (bbondy@moz-E2815EB6.home.cgocable.net) (Client exited)
  3328. # [23:15] * RyanVM|sheriffduty is now known as RyanVM|afk
  3329. # [23:15] * Quits: smontagu (chatzilla@moz-D4CDC07F.red.bezeqint.net) (Ping timeout)
  3330. # [23:15] * Joins: bbondy (bbondy@moz-E2815EB6.home.cgocable.net)
  3331. # [23:16] * armenzg is now known as armenzg_afk
  3332. # [23:17] * Joins: alexbardas (alexbardas@moz-62518563.mtv2.mozilla.com)
  3333. # [23:17] * Quits: bbondy (bbondy@moz-E2815EB6.home.cgocable.net) (Ping timeout)
  3334. # [23:17] * Quits: LMS (chatzilla@22A8C0AF.12C72867.C01AC187.IP) (Ping timeout)
  3335. # [23:17] * Quits: armenzg_afk (armenzg@moz-ED8417A2.home3.cgocable.net) (Quit: Leaving)
  3336. # [23:17] * kaze is now known as kaze|zZz
  3337. # [23:20] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  3338. # [23:20] * Joins: aklotz (Thunderbir@moz-935DE219.cg.shawcable.net)
  3339. # [23:21] * Quits: florent (Thunderbir@moz-27E67FC6.w92-144.abo.wanadoo.fr) (Client exited)
  3340. # [23:22] * Joins: LMS (chatzilla@22A8C0AF.12C72867.C01AC187.IP)
  3341. # [23:22] * FuzzyFox|afk is now known as FuzzyFox
  3342. # [23:23] * jlund|biab is now known as jlund
  3343. # [23:23] * Quits: serge (Thunderbir@CDDCC657.279DB3AD.971E19F6.IP) (Ping timeout)
  3344. # [23:23] * Quits: mreavy (chatzilla@moz-5CCD7A3A.phlapa.fios.verizon.net) (Ping timeout)
  3345. # [23:24] * Quits: yzen (yzen@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  3346. # [23:24] * Quits: LMS (chatzilla@22A8C0AF.12C72867.C01AC187.IP) (Ping timeout)
  3347. # [23:24] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  3348. # [23:25] * Quits: brendan (brendaneic@6A24F57D.51C7F032.FA49AE52.IP) (Quit: brendan)
  3349. # [23:26] * Joins: mreavy (chatzilla@moz-5CCD7A3A.phlapa.fios.verizon.net)
  3350. # [23:27] * Quits: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net) (Quit: jib)
  3351. # [23:28] * Joins: serge (Thunderbir@7AE170FF.3639A644.97F07BE5.IP)
  3352. # [23:29] * KWierso is now known as KWierso|sheriffduty
  3353. # [23:29] <KWierso|sheriffduty> jaws: ping
  3354. # [23:29] <jaws> KWierso|sheriffduty: pong
  3355. # [23:30] <KWierso|sheriffduty> jaws: this failure https://tbpl.mozilla.org/php/getParsedLog.php?id=48404430&tree=Fx-Team has happened twice on your push for bug 1047181
  3356. # [23:30] <jaws> KWierso|sheriffduty: looking now
  3357. # [23:31] * Quits: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  3358. # [23:31] * Quits: glosoli (glosoli@8FE3D9B2.E4E9242D.F07881E5.IP) (Quit: Textual IRC Client: www.textualapp.com)
  3359. # [23:31] * Joins: LMS (chatzilla@22A8C0AF.12C72867.C01AC187.IP)
  3360. # [23:33] * Quits: tromey (tromey@moz-E33B8B8D.hlrn.qwest.net) (Ping timeout)
  3361. # [23:35] * Quits: mstange (uid15727@moz-31ABA2C0.irccloud.com) (Quit: Connection closed for inactivity)
  3362. # [23:35] <jaws> KWierso|sheriffduty: i have no idea why that is crashing, i'm gonna try to get some other people's attention
  3363. # [23:36] * Quits: gsvelto_ (gsvelto@moz-2311DF2B.clienti.tiscali.it) (Input/output error)
  3364. # [23:36] <jaws> ah, so it is only happening in e10s builds
  3365. # [23:36] * Joins: grobinso_ (grobinson@moz-8E3BD44C.dsl.dynamic.sonic.net)
  3366. # [23:37] * Quits: LMS (chatzilla@22A8C0AF.12C72867.C01AC187.IP) (Ping timeout)
  3367. # [23:37] * Joins: damons (gnubeard@moz-6462BBF7.dsl.sjc.megapath.net)
  3368. # [23:38] * Joins: kip (kip@A6CF435B.D1155E2C.CFC2A289.IP)
  3369. # [23:38] * Joins: deian (d@BDBDAB4E.DFBA1754.DC877F3B.IP)
  3370. # [23:40] * Quits: gustavold (gustavold@E37DDD73.63567CF1.8D3F079C.IP) (Ping timeout)
  3371. # [23:42] <jaws> MattN: ping?
  3372. # [23:44] <jaws> MattN: with my push of bug 1047181 i'm getting timeouts in http://mxr.mozilla.org/mozilla-central/source/browser/components/search/test/browser_483086.js. do you think the promiseObserverNotified function that I added to head.js might be removing the wrong observer here which is causing the test to timeout? should i add a check there to make sure that the
  3373. # [23:44] <KWierso|sheriffduty> jaws: ooh, non-e10s failures are showing up now
  3374. # [23:44] <jaws> topic matches what we expect?
  3375. # [23:44] * Joins: LMS (chatzilla@22A8C0AF.12C72867.C01AC187.IP)
  3376. # [23:44] * Quits: kgrandon (Adium@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  3377. # [23:45] * Quits: mixedpuppy (mixedpuppy@A6CF435B.D1155E2C.CFC2A289.IP) (Quit: mixedpuppy)
  3378. # [23:45] * Quits: tomer (tomer@F61A4DAE.55661B99.34A7550B.IP) (Ping timeout)
  3379. # [23:46] * Quits: alexbardas (alexbardas@moz-62518563.mtv2.mozilla.com) (Input/output error)
  3380. # [23:46] * Joins: mixedpuppy (mixedpuppy@A6CF435B.D1155E2C.CFC2A289.IP)
  3381. # [23:46] <KWierso|sheriffduty> jaws: https://tbpl.mozilla.org/php/getParsedLog.php?id=48406490&tree=Fx-Team
  3382. # [23:46] <KWierso|sheriffduty> probably gonna back you out for now
  3383. # [23:46] <jaws> shrugh... ok :-/
  3384. # [23:47] <jaws> KWierso|sheriffduty: thanks for doing the backout
  3385. # [23:48] * Quits: damons (gnubeard@moz-6462BBF7.dsl.sjc.megapath.net) (Quit: damons)
  3386. # [23:48] * padenot|pto|away is now known as padenot|pto
  3387. # [23:48] <MattN> jaws: sorry, I was afk
  3388. # [23:48] * Quits: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net) (Quit: OSError: [Errno 130] Owner died)
  3389. # [23:48] <jaws> MattN: no problem, does my diagnosis seem possible?
  3390. # [23:49] * padenot|pto is now known as padenot|pto|away
  3391. # [23:50] * Quits: AaronMT (AaronMT@moz-53D1D1F.cpe.net.cable.rogers.com) (Quit: Textual IRC Client: www.textualapp.com)
  3392. # [23:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/a660e08ac3b2 - Wes Kocher - Backed out changeset 43b24197d25a (bug 1047667) to cleanly backout 1047181
  3393. # [23:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/10a23714dd6a - Wes Kocher - Backed out changeset 5710731f09e9 (bug 1047181) for bc1 orange
  3394. # [23:51] <MattN> jaws: the function still basically works the same
  3395. # [23:51] <jaws> right, well i'm looking at the patch just mystified
  3396. # [23:52] * Quits: jchaulk (jchaulk@moz-16B31471.dsl.teksavvy.com) (Quit: Leaving.)
  3397. # [23:53] <jaws> MattN: also, browser_fxa_login.js isn't run in e10s builds
  3398. # [23:53] <MattN> I see
  3399. # [23:53] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/86f1ce7d4c22 - Camilo Viecco - Bug 1069559 - Implement dynamic pinning backend Part 1/3 idl update. r=keeler a=lmandel
  3400. # [23:53] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/e3b3c8386ae7 - Camilo Viecco - Bug 1069559 - Implement dynamic pinning backend Part 2/3 implementation. r=keeler a=lmandel
  3401. # [23:53] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/6f26d4fce19c - Camilo Viecco - Bug 1069559 - Implement dynamic pinning backend Part 3/3 idl tests. r=keeler a=lmandel
  3402. # [23:53] <KWierso|sheriffduty> MattN: so I had to back you out to get to jaws's patch :(
  3403. # [23:53] <MattN> I figured you would
  3404. # [23:54] <jaws> MattN: maybe something isn't getting cleaned up from browser_toolbarbutton.js ?
  3405. # [23:54] * Joins: zaach (zaach@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3406. # [23:55] <MattN> so there are two different failures, right?
  3407. # [23:55] <MattN> a PB one and a search one
  3408. # [23:55] <MattN> right?
  3409. # [23:55] <KWierso|sheriffduty> looks like it
  3410. # [23:55] <jaws> yeah
  3411. # [23:55] <jaws> but i think they may be related to the same issue
  3412. # [23:56] <MattN> yeah, possible
  3413. # [23:56] * Quits: juanb (jbecerra@9A8F8379.AB582455.4C70188C.IP) (Quit: restart)
  3414. # [23:56] <MattN> I'll try repro the PB one on OS X
  3415. # [23:56] * Quits: rkent (Thunderbir@moz-CCEA8D95.hsd1.wa.comcast.net) (Quit: rkent)
  3416. # [23:56] <jwatt> anyone know if there's a define to distinguish between builds that will appear in 'releases' directories on f.m.o and other builds from the same branch?
  3417. # [23:56] <jaws> MattN: yeah the PB one doesn't run on e10s builds either, so that's why it's not failing there
  3418. # [23:56] <jwatt> so b1, b2, b3, etc. vs nightly beta builds
  3419. # [23:56] <MattN> test your theory by commenting out parts of browser_toolbarbutton.js
  3420. # [23:57] <jaws> i wish we had a mach alias for `mach test browser-chrome-1`
  3421. # [23:57] <jaws> but --help only shows `mochitest-browser`
  3422. # [23:58] <MattN> jaws: see mach test
  3423. # [23:58] <MattN> oh, nvm
  3424. # [23:58] <jaws> MattN: yeah, that's what i'm looking at :)
  3425. # [23:58] <MattN> yeah, I thought you were looking at the bc help text
  3426. # [23:59] * Joins: brendan (brendaneic@4BDE7045.FC42AEC1.C57AA0D0.IP)
  3427. # [23:59] <jaws> i can't get `mach test mochitest-browser` to work anyways. it doesn't appear to recognize mochitest-browser flavor
  3428. # [23:59] <MattN> --start-at and --end-at is what I will use
  3429. # Session Close: Fri Sep 19 00:00:00 2014

The end :)