/irc-logs / mozilla / #developers / 2014-06-27 / end

Options:

  1. # Session Start: Fri Jun 27 00:00:00 2014
  2. # Session Ident: #developers
  3. # [00:00] <bjacob> tbsaunde: i dont know
  4. # [00:00] * stephend|mtg is now known as stephend
  5. # [00:00] <tbsaunde> bjacob: I'd assume we do ipdl initialization everywhere so wouldn't that work?
  6. # [00:01] <bjacob> tbsaunde: i'm not even sure about that, and i dont know how early we do it
  7. # [00:02] <bjacob> tbsaunde: i think we do it after some xpcom initalization, so it might be slightly too late
  8. # [00:02] * Quits: harshkothari (harshkotha@7D6529E0.9EDADC17.F76EB206.IP) (Client exited)
  9. # [00:03] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  10. # [00:03] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  11. # [00:05] * Joins: ddahl (ddahl@C545BBFA.2404C4A.921B270C.IP)
  12. # [00:06] * Quits: spohl (Adium@moz-BD4813B4.static.hvvc.us) (Quit: Leaving.)
  13. # [00:08] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  14. # [00:09] * Joins: jimb (user@moz-ED4AA0F2.hsd1.wa.comcast.net)
  15. # [00:09] <glandium> vlad: fwiw, i think the sensor and the display part of the VR API should be decoupled
  16. # [00:09] * Quits: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  17. # [00:10] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  18. # [00:10] * geekboy|afk is now known as geekboy
  19. # [00:10] * Quits: janv (varga@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: This computer has gone to sleep)
  20. # [00:12] * Fallen|away is now known as Fallen
  21. # [00:12] <@ehsan> bjacob: NS_InitXPCOM2
  22. # [00:13] <@gavin> <bjacob> * can't be xpcom init, as plugins dont use xpcom
  23. # [00:13] <bjacob> ehsan: ^
  24. # [00:14] * Parts: ckerschb (ckerschb@moz-62518563.mtv2.mozilla.com)
  25. # [00:14] <@ehsan> bjacob: XRE_InitChildProcess
  26. # [00:15] * Quits: alex_tz (Adium@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  27. # [00:15] <bjacob> ehsan: right, so i was going to ensureInitialized in these *two* places. Do you know of a *single* place that I could use instead?
  28. # [00:15] <@ehsan> bjacob: what do you want to do?
  29. # [00:16] <bjacob> ehsan: initialize a dedicated ThreadLocal<bool> to reimplement NS_IsMainThread so it doesn't lie
  30. # [00:16] * Joins: alex_tz (Adium@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  31. # [00:16] <bjacob> ehsan: currently it only works during the lifetime of the nsThreadManager
  32. # [00:16] <@ehsan> bjacob: NS_IsMainThread lies?
  33. # [00:16] <bjacob> ^
  34. # [00:16] <bjacob> yes
  35. # [00:17] <@ehsan> well
  36. # [00:17] * Quits: mikeratcliffe (Adium@9ED7126A.BE8B1C61.71D4DE87.IP) (Quit: Leaving.)
  37. # [00:17] <@ehsan> it's not safe to access after shutdown, sire
  38. # [00:17] * Quits: emtwo (Adium@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Leaving.)
  39. # [00:17] <@ehsan> *sure
  40. # [00:17] <@ehsan> calling that lying is a bit unfair!
  41. # [00:17] <bjacob> ehsan: shutdown needs it to work, as it needs to assert(ismainthread)
  42. # [00:17] <bjacob> ehsan: no reason for TLS's to stop working
  43. # [00:18] * @ehsan looks at the code
  44. # [00:18] <bjacob> ehsan: it currenly uses a TLS that is torn down by nsThreadManager::Shutdown <--- look there
  45. # [00:18] <jet> harth: bug 987497 just got fixed. Can you confirm that a trunk build works on your Mac (without the config change)?
  46. # [00:18] <bjacob> ehsan: it's ok, i have the patch written
  47. # [00:19] <@ehsan> bjacob: well it actually has four impls
  48. # [00:19] <harth> jet: thank god
  49. # [00:19] <@ehsan> anyways
  50. # [00:19] <harth> I'm building right now
  51. # [00:19] <jet> harth: kthx. thank mstange :)
  52. # [00:19] <bjacob> ehsan: right. at least the one used on windows test slaves mochitest-5, is lying during shutdown
  53. # [00:19] <@ehsan> bjacob: I think what you want to do sounds like the kind of thing that justifies adding code to multiple places, since you seem to need full control over when things happen
  54. # [00:19] <bjacob> ehsan: really, the one using that gTLSThreadID is lying in shutdown]
  55. # [00:19] <bjacob> ehsan: yeah...
  56. # [00:20] <@ehsan> bjacob: fwiw code that uses NS_IsMainThread() during shutdown is just broken
  57. # [00:20] * mjrosenb|lunch is now known as mjrosenb
  58. # [00:21] <bjacob> ehsan: it is de facto broken at the moment, but the reality is we have (increasingly) IPDL code that relies on only being run on the main thread, and is currently not even guarded by an assertion
  59. # [00:21] <bjacob> ehsan: that code needs to be able to assert(ismainthread)
  60. # [00:22] * geekboy is now known as geekboy|afk
  61. # [00:23] * Quits: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca) (Quit: surkov)
  62. # [00:24] * kmoir is now known as kmoir-afk
  63. # [00:24] <@ehsan> bjacob: the thing is, many (most?) things will not work after that point, so...
  64. # [00:25] <bjacob> ehsan: there is no reason whatsoever for TLS to stop working before process exit, right?
  65. # [00:25] <dmajor> ehsan: will clang-cl mess with my machine settings? should I stick it in a VM if I want to play around?
  66. # [00:25] <@ehsan> bjacob: if we're talking about an OS provided TLS, no, but I don't know if that is the case here
  67. # [00:25] <@ehsan> dmajor: it's must safer than msvc ;)
  68. # [00:25] <bjacob> ehsan: im talking about any impl path used in mfbt/ThreadLocal.h
  69. # [00:26] <@ehsan> dmajor: more seriously, you basically build in your objdir, it won't change anything outside it
  70. # [00:26] <dmajor> ehsan: sweet. I'm gonna try to give it a try today
  71. # [00:26] <bjacob> ehsan: so, either windows or pthreads
  72. # [00:26] <@ehsan> bjacob: that should be safe
  73. # [00:26] <@ehsan> dmajor: awesome!
  74. # [00:26] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/0a9d09b83702 - B2G Bumper Bot - Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
  75. # [00:26] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/c8f58fc48df6 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  76. # [00:26] <@ehsan> dmajor: what are you going to try?
  77. # [00:26] <@ehsan> just building?
  78. # [00:27] <dmajor> ehsan: yeah, no particular plans. just want to marvel at the possibility of something other than MSVC producing a working build :)
  79. # [00:27] <@ehsan> bjacob: but my point was, unless if you've checked if this is the only thing you need to make sure is working after thread manager shutdown, you may just be on the verge of discovering the next thing that doesn't work that late during shutdown
  80. # [00:27] <@ehsan> dmajor: I understand :)
  81. # [00:27] * Quits: gandalf (zbraniecki@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Connection reset by peer)
  82. # [00:27] * Quits: arnaud_bienner (arno@moz-A1109EC1.dsl.sta.abo.bbox.fr) (Quit: Ex-Chat)
  83. # [00:28] * Joins: gandalf (zbraniecki@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  84. # [00:28] * Quits: ochristi (ochristi@moz-893FEBEA.any.mx) (Ping timeout)
  85. # [00:28] <bjacob> ehsan: no, it's rather the last of a long series of things i ran into while trying to shut down e10s cleanly :-)
  86. # [00:28] * Joins: ochristi (ochristi@moz-893FEBEA.any.mx)
  87. # [00:29] <@ehsan> bjacob: I'm a bit surprised but ok :)
  88. # [00:30] * Quits: mcsmurf (chatzilla@moz-D418BC50.dip0.t-ipconnect.de) (Quit: ChatZilla 0.9.90.1 [SeaMonkey 2.26.1/20140612174402])
  89. # [00:30] <bjacob> ehsan: you're surprised that mfbt::ThreadLocal keeps working right until exit?
  90. # [00:30] * gaye is now known as gaye|dinner
  91. # [00:31] <@ehsan> bjacob: no, I'm surprised that the rest of the shutdown stuff we're doing *that late* doesn't blow up
  92. # [00:31] <bjacob> ehsan: it might blow up without us noticing still: i've only added assert(ismainthread) in a few places
  93. # [00:31] * Quits: davidb|afk (davidb@moz-2459255C.dsl.bell.ca) (Quit: Blah blah blah)
  94. # [00:31] * Quits: mmcdonough (Martin@moz-62518563.mtv2.mozilla.com) (Client exited)
  95. # [00:31] <@ehsan> bjacob: that answers my question :)
  96. # [00:32] <@ehsan> bjacob: I guess my point is, if we're shutting down anything at that point, all bets are off :)
  97. # [00:32] * jedp is now known as jedp|transit
  98. # [00:32] * Quits: jedp|transit (jedp@moz-3AA8030E.dsl.dynamic.sonic.net) (Quit: Computer has gone to sleep.)
  99. # [00:32] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  100. # [00:32] * Joins: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com)
  101. # [00:32] * geekboy|afk is now known as geekboy
  102. # [00:32] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  103. # [00:32] * Joins: mmcdonough (Martin@moz-62518563.mtv2.mozilla.com)
  104. # [00:34] * Joins: mikeratcliffe (Adium@9ED7126A.BE8B1C61.71D4DE87.IP)
  105. # [00:34] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  106. # [00:35] * Quits: mmcdonough (Martin@moz-62518563.mtv2.mozilla.com) (Quit: I've been blurred!)
  107. # [00:35] * Joins: mmcdonough (Martin@moz-62518563.mtv2.mozilla.com)
  108. # [00:35] * Quits: mikeratcliffe (Adium@9ED7126A.BE8B1C61.71D4DE87.IP) (Ping timeout)
  109. # [00:36] * Quits: @smaug (chatzilla@moz-9E0B1701.pp.htv.fi) (Ping timeout)
  110. # [00:36] * Joins: mikeratcliffe (Adium@9ED7126A.BE8B1C61.71D4DE87.IP)
  111. # [00:37] * Quits: gandalf (zbraniecki@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Connection reset by peer)
  112. # [00:37] * Joins: gandalf (zbraniecki@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  113. # [00:38] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/581f045e7f5c - Kartikaya Gupta - Bug 1022956 - When fling velocity is high, don't let tap gestures trigger clicks to content. r=drs r=Bas
  114. # [00:38] * Quits: mconley (mconley@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  115. # [00:39] * Quits: ewong|sleep (chatzilla@moz-8777076B.netvigator.com) (Ping timeout)
  116. # [00:39] * Joins: espadrine` (ttyl@moz-540FC4A7.w92-128.abo.wanadoo.fr)
  117. # [00:40] * Joins: ewong|sleep (chatzilla@moz-8777076B.netvigator.com)
  118. # [00:40] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  119. # [00:40] * Quits: espadrine (ttyl@moz-C40D0389.w92-128.abo.wanadoo.fr) (Ping timeout)
  120. # [00:40] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Quit: jib)
  121. # [00:41] * Quits: mikeratcliffe (Adium@9ED7126A.BE8B1C61.71D4DE87.IP) (Quit: Leaving.)
  122. # [00:41] * Quits: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net) (Ping timeout)
  123. # [00:42] * Joins: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net)
  124. # [00:42] * mattwoodrow|away is now known as mattwoodrow
  125. # [00:43] * Joins: ferjm (ferjm@moz-E5C5BD65.red-2-139-190.staticip.rima-tde.net)
  126. # [00:44] * Quits: crucerucalin (quassel@moz-E435A28D.eregie.pub.ro) (Ping timeout)
  127. # [00:44] * Fallen is now known as Fallen|away
  128. # [00:47] * Joins: tonymec (tonymec@330AB4CE.A9FF2BD6.277517C1.IP)
  129. # [00:47] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  130. # [00:48] * Quits: gandalf (zbraniecki@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  131. # [00:49] * Joins: gandalf (zbraniecki@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  132. # [00:49] * Joins: yzen (yzen@212D9172.B1008920.163DC5C6.IP)
  133. # [00:49] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  134. # [00:49] <dchan> thanks RyanVM|afk
  135. # [00:49] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/98771cfac871 - Kartikaya Gupta - Bug 1030221 - Move animation Sample functions into the class definition. r=drs
  136. # [00:49] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/2b7a95f55ad0 - Kartikaya Gupta - Bug 1030221 - Make sure to clear overscroll if we cancel a fling. r=drs
  137. # [00:52] * kats is now known as kats|away
  138. # [00:53] * Quits: bgrins|afk (bgrins@C7203E51.FBD8ACDB.20F09BA6.IP) (Quit: Leaving.)
  139. # [00:54] <RyanVM|afk> dchan: np
  140. # [00:56] * Quits: Snuffleupagus (chatzilla@moz-7411B7A4.bredband.comhem.se) (Ping timeout)
  141. # [00:57] * Joins: catalinb (catalinb@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  142. # [00:57] * Joins: Snuffleupagus (chatzilla@moz-7411B7A4.bredband.comhem.se)
  143. # [00:57] <mrbkap> jduell: ping?
  144. # [00:57] <jduell> mrbkap: pong
  145. # [00:58] <NeilAway> khuey: ok, so maybe my question is do I really need to have 2.5GB of unused JS arenas when I've only got 2GB of everything else put together?
  146. # [00:58] * Quits: @dbaron (dbaron@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  147. # [00:58] <mrbkap> jduell: Hey, if I return NS_ERROR_FAILURE from an OnStartRequst implementation, I shouldn't receive any more notifications for that request, right?
  148. # [00:58] * Joins: dbaron (dbaron@moz-C07D5168.p2p.sfo1.mozilla.com)
  149. # [00:58] * ChanServ sets mode: +ao dbaron dbaron
  150. # [00:58] <mrbkap> jduell: Or am I going to get an OnStopRequest no matter what?
  151. # [00:59] <jduell> mrbkap: you shouldn't get any more OnDataAvailable, but you'll get OnStopRequest (probably with the error code you passed in)
  152. # [00:59] <mrbkap> jduell: ah-ha, that's the missing link.
  153. # [00:59] <mrbkap> jduell: thanks.
  154. # [00:59] <jduell> we always call OnStart/Stop if AsyncOpen returns NS_OK
  155. # [00:59] * Joins: milan (milan@moz-58514293.dsl.bell.ca)
  156. # [00:59] <mrbkap> Right, that makes sense.
  157. # [00:59] * Joins: davidb (davidb@moz-2459255C.dsl.bell.ca)
  158. # [01:00] * Joins: sankha_ (sankha93@moz-996E6AC3.pool.mediaways.net)
  159. # [01:00] * Quits: davidb (davidb@moz-2459255C.dsl.bell.ca) (Input/output error)
  160. # [01:00] * Quits: bmoss (bmoss@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  161. # [01:00] * Quits: pnkfelix (pnkfelix@moz-A0576BEB.nyc.res.rr.com) (Quit: rcirc on GNU Emacs 24.3.1)
  162. # [01:00] * Quits: sankha93 (sankha93@moz-439B3C4.pool.mediaways.net) (Ping timeout)
  163. # [01:01] * Joins: smaug (chatzilla@moz-9E0B1701.pp.htv.fi)
  164. # [01:01] * ChanServ sets mode: +o smaug
  165. # [01:01] * Joins: elin (elin@moz-72233FD3.dynamic.hinet.net)
  166. # [01:02] * Quits: bjacob (bjacob@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  167. # [01:03] * Quits: gcp (gpascutto@moz-9CEB1C98.access.telenet.be) (Quit: Make a new plan, Stan!)
  168. # [01:03] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  169. # [01:03] * Joins: njn (njn@moz-A4CE9069.dyn.iinet.net.au)
  170. # [01:03] * ChanServ sets mode: +o njn
  171. # [01:04] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  172. # [01:05] * Quits: gabor_ (gabor@moz-5B805304.dip0.t-ipconnect.de) (Ping timeout)
  173. # [01:06] * Quits: maxli (maxli@moz-B19F68ED.student.cs.uwaterloo.ca) (Input/output error)
  174. # [01:06] * geekboy is now known as geekboy|afk
  175. # [01:06] * geekboy|afk is now known as geekboy
  176. # [01:07] * Quits: @roc (chatzilla@moz-16458533.bng1.tvc.orcon.net.nz) (Ping timeout)
  177. # [01:08] * Joins: maxli (maxli@moz-B19F68ED.student.cs.uwaterloo.ca)
  178. # [01:08] * Quits: macmaN (chezburger@moz-A62EF0B7.dyn.estpak.ee) (Ping timeout)
  179. # [01:09] * Joins: bgrins (bgrins@2E6E9164.E6468DB3.BAB75B95.IP)
  180. # [01:09] * Joins: jrmuizel (jrmuizel@DE4EDC91.FBD0B16C.47C41102.IP)
  181. # [01:11] * Quits: bgrins (bgrins@2E6E9164.E6468DB3.BAB75B95.IP) (Ping timeout)
  182. # [01:11] * heycam|away is now known as heycam
  183. # [01:12] * Quits: jrmuizel (jrmuizel@DE4EDC91.FBD0B16C.47C41102.IP) (Client exited)
  184. # [01:12] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  185. # [01:12] * Joins: macmaN (chezburger@moz-A62EF0B7.dyn.estpak.ee)
  186. # [01:12] * Quits: gustavold (gustavold@moz-A5CCDD03.redhat.com) (Quit: Leaving.)
  187. # [01:13] * Joins: automata (automata@828E87DB.DA161F74.E24837B7.IP)
  188. # [01:13] * stephend is now known as stephend|lab
  189. # [01:16] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  190. # [01:17] * geekboy is now known as geekboy|afk
  191. # [01:17] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Quit: )
  192. # [01:18] * Parts: Snuffleupagus (chatzilla@moz-7411B7A4.bredband.comhem.se)
  193. # [01:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/f106e9dd913e - Fernando Jiménez - Bug 1023266 - Make the Mobile ID API privileged. Part 1: Add mobileid permission. r=smaug, ehsan
  194. # [01:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/2c57207404b1 - Fernando Jiménez - Bug 1023266 - Make the Mobile ID API privileged. Part 2: Fix permission check. r=jedp
  195. # [01:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/2a62206bd112 - Fernando Jiménez - Bug 1022193 - Add a "forceIdSelection" to navigator.getMobileIdAssertion. Part 1: WebIDL. r=sicking
  196. # [01:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/f1f79be526d8 - Fernando Jiménez - Bug 1022193 - Add a "forceIdSelection" to navigator.getMobileIdAssertion. Part 2: DOM. r=sicking
  197. # [01:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/d7853790a8b2 - Fernando Jiménez - Bug 1022193 - Add a "forceIdSelection" to navigator.getMobileIdAssertion. Part 3: MobileIdentityManager. r=jedp
  198. # [01:21] * _6a68 is now known as _6a68|afk
  199. # [01:22] * Joins: dholbert_ (dholbert@moz-62518563.mtv2.mozilla.com)
  200. # [01:23] * Quits: jdm (jdm@CAB30FBD.8F96AEA7.2D179A7D.IP) (Quit: Lost terminal)
  201. # [01:23] * Quits: RealRaven (Thunderbir@5D0AD68.9F09AD81.C3498625.IP) (Quit: RealRaven)
  202. # [01:23] * Quits: jimm (jmathies@moz-DF439B90.pn.at.cox.net) (Quit: )
  203. # [01:24] * Joins: davidb (davidb@moz-2459255C.dsl.bell.ca)
  204. # [01:24] * Quits: automata (automata@828E87DB.DA161F74.E24837B7.IP) (Quit: Saindo)
  205. # [01:24] * Quits: tonymec (tonymec@330AB4CE.A9FF2BD6.277517C1.IP) (Ping timeout)
  206. # [01:24] * Quits: davidb (davidb@moz-2459255C.dsl.bell.ca) (Input/output error)
  207. # [01:25] * nsm is now known as nsm|away
  208. # [01:25] * Quits: tonymec_KDE (tonymec@330AB4CE.A9FF2BD6.277517C1.IP) (Ping timeout)
  209. # [01:25] * Quits: tonymec|away (tonymec@330AB4CE.A9FF2BD6.277517C1.IP) (Ping timeout)
  210. # [01:26] * Quits: lmandel (lmandel@125EF623.B2666F0E.66399531.IP) (Input/output error)
  211. # [01:26] * Quits: elin (elin@moz-72233FD3.dynamic.hinet.net) (Quit: elin)
  212. # [01:28] * Quits: ddahl (ddahl@C545BBFA.2404C4A.921B270C.IP) (Connection reset by peer)
  213. # [01:28] * Quits: billm (billm@moz-62518563.mtv2.mozilla.com) (Quit: Leaving)
  214. # [01:28] * Joins: tonymec_KDE (tonymec@F8054CE4.3B049C71.277517C1.IP)
  215. # [01:29] * Quits: yzen (yzen@212D9172.B1008920.163DC5C6.IP) (Ping timeout)
  216. # [01:31] * Joins: elin (elin@moz-72233FD3.dynamic.hinet.net)
  217. # [01:32] * stephend|lab is now known as stephend
  218. # [01:32] * Joins: jedp (jedp@moz-3AA8030E.dsl.dynamic.sonic.net)
  219. # [01:33] * Quits: maxli (maxli@moz-B19F68ED.student.cs.uwaterloo.ca) (Quit: Leaving.)
  220. # [01:33] * Joins: maxli (maxli@moz-B19F68ED.student.cs.uwaterloo.ca)
  221. # [01:35] * Quits: ferjm (ferjm@moz-E5C5BD65.red-2-139-190.staticip.rima-tde.net) (Quit: Leaving)
  222. # [01:36] * Quits: rvid (textual@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Computer has gone to sleep.)
  223. # [01:37] <mrbkap> grobinson: ping?
  224. # [01:37] * Joins: bmoss (bmoss@moz-62518563.mtv2.mozilla.com)
  225. # [01:37] <grobinson> mrbkap: pong
  226. # [01:38] <mrbkap> grobinson: Hey, is there an easy way to make a CSP check fail in a mochi- or crash-test
  227. # [01:38] <mrbkap> ?
  228. # [01:38] <grobinson> mrbkap: not sure what you mean - what is your CSP?
  229. # [01:38] <grobinson> or - are you just saying "what's the quickest way to get a CSP violation"?
  230. # [01:38] * Joins: yzen (yzen@212D9172.B1008920.163DC5C6.IP)
  231. # [01:38] <mrbkap> grobinson: the latter.
  232. # [01:39] <mrbkap> grobinson: There's a bug in some code that manifests when CSP fails and I want to write a test to make sure that we don't crash.
  233. # [01:39] <grobinson> so, for the CSP tests we usually load documents in iframes and use the ^headers^ file to set the policy (you could also set a CSP on the test itself, but if you're not careful it can interfere with... the test itself)
  234. # [01:39] <mrbkap> grobinson: hah, right.
  235. # [01:39] <mrbkap> grobinson: Got an example to point me at?
  236. # [01:39] * grobinson grabs a dxr link
  237. # [01:40] <grobinson> http://dxr.mozilla.org/mozilla-central/source/content/base/test/csp/test_nonce_source.html?from=test_nonce_source.html&case=true#1
  238. # [01:40] <grobinson> that's the test
  239. # [01:41] <grobinson> the file that gets CSP applied: http://dxr.mozilla.org/mozilla-central/source/content/base/test/csp/file_nonce_source.html?from=file_nonce_source.html#1
  240. # [01:41] <grobinson> the headers: http://dxr.mozilla.org/mozilla-central/source/content/base/test/csp/file_nonce_source.html%5Eheaders%5E?from=file_nonce_source.html^headers^&case=true#1
  241. # [01:41] * Joins: tonymec|away (tonymec@F8054CE4.3B049C71.277517C1.IP)
  242. # [01:41] <mrbkap> grobinson: thanks!
  243. # [01:41] <grobinson> let me know if you have any other questions!
  244. # [01:41] * Quits: dria (dria@moz-CEE4A179.dhcp-dynamic.fibreop.nb.bellaliant.net) (Quit: dria)
  245. # [01:42] <grobinson> for a simple violation, i'd probably just do
  246. # [01:42] <grobinson> in foo.html^headers^: Content-Security-Policy: default-src 'self';
  247. # [01:42] <grobinson> that limits all loads to same-origin and blocks inline scripts and styles
  248. # [01:43] <grobinson> so then you can trigger a violation with any cross-origin resource load, or by adding an inline script or style tag
  249. # [01:44] * Quits: mccr8 (mccr8@moz-62518563.mtv2.mozilla.com) (Quit: )
  250. # [01:44] <grobinson> we also often mock cross-origin resource loads by a) using one of the alternative names for the mochitest server and b) using an SJS file like http://dxr.mozilla.org/mozilla-central/source/content/base/test/csp/file_CSP.sjs which mocks a resource response
  251. # [01:45] * Joins: gustavold (gustavold@moz-D994B298.hfc.comcastbusiness.net)
  252. # [01:46] * Parts: catalinb (catalinb@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Leaving)
  253. # [01:46] * Joins: catalinb (catalinb@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  254. # [01:46] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  255. # [01:47] * Quits: bmoss (bmoss@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  256. # [01:48] * Quits: h4writer (h4writer@moz-6BDA8831.access.telenet.be) (Client exited)
  257. # [01:49] * Quits: tonymec_KDE (tonymec@F8054CE4.3B049C71.277517C1.IP) (Ping timeout)
  258. # [01:49] * Quits: tonymec|away (tonymec@F8054CE4.3B049C71.277517C1.IP) (Ping timeout)
  259. # [01:49] * Quits: yzen (yzen@212D9172.B1008920.163DC5C6.IP) (Ping timeout)
  260. # [01:50] * Joins: bmoss (bmoss@moz-62518563.mtv2.mozilla.com)
  261. # [01:53] * Joins: yzen (yzen@212D9172.B1008920.163DC5C6.IP)
  262. # [01:53] * Joins: stully (quassel@moz-7B35C3A5.cable.earthlink.net)
  263. # [01:53] * Quits: stully (quassel@moz-7B35C3A5.cable.earthlink.net) (Quit: stully)
  264. # [01:53] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  265. # [01:53] * Joins: ddahl (ddahl@moz-5F89CFB9.hsd1.il.comcast.net)
  266. # [01:54] * Quits: gandalf (zbraniecki@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  267. # [01:54] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  268. # [01:55] * Quits: yzen (yzen@212D9172.B1008920.163DC5C6.IP) (Ping timeout)
  269. # [01:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/40139a7bd1b1 - Adam Roach [:abr] - Bug 1011472 - Add audio alert for incoming call r=florian,standard8
  270. # [01:55] * Joins: tonymec_KDE (tonymec@moz-51FF0C18.adsl-dyn.isp.belgacom.be)
  271. # [01:56] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  272. # [01:56] * Joins: rbarnes (rbarnes@moz-5E1F5C28.washdc.fios.verizon.net)
  273. # [01:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/759429576b4b - Sami Jaktholm - Bug 967468 - Webconsole - autocompletion: Consider underscore and dollar as alphanumeric when determining a prefix filter to use. r=robcee
  274. # [01:57] * ewong|away is now known as ewong
  275. # [01:58] * Joins: gandalf (zbraniecki@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  276. # [01:58] * Quits: rbarnes (rbarnes@moz-5E1F5C28.washdc.fios.verizon.net) (Ping timeout)
  277. # [01:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e0642ab2f8f0 - Brian Birtles - Bug 1010067 part 3 - Rename nsAnimation to mozilla::StyleAnimation; r=dbaron
  278. # [01:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a30bed3807b5 - Brian Birtles - Bug 1010067 part 4 - Rename nsTransition to mozilla::StyleTransition; r=dbaron
  279. # [01:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/848b4b5487ea - Brian Birtles - Bug 1010067 part 5 - Move ElementPropertyTransition to mozilla namespace; r=dbaron
  280. # [01:59] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c9e25ef0aa0d - Brian Birtles - Bug 1010067 part 6 - Rename mozilla::css::CommonElementAnimationData to mozilla::ElementAnimationCollection; r=dbaron
  281. # [01:59] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  282. # [01:59] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d091d8da77a8 - Brian Birtles - Bug 1010067 part 7 - Rename instances of ElementAnimationCollection; r=dbaron
  283. # [01:59] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b311a62db22b - Brian Birtles - Bug 1010067 part 8 - Rename ElementData methods and members in CommonAnimationManager to ElementCollection; r=dbaron
  284. # [01:59] * Quits: RyanVM|afk (Thunderbir@moz-37FED3AC.phlapa.fios.verizon.net) (Quit: RyanVM|afk)
  285. # [02:00] * Quits: nathan (nathan@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  286. # [02:00] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Ping timeout)
  287. # [02:02] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  288. # [02:03] * _6a68|afk is now known as _6a68
  289. # [02:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5c28253351a2 - David Major - Bug 1018402 - Disable -Gw for the offset files since the extractor doesn't understand it. r=glandium
  290. # [02:04] * Joins: jgilbert_ (jgilbert@moz-62518563.mtv2.mozilla.com)
  291. # [02:05] * Quits: jgilbert (jgilbert@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  292. # [02:05] * Quits: walter (walter@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  293. # [02:07] * Joins: rvid (textual@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  294. # [02:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1a2a957f7d3f - Jason Duell - Bug 1029352 - Necko puts all apps in the same process into the same {cookie/cache/etc}jar r=bent
  295. # [02:07] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Quit: jib)
  296. # [02:08] <nalexander> So, anybody have any idea what https://tbpl.mozilla.org/php/getParsedLog.php?id=42571098&tree=Try&full=1 means?
  297. # [02:08] <nalexander> It looks like nothing ran.
  298. # [02:08] * Quits: AaronMT|away (AaronMT@moz-53D1D1F.cpe.net.cable.rogers.com) (Quit: Textual IRC Client: www.textualapp.com)
  299. # [02:08] * Quits: tonymec_KDE (tonymec@moz-51FF0C18.adsl-dyn.isp.belgacom.be) (Connection reset by peer)
  300. # [02:09] * Quits: jgriffin (jgriffin@moz-791CC332.hsd1.wa.comcast.net) (Quit: jgriffin)
  301. # [02:10] <nthomas> nalexander: infra problem, the instance was terminated. Just retry your job
  302. # [02:10] <nalexander> nthomas: ta.
  303. # [02:10] <nthomas> sorry about that
  304. # [02:12] * Joins: tonymec_KDE (tonymec@moz-E446C5ED.adsl-dyn.isp.belgacom.be)
  305. # [02:13] * Quits: elin (elin@moz-72233FD3.dynamic.hinet.net) (Quit: elin)
  306. # [02:13] * Quits: @dbaron (dbaron@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  307. # [02:13] * Joins: dbaron (dbaron@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  308. # [02:13] * ChanServ sets mode: +ao dbaron dbaron
  309. # [02:14] * nthomas is now known as nthomas|away
  310. # [02:14] * Quits: tonymec_KDE (tonymec@moz-E446C5ED.adsl-dyn.isp.belgacom.be) (Ping timeout)
  311. # [02:16] * Joins: nathan (nathan@moz-62518563.mtv2.mozilla.com)
  312. # [02:17] * Joins: tonymec_KDE (tonymec@48D117B5.B66A2611.9D2324B7.IP)
  313. # [02:18] * Joins: yzen (yzen@212D9172.B1008920.163DC5C6.IP)
  314. # [02:20] * Quits: yzen (yzen@212D9172.B1008920.163DC5C6.IP) (Ping timeout)
  315. # [02:21] * Quits: rctgamer3 (rctgamer3@466AA31A.4EFDF5EB.1822ACA6.IP) (Ping timeout)
  316. # [02:21] * Joins: rctgamer3 (rctgamer3@466AA31A.4EFDF5EB.1822ACA6.IP)
  317. # [02:21] * Quits: grobinson (~grobinson@moz-731932CD.hsd1.ca.comcast.net) (Ping timeout)
  318. # [02:22] * Joins: walter (walter@moz-62518563.mtv2.mozilla.com)
  319. # [02:22] * Quits: walter (walter@moz-62518563.mtv2.mozilla.com) (Input/output error)
  320. # [02:23] * Joins: mconley (mconley@moz-FBB7D102.cable.teksavvy.com)
  321. # [02:23] * khuey is now known as khuey|away
  322. # [02:24] * Quits: tonymec_KDE (tonymec@48D117B5.B66A2611.9D2324B7.IP) (Ping timeout)
  323. # [02:25] * Quits: kip (kip@moz-DDB15FC8.stc.novuscom.net) (Client exited)
  324. # [02:27] * Quits: drno (nohlmeier@moz-62518563.mtv2.mozilla.com) (Quit: drno)
  325. # [02:27] * Quits: tantek (tantek@moz-A1E567B0.dsl.dynamic.sonic.net) (Quit: tantek)
  326. # [02:27] * Joins: tonymec_KDE (tonymec@6C6A4191.BC400CB9.277517C1.IP)
  327. # [02:28] * juanb is now known as juanb|afk
  328. # [02:28] * Quits: jedp (jedp@moz-3AA8030E.dsl.dynamic.sonic.net) (Quit: Computer has gone to sleep.)
  329. # [02:28] * seth eagerly anticipates the tree opening
  330. # [02:28] * Joins: yzen (yzen@212D9172.B1008920.163DC5C6.IP)
  331. # [02:28] <jld> Looks like the B2G test infrastructure is in high demand....
  332. # [02:30] * Quits: @smaug (chatzilla@moz-9E0B1701.pp.htv.fi) (Ping timeout)
  333. # [02:30] <KWierso> seth: you missed it. we had a good 25 minutes where the tree was open
  334. # [02:30] * Quits: yzen (yzen@212D9172.B1008920.163DC5C6.IP) (Ping timeout)
  335. # [02:32] * seth contemplates writing a bot that auto-pushes as soon as the tree opens
  336. # [02:32] * Quits: justindarc (justindarc@D2AEACFC.B56D28DB.B58D01CE.IP) (Quit: )
  337. # [02:33] * Joins: yzen (yzen@212D9172.B1008920.163DC5C6.IP)
  338. # [02:33] <jet> seth: LOL
  339. # [02:33] <heycam> seth, what, |until hg push; do sleep 10; done| not good enough? :)
  340. # [02:33] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  341. # [02:34] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  342. # [02:34] <seth> heycam: haha, so easy!
  343. # [02:34] <seth> heycam: i'd expect a grumpy email from someone in releng if i kept that up for too long though =)
  344. # [02:34] <heycam> (assuming hg has sensible exit codes!)
  345. # [02:34] <heycam> seth, yes :)
  346. # [02:35] * Quits: kentuckyfriedtakahe (ajones@34E8ECDF.DC2C3734.616A18A6.IP) (Input/output error)
  347. # [02:35] <KWierso> seth, heycam: you wouldn't have to worry about waiting to push, regardless :P
  348. # [02:35] * Quits: milan (milan@moz-58514293.dsl.bell.ca) (Input/output error)
  349. # [02:35] * Quits: yzen (yzen@212D9172.B1008920.163DC5C6.IP) (Ping timeout)
  350. # [02:35] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  351. # [02:36] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/6c1da87675d9 - Geoff Brown - Bug 1031097 - Avoid Android 2.3 m-gl retries on a CLOSED TREE. a=bustage-fix
  352. # [02:36] * Quits: lgarner (lgarner@347FA24B.24D9B0A0.495EC8CD.IP) (Ping timeout)
  353. # [02:37] * Quits: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net) (Ping timeout)
  354. # [02:37] * Quits: tessarakt (jens@moz-3828FE22.dip0.t-ipconnect.de) (Ping timeout)
  355. # [02:38] * Joins: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net)
  356. # [02:38] * Quits: bwc (Adium@moz-62518563.mtv2.mozilla.com) (Quit: Leaving.)
  357. # [02:39] * Quits: ekr (Adium@moz-24157589.mtv2.mozilla.com) (Ping timeout)
  358. # [02:39] * Joins: elin (elin@moz-72233FD3.dynamic.hinet.net)
  359. # [02:39] * Quits: sankha_ (sankha93@moz-996E6AC3.pool.mediaways.net) (Ping timeout)
  360. # [02:40] * Joins: tonymec|away (tonymec@6C6A4191.BC400CB9.277517C1.IP)
  361. # [02:41] <@dbaron> heycam, I'll admit to having done that once before
  362. # [02:42] * Quits: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  363. # [02:42] <@dbaron> heycam, although with "while !"
  364. # [02:43] * Quits: aklotz (Thunderbir@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: aklotz)
  365. # [02:43] * Quits: catalinb (catalinb@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: This computer has gone to sleep)
  366. # [02:44] * Quits: StevenLee (Adium@moz-332825EB.dynamic.hinet.net) (Quit: Leaving.)
  367. # [02:44] * Quits: azakai (alon@moz-62518563.mtv2.mozilla.com) (Quit: Ex-Chat)
  368. # [02:45] <heycam> dbaron, I'll take that as permission to do so in the future!
  369. # [02:45] <seth> "r=dbaron"
  370. # [02:45] * Quits: dholbert_ (dholbert@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  371. # [02:48] * Quits: bmoss (bmoss@moz-62518563.mtv2.mozilla.com) (Quit: bmoss)
  372. # [02:48] * Quits: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca) (Quit: surkov)
  373. # [02:48] * Quits: joshua-s (Thunderbir@moz-292020D8.syrcny.east.verizon.net) (Quit: Try Firetext (https://marketplace.firefox.com/app/firetext), a word processor for Firefox OS!)
  374. # [02:51] * Joins: tonymec (tonymec@6C6A4191.BC400CB9.277517C1.IP)
  375. # [02:52] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  376. # [02:52] * Quits: fabrice (fabrice@moz-24157589.mtv2.mozilla.com) (Ping timeout)
  377. # [02:53] * Quits: alex_tz (Adium@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  378. # [02:53] * Joins: yzen (yzen@212D9172.B1008920.163DC5C6.IP)
  379. # [02:53] * Quits: mwobensmith (mwobensmit@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  380. # [02:53] * Quits: juanb|afk (jbecerra@moz-62518563.mtv2.mozilla.com) (Quit: juanb|afk)
  381. # [02:54] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  382. # [02:54] * Quits: bajaj (bajaj_afk@383121B7.B2666F0E.66399531.IP) (Quit: Leaving.)
  383. # [02:56] * Quits: _6a68 (jhirsch@moz-BCE0307E.socal.res.rr.com) (Quit: that's all folks)
  384. # [02:57] * Quits: tanvi (tanvi@moz-1979187D.hsd1.ca.comcast.net) (Quit: Leaving.)
  385. # [02:58] * Joins: kip (kip@moz-DDB15FC8.stc.novuscom.net)
  386. # [02:58] <decoder> ehsan: so, do we have a successful ff clang build on windows now?
  387. # [02:58] * Joins: alex_tz (Adium@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  388. # [02:58] * Quits: elin (elin@moz-72233FD3.dynamic.hinet.net) (Quit: elin)
  389. # [02:59] <@ehsan> decoder: we do
  390. # [03:00] * Joins: lmandel (lmandel@1A20C896.96FE09F3.3002A442.IP)
  391. # [03:00] * Quits: kip (kip@moz-DDB15FC8.stc.novuscom.net) (Ping timeout)
  392. # [03:00] <decoder> ehsan: did we document somewhere how to do that?
  393. # [03:00] * ggp is now known as ggp|away
  394. # [03:00] <@ehsan> decoder: http://ehsanakhgari.org/blog/2014-06-26/building-firefox-on-windows-with-clang-cl
  395. # [03:01] <decoder> and do we have it on try?
  396. # [03:01] <@ehsan> decoder: not yet
  397. # [03:01] <decoder> thx
  398. # [03:01] <@ehsan> np
  399. # [03:01] * Quits: chmanchester (chmanchest@63CA6098.1EB7376C.ECED8BE3.IP) (Input/output error)
  400. # [03:01] <decoder> ehsan: so, what happens if you add -fsanitize=address to CFLAGS, CXXFLAGS and linker flags?
  401. # [03:01] <@ehsan> decoder: I haven't tried that yet :)
  402. # [03:01] <decoder> does it blow up somewhere? if so, maybe I can help with the result
  403. # [03:01] <decoder> i just dont have a windows build env here
  404. # [03:01] <@ehsan> decoder: https://bugzilla.mozilla.org/show_bug.cgi?id=1030826
  405. # [03:02] <@ehsan> decoder: I _think_ it may work fine out of the box
  406. # [03:02] <@ehsan> will try next week
  407. # [03:02] <decoder> yea that bug is the reason why im asking
  408. # [03:02] <decoder> ok
  409. # [03:02] <@ehsan> busy this week
  410. # [03:02] <decoder> if you run into any trouble, let me know.
  411. # [03:02] * Joins: sewardj_ (sewardj@moz-D0633E0F.dip0.t-ipconnect.de)
  412. # [03:02] <@ehsan> will do
  413. # [03:02] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  414. # [03:03] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  415. # [03:03] * Quits: sewardj (sewardj@moz-CA2C987C.dip0.t-ipconnect.de) (Ping timeout)
  416. # [03:05] * Joins: joshua-s (Thunderbir@moz-292020D8.syrcny.east.verizon.net)
  417. # [03:05] * bz_dinner is now known as bz
  418. # [03:06] * Quits: pcwalton (pcwalton@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: pcwalton)
  419. # [03:07] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=092005229ae6 - 12 changesets
  420. # [03:07] * Joins: grobinson (~grobinson@moz-7BC54A2.static.monkeybrains.net)
  421. # [03:08] * Quits: grobinson (~grobinson@moz-7BC54A2.static.monkeybrains.net) (Quit: Leaving)
  422. # [03:08] * Quits: yzen (yzen@212D9172.B1008920.163DC5C6.IP) (Ping timeout)
  423. # [03:10] * nthomas|away is now known as nthomas
  424. # [03:11] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/a101306a4aa6 - Geoff Brown - Bug 1031097 - Avoid Android 2.3 m-gl retries on a CLOSED TREE. a=bustage-fix
  425. # [03:12] * Quits: rvid (textual@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Computer has gone to sleep.)
  426. # [03:13] * Joins: chmanchester (chmanchest@63CA6098.1EB7376C.ECED8BE3.IP)
  427. # [03:13] * Quits: cpeterson (cpeterson@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  428. # [03:14] * Joins: rvid (textual@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  429. # [03:14] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  430. # [03:14] * Quits: jet (jet@moz-62518563.mtv2.mozilla.com) (Quit: jet)
  431. # [03:15] * Quits: rvid (textual@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Computer has gone to sleep.)
  432. # [03:15] * Quits: alex_tz (Adium@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  433. # [03:15] * Joins: yurenju (yurenju@moz-99690620.hinet-ip.hinet.net)
  434. # [03:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?changeset=35249c98020a - 14 changesets
  435. # [03:16] * Joins: victorporof_ (victorporo@moz-2B9735D0.dsl.bell.ca)
  436. # [03:17] * Joins: grobinson (~grobinson@moz-7BC54A2.static.monkeybrains.net)
  437. # [03:17] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/6c1da87675d9 - Geoff Brown - Bug 1031097 - Avoid Android 2.3 m-gl retries on a CLOSED TREE. a=bustage-fix
  438. # [03:17] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/092005229ae6 - Wes Kocher - Merge b2g-inbound to m-c a=merge CLOSED TREE
  439. # [03:17] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/479c4820615d - Wes Kocher - Merge m-c to inbound to hopefully open this CLOSED TREE
  440. # [03:17] * Quits: victorporof (victorporo@moz-2B9735D0.dsl.bell.ca) (Ping timeout)
  441. # [03:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/pushloghtml?changeset=e36a9703263f - 14 changesets
  442. # [03:18] * Quits: Mook_as (mook@moz-1FCC0032.activestate.com) (Quit: Mook_as)
  443. # [03:18] * Quits: sylvain (scleymans@moz-62518563.mtv2.mozilla.com) (Input/output error)
  444. # [03:19] * Quits: gakiwate1 (Thunderbir@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  445. # [03:19] * Quits: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 1.8.0.9/2006120508])
  446. # [03:19] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  447. # [03:19] * Quits: @ehsan (ehsan@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  448. # [03:20] * Quits: mmcdonough (Martin@moz-62518563.mtv2.mozilla.com) (Quit: I've been blurred!)
  449. # [03:20] * Joins: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net)
  450. # [03:21] * Quits: lmandel (lmandel@1A20C896.96FE09F3.3002A442.IP) (Input/output error)
  451. # [03:23] * Joins: yzen (yzen@moz-77406528.hfc.comcastbusiness.net)
  452. # [03:24] * KWierso is now known as KWierso|afk
  453. # [03:24] * Quits: @dbaron (dbaron@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  454. # [03:24] * Quits: chewey (chewey@moz-B2D2AAB5.dip0.t-ipconnect.de) (NickServ (GHOST command used by chewey_))
  455. # [03:25] * Quits: kgrandon (Adium@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  456. # [03:25] * Joins: chewey (chewey@moz-38A22238.dip0.t-ipconnect.de)
  457. # [03:25] * Quits: gandalf (zbraniecki@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  458. # [03:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/567152f907a1 - Shu-yu Guo - Bug 1028331 - Use BailoutKind to report more detailed PJS bailout warnings. (r=lth)
  459. # [03:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b3124d14db16 - Shu-yu Guo - Bug 1029910 - Skip over unreadable slots in InlineFrameIterator. (r=nbp)
  460. # [03:27] * Quits: tonymec|away (tonymec@6C6A4191.BC400CB9.277517C1.IP) (Ping timeout)
  461. # [03:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/ca20c1edcd0d - B2G Bumper Bot - Bumping gaia.json for 8 gaia revision(s) a=gaia-bump
  462. # [03:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/00a58026ba85 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  463. # [03:27] * Quits: tonymec (tonymec@6C6A4191.BC400CB9.277517C1.IP) (Ping timeout)
  464. # [03:27] * Quits: jbailey (jon@moz-345B5EBA.csclub.uwaterloo.ca) (Ping timeout)
  465. # [03:28] * Quits: tonymec_KDE (tonymec@6C6A4191.BC400CB9.277517C1.IP) (Ping timeout)
  466. # [03:28] * Quits: Luqman (laden@moz-AB7945E9.csclub.uwaterloo.ca) (Ping timeout)
  467. # [03:28] * Joins: rvid (textual@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  468. # [03:28] * Quits: maxli (maxli@moz-B19F68ED.student.cs.uwaterloo.ca) (Ping timeout)
  469. # [03:28] * Joins: roc (chatzilla@moz-16458533.bng1.tvc.orcon.net.nz)
  470. # [03:28] * ChanServ sets mode: +o roc
  471. # [03:28] * Joins: mwu (mwu@moz-99690620.hinet-ip.hinet.net)
  472. # [03:29] * Joins: maxli (maxli@moz-B19F68ED.student.cs.uwaterloo.ca)
  473. # [03:29] * Quits: rvid (textual@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Computer has gone to sleep.)
  474. # [03:29] * baku is now known as baku|away
  475. # [03:30] * Quits: yurenju (yurenju@moz-99690620.hinet-ip.hinet.net) (Quit: Computer has gone to sleep.)
  476. # [03:30] * Joins: jbailey (jon@moz-345B5EBA.csclub.uwaterloo.ca)
  477. # [03:30] * Joins: rvid (textual@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  478. # [03:31] * Joins: Luqman (laden@moz-AB7945E9.csclub.uwaterloo.ca)
  479. # [03:31] * Quits: rvid (textual@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Computer has gone to sleep.)
  480. # [03:31] * Quits: garvank (Garvan@moz-A6A46E3.dsl.teksavvy.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  481. # [03:32] * Joins: garvank (Garvan@moz-A6A46E3.dsl.teksavvy.com)
  482. # [03:32] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  483. # [03:33] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  484. # [03:33] * Quits: maxli (maxli@moz-B19F68ED.student.cs.uwaterloo.ca) (Quit: Leaving.)
  485. # [03:33] * Joins: maxli (maxli@moz-B19F68ED.student.cs.uwaterloo.ca)
  486. # [03:34] * Joins: tonymec_KDE (tonymec@moz-3A083C88.adsl-dyn.isp.belgacom.be)
  487. # [03:34] * Quits: grobinson (~grobinson@moz-7BC54A2.static.monkeybrains.net) (Quit: Leaving)
  488. # [03:34] * Joins: grobinson (~grobinson@moz-7BC54A2.static.monkeybrains.net)
  489. # [03:34] * Joins: TYLin (TYLin@moz-99690620.hinet-ip.hinet.net)
  490. # [03:35] * Quits: Jesse (jruderman@moz-62518563.mtv2.mozilla.com) (Quit: Jesse)
  491. # [03:36] * Joins: elin (elin@moz-99690620.hinet-ip.hinet.net)
  492. # [03:36] * Quits: @dveditz (dveditz@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  493. # [03:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/909655c3ec14 - Birunthan Mohanathas - Bug 1022456 - Convert xpcom/glue/ to Gecko style. r=froydnj
  494. # [03:37] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/f2be42467a16 - Shane Caraveo - Bug 1029098 support global sidebar state for users who do not turn on restore session state, r=felipe, a=sylvestre
  495. # [03:37] * hwine is now known as hwine-food
  496. # [03:38] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  497. # [03:38] * Joins: kentuckyfriedtakahe (ajones@34E8ECDF.DC2C3734.616A18A6.IP)
  498. # [03:40] * Quits: mkaply (quassel@369555F2.D554AE4F.773DD651.IP) (Ping timeout)
  499. # [03:40] * Quits: system64 (uid17738@moz-A42E5B7B.irccloud.com) (Quit: Connection closed for inactivity)
  500. # [03:41] * Quits: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net) (Quit: vicamo)
  501. # [03:42] * Quits: amoghbl1 (uid14927@moz-5F4AA75A.irccloud.com) (Quit: Connection closed for inactivity)
  502. # [03:42] * Joins: mkaply (quassel@369555F2.D554AE4F.773DD651.IP)
  503. # [03:43] * Joins: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net)
  504. # [03:43] * philor is now known as philor|away
  505. # [03:43] * Joins: fabrice (fabrice@moz-1A8E36BB.hsd1.ca.comcast.net)
  506. # [03:43] * Quits: josh (josh@moz-FCFAEC54.hvc.res.rr.com) (Quit: josh)
  507. # [03:44] * Joins: josh (josh@moz-FCFAEC54.hvc.res.rr.com)
  508. # [03:44] * Quits: garvank (Garvan@moz-A6A46E3.dsl.teksavvy.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  509. # [03:44] * Joins: rvid (textual@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  510. # [03:45] * Quits: tonymec_KDE (tonymec@moz-3A083C88.adsl-dyn.isp.belgacom.be) (Ping timeout)
  511. # [03:46] * Joins: yeukhon (yeukhon@B6CADF01.3778D849.1D6E592A.IP)
  512. # [03:46] * Joins: lmandel (lmandel@1A20C896.96FE09F3.3002A442.IP)
  513. # [03:47] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  514. # [03:48] * Quits: Boriss (Boriss@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: Boriss)
  515. # [03:48] * Joins: tonymec_KDE (tonymec@9B52B868.D0042529.277517C1.IP)
  516. # [03:48] * Joins: borting (borting@moz-99690620.hinet-ip.hinet.net)
  517. # [03:49] * Quits: yzen (yzen@moz-77406528.hfc.comcastbusiness.net) (Ping timeout)
  518. # [03:49] * Joins: brsun (chatzilla@moz-99690620.hinet-ip.hinet.net)
  519. # [03:52] * Quits: harth (harth@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  520. # [03:53] * Quits: KaiRo (robert@moz-DA48F01B.adsl.highway.telekom.at) (Input/output error)
  521. # [03:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/37dc4a16c312 - Dragana Damjanovic - Bug 748117 - Make sure http channel is pending in OnStartRequest & OnDataAvailable r=jduell
  522. # [03:56] * Quits: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com) (Quit: Instantbird 1.5 -- http://www.instantbird.com)
  523. # [03:56] * Quits: jbailey (jon@moz-345B5EBA.csclub.uwaterloo.ca) (Ping timeout)
  524. # [03:56] * Quits: Luqman (laden@moz-AB7945E9.csclub.uwaterloo.ca) (Ping timeout)
  525. # [03:56] * Joins: garvank (Garvan@moz-A6A46E3.dsl.teksavvy.com)
  526. # [03:57] * Joins: jbailey (jon@moz-345B5EBA.csclub.uwaterloo.ca)
  527. # [03:58] * Joins: Luqman (laden@moz-AB7945E9.csclub.uwaterloo.ca)
  528. # [03:58] * Joins: rbarnes (rbarnes@moz-5E1F5C28.washdc.fios.verizon.net)
  529. # [03:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/2c5284563bad - Nick Alexander - Bug 1030734 - Fix BROWSER_INTENT_{PACKAGE,CLASS} in background after Bug 929865. r=rnewman
  530. # [04:00] * Quits: rbarnes (rbarnes@moz-5E1F5C28.washdc.fios.verizon.net) (Ping timeout)
  531. # [04:00] * Quits: maxli (maxli@moz-B19F68ED.student.cs.uwaterloo.ca) (Ping timeout)
  532. # [04:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/682acc91b86d - Dan Gohman - Bug 1027861 - IonMonkey: Micro-optimize dominator calculation. r=sstangl
  533. # [04:00] * Quits: Luqman (laden@moz-AB7945E9.csclub.uwaterloo.ca) (Ping timeout)
  534. # [04:00] * Joins: maxli (maxli@moz-B19F68ED.student.cs.uwaterloo.ca)
  535. # [04:02] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  536. # [04:02] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/731a5e8831e6 - Richard Newman - Bug 1030740 - Add return statements inadvertently omitted from Bug 1025937. r=mcomella, a=sylvestre
  537. # [04:02] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/59972f15a8bf - Richard Newman - Bug 1030740 - Add return statements inadvertently omitted from Bug 1025937. r=mcomella, a=sylvestre
  538. # [04:02] * Joins: tonymec|away (tonymec@9B52B868.D0042529.277517C1.IP)
  539. # [04:02] * Joins: Jerry (hshih@moz-99690620.hinet-ip.hinet.net)
  540. # [04:03] * Joins: Luqman (laden@moz-AB7945E9.csclub.uwaterloo.ca)
  541. # [04:04] * Quits: yeukhon (yeukhon@B6CADF01.3778D849.1D6E592A.IP) (Quit: Leaving.)
  542. # [04:04] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  543. # [04:04] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  544. # [04:06] * Quits: IRCMonkey15697 (wlach@moz-1DFF0E85.vif.net) (Ping timeout)
  545. # [04:06] * Joins: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net)
  546. # [04:07] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Quit: jib)
  547. # [04:07] * Quits: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca) (Quit: surkov)
  548. # [04:09] * Quits: rkent (Thunderbir@moz-CCEA8D95.hsd1.wa.comcast.net) (Quit: rkent)
  549. # [04:09] * Quits: ewong|sleep (chatzilla@moz-8777076B.netvigator.com) (Ping timeout)
  550. # [04:09] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/1bced5624188 - Shane Caraveo - Bug 1029098 support global sidebar state for users who do not turn on restore session state, r=felipe, a=sylvestre
  551. # [04:09] * Quits: TYLin (TYLin@moz-99690620.hinet-ip.hinet.net) (Quit: TYLin)
  552. # [04:09] * Quits: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net) (Quit: vicamo)
  553. # [04:10] * Joins: ewong|sleep (chatzilla@moz-8777076B.netvigator.com)
  554. # [04:10] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  555. # [04:11] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  556. # [04:12] * Joins: tonymec (tonymec@9B52B868.D0042529.277517C1.IP)
  557. # [04:14] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  558. # [04:14] * Joins: harth (harth@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  559. # [04:15] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  560. # [04:16] * Quits: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  561. # [04:16] * Joins: jwwang (jwwang@moz-99690620.hinet-ip.hinet.net)
  562. # [04:18] * Joins: allstarschh (allstarsch@moz-99690620.hinet-ip.hinet.net)
  563. # [04:19] * Joins: TYLin (TYLin@moz-99690620.hinet-ip.hinet.net)
  564. # [04:19] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  565. # [04:20] * Joins: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net)
  566. # [04:20] * Joins: Shrooms (Shrooms@moz-3FB8D9E7.asm.bellsouth.net)
  567. # [04:22] * Quits: Waldo (waldo@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  568. # [04:23] * Joins: jgilbert__ (jgilbert@moz-62518563.mtv2.mozilla.com)
  569. # [04:24] * Quits: ohsix (ohsix@A2D7F518.A2E0D0A6.F944C6CB.IP) (Connection reset by peer)
  570. # [04:24] * Joins: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net)
  571. # [04:24] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/937b2131d8e2 - Boris Zbarsky - Bug 1030938. Stop copy-constructing iterators in SavedStacks code, because that copy constructor is really slow. Also, hash atoms as pointers, not strings. r=shu
  572. # [04:24] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/cc0c09414a1c - Michael Ratcliffe - Bug 1006595 - Add some APIs on inIDOMUtils to allow determining the subproperties of a CSS shorthand, whether a property is a shorthand, and whether a given property supports a given type of value. r=dbaron
  573. # [04:24] * Quits: jgilbert_ (jgilbert@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  574. # [04:25] * Quits: jgilbert__ (jgilbert@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  575. # [04:25] * Joins: ohsix (ohsix@A2D7F518.A2E0D0A6.F944C6CB.IP)
  576. # [04:25] * Joins: mmcdonough (Martin@moz-CF8BEBEF.dia.static.qwest.net)
  577. # [04:26] * Parts: mmcdonough (Martin@moz-CF8BEBEF.dia.static.qwest.net) (Still 20/20)
  578. # [04:26] * Quits: TYLin (TYLin@moz-99690620.hinet-ip.hinet.net) (Quit: TYLin)
  579. # [04:29] * Quits: elin (elin@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  580. # [04:30] * Joins: TYLin (TYLin@moz-99690620.hinet-ip.hinet.net)
  581. # [04:30] * Joins: catalinb (catalinb@moz-CF8BEBEF.dia.static.qwest.net)
  582. # [04:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/41ba073e102d - Brian Birtles - Bug 1029969 - Make compositor animation (OMTA) tests ignore floating-point differences; r=dzbarsky
  583. # [04:30] * Quits: lmandel (lmandel@1A20C896.96FE09F3.3002A442.IP) (Ping timeout)
  584. # [04:31] * Joins: elin (elin@moz-99690620.hinet-ip.hinet.net)
  585. # [04:31] * Joins: lmandel (lmandel@1A20C896.96FE09F3.3002A442.IP)
  586. # [04:31] * Joins: lgarner (lgarner@moz-5A23592F.dynamic.hinet.net)
  587. # [04:31] * Joins: Mano (mano@moz-B052078.red.bezeqint.net)
  588. # [04:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2de48d1af337 - Dan Gohman - Bug 1027900 - IonMonkey: LUse::ANY has an active preference for registers over memory. r=bhackett
  589. # [04:33] * hwine-food is now known as hwine
  590. # [04:34] * Quits: Preeti (uid13882@moz-E77DEB21.irccloud.com) (Quit: Connection closed for inactivity)
  591. # [04:34] * Quits: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net) (Ping timeout)
  592. # [04:35] * Joins: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net)
  593. # [04:35] * Joins: shelly (shelly@moz-99690620.hinet-ip.hinet.net)
  594. # [04:35] * Quits: mwu (mwu@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  595. # [04:35] * Joins: ehugg (chatzilla@moz-F46F489D.hsd1.wa.comcast.net)
  596. # [04:37] * Quits: tonymec|away (tonymec@9B52B868.D0042529.277517C1.IP) (Ping timeout)
  597. # [04:37] * Quits: tonymec (tonymec@9B52B868.D0042529.277517C1.IP) (Ping timeout)
  598. # [04:37] * Quits: tonymec_KDE (tonymec@9B52B868.D0042529.277517C1.IP) (Ping timeout)
  599. # [04:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/dd3d835981fc - Chris Double - Bug 1030539 - Seeking hangs due to time truncation in Media Source Extensions - r=kinetik
  600. # [04:38] <gbrown> nigelb: my fix for android 2.3 m-gl did not work. I see why. I'll push another attempt to m-c.
  601. # [04:40] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  602. # [04:40] * Joins: Waldo (waldo@moz-62518563.mtv2.mozilla.com)
  603. # [04:40] * Joins: tonymec_KDE (tonymec@moz-AFCE067F.adsl-dyn.isp.belgacom.be)
  604. # [04:40] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  605. # [04:43] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/49c42fe2b315 - Geoff Brown - Bug 1031097 - Avoid Android 2.3 m-gl retries, second attempt. a=bustage-fix
  606. # [04:47] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  607. # [04:47] * Quits: tonymec_KDE (tonymec@moz-AFCE067F.adsl-dyn.isp.belgacom.be) (Ping timeout)
  608. # [04:47] * philor|away is now known as philor
  609. # [04:49] * Joins: alex_tz (Adium@moz-2F3E2B03.hsd1.ca.comcast.net)
  610. # [04:51] * Joins: kip (kip@moz-DDB15FC8.stc.novuscom.net)
  611. # [04:52] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  612. # [04:52] * Quits: kip (kip@moz-DDB15FC8.stc.novuscom.net) (Ping timeout)
  613. # [04:56] * terrence is now known as terrence-afk
  614. # [04:58] * Joins: timdream (timdream@moz-5C2FB81F.hinet-ip.hinet.net)
  615. # [04:59] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  616. # [05:00] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  617. # [05:00] * Joins: ethan (ethan@moz-99690620.hinet-ip.hinet.net)
  618. # [05:01] * Quits: catalinb (catalinb@moz-CF8BEBEF.dia.static.qwest.net) (Quit: This computer has gone to sleep)
  619. # [05:02] <nigelb> gbrown: sure. sorry, still making breakfast :)
  620. # [05:03] <gbrown> no worries
  621. # [05:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9aee242f9917 - Dan Gohman - Bug 1027900 - IonMonkey: Split live intervals that start in memory at their first register use. r=bhackett
  622. # [05:05] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  623. # [05:07] * Joins: tonymec_KDE (tonymec@7FBF4836.4864ECF.9D2324B7.IP)
  624. # [05:07] <kentuckyfriedtakahe> Waldo: ping
  625. # [05:07] <poiru> shu: https://tbpl.mozilla.org/?tree=Mozilla-Inbound&rev=b3124d14db16 seems to have jittest oranges on Windows.
  626. # [05:08] * Quits: @bsmedberg-away (bsmedberg@moz-820FF4CB.jst.pa.atlanticbb.net) (Ping timeout)
  627. # [05:08] * Quits: ehugg (chatzilla@moz-F46F489D.hsd1.wa.comcast.net) (Ping timeout)
  628. # [05:08] * Quits: jduell (jduell@moz-612365A.hsd1.wa.comcast.net) (Connection reset by peer)
  629. # [05:08] * Joins: jduell (jduell@moz-612365A.hsd1.wa.comcast.net)
  630. # [05:09] <nigelb> philor: I think Jit is busted on m-i. Thoughts?
  631. # [05:09] <nigelb> shu: ping
  632. # [05:10] <shu> nigelb: hmm, no idea what that is
  633. # [05:10] <shu> nigelb: could you back out?
  634. # [05:10] <shu> or someone
  635. # [05:10] * Quits: sunfish (chatzilla@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  636. # [05:10] <nigelb> will do.
  637. # [05:11] * Quits: garvank (Garvan@moz-A6A46E3.dsl.teksavvy.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  638. # [05:11] * Joins: garvank (Garvan@moz-A6A46E3.dsl.teksavvy.com)
  639. # [05:11] * Quits: idwer (irc@moz-67B6410D.adsl.online.nl) (Input/output error)
  640. # [05:11] * Joins: ehugg (chatzilla@moz-F46F489D.hsd1.wa.comcast.net)
  641. # [05:12] <shu> of course it doesn't reproduce locally at all
  642. # [05:12] <shu> weird
  643. # [05:12] <nigelb> and I can't close trees. gah.
  644. # [05:12] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Input/output error)
  645. # [05:13] * Quits: garvank (Garvan@moz-A6A46E3.dsl.teksavvy.com) (Ping timeout)
  646. # [05:13] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  647. # [05:14] * Quits: rvid (textual@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Computer has gone to sleep.)
  648. # [05:15] * Quits: serge (Thunderbir@moz-CC0CB9E.dsl.teksavvy.com) (Ping timeout)
  649. # [05:15] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  650. # [05:15] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  651. # [05:16] * Quits: Mossop (dtownsend@53343B0D.8DCA2D5.5E2862A8.IP) (Quit: Leaving)
  652. # [05:16] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  653. # [05:16] * Joins: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net)
  654. # [05:17] * Joins: Mook (mook@9E554A54.5767AF64.D758B1AA.IP)
  655. # [05:17] * stephend is now known as stephend|transit
  656. # [05:18] * heycam is now known as heycam|away
  657. # [05:19] * hwine is now known as hwine-ooo
  658. # [05:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/482120c07ac5 - Nigel Babu - Backed out changeset b3124d14db16 (bug 1029910) for Jit failures
  659. # [05:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ae5b77cbf30d - Nigel Babu - Backed out changeset 567152f907a1 (bug 1028331) for Jit failures
  660. # [05:19] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  661. # [05:20] * Quits: rbrandao (uid30340@moz-31ABA2C0.irccloud.com) (Quit: Connection closed for inactivity)
  662. # [05:20] <nigelb> shu: backed out. ^
  663. # [05:20] * Joins: tonymec|away (tonymec@7FBF4836.4864ECF.9D2324B7.IP)
  664. # [05:20] <shu> nigelb: thx
  665. # [05:21] <nigelb> cheers
  666. # [05:23] * Joins: mwu (mwu@13BDC890.32D2C030.28909328.IP)
  667. # [05:24] * Quits: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: Leaving.)
  668. # [05:24] <shu> how come something so consistently failing on tbpl not reproduce at all locally
  669. # [05:24] <shu> grumble
  670. # [05:24] * Quits: elin (elin@moz-99690620.hinet-ip.hinet.net) (Quit: elin)
  671. # [05:25] <nigelb> typical.
  672. # [05:25] * Joins: tanvi (tanvi@moz-1979187D.hsd1.ca.comcast.net)
  673. # [05:26] * Joins: elin (elin@moz-99690620.hinet-ip.hinet.net)
  674. # [05:26] <Callek|Buildduty> shu: https://wiki.mozilla.org/ReleaseEngineering/How_To/Request_a_slave
  675. # [05:27] <Callek|Buildduty> shu: I can get you (almost) any slave tonight even
  676. # [05:27] * Quits: @roc (chatzilla@moz-16458533.bng1.tvc.orcon.net.nz) (Ping timeout)
  677. # [05:27] <Waldo> kentuckyfriedtakahe: pong, barely
  678. # [05:27] <Waldo> if it's quick
  679. # [05:28] <kentuckyfriedtakahe> Waldo: um... it seems that ScopedXPCOM is shutting stuff down not in the main thread.
  680. # [05:29] <kentuckyfriedtakahe> but I probably don't have a quick question.. and you've probably got a home to be at.
  681. # [05:29] <Waldo> kentuckyfriedtakahe: :-)
  682. # [05:29] <Waldo> kentuckyfriedtakahe: there's no threading sense at all in the scoped thing
  683. # [05:29] <Waldo> kentuckyfriedtakahe: whatever is destroying the Scoped, is destroying it not on the main thread
  684. # [05:29] <kentuckyfriedtakahe> it's making assertions fail...
  685. # [05:29] <shu> Callek|Buildduty: okay, thanks
  686. # [05:30] <Waldo> kentuckyfriedtakahe: if you assign a pointer allocated on another thread into it, it's your fault
  687. # [05:30] <Callek|Buildduty> shu: just ping me if you file a bug for one, I'll be around for the next 1-2 hours max
  688. # [05:30] <Waldo> as long as the deletion is expected to happen on the original allocating thread
  689. # [05:30] <Callek|Buildduty> (I'm based on the east coast of USA, so its 11:30pm right now)
  690. # [05:30] <shu> Callek|Buildduty: filing one now; the try slaves have a toolchain on them, right?
  691. # [05:30] <Callek|Buildduty> shu: the tests do not have a toolchain on them
  692. # [05:30] * Joins: rvid (textual@moz-9BAF7C87.hsd1.ca.comcast.net)
  693. # [05:31] <shu> Callek|Buildduty: but the try- ones do?
  694. # [05:31] * Quits: timdream (timdream@moz-5C2FB81F.hinet-ip.hinet.net) (Quit: timdream)
  695. # [05:31] * Quits: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca) (Quit: surkov)
  696. # [05:31] <Callek|Buildduty> shu: yes
  697. # [05:31] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  698. # [05:31] <shu> well if i request a linux test- one i should be able to upload my own shells
  699. # [05:31] <kentuckyfriedtakahe> Waldo: it is mostly a gtest problem.
  700. # [05:32] <shu> Callek|Buildduty: bug 1031133
  701. # [05:32] <Callek|Buildduty> shu: releng uses tooltool to grab the ver of the toolchain we use, but if you're using the matching build scripts you'll get it, you'll also have root so you can install anything you need anyway
  702. # [05:32] <Callek|Buildduty> :-)
  703. # [05:32] <shu> Callek|Buildduty: well, installing a toolchain has not been my strong suit
  704. # [05:32] <Waldo> kentuckyfriedtakahe: requiring a gtest fix for it, then
  705. # [05:32] <shu> Callek|Buildduty: i didn't figure out how to do it last time
  706. # [05:33] <kentuckyfriedtakahe> Waldo: where NS_DispatchToMainThread() stops making NS_IsMainThread() true
  707. # [05:33] * Joins: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro)
  708. # [05:33] * Joins: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net)
  709. # [05:33] <kentuckyfriedtakahe> possibly.
  710. # [05:33] * Joins: tonymec (tonymec@7FBF4836.4864ECF.9D2324B7.IP)
  711. # [05:33] <Callek|Buildduty> shu: sure, I'll get this host for you, once you have it people in #releng can help you get yourself going
  712. # [05:33] <kentuckyfriedtakahe> I seem to have a work around..
  713. # [05:33] * Callek|Buildduty is not the best person for the "after you have the host" but I can help in part
  714. # [05:33] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  715. # [05:34] <shu> Callek|Buildduty: thanks
  716. # [05:35] * Quits: raniere (raniere@moz-944B0280.customer.telesp.net.br) (Ping timeout)
  717. # [05:35] * Quits: ggp|away (ggp@moz-DCF5CED8.dsl.telesp.net.br) (Ping timeout)
  718. # [05:35] * Joins: raniere (raniere@moz-944B0280.customer.telesp.net.br)
  719. # [05:36] * Joins: ggp|away (ggp@moz-DCF5CED8.dsl.telesp.net.br)
  720. # [05:36] <Callek|Buildduty> shu: so yea, if you're using a tst- one (like you requested) you can scp local to host, and you can also push to try and download what our try builds had produced to the host from ftp
  721. # [05:36] <shu> Callek|Buildduty: yeah, sounds good
  722. # [05:37] <shu> Callek|Buildduty: btw do you know how many cores those machines have?
  723. # [05:37] <Callek|Buildduty> top of my head I don't, but you can get most system info with the command `facter` that is on there
  724. # [05:38] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Quit: )
  725. # [05:38] <Callek|Buildduty> I can also tell you what AWS instance type it is, once its up, and we can switch it to another instance type if you need us to (requires shutdown, but not delete)
  726. # [05:38] * Quits: Waldo (waldo@moz-62518563.mtv2.mozilla.com) (Quit: ChatZilla 0.9.87-8.1450hg.fc20 [XULRunner 29.0/20140428110119])
  727. # [05:38] <shu> Callek|Buildduty: well, it seems to fail consistently across every platform, so i'm hoping it'll repro straightforwardly
  728. # [05:39] <Callek|Buildduty> yep
  729. # [05:39] <Callek|Buildduty> if you discover we need to change something in our machines to accomodate what your test needs, just take notes and we can look into doing so
  730. # [05:39] <Callek|Buildduty> (thats not unheard of, fwiw)
  731. # [05:40] <shu> i doubt that
  732. # [05:40] <shu> it must be something else... oh i haven't tried compiling locally with gcc yet
  733. # [05:41] * Joins: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com)
  734. # [05:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/333a96d464d3 - B2G Bumper Bot - Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
  735. # [05:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/d0eac675dd06 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  736. # [05:41] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  737. # [05:41] <shu> Callek|Buildduty: oh ho ho
  738. # [05:42] <shu> Callek|Buildduty: gcc builds fail, clang builds don't
  739. # [05:42] <shu> Callek|Buildduty: you can probably stop trying to get me that machine, but i really appreciate your speediness :)
  740. # [05:42] <Callek|Buildduty> shu: don't want/need the slave then?
  741. # [05:42] <shu> Callek|Buildduty: no, i think i'm good for now, i can repro locally
  742. # [05:42] <Callek|Buildduty> shu: oooook, I'll wontfix, feel free to reopen or file anew if you need it
  743. # [05:42] <shu> Callek|Buildduty: certainly will. thanks a bunch
  744. # [05:42] <Callek|Buildduty> no problem
  745. # [05:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/a8eaedc48ebc - Shawn Huang - Bug 1007576 - [bluez] Update CoD value after device found while doing NFC pairing, r=echou
  746. # [05:46] * Joins: kgrandon (Adium@moz-2A1C3CC8.hsd1.ca.comcast.net)
  747. # [05:46] * Quits: lmandel (lmandel@1A20C896.96FE09F3.3002A442.IP) (Input/output error)
  748. # [05:47] * Joins: ehsan (ehsan@212685B3.5B8F260F.586E6F35.IP)
  749. # [05:47] * ChanServ sets mode: +o ehsan
  750. # [05:47] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/57a2c5222c5c - Dan Gohman - Bug 1027900 - IonMonkey: When spilling an interval that has a desginated spill interval, use it. r=bhackett
  751. # [05:48] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e94f3dde9619 - Andrea Marchesini - Bug 827823 - patch 1 - CC in DOMFile class, r=ehsan
  752. # [05:49] * Joins: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP)
  753. # [05:51] * Quits: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: Leaving.)
  754. # [05:51] * Joins: sylvain (scleymans@moz-CF8BEBEF.dia.static.qwest.net)
  755. # [05:52] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  756. # [05:55] * Joins: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net)
  757. # [05:55] * Joins: roc (chatzilla@moz-668A1F49.bng1.nct.orcon.net.nz)
  758. # [05:55] * ChanServ sets mode: +o roc
  759. # [05:55] * Quits: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: Leaving.)
  760. # [05:55] <nigelb> Morning philor :)
  761. # [05:56] <philor> not much of one
  762. # [05:56] * Joins: emtwo (Adium@moz-B7C458A9.dsl.teksavvy.com)
  763. # [05:56] <nigelb> Do you know what's the bug for this failure? https://tbpl.mozilla.org/php/getParsedLog.php?id=42586628&tree=Mozilla-Inbound
  764. # [05:56] <nigelb> I could swear I saw it yesterday as well.
  765. # [05:57] <nthomas> how do I track down the usage of http://mxr.mozilla.org/mozilla-central/search?string=addonErrorIncompatible&find=&findi=&;filter=^[^\0]*%24&hitlimit=&tree=mozilla-central ?
  766. # [05:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/37de250971f7 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  767. # [05:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/02c532b4580e - B2G Bumper Bot - Bumping manifests a=b2g-bump
  768. # [05:57] * baku|away is now known as baku
  769. # [05:58] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  770. # [05:58] * Quits: mwu (mwu@13BDC890.32D2C030.28909328.IP) (Ping timeout)
  771. # [05:58] * Quits: masayuki (Thunderbir@moz-7765A755.zaq.ne.jp) (Ping timeout)
  772. # [05:59] * nthomas finds http://mxr.mozilla.org/mozilla-central/source/browser/base/content/browser-addons.js#125
  773. # [06:00] * Quits: Matti_away (Matti@moz-6542256.dip0.t-ipconnect.de) (Ping timeout)
  774. # [06:00] * Joins: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net)
  775. # [06:00] * Quits: arasbm (zooby@moz-A84A1B9A.ok.shawcable.net) (Quit: Leaving.)
  776. # [06:02] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/e1fcb6ea058b - Jessica Jong - Bug 1027430 - Part 1: append spn info to .lastKnownHomeNetwork. r=hsinyi
  777. # [06:02] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/33c95e196040 - Jessica Jong - Bug 1027430 - Part 2: modify test case for .lastKnownHomeNetwork. r=hsinyi
  778. # [06:03] * Quits: tonymec (tonymec@7FBF4836.4864ECF.9D2324B7.IP) (Ping timeout)
  779. # [06:04] * Joins: dbaron (dbaron@moz-6F4D2D12.dsl.dynamic.sonic.net)
  780. # [06:04] * ChanServ sets mode: +ao dbaron dbaron
  781. # [06:05] * Quits: tonymec|away (tonymec@7FBF4836.4864ECF.9D2324B7.IP) (Ping timeout)
  782. # [06:05] * heycam|away is now known as heycam
  783. # [06:05] * Joins: Matti (Matti@moz-52F6C931.dip0.t-ipconnect.de)
  784. # [06:08] * Quits: tonymec_KDE (tonymec@7FBF4836.4864ECF.9D2324B7.IP) (Input/output error)
  785. # [06:09] * Joins: tonymec_KDE (tonymec@7FBF4836.4864ECF.9D2324B7.IP)
  786. # [06:09] * Quits: grobinson (~grobinson@moz-7BC54A2.static.monkeybrains.net) (Ping timeout)
  787. # [06:10] * Joins: recursive (recursive@71958799.4D49EC71.6815CE39.IP)
  788. # [06:10] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  789. # [06:11] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  790. # [06:11] * Joins: tonymec|away (tonymec@7FBF4836.4864ECF.9D2324B7.IP)
  791. # [06:11] * Joins: jdm (jdm@moz-FD422FC5.dsl.teksavvy.com)
  792. # [06:13] * Joins: victorporof (victorporo@moz-2B9735D0.dsl.bell.ca)
  793. # [06:13] * Quits: victorporof_ (victorporo@moz-2B9735D0.dsl.bell.ca) (Ping timeout)
  794. # [06:13] <nigelb> gbrown: congrats :D
  795. # [06:14] * Quits: allstarschh (allstarsch@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  796. # [06:14] * Quits: tonymec_KDE (tonymec@7FBF4836.4864ECF.9D2324B7.IP) (Ping timeout)
  797. # [06:14] * Quits: tonymec|away (tonymec@7FBF4836.4864ECF.9D2324B7.IP) (Ping timeout)
  798. # [06:14] <gbrown> what? I don't see 2.3 m-gl complete yet
  799. # [06:14] * Quits: @ehsan (ehsan@212685B3.5B8F260F.586E6F35.IP) (Quit: vanished into thin air...)
  800. # [06:14] * Quits: dougc (dougc@moz-E74C7A3B.lns20.mel4.internode.on.net) (Ping timeout)
  801. # [06:15] * Quits: maxli (maxli@moz-B19F68ED.student.cs.uwaterloo.ca) (Quit: Leaving.)
  802. # [06:16] * Quits: josh (josh@moz-FCFAEC54.hvc.res.rr.com) (Quit: josh)
  803. # [06:16] <nigelb> gbrown: ah, I was looking at 4.0.
  804. # [06:16] <gbrown> ah
  805. # [06:17] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/43cbeceed821 - L. David Baron - Followup to Bug 789096 patch 8: fix indentation. No review.
  806. # [06:18] * Joins: dougc (dougc@moz-E74C7A3B.lns20.mel4.internode.on.net)
  807. # [06:19] * Quits: rvid (textual@moz-9BAF7C87.hsd1.ca.comcast.net) (Quit: Computer has gone to sleep.)
  808. # [06:21] * Quits: jduell (jduell@moz-612365A.hsd1.wa.comcast.net) (Ping timeout)
  809. # [06:22] * Joins: rkent (Thunderbir@moz-CCEA8D95.hsd1.wa.comcast.net)
  810. # [06:22] * Quits: elin (elin@moz-99690620.hinet-ip.hinet.net) (Quit: elin)
  811. # [06:23] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  812. # [06:24] <gbrown> nigelb: 2.3 m-gl is orange now. I can try disabling a few more sub-tests with one more patch, but I need some sleep -- I won't be around to watch
  813. # [06:24] * Quits: tanvi (tanvi@moz-1979187D.hsd1.ca.comcast.net) (Quit: Leaving.)
  814. # [06:24] <nigelb> no worries.
  815. # [06:25] * Quits: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: Leaving.)
  816. # [06:25] <gbrown> better to try one more time, or shall I just leave it?
  817. # [06:25] <nigelb> your call.
  818. # [06:25] <gbrown> ok. one more patch on the way.
  819. # [06:29] * Joins: rvid (textual@moz-9BAF7C87.hsd1.ca.comcast.net)
  820. # [06:29] * Quits: mconley (mconley@moz-FBB7D102.cable.teksavvy.com) (Input/output error)
  821. # [06:29] * Quits: rvid (textual@moz-9BAF7C87.hsd1.ca.comcast.net) (Quit: Computer has gone to sleep.)
  822. # [06:29] * Quits: harth (harth@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  823. # [06:30] * Quits: gerv (Instantbir@moz-8E68CF56.in-addr.arpa) (Ping timeout)
  824. # [06:32] * Joins: tonymec_KDE (tonymec@moz-27BD49AB.adsl-dyn.isp.belgacom.be)
  825. # [06:33] * Quits: ethan (ethan@moz-99690620.hinet-ip.hinet.net) (Quit: ethan)
  826. # [06:35] * Parts: alex_tz (Adium@moz-2F3E2B03.hsd1.ca.comcast.net)
  827. # [06:38] * Joins: rvid (textual@moz-9BAF7C87.hsd1.ca.comcast.net)
  828. # [06:38] * Joins: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net)
  829. # [06:38] * Quits: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: Leaving.)
  830. # [06:40] * Joins: gerv (Instantbir@moz-8E68CF56.in-addr.arpa)
  831. # [06:40] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/be076357691c - Geoff Brown - Bug 1031097 - Try again to avoid Android 2.3 m-gl failures. a=bustage-fix
  832. # [06:40] * Joins: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net)
  833. # [06:43] * Quits: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net) (Ping timeout)
  834. # [06:44] * Quits: GPHemsley (GPHemsley@moz-379EB2FA.hsd1.de.comcast.net) (Ping timeout)
  835. # [06:45] * Joins: kip (kip@moz-DDB15FC8.stc.novuscom.net)
  836. # [06:46] * Joins: tonymec|away (tonymec@moz-27BD49AB.adsl-dyn.isp.belgacom.be)
  837. # [06:47] * Quits: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com) (Client exited)
  838. # [06:47] * Quits: kip (kip@moz-DDB15FC8.stc.novuscom.net) (Ping timeout)
  839. # [06:49] * Quits: brsun (chatzilla@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  840. # [06:49] * Joins: allstarschh (allstars@moz-99690620.hinet-ip.hinet.net)
  841. # [06:50] * Joins: hdt91 (hdt91@F198F4C8.7F47F277.FCEF9E1A.IP)
  842. # [06:50] * Joins: kip (kip@moz-DDB15FC8.stc.novuscom.net)
  843. # [06:51] * Joins: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com)
  844. # [06:52] * Quits: kip (kip@moz-DDB15FC8.stc.novuscom.net) (Ping timeout)
  845. # [06:54] * Quits: a-865 (fmcz@moz-CB202EEF.cable.mindspring.com) (Quit: ChatZilla 0.9.90.1 [SeaMonkey 2.26/20140428215651])
  846. # [06:55] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Quit: Jesse)
  847. # [06:59] * Quits: tonymec|away (tonymec@moz-27BD49AB.adsl-dyn.isp.belgacom.be) (Ping timeout)
  848. # [06:59] * Quits: tonymec_KDE (tonymec@moz-27BD49AB.adsl-dyn.isp.belgacom.be) (Ping timeout)
  849. # [07:00] * whimboo|afk is now known as whimboo
  850. # [07:04] * Quits: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP) (Quit: Leaving.)
  851. # [07:04] * Quits: rvid (textual@moz-9BAF7C87.hsd1.ca.comcast.net) (Quit: Computer has gone to sleep.)
  852. # [07:04] * Joins: a-865 (fmcz@moz-CB202EEF.cable.mindspring.com)
  853. # [07:05] * Joins: mwu (mwu@13BDC890.32D2C030.28909328.IP)
  854. # [07:06] * Quits: MichelW (uid24909@moz-A42E5B7B.irccloud.com) (Quit: Connection closed for inactivity)
  855. # [07:06] <krit> roc: ping
  856. # [07:08] * Joins: Anupkumar (uid16774@moz-A42E5B7B.irccloud.com)
  857. # [07:08] * Quits: rkent (Thunderbir@moz-CCEA8D95.hsd1.wa.comcast.net) (Quit: rkent)
  858. # [07:09] <@dbaron> it's annoying that each time Ubuntu pushes a new kernel package, I have to rebuild the world
  859. # [07:10] * Joins: timdream (timdream@moz-99690620.hinet-ip.hinet.net)
  860. # [07:10] * nthomas is now known as nthomas|away
  861. # [07:10] <Unfocused> that's what you get for using gento-- oh wait
  862. # [07:11] * Parts: TYLin (TYLin@moz-99690620.hinet-ip.hinet.net)
  863. # [07:11] * Joins: TYLin (TYLin@moz-99690620.hinet-ip.hinet.net)
  864. # [07:11] * Quits: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com) (Client exited)
  865. # [07:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/eb09a51edc57 - Andrea Marchesini - Bug 1030844 - Get rid of nsIDOMWindowUtils.getFile/getBlob, r=janv
  866. # [07:15] <nigelb> wait, why?
  867. # [07:16] * Joins: tanvi (tanvi@moz-1979187D.hsd1.ca.comcast.net)
  868. # [07:16] <glandium> dbaron: that doesn't sound right. what do you need to rebuild?
  869. # [07:17] * Joins: rvid (textual@moz-9BAF7C87.hsd1.ca.comcast.net)
  870. # [07:17] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  871. # [07:18] * Joins: brsun (chatzilla@moz-37FEAF6C.emome-ip.hinet.net)
  872. # [07:18] * Joins: tessarakt (jens@moz-18C97087.dip0.t-ipconnect.de)
  873. # [07:19] * Quits: rvid (textual@moz-9BAF7C87.hsd1.ca.comcast.net) (Quit: Computer has gone to sleep.)
  874. # [07:19] * Joins: seanlin (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  875. # [07:20] * Joins: elin (elin@moz-99690620.hinet-ip.hinet.net)
  876. # [07:20] * Joins: crucerucalin (quassel@moz-E435A28D.eregie.pub.ro)
  877. # [07:20] * Joins: brsun_ (chatzilla@2EC56FDA.A67F66B.DB4BF53F.IP)
  878. # [07:21] * Quits: brsun (chatzilla@moz-37FEAF6C.emome-ip.hinet.net) (Ping timeout)
  879. # [07:21] * brsun_ is now known as brsun
  880. # [07:22] * Quits: emtwo (Adium@moz-B7C458A9.dsl.teksavvy.com) (Quit: Leaving.)
  881. # [07:23] * Quits: Mook (mook@9E554A54.5767AF64.D758B1AA.IP) (Quit: Mook)
  882. # [07:23] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  883. # [07:24] * Joins: rvid (textual@moz-9BAF7C87.hsd1.ca.comcast.net)
  884. # [07:25] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  885. # [07:26] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  886. # [07:26] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  887. # [07:26] * Joins: yoshi (allstars@moz-99690620.hinet-ip.hinet.net)
  888. # [07:27] * Joins: adalucinet (Instantbir@28C4EA76.976FBEE.5BC07656.IP)
  889. # [07:27] * Joins: Jesse_ (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  890. # [07:27] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Connection reset by peer)
  891. # [07:30] * Quits: Jesse_ (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Ping timeout)
  892. # [07:31] * Quits: adalucinet (Instantbir@28C4EA76.976FBEE.5BC07656.IP) (Quit: adalucinet)
  893. # [07:33] * Quits: rniwa (rniwa@DBC3D095.CC3DF958.1782B2F3.IP) (Quit: rniwa)
  894. # [07:36] * Quits: tanvi (tanvi@moz-1979187D.hsd1.ca.comcast.net) (Quit: Leaving.)
  895. # [07:36] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  896. # [07:37] * Quits: chmanchester (chmanchest@63CA6098.1EB7376C.ECED8BE3.IP) (Input/output error)
  897. # [07:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/d67c935d6e96 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  898. # [07:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/8ad52cc3301f - B2G Bumper Bot - Bumping manifests a=b2g-bump
  899. # [07:37] * Joins: chmanchester (chmanchest@63CA6098.1EB7376C.ECED8BE3.IP)
  900. # [07:37] * Quits: ehugg (chatzilla@moz-F46F489D.hsd1.wa.comcast.net) (Ping timeout)
  901. # [07:37] * Quits: mwu (mwu@13BDC890.32D2C030.28909328.IP) (Ping timeout)
  902. # [07:39] * Joins: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de)
  903. # [07:40] * Quits: hdt91 (hdt91@F198F4C8.7F47F277.FCEF9E1A.IP) (Ping timeout)
  904. # [07:41] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  905. # [07:41] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  906. # [07:42] * Joins: jackneill (jackneill@moz-D3FCB3A1.pool.digikabel.hu)
  907. # [07:43] * Quits: ewong|sleep (chatzilla@moz-8777076B.netvigator.com) (Ping timeout)
  908. # [07:44] * Joins: ewong|sleep (chatzilla@moz-8777076B.netvigator.com)
  909. # [07:44] * Joins: allstarschh_nb (allstarsch@moz-99690620.hinet-ip.hinet.net)
  910. # [07:44] * Quits: timdream (timdream@moz-99690620.hinet-ip.hinet.net) (Quit: timdream)
  911. # [07:46] <nigelb> oh wow
  912. # [07:46] <nigelb> epic breakage is epic.
  913. # [07:46] <nigelb> baku: ping.
  914. # [07:48] * Joins: timdream (timdream@moz-99690620.hinet-ip.hinet.net)
  915. # [07:49] * Quits: gustavold (gustavold@moz-D994B298.hfc.comcastbusiness.net) (Quit: Leaving.)
  916. # [07:51] * Quits: heftig (heftig@moz-565610FA.dip0.t-ipconnect.de) (Quit: Quitting)
  917. # [07:51] * Joins: hdt91 (hdt91@F198F4C8.7F47F277.FCEF9E1A.IP)
  918. # [07:53] * Joins: briansmith (briansmith@212685B3.5B8F260F.586E6F35.IP)
  919. # [07:54] <briansmith> baku: mozilla-inbound almost every test is failing
  920. # [07:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9d2d8726dff6 - Nigel Babu - Backed out changeset eb09a51edc57 (bug 1030844) for mochitest failures
  921. # [07:54] <briansmith> thanks
  922. # [07:54] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  923. # [07:55] <nigelb> briansmith: sorry about that delay. I thought things calmed down and just started on the day job :)
  924. # [07:55] * Joins: wolfiR (wolfiR@moz-EE4F448.dip0.t-ipconnect.de)
  925. # [07:56] <briansmith> nigelb: it doesn't concern me. Just wasn't sure if anybody noticed
  926. # [07:57] * Joins: mihaelav (Mibbit@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  927. # [07:57] * nigelb is now known as nigelb|sheriffduty
  928. # [07:57] <nigelb|sheriffduty> totally forgot
  929. # [07:58] <nigelb|sheriffduty> cheers :)
  930. # [07:58] <baku> nigelb|sheriffduty, briansmith sorry guys I forgot to update the UUID of the interface :/
  931. # [07:59] <briansmith> Huh...I always wondered what happens when that happens.
  932. # [08:00] * Joins: harshkothari (harshkotha@7D6529E0.9EDADC17.F76EB206.IP)
  933. # [08:00] <nigelb|sheriffduty> baku: :)
  934. # [08:00] <glandium> briansmith: bad things happen
  935. # [08:00] <baku> briansmith, everything explodes :)
  936. # [08:00] <fabrice> baku: blame the reviewer!
  937. # [08:00] <baku> fabrice, yes! I'll do it :) hehe
  938. # [08:01] <baku> funny thing is that it's fully green on my try push.
  939. # [08:01] <baku> probably because it was not an incremental build ... ?
  940. # [08:01] <briansmith> baku: because try pushes are always clobber builds
  941. # [08:01] <glandium> baku: yeah, forgetting to update the uuid only breaks incremental builds
  942. # [08:01] <glandium> and even that is not guaranteed
  943. # [08:01] <baku> ok, so, can I push it again? :)
  944. # [08:01] <briansmith> that's why you should always update the CLOBBER file in every push
  945. # [08:01] <glandium> that's why it's very easy to forget
  946. # [08:01] * Joins: rbarnes (rbarnes@moz-5E1F5C28.washdc.fios.verizon.net)
  947. # [08:02] <nigelb|sheriffduty> wait, so this could have been fixed by a clobber instead of me backing it out?
  948. # [08:03] <glandium> nigelb|sheriffduty: clobbering is not the right fix
  949. # [08:03] <glandium> interface updates without uuid update *are* bugs
  950. # [08:03] <baku> I'm going to push the patch again... are you ok with it?
  951. # [08:03] <baku> UUID changed, of course
  952. # [08:03] <nigelb|sheriffduty> glandium: aha, just making sure.
  953. # [08:03] * Quits: rbarnes (rbarnes@moz-5E1F5C28.washdc.fios.verizon.net) (Ping timeout)
  954. # [08:03] <glandium> baku: did you also change the uuid of every interface that derive from that class
  955. # [08:03] <glandium> (there's a mach too for that)
  956. # [08:04] <fabrice> no need for that
  957. # [08:04] <glandium> mach update-uuids
  958. # [08:04] * Joins: ethan (ethan@moz-99690620.hinet-ip.hinet.net)
  959. # [08:04] * Quits: sylvain (scleymans@moz-CF8BEBEF.dia.static.qwest.net) (Input/output error)
  960. # [08:04] <baku> glandium, yes. We don't have any interface that derives from nsIDOMWindowUtils. Just that UUID is changed.
  961. # [08:05] <briansmith> nigelb|sheriffduty: I am sorry, I was being sarcastic.
  962. # [08:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7123ff981fc7 - Andrea Marchesini - Bug 1030844 - Get rid of nsIDOMWindowUtils.getFile/getBlob, r=janv
  963. # [08:06] <briansmith> glandium: I did not know that we need to update the UUID of all the interfaces that derive from the changed interface. TIL.
  964. # [08:06] * Quits: chmanchester (chmanchest@63CA6098.1EB7376C.ECED8BE3.IP) (Input/output error)
  965. # [08:07] <glandium> briansmith: just use mach update-uuids and stop thinking about it :)
  966. # [08:07] <nigelb|sheriffduty> briansmith: Heh, I caught that bit. But I wasn't sure about clobber vs uuid fix :)
  967. # [08:07] <glandium> i wish we could fail clobber builds with missing uuid updates
  968. # [08:12] * Fallen|away is now known as Fallen
  969. # [08:13] * Joins: jhorak (jhorak@moz-B317ACBB.net.upcbroadband.cz)
  970. # [08:13] * mattwoodrow is now known as mattwoodrow|away
  971. # [08:14] * Quits: karlt (karl@moz-C433B975.jetstream.xtra.co.nz) (Ping timeout)
  972. # [08:15] * Tomcat|afk is now known as Tomcat|sheriffduty
  973. # [08:15] <Tomcat|sheriffduty> good morning
  974. # [08:16] * Quits: @roc (chatzilla@moz-668A1F49.bng1.nct.orcon.net.nz) (Ping timeout)
  975. # [08:17] * Quits: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca) (Quit: surkov)
  976. # [08:17] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/f2e561089a32 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  977. # [08:17] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/7c405d0ea520 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  978. # [08:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c6b2136514f2 - Brian Smith - Bug 1031022: Go back to accepting explicit encoding of v1 for certificates and OCSP responses, r=cviecco
  979. # [08:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/fb7b76931951 - Brian Smith - Bug 1030478: Make the AIA extension used in pkix_cert_extensions.CriticalAIAExtension less invalid, r=keeler
  980. # [08:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/8f83a0ab5060 - Brian Smith - Bug 1030475: Use a valid id-ce-inhibitAnyPolicy extension value for test pkix_cert_extensions.KnownCriticalCEExtension, r=keeler
  981. # [08:18] * Joins: gwagner (sid25406@moz-E77DEB21.irccloud.com)
  982. # [08:19] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  983. # [08:20] * Joins: pcwalton (pcwalton@moz-DA87EE4.hsd1.ca.comcast.net)
  984. # [08:20] * Quits: pcwalton (pcwalton@moz-DA87EE4.hsd1.ca.comcast.net) (Quit: pcwalton)
  985. # [08:20] * Quits: timdream (timdream@moz-99690620.hinet-ip.hinet.net) (Quit: timdream)
  986. # [08:20] * Quits: tessarakt (jens@moz-18C97087.dip0.t-ipconnect.de) (Ping timeout)
  987. # [08:21] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  988. # [08:21] <nigelb|sheriffduty> Morning Tomcat|sheriffduty
  989. # [08:21] * nigelb|sheriffduty is now known as nigelb
  990. # [08:21] * Fallen is now known as Fallen|away
  991. # [08:22] * Joins: timdream (timdream@moz-99690620.hinet-ip.hinet.net)
  992. # [08:24] <@dbaron> glandium, pretty much everything I think -- but it's too late to debug again, since the rebuild finished
  993. # [08:25] <nigelb> dbaron: that's weird. do you have custom compiled stuff?
  994. # [08:25] * Joins: athira (uid27174@moz-31ABA2C0.irccloud.com)
  995. # [08:26] <@dbaron> actually, I don't think that was it
  996. # [08:26] <@dbaron> I guess I should have debugged it when it rebuilt the world
  997. # [08:26] <nigelb> Heh
  998. # [08:26] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  999. # [08:26] <@dbaron> glibc upgrades certainly cause rebuilding the world, though
  1000. # [08:27] <nigelb> yes, but ubuntu doesn't upgrade glibc often, does it? because all ubuntu packages will have to be rebuilt.
  1001. # [08:27] * Quits: @dbaron (dbaron@moz-6F4D2D12.dsl.dynamic.sonic.net) (Quit: g'night)
  1002. # [08:29] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Ping timeout)
  1003. # [08:29] * Joins: adalucinet (Instantbir@28C4EA76.976FBEE.5BC07656.IP)
  1004. # [08:29] * Quits: timdream (timdream@moz-99690620.hinet-ip.hinet.net) (Quit: timdream)
  1005. # [08:30] * Joins: yzen (yzen@moz-77406528.hfc.comcastbusiness.net)
  1006. # [08:31] <nigelb> glandium: is the failures on my backout related to the original uuid failure?
  1007. # [08:31] <nigelb> would it need a clobber after backout or something?
  1008. # [08:31] * Joins: myk (myk@moz-C7450B6B.dsl.dynamic.sonic.net)
  1009. # [08:31] * Callek|Buildduty is now known as Callek
  1010. # [08:32] * Quits: shelly (shelly@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1011. # [08:33] * Joins: bogdan_maris (Instantbir@28C4EA76.976FBEE.5BC07656.IP)
  1012. # [08:33] * Quits: gwagner (sid25406@moz-E77DEB21.irccloud.com) (Quit: )
  1013. # [08:33] <Tomcat|sheriffduty> hm 23:24:41 INFO - NS_ERROR_ILLEGAL_VALUE: Component returned failure code: 0x80070057 (NS_ERROR_ILLEGAL_VALUE) [nsIDOMWindowUtils.disableDialogs]
  1014. # [08:33] * Joins: mwu (mwu@moz-99690620.hinet-ip.hinet.net)
  1015. # [08:33] <glandium> nigelb: maybe
  1016. # [08:33] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  1017. # [08:34] <Tomcat|sheriffduty> clobbered the tree now
  1018. # [08:35] * Joins: kdc_ (chatzilla@moz-A66E00D4.pk.shawcable.net)
  1019. # [08:35] * Quits: Matti (Matti@moz-52F6C931.dip0.t-ipconnect.de) (Ping timeout)
  1020. # [08:35] * Quits: kdc (chatzilla@moz-A66E00D4.pk.shawcable.net) (Ping timeout)
  1021. # [08:36] * kdc_ is now known as kdc
  1022. # [08:36] <nigelb> I hope I didn't make it worse :|
  1023. # [08:37] <Tomcat|sheriffduty> nigelb: no worries :)
  1024. # [08:37] * Joins: timdream (timdream@moz-99690620.hinet-ip.hinet.net)
  1025. # [08:38] * bobowen|afk is now known as bobowen
  1026. # [08:38] * Quits: harshkothari (harshkotha@7D6529E0.9EDADC17.F76EB206.IP) (Client exited)
  1027. # [08:39] * Quits: @njn (njn@moz-A4CE9069.dyn.iinet.net.au) (Quit: ChatZilla 0.9.90.1 [Firefox 33.0a1/20140622160144])
  1028. # [08:39] * Quits: kgrandon (Adium@moz-2A1C3CC8.hsd1.ca.comcast.net) (Quit: Leaving.)
  1029. # [08:41] * Quits: adalucinet (Instantbir@28C4EA76.976FBEE.5BC07656.IP) (Quit: adalucinet)
  1030. # [08:42] * Joins: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP)
  1031. # [08:42] * Quits: lgarner (lgarner@moz-5A23592F.dynamic.hinet.net) (Ping timeout)
  1032. # [08:43] * Joins: roc (chatzilla@7EA5AB88.DC2C3734.616A18A6.IP)
  1033. # [08:43] * ChanServ sets mode: +o roc
  1034. # [08:43] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  1035. # [08:44] * Quits: kentuckyfriedtakahe (ajones@34E8ECDF.DC2C3734.616A18A6.IP) (Quit: Ex-Chat)
  1036. # [08:46] <Tomcat|sheriffduty> gbrown: seems the gl test on the latest run is also failing on m-c :(
  1037. # [08:47] <@roc> krit: pong
  1038. # [08:49] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  1039. # [08:49] <krit> roc: Domenic asks to implement constructors for *ReadOnly https://www.w3.org/Bugs/Public/show_bug.cgi?id=26201
  1040. # [08:50] <krit> roc: otherwise we would “break language semantics"
  1041. # [08:50] <krit> roc: I am not really following his argumentation, but would like to get more input from others
  1042. # [08:51] <@roc> I don't follow it either, to be honest
  1043. # [08:51] <@roc> I think it would be OK to land those constructors.
  1044. # [08:52] <@roc> it's very little work and they could be useful.
  1045. # [08:54] <krit> roc: the question is how they could be useful… for authors
  1046. # [08:54] * Joins: chmanchester (chmanchest@63CA6098.1EB7376C.ECED8BE3.IP)
  1047. # [08:55] <krit> roc: we could add constructors to the ReadOnly versions, but this would expose more functionality that is harder to get rid of later (hope we won’t need to of course)
  1048. # [08:55] * Quits: myk (myk@moz-C7450B6B.dsl.dynamic.sonic.net) (Ping timeout)
  1049. # [08:56] <krit> roc: I’ll probably bring this up to public-script
  1050. # [08:56] <Tomcat|sheriffduty> nigelb: reopening m-i since that storm is over :)
  1051. # [08:57] <nigelb> \o/
  1052. # [08:57] <@roc> they could be useful in that, if you can construct a DOMRectReadOnly, you can pass it anywhere you want and be sure that whoever you pass it to won't change it under you
  1053. # [08:57] * Quits: chmanchester (chmanchest@63CA6098.1EB7376C.ECED8BE3.IP) (Ping timeout)
  1054. # [08:57] <krit> roc: yes
  1055. # [08:57] * Joins: jaoo (user@moz-B75E5FCD.red-88-3-143.dynamicip.rima-tde.net)
  1056. # [08:58] * Joins: kip (kip@moz-DDB15FC8.stc.novuscom.net)
  1057. # [08:58] * philor is now known as philor|away
  1058. # [09:00] * Quits: kip (kip@moz-DDB15FC8.stc.novuscom.net) (Ping timeout)
  1059. # [09:00] * Quits: bogdan_maris (Instantbir@28C4EA76.976FBEE.5BC07656.IP) (Quit: bogdan_maris)
  1060. # [09:00] * Joins: bogdan_maris (Instantbir@28C4EA76.976FBEE.5BC07656.IP)
  1061. # [09:01] * Quits: bogdan_maris (Instantbir@28C4EA76.976FBEE.5BC07656.IP) (Quit: bogdan_maris)
  1062. # [09:01] * Joins: bogdan_maris (Instantbir@28C4EA76.976FBEE.5BC07656.IP)
  1063. # [09:04] * Quits: brsun (chatzilla@2EC56FDA.A67F66B.DB4BF53F.IP) (Ping timeout)
  1064. # [09:05] * Quits: bogdan_maris (Instantbir@28C4EA76.976FBEE.5BC07656.IP) (Quit: bogdan_maris)
  1065. # [09:05] * Quits: jaoo (user@moz-B75E5FCD.red-88-3-143.dynamicip.rima-tde.net) (Ping timeout)
  1066. # [09:05] * Quits: smontagu (chatzilla@moz-B52730EF.as13285.net) (Ping timeout)
  1067. # [09:06] * Joins: jaoo (user@9B16F31C.CF111F0B.E21948B5.IP)
  1068. # [09:07] * Joins: badescunicu (Thunderbir@6EF6C94D.77BD3528.320F75DD.IP)
  1069. # [09:07] * pbrosset|afk is now known as pbrosset
  1070. # [09:09] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Ping timeout)
  1071. # [09:10] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  1072. # [09:10] * Joins: mikeratcliffe (Adium@9ED7126A.BE8B1C61.71D4DE87.IP)
  1073. # [09:11] * Joins: edmorley (uid27002@moz-5F4AA75A.irccloud.com)
  1074. # [09:11] * Joins: bogdan_maris (Instantbir@28C4EA76.976FBEE.5BC07656.IP)
  1075. # [09:14] * Joins: gcp (gcp@moz-9CEB1C98.access.telenet.be)
  1076. # [09:14] * Quits: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  1077. # [09:16] * Quits: crucerucalin (quassel@moz-E435A28D.eregie.pub.ro) (Ping timeout)
  1078. # [09:17] * Joins: till (till@moz-C647B16A.adsl.alicedsl.de)
  1079. # [09:21] * Quits: nathan (nathan@moz-62518563.mtv2.mozilla.com) (Quit: Leaving)
  1080. # [09:22] * Quits: Mano (mano@moz-B052078.red.bezeqint.net) (Client exited)
  1081. # [09:22] * Joins: Mano (mano@moz-B052078.red.bezeqint.net)
  1082. # [09:23] * Quits: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1083. # [09:23] * Joins: jviereck (Adium@moz-FF166216.ethz.ch)
  1084. # [09:23] * Joins: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net)
  1085. # [09:24] * Quits: Mano (mano@moz-B052078.red.bezeqint.net) (Ping timeout)
  1086. # [09:25] * Quits: @roc (chatzilla@7EA5AB88.DC2C3734.616A18A6.IP) (Ping timeout)
  1087. # [09:25] * baku is now known as baku|away
  1088. # [09:26] * Joins: AndreeaMatei (Thunderbir@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  1089. # [09:26] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  1090. # [09:28] * bobowen is now known as bobowen|afk
  1091. # [09:29] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Ping timeout)
  1092. # [09:29] * Joins: Optimize1 (Instantbir@94C77FC6.955079FB.AA3EB577.IP)
  1093. # [09:31] * Quits: mihaelav (Mibbit@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1094. # [09:31] * Quits: yzen (yzen@moz-77406528.hfc.comcastbusiness.net) (Ping timeout)
  1095. # [09:31] * Joins: harshkothari (harshkotha@7D6529E0.9EDADC17.F76EB206.IP)
  1096. # [09:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/70ff1b3ae551 - Joe Walker - Bug 1025044 - CSS coverage actor should have started and stopped events; r=harth
  1097. # [09:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/f6cee8c74faf - Joe Walker - Bug 1022587 - Kill reference to this._tabActor.browser in CSS Coverage; r=paul
  1098. # [09:32] * Joins: crucerucalin (quassel@moz-E435A28D.eregie.pub.ro)
  1099. # [09:33] * Joins: jduell (jduell@moz-DA63D68D.hsd1.wa.comcast.net)
  1100. # [09:33] * Quits: jimb (user@moz-ED4AA0F2.hsd1.wa.comcast.net) (Ping timeout)
  1101. # [09:33] * bobowen|afk is now known as bobowen
  1102. # [09:34] * Joins: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net)
  1103. # [09:35] * Quits: jduell (jduell@moz-DA63D68D.hsd1.wa.comcast.net) (Input/output error)
  1104. # [09:35] * Quits: briansmith (briansmith@212685B3.5B8F260F.586E6F35.IP) (Quit: Leaving)
  1105. # [09:36] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1d5c7fdfe307 - Shu-yu Guo - Bug 1028331 - Use BailoutKind to report more detailed PJS bailout warnings. (r=lth)
  1106. # [09:36] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/72a548ec4f56 - Shu-yu Guo - Bug 1029910 - Skip over unreadable slots in InlineFrameIterator. (r=nbp)
  1107. # [09:37] * Joins: sankha93 (sankha93@moz-F2548D1B.home.uni-freiburg.de)
  1108. # [09:38] * Quits: crucerucalin (quassel@moz-E435A28D.eregie.pub.ro) (Ping timeout)
  1109. # [09:39] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  1110. # [09:41] * Joins: brsun (chatzilla@moz-99690620.hinet-ip.hinet.net)
  1111. # [09:42] * Quits: sankha93 (sankha93@moz-F2548D1B.home.uni-freiburg.de) (Quit: Gone to save the world!)
  1112. # [09:42] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  1113. # [09:44] * Quits: bogdan_maris (Instantbir@28C4EA76.976FBEE.5BC07656.IP) (Quit: bogdan_maris)
  1114. # [09:47] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ff5d3c1b9856 - Geo Mealer - Bug 1014328 - Add long-running audio/video WebRTC test for use in QA Lab. r=drno
  1115. # [09:47] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c2c67da7f871 - Sean Lin - Bug 908999 - Update Registered/Allowed Connections for Inter-App Communication API When App Gets Uninstalled. r=gene
  1116. # [09:47] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4ee025b24758 - Andrea Marchesini - Bug 1030973 - DataStoreService should listen for versionchange events. r=janv
  1117. # [09:47] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/f8f38cdc0b40 - Thomas Zimmermann - Bug 1027030: Wrap Bluedroid interfaces in classes, r=shuang
  1118. # [09:47] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/18dc239fe9de - Thomas Zimmermann - Bug 1027030: Convert Bluetooth to use Bluedroid wrappers, r=shuang
  1119. # [09:49] * Joins: RealRaven (Thunderbir@5D0AD68.9F09AD81.C3498625.IP)
  1120. # [09:51] * Quits: Alessar (Alessar@4409775D.C64B1782.79D6B59E.IP) (Ping timeout)
  1121. # [09:53] * Joins: bogdan_maris (Instantbir@28C4EA76.976FBEE.5BC07656.IP)
  1122. # [09:54] * Quits: allstarschh_nb (allstarsch@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1123. # [09:55] * Joins: gsvelto (gsvelto@moz-C4B20F35.clienti.tiscali.it)
  1124. # [09:55] * Joins: MarcoZ (marco.zehe@moz-BF38AB59.dip0.t-ipconnect.de)
  1125. # [09:56] * Joins: Gijs (gijs@moz-6FA91913.range86-173.btcentralplus.com)
  1126. # [09:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/59613bf7b6d8 - Walter Litwinczyk - Bug 1030408 - WebGLFramebuffer.cpp fix missing use of loop index in DetachTexture and DetachRenderbuffer. r=jgilbert
  1127. # [09:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6be0bab78c2a - Sotaro Ikeda - Bug 1026562 - "Always create ImageBridge when OMTC is enabled on gonk". r=nical
  1128. # [09:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/433d3d69cecb - Steve Singer - Bug 1030400 - Add sym to the 32 bit big endian branch. r=jorendorff
  1129. # [09:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/fc00d2afb156 - Rick Eyre - Bug 1008166 - Part 1: '-->' should always start a new cue. r=rillian
  1130. # [09:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e67b26d07758 - Rick Eyre - Bug 1008166 - Part 2: Add test for '-->' always starting a new line. r=rillian
  1131. # [09:58] * Quits: recursive (recursive@71958799.4D49EC71.6815CE39.IP) (Quit: Leaving...)
  1132. # [09:58] * Quits: rvid (textual@moz-9BAF7C87.hsd1.ca.comcast.net) (Quit: Computer has gone to sleep.)
  1133. # [09:58] * Joins: mihaelav (Mibbit@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  1134. # [09:59] * Quits: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 1.8.0.9/2006120508])
  1135. # [10:00] * Quits: dmajor (dmajor@34E8ECDF.DC2C3734.616A18A6.IP) (Quit: Leaving)
  1136. # [10:01] * Joins: rvid (textual@moz-9BAF7C87.hsd1.ca.comcast.net)
  1137. # [10:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/17e249385be6 - Bruce Sun - Bug 1017438 - Use SL_PLAYEVENT_HEADATMARKER event to trigger CUBEB_STATE_DRAINED state callback. r=kinetik
  1138. # [10:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/408918a4891f - Michael Shuen - Bug 1029251 - MP4Reader::Flush should grab lock in the right order. r=kinetik
  1139. # [10:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f0359665c820 - Shashank Sabniveesu - BUG 920543 - Correct the 'Mime type in ondataavailable' test case r=rlin
  1140. # [10:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3a1f1bf7edb9 - Michael Brennan - Bug 1028887 - Cause tests to fail when autoclosing Sqlite.jsm. r=Yoric
  1141. # [10:04] * Joins: crucerucalin (quassel@986E6143.8CF5BBC3.89C0DD0D.IP)
  1142. # [10:05] * Quits: jviereck (Adium@moz-FF166216.ethz.ch) (Quit: Leaving.)
  1143. # [10:07] * Joins: yzen (yzen@moz-77406528.hfc.comcastbusiness.net)
  1144. # [10:08] * Quits: harshkothari (harshkotha@7D6529E0.9EDADC17.F76EB206.IP) (Client exited)
  1145. # [10:08] * Joins: m_kato (m_kato@moz-C286AD9A.bitcat.net)
  1146. # [10:09] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a2f064eaa41a - Makoto Kato - Bug 1029981 - Observers should use MOZ_UTF16 to compare someData. r=nfroyd
  1147. # [10:09] * mattwoodrow|away is now known as mattwoodrow
  1148. # [10:10] * Joins: dmajor (dmajor@34E8ECDF.DC2C3734.616A18A6.IP)
  1149. # [10:10] * whimboo is now known as whimboo|afk
  1150. # [10:10] * Quits: yzen (yzen@moz-77406528.hfc.comcastbusiness.net) (Ping timeout)
  1151. # [10:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/8fb18794fe60 - J. Ryan Stinnett - Bug 1025799 - Progress events for app install. r=ochameau
  1152. # [10:11] * Joins: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net)
  1153. # [10:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/328c548bb116 - Gabriel Luong - Bug 1029695 - [rule view] Need null check for ruleview-propertyvalue query in getParentTextProperty r=harth
  1154. # [10:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/57f870a3e9c1 - J. Ryan Stinnett - Bug 975591 - Part 1: Add device discovery service. r=paul
  1155. # [10:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/82a75a2df1c2 - J. Ryan Stinnett - Bug 975591 - Part 2: Show DevTools devices in WebIDE. r=paul
  1156. # [10:12] * Joins: jviereck (Adium@moz-FF166216.ethz.ch)
  1157. # [10:14] * Joins: Alessar (Alessar@4409775D.C64B1782.79D6B59E.IP)
  1158. # [10:17] * AndreeaMatei is now known as Andreea|mtg
  1159. # [10:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/9ea6813cf5cc - Alexandre Poirot - Bug 1020948 - Stop preventing source discarding when using devtools. r=jryans
  1160. # [10:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/ccbe51e7e541 - Alexandre Poirot - Bug 1020948 - Ensure fetching script sources when DebuggerObject.source fails. r=past
  1161. # [10:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/25e196a33884 - Brian Grinstead - Bug 1030716 - Prevent dark theme in sourceeditor for WebIDE. r=paul
  1162. # [10:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/fe37b883556e - Randall Barker - Bug 1031000 - Fix problem with TabSource Prompt. r=blassey
  1163. # [10:19] * Joins: Mano (mano@moz-B052078.red.bezeqint.net)
  1164. # [10:19] * Quits: Mano (mano@moz-B052078.red.bezeqint.net) (Client exited)
  1165. # [10:20] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  1166. # [10:20] * Joins: dtatulea (dragos@moz-99506E1D.kimsufi.com)
  1167. # [10:20] * Joins: Mano (mano@moz-B052078.red.bezeqint.net)
  1168. # [10:21] * Joins: sankha93 (sankha93@moz-F2548D1B.home.uni-freiburg.de)
  1169. # [10:21] * mattwoodrow is now known as mattwoodrow|away
  1170. # [10:21] <Tomcat|sheriffduty> thanks till :)
  1171. # [10:21] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  1172. # [10:21] <till> Tomcat|sheriffduty: :)
  1173. # [10:22] * Quits: Mano (mano@moz-B052078.red.bezeqint.net) (Ping timeout)
  1174. # [10:24] * Joins: stransky (stransky@moz-59D79C36.broadband2.iol.cz)
  1175. # [10:26] * Joins: Gnim (gs@moz-F43F584E.jetstream.xtra.co.nz)
  1176. # [10:26] * Quits: Gnim (gs@moz-F43F584E.jetstream.xtra.co.nz) (Quit: Gnim)
  1177. # [10:26] * Joins: gabor (gabor@moz-5B805304.dip0.t-ipconnect.de)
  1178. # [10:26] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  1179. # [10:29] * Fallen|away is now known as Fallen
  1180. # [10:29] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Ping timeout)
  1181. # [10:30] * Quits: jdm (jdm@moz-FD422FC5.dsl.teksavvy.com) (Quit: Lost terminal)
  1182. # [10:31] * Joins: jdm (jdm@moz-FD422FC5.dsl.teksavvy.com)
  1183. # [10:31] * Quits: jdm (jdm@moz-FD422FC5.dsl.teksavvy.com) (Quit: jdm)
  1184. # [10:32] * Quits: bc (bc@454BDC37.1D5E8529.AC69809B.IP) (Quit: leaving)
  1185. # [10:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/1b0e65192c5d - Sam Penrose - Bug 1030227 - FxA must fire onlogin() for RPs that have called watch(). r=jedp
  1186. # [10:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/454aff4d62f3 - Chuck Lee - Bug 1028044 - Use auth instead of autheap in phase2 settings. r=vchang
  1187. # [10:34] * Joins: harth (harth@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  1188. # [10:35] * Joins: mihneadb (mihneadb@moz-A4DFF86D.static.ziggozakelijk.nl)
  1189. # [10:35] * Quits: jhorak (jhorak@moz-B317ACBB.net.upcbroadband.cz) (Quit: Leaving)
  1190. # [10:35] * Joins: jhorak (jhorak@moz-B317ACBB.net.upcbroadband.cz)
  1191. # [10:35] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/577c1dd3fc02 - Josh Aas - Bug 1020743: Fix bug in which we don't keep track of which clipboard we cached, general or find, which resulted in pasting from the wrong clipboard on OS X. r=bz, a=sylvestre
  1192. # [10:35] * Joins: allstars__ (allstars@moz-99690620.hinet-ip.hinet.net)
  1193. # [10:36] * Quits: harth (harth@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  1194. # [10:36] * Quits: allstars__ (allstars@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  1195. # [10:36] * Quits: yoshi (allstars@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  1196. # [10:37] * Quits: allstarschh (allstars@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  1197. # [10:37] * Quits: crucerucalin (quassel@986E6143.8CF5BBC3.89C0DD0D.IP) (Ping timeout)
  1198. # [10:37] * Joins: allstarschh (allstars@moz-99690620.hinet-ip.hinet.net)
  1199. # [10:37] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  1200. # [10:37] * Joins: jfkthame (jfkthame@F00AA2F2.EBAA2147.4802DE8C.IP)
  1201. # [10:38] * Quits: sankha93 (sankha93@moz-F2548D1B.home.uni-freiburg.de) (Ping timeout)
  1202. # [10:38] * Quits: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  1203. # [10:39] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  1204. # [10:39] * Joins: Ms2ger (Ms2ger@57ACE628.C60A97A6.F9FB0584.IP)
  1205. # [10:40] * Quits: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 1.8.0.9/2006120508])
  1206. # [10:41] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/c67b5095f022 - B2G Bumper Bot - Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
  1207. # [10:41] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/809c930b8c35 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1208. # [10:41] * Joins: ferjm (ferjm@moz-B75E5FCD.red-88-3-143.dynamicip.rima-tde.net)
  1209. # [10:41] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/05942c665c7e - Josh Aas - Bug 1020743: Fix bug in which we don't keep track of which clipboard we cached, general or find, which resulted in pasting from the wrong clipboard on OS X. r=bz, a=sylvestre
  1210. # [10:41] * Andreea|mtg is now known as AndreeaMatei
  1211. # [10:41] * Joins: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net)
  1212. # [10:42] <Tomcat|sheriffduty> hm glandium there seems to be a new intermittent pgo build failure on windows https://tbpl.mozilla.org/php/getParsedLog.php?id=42606329&tree=Mozilla-Inbound
  1213. # [10:42] * Quits: ethan (ethan@moz-99690620.hinet-ip.hinet.net) (Quit: ethan)
  1214. # [10:43] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  1215. # [10:43] * Joins: ethan (ethan@moz-99690620.hinet-ip.hinet.net)
  1216. # [10:43] <Tomcat|sheriffduty> hmmm
  1217. # [10:43] * Joins: StevenLee1 (Adium@moz-99690620.hinet-ip.hinet.net)
  1218. # [10:43] * Quits: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net) (Connection reset by peer)
  1219. # [10:43] <Tomcat|sheriffduty> oh this seems a real bustage
  1220. # [10:44] * Quits: dtatulea (dragos@moz-99506E1D.kimsufi.com) (Quit: leaving)
  1221. # [10:45] * Joins: yurenju (yurenju@moz-99690620.hinet-ip.hinet.net)
  1222. # [10:45] * Joins: roc (chatzilla@moz-16458533.bng1.tvc.orcon.net.nz)
  1223. # [10:45] * ChanServ sets mode: +o roc
  1224. # [10:46] * Joins: Pike (chatzilla@moz-ED080452.wifihubtelecom.net)
  1225. # [10:48] * Quits: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net) (Quit: OSError: [Errno 130] Owner died)
  1226. # [10:48] * Joins: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net)
  1227. # [10:49] * Quits: gsvelto (gsvelto@moz-C4B20F35.clienti.tiscali.it) (Ping timeout)
  1228. # [10:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/af969bbd0b13 - Tim Taubert - Bug 1027084 - Use about:blank as the initial tab for new windows in sessionstore tests r=smacleod
  1229. # [10:54] <glandium> Tomcat|sheriffduty: gah fallout from 1018402
  1230. # [10:55] <Tomcat|sheriffduty> glandium: ah ok, can you fix it or shall i back it out
  1231. # [10:55] <glandium> Tomcat|sheriffduty: back out
  1232. # [10:55] <Tomcat|sheriffduty> ok (and thanks)
  1233. # [10:56] <glandium> Tomcat|sheriffduty: search for the first "mozmake.exe[7] ***" in the log, and copy paste enough lines around that in your backout comment
  1234. # [10:56] <Tomcat|sheriffduty> glandium: ok will do
  1235. # [10:56] * Joins: gsvelto (gsvelto@moz-D6BD9885.clienti.tiscali.it)
  1236. # [10:57] * Joins: sankha93 (sankha93@moz-F2548D1B.home.uni-freiburg.de)
  1237. # [10:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/607b665127e7 - Carsten "Tomcat" Book - Backed out changeset 5c28253351a2 (bug 1018402) for breaking Windows PGO Builds on a CLOSED TREE
  1238. # [11:00] <mwargers> I'm getting this build error on Ubuntu 14, when trying to build firefox: http://pastebin.mozilla.org/5480114
  1239. # [11:01] <mwargers> configure: error: Library requirements (gtk+-2.0 >= 2.10.0 gtk+ etc
  1240. # [11:02] * Quits: Pike (chatzilla@moz-ED080452.wifihubtelecom.net) (Ping timeout)
  1241. # [11:04] <glandium> mwargers: run ./mach bootstrap
  1242. # [11:05] <mwargers> glandium, ok, thx, will do
  1243. # [11:05] <mwargers> I was planning on following the advice here: http://ubuntuforums.org/showthread.php?t=1206046
  1244. # [11:05] <mwargers> but I'll leave that then
  1245. # [11:06] <glandium> mwargers: that's all, we grew helpers in the meantime
  1246. # [11:06] <glandium> s/all/old/
  1247. # [11:06] <mwargers> glandium, that's great, thanks
  1248. # [11:07] <mwargers> it seems to work now
  1249. # [11:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/dc699086d745 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1250. # [11:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/1740410c604c - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1251. # [11:08] * nmatsakis is now known as nmatsakis|away
  1252. # [11:08] * Quits: yurenju (yurenju@moz-99690620.hinet-ip.hinet.net) (Connection reset by peer)
  1253. # [11:09] * Joins: yurenju (yurenju@moz-99690620.hinet-ip.hinet.net)
  1254. # [11:09] * Joins: crucerucalin (quassel@986E6143.8CF5BBC3.89C0DD0D.IP)
  1255. # [11:12] * mattwoodrow|away is now known as mattwoodrow
  1256. # [11:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/afb676164612 - Panos Astithas - Fix a couple of races around toolbox opening and tool selection by waiting for the actual tool panel to be selected (bug 988408). r=jwalker
  1257. # [11:16] * Joins: system64 (uid17738@moz-A42E5B7B.irccloud.com)
  1258. # [11:18] * Quits: crucerucalin (quassel@986E6143.8CF5BBC3.89C0DD0D.IP) (Ping timeout)
  1259. # [11:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/14fe3ddc2e9c - Jonathan Watt - Bug 1027763, part 4 - Add a new DrawTarget::GetType() method and three generic type enum values for it to return. r=Bas, r=jrmuizel
  1260. # [11:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9d43da9f5a03 - Jonathan Watt - Bug 1030894 - Stop abusing nsAutoPtr in gfxFT2FontList.cpp. r=jfkthame
  1261. # [11:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4af0792e4799 - Jonathan Watt - Bug 1028794 - Remove the Thebes backed gfxContext creating version of nsRenderingContext::Init() (Moz2D conversion). r=Bas
  1262. # [11:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/97220529a789 - Jonathan Watt - Bug 1030843 - Fix crash in nsNativeThemeCocoa::GetMinimumWidgetSize. r=roc
  1263. # [11:21] * Quits: squib (squib@moz-FD68D6B2.dhcp.mdsn.wi.charter.com) (Quit: Leaving)
  1264. # [11:22] * Joins: fredw (Icedove@moz-B9C110E2.fbx.proxad.net)
  1265. # [11:22] * Quits: yurenju (yurenju@moz-99690620.hinet-ip.hinet.net) (Quit: Computer has gone to sleep.)
  1266. # [11:26] * Quits: jviereck (Adium@moz-FF166216.ethz.ch) (Quit: Leaving.)
  1267. # [11:26] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  1268. # [11:28] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Connection reset by peer)
  1269. # [11:28] * Joins: Jesse_ (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  1270. # [11:28] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  1271. # [11:29] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  1272. # [11:30] * Quits: Optimizer (Optimizer@5AFBB443.39BA57CF.BE4CF869.IP) (Ping timeout)
  1273. # [11:34] * Quits: bogdan_maris (Instantbir@28C4EA76.976FBEE.5BC07656.IP) (Ping timeout)
  1274. # [11:36] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/e14403feb590 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1275. # [11:36] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/9ba9a4302268 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1276. # [11:37] * Quits: TYLin (TYLin@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1277. # [11:37] * Joins: TYLin (TYLin@moz-99690620.hinet-ip.hinet.net)
  1278. # [11:39] * Joins: Optimizer (Optimizer@8954B77F.55234910.D5D59AD9.IP)
  1279. # [11:40] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/d1e9b3cdeb2c - Ben Tian - Bug 1031230 - Change usage of AutoJSAPI in |DispatchAttributeEvent| for bug 951991, r=shuang
  1280. # [11:41] <Optimize1> Services.cookies is not accessible in e10s mode
  1281. # [11:41] <Optimize1> anyone having any idea/references ?
  1282. # [11:41] * Joins: jviereck (Adium@moz-FF166216.ethz.ch)
  1283. # [11:44] * mattwoodrow is now known as mattwoodrow|away
  1284. # [11:44] * Quits: athira (uid27174@moz-31ABA2C0.irccloud.com) (Quit: Connection closed for inactivity)
  1285. # [11:50] <Gijs> If I have a paste event and I'm in chrome (well, XBL) code, should I be able to modify the contents being pasted by changing the datatransfer's contents with e.g. setData?
  1286. # [11:50] * Gijs is getting a NoModificationAllowedError :(
  1287. # [11:51] * Quits: twi (Adium@moz-EBEB33F3.cust.vodafonedsl.it) (Quit: Leaving.)
  1288. # [11:51] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  1289. # [11:52] * Gijs finds http://www.w3.org/TR/clipboard-apis/#processing-model and "If e is paste... Set the associated DataTransfer object's drag data store mode flag to read-only"
  1290. # [11:52] <Gijs> ugh
  1291. # [11:55] * Joins: Archaeopteryx (itsme@moz-4BAC1D35.cust.telecolumbus.net)
  1292. # [11:55] <efaust> how does one land patches in a bug they are about to resolve invalid without having a script touch your bug incorrectly?
  1293. # [11:56] <till> efaust: I'd say one doesn't
  1294. # [11:56] <glandium> efaust: if the bug is invalid, why would you want to land something for it?
  1295. # [11:56] <till> efaust: create a new bug for the changes you want to land, perhaps?
  1296. # [11:56] <efaust> till: fine fine
  1297. # [11:57] <efaust> glandium: we have a few comments laying around saying "this is wrong, see bug FOO", but the spec changed, and bug FOO is no longer valid
  1298. # [11:57] <glandium> efaust: so why is the bug invalid then?
  1299. # [11:57] * Joins: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com)
  1300. # [11:58] * mihaelav is now known as mihaelav_lunch
  1301. # [11:58] <efaust> glandium: well, I wouldn't say removing the comments "fixes" the bug
  1302. # [11:58] <efaust> the behavior demanded by the bug *used* to be specced, until someone tried to implement it, and then it became not specced
  1303. # [11:58] <efaust> :P
  1304. # [11:59] <efaust> at best, it's WONTFIX, or something
  1305. # [12:00] * Joins: bogdan_maris (Instantbir@28C4EA76.976FBEE.5BC07656.IP)
  1306. # [12:00] * Quits: jrgill (jrgill@moz-4F5F20D2.stny.res.rr.com) (Connection reset by peer)
  1307. # [12:00] * Quits: TYLin (TYLin@moz-99690620.hinet-ip.hinet.net) (Quit: TYLin)
  1308. # [12:01] <glandium> efaust: what you're saying doesn't make sense. either something changed and the comments are now irrelevant, and the bug needs fixing (no need to rewrite history by removing comments), or the comments are still relevant and the bug is wontfix/invalid and there's nothing to land
  1309. # [12:01] * pbrosset is now known as pbrosset|afk
  1310. # [12:01] * Joins: recursive (recursive@71958799.4D49EC71.6815CE39.IP)
  1311. # [12:01] * Quits: rvid (textual@moz-9BAF7C87.hsd1.ca.comcast.net) (Quit: Computer has gone to sleep.)
  1312. # [12:02] <efaust> glandium: why would I leave FIXMEs in our codebase if we don't intend to fix them. The comments are in the code
  1313. # [12:03] * Quits: StevenLee1 (Adium@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  1314. # [12:03] <efaust> I can also just remove the fixmes and land it no_bug r=me DONTBUILD, but it seemed more in the normal process to have someone at least glance at the removed comments
  1315. # [12:03] * ewong is now known as ewong|away
  1316. # [12:04] <glandium> efaust: aaah you meant code comments, not bugzilla comments
  1317. # [12:04] * Quits: m_kato (m_kato@moz-C286AD9A.bitcat.net) (Quit: Leaving...)
  1318. # [12:05] <efaust> glandium: yeah, sorry :). I have no want to purge bugzilla comments.
  1319. # [12:05] <efaust> I think the most sensible thing is to write up a new bug with the explanation and put a ref to it when I resolve the others. Then I can land the patches in the new bug
  1320. # [12:06] * Joins: scravag (Adium@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1321. # [12:06] * Quits: timdream (timdream@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1322. # [12:08] * Joins: timdream (timdream@moz-99690620.hinet-ip.hinet.net)
  1323. # [12:09] * Joins: jrgill (jrgill@moz-4F5F20D2.stny.res.rr.com)
  1324. # [12:09] * Joins: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net)
  1325. # [12:09] * Joins: harshkothari (harshkotha@5D6D8394.E2DB8DA2.C2E2AFC9.IP)
  1326. # [12:09] * Quits: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net) (Client exited)
  1327. # [12:10] * Joins: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net)
  1328. # [12:11] * Quits: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1329. # [12:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e92f1571ab9d - Gian-Carlo Pascutto - Bug 1029401 - Fix MediaEngineTabVideoSource lifetime. r=blassey
  1330. # [12:12] * Quits: ckitching (ckitching@moz-73BD1AA5.nat.csx.cam.ac.uk) (Ping timeout)
  1331. # [12:12] * Joins: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net)
  1332. # [12:13] * Joins: twi (Adium@moz-A35E4BA6.retail.telecomitalia.it)
  1333. # [12:13] * Quits: elin (elin@moz-99690620.hinet-ip.hinet.net) (Quit: elin)
  1334. # [12:14] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3f0d227e054d - Gian-Carlo Pascutto - Bug 1018928 - Expand Android gUM + gUM Doorhanger tests. r=mfinkle
  1335. # [12:14] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0a03d24b11e8 - Gian-Carlo Pascutto - Bug 1018928 - Work around Camera focus mode bug in some Android devices. r=blassey
  1336. # [12:16] * Quits: boris (boris@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1337. # [12:19] <Gijs> NeilAway / smaug: should I be able to have a synthetic clipboard event actually change the value of an input field? I'm not having any luck on either the web or in my chrome/xbl code :(
  1338. # [12:20] * Gijs can't tell from the testcase for the events, which uses a div to fire events at rather than an actual input field :\
  1339. # [12:21] <Gijs> http://www.w3.org/TR/clipboard-apis/#integration-with-other-scripts-and-events seems to imply it should work...
  1340. # [12:23] * Quits: jviereck (Adium@moz-FF166216.ethz.ch) (Quit: Leaving.)
  1341. # [12:24] * whimboo|afk is now known as whimboo
  1342. # [12:26] <Ms2ger> Tuttut, TR/ stands for TRash
  1343. # [12:27] * jandem is now known as jandem-brb
  1344. # [12:27] * Joins: Matti_away (Matti@moz-4DE63E60.dip0.t-ipconnect.de)
  1345. # [12:27] <Gijs> :\
  1346. # [12:28] * Joins: crucerucalin (quassel@986E6143.8CF5BBC3.89C0DD0D.IP)
  1347. # [12:28] * Quits: Archaeopteryx (itsme@moz-4BAC1D35.cust.telecolumbus.net) (Ping timeout)
  1348. # [12:30] * Quits: crucerucalin (quassel@986E6143.8CF5BBC3.89C0DD0D.IP) (Ping timeout)
  1349. # [12:31] <Tomcat|sheriffduty> ttaubert: ping
  1350. # [12:31] <Tomcat|sheriffduty> ttaubert: test bustage on fx-team
  1351. # [12:32] * Quits: jfkthame (jfkthame@F00AA2F2.EBAA2147.4802DE8C.IP) (Quit: This computer has gone to sleep)
  1352. # [12:33] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  1353. # [12:34] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  1354. # [12:36] * Quits: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  1355. # [12:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/7f1912a46efe - Carsten "Tomcat" Book - Backed out changeset af969bbd0b13 (bug 1027084) for bc1 test bustage on a CLOSED TREE
  1356. # [12:37] * Quits: timdream (timdream@moz-99690620.hinet-ip.hinet.net) (Quit: timdream)
  1357. # [12:38] * Joins: jfkthame (jfkthame@moz-756CBE01.in-addr.btopenworld.com)
  1358. # [12:39] * Quits: espadrine` (ttyl@moz-540FC4A7.w92-128.abo.wanadoo.fr) (Ping timeout)
  1359. # [12:41] * Quits: Jerry (hshih@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1360. # [12:45] * Quits: jaoo (user@9B16F31C.CF111F0B.E21948B5.IP) (Ping timeout)
  1361. # [12:45] <Alessar> Hello. I have got issue. Method on dom elements doesn't execute (in JS). Can anybody help me or give me some advices?
  1362. # [12:45] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Quit: Edgar)
  1363. # [12:45] * Joins: jaoo (user@moz-B75E5FCD.red-88-3-143.dynamicip.rima-tde.net)
  1364. # [12:47] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  1365. # [12:47] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e99e0e06c51b - Eric Faust - Bug 1015790 - Remove PropDesc::descObj_. (r=jorendorff)
  1366. # [12:47] <ttaubert> Tomcat|sheriffduty: sry, was gone for a while. thx for backing out
  1367. # [12:48] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Quit: Edgar)
  1368. # [12:48] <Tomcat|sheriffduty> ttaubert: np :)
  1369. # [12:49] * Quits: ethan (ethan@moz-99690620.hinet-ip.hinet.net) (Quit: ethan)
  1370. # [12:52] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=9290d7995f98 - 23 changesets
  1371. # [12:53] * Quits: bogdan_maris (Instantbir@28C4EA76.976FBEE.5BC07656.IP) (Ping timeout)
  1372. # [12:54] * Joins: espadrine` (ttyl@moz-642819B0.w92-128.abo.wanadoo.fr)
  1373. # [12:57] * Joins: bogdan_maris (Instantbir@28C4EA76.976FBEE.5BC07656.IP)
  1374. # [13:00] * Joins: darktrojan (geoff@moz-9656CD64.dsl.telstraclear.net)
  1375. # [13:01] * Joins: rbrandao (uid30340@moz-31ABA2C0.irccloud.com)
  1376. # [13:02] * Quits: joshua-s (Thunderbir@moz-292020D8.syrcny.east.verizon.net) (Ping timeout)
  1377. # [13:04] * Quits: seanlin (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Quit: seanlin)
  1378. # [13:06] * Quits: gsvelto (gsvelto@moz-D6BD9885.clienti.tiscali.it) (Ping timeout)
  1379. # [13:08] * Quits: capella (chatzilla@moz-3A08EE5.twcny.res.rr.com) (Input/output error)
  1380. # [13:09] * Joins: capella (chatzilla@moz-3A08EE5.twcny.res.rr.com)
  1381. # [13:13] * Joins: tomer (tomer@F61A4DAE.55661B99.34A7550B.IP)
  1382. # [13:13] * Joins: yurenju (yurenju@moz-CA3571E9.dynamic.hinet.net)
  1383. # [13:14] * Quits: mwu (mwu@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1384. # [13:15] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  1385. # [13:15] * Quits: yurenju (yurenju@moz-CA3571E9.dynamic.hinet.net) (Quit: Computer has gone to sleep.)
  1386. # [13:15] * Joins: crucerucalin (quassel@986E6143.8CF5BBC3.89C0DD0D.IP)
  1387. # [13:15] * Joins: timdream (timdream@moz-A9BF0C9.dynamic.hinet.net)
  1388. # [13:18] * Quits: crucerucalin (quassel@986E6143.8CF5BBC3.89C0DD0D.IP) (Ping timeout)
  1389. # [13:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/54bccb704e1f - Jonathan Watt - Bug 986526 - Create helper functions to encode DrawTargets/SourceSurfaces to PNG/JPEG/BMP/ICO/etc. and save them, dump them, or copy them to the clipboard, either as binary or as data: URIs. r=mattwoodrow
  1390. # [13:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a9321d58fc98 - Jonathan Watt - Bug 1031055 - Get rid of the Thebes backed gfxContexts in FrameLayerBuilder.cpp, and get rid of gfxASurface::DumpAsDataURL. r=mattwoodrow
  1391. # [13:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7e8a25258eb9 - Jonathan Watt - Bug 1031079 - Get rid of the Thebes backed gfxContexts in gfxASurface, removing gfxASurface::WriteAsPNG_internal and its consumers. r=mattwoodrow
  1392. # [13:22] * Quits: jaoo (user@moz-B75E5FCD.red-88-3-143.dynamicip.rima-tde.net) (Ping timeout)
  1393. # [13:23] * bobowen is now known as bobowen|afk
  1394. # [13:24] * Joins: smaug (chatzilla@moz-9E0B1701.pp.htv.fi)
  1395. # [13:24] * ChanServ sets mode: +o smaug
  1396. # [13:24] * Quits: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro) (Ping timeout)
  1397. # [13:26] * Quits: brsun (chatzilla@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1398. # [13:28] * bobowen|afk is now known as bobowen
  1399. # [13:29] * Quits: schien (anonymous@moz-99690620.hinet-ip.hinet.net) (Quit: sleep)
  1400. # [13:32] * Joins: IRCMonkey15697 (wlach@moz-1DFF0E85.vif.net)
  1401. # [13:33] * Quits: recursive (recursive@71958799.4D49EC71.6815CE39.IP) (Quit: Leaving...)
  1402. # [13:35] * Joins: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro)
  1403. # [13:35] * Quits: bogdan_maris (Instantbir@28C4EA76.976FBEE.5BC07656.IP) (Ping timeout)
  1404. # [13:35] * Joins: KaiRo (robert@moz-5703948B.adsl.highway.telekom.at)
  1405. # [13:36] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/fd8d40d26de8 - Brad Lassey - bug 1025931 - Crash java.lang.NullPointerException in in org.mozilla.gecko.GeckoAppShell.getContext r=snorp
  1406. # [13:36] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/a9f445169eca - Brad Lassey - bug 1030738 - NullPointerException when getting action bar r=rnewman
  1407. # [13:36] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/1bb1e5ed3272 - Brad Lassey - bug 1030743 - NullPointerExceptions in GeckoPreferences r=rnewman
  1408. # [13:37] * Quits: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro) (Ping timeout)
  1409. # [13:37] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  1410. # [13:37] * whimboo is now known as whimboo|afk
  1411. # [13:37] * Quits: harshkothari (harshkotha@5D6D8394.E2DB8DA2.C2E2AFC9.IP) (Client exited)
  1412. # [13:38] * Joins: Boriss (Boriss@8F0C6026.9E6A15FD.157879EE.IP)
  1413. # [13:38] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  1414. # [13:38] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  1415. # [13:38] * Quits: blassey (quassel@moz-1B593443.hsd1.ma.comcast.net) (Input/output error)
  1416. # [13:38] * Matti_away is now known as Matti
  1417. # [13:39] * Quits: jfkthame (jfkthame@moz-756CBE01.in-addr.btopenworld.com) (Ping timeout)
  1418. # [13:40] * jandem-brb is now known as jandem
  1419. # [13:40] * Quits: Jesse_ (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Quit: Jesse_)
  1420. # [13:40] * Quits: redwood (chatzilla@26E73836.156CBEAD.74E1C77A.IP) (Ping timeout)
  1421. # [13:41] * Quits: ewong|sleep (chatzilla@moz-8777076B.netvigator.com) (Ping timeout)
  1422. # [13:41] * Quits: trevorh (trevor@D34A7857.23289F26.2CE63F58.IP) (Quit: Leaving.)
  1423. # [13:42] * Joins: jet (jet@moz-79F891EE.hsd1.ca.comcast.net)
  1424. # [13:42] * Joins: jfkthame (jfkthame@moz-756CBE01.in-addr.btopenworld.com)
  1425. # [13:42] * Joins: ewong|sleep (chatzilla@moz-8777076B.netvigator.com)
  1426. # [13:42] * Quits: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net) (Quit: vicamo)
  1427. # [13:42] * Joins: redwood (chatzilla@26E73836.156CBEAD.74E1C77A.IP)
  1428. # [13:42] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Ping timeout)
  1429. # [13:44] * Quits: jhorak (jhorak@moz-B317ACBB.net.upcbroadband.cz) (Ping timeout)
  1430. # [13:44] * Joins: jviereck (Adium@moz-FF166216.ethz.ch)
  1431. # [13:45] * Joins: bogdan_maris (Instantbir@28C4EA76.976FBEE.5BC07656.IP)
  1432. # [13:45] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2c6403818106 - Eric Faust - Bug 1027402 - Part 1: Remove set* from BaseProxyHandler. (r=bholley)
  1433. # [13:45] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/346912776f97 - Eric Faust - Bug 1027402 - Part 2: Mark Proxy Handler instances as const. (r=bholley)
  1434. # [13:45] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/285c853fedfa - Eric Faust - Bug 1027402 - Part 3: Mark all Proxy Handler methods const. (r=jorendorff, r=bz)
  1435. # [13:45] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/96443362db6f - Eric Faust - Bug 1027402 - Part 4: Mark Proxy Handler uses const. (r=jorendorff, r=bz)
  1436. # [13:46] * Joins: blassey (blassey@moz-1B593443.hsd1.ma.comcast.net)
  1437. # [13:46] * Joins: trevorh (trevor@D34A7857.23289F26.2CE63F58.IP)
  1438. # [13:46] * Quits: blassey (blassey@moz-1B593443.hsd1.ma.comcast.net) (Input/output error)
  1439. # [13:46] * Joins: blassey (blassey@moz-1B593443.hsd1.ma.comcast.net)
  1440. # [13:46] * Quits: jviereck (Adium@moz-FF166216.ethz.ch) (Connection reset by peer)
  1441. # [13:46] * Joins: jviereck (Adium@moz-FF166216.ethz.ch)
  1442. # [13:46] * Quits: jviereck (Adium@moz-FF166216.ethz.ch) (Max SendQ exceeded)
  1443. # [13:47] <Ms2ger> Hey, pulsebot doesn't do random-order?
  1444. # [13:47] * Joins: jviereck (Adium@moz-FF166216.ethz.ch)
  1445. # [13:48] * Quits: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca) (Quit: surkov)
  1446. # [13:48] * ewong|sleep is now known as ewong
  1447. # [13:49] * Joins: joshua-s (Thunderbir@moz-8A5000F9.syrcny.east.verizon.net)
  1448. # [13:49] * Joins: paolo (paolo@88F51059.F3BBB17D.144F44FA.IP)
  1449. # [13:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f556e62f5ee8 - Blake Kaplan - Bug 993197 - Asynchronize nsILoginManager::autoCompleteSearch. r=dolske
  1450. # [13:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4a6ff8b73d5c - Blake Kaplan - Bug 995489 - Generalize AutoCompleteE10S.jsm for use from other code. r=felipe
  1451. # [13:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/8c1ee05fbbd6 - Blake Kaplan - Bug 949617 - Make the login manager work in e10s. r=dolske
  1452. # [13:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/958aaea55e3f - Blake Kaplan - Bug 1029128 - Fix bug in failure case biting debugging mochitest failures. r=dolske
  1453. # [13:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/df7bcbbeda21 - Blake Kaplan - Bug 1029128 - Fix strict-mode error in the JSON storage file. r=dolske
  1454. # [13:56] * Joins: jaoo (user@9B16F31C.CF111F0B.E21948B5.IP)
  1455. # [13:58] * Quits: joshua-s (Thunderbir@moz-8A5000F9.syrcny.east.verizon.net) (Ping timeout)
  1456. # [13:58] * Joins: yeukhon (yeukhon@moz-80CA2CBE.nyc.res.rr.com)
  1457. # [13:58] * Joins: crucerucalin (quassel@moz-E435A28D.eregie.pub.ro)
  1458. # [14:01] * Joins: joshua-s (Thunderbir@moz-17D7B3B2.syrcny.east.verizon.net)
  1459. # [14:02] <Tomcat|sheriffduty> efaust: ping - bustage
  1460. # [14:02] <efaust> Tomcat|sheriffduty: :(
  1461. # [14:02] * Joins: vingtetun (vnicolas@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1462. # [14:03] * Joins: maxli (maxli@moz-B19F68ED.student.cs.uwaterloo.ca)
  1463. # [14:03] * Quits: jviereck (Adium@moz-FF166216.ethz.ch) (Connection reset by peer)
  1464. # [14:03] * Joins: jviereck (Adium@moz-FF166216.ethz.ch)
  1465. # [14:03] <Tomcat|sheriffduty> efaust: do you have a fix or shall i backout ?
  1466. # [14:03] <efaust> Tomcat|sheriffduty: that stack has got to go. That's gonna require another review to clean up, I think
  1467. # [14:03] <Tomcat|sheriffduty> efaust: ok no problem i can do the backout
  1468. # [14:07] * Joins: rogeliodh (Thunderbir@98B11383.C314D53.D67CC001.IP)
  1469. # [14:08] <gcp> my patch is busted too
  1470. # [14:08] <gcp> https://hg.mozilla.org/integration/mozilla-inbound/rev/3f0d227e054d
  1471. # [14:08] * Quits: scravag (Adium@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: Leaving.)
  1472. # [14:08] <Tomcat|sheriffduty> gcp: you mean the linux build or ?
  1473. # [14:08] <gcp> armv6 2.3 opt
  1474. # [14:09] <gcp> I'm checking my try pushes but I think that platform wasn't in there
  1475. # [14:09] * Joins: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com)
  1476. # [14:09] <Tomcat|sheriffduty> gcp: oh the rc2 test right ?
  1477. # [14:09] <gcp> yes
  1478. # [14:09] <gcp> that smemms of missing hardware
  1479. # [14:09] <gcp> smells
  1480. # [14:09] <gcp> https://tbpl.mozilla.org/?tree=Try&rev=5b198b28880b
  1481. # [14:09] <gcp> there's no 2.3 armv6 in the try server :-/
  1482. # [14:10] * Joins: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net)
  1483. # [14:10] * Quits: bogdan_maris (Instantbir@28C4EA76.976FBEE.5BC07656.IP) (Ping timeout)
  1484. # [14:10] <gcp> needs to be skipped on that platform
  1485. # [14:10] <jandem> Gijs: ping
  1486. # [14:10] * Quits: Ms2ger (Ms2ger@57ACE628.C60A97A6.F9FB0584.IP) (Quit: bbl)
  1487. # [14:10] <Gijs> jandem: pong
  1488. # [14:11] <efaust> Tomcat|sheriffduty: wait wait wait wait wait
  1489. # [14:11] <jandem> Gijs: hey I'm looking for somebody who's more familiar with our frontend code
  1490. # [14:11] <Gijs> jandem: what part of the frontend? It's a big place. ;)
  1491. # [14:11] <Tomcat|sheriffduty> efaust: ok :)
  1492. # [14:11] <jandem> Gijs: customizableui, i saw your name in a comment :P
  1493. # [14:11] <Gijs> ah, yeah
  1494. # [14:11] <Tomcat|sheriffduty> gcp: shall i backout the patch or do you want to fix ?
  1495. # [14:11] <Gijs> what's up with it? :)
  1496. # [14:12] * Joins: yzen (yzen@moz-77406528.hfc.comcastbusiness.net)
  1497. # [14:12] <gcp> Tomcat|sheriffduty: I'll give you 2 to back out
  1498. # [14:12] <jandem> Gijs: I've some patches that cause a bc1 test failure, win PGO only. Also if I just disable PGO in js/src
  1499. # [14:12] <Tomcat|sheriffduty> efaust: ok waiting
  1500. # [14:12] <jandem> Gijs: now i'm wondering if it's a compiler issue or a problem with the test
  1501. # [14:12] <gcp> https://hg.mozilla.org/integration/mozilla-inbound/rev/e92f1571ab9d
  1502. # [14:12] <gcp> https://hg.mozilla.org/integration/mozilla-inbound/rev/3f0d227e054d
  1503. # [14:12] <jandem> Gijs: let me get a link
  1504. # [14:13] <jandem> Gijs: https://tbpl.mozilla.org/?tree=Try&rev=a13f6beefd57
  1505. # [14:13] <Tomcat|sheriffduty> gcp: ok will do
  1506. # [14:13] <jandem> Gijs: I'm looking at the test and I'm wondering if it's possible for the bookmarksToolbar to be still in the "resizing" state (height > 0) or something
  1507. # [14:13] * Quits: yzen (yzen@moz-77406528.hfc.comcastbusiness.net) (Ping timeout)
  1508. # [14:14] <jandem> Gijs: i've no idea how all this works; thought maybe something stood out to somebody more familiar with this
  1509. # [14:14] <Gijs> jandem: I think the bookmarks toolbar animation stuff is jaws' code, I've not looked at that
  1510. # [14:14] <Tomcat|sheriffduty> gcp: more 0a03d24b11e8 than e92f1571ab9d right ? :)
  1511. # [14:14] <Gijs> jandem: but it's already intermittent, from the looks of it
  1512. # [14:14] * Joins: bogdan_maris (Instantbir@28C4EA76.976FBEE.5BC07656.IP)
  1513. # [14:14] <gcp> Tomcat|sheriffduty: no
  1514. # [14:15] <gcp> Tomcat|sheriffduty: the two I mentioned
  1515. # [14:15] <Gijs> jandem: sounds like the test is just broken, but let me look at that bug...
  1516. # [14:15] <Tomcat|sheriffduty> oh wait yeah
  1517. # [14:15] <jandem> Gijs: no, this was from another patch i landed that was backed out :(
  1518. # [14:15] <Gijs> oh, the intermittent was filed from that other patch?
  1519. # [14:15] <gcp> Tomcat|sheriffduty: e92f is supposed to prevent the orange in the next push. Evidently it isn't!
  1520. # [14:15] <jandem> yeah, then they backed me out because it was almost perma orange
  1521. # [14:15] <gcp> Tomcat|sheriffduty: even though it didn't go orange itself
  1522. # [14:16] <jandem> Gijs: then i tried disabling pgo in js/src, and got the same thing :(
  1523. # [14:16] * Joins: Enn (enn@13F2CEC5.7672369.D8E68FF6.IP)
  1524. # [14:16] <Gijs> jandem: but this is strange...
  1525. # [14:16] <Gijs> jandem: that bug still has stars from today
  1526. # [14:16] <jandem> Gijs: oh really, i thought i checked it yesterday, looking
  1527. # [14:16] <efaust> Tomcat|sheriffduty: bah, since it builds for me locally, I can't be 100% sure the fix will work, and it's just after 5am. You should probably just back it out
  1528. # [14:17] <Tomcat|sheriffduty> efaust: ok will do
  1529. # [14:17] <Tomcat|sheriffduty> and you should get some sleep :)
  1530. # [14:17] <jandem> Gijs: hah, true
  1531. # [14:18] <jandem> Gijs: no comments yesterday, then a bunch today...
  1532. # [14:18] <efaust> bah, that's frustrating :|
  1533. # [14:19] * Quits: allstarschh (allstars@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  1534. # [14:19] <Gijs> jandem: I think I know what's going on here, and it's unrelated to your patch
  1535. # [14:19] <Gijs> jandem: give me 5 minutes
  1536. # [14:19] <jandem> Gijs: \o/
  1537. # [14:20] * pbrosset|afk is now known as pbrosset
  1538. # [14:21] * Joins: bgrins (bgrins@C7203E51.FBD8ACDB.20F09BA6.IP)
  1539. # [14:21] * Joins: lmandel (lmandel@moz-60AD75.cable.teksavvy.com)
  1540. # [14:22] <@smaug> who broke the tree
  1541. # [14:22] <@smaug> CallsListBinding.cpp:412:32: error: default initialization of an object of const type 'const mozilla::dom::CallsListBinding::DOMProxyHandler' requires a user-provided default constructor
  1542. # [14:23] <efaust> that would be me. Sorry.
  1543. # [14:23] * Joins: lmandel_ (lmandel@moz-60AD75.cable.teksavvy.com)
  1544. # [14:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/eeea01ddfe7b - Carsten "Tomcat" Book - Backed out changeset 96443362db6f (bug 1027402)
  1545. # [14:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/55f6c1415281 - Carsten "Tomcat" Book - Backed out changeset 285c853fedfa (bug 1027402)
  1546. # [14:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/41e50e705f51 - Carsten "Tomcat" Book - Backed out changeset 346912776f97 (bug 1027402)
  1547. # [14:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e10bf710fb7a - Carsten "Tomcat" Book - Backed out changeset 2c6403818106 (bug 1027402) for bustage on a CLOSED TREE
  1548. # [14:23] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  1549. # [14:23] <Gijs> jandem: commented and taking. :)
  1550. # [14:24] <efaust> I'm like 95% sure https://pastebin.mozilla.org/5480970 will fix it, but I don't have clang
  1551. # [14:24] * Quits: lmandel (lmandel@moz-60AD75.cable.teksavvy.com) (Ping timeout)
  1552. # [14:24] * Quits: Optimizer (Optimizer@8954B77F.55234910.D5D59AD9.IP) (Ping timeout)
  1553. # [14:24] <Tomcat|sheriffduty> gcp: efaust backouts done
  1554. # [14:24] <Tomcat|sheriffduty> smaug: m-i reopened
  1555. # [14:25] * @smaug was just trying to compile m-i
  1556. # [14:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/dd9ff5a5b07f - Carsten "Tomcat" Book - Backed out changeset 3f0d227e054d (bug 1018928)
  1557. # [14:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e19a7a42358b - Carsten "Tomcat" Book - Backed out changeset e92f1571ab9d (bug 1029401) for Android Test failure on a CLOSED TREE
  1558. # [14:26] <jandem> Gijs: perfect, thanks a lot
  1559. # [14:27] * Quits: bogdan_maris (Instantbir@28C4EA76.976FBEE.5BC07656.IP) (Ping timeout)
  1560. # [14:28] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  1561. # [14:28] * Quits: maxli (maxli@moz-B19F68ED.student.cs.uwaterloo.ca) (Quit: Leaving.)
  1562. # [14:28] * Joins: dria (dria@moz-CEE4A179.dhcp-dynamic.fibreop.nb.bellaliant.net)
  1563. # [14:28] * Joins: maxli (maxli@moz-B19F68ED.student.cs.uwaterloo.ca)
  1564. # [14:30] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Ping timeout)
  1565. # [14:30] * Joins: RyanVM (Thunderbir@moz-37FED3AC.phlapa.fios.verizon.net)
  1566. # [14:31] * Quits: ewong (chatzilla@moz-8777076B.netvigator.com) (Ping timeout)
  1567. # [14:31] <RyanVM> froydnj: ping
  1568. # [14:32] * Joins: ewong (chatzilla@moz-8777076B.netvigator.com)
  1569. # [14:32] <froydnj> RyanVM: pong
  1570. # [14:32] <RyanVM> froydnj: I'm not sure what's going on with that webapp update check on b2g30 :(
  1571. # [14:33] <froydnj> RyanVM: that looks like a completely different url than the webapp updating, though
  1572. # [14:33] * Joins: capella-s3 (capella-s3@moz-3A08EE5.twcny.res.rr.com)
  1573. # [14:33] <RyanVM> but it looks to be tied to it, though?
  1574. # [14:33] * froydnj wonders if he has a b2g30 tree than he can grep for that url
  1575. # [14:34] <froydnj> I dunno, might just be happy coincidence that we get a webapp timer message right before the crash
  1576. # [14:34] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  1577. # [14:34] <RyanVM> some coincidence when it's happened on every one on my try pushes :P
  1578. # [14:34] <froydnj> I also wonder wtf "inapp-pay-test.server" is getting contacted for in the middle of mochitests
  1579. # [14:34] <RyanVM> unfortunately b2g30 isn't on mxr atm
  1580. # [14:35] <froydnj> that does sound like slightly more than a coincidence
  1581. # [14:35] * Joins: harth (harth@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  1582. # [14:35] <froydnj> fabulous
  1583. # [14:35] * Joins: jviereck1 (Adium@moz-FF166216.ethz.ch)
  1584. # [14:36] * Quits: jviereck (Adium@moz-FF166216.ethz.ch) (Connection reset by peer)
  1585. # [14:36] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Ping timeout)
  1586. # [14:36] * Joins: bogdan_maris (Instantbir@28C4EA76.976FBEE.5BC07656.IP)
  1587. # [14:37] * Quits: harth (harth@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  1588. # [14:37] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  1589. # [14:37] * Quits: timdream (timdream@moz-A9BF0C9.dynamic.hinet.net) (Quit: timdream)
  1590. # [14:38] <froydnj> hm, git grep says there's no inapp-pay-test.paas in b2g30
  1591. # [14:38] * whimboo|afk is now known as whimboo
  1592. # [14:38] <RyanVM> froydnj: i checked mozilla-release (also gecko30-based) for inapp-pay-test.server and there's nothing
  1593. # [14:38] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  1594. # [14:38] <RyanVM> http://mxr.mozilla.org/mozilla-release/source/dom/payment/tests/unit/test_paymanager_get_payment_request.js
  1595. # [14:38] <froydnj> also, I <3 being able to grep branches without checking them out. take that, hg!
  1596. # [14:39] <froydnj> wtf
  1597. # [14:40] <RyanVM> xpcshell test?
  1598. # [14:40] * Joins: bsmedberg (bsmedberg@moz-820FF4CB.jst.pa.atlanticbb.net)
  1599. # [14:40] * ChanServ sets mode: +o bsmedberg
  1600. # [14:41] * Quits: bogdan_maris (Instantbir@28C4EA76.976FBEE.5BC07656.IP) (Ping timeout)
  1601. # [14:41] <froydnj> that still doesn't explain the url
  1602. # [14:42] * Quits: jfkthame (jfkthame@moz-756CBE01.in-addr.btopenworld.com) (Ping timeout)
  1603. # [14:43] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  1604. # [14:43] * Quits: jet (jet@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  1605. # [14:44] * Quits: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com) (Client exited)
  1606. # [14:45] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  1607. # [14:45] * Quits: RealRaven (Thunderbir@5D0AD68.9F09AD81.C3498625.IP) (Quit: RealRaven)
  1608. # [14:47] * Joins: vicamo (vicamo@moz-5A2807E7.dynamic.hinet.net)
  1609. # [14:47] * Quits: joshua-s (Thunderbir@moz-17D7B3B2.syrcny.east.verizon.net) (Ping timeout)
  1610. # [14:48] <froydnj> wonder if it's somewhere in gaia or similar
  1611. # [14:49] <RyanVM> https://github.com/mozilla-b2g/gaia/search?q=inapp-pay-test
  1612. # [14:49] <RyanVM> very possible :P
  1613. # [14:49] <froydnj> doesn't look obvious how that url is getting contacted in the middle of tests, though =/
  1614. # [14:50] * ggp|away is now known as ggp
  1615. # [14:50] * Joins: RealRaven (Thunderbir@5D0AD68.9F09AD81.C3498625.IP)
  1616. # [14:50] * Quits: borting (borting@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1617. # [14:51] * Quits: jviereck1 (Adium@moz-FF166216.ethz.ch) (Quit: Leaving.)
  1618. # [14:51] * Joins: joshua-s (Thunderbir@moz-F12CDAF9.syrcny.east.verizon.net)
  1619. # [14:51] <froydnj> guess we should ask a payments-savvy person?
  1620. # [14:52] * Joins: jimm (jmathies@moz-DF439B90.pn.at.cox.net)
  1621. # [14:53] * Quits: ggp (ggp@moz-DCF5CED8.dsl.telesp.net.br) (Input/output error)
  1622. # [14:54] * Quits: RealRaven (Thunderbir@5D0AD68.9F09AD81.C3498625.IP) (Quit: RealRaven)
  1623. # [14:54] * Joins: RealRaven (Thunderbir@5D0AD68.9F09AD81.C3498625.IP)
  1624. # [14:54] * curtisk|afk is now known as curtisk
  1625. # [14:55] * Quits: darktrojan (geoff@moz-9656CD64.dsl.telstraclear.net) (Quit: darktrojan)
  1626. # [14:55] <RyanVM> maybe yurenju
  1627. # [14:55] * Joins: chmanchester (chmanchest@63CA6098.1EB7376C.ECED8BE3.IP)
  1628. # [14:56] * Gijs loves how we have so many MDN pages that some just get out of date without anybody noticing
  1629. # [14:56] <Gijs> https://developer.mozilla.org/en-US/docs/Build_and_Install
  1630. # [14:57] * Quits: chmanchester (chmanchest@63CA6098.1EB7376C.ECED8BE3.IP) (Ping timeout)
  1631. # [14:57] * Quits: RealRaven (Thunderbir@5D0AD68.9F09AD81.C3498625.IP) (Quit: RealRaven)
  1632. # [14:58] * Joins: jviereck (Adium@moz-FF166216.ethz.ch)
  1633. # [14:58] * Quits: jviereck (Adium@moz-FF166216.ethz.ch) (Client exited)
  1634. # [14:59] * Joins: RealRaven (Thunderbir@5D0AD68.9F09AD81.C3498625.IP)
  1635. # [15:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/486c857e934f - Nathan Froyd - Bug 1025998 - part 1 - make convert_def_file.py handle the DATA keyword; r=glandium
  1636. # [15:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4b8680a3302d - Nathan Froyd - Bug 1025998 - part 2 - use hand-rolled .def files for linking NSS; r=glandium
  1637. # [15:01] <@smaug> Gijs: what part of that? pymake?
  1638. # [15:02] * @smaug still uses make -f client.mk build
  1639. # [15:02] <Gijs> smaug: pymake, gmake (!?), the manual dep list at the bottom, the use of source tar balls and no mention of hg, the lack of integration with our other build docs and the build prerequisites, ...
  1640. # [15:02] <Gijs> that page basically hasn't been usefully updated since 2012
  1641. # [15:02] * kmoir-afk is now known as kmoir
  1642. # [15:02] <Gijs> (as opposed to the actual build docs which *have* )
  1643. # [15:04] * Joins: Optimizer (Optimizer@8CD911FB.6B54F9F0.BE4CF869.IP)
  1644. # [15:04] * Quits: RealRaven (Thunderbir@5D0AD68.9F09AD81.C3498625.IP) (Quit: RealRaven)
  1645. # [15:05] * Quits: Anupkumar (uid16774@moz-A42E5B7B.irccloud.com) (Quit: Connection closed for inactivity)
  1646. # [15:05] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  1647. # [15:06] * Joins: bogdan_maris (Instantbir@28C4EA76.976FBEE.5BC07656.IP)
  1648. # [15:08] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  1649. # [15:09] * Joins: jviereck (Adium@moz-FF166216.ethz.ch)
  1650. # [15:10] * Joins: RealRaven (Thunderbir@5D0AD68.9F09AD81.C3498625.IP)
  1651. # [15:11] * Quits: bogdan_maris (Instantbir@28C4EA76.976FBEE.5BC07656.IP) (Quit: bogdan_maris)
  1652. # [15:12] * Joins: idwer (irc@moz-67B6410D.adsl.online.nl)
  1653. # [15:14] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a368ab7e93ab - Max Vujovic - Bug 948265 - Clip filter primitives to their filter's filter region. r=mstange
  1654. # [15:14] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c252faf035c5 - Nils Ohlmeier [:drno] - Bug 963524 - Detect if the SDPs show a port twice. r=bwc
  1655. # [15:14] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/061a225551cb - Monica Chew - Bug 1013558 - ApplicationReputation should block if verdict is DANGEROUS_HOST. r=gcp
  1656. # [15:14] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5465fbff0676 - Andrei Oprea - Bug 1023507 - Handle SDK failures when calling connect. r+ui-r=dmose
  1657. # [15:14] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9c4ee32efd92 - Mike Habicher - Bug 1030384 - Change a spammy NS_WARNING into a log message instead. r=khuey
  1658. # [15:14] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/247b2cbfadf6 - Martin Thomson - Bug 1030435 - Attempt to ease load on B2G emulator for tests. r=jib
  1659. # [15:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a4d9432cdd70 - Martin Thomson - Bug 1030435 - Re-enable gUM peerIdentity test. r=jib
  1660. # [15:15] * Quits: RealRaven (Thunderbir@5D0AD68.9F09AD81.C3498625.IP) (Quit: RealRaven)
  1661. # [15:15] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  1662. # [15:16] * Quits: trevorh (trevor@D34A7857.23289F26.2CE63F58.IP) (Quit: Leaving.)
  1663. # [15:18] * Joins: gsvelto (gsvelto@moz-D6BD9885.clienti.tiscali.it)
  1664. # [15:19] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/c2b6a49a39ac - Carsten "Tomcat" Book - Backed out changeset df7bcbbeda21 (bug 1029128)
  1665. # [15:19] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/edce393d1831 - Carsten "Tomcat" Book - Backed out changeset 958aaea55e3f (bug 1029128)
  1666. # [15:19] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/990442eb272d - Carsten "Tomcat" Book - Backed out changeset 8c1ee05fbbd6 (bug 949617)
  1667. # [15:19] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/115171f8216d - Carsten "Tomcat" Book - Backed out changeset 4a6ff8b73d5c (bug 995489)
  1668. # [15:19] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/83f9b25520bf - Carsten "Tomcat" Book - Backed out changeset f556e62f5ee8 (bug 993197) for causing bug 1030663 a=orange
  1669. # [15:20] * Joins: schien (anonymous@moz-B87AEF89.dynamic.hinet.net)
  1670. # [15:20] * Joins: pauly (silaghipau@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  1671. # [15:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/24d194587ab5 - Sami Jaktholm - Bug 999236 - Webconsole - Ensure anchors with a URL have a click callback defined. r=robcee
  1672. # [15:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/183f367cda86 - Franz Sarmiento - Bug 1028728 - Update findListViewWithTag consumers to use strings from HomePager. r=mcomella
  1673. # [15:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/7cb69ef00dbb - Tim Nguyen - Bug 1030048 - Fix some Windows styling issues in WebIDE. r=paul
  1674. # [15:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/9ccb228e087f - Paul Rouget - Bug 1030728 - Addon list is cached too aggressively. r=ochameau
  1675. # [15:21] * jmaher|afk is now known as jmaher
  1676. # [15:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/56fbb7e8fa1b - Brian Grinstead - Bug 1030951 - Get rid of "TypeError: this.editMenu is undefined" logspam. r=harth
  1677. # [15:22] * baku|away is now known as baku
  1678. # [15:22] <mwargers> ferjm, ping?
  1679. # [15:22] * Joins: Edgar (Thunderbir@moz-F9A83150.dynamic.hinet.net)
  1680. # [15:24] * Quits: Edgar (Thunderbir@moz-F9A83150.dynamic.hinet.net) (Quit: Edgar)
  1681. # [15:24] <ferjm> mwargers, pong
  1682. # [15:25] <mwargers> ferjm: so the https://msisdn-dev.stage.mozaws.net server is still not working, right? Should a bug be filed on it?
  1683. # [15:25] * Joins: lduros (user@moz-A888D5F1.phlapa.fios.verizon.net)
  1684. # [15:26] <froydnj> RyanVM: bustage
  1685. # [15:26] <RyanVM> unpossible
  1686. # [15:26] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  1687. # [15:26] <ferjm> mwargers, you can use http://msisdn.dev.mozaws.net, it was recovered while https://msisdn-dev.stage.mozaws.net is being fixed
  1688. # [15:26] <froydnj> imagine my glee in saying that to you ;)
  1689. # [15:27] <RyanVM> WTH, could have sworn that had a try push
  1690. # [15:27] <RyanVM> dammit
  1691. # [15:27] <mwargers> ferjm: ok, thanks
  1692. # [15:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/284f9c4ac272 - Sotaro Ikeda - Bug 1029719 - Release TextureClient on correct thread r=jmuizelaar
  1693. # [15:27] <Tomcat|sheriffduty> RyanVM: bustage
  1694. # [15:27] <Tomcat|sheriffduty> on inbound
  1695. # [15:27] <ferjm> mwargers, np
  1696. # [15:27] <RyanVM> Tomcat|sheriffduty: thanks for the news flash, Tom Brokaw ^
  1697. # [15:27] * Joins: AaronMT (AaronMT@moz-53D1D1F.cpe.net.cable.rogers.com)
  1698. # [15:28] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  1699. # [15:28] <Tomcat|sheriffduty> RyanVM: yeah next newsflash is when someone won the worldcup :P
  1700. # [15:28] <froydnj> Tomcat|sheriffduty++
  1701. # [15:28] * Joins: spohl (Adium@moz-F99DFF3A.static.hvvc.us)
  1702. # [15:29] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Ping timeout)
  1703. # [15:29] <RyanVM> oh FFS
  1704. # [15:29] <RyanVM> first I pushrace on the backout
  1705. # [15:29] <RyanVM> now I hit a closed tree
  1706. # [15:29] * Joins: jchaulk (jchaulk@moz-FB67C6.dsl.teksavvy.com)
  1707. # [15:29] <froydnj> #devlife
  1708. # [15:29] <RyanVM> lulz
  1709. # [15:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4ef3fa0ebedf - Ryan VanderMeulen - Backed out changeset 061a225551cb (bug 1013558) for bustage.
  1710. # [15:30] * mihaelav_lunch is now known as mihaelav
  1711. # [15:31] * Tomcat|sheriffduty reopens inbound :)
  1712. # [15:31] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  1713. # [15:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/19704ccde4dd - Sami Jaktholm - Bug 1024789 - Fix uncaught rejections in browser_toolbox_window_reload_target.js by cancelling asyncronous update of InspectorPanel._defaultNode if page navigates. r=pbrosset
  1714. # [15:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/38b404a28e4e - Martin Stransky - Bug 1027138 - Revert fix from Bug 984075 and fix arrow rendering by extra gtk_widget_show() call. It realizes the arrow widget and allocates it a size. r=karlt
  1715. # [15:32] * Quits: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net) (Ping timeout)
  1716. # [15:35] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=cc7244eea5d5 - 49 changesets
  1717. # [15:35] * Joins: jdm (jdm@CAB30FBD.8F96AEA7.2D179A7D.IP)
  1718. # [15:39] * Joins: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net)
  1719. # [15:41] <evilpie> what is the name of the component when we want other sites to fix something?
  1720. # [15:41] * Quits: sydpolk (Adium@moz-B422239B.lightspeed.austtx.sbcglobal.net) (Quit: Leaving.)
  1721. # [15:42] <ttaubert> Evangelism?
  1722. # [15:43] <Tomcat|sheriffduty> paolo: i guess its ok to reland that one on mozilla-inbound again if you guys are sure this didn't caused the test regression :)
  1723. # [15:43] <evilpie> thanks! totally forgot what it's called
  1724. # [15:44] * Quits: ericchou (uid13391@moz-E77DEB21.irccloud.com) (Quit: Connection closed for inactivity)
  1725. # [15:44] * Quits: joshua-s (Thunderbir@moz-F12CDAF9.syrcny.east.verizon.net) (Ping timeout)
  1726. # [15:44] * gregglind_away is now known as gregglind
  1727. # [15:44] * Joins: davidb (davidb@13F2CEC5.7672369.D8E68FF6.IP)
  1728. # [15:44] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/a9ae367e9696 - Nathan Froyd - Bug 995417 - Part 1: netwerk/ changes for crashing on non-local connections. r=mcmanus, a=test-only
  1729. # [15:44] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/6911fe2455ca - Nathan Froyd - Bug 995417 - Part 2: Testing infrastructure changes to set MOZ_DISABLE_NONLOCAL_CONNECTIONS. r=jmaher, a=test-only
  1730. # [15:44] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/75427ba01d8f - Drew Willcoxon - Bug 1026301 - Add eBay logo to search plugin so about:newtab can use it. r=MattN, a=sledru
  1731. # [15:44] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/aa2a7bcabf52 - Nick Fitzgerald - Bug 1027157 - Make warnings reported with JSEXN_NONE so that they don't appear as errors in the console. r=Waldo, a=sledru
  1732. # [15:44] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/7ffe6a4581dd - Drew Willcoxon - Bug 1030251 - Add Google logo to search plugin so about:newtab can use it. r=MattN, a=sledru
  1733. # [15:46] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/3e7cf911402c - Drew Willcoxon - Bug 1026301 - Add eBay logo to search plugin so about:newtab can use it. r=MattN, a=sledru
  1734. # [15:46] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/93c35d7aec1f - Nick Fitzgerald - Bug 1027157 - Make warnings reported with JSEXN_NONE so that they don't appear as errors in the console. r=Waldo, a=sledru
  1735. # [15:46] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/d9c6731ad8c3 - Drew Willcoxon - Bug 1030251 - Add Google logo to search plugin so about:newtab can use it. r=MattN, a=sledru
  1736. # [15:48] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=1d7abed6da1b - 14 changesets
  1737. # [15:51] <paolo> Tomcat|sheriffduty: I can reland bug 1029128 in fx-team
  1738. # [15:51] <Tomcat|sheriffduty> paolo: yeah thats fine for me
  1739. # [15:52] <paolo> will do
  1740. # [15:52] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?changeset=b86f48fe5da8 - 46 changesets
  1741. # [15:52] * Quits: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de) (Input/output error)
  1742. # [15:53] * Joins: josh (josh@moz-FCFAEC54.hvc.res.rr.com)
  1743. # [15:53] * Joins: masayuki (Thunderbir@moz-7765A755.zaq.ne.jp)
  1744. # [15:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/pushloghtml?changeset=5e3e41601d27 - 81 changesets
  1745. # [15:57] * Joins: joshua-s (Thunderbir@moz-5E0049A4.syrcny.east.verizon.net)
  1746. # [15:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/pushloghtml?changeset=22ea396750e8 - 72 changesets
  1747. # [15:58] * Joins: GPHemsley (GPHemsley@moz-379EB2FA.hsd1.de.comcast.net)
  1748. # [15:58] <paolo> Tomcat|sheriffduty: nevermind, the changeset hasn't been backed out from fx-team yet and the patch on the bug is not the one that landed
  1749. # [15:58] <paolo> will comment on the bug
  1750. # [15:59] <Tomcat|sheriffduty> paolo: did just now the merge
  1751. # [15:59] * Joins: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP)
  1752. # [15:59] * Quits: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP) (Client exited)
  1753. # [16:00] * kats|away is now known as kats
  1754. # [16:00] * Joins: emtwo (Adium@moz-B7C458A9.dsl.teksavvy.com)
  1755. # [16:01] * Joins: garvank (Garvan@13F2CEC5.7672369.D8E68FF6.IP)
  1756. # [16:01] * Quits: vicamo (vicamo@moz-5A2807E7.dynamic.hinet.net) (Quit: vicamo)
  1757. # [16:02] <NeilAway> froydnj: what makes you think hg can't grep branches?
  1758. # [16:02] <froydnj> NeilAway: ignorance
  1759. # [16:02] <NeilAway> froydnj: hey, if you should need any more, please take some of mine?
  1760. # [16:02] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Ping timeout)
  1761. # [16:03] <froydnj> NeilAway: I have an overflowing amount of ignorance, I'm good for now
  1762. # [16:03] <NeilAway> froydnj: shame
  1763. # [16:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/b294b77e8095 - Blake Kaplan - Bug 1029128 - Fix strict-mode error in the JSON storage file. r=dolske
  1764. # [16:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/c124393b6eac - Blake Kaplan - Bug 1029128 - Fix bug in failure case biting debugging mochitest failures. r=dolske
  1765. # [16:03] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  1766. # [16:04] <paolo> Tomcat|sheriffduty: ok, relanded the m-c changesets on fx-team
  1767. # [16:04] <NeilAway> Gijs: I actually wanted to find some obsolete build documentation and couldn't :-(
  1768. # [16:04] <Tomcat|sheriffduty> paolo: thanks
  1769. # [16:04] <NeilAway> Gijs: (msvc versions for old versions)
  1770. # [16:04] <Gijs> NeilAway: the MDN history should have it...
  1771. # [16:06] * Joins: elin (elin@moz-72233FD3.dynamic.hinet.net)
  1772. # [16:06] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  1773. # [16:07] * Quits: jaoo (user@9B16F31C.CF111F0B.E21948B5.IP) (Connection reset by peer)
  1774. # [16:07] <jandem> Tomcat|sheriffduty: I've a very simple patch to unbreak our JS shell fuzzers (--disable-threadsafe builds), ok if I push it to m-c? else i'll land on m-i; no problem
  1775. # [16:08] * Joins: OilleYao (uid32548@moz-E77DEB21.irccloud.com)
  1776. # [16:08] <NeilAway> Gijs: well, I found something close enough somewhere else, so I don't need it now
  1777. # [16:09] * Joins: bjacob (bjacob@13F2CEC5.7672369.D8E68FF6.IP)
  1778. # [16:09] * Joins: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP)
  1779. # [16:09] <Tomcat|sheriffduty> jandem: i think ok here to land on m-c since the fuzzer depend on it
  1780. # [16:09] * Joins: RealRaven (Thunderbir@5D0AD68.9F09AD81.C3498625.IP)
  1781. # [16:09] <Tomcat|sheriffduty> a=me :)
  1782. # [16:09] <jandem> Tomcat|sheriffduty: thanks
  1783. # [16:10] * Quits: @smaug (chatzilla@moz-9E0B1701.pp.htv.fi) (Ping timeout)
  1784. # [16:11] * Joins: yurenju (yurenju@moz-6A6416C9.dynamic.hinet.net)
  1785. # [16:13] * Quits: yurenju (yurenju@moz-6A6416C9.dynamic.hinet.net) (Quit: Textual IRC Client: www.textualapp.com)
  1786. # [16:13] * Joins: gustavold (gustavold@moz-A5CCDD03.redhat.com)
  1787. # [16:14] * Quits: IRCMonkey15697 (wlach@moz-1DFF0E85.vif.net) (Quit: Ex-Chat)
  1788. # [16:16] * edmorley is now known as edmorley|sheriffduty
  1789. # [16:17] <@bz> Anyone here familiar with Jesse's fuzzPriv extension?
  1790. # [16:18] * Tomcat|sheriffduty is now known as Tomcat
  1791. # [16:19] * ewong is now known as ewong|sleep
  1792. # [16:19] * Quits: mihaelav (Mibbit@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1793. # [16:20] * Quits: lduros (user@moz-A888D5F1.phlapa.fios.verizon.net) (Client exited)
  1794. # [16:20] * Joins: lduros (user@moz-A888D5F1.phlapa.fios.verizon.net)
  1795. # [16:21] * philor|away is now known as philor
  1796. # [16:21] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/067791ebca8f - B2G Bumper Bot - Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
  1797. # [16:21] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/f2e843d601c4 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1798. # [16:21] * Quits: till (till@moz-C647B16A.adsl.alicedsl.de) (Input/output error)
  1799. # [16:22] * Tomcat is now known as Tomcat|afk
  1800. # [16:23] * heycam is now known as heycam|away
  1801. # [16:23] * Quits: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: Leaving.)
  1802. # [16:23] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  1803. # [16:24] * Quits: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  1804. # [16:25] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  1805. # [16:26] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  1806. # [16:27] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  1807. # [16:27] * Joins: simukis (nagisa@moz-81B5EAF1.static.zebra.lt)
  1808. # [16:29] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  1809. # [16:29] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Ping timeout)
  1810. # [16:30] * Quits: badescunicu (Thunderbir@6EF6C94D.77BD3528.320F75DD.IP) (Quit: badescunicu)
  1811. # [16:30] * Joins: trevorh (trevor@D34A7857.23289F26.2CE63F58.IP)
  1812. # [16:31] * Joins: yzen (yzen@moz-77406528.hfc.comcastbusiness.net)
  1813. # [16:31] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/ed664e72e9ea - B2G Bumper Bot - Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
  1814. # [16:31] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/e8b82ac55e68 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1815. # [16:32] * Joins: smaugFlame (nodebot@moz-E6ED3695.nat.bb.dnainternet.fi)
  1816. # [16:32] * KaiRo is now known as KaiRo_away
  1817. # [16:33] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/7a707f09673f - Fernando Rodriguez Sela - Bug 1018088 - PUSH wakeup compatible multiple mobile networks carriers. r=nsm, a=lmandel
  1818. # [16:33] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/417056b401e5 - Jonathan Watt - Bug 1022930 - Fix crash in imgFrame::Draw() when drawing for an SVG mask. r=mwu, a=lmandel
  1819. # [16:33] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/80f77d10896b - Honza Bambas - Bug 1013587 - HTTP cache v2: Start preload on input stream open for existing entries. r=michal, a=lmandel
  1820. # [16:33] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/c90e69bc6c7d - Bobby Holley - Bug 1026860 - Remove mThisObjects and use the function parent instead. r=luke, r=khuey, a=lmandel
  1821. # [16:34] * Joins: mconley (mconley@13F2CEC5.7672369.D8E68FF6.IP)
  1822. # [16:34] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/6c738b09cda1 - Brian Grinstead - Bug 1026560 - Make clicking the [docs] link in the type information popup in Scratchpad open the MDN page in a new window. r=past, a=lmandel
  1823. # [16:34] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/b124230d0fa9 - Valentin Gosu - Bug 1020539 - Clear about:networking hostname list when deleting history. r=mcmanus, a=lmandel
  1824. # [16:34] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/04303003b896 - Kartikaya Gupta - Bug 1024728 - Gracefully handle a CrossProcessMutex being initialized with a stale handle. r=khuey, a=lmandel
  1825. # [16:34] * Quits: yzen (yzen@moz-77406528.hfc.comcastbusiness.net) (Ping timeout)
  1826. # [16:34] * davidb is now known as davidb|afk
  1827. # [16:35] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/77b96fc2e659 - Jan de Mooij - No bug - Fix --disable-threadsafe shell builds to unbreak JS fuzzers. r=jorendorff,jonco, a=Tomcat
  1828. # [16:35] * Joins: recursive (recursive@71958799.4D49EC71.6815CE39.IP)
  1829. # [16:37] <simukis> destination directory: mozilla-central
  1830. # [16:37] <simukis> requesting all changes
  1831. # [16:37] <simukis> adding changesets
  1832. # [16:37] <simukis> adding manifests
  1833. # [16:37] <simukis> adding file changes
  1834. # [16:37] <simukis> transaction abort!
  1835. # [16:37] <simukis> rollback completed
  1836. # [16:37] <simukis> abort: No space left on device
  1837. # [16:37] <simukis> I’ve got 40 gigs of that, why?
  1838. # [16:37] * simukis was kicked by killer (Stop flooding!)
  1839. # [16:38] * Joins: Pike (chatzilla@moz-F5F43C37.pool.mediaways.net)
  1840. # [16:38] * Joins: simukis (nagisa@moz-81B5EAF1.static.zebra.lt)
  1841. # [16:39] <simukis> uhm, sorry.
  1842. # [16:39] <simukis> So, I’ve got 40GB of free space. Is that not enough for mozilla-central?
  1843. # [16:40] * davidb|afk is now known as davidb
  1844. # [16:41] * Quits: Optimize1 (Instantbir@94C77FC6.955079FB.AA3EB577.IP) (Ping timeout)
  1845. # [16:41] <RyanVM> that definitely doesn't seem right :P
  1846. # [16:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/18afe25e9df9 - Ed Morley - Backed out changeset 1bb1e5ed3272 (bug 1030743)
  1847. # [16:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/cf633fa6f40b - Ed Morley - Backed out changeset a9f445169eca (bug 1030738)
  1848. # [16:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/a033a0b332eb - Ed Morley - Backed out changeset fd8d40d26de8 (bug 1025931) for robocop-1 failures
  1849. # [16:41] <RyanVM> my m-c checkout is ~2.5GB
  1850. # [16:41] * Joins: serge (Thunderbir@moz-CC0CB9E.dsl.teksavvy.com)
  1851. # [16:42] * Quits: smaugFlame (nodebot@moz-E6ED3695.nat.bb.dnainternet.fi) (Client exited)
  1852. # [16:43] * Fallen is now known as Fallen|away
  1853. # [16:43] * Quits: jdm (jdm@CAB30FBD.8F96AEA7.2D179A7D.IP) (Ping timeout)
  1854. # [16:43] * Joins: jdm (jdm@CAB30FBD.8F96AEA7.2D179A7D.IP)
  1855. # [16:46] <@bz> Is there a better place than Firefox:General for bugs in the middle-click handling in browser.js?
  1856. # [16:46] <Gijs> bz: middle-click handling of what?
  1857. # [16:47] <Gijs> links in content? history? openUILinkIn specifically? something else? :)
  1858. # [16:47] * Quits: jchaulk (jchaulk@moz-FB67C6.dsl.teksavvy.com) (Quit: Leaving.)
  1859. # [16:47] * Joins: till (till@moz-C647B16A.adsl.alicedsl.de)
  1860. # [16:48] * Quits: jviereck (Adium@moz-FF166216.ethz.ch) (Quit: Leaving.)
  1861. # [16:49] * Parts: pauly (silaghipau@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  1862. # [16:49] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/f89e20f3ad3a - Jonathan Watt - Bug 987194 - Convert SVG masking to Moz2D. r=mattwoodrow, a=lmandel
  1863. # [16:49] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/c4379dd742c0 - Jan Beich - Bug 1025674 - Unbreak non-unified build of --disable-ion after bug 976446. r=bhackett, a=lmandel
  1864. # [16:49] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/2a694bbcc263 - Jan Beich - Bug 1028745 - Avoid using foreign ASSERT() macro in JS code. r=bhackett, a=lmandel
  1865. # [16:49] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/b30e374b27e1 - Kartikaya Gupta - Bug 1025507 - Adjust overscroll prefs based on UX feedback. r=milan, a=lmandel
  1866. # [16:50] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/0c3b5dc32458 - Jan Beich - Bug 1028775 - Unbreak non-unified build of --disable-ion after bug 1013326. r=luke, a=lmandel
  1867. # [16:50] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/8d78b04d12cb - John Schoenick - Bug 1025833 - Fix img srcset inadvertently rounding density estimate to nearest int. r=jst, a=lmandel
  1868. # [16:50] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/8bc2222d4b0d - James Long - Bug 1008372 - Don't specify column when moving a breakpoint so it's stored correctly. r=fitzgen, a=lmandel
  1869. # [16:50] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/f62422f3864c - Ethan Hugg - Bug 1028962 - Fix for setting maxFramerate with Gecko Media Plugins. r=jesup, a=lmandel
  1870. # [16:50] * Joins: victorporof_ (victorporo@moz-2B9735D0.dsl.bell.ca)
  1871. # [16:51] * Quits: victorporof (victorporo@moz-2B9735D0.dsl.bell.ca) (Ping timeout)
  1872. # [16:51] * pbrosset is now known as pbrosset|afk
  1873. # [16:51] * Joins: ggp (ggp@D7630FEF.57FB223.51329AA.IP)
  1874. # [16:53] * whimboo is now known as whimboo|afk
  1875. # [16:55] <fabrice> !seen smaug
  1876. # [16:55] <firebot> smaug was last seen 1 hour, 53 minutes and 13 seconds ago, saying '* smaug still uses make -f client.mk build' in #developers.
  1877. # [16:55] * sewardj_ is now known as sewardj
  1878. # [16:56] * Joins: scravag (Adium@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1879. # [16:57] * Joins: yzen (yzen@moz-77406528.hfc.comcastbusiness.net)
  1880. # [16:57] * Quits: scravag (Adium@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: Leaving.)
  1881. # [16:57] * curtisk is now known as curtisk|afk
  1882. # [16:57] * Joins: kk1fff_ (kk1fff@moz-DC796DEA.dynamic.hinet.net)
  1883. # [16:58] * Joins: WaltS48 (Thunderbir@moz-783EC495.pitbpa.east.verizon.net)
  1884. # [16:58] * Joins: scravag (Adium@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1885. # [16:58] * Quits: kk1fff_ (kk1fff@moz-DC796DEA.dynamic.hinet.net) (Quit: )
  1886. # [16:58] * Joins: kk1fff_ (kk1fff@moz-DC796DEA.dynamic.hinet.net)
  1887. # [16:58] * Quits: kk1fff_ (kk1fff@moz-DC796DEA.dynamic.hinet.net) (Quit: kk1fff_)
  1888. # [16:59] <simukis> hg unbundle mozilla-central.hg didn’t work either… 😞
  1889. # [16:59] <bjacob> bsmedberg: ping about my IsMainThread problems
  1890. # [17:00] * Joins: sydpolk (Adium@moz-DB723644.howdyhonda.com)
  1891. # [17:00] * Quits: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP) (Quit: return 0;)
  1892. # [17:00] * Joins: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP)
  1893. # [17:00] * jmaher is now known as jmaher|mtg
  1894. # [17:01] * Quits: twi (Adium@moz-A35E4BA6.retail.telecomitalia.it) (Quit: Leaving.)
  1895. # [17:01] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  1896. # [17:02] * mcote|afk is now known as mcote
  1897. # [17:02] <jdm> simukis: what isn't working?
  1898. # [17:02] * Joins: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP)
  1899. # [17:03] <simukis> jdm: abort: No space left on device during adding file changes, even though I have plenty of free disk space.
  1900. # [17:03] <jdm> huh
  1901. # [17:03] * Joins: wlach (wlach@moz-B77B0E55.stationc.isp.ip4b.net)
  1902. # [17:03] <Gijs> simukis: are you sure the partition you're on has enough free disk space? Do you have write permissions and so on?
  1903. # [17:04] * Joins: jviereck (Adium@moz-FF166216.ethz.ch)
  1904. # [17:04] * Joins: lmandel (lmandel@moz-60AD75.cable.teksavvy.com)
  1905. # [17:04] <simukis> Gijs: I’ve no partitions, it’s one big btrfs volume. Yes, I do… it would fail earlier if I didn’t, no?
  1906. # [17:04] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  1907. # [17:05] * Joins: ckitching (ckitching@moz-73BD1AA5.nat.csx.cam.ac.uk)
  1908. # [17:05] * Quits: hdt91 (hdt91@F198F4C8.7F47F277.FCEF9E1A.IP) (Ping timeout)
  1909. # [17:05] * Quits: lmandel_ (lmandel@moz-60AD75.cable.teksavvy.com) (Ping timeout)
  1910. # [17:05] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  1911. # [17:05] <Gijs> I don't know :)
  1912. # [17:05] * Quits: wlach (wlach@moz-B77B0E55.stationc.isp.ip4b.net) (Ping timeout)
  1913. # [17:06] * Joins: wlach (wlach@moz-B77B0E55.stationc.isp.ip4b.net)
  1914. # [17:06] * Quits: lmandel (lmandel@moz-60AD75.cable.teksavvy.com) (Ping timeout)
  1915. # [17:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/f2e8982acbf0 - Gijs Kruitbosch - Bug 1028872 - use collapsed property to check for toolbar state in test, r=dao
  1916. # [17:06] * Quits: dougc (dougc@moz-E74C7A3B.lns20.mel4.internode.on.net) (Ping timeout)
  1917. # [17:06] * Quits: ckitching (ckitching@moz-73BD1AA5.nat.csx.cam.ac.uk) (Ping timeout)
  1918. # [17:08] * Joins: _sagara89 (Sagara@A1EE73FA.BEA9108.CD2C8343.IP)
  1919. # [17:08] * Joins: dougc (dougc@moz-E74C7A3B.lns20.mel4.internode.on.net)
  1920. # [17:08] * Joins: justindarc (justindarc@D2AEACFC.B56D28DB.B58D01CE.IP)
  1921. # [17:09] * Joins: alex_tz (Adium@moz-2F3E2B03.hsd1.ca.comcast.net)
  1922. # [17:09] * Parts: alex_tz (Adium@moz-2F3E2B03.hsd1.ca.comcast.net)
  1923. # [17:09] * Joins: Mano (mano@moz-B052078.red.bezeqint.net)
  1924. # [17:09] * Joins: aklotz (Thunderbir@moz-93BDBBFD.public.monkeybrains.net)
  1925. # [17:10] * Joins: rbarnes (rbarnes@moz-5E1F5C28.washdc.fios.verizon.net)
  1926. # [17:10] * Joins: dbaron (dbaron@moz-6F4D2D12.dsl.dynamic.sonic.net)
  1927. # [17:10] * ChanServ sets mode: +ao dbaron dbaron
  1928. # [17:11] * Joins: bwc1 (Adium@9CA6B2B5.9820F418.60862D1D.IP)
  1929. # [17:11] * Quits: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  1930. # [17:11] * Joins: ckitching (ckitching@moz-73BD1AA5.nat.csx.cam.ac.uk)
  1931. # [17:11] * Quits: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP) (Connection reset by peer)
  1932. # [17:12] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  1933. # [17:12] * Quits: rbarnes (rbarnes@moz-5E1F5C28.washdc.fios.verizon.net) (Ping timeout)
  1934. # [17:14] * Joins: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com)
  1935. # [17:14] * Joins: jfkthame (jfkthame@7452271B.AE912FFB.3E2A4E92.IP)
  1936. # [17:14] * davidb is now known as davidb|afk
  1937. # [17:14] * Quits: fredw (Icedove@moz-B9C110E2.fbx.proxad.net) (Quit: fredw)
  1938. # [17:15] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  1939. # [17:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/8e4081ed693d - Ed Morley - Backed out changeset 1a2a957f7d3f (bug 1029352) for B2G mochitest-4 failures in test_app_update.html
  1940. # [17:16] * Quits: Optimizer (Optimizer@8CD911FB.6B54F9F0.BE4CF869.IP) (Quit: Time to optimize myself)
  1941. # [17:18] * Quits: yzen (yzen@moz-77406528.hfc.comcastbusiness.net) (Ping timeout)
  1942. # [17:18] * Joins: jchaulk (jchaulk@moz-FB67C6.dsl.teksavvy.com)
  1943. # [17:19] * Joins: kdcw (kdcw@moz-3B3715C4.pk.shawcable.net)
  1944. # [17:19] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  1945. # [17:20] * Joins: Optimizer (Optimizer@8CD911FB.6B54F9F0.BE4CF869.IP)
  1946. # [17:20] * Quits: stransky (stransky@moz-59D79C36.broadband2.iol.cz) (Quit: Connection reset by beer)
  1947. # [17:21] * Joins: Ms2ger (Ms2ger@moz-86623CEE.adsl-dyn.isp.belgacom.be)
  1948. # [17:21] * Quits: AndreeaMatei (Thunderbir@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP) (Client exited)
  1949. # [17:22] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/aeb88c96da92 - Jonathan Kew - bug 1030067 - ignore the principal when caching data-URI fonts, to allow sharing across pages with the same CSS. r=bzbarsky
  1950. # [17:23] * Joins: Snuffleupagus (chatzilla@moz-7411B7A4.bredband.comhem.se)
  1951. # [17:24] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/ae91134619c5 - Benjamin Chen - Bug 1021006 - [RTSP] Browser pops up a network warning message in the end of RTSP streaming. r=sworkman, a=2.0+
  1952. # [17:24] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/2016c180a540 - James Lal - Bug 1027347 - Only set downloadError to an error if it actually is an error and clear past errors after successful states. r=fabrice, a=2.0+
  1953. # [17:24] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/17bc466733dd - Paul Adenot - Bug 1028458 - Don't try to use a resampler when resampling segments to graph rate if we haven't instanciated one yet. r=karlt, a=2.0+
  1954. # [17:24] * Joins: kgrandon (Adium@moz-2A1C3CC8.hsd1.ca.comcast.net)
  1955. # [17:24] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/8fb4f7972218 - Kartikaya Gupta - Bug 1022956 - When fling velocity is high, don't let tap gestures trigger clicks to content. r=drs, r=Bas, a=2.0+
  1956. # [17:25] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/54208d905243 - Kartikaya Gupta - Bug 1030221 - Move animation Sample functions into the class definition. r=drs, a=2.0+
  1957. # [17:25] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/1e4a2e728730 - Kartikaya Gupta - Bug 1030221 - Make sure to clear overscroll if we cancel a fling. r=drs, a=2.0+
  1958. # [17:25] * Quits: jdm (jdm@CAB30FBD.8F96AEA7.2D179A7D.IP) (Quit: Lost terminal)
  1959. # [17:25] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/da6103e874b6 - Shawn Huang - Bug 1007576 - [bluez] Update CoD value after device found while doing NFC pairing. r=echou, a=2.0+
  1960. # [17:25] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/c996b80f1ec1 - Geoff Brown - Bug 1031097 - Avoid Android 2.3 m-gl retries, second attempt. a=test-only
  1961. # [17:25] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/f6ed824e0778 - Geoff Brown - Bug 1031097 - Try again to avoid Android 2.3 m-gl failures. a=test-only
  1962. # [17:25] * Quits: MarcoZ (marco.zehe@moz-BF38AB59.dip0.t-ipconnect.de) (Quit: Weekend!)
  1963. # [17:27] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  1964. # [17:29] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Ping timeout)
  1965. # [17:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a7ea536288e0 - Jan Beich - Bug 1031267 - Fix --enable-system-cairo builds after they were broken by bug 1027763. r=jwatt
  1966. # [17:30] * baku is now known as baku|away
  1967. # [17:31] * Quits: ferjm (ferjm@moz-B75E5FCD.red-88-3-143.dynamicip.rima-tde.net) (Quit: Leaving)
  1968. # [17:31] * Quits: gsvelto (gsvelto@moz-D6BD9885.clienti.tiscali.it) (Ping timeout)
  1969. # [17:32] * Quits: sankha93 (sankha93@moz-F2548D1B.home.uni-freiburg.de) (Client exited)
  1970. # [17:33] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  1971. # [17:33] * Joins: janv (varga@moz-C07D5168.p2p.sfo1.mozilla.com)
  1972. # [17:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3704704cde6a - Ed Morley - Bug 919016 - Disable test_privbrowsing_perwindowpb.html on all platforms for crying wolf one too many times (even though it's likely just been eaten == tough)
  1973. # [17:34] * Joins: sankha93 (sankha93@moz-F2548D1B.home.uni-freiburg.de)
  1974. # [17:36] * Quits: simukis (nagisa@moz-81B5EAF1.static.zebra.lt) (Input/output error)
  1975. # [17:36] * Joins: bajaj (bajaj_afk@5E0E506E.7326BB10.B46B86FA.IP)
  1976. # [17:37] * terrence-afk is now known as terrence
  1977. # [17:37] * Quits: dougc (dougc@moz-E74C7A3B.lns20.mel4.internode.on.net) (Quit: ChatZilla 0.9.90.1 [Firefox 30.0/20140611055804])
  1978. # [17:37] * Quits: ggp (ggp@D7630FEF.57FB223.51329AA.IP) (Ping timeout)
  1979. # [17:37] * Joins: ckerschb (ckerschb@moz-62518563.mtv2.mozilla.com)
  1980. # [17:38] <Ms2ger> edmorley|sheriffduty, ha
  1981. # [17:40] * philor is now known as philor|away
  1982. # [17:40] * Quits: aklotz (Thunderbir@moz-93BDBBFD.public.monkeybrains.net) (Ping timeout)
  1983. # [17:41] * Quits: sankha93 (sankha93@moz-F2548D1B.home.uni-freiburg.de) (Client exited)
  1984. # [17:41] * Joins: sankha93 (sankha93@moz-F2548D1B.home.uni-freiburg.de)
  1985. # [17:42] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Quit: jib)
  1986. # [17:42] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2491b84943e1 - Nikhil Marathe - Bug 984048: Part 3 - Update algorithm. r=ehsan,khuey
  1987. # [17:42] * Joins: ekr (Adium@moz-24157589.mtv2.mozilla.com)
  1988. # [17:42] * Joins: ggp (ggp@D7630FEF.57FB223.51329AA.IP)
  1989. # [17:42] * davidb|afk is now known as davidb
  1990. # [17:43] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Quit: Instantbird 1.5 -- http://www.instantbird.com)
  1991. # [17:43] * Joins: idwer_ (irc@moz-67B6410D.adsl.online.nl)
  1992. # [17:43] * Quits: idwer (irc@moz-67B6410D.adsl.online.nl) (Ping timeout)
  1993. # [17:44] * Quits: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP) (Quit: ZNC - http://znc.in)
  1994. # [17:44] * Quits: ckitching (ckitching@moz-73BD1AA5.nat.csx.cam.ac.uk) (Ping timeout)
  1995. # [17:46] * Quits: espadrine` (ttyl@moz-642819B0.w92-128.abo.wanadoo.fr) (Ping timeout)
  1996. # [17:46] * Joins: espadrine` (ttyl@moz-642819B0.w92-128.abo.wanadoo.fr)
  1997. # [17:46] * Quits: elin (elin@moz-72233FD3.dynamic.hinet.net) (Quit: elin)
  1998. # [17:46] * Quits: victorporof_ (victorporo@moz-2B9735D0.dsl.bell.ca) (Quit: victorporof_)
  1999. # [17:46] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/0d05e8f0f7a6 - B2G Bumper Bot - Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
  2000. # [17:46] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/302c2e827202 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2001. # [17:47] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/920154597e3b - Shane Caraveo - Bug 1014254 fix null shareButton breaking various ui bits, r=gijs
  2002. # [17:48] * Joins: damons (gnubeard@moz-6462BBF7.dsl.sjc.megapath.net)
  2003. # [17:50] * Quits: joshua-s (Thunderbir@moz-5E0049A4.syrcny.east.verizon.net) (Ping timeout)
  2004. # [17:50] * Quits: wlach (wlach@moz-B77B0E55.stationc.isp.ip4b.net) (Ping timeout)
  2005. # [17:50] * Joins: kk1fff_ (kk1fff@moz-DC796DEA.dynamic.hinet.net)
  2006. # [17:50] * Joins: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP)
  2007. # [17:50] * Quits: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP) (Connection reset by peer)
  2008. # [17:50] * Joins: ishikawa91 (uid36289@moz-A42E5B7B.irccloud.com)
  2009. # [17:50] * Joins: wlach (wlach@moz-B77B0E55.stationc.isp.ip4b.net)
  2010. # [17:50] * Quits: wlach (wlach@moz-B77B0E55.stationc.isp.ip4b.net) (Input/output error)
  2011. # [17:50] * Joins: wlach_ (wlach@moz-B77B0E55.stationc.isp.ip4b.net)
  2012. # [17:51] * Joins: Optimizer1 (Instantbir@8CD911FB.6B54F9F0.BE4CF869.IP)
  2013. # [17:51] <Tomcat|afk> jwatt: inbound is burning
  2014. # [17:52] * wlach_ is now known as wlach
  2015. # [17:52] <jwatt> whut?
  2016. # [17:52] * jwatt looks
  2017. # [17:52] * Quits: bwc1 (Adium@9CA6B2B5.9820F418.60862D1D.IP) (Quit: Leaving.)
  2018. # [17:53] <jwatt> Tomcat|afk: would you be able to back that out?
  2019. # [17:53] * Joins: elin (elin@moz-72233FD3.dynamic.hinet.net)
  2020. # [17:54] <jwatt> clearly that Try push wasn't sufficient, unfortunately
  2021. # [17:54] <Tomcat|afk> edmorley|sheriffduty: ^ i guess i could do it if you mind
  2022. # [17:55] * Quits: paolo (paolo@88F51059.F3BBB17D.144F44FA.IP) (Connection reset by peer)
  2023. # [17:55] * Joins: paolo (paolo@88F51059.F3BBB17D.144F44FA.IP)
  2024. # [17:56] <jwatt> or I can do it
  2025. # [17:57] * Joins: joshua-s (Thunderbir@moz-3530F03B.syrcny.east.verizon.net)
  2026. # [17:58] * justindarc is now known as justindarc|brb
  2027. # [17:58] * Joins: victorporof (victorporo@13F2CEC5.7672369.D8E68FF6.IP)
  2028. # [17:58] * joshua-s is now known as joshua-s|away
  2029. # [17:59] <jwatt> edmorley|sheriffduty, Tomcat|afk done
  2030. # [17:59] * Joins: jedp (jedp@moz-3AA8030E.dsl.dynamic.sonic.net)
  2031. # [17:59] * Quits: kgrandon (Adium@moz-2A1C3CC8.hsd1.ca.comcast.net) (Quit: Leaving.)
  2032. # [17:59] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/10862c0379de - Shane Caraveo - Bug 1011598 fix marks and status buttons for toolbar overflow menu, r=Gijs
  2033. # [17:59] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/38e0566bb94b - Jonathan Watt - Backed out changeset a7ea536288e0 (bug 1031267) for bustage..
  2034. # [17:59] * davidb is now known as davidb|afk
  2035. # [18:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/82c4c46374dd - Nathan Froyd - Bug 1031310 - remove xpcom/analysis/; r=bsmedberg
  2036. # [18:00] * Quits: damons (gnubeard@moz-6462BBF7.dsl.sjc.megapath.net) (Quit: damons)
  2037. # [18:01] * stephend|transit is now known as stephend|mtg
  2038. # [18:01] * nsm|away is now known as nsm
  2039. # [18:01] * Quits: tn (tim@moz-E7CE1D28.wp.shawcable.net) (Ping timeout)
  2040. # [18:01] * Quits: fabrice (fabrice@moz-1A8E36BB.hsd1.ca.comcast.net) (Ping timeout)
  2041. # [18:01] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/4eacbe62de92 - B2G Bumper Bot - Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
  2042. # [18:01] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/f9a6f737aff4 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2043. # [18:02] * Joins: tn (tim@moz-E7CE1D28.wp.shawcable.net)
  2044. # [18:02] * Joins: jdm (jdm@13F2CEC5.7672369.D8E68FF6.IP)
  2045. # [18:02] * Quits: jviereck (Adium@moz-FF166216.ethz.ch) (Quit: Leaving.)
  2046. # [18:02] * Joins: bmoss (bmoss@moz-62518563.mtv2.mozilla.com)
  2047. # [18:03] <bjacob> glandium: ping
  2048. # [18:03] <edmorley|sheriffduty> jwatt: ty, sorry was dealing with the gaia situation
  2049. # [18:03] <@bsmedberg> bjacob: pong, and also a question about nsTArray and size_t
  2050. # [18:03] * Quits: wlach (wlach@moz-B77B0E55.stationc.isp.ip4b.net) (Ping timeout)
  2051. # [18:04] * Parts: Snuffleupagus (chatzilla@moz-7411B7A4.bredband.comhem.se)
  2052. # [18:04] <@bsmedberg> bjacob: I'm getting compile errors at http://hg.mozilla.org/mozilla-central/annotate/77b96fc2e659/xpcom/glue/nsTArray-inl.h#l422 because we're assigning a size_t back to a uint32_t
  2053. # [18:05] * Quits: ddahl (ddahl@moz-5F89CFB9.hsd1.il.comcast.net) (Ping timeout)
  2054. # [18:05] * Joins: alex_tz (Adium@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2055. # [18:05] <bjacob> bjacob: is that like a warning turned into an error by -Werror? Coercing is otherwise legal. The fix would be to explicitly coerce, dst = uint32_t(src).
  2056. # [18:06] <bjacob> er
  2057. # [18:06] * Joins: abwillis (abwillis@CBAC43F2.9DD4DBBF.6A7A197.IP)
  2058. # [18:06] <bjacob> bsmedberg: ^^
  2059. # [18:06] * Quits: kk1fff_ (kk1fff@moz-DC796DEA.dynamic.hinet.net) (Quit: )
  2060. # [18:06] <@bsmedberg> bjacob: yeah probably, this is a win64 build
  2061. # [18:06] <bjacob> bsmedberg: i need moar help with my TLS problems, are you available for a quick vidyo call ?
  2062. # [18:06] <@bsmedberg> ok
  2063. # [18:08] * Quits: joshua-s|away (Thunderbir@moz-3530F03B.syrcny.east.verizon.net) (Ping timeout)
  2064. # [18:08] * Joins: _6a68 (jhirsch@moz-BCE0307E.socal.res.rr.com)
  2065. # [18:09] * Quits: @ted (luser@moz-9F59A8E.sctnpa.east.verizon.net) (Quit: Leaving)
  2066. # [18:10] * Quits: elin (elin@moz-72233FD3.dynamic.hinet.net) (Quit: elin)
  2067. # [18:10] * Quits: garvank (Garvan@13F2CEC5.7672369.D8E68FF6.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  2068. # [18:11] * Joins: garvank (Garvan@13F2CEC5.7672369.D8E68FF6.IP)
  2069. # [18:12] * Quits: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net) (Ping timeout)
  2070. # [18:12] * Joins: elin (elin@moz-72233FD3.dynamic.hinet.net)
  2071. # [18:13] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  2072. # [18:14] <jmaher|mtg> gakiwate: there were questions as to what IO we were optimizing in Ouija by cset parallization
  2073. # [18:14] * Joins: mccr8 (mccr8@moz-62518563.mtv2.mozilla.com)
  2074. # [18:16] * Quits: mikeratcliffe (Adium@9ED7126A.BE8B1C61.71D4DE87.IP) (Quit: Leaving.)
  2075. # [18:18] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  2076. # [18:20] * Joins: yzen (yzen@125EF623.B2666F0E.66399531.IP)
  2077. # [18:20] * kats is now known as kats-afk
  2078. # [18:21] * Joins: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net)
  2079. # [18:22] * Joins: fabrice (fabrice@moz-62518563.mtv2.mozilla.com)
  2080. # [18:22] * Quits: Matti (Matti@moz-4DE63E60.dip0.t-ipconnect.de) (Ping timeout)
  2081. # [18:22] * WaltS48 is now known as WaltS48-afk
  2082. # [18:23] * Joins: Matti (Matti@moz-4DE63E60.dip0.t-ipconnect.de)
  2083. # [18:24] * mjrosenb is now known as mjrosenb|doctor
  2084. # [18:24] * Joins: ehugg (ehugg@moz-44D86B1E.cisco.com)
  2085. # [18:25] * Joins: sylvain (scleymans@moz-62518563.mtv2.mozilla.com)
  2086. # [18:25] * Joins: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP)
  2087. # [18:26] * baku|away is now known as baku
  2088. # [18:26] * khuey|away is now known as khuey
  2089. # [18:27] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  2090. # [18:27] * mcote is now known as mcote|lunch
  2091. # [18:28] * Joins: damons (gnubeard@moz-6462BBF7.dsl.sjc.megapath.net)
  2092. # [18:29] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Ping timeout)
  2093. # [18:30] * Joins: Anupkumar (uid16774@moz-A42E5B7B.irccloud.com)
  2094. # [18:30] <gbrown> edmorley|sheriffduty: I have a fix for the android 2.3 m-gl failures (verified on try this time) -- ok to push to m-c?
  2095. # [18:31] * ahal is now known as ahal|lunch
  2096. # [18:31] * Joins: ehsan (ehsan@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2097. # [18:31] * ChanServ sets mode: +o ehsan
  2098. # [18:33] * Joins: schuki (quassel@moz-6E2CF2AD.lamercake.org)
  2099. # [18:33] * Fallen|away is now known as Fallen
  2100. # [18:33] <edmorley|sheriffduty> gbrown: sure :-)
  2101. # [18:34] * Joins: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2102. # [18:34] * justindarc|brb is now known as justindarc
  2103. # [18:35] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/c90b38c47a1d - Geoff Brown - Bug 1031097 - Skip more webgl-conformance tests on Android 2.3. a=bustage-fix
  2104. # [18:35] * Joins: harth (harth@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2105. # [18:36] * pbrosset|afk is now known as pbrosset
  2106. # [18:36] * Quits: Shrooms (Shrooms@moz-3FB8D9E7.asm.bellsouth.net) (Ping timeout)
  2107. # [18:36] * Joins: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch)
  2108. # [18:37] * BenWa|email is now known as BenWa
  2109. # [18:37] * Quits: harth (harth@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  2110. # [18:38] * BenWa is now known as BenWa|email
  2111. # [18:39] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/0a69aae07bfd - B2G Bumper Bot - Bumping gaia.json for 14 gaia revision(s) a=gaia-bump
  2112. # [18:39] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/e99c559f0c4b - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2113. # [18:41] * Joins: Preeti (uid13882@moz-E77DEB21.irccloud.com)
  2114. # [18:42] * Quits: capella (chatzilla@moz-3A08EE5.twcny.res.rr.com) (Input/output error)
  2115. # [18:43] * bobowen is now known as bobowen|afk
  2116. # [18:44] * Joins: mmcdonough (Martin@moz-62518563.mtv2.mozilla.com)
  2117. # [18:45] * Quits: gabor (gabor@moz-5B805304.dip0.t-ipconnect.de) (Client exited)
  2118. # [18:47] * jimm is now known as jimm-lunch
  2119. # [18:47] * Joins: Mook_as (mook@moz-1FCC0032.activestate.com)
  2120. # [18:49] * davidb|afk is now known as davidb
  2121. # [18:49] <jorendorff> I think currently tbpl does not run js/src/tests that are marked as shell-only. Or at least we don't always/usually run them.
  2122. # [18:49] <jorendorff> Who can help me change that?
  2123. # [18:49] * merike|away is now known as merike
  2124. # [18:50] * Joins: Sushant94 (Sushant@8C5A5849.8826DB3C.C842849F.IP)
  2125. # [18:50] * pbrosset is now known as pbrosset|afk
  2126. # [18:50] <Ms2ger> jorendorff, #ateam
  2127. # [18:50] * pbrosset|afk is now known as pbrosset
  2128. # [18:50] <jorendorff> thanks
  2129. # [18:50] * Quits: jacek (jacek@moz-ECAAA1A8.psi.wroc.pl) (Ping timeout)
  2130. # [18:50] * pbrosset is now known as pbrosset|afk
  2131. # [18:51] * Joins: catalinb (catalinb@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2132. # [18:52] * Joins: capella (chatzilla@moz-3A08EE5.twcny.res.rr.com)
  2133. # [18:54] * Joins: mwobensmith (mwobensmit@moz-C07D5168.p2p.sfo1.mozilla.com)
  2134. # [18:54] <NeilAway> who would know about EvictIfOverLimitInternal() ? it seems to be in an infinite loop :-(
  2135. # [18:54] * Joins: jduell (jduell@moz-DA63D68D.hsd1.wa.comcast.net)
  2136. # [18:55] * Quits: elin (elin@moz-72233FD3.dynamic.hinet.net) (Quit: elin)
  2137. # [18:55] * mjrosenb|doctor is now known as mjrosenb
  2138. # [18:55] * Joins: drno (nohlmeier@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2139. # [18:56] * Quits: six600110 (six600110@CDDEEDC9.42EA9F93.2BE35C29.IP) (Ping timeout)
  2140. # [18:56] * Quits: sankha93 (sankha93@moz-F2548D1B.home.uni-freiburg.de) (Client exited)
  2141. # [18:56] * Quits: tomer (tomer@F61A4DAE.55661B99.34A7550B.IP) (Ping timeout)
  2142. # [18:56] <vladan> mccr8: is this gap in the distribution of cycle collection times in CC expected? http://mzl.la/TpOTkm
  2143. # [18:57] <vladan> *i meant, in nightly 33
  2144. # [18:59] * Joins: six600110 (six600110@CDDEEDC9.42EA9F93.2BE35C29.IP)
  2145. # [19:00] * stephend|mtg is now known as stephend
  2146. # [19:02] * Joins: jet (jet@moz-79F891EE.hsd1.ca.comcast.net)
  2147. # [19:03] * Quits: ekr (Adium@moz-24157589.mtv2.mozilla.com) (Quit: Leaving.)
  2148. # [19:04] * RyanVM is now known as RyanVM|sheriffduty
  2149. # [19:04] <mccr8> vladan: you mean, why did the 95th percentile increase on the 20th?
  2150. # [19:04] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  2151. # [19:04] <mccr8> vladan: that is odd. maybe the temporary patch I landed in bug 1011391 is the problem. I could back that out.
  2152. # [19:04] <mccr8> vladan: also, CYCLE_COLLECTOR is the total time from the start of the CC to the end of the CC, so probably CYCLE_COLLECTOR_MAX_PAUSE is more interesting from a jankiness perspective.
  2153. # [19:05] <mccr8> that measures the maximum amount of time we spent on a slice in a single CC
  2154. # [19:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/941b7b706401 - Andrea Marchesini - Bug 998474 - SharedWorker should allow MessagePort to be opened asynchronously, r=khuey
  2155. # [19:06] * Quits: masayuki (Thunderbir@moz-7765A755.zaq.ne.jp) (Ping timeout)
  2156. # [19:06] * Joins: walter (walter@moz-24157589.mtv2.mozilla.com)
  2157. # [19:06] <mccr8> vladan: but there's a definite increase in max pause time on that day, too, though a little smaller. I'll try backing my patch out.
  2158. # [19:06] <mccr8> vladan: thanks for mentioning it
  2159. # [19:07] * Quits: six600110 (six600110@CDDEEDC9.42EA9F93.2BE35C29.IP) (Client exited)
  2160. # [19:08] <vladan> mccr8: no problem. what about the buckets between 12ms to 24ms.. why are they empty in Nightly 33?
  2161. # [19:09] <vladan> ^ i'm talking about the histogram at the bottom of the page
  2162. # [19:09] * ahal|lunch is now known as ahal
  2163. # [19:10] * Joins: six600110 (six600110@CDDEEDC9.42EA9F93.2BE35C29.IP)
  2164. # [19:10] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  2165. # [19:10] * Joins: ekr (Adium@moz-24157589.mtv2.mozilla.com)
  2166. # [19:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ad48f01aae1d - Andrew McCreight - Backout the temp patch in bug 1011391 for not helping. r=bz
  2167. # [19:10] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/cc9cbb67d06d - Geoff Brown - Bug 1020642 - Run more webgl-conformance tests on Android. r=jgilbert, a=test-only
  2168. # [19:10] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/4d2d5b361135 - Geoff Brown - Bug 1031097 - Skip more webgl-conformance tests on Android 2.3. a=test-only
  2169. # [19:11] * Quits: jfkthame (jfkthame@7452271B.AE912FFB.3E2A4E92.IP) (Quit: This computer has gone to sleep)
  2170. # [19:11] * Joins: tanvi (tanvi@moz-1979187D.hsd1.ca.comcast.net)
  2171. # [19:11] <mccr8> vladan: hah, that is odd looking! Our target slice time is 10ms, and the time between slices is 32ms, so maybe when CCs are a little more than 10ms we interrupt them, then we wait for 32ms, then do some more work.
  2172. # [19:12] * curtisk|afk is now known as curtisk
  2173. # [19:12] <mccr8> so that's a reasonable distribution to see, though surprising...
  2174. # [19:12] * gaye|dinner is now known as gaye
  2175. # [19:12] * Joins: squib (squib@moz-FD68D6B2.dhcp.mdsn.wi.charter.com)
  2176. # [19:13] * Joins: bwc (Adium@moz-62518563.mtv2.mozilla.com)
  2177. # [19:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0216995f0aa8 - Terrence Cole - Bug 1027221 - Allow incremental GC barriers on off-main-thread permanent atoms; r=billm
  2178. # [19:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/680aabc0973c - Boris Zbarsky - Bug 1027221 - Test that promises can be resolved with a PermanentAtom string; r=terrence
  2179. # [19:13] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/45bc7e62b3e2 - B2G Bumper Bot - Bumping gaia.json for 13 gaia revision(s) a=gaia-bump
  2180. # [19:14] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/439a731c4267 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2181. # [19:14] * Joins: kgrandon (Adium@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2182. # [19:14] * Quits: Mano (mano@moz-B052078.red.bezeqint.net) (Client exited)
  2183. # [19:15] * Joins: gandalf (zbraniecki@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2184. # [19:15] * Joins: Mano (mano@moz-B052078.red.bezeqint.net)
  2185. # [19:15] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  2186. # [19:16] * Joins: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net)
  2187. # [19:16] * Quits: jet (jet@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  2188. # [19:17] * Quits: Mano (mano@moz-B052078.red.bezeqint.net) (Ping timeout)
  2189. # [19:17] * Quits: NeilAway (neil@moz-B1437A82.static.virginmediabusiness.co.uk) (Ping timeout)
  2190. # [19:17] * capella is now known as capella|away
  2191. # [19:18] * Joins: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com)
  2192. # [19:18] * Ms2ger wonders what tools/footprint/leak-gauge.pl is
  2193. # [19:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ce4166ba83b9 - Dan Gohman - Bug 1030378 - IonMonkey: Fix lifetime bounds for non-fixed call uses. r=mjrosenb
  2194. # [19:20] * Quits: jedp (jedp@moz-3AA8030E.dsl.dynamic.sonic.net) (Quit: Computer has gone to sleep.)
  2195. # [19:21] * Quits: capella-s3 (capella-s3@moz-3A08EE5.twcny.res.rr.com) (Quit: Talk atcha later)
  2196. # [19:22] * Quits: jchaulk (jchaulk@moz-FB67C6.dsl.teksavvy.com) (Ping timeout)
  2197. # [19:22] * Joins: jchaulk1 (jchaulk@BA8663BB.A3734C95.B2F11ABB.IP)
  2198. # [19:22] * mcote|lunch is now known as mcote
  2199. # [19:23] * Joins: bc (bc@454BDC37.1D5E8529.AC69809B.IP)
  2200. # [19:23] * Joins: jimb (user@125EF623.B2666F0E.66399531.IP)
  2201. # [19:23] * Joins: tomer (tomer@F61A4DAE.55661B99.34A7550B.IP)
  2202. # [19:24] * Joins: sunfish (chatzilla@moz-62518563.mtv2.mozilla.com)
  2203. # [19:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9dafb9b56b5c - Andrea Marchesini - Bug 1002702 - SharedWorker should always close MessagePort, r=khuey
  2204. # [19:25] * Joins: jchaulk (jchaulk@moz-E9D82198.cpe.pppoe.ca)
  2205. # [19:25] * Quits: jchaulk1 (jchaulk@BA8663BB.A3734C95.B2F11ABB.IP) (Ping timeout)
  2206. # [19:25] * Quits: bajaj (bajaj_afk@5E0E506E.7326BB10.B46B86FA.IP) (Quit: Leaving.)
  2207. # [19:27] * Callek is now known as Callek_disconnected
  2208. # [19:27] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  2209. # [19:27] * Quits: scravag (Adium@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: Leaving.)
  2210. # [19:27] * Joins: jedp (jedp@moz-3AA8030E.dsl.dynamic.sonic.net)
  2211. # [19:27] * Quits: drno (nohlmeier@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: drno)
  2212. # [19:28] * Quits: luke (luke@moz-7BD53946.dhcp.ftwo.tx.charter.com) (Quit: Leaving.)
  2213. # [19:28] * edmorley|sheriffduty is now known as edmorley
  2214. # [19:29] * Quits: edmorley (uid27002@moz-5F4AA75A.irccloud.com) (Quit: )
  2215. # [19:29] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Ping timeout)
  2216. # [19:29] * Quits: garvank (Garvan@13F2CEC5.7672369.D8E68FF6.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  2217. # [19:29] * Joins: nathan (nathan@moz-62518563.mtv2.mozilla.com)
  2218. # [19:29] * Joins: garvank (Garvan@13F2CEC5.7672369.D8E68FF6.IP)
  2219. # [19:29] * Quits: paolo (paolo@88F51059.F3BBB17D.144F44FA.IP) (Quit: Konversation terminated!)
  2220. # [19:30] * Joins: drno (nohlmeier@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2221. # [19:30] * Quits: WaltS48-afk (Thunderbir@moz-783EC495.pitbpa.east.verizon.net) (Quit: WaltS48-afk)
  2222. # [19:32] * Quits: jedp (jedp@moz-3AA8030E.dsl.dynamic.sonic.net) (Quit: Computer has gone to sleep.)
  2223. # [19:34] * Quits: sylvain (scleymans@moz-62518563.mtv2.mozilla.com) (Connection reset by peer)
  2224. # [19:34] * Joins: rbillings (rbillings@moz-3FBEA2B2.hsd1.ca.comcast.net)
  2225. # [19:34] * Joins: sylvain (scleymans@moz-62518563.mtv2.mozilla.com)
  2226. # [19:35] * Quits: mccr8 (mccr8@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2227. # [19:35] * Quits: bmoss (bmoss@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2228. # [19:36] * Joins: bmoss (bmoss@moz-62518563.mtv2.mozilla.com)
  2229. # [19:36] * Joins: spenrose (spenrose@moz-7528142E.hsd1.ca.comcast.net)
  2230. # [19:36] * Joins: mccr8 (mccr8@moz-62518563.mtv2.mozilla.com)
  2231. # [19:36] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/95ce6d0c7993 - Kannan Vijayan - Bug 928928 - Add missing property GetProp stub in BaselineJIT. r=nbp
  2232. # [19:37] * Joins: wlach (wlach@moz-B77B0E55.stationc.isp.ip4b.net)
  2233. # [19:37] * Quits: kbrosnan (kbrosnan@moz-DB4A9C19.scl3.mozilla.com) (Quit: leaving)
  2234. # [19:38] * Joins: kbrosnan (kbrosnan@moz-DB4A9C19.scl3.mozilla.com)
  2235. # [19:38] * Quits: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch) (Quit: Leaving.)
  2236. # [19:38] * Quits: mccr8 (mccr8@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2237. # [19:38] * Joins: mccr8 (mccr8@moz-62518563.mtv2.mozilla.com)
  2238. # [19:38] * Quits: kbrosnan (kbrosnan@moz-DB4A9C19.scl3.mozilla.com) (Quit: leaving)
  2239. # [19:39] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/49a9a330ce39 - Jeff Muizelaar - Bug 1025133. Be more consistent about rounding colors with the skia backend. r=mwoodrow
  2240. # [19:39] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ef327b5ec34d - Jeff Muizelaar - Bug 1026596. Add ellipse to bezier helper and use it from SVG. r=bas
  2241. # [19:39] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6f2c1e191d9d - Dan Gohman - Bug 1004363 - IonMonkey: A new value-numbering implementation based on a dom-tree DFS. r=nbp
  2242. # [19:40] * Joins: ddahl (ddahl@moz-5F89CFB9.hsd1.il.comcast.net)
  2243. # [19:40] <Ms2ger> sunfish, hey, I took a compilers course and I know those words now!
  2244. # [19:40] * Joins: jacek (jacek@moz-ECAAA1A8.psi.wroc.pl)
  2245. # [19:40] <nigelb> lol
  2246. # [19:40] <cviecco> froydnj: ping
  2247. # [19:40] * Joins: kbrosnan (kbrosnan@moz-DB4A9C19.scl3.mozilla.com)
  2248. # [19:41] <sunfish> Ms2ger: :-)
  2249. # [19:41] * Joins: BigBro (TahaIbrahi@moz-61EA4B93.fbx.proxad.net)
  2250. # [19:42] * Quits: wlach (wlach@moz-B77B0E55.stationc.isp.ip4b.net) (Ping timeout)
  2251. # [19:42] * jimm-lunch is now known as jimm
  2252. # [19:42] * Joins: wlach (wlach@moz-B77B0E55.stationc.isp.ip4b.net)
  2253. # [19:42] * Joins: bajaj (bajaj_afk@383121B7.B2666F0E.66399531.IP)
  2254. # [19:43] * terrence is now known as terrence-mochitesting
  2255. # [19:44] * Joins: rvid (textual@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2256. # [19:44] * Joins: juanb (jbecerra@moz-62518563.mtv2.mozilla.com)
  2257. # [19:44] * Joins: MichelW (uid24909@moz-A42E5B7B.irccloud.com)
  2258. # [19:44] * Quits: drno (nohlmeier@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: drno)
  2259. # [19:45] * Quits: _sagara89 (Sagara@A1EE73FA.BEA9108.CD2C8343.IP) (Quit: Leaving)
  2260. # [19:45] * Quits: garvank (Garvan@13F2CEC5.7672369.D8E68FF6.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  2261. # [19:46] * Quits: wlach (wlach@moz-B77B0E55.stationc.isp.ip4b.net) (Ping timeout)
  2262. # [19:46] * Joins: garvank (Garvan@13F2CEC5.7672369.D8E68FF6.IP)
  2263. # [19:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/529a9b954b72 - Benjamin Smedberg - Bug 1031326 - Fix experiment cache upgrade: the cache data is a raw JSObject, not a map. r=gfritzsche
  2264. # [19:46] * Joins: wlach (wlach@moz-B77B0E55.stationc.isp.ip4b.net)
  2265. # [19:46] <RyanVM|sheriffduty> Ms2ger: lolwords
  2266. # [19:46] <froydnj> cviecco: pong
  2267. # [19:47] * Quits: mccr8 (mccr8@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2268. # [19:47] * Quits: sylvain (scleymans@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2269. # [19:47] * jmaher|mtg is now known as jmaher
  2270. # [19:47] <cviecco> froydnj: (bad syntax, my bad)
  2271. # [19:47] * Joins: sylvain (scleymans@moz-62518563.mtv2.mozilla.com)
  2272. # [19:47] * Joins: juanb_ (jbecerra@moz-62518563.mtv2.mozilla.com)
  2273. # [19:47] * Quits: juanb (jbecerra@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2274. # [19:47] * juanb_ is now known as juanb
  2275. # [19:47] * Quits: wlach (wlach@moz-B77B0E55.stationc.isp.ip4b.net) (Input/output error)
  2276. # [19:48] * Joins: wlach (wlach@moz-B77B0E55.stationc.isp.ip4b.net)
  2277. # [19:48] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  2278. # [19:49] * davidb is now known as davidb|afk
  2279. # [19:49] * BenWa|email is now known as BenWa
  2280. # [19:50] * Quits: jacek (jacek@moz-ECAAA1A8.psi.wroc.pl) (Quit: Konversation terminated!)
  2281. # [19:50] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2700ebff7d64 - Steve Workman - Bug 1024015 - Only enable HTTP response timeout when TCP Keepalives are disabled for HTTP r=mcmanus
  2282. # [19:51] * Gijs is now known as Gijs_away
  2283. # [19:52] * Quits: Alessar (Alessar@4409775D.C64B1782.79D6B59E.IP) (Quit: IRC protocol for QIP->http://forum.qip.ru)
  2284. # [19:52] * Joins: mccr8 (mccr8@moz-62518563.mtv2.mozilla.com)
  2285. # [19:52] * Joins: Alessar (Alessar@4409775D.C64B1782.79D6B59E.IP)
  2286. # [19:52] * Quits: garvank (Garvan@13F2CEC5.7672369.D8E68FF6.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  2287. # [19:53] * davidb|afk is now known as davidb
  2288. # [19:53] * gregglind is now known as gregglind_afk
  2289. # [19:55] * Joins: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net)
  2290. # [19:55] * Quits: gcp (gcp@moz-9CEB1C98.access.telenet.be) (Input/output error)
  2291. # [19:56] * Joins: garvank (Garvan@13F2CEC5.7672369.D8E68FF6.IP)
  2292. # [19:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/cc82b52c9a7f - Randell Jesup - Bug 1030338: Don't assert or generate bad stats if we go from ICE New->Closed directly r=bwc
  2293. # [19:56] * Quits: RealRaven (Thunderbir@5D0AD68.9F09AD81.C3498625.IP) (Ping timeout)
  2294. # [19:56] * sheppy is now known as sheppy-offline
  2295. # [19:57] * Joins: RealRaven (Thunderbir@4A1426D.97365109.C3498625.IP)
  2296. # [19:57] * Joins: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2297. # [19:58] * Quits: Boriss (Boriss@8F0C6026.9E6A15FD.157879EE.IP) (Quit: Boriss)
  2298. # [19:58] * Quits: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  2299. # [19:58] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  2300. # [19:58] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2301. # [19:58] * kats-afk is now known as kats
  2302. # [19:59] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  2303. # [20:00] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  2304. # [20:00] * Quits: jimb (user@125EF623.B2666F0E.66399531.IP) (Ping timeout)
  2305. # [20:01] * Joins: grobinson (~grobinson@moz-731932CD.hsd1.ca.comcast.net)
  2306. # [20:01] * Joins: jimb (user@125EF623.B2666F0E.66399531.IP)
  2307. # [20:01] * Joins: gcp (gpascutto@moz-9CEB1C98.access.telenet.be)
  2308. # [20:02] * Quits: rvid (textual@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Computer has gone to sleep.)
  2309. # [20:03] * Joins: Archaeopteryx (itsme@moz-AED7CCD0.cust.telecolumbus.net)
  2310. # [20:03] * Quits: BigBro (TahaIbrahi@moz-61EA4B93.fbx.proxad.net) (Connection reset by peer)
  2311. # [20:03] * Joins: tessarakt (jens@moz-D945EE88.dip0.t-ipconnect.de)
  2312. # [20:05] * Joins: jacek (jacek@moz-ECAAA1A8.psi.wroc.pl)
  2313. # [20:05] * Joins: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com)
  2314. # [20:05] * Quits: garvank (Garvan@13F2CEC5.7672369.D8E68FF6.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  2315. # [20:06] * clokep is now known as IRCMonkey30332
  2316. # [20:06] * Quits: davidb (davidb@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Blah blah blah)
  2317. # [20:06] * Quits: jacek (jacek@moz-ECAAA1A8.psi.wroc.pl) (Quit: Konversation terminated!)
  2318. # [20:06] <Bas> Sylvestre: pong
  2319. # [20:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d75a551eb075 - Jim Blandy - Bug 800200: Delete all references to the obsolete Venkman chrome debugger from the tree. r=ted
  2320. # [20:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c357bd774c47 - Jim Blandy - Bug 800200: Remove references to JSD from outside js/jsd. r=mccr8,bholley,ted,smaug
  2321. # [20:06] * Quits: tessarakt (jens@moz-D945EE88.dip0.t-ipconnect.de) (Ping timeout)
  2322. # [20:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f508e26a0c80 - Jim Blandy - Bug 800200: Remove the js/jsd directory. r=jorendorff,sfink
  2323. # [20:07] * Quits: walter (walter@moz-24157589.mtv2.mozilla.com) (Input/output error)
  2324. # [20:07] * Joins: walter (Adium@moz-62518563.mtv2.mozilla.com)
  2325. # [20:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4179297b82a3 - Ryan VanderMeulen - Backed out changeset a4d9432cdd70 (bug 1030435) for re-introducing intermittent failures.
  2326. # [20:07] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  2327. # [20:08] * IRCMonkey30332 is now known as clokep_
  2328. # [20:09] * RyanVM|sheriffduty tips a beer at jimb
  2329. # [20:09] * KWierso|afk is now known as KWierso
  2330. # [20:09] * Joins: jaoo (user@moz-73697EAE.red-88-0-237.dynamicip.rima-tde.net)
  2331. # [20:09] <Ms2ger> RyanVM|sheriffduty, oh, I thought you just backed him out
  2332. # [20:09] <RyanVM|sheriffduty> lol
  2333. # [20:10] * spenrose is now known as sam|back-1120-PDT
  2334. # [20:10] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Quit: jib)
  2335. # [20:10] * Quits: sam|back-1120-PDT (spenrose@moz-7528142E.hsd1.ca.comcast.net) (Quit: sam|back-1120-PDT)
  2336. # [20:11] * Quits: Archaeopteryx (itsme@moz-AED7CCD0.cust.telecolumbus.net) (Connection reset by peer)
  2337. # [20:12] * Joins: Archaeopteryx (itsme@moz-AED7CCD0.cust.telecolumbus.net)
  2338. # [20:13] * Joins: rvid (textual@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2339. # [20:14] * Joins: garvank (Garvan@13F2CEC5.7672369.D8E68FF6.IP)
  2340. # [20:15] <jimb> RyanVM|sheriffduty: I'm sipping a latte. :D
  2341. # [20:16] * Joins: spenrose (spenrose@moz-6541E052.hsd1.ca.comcast.net)
  2342. # [20:17] * @dolske tolls the bell for Venkman.
  2343. # [20:17] <RyanVM|sheriffduty> Marshmallow Man finally got the best of him
  2344. # [20:18] * Quits: jchaulk (jchaulk@moz-E9D82198.cpe.pppoe.ca) (Quit: Leaving.)
  2345. # [20:18] <@dolske> I hope those patches result in a backout. Err, I mean, total protonic reversal.
  2346. # [20:19] <RyanVM|sheriffduty> Who you gonna call?
  2347. # [20:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/1409b7cf2f80 - Justin Dolske - Bug 1023508 - Add telemetry for HiDPI usage. r=felipe
  2348. # [20:23] <mmcdonough> Is there no atomic CAS built into the NSPR?
  2349. # [20:24] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  2350. # [20:24] * Quits: clokep_ (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com) (Quit: Instantbird 1.5 -- http://www.instantbird.com)
  2351. # [20:24] * Joins: luke (luke@moz-7BD53946.dhcp.ftwo.tx.charter.com)
  2352. # [20:24] <Ms2ger> No rule to make target `/extensions/spellcheck/hunspell/src/affentry.cpp', needed by `affentry.o'. Stop.
  2353. # [20:24] * Ms2ger grumbles at RyanVM|sheriffduty
  2354. # [20:24] * Quits: Sushant94 (Sushant@8C5A5849.8826DB3C.C842849F.IP) (Connection reset by peer)
  2355. # [20:24] <RyanVM|sheriffduty> Ms2ger: oh poor baby
  2356. # [20:25] <RyanVM|sheriffduty> set AUTOCLOBBER=1 in your mozconfig and get over it
  2357. # [20:25] * Joins: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com)
  2358. # [20:25] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2359. # [20:25] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  2360. # [20:25] * Quits: recursive (recursive@71958799.4D49EC71.6815CE39.IP) (Quit: Leaving...)
  2361. # [20:25] * Joins: billm (billm@moz-62518563.mtv2.mozilla.com)
  2362. # [20:25] <Ms2ger> Thanks, but no thanks
  2363. # [20:26] <RyanVM|sheriffduty> k, not interested in the grumbling then
  2364. # [20:26] <Ms2ger> Sure
  2365. # [20:26] * Joins: tessarakt (jens@moz-AA3FE0E8.dip0.t-ipconnect.de)
  2366. # [20:26] * Joins: Sushant94 (Sushant@8C5A5849.8826DB3C.C842849F.IP)
  2367. # [20:26] <Ms2ger> That grumbling was for me, not for you :)
  2368. # [20:27] * Joins: jedp (jedp@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2369. # [20:27] * Callek_disconnected is now known as Callek
  2370. # [20:27] * Joins: pcwalton (pcwalton@moz-C07D5168.p2p.sfo1.mozilla.com)
  2371. # [20:27] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  2372. # [20:27] * Quits: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  2373. # [20:27] * Quits: jedp (jedp@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  2374. # [20:27] * Joins: jedp (jedp@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2375. # [20:27] * Quits: jedp (jedp@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  2376. # [20:28] * Joins: jedp (jedp@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2377. # [20:28] * Quits: tessarakt (jens@moz-AA3FE0E8.dip0.t-ipconnect.de) (Ping timeout)
  2378. # [20:28] * Quits: jedp (jedp@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  2379. # [20:28] * Joins: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com)
  2380. # [20:28] * Joins: jedp (jedp@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2381. # [20:29] * Quits: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com) (Quit: Instantbird 1.5a1pre -- http://www.instantbird.com)
  2382. # [20:29] * Quits: jmorton (jmorton@C73A1869.B992235B.EE6E63A5.IP) (Quit: WeeChat 1.0-dev)
  2383. # [20:29] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Ping timeout)
  2384. # [20:29] * Quits: Sushant94 (Sushant@8C5A5849.8826DB3C.C842849F.IP) (Ping timeout)
  2385. # [20:30] * capella|away is now known as capella
  2386. # [20:31] * Quits: sydpolk (Adium@moz-DB723644.howdyhonda.com) (Quit: Leaving.)
  2387. # [20:31] * Joins: Sushant94 (Sushant@8C5A5849.8826DB3C.C842849F.IP)
  2388. # [20:31] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/123e07744d21 - Magnus Melin - Bug 1012398 - Completion doesn't take capitalization from address book entry. Also fixes bug 1009469. r=Enn
  2389. # [20:31] <@bz> It's always a bad sign when you're debugging why a web page is being slow and have to switch to scientific notation to measure how many operations it's performing
  2390. # [20:32] * Joins: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com)
  2391. # [20:33] * Joins: jmorton (jmorton@C73A1869.B992235B.EE6E63A5.IP)
  2392. # [20:33] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  2393. # [20:34] * Quits: damons (gnubeard@moz-6462BBF7.dsl.sjc.megapath.net) (Quit: damons)
  2394. # [20:35] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  2395. # [20:35] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  2396. # [20:35] * Joins: mixedpuppy (mixedpuppy@A6CF435B.D1155E2C.CFC2A289.IP)
  2397. # [20:35] * mdas is now known as mdas|afk
  2398. # [20:37] <jesup> bz: :-( Reminds me of a bug on teardown of pages with thousands of input elements; the weakref list was being removed from by removing the last element each time - after walking every other element to get there. So, for 5000 input elements.....
  2399. # [20:38] * Parts: rbillings (rbillings@moz-3FBEA2B2.hsd1.ca.comcast.net)
  2400. # [20:40] <jorendorff> ah! when i scroll (on a mbp running fedora, using the touchpad), if i tap Ctrl after I stop touching the mouse, but while it's still scrolling, it changes the zoom factor!
  2401. # [20:40] <mjrosenb> jesup: yeah, I think I filed a bug about that.
  2402. # [20:40] <jorendorff> this has been driving me crazy for days
  2403. # [20:40] <mjrosenb> jorendorff: yeah, I hate that.
  2404. # [20:40] * Quits: jimb (user@125EF623.B2666F0E.66399531.IP) (Quit: ERC Version 5.3 (IRC client for Emacs))
  2405. # [20:40] <mjrosenb> jorendorff: I disabled control+scroll to zoom.
  2406. # [20:40] * Joins: Shrooms (Shrooms@moz-3FB8D9E7.asm.bellsouth.net)
  2407. # [20:40] <jorendorff> mjrosenb: it's not a recent regression, then?
  2408. # [20:40] * Quits: ggp (ggp@D7630FEF.57FB223.51329AA.IP) (Input/output error)
  2409. # [20:40] <mjrosenb> jorendorff: nope, several years at least.
  2410. # [20:41] <jorendorff> i never noticed the zoom randomly changing until a couple days ago. oh well.
  2411. # [20:41] * Joins: ggp (ggp@D7630FEF.57FB223.51329AA.IP)
  2412. # [20:41] * Joins: jimb (user@125EF623.B2666F0E.66399531.IP)
  2413. # [20:41] <Ms2ger> Sounds like something I've hit on Ubuntu too
  2414. # [20:41] <jorendorff> it's on file, right?
  2415. # [20:41] <mjrosenb> jorendorff: I also think it is an issue with X, where it implements kinetic scolling by just sending scroll events even after you are no longer on the touchpad.
  2416. # [20:41] <jorendorff> sigh X
  2417. # [20:42] <@ehsan> mikedeboer: can you please accompany the interdiff with some explanation?
  2418. # [20:42] * Quits: blassey (blassey@moz-1B593443.hsd1.ma.comcast.net) (Connection reset by peer)
  2419. # [20:42] <jesup> mjrosenb: that was a bug I fixed right before I joined Mozilla as an employee, working with roc.
  2420. # [20:42] <@ehsan> mikedeboer: my head spins every time I look at that patch :(
  2421. # [20:42] <jorendorff> mjrosenb: hmm. do you remember how to disable?
  2422. # [20:42] <jorendorff> jesup: remember the bug#?
  2423. # [20:42] * Joins: blassey (blassey@moz-1B593443.hsd1.ma.comcast.net)
  2424. # [20:42] <jorendorff> we should reopen it
  2425. # [20:42] * Quits: sfink (chatzilla@moz-575551A7.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  2426. # [20:43] <mjrosenb> jorendorff: not off the top of my head.
  2427. # [20:43] <Ms2ger> itym "file a new bug"
  2428. # [20:45] <jesup> jorendorff: bugzilla remembers all :-)
  2429. # [20:45] <mjrosenb> ahh, mousewheel.with_control.action
  2430. # [20:45] * Quits: @dbaron (dbaron@moz-6F4D2D12.dsl.dynamic.sonic.net) (Ping timeout)
  2431. # [20:45] <jorendorff> oh of course, action 3
  2432. # [20:45] * mdas|afk is now known as mdas
  2433. # [20:45] <jorendorff> that's obviously wrong
  2434. # [20:46] <mjrosenb> action 1 is scroll.
  2435. # [20:46] <jorendorff> mjrosenb: thanks, you're awesome
  2436. # [20:46] <mjrosenb> wtf, action 2
  2437. # [20:46] <mjrosenb> go forwards and backwards in your history?
  2438. # [20:46] <jesup> looks like bug 655084
  2439. # [20:46] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/f2bd3ee3ed5e - B2G Bumper Bot - Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
  2440. # [20:46] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/c47b2a77b609 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2441. # [20:47] * Joins: Boriss (Boriss@moz-C07D5168.p2p.sfo1.mozilla.com)
  2442. # [20:47] * Joins: tessarakt (jens@moz-56B19F5B.dip0.t-ipconnect.de)
  2443. # [20:48] * Quits: Orva (iaikas@ABD2DD4E.CC0D1470.85889BB1.IP) (Ping timeout)
  2444. # [20:48] <mjrosenb> jesup: 678089 was the one I filed. I forgot most of the details, only "O(n^2)"
  2445. # [20:49] * Quits: Boriss (Boriss@moz-C07D5168.p2p.sfo1.mozilla.com) (Ping timeout)
  2446. # [20:49] * Joins: Orva (iaikas@ABD2DD4E.CC0D1470.85889BB1.IP)
  2447. # [20:49] * Parts: spenrose (spenrose@moz-6541E052.hsd1.ca.comcast.net)
  2448. # [20:49] * bsmedberg is now known as bsmedberg-away
  2449. # [20:49] * Quits: tessarakt (jens@moz-56B19F5B.dip0.t-ipconnect.de) (Ping timeout)
  2450. # [20:50] * Joins: tessarakt (jens@moz-71BB8865.dip0.t-ipconnect.de)
  2451. # [20:50] * Quits: rvid (textual@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Computer has gone to sleep.)
  2452. # [20:51] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  2453. # [20:51] * Quits: gustavold (gustavold@moz-A5CCDD03.redhat.com) (Connection reset by peer)
  2454. # [20:51] * Joins: gustavold (gustavold@moz-A5CCDD03.redhat.com)
  2455. # [20:51] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2456. # [20:52] * Quits: tessarakt (jens@moz-71BB8865.dip0.t-ipconnect.de) (Ping timeout)
  2457. # [20:54] * Quits: pcwalton (pcwalton@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: pcwalton)
  2458. # [20:54] * Joins: harth (harth@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2459. # [20:54] * Quits: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com) (Ping timeout)
  2460. # [20:55] * Joins: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com)
  2461. # [20:55] * Quits: Anupkumar (uid16774@moz-A42E5B7B.irccloud.com) (Quit: Connection closed for inactivity)
  2462. # [20:55] * stephend is now known as stephend|phone
  2463. # [20:56] * Quits: harth (harth@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  2464. # [20:56] * Joins: rvid (textual@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2465. # [20:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/b24b15baf8ed - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  2466. # [20:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/f3f9723f5914 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2467. # [20:57] * Joins: mwobensmith1 (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2468. # [20:57] * Quits: mwobensmith (mwobensmit@moz-C07D5168.p2p.sfo1.mozilla.com) (Ping timeout)
  2469. # [20:58] * baku is now known as baku|away
  2470. # [20:58] * Joins: davidb (davidb@moz-2459255C.dsl.bell.ca)
  2471. # [20:58] * Quits: walter (Adium@moz-62518563.mtv2.mozilla.com) (Quit: Leaving.)
  2472. # [20:58] <@dolske> bz: I have some general channel/request/loadgroup questions when you've got a moment (context: bug 979359)
  2473. # [20:59] <Ms2ger> dolske, ask.mo? :)
  2474. # [20:59] * Joins: badescunicu (Thunderbir@6EF6C94D.77BD3528.320F75DD.IP)
  2475. # [21:00] * Joins: tessarakt (jens@moz-10D33365.dip0.t-ipconnect.de)
  2476. # [21:00] * davidb is now known as davidb|afk
  2477. # [21:00] * Joins: mwobensmith (mwobensmit@moz-C07D5168.p2p.sfo1.mozilla.com)
  2478. # [21:01] * Quits: mwobensmith1 (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  2479. # [21:01] <jesup> mjrosenb: I see I'm already cc'd on that one
  2480. # [21:02] <@bz> dolske: Can you give me 15-20 mins?
  2481. # [21:02] <@bz> dolske: in the middle of a review
  2482. # [21:02] * Joins: jet (jet@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2483. # [21:02] * Quits: bc (bc@454BDC37.1D5E8529.AC69809B.IP) (Quit: leaving)
  2484. # [21:02] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/4057b32f60ed - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  2485. # [21:02] <mjrosenb> jesup: and bz already commented :-D
  2486. # [21:02] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/c1bc9557fa90 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2487. # [21:03] * Quits: tessarakt (jens@moz-10D33365.dip0.t-ipconnect.de) (Ping timeout)
  2488. # [21:03] * Joins: pcwalton (pcwalton@moz-C07D5168.p2p.sfo1.mozilla.com)
  2489. # [21:03] <@dolske> bz: yep, no rush.
  2490. # [21:03] * Joins: tessarakt (jens@moz-FFDF16D9.dip0.t-ipconnect.de)
  2491. # [21:04] * Callek is now known as Callek|Buildduty
  2492. # [21:04] * merike is now known as merike|away
  2493. # [21:06] * Quits: tessarakt (jens@moz-FFDF16D9.dip0.t-ipconnect.de) (Ping timeout)
  2494. # [21:06] <jorendorff> mjrosenb: filed bug 1031451 anyway
  2495. # [21:06] <jorendorff> DUPEME
  2496. # [21:06] * Joins: tessarakt (jens@moz-EF925746.dip0.t-ipconnect.de)
  2497. # [21:07] * Joins: mikeratcliffe (Adium@9ED7126A.BE8B1C61.71D4DE87.IP)
  2498. # [21:07] * stephend|phone is now known as stephend
  2499. # [21:07] * Quits: kdcw (kdcw@moz-3B3715C4.pk.shawcable.net) (Quit: HydraIRC -> http://www.hydrairc.com <- Would you like to know more?)
  2500. # [21:07] <mjrosenb> jorendorff: the bug I was talking about before was a layout-being-slow bug.
  2501. # [21:08] <jorendorff> ok
  2502. # [21:08] * Joins: tessarakt2 (jens@moz-41D894C9.dip0.t-ipconnect.de)
  2503. # [21:08] <jorendorff> after i looked at jesup's bug i figured that bit out.
  2504. # [21:08] * Quits: tessarakt (jens@moz-EF925746.dip0.t-ipconnect.de) (Ping timeout)
  2505. # [21:08] * Joins: rniwa (rniwa@DBC3D095.CC3DF958.1782B2F3.IP)
  2506. # [21:10] * Quits: tessarakt2 (jens@moz-41D894C9.dip0.t-ipconnect.de) (Ping timeout)
  2507. # [21:11] * Joins: bc (bc@454BDC37.1D5E8529.AC69809B.IP)
  2508. # [21:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/e44614c529fd - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  2509. # [21:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/116e49ddf79d - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2510. # [21:12] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  2511. # [21:13] * Joins: tessarakt2 (jens@moz-D3A7E02B.dip0.t-ipconnect.de)
  2512. # [21:14] * Quits: yzen (yzen@125EF623.B2666F0E.66399531.IP) (Ping timeout)
  2513. # [21:14] * Joins: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com)
  2514. # [21:15] * Quits: @ehsan (ehsan@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  2515. # [21:15] * Quits: janv (varga@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: This computer has gone to sleep)
  2516. # [21:15] * Quits: tessarakt2 (jens@moz-D3A7E02B.dip0.t-ipconnect.de) (Ping timeout)
  2517. # [21:15] * Joins: tessarakt2 (jens@moz-18DB1C89.dip0.t-ipconnect.de)
  2518. # [21:16] * Quits: wlach (wlach@moz-B77B0E55.stationc.isp.ip4b.net) (Quit: Ex-Chat)
  2519. # [21:16] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-esr24/rev/c9b438b04225 - Ryan VanderMeulen - Bug 1020695 - Upgrade NSS to version 3.16.2 RTM. r=wtc, a=abillings
  2520. # [21:16] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-esr24/rev/e740d3af5dea - Douglas Crosher - Bug 1012694 - IonMonkey (ARM): Use the second scratch register to avoid clobbering the scratch register. r=dougc, a=abillings
  2521. # [21:16] * Quits: catalinb (catalinb@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: This computer has gone to sleep)
  2522. # [21:16] * camd is now known as camd|lunch
  2523. # [21:17] * Quits: pcwalton (pcwalton@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: pcwalton)
  2524. # [21:17] * Quits: rvid (textual@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Computer has gone to sleep.)
  2525. # [21:17] * Quits: tessarakt2 (jens@moz-18DB1C89.dip0.t-ipconnect.de) (Ping timeout)
  2526. # [21:19] * Quits: redwood (chatzilla@26E73836.156CBEAD.74E1C77A.IP) (Ping timeout)
  2527. # [21:19] * Quits: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com) (Client exited)
  2528. # [21:19] * Joins: rvid (textual@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2529. # [21:19] * Joins: redwood (chatzilla@26E73836.156CBEAD.74E1C77A.IP)
  2530. # [21:20] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  2531. # [21:20] <mjrosenb> jorendorff: https://bugzilla.mozilla.org/show_bug.cgi?id=767197 -- last comment says it was fixed in seamonkey?
  2532. # [21:20] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/636a8b19cf69 - Ryan VanderMeulen - Bug 1020695 - Upgrade NSS to version 3.16.2 RTM. r=wtc, a=abillings
  2533. # [21:20] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/9f3d7d823bc3 - Douglas Crosher - Bug 1012694 - IonMonkey (ARM): Use the second scratch register to avoid clobbering the scratch register. r=dougc, a=abillings
  2534. # [21:21] <jorendorff> mjrosenb: nice one
  2535. # [21:22] * Joins: pcwalton (pcwalton@moz-C07D5168.p2p.sfo1.mozilla.com)
  2536. # [21:24] * Quits: till (till@moz-C647B16A.adsl.alicedsl.de) (Input/output error)
  2537. # [21:24] <mjrosenb> also, 669980, 649770, and 622386
  2538. # [21:25] * Joins: wlach (wlach@moz-B77B0E55.stationc.isp.ip4b.net)
  2539. # [21:25] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/c4956e577397 - Ryan VanderMeulen - Bug 1020695 - Upgrade NSS to version 3.16.2 RTM. r=wtc, a=abillings
  2540. # [21:25] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/9475b48d42e8 - Richard Barnes - Bug 1021102 - Correct test vector for RSAES-PKCS1-v1_5. r=wtc, a=test-only
  2541. # [21:25] <mjrosenb> ooh 649770 *also* looks promising.
  2542. # [21:25] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/6968f4e3e383 - Jan de Mooij - Bug 1012694 - IonMonkey (ARM): Use the second scratch register to avoid clobbering the scratch register. r=dougc, a=abillings
  2543. # [21:25] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/ff12bd072d73 - William Chen - Bug 1022869 - Reparent template contents owner document. r=peterv, a=abillings
  2544. # [21:25] * Joins: tessarakt2 (jens@moz-5692036.dip0.t-ipconnect.de)
  2545. # [21:26] <@bz> dolske: ok
  2546. # [21:26] <@bz> dolske: what's up?
  2547. # [21:26] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  2548. # [21:27] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  2549. # [21:28] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  2550. # [21:28] * Quits: tessarakt2 (jens@moz-5692036.dip0.t-ipconnect.de) (Ping timeout)
  2551. # [21:29] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Ping timeout)
  2552. # [21:29] * Quits: Optimizer1 (Instantbir@8CD911FB.6B54F9F0.BE4CF869.IP) (Ping timeout)
  2553. # [21:29] * Joins: idwer (irc@moz-67B6410D.adsl.online.nl)
  2554. # [21:29] * Quits: idwer_ (irc@moz-67B6410D.adsl.online.nl) (Ping timeout)
  2555. # [21:30] <@dolske> bz: hey. so. I'm looking at the nsIChannel passed into promptAuth() when http auth happens.
  2556. # [21:30] * Joins: tonymec_KDE (tonymec@318CF739.A2D6977D.277517C1.IP)
  2557. # [21:31] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/0429b5eb9326 - B2G Bumper Bot - Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
  2558. # [21:31] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/7efa906c75c5 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2559. # [21:31] <@dolske> from experimentation it looks like the presence of LOAD_INITIAL_DOCUMENT_URI can be used to determine if the request is for a top-level document
  2560. # [21:32] <@dolske> (as opposed to loading an authenticated page in an iframe, which only gets LOAD_DOCUMENT_URI)
  2561. # [21:32] <@dolske> does that sound right?
  2562. # [21:32] <@dolske> ie, can I rely on that to differentiate (for telemetry) if it's a top-level doc authentication vs something within the page?
  2563. # [21:33] * Joins: tessarakt2 (jens@moz-808DF8A7.dip0.t-ipconnect.de)
  2564. # [21:33] * Quits: cpearce (chatzilla@34E8ECDF.DC2C3734.616A18A6.IP) (Connection reset by peer)
  2565. # [21:33] * Quits: dmajor (dmajor@34E8ECDF.DC2C3734.616A18A6.IP) (Connection reset by peer)
  2566. # [21:34] * Joins: dmajor (dmajor@34E8ECDF.DC2C3734.616A18A6.IP)
  2567. # [21:34] * Quits: tessarakt2 (jens@moz-808DF8A7.dip0.t-ipconnect.de) (Ping timeout)
  2568. # [21:35] * davidb|afk is now known as davidb
  2569. # [21:36] * Joins: cpearce (chatzilla@34E8ECDF.DC2C3734.616A18A6.IP)
  2570. # [21:36] * Joins: Waldo (waldo@moz-62518563.mtv2.mozilla.com)
  2571. # [21:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/c617373a9503 - B2G Bumper Bot - Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
  2572. # [21:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/4dfa0d06cac3 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2573. # [21:41] * Joins: tessarakt2 (jens@moz-AA183FC0.dip0.t-ipconnect.de)
  2574. # [21:41] * Quits: NeilZZZ (neil@moz-D4036112.cable.virginm.net) (Ping timeout)
  2575. # [21:43] * Quits: mikeratcliffe (Adium@9ED7126A.BE8B1C61.71D4DE87.IP) (Quit: Leaving.)
  2576. # [21:43] * Quits: rvid (textual@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Computer has gone to sleep.)
  2577. # [21:44] * Joins: rvid (textual@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2578. # [21:44] <@bz> dolske: sorry, looking
  2579. # [21:45] * Joins: tonymec|away (tonymec@318CF739.A2D6977D.277517C1.IP)
  2580. # [21:45] <@bz> dolske: that's not what the flag means
  2581. # [21:45] <@bz> dolske: you can have loads in subframe with LOAD_INITIAL_DOCUMENT_URI
  2582. # [21:45] <@bz> dolske: are you just trying to tell apart loads in iframes and not in iframes?
  2583. # [21:46] * Joins: lmandel (lmandel@moz-E440878D.dsl.bell.ca)
  2584. # [21:46] * terrence-mochitesting is now known as terrence-lunch
  2585. # [21:46] * Joins: kgrandon1 (Adium@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2586. # [21:46] <@dolske> bz: yes
  2587. # [21:46] * Quits: kgrandon (Adium@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Connection reset by peer)
  2588. # [21:46] * Quits: sylvain (scleymans@moz-62518563.mtv2.mozilla.com) (Connection reset by peer)
  2589. # [21:47] * Joins: jfkthame (jfkthame@7452271B.AE912FFB.3E2A4E92.IP)
  2590. # [21:47] <@dolske> though perhaps slightly more generally, loads for the top-level doc in the tab vs everything within it.
  2591. # [21:47] <@bz> dolske: get the nsILoadContext and see whether associatedWindow == topWindow
  2592. # [21:48] * Joins: sylvain (scleymans@moz-62518563.mtv2.mozilla.com)
  2593. # [21:48] * Joins: janv (varga@moz-C07D5168.p2p.sfo1.mozilla.com)
  2594. # [21:48] <@dolske> bz: how do I get to that from a nsIChannel?
  2595. # [21:48] <@bz> dolske: (in e10s in the parent process, that won't work, of course...)
  2596. # [21:48] <@bz> dolske: JS or C++?
  2597. # [21:48] <@dolske> JS
  2598. # [21:48] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f6c363f922fb - Ryan VanderMeulen - Backed out changeset 123e07744d21 (bug 1012398) for mochitest-other failures.
  2599. # [21:48] <@dolske> I can probably get away with just non-E10S for now
  2600. # [21:48] * Joins: capella-s3 (capella-s3@28B4AC9F.8E72683A.5A1B6CB8.IP)
  2601. # [21:49] * @bz looks it up
  2602. # [21:49] * Joins: rumpler (Mibbit@46A498D8.DD9B7CC8.261E7448.IP)
  2603. # [21:49] * geekboy|afk is now known as geekboy
  2604. # [21:49] <@bz> dolske: http://mxr.mozilla.org/mozilla-central/source/content/base/src/CSPUtils.jsm#1648
  2605. # [21:49] * Parts: rumpler (Mibbit@46A498D8.DD9B7CC8.261E7448.IP)
  2606. # [21:49] <@bz> dolske: I vote for having that live somewhere shared... ;)
  2607. # [21:49] * Joins: z33m (z33m@46A498D8.DD9B7CC8.261E7448.IP)
  2608. # [21:50] <@bz> http://mxr.mozilla.org/mozilla-central/source/mobile/android/chrome/content/browser.js#2877 has the same code
  2609. # [21:50] * Joins: dbaron (dbaron@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2610. # [21:50] * ChanServ sets mode: +ao dbaron dbaron
  2611. # [21:50] * Joins: mccr8_ (mccr8@moz-62518563.mtv2.mozilla.com)
  2612. # [21:50] * Quits: mccr8 (mccr8@moz-62518563.mtv2.mozilla.com) (Connection reset by peer)
  2613. # [21:50] <@bz> And http://mxr.mozilla.org/mozilla-central/source/toolkit/devtools/webconsole/network-helper.js#248
  2614. # [21:51] <@dolske> ok, I think this will answer my other question, of how to determine if a thing triggering an auth request is a different origin from the top-level doc
  2615. # [21:51] <@bz> (yes, the API kinda sucks)
  2616. # [21:51] <@bz> dolske: yeah, you can compare the origins of the two windows
  2617. # [21:51] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  2618. # [21:51] <@dolske> ok, thanks! I will poke at this for a while.
  2619. # [21:51] * Joins: jgilbert__ (jgilbert@moz-62518563.mtv2.mozilla.com)
  2620. # [21:51] <@bz> dolske: Let me know if you run into issues.
  2621. # [21:52] * Quits: rogeliodh (Thunderbir@98B11383.C314D53.D67CC001.IP) (Quit: rogeliodh)
  2622. # [21:52] * Joins: mikeratcliffe (Adium@9ED7126A.BE8B1C61.71D4DE87.IP)
  2623. # [21:52] * jgilbert__ is now known as jgilbert
  2624. # [21:52] <@bz> dolske: I guess you really have to look at the channel principal and the toplevel doc principal
  2625. # [21:53] * Quits: mikeratcliffe (Adium@9ED7126A.BE8B1C61.71D4DE87.IP) (Quit: Leaving.)
  2626. # [21:53] <@dolske> I had a feeling that might come up :)
  2627. # [21:53] * Quits: janv (varga@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: This computer has gone to sleep)
  2628. # [21:54] <@bz> principals? ;)
  2629. # [21:54] * Quits: mmcdonough (Martin@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2630. # [21:54] <tanvi> jst: ping
  2631. # [21:54] * Joins: walter (Adium@moz-62518563.mtv2.mozilla.com)
  2632. # [21:55] <@dolske> yes. :) iirc I can get at those from the window/doc, so I'll try to figure that out.
  2633. # [21:55] * Joins: till (till@moz-C647B16A.adsl.alicedsl.de)
  2634. # [21:55] * Quits: jimb (user@125EF623.B2666F0E.66399531.IP) (Ping timeout)
  2635. # [21:55] <@dolske> haven't thought about exactly what I want to measure there, though.
  2636. # [21:56] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  2637. # [21:56] * Joins: jimb (user@125EF623.B2666F0E.66399531.IP)
  2638. # [21:57] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/f6cf32506a51 - B2G Bumper Bot - Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
  2639. # [21:57] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/8cc934dcfb7d - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2640. # [21:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/6670e07493fb - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  2641. # [21:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/546196953104 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2642. # [21:58] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Ping timeout)
  2643. # [21:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/77b96fc2e659 - Jan de Mooij - No bug - Fix --disable-threadsafe shell builds to unbreak JS fuzzers. r=jorendorff,jonco, a=Tomcat
  2644. # [21:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c90b38c47a1d - Geoff Brown - Bug 1031097 - Skip more webgl-conformance tests on Android 2.3. a=bustage-fix
  2645. # [21:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1a324f5f9eae - Ryan VanderMeulen - Merge m-c to inbound. a=merge
  2646. # [21:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/77b96fc2e659 - Jan de Mooij - No bug - Fix --disable-threadsafe shell builds to unbreak JS fuzzers. r=jorendorff,jonco, a=Tomcat
  2647. # [21:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/c90b38c47a1d - Geoff Brown - Bug 1031097 - Skip more webgl-conformance tests on Android 2.3. a=bustage-fix
  2648. # [21:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/570982344606 - Ryan VanderMeulen - Merge m-c to fx-team. a=merge
  2649. # [21:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/77b96fc2e659 - Jan de Mooij - No bug - Fix --disable-threadsafe shell builds to unbreak JS fuzzers. r=jorendorff,jonco, a=Tomcat
  2650. # [21:59] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/c90b38c47a1d - Geoff Brown - Bug 1031097 - Skip more webgl-conformance tests on Android 2.3. a=bustage-fix
  2651. # [21:59] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/26d9547985fa - Ryan VanderMeulen - Merge m-c to b2g-inbound. a=merge
  2652. # [21:59] * Joins: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch)
  2653. # [22:00] * Quits: spohl (Adium@moz-F99DFF3A.static.hvvc.us) (Ping timeout)
  2654. # [22:00] * Joins: spohl (Adium@moz-321A358D.carolina.res.rr.com)
  2655. # [22:00] * Joins: spohl1 (Adium@moz-72808F94.static.hvvc.us)
  2656. # [22:00] * Quits: spohl1 (Adium@moz-72808F94.static.hvvc.us) (Input/output error)
  2657. # [22:00] * Quits: tessarakt2 (jens@moz-AA183FC0.dip0.t-ipconnect.de) (Ping timeout)
  2658. # [22:00] * Joins: spohl1 (Adium@moz-72808F94.static.hvvc.us)
  2659. # [22:00] * Quits: spohl1 (Adium@moz-72808F94.static.hvvc.us) (Quit: Leaving.)
  2660. # [22:00] * Joins: catalinb (catalinb@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2661. # [22:00] * Joins: spohl1 (Adium@moz-72808F94.static.hvvc.us)
  2662. # [22:01] * Joins: capella-s32 (capella-s3@moz-3A08EE5.twcny.res.rr.com)
  2663. # [22:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e06666a58463 - Geoff Brown - Bug 1031103 - Skip test_bug659743.xml on Android 2.3 for too many intermittent time outs; no review
  2664. # [22:01] * Quits: spohl (Adium@moz-321A358D.carolina.res.rr.com) (Ping timeout)
  2665. # [22:02] * Quits: capella-s3 (capella-s3@28B4AC9F.8E72683A.5A1B6CB8.IP) (Ping timeout)
  2666. # [22:02] * Quits: spohl1 (Adium@moz-72808F94.static.hvvc.us) (Ping timeout)
  2667. # [22:03] * Quits: jgilbert (jgilbert@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2668. # [22:03] * Joins: jgilbert__ (jgilbert@moz-62518563.mtv2.mozilla.com)
  2669. # [22:03] * Quits: bjacob (bjacob@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2670. # [22:03] * Quits: tonymec|away (tonymec@318CF739.A2D6977D.277517C1.IP) (Quit: ChatZilla 0.9.90.1 [Firefox 24.6.0esrpre/20140626000500])
  2671. # [22:04] * Joins: jgilbert_ (jgilbert@moz-62518563.mtv2.mozilla.com)
  2672. # [22:04] * Quits: jgilbert_ (jgilbert@moz-62518563.mtv2.mozilla.com) (Connection reset by peer)
  2673. # [22:05] * Joins: jgilbert_ (jgilbert@moz-62518563.mtv2.mozilla.com)
  2674. # [22:05] * Quits: walter (Adium@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2675. # [22:05] * Quits: jgilbert__ (jgilbert@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2676. # [22:05] * Joins: bjacob (bjacob@13F2CEC5.7672369.D8E68FF6.IP)
  2677. # [22:05] * Joins: walter (Adium@moz-62518563.mtv2.mozilla.com)
  2678. # [22:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a6647b6784f2 - Peter Van der Beken - Bug 1029104 - Convert XPathExpression to WebIDL bindings, various small fixes. r=bz.
  2679. # [22:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1d99047f17a5 - Peter Van der Beken - Bug 1029104 - Convert XPathExpression to WebIDL bindings, remove txResultRecycler::init. r=bz.
  2680. # [22:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/20fb9c5eefe1 - Peter Van der Beken - Bug 1029104 - Convert XPathExpression to WebIDL bindings, move files and rename class. r=bz.
  2681. # [22:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/88210c5bd6e6 - Peter Van der Beken - Bug 1029104 - Convert XPathExpression to WebIDL bindings, move EvalContextImpl out of header. r=bz.
  2682. # [22:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4c52fdc7af06 - Peter Van der Beken - Bug 1029104 - Convert XPathExpression to WebIDL bindings, make XPathExpression hold a weak reference to the document. r=bz.
  2683. # [22:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/63d70a08e0b0 - Peter Van der Beken - Bug 1029104 - Convert XPathExpression to WebIDL bindings, add WebIDL API and switch to the WebIDL binding. r=bz.
  2684. # [22:07] * Joins: janv (varga@moz-C07D5168.p2p.sfo1.mozilla.com)
  2685. # [22:07] * Joins: yzen (yzen@1A20C896.96FE09F3.3002A442.IP)
  2686. # [22:07] * Quits: Enn (enn@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2687. # [22:07] <fitzgen> hrm. I'm running into this: https://developer.mozilla.org/en-US/docs/Web/Guide/API/DOM/Storage?redirectlocale=en-US&redirectslug=Web%2FGuide%2FDOM%2FStorage#Storage_location_and_clearing_the_data
  2688. # [22:08] <fitzgen> but I can't fix it by clearing cache + offline data :-/
  2689. # [22:08] <fitzgen> is there a file I can just rm + touch?
  2690. # [22:08] <fitzgen> or somethign
  2691. # [22:08] <fitzgen> ?
  2692. # [22:08] * RyanVM|sheriffduty is now known as RyanVM
  2693. # [22:08] * Quits: @dbaron (dbaron@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  2694. # [22:08] <fitzgen> nvm
  2695. # [22:09] * Quits: ehugg (ehugg@moz-44D86B1E.cisco.com) (Quit: ehugg)
  2696. # [22:09] * Joins: dbaron (dbaron@moz-C07D5168.p2p.sfo1.mozilla.com)
  2697. # [22:09] * ChanServ sets mode: +ao dbaron dbaron
  2698. # [22:11] * KWierso is now known as KWierso|sheriffduty
  2699. # [22:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/a37cd4320032 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  2700. # [22:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/bae438b0a13c - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2701. # [22:11] * Quits: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP) (Quit: return 0;)
  2702. # [22:12] * Quits: lmandel (lmandel@moz-E440878D.dsl.bell.ca) (Input/output error)
  2703. # [22:12] * Joins: tonymec|away (tonymec@318CF739.A2D6977D.277517C1.IP)
  2704. # [22:13] * Joins: bjacob_ (bjacob@13F2CEC5.7672369.D8E68FF6.IP)
  2705. # [22:13] * Quits: bjacob (bjacob@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Konversation terminated!)
  2706. # [22:13] * Joins: spohl (Adium@moz-69F7B7CF.static.hvvc.us)
  2707. # [22:14] * jaoo is now known as jaoo|afk
  2708. # [22:14] * Quits: ggp (ggp@D7630FEF.57FB223.51329AA.IP) (Ping timeout)
  2709. # [22:14] * Quits: tmp_jlund (jlund@moz-14ADB5DC.us-west-2.compute.amazonaws.com) (Quit: leaving)
  2710. # [22:14] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/98bf99ea59ef - Nicholas Hurley - Bug 1030203 - Send PROTOCOL_ERROR when receiving PUSH_PROMISE with push disabled. r=mcmanus
  2711. # [22:15] * Joins: ehsan (ehsan@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2712. # [22:15] * ChanServ sets mode: +o ehsan
  2713. # [22:15] * bsmedberg-away is now known as bsmedberg
  2714. # [22:15] * Quits: bjacob_ (bjacob@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  2715. # [22:15] * Joins: lmandel (lmandel@moz-E440878D.dsl.bell.ca)
  2716. # [22:16] * Quits: ekr (Adium@moz-24157589.mtv2.mozilla.com) (Quit: Leaving.)
  2717. # [22:16] * Joins: bjacob_ (bjacob@13F2CEC5.7672369.D8E68FF6.IP)
  2718. # [22:16] * Joins: ekr (Adium@moz-24157589.mtv2.mozilla.com)
  2719. # [22:17] * Quits: @ehsan (ehsan@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  2720. # [22:17] * Joins: tessarakt (jens@moz-608CDBA9.dip0.t-ipconnect.de)
  2721. # [22:18] * BenWa is now known as BenWa|email
  2722. # [22:18] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  2723. # [22:19] * Joins: ggp (ggp@D7630FEF.57FB223.51329AA.IP)
  2724. # [22:19] * Quits: jduell (jduell@moz-DA63D68D.hsd1.wa.comcast.net) (Ping timeout)
  2725. # [22:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/406904577dfc - Gary Kwong - changeset: 217199:e58ff2fcc8a1
  2726. # [22:19] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  2727. # [22:19] * Quits: tessarakt (jens@moz-608CDBA9.dip0.t-ipconnect.de) (Ping timeout)
  2728. # [22:20] * Waldo beadily eyes gkw poaching his push-windows
  2729. # [22:20] * Quits: Archaeopteryx (itsme@moz-AED7CCD0.cust.telecolumbus.net) (Quit: Goodbye)
  2730. # [22:20] <mfinkle> vladan, ping (is it possible to get mainthreadio reporting for fennec?)
  2731. # [22:20] <gkw> Waldo: I almost read that as "belatedly"
  2732. # [22:20] <gkw> :P
  2733. # [22:21] <Waldo> that would work too
  2734. # [22:21] <Waldo> rebasing through 46 patches is slow enough I keep losing these :-\
  2735. # [22:22] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  2736. # [22:23] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Connection reset by peer)
  2737. # [22:24] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  2738. # [22:24] * Joins: ehsan (ehsan@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2739. # [22:24] * ChanServ sets mode: +o ehsan
  2740. # [22:24] * Joins: Archaeopteryx (itsme@moz-AED7CCD0.cust.telecolumbus.net)
  2741. # [22:24] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/fa1dfb10040f - Peter Van der Beken - Fix bustage from bad merge of patches for bug 1029104. r=bustage.
  2742. # [22:24] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/23b4075fe10a - Shu-yu Guo - Bug 1015339 - Spot fix FormatStackDump. (r=bz)
  2743. # [22:25] <mjrosenb> Waldo: commit something small that causes the tree to get closed, then commit your 46 patches with CLOSED TREE :-p
  2744. # [22:25] * Quits: mihneadb (mihneadb@moz-A4DFF86D.static.ziggozakelijk.nl) (Quit: Leaving)
  2745. # [22:25] <peterv> hmm, weird
  2746. # [22:25] * Waldo shifts his e_e to peterv and shu
  2747. # [22:25] * Waldo cheats and only rebases the patches he intends to push
  2748. # [22:25] * camd|lunch is now known as camd
  2749. # [22:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/aad532ce08e2 - Adam Roach [:abr] - Bug 1031025 - Add generated/downloaded Loop unit test files r=jorendorff
  2750. # [22:25] <peterv> my patch showed up but hg is stuck at "searching for changes"
  2751. # [22:26] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Ping timeout)
  2752. # [22:26] <Waldo> all right, that's it, things are going *down* here
  2753. # [22:26] * Quits: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net) (Quit: OSError: [Errno 130] Owner died)
  2754. # [22:26] <RyanVM> peterv: ugh, we hit that yesterday
  2755. # [22:26] * @bz mutters about our "how do I do X via the UI" docs being a pain to use over the phone. :(
  2756. # [22:26] <RyanVM> peterv: also, you're busted on inbound
  2757. # [22:26] <RyanVM> peterv: report that in #it, though
  2758. # [22:26] <peterv> RyanVM: that's what I was trying to push
  2759. # [22:26] <shu> Waldo: mine was one line
  2760. # [22:26] <abr> Callek|Buildduty: Whoops; I just did a minor checkin and forgot to put DONTBUILD on it. Should I just kill the jobs via TBPL, or is there a way you'd prefer?
  2761. # [22:26] <Waldo> shu: likely excuse
  2762. # [22:26] <shu> Waldo: wanna fight about it
  2763. # [22:27] <shu> s/about it//
  2764. # [22:27] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  2765. # [22:27] * Joins: Boriss (Boriss@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2766. # [22:27] * Waldo puts up his dukes
  2767. # [22:27] <Callek|Buildduty> abr: I'll defer to RyanVM and KWierso|sheriffduty for that answer
  2768. # [22:27] * mcote is now known as mcote|biab
  2769. # [22:28] * Quits: tonymec|away (tonymec@318CF739.A2D6977D.277517C1.IP) (Ping timeout)
  2770. # [22:28] * mjrosenb hands shu some duchys.
  2771. # [22:28] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Input/output error)
  2772. # [22:28] * Quits: wolfiR (wolfiR@moz-EE4F448.dip0.t-ipconnect.de) (Quit: Leaving)
  2773. # [22:28] * Quits: tonymec_KDE (tonymec@318CF739.A2D6977D.277517C1.IP) (Ping timeout)
  2774. # [22:28] <abr> Ah, I was looking for the sheriff, but didn't find the tag on KWierso's name. :)
  2775. # [22:28] <RyanVM> abr: just leave it at this point and let coalescing sort it out
  2776. # [22:28] <abr> RyanVM: Okay, cool. Thanks.
  2777. # [22:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b89b64668f99 - Stephen Gowan - Bug 622646 - Use a better error message when a |const| declaration shadows an exception identifier in a |catch| block. r=jwalden
  2778. # [22:28] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  2779. # [22:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/187a759bff17 - Stephen Gowan - Bug 622646 - Use a better error message when a |let| declaration shadows an exception identifier in a |catch| block. r=jwalden
  2780. # [22:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5dd5d26b8d29 - Jeff Walden - Bug 1029132 - Add mozilla::IsInRange method to write out in-range tests more simply. r=froydnj
  2781. # [22:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/98449cae7ce1 - Jeff Walden - Bug 1030263 - Make top-level let declarations a syntax error in self-hosted code. r=till
  2782. # [22:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/33ac6bc1e2ca - Jeff Walden - Convert a few static functions to static inlines to silence unused-function warnings. No bug, r=themaid
  2783. # [22:29] * Quits: till (till@moz-C647B16A.adsl.alicedsl.de) (Ping timeout)
  2784. # [22:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e5864ea2d39e - Jeff Walden - Bug 1030515 - Make IsSigned and IsUnsigned usable with user-defined types. r=froydnj
  2785. # [22:29] * Joins: till_ (till@moz-FE9614F3.adsl.alicedsl.de)
  2786. # [22:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f0eb37be6b5f - Jeff Walden - Bug 953296 - Introduce an EBO-performing Pair class to mfbt. r=jcranmer
  2787. # [22:29] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Ping timeout)
  2788. # [22:29] * Quits: spohl (Adium@moz-69F7B7CF.static.hvvc.us) (Quit: Leaving.)
  2789. # [22:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/97daabb8edbb - Jeff Walden - Bug 1029132 - Use IsInRange for FAKE_JIT_TOP_FOR_BAILOUT range assertions to silence a compiler warning. r=nbp
  2790. # [22:29] * Quits: gcp (gpascutto@moz-9CEB1C98.access.telenet.be) (Quit: Make a new plan, Stan!)
  2791. # [22:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3c4cde5836b3 - Jeff Walden - Bug 1030521 - Make CHECK_EQUAL require its actual/expected expressions have the same signedness, to prevent introduction of compiler warnings. r=jorendorff
  2792. # [22:29] * Joins: manukp (manukp@C0D4DCEC.DF20F414.F4137E23.IP)
  2793. # [22:30] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  2794. # [22:31] * Quits: bgrins (bgrins@C7203E51.FBD8ACDB.20F09BA6.IP) (Quit: Leaving.)
  2795. # [22:31] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d4500ef33c12 - Gary Kwong - Backout 406904577dfc due to borked commit message.
  2796. # [22:31] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d0a80ba46f6f - Jason Orendorff - Bug 1030014 - Fix a compile error in more-deterministic JS shells. r=sfink.
  2797. # [22:31] * Joins: jgilbert__ (jgilbert@moz-62518563.mtv2.mozilla.com)
  2798. # [22:32] * Joins: NeilZZZ (neil@moz-455E8E17.cable.virginm.net)
  2799. # [22:32] * Quits: jgilbert_ (jgilbert@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2800. # [22:33] * Quits: nathan (nathan@moz-62518563.mtv2.mozilla.com) (Quit: Leaving)
  2801. # [22:33] * Joins: nathan (nathan@moz-62518563.mtv2.mozilla.com)
  2802. # [22:33] * ggp is now known as ggp|away
  2803. # [22:34] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a588fb7df4a3 - Benoit Jacob - Bug 1028588 - Fix dangerous public destructors in parser/ - r=wchen
  2804. # [22:34] * Quits: lmandel (lmandel@moz-E440878D.dsl.bell.ca) (Input/output error)
  2805. # [22:36] <jviereck> is printing working in e10s already?
  2806. # [22:37] <Ms2ger> billm, ^
  2807. # [22:37] * Joins: heftig (heftig@moz-2483B0C1.dip0.t-ipconnect.de)
  2808. # [22:37] <billm> jviereck: no, still broken I'm afraid
  2809. # [22:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/303027a0da95 - Ben Kelly - Bug 1013571 Support PBackground on workers. r=bent
  2810. # [22:37] <RyanVM> gkw: use DONTBUILD when backing out and relanding next time? Saves some CPU cycles ;)
  2811. # [22:38] <jviereck> billm: just looking at the patch to get PDF.JS working - hope it's not too hard to get printing working for it :/
  2812. # [22:38] <gkw> RyanVM: I see, but perhaps we can stop the first instance? or can we stop the last instance through tbpl?
  2813. # [22:38] <RyanVM> better not to at this point
  2814. # [22:38] <RyanVM> gkw: things are busy and canceling can have unpredictable results when coalescing is factored in
  2815. # [22:39] <billm> jviereck: I honestly don't know. jimm probably knows more.
  2816. # [22:39] <jimm> jviereck: hmm, good question. I'll need to test that.
  2817. # [22:40] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  2818. # [22:40] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2c765580762d - Kartikaya Gupta - Bug 1031024 - Fix up the OverScrollPanning gtest to actually test overscrolling. r=drs
  2819. # [22:40] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/80f5c6e2282c - Kartikaya Gupta - Bug 1031024 - Add a test for canceling fling animations to ensure overscroll is cleared. r=drs
  2820. # [22:40] <gkw> RyanVM: ah, alright
  2821. # [22:41] * Quits: yzen (yzen@1A20C896.96FE09F3.3002A442.IP) (Ping timeout)
  2822. # [22:41] <jviereck> jimm: to get printing working, we had to add a new Canvas.mozPrintCallback for the canvas element. Hopefully that works out of the box ;)
  2823. # [22:41] * Quits: abwillis (abwillis@CBAC43F2.9DD4DBBF.6A7A197.IP) (Client exited)
  2824. # [22:42] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Ping timeout)
  2825. # [22:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1c761a455bbf - Luke Wagner - Bug 1030446 - Move AsmJSFrameIterator to its own file (r=dougc)
  2826. # [22:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6e87a7cf7eac - Luke Wagner - Bug 1030446 - Change asm.js tests to use setJitCompilerOption instead of looping a bunch (r=bbouvier)
  2827. # [22:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/988f19a5ea1f - Luke Wagner - Bug 1030446 - Store and use exit-fp instead of exit-sp for asm.js stack unwinding (r=dougc)
  2828. # [22:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d925c77d4b3f - Luke Wagner - Bug 1030446 - Build a list of code ranges and use this instead of CallSite for describing functions (r=dougc)
  2829. # [22:43] <efaust> froydnj: ping
  2830. # [22:45] * Joins: yzen (yzen@1A20C896.96FE09F3.3002A442.IP)
  2831. # [22:46] * kats is now known as kats|away
  2832. # [22:49] * Joins: sydpolk (Adium@moz-B422239B.lightspeed.austtx.sbcglobal.net)
  2833. # [22:49] * Joins: jduell (jduell@moz-612365A.hsd1.wa.comcast.net)
  2834. # [22:49] <jimm> jviereck: printing currently isn't supported with e10s tabs so we might have to kick pdf.js support over to the printing bug (bug 927188)
  2835. # [22:50] * Quits: sydpolk (Adium@moz-B422239B.lightspeed.austtx.sbcglobal.net) (Quit: Leaving.)
  2836. # [22:50] <jimm> jviereck: I'll trace through the pdf.js code though while I'm working it to see what's going on.
  2837. # [22:51] * Joins: sydpolk (Adium@moz-B422239B.lightspeed.austtx.sbcglobal.net)
  2838. # [22:51] <jviereck> jimm: let me know if you need help with the printing part. I did quite a bit of work there
  2839. # [22:52] * Quits: sydpolk (Adium@moz-B422239B.lightspeed.austtx.sbcglobal.net) (Quit: Leaving.)
  2840. # [22:52] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/6b8f91ea1013 - Tim Taubert - Bug 1027084 - Use about:blank as the initial tab for new windows in sessionstore tests r=smacleod
  2841. # [22:53] * Joins: sydpolk (Adium@moz-B422239B.lightspeed.austtx.sbcglobal.net)
  2842. # [22:53] * baku|away is now known as baku
  2843. # [22:53] * Quits: @bz (bzbarsky@moz-72881629.bstnma.fios.verizon.net) (Client exited)
  2844. # [22:55] * mcote|biab is now known as mcote
  2845. # [22:55] <dholbert> RyanVM / peterv, I just got stuck on "searching for changes" while pushing to my patch queue on hg.m.o -- might be the same as what you were talking about
  2846. # [22:55] <dholbert> interrupted with ctrl+C after a couple minutes; the post-Ctrl-C output showed that the push did actually succeed
  2847. # [22:56] <Ms2ger> Oh, that reminds me, did I qcommit...
  2848. # [22:56] <peterv> dholbert: yup, same thing
  2849. # [22:57] * Quits: bmoss (bmoss@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2850. # [22:57] * Joins: bmoss (bmoss@moz-62518563.mtv2.mozilla.com)
  2851. # [22:58] * geekboy is now known as geekboy|afk
  2852. # [22:58] * stephend is now known as stephend|mtg
  2853. # [22:58] * Quits: mccr8_ (mccr8@moz-62518563.mtv2.mozilla.com) (Quit: computer sleep)
  2854. # [22:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6810b2fa1afe - Monica Chew - Bug 1013558: ApplicationReputation should block if verdict is DANGEROUS_HOST (r=gcp)
  2855. # [22:58] * Joins: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro)
  2856. # [22:58] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  2857. # [22:59] * Joins: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com)
  2858. # [22:59] <peterv> RyanVM: more bustage :-(
  2859. # [22:59] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f3192b2f9195 - Monica Chew - Bug 1029781: Set NS_LOAD_CLASSIFY_URI in image loader (r=seth)
  2860. # [22:59] <RyanVM> dholbert: yeah, please ping #it
  2861. # [22:59] * Joins: tessarakt (jens@moz-9910360A.dip0.t-ipconnect.de)
  2862. # [23:00] <RyanVM> dholbert: we had the same issue yesterday and it required them manually kililng something hung up
  2863. # [23:00] <peterv> RyanVM: I'll backout
  2864. # [23:00] <RyanVM> peterv: thanks
  2865. # [23:00] * Callek|Buildduty is now known as Callek_disconnected
  2866. # [23:00] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  2867. # [23:00] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  2868. # [23:01] * Quits: gandalf (zbraniecki@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  2869. # [23:01] * Quits: tessarakt (jens@moz-9910360A.dip0.t-ipconnect.de) (Ping timeout)
  2870. # [23:01] * Joins: ehugg (ehugg@moz-56CFE7FB.hsd1.wa.comcast.net)
  2871. # [23:02] * geekboy|afk is now known as geekboy
  2872. # [23:02] <dholbert> RyanVM, mentioned in #it
  2873. # [23:02] * Quits: badescunicu (Thunderbir@6EF6C94D.77BD3528.320F75DD.IP) (Quit: badescunicu)
  2874. # [23:02] <RyanVM> thanks
  2875. # [23:02] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  2876. # [23:02] <dholbert> np, thank you
  2877. # [23:02] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  2878. # [23:02] * Quits: jduell (jduell@moz-612365A.hsd1.wa.comcast.net) (Ping timeout)
  2879. # [23:02] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/28abd4f8ca40 - Morris Tseng - Bug 864595 - Provide a option which indicate to that offsets outside the frame box are allowed. [r=roc]
  2880. # [23:02] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/514b8287dd6e - Morris Tseng - Bug 864595 - Mochitest for bug864595. [r=roc]
  2881. # [23:02] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1437c48ae58d - Nick Fitzgerald - Bug 1030945 - Support asm.js frames in js::SavedStacks r=luke
  2882. # [23:02] * Quits: yzen (yzen@1A20C896.96FE09F3.3002A442.IP) (Ping timeout)
  2883. # [23:03] <KWierso|sheriffduty> peterv: closed the tree, so your backout will need "CLOSED TREE" :)
  2884. # [23:03] <peterv> KWierso|sheriffduty: will do
  2885. # [23:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/7c84d3461aa1 - Erik Vold - Bug 1009328 - Change the signature of callBootstrapMethod to be more flexible for changes r=Unfocused
  2886. # [23:03] * Joins: gandalf (zbraniecki@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2887. # [23:04] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  2888. # [23:04] * jdm is now known as jdm|partytime
  2889. # [23:04] * Joins: harth (harth@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2890. # [23:05] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Quit: jib)
  2891. # [23:06] * Quits: bmoss (bmoss@moz-62518563.mtv2.mozilla.com) (Quit: bmoss)
  2892. # [23:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/6be9d594c0d3 - B2G Bumper Bot - Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
  2893. # [23:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/4e99cfb0ed6d - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2894. # [23:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/1d77b632bcd2 - Tim Taubert - Bug 1030719 - Properly restore form data for contenteditables r=smacleod
  2895. # [23:08] * terrence-lunch is now known as terrence-mochitesting
  2896. # [23:09] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  2897. # [23:09] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  2898. # [23:10] * Quits: bjacob_ (bjacob@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2899. # [23:10] * AaronMT is now known as AaronMT|away
  2900. # [23:10] * Quits: jfkthame (jfkthame@7452271B.AE912FFB.3E2A4E92.IP) (Quit: Leaving)
  2901. # [23:11] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  2902. # [23:11] * Quits: manukp (manukp@C0D4DCEC.DF20F414.F4137E23.IP) (Quit: manukp)
  2903. # [23:12] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  2904. # [23:12] * kmoir is now known as kmoir-afk
  2905. # [23:12] * Joins: tonymec_KDE (tonymec@318CF739.A2D6977D.277517C1.IP)
  2906. # [23:12] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  2907. # [23:12] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  2908. # [23:13] * jmaher is now known as jmaher|afk
  2909. # [23:14] * Quits: Shrooms (Shrooms@moz-3FB8D9E7.asm.bellsouth.net) (Ping timeout)
  2910. # [23:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4c5e5f740f6e - Peter Van der Beken - Backout patches for bug 1029104 for bustage on a CLOSED TREE.
  2911. # [23:16] * Joins: rbarnes (rbarnes@moz-5E1F5C28.washdc.fios.verizon.net)
  2912. # [23:16] * Quits: ahal (ahal@moz-49FA884.cpe.teksavvy.com) (Input/output error)
  2913. # [23:17] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Quit: jib)
  2914. # [23:17] * terrence-mochitesting is now known as terrence
  2915. # [23:18] * Quits: rbarnes (rbarnes@moz-5E1F5C28.washdc.fios.verizon.net) (Ping timeout)
  2916. # [23:19] * Joins: jduell (jduell@moz-612365A.hsd1.wa.comcast.net)
  2917. # [23:19] * Joins: tonymec|away (tonymec@318CF739.A2D6977D.277517C1.IP)
  2918. # [23:19] <peterv> RyanVM: some of the latest bustage isn't mine
  2919. # [23:19] <RyanVM> lol, fantastic
  2920. # [23:19] <peterv> "/builds/slave/m-in-osx64_g-00000000000000000/build/js/src/vm/SavedStacks.cpp:486:33: error: expected expression"
  2921. # [23:20] <RyanVM> LUUUUUUKE
  2922. # [23:20] <RyanVM> luke ^
  2923. # [23:20] <luke> RyanVM: i only reviewed that patch
  2924. # [23:21] <RyanVM> luke: your push?
  2925. # [23:21] * Quits: catalinb (catalinb@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: This computer has gone to sleep)
  2926. # [23:21] * philor|away is now known as philor
  2927. # [23:21] <shu> fitzgen: ^
  2928. # [23:21] <peterv> KWierso|sheriffduty: ^
  2929. # [23:21] <peterv> :-)
  2930. # [23:21] <RyanVM> ah, that one
  2931. # [23:22] <RyanVM> oh well, quitting time for me :)
  2932. # [23:22] * RyanVM is now known as RyanVM|afk
  2933. # [23:22] * Quits: gustavold (gustavold@moz-A5CCDD03.redhat.com) (Quit: Leaving.)
  2934. # [23:24] <KWierso|sheriffduty> peterv: ugh, I see the mistake
  2935. # [23:24] * Quits: z33m (z33m@46A498D8.DD9B7CC8.261E7448.IP) (Quit: Leaving)
  2936. # [23:24] * Quits: jackneill (jackneill@moz-D3FCB3A1.pool.digikabel.hu) (Ping timeout)
  2937. # [23:26] * Quits: alex_tz (Adium@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  2938. # [23:26] * Quits: crucerucalin (quassel@moz-E435A28D.eregie.pub.ro) (Ping timeout)
  2939. # [23:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d2e790e8bc8e - Wes Kocher - Bug 1030945 - Fix mistake from resolving a merge conflict on an already CLOSED TREE
  2940. # [23:27] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  2941. # [23:27] * Joins: alex_tz (Adium@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2942. # [23:27] * justindarc is now known as justindarc|brb
  2943. # [23:28] * Joins: crucerucalin (quassel@moz-E435A28D.eregie.pub.ro)
  2944. # [23:28] * Joins: catalinb (catalinb@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2945. # [23:29] <KWierso|sheriffduty> fitzgen: unping
  2946. # [23:29] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Ping timeout)
  2947. # [23:29] * whimboo|afk is now known as whimboo
  2948. # [23:29] <fitzgen> wait what happened?
  2949. # [23:30] <fitzgen> merge conflicts?
  2950. # [23:30] <KWierso|sheriffduty> fitzgen: there was a conflict when I applied your patch from bug 1030945, I messed up resolving it
  2951. # [23:30] <fitzgen> but its all good now?
  2952. # [23:30] <fitzgen> or should be?
  2953. # [23:30] <KWierso|sheriffduty> should be
  2954. # [23:30] <fitzgen> sweet thanks :)
  2955. # [23:31] <KWierso|sheriffduty> fitzgen: well, it'd be kinda cruel to back out your patch because I couldn't correctly copy/paste into a text editor :P
  2956. # [23:31] <fitzgen> :P
  2957. # [23:32] * Quits: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com) (Client exited)
  2958. # [23:32] * Joins: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com)
  2959. # [23:33] * Quits: Bas (chatzilla@moz-C4E5686D.ftth.concepts.nl) (Ping timeout)
  2960. # [23:34] * Quits: wlach (wlach@moz-B77B0E55.stationc.isp.ip4b.net) (Ping timeout)
  2961. # [23:34] * Joins: Bas (chatzilla@moz-C4E5686D.ftth.concepts.nl)
  2962. # [23:34] * Quits: crucerucalin (quassel@moz-E435A28D.eregie.pub.ro) (Ping timeout)
  2963. # [23:34] * mattwoodrow|away is now known as mattwoodrow
  2964. # [23:38] * mcote is now known as mcote|afk
  2965. # [23:39] * Joins: tessarakt (jens@moz-D6F32AF5.dip0.t-ipconnect.de)
  2966. # [23:40] * Quits: davidb (davidb@moz-2459255C.dsl.bell.ca) (Quit: Blah blah blah)
  2967. # [23:41] * Quits: tessarakt (jens@moz-D6F32AF5.dip0.t-ipconnect.de) (Ping timeout)
  2968. # [23:41] * philor is now known as philor|away
  2969. # [23:43] * Quits: till_ (till@moz-FE9614F3.adsl.alicedsl.de) (Input/output error)
  2970. # [23:44] * geekboy is now known as geekboy|afk
  2971. # [23:44] * stephend|mtg is now known as stephend
  2972. # [23:44] * Joins: Shrooms (Shrooms@moz-3FB8D9E7.asm.bellsouth.net)
  2973. # [23:46] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  2974. # [23:46] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  2975. # [23:46] * baku is now known as baku|away
  2976. # [23:46] <peterv> KWierso|sheriffduty: mine was non-unified bustage, so we should still have test coverage starting from my first bustage fix
  2977. # [23:47] * Quits: @dbaron (dbaron@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  2978. # [23:48] * Joins: sylvain_ (scleymans@moz-62518563.mtv2.mozilla.com)
  2979. # [23:48] * Quits: sylvain (scleymans@moz-62518563.mtv2.mozilla.com) (Connection reset by peer)
  2980. # [23:49] * jimm is now known as jimm-bbiab
  2981. # [23:50] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2982. # [23:53] * Quits: ehugg (ehugg@moz-56CFE7FB.hsd1.wa.comcast.net) (Quit: ehugg)
  2983. # [23:53] * mattwoodrow is now known as mattwoodrow|away
  2984. # [23:53] * Quits: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro) (Ping timeout)
  2985. # [23:53] * Quits: Ms2ger (Ms2ger@moz-86623CEE.adsl-dyn.isp.belgacom.be) (Quit: nn)
  2986. # [23:53] * Joins: dbaron (dbaron@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2987. # [23:53] * ChanServ sets mode: +ao dbaron dbaron
  2988. # [23:53] <@dbaron> is there a way to trigger a nonunified build on try?
  2989. # [23:54] <peterv> dbaron: I was just looking for that
  2990. # [23:54] <RyanVM|afk> dbaron: new push or existing push?
  2991. # [23:54] <@dbaron> RyanVM|afk, either, really, though I tried existing push last night and what I tried didn't work
  2992. # [23:54] <RyanVM|afk> peterv: dbaron: for a new push, follow this - https://wiki.mozilla.org/ReleaseEngineering/TryChooser#What_if_I_want_PGO_for_my_build
  2993. # [23:54] <RyanVM|afk> but use
  2994. # [23:55] <RyanVM|afk> --disable-unified-compilation
  2995. # [23:55] <peterv> ah, so can't have it in the same push with unified then
  2996. # [23:55] <RyanVM|afk> i don't think so
  2997. # [23:55] <@dbaron> so there's no way to trigger the Bu job, then?
  2998. # [23:55] <peterv> :-(
  2999. # [23:55] <RyanVM|afk> pretty sure you need to separate pushes
  3000. # [23:55] <@dbaron> (is that job not configured for the try tree, or something?)
  3001. # [23:56] <RyanVM|afk> it gets into buildbot configury that I'm not remotely qualified to delve into
  3002. # [23:56] <RyanVM|afk> sorry
  3003. # [23:58] * Quits: @dbaron (dbaron@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  3004. # [23:59] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  3005. # [23:59] * Joins: gustavold (gustavold@moz-33521FC4.mycingular.net)
  3006. # [23:59] * Joins: tessarakt (jens@moz-D57C117D.dip0.t-ipconnect.de)
  3007. # Session Close: Sat Jun 28 00:00:00 2014

The end :)