/irc-logs / mozilla / #developers / 2015-11-25 / end

Options:

Previous day, Next day

  1. # Session Start: Wed Nov 25 00:00:00 2015
  2. # Session Ident: #developers
  3. # [00:00] <@njn> bz: hopefully that set contains at least two members
  4. # [00:01] * ahal|afk is now known as ahal
  5. # [00:02] * Joins: RealRaven (Thunderbird@moz-89f.daa.125.109.IP)
  6. # [00:02] * Quits: mastizada (Thunderbird@moz-mek.63k.2.46.IP) (Ping timeout: 121 seconds)
  7. # [00:04] * mcote is now known as mcote|afk
  8. # [00:05] * Joins: mastizada (Thunderbird@moz-mek.63k.2.46.IP)
  9. # [00:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/bd2c8c547222 - Dan Glastonbury - Bug 618898 - Add D3D11SharedSurfaceInterop. r=jgilbert
  10. # [00:06] * Quits: garethc (Adium@moz-ohc8m1.3t38.sij7.f0c8.2607.IP) (Quit: Leaving.)
  11. # [00:06] * maja_zf is now known as maja_zf|afk
  12. # [00:07] * jlund|mtg is now known as jlund|biab
  13. # [00:10] <birtles> anyone else run into trouble with extensions with the new mozillabuild?
  14. # [00:11] <RyanVM> birtles: did you run ./mach mercurial-setup --update-only ?
  15. # [00:11] <birtles> even if I disable them all, run ./mach mercurial-setup --update-only, then reenable them they all fail
  16. # [00:11] <RyanVM> (per the upgrade directions)
  17. # [00:11] <birtles> RyanVM: yes
  18. # [00:11] <RyanVM> hrm
  19. # [00:11] <RyanVM> pastebin the error?
  20. # [00:11] <birtles> sure
  21. # [00:12] * Quits: Jackneill (Jackneill@moz-j6c.85b.203.37.IP) (Ping timeout: 121 seconds)
  22. # [00:12] <birtles> https://pastebin.mozilla.org/8853050
  23. # [00:12] * Quits: Jayflux (Jayflux@moz-u2kqf6.as13285.net) (Quit: Leaving)
  24. # [00:12] <birtles> RyanVM: error is here ^
  25. # [00:12] <RyanVM> gps: ^
  26. # [00:12] <dholbert> birtles, I ran into that too
  27. # [00:13] <RyanVM> birtles: odd, that looks very similar to the errors we were seeing on older v-c-s clones
  28. # [00:13] <dholbert> birtles, workaround is to disable firefoxtree in your .hgrc
  29. # [00:13] <RyanVM> birtles: File "c:/Users/Brian/version-control-tools/hgext\firefoxtree\__init__.py", line 424, in extsetup
  30. # [00:13] * Quits: Mnyromyr (Mnyromyr@moz-lgiol2.gnf7.tkmq.0908.2a02.IP) (Connection closed)
  31. # [00:13] <RyanVM> that doesn't look like the location mercurial-setup normally uses
  32. # [00:13] <RyanVM> is that your own clone of v-c-t?
  33. # [00:13] * Joins: astley (astley@moz-smn5cq.dynamic.kbtelecom.net)
  34. # [00:14] <birtles> dholbert: ok that works, originally it was telling me bzexport was the problem but after I disabled that I was seeing the same error... I guess it was misdiagnosing the problem extension
  35. # [00:14] <dholbert> birtles, (in my case, it was blocking me from running ./mach mercurial-setup. And after I'd run that & gotten an updated version of the hg tools, everything was fine and I could reenable it, IIRC)
  36. # [00:14] <RyanVM> for me, ./mach mercurial-setup cloned v-c-t to "C:\Users\Ryan\.mozbuild\version-control-tools"
  37. # [00:14] <dholbert> yeah, birtles, you might need to update your firefoxtree repo
  38. # [00:14] <birtles> hmm, I guess I cloned it myself originally and then mach mercurial-setup found that and started using it?
  39. # [00:14] <RyanVM> so I'm guessing ./mach mercurial-setup --update-only was updating the wrong lcone?
  40. # [00:15] <birtles> I'm pretty sure mach mercurial-setup upgraded it but let me check
  41. # [00:15] * Joins: bbondy (bbondy@moz-ahsdem.home.cgocable.net)
  42. # [00:15] <RyanVM> those definitely look like the errors we were getting on older v-c-t clones
  43. # [00:16] <birtles> oh, that works!
  44. # [00:16] <gps> birtles: HGRCPATH= hg -R c:/Users/Brian/version-control-tools pull -u
  45. # [00:16] <birtles> so I guess mach mercurial-setup was upgrading some other checkout of those tools... I thought in the past it successfully found my clone, but maybe not?
  46. # [00:16] * Joins: elin (elin@moz-evbjvg.dynamic-ip.hinet.net)
  47. # [00:17] <dholbert> birtles, I'll bet it found your clone and as a result didn't add its own firefoxtree in your .hgrc
  48. # [00:17] * Joins: marcosc (marcosc@moz-29a.do1.52.113.IP)
  49. # [00:17] * Quits: pcwalton (pcwalton@moz-gs5.a8v.130.12.IP) (Ping timeout: 121 seconds)
  50. # [00:17] * Quits: tH (Rob@cpc3-lee211-2-0-cust663.7-1.cable.virginm.net) (Ping timeout: 121 seconds)
  51. # [00:17] <dholbert> birtles, but it also didn't take any management ownership over your clone
  52. # [00:17] * Quits: AaronMT (AaronMT@moz-jm97fj.cable.rogers.com) (Quit: Textual IRC Client: www.textualapp.com)
  53. # [00:17] <dholbert> s/found your clone/found your existing firefoxtree extension listed in your hgrc/
  54. # [00:18] <birtles> dholbert, oh ok... one of the reasons I never let the mach mercurial-setup thing update my .hgrc is it wants to replace the ~/version-control/ paths with an absolute path (which means I can't sync my .hgrc between machines)
  55. # [00:19] * Joins: marco (marco@moz-bdlhcp.threembb.co.uk)
  56. # [00:19] <gps> birtles: we can fix that
  57. # [00:19] * Quits: BenWa (bgirard@66.207.193.21) (Client exited)
  58. # [00:20] * Quits: ferjm (textual@moz-v3p1m3.dynamicIP.rima-tde.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
  59. # [00:20] <birtles> gps: that would be great!
  60. # [00:20] * Quits: karlt (karl@moz-1v4uco.xtra.co.nz) (Ping timeout: 121 seconds)
  61. # [00:20] * Joins: ferjm (textual@moz-v3p1m3.dynamicIP.rima-tde.net)
  62. # [00:20] * Quits: bbondy (bbondy@moz-ahsdem.home.cgocable.net) (Ping timeout: 121 seconds)
  63. # [00:20] * Quits: astley (astley@moz-smn5cq.dynamic.kbtelecom.net) (Client exited)
  64. # [00:21] * Quits: ferjm (textual@moz-v3p1m3.dynamicIP.rima-tde.net) (Quit: Textual IRC Client: www.textualapp.com)
  65. # [00:21] * Quits: mshal (mshal@moz-sllsof.fios.verizon.net) (Quit: leaving)
  66. # [00:25] * Quits: dragana (Instantbird@moz-9033s0.dynamic.surfer.at) (Ping timeout: 121 seconds)
  67. # [00:26] * Quits: mjf (anonymous@moz-r17qgu.dyn.grandenetworks.net) (Client exited)
  68. # [00:26] * Quits: gustavold (gustavold@moz-feu.6v8.255.191.IP) (Quit: Leaving.)
  69. # [00:26] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/bebf7351a805 - Mike Hommey - Bug 1227380 - Move LOCAL_INCLUDES and CXXFLAGS to moz.build in dom/bindings/. r=mshal
  70. # [00:26] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ac3073f43435 - Mike Hommey - Bug 1227384 - Move LOCAL_INCLUDES and DEFINES to moz.build in js/src/. r=mshal
  71. # [00:26] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/29c31b5cdc19 - Mike Hommey - Bug 1227385 - Avoid make variable references in VISIBILITY_FLAGS and STL_FLAGS. r=mshal
  72. # [00:26] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/63f4deb6cde8 - Mike Hommey - Bug 1227388 - Finish removing dehydra support. r=mshal
  73. # [00:27] * Quits: jdm (jdm@moz-m7evfp.3t38.sij7.f0c8.2607.IP) (Quit: )
  74. # [00:29] * Quits: janv (varga@moz-h6r21h.dynamic.orange.sk) (Quit: Leaving)
  75. # [00:30] * Quits: gabor (gabor@moz-i42njv.dip0.t-ipconnect.de) (Quit: This computer has gone to sleep)
  76. # [00:33] * Quits: @bsmedberg (bsmedberg@moz-smm6jf.pa.atlanticbb.net) (Quit: Leaving)
  77. # [00:34] <cpeterson> gps, birtles: \o/ mercurial-setup forcing absolute paths in my hgrc is very annoying.
  78. # [00:34] <cpeterson> aklotz: tobytailor said you planned to ship async plugin init in FF 44. Do you have a bug #?
  79. # [00:35] * stephend|mtg is now known as stephend
  80. # [00:35] * jdashg__ is now known as jgilbert
  81. # [00:36] <jgilbert> roc, who should I actually ask for review from for SurfaceFromElement changes?
  82. # [00:37] * sheppy is now known as sheppy-nomz
  83. # [00:38] <aklotz> cpeterson: basically it's dependent on bug 1218473 being resolved
  84. # [00:38] <cpeterson> aklotz: is that crash something we need to fix (or whitelist)?
  85. # [00:39] <cpeterson> or the plugin developer?
  86. # [00:40] <aklotz> cpeterson: It needs some sort of fix. It's caused by NVIDIA optimus video drivers mucking with our address space, so it's not something that is dependent on a particular plugin
  87. # [00:40] <cpeterson> cool
  88. # [00:40] <cpeterson> thanks
  89. # [00:41] * Quits: roxlu (roxlu@moz-dqem8f.dynamic.ziggo.nl) (Quit: My Mac has gone to sleep. ZZZzzz…)
  90. # [00:41] * Joins: BenWa (bgirard@moz-2as2d7.cable.teksavvy.com)
  91. # [00:41] * Joins: sicking (sicking@moz-cfhap5.mtv2.mozilla.com)
  92. # [00:42] * Quits: Boriss (Boriss@moz-aq4.h2b.247.173.IP) (Client exited)
  93. # [00:44] * Quits: junaid (junaid@moz-6m72lp.dip0.t-ipconnect.de) (Connection closed)
  94. # [00:44] * Joins: ehsan (ehsan@moz-kku.764.213.67.IP)
  95. # [00:44] * killer sets mode: +o ehsan
  96. # [00:45] * Quits: jimb (user@moz-09a.i8g.126.207.IP) (Ping timeout: 121 seconds)
  97. # [00:47] * Quits: ahal (ahal@moz-b8e0a0.cpe.pppoe.ca) (A TLS packet with unexpected length was received.)
  98. # [00:47] * AutomatedTester is now known as AutomatedTester|AFK
  99. # [00:47] <@roc> jgilbert: me or Matt
  100. # [00:48] * Joins: gsvelto (gsvelto@moz-3mvb2i.clienti.tiscali.it)
  101. # [00:50] <jgilbert> roc, I can toss them at matt, unless you want them
  102. # [00:50] <@roc> I'm easy
  103. # [00:50] * catlee is now known as catlee-away
  104. # [00:50] <jgilbert> roc, I do want your NI? on that bug regardless
  105. # [00:50] * sheppy-nomz is now known as sheppy
  106. # [00:53] * stephend is now known as stephend|lab
  107. # [00:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/990e65f36d20 - Chris Pearce - Bug 1226450 - Report audio/video codecs used in HTMLMediaElement and WebAudio via telemetry. r=jya
  108. # [00:54] * Quits: jimm (jmathies@moz-sng2os.dhcp.embarqhsd.net) (Quit: )
  109. # [00:54] * Joins: Boriss (Boriss@moz-aq4.h2b.247.173.IP)
  110. # [00:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7cff73db3cb2 - Mike Hommey - Typo fix for bug 1224460 breaking Gtk+2 builds. r=me
  111. # [00:56] * Quits: secretrobotron (secretrobot@66.207.193.21) (A TLS packet with unexpected length was received.)
  112. # [00:56] <glandium> gah, I should have added DONTBUILD NPOTB
  113. # [00:58] * Quits: mwu_ (mwu@moz-bsfoja.tcso.qwest.net) (Client exited)
  114. # [00:59] * Quits: givanica (Thunderbird@moz-n61.k1v.26.188.IP) (Client exited)
  115. # [01:00] * Joins: tH (Rob@cpc3-lee211-2-0-cust663.7-1.cable.virginm.net)
  116. # [01:00] * Joins: sankha (sankha@moz-g7l.b0d.106.27.IP)
  117. # [01:02] * stephend|lab is now known as stephend
  118. # [01:02] * Quits: MaxIvanov (MIvanov@moz-rd7.51j.125.50.IP) (Quit: Leaving)
  119. # [01:03] * KWierso|lunch is now known as KWierso
  120. # [01:03] * Quits: VladimirBelonenko (oliverthor@moz-rd7.51j.125.50.IP) (A TLS packet with unexpected length was received.)
  121. # [01:04] * gregglind is now known as gregglind_away
  122. # [01:04] * Quits: sankha (sankha@moz-g7l.b0d.106.27.IP) (Ping timeout: 121 seconds)
  123. # [01:05] * Joins: thinker (user@moz-a3mbvg.kbronet.com.tw)
  124. # [01:05] * Joins: jib (jib@moz-j7m6lt.dyn.optonline.net)
  125. # [01:08] * Joins: RealRaven1 (Thunderbird@moz-hbq.4t5.51.185.IP)
  126. # [01:09] * jesup is now known as jesup|pto
  127. # [01:09] * Quits: RealRaven (Thunderbird@moz-89f.daa.125.109.IP) (Ping timeout: 121 seconds)
  128. # [01:09] * Joins: bbondy (bbondy@moz-ahsdem.home.cgocable.net)
  129. # [01:09] * mreavy is now known as mreavy|pto
  130. # [01:10] * Joins: RealRaven (Thunderbird@moz-k43.daa.125.109.IP)
  131. # [01:12] * Quits: RealRaven1 (Thunderbird@moz-hbq.4t5.51.185.IP) (Ping timeout: 121 seconds)
  132. # [01:12] * Quits: mhowell (Matt_Howell@moz-09a.i8g.126.207.IP) (Quit: http://pidgin.renatosilva.me - Pidgin++)
  133. # [01:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/e84368c1f7b7 - Mike de Boer - Bug 1227526: Wait for the feedback page to be opened, before closing the window. r=Standard8
  134. # [01:13] * Joins: givanica (Thunderbird@moz-n61.k1v.26.188.IP)
  135. # [01:13] * Quits: bbondy (bbondy@moz-ahsdem.home.cgocable.net) (Ping timeout: 121 seconds)
  136. # [01:13] * Quits: mats (chatzilla@moz-6svtv8.priv.bahnhof.se) (Ping timeout: 121 seconds)
  137. # [01:14] * Quits: givanica (Thunderbird@moz-n61.k1v.26.188.IP) (Client exited)
  138. # [01:14] * Quits: Cork (Cork@moz-rmmud5.priv.bahnhof.se) (Ping timeout: 121 seconds)
  139. # [01:14] * Quits: @ehsan (ehsan@moz-kku.764.213.67.IP) (A TLS packet with unexpected length was received.)
  140. # [01:15] * Quits: bagder (Daniel@moz-jl4.op1.174.178.IP) (Ping timeout: 121 seconds)
  141. # [01:15] * Joins: bagder (Daniel@moz-jl4.op1.174.178.IP)
  142. # [01:16] * Joins: mats (chatzilla@moz-6svtv8.priv.bahnhof.se)
  143. # [01:18] * Joins: Cork (Cork@moz-rmmud5.priv.bahnhof.se)
  144. # [01:18] * Joins: bwc1 (Adium@moz-avrtg7.rcsntx.sbcglobal.net)
  145. # [01:19] * Quits: bwc (Adium@moz-k7dmvg.51i5.2grm.0306.2602.IP) (Connection closed)
  146. # [01:21] <KWierso> glandium: did you have anything else to fix the builds?
  147. # [01:21] <glandium> KWierso: ?
  148. # [01:21] * Quits: marco (marco@moz-bdlhcp.threembb.co.uk) (Ping timeout: 121 seconds)
  149. # [01:21] <glandium> oh, crap
  150. # [01:21] * Quits: jib (jib@moz-j7m6lt.dyn.optonline.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
  151. # [01:22] <glandium> I thought I had done a try build of that :(
  152. # [01:23] <glandium> KWierso: give me a minute ; the fixup had nothing to do with the current inbound bustage
  153. # [01:23] <KWierso> glandium: ok
  154. # [01:25] <glandium> interesting failure... build failure in SM during FF builds, but not during SM builds
  155. # [01:25] * Quits: mwobensmith (mwobensmith@moz-u3dg2t.sfo1.mozilla.com) (Quit: Leaving.)
  156. # [01:25] * Quits: sicking (sicking@moz-cfhap5.mtv2.mozilla.com) (Client exited)
  157. # [01:27] * Quits: RealRaven (Thunderbird@moz-k43.daa.125.109.IP) (Client exited)
  158. # [01:28] * Joins: jib (jib@moz-j7m6lt.dyn.optonline.net)
  159. # [01:29] <glandium> oic
  160. # [01:31] * Joins: jimb (user@moz-09a.i8g.126.207.IP)
  161. # [01:32] * Quits: mccr8 (mccr8@moz-cfhap5.mtv2.mozilla.com) (Quit: quit)
  162. # [01:32] * Joins: ehsan (ehsan@moz-kku.764.213.67.IP)
  163. # [01:32] * killer sets mode: +o ehsan
  164. # [01:34] * Quits: @smaug (chatzilla@moz-6kbmhh.rev.dnainternet.fi) (Ping timeout: 121 seconds)
  165. # [01:34] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/856cffd3910b - Mike Hommey - Backout changeset 29c31b5cdc19 (bug 1227385) for Linux, Android and B2G bustage on a CLOSED TREE.
  166. # [01:34] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=880133a30e49 - 24 changesets
  167. # [01:36] * Quits: aleth (instantb@moz-enf.f6q.51.151.IP) (Ping timeout: 121 seconds)
  168. # [01:38] <KWierso> glandium: thanks
  169. # [01:39] <glandium> KWierso: sorry for the mess
  170. # [01:39] * Quits: elin (elin@moz-evbjvg.dynamic-ip.hinet.net) (Client exited)
  171. # [01:39] <KWierso> glandium: always fun getting home after running errands to see a sea of red and orange :)
  172. # [01:41] * Joins: dholbert_ (dholbert@moz-pnm275.static.fusionbroadband.com)
  173. # [01:41] * bc is now known as bc|bbiab
  174. # [01:43] * AutomatedTester|AFK is now known as AutomatedTester
  175. # [01:45] * dminor|afk is now known as dminor
  176. # [01:45] * Quits: till|dinner (till@moz-o9v4ca.dyn.telefonica.de) (A TLS packet with unexpected length was received.)
  177. # [01:46] * jlund|biab is now known as jlund
  178. # [01:47] * Joins: mshal (mshal@moz-sllsof.fios.verizon.net)
  179. # [01:47] * Quits: surkov (surkov@moz-an5vm5.cable.teksavvy.com) (Client exited)
  180. # [01:48] * Joins: nattokirai (nattokirai@moz-9rv9tl.dh-connect.net)
  181. # [01:50] * Joins: surkov (surkov@moz-an5vm5.cable.teksavvy.com)
  182. # [01:53] * AutomatedTester is now known as AutomatedTester|AFK
  183. # [01:53] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=099f695d3132 - 23 changesets
  184. # [01:56] * terrence is now known as terrence-afk
  185. # [01:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/pushloghtml?changeset=95ac4f70df1b - 221 changesets
  186. # [01:58] * ewong|away is now known as ewong
  187. # [01:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/pushloghtml?changeset=dbf3d11d0f9e - 239 changesets
  188. # [01:59] * Quits: RyanVM (Thunderbird@moz-gb8lmh.fios.verizon.net) (Client exited)
  189. # [02:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?changeset=20169c82ed44 - 97 changesets
  190. # [02:02] <Waldo> chutten: browser/base/content/urlbarBindings.xml is probably something close to where you want to start looking, I would guess
  191. # [02:04] * Quits: gsvelto (gsvelto@moz-3mvb2i.clienti.tiscali.it) (A TLS packet with unexpected length was received.)
  192. # [02:04] * Joins: clokep (Instantbird@moz-r19lfq.cable.rcn.com)
  193. # [02:04] * Joins: bbondy (bbondy@moz-ahsdem.home.cgocable.net)
  194. # [02:04] * Quits: marcosc (marcosc@moz-29a.do1.52.113.IP) (A TLS packet with unexpected length was received.)
  195. # [02:04] * Joins: marcosc (marcosc@moz-29a.do1.52.113.IP)
  196. # [02:04] * Quits: myk (myk@moz-pkvath.dynamic.fusionbroadband.com) (Ping timeout: 121 seconds)
  197. # [02:05] * Quits: mats (chatzilla@moz-6svtv8.priv.bahnhof.se) (Quit: ChatZilla 0.9.92 [Firefox 42.0/20151029151421])
  198. # [02:07] * Quits: bbondy (bbondy@moz-ahsdem.home.cgocable.net) (Ping timeout: 121 seconds)
  199. # [02:08] * Quits: mixedpuppy (mixedpuppy@moz-67b.ehc.196.69.IP) (Client exited)
  200. # [02:08] * Quits: dholbert_ (dholbert@moz-pnm275.static.fusionbroadband.com) (Quit: Ex-Chat)
  201. # [02:09] * Joins: surkov_ (surkov@moz-p0o.890.114.24.IP)
  202. # [02:09] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/f39db2865764 - Jared Wein - Bug 1227717 - Tweak the margin-end on the gear button on Windows to better align with the alert close button. r=MattN
  203. # [02:10] * Quits: clokep (Instantbird@moz-r19lfq.cable.rcn.com) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  204. # [02:10] * Quits: jesup|pto (chatzilla@moz-l7d6u7.fios.verizon.net) (Ping timeout: 121 seconds)
  205. # [02:10] * Quits: surkov (surkov@moz-an5vm5.cable.teksavvy.com) (Ping timeout: 121 seconds)
  206. # [02:10] * surkov_ is now known as surkov
  207. # [02:11] * Joins: mreavy|pto_ (chatzilla@moz-l7d6u7.fios.verizon.net)
  208. # [02:11] * Quits: mreavy|pto (chatzilla@moz-l7d6u7.fios.verizon.net) (Ping timeout: 121 seconds)
  209. # [02:12] * mreavy|pto_ is now known as mreavy|pto
  210. # [02:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e79cd09c87da - Nicholas Nethercote - Bug 1223319 (part 1) - Remove unused function nsICODecoder::CalcAlphaRowSize(). r=seth.
  211. # [02:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0a5b47980443 - Nicholas Nethercote - Bug 1220021 (part 1) - Don't treat 0RGB ICO files as transparent. r=seth.
  212. # [02:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/37ecff04dcd1 - Nicholas Nethercote - Bug 1220021 (part 2) - Add four reftests. r=seth.
  213. # [02:14] * Quits: surkov (surkov@moz-p0o.890.114.24.IP) (Ping timeout: 121 seconds)
  214. # [02:15] * Joins: surkov (surkov@moz-an5vm5.cable.teksavvy.com)
  215. # [02:17] * Joins: dzbarsky (Adium@moz-5q9o0m.82pc.j76f.0646.2601.IP)
  216. # [02:18] * mattwoodrow is now known as mattwoodrow|away
  217. # [02:19] * Quits: jgilbert (Jeff@moz-mii8qm.ujol.1ibb.0101.2620.IP) (Ping timeout: 121 seconds)
  218. # [02:19] * Joins: Shrooms (Shrooms@moz-j92fqa.ip.windstream.net)
  219. # [02:20] * Joins: pcwalton (pcwalton@moz-960.su7.184.12.IP)
  220. # [02:21] * Joins: edgar (Thunderbird@moz-2hf62a.HINET-IP.hinet.net)
  221. # [02:22] * stephend is now known as stephend|afk
  222. # [02:23] * Quits: Boriss (Boriss@moz-aq4.h2b.247.173.IP) (Client exited)
  223. # [02:23] * mattwoodrow|away is now known as mattwoodrow
  224. # [02:25] * Joins: sicking (sicking@moz-cfhap5.mtv2.mozilla.com)
  225. # [02:25] * Quits: dzbarsky (Adium@moz-5q9o0m.82pc.j76f.0646.2601.IP) (Quit: Leaving.)
  226. # [02:27] * Joins: Boriss (Boriss@moz-aq4.h2b.247.173.IP)
  227. # [02:28] * Joins: evanxd (Adium@moz-uih6ph.dynamic.hinet.net)
  228. # [02:29] * Quits: shorlander (shorlander@moz-4lj2qn.lsvlky.sbcglobal.net) (Quit: )
  229. # [02:29] * Quits: surkov (surkov@moz-an5vm5.cable.teksavvy.com) (Client exited)
  230. # [02:30] * Joins: jgilbert (Jeff@moz-mii8qm.ujol.1ibb.0101.2620.IP)
  231. # [02:30] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
  232. # [02:36] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
  233. # [02:36] * jlund is now known as jlund|away
  234. # [02:37] * Joins: daoshengmu (uid99282@moz-f02scb.charlton.irccloud.com)
  235. # [02:39] * Quits: nattokirai (nattokirai@moz-9rv9tl.dh-connect.net) (Client exited)
  236. # [02:41] * Joins: m_kato (m_kato@moz-9rv9tl.dh-connect.net)
  237. # [02:42] * Joins: surkov (surkov@moz-an5vm5.cable.teksavvy.com)
  238. # [02:44] * Joins: nattokirai (nattokirai@moz-9rv9tl.dh-connect.net)
  239. # [02:44] * Quits: BenWa (bgirard@moz-2as2d7.cable.teksavvy.com) (Client exited)
  240. # [02:45] * Quits: sicking (sicking@moz-cfhap5.mtv2.mozilla.com) (Client exited)
  241. # [02:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5a84fdee7bfb - L. David Baron - Bug 1217833 followup - Add margin to avoid fuzz on reftest.
  242. # [02:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e37ce5b407ef - L. David Baron - Bug 1227501 patch 1 - Don't check flags for eCSSPropertyExtra_variable. r=xidorn
  243. # [02:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/068458c29b69 - Jesse Ruderman - Bug 1227501 patch 2 - Crashtest.
  244. # [02:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7fe7a1db6ab8 - L. David Baron - Bug 1227501 patch 3 - Handle custom properties correctly in transition-property. r=xidorn
  245. # [02:48] * Quits: mshal (mshal@moz-sllsof.fios.verizon.net) (Quit: leaving)
  246. # [02:48] * Joins: c0mrad3 (uid26809@moz-29q44j.charlton.irccloud.com)
  247. # [02:50] * Joins: kershaw (kershaw@moz-2hf62a.HINET-IP.hinet.net)
  248. # [02:50] * KWierso is now known as KWierso|PTO|holiday
  249. # [02:54] * Joins: tessarakt (jens@moz-ishkhr.dyn.telefonica.de)
  250. # [02:55] * Quits: francois (francois@moz-cnggv3.fmarier.org) (Quit: ZNC - http://znc.in)
  251. # [02:55] * Quits: billm (billm@moz-pc1vh7.mh2d.1ibb.0101.2620.IP) (Quit: Leaving)
  252. # [02:57] * Joins: atsai (atsai@moz-2hf62a.HINET-IP.hinet.net)
  253. # [02:57] * Quits: Sxean (Sxean@moz-rd7.51j.125.50.IP) (A TLS packet with unexpected length was received.)
  254. # [02:57] * Joins: bbondy (bbondy@moz-ahsdem.home.cgocable.net)
  255. # [03:00] * dminor is now known as dminor|afk
  256. # [03:01] * bc|bbiab is now known as bc
  257. # [03:01] * Quits: bbondy (bbondy@moz-ahsdem.home.cgocable.net) (Ping timeout: 121 seconds)
  258. # [03:02] * Quits: MMurrell (MaxMurrell@moz-rd7.51j.125.50.IP) (Ping timeout: 121 seconds)
  259. # [03:02] * Quits: lizzard (ehenry@moz-m8bpm8.ca.comcast.net) (Client exited)
  260. # [03:02] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/aef73dcc9acc - Mike Conley - Bug 1227444 - Remove a closed window from _windows right away without waiting for a flush to complete. r=billm
  261. # [03:05] * Quits: azakai (alon@moz-d25vbu.mh2d.1ibb.0101.2620.IP) (Ping timeout: 121 seconds)
  262. # [03:06] * Joins: sicking (sicking@moz-ir1.tdl.56.172.IP)
  263. # [03:07] * Quits: sicking (sicking@moz-ir1.tdl.56.172.IP) (Client exited)
  264. # [03:08] * Quits: pcwalton (pcwalton@moz-960.su7.184.12.IP) (Client exited)
  265. # [03:08] * Joins: tessarakt2 (jens@moz-su5li8.dyn.telefonica.de)
  266. # [03:09] * Joins: allstarschh (allstars@moz-2hf62a.HINET-IP.hinet.net)
  267. # [03:10] * Quits: JMercado (JaymeMercad@moz-rd7.51j.125.50.IP) (Ping timeout: 121 seconds)
  268. # [03:10] * Joins: capella-s3 (capella-s3@moz-j2agl9.rq6o.8gsn.6000.2604.IP)
  269. # [03:11] * Quits: luke (luke@moz-fk7pee.tx.charter.com) (Connection closed)
  270. # [03:11] * Quits: tessarakt (jens@moz-ishkhr.dyn.telefonica.de) (Ping timeout: 121 seconds)
  271. # [03:12] * Joins: bbondy (bbondy@moz-ahsdem.home.cgocable.net)
  272. # [03:12] * Joins: Jerry_Mac (hshih@moz-2hf62a.HINET-IP.hinet.net)
  273. # [03:12] * Quits: bgrins (bgrins@moz-nrdg1r.5rnr.mii9.0647.2601.IP) (Quit: Leaving.)
  274. # [03:15] * Joins: jduell_ (jduell@moz-4e7l50.tukw.qwest.net)
  275. # [03:16] * Quits: jduell (jduell@moz-rpmp7n.tukw.qwest.net) (Ping timeout: 121 seconds)
  276. # [03:16] * jduell_ is now known as jduell
  277. # [03:16] * Quits: bbondy (bbondy@moz-ahsdem.home.cgocable.net) (Ping timeout: 121 seconds)
  278. # [03:17] * Quits: Jerry_Mac (hshih@moz-2hf62a.HINET-IP.hinet.net) (Quit: Leaving)
  279. # [03:17] * Joins: karlt (karl@moz-usst77.nn3i.kiip.e780.2400.IP)
  280. # [03:19] * Quits: surkov (surkov@moz-an5vm5.cable.teksavvy.com) (Client exited)
  281. # [03:19] * Quits: a-865 (fmcz@moz-ipbm7f.cable.mindspring.com) (Ping timeout: 121 seconds)
  282. # [03:22] * Joins: roguishmountain (Thunderbird@moz-s6r9ae.fios.verizon.net)
  283. # [03:22] * Quits: capella-s3 (capella-s3@moz-j2agl9.rq6o.8gsn.6000.2604.IP) (Ping timeout: 121 seconds)
  284. # [03:23] * Joins: azakai|2 (alon@moz-l3ofdg.sntcca.sbcglobal.net)
  285. # [03:24] * Joins: a-865 (fmcz@moz-ipbm7f.cable.mindspring.com)
  286. # [03:25] * Quits: gandalf (zbraniecki@moz-5v49kg.ca.comcast.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
  287. # [03:25] * Quits: catalinb (catalin@moz-u9on54.eregie.pub.ro) (Quit: Leaving)
  288. # [03:26] * Quits: roguishmountain (Thunderbird@moz-s6r9ae.fios.verizon.net) (Ping timeout: 121 seconds)
  289. # [03:27] * Joins: bbondy (bbondy@moz-ahsdem.home.cgocable.net)
  290. # [03:31] * Quits: adusca|afk (uid71833@moz-2mjhct.tooting.irccloud.com) (Quit: Connection closed for inactivity)
  291. # [03:32] <philor> we should do SETA on try
  292. # [03:32] * KaiRo_away is now known as KaiRo
  293. # [03:33] <philor> that way instead of whinging about skipped suites and platforms that are totally apparent and controllable, people could whinge about only having a 1 in 12 chance of getting the suite they need when they need it
  294. # [03:33] <philor> I'd love the company
  295. # [03:34] * khuey is now known as khuey|away
  296. # [03:34] * Quits: bdahl (bdahl@moz-u3dg2t.sfo1.mozilla.com) (A TLS packet with unexpected length was received.)
  297. # [03:35] * Joins: capella-s3 (capella-s3@moz-j2agl9.rq6o.8gsn.6000.2604.IP)
  298. # [03:37] * lmandel is now known as lmandel_afk
  299. # [03:39] * Quits: bwc1 (Adium@moz-avrtg7.rcsntx.sbcglobal.net) (Quit: Leaving.)
  300. # [03:39] * Joins: roguishmountain (Thunderbird@moz-s6r9ae.fios.verizon.net)
  301. # [03:40] * Joins: bwc (Adium@moz-avrtg7.rcsntx.sbcglobal.net)
  302. # [03:41] * Quits: &dbaron (dbaron@moz-mbhc6k.2rkg.9kg1.0101.2620.IP) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  303. # [03:44] * Quits: azakai|2 (alon@moz-l3ofdg.sntcca.sbcglobal.net) (Connection closed)
  304. # [03:44] * Joins: azakai|2_ (alon@moz-l3ofdg.sntcca.sbcglobal.net)
  305. # [03:45] * Quits: jimb (user@moz-09a.i8g.126.207.IP) (Ping timeout: 121 seconds)
  306. # [03:46] * hwine is now known as hwine-ooo
  307. # [03:48] * Quits: capella-s3 (capella-s3@moz-j2agl9.rq6o.8gsn.6000.2604.IP) (Ping timeout: 121 seconds)
  308. # [03:49] * Joins: vicamo (vicamo@moz-8o1.p7n.41.175.IP)
  309. # [03:50] * Joins: bgrins (bgrins@moz-shphra.5rnr.mii9.0647.2601.IP)
  310. # [03:56] * Quits: bgrins (bgrins@moz-shphra.5rnr.mii9.0647.2601.IP) (Quit: Leaving.)
  311. # [03:57] * Joins: bbondy_ (bbondy@moz-ahsdem.home.cgocable.net)
  312. # [03:58] * Quits: bbondy (bbondy@moz-ahsdem.home.cgocable.net) (Connection closed)
  313. # [03:59] * Quits: Waldo (waldo@moz-8dc1vi.2rkg.9kg1.0101.2620.IP) (Quit: back tomorrow)
  314. # [04:00] * Joins: sankha (sankha@moz-g7l.b0d.106.27.IP)
  315. # [04:01] * Quits: kanru (kanru@moz-2hf62a.HINET-IP.hinet.net) (Connection closed)
  316. # [04:02] * Joins: capella-s3 (capella-s3@moz-j2agl9.rq6o.8gsn.6000.2604.IP)
  317. # [04:02] * Quits: tessarakt2 (jens@moz-su5li8.dyn.telefonica.de) (Ping timeout: 121 seconds)
  318. # [04:05] * Quits: sankha (sankha@moz-g7l.b0d.106.27.IP) (Ping timeout: 121 seconds)
  319. # [04:05] * glob|away is now known as glob
  320. # [04:06] * Joins: kanru (kanru@moz-2hf62a.HINET-IP.hinet.net)
  321. # [04:13] * Quits: Boriss (Boriss@moz-aq4.h2b.247.173.IP) (Client exited)
  322. # [04:14] * Quits: capella-s3 (capella-s3@moz-j2agl9.rq6o.8gsn.6000.2604.IP) (Ping timeout: 121 seconds)
  323. # [04:15] * Joins: capella-s3 (capella-s3@moz-j2agl9.rq6o.8gsn.6000.2604.IP)
  324. # [04:16] * jhlin|away is now known as jhlin
  325. # [04:21] * Quits: Shrooms (Shrooms@moz-j92fqa.ip.windstream.net) (Ping timeout: 121 seconds)
  326. # [04:21] <philor> mattwoodrow: jetpack on Windows would rather you didn't, @ mozilla::GetScrollClipIntersection
  327. # [04:21] <mattwoodrow> oh jetpack :(
  328. # [04:22] <philor> probably this stray 10.6 jetpack crash, too
  329. # [04:22] <philor> yup
  330. # [04:24] <mattwoodrow> oh, that’s fairly obvious actually
  331. # [04:24] <mattwoodrow> philor: Can I push a fix or would you prefer to backout?
  332. # [04:24] <philor> mattwoodrow: "would you prefer to back out for Jetpack tests?" hahahahaha
  333. # [04:24] <mattwoodrow> a+
  334. # [04:25] <philor> go ahead, I have to stare at the fact that BenWa broke a linux64 w-p-t serviceworker test with a d3d patch
  335. # [04:25] <mattwoodrow> thanks
  336. # [04:26] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/dd4e51f9f4aa - Matt Woodrow - Bug 1222880 - Followup to handle the case when aStopAtAnimatedGeometryRoot isn't an ancestor of aAnimatedGeometryRoot. CLOSED TREE
  337. # [04:26] * Joins: jdm (jdm@moz-3eu2pc.cpe.teksavvy.com)
  338. # [04:27] * Quits: capella-s3 (capella-s3@moz-j2agl9.rq6o.8gsn.6000.2604.IP) (Ping timeout: 121 seconds)
  339. # [04:30] * Joins: BenWa (bgirard@moz-2as2d7.cable.teksavvy.com)
  340. # [04:30] * jhlin is now known as jhlin|away
  341. # [04:30] * Joins: surkov (surkov@moz-an5vm5.cable.teksavvy.com)
  342. # [04:33] * jhlin|away is now known as jhlin
  343. # [04:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/45a665ae8dc7 - Karl Tomlinson - bug 1227008 use GtkPaperSize in GtkPageSetup directly, instead of maintaining a separate copy r=acomminos
  344. # [04:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6453b572ff54 - Karl Tomlinson - bug 866955 annotate 423107-1.xhtml crashtest assertion failure r=mats
  345. # [04:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/390cb35d9245 - Andrew Comminos - Bug 1198613 - Use GTK style padding for dropdown boxes in HTML. r=karlt
  346. # [04:38] * Quits: chewey (chewey@moz-v88oat.dip0.t-ipconnect.de) (NickServ (RECOVER command used by chewey_))
  347. # [04:38] * Joins: chewey (chewey@moz-0r6utd.dip0.t-ipconnect.de)
  348. # [04:41] * justindarc|brb is now known as justindarc
  349. # [04:41] * Quits: justindarc (justindarc@moz-lev.v84.203.209.IP) (Quit: )
  350. # [04:41] * Quits: wcpan (quassel@moz-iot3vo.info) (Quit: No Ping reply in 180 seconds.)
  351. # [04:42] * Joins: wcpan (quassel@moz-iot3vo.info)
  352. # [04:42] * Joins: Shrooms (Shrooms@moz-j92fqa.ip.windstream.net)
  353. # [04:45] <tnikkel> mattwoodrow: hmm, so that crasher fix means we'll return the accumulated scroll clip, instead of the empty scroll clip like we did before in that situation
  354. # [04:46] * Joins: Boriss (Boriss@moz-dkeprl.PUBLIC.monkeybrains.net)
  355. # [04:48] * Joins: Boriss_ (Boriss@moz-dkeprl.PUBLIC.monkeybrains.net)
  356. # [04:48] * Quits: roguishmountain (Thunderbird@moz-s6r9ae.fios.verizon.net) (Ping timeout: 121 seconds)
  357. # [04:50] * Quits: Boriss (Boriss@moz-dkeprl.PUBLIC.monkeybrains.net) (Ping timeout: 121 seconds)
  358. # [04:50] * Boriss_ is now known as Boriss
  359. # [04:50] * Quits: marcosc (marcosc@moz-29a.do1.52.113.IP) (A TLS packet with unexpected length was received.)
  360. # [04:52] * jhlin is now known as jhlin|away
  361. # [04:53] * jhlin|away is now known as jhlin
  362. # [04:57] <mattwoodrow> tnikkel: Ah, good catch
  363. # [04:57] * Quits: atsai (atsai@moz-2hf62a.HINET-IP.hinet.net) (Quit: This computer has gone to sleep)
  364. # [04:57] * Quits: bbondy_ (bbondy@moz-ahsdem.home.cgocable.net) (Ping timeout: 121 seconds)
  365. # [04:59] <mattwoodrow> tnikkel: I’m not sure how it crashes at all actually, should we have hit the root agr and got a null CrossDocParentFrame before we got a null agr?
  366. # [04:59] * Joins: francois (francois@moz-cnggv3.fmarier.org)
  367. # [05:00] * Joins: marcosc (marcosc@moz-29a.do1.52.113.IP)
  368. # [05:00] <mattwoodrow> I need to go now, feel free to push a fix, or I’ll do it tonight
  369. # [05:00] <tnikkel> mattwoodrow: if we're painting a popup frame, or not painting to the window our root reference frame can have a parent
  370. # [05:00] * Joins: jimb (user@moz-6gkikn.or.comcast.net)
  371. # [05:00] * Joins: bbondy (bbondy@moz-ahsdem.home.cgocable.net)
  372. # [05:00] <tnikkel> mattwoodrow: ok
  373. # [05:03] <mattwoodrow> tnikkel: ah, of course, so just handling agr == nullptr and returning DisplayItemClip() matches the old behaviour then
  374. # [05:04] <tnikkel> mattwoodrow: i think so
  375. # [05:04] <mattwoodrow> or better even, since it’ll break out of the loop at the root reference frame, not the frame tree root
  376. # [05:04] <tnikkel> yeah
  377. # [05:04] * Quits: bwc (Adium@moz-avrtg7.rcsntx.sbcglobal.net) (Quit: Leaving.)
  378. # [05:04] * Quits: bbondy (bbondy@moz-ahsdem.home.cgocable.net) (Ping timeout: 121 seconds)
  379. # [05:05] * Joins: bbondy (bbondy@moz-ahsdem.home.cgocable.net)
  380. # [05:05] * Quits: bbondy (bbondy@moz-ahsdem.home.cgocable.net) (Connection closed)
  381. # [05:06] * Joins: yzen (yzen@moz-rjb4dr.cable.teksavvy.com)
  382. # [05:06] * Joins: bbondy (bbondy@moz-ahsdem.home.cgocable.net)
  383. # [05:06] * Joins: roguishmountain (Thunderbird@moz-s6r9ae.fios.verizon.net)
  384. # [05:06] * Joins: bwc (Adium@moz-avrtg7.rcsntx.sbcglobal.net)
  385. # [05:07] * Quits: bwc (Adium@moz-avrtg7.rcsntx.sbcglobal.net) (Quit: Leaving.)
  386. # [05:07] * Joins: capella-s3 (capella-s3@moz-j2agl9.rq6o.8gsn.6000.2604.IP)
  387. # [05:13] * Joins: mixedpuppy (mixedpuppy@moz-48l.lca.114.24.IP)
  388. # [05:15] * Joins: ehugg (ehugg@moz-rfh.sr5.107.128.IP)
  389. # [05:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7d1c223f397c - Jeff Gilbert - Bug 1221822 - Finish the WebGL texture refactor. r=kamidphish,mattwoodrow,bz
  390. # [05:16] * Quits: roguishmountain (Thunderbird@moz-s6r9ae.fios.verizon.net) (Ping timeout: 121 seconds)
  391. # [05:17] * Joins: dzbarsky (Adium@moz-igl3ao.82pc.j76f.0646.2601.IP)
  392. # [05:19] * Joins: KaIRC (robert@moz-go0707.highway.telekom.at)
  393. # [05:19] * Quits: jgriffin (uid51409@moz-si9qbr.highgate.irccloud.com) (Quit: Connection closed for inactivity)
  394. # [05:20] * Quits: capella-s3 (capella-s3@moz-j2agl9.rq6o.8gsn.6000.2604.IP) (Ping timeout: 121 seconds)
  395. # [05:20] * Quits: jgilbert (Jeff@moz-mii8qm.ujol.1ibb.0101.2620.IP) (Ping timeout: 121 seconds)
  396. # [05:20] * Quits: jduell (jduell@moz-4e7l50.tukw.qwest.net) (Client exited)
  397. # [05:20] * Quits: mixedpuppy (mixedpuppy@moz-48l.lca.114.24.IP) (Client exited)
  398. # [05:21] * Joins: jduell (jduell@moz-4e7l50.tukw.qwest.net)
  399. # [05:21] * Joins: dbaron (dbaron@moz-1ufb1d.dynamic.fusionbroadband.com)
  400. # [05:21] * killer sets mode: +ao dbaron dbaron
  401. # [05:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5e8bd912ef98 - Timothy Nikkel - Bug 1222880. Followup to the followup to handle the case when aStopAtAnimatedGeometryRoot isn't an ancestor of aAnimatedGeometryRoot the same way we did before the patches of this bug. r=mattwoordrow (more or less)
  402. # [05:22] * Quits: KaiRo (robert@moz-np8s8c.highway.telekom.at) (Ping timeout: 121 seconds)
  403. # [05:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/e0d5226c85f2 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  404. # [05:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/94202eb8f175 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  405. # [05:29] * Quits: jduell (jduell@moz-4e7l50.tukw.qwest.net) (Client exited)
  406. # [05:31] * Quits: KaIRC (robert@moz-go0707.highway.telekom.at) (Connection closed)
  407. # [05:34] * Quits: ggp (ggp@moz-dq14df.telesp.net.br) (Ping timeout: 121 seconds)
  408. # [05:35] * Quits: dzbarsky (Adium@moz-igl3ao.82pc.j76f.0646.2601.IP) (Quit: Leaving.)
  409. # [05:36] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c7f292f6ed59 - Phil Ringnalda - Back out 94ac8462f124 (bug 1225121) for frequent e10s failures in claim-using-registration.https.html
  410. # [05:37] <philor> what's the opposite of oh, my daughter, oh, my ducats?
  411. # [05:37] <philor> oh, my wpt-e10s, oh, my b2g patch?
  412. # [05:39] * Quits: fracting (fracting@moz-etr.siu.9.119.IP) (Connection closed)
  413. # [05:39] <philor> mconley: bustage
  414. # [05:43] * Quits: jib (jib@moz-j7m6lt.dyn.optonline.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
  415. # [05:43] * Quits: voidhawk (thesquib@moz-facl3p.co.nz) (Connection closed)
  416. # [05:43] * Joins: dzbarsky (Adium@moz-678lle.82pc.j76f.0646.2601.IP)
  417. # [05:44] <mconley> :( looking...
  418. # [05:44] <philor> mmm, and a push-and-go-home-for-5-days on beta, that's nice
  419. # [05:45] <mconley> philor: sorry - I'll back myself out on fx-team.
  420. # [05:45] <mconley> thought that one was open and shut.
  421. # [05:45] <philor> mconley: thanks - those are the second-worst, just behind "I'll just make the change from that review comment, he must be right"
  422. # [05:46] <philor> let's just see how far behind my mozilla-beta tree is...
  423. # [05:47] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/31cf031ca23e - Mike Conley - Backed out changeset aef73dcc9acc for bustage.
  424. # [05:47] * Joins: voidhawk (thesquib@moz-facl3p.co.nz)
  425. # [05:47] * Joins: mixedpuppy (mixedpuppy@moz-48l.lca.114.24.IP)
  426. # [05:48] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e7b4f2039cd1 - Nicholas Nethercote - Bug 1187146 - Replace nsBaseHashtable::Enumerate() calls in js/xpconnect/ with iterators. r=mrbkap.
  427. # [05:48] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/83b622d14755 - Nicholas Nethercote - Bug 1227020 - Replace nsBaseHashtable::Enumerate() calls in widget/ with iterators. r=roc.
  428. # [05:48] * Joins: drno (nohlmeier@moz-vp31sp.ca.comcast.net)
  429. # [05:50] * Quits: mixedpuppy (mixedpuppy@moz-48l.lca.114.24.IP) (Client exited)
  430. # [05:52] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/89a4374c8f67 - Phil Ringnalda - Back out 2 changesets (bug 1224893) for a=bustage
  431. # [05:55] * Quits: drno (nohlmeier@moz-vp31sp.ca.comcast.net) (Ping timeout: 121 seconds)
  432. # [05:57] * Joins: drno (nohlmeier@moz-vp31sp.ca.comcast.net)
  433. # [05:59] * Quits: yzen (yzen@moz-rjb4dr.cable.teksavvy.com) (Connection closed)
  434. # [06:00] * Joins: sankha (sankha@moz-g7l.b0d.106.27.IP)
  435. # [06:00] * Joins: yzen (yzen@moz-rjb4dr.cable.teksavvy.com)
  436. # [06:02] * Joins: luke (luke@moz-fk7pee.tx.charter.com)
  437. # [06:02] * Quits: dzbarsky (Adium@moz-678lle.82pc.j76f.0646.2601.IP) (Quit: Leaving.)
  438. # [06:03] * Quits: drno (nohlmeier@moz-vp31sp.ca.comcast.net) (Ping timeout: 121 seconds)
  439. # [06:03] * Joins: fracting (fracting@moz-etr.siu.9.119.IP)
  440. # [06:04] * Quits: sankha (sankha@moz-g7l.b0d.106.27.IP) (Connection closed)
  441. # [06:05] * Quits: jdm (jdm@moz-3eu2pc.cpe.teksavvy.com) (Quit: )
  442. # [06:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e1372ddbf94d - Sotaro Ikeda - Bug 1227415 - Fix copy buffer size r=jolin
  443. # [06:09] * Quits: jimb (user@moz-6gkikn.or.comcast.net) (Ping timeout: 121 seconds)
  444. # [06:10] * Joins: capella-s3 (capella-s3@moz-j2agl9.rq6o.8gsn.6000.2604.IP)
  445. # [06:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/880bab4fbe0a - Tooru Fujisawa - Bug 1226936 - Remove PreserveRegExpStatics and telemetry for it. r=till
  446. # [06:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/467c39dee882 - Tooru Fujisawa - Bug 1226936 - Part 2: Update Histograms.json description to follow jscompartment.h. r=bsmedberg
  447. # [06:11] * Joins: astley (astley@moz-2hf62a.HINET-IP.hinet.net)
  448. # [06:12] * Quits: rkent (Thunderbird@moz-a4bmrv.wa.comcast.net) (Client exited)
  449. # [06:22] * Quits: capella-s3 (capella-s3@moz-j2agl9.rq6o.8gsn.6000.2604.IP) (Ping timeout: 121 seconds)
  450. # [06:23] * Joins: dzbarsky (Adium@moz-i8tmnv.82pc.j76f.0646.2601.IP)
  451. # [06:26] * Quits: bbondy (bbondy@moz-ahsdem.home.cgocable.net) (Connection closed)
  452. # [06:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/8021382da972 - Andrew Comminos - Bug 1203135 - Terminate linking if maximum vertex attribute count is exceeded on Mesa. r=jgilbert
  453. # [06:29] * Quits: kanru (kanru@moz-2hf62a.HINET-IP.hinet.net) (A TLS packet with unexpected length was received.)
  454. # [06:29] * Quits: francois (francois@moz-cnggv3.fmarier.org) (Quit: ZNC - http://znc.in)
  455. # [06:30] * Joins: kanru (kanru@moz-2hf62a.HINET-IP.hinet.net)
  456. # [06:30] * Quits: @ehsan (ehsan@moz-kku.764.213.67.IP) (A TLS packet with unexpected length was received.)
  457. # [06:30] * Joins: pcwalton (pcwalton@moz-4so1sf.public.wayport.net)
  458. # [06:31] * Quits: pcwalton (pcwalton@moz-4so1sf.public.wayport.net) (Client exited)
  459. # [06:32] * Joins: ehsan (ehsan@moz-kku.764.213.67.IP)
  460. # [06:32] * killer sets mode: +o ehsan
  461. # [06:35] * Joins: rkent (Thunderbird@moz-a4bmrv.wa.comcast.net)
  462. # [06:36] * Quits: rkent (Thunderbird@moz-a4bmrv.wa.comcast.net) (Client exited)
  463. # [06:36] * Joins: rkent (Thunderbird@moz-a4bmrv.wa.comcast.net)
  464. # [06:37] * Quits: @ehsan (ehsan@moz-kku.764.213.67.IP) (Ping timeout: 121 seconds)
  465. # [06:37] * yzen is now known as yzen_
  466. # [06:40] * Quits: marcosc (marcosc@moz-29a.do1.52.113.IP) (A TLS packet with unexpected length was received.)
  467. # [06:41] * Parts: luke (luke@moz-fk7pee.tx.charter.com)
  468. # [06:42] * Quits: yzen_ (yzen@moz-rjb4dr.cable.teksavvy.com) (Ping timeout: 121 seconds)
  469. # [06:43] * Quits: DavidTJH (uid97756@moz-h50ota.ealing.irccloud.com) (Quit: Connection closed for inactivity)
  470. # [06:48] * Quits: @roc (chatzilla@moz-8b3t8p.nn3i.kiip.e780.2400.IP) (Ping timeout: 121 seconds)
  471. # [06:50] * Quits: rkent (Thunderbird@moz-a4bmrv.wa.comcast.net) (Client exited)
  472. # [06:52] * Joins: capella-s3 (capella-s3@moz-j2agl9.rq6o.8gsn.6000.2604.IP)
  473. # [07:02] * Joins: bbondy (bbondy@moz-ahsdem.home.cgocable.net)
  474. # [07:02] * Joins: ehsan (ehsan@moz-kku.764.213.67.IP)
  475. # [07:02] * killer sets mode: +o ehsan
  476. # [07:04] * Quits: capella-s3 (capella-s3@moz-j2agl9.rq6o.8gsn.6000.2604.IP) (Ping timeout: 121 seconds)
  477. # [07:04] * Joins: atsai (atsai@moz-2hf62a.HINET-IP.hinet.net)
  478. # [07:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/1d9e1b307e08 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  479. # [07:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/f498febc1be9 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  480. # [07:06] * Quits: @ehsan (ehsan@moz-kku.764.213.67.IP) (Ping timeout: 121 seconds)
  481. # [07:07] * Quits: bbondy (bbondy@moz-ahsdem.home.cgocable.net) (Ping timeout: 121 seconds)
  482. # [07:08] * Quits: dzbarsky (Adium@moz-i8tmnv.82pc.j76f.0646.2601.IP) (Quit: Leaving.)
  483. # [07:09] * Quits: fracting (fracting@moz-etr.siu.9.119.IP) (Connection closed)
  484. # [07:10] * Joins: sankha (sankha@moz-cg8.2mf.119.111.IP)
  485. # [07:15] * Joins: mixedpuppy (mixedpuppy@moz-48l.lca.114.24.IP)
  486. # [07:20] * Joins: dragana (Instantbird@moz-bfc4c4.c3sn.7h68.8388.2a02.IP)
  487. # [07:21] * Quits: sankha (sankha@moz-cg8.2mf.119.111.IP) (Connection closed)
  488. # [07:21] * Joins: sankha (sankha@moz-cg8.2mf.119.111.IP)
  489. # [07:22] <@bz> philor: Are you around?
  490. # [07:22] <@bz> Or anyone else who knows anything about the tree
  491. # [07:22] * Quits: ehugg (ehugg@moz-rfh.sr5.107.128.IP) (Client exited)
  492. # [07:23] <nigelb> bz: what's up?
  493. # [07:23] <nigelb> I'm still grabbing lunch and I can be back soonish.
  494. # [07:24] <@bz> nigelb: Which platforms debug builds do we run mochitest-JP on?
  495. # [07:24] <@bz> nigelb: on try?
  496. # [07:24] <@bz> nigelb: Apparently not linux64, but what about linux?
  497. # [07:24] <@bz> (linux32, that is)
  498. # [07:24] * @bz is not seeing it in his last linux32 push
  499. # [07:25] <@bz> hmm
  500. # [07:25] <@bz> If I toggle "show/hide excluded jobs" then it shows up?
  501. # [07:25] <@bz> So it's hidden by default?
  502. # [07:26] * Joins: fracting (fracting@moz-hni.8bd.31.116.IP)
  503. # [07:26] <nigelb> Oh joy
  504. # [07:26] <nigelb> yeah, it looks like it's hidden by default
  505. # [07:26] * Quits: mixedpuppy (mixedpuppy@moz-48l.lca.114.24.IP) (Client exited)
  506. # [07:26] <nigelb> let me check why.
  507. # [07:26] <nigelb> ah
  508. # [07:26] <nigelb> https://bugzilla.mozilla.org/show_bug.cgi?id=1206321
  509. # [07:27] * Joins: gandalf (zbraniecki@moz-5v49kg.ca.comcast.net)
  510. # [07:30] * Quits: dragana (Instantbird@moz-bfc4c4.c3sn.7h68.8388.2a02.IP) (Ping timeout: 121 seconds)
  511. # [07:30] * Quits: @njn (chatzilla@moz-j5l8nb.iinet.net.au) (Quit: ChatZilla 0.9.92 [Firefox 45.0a1/20151122135825])
  512. # [07:31] * philor hugs that bug
  513. # [07:32] <philor> poor little lost orphan, having to soldier on
  514. # [07:32] * Joins: capella-s3 (capella-s3@moz-j2agl9.rq6o.8gsn.6000.2604.IP)
  515. # [07:33] <philor> bz: and in general, we have thousands of tests disabled on linux because nobody can be bothered to look at why they fail there, so I really really wouldn't recommend that as your only try platform
  516. # [07:34] * Joins: h4writer (h4writer@moz-29ljil.6k93.qujl.1812.2a02.IP)
  517. # [07:35] * Quits: sankha (sankha@moz-cg8.2mf.119.111.IP) (Connection closed)
  518. # [07:35] * Quits: evanxd (Adium@moz-uih6ph.dynamic.hinet.net) (Connection closed)
  519. # [07:36] * Joins: evanxd (Adium@moz-2hf62a.HINET-IP.hinet.net)
  520. # [07:37] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
  521. # [07:38] <Mossop> I don't know why but my experience has been that linux (particularly linux64) is far more likely to fail in the tree than on a local machine. Most commonly focus failures seem to be an issue. It makes fixing intermittents very hard :(
  522. # [07:40] <philor> yeah, anything to do with focus or notifications is likely to be skip-if = os == "linux"
  523. # [07:41] * Joins: marcosc (marcosc@moz-29a.do1.52.113.IP)
  524. # [07:41] * Quits: gandalf (zbraniecki@moz-5v49kg.ca.comcast.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
  525. # [07:44] * Quits: capella-s3 (capella-s3@moz-j2agl9.rq6o.8gsn.6000.2604.IP) (Ping timeout: 121 seconds)
  526. # [07:44] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/fb68430090a5 - John Daggett - Bug 1167284 - implement localized name lookup for fontconfig font families. r=karlt, a=ritu
  527. # [07:44] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/14999fc92ea9 - John Daggett - Bug 1173260 - support multiple families for generics. r=heycam, a=ritu
  528. # [07:45] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/8d66f1f8df56 - John Daggett - Bug 1173260 - stub out tests that fail when 'cursive' is looked up via fontconfig. r=m_kato, a=ritu
  529. # [07:45] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/30cb37010709 - John Daggett - Bug 1163487 - sniff LANGUAGE when determining language for lang group. r=karlt, a=ritu
  530. # [07:45] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
  531. # [07:45] * Quits: ErikRose (erikrose@moz-vemooo.res.rr.com) (A TLS packet with unexpected length was received.)
  532. # [07:46] * Joins: roc (chatzilla@moz-fqb.ngs.98.121.IP)
  533. # [07:46] * killer sets mode: +o roc
  534. # [07:47] <philor> kats|away: ugh, https://treeherder.mozilla.org/#/jobs?repo=try&revision=2b2ccd8a47a5 doesn't look happy about scrollbar styles
  535. # [07:49] * Joins: ErikRose (erikrose@moz-vemooo.res.rr.com)
  536. # [07:50] * Joins: skeuomorf (skeuomorf@moz-f2b.21q.32.197.IP)
  537. # [07:52] <nigelb> I wonder what's making b2g tests randomly fail lately.
  538. # [07:52] <nigelb> I've seen that happen quite frequently since last week.
  539. # [07:53] * Joins: myk (myk@moz-pkvath.dynamic.fusionbroadband.com)
  540. # [07:56] * Quits: ErikRose (erikrose@moz-vemooo.res.rr.com) (A TLS packet with unexpected length was received.)
  541. # [07:57] <@bz> philor: awesome
  542. # [07:57] * Joins: ErikRose (erikrose@moz-vemooo.res.rr.com)
  543. # [07:57] <@bz> philor: So I can have try runs that complete in finite time but skip lots of tests...
  544. # [07:57] <@bz> philor: Or I can wait a few days for results.
  545. # [07:57] <@bz> philor: Simply stellar.
  546. # [07:57] * bz is now known as bz_sleep
  547. # [07:57] <philor> oh, my hours, oh, my not-backouts
  548. # [07:58] * @bz_sleep will just use inbound as his tryserver; it's less aggravating. ;)
  549. # [07:58] * Tomcat|afk is now known as Tomcat
  550. # [07:58] <philor> we don't actually have *any* days-long platforms at the moment
  551. # [07:58] * Joins: janv (varga@moz-h6r21h.dynamic.orange.sk)
  552. # [07:58] <Tomcat> good morning philor and nigel
  553. # [07:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/9145ebe2c0c3 - Jonathan Hao - Bug 1225422 - Update the PrivilegedPackageRoot certificate. r=keeler
  554. # [07:59] <@bz_sleep> philor: huh. I should try again, I guess. Last I had looked we had perma-huge queues on Mac and Windows, and all the mobile stuff was even worse in terms of end-to-end time
  555. # [07:59] * Joins: hardtolearn (Thunderbird@moz-u99.t4o.140.113.IP)
  556. # [07:59] <@bz_sleep> philor: But I see that right now the queues are empty-ish
  557. # [07:59] <philor> nigelb: I'm shocked to hear that there are b2g things not running well. do you mean like the number 3 thing on https://brasstacks.mozilla.com/orangefactor/, filed two months ago and with zero comments by not-us?
  558. # [08:00] * Joins: gcp (gcp@moz-i1ftkf.j41b.csd9.1812.2a02.IP)
  559. # [08:01] <philor> bz_sleep: sociologically, I really really enjoy those times when we get up over 24 hour backlogs, because it's fascinating to see just how long the effects last after the lag goes away - last time I think it was six months before I stopped seeing people who were basing their decisions on something no longer happening
  560. # [08:01] <nigelb> philor: yeah, that exact one. I'll chase people today. I've had good results in nagging people yesterday.
  561. # [08:01] * Quits: ErikRose (erikrose@moz-vemooo.res.rr.com) (Ping timeout: 121 seconds)
  562. # [08:01] <philor> just hide all their tests, they only fear the lash
  563. # [08:02] * Quits: fracting (fracting@moz-hni.8bd.31.116.IP) (Ping timeout: 121 seconds)
  564. # [08:03] * Quits: edgar (Thunderbird@moz-2hf62a.HINET-IP.hinet.net) (Connection closed)
  565. # [08:03] * Joins: edgar1 (Thunderbird@moz-2hf62a.HINET-IP.hinet.net)
  566. # [08:03] * Quits: edgar1 (Thunderbird@moz-2hf62a.HINET-IP.hinet.net) (Connection closed)
  567. # [08:03] * Joins: edgar (Thunderbird@moz-2hf62a.HINET-IP.hinet.net)
  568. # [08:03] <nigelb> philor: that got me good results yesterday ^_^
  569. # [08:06] * Joins: mixedpuppy (mixedpuppy@moz-48l.lca.114.24.IP)
  570. # [08:06] * Quits: gcp (gcp@moz-i1ftkf.j41b.csd9.1812.2a02.IP) (Ping timeout: 121 seconds)
  571. # [08:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/51ce619d52f5 - John Daggett - Bug 1226400 - null-check GetParentObject(). r=m_kato
  572. # [08:08] * Quits: marcosc (marcosc@moz-29a.do1.52.113.IP) (A TLS packet with unexpected length was received.)
  573. # [08:09] <philor> well, I see several decision tasks in the hundreds of minutes overdue, so maybe you won't have to worry about seeing tests run today
  574. # [08:10] <nigelb> looks like it's time to wake up garndt
  575. # [08:12] <Tomcat> nigelb: wcosta might be aroudn too and pmoore soon
  576. # [08:12] * Joins: dzbarsky (Adium@moz-v18mcd.ca.comcast.net)
  577. # [08:13] <nigelb> philor: Retriggers seem to fix 'em.
  578. # [08:15] * Joins: capella-s3 (capella-s3@moz-j2agl9.rq6o.8gsn.6000.2604.IP)
  579. # [08:15] * Joins: fracting (fracting@moz-etr.siu.9.119.IP)
  580. # [08:17] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0288a0a7003f - JW Wang - Bug 1218311 - Port the fix of bug 1193614 to VideoSink. r=cpearce.
  581. # [08:19] * Quits: karlt (karl@moz-usst77.nn3i.kiip.e780.2400.IP) (Ping timeout: 121 seconds)
  582. # [08:20] * Quits: myk (myk@moz-pkvath.dynamic.fusionbroadband.com) (Ping timeout: 121 seconds)
  583. # [08:20] * Joins: gcp (gcp@moz-i1ftkf.j41b.csd9.1812.2a02.IP)
  584. # [08:20] * Joins: developers289 (bzlandfill@moz-eon.e7q.174.93.IP)
  585. # [08:20] * Joins: gandalf (zbraniecki@moz-5v49kg.ca.comcast.net)
  586. # [08:21] * Quits: developers289 (bzlandfill@moz-eon.e7q.174.93.IP) (Quit: CGI:IRC (EOF))
  587. # [08:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9e87a89f401d - Chris H-C - Bug 506815 - Replace MouseTrailer with TrackMouseEvent. r=jimm
  588. # [08:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5efb9a11196b - Milan Sreckovic - Bug 634063 - Use gfxPrefs for some layers acceleration prefs. r=nical
  589. # [08:23] * Quits: LilyLappy (Cupcake@moz-h1eera.customer.tdc.net) (Ping timeout: 121 seconds)
  590. # [08:23] * Quits: gandalf (zbraniecki@moz-5v49kg.ca.comcast.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
  591. # [08:27] * Joins: sankha (sankha@moz-p75.u3k.143.114.IP)
  592. # [08:27] * Quits: capella-s3 (capella-s3@moz-j2agl9.rq6o.8gsn.6000.2604.IP) (Ping timeout: 121 seconds)
  593. # [08:28] * Joins: eyome (eyome@moz-gfketo.fbx.proxad.net)
  594. # [08:30] * Quits: sankha (sankha@moz-p75.u3k.143.114.IP) (Connection closed)
  595. # [08:30] * Joins: gandalf (zbraniecki@moz-5v49kg.ca.comcast.net)
  596. # [08:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e7a5e293d017 - Chris H-C - Bug 1107782 - Only accept certain mouse, gamepad events as user-active. r=smaug
  597. # [08:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4e7b94ff7084 - Nils Ohlmeier [:drno] - Bug 1188391 - separate immediate ICE failures from failures after checking. r=bwc, r=vladan
  598. # [08:30] * Joins: branor (Thunderbird@moz-tv8.87l.28.195.IP)
  599. # [08:31] * Joins: sankha (sankha@moz-p75.u3k.143.114.IP)
  600. # [08:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/dfbfbeb2abde - Kate McKinley - Bug 1191460 - Contextual Identity tests r=tanvi,r=ttaubert
  601. # [08:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/82c89f573e53 - Kate McKinley - Bug 1191460 - Rebased patch and added userContextId to origin attributes. r=tanvi, r=sicking
  602. # [08:32] * Joins: dgmurdockiii (dgmurdockii@moz-k0424l.in.comcast.net)
  603. # [08:32] * Quits: gandalf (zbraniecki@moz-5v49kg.ca.comcast.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
  604. # [08:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/76cee391a698 - Ben Bucksch - Bug 1200802 - Accept RFC1929 SOCKS credentials in proxyInfo. r=michal
  605. # [08:33] * Joins: gandalf (zbraniecki@moz-5v49kg.ca.comcast.net)
  606. # [08:33] * Joins: gsvelto (gsvelto@moz-3mvb2i.clienti.tiscali.it)
  607. # [08:33] * Quits: gandalf (zbraniecki@moz-5v49kg.ca.comcast.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
  608. # [08:34] * Joins: jhorak (jhorak@moz-o57g6j.net.upcbroadband.cz)
  609. # [08:34] * Quits: edgar (Thunderbird@moz-2hf62a.HINET-IP.hinet.net) (Connection closed)
  610. # [08:34] * Joins: edgar (Thunderbird@moz-2hf62a.HINET-IP.hinet.net)
  611. # [08:36] * Joins: mboldan (mihai.bolda@moz-662.esi.231.62.IP)
  612. # [08:37] * Quits: gsvelto (gsvelto@moz-3mvb2i.clienti.tiscali.it) (Ping timeout: 121 seconds)
  613. # [08:37] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
  614. # [08:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/61ad0b3da56a - Jorg K - Bug 1219928 - Skip misspelled words in style blocks. r=enndeakin.
  615. # [08:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/f6e89ea4a19f - Hector Zhao - Bug 1220547 - Setting favicon and keyword for a bookmark in distribution.ini. r=mak
  616. # [08:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/8233c8116679 - Vlad Filippov - Bug 1218022 - switch to fx_desktop_v2 context for Firefox Accounts. r=markh
  617. # [08:39] * Joins: avaida (Instantbird@moz-662.esi.231.62.IP)
  618. # [08:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/aaf070bf42d0 - Manuel Casas - Bug 1219005 - Open a new tab with the room context when joining an existing room. r=mikedeboer
  619. # [08:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/a725c681dee3 - Nick Fitzgerald - Bug 1226217 - Use less verbose cycle collection macros for mozilla::devtools::HeapSnapshot; r=bz
  620. # [08:42] * Quits: edgar (Thunderbird@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
  621. # [08:43] * Joins: rego (rego@moz-j9c.pu4.27.77.IP)
  622. # [08:44] * sheppy is now known as sheppy-offline
  623. # [08:44] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
  624. # [08:50] * Quits: BenWa (bgirard@moz-2as2d7.cable.teksavvy.com) (Client exited)
  625. # [08:51] * Joins: cornel_ionce (Mibbit@moz-q23.52n.2.5.IP)
  626. # [08:51] * Quits: janv (varga@moz-h6r21h.dynamic.orange.sk) (Quit: This computer has gone to sleep)
  627. # [08:52] * Quits: astley (astley@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
  628. # [08:53] * Joins: LilyLappy (Cupcake@moz-q57.cb1.19.185.IP)
  629. # [08:54] * Joins: gandalf (zbraniecki@moz-5v49kg.ca.comcast.net)
  630. # [08:54] * Joins: achronop (achronop@moz-gbl9un.dyn.forthnet.gr)
  631. # [08:55] * Joins: allstars (allstars@moz-2hf62a.HINET-IP.hinet.net)
  632. # [08:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/2d7c784d2787 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  633. # [08:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/1d84b52ca452 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  634. # [08:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/8fa6b8ebc6f1 - David Rajchenbach-Teller - Bug 1219145 - nsRefreshDriver::IsJankCritical(). r=hiro
  635. # [08:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/504bd9c5e9a9 - David Rajchenbach-Teller - Bug 1216972 - AsyncShutdown for content processes. r=froydnj
  636. # [08:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/657753f40cc7 - David Rajchenbach-Teller - Bug 1216972 - OS.File AsyncShutdown for content processes. r=froydnj
  637. # [08:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/e799e37d4bd2 - David Rajchenbach-Teller - Bug 1216972 - MediaManager AsyncShutdown for content processes. r=jesup
  638. # [08:56] * Joins: edgar (Thunderbird@moz-2hf62a.HINET-IP.hinet.net)
  639. # [08:56] * Quits: allstars (allstars@moz-2hf62a.HINET-IP.hinet.net) (A TLS packet with unexpected length was received.)
  640. # [08:56] * Joins: allstars (allstars@moz-2hf62a.HINET-IP.hinet.net)
  641. # [08:56] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
  642. # [08:57] * Quits: allstars (allstars@moz-2hf62a.HINET-IP.hinet.net) (Quit: Leaving)
  643. # [08:57] * Joins: allstarschh_nb (allstars@moz-2hf62a.HINET-IP.hinet.net)
  644. # [08:57] * Quits: allstarschh_nb (allstars@moz-2hf62a.HINET-IP.hinet.net) (Connection closed)
  645. # [08:57] * Joins: allstarschh_nb (allstars@moz-2hf62a.HINET-IP.hinet.net)
  646. # [08:58] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
  647. # [08:58] * Joins: ErikRose (erikrose@moz-vemooo.res.rr.com)
  648. # [08:58] * Quits: vicamo (vicamo@moz-8o1.p7n.41.175.IP) (Client exited)
  649. # [08:59] * Joins: capella-s3 (capella-s3@moz-j2agl9.rq6o.8gsn.6000.2604.IP)
  650. # [09:02] * Quits: ErikRose (erikrose@moz-vemooo.res.rr.com) (Ping timeout: 121 seconds)
  651. # [09:03] * Joins: Anupkumar (uid16774@moz-gsqbub.tooting.irccloud.com)
  652. # [09:04] * Quits: edgar (Thunderbird@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
  653. # [09:04] <glandium> Firefox is sucking memory and cpu, so I start the gecko profiler, and now Firefox is fighting with addr2line for cpu and memory
  654. # [09:06] * Quits: dzbarsky (Adium@moz-v18mcd.ca.comcast.net) (Quit: Leaving.)
  655. # [09:06] * Quits: nattokirai (nattokirai@moz-9rv9tl.dh-connect.net) (Ping timeout: 121 seconds)
  656. # [09:08] * Joins: marcosc (marcosc@moz-29a.do1.52.113.IP)
  657. # [09:09] * Joins: edgar (Thunderbird@moz-2hf62a.HINET-IP.hinet.net)
  658. # [09:10] * Quits: mixedpuppy (mixedpuppy@moz-48l.lca.114.24.IP) (Client exited)
  659. # [09:11] * Quits: capella-s3 (capella-s3@moz-j2agl9.rq6o.8gsn.6000.2604.IP) (Ping timeout: 121 seconds)
  660. # [09:12] * nigelb is now known as nigelb|sheriffduty
  661. # [09:12] * glob is now known as glob|away
  662. # [09:13] * Quits: atsai (atsai@moz-2hf62a.HINET-IP.hinet.net) (Quit: This computer has gone to sleep)
  663. # [09:14] * Quits: marcosc (marcosc@moz-29a.do1.52.113.IP) (Ping timeout: 121 seconds)
  664. # [09:15] * Joins: Aryx (Archaeopter@moz-shkt8h.cust.telecolumbus.net)
  665. # [09:17] * Joins: Dexter (Alessio@moz-n2mjoo.retail.telecomitalia.it)
  666. # [09:18] * whimboo|afk is now known as whimboo
  667. # [09:19] * Joins: Gijs (chatzilla@moz-q1tdpu.cable.virginm.net)
  668. # [09:20] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
  669. # [09:20] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/1e0a87fb06a3 - Alessio Placitelli - Bug 1222054 - Route shutdown/saved-session pings through TelemetrySend. r=gfritzsche, a=ritu
  670. # [09:20] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/6ad162acd38b - Alessio Placitelli - Bug 1222054 - Fix broken tests. r=gfritzsche, a=ritu
  671. # [09:21] * Quits: d1ndra (d1ndra@moz-c2d.e83.230.103.IP) (Ping timeout: 121 seconds)
  672. # [09:22] * Joins: kdudka (kdudka@moz-1e6hri.broadband18.iol.cz)
  673. # [09:22] * Joins: janv (varga@moz-h6r21h.dynamic.orange.sk)
  674. # [09:23] * Joins: ferjm (textual@moz-v3p1m3.dynamicIP.rima-tde.net)
  675. # [09:23] * Joins: elin (elin@moz-evbjvg.dynamic-ip.hinet.net)
  676. # [09:24] * Joins: adalucinet (Instantbird@moz-662.esi.231.62.IP)
  677. # [09:25] * Quits: rniwa (rniwa@moz-7b5uu3.ca.comcast.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
  678. # [09:26] * Joins: tzimmermann (tzimmermann@moz-cbc39l.pools.vodafone-ip.de)
  679. # [09:28] * Quits: bholley (bholley@moz-mehar5.ca.comcast.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  680. # [09:28] * Quits: flo-retina (Instantbird@moz-frdf7e.ip-37-59-48.eu) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  681. # [09:29] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
  682. # [09:30] * aselagea|afk is now known as aselagea|buildduty
  683. # [09:31] * Quits: sankha (sankha@moz-p75.u3k.143.114.IP) (Connection closed)
  684. # [09:33] * Joins: sankha (sankha@moz-cg8.2mf.119.111.IP)
  685. # [09:34] * Joins: astley (astley@moz-2hf62a.HINET-IP.hinet.net)
  686. # [09:36] * Quits: Shrooms (Shrooms@moz-j92fqa.ip.windstream.net) (Ping timeout: 121 seconds)
  687. # [09:37] * Joins: capella-s3 (capella-s3@moz-j2agl9.rq6o.8gsn.6000.2604.IP)
  688. # [09:37] * Joins: vicamo (vicamo@moz-8o1.p7n.41.175.IP)
  689. # [09:38] * Joins: roxlu (roxlu@moz-dqem8f.dynamic.ziggo.nl)
  690. # [09:38] * Joins: Sander (chatzilla@moz-98s.ga3.81.86.IP)
  691. # [09:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/04d7b2ac3ff8 - Johann Hofmann - Bug 1200674 - Allow flexible icon sizes in ExtensionUtils. r=dtownsend
  692. # [09:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/57dbf05c9f5b - Albert Juhé Lluveras - Bug 951714 - DevTools Themes: Update network panel table headers to match new theme. r=vporof
  693. # [09:42] * Joins: gsvelto (gsvelto@moz-3mvb2i.clienti.tiscali.it)
  694. # [09:43] * Joins: dragana (Instantbird@moz-hl1vkm.c3sn.7h68.8388.2a02.IP)
  695. # [09:43] * Quits: janv (varga@moz-h6r21h.dynamic.orange.sk) (Quit: This computer has gone to sleep)
  696. # [09:43] * Quits: edgar (Thunderbird@moz-2hf62a.HINET-IP.hinet.net) (Connection closed)
  697. # [09:43] * Joins: edgar (Thunderbird@moz-2hf62a.HINET-IP.hinet.net)
  698. # [09:44] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/eba071d5d5aa - Russ Nicoletti - Bug 1211433 - [Metrics] Increase thresholds for reflows r=janx
  699. # [09:45] * Joins: njn (chatzilla@moz-j5l8nb.iinet.net.au)
  700. # [09:45] * Joins: Standard8 (Standard8@moz-1hu.vrc.166.195.IP)
  701. # [09:47] * Quits: gcp (gcp@moz-i1ftkf.j41b.csd9.1812.2a02.IP) (Ping timeout: 121 seconds)
  702. # [09:48] * Joins: atsai (atsai@moz-2hf62a.HINET-IP.hinet.net)
  703. # [09:49] * Quits: capella-s3 (capella-s3@moz-j2agl9.rq6o.8gsn.6000.2604.IP) (Ping timeout: 121 seconds)
  704. # [09:53] * Quits: allstarschh_nb (allstars@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
  705. # [09:54] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/f4a13204b80a - Carsten "Tomcat" Book - Backed out changeset 337f0ed43821
  706. # [09:54] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/c7a2630ceab0 - Carsten "Tomcat" Book - Backed out changeset e3b938c0cde2 (bug 1226423)
  707. # [09:54] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/f8573ae21af8 - Carsten "Tomcat" Book - Backed out changeset 08c70292a9a8 (bug 1226423) to fix intermittent failure
  708. # [09:55] * Quits: &dbaron (dbaron@moz-1ufb1d.dynamic.fusionbroadband.com) (Ping timeout: 121 seconds)
  709. # [09:55] * Quits: edgar (Thunderbird@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
  710. # [09:56] * Quits: kdudka (kdudka@moz-1e6hri.broadband18.iol.cz) (Quit: Leaving)
  711. # [09:56] * Joins: edgar (Thunderbird@moz-2hf62a.HINET-IP.hinet.net)
  712. # [09:57] * Joins: allstarschh_nb (allstars@moz-2hf62a.HINET-IP.hinet.net)
  713. # [09:58] * Quits: astley (astley@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
  714. # [09:58] * Quits: sankha (sankha@moz-cg8.2mf.119.111.IP) (Connection closed)
  715. # [09:59] * Joins: ErikRose (erikrose@moz-vemooo.res.rr.com)
  716. # [10:01] * Joins: gcp (gcp@moz-i1ftkf.j41b.csd9.1812.2a02.IP)
  717. # [10:02] * Joins: astley (astley@moz-2hf62a.HINET-IP.hinet.net)
  718. # [10:02] * Quits: edgar (Thunderbird@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
  719. # [10:02] * Quits: dragana (Instantbird@moz-hl1vkm.c3sn.7h68.8388.2a02.IP) (Ping timeout: 121 seconds)
  720. # [10:03] * Quits: ErikRose (erikrose@moz-vemooo.res.rr.com) (Ping timeout: 121 seconds)
  721. # [10:06] * Joins: edgar (Thunderbird@moz-2hf62a.HINET-IP.hinet.net)
  722. # [10:07] * Quits: atsai (atsai@moz-2hf62a.HINET-IP.hinet.net) (Quit: This computer has gone to sleep)
  723. # [10:07] * Joins: ehsan (ehsan@moz-kku.764.213.67.IP)
  724. # [10:07] * killer sets mode: +o ehsan
  725. # [10:09] * Joins: dragana (Instantbird@moz-ube2b9.c3sn.7h68.8388.2a02.IP)
  726. # [10:11] * Quits: @ehsan (ehsan@moz-kku.764.213.67.IP) (Ping timeout: 121 seconds)
  727. # [10:12] * mwargers_afk is now known as mwargers
  728. # [10:12] * Quits: edgar (Thunderbird@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
  729. # [10:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ebb6fb453cca - David Anderson - Add APZ support for mousewheel.acceleration prefs. (bug 1214170, r=kats)
  730. # [10:14] <Tomcat> Dexter: ping
  731. # [10:14] <Dexter> Tomcat, pong
  732. # [10:15] <Tomcat> Dexter: hey :) just set the flags on bug 1222054 - wonder if 43 is affected if we maybe should ask for beta approval
  733. # [10:15] * Joins: edgar (Thunderbird@moz-2hf62a.HINET-IP.hinet.net)
  734. # [10:17] * Joins: capella-s3 (capella-s3@moz-j2agl9.rq6o.8gsn.6000.2604.IP)
  735. # [10:17] <Dexter> Tomcat, ouch, thanks! Sorry, I forgot about the flag :-E I'll check for 43 as well, good point
  736. # [10:17] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/d3d3c9f2ea37 - Benjamin Chen - Bug 1219300 - Add mutex to protect the |result| because the variable will be access by multiple threads at the same time. r=cpearce, a=ritu
  737. # [10:17] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/439a07e5ddca - Randell Jesup - Bug 1218799 - Shutdown MediaManager engines from the MediaManager thread. r=jib, a=ritu
  738. # [10:17] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/cf273db350d7 - Aaron Klotz - Bug 1222933 - Add am32-34121.dll to blocklist; r=bsmedberg, a=lizzard
  739. # [10:17] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/9b4c4ac82443 - Brian Grinstead - Bug 1201962 - Enable service worker logging in web console by default. r=ejpbruel, a=ritu
  740. # [10:18] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/cb3cd0920e76 - Felipe Gomes - Bug 1226487 - Allow e10s to run on Beta. r=mconley, a=lizzard
  741. # [10:18] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/4a24c951617a - Felipe Gomes - Bug 1226487 - Enable e10s checks for accessibility on Beta. r=mconley, a=lizzard
  742. # [10:18] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/7d2a8e1c3339 - Xidorn Quan - Bug 1227129 - Apply 'will-change: transform' to fullscreen-warning when it is shown. r=roc, a=lizzard
  743. # [10:18] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/23f7d90263fb - Mark Finkle - Bug 1215012 - mdnsd - Firefox Beta Android excessive battery usage. r=xeonchen, a=lizzard
  744. # [10:18] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/91b7f25540f0 - Chenxia Liu - Bug 1226523 - Fennec crashes after transferring bookmarks and history. r=margaret, a=lizzard
  745. # [10:18] <Tomcat> Dexter: np :)
  746. # [10:21] * Joins: bbondy (bbondy@moz-ahsdem.home.cgocable.net)
  747. # [10:22] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
  748. # [10:22] * Joins: wilsonpage (wilsonpage@moz-i6u.sut.111.217.IP)
  749. # [10:22] * Joins: janv (varga@moz-h6r21h.dynamic.orange.sk)
  750. # [10:24] * Joins: kestrel1 (Mibbit@moz-ifd7cm.exetel.com.au)
  751. # [10:25] * Quits: bbondy (bbondy@moz-ahsdem.home.cgocable.net) (Ping timeout: 121 seconds)
  752. # [10:26] * Quits: edgar (Thunderbird@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
  753. # [10:26] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/36bac9aa9b83 - Mark Finkle - Bug 1215012 - mdnsd - Firefox Beta Android excessive battery usage. r=xeonchen, a=lizzard
  754. # [10:26] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/20905912e6e0 - Felipe Gomes - Bug 1226487 - Allow e10s to run on Beta. r=mconley, a=lizzard
  755. # [10:26] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/6adfcf56bd53 - Felipe Gomes - Bug 1226487 - Enable e10s checks for accessibility on Beta. r=mconley, a=lizzard
  756. # [10:26] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
  757. # [10:26] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/26eda42c6254 - Chenxia Liu - Bug 1226523 - Fennec crashes after transferring bookmarks and history. r=margaret, a=lizzard
  758. # [10:27] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/31412cdfdf88 - Xidorn Quan - Bug 1227129 - Apply 'will-change: transform' to fullscreen-warning when it is shown. r=roc, a=lizzard
  759. # [10:27] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/07158fdbf7cb - Aaron Klotz - Bug 1222933 - Add am32-34121.dll to blocklist; r=bsmedberg, a=lizzard
  760. # [10:29] * Quits: capella-s3 (capella-s3@moz-j2agl9.rq6o.8gsn.6000.2604.IP) (Ping timeout: 121 seconds)
  761. # [10:29] * Quits: janv (varga@moz-h6r21h.dynamic.orange.sk) (Quit: This computer has gone to sleep)
  762. # [10:31] * Joins: mancas (uid112837@moz-cr08jc.brockwell.irccloud.com)
  763. # [10:33] * Joins: sankha (sankha@moz-p75.u3k.143.114.IP)
  764. # [10:35] * lth is now known as lth|out
  765. # [10:35] * Joins: catalinb (catalin@moz-f9b.aat.233.213.IP)
  766. # [10:35] * Joins: edgar (Thunderbird@moz-2hf62a.HINET-IP.hinet.net)
  767. # [10:35] * Joins: capella-s3 (capella-s3@moz-j2agl9.rq6o.8gsn.6000.2604.IP)
  768. # [10:38] * Joins: espadrine (tyl@moz-gpr.c1p.152.213.IP)
  769. # [10:38] * Quits: Sander (chatzilla@moz-98s.ga3.81.86.IP) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  770. # [10:38] * Quits: njn (chatzilla@moz-j5l8nb.iinet.net.au) (Ping timeout: 121 seconds)
  771. # [10:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/111e7733a964 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  772. # [10:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/7684e6553bdc - B2G Bumper Bot - Bumping manifests a=b2g-bump
  773. # [10:42] * Joins: till|dinner (till@moz-dudn0t.dyn.telefonica.de)
  774. # [10:43] * Quits: edgar (Thunderbird@moz-2hf62a.HINET-IP.hinet.net) (Connection closed)
  775. # [10:43] * Joins: edgar (Thunderbird@moz-2hf62a.HINET-IP.hinet.net)
  776. # [10:47] * Quits: capella-s3 (capella-s3@moz-j2agl9.rq6o.8gsn.6000.2604.IP) (Ping timeout: 121 seconds)
  777. # [10:48] * Quits: sankha (sankha@moz-p75.u3k.143.114.IP) (Connection closed)
  778. # [10:49] * Quits: edgar (Thunderbird@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
  779. # [10:49] * Joins: sankha (sankha@moz-p75.u3k.143.114.IP)
  780. # [10:50] * Quits: m_gol (m_gol@moz-6k4scn.dynamic.chello.pl) (Quit: Leaving...)
  781. # [10:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/55ab2a060b85 - Benjamin Bouvier - Bug 1181612: Make CompileInfo a const class; r=luke
  782. # [10:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4c1c5106ea3f - Benjamin Bouvier - Bug 1181612: Merge macro assemblers; r=luke
  783. # [10:51] * Joins: Ms2ger (Ms2ger@moz-s0uu8s.access.telenet.be)
  784. # [10:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a813fc2595b9 - Benjamin Bouvier - Bug 1181612: Add MIR generation and code generation to off-thread compilation; r=luke
  785. # [10:52] <bbouvier> people: please cross fingers so that the three last pushes stick :-)
  786. # [10:52] * Quits: Aryx (Archaeopter@moz-shkt8h.cust.telecolumbus.net) (Quit: Goodbye)
  787. # [10:52] <bbouvier> sheriffs: please let me know if there was anything because of these last three pushes
  788. # [10:53] * Joins: slim (chatzilla@moz-mk72kg.range86-158.btcentralplus.com)
  789. # [10:53] <bbouvier> i've try-run them a lot, but there certainly are a lot of intermittent failures these days, so i may have missed something among all the oranges
  790. # [10:53] * Joins: janv (varga@moz-h6r21h.dynamic.orange.sk)
  791. # [10:54] * Joins: edgar (Thunderbird@moz-2hf62a.HINET-IP.hinet.net)
  792. # [10:54] * Quits: astley (astley@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
  793. # [10:55] <bbouvier> dvander: ping, bustage (linux 64 debug)
  794. # [10:55] <bbouvier> Tomcat: ^
  795. # [10:56] * AutomatedTester|AFK is now known as AutomatedTester
  796. # [10:57] * Joins: njn (chatzilla@moz-j5l8nb.iinet.net.au)
  797. # [10:58] * Quits: sewardj (sewardj@moz-k2tg06.dip0.t-ipconnect.de) (Ping timeout: 121 seconds)
  798. # [10:59] * Joins: ErikRose (erikrose@moz-vemooo.res.rr.com)
  799. # [11:00] * Joins: evanxd1 (Adium@moz-2hf62a.HINET-IP.hinet.net)
  800. # [11:00] * Quits: evanxd (Adium@moz-2hf62a.HINET-IP.hinet.net) (Connection closed)
  801. # [11:00] * Quits: dgmurdockiii (dgmurdockii@moz-k0424l.in.comcast.net) (Connection closed)
  802. # [11:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/f0d2ee9754cb - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  803. # [11:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/42e781cabc64 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  804. # [11:01] * Quits: m_kato (m_kato@moz-9rv9tl.dh-connect.net) (Quit: Leaving...)
  805. # [11:03] * Quits: fracting (fracting@moz-etr.siu.9.119.IP) (Connection closed)
  806. # [11:04] <mancas> does anybody, who uses linux, has troubles with the browser toolbox? Using developer edition everything works fine, but not with my nightly build
  807. # [11:05] * Quits: ErikRose (erikrose@moz-vemooo.res.rr.com) (Ping timeout: 121 seconds)
  808. # [11:05] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
  809. # [11:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/515efe9f7542 - Jon Coppeard - Bug 1227535 - Add ZoneAllocPolicy and use it to attribute module memory usage to the zone r=terrence
  810. # [11:06] * Quits: allstarschh_nb (allstars@moz-2hf62a.HINET-IP.hinet.net) (A TLS packet with unexpected length was received.)
  811. # [11:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/2998cc7e851f - Gijs Kruitbosch - Bug 1225798 - part 1: add better error reporting for reading list importer's ESE handling, r=MattN
  812. # [11:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/80cc747d4e5e - Gijs Kruitbosch - Bug 1225798 - part 2: move reading list import to its own bookmarks migrator source, r=MattN
  813. # [11:06] <bagder> oh, yes I have
  814. # [11:07] <bagder> that must be a recent thing
  815. # [11:07] * julienw_afk is now known as julienw
  816. # [11:07] * Joins: darktrojan (geoff@moz-ca4gt2.ihug.co.nz)
  817. # [11:09] * ewong is now known as ewong|away
  818. # [11:09] <Tomcat> bbouvier: retriggered that build
  819. # [11:10] <bbouvier> Tomcat: okay, it seemed that the test failure was related to what was changed in the patch set, but maybe just an intermittent
  820. # [11:11] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
  821. # [11:12] <Tomcat> yeah
  822. # [11:12] * Joins: marcosc (marcosc@moz-29a.do1.52.113.IP)
  823. # [11:13] * emorley|away is now known as emorley
  824. # [11:14] * Joins: aleth (instantb@moz-4an37e.ictp.it)
  825. # [11:15] * Joins: gabor (gabor@moz-q8vh42.j7lv.v76v.0a40.2a04.IP)
  826. # [11:15] * Joins: bbondy (bbondy@moz-ahsdem.home.cgocable.net)
  827. # [11:16] * Quits: marcosc (marcosc@moz-29a.do1.52.113.IP) (Ping timeout: 121 seconds)
  828. # [11:17] * Quits: gandalf (zbraniecki@moz-5v49kg.ca.comcast.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
  829. # [11:20] * Quits: bbondy (bbondy@moz-ahsdem.home.cgocable.net) (Ping timeout: 121 seconds)
  830. # [11:24] <till|dinner> Gijs: ping
  831. # [11:24] * till|dinner is now known as till
  832. # [11:24] * till doesn't really have dinner anymore
  833. # [11:24] * Quits: catalinb (catalin@moz-f9b.aat.233.213.IP) (Connection closed)
  834. # [11:25] <Gijs> till: pong!
  835. # [11:25] <Gijs> till: how can I help?
  836. # [11:26] <till> Gijs: hey, do you know if any version of web extensions is available in stable releases at all? Or if one will be available sooner than q2?
  837. # [11:28] <Gijs> till: I don't know exactly, sorry. I believe bits are shipping already, but I don't really have details. billm or evilpie or Andy McKay or Kris Maglione will likely know more.
  838. # [11:28] <till> Gijs: ok, thanks
  839. # [11:28] <till> evilpie: ping
  840. # [11:28] <till> evilpie: ^?
  841. # [11:29] * Joins: capella-s3 (capella-s3@moz-j2agl9.rq6o.8gsn.6000.2604.IP)
  842. # [11:30] * Quits: Anupkumar (uid16774@moz-gsqbub.tooting.irccloud.com) (Quit: Connection closed for inactivity)
  843. # [11:31] * baku|away is now known as baku
  844. # [11:32] * Joins: fracting (fracting@moz-hni.8bd.31.116.IP)
  845. # [11:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/47b2ba6a210d - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  846. # [11:32] * Joins: givanica (Thunderbird@moz-n61.k1v.26.188.IP)
  847. # [11:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/2757a39280f9 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  848. # [11:33] * Joins: catalinb (catalin@moz-u9on54.eregie.pub.ro)
  849. # [11:35] <bbouvier> Tomcat: fyi, the build failures are propagating
  850. # [11:35] <Tomcat> bbouvier: yeah will back this out
  851. # [11:36] * Quits: dholbert (dholbert@moz-pnm275.static.fusionbroadband.com) (Ping timeout: 121 seconds)
  852. # [11:36] * Quits: givanica (Thunderbird@moz-n61.k1v.26.188.IP) (Client exited)
  853. # [11:37] * Quits: evanxd1 (Adium@moz-2hf62a.HINET-IP.hinet.net) (Quit: Leaving.)
  854. # [11:38] * Quits: h4writer (h4writer@moz-29ljil.6k93.qujl.1812.2a02.IP) (Ping timeout: 121 seconds)
  855. # [11:39] * Joins: jacek (jacek@moz-hbt3j4.psi.wroc.pl)
  856. # [11:39] * wilsonpage is now known as wilsonpage-away
  857. # [11:40] * Joins: Aryx (Archaeopter@moz-shkt8h.cust.telecolumbus.net)
  858. # [11:41] * wilsonpage-away is now known as wilsonpage
  859. # [11:41] * Quits: capella-s3 (capella-s3@moz-j2agl9.rq6o.8gsn.6000.2604.IP) (Ping timeout: 121 seconds)
  860. # [11:42] * Joins: dholbert (dholbert@moz-pnm275.static.fusionbroadband.com)
  861. # [11:43] * Joins: marco (marco@moz-66q9fa.3orf.1887.0450.2001.IP)
  862. # [11:43] <Aryx> dvander: bustage
  863. # [11:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/0e4c4db3b90f - Yoshi Huang - Bug 1209162 - Create OriginAttributes subtypes. IGNORE IDL r=sicking.
  864. # [11:44] <nigelb|sheriffduty> ha, thanks Aryx :)
  865. # [11:44] <Aryx> inbound closed
  866. # [11:44] <nigelb|sheriffduty> I saw!
  867. # [11:44] <nigelb|sheriffduty> I've been chasing intermittents
  868. # [11:45] * Quits: LilyLappy (Cupcake@moz-q57.cb1.19.185.IP) (Ping timeout: 121 seconds)
  869. # [11:45] * Joins: flo-retina (Instantbird@moz-frdf7e.ip-37-59-48.eu)
  870. # [11:46] * Quits: allstarschh (allstars@moz-2hf62a.HINET-IP.hinet.net) (Connection closed)
  871. # [11:46] <bbouvier> Tomcat: sorry, i didn't realize you were not on duty
  872. # [11:50] <nigelb|sheriffduty> backing it out.
  873. # [11:52] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/9680aa9b2aeb - Georg Fritzsche - Bug 1227579 - Change the main about:healthreport URL to the v4 content. r=dexter
  874. # [11:53] * Joins: h4writer (h4writer@moz-tr241r.access.telenet.be)
  875. # [11:53] * Joins: sewardj (sewardj@moz-7of4os.dip0.t-ipconnect.de)
  876. # [11:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/772ebbbb8524 - Nigel Babu - Backed out changeset ebb6fb453cca (bug 1214170) for build bustage on a CLOSED TREE
  877. # [11:55] * Joins: flo-retina1 (Instantbird@moz-8kf5fi.isp.overthebox.ovh)
  878. # [11:55] * Quits: flo-retina (Instantbird@moz-frdf7e.ip-37-59-48.eu) (A TLS packet with unexpected length was received.)
  879. # [11:55] * flo-retina1 is now known as flo-retina
  880. # [11:59] * mattwoodrow is now known as mattwoodrow|away
  881. # [12:00] * Quits: surkov (surkov@moz-an5vm5.cable.teksavvy.com) (Client exited)
  882. # [12:01] <nigelb|sheriffduty> Tomcat: heh, bustage on fx-team! :)
  883. # [12:01] <nigelb|sheriffduty> shall I backout?
  884. # [12:02] * Quits: fracting (fracting@moz-hni.8bd.31.116.IP) (Ping timeout: 121 seconds)
  885. # [12:03] <Tomcat> nigelb|sheriffduty: yeah :(
  886. # [12:03] <Tomcat> nigelb|sheriffduty: me again i guess
  887. # [12:03] <nigelb|sheriffduty> heh, yeah, that devtools landing.
  888. # [12:03] <Tomcat> sigh
  889. # [12:03] * Joins: fracting (fracting@moz-hni.8bd.31.116.IP)
  890. # [12:05] * Quits: edgar (Thunderbird@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
  891. # [12:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/5d2e35fd9509 - Nigel Babu - Backed out changeset 57dbf05c9f5b (bug 951714) for devtools bustage on a CLOSED TREE
  892. # [12:06] * AutomatedTester is now known as AutomatedTester|AFK
  893. # [12:07] * Quits: h4writer (h4writer@moz-tr241r.access.telenet.be) (Ping timeout: 121 seconds)
  894. # [12:08] * Joins: capella-s3 (capella-s3@moz-j2agl9.rq6o.8gsn.6000.2604.IP)
  895. # [12:09] * Joins: bbondy (bbondy@moz-ahsdem.home.cgocable.net)
  896. # [12:11] * Joins: ehsan (ehsan@moz-kku.764.213.67.IP)
  897. # [12:11] * killer sets mode: +o ehsan
  898. # [12:12] * Joins: h4writer (h4writer@moz-1ccfmr.6k93.qujl.1812.2a02.IP)
  899. # [12:13] * Quits: kershaw (kershaw@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
  900. # [12:13] * Joins: Shrooms (Shrooms@moz-j92fqa.ip.windstream.net)
  901. # [12:14] * Quits: bbondy (bbondy@moz-ahsdem.home.cgocable.net) (Ping timeout: 121 seconds)
  902. # [12:15] * Tomcat is now known as Tomcat|sheriffduty
  903. # [12:15] * Quits: @ehsan (ehsan@moz-kku.764.213.67.IP) (Ping timeout: 121 seconds)
  904. # [12:15] * Joins: ggp (ggp@moz-tu1bbb.telesp.net.br)
  905. # [12:16] * Joins: ehsan (ehsan@moz-kku.764.213.67.IP)
  906. # [12:16] * killer sets mode: +o ehsan
  907. # [12:16] * Quits: aleth (instantb@moz-4an37e.ictp.it) (Ping timeout: 121 seconds)
  908. # [12:16] * nigelb|sheriffduty is now known as nigelb
  909. # [12:18] * Joins: dannas (dannas@moz-ouae8c.dependit.net)
  910. # [12:20] * Quits: capella-s3 (capella-s3@moz-j2agl9.rq6o.8gsn.6000.2604.IP) (Ping timeout: 121 seconds)
  911. # [12:22] * Joins: capella-s3 (capella-s3@moz-j2agl9.rq6o.8gsn.6000.2604.IP)
  912. # [12:24] * Joins: m_gol (m_gol@moz-6k4scn.dynamic.chello.pl)
  913. # [12:26] * julienw is now known as julienw_afk
  914. # [12:28] * Quits: m_gol (m_gol@moz-6k4scn.dynamic.chello.pl) (Ping timeout: 121 seconds)
  915. # [12:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/6d76991804a5 - B2G Bumper Bot - Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
  916. # [12:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/7f0718971a80 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  917. # [12:31] <evilpie> till: I think a minimal version is either really close or already shipped
  918. # [12:31] <evilpie> Still no amo support
  919. # [12:31] * Joins: ErikRose (erikrose@moz-vemooo.res.rr.com)
  920. # [12:32] <till> orly?
  921. # [12:32] <till> evilpie: how would I test for that?
  922. # [12:32] * Quits: njn (chatzilla@moz-j5l8nb.iinet.net.au) (Ping timeout: 121 seconds)
  923. # [12:33] <evilpie> The wiki page has exampls
  924. # [12:33] * Joins: nattokirai (nattokirai@moz-5jjig6.asahi-net.or.jp)
  925. # [12:33] * Quits: elin (elin@moz-evbjvg.dynamic-ip.hinet.net) (Client exited)
  926. # [12:33] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
  927. # [12:34] * Joins: d1ndra (d1ndra@moz-c2d.e83.230.103.IP)
  928. # [12:34] <till> evilpie: right, but the wiki says that it's Nightly-only
  929. # [12:34] * Quits: capella-s3 (capella-s3@moz-j2agl9.rq6o.8gsn.6000.2604.IP) (Ping timeout: 121 seconds)
  930. # [12:35] <till> ah "Developer Edition also includes WebExtension support, but Nightly will always be more up-to-date"
  931. # [12:35] * julienw_afk is now known as julienw
  932. # [12:35] * Quits: ErikRose (erikrose@moz-vemooo.res.rr.com) (Ping timeout: 121 seconds)
  933. # [12:35] <till> but still, I assume release will get 1.0, not something earlier
  934. # [12:36] * Gijs is now known as Gijs_away
  935. # [12:37] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
  936. # [12:37] * Quits: sankha (sankha@moz-p75.u3k.143.114.IP) (Connection closed)
  937. # [12:37] * Joins: marcosc (marcosc@moz-29a.do1.52.113.IP)
  938. # [12:38] * Joins: aleth (instantb@moz-4an37e.ictp.it)
  939. # [12:38] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/1c35ad64bf2f - Carsten "Tomcat" Book - Backed out changeset 50441cd0d6a1 (bug 1212321) for causing regressions
  940. # [12:39] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4cb74d10a76f - Julian Seward - Bug 1222043 - Make "mach xpcshell-test" more TSan-friendly. r=ahalberstadt.
  941. # [12:39] * Joins: sankha (sankha@moz-cg8.2mf.119.111.IP)
  942. # [12:39] * Quits: sankha (sankha@moz-cg8.2mf.119.111.IP) (Connection closed)
  943. # [12:40] * Joins: sankha (sankha@moz-p75.u3k.143.114.IP)
  944. # [12:40] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=5d39cd9549bc - 14 changesets
  945. # [12:45] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/39f84441cb1c - Valentin Gosu - Bug 1226760 - ViewSource doesn't work for packaged app resources r=mcmanus
  946. # [12:50] * Quits: d1ndra (d1ndra@moz-c2d.e83.230.103.IP) (Ping timeout: 121 seconds)
  947. # [12:51] * Quits: sankha (sankha@moz-p75.u3k.143.114.IP) (Ping timeout: 121 seconds)
  948. # [12:51] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/d2c11c5f2c00 - Brian Grinstead - Bug 1226744 - Add a command line flag to auto open devtools when the browser starts up;r=jryans
  949. # [12:51] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/8a3e98127ebc - Nick Alexander - Bug 1208605 - Try MOZ_ANDROID_PACKAGE_NAME env var before static ANDROID_PACKAGE_NAME. r=snorp
  950. # [12:51] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/efa53e2c2992 - Sebastian Hengst - Bug 1227361 - Remove checks for MOZ_SERVICES_SYNC from browser/. r=markh
  951. # [12:51] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/88d5bc46a549 - Sebastian Hengst - Bug 1227647 - Remove UI code for legacy sync migration. r=markh
  952. # [12:51] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/e84368c1f7b7 - Mike de Boer - Bug 1227526: Wait for the feedback page to be opened, before closing the window. r=Standard8
  953. # [12:52] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/95ac4f70df1b - Wes Kocher - Merge m-c to fx-team, a=merge
  954. # [12:52] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/f39db2865764 - Jared Wein - Bug 1227717 - Tweak the margin-end on the gear button on Windows to better align with the alert close button. r=MattN
  955. # [12:52] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/aef73dcc9acc - Mike Conley - Bug 1227444 - Remove a closed window from _windows right away without waiting for a flush to complete. r=billm
  956. # [12:52] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/31cf031ca23e - Mike Conley - Backed out changeset aef73dcc9acc for bustage.
  957. # [12:52] * Joins: edgar (Thunderbird@moz-d10u29.dynamic.kbtelecom.net)
  958. # [12:52] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/ef95cb431736 - Carsten "Tomcat" Book - merge fx-team to mozilla-central a=merge
  959. # [12:52] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=1835baed2a38 - 60 changesets
  960. # [12:54] * Quits: fracting (fracting@moz-hni.8bd.31.116.IP) (Ping timeout: 121 seconds)
  961. # [12:54] * Quits: darktrojan (geoff@moz-ca4gt2.ihug.co.nz) (Client exited)
  962. # [12:54] * Tomcat|sheriffduty is now known as Tomcat|lunch
  963. # [12:56] * Quits: edgar (Thunderbird@moz-d10u29.dynamic.kbtelecom.net) (Ping timeout: 121 seconds)
  964. # [12:56] * Joins: aleth1 (instantb@moz-4an37e.ictp.it)
  965. # [12:58] * Joins: sankha (sankha@moz-p75.u3k.143.114.IP)
  966. # [12:59] * Quits: aleth (instantb@moz-4an37e.ictp.it) (Ping timeout: 121 seconds)
  967. # [13:01] * aleth1 is now known as aleth
  968. # [13:01] * AutomatedTester|AFK is now known as AutomatedTester
  969. # [13:02] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/bbd26d9d2c3e - Jonathan Kew - Bug 1157727 - Reftests for bidi bracket pairing, based on UAX #9 examples. r=smontagu
  970. # [13:02] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/00c2df3df22f - Jonathan Kew - Bug 1157727 - Part 0: Preliminary cleanup, remove a bunch of #ifdef'd dead code from nsBidi.cpp. r=smontagu
  971. # [13:02] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/fb72e312f137 - Ted Clancy - Bug 1157727 - Part 1: Add paired bracket type property to our character data (patch originally by :tedders1, updated by :jfkthame). r=jfkthame
  972. # [13:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/21730adb78b6 - Ted Clancy - Bug 1157727 - Part 2: Update bidi algorithm for bracket matching (patch originally by :tedders1, updated by :jfkthame). r=jfkthame
  973. # [13:03] * Joins: elin (elin@moz-evbjvg.dynamic-ip.hinet.net)
  974. # [13:03] * Joins: kinetik_ (kinetik@moz-urm.i1b.98.121.IP)
  975. # [13:04] * Joins: bbondy (bbondy@moz-ahsdem.home.cgocable.net)
  976. # [13:06] * Quits: kinetik (kinetik@moz-9o4.o08.98.121.IP) (Ping timeout: 121 seconds)
  977. # [13:07] * Joins: d1ndra (d1ndra@moz-c2d.e83.230.103.IP)
  978. # [13:07] * AutomatedTester is now known as AutomatedTester|AFK
  979. # [13:08] * Quits: terrence-afk (terrence@moz-4opk9i.sd.cox.net) (Connection closed)
  980. # [13:08] * Quits: bbondy (bbondy@moz-ahsdem.home.cgocable.net) (Ping timeout: 121 seconds)
  981. # [13:08] * Quits: mwargers (mwargers@moz-tst4f6.adsl.online.nl) (Connection closed)
  982. # [13:09] * AutomatedTester|AFK is now known as AutomatedTester
  983. # [13:10] * Quits: janv (varga@moz-h6r21h.dynamic.orange.sk) (Quit: This computer has gone to sleep)
  984. # [13:10] * Joins: givanica (Thunderbird@moz-40e.4cl.85.141.IP)
  985. # [13:11] * Quits: Coldblackice (anonz@moz-0ijqp3.oc.cox.net) (Ping timeout: 121 seconds)
  986. # [13:12] * Quits: nattokirai (nattokirai@moz-5jjig6.asahi-net.or.jp) (Client exited)
  987. # [13:13] * Quits: elin (elin@moz-evbjvg.dynamic-ip.hinet.net) (Client exited)
  988. # [13:15] * Quits: gabor (gabor@moz-q8vh42.j7lv.v76v.0a40.2a04.IP) (Quit: This computer has gone to sleep)
  989. # [13:15] * Joins: aleth1 (instantb@moz-4an37e.ictp.it)
  990. # [13:16] * aselagea|buildduty is now known as aselagea|lunch
  991. # [13:16] * Quits: eyome (eyome@moz-gfketo.fbx.proxad.net) (Client exited)
  992. # [13:17] * Joins: mwargers (mwargers@moz-tst4f6.adsl.online.nl)
  993. # [13:17] * Quits: aleth (instantb@moz-4an37e.ictp.it) (Ping timeout: 121 seconds)
  994. # [13:17] * aleth1 is now known as aleth
  995. # [13:18] * Joins: janv (varga@moz-0v4cef.87-197-166.telecom.sk)
  996. # [13:21] * Quits: kestrel1 (Mibbit@moz-ifd7cm.exetel.com.au) (Quit: http://www.mibbit.com ajax IRC Client)
  997. # [13:21] * Quits: @roc (chatzilla@moz-fqb.ngs.98.121.IP) (Ping timeout: 121 seconds)
  998. # [13:21] * Joins: roc_ (chatzilla@moz-8p2.mvc.98.121.IP)
  999. # [13:21] * roc_ is now known as roc
  1000. # [13:22] * Joins: Shrooms` (Shrooms@moz-kmqdbs.ip.windstream.net)
  1001. # [13:22] * Quits: vicamo (vicamo@moz-8o1.p7n.41.175.IP) (Client exited)
  1002. # [13:24] * Joins: terrence-afk (terrence@moz-4opk9i.sd.cox.net)
  1003. # [13:24] * Quits: Shrooms (Shrooms@moz-j92fqa.ip.windstream.net) (Ping timeout: 121 seconds)
  1004. # [13:24] * Quits: mwargers (mwargers@moz-tst4f6.adsl.online.nl) (Connection closed)
  1005. # [13:25] * Quits: janv (varga@moz-0v4cef.87-197-166.telecom.sk) (Quit: This computer has gone to sleep)
  1006. # [13:26] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f61789e75c6e - Lars T Hansen - Bug 1108290 - optimize apply with Array. r=nbp
  1007. # [13:26] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e64789160d1b - Lars T Hansen - Bug 1108290 - remove machine-specific definitions of sub32. r=nbp
  1008. # [13:26] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/cd35e12d8f91 - Lars T Hansen - Bug 1108290 - introduce machine-independent definitions of sub32. r=nbp
  1009. # [13:27] * Joins: aleth1 (instantb@moz-4an37e.ictp.it)
  1010. # [13:28] * Quits: adalucinet (Instantbird@moz-662.esi.231.62.IP) (Quit: buh bye!)
  1011. # [13:29] * Joins: surkov (surkov@66.207.193.22)
  1012. # [13:29] * Joins: secretrobotron (secretrobot@moz-d1bl4m.cpe.pppoe.ca)
  1013. # [13:29] * Quits: aleth (instantb@moz-4an37e.ictp.it) (Ping timeout: 121 seconds)
  1014. # [13:29] * Joins: aleth (instantb@moz-4an37e.ictp.it)
  1015. # [13:31] * Quits: aleth1 (instantb@moz-4an37e.ictp.it) (Ping timeout: 121 seconds)
  1016. # [13:32] * Joins: adalucinet (Mibbit@moz-662.esi.231.62.IP)
  1017. # [13:32] * Joins: edgar (Thunderbird@moz-pgto8t.dynamic.hinet.net)
  1018. # [13:33] * Joins: janv (varga@moz-0v4cef.87-197-166.telecom.sk)
  1019. # [13:34] * wilsonpage is now known as wilsonpage-away
  1020. # [13:36] * Quits: edgar (Thunderbird@moz-pgto8t.dynamic.hinet.net) (Ping timeout: 121 seconds)
  1021. # [13:36] * Joins: bogdan_maris (Instantbird@moz-662.esi.231.62.IP)
  1022. # [13:36] * Joins: fracting (fracting@moz-hni.8bd.31.116.IP)
  1023. # [13:37] * Joins: aleth1 (instantb@moz-4an37e.ictp.it)
  1024. # [13:39] * Quits: aleth (instantb@moz-4an37e.ictp.it) (Ping timeout: 121 seconds)
  1025. # [13:39] * aleth1 is now known as aleth
  1026. # [13:44] * Quits: slim (chatzilla@moz-mk72kg.range86-158.btcentralplus.com) (Ping timeout: 121 seconds)
  1027. # [13:44] * Joins: capella-s3 (capella-s3@moz-j2agl9.rq6o.8gsn.6000.2604.IP)
  1028. # [13:45] * baku is now known as baku|away
  1029. # [13:45] * Joins: jdm (jdm@moz-3eu2pc.cpe.teksavvy.com)
  1030. # [13:45] * Quits: janv (varga@moz-0v4cef.87-197-166.telecom.sk) (Quit: This computer has gone to sleep)
  1031. # [13:45] * Quits: aleth (instantb@moz-4an37e.ictp.it) (Ping timeout: 121 seconds)
  1032. # [13:47] * Quits: sankha (sankha@moz-p75.u3k.143.114.IP) (Connection closed)
  1033. # [13:49] * Tomcat|lunch is now known as Tomcat|sheriffduty
  1034. # [13:49] * Joins: jduell (jduell@moz-ijbuuo.wa.comcast.net)
  1035. # [13:50] * Joins: yzen (yzen@moz-rjb4dr.cable.teksavvy.com)
  1036. # [13:50] * Quits: mike5w3c (mike@moz-1kl3b3.uk0.bigv.io) (Ping timeout: 121 seconds)
  1037. # [13:50] * baku|away is now known as baku
  1038. # [13:51] * Joins: astley (astley@moz-smn5cq.dynamic.kbtelecom.net)
  1039. # [13:51] * Joins: mike5w3c (mike@moz-1kl3b3.uk0.bigv.io)
  1040. # [13:51] * Joins: nattokirai (nattokirai@moz-5jjig6.asahi-net.or.jp)
  1041. # [13:53] * Joins: jib (jib@moz-j7m6lt.dyn.optonline.net)
  1042. # [13:55] * yzen is now known as yzen_
  1043. # [13:56] * Quits: capella-s3 (capella-s3@moz-j2agl9.rq6o.8gsn.6000.2604.IP) (Ping timeout: 121 seconds)
  1044. # [13:57] * Joins: KaiRo (robert@moz-go0707.highway.telekom.at)
  1045. # [13:57] * Joins: sankha (sankha@moz-p75.u3k.143.114.IP)
  1046. # [13:57] * wilsonpage-away is now known as wilsonpage
  1047. # [13:58] * Joins: bbondy (bbondy@moz-ahsdem.home.cgocable.net)
  1048. # [13:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?changeset=e276d93dfe4d - 27 changesets
  1049. # [14:00] * Joins: achronop_ (achronop@moz-frcpka.dyn.forthnet.gr)
  1050. # [14:00] * Quits: yzen_ (yzen@moz-rjb4dr.cable.teksavvy.com) (Ping timeout: 121 seconds)
  1051. # [14:00] * Quits: achronop_ (achronop@moz-frcpka.dyn.forthnet.gr) (Connection closed)
  1052. # [14:00] * Quits: achronop (achronop@moz-gbl9un.dyn.forthnet.gr) (Ping timeout: 121 seconds)
  1053. # [14:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/pushloghtml?changeset=ba1686bae88d - 77 changesets
  1054. # [14:00] * Joins: achronop (achronop@moz-frcpka.dyn.forthnet.gr)
  1055. # [14:01] * Tomcat|sheriffduty is now known as Tomcat|mtg
  1056. # [14:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/pushloghtml?changeset=75fc4684b2aa - 73 changesets
  1057. # [14:02] * Joins: jesup|mac (chatzilla@moz-6bqgno.dc.cox.net)
  1058. # [14:02] * Quits: bbondy (bbondy@moz-ahsdem.home.cgocable.net) (Ping timeout: 121 seconds)
  1059. # [14:02] * Quits: gcp (gcp@moz-i1ftkf.j41b.csd9.1812.2a02.IP) (Ping timeout: 121 seconds)
  1060. # [14:05] * Quits: jib (jib@moz-j7m6lt.dyn.optonline.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
  1061. # [14:06] * Joins: gabor (gabor@moz-q8vh42.j7lv.v76v.0a40.2a04.IP)
  1062. # [14:09] * Joins: jib (jib@moz-j7m6lt.dyn.optonline.net)
  1063. # [14:10] * Joins: kinetik (kinetik@moz-gd4.8kn.98.121.IP)
  1064. # [14:12] * Quits: branor (Thunderbird@moz-tv8.87l.28.195.IP) (Ping timeout: 121 seconds)
  1065. # [14:12] * Joins: m_gol (m_gol@moz-6k4scn.dynamic.chello.pl)
  1066. # [14:13] * Quits: kinetik_ (kinetik@moz-urm.i1b.98.121.IP) (Ping timeout: 121 seconds)
  1067. # [14:15] * Quits: jesup|mac (chatzilla@moz-6bqgno.dc.cox.net) (Ping timeout: 121 seconds)
  1068. # [14:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4121f4a9058d - Till Schneidereit - Bug 1208464 - Implement proposed ES7 functions Object.values and Object.entries. r=evilpie
  1069. # [14:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4fb114d9f1bc - Till Schneidereit - Bug 1226799 - De-duplicate the 11 Is[BuiltinName] self-hosting intrinsics with templates. r=arai
  1070. # [14:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e3ad7b5452d4 - Till Schneidereit - Bug 1224722 - Enable executing multiple inputs as self-hosted JS during runtime startup. r=efaust, f=bz,mwu
  1071. # [14:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2231eb3fd856 - Till Schneidereit - Bug 1226551 - Add support for installing self-hosting intrinsics via JSAPI. r=efaust, f=bz,mwu
  1072. # [14:16] * Joins: kershaw (kershaw@moz-sdf1ss.dynamic.hinet.net)
  1073. # [14:16] * Joins: aleth (instantb@moz-4an37e.ictp.it)
  1074. # [14:16] * Quits: jib (jib@moz-j7m6lt.dyn.optonline.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
  1075. # [14:16] * Joins: gcp (gcp@moz-i1ftkf.j41b.csd9.1812.2a02.IP)
  1076. # [14:17] * Quits: m_gol (m_gol@moz-6k4scn.dynamic.chello.pl) (Ping timeout: 121 seconds)
  1077. # [14:17] * Joins: yzen (yzen@moz-rjb4dr.cable.teksavvy.com)
  1078. # [14:17] * Quits: dragana (Instantbird@moz-ube2b9.c3sn.7h68.8388.2a02.IP) (Ping timeout: 121 seconds)
  1079. # [14:18] * Quits: kershaw (kershaw@moz-sdf1ss.dynamic.hinet.net) (Connection closed)
  1080. # [14:18] * Joins: janv (varga@moz-h6r21h.dynamic.orange.sk)
  1081. # [14:18] * aselagea|lunch is now known as aselagea|buildduty
  1082. # [14:18] * benfrancis|away is now known as benfrancis
  1083. # [14:18] * Joins: kershaw (kershaw@moz-sdf1ss.dynamic.hinet.net)
  1084. # [14:20] * Quits: kershaw (kershaw@moz-sdf1ss.dynamic.hinet.net) (Client exited)
  1085. # [14:21] * dminor|afk is now known as dminor
  1086. # [14:22] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
  1087. # [14:22] * jmaher|afk is now known as jmaher
  1088. # [14:23] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
  1089. # [14:23] * Joins: Anupkumar (uid16774@moz-gsqbub.tooting.irccloud.com)
  1090. # [14:24] * Quits: roc (chatzilla@moz-8p2.mvc.98.121.IP) (Ping timeout: 121 seconds)
  1091. # [14:24] * Quits: givanica (Thunderbird@moz-40e.4cl.85.141.IP) (Client exited)
  1092. # [14:25] * Joins: roc (chatzilla@moz-7nk.dce.98.121.IP)
  1093. # [14:25] * killer sets mode: +o roc
  1094. # [14:25] * Joins: vladC|buildduty (vladC@moz-dslndj.kappa.elitebnc.org)
  1095. # [14:27] * Joins: cbadau (Mibbit@moz-q23.52n.2.5.IP)
  1096. # [14:28] * Joins: branor (Thunderbird@moz-tv8.87l.28.195.IP)
  1097. # [14:29] * Quits: achronop (achronop@moz-frcpka.dyn.forthnet.gr) (Ping timeout: 121 seconds)
  1098. # [14:30] * Joins: RyanVM (Thunderbird@moz-gb8lmh.fios.verizon.net)
  1099. # [14:30] * Joins: jincreator (Thunderbird@moz-588.igi.7.59.IP)
  1100. # [14:30] * Joins: kershaw (kershaw@moz-sdf1ss.dynamic.hinet.net)
  1101. # [14:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/587e0f970a89 - Julien Pagès - Bug 1186834 - fix flake8 issues on talos. r=jmaher
  1102. # [14:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/eac92ea65773 - Julien Pagès - Bug 1186834 - run flake8 automatically on harness for talos. r=jmaher
  1103. # [14:31] * Joins: gustavold (gustavold@moz-feu.6v8.255.191.IP)
  1104. # [14:32] * Joins: ErikRose (erikrose@moz-vemooo.res.rr.com)
  1105. # [14:33] * Joins: achronop (achronop@moz-ili2qo.dyn.forthnet.gr)
  1106. # [14:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b27bdc3c663a - Julien Pagès - Bug 1227646 - reduce the number of load retry in pageloader. r=jmaher
  1107. # [14:35] * Quits: kershaw (kershaw@moz-sdf1ss.dynamic.hinet.net) (Client exited)
  1108. # [14:35] * Joins: givanica (Thunderbird@moz-40e.4cl.85.141.IP)
  1109. # [14:36] * Quits: ErikRose (erikrose@moz-vemooo.res.rr.com) (Ping timeout: 121 seconds)
  1110. # [14:38] * Joins: slim (chatzilla@moz-mk72kg.range86-158.btcentralplus.com)
  1111. # [14:38] * Joins: mwargers (mwargers@moz-tst4f6.adsl.online.nl)
  1112. # [14:38] * Quits: dannas (dannas@moz-ouae8c.dependit.net) (Quit: leaving)
  1113. # [14:38] * yzen is now known as yzen_
  1114. # [14:40] * Joins: jimb (user@moz-6gkikn.or.comcast.net)
  1115. # [14:40] * Quits: jduell (jduell@moz-ijbuuo.wa.comcast.net) (Client exited)
  1116. # [14:42] * Joins: LilyLappy (Cupcake@moz-h1eera.customer.tdc.net)
  1117. # [14:42] * glob|away is now known as glob
  1118. # [14:42] * Joins: kershaw (kershaw@moz-sdf1ss.dynamic.hinet.net)
  1119. # [14:42] * yzen_ is now known as yzen
  1120. # [14:46] * Quits: LilyLappy (Cupcake@moz-h1eera.customer.tdc.net) (Ping timeout: 121 seconds)
  1121. # [14:47] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/b27d540ddbc9 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1122. # [14:47] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/f1028ecacfd7 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1123. # [14:48] * Quits: nattokirai (nattokirai@moz-5jjig6.asahi-net.or.jp) (Client exited)
  1124. # [14:49] * Gijs_away is now known as Gijs
  1125. # [14:51] * yzen is now known as yzen_
  1126. # [14:51] * Joins: tromey (tromey@moz-ukt3s3.hlrn.qwest.net)
  1127. # [14:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/06a5ac492313 - Jared Wein - Bug 1211635 - Popups should be treated as top-level windows, allowing XUL alerts translucency. r=MattN r=roc
  1128. # [14:52] * Joins: bbondy (bbondy@moz-ahsdem.home.cgocable.net)
  1129. # [14:52] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e6be119a536c - Edwin Flores - Bug 1224100 - Initialize row buffer to 0 in Downscaler - r=seth
  1130. # [14:52] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a69d71324577 - Edwin Flores - Bug 1223465 - Clamp GIF frame rects to their screen rects - r=seth
  1131. # [14:54] * Quits: catalinb (catalin@moz-u9on54.eregie.pub.ro) (Ping timeout: 121 seconds)
  1132. # [14:55] * Quits: yzen_ (yzen@moz-rjb4dr.cable.teksavvy.com) (Ping timeout: 121 seconds)
  1133. # [14:55] * Quits: ggp (ggp@moz-tu1bbb.telesp.net.br) (Quit: Leaving...)
  1134. # [14:56] * julienw is now known as julienw_afk
  1135. # [14:56] * Quits: bbondy (bbondy@moz-ahsdem.home.cgocable.net) (Ping timeout: 121 seconds)
  1136. # [14:59] * Quits: kershaw (kershaw@moz-sdf1ss.dynamic.hinet.net) (Client exited)
  1137. # [15:01] * Quits: sankha (sankha@moz-p75.u3k.143.114.IP) (Connection closed)
  1138. # [15:02] * Joins: bbondy (bbondy@moz-ahsdem.home.cgocable.net)
  1139. # [15:02] * Joins: sankha (sankha@moz-cg8.2mf.119.111.IP)
  1140. # [15:03] <Aryx> Tomcat|cloud: do you know what's up with the windows bustage on fx-team? iirc we had the same "mtransport/testlib" message earlier this week
  1141. # [15:03] * Tomcat|mtg is now known as Tomcat|sheriffduty
  1142. # [15:04] <Tomcat|sheriffduty> Aryx: hm i guess a clobber issue or so , clobbered fx-team now
  1143. # [15:04] <Aryx> thanks
  1144. # [15:05] * Joins: capella-s3 (capella-s3@moz-j2agl9.rq6o.8gsn.6000.2604.IP)
  1145. # [15:05] * julienw_afk is now known as julienw
  1146. # [15:06] * benfrancis is now known as benfrancis|away
  1147. # [15:06] * Quits: d1ndra (d1ndra@moz-c2d.e83.230.103.IP) (Ping timeout: 121 seconds)
  1148. # [15:09] * Joins: d1ndra (d1ndra@moz-c2d.e83.230.103.IP)
  1149. # [15:12] * Quits: Boriss (Boriss@moz-dkeprl.PUBLIC.monkeybrains.net) (Client exited)
  1150. # [15:13] * Quits: adalucinet (Mibbit@moz-662.esi.231.62.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1151. # [15:13] * Joins: Pike (chatzilla@moz-ae04ff.dyn.telefonica.de)
  1152. # [15:15] * Joins: bsmedberg (bsmedberg@moz-smm6jf.pa.atlanticbb.net)
  1153. # [15:15] * killer sets mode: +o bsmedberg
  1154. # [15:17] * Quits: d1ndra (d1ndra@moz-c2d.e83.230.103.IP) (Ping timeout: 121 seconds)
  1155. # [15:17] * Quits: @ehsan (ehsan@moz-kku.764.213.67.IP) (Quit: vanished into thin air...)
  1156. # [15:17] * Quits: capella-s3 (capella-s3@moz-j2agl9.rq6o.8gsn.6000.2604.IP) (Ping timeout: 121 seconds)
  1157. # [15:19] * Joins: d1ndra (d1ndra@moz-c2d.e83.230.103.IP)
  1158. # [15:20] * garndt is now known as garndt|PTO
  1159. # [15:20] * Joins: mgoodwin_OoO (mgoodwin_Oo@moz-3jkfve.range81-147.btcentralplus.com)
  1160. # [15:22] * mcote|afk is now known as mcote
  1161. # [15:22] * Joins: ehsan (ehsan@moz-kku.764.213.67.IP)
  1162. # [15:22] * killer sets mode: +o ehsan
  1163. # [15:24] * Joins: ahal (ahal@moz-b8e0a0.cpe.pppoe.ca)
  1164. # [15:24] * sheppy-offline is now known as sheppy
  1165. # [15:26] * Quits: wcpan (quassel@moz-iot3vo.info) (Connection closed)
  1166. # [15:27] * Joins: adusca|afk (uid71833@moz-2mjhct.tooting.irccloud.com)
  1167. # [15:27] * Joins: dragana (Instantbird@moz-ube2b9.c3sn.7h68.8388.2a02.IP)
  1168. # [15:28] * adusca|afk is now known as adusca
  1169. # [15:28] <vlad> hmm, whyd oes Adblock Plus show a XML error at the bottom of today's nightly? :/
  1170. # [15:28] <Aryx> till: ping
  1171. # [15:28] * catlee-away is now known as catlee
  1172. # [15:29] <Aryx> vlad: https://bugzilla.mozilla.org/show_bug.cgi?id=1226823
  1173. # [15:29] * Joins: edgar (Thunderbird@moz-pgto8t.dynamic.hinet.net)
  1174. # [15:29] <vlad> exciting
  1175. # [15:30] <till> Aryx: hey
  1176. # [15:30] <Aryx> till: bustage on inbound
  1177. # [15:30] <till> :(
  1178. # [15:30] <till> looking
  1179. # [15:31] <till> meh
  1180. # [15:31] * hwine-ooo is now known as hwine
  1181. # [15:32] * nthomas is now known as nthomas|away
  1182. # [15:32] * Joins: jib (jib@moz-j7m6lt.dyn.optonline.net)
  1183. # [15:33] * Quits: jib (jib@moz-j7m6lt.dyn.optonline.net) (Connection closed)
  1184. # [15:33] * Quits: sankha (sankha@moz-cg8.2mf.119.111.IP) (Connection closed)
  1185. # [15:33] * Joins: armenzg (armenzg@moz-fr3ko3.5vs3.sij7.f0c8.2607.IP)
  1186. # [15:33] * Joins: jib (jib@moz-j7m6lt.dyn.optonline.net)
  1187. # [15:33] <till> that doesn't make much sense :(
  1188. # [15:34] * Joins: sankha (sankha@moz-p75.u3k.143.114.IP)
  1189. # [15:34] <edwin> whoa
  1190. # [15:34] * Joins: garethc (Adium@moz-dtnr6v.3t38.sij7.f0c8.2607.IP)
  1191. # [15:34] <till> Aryx: backing out
  1192. # [15:34] <Aryx> thanks
  1193. # [15:35] <Tomcat|sheriffduty> till: just closed m-i
  1194. # [15:36] * sheppy is now known as sheppy-afk
  1195. # [15:37] * Joins: m_gol (m_gol@moz-6k4scn.dynamic.chello.pl)
  1196. # [15:37] <till> Tomcat|sheriffduty: thanks
  1197. # [15:37] <till> Tomcat|sheriffduty: to push, I include CLOSED TREE, right?
  1198. # [15:38] * Joins: yzen (yzen@66.207.193.21)
  1199. # [15:38] * Joins: ProgramFOX (ProgramFOX@moz-6ji.2ci.132.109.IP)
  1200. # [15:38] <Tomcat|sheriffduty> till: yep
  1201. # [15:38] <till> ok
  1202. # [15:38] * till is doing a quick shell build to verify the backout
  1203. # [15:40] * Joins: smaug (chatzilla@moz-6kbmhh.rev.dnainternet.fi)
  1204. # [15:40] * killer sets mode: +o smaug
  1205. # [15:40] <till> Tomcat|sheriffduty: done
  1206. # [15:40] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f2f6db9466ed - Till Schneidereit - Backout of bug 1226551. r=bustage
  1207. # [15:40] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/63c676ad8d86 - Till Schneidereit - Backout of bug 1224722 from a CLOSED TREE. r=bustage
  1208. # [15:41] <till> and sorry
  1209. # [15:41] <Tomcat|sheriffduty> np
  1210. # [15:41] <Tomcat|sheriffduty> till: need to backout something else too
  1211. # [15:42] <Tomcat|sheriffduty> nigelb will like this ....
  1212. # [15:42] <till> ah
  1213. # [15:42] <till> Tomcat|sheriffduty: but that's not mine, I assume?
  1214. # [15:42] <Tomcat|sheriffduty> nigelb: failing on own test
  1215. # [15:42] * maja_zf|afk is now known as maja_zf
  1216. # [15:42] <nigelb> Tomcat|sheriffduty: \o/
  1217. # [15:42] <Tomcat|sheriffduty> till: no :)
  1218. # [15:42] <nigelb> #winning
  1219. # [15:42] <till> phew :)
  1220. # [15:42] * adusca is now known as adusca|brb
  1221. # [15:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5dfe023ea0c7 - Carsten "Tomcat" Book - Backed out changeset 21730adb78b6 (bug 1157727)
  1222. # [15:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ecd95d3bd20b - Carsten "Tomcat" Book - Backed out changeset fb72e312f137 (bug 1157727)
  1223. # [15:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/da0b3811d189 - Carsten "Tomcat" Book - Backed out changeset 00c2df3df22f (bug 1157727)
  1224. # [15:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/968752dfc182 - Carsten "Tomcat" Book - Backed out changeset bbd26d9d2c3e (bug 1157727) for failing on own tests on a CLOSED TREE
  1225. # [15:43] * Joins: kershaw (kershaw@moz-sdf1ss.dynamic.hinet.net)
  1226. # [15:44] * Joins: bgrins (bgrins@moz-vddc4h.5rnr.mii9.0647.2601.IP)
  1227. # [15:44] * Joins: milan (milan@moz-hfeqt3.3t38.sij7.f0c8.2607.IP)
  1228. # [15:45] * Joins: jimm (jmathies@moz-sng2os.dhcp.embarqhsd.net)
  1229. # [15:45] * Quits: masayuki (Thunderbird@moz-fnk8p7.zaq.ne.jp) (Client exited)
  1230. # [15:47] <esawin> any sheriffs around who can help me land a hotfix on mc?
  1231. # [15:47] * Quits: kershaw (kershaw@moz-sdf1ss.dynamic.hinet.net) (Client exited)
  1232. # [15:48] * Joins: kershaw (kershaw@moz-sdf1ss.dynamic.hinet.net)
  1233. # [15:48] * benfrancis|away is now known as benfrancis
  1234. # [15:48] * garndt|PTO is now known as garndt
  1235. # [15:50] <esawin> Tomcat|sheriffduty: ping ^
  1236. # [15:50] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/7f7c96d7a279 - Kartikaya Gupta - Bug 1226660 - Increase the fling-stop-on-tap threshold so that more taps go to content rather than stopping flings. r=snorp
  1237. # [15:51] * Joins: roguishmountain (Thunderbird@moz-s6r9ae.fios.verizon.net)
  1238. # [15:52] * Joins: wcpan (quassel@moz-iot3vo.info)
  1239. # [15:53] * Quits: kershaw (kershaw@moz-sdf1ss.dynamic.hinet.net) (Client exited)
  1240. # [15:54] <Tomcat|sheriffduty> esawin: which kind of hotfix ?
  1241. # [15:54] <esawin> Tomcat|sheriffduty: https://bugzilla.mozilla.org/show_bug.cgi?id=1219178
  1242. # [15:54] <esawin> see last two comments
  1243. # [15:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/31e6b15c28e4 - Andrew Halberstadt - Bug 1227252 - [marionette] Don't depend on a potentially stale tab reference in hasRemotenessChange(), r=ato
  1244. # [15:55] <Tomcat|sheriffduty> esawin: oh! that affects me too :) i guess
  1245. # [15:55] <esawin> to fix broken builds with --disable-tests
  1246. # [15:55] * vladan|afk is now known as vladan
  1247. # [15:55] <Tomcat|sheriffduty> had build failures here too :)
  1248. # [15:55] <esawin> all my fault :)
  1249. # [15:55] <Tomcat|sheriffduty> esawin: yeah sure do you want to land the patches or shall i ?
  1250. # [15:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/fced7f263650 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1251. # [15:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/06b989d3d9b2 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1252. # [15:55] * garndt is now known as not-garndt
  1253. # [15:55] <esawin> would be great if you could land it, patch 9 it is, I'll be in a meeting in 5 min
  1254. # [15:56] * not-garndt is now known as garndt
  1255. # [15:56] <Tomcat|sheriffduty> ok will do
  1256. # [15:56] <esawin> awesome, thanks!
  1257. # [15:56] * Joins: milan_ (milan@66.207.193.21)
  1258. # [15:57] <@bz_sleep> Anyone know where the directions for running Mn tests locally are?
  1259. # [15:57] <@bz_sleep> Ah, I guess https://developer.mozilla.org/en-US/docs/Mozilla/QA/Marionette/Tests
  1260. # [15:58] <@bz_sleep> Or https://developer.mozilla.org/en-US/docs/Mozilla/QA/Marionette/Running_Tests ?
  1261. # [15:58] <Tomcat|sheriffduty> bz_sleep: AutomatedTester might know
  1262. # [15:58] * Quits: milan (milan@moz-hfeqt3.3t38.sij7.f0c8.2607.IP) (Ping timeout: 121 seconds)
  1263. # [15:59] * wlach|afk is now known as wlach
  1264. # [15:59] * Joins: AaronMT (AaronMT@66.207.193.22)
  1265. # [15:59] * Joins: ErikRose (erikrose@moz-vemooo.res.rr.com)
  1266. # [15:59] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/35916735b8af - Eugen Sawin - Bug 1219178 - [9.1] Make SeekPosition available with tests disabled. a=me for fixing build problems
  1267. # [15:59] * Quits: roguishmountain (Thunderbird@moz-s6r9ae.fios.verizon.net) (Ping timeout: 121 seconds)
  1268. # [16:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7d2d6e90fc12 - Benjamin Bouvier - Bug 1227642: Make data a ScopedJSFreePtr in js::detail::CopyScript to ensure it doesn't leak; r=jonco
  1269. # [16:02] * adusca|brb is now known as adusca
  1270. # [16:02] * lth|out is now known as lth
  1271. # [16:02] * armenzg is now known as armenzg_brb
  1272. # [16:02] * Quits: sewardj (sewardj@moz-7of4os.dip0.t-ipconnect.de) (Ping timeout: 121 seconds)
  1273. # [16:03] * Quits: ErikRose (erikrose@moz-vemooo.res.rr.com) (Ping timeout: 121 seconds)
  1274. # [16:04] <gfritzsche> hm, has anyone seen those kind of errors before: ld: can't write to output file: signaling_unittests_standalone, errno=28 for architecture x86_64
  1275. # [16:04] * Quits: fubar (fubar@moz-1gfn51.electric-mayhem.org) (Quit: Lost terminal)
  1276. # [16:04] * Joins: fubar (fubar@moz-1gfn51.electric-mayhem.org)
  1277. # [16:05] * Quits: @ehsan (ehsan@moz-kku.764.213.67.IP) (A TLS packet with unexpected length was received.)
  1278. # [16:06] * Joins: roguishmountain (Thunderbird@moz-s6r9ae.fios.verizon.net)
  1279. # [16:09] * Quits: jhorak (jhorak@moz-o57g6j.net.upcbroadband.cz) (Quit: Leaving)
  1280. # [16:10] <@bz_sleep> 23:27:21 INFO - TEST-START | test_shared_all.py TestSharedUnits.test_units
  1281. # [16:10] <@bz_sleep> 23:29:50 ERROR - TEST-UNEXPECTED-FAIL | test_shared_all.py TestSharedUnits.test_units | AssertionError: build/tests/marionette/tests/browser/components/loop/test/shared/index.html: 0 failure(s) encountered:
  1282. # [16:10] <@bz_sleep> So wtf actually failed?
  1283. # [16:10] * @bz_sleep mutters about tests that tell you nothing useful when they fail
  1284. # [16:13] * armenzg_brb is now known as armenzg
  1285. # [16:15] * Quits: bogdan_maris (Instantbird@moz-662.esi.231.62.IP) (A TLS packet with unexpected length was received.)
  1286. # [16:16] * Quits: roguishmountain (Thunderbird@moz-s6r9ae.fios.verizon.net) (Ping timeout: 121 seconds)
  1287. # [16:16] * Quits: jib (jib@moz-j7m6lt.dyn.optonline.net) (Connection closed)
  1288. # [16:17] * Joins: jib (jib@moz-j7m6lt.dyn.optonline.net)
  1289. # [16:17] * Joins: stransky (stransky@moz-bbn.40l.13.46.IP)
  1290. # [16:17] * aselagea|buildduty is now known as aselagea|afk
  1291. # [16:18] * glob is now known as glob|away
  1292. # [16:19] * Quits: jimb (user@moz-6gkikn.or.comcast.net) (Ping timeout: 121 seconds)
  1293. # [16:20] * lmandel_afk is now known as lmandel
  1294. # [16:21] * Quits: Ms2ger (Ms2ger@moz-s0uu8s.access.telenet.be) (Ping timeout: 121 seconds)
  1295. # [16:21] * glob|away is now known as glob
  1296. # [16:22] * sheppy-afk is now known as sheppy
  1297. # [16:22] * Joins: ehugg (ehugg@moz-o2f.sr5.107.128.IP)
  1298. # [16:23] * aselagea|afk is now known as aselagea|buildduty
  1299. # [16:25] * Joins: roguishmountain (Thunderbird@moz-s6r9ae.fios.verizon.net)
  1300. # [16:26] * Quits: @smaug (chatzilla@moz-6kbmhh.rev.dnainternet.fi) (Ping timeout: 121 seconds)
  1301. # [16:27] * Joins: Ms2ger (Ms2ger@moz-s0uu8s.access.telenet.be)
  1302. # [16:27] * Joins: capella-s3 (capella-s3@moz-j2agl9.rq6o.8gsn.6000.2604.IP)
  1303. # [16:28] * baku is now known as baku|away
  1304. # [16:28] * Joins: kershaw (kershaw@moz-sdf1ss.dynamic.hinet.net)
  1305. # [16:30] * Quits: m_gol (m_gol@moz-6k4scn.dynamic.chello.pl) (Quit: Leaving...)
  1306. # [16:31] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b8533b00af0a - Kartikaya Gupta - Bug 960317 - Remove cross-slide code from APZC. r=botond
  1307. # [16:32] * Quits: cbadau (Mibbit@moz-q23.52n.2.5.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1308. # [16:33] * kats|away is now known as kats
  1309. # [16:35] <Tomcat|sheriffduty> padenot: ping
  1310. # [16:36] <Tomcat|sheriffduty> jib: ping
  1311. # [16:36] <jib> Tomcat: pong
  1312. # [16:37] <Tomcat|sheriffduty> hey jib i wonder if the uplift to aurora with bug 1218799 caused https://treeherder.mozilla.org/logviewer.html#?job_id=1529770&repo=mozilla-aurora
  1313. # [16:37] <Tomcat|sheriffduty> at least MediaManager is listed there
  1314. # [16:37] * stephend|afk is now known as stephend|mtg
  1315. # [16:38] * Joins: MaxIvanov (MIvanov@moz-rd7.51j.125.50.IP)
  1316. # [16:38] <jib> and PImageBridgeChild
  1317. # [16:39] <jib> Yeah once we fixed one shutdown problem we traded it for another apparently. bug 1227407
  1318. # [16:39] <Tomcat|sheriffduty> yeah :(
  1319. # [16:39] <Tomcat|sheriffduty> jib: so i guess i have to back this out from aurora
  1320. # [16:39] * Quits: marcosc (marcosc@moz-29a.do1.52.113.IP) (A TLS packet with unexpected length was received.)
  1321. # [16:39] <jib> well,
  1322. # [16:39] <kats> philor: pong re scrollbar styles failure on your try push, i think that might be from bug 1223526
  1323. # [16:39] <jib> is the crash preferable?
  1324. # [16:39] * Quits: capella-s3 (capella-s3@moz-j2agl9.rq6o.8gsn.6000.2604.IP) (Ping timeout: 121 seconds)
  1325. # [16:40] <jib> or did it not show up in tests?
  1326. # [16:40] <kats> mfinkle: see android failures on https://treeherder.mozilla.org/#/jobs?repo=try&revision=2b2ccd8a47a5
  1327. # [16:40] <jib> tomcat: makes sense, I guess we can revisit when/if we find the other problem
  1328. # [16:40] <kats> (i'm assuming that's a simulation of the upcoming merge)
  1329. # [16:41] <philor> yep
  1330. # [16:41] <Tomcat|sheriffduty> jib: yeah this fails on all linux debug builds
  1331. # [16:41] * jib wonders how it is possible to leak a shutdown blocker
  1332. # [16:42] <jib> and still shut down
  1333. # [16:43] <kats> philor: probably a result of https://hg.mozilla.org/mozilla-central/rev/67a9dd1470e7#l23.22 (the NIGHTLY_BUILD condition)
  1334. # [16:43] <kats> i'm not sure why that was added
  1335. # [16:43] * Joins: mhowell (Matt_Howell@moz-09a.i8g.126.207.IP)
  1336. # [16:44] * hwine is now known as hwine|afk
  1337. # [16:45] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/d91dbc0c9314 - Carsten "Tomcat" Book - Backed out changeset 439a07e5ddca (bug 1218799) for causing memory leaks
  1338. # [16:46] * Quits: edgar (Thunderbird@moz-pgto8t.dynamic.hinet.net) (Ping timeout: 121 seconds)
  1339. # [16:46] * Quits: stransky (stransky@moz-bbn.40l.13.46.IP) (Quit: Connection reset by beer)
  1340. # [16:47] * terrence-afk is now known as terrence
  1341. # [16:49] <mfinkle> kats: i added the NIGHTLY_BUILD in case removing the theme code was causing bad regressions
  1342. # [16:49] * Joins: myk (myk@moz-sn7.c9m.56.172.IP)
  1343. # [16:49] <mfinkle> kats: did i screw up the way the flag works?
  1344. # [16:50] <mfinkle> i was hoping that non-Nightly would just use the 'windows' theme
  1345. # [16:50] <mfinkle> as it was already doing
  1346. # [16:50] <kats> mfinkle: i'm not sure, the code looks ok to me but i don't have a better explanation as to why that try push would fail so hard on aurora
  1347. # [16:50] <kats> mfinkle: i agree that's what it should do from my reading of the code
  1348. # [16:51] <mfinkle> ###!!! ABORT: LoadSheetSync failed with error 80520012 loading built-in stylesheet 'chrome://global/skin/scrollbars.css': file /builds/slave/try-and-api-9-0000000000000000/build/src/layout/style/nsLayoutStylesheetCache.cpp, line 760
  1349. # [16:52] <mfinkle> certainly looks like my patch's issue
  1350. # [16:52] * whimboo is now known as whimboo|afk
  1351. # [16:52] <kats> maybe there's something in the aurora branding?
  1352. # [16:53] <chutten> Would anyone happen to know where the awesomebar source is? Specifically, the logic that determines what to show for a given input
  1353. # [16:54] <mak> chutten: UnifiedComplete.js
  1354. # [16:54] <chutten> I want to read the background before I file a bug.
  1355. # [16:54] <chutten> mak: thanks!
  1356. # [16:55] <mfinkle> kats: i bet it's MOZ_THEME_FASTSTRIPE
  1357. # [16:55] * whimboo|afk is now known as whimboo
  1358. # [16:55] <mfinkle> kats, looks like it's set for android http://mxr.mozilla.org/mozilla-central/source/configure.in#3796
  1359. # [16:55] <mfinkle> and my patch did not carry it
  1360. # [16:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/43de993bc09b - Alexandre Poirot - Bug 1226185 - Fix preferences listener leak in about:debugging. r=janx
  1361. # [16:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/84c4ab45a1eb - Alexandre Poirot - Bug 1226185 - Ensure to unmount about:debugging components on tab close. r=janx
  1362. # [16:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/91ddf71d4018 - Alexandre Poirot - Bug 1221141 - Support installing addon from local directory in about:debugging. r=janx
  1363. # [16:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/437a1938d6be - Alexandre Poirot - Bug 1226157 - Ship nsIWorkerDebugger* idl on b2g. r=fabrice
  1364. # [16:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/f516533b96a4 - Alexandre Poirot - Bug 1227139 - Fix the webconsole for addon and browser content toolbox by handling a missing performance property on this.window. r=bgrins
  1365. # [16:55] <mfinkle> kats, patch coming up
  1366. # [16:56] <kats> ah yeah that's probably it
  1367. # [16:57] * Quits: gsvelto (gsvelto@moz-3mvb2i.clienti.tiscali.it) (Ping timeout: 121 seconds)
  1368. # [16:59] * wilsonpage is now known as wilsonpage-away
  1369. # [16:59] * Joins: milan (milan@moz-5e1eur.3t38.sij7.f0c8.2607.IP)
  1370. # [16:59] * baku|away is now known as baku
  1371. # [17:00] * Joins: dbaron (dbaron@moz-1ufb1d.dynamic.fusionbroadband.com)
  1372. # [17:00] * killer sets mode: +ao dbaron dbaron
  1373. # [17:01] * Tomcat|sheriffduty is now known as Tomcat|afk
  1374. # [17:02] * Quits: milan_ (milan@66.207.193.21) (Ping timeout: 121 seconds)
  1375. # [17:02] * Joins: capella-s3 (capella-s3@moz-j2agl9.rq6o.8gsn.6000.2604.IP)
  1376. # [17:02] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/d75c996ee967 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1377. # [17:02] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/9ae9573c9e20 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1378. # [17:03] * Quits: cornel_ionce (Mibbit@moz-q23.52n.2.5.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1379. # [17:04] * Quits: roguishmountain (Thunderbird@moz-s6r9ae.fios.verizon.net) (Ping timeout: 121 seconds)
  1380. # [17:04] <mfinkle> thanks kats and philor
  1381. # [17:04] <mfinkle> bug 1227997
  1382. # [17:05] <mfinkle> just needs a Mossop "told-you-so" r+
  1383. # [17:05] * Joins: tzimmermann_ (tzimmermann@moz-iv1oho.pools.vodafone-ip.de)
  1384. # [17:06] * Quits: tzimmermann_ (tzimmermann@moz-iv1oho.pools.vodafone-ip.de) (A TLS packet with unexpected length was received.)
  1385. # [17:06] * Quits: branor (Thunderbird@moz-tv8.87l.28.195.IP) (Client exited)
  1386. # [17:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0dc9ecab2a3f - Mike Hommey - Bug 1226884 - Keep em:unpack addons unpacked after bug 1216371. r=gps
  1387. # [17:07] * Quits: milan (milan@moz-5e1eur.3t38.sij7.f0c8.2607.IP) (A TLS packet with unexpected length was received.)
  1388. # [17:07] * Joins: ErikRose (erikrose@moz-vemooo.res.rr.com)
  1389. # [17:07] * Joins: milan (milan@moz-ni0238.3t38.sij7.f0c8.2607.IP)
  1390. # [17:07] * Quits: tzimmermann (tzimmermann@moz-cbc39l.pools.vodafone-ip.de) (Ping timeout: 121 seconds)
  1391. # [17:10] * Joins: mccr8 (mccr8@moz-m84lpe.ca.comcast.net)
  1392. # [17:10] * Joins: ehsan (ehsan@66.207.193.21)
  1393. # [17:10] * killer sets mode: +o ehsan
  1394. # [17:10] * Quits: @ehsan (ehsan@66.207.193.21) (A TLS packet with unexpected length was received.)
  1395. # [17:10] * Joins: ehsan (ehsan@moz-aohso0.3t38.sij7.f0c8.2607.IP)
  1396. # [17:10] * killer sets mode: +o ehsan
  1397. # [17:10] * Quits: kershaw (kershaw@moz-sdf1ss.dynamic.hinet.net) (Client exited)
  1398. # [17:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/22812d820754 - Andrew McCreight - Bug 1213464 - ImageBridgeChild and CompositorChild should delete their Transport. r=billm
  1399. # [17:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/44d659497cb9 - Andrew McCreight - Bug 1226311, part 1 - Remove some obsolete includes for test_ipc.html in indexeddb. r=janv
  1400. # [17:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f5d820b790a0 - Andrew McCreight - Bug 1226311, part 2 - Remove SpecialPowers.isMainProcess usage from various IndexedDB tests. r=janv
  1401. # [17:11] * Quits: sankha (sankha@moz-p75.u3k.143.114.IP) (Connection closed)
  1402. # [17:12] <Yoric> ttaubert: As I mentioned, bug 1214158 is high-priority, so it would be nice if you could review my patch.
  1403. # [17:13] * Joins: branor (Thunderbird@moz-tv8.87l.28.195.IP)
  1404. # [17:14] * Joins: sankha (sankha@moz-p75.u3k.143.114.IP)
  1405. # [17:14] * Quits: capella-s3 (capella-s3@moz-j2agl9.rq6o.8gsn.6000.2604.IP) (Ping timeout: 121 seconds)
  1406. # [17:14] * Joins: hunboy_ (hunboy@moz-egm9uj.pool.invitel.hu)
  1407. # [17:15] * Joins: BenWa (bgirard@66.207.193.21)
  1408. # [17:15] <philor> ochameau: you have displeased Windows
  1409. # [17:16] * Quits: ddahl (ddahl@moz-1mu.65k.14.24.IP) (Quit: Leaving)
  1410. # [17:16] * Quits: hunboy (hunboy@moz-rb39nd.pool.invitel.hu) (Ping timeout: 121 seconds)
  1411. # [17:16] * hunboy_ is now known as hunboy
  1412. # [17:16] * Quits: jincreator (Thunderbird@moz-588.igi.7.59.IP) (Ping timeout: 121 seconds)
  1413. # [17:16] * Quits: givanica (Thunderbird@moz-40e.4cl.85.141.IP) (Client exited)
  1414. # [17:17] * Quits: branor (Thunderbird@moz-tv8.87l.28.195.IP) (Client exited)
  1415. # [17:17] * stephend|mtg is now known as stephend
  1416. # [17:17] * Quits: sankha (sankha@moz-p75.u3k.143.114.IP) (Connection closed)
  1417. # [17:17] * Joins: adalucinet (Instantbird@moz-662.esi.231.62.IP)
  1418. # [17:18] * Quits: slim (chatzilla@moz-mk72kg.range86-158.btcentralplus.com) (Ping timeout: 121 seconds)
  1419. # [17:20] * Quits: mastizada (Thunderbird@moz-mek.63k.2.46.IP) (Ping timeout: 121 seconds)
  1420. # [17:20] * Quits: fracting (fracting@moz-hni.8bd.31.116.IP) (Ping timeout: 121 seconds)
  1421. # [17:20] * Joins: jesup|mac (chatzilla@moz-6bqgno.dc.cox.net)
  1422. # [17:20] * Joins: fracting (fracting@moz-hni.8bd.31.116.IP)
  1423. # [17:20] * Joins: ot (ot@moz-gmtpic.cpe.webspeed.dk)
  1424. # [17:21] * Joins: milan_ (milan@moz-5e1eur.3t38.sij7.f0c8.2607.IP)
  1425. # [17:21] * RyanVM is now known as RyanVM|bbl
  1426. # [17:22] * glob is now known as glob|away
  1427. # [17:22] * whimboo is now known as whimboo|afk
  1428. # [17:23] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
  1429. # [17:23] * Quits: milan_ (milan@moz-5e1eur.3t38.sij7.f0c8.2607.IP) (Quit: )
  1430. # [17:24] * Joins: m_gol (m_gol@moz-qug51h.internetdsl.tpnet.pl)
  1431. # [17:24] * Quits: ferjm (textual@moz-v3p1m3.dynamicIP.rima-tde.net) (Quit: Textual IRC Client: www.textualapp.com)
  1432. # [17:24] * Quits: milan (milan@moz-ni0238.3t38.sij7.f0c8.2607.IP) (Ping timeout: 121 seconds)
  1433. # [17:24] * Joins: milan (milan@66.207.193.21)
  1434. # [17:24] * Quits: milan (milan@66.207.193.21) (A TLS packet with unexpected length was received.)
  1435. # [17:25] * maja_zf is now known as maja_zf|afk
  1436. # [17:25] * Joins: milan (milan@moz-te40ud.3t38.sij7.f0c8.2607.IP)
  1437. # [17:25] * Joins: mwu_ (mwu@moz-bsfoja.tcso.qwest.net)
  1438. # [17:26] * Quits: fracting (fracting@moz-hni.8bd.31.116.IP) (Ping timeout: 121 seconds)
  1439. # [17:27] * vladC|buildduty is now known as vladC|afk
  1440. # [17:27] * Quits: jesup|mac (chatzilla@moz-6bqgno.dc.cox.net) (Ping timeout: 121 seconds)
  1441. # [17:28] * Joins: slim (chatzilla@moz-mk72kg.range86-158.btcentralplus.com)
  1442. # [17:28] * Joins: smaug (chatzilla@moz-6kbmhh.rev.dnainternet.fi)
  1443. # [17:28] * killer sets mode: +o smaug
  1444. # [17:29] * Joins: tzimmermann (tzimmermann@moz-iv1oho.pools.vodafone-ip.de)
  1445. # [17:29] * Joins: yzen_ (yzen@66.207.193.21)
  1446. # [17:29] * jmaher is now known as jmaher|afk
  1447. # [17:29] * Quits: astley (astley@moz-smn5cq.dynamic.kbtelecom.net) (Client exited)
  1448. # [17:31] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
  1449. # [17:31] * bz_sleep is now known as bz
  1450. # [17:32] * Quits: yzen (yzen@66.207.193.21) (Ping timeout: 121 seconds)
  1451. # [17:32] <@bz> Anyone know where someone who knows something about the marionette loop tests might hang out?
  1452. # [17:32] * yzen_ is now known as yzen
  1453. # [17:33] <philor> bz: in the UK, since my standard answer is Standard8
  1454. # [17:33] <Standard8> bz: what’s up?
  1455. # [17:33] <@bz> Standard8: So I'm getting a try failure
  1456. # [17:33] <@bsmedberg> catlee: you filed a bug about signing MAR files with SHA2. Do you remember the bug# I can't find it.
  1457. # [17:34] <@bz> https://treeherder.mozilla.org/#/jobs?repo=try&revision=f131a61af0a6&selectedJob=14104422
  1458. # [17:34] <@bz> See the Mn bits
  1459. # [17:34] <@bz> The log is ... uninformativ
  1460. # [17:34] <@bz> 00:00:24 INFO - TEST-START | test_shared_all.py TestSharedUnits.test_units
  1461. # [17:34] <@bz> 00:03:49 ERROR - TEST-UNEXPECTED-FAIL | test_shared_all.py TestSharedUnits.test_units | AssertionError: build/tests/marionette/tests/browser/components/loop/test/shared/index.html: 0 failure(s) encountered:
  1462. # [17:34] <@bz> That's about it
  1463. # [17:34] <@bz> is there any way to get more info out of it without running locally?
  1464. # [17:34] * @bz is working through the local test bits
  1465. # [17:35] <catlee> bsmedberg: https://bugzilla.mozilla.org/show_bug.cgi?id=1105689 I think
  1466. # [17:35] * Joins: bwc (Adium@moz-avrtg7.rcsntx.sbcglobal.net)
  1467. # [17:35] <catlee> The one I filed was duped to that one
  1468. # [17:36] * @bz mutters about these steps assuming something about pip, which he seems to not have
  1469. # [17:36] * Joins: Enn (enn@moz-pe6f5p.cable.rogers.com)
  1470. # [17:37] <Standard8> bz: normally we can get a screenshot in the log, but it doesn’t want to load
  1471. # [17:37] <Standard8> bz: you should just be able to do ./mach marionette-test browser/components/loop to run it locally, although that probably won’t give you long enough to investigate
  1472. # [17:37] * Quits: myk (myk@moz-sn7.c9m.56.172.IP) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  1473. # [17:37] * Joins: myk (myk@moz-sn7.c9m.56.172.IP)
  1474. # [17:37] <@bz> Standard8: huh. That's not what https://developer.mozilla.org/en-US/docs/Mozilla/QA/Marionette/Running_Tests said
  1475. # [17:37] * Quits: gabor (gabor@moz-q8vh42.j7lv.v76v.0a40.2a04.IP) (Quit: This computer has gone to sleep)
  1476. # [17:38] <@bz> Standard8: do the docs need updating?
  1477. # [17:38] <Standard8> bz: actually make that ./mach marionette-test browser/components/loop/manifest.ini
  1478. # [17:38] <@bz> Standard8: Trying, thanks
  1479. # [17:38] * Joins: fracting (fracting@moz-hni.8bd.31.116.IP)
  1480. # [17:38] * Joins: ferjm (textual@moz-v3p1m3.dynamicIP.rima-tde.net)
  1481. # [17:38] <Standard8> bz: yeah I’ve not seen that page before - that’s something the ateam folks seem to have put together /cc AutomatedTester
  1482. # [17:39] * @bz really wishes tests on treeherder all just linked to "how to run this"
  1483. # [17:39] <@bz> OK, thanks
  1484. # [17:39] <@bz> At least it's running now
  1485. # [17:39] <@bz> Also, this test is huge. :(
  1486. # [17:40] <@bz> hhrm
  1487. # [17:40] <@bz> So how do I tell what failed?
  1488. # [17:41] <@bz> Or whether....
  1489. # [17:41] <AutomatedTester> bz: wow, I totally forgot about those docs. Sorry
  1490. # [17:41] * Quits: myk (myk@moz-sn7.c9m.56.172.IP) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  1491. # [17:41] <@bz> It got to 100% then just sits there
  1492. # [17:42] <Standard8> is there a complete indicator at the bottom?
  1493. # [17:42] <@bz> If I then quit the browser it shows some python stacks....
  1494. # [17:42] <Standard8> well a line that says complete
  1495. # [17:42] <@bz> Yes, it says "Complete" there
  1496. # [17:42] * Joins: myk (myk@moz-sn7.c9m.56.172.IP)
  1497. # [17:42] <Standard8> huh
  1498. # [17:43] <@bz> Also, do you know where this harness is hiding the Gecko output?
  1499. # [17:43] * @bz would dearly love to see that here
  1500. # [17:43] <Standard8> apparently the raw gecko output isn’t available atm :-(
  1501. # [17:44] <@bz> WTF
  1502. # [17:44] <Standard8> although AutomatedTester - has that changed?
  1503. # [17:44] * jlund|away is now known as jlund
  1504. # [17:44] * @bz mutters about non-debuggable tests
  1505. # [17:44] <AutomatedTester> Standard8: taht shouldnt have changed
  1506. # [17:44] <@bz> OK, so...
  1507. # [17:44] <@bz> It says "complete" at the bottom
  1508. # [17:44] <AutomatedTester> bz: is there a gecko.log file in your top level dir?
  1509. # [17:44] <@bz> passes: 562
  1510. # [17:44] <AutomatedTester> that should have gecko output
  1511. # [17:44] <@bz> failures: 3
  1512. # [17:45] <@bz> Now what?
  1513. # [17:45] <@bz> AutomatedTester: top level of what?
  1514. # [17:45] <AutomatedTester> bz: of your repo
  1515. # [17:45] <AutomatedTester> where you ran ./mach
  1516. # [17:45] <@bz> There is
  1517. # [17:45] <@bz> ok, good
  1518. # [17:45] <Standard8> JavaScript error: chrome://marionette/content/listener.js, line 399: NS_ERROR_ILLEGAL_VALUE: Component returned failure code: 0x80070057 (NS_ERROR_ILLEGAL_VALUE) [nsIMessageSender.sendAsyncMessage]
  1519. # [17:45] <@bz> Looks like it's not autoflushed....
  1520. # [17:45] <@bz> Standard8: hmm?
  1521. # [17:46] <@bz> Ah, that's at the end of my log, yes
  1522. # [17:46] <ochameau> philor: hum. Looking.
  1523. # [17:46] <Standard8> I’ve just seen that in the log on the try server
  1524. # [17:46] <Standard8> whether or not its related, I’m not sure
  1525. # [17:46] * Quits: myk (myk@moz-sn7.c9m.56.172.IP) (Ping timeout: 121 seconds)
  1526. # [17:46] <Standard8> bz: AutomatedTester: so basically the loop tests are loading a web page, checking for that complete indicator, and then checking if there were any failures
  1527. # [17:47] <Standard8> if its getting to complete, then it implies that there’s some sort of harness issue or something maybe
  1528. # [17:47] <@bz> ok
  1529. # [17:47] <@bz> wtf
  1530. # [17:48] <@bz> it just started loading a different test?
  1531. # [17:48] * @bz was still trying to get info out of this one....
  1532. # [17:48] <@bz> ok
  1533. # [17:48] <Standard8> it probably timed out
  1534. # [17:48] * @bz cries
  1535. # [17:48] <@bz> This test is just _designed_ to be hard to debug, eh?
  1536. # [17:49] <AutomatedTester> Standard8: what is pyperclip?
  1537. # [17:49] <Standard8> AutomatedTester: I think you’re looking at the functional tests?
  1538. # [17:49] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
  1539. # [17:49] <@bz> ok
  1540. # [17:49] <@bz> So how do I tell what actually failed?
  1541. # [17:49] <@bz> Is that basically up to this webpage?
  1542. # [17:49] <@bz> Because it tells me nothing about what failed. :(
  1543. # [17:49] <Standard8> if the web page says complete at the bottom, and zero at the top
  1544. # [17:50] <Standard8> then in theory it passed
  1545. # [17:50] <AutomatedTester> Standard8: what is pyperclip? n./mach marionette-test browser/components/loop and got errors
  1546. # [17:50] <AutomatedTester> about pyperclip
  1547. # [17:50] <@bz> At the top it says passes:562 failures:3
  1548. # [17:50] * Quits: mboldan (mihai.bolda@moz-662.esi.231.62.IP) (Connection closed)
  1549. # [17:50] <@bz> duration:100s
  1550. # [17:50] <Standard8> AutomatedTester: add /manifest.ini onto that location
  1551. # [17:51] * Joins: mixedpuppy (mixedpuppy@moz-48l.lca.114.24.IP)
  1552. # [17:51] <Standard8> bz: ok, so clicking on the failures should show you a summary of the failures
  1553. # [17:51] * Quits: avaida (Instantbird@moz-662.esi.231.62.IP) (Quit: Instantbird 1.5 -- http://www.instantbird.com)
  1554. # [17:51] * @bz tried that
  1555. # [17:51] <Standard8> or they’ll be in red somewhere down the page
  1556. # [17:51] <@bz> didn't seem to
  1557. # [17:51] <@bz> There are a bunch of things in red
  1558. # [17:51] <AutomatedTester> Standard8: when I run /mach marionette-test browser/components/loop/manifest.ini I get 4 passes and the harness exits successfully
  1559. # [17:51] <@bz> all times
  1560. # [17:51] <@bz> More than 3 of them
  1561. # [17:51] * Quits: ericjung (ericjung@moz-h2a.9hc.161.107.IP) (Ping timeout: 121 seconds)
  1562. # [17:52] <Standard8> AutomatedTester: yeah, the mach marionette-test target picks up more that its really meant to ;-)
  1563. # [17:52] <Standard8> AutomatedTester: the pyperclip is used in our functional tests
  1564. # [17:52] * @bz builds a clean tree so he can run the test there and see how it behaves
  1565. # [17:52] <Standard8> bz: can you get a screenshot of the page?
  1566. # [17:52] <@bz> well, once my build is done
  1567. # [17:52] <@bz> Sure
  1568. # [17:52] <Standard8> bz: you can also debug these without the harness
  1569. # [17:52] <@bz> Oh?
  1570. # [17:53] <@bz> how?
  1571. # [17:53] <Standard8> I wasn’t sure it was the web page at first
  1572. # [17:53] * @bz is interested in reducing the layers
  1573. # [17:53] <Standard8> which is why I didn’t suggest it
  1574. # [17:53] <@bz> ah
  1575. # [17:53] <@bz> I'm not sure which it is
  1576. # [17:53] <@bz> I'm changing promises
  1577. # [17:53] <@bz> which could plausibly affect whatever
  1578. # [17:53] <@bz> certainly loop's backend uses them
  1579. # [17:53] * Joins: lizzard (ehenry@moz-ruk7u5.ca.comcast.net)
  1580. # [17:53] <Standard8> so cd browser/components/loop/standalone && make install. Then make runserver
  1581. # [17:53] <@bz> but Mn might too
  1582. # [17:53] <@bz> hrm
  1583. # [17:53] <Standard8> then you can go to localhost:3000/test/shared/
  1584. # [17:53] <@bz> where will it install if I make install?
  1585. # [17:54] <Standard8> into the standalone directory, it’ll create a node_modules sub-dir
  1586. # [17:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/40245af65036 - Francois Marier - Bug 1227800 - Add missing XML entities on Fennec for -forbid- SB lists. r=gcp
  1587. # [17:55] <@bz> Standard8: so in the srcdir? ok
  1588. # [17:55] <Standard8> yeah
  1589. # [17:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/a078cf3fe732 - B2G Bumper Bot - Bumping gaia.json for 5 gaia revision(s) a=gaia-bump
  1590. # [17:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/6b5072dc8267 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1591. # [17:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/21f613700470 - Nicolas B. Pierron - Bug 1213732 part 1 - SM LCov: Report both side of the branches. r=bhackett
  1592. # [17:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/56e52e58c31f - Nicolas B. Pierron - Bug 1213732 part 2 - SM LCov: Check that fallthrough branches are correctly counted. r=bhackett
  1593. # [17:58] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
  1594. # [17:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/cb9e7ee52f26 - Nicolas B. Pierron - Bug 1213732 part 3 - SM LCov: Add code coverage support for TableSwitch statements. r=bhackett
  1595. # [17:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/64f6afc11e30 - Nicolas B. Pierron - Bug 1219166 - SM LCov: Prevent reporting empty compartments, and empty runtimes. r=bhackett
  1596. # [17:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/63ad3c6d8745 - Nicolas B. Pierron - Bug 1213735 - LCov: Rely on the GC finalizers to visit all JSScripts. r=bhackett
  1597. # [18:01] * Joins: mjf (anonymous@moz-r17qgu.dyn.grandenetworks.net)
  1598. # [18:02] * jmaher|afk is now known as jmaher
  1599. # [18:02] * Joins: jimb (user@moz-09a.i8g.126.207.IP)
  1600. # [18:03] * dminor is now known as dminor|bbiab
  1601. # [18:06] <nical> Are gtest EXPECT_* macros failure considered as test failures on try ?
  1602. # [18:06] <kats> nical: they should be, yeah
  1603. # [18:06] <nical> or just the ASSERT_* macros
  1604. # [18:06] <nical> ok
  1605. # [18:06] <nical> thanks
  1606. # [18:07] <kats> nical: iirc the difference is EXPECT_ will continue running the rest of the test (but still fail)
  1607. # [18:07] <kats> ASSERT_ will abort the test
  1608. # [18:07] <nical> kats, not even, ASSERT_ returns. which amounts to aborting the test unless your test calls a function that contains the assertion
  1609. # [18:07] <nical> it's so silly
  1610. # [18:08] <nical> also jsut found out that the gtest assertions are not threadsafe on windows
  1611. # [18:08] * wilsonpage-away is now known as wilsonpage
  1612. # [18:08] <ochameau> philor: I think this is just a dumb moz.build issue, I attached a hotfix to bug 1221141
  1613. # [18:08] * armenzg is now known as armenzg_lunch
  1614. # [18:08] * Joins: myk (myk@moz-sn7.c9m.56.172.IP)
  1615. # [18:08] <kats> nical: oh i didn't think gtests were threadsafe in general
  1616. # [18:09] <nical> I assumed calling ASSERT_TRUE from any thread was ok
  1617. # [18:09] * Joins: kdudka (kdudka@moz-1e6hri.broadband18.iol.cz)
  1618. # [18:09] * Quits: Ms2ger (Ms2ger@moz-s0uu8s.access.telenet.be) (Ping timeout: 121 seconds)
  1619. # [18:10] * Joins: marcosc (marcosc@moz-29a.do1.52.113.IP)
  1620. # [18:10] <kats> nical: ah, https://github.com/google/googletest/blob/master/googletest/docs/Primer.md#known-limitations
  1621. # [18:10] <@bz> Standard8: finally have a clean build, trying that
  1622. # [18:10] <nical> kats yup
  1623. # [18:12] <@bz> ok
  1624. # [18:12] <@bz> so at least this time failures is 0
  1625. # [18:12] <Standard8> huh
  1626. # [18:12] <@bz> which is good!
  1627. # [18:12] <Standard8> it is?
  1628. # [18:13] <@bz> The fact that the test passes in a clean build?
  1629. # [18:13] <@bz> Yes
  1630. # [18:13] * adusca is now known as adusca|afk
  1631. # [18:13] <Standard8> what about try server though?
  1632. # [18:13] <@bz> The try server is with my patches
  1633. # [18:13] <@bz> This build is without my patches
  1634. # [18:14] <Standard8> oh ok
  1635. # [18:14] <@bz> So at least we have concrete evidence that this patch causes this "3 failures" thing
  1636. # [18:14] <Standard8> a “clean” build
  1637. # [18:14] <@bz> and hence I should debug that
  1638. # [18:14] * Quits: marcosc (marcosc@moz-29a.do1.52.113.IP) (Ping timeout: 121 seconds)
  1639. # [18:14] * @bz is not sure why the quotes
  1640. # [18:14] <@bz> clean == "just a clone of m-c"
  1641. # [18:15] * Joins: myk1 (myk@moz-d47hg3.ujol.1ibb.0101.2620.IP)
  1642. # [18:15] * Quits: mccr8 (mccr8@moz-m84lpe.ca.comcast.net) (Quit: computer sleep)
  1643. # [18:15] <@bz> Standard8: OK, thank you. I have something to go on now. ;)
  1644. # [18:15] <Standard8> bz: np, I’ll try and find somewhere to document some of that soon
  1645. # [18:16] * @bz goes back to the failing build, tries to see which subtests fail
  1646. # [18:16] <@bz> OK
  1647. # [18:16] <Standard8> or at least to make it easier to find
  1648. # [18:16] <@bz> and make those devmo docs point to this stuff
  1649. # [18:16] <@bz> because they are what search engines find.
  1650. # [18:16] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/79004346238d - Andrea Marchesini - Bug 1211266 - Remote blobs coming from a different thread and a different manager must be kept alive until the creation of depending RemoteBlobs is not completed, r=bent, f=gerard-majax
  1651. # [18:16] * Quits: myk (myk@moz-sn7.c9m.56.172.IP) (Ping timeout: 121 seconds)
  1652. # [18:16] * myk1 is now known as myk
  1653. # [18:18] * mhowell is now known as mhowell|away
  1654. # [18:18] * jimm is now known as jimm-lunch
  1655. # [18:20] <vlad> *bangs head on keyboard*
  1656. # [18:20] <vlad> why is it so difficult to run a particular tbpl test suite locally
  1657. # [18:22] <@bz> Because the people who create them never do?
  1658. # [18:22] * Joins: justindarc (justindarc@moz-lev.v84.203.209.IP)
  1659. # [18:23] * Joins: Ms2ger (Ms2ger@moz-s0uu8s.access.telenet.be)
  1660. # [18:23] * adusca|afk is now known as adusca
  1661. # [18:24] <vlad> maybe; it seems like it's more that the people who do tbpl/testing infra and the people who do the local stuff (e.g. mach) don't really coordinate
  1662. # [18:24] <vlad> like if I have a "bc7" failure on tbpl.. I know that's the 7th chunk of browser chrome tests
  1663. # [18:24] <vlad> but I guess I need to know that that's the "browser" mochitest suite for mach, and not the "chrome" one
  1664. # [18:24] <@bz> yep
  1665. # [18:24] <vlad> and "oth" on tbpl is just something entirely magic
  1666. # [18:25] * Joins: sankha (sankha@moz-g7l.b0d.106.27.IP)
  1667. # [18:25] <@bz> Not to mention that the 7th chunk locally may not match the 7th chunk on tbpl
  1668. # [18:25] <vlad> Yeah
  1669. # [18:25] * wilsonpage is now known as wilsonpage-away
  1670. # [18:25] <vlad> That I'm even vaguely okay with, but it's solvable too (e.g. have each tbpl run generate a file that explicitly describes its chunking)
  1671. # [18:26] <vlad> Which might actually be an overall solution. Just have each tbpl run explicitly list out the tests that are in it.. and then you can run mach mochitest --test-list http://pub.builds...../myrun/linux-x64-opt-bc7.testlist
  1672. # [18:26] * Quits: milan (milan@moz-te40ud.3t38.sij7.f0c8.2607.IP) (A TLS packet with unexpected length was received.)
  1673. # [18:26] * Quits: flo-retina (Instantbird@moz-8kf5fi.isp.overthebox.ovh) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  1674. # [18:27] * Joins: milan (milan@moz-meifuq.3t38.sij7.f0c8.2607.IP)
  1675. # [18:27] <myk> vlad, bz: there's a project to make mozharness easier to run locally (https://wiki.mozilla.org/Auto-tools/Projects/Mozharness), although last time i tried it, it was still pretty hard
  1676. # [18:27] * mhowell|away is now known as mhowell
  1677. # [18:27] <vlad> myk: is mozharness a thing that's needed?
  1678. # [18:27] <vlad> I mean mach already knows how to start mochitests
  1679. # [18:27] * Joins: mccr8 (mccr8@moz-cfhap5.mtv2.mozilla.com)
  1680. # [18:28] * Joins: Boriss (Boriss@moz-dkeprl.PUBLIC.monkeybrains.net)
  1681. # [18:29] <@bz> vlad: If a test run explicitly spat out "the command to run this" that would be so awesome
  1682. # [18:29] <myk> vlad: it isn't, but some of the work is apparently intended to align mach and mozharness, so results are more consistent between the two (and when something on tryserver fails, you can reproduce the failure locally); i guess your primary complaint is that it's hard to figure out which mach command to run locally in response to a failure on tryserver, though
  1683. # [18:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/eda67eb9f498 - Ted Mielczarek - bug 1224308 - Remove some Makefile cruft. r=gps
  1684. # [18:29] <vlad> bz: yeah, exactly
  1685. # [18:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/068571096137 - Ted Mielczarek - bug 1224165 - Remove some Makefiles in js/xpconnect/tests/. r=glandium
  1686. # [18:29] <@bz> Standard8: so...
  1687. # [18:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0104f1c911ca - Ted Mielczarek - bug 1223530 - Move MOZ_WINCONSOLE to configure. r=glandium
  1688. # [18:29] * stephend is now known as stephend|mtg
  1689. # [18:30] <@bz> Standard8: back to my case that fails
  1690. # [18:30] <@bz> Standard8: So I have these 3 failues
  1691. # [18:30] * wilsonpage-away is now known as wilsonpage
  1692. # [18:30] <@bz> er, failures
  1693. # [18:30] <@bz> standard8: and I'm trying to tell which they are
  1694. # [18:31] <@bz> Standard8: they don't seem to be marked in the list in any way
  1695. # [18:31] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f2f41c4ca5fa - Nicolas B. Pierron - Bug 1223023 - Ensure that we have enough ballast space for allocating MoveGroups in BacktrackingAllocator::resolveControlFlow. r=bhackett
  1696. # [18:32] * Quits: MaxIvanov (MIvanov@moz-rd7.51j.125.50.IP) (Ping timeout: 121 seconds)
  1697. # [18:32] * Joins: jgriffin (uid51409@moz-si9qbr.highgate.irccloud.com)
  1698. # [18:33] * Quits: d1ndra (d1ndra@moz-c2d.e83.230.103.IP) (Ping timeout: 121 seconds)
  1699. # [18:33] <@bz> standard8: If I click the "failures" link it just shows me "Complete"
  1700. # [18:34] <@bz> and Index
  1701. # [18:34] <@bz> and nothing else...
  1702. # [18:34] * Joins: MMurrell (MaxMurrell@moz-rd7.51j.125.50.IP)
  1703. # [18:34] * Quits: mgoodwin_OoO (mgoodwin_Oo@moz-3jkfve.range81-147.btcentralplus.com) (Ping timeout: 121 seconds)
  1704. # [18:34] * Quits: a-865 (fmcz@moz-ipbm7f.cable.mindspring.com) (Ping timeout: 121 seconds)
  1705. # [18:35] * aselagea|buildduty is now known as aselagea|afk
  1706. # [18:35] * Joins: eyome (eyome@moz-gfketo.fbx.proxad.net)
  1707. # [18:35] * Quits: jimb (user@moz-09a.i8g.126.207.IP) (Ping timeout: 121 seconds)
  1708. # [18:38] <Mossop> bz: Could you CC me on bug 1182546?
  1709. # [18:38] * Quits: azakai|2_ (alon@moz-l3ofdg.sntcca.sbcglobal.net) (Quit: Ex-Chat)
  1710. # [18:38] * Joins: Sxean (Sxean@moz-rd7.51j.125.50.IP)
  1711. # [18:39] <@bz> mossop: done. If you're trying to figure out what the actual change was, https://bugzilla.mozilla.org/show_bug.cgi?id=1182546#c4
  1712. # [18:39] <@bz> mossop: and https://bugzilla.mozilla.org/show_bug.cgi?id=1182546#c10 describes the problem with the pre-patch setup
  1713. # [18:39] * Quits: wilsonpage (wilsonpage@moz-i6u.sut.111.217.IP) (Connection closed)
  1714. # [18:39] <baku> the sheriff?
  1715. # [18:39] * Joins: givanica (Thunderbird@moz-n61.k1v.26.188.IP)
  1716. # [18:40] <Mossop> bz: Thanks. Mostly just want to check the commit dates so I can check an automated test for bug 1227981
  1717. # [18:40] * Joins: wilsonpage (wilsonpage@moz-i6u.sut.111.217.IP)
  1718. # [18:40] <@bz> mossop: Good plan
  1719. # [18:40] * Quits: adalucinet (Instantbird@moz-662.esi.231.62.IP) (Quit: buh bye!)
  1720. # [18:41] * Quits: ferjm (textual@moz-v3p1m3.dynamicIP.rima-tde.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
  1721. # [18:41] * Joins: VladimirBelonenko (oliverthor@moz-rd7.51j.125.50.IP)
  1722. # [18:42] <@bz> Standard8: ah, running this locally is _much_ better
  1723. # [18:42] * @bz can actually try to see what's going on
  1724. # [18:43] * Joins: mwobensmith (mwobensmith@moz-vtangv.2rkg.9kg1.0101.2620.IP)
  1725. # [18:43] * Joins: Sander (chatzilla@moz-i611r9.dynamicIP.rima-tde.net)
  1726. # [18:44] * Joins: sicking (sicking@moz-6jefvm.ca.comcast.net)
  1727. # [18:45] <@bz> Standard8: I have a nice screenshot for you of everything showing up with gteen checks and yet there being three failures. :(
  1728. # [18:45] * Joins: MaxIvanov (MIvanov@moz-rd7.51j.125.50.IP)
  1729. # [18:46] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
  1730. # [18:47] * Joins: mconley|livehacking (mconley@66.207.193.21)
  1731. # [18:47] * Quits: KaiRo (robert@moz-go0707.highway.telekom.at) (A TLS packet with unexpected length was received.)
  1732. # [18:47] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2ba34b52df6b - Andrea Marchesini - Backed out changeset 79004346238d - wrong version of patch for bug 1211266
  1733. # [18:48] * Quits: sankha (sankha@moz-g7l.b0d.106.27.IP) (Connection closed)
  1734. # [18:48] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
  1735. # [18:48] * Joins: sankha (sankha@moz-g7l.b0d.106.27.IP)
  1736. # [18:48] * Joins: JMercado (JaymeMercad@moz-rd7.51j.125.50.IP)
  1737. # [18:49] * Joins: KaiRo (robert@moz-go0707.highway.telekom.at)
  1738. # [18:49] * Quits: tzimmermann (tzimmermann@moz-iv1oho.pools.vodafone-ip.de) (Quit: Ex-Chat)
  1739. # [18:49] * Joins: ferjm (textual@moz-v3p1m3.dynamicIP.rima-tde.net)
  1740. # [18:49] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/8405467ea7ad - Andrea Marchesini - Bug 1211266 - Remote blobs coming from a different thread and a different manager must be kept alive until the creation of depending RemoteBlobs is not completed, r=bent, f=gerard-majax
  1741. # [18:50] * Joins: bholley (bholley@moz-mehar5.ca.comcast.net)
  1742. # [18:51] * dminor|bbiab is now known as dminor
  1743. # [18:51] * hwine|afk is now known as hwine
  1744. # [18:53] * philor tries a con
  1745. # [18:53] <philor> ted: you've got Windows build bustage
  1746. # [18:53] <@ted> philor: uh what
  1747. # [18:53] <@ted> i built that locally and also pushed it to try and it was green
  1748. # [18:54] <@ted> https://treeherder.mozilla.org/#/jobs?repo=try&revision=a4d564b144cd :-(
  1749. # [18:54] * jimm-lunch is now known as jimm
  1750. # [18:54] <philor> yeah, it's some bustage from building on aws, but I can't figure out wtf it thinks is wrong
  1751. # [18:54] <@ted> hm
  1752. # [18:54] <philor> I hate me some Windows build failures
  1753. # [18:54] * armenzg_lunch is now known as armenzg
  1754. # [18:54] <@ted> https://irccloud.mozilla.com/pastebin/Sg2WK1F8
  1755. # [18:55] <@ted> i...don't know that i believe that that's my fault
  1756. # [18:55] <@ted> oh
  1757. # [18:55] <@ted> this is wow_helper code
  1758. # [18:55] * ahal is now known as ahal|afk
  1759. # [18:56] <@ted> which is just all kinds of nuts
  1760. # [18:56] * Quits: sankha (sankha@moz-g7l.b0d.106.27.IP) (Connection closed)
  1761. # [18:56] <@ted> (it's invoking the 64-bit compiler in a 32-bit build)
  1762. # [18:56] * jib is now known as jib|away
  1763. # [18:57] * Joins: JaymeM (JaymeMercad@moz-rd7.51j.125.50.IP)
  1764. # [18:57] <philor> and there's another
  1765. # [18:57] <@bz> So wtf
  1766. # [18:57] * Joins: jimb (user@moz-09a.i8g.126.207.IP)
  1767. # [18:57] * philor siezes the opportunity to close m-i
  1768. # [18:57] <@bz> where is this "failures" thing coming from?
  1769. # [18:58] <philor> it was going to happen eventually, with no sheriff
  1770. # [18:58] <@ted> 09:49:36 INFO - "/x86_amd64/cl.exe" -Foservice64_resolver.obj -c -DUNICODE -Ic:/builds/moz2_slave/m-in-w32-d-0000000000000000000/build/src/security/sandbox/win/wow_helper -I. -Ic:/builds/moz2_slave/m-in-w32-d-0000000000000000000/build/src/security/sandbox -Ic:/builds/moz2_slave/m-in-w32-d-0000000000000000000/build/src/security
  1771. # [18:58] <@ted> -Ic:/builds/moz2_slave/m-in-w32-d-0000000000000000000/build/src/security/sandbox/chromium -I../../../../dist/include -Ic:/builds/moz2_slave/m-in-w32-d-0000000000000000000/build/src/obj-firefox/dist/include/nspr -Ic:/builds/moz2_slave/m-in-w32-d-0000000000000000000/build/src/obj-firefox/dist/include/nss -MT -TP -nologo -D_HAS_EXCEPTIONS=0 -W3 -Gy -FS -wd4251
  1772. # [18:58] <@ted> -wd4244 -wd4267 -wd4345 -wd4351 -wd4800 -wd4819 -we4553 -GR- -DDEBUG -DTRACING -Z7 -O1 -Oi -Oy- -WX c:/builds/moz2_slave/m-in-w32-d-0000000000000000000/build/src/security/sandbox/chromium/sandbox/win/wow_helper/service64_resolver.cc
  1773. # [18:58] <@ted> that's just bogus
  1774. # [18:58] * Quits: JMercado (JaymeMercad@moz-rd7.51j.125.50.IP) (Ping timeout: 121 seconds)
  1775. # [18:59] * Quits: Bas (chatzilla@moz-ubr8j5.dsl.cambrium.nl) (Connection closed)
  1776. # [18:59] * baku is now known as baku|away
  1777. # [18:59] <@bz> This makes no sense. :(
  1778. # [18:59] * Joins: Bas (chatzilla@moz-ubr8j5.dsl.cambrium.nl)
  1779. # [19:00] <@ted> bz: which failures thing?
  1780. # [19:00] <@ted> oh, scrollback
  1781. # [19:00] <@bz> ted: marionette loop tests
  1782. # [19:00] <@ted> ahhh
  1783. # [19:00] <@bz> ted: You probably don't want to know....
  1784. # [19:00] * Quits: mwobensmith (mwobensmith@moz-vtangv.2rkg.9kg1.0101.2620.IP) (Quit: Leaving.)
  1785. # [19:00] * Joins: mwobensmith (mwobensmith@moz-u3dg2t.sfo1.mozilla.com)
  1786. # [19:00] * @bz doesn't want to know
  1787. # [19:00] <@ted> yeah, no offense :)
  1788. # [19:00] * Quits: mwobensmith (mwobensmith@moz-u3dg2t.sfo1.mozilla.com) (Connection closed)
  1789. # [19:00] * Joins: mwobensmith (mwobensmith@moz-vtangv.2rkg.9kg1.0101.2620.IP)
  1790. # [19:01] * Gijs is now known as Gijs_away
  1791. # [19:01] * Joins: mats (Mibbit@moz-6svtv8.priv.bahnhof.se)
  1792. # [19:02] * Quits: jib|away (jib@moz-j7m6lt.dyn.optonline.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
  1793. # [19:03] <@bz> ok
  1794. # [19:03] <@bz> wtf
  1795. # [19:03] <Standard8> bz: screenshot?
  1796. # [19:03] * @bz tries to figure out what actually updates this "failures" number
  1797. # [19:03] <@bz> Sure
  1798. # [19:03] <Standard8> bz: sorry was afk, but back now
  1799. # [19:03] * Joins: azakai (alon@moz-dlrtut.ujol.1ibb.0101.2620.IP)
  1800. # [19:03] <@bz> Standard8: I have somewhat more data too, but let me get you the screenshot
  1801. # [19:04] * Quits: dholbert (dholbert@moz-pnm275.static.fusionbroadband.com) (Ping timeout: 121 seconds)
  1802. # [19:04] <Standard8> bz: also, are your patches about so that I could try applying them? (on mac)
  1803. # [19:04] <@bz> Standard8: http://web.mit.edu/bzbarsky/www/test.png
  1804. # [19:04] * Joins: jgilbert (Jeff@moz-0sfacg.91ir.6bj2.0646.2601.IP)
  1805. # [19:04] <@bz> Standard8: (I commented out most of the test)
  1806. # [19:04] <@bz> Standard8: You can get the relevant patches from....
  1807. # [19:05] <Standard8> that’s impressive
  1808. # [19:05] <@bz> https://treeherder.mozilla.org/#/jobs?repo=try&revision=f131a61af0a6&selectedJob=14104422
  1809. # [19:05] <@bz> Standard8: Just pull -r 840979849ca7 from try
  1810. # [19:05] <Standard8> bz: have you checked the console?
  1811. # [19:05] <@bz> Yep
  1812. # [19:05] <@bz> Nothing terribly interesting
  1813. # [19:05] <@bz> So I do have more data, as I said. One sec
  1814. # [19:05] <@bz> Well, there's a "Components object is deprecated" thing
  1815. # [19:05] <@bz> But it's there no matter what afaict
  1816. # [19:06] <@bz> So the stuff I have left uncommented is this single test: http://mxr.mozilla.org/mozilla-central/source/browser/components/loop/test/shared/utils_test.js#181
  1817. # [19:06] <@bz> I have confirmed that the catch block is not reached
  1818. # [19:06] <@bz> And that "result" is false.
  1819. # [19:07] <Standard8> yeah that shouldn’t matter
  1820. # [19:07] <Standard8> err the components thing
  1821. # [19:07] <@bz> This test is calling http://mxr.mozilla.org/mozilla-central/source/browser/components/loop/content/shared/js/utils.js#324
  1822. # [19:07] * kats is now known as kats-lunch
  1823. # [19:07] <@bz> And we take the first branch of that if cascade
  1824. # [19:08] <@bz> So end up doing rootNavigator.mediaDevices.enumerateDevices
  1825. # [19:08] <@bz> Which is the thing whose return value the test set up front, right?
  1826. # [19:08] * Joins: sankha (sankha@moz-g7l.b0d.106.27.IP)
  1827. # [19:08] <@bz> So if I change that branch to just do:
  1828. # [19:08] <@bz> callback(false);
  1829. # [19:08] <@bz> return;
  1830. # [19:08] <@bz> before calling enumerateDevices(), then the test passes
  1831. # [19:09] <@bz> If I _don't_ do that, then the callback(result.some(checkForInput)); is reached,, so we're not getting an exception inside promise stuff
  1832. # [19:09] <@bz> But if I replace that line with callback(false) the test still fails
  1833. # [19:09] * Joins: jib (jib@moz-j7m6lt.dyn.optonline.net)
  1834. # [19:09] * Joins: dholbert (dholbert@moz-pnm275.static.fusionbroadband.com)
  1835. # [19:09] <@bz> (fwiw, result is in fact an empty array, so result.some(checkForInput) returns false
  1836. # [19:10] <@bz> So the actual failure is somewhere inside the machinery for calling enumerateDevices(), afaict
  1837. # [19:10] * lth is now known as lth|away
  1838. # [19:10] <@bz> hrm
  1839. # [19:10] <@bz> or not...
  1840. # [19:11] * @bz pokes a bit more
  1841. # [19:11] <@ted> philor: i'll be damned if i know why this is burning, but you are welcome to back my changes out and see if that fixes things
  1842. # [19:11] * Joins: marcosc (marcosc@moz-29a.do1.52.113.IP)
  1843. # [19:12] <philor> ted: today, we close early, so I'm only at work for another 7 hours
  1844. # [19:12] <@bz> uh
  1845. # [19:12] <@bz> uh
  1846. # [19:12] <philor> not that I mind leaving m-i closed until then, it's far better for me than having it open
  1847. # [19:12] <@bz> So if I take away the catch clause, suddenly the test passes
  1848. # [19:13] <Standard8> bz: that sounds like they’re both being called
  1849. # [19:13] <@ted> philor: whee
  1850. # [19:13] * Quits: Sander (chatzilla@moz-i611r9.dynamicIP.rima-tde.net) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  1851. # [19:13] <@bz> one sec
  1852. # [19:13] <Standard8> bz: it would explain the UX, done() first, then done(ex) for a second time somehow
  1853. # [19:14] <@bz> rootNavigator.mediaDevices.enumerateDevices()
  1854. # [19:14] <@bz> .then(() => callback(false))
  1855. # [19:14] <@bz> .catch(() => callback(false));
  1856. # [19:14] <@ted> philor: i pushed my rebased changes (exactly what i just landed) to try for a sanity check: https://treeherder.mozilla.org/#/jobs?repo=try&revision=600d7fdc7bbf
  1857. # [19:14] <@bz> This fails
  1858. # [19:14] <@bz> in the way I observe
  1859. # [19:14] <@ted> philor: and i'm also going to build locally as soon as hg decides to finish pulling my changes to my windows box
  1860. # [19:14] <@bz> rootNavigator.mediaDevices.enumerateDevices()
  1861. # [19:14] <@bz> .then(() => callback(false))
  1862. # [19:14] <@bz> .catch(() => { alert("hello"); callback(false) });
  1863. # [19:14] <@bz> So does this
  1864. # [19:14] <@bz> The alert is never shown
  1865. # [19:14] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
  1866. # [19:14] <@bz> rootNavigator.mediaDevices.enumerateDevices()
  1867. # [19:14] <@bz> .then(() => callback(false))
  1868. # [19:14] <@bz> .catch(() => { });
  1869. # [19:14] <@bz> this fails the test
  1870. # [19:15] * Quits: marcosc (marcosc@moz-29a.do1.52.113.IP) (Ping timeout: 121 seconds)
  1871. # [19:15] <@bz> uh
  1872. # [19:16] <@bz> There is no .catch on that return value is why!
  1873. # [19:16] <Standard8> which return value?
  1874. # [19:16] <@bz> The return value of then()
  1875. # [19:17] <@bz> Oh, have I mentioned that Promise in this test is not actually our builtin Promise?
  1876. # [19:17] * @bz is not quite sure what it is yet
  1877. # [19:17] * Joins: florent (Thunderbird@moz-40p2s8.abo.wanadoo.fr)
  1878. # [19:17] * Joins: catalinb (catalin@moz-u9on54.eregie.pub.ro)
  1879. # [19:17] <Standard8> ok, so I don’t see where the .catch is missing still...
  1880. # [19:18] <@bz> http://mxr.mozilla.org/mozilla-central/source/browser/components/loop/test/shared/loop_mocha_utils.js#33
  1881. # [19:18] <Standard8> these should be whatever promises are in content process: http://mxr.mozilla.org/mozilla-central/source/browser/components/loop/test/shared/utils_test.js#184
  1882. # [19:18] * Quits: secretrobotron (secretrobot@moz-d1bl4m.cpe.pppoe.ca) (A TLS packet with unexpected length was received.)
  1883. # [19:18] <@bz> We have one of these objects
  1884. # [19:18] <@bz> returned from rootNavigator.mediaDevices.enumerateDevices
  1885. # [19:18] * Quits: Ms2ger (Ms2ger@moz-s0uu8s.access.telenet.be) (Quit: nn)
  1886. # [19:18] <@bz> It does not have a .catch
  1887. # [19:18] <@bz> I guess the question is why Promise.resolve returned it...
  1888. # [19:18] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
  1889. # [19:18] <@bz> But the answer is that Promise in this test is all faked up
  1890. # [19:19] <@bz> And then the next question is why it used to work
  1891. # [19:19] * @bz is digging more
  1892. # [19:19] <Standard8> bz: isn’t the catch at http://mxr.mozilla.org/mozilla-central/source/browser/components/loop/content/shared/js/utils.js#335 ?
  1893. # [19:20] <@bz> Standard8: that's the attempt to _call_ catch
  1894. # [19:20] * Quits: JaymeM (JaymeMercad@moz-rd7.51j.125.50.IP) (Quit: Leaving)
  1895. # [19:20] <@bz> Standard8: but .catch on that object is undefined, so we get an exception
  1896. # [19:20] * Joins: JMercado (JaymeMercad@moz-rd7.51j.125.50.IP)
  1897. # [19:20] <@bz> Standard8: So the upshot looking back at utils_test is that first sharedUtils.hasAudioOrVideoDevices throws
  1898. # [19:20] <@bz> Standard8: and then it also calls the callback
  1899. # [19:20] <Standard8> oh I see
  1900. # [19:21] <Standard8> bz: yeah, that would explain the UI you’re seeing in the tests
  1901. # [19:21] <@bz> Standard8: Presumably something catches that exception, fails the test but DOESN'T BOTHER TO REPORT ANYTHING USEFUL ANYWHERE
  1902. # [19:21] <Standard8> yeah, that’s mocha probably
  1903. # [19:22] <@bz> ok
  1904. # [19:22] <@bz> so now I'm getting somewhere
  1905. # [19:22] <@bz> This actually kinda sorta makes sense
  1906. # [19:22] * @bz looks up something
  1907. # [19:23] * Quits: jacek (jacek@moz-hbt3j4.psi.wroc.pl) (Quit: Konversation terminated!)
  1908. # [19:23] <@bz> AHA
  1909. # [19:23] <@bz> HAAHAHAHA
  1910. # [19:23] <@bz> This test totally overrides Promise
  1911. # [19:23] <@bz> Promise.resolve is still the original function
  1912. # [19:24] <@bz> But per spec that function looks at its this value
  1913. # [19:24] <@bz> Gecko doesn't do that right now
  1914. # [19:24] <@bz> But that's what my patch fixed
  1915. # [19:24] <@bz> And I bet this test assumes the brokenness
  1916. # [19:24] <jimm> anyone rmemeber where we store / generate the user prefs file we use for mochitest test runs?
  1917. # [19:25] <jimm> I think it's in a python script
  1918. # [19:26] * ahal|afk is now known as ahal
  1919. # [19:27] <jimm> found it - http://mxr.mozilla.org/mozilla-central/source/testing/profiles/prefs_general.js
  1920. # [19:31] <@bz> Oh, god
  1921. # [19:31] <@bz> sinon
  1922. # [19:31] * yzen is now known as yzen_
  1923. # [19:32] <Aryx> baku|away: bustage
  1924. # [19:32] <Mossop> "TypeError: Cc['@mozilla.org/xmlextras/domparser;1'].createInstance(...) is not extensible" seems like a very strange error
  1925. # [19:32] <@bz> ah, mocha
  1926. # [19:32] <@bz> Mossop: well
  1927. # [19:32] * Joins: ericjung (ericjung@moz-h2a.9hc.161.107.IP)
  1928. # [19:32] <@bz> Mossop: we lock down xpconnecty things that are not DOM things, no?
  1929. # [19:33] * stephend|mtg is now known as stephend
  1930. # [19:33] <@bz> Standard8: so mocha is being clever. :(
  1931. # [19:33] <@bz> Standard8: it overrides Promise with a broken impl
  1932. # [19:34] * RyanVM|bbl is now known as RyanVM
  1933. # [19:34] <Mossop> bz: Sure, but this is the line triggering it. I'm not trying to extend the object returned in any way https://dxr.mozilla.org/mozilla-central/source/toolkit/mozapps/extensions/AddonManager.jsm#779
  1934. # [19:34] * Quits: aleth (instantb@moz-4an37e.ictp.it) (Ping timeout: 121 seconds)
  1935. # [19:34] <@bz> " This class mirrors the DOM Promise API"
  1936. # [19:34] <@bz> the hell it does
  1937. # [19:34] * Quits: sicking (sicking@moz-6jefvm.ca.comcast.net) (Client exited)
  1938. # [19:34] <@bz> Mossop: Weird
  1939. # [19:35] * @bz looks up blame
  1940. # [19:35] <mccr8> a twisted mirror
  1941. # [19:35] <@bz> mdeboer
  1942. # [19:35] * Quits: yzen_ (yzen@66.207.193.21) (Ping timeout: 121 seconds)
  1943. # [19:35] <@bz> Oh, Standard8, you reviewed this patch....
  1944. # [19:36] * Joins: Jackneill (Jackneill@moz-r5c.pmk.3.185.IP)
  1945. # [19:36] <@bz> Standard8: ok, so at this point I know exactly what's going on.
  1946. # [19:36] <@bz> Standard8: the only question is how you want to fix it.
  1947. # [19:36] * Standard8 hides and wonders if mikedeboer is about ;-)
  1948. # [19:36] <@bz> mikedeboer: ping, since you wrote the patch
  1949. # [19:36] <Standard8> bz: what’s the options ?
  1950. # [19:37] <@bz> well
  1951. # [19:37] <mikedeboer> herro?
  1952. # [19:37] <@bz> mikedeboer: quick summary....
  1953. # [19:37] <@bz> loop's utils_test.js does this:
  1954. # [19:37] <@bz> fakeNavigatorObject.mediaDevices.enumerateDevices.returns(Promise.resolve([]));
  1955. # [19:37] <@bz> And then does...
  1956. # [19:37] <@bz> some code that calls rootNavigator.mediaDevices.enumerateDevices()
  1957. # [19:38] <@bz> In Gecko right now that call returns a Promise
  1958. # [19:38] * AutomatedTester is now known as AutomatedTester|AFK
  1959. # [19:38] <@bz> Per spec, given the test is written, it should return a syncThenable
  1960. # [19:38] <@bz> the test then proceeds to .catch() on it, and since syncThenable has no catch things go sour
  1961. # [19:38] <@bz> With me so far?
  1962. # [19:38] <mikedeboer> myeah
  1963. # [19:39] <@bz> That is, things go sour once we actually start following the spec in Gecko
  1964. # [19:39] <@bz> so options....
  1965. # [19:39] <@bz> We could add .catch to syncThenable
  1966. # [19:39] <mikedeboer> sounds good
  1967. # [19:39] <@bz> And in fact anything else that's on Promise
  1968. # [19:39] <mikedeboer> ok
  1969. # [19:39] <@bz> Since it claims to match the Promise API
  1970. # [19:39] <@bz> We could change this stuff to keep using real Promise
  1971. # [19:39] <@bz> since that's what it was using anyway
  1972. # [19:40] * @bz is not sure what this code is trying to test, so....
  1973. # [19:40] <@bz> mikedeboer: Also, it sure would be nice if this test actually said what failed hwen it fails. :(
  1974. # [19:41] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
  1975. # [19:41] <mikedeboer> well, yes. The idea is that in those tests I'd like to stub all native things so that we only test code that's explicitly subject
  1976. # [19:41] <@bz> ok, so what exactly should catch() do on syncThenable?
  1977. # [19:41] <@bz> Given that it acts nothing like Promise in general
  1978. # [19:41] <@bz> and in particular its reject handling is totally utterly completely different
  1979. # [19:42] <@bz> In a way that makes .catch() not make any sense.
  1980. # [19:43] <@bz> (also, there is no .race() on here)
  1981. # [19:43] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
  1982. # [19:44] <@bz> I mean, I guess we could stub catch() to do absolutely nothing
  1983. # [19:44] <mikedeboer> bz: yes indeed - which is kind of the point :) So we use Promises in Loop code basically instead of callbacks. Loop code only uses then() and resolve(), so the fact that the mediaDevices API is in fact invoked is unfortunate.
  1984. # [19:44] <@bz> Seems a little weird.
  1985. # [19:44] <@bz> The mediaDevices API is not invoked here, afaict
  1986. # [19:44] <@bz> Just some sinon stubs
  1987. # [19:44] <@bz> The real issue is that loop/content/shared/js/utils.js uses .catch()
  1988. # [19:45] <@bz> not just then() and resolve()
  1989. # [19:45] * Joins: squeakytoy2 (squeakytoy@moz-2n0365.se.alltele.net)
  1990. # [19:45] <@bz> "real issue" (the real issue is trying to be clever about standard objects, imo)
  1991. # [19:45] <@bz> So the other option is to remove that catch() call
  1992. # [19:45] <@bz> (since if we stub it to no-op it'll be just as silly)
  1993. # [19:46] <@bz> So let me rephrase.
  1994. # [19:46] <@bz> Given that this is blocking some things we would really like to actually land sometime
  1995. # [19:46] <@bz> What is the right fix? ;)
  1996. # [19:47] <@bz> Because once you tell me that I get to write it up, wait for a tryserver cycle, etc
  1997. # [19:47] * Joins: eyome_ (eyome@moz-gfketo.fbx.proxad.net)
  1998. # [19:47] * Quits: eyome (eyome@moz-gfketo.fbx.proxad.net) (Connection closed)
  1999. # [19:47] * eyome_ is now known as eyome
  2000. # [19:47] * Quits: squeakytoy2 (squeakytoy@moz-2n0365.se.alltele.net) (Quit: Leaving)
  2001. # [19:47] <@bz> before I can land this stuff.
  2002. # [19:47] * Joins: squeakytoy2 (squeakytoy@moz-2n0365.se.alltele.net)
  2003. # [19:47] * Joins: karlt (karl@moz-1v4uco.xtra.co.nz)
  2004. # [19:48] * @bz mutters about slow reviews screwing him over again; this mess apparently just landed
  2005. # [19:48] * mjf is now known as mjf|away
  2006. # [19:48] * sheppy is now known as sheppy-errand
  2007. # [19:48] <mikedeboer> bz: well, stubbing catch() would be the 'right' thing to do in our case
  2008. # [19:48] <@bz> ok
  2009. # [19:48] <@bz> That's easy enough
  2010. # [19:48] * @bz does that, checks that this fixes his bug
  2011. # [19:49] <@bz> Do you want a bug report about test failures being reported in a totally useless way in this test?
  2012. # [19:49] <@bz> Or is that a known issue?
  2013. # [19:49] * Quits: @ehsan (ehsan@moz-aohso0.3t38.sij7.f0c8.2607.IP) (A TLS packet with unexpected length was received.)
  2014. # [19:49] <@bz> Specifically, if the callback function passed as the second arg to it() throws, that seems to fail the test
  2015. # [19:50] <mikedeboer> bz: I have to say that I'm honestly not aware of that... except that syncThenable stuff is part of the stack, but other than that not really
  2016. # [19:50] <@bz> but not mark any of it as failing
  2017. # [19:50] <@bz> so you get to try to guess what failed
  2018. # [19:50] * jib scratches his head wondering why we test this stuff with non-native promises
  2019. # [19:50] <@bz> jib: no comment.
  2020. # [19:50] <jib> that's the wrong test imho
  2021. # [19:50] <Standard8> bz: I’ll take the failure issue
  2022. # [19:51] <Standard8> bz: I suspect that’s the mocha library
  2023. # [19:51] <@bz> Standard8: OK
  2024. # [19:51] <Standard8> but we may be able to do something to work around with it
  2025. # [19:51] <@bz> Standard8: Bug needed?
  2026. # [19:51] <@bz> I mean, you could interpose your own it()
  2027. # [19:51] <RyanVM> Bas: quite the ringing endorsement you gave! :P
  2028. # [19:51] <@bz> it can't be harder than interposing your own Promise! ;)
  2029. # [19:51] <mikedeboer> bz, Standard8: yes, that's mocha/ chai for you
  2030. # [19:51] <@bz> I mean, to put this another way....
  2031. # [19:52] <@bz> I would have spent about 2 hours less on this if it had just said which test failed
  2032. # [19:52] <@bz> in any sort of useful way
  2033. # [19:52] <@bz> If it had, God forbid, shown the stack from the exception that made the test fail....
  2034. # [19:52] <@bz> I would have spent another hour less than that
  2035. # [19:52] <@bz> And if it did that in the try log (gasp!) then subtract another 2-3 hours.
  2036. # [19:53] <Standard8> well for failures where done doesn’t get called twice, we do normally print out the stack and stuff
  2037. # [19:53] <@bz> well
  2038. # [19:53] <@bz> The test itself was not calling done() twice
  2039. # [19:53] <@bz> maybe the impl of it() was calling it?
  2040. # [19:53] <philor> ted: interestingly enough, a few pushes above you we actually built on Windows, though we didn't build something which can be run, exactly
  2041. # [19:53] * Quits: ericjung (ericjung@moz-h2a.9hc.161.107.IP) (Ping timeout: 121 seconds)
  2042. # [19:53] <@ted> heh
  2043. # [19:53] <@bz> The test was just throwing an exception, then calling it()
  2044. # [19:53] <@bz> er, done()
  2045. # [19:53] <Standard8> bz: oh, maybe this was a case of calling done, then throwing an exception
  2046. # [19:53] <@bz> other way around
  2047. # [19:53] * Quits: sankha (sankha@moz-g7l.b0d.106.27.IP) (Connection closed)
  2048. # [19:54] <@bz> er....
  2049. # [19:54] * @bz thinks some more
  2050. # [19:54] <@bz> No, you're right, because of the sync promise fakery
  2051. # [19:54] <@bz> So calling done(), then throwin an exception
  2052. # [19:54] <philor> ted: I was thinking maybe clobber-needed if it worked on try, but if that's what a clobber gets us...
  2053. # [19:55] <mikedeboer> jib, bz: well, you're right. This solution just caused the least amount of boilerplate necessary to be written to make the React views testable containing mock data without the need to branch out in various areas to 1) get data, 2) render, 3) data gets in 4) re-render and 5) test state
  2054. # [19:55] <philor> and there's always also the fun possibility that grenade deployed something new today
  2055. # [19:55] <Standard8> yeah, I’ll write a test case or two and search around, see if I can find anything
  2056. # [19:55] <grenade> not today ;)
  2057. # [19:55] * Quits: slim (chatzilla@moz-mk72kg.range86-158.btcentralplus.com) (Ping timeout: 121 seconds)
  2058. # [19:55] <@bz> Standard8: Thanks
  2059. # [19:56] * @bz files bug on the catch thing
  2060. # [19:57] <mikedeboer> jib, bz: so this is building browser components relying on data sources coming from chrome in a webby style. It makes for interesting problems that arise, just like now when we need to make stuff run in e10s
  2061. # [19:58] * @bz was _really_ glad to find this was not a general sinon or mocha issue
  2062. # [19:58] * Joins: milan_ (milan@moz-te40ud.3t38.sij7.f0c8.2607.IP)
  2063. # [19:58] <@bz> That was worrying me for a bit
  2064. # [19:58] <@bz> Yeah
  2065. # [19:58] <@bz> this totally makes the tests pass
  2066. # [19:58] <mikedeboer> IOW: I thought of introducing syncThenable as the least of evils. I might've been wrong! I surely don't like causing frustration and creating timesinks
  2067. # [19:58] * kats-lunch is now known as kats
  2068. # [19:59] * Quits: autra (autra@moz-sv44td.phoxygen.com) (Ping timeout: 121 seconds)
  2069. # [19:59] <@bz> If I'd landed the Promise changes in any sane timeframe, I suspect you would have gotten stuck debugging this instead.
  2070. # [19:59] * Joins: jdashg__ (Jeff@moz-0sfacg.91ir.6bj2.0646.2601.IP)
  2071. # [19:59] <@bz> mikedeboer: You really should add the other Promise apis on there too, if it's going to pretend to be Promise
  2072. # [19:59] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
  2073. # [19:59] <@bz> mikedeboer: otherwise it's a ticking bomb for someone
  2074. # [19:59] <mikedeboer> bz: gotcha.
  2075. # [20:00] * Quits: jimb (user@moz-09a.i8g.126.207.IP) (Ping timeout: 121 seconds)
  2076. # [20:00] <@bz> mikedeboer: https://bugzilla.mozilla.org/attachment.cgi?id=8692087&action=edit
  2077. # [20:00] * Quits: milan (milan@moz-meifuq.3t38.sij7.f0c8.2607.IP) (Ping timeout: 121 seconds)
  2078. # [20:00] * selenamarie is now known as selenamarie|mtg
  2079. # [20:01] * Quits: garethc (Adium@moz-dtnr6v.3t38.sij7.f0c8.2607.IP) (Quit: Leaving.)
  2080. # [20:01] * Quits: milan_ (milan@moz-te40ud.3t38.sij7.f0c8.2607.IP) (A TLS packet with unexpected length was received.)
  2081. # [20:01] * Joins: Jayflux (Jayflux@moz-u2kqf6.as13285.net)
  2082. # [20:01] * emceeaich is now known as emceeaich_lunch
  2083. # [20:01] <mikedeboer> bz: s/() => {}/function() {}/ ... we don't have this goodness in Chrome and friends yet
  2084. # [20:01] * Joins: milan (milan@66.207.193.21)
  2085. # [20:01] <@bz> oh, god
  2086. # [20:02] <@bz> this is "shared" in the sense of across the web client?
  2087. # [20:02] <@bz> ok
  2088. # [20:02] <@bz> Done
  2089. # [20:02] <mikedeboer> ty
  2090. # [20:02] <@bz> this.catch = function() {};
  2091. # [20:02] * Joins: garethc (Adium@moz-dtnr6v.3t38.sij7.f0c8.2607.IP)
  2092. # [20:02] * Joins: autra (autra@moz-sv44td.phoxygen.com)
  2093. # [20:02] <mikedeboer> as in parts of the web where we can't use this yet
  2094. # [20:03] * Quits: jgilbert (Jeff@moz-0sfacg.91ir.6bj2.0646.2601.IP) (Ping timeout: 121 seconds)
  2095. # [20:03] * Joins: jgilbert (Jeff@moz-0sfacg.91ir.6bj2.0646.2601.IP)
  2096. # [20:03] * armenzg is now known as armenzg_brb
  2097. # [20:03] <@bz> yes, that's what I meant
  2098. # [20:03] * Joins: mastizada (Thunderbird@moz-0ph.r9i.253.212.IP)
  2099. # [20:03] <@bz> OK
  2100. # [20:03] <@bz> Thanks, all
  2101. # [20:03] * Joins: jimb (user@moz-09a.i8g.126.207.IP)
  2102. # [20:03] * @bz goes to wait for try
  2103. # [20:03] * Quits: jdashg__ (Jeff@moz-0sfacg.91ir.6bj2.0646.2601.IP) (Ping timeout: 121 seconds)
  2104. # [20:04] <mikedeboer> bz: hmmm, I _did_ get you to contribute to Loop ;-)
  2105. # [20:05] <@bz> heh
  2106. # [20:05] * Joins: ehsan (ehsan@moz-jolsle.3t38.sij7.f0c8.2607.IP)
  2107. # [20:05] * killer sets mode: +o ehsan
  2108. # [20:05] * Joins: gandalf (zbraniecki@moz-vj5d6e.sntcca.sbcglobal.net)
  2109. # [20:06] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
  2110. # [20:11] * Joins: secretrobotron (secretrobot@moz-s8hu4k.3t38.sij7.f0c8.2607.IP)
  2111. # [20:12] * Joins: marcosc (marcosc@moz-29a.do1.52.113.IP)
  2112. # [20:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/8124c9b5e804 - Nick Alexander - Bug 1227600 - Fix |mach bootstrap| bustage on Mac OS X. r=me,gps
  2113. # [20:15] * armenzg_brb is now known as armenzg
  2114. # [20:16] <armenzg> mfinkle, if a community member was interested on security and Firefox for Android who could they talk to?
  2115. # [20:16] * Quits: marcosc (marcosc@moz-29a.do1.52.113.IP) (Ping timeout: 121 seconds)
  2116. # [20:17] * maja_zf|afk is now known as maja_zf
  2117. # [20:18] * hwine is now known as hwine-coffee
  2118. # [20:19] * Quits: Standard8 (Standard8@moz-1hu.vrc.166.195.IP) (Ping timeout: 121 seconds)
  2119. # [20:20] * Quits: espadrine (tyl@moz-gpr.c1p.152.213.IP) (Ping timeout: 121 seconds)
  2120. # [20:20] * Quits: lizzard (ehenry@moz-ruk7u5.ca.comcast.net) (Client exited)
  2121. # [20:21] * Quits: jgilbert (Jeff@moz-0sfacg.91ir.6bj2.0646.2601.IP) (Ping timeout: 121 seconds)
  2122. # [20:21] <Aryx> ted, philor: https://treeherder.mozilla.org/logviewer.html#?job_id=17832138&repo=mozilla-inbound#L11690 looks similar to the earlier https://treeherder.mozilla.org/logviewer.html#?job_id=5907823&repo=fx-team#L6785 issue seem to be "/x86_amd64/cl.exe: No such file or directory"
  2123. # [20:23] * Joins: aleth (instantb@moz-enf.f6q.51.151.IP)
  2124. # [20:23] * Joins: sankha (sankha@moz-g7l.b0d.106.27.IP)
  2125. # [20:23] * Quits: daoshengmu (uid99282@moz-f02scb.charlton.irccloud.com) (Quit: Connection closed for inactivity)
  2126. # [20:24] <&dbaron> anybody know where I can find the build candidates directory for the beta6 we just shipped?
  2127. # [20:24] * julienw is now known as julienw_afk
  2128. # [20:24] <&dbaron> oh, https://ftp-ssl.mozilla.org/pub/firefox/candidates/43.0b6-candidates/build1/win32/en-US/ seems to be it
  2129. # [20:25] <gcp> my push to try is taking suspiciously long
  2130. # [20:25] * benfrancis is now known as benfrancis|away
  2131. # [20:26] * Quits: bgrins (bgrins@moz-vddc4h.5rnr.mii9.0647.2601.IP) (Quit: Leaving.)
  2132. # [20:26] * hwine-coffee is now known as hwine
  2133. # [20:27] <Mossop> If I want to debug an xpcshell test in xcode what do I pass to the --debugger command line of mach xpcshell-test?
  2134. # [20:28] * Quits: gcp (gcp@moz-i1ftkf.j41b.csd9.1812.2a02.IP) (Quit: Leaving)
  2135. # [20:28] * adusca is now known as adusca|mtg
  2136. # [20:31] * whimboo|afk is now known as whimboo
  2137. # [20:32] * jlund is now known as jlund|mtg
  2138. # [20:32] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
  2139. # [20:34] <@ted> Mossop: i don't know that that's actually possible
  2140. # [20:35] <Mossop> :(
  2141. # [20:35] * mattwoodrow|away is now known as mattwoodrow
  2142. # [20:35] * Joins: bgrins (bgrins@moz-b8site.ujol.1ibb.0101.2620.IP)
  2143. # [20:36] * Joins: junaid (junaid@moz-5gg51e.dip0.t-ipconnect.de)
  2144. # [20:36] * Joins: francois (francois@moz-cnggv3.fmarier.org)
  2145. # [20:38] <@ted> philor: so! https://treeherder.mozilla.org/#/jobs?repo=try&revision=600d7fdc7bbf
  2146. # [20:38] * mhowell is now known as mhowell|away
  2147. # [20:38] <@ted> same exact changesets, green on try
  2148. # [20:38] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
  2149. # [20:38] <philor> if we only had a build system
  2150. # [20:38] <mfinkle> armenzg: I'd try margaret first
  2151. # [20:39] <@ted> hah
  2152. # [20:39] <@ted> philor: green on my local win32 machine too
  2153. # [20:39] <@ted> ...that's fun
  2154. # [20:39] * Quits: gandalf (zbraniecki@moz-vj5d6e.sntcca.sbcglobal.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
  2155. # [20:39] * Joins: mastizada1 (Thunderbird@moz-cgm.ono.219.176.IP)
  2156. # [20:39] <@ted> maybe it needs a clobber for some reason i don't understand?
  2157. # [20:40] <Aryx> ted: filed bug 1228068
  2158. # [20:40] <philor> and as Aryx points out, red on https://treeherder.mozilla.org/#/jobs?repo=fx-team&revision=ba1686bae88d&filter-searchStr=winnt
  2159. # [20:40] * Quits: dragana (Instantbird@moz-ube2b9.c3sn.7h68.8388.2a02.IP) (Ping timeout: 121 seconds)
  2160. # [20:40] <@ted> ahh
  2161. # [20:40] <@ted> Aryx: sorry, missed that
  2162. # [20:40] * Quits: mastizada (Thunderbird@moz-0ph.r9i.253.212.IP) (Ping timeout: 121 seconds)
  2163. # [20:40] * mastizada1 is now known as mastizada
  2164. # [20:41] <@ted> wonder what the difference is between y-2008-spot-* and b-2008-spot-*
  2165. # [20:41] <@ted> my try push built on y-2008-*
  2166. # [20:41] <grenade> y=try
  2167. # [20:42] <grenade> in a world where hostname lengths are limited
  2168. # [20:42] * Quits: bbondy (bbondy@moz-ahsdem.home.cgocable.net) (Connection closed)
  2169. # [20:43] <grenade> machines are configured identical, just different upload keys, and hg caches
  2170. # [20:43] * Joins: Mnyromyr (Mnyromyr@moz-q2alqp.gnf7.tkmq.0908.2a02.IP)
  2171. # [20:43] * Joins: bogdan_maris (Instantbird@moz-ra7.jk0.231.62.IP)
  2172. # [20:44] * mcote is now known as mcote|biab
  2173. # [20:44] * Gijs_away is now known as Gijs
  2174. # [20:45] <Aryx> failing one says "/x86_amd64/cl.exe: No such file or directory", passing one has "c:/tools/vs2013/VC/BIN/amd64/cl.exe"
  2175. # [20:47] * Joins: bbondy (bbondy@moz-ahsdem.home.cgocable.net)
  2176. # [20:47] * Joins: roc_ (chatzilla@moz-jlc.n6q.98.121.IP)
  2177. # [20:48] * Quits: @roc (chatzilla@moz-7nk.dce.98.121.IP) (Ping timeout: 121 seconds)
  2178. # [20:48] * roc_ is now known as roc
  2179. # [20:50] * Joins: drno (nohlmeier@moz-cfhap5.mtv2.mozilla.com)
  2180. # [20:51] <@ted> grenade: ahh
  2181. # [20:51] <armenzg> mfinkle, thanks
  2182. # [20:52] <@ted> Aryx: right, so: https://dxr.mozilla.org/mozilla-central/source/security/sandbox/win/wow_helper/Makefile.in#24
  2183. # [20:52] <@ted> something there is clearly breaking, and CL is winding up empty
  2184. # [20:52] <@ted> ...but i don't know why
  2185. # [20:53] * Joins: mgoodwin_OoO (mgoodwin_Oo@moz-ubimfl.cable.virginm.net)
  2186. # [20:54] <@bz> woohoo
  2187. # [20:54] * @bz has green Mn
  2188. # [20:54] * emceeaich_lunch is now known as emceeaich
  2189. # [20:56] <@bz> little green Mn
  2190. # [20:58] * adusca|mtg is now known as adusca|afk
  2191. # [20:59] * Quits: ProgramFOX (ProgramFOX@moz-6ji.2ci.132.109.IP) (Quit: ChatZilla 0.9.92-rdmsoft [XULRunner 35.0.1/20150122214805])
  2192. # [21:00] * Quits: sankha (sankha@moz-g7l.b0d.106.27.IP) (Connection closed)
  2193. # [21:00] * Joins: sankha (sankha@moz-g7l.b0d.106.27.IP)
  2194. # [21:01] * Joins: loadbang (simon@moz-1u5.q6m.80.5.IP)
  2195. # [21:01] * AutomatedTester|AFK is now known as AutomatedTester
  2196. # [21:04] * Joins: Waldo (waldo@moz-e9af6p.ujol.1ibb.0101.2620.IP)
  2197. # [21:08] * Joins: Coldblackice (anonz@moz-0ijqp3.oc.cox.net)
  2198. # [21:08] * Joins: sicking (sicking@moz-6jefvm.ca.comcast.net)
  2199. # [21:09] * jimm is now known as jimm-bbias
  2200. # [21:09] * Joins: lizzard (ehenry@moz-m8bpm8.ca.comcast.net)
  2201. # [21:09] * armenzg is now known as armenzg_brb
  2202. # [21:10] * jlund|mtg is now known as jlund
  2203. # [21:12] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
  2204. # [21:12] * Quits: myk (myk@moz-d47hg3.ujol.1ibb.0101.2620.IP) (Ping timeout: 121 seconds)
  2205. # [21:13] <philor> Aryx: still feel like backing out and landing stuff?
  2206. # [21:13] * Joins: marcosc (marcosc@moz-29a.do1.52.113.IP)
  2207. # [21:13] * stephend is now known as stephend|food
  2208. # [21:13] * Joins: WaltS48 (Thunderbird@moz-hfca36.east.verizon.net)
  2209. # [21:14] <Aryx> at least baku's blob push should be backed out
  2210. # [21:14] <philor> https://bugzilla.mozilla.org/show_bug.cgi?id=1221141#c23 should in theory fix fx-team
  2211. # [21:14] <philor> and I clobbered every Windows build on every trunk tree, perhaps that'll put off the return of /x86_amd64/cl.exe for a while
  2212. # [21:15] <Aryx> thanks
  2213. # [21:17] * Joins: nattokirai (nattokirai@moz-5jjig6.asahi-net.or.jp)
  2214. # [21:18] * Quits: azakai (alon@moz-dlrtut.ujol.1ibb.0101.2620.IP) (Ping timeout: 121 seconds)
  2215. # [21:18] * Quits: marcosc (marcosc@moz-29a.do1.52.113.IP) (Ping timeout: 121 seconds)
  2216. # [21:19] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
  2217. # [21:19] * Quits: m_gol (m_gol@moz-qug51h.internetdsl.tpnet.pl) (Connection closed)
  2218. # [21:20] * Joins: njn (chatzilla@moz-j5l8nb.iinet.net.au)
  2219. # [21:20] * nthomas|away is now known as nthomas
  2220. # [21:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3cec4367c10b - Sebastian Hengst - Backed out changeset 8405467ea7ad (bug 1211266) for static analysis bustage. r=backout on a CLOSED TREE
  2221. # [21:23] * Joins: tessarakt (jens@moz-su5li8.dyn.telefonica.de)
  2222. # [21:24] * Quits: Shrooms` (Shrooms@moz-kmqdbs.ip.windstream.net) (Quit: For bacon!)
  2223. # [21:25] * Quits: nattokirai (nattokirai@moz-5jjig6.asahi-net.or.jp) (Client exited)
  2224. # [21:26] <Aryx> philor: okay to reopen the trees?
  2225. # [21:27] * Quits: kdudka (kdudka@moz-1e6hri.broadband18.iol.cz) (Quit: Leaving)
  2226. # [21:27] <philor> Aryx: m-i yes, f-t no, that's code bustage
  2227. # [21:29] * mhowell|away is now known as mhowell
  2228. # [21:29] * Quits: jlamim (Thunderbird@moz-lqu.avt.217.179.IP) (Client exited)
  2229. # [21:29] * jlund is now known as jlund|lunch
  2230. # [21:30] * Joins: billm (billm@moz-j66jlp.ujol.1ibb.0101.2620.IP)
  2231. # [21:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/b8775010b736 - Alexandre Poirot - Bug 1221141 - Specify absolute path to each about:debugging test file to please Windows. r=me for bustage fix on CLOSED TREE
  2232. # [21:33] * armenzg_brb is now known as armenzg
  2233. # [21:34] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/34bbdad6b990 - Andrew McCreight - Bug 1226291 - Add SpecialPowers API for importing a jsm into the main process. r=jmaher
  2234. # [21:34] <mccr8> wow, that hg push was fast
  2235. # [21:37] * Quits: billm (billm@moz-j66jlp.ujol.1ibb.0101.2620.IP) (Quit: Leaving)
  2236. # [21:37] * Joins: jgilbert (Jeff@moz-rjtved.ujol.1ibb.0101.2620.IP)
  2237. # [21:37] * Joins: billm (billm@moz-ca8dmc.mh2d.1ibb.0101.2620.IP)
  2238. # [21:38] * Joins: gandalf (zbraniecki@moz-u3dg2t.sfo1.mozilla.com)
  2239. # [21:38] <philor> and we have a winner for the coveted first-push-after-closure position
  2240. # [21:38] * Quits: c0mrad3 (uid26809@moz-29q44j.charlton.irccloud.com) (Quit: Connection closed for inactivity)
  2241. # [21:39] * armenzg is now known as armenzg_omw
  2242. # [21:40] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/13d1f47dabe1 - Terrence Cole - Bug 1227774 - Encapsulate markCompartments logic; r=jonco
  2243. # [21:40] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e12193c17ef8 - Terrence Cole - Bug 1226801 - None of the GCHashMap users require movable keys; r=fitzgen
  2244. # [21:40] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/fa3bffbe3ec8 - Terrence Cole - Bug 1226732 - Use stable hashing and builtin sweeping for ipc::ObjectIdMap; r=billm
  2245. # [21:42] * Quits: junaid (junaid@moz-5gg51e.dip0.t-ipconnect.de) (Ping timeout: 121 seconds)
  2246. # [21:43] * Joins: ManikM (quassel@moz-bgt.6kh.139.14.IP)
  2247. # [21:44] * Quits: armenzg_omw (armenzg@moz-fr3ko3.5vs3.sij7.f0c8.2607.IP) (Ping timeout: 121 seconds)
  2248. # [21:44] <@bz> TEST-UNEXPECTED-FAIL | devtools/client/markupview/test/browser_markupview_links_01.js | application terminated with exit code 11
  2249. # [21:44] <@bz> PROCESS-CRASH | devtools/client/markupview/test/browser_markupview_links_01.js | application crashed [@ mozilla::FramePointerStackWalk(void (*)(unsigned int, void*, void*, void*), unsigned int, unsigned int, void*, void**, void*)]
  2250. # [21:44] <@bz> Is that expected?
  2251. # [21:44] <stephend|food> jimm-bbias: been seeing this in the last 3 days or so, on nightly: http://imgur.com/ZRMtB3V
  2252. # [21:44] * hwine is now known as hwine|afk
  2253. # [21:44] <@bz> Linux debug dt5
  2254. # [21:44] <@bz> all my recent try pushes have that....
  2255. # [21:45] * Joins: azakai|2 (alon@moz-l3ofdg.sntcca.sbcglobal.net)
  2256. # [21:45] <mccr8> bz: bug 1224822
  2257. # [21:45] <mccr8> bz: it is intermittent on treeherder, but one other person reported they had a patch that made it happen very frequently
  2258. # [21:46] <@bz> mccr8: I see
  2259. # [21:46] <mccr8> not that that entirely answers your question
  2260. # [21:46] * @bz hopes he is not making it permaorange
  2261. # [21:46] <@bz> Indeed
  2262. # [21:46] <@bz> my real question is "can I push these patches?"
  2263. # [21:46] <mccr8> with mozilla-inbound, you can do anything
  2264. # [21:46] <@bz> lol
  2265. # [21:47] <@bz> "without them getting backed out, because that's a waste of everyone's time"
  2266. # [21:47] * AutomatedTester puts mccr8 on the sheriff watch list
  2267. # [21:47] <@bz> oh, tree is open
  2268. # [21:47] <@bz> So this question is not theoretical
  2269. # [21:47] <mccr8> choo choo!
  2270. # [21:47] <mccr8> join the pile on
  2271. # [21:47] * Quits: njn (chatzilla@moz-j5l8nb.iinet.net.au) (Ping timeout: 121 seconds)
  2272. # [21:47] * Joins: jlamim (Thunderbird@moz-lqu.avt.217.179.IP)
  2273. # [21:47] <AutomatedTester> nothing like a burning tree just before thanksgiving...
  2274. # [21:47] <mccr8> now I'm on the sheriff double watch list
  2275. # [21:48] * stephend|food is now known as stephend
  2276. # [21:48] <AutomatedTester> mccr8: you only need to deal with philor
  2277. # [21:48] <@bz> mccr8: as long as you don't move to the clock list.
  2278. # [21:48] <@bz> mccr8: Right?
  2279. # [21:48] <stephend> mccr8: I think you're thinking of zombocom
  2280. # [21:48] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?changeset=5d84599a8846 - 15 changesets
  2281. # [21:48] * Quits: bbondy (bbondy@moz-ahsdem.home.cgocable.net) (Connection closed)
  2282. # [21:48] <mccr8> yeah it looks like I bungled the zombocom reference though.
  2283. # [21:49] <stephend> ;-P
  2284. # [21:49] * RyanVM sure is missing the ol' days right now
  2285. # [21:49] * @bz is rather pleased with that pun.
  2286. # [21:49] <@bz> Which probably means I need more sleep.
  2287. # [21:49] <stephend> heh
  2288. # [21:49] * @bz wonders whether the sheriffs have a designated clocker.
  2289. # [21:50] * mcote|biab is now known as mcote
  2290. # [21:51] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
  2291. # [21:51] * chmanchester is now known as chmanchester|afk
  2292. # [21:52] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/51718274f787 - B2G Bumper Bot - Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
  2293. # [21:52] * jimm-bbias is now known as jimm
  2294. # [21:52] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/b47445129e9d - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2295. # [21:53] * Joins: bbondy (bbondy@moz-ahsdem.home.cgocable.net)
  2296. # [21:55] * AutomatedTester is now known as AutomatedTester|AFK
  2297. # [21:57] * Joins: Sander (chatzilla@moz-i611r9.dynamicIP.rima-tde.net)
  2298. # [21:58] * mcote is now known as mcote|afk
  2299. # [21:58] * Quits: surkov (surkov@66.207.193.22) (Client exited)
  2300. # [21:59] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
  2301. # [21:59] * jmaher is now known as jmaher|afk
  2302. # [22:00] * mcote|afk is now known as mcote
  2303. # [22:00] * Quits: bgrins (bgrins@moz-b8site.ujol.1ibb.0101.2620.IP) (Quit: Leaving.)
  2304. # [22:01] * Quits: rego (rego@moz-j9c.pu4.27.77.IP) (Quit: Leaving)
  2305. # [22:02] <rillian> gps: try push just told me my mercurial was out of date. I have 3.6.1.
  2306. # [22:03] * Joins: bgrins (bgrins@moz-cfhap5.mtv2.mozilla.com)
  2307. # [22:04] * Parts: marco (marco@moz-66q9fa.3orf.1887.0450.2001.IP) ("")
  2308. # [22:04] <RyanVM> clearly you need to update to 3.6.uber
  2309. # [22:04] <philor> only 3.6.1? why not trunk?
  2310. # [22:04] * Joins: DavidTJH (uid97756@moz-h50ota.ealing.irccloud.com)
  2311. # [22:05] * hwine|afk is now known as hwine
  2312. # [22:05] * Joins: m_gol (m_gol@moz-qug51h.internetdsl.tpnet.pl)
  2313. # [22:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7c2b5c569abe - Karl Tomlinson - bug 1227411 add WEB_AUDIO_API_LOG r=padenot
  2314. # [22:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4ba25943ea35 - Karl Tomlinson - bug 1227411 add some initial logging of AudioNode API use r=padenot
  2315. # [22:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c842444896f2 - Karl Tomlinson - bug 1227411 add logging of AudioParam API use r=padenot
  2316. # [22:05] * Quits: wilsonpage (wilsonpage@moz-i6u.sut.111.217.IP) (Quit: My Mac has gone to sleep. ZZZzzz…)
  2317. # [22:05] <rillian> philor: :)
  2318. # [22:06] * Quits: mixedpuppy (mixedpuppy@moz-48l.lca.114.24.IP) (Client exited)
  2319. # [22:06] <rillian> RyanVM: btw, I just build a rust toolchain which is only 73MB compressed.
  2320. # [22:07] <rillian> can we use .7zip in mozillabuild?
  2321. # [22:07] <RyanVM> only doubles the distribution size, woo :)
  2322. # [22:07] <RyanVM> nsis uses lzma
  2323. # [22:07] * Quits: sankha (sankha@moz-g7l.b0d.106.27.IP) (Connection closed)
  2324. # [22:07] <rillian> ok. it occured to me too late that s/xz/zip/ would take us right back to 100 MB.
  2325. # [22:07] * Joins: sankha (sankha@moz-g7l.b0d.106.27.IP)
  2326. # [22:08] <philor> ruh roh
  2327. # [22:08] <RyanVM> rillian: http://hg.mozilla.org/mozilla-build/file/tip/installit.nsi#l7
  2328. # [22:08] <philor> jittest claims ted's clobbered debug build is not a valid win32 application
  2329. # [22:08] * Quits: mastizada (Thunderbird@moz-cgm.ono.219.176.IP) (Connection closed)
  2330. # [22:08] * Joins: mastizada (Thunderbird@moz-cgm.ono.219.176.IP)
  2331. # [22:09] <rillian> RyanVM: have you looked at making mozilla-build install the cli-only msvc toolchain?
  2332. # [22:10] * jlund|lunch is now known as jlund
  2333. # [22:10] * Joins: mixedpuppy (mixedpuppy@moz-48l.lca.114.24.IP)
  2334. # [22:11] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
  2335. # [22:11] <philor> ted: and it's the js shell that it's complaining about, this might be more relevant to your interests
  2336. # [22:11] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/1f88b627ee6a - Georg Fritzsche - Bug 1227579 - Change the main about:healthreport URL to the v4 content. r=dexter, a=lizzard
  2337. # [22:12] <philor> oh, except you only removed some Darwin cruft from the shell's makefile, didn't you?
  2338. # [22:12] <RyanVM> rillian: no
  2339. # [22:13] * Quits: gandalf (zbraniecki@moz-u3dg2t.sfo1.mozilla.com) (Quit: My Mac has gone to sleep. ZZZzzz…)
  2340. # [22:13] * Quits: mastizada (Thunderbird@moz-cgm.ono.219.176.IP) (Connection closed)
  2341. # [22:14] * Quits: mixedpuppy (mixedpuppy@moz-48l.lca.114.24.IP) (Client exited)
  2342. # [22:14] * philor gazes longingly at slavealloc
  2343. # [22:15] * Quits: bogdan_maris (Instantbird@moz-ra7.jk0.231.62.IP) (Ping timeout: 121 seconds)
  2344. # [22:15] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/57d947eb27f0 - Georg Fritzsche - Bug 1227579 - Change the main about:healthreport URL to the v4 content. r=dexter, a=lizzard
  2345. # [22:15] * Joins: catalinb2 (catalin@moz-f9b.aat.233.213.IP)
  2346. # [22:16] * Quits: Boriss (Boriss@moz-dkeprl.PUBLIC.monkeybrains.net) (Client exited)
  2347. # [22:16] * Joins: Boriss (Boriss@moz-dkeprl.PUBLIC.monkeybrains.net)
  2348. # [22:16] * Quits: catalinb (catalin@moz-u9on54.eregie.pub.ro) (Ping timeout: 121 seconds)
  2349. # [22:17] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
  2350. # [22:18] * Quits: Boriss (Boriss@moz-dkeprl.PUBLIC.monkeybrains.net) (Client exited)
  2351. # [22:20] * Joins: gandalf (zbraniecki@moz-u3dg2t.sfo1.mozilla.com)
  2352. # [22:22] <gps> rillian: are you absolutely sure the `hg` on your PATH is 3.6.1? if you are on OS X, for example, Mac does crazy things with caching binaries on $PATH
  2353. # [22:22] * dminor is now known as dminor|afk
  2354. # [22:22] <gps> try the absolute path to `hg` next time
  2355. # [22:22] * Joins: Snuffleupagus (chatzilla@moz-mo4opk.bredband.comhem.se)
  2356. # [22:23] * Quits: mancas (uid112837@moz-cr08jc.brockwell.irccloud.com) (Quit: Connection closed for inactivity)
  2357. # [22:23] * Joins: flo-retina (Instantbird@moz-frdf7e.ip-37-59-48.eu)
  2358. # [22:23] * Joins: njn (chatzilla@moz-j5l8nb.iinet.net.au)
  2359. # [22:23] * killer sets mode: +o njn
  2360. # [22:23] * Quits: mconley|livehacking (mconley@66.207.193.21) (Quit: NO CARRIER)
  2361. # [22:25] * Quits: &dbaron (dbaron@moz-1ufb1d.dynamic.fusionbroadband.com) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  2362. # [22:27] * stephend is now known as stephend|mtg
  2363. # [22:28] * Joins: njn_ (chatzilla@moz-j5l8nb.iinet.net.au)
  2364. # [22:28] * Joins: armenzg_omw (armenzg@moz-mh8.p26.151.184.IP)
  2365. # [22:28] * armenzg_omw is now known as armenzg_afk
  2366. # [22:28] * Quits: armenzg_afk (armenzg@moz-mh8.p26.151.184.IP) (Connection closed)
  2367. # [22:28] * Joins: armenzg (armenzg@moz-mh8.p26.151.184.IP)
  2368. # [22:28] * Quits: gustavold (gustavold@moz-feu.6v8.255.191.IP) (Quit: Leaving.)
  2369. # [22:28] * armenzg is now known as armenzg_afk
  2370. # [22:28] * Quits: armenzg_afk (armenzg@moz-mh8.p26.151.184.IP) (Connection closed)
  2371. # [22:29] * Quits: AaronMT (AaronMT@66.207.193.22) (Quit: Textual IRC Client: www.textualapp.com)
  2372. # [22:29] * AutomatedTester|AFK is now known as AutomatedTester
  2373. # [22:30] * maja_zf is now known as maja_zf|mtg
  2374. # [22:30] <gsnedders> gps: it's bash that does it; you just want to call `hash -r` to blow out all the caches
  2375. # [22:30] * Quits: WaltS48 (Thunderbird@moz-hfca36.east.verizon.net) (Client exited)
  2376. # [22:31] <gps> gsnedders: i've heard that OS X 10.11 does something even wonkier and it's been breaking random shell-based tools
  2377. # [22:32] * mcote is now known as mcote|afk
  2378. # [22:33] <gsnedders> gps: ah, I'd not seen anything like that at least
  2379. # [22:34] * Joins: Boriss (Boriss@moz-aq4.h2b.247.173.IP)
  2380. # [22:34] * Joins: sewardj (sewardj@moz-k2tg06.dip0.t-ipconnect.de)
  2381. # [22:36] * Quits: sewardj (sewardj@moz-k2tg06.dip0.t-ipconnect.de) (Quit: Konversation terminated!)
  2382. # [22:36] * Joins: sewardj (sewardj@moz-k2tg06.dip0.t-ipconnect.de)
  2383. # [22:36] * mjf|away is now known as mjf
  2384. # [22:36] * Joins: milan_ (milan@moz-te40ud.3t38.sij7.f0c8.2607.IP)
  2385. # [22:37] * Quits: givanica (Thunderbird@moz-n61.k1v.26.188.IP) (Client exited)
  2386. # [22:37] * Quits: jib (jib@moz-j7m6lt.dyn.optonline.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
  2387. # [22:39] * Quits: squeakytoy2 (squeakytoy@moz-2n0365.se.alltele.net) (Quit: Leaving)
  2388. # [22:39] * Quits: milan (milan@66.207.193.21) (Ping timeout: 121 seconds)
  2389. # [22:40] <glandium> bholley: ping
  2390. # [22:40] <bholley> glandium: hi
  2391. # [22:40] * selenamarie|mtg is now known as selenamarie
  2392. # [22:41] * Quits: milan_ (milan@moz-te40ud.3t38.sij7.f0c8.2607.IP) (A TLS packet with unexpected length was received.)
  2393. # [22:41] <glandium> bholley: hey. what would be your risk assessment on uplifting 1226119?
  2394. # [22:41] * Joins: milan (milan@moz-g3q01n.3t38.sij7.f0c8.2607.IP)
  2395. # [22:41] <bholley> glandium: extremely low risk
  2396. # [22:43] <glandium> bholley: is there a remote possibility that the context might have a pending exception already when WriteCachedScript is called and that it would be lost?
  2397. # [22:44] <azakai|2> who would be a good person to cc on a bug where we suspect firefox might be hitting xhr download issues (with flakey cdns) that chrome doesn't?
  2398. # [22:46] * Quits: lizzard (ehenry@moz-m8bpm8.ca.comcast.net) (Client exited)
  2399. # [22:46] * Joins: a-865 (fmcz@moz-ipbm7f.cable.mindspring.com)
  2400. # [22:47] * Quits: tromey (tromey@moz-ukt3s3.hlrn.qwest.net) (Quit: ERC (IRC client for Emacs 25.1.50.1))
  2401. # [22:47] * Quits: chewey (chewey@moz-0r6utd.dip0.t-ipconnect.de) (NickServ (RECOVER command used by chewey_))
  2402. # [22:47] * Joins: chewey (chewey@moz-3skqhe.dip0.t-ipconnect.de)
  2403. # [22:48] * Quits: Boriss (Boriss@moz-aq4.h2b.247.173.IP) (Client exited)
  2404. # [22:49] * Joins: givanica (Thunderbird@moz-n61.k1v.26.188.IP)
  2405. # [22:50] * Quits: Enn (enn@moz-pe6f5p.cable.rogers.com) (Ping timeout: 121 seconds)
  2406. # [22:50] * Joins: Boriss (Boriss@moz-aq4.h2b.247.173.IP)
  2407. # [22:51] * Joins: gabor (gabor@moz-997qrp.dip0.t-ipconnect.de)
  2408. # [22:51] * mhowell is now known as mhowell|away
  2409. # [22:52] * Quits: Sander (chatzilla@moz-i611r9.dynamicIP.rima-tde.net) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  2410. # [22:56] * Quits: sankha (sankha@moz-g7l.b0d.106.27.IP) (Connection closed)
  2411. # [22:56] * mhowell|away is now known as mhowell
  2412. # [22:56] * Quits: ManikM (quassel@moz-bgt.6kh.139.14.IP) (Connection closed)
  2413. # [22:58] <bholley> glandium: that would be a bug
  2414. # [22:58] * sheppy-errand is now known as sheppy
  2415. # [22:58] * Joins: ManikM (quassel@moz-bgt.6kh.139.14.IP)
  2416. # [22:58] <glandium> bholley: ok. thanks
  2417. # [22:58] <bholley> glandium: because it would mean that somebody messed up the failure code handshake
  2418. # [23:01] * grenade is now known as grenade|afk
  2419. # [23:01] * gaston takes some popcorn for the 'enable gtk3 by default or not' show
  2420. # [23:02] <rillian> gps: could be filesystem corruption, I guess. I've seen that on that particular machine.
  2421. # [23:03] * Quits: bholley (bholley@moz-mehar5.ca.comcast.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  2422. # [23:03] * AutomatedTester is now known as AutomatedTester|AFK
  2423. # [23:04] <glandium> gaston: what show?
  2424. # [23:05] * Quits: terrence (terrence@moz-4opk9i.sd.cox.net) (Ping timeout: 121 seconds)
  2425. # [23:06] * Quits: garethc (Adium@moz-dtnr6v.3t38.sij7.f0c8.2607.IP) (Quit: Leaving.)
  2426. # [23:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/75f773254be6 - Nick Thomas - Bug 1222227, upload public b2g files to S3 system, temporarily disables socorro and source manifest uploads, r=catlee
  2427. # [23:07] * Quits: ehugg (ehugg@moz-o2f.sr5.107.128.IP) (Connection closed)
  2428. # [23:07] * Joins: ehugg (ehugg@moz-o2f.sr5.107.128.IP)
  2429. # [23:08] * Joins: chrisccoulson_ (chr1s@moz-oo6mn7.uno.uk.net)
  2430. # [23:09] * Quits: chrisccoulson (chr1s@moz-oo6mn7.uno.uk.net) (Connection closed)
  2431. # [23:09] * bz is now known as bz_sleep
  2432. # [23:10] * bz_sleep is now known as bz_dinner
  2433. # [23:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/3e7edd0d28a6 - Nick Thomas - Bug 1222227, upload public b2g files to S3 system, temporarily disables socorro and source manifest uploads, r=catlee CLOSED TREE
  2434. # [23:11] <nthomas> I'm taking advantage of the windows tree closure to land this b2g change
  2435. # [23:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6fad1abcf96b - Nick Thomas - Bug 1222227, upload public b2g files to S3 system, temporarily disables socorro and source manifest uploads, r=catlee CLOSED TREE
  2436. # [23:13] * maja_zf|mtg is now known as maja_zf
  2437. # [23:13] * Quits: gabor (gabor@moz-997qrp.dip0.t-ipconnect.de) (Quit: Leaving)
  2438. # [23:14] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
  2439. # [23:14] * Joins: nattokirai (nattokirai@moz-5jjig6.asahi-net.or.jp)
  2440. # [23:15] * Joins: marcosc (marcosc@moz-29a.do1.52.113.IP)
  2441. # [23:16] * stephend|mtg is now known as stephend
  2442. # [23:16] * Quits: roc (chatzilla@moz-jlc.n6q.98.121.IP) (Ping timeout: 121 seconds)
  2443. # [23:17] * Joins: dragana (Instantbird@moz-68vvvj.c3sn.7h68.8388.2a02.IP)
  2444. # [23:17] <tnikkel> mconley: when printing on Windows e10s using the xps file writer i cant save a file anywhere because i don't have permissions. is there a bug on that do you know?
  2445. # [23:18] <mconley> tnikkel: definitely - bobowen is working on that right now
  2446. # [23:18] <mconley> tnikkel: bug 1156742
  2447. # [23:18] <mconley> very active bug recently
  2448. # [23:18] * Quits: ferjm (textual@moz-v3p1m3.dynamicIP.rima-tde.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
  2449. # [23:18] <tnikkel> mconley: is there a workaround? need to test printing, dont own a printer
  2450. # [23:19] <gaston> glandium: the reasons for backing off again in 43 and 44 make no sense to me
  2451. # [23:19] <mconley> tnikkel: need to test with e10s?
  2452. # [23:19] <tnikkel> mconley: yes
  2453. # [23:19] <mconley> tnikkel: what OS are you using?
  2454. # [23:19] <mconley> ah, wait
  2455. # [23:19] <mconley> Windows
  2456. # [23:19] * Joins: terrence (terrence@moz-4opk9i.sd.cox.net)
  2457. # [23:19] <mconley> shoulda known
  2458. # [23:19] * Quits: nattokirai (nattokirai@moz-5jjig6.asahi-net.or.jp) (Client exited)
  2459. # [23:20] <mconley> tnikkel: disable the sandbox, I guess
  2460. # [23:20] * Joins: gsvelto (gsvelto@moz-3mvb2i.clienti.tiscali.it)
  2461. # [23:20] <tnikkel> mconley: is that a pref?
  2462. # [23:20] * Quits: marcosc (marcosc@moz-29a.do1.52.113.IP) (Ping timeout: 121 seconds)
  2463. # [23:20] <mconley> bobowen: ^-- do you know how tnikkel can disable the sandbox on Windows?
  2464. # [23:20] <mconley> it might be a build-time thing. :/
  2465. # [23:20] <mconley> not 100% sure
  2466. # [23:20] <mconley> tnikkel: or, potentially set security.sandbox.content.level to 0?
  2467. # [23:20] <mconley> that's a guess
  2468. # [23:21] <mconley> and restart.
  2469. # [23:21] <glandium> gaston: there is a good reason to back it out for 43
  2470. # [23:21] * Joins: LilyLappy (Cupcake@moz-h1eera.customer.tdc.net)
  2471. # [23:21] <glandium> gaston: and afaik, it's still on on 44
  2472. # [23:21] * Quits: mgoodwin_OoO (mgoodwin_Oo@moz-ubimfl.cable.virginm.net) (Ping timeout: 121 seconds)
  2473. # [23:21] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
  2474. # [23:22] <tnikkel> mconley: i can do build time too, but i'll try the pref
  2475. # [23:22] * Quits: chrisccoulson_ (chr1s@moz-oo6mn7.uno.uk.net) (Quit: OSError: [Errno 130] Owner died)
  2476. # [23:22] * Quits: bgrins (bgrins@moz-cfhap5.mtv2.mozilla.com) (Quit: Leaving.)
  2477. # [23:23] * Quits: dragana (Instantbird@moz-68vvvj.c3sn.7h68.8388.2a02.IP) (Ping timeout: 121 seconds)
  2478. # [23:23] <mconley> tnikkel: in that case, --disable-sandbox as an ac flag in your .mozconfig should do it, I think
  2479. # [23:23] * Quits: drno (nohlmeier@moz-cfhap5.mtv2.mozilla.com) (Client exited)
  2480. # [23:24] * Joins: dragana (Instantbird@moz-m0h91h.c3sn.7h68.8388.2a02.IP)
  2481. # [23:24] * kats is now known as kats|away
  2482. # [23:27] * Joins: chrisccoulson (chr1s@moz-oo6mn7.uno.uk.net)
  2483. # [23:27] <bobowen> mconley: environment variable MOZ_DISABLE_CONTENT_SANDBOX=1
  2484. # [23:28] <mconley> bam
  2485. # [23:28] <mconley> tnikkel: ^-- what bobowen said
  2486. # [23:28] * Joins: sankha (sankha@moz-g7l.b0d.106.27.IP)
  2487. # [23:29] * Joins: ferjm (textual@moz-v3p1m3.dynamicIP.rima-tde.net)
  2488. # [23:30] * Quits: ferjm (textual@moz-v3p1m3.dynamicIP.rima-tde.net) (Quit: Textual IRC Client: www.textualapp.com)
  2489. # [23:31] <philor> mccr8: so, about that great landing position you got, right after a closure: bustage, at least the android m16 if not the os x gtest
  2490. # [23:31] <tnikkel> mconley: thanks, bobowen: thanks
  2491. # [23:32] <mccr8> philor : hmm the test I added was supposed to be disabled on Android because it fails, but it looks like I didn't get that right.
  2492. # [23:32] <bobowen> mconley, tnikkel: or pref security.sandbox.content.level
  2493. # [23:32] <mccr8> philor : gtest is unlikely to be me, as I only made mochitest changes.
  2494. # [23:32] <bobowen> =0
  2495. # [23:33] <mccr8> philor : Can you tell what I did wrong here? https://hg.mozilla.org/integration/mozilla-inbound/diff/34bbdad6b990/testing/mochitest/tests/Harness_sanity/mochitest.ini
  2496. # [23:33] * ahal is now known as ahal|afk
  2497. # [23:34] <mccr8> hmm maybe I need os == 'android"
  2498. # [23:34] <RyanVM> ^ sounds right to me
  2499. # [23:34] <RyanVM> or you could steal the toolkit == 'android' from just below it
  2500. # [23:34] <philor> http://mxr.mozilla.org/mozilla-central/search?string=android&find=ini
  2501. # [23:34] <mccr8> huh yeah I don't know what I did there. oh well.
  2502. # [23:34] * Quits: florent (Thunderbird@moz-40p2s8.abo.wanadoo.fr) (A TLS packet with unexpected length was received.)
  2503. # [23:34] <philor> practically everything except buildapp
  2504. # [23:34] * Joins: mgoodwin_OoO (mgoodwin_Oo@moz-ubimfl.cable.virginm.net)
  2505. # [23:34] <mccr8> yeah...
  2506. # [23:35] * Quits: karlt (karl@moz-1v4uco.xtra.co.nz) (Ping timeout: 121 seconds)
  2507. # [23:36] * Joins: brendan (brendaneich@moz-v6u.63c.233.50.IP)
  2508. # [23:37] <rillian> gps: ah. it's git-cinnabar the server is complaining about, not my hg.
  2509. # [23:38] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9350db715954 - Andrew McCreight - Bug 1226291 - disable test on Android in the proper way. r=bustage
  2510. # [23:38] * Joins: catalinb (catalin@moz-u9on54.eregie.pub.ro)
  2511. # [23:39] * Quits: catalinb2 (catalin@moz-f9b.aat.233.213.IP) (Ping timeout: 121 seconds)
  2512. # [23:40] <gps> rillian: yes, i was just informed of this in #vcs :(
  2513. # [23:42] * Quits: Boriss (Boriss@moz-aq4.h2b.247.173.IP) (Client exited)
  2514. # [23:43] <rillian> continuous integration by community!
  2515. # [23:45] * Joins: Enn (enn@moz-pe6f5p.cable.rogers.com)
  2516. # [23:46] * Quits: dragana (Instantbird@moz-m0h91h.c3sn.7h68.8388.2a02.IP) (Ping timeout: 121 seconds)
  2517. # [23:47] * maja_zf is now known as maja_zf|brb
  2518. # [23:47] * Quits: milan (milan@moz-g3q01n.3t38.sij7.f0c8.2607.IP) (A TLS packet with unexpected length was received.)
  2519. # [23:48] * Joins: nattokirai (nattokirai@moz-ub7.emg.5.103.IP)
  2520. # [23:49] * Quits: jimb (user@moz-09a.i8g.126.207.IP) (Ping timeout: 121 seconds)
  2521. # [23:50] * Quits: Gijs (chatzilla@moz-q1tdpu.cable.virginm.net) (Quit: sleep)
  2522. # [23:50] * Quits: eyome (eyome@moz-gfketo.fbx.proxad.net) (Client exited)
  2523. # [23:50] * Joins: eyome_ (eyome@moz-gfketo.fbx.proxad.net)
  2524. # [23:50] * eyome_ is now known as eyome
  2525. # [23:50] * catlee is now known as catlee-away
  2526. # [23:52] * Joins: rniwa (rniwa@moz-7b5uu3.ca.comcast.net)
  2527. # [23:52] * Joins: drno (nohlmeier@moz-vp31sp.ca.comcast.net)
  2528. # [23:53] * Quits: eyome (eyome@moz-gfketo.fbx.proxad.net) (Client exited)
  2529. # [23:53] * Quits: givanica (Thunderbird@moz-n61.k1v.26.188.IP) (Ping timeout: 121 seconds)
  2530. # [23:55] * Quits: mgoodwin_OoO (mgoodwin_Oo@moz-ubimfl.cable.virginm.net) (Ping timeout: 121 seconds)
  2531. # [23:55] * Quits: Enn (enn@moz-pe6f5p.cable.rogers.com) (Ping timeout: 121 seconds)
  2532. # [23:57] * Quits: till (till@moz-dudn0t.dyn.telefonica.de) (A TLS packet with unexpected length was received.)
  2533. # Session Close: Thu Nov 26 00:00:00 2015

Previous day, Next day

Think these logs are useful? Then please donate to show your gratitude (and keep them up, of course). Thanks! — Krijn