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

Options:

Previous day, Next day

  1. # Session Start: Tue Nov 24 00:00:00 2015
  2. # Session Ident: #developers
  3. # [00:00] * Gijs_away is now known as Gijs
  4. # [00:00] * Quits: Gijs (chatzilla@moz-q1tdpu.cable.virginm.net) (Quit: sleep)
  5. # [00:02] <Waldo> philor: :-)
  6. # [00:03] * mhowell|away is now known as mhowell
  7. # [00:03] * Quits: Sander (chatzilla@moz-98s.ga3.81.86.IP) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  8. # [00:04] <Waldo> jduell: fwiw, I would be very leery of actually forking httpd.js -- people should be sticking to the interface it exposes, and if we need to add things to it to support more use cases, very well, but forks are just not going to remain synced
  9. # [00:04] <philor> Waldo: oh, heh, not because it might ship httpd.js, they just started running some trial test suites on emulator-kk, and since those barely ever ran they decided to run a whole bunch more
  10. # [00:05] <Waldo> philor: no fear, I assumed it was random snarkery unrelated to discussion here :-)
  11. # [00:05] <Waldo> philor: and even if it *had* been related, well, it's not an unwarranted fear ;-)
  12. # [00:05] <jduell> Waldo: well, from a security angle I was thinking that if we cut-and-paste just the bits we need from httpd.js we could have a much smaller security surface to audit…
  13. # [00:06] <jduell> Waldo: does that seem like a bad idea?
  14. # [00:06] <philor> ugh
  15. # [00:06] * Joins: Coldblackice (anonz@moz-0ijqp3.oc.cox.net)
  16. # [00:06] <@smaug> jduell: or #ifdefs in the file and preprocess once for testing and once for other use
  17. # [00:07] <Waldo> jduell: I would be leery of doing that; I'm also not sure there's that much surface to minimize in it, it tries pretty hard to offload special cases and other such handling to the user (because it was to serve tests that want to do a bunch of very weird things)
  18. # [00:07] * Joins: {Cat} (chatzilla@moz-8j8a70.dyn.plus.net)
  19. # [00:07] * Quits: milan (milan@moz-pbhpkh.3t38.sij7.f0c8.2607.IP) (A TLS packet with unexpected length was received.)
  20. # [00:07] <jduell> Waldo: and yet it’s 5K of JS, while the TV guys essentially just need send/receive of some bits
  21. # [00:07] * Parts: {Cat} (chatzilla@moz-8j8a70.dyn.plus.net) ("")
  22. # [00:08] <jduell> smaug: we support #ifdef in JS?
  23. # [00:08] <Waldo> jduell: and they don't care about validation or any other similar sorts of things, at all?
  24. # [00:08] * Joins: fracting (fracting@moz-etr.siu.9.119.IP)
  25. # [00:09] <@smaug> jduell: stuff like http://mxr.mozilla.org/mozilla-central/source/browser/base/content/browser.js#168
  26. # [00:09] <jduell> Waldo: it’s a good question. I don’t know if they’ve already locked down what is allowed to talk to the TV
  27. # [00:09] <fabrice> basically other browsers on the same local network
  28. # [00:09] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4d8cadcfe408 - Blake Kaplan - Bug 1196159 - Set nsGlobalWindow::mIsClosed properly after window.close(). r=billm
  29. # [00:09] <Waldo> "basically" could be doing a lot of work there ;-)
  30. # [00:10] * Joins: milan (milan@66.207.193.21)
  31. # [00:10] <jduell> fabrice: so there’s not just some open TCP port that any device could send data to? What’s their transport? Bluetooth?
  32. # [00:11] * Joins: catalinb (catalin@moz-nnh.lvl.120.86.IP)
  33. # [00:11] <fabrice> jduell: wifi
  34. # [00:12] * Joins: mkaply (mkaply@moz-2m01va.austtx.sbcglobal.net)
  35. # [00:13] * Quits: @smaug (chatzilla@moz-6kbmhh.rev.dnainternet.fi) (Ping timeout: 121 seconds)
  36. # [00:13] <mrbkap> mfinkle: ping?
  37. # [00:14] * Quits: pcwalton (pcwalton@moz-l8ebtf.sfo1.mozilla.com) (Client exited)
  38. # [00:14] * Quits: milan (milan@66.207.193.21) (Ping timeout: 121 seconds)
  39. # [00:15] * Joins: gandalf (zbraniecki@moz-5v49kg.ca.comcast.net)
  40. # [00:15] * Quits: catalinb (catalin@moz-nnh.lvl.120.86.IP) (Ping timeout: 121 seconds)
  41. # [00:16] <Waldo> I will say, the idea of an HTTP server running on an open port as communication medium does not exactly fill me with confidence
  42. # [00:16] <Waldo> but then again, it sounds like you really do want something server-y here, so maybe that's just unavoidable
  43. # [00:16] <jduell> Waldo: does httpd.js support AJAX-style requests (i.e. some requests just sit for a while until the server feels like replying
  44. # [00:16] <jduell> )?
  45. # [00:16] <Waldo> jduell: the default mode of operation for a handler is synchronous response
  46. # [00:16] <Waldo> jduell: there's an opt-in mode to handle things asynchronously
  47. # [00:16] * Joins: bbondy (bbondy@moz-ahsdem.home.cgocable.net)
  48. # [00:16] <jduell> I’m not sure if they need that, but they might (they originally wanted to use websockets)
  49. # [00:16] * Quits: jdm (jdm@moz-3eu2pc.cpe.teksavvy.com) (Quit: )
  50. # [00:17] <Waldo> jduell: and in that case you could response.processAsync(); and then send off data at whatever intervals are desired
  51. # [00:17] <jduell> Waldo: OK cool—good to know
  52. # [00:17] * maja_zf|afk is now known as maja_zf
  53. # [00:18] <Waldo> jduell: on a skim now I *did* see that we have no request timeout functionality at the moment, tho, which may be an undesirable lapse (especially if sync handling is in use)
  54. # [00:19] <Waldo> jduell: also I'm certain we're missing the capability to make any response at all until the entirety of the request head (GET ... and all headers) has been processed, which may or may not matter to you
  55. # [00:20] <Waldo> jduell: the one really truly creaky part of all our HTTP testing gunk is our ssltunnel thing -- that *definitely* is in no shape to ship :-)
  56. # [00:20] <jduell> Waldo: is that needed to talk HTTPS to httpd.js?
  57. # [00:21] <Waldo> jduell: yes; httpd.js doesn't handle secure connections on its own
  58. # [00:21] * Quits: bbondy (bbondy@moz-ahsdem.home.cgocable.net) (Ping timeout: 121 seconds)
  59. # [00:21] * AutomatedTester is now known as AutomatedTester|AFK
  60. # [00:21] <jduell> right, that makes sense. Hmm.
  61. # [00:21] <Waldo> from the start of ssltunnel.cpp:
  62. # [00:21] <Waldo> WARNING: DO NOT USE THIS CODE IN PRODUCTION SYSTEMS. It is highly likely to be plagued with the usual problems endemic to C (buffer overflows and the like). We don't especially care here (but would accept patches!) because this is only intended for use in our test harnesses in controlled situations where input is guaranteed not to be malicious.
  63. # [00:22] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
  64. # [00:22] <Waldo> ted: ^ blast from the past :-)
  65. # [00:22] <Waldo> before that happened I had vague ideas of implementing TLS support myself, to learn the protocol and stuff
  66. # [00:22] * Quits: betty (bzlandfill@moz-e06.e82.117.141.IP) (Quit: CGI:IRC (EOF))
  67. # [00:23] <Waldo> of course, had I done so, that would have been an even crazier thing for you to be using :-)
  68. # [00:23] <jduell> :)
  69. # [00:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/110de326fa1a - Xidorn Quan - Bug 1227001 part 1 - Remove SetupBreakSinksFlags from BuildTextRunsScanner. r=jfkthame
  70. # [00:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4e16f87eda89 - Xidorn Quan - Bug 1227001 part 2 - Remove no longer used mExistingTextRun from BreakSink. r=jfkthame
  71. # [00:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/536455795509 - Xidorn Quan - Bug 1227001 part 3 - Remove no longer used mChangedBreaks from BreakSink. r=jfkthame
  72. # [00:23] <Waldo> not sure about timing, but I think at that time httpd.js had purely sync handling, and that would have had to be fixed for TLS to be practical
  73. # [00:26] * Joins: elin (elin@moz-ck1dib.dynamic-ip.hinet.net)
  74. # [00:27] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
  75. # [00:29] * yzen is now known as yzen_
  76. # [00:29] * Quits: Aryx (Archaeopter@moz-fcgm4a.cust.telecolumbus.net) (Quit: Goodbye)
  77. # [00:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f5efa2ed37ac - Jakob Olesen - Bug 1210554 - Fix unified build breakage. r=sfink
  78. # [00:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/cbb4146343f3 - Jakob Olesen - Bug 1210554 - Add testAssemblerBuffer to jsapi-tests. r=sstangl
  79. # [00:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/fe68d5adf1c9 - Jakob Olesen - Bug 1210554 - Implement BranchDeadlineSet. r=nbp
  80. # [00:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/774b04222cba - Jakob Stoklund Olesen - Bug 1210554 - Wire up branchDeadlines_ partially. No Asm callbacks yet. r=nbp
  81. # [00:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6a1c3892b4b5 - Jakob Olesen - Bug 1210554 - Implement constant pool test. r=nbp
  82. # [00:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f356bb9fac1a - Jakob Olesen - Bug 1210554 - Add PatchShortRangeBranchToVeneer(). r=nbp
  83. # [00:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ca19392cbc43 - Jakob Olesen - Bug 1210554 - Add enum ImmBranchRangeType. r=sstangl
  84. # [00:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/8478e51fd7a8 - Jakob Olesen - Bug 1210554 - Change representation of unbound Label linked lists. r=sstangl
  85. # [00:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/bf36faaf8408 - Jakob Olesen - Bug 1210554 - Dynamically track short-range branches. r=sstangl
  86. # [00:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/355ed0ade977 - Jakob Olesen - Bug 1210554 - Handle toggled calls in CodeFromJump(). r=sstangl
  87. # [00:30] * gregglind is now known as gregglind_away
  88. # [00:30] * Quits: gandalf (zbraniecki@moz-5v49kg.ca.comcast.net) (Ping timeout: 121 seconds)
  89. # [00:32] * Quits: dragana (Instantbird@moz-a3tajl.dynamic.surfer.at) (Ping timeout: 121 seconds)
  90. # [00:34] * yzen_ is now known as yzen
  91. # [00:35] * Joins: jib (jib@moz-j7m6lt.dyn.optonline.net)
  92. # [00:35] * yzen is now known as yzen_
  93. # [00:35] <jduell> mfinkle: cpearce: ping
  94. # [00:36] * Joins: LilyLappy (Cupcake@moz-h1eera.customer.tdc.net)
  95. # [00:39] * Quits: jib (jib@moz-j7m6lt.dyn.optonline.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
  96. # [00:39] * Quits: yzen_ (yzen@moz-rjb4dr.cable.teksavvy.com) (Ping timeout: 121 seconds)
  97. # [00:39] <glandium> bholley: ping
  98. # [00:39] <thinker> RyanVM: Except of laggy, does the patch fix the invaldation issues?
  99. # [00:40] <RyanVM> thinker: yes, the threejs issue is fixed
  100. # [00:40] <RyanVM> but oh my, the scrolling issues! :P
  101. # [00:40] * Joins: pcwalton (pcwalton@moz-l8ebtf.sfo1.mozilla.com)
  102. # [00:40] <RyanVM> i had to revert my build because it was basically unusable
  103. # [00:42] <thinker> RyanVM: ok! Thank you!
  104. # [00:42] <RyanVM> thinker: getting closer! :)
  105. # [00:43] * khuey is now known as khuey|away
  106. # [00:43] * Quits: mancas (uid112837@moz-cr08jc.brockwell.irccloud.com) (Quit: Connection closed for inactivity)
  107. # [00:43] * khuey|away is now known as khuey
  108. # [00:43] <thinker> RyanVM: do you mean scrolling for the example case? or for all pages?
  109. # [00:43] <RyanVM> general pages
  110. # [00:46] * Quits: secretrobotron (secretrobot@moz-d1bl4m.cpe.pppoe.ca) (A TLS packet with unexpected length was received.)
  111. # [00:47] * Joins: marcosc (marcosc@moz-29a.do1.52.113.IP)
  112. # [00:51] * Quits: elin (elin@moz-ck1dib.dynamic-ip.hinet.net) (Client exited)
  113. # [00:52] * Quits: bogdan_maris (Instantbird@moz-us8.non.122.86.IP) (Ping timeout: 121 seconds)
  114. # [00:54] * Quits: givanica (Thunderbird@moz-n61.k1v.26.188.IP) (Client exited)
  115. # [00:58] * Quits: Mnyromyr (Mnyromyr@moz-5hf4hv.gnf7.tkmq.0908.2a02.IP) (Quit: ChatZilla 0.9.92 [SeaMonkey 2.39/20151103174305])
  116. # [00:58] * Joins: atsai (atsai@moz-ijr8jj.HINET-IP.hinet.net)
  117. # [00:58] * Quits: gabor (gabor@moz-sa0jjs.dip0.t-ipconnect.de) (Quit: This computer has gone to sleep)
  118. # [00:59] * mcote|afk is now known as mcote
  119. # [01:00] * Quits: jimm (jmathies@moz-sng2os.dhcp.embarqhsd.net) (Quit: )
  120. # [01:02] * Quits: dholbert (dholbert@moz-pnm275.static.fusionbroadband.com) (Ping timeout: 121 seconds)
  121. # [01:02] * Quits: mwu_ (mwu@moz-piq.hdj.88.64.IP) (Ping timeout: 121 seconds)
  122. # [01:02] * Quits: mjf (anonymous@moz-r17qgu.dyn.grandenetworks.net) (Client exited)
  123. # [01:04] <cpearce> jduell: pong
  124. # [01:04] * ewong|away is now known as ewong
  125. # [01:05] <bholley> glandium: hi
  126. # [01:06] <glandium> bholley: hey, do you have cycle for a review on bug 1226119?
  127. # [01:06] <glandium> *cycles
  128. # [01:06] * Quits: dagnir (dagnir@moz-uer.jjv.122.166.IP) (Quit: Leaving)
  129. # [01:06] <bholley> glandium: looking
  130. # [01:07] * Quits: MaxIvanov (MIvanov@moz-rd7.51j.125.50.IP) (A TLS packet with unexpected length was received.)
  131. # [01:07] <glandium> bholley: note I don't really know what I'm doing and the patch might as well be clearing "normal" exceptions too
  132. # [01:08] * Joins: dholbert (dholbert@moz-pnm275.static.fusionbroadband.com)
  133. # [01:09] <bholley> glandium: I think we should put it in WriteCachedScript
  134. # [01:10] <bholley> glandium: if JS_EncodeScript fails, just clear the pending exception and return NS_ERROR_FAILURE
  135. # [01:10] * Quits: mhowell (Matt_Howell@moz-09a.i8g.126.207.IP) (Quit: http://pidgin.renatosilva.me - Pidgin++)
  136. # [01:10] * Quits: BenWa (bgirard@66.207.193.21) (Client exited)
  137. # [01:10] <glandium> bholley: what about WriteCachedFunction?
  138. # [01:10] <bholley> glandium: it's stubbed out
  139. # [01:10] <bholley> glandium: see the impl
  140. # [01:10] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/8d9c87b4c312 - Wes Kocher - Bug 1221499 - Skip some failing tests on the recently enabled e10s+windows combo a=me
  141. # [01:10] <glandium> bholley: oh indeed
  142. # [01:11] * Joins: bbondy (bbondy@moz-ahsdem.home.cgocable.net)
  143. # [01:11] <glandium> bholley: seems the commented impl should still get the same treatment, just in case
  144. # [01:11] <bholley> glandium: Ideally exceptions are handled at the boundary between bool-returning and nsresult-returning APIs
  145. # [01:11] <bholley> glandium: sure
  146. # [01:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/80234c36f1b7 - J. Ryan Stinnett - Bug 1226570 - Remove chrome://browser/skin/ from DevTools. r=bgrins
  147. # [01:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/10973adc0c3e - J. Ryan Stinnett - Bug 1226661 - DevTools client JSM global tweak for B2G. r=ochameau
  148. # [01:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/6f5cb09bd534 - J. Ryan Stinnett - Bug 1226699 - Package DevTools client in Graphene. r=fabrice
  149. # [01:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/06223b0f30bb - J. Ryan Stinnett - Bug 1226699 - Add per-app DevTools prefs to Graphene. r=fabrice
  150. # [01:12] * Quits: zer0 (zer0@moz-t1mtug.upc-f.chello.nl) (Ping timeout: 121 seconds)
  151. # [01:12] * Quits: VladimirBelonenko (oliverthor@moz-rd7.51j.125.50.IP) (Ping timeout: 121 seconds)
  152. # [01:12] * Quits: till (till@moz-gn1b3v.dyn.telefonica.de) (A TLS packet with unexpected length was received.)
  153. # [01:12] <glandium> bholley: does it matter that we'd be changing a NS_ERROR_OUT_OF_MEMORY to NS_ERROR_FAILURE?
  154. # [01:12] <bholley> glandium: I think that is preferable
  155. # [01:12] * Joins: catalinb (catalin@moz-nnh.lvl.120.86.IP)
  156. # [01:12] <bholley> glandium: the old code was assuming that it would only fail on OOM
  157. # [01:12] <bholley> glandium: in which there wouldn't be an exception on cx
  158. # [01:13] <bholley> glandium: (returning false without setting an exception is JSAPI-speak for OOM)
  159. # [01:13] <bholley> glandium: which is why the code doesn't try to handle pending exceptions
  160. # [01:13] <RyanVM> karlt: argh, mid-aired with the same bug
  161. # [01:13] <bholley> glandium: but with this ASMJS exception, that assumption is no longer valid
  162. # [01:13] <RyanVM> karlt: guess I can just drop my comment then
  163. # [01:13] <bholley> glandium: so we need to handle the exception, and should generalize the return code while we're at it
  164. # [01:13] <glandium> bholley: makes sense. thanks
  165. # [01:14] <bholley> glandium: np - sorry for the lag, I'm not really on top of my bugmail these days
  166. # [01:14] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/efbb3d9ac473 - Chris Pearce - Bug 1223980 - Move CopyArrayBufferViewOrArrayBufferData to EMEUtis and add GetArrayBufferViewOrArrayBufferData. r=bz
  167. # [01:14] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a64de8faad45 - Chris Pearce - Bug 1223980 - Add iterable<ArrayBuffer,MediaKeyStatus> to MediaKeyStatusMap. r=bz
  168. # [01:15] * Quits: bbondy (bbondy@moz-ahsdem.home.cgocable.net) (Ping timeout: 121 seconds)
  169. # [01:15] * terrence-bbiab is now known as terrence
  170. # [01:16] * Joins: vicamo (vicamo@moz-kevqlt.dynamic.hinet.net)
  171. # [01:16] * Quits: catalinb (catalin@moz-nnh.lvl.120.86.IP) (Ping timeout: 121 seconds)
  172. # [01:16] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/11a75b65a0f5 - Chenxia Liu - Bug 1226523 - Fennec crashes after transferring bookmarks and history. r=margaret
  173. # [01:16] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/6502f752a806 - Chenxia Liu - Bug 1225092 - Improper behavior when accessing log in screen from on-boarding screen. r=ally
  174. # [01:17] * Joins: zer0 (zer0@moz-t1mtug.upc-f.chello.nl)
  175. # [01:17] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/d7f5fc8192f5 - Michael Comella - Bug 1227322 - Remove nightly flag from homepage pref. r=margaret
  176. # [01:17] * Quits: pcwalton (pcwalton@moz-l8ebtf.sfo1.mozilla.com) (Client exited)
  177. # [01:17] * Joins: catalinb (catalin@moz-nnh.lvl.120.86.IP)
  178. # [01:18] * Joins: pcwalton (pcwalton@moz-l8ebtf.sfo1.mozilla.com)
  179. # [01:18] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
  180. # [01:19] * stephend is now known as stephend|dentist
  181. # [01:19] * Quits: gsvelto (gsvelto@moz-3mvb2i.clienti.tiscali.it) (A TLS packet with unexpected length was received.)
  182. # [01:20] <glandium> bholley: what nsresult local are you refering to in your review comment?
  183. # [01:20] <bholley> glandium: rv
  184. # [01:20] <bholley> glandium: I'm just saying return NS_ERROR_FAILURE and NS_OK directly in those two places
  185. # [01:20] * Quits: vicamo (vicamo@moz-kevqlt.dynamic.hinet.net) (Client exited)
  186. # [01:20] * Joins: vicamo (vicamo@moz-kevqlt.dynamic.hinet.net)
  187. # [01:21] <glandium> bholley: will PutBuffer return something else?
  188. # [01:22] * Joins: jib (jib@moz-j7m6lt.dyn.optonline.net)
  189. # [01:22] * Quits: ErikRose (erikrose@moz-vemooo.res.rr.com) (A TLS packet with unexpected length was received.)
  190. # [01:22] <glandium> mmm looks like it can
  191. # [01:23] * Quits: pcwalton (pcwalton@moz-l8ebtf.sfo1.mozilla.com) (Client exited)
  192. # [01:23] * Joins: ErikRose (erikrose@moz-vemooo.res.rr.com)
  193. # [01:23] <philor> bgrins: https://treeherder.mozilla.org/#/jobs?repo=try&revision=fc8a1d7327a6
  194. # [01:24] <philor> bgrins: well, that too to know what to expect, but https://hg.mozilla.org/try/rev/39ef350caf36 was what I actually meant for you
  195. # [01:24] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
  196. # [01:24] <karlt> RyanVM: regression-window?
  197. # [01:25] * Joins: gandalf (zbraniecki@moz-5v49kg.ca.comcast.net)
  198. # [01:26] <karlt> RyanVM: in response to "same bug" wondering which bug
  199. # [01:26] * Joins: ehugg (ehugg@moz-ba7.sr5.107.128.IP)
  200. # [01:26] <bgrins> philor: awesome, thanks!
  201. # [01:26] <bgrins> And also, the weird only-failing on linux debug and aurora test_jsterm_autocomplete.html issue is still there
  202. # [01:26] <bgrins> :(
  203. # [01:26] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/4d565d45bb09 - Michael Comella - Bug 1224214 - Remove "Set current tab" checkbox from homepage setting. r=margaret
  204. # [01:26] <glandium> bholley: can you check the newly attached patch is what you meant?
  205. # [01:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/24f341faa9f5 - B2G Bumper Bot - Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
  206. # [01:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/0ca54166a511 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  207. # [01:27] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/f8c58b5949a9 - John Daggett - Bug 1160506 - support intra-family font fallback. r=heycam, a=ritu
  208. # [01:28] * Quits: ErikRose (erikrose@moz-vemooo.res.rr.com) (Ping timeout: 121 seconds)
  209. # [01:28] * Quits: saelo (saelo@moz-ju7oe2.hsi14.kabel-badenwuerttemberg.de) (Ping timeout: 121 seconds)
  210. # [01:28] * Joins: bbondy (bbondy@moz-ahsdem.home.cgocable.net)
  211. # [01:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/c90ac54a37d3 - Mark Finkle - Bug 1215012 - mdnsd - Firefox Beta Android excessive battery usage r=xeonchen
  212. # [01:29] * Joins: elin (elin@moz-ck1dib.dynamic-ip.hinet.net)
  213. # [01:29] <bholley> glandium: oh sorry
  214. # [01:29] <bholley> glandium: I didn't look at the PutBuffer part closely enough
  215. # [01:29] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=19d89caa664d - 15 changesets
  216. # [01:30] * Joins: saelo (saelo@moz-ju7oe2.hsi14.kabel-badenwuerttemberg.de)
  217. # [01:30] * Joins: betty (bzlandfill@moz-2t3.j04.117.141.IP)
  218. # [01:30] <bholley> glandium: I'd prefer to put data in a smart pointer, but I'd also be fine to just return rv after the js_free
  219. # [01:31] <bholley> glandium: but you should be able to just put the buffer in a ScopedJSFreePtr and then return PutBuffer(...)
  220. # [01:32] <@njn> I'm getting this when I try to use |hg bzexport| : UnicodeEncodeError: 'ascii' codec can't encode character u'\u2013' in position 149: ordinal not in range(128)
  221. # [01:32] <@njn> \u2013 is "en dash"
  222. # [01:32] <@njn> I can't see that char in the log message, or anything like that
  223. # [01:33] * Joins: pcwalton (pcwalton@moz-l8ebtf.sfo1.mozilla.com)
  224. # [01:35] * Joins: lizzard (ehenry@moz-ruk7u5.ca.comcast.net)
  225. # [01:35] * Quits: elin (elin@moz-ck1dib.dynamic-ip.hinet.net) (Ping timeout: 121 seconds)
  226. # [01:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/c09f387f9631 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  227. # [01:36] * Joins: yzen (yzen@moz-rjb4dr.cable.teksavvy.com)
  228. # [01:37] * Quits: mwobensmith (mwobensmith@moz-v8k4e3.2rkg.9kg1.0101.2620.IP) (Quit: Leaving.)
  229. # [01:37] * wlach is now known as wlach|afk
  230. # [01:37] <glandium> bholley: error: no viable conversion from 'void *' to 'js::ScopedJSFreePtr<void>' ; I'll skip that part.
  231. # [01:37] * Quits: bbondy (bbondy@moz-ahsdem.home.cgocable.net) (Connection closed)
  232. # [01:38] * Joins: bbondy (bbondy@moz-ahsdem.home.cgocable.net)
  233. # [01:38] * Joins: smaug (chatzilla@moz-6kbmhh.rev.dnainternet.fi)
  234. # [01:38] * killer sets mode: +o smaug
  235. # [01:38] <bholley> glandium: you could do a uint8_t* probably
  236. # [01:38] <glandium> bholley: JS_EncodeScript returns a void*
  237. # [01:39] <bholley> glandium: ah
  238. # [01:39] <bholley> glandium: more trouble than it's worth I guess
  239. # [01:39] * Quits: atsai (atsai@moz-ijr8jj.HINET-IP.hinet.net) (Quit: This computer has gone to sleep)
  240. # [01:39] * Joins: skeuomor1 (skeuomorf@moz-5kr.q8a.32.197.IP)
  241. # [01:39] * Joins: elin (elin@moz-ck1dib.dynamic-ip.hinet.net)
  242. # [01:39] * Quits: bbondy (bbondy@moz-ahsdem.home.cgocable.net) (Connection closed)
  243. # [01:40] * Joins: bbondy (bbondy@moz-ahsdem.home.cgocable.net)
  244. # [01:40] * Quits: yzen (yzen@moz-rjb4dr.cable.teksavvy.com) (Ping timeout: 121 seconds)
  245. # [01:42] * Quits: skeuomorf (skeuomorf@moz-a2j.ubs.32.197.IP) (Ping timeout: 121 seconds)
  246. # [01:45] * Quits: pcwalton (pcwalton@moz-l8ebtf.sfo1.mozilla.com) (Client exited)
  247. # [01:45] * Joins: pcwalton (pcwalton@moz-l8ebtf.sfo1.mozilla.com)
  248. # [01:46] * Joins: BenWa (bgirard@moz-2as2d7.cable.teksavvy.com)
  249. # [01:46] * Joins: bbondy_ (bbondy@moz-ahsdem.home.cgocable.net)
  250. # [01:47] * Quits: bbondy (bbondy@moz-ahsdem.home.cgocable.net) (Connection closed)
  251. # [01:47] * Quits: AaronMT (AaronMT@moz-jm97fj.cable.rogers.com) (Quit: Textual IRC Client: www.textualapp.com)
  252. # [01:48] * Quits: bgrins (bgrins@moz-91f08e.ujol.1ibb.0101.2620.IP) (Quit: Leaving.)
  253. # [01:49] * Quits: metasansana (metasansana@moz-c02.uvq.213.190.IP) (Quit: Leaving)
  254. # [01:49] * Joins: smontagu (chatzilla@moz-ehfsg4.red.bezeqint.net)
  255. # [01:50] * Quits: vicamo (vicamo@moz-kevqlt.dynamic.hinet.net) (Client exited)
  256. # [01:51] * Quits: elin (elin@moz-ck1dib.dynamic-ip.hinet.net) (Client exited)
  257. # [01:52] * Quits: mchang (mchang@moz-94gnti.res.rr.com) (Client exited)
  258. # [01:52] * Quits: gandalf (zbraniecki@moz-5v49kg.ca.comcast.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
  259. # [01:53] * Quits: dholbert (dholbert@moz-pnm275.static.fusionbroadband.com) (Ping timeout: 121 seconds)
  260. # [01:53] <RyanVM> karlt: the assertion bug
  261. # [01:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?changeset=3869a03c10a9 - 17 changesets
  262. # [01:54] <nigelb> RyanVM: I'm guessing the ones philor filed?
  263. # [01:54] <RyanVM> no, regressionwindow-wanted bug
  264. # [01:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/8d9c87b4c312 - Wes Kocher - Bug 1221499 - Skip some failing tests on the recently enabled e10s+windows combo a=me
  265. # [01:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/19d89caa664d - Wes Kocher - Merge b2ginbound to central, a=merge
  266. # [01:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/c9131227ffde - Wes Kocher - Merge m-c to b2ginbound, a=merge
  267. # [01:55] * Quits: bbondy_ (bbondy@moz-ahsdem.home.cgocable.net) (Connection closed)
  268. # [01:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/pushloghtml?changeset=dcae05a0b0da - 17 changesets
  269. # [01:56] * Joins: vicamo (vicamo@moz-kevqlt.dynamic.hinet.net)
  270. # [01:57] * hwine is now known as hwine|mtg
  271. # [01:57] * bc|bbl is now known as bc
  272. # [01:58] * Quits: marcosc (marcosc@moz-29a.do1.52.113.IP) (A TLS packet with unexpected length was received.)
  273. # [01:58] * Joins: dholbert (dholbert@moz-pnm275.static.fusionbroadband.com)
  274. # [01:58] * Quits: mccr8 (mccr8@moz-cfhap5.mtv2.mozilla.com) (Quit: quit)
  275. # [01:58] * Joins: gandalf (zbraniecki@moz-5v49kg.ca.comcast.net)
  276. # [01:58] * Joins: bgrins (bgrins@moz-fpsekt.5rnr.mii9.0647.2601.IP)
  277. # [01:59] * Joins: Enn (enn@moz-coa.u1v.233.99.IP)
  278. # [02:00] * Quits: jimb (user@moz-09a.i8g.126.207.IP) (Ping timeout: 121 seconds)
  279. # [02:01] * Quits: @smaug (chatzilla@moz-6kbmhh.rev.dnainternet.fi) (Ping timeout: 121 seconds)
  280. # [02:01] <@njn> huh, no problem uploading a patch to a diffrent bug
  281. # [02:01] <@njn> must be something weird about that bug
  282. # [02:02] * Quits: drno (nohlmeier@moz-cfhap5.mtv2.mozilla.com) (Client exited)
  283. # [02:03] <@njn> wait, it's something about having heycam as the reviewer
  284. # [02:04] <@njn> ah
  285. # [02:04] <@njn> "Cameron McCormack (:heycam) (away Nov 23 – Dec 4) <cam@mcc.id.au> is not currently accepting 'review' requests."
  286. # [02:04] * Joins: marcosc (marcosc@moz-29a.do1.52.113.IP)
  287. # [02:05] * @khuey should do that
  288. # [02:09] * Joins: bbondy (bbondy@moz-ahsdem.home.cgocable.net)
  289. # [02:09] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/2948ba54950b - Kris Maglione - Bug 1226423: Don't inject WebExtension APIs into documents without WebExtension principals. r=billm
  290. # [02:09] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/f127897cdf01 - Kris Maglione - Bug 1226423: [webext] Add tests for API injection into background pages. r=billm
  291. # [02:09] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/65cd2c7696e4 - Kris Maglione - Bug 1226423: [wbext] Add tests for panel popup API injection. r=billm
  292. # [02:10] * Quits: myk (myk@moz-a0qqto.2rkg.9kg1.0101.2620.IP) (Ping timeout: 121 seconds)
  293. # [02:16] * Quits: chrisccoulson (chr1s@moz-oo6mn7.uno.uk.net) (Quit: OSError: [Errno 130] Owner died)
  294. # [02:17] <@ted> Waldo: hah!
  295. # [02:17] * Quits: jsteinbrecher (jsteinbrech@moz-mcs.sr5.107.128.IP) (Client exited)
  296. # [02:17] * Quits: fracting (fracting@moz-etr.siu.9.119.IP) (Ping timeout: 121 seconds)
  297. # [02:17] <@ted> Waldo: i keep wishing i could replace ssltunnel+httpd.js with a bit of python
  298. # [02:17] <Waldo> ted: too bad I mentioned that httpd.js didn't handle SSL, it would have been lulz if they'd found that comment in the actual audit ;-)
  299. # [02:18] <@ted> haha
  300. # [02:19] * Quits: aleth (instantb@moz-enf.f6q.51.151.IP) (Quit: :tiuQ)
  301. # [02:19] * Joins: m_kato (m_kato@moz-9rv9tl.dh-connect.net)
  302. # [02:19] * mcote is now known as mcote|afk
  303. # [02:19] * Quits: catalinb (catalin@moz-nnh.lvl.120.86.IP) (Ping timeout: 121 seconds)
  304. # [02:19] * Quits: vicamo (vicamo@moz-kevqlt.dynamic.hinet.net) (Client exited)
  305. # [02:21] * AutomatedTester|AFK is now known as AutomatedTester
  306. # [02:21] * Quits: RyanVM (Thunderbird@moz-gb8lmh.fios.verizon.net) (Client exited)
  307. # [02:22] <@njn> khuey: go on vacation for 2 weeks?
  308. # [02:22] * KWierso is now known as KWierso|afk
  309. # [02:23] * Joins: a-865 (fmcz@moz-ipbm7f.cable.mindspring.com)
  310. # [02:23] <Waldo> khuey has sort of a forced vacation coming up, sadly
  311. # [02:24] * Joins: ErikRose (erikrose@moz-vemooo.res.rr.com)
  312. # [02:25] <@njn> I like how automatic retriggering of orange jobs gives the same shitty tests a chance to fail again
  313. # [02:26] * Quits: bbondy (bbondy@moz-ahsdem.home.cgocable.net) (Connection closed)
  314. # [02:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/78211ac0edc8 - Nicholas Nethercote - Bug 1187116 (part 5) - Replace nsBaseHashtable::EnumerateRead() calls in dom/indexedDB/ with iterators. r=khuey.
  315. # [02:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c2e0af18244f - Nicholas Nethercote - Bug 1187116 (part 6) - Replace nsBaseHashtable::EnumerateRead() calls in dom/indexedDB/ with iterators. r=khuey.
  316. # [02:30] * Quits: spohl1 (Adium@moz-bs1.ie6.61.108.IP) (Quit: Leaving.)
  317. # [02:30] * Joins: spohl (Adium@moz-bs1.ie6.61.108.IP)
  318. # [02:30] * Quits: ErikRose (erikrose@moz-vemooo.res.rr.com) (Ping timeout: 121 seconds)
  319. # [02:30] * Quits: WaltS48_away (Thunderbird@moz-j2oiav.east.verizon.net) (Client exited)
  320. # [02:30] * Joins: fracting (fracting@moz-etr.siu.9.119.IP)
  321. # [02:30] * AutomatedTester is now known as AutomatedTester|AFK
  322. # [02:30] * Quits: shorlander (shorlander@moz-4lj2qn.lsvlky.sbcglobal.net) (Quit: )
  323. # [02:31] <glandium> njn: iirc there are tests where we do rely on httpd.js a) being js b) having access to xpcom
  324. # [02:32] * Joins: elin (elin@moz-bfl22a.dynamic.hinet.net)
  325. # [02:32] <spohl> TheOne: thanks for following up on youtube unblocker. I sent a report directly to them, but didn't realize that we had internal resources for this too.
  326. # [02:32] <glandium> for simple static http content, we could use a python http server, though
  327. # [02:35] * Joins: vicamo (vicamo@moz-kevqlt.dynamic.hinet.net)
  328. # [02:36] * Quits: azakai (alon@moz-dlrtut.ujol.1ibb.0101.2620.IP) (Ping timeout: 121 seconds)
  329. # [02:36] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/eb7962bf88a8 - Kris Maglione - Bug 1209184: Part 1a - [webext] Make localization work in content processes. r=billm
  330. # [02:37] * khuey is now known as khuey|away
  331. # [02:38] * Joins: Shrooms (Shrooms@moz-7ursk6.ip.windstream.net)
  332. # [02:40] * Joins: sankha (sankha@moz-g7l.b0d.106.27.IP)
  333. # [02:41] * Quits: vicamo (vicamo@moz-kevqlt.dynamic.hinet.net) (Client exited)
  334. # [02:41] * Joins: clokep (Instantbird@moz-r19lfq.cable.rcn.com)
  335. # [02:44] * Quits: sankha (sankha@moz-g7l.b0d.106.27.IP) (Ping timeout: 121 seconds)
  336. # [02:44] * Quits: betty (bzlandfill@moz-2t3.j04.117.141.IP) (Quit: CGI:IRC (Ping timeout))
  337. # [02:45] * Quits: billm (billm@moz-pc1vh7.mh2d.1ibb.0101.2620.IP) (Quit: Leaving)
  338. # [02:45] * Joins: jesup|mac (chatzilla@moz-l7d6u7.fios.verizon.net)
  339. # [02:46] * Joins: secretrobotron (secretrobot@moz-d1bl4m.cpe.pppoe.ca)
  340. # [02:47] * Joins: yzen (yzen@moz-rjb4dr.cable.teksavvy.com)
  341. # [02:51] * Quits: botond|laptop (quassel@moz-nn5elo.3t38.sij7.f0c8.2607.IP) (A TLS packet with unexpected length was received.)
  342. # [02:51] * Quits: secretrobotron (secretrobot@moz-d1bl4m.cpe.pppoe.ca) (Ping timeout: 121 seconds)
  343. # [02:51] * yzen is now known as yzen_
  344. # [02:52] * Quits: francois (francois@moz-cnggv3.fmarier.org) (Quit: ZNC - http://znc.in)
  345. # [02:53] * Joins: atsai (atsai@moz-2hf62a.HINET-IP.hinet.net)
  346. # [02:53] * Quits: jduell (jduell@moz-rpmp7n.tukw.qwest.net) (Client exited)
  347. # [02:55] * Quits: bdahl (bdahl@moz-u3dg2t.sfo1.mozilla.com) (A TLS packet with unexpected length was received.)
  348. # [02:55] * Quits: ericjung (ericjung@moz-h2a.9hc.161.107.IP) (Ping timeout: 121 seconds)
  349. # [02:55] * Quits: yzen_ (yzen@moz-rjb4dr.cable.teksavvy.com) (Ping timeout: 121 seconds)
  350. # [02:56] * hwine|mtg is now known as hwine-ooo
  351. # [02:57] <edwin> seth: Both :) and :( on the gif bug
  352. # [02:57] <edwin> I guess that averages out to :|
  353. # [02:59] * Quits: marcosc (marcosc@moz-29a.do1.52.113.IP) (A TLS packet with unexpected length was received.)
  354. # [03:00] * Joins: marcosc (marcosc@moz-29a.do1.52.113.IP)
  355. # [03:00] * Quits: marcosc (marcosc@moz-29a.do1.52.113.IP) (A TLS packet with unexpected length was received.)
  356. # [03:00] * Quits: Sxean (Sxean@moz-rd7.51j.125.50.IP) (Ping timeout: 121 seconds)
  357. # [03:00] * Joins: marcosc (marcosc@moz-29a.do1.52.113.IP)
  358. # [03:01] * Quits: dmose (uid42639@moz-4sb1pp.charlton.irccloud.com) (Quit: Connection closed for inactivity)
  359. # [03:01] * Quits: MMurrell (MaxMurrell@moz-rd7.51j.125.50.IP) (Ping timeout: 121 seconds)
  360. # [03:02] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/a59d57130e96 - Felipe Gomes - Bug 1226487 - Allow e10s to run on Beta. r=mconley
  361. # [03:02] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/0ed0b39c3541 - Felipe Gomes - Bug 1226487 - Enable e10s checks for accessibility on Beta. r=mconley
  362. # [03:03] * Quits: JMercado (JaymeMercad@moz-rd7.51j.125.50.IP) (A TLS packet with unexpected length was received.)
  363. # [03:03] * Quits: surkov (surkov@moz-an5vm5.cable.teksavvy.com) (Client exited)
  364. # [03:04] * Quits: marcosc (marcosc@moz-29a.do1.52.113.IP) (Ping timeout: 121 seconds)
  365. # [03:06] * Joins: bbondy (bbondy@moz-ahsdem.home.cgocable.net)
  366. # [03:07] * Quits: bbondy (bbondy@moz-ahsdem.home.cgocable.net) (Connection closed)
  367. # [03:07] * Joins: bbondy (bbondy@moz-ahsdem.home.cgocable.net)
  368. # [03:08] <sicking> has anyone written a tool yet which automatically updates all uuid's of all interfaces changed in a given patch?
  369. # [03:08] * sicking would love such a tool
  370. # [03:10] * Joins: azakai|2 (alon@moz-l3ofdg.sntcca.sbcglobal.net)
  371. # [03:10] * Joins: tessarakt2 (jens@moz-ishkhr.dyn.telefonica.de)
  372. # [03:10] * Quits: hardtolearn (Thunderbird@moz-u99.t4o.140.113.IP) (Ping timeout: 121 seconds)
  373. # [03:11] * Quits: roguishmountain (Thunderbird@moz-ohie80.wireless.rit.edu) (Ping timeout: 121 seconds)
  374. # [03:11] <Waldo> edwin: it's gif, you can have both :-) and :-( alternating ;-)
  375. # [03:13] <seth> edwin: up late tonight? =)
  376. # [03:13] * Joins: roguishmountain (Thunderbird@moz-ohie80.wireless.rit.edu)
  377. # [03:13] <seth> edwin: i intended all those changes to be minor
  378. # [03:13] <seth> edwin: but yeah, i'm still working on a patch to ensure we never have these problems again
  379. # [03:13] <seth> it's turned into a Thing tho
  380. # [03:14] * Joins: hardtolearn (Thunderbird@moz-u99.t4o.140.113.IP)
  381. # [03:14] * Quits: tessarakt (jens@moz-u2k1uj.dyn.telefonica.de) (Ping timeout: 121 seconds)
  382. # [03:14] <seth> sicking: isn't that ./mach update-uuids?
  383. # [03:15] <sicking> ooooh!
  384. # [03:15] <seth> sicking: does it transitively too =)
  385. # [03:15] * Quits: bbondy (bbondy@moz-ahsdem.home.cgocable.net) (Connection closed)
  386. # [03:17] * Quits: Enn (enn@moz-coa.u1v.233.99.IP) (Ping timeout: 121 seconds)
  387. # [03:17] <edwin> seth: The London office is... quite socially active, some nights :)
  388. # [03:18] <seth> =)
  389. # [03:18] * Quits: zer0 (zer0@moz-t1mtug.upc-f.chello.nl) (Quit: This computer has gone to sleep)
  390. # [03:21] * Quits: gandalf (zbraniecki@moz-5v49kg.ca.comcast.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
  391. # [03:23] * Quits: atsai (atsai@moz-2hf62a.HINET-IP.hinet.net) (Quit: This computer has gone to sleep)
  392. # [03:24] * Joins: bbondy (bbondy@moz-ahsdem.home.cgocable.net)
  393. # [03:24] * Quits: bbondy (bbondy@moz-ahsdem.home.cgocable.net) (Connection closed)
  394. # [03:24] * Joins: bbondy (bbondy@moz-ahsdem.home.cgocable.net)
  395. # [03:25] * Joins: gandalf (zbraniecki@moz-5v49kg.ca.comcast.net)
  396. # [03:26] * Quits: gandalf (zbraniecki@moz-5v49kg.ca.comcast.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
  397. # [03:26] * Joins: ErikRose (erikrose@moz-vemooo.res.rr.com)
  398. # [03:27] * Quits: dholbert (dholbert@moz-pnm275.static.fusionbroadband.com) (Ping timeout: 121 seconds)
  399. # [03:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f161061f73a6 - Nicholas Nethercote - Bug 1187152 (part 1) - Replace nsBaseHashtable::Enumerate() calls in modules/ with iterators. r=mwu.
  400. # [03:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ce754612fecf - Nicholas Nethercote - Bug 1187152 (part 2) - Replace nsBaseHashtable::Enumerate() calls in modules/ with iterators. r=froydnj.
  401. # [03:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0aec4fd3842f - Nicholas Nethercote - Bug 1187152 (part 3) - Replace nsBaseHashtable::Enumerate() calls in modules/ with iterators. r=froydnj.
  402. # [03:28] * Quits: bholley (bholley@moz-cfhap5.mtv2.mozilla.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  403. # [03:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1c0c87d8cd2b - Mike Hommey - Bug 1151124 - Add a simplified version of pymake's clinetoargv to mozbuild and use it. r=gps
  404. # [03:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/83a0a377faa4 - Mike Hommey - Bug 1226119 - Clear pending exception from script cache writing failure. r=bholley
  405. # [03:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9ef9720309ef - Mike Hommey - Bug 1224000 - Install defaults/permissions file under browser/ instead of under browser/chrome/browser. r=mshal,r=MattN
  406. # [03:30] * Quits: ErikRose (erikrose@moz-vemooo.res.rr.com) (Ping timeout: 121 seconds)
  407. # [03:31] * Quits: pcwalton (pcwalton@moz-l8ebtf.sfo1.mozilla.com) (Client exited)
  408. # [03:31] * Joins: jimb (user@moz-6gkikn.or.comcast.net)
  409. # [03:32] * Quits: bbondy (bbondy@moz-ahsdem.home.cgocable.net) (Connection closed)
  410. # [03:32] * skeuomor1 is now known as skeuomorf
  411. # [03:32] * Joins: dholbert (dholbert@moz-pnm275.static.fusionbroadband.com)
  412. # [03:33] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
  413. # [03:34] * Joins: marcosc (marcosc@moz-29a.do1.52.113.IP)
  414. # [03:36] * Joins: bbondy (bbondy@moz-ahsdem.home.cgocable.net)
  415. # [03:36] * Joins: capella-s3 (capella-s3@moz-j12tdj.pools.spcsdns.net)
  416. # [03:37] * Joins: gandalf (zbraniecki@moz-5v49kg.ca.comcast.net)
  417. # [03:38] * Joins: Enn (enn@moz-pe6f5p.cable.rogers.com)
  418. # [03:38] * Quits: msvb-lab (mschloh@moz-ra8g7o.ggde.8eh4.0470.2001.IP) (Client exited)
  419. # [03:39] * chmanchester is now known as chmanchester|afk
  420. # [03:39] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
  421. # [03:39] * Joins: atsai (atsai@moz-2hf62a.HINET-IP.hinet.net)
  422. # [03:40] * Quits: atsai (atsai@moz-2hf62a.HINET-IP.hinet.net) (A TLS packet with unexpected length was received.)
  423. # [03:47] * Joins: secretrobotron (secretrobot@moz-d1bl4m.cpe.pppoe.ca)
  424. # [03:47] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/acad68770dba - Jonas Sicking - Bug 1217456: Add a security flag for controlling redirects. Use this flag in fetch() implementation. r=bkelly,jduell
  425. # [03:51] * Quits: adusca|afk (uid71833@moz-2mjhct.tooting.irccloud.com) (Quit: Connection closed for inactivity)
  426. # [03:51] * Quits: sicking (sicking@moz-u3dg2t.sfo1.mozilla.com) (Client exited)
  427. # [03:51] * Quits: secretrobotron (secretrobot@moz-d1bl4m.cpe.pppoe.ca) (Ping timeout: 121 seconds)
  428. # [03:52] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/befb8e2645ef - Xidorn Quan - Bug 1227129 - Apply 'will-change: transform' to fullscreen-warning when it is shown. r=roc
  429. # [03:54] * Quits: gandalf (zbraniecki@moz-5v49kg.ca.comcast.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
  430. # [03:55] * mattwoodrow is now known as mattwoodrow|away
  431. # [03:58] * mattwoodrow|away is now known as mattwoodrow
  432. # [03:59] <philor> I can't wait until we get gtests running as a separate suite
  433. # [03:59] <philor> so I can immediately hide it
  434. # [03:59] * Quits: jesup|mac (chatzilla@moz-l7d6u7.fios.verizon.net) (Ping timeout: 121 seconds)
  435. # [04:02] * Quits: Boriss (Boriss@moz-aq4.h2b.247.173.IP) (Client exited)
  436. # [04:02] * Joins: jesup|mac (chatzilla@moz-l7d6u7.fios.verizon.net)
  437. # [04:03] * Joins: atsai (atsai@moz-2hf62a.HINET-IP.hinet.net)
  438. # [04:04] * Quits: capella-s3 (capella-s3@moz-j12tdj.pools.spcsdns.net) (Connection closed)
  439. # [04:05] * Joins: capella-s3 (capella-s3@moz-j12tdj.pools.spcsdns.net)
  440. # [04:07] * Joins: ErikRose (erikrose@moz-vemooo.res.rr.com)
  441. # [04:10] <@roc> anyone around who knows about PBackground/PContent?
  442. # [04:10] * Quits: Enn (enn@moz-pe6f5p.cable.rogers.com) (Ping timeout: 121 seconds)
  443. # [04:13] * Quits: capella-s3 (capella-s3@moz-j12tdj.pools.spcsdns.net) (Connection closed)
  444. # [04:13] * Quits: &dbaron (dbaron@moz-mbhc6k.2rkg.9kg1.0101.2620.IP) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  445. # [04:13] * Joins: capella-s3 (capella-s3@moz-fqk1gv.rq6o.8gsn.6000.2604.IP)
  446. # [04:15] * Quits: atsai (atsai@moz-2hf62a.HINET-IP.hinet.net) (Quit: This computer has gone to sleep)
  447. # [04:18] * Joins: atsai (atsai@moz-2hf62a.HINET-IP.hinet.net)
  448. # [04:19] * Quits: capella-s3 (capella-s3@moz-fqk1gv.rq6o.8gsn.6000.2604.IP) (Ping timeout: 121 seconds)
  449. # [04:25] * Quits: atsai (atsai@moz-2hf62a.HINET-IP.hinet.net) (Quit: This computer has gone to sleep)
  450. # [04:29] * Quits: elin (elin@moz-bfl22a.dynamic.hinet.net) (Client exited)
  451. # [04:29] <jgilbert> any DOM peers around?
  452. # [04:30] <@bz_away> yes
  453. # [04:30] <@bz_away> (stupid ones, who admit to it)
  454. # [04:31] * Quits: clokep (Instantbird@moz-r19lfq.cable.rcn.com) (Ping timeout: 121 seconds)
  455. # [04:31] * sheppy is now known as sheppy-offline
  456. # [04:32] * Quits: jimb (user@moz-6gkikn.or.comcast.net) (Ping timeout: 121 seconds)
  457. # [04:33] <jgilbert> bz_away, so...you probably don't want to look at the patch around it, but:
  458. # [04:33] <jgilbert> bz_away, https://bugzilla.mozilla.org/page.cgi?id=splinter.html&bug=1221822&attachment=8683395
  459. # [04:33] * Joins: elin (elin@moz-bfl22a.dynamic.hinet.net)
  460. # [04:33] <jgilbert> bz_away, minor webidl changes for [throws] wrt Tex*Image*() in WebGL
  461. # [04:33] * glob|away is now known as glob
  462. # [04:34] <jgilbert> (and minor formatting)
  463. # [04:35] * Quits: Waldo (waldo@moz-e9af6p.ujol.1ibb.0101.2620.IP) (Ping timeout: 121 seconds)
  464. # [04:36] * Joins: sicking (sicking@moz-6jefvm.ca.comcast.net)
  465. # [04:36] * maja_zf is now known as maja_zf|afk
  466. # [04:39] * Quits: chewey (chewey@moz-gb8kbv.dip0.t-ipconnect.de) (NickServ (RECOVER command used by chewey_))
  467. # [04:39] * Joins: chewey (chewey@moz-v88oat.dip0.t-ipconnect.de)
  468. # [04:40] * Quits: jesup|mac (chatzilla@moz-l7d6u7.fios.verizon.net) (Ping timeout: 121 seconds)
  469. # [04:45] * Quits: sicking (sicking@moz-6jefvm.ca.comcast.net) (Ping timeout: 121 seconds)
  470. # [04:46] * Quits: wcpan (quassel@moz-iot3vo.info) (Ping timeout: 121 seconds)
  471. # [04:46] * Joins: sicking (sicking@moz-6jefvm.ca.comcast.net)
  472. # [04:47] * Joins: Waldo (waldo@moz-e9af6p.ujol.1ibb.0101.2620.IP)
  473. # [04:47] <@bz_away> jgilbert: sorry, back. Looking
  474. # [04:48] <@bz_away> jgilbert: all the IDL changes are whitespace, yes?
  475. # [04:49] * Quits: lizzard (ehenry@moz-ruk7u5.ca.comcast.net) (Client exited)
  476. # [04:49] * Quits: justindarc (justindarc@moz-lev.v84.203.209.IP) (Quit: )
  477. # [04:50] <jgilbert> bz_away, mostly comments and formatting. I think the only change is texImage3D can't actually throw
  478. # [04:50] <jgilbert> well, not only can it not, but it doesn't share an overload with a func that does
  479. # [04:50] <jgilbert> so I removed [throws] from it
  480. # [04:51] <jgilbert> (WebGL2RenderingContext2.webidl)
  481. # [04:52] * Joins: dbaron (dbaron@moz-1ufb1d.dynamic.fusionbroadband.com)
  482. # [04:52] * killer sets mode: +ao dbaron dbaron
  483. # [04:52] <jgilbert> bz_away, it looks like the spec idl doesn't have [throws] anywhere, so this is really just a change for the bindings generation
  484. # [04:53] * Joins: wcpan (quassel@moz-iot3vo.info)
  485. # [04:53] * Quits: KaiRo_away (robert@moz-s9l04e.highway.telekom.at) (A TLS packet with unexpected length was received.)
  486. # [04:57] * Joins: lizzard (ehenry@moz-ruk7u5.ca.comcast.net)
  487. # [04:58] * Quits: bbondy (bbondy@moz-ahsdem.home.cgocable.net) (Connection closed)
  488. # [04:59] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2f614bcd9405 - Jeff Gilbert - Bug 1221822 - Finish the WebGL texture refactor. r=kamidphish,mattwoodrow,bz
  489. # [05:02] * Joins: bbondy (bbondy@moz-ahsdem.home.cgocable.net)
  490. # [05:03] * Quits: jgilbert (Jeff@moz-5avdn8.ujol.1ibb.0101.2620.IP) (Ping timeout: 121 seconds)
  491. # [05:05] * Joins: Enn (enn@moz-pe6f5p.cable.rogers.com)
  492. # [05:06] * Joins: bgrins1 (bgrins@moz-8nki2b.5rnr.mii9.0647.2601.IP)
  493. # [05:08] * Quits: bgrins (bgrins@moz-fpsekt.5rnr.mii9.0647.2601.IP) (Ping timeout: 121 seconds)
  494. # [05:09] * Quits: Enn (enn@moz-pe6f5p.cable.rogers.com) (Ping timeout: 121 seconds)
  495. # [05:12] * Joins: capella-s3 (capella-s3@moz-fqk1gv.rq6o.8gsn.6000.2604.IP)
  496. # [05:12] * Joins: atsai (atsai@moz-2hf62a.HINET-IP.hinet.net)
  497. # [05:12] * Quits: atsai (atsai@moz-2hf62a.HINET-IP.hinet.net) (Quit: This computer has gone to sleep)
  498. # [05:16] * Joins: ericjung (ericjung@moz-h2a.9hc.161.107.IP)
  499. # [05:17] * Quits: glob (glob@moz-a0fskj.glob.com.au) (A TLS packet with unexpected length was received.)
  500. # [05:19] <@bz_away> jgilbert: Yep, [Throws] is an impl detail
  501. # [05:19] <@bz_away> jgilbert: Not a spec thing.
  502. # [05:24] * Quits: capella-s3 (capella-s3@moz-fqk1gv.rq6o.8gsn.6000.2604.IP) (Ping timeout: 121 seconds)
  503. # [05:24] * Quits: bbondy (bbondy@moz-ahsdem.home.cgocable.net) (Connection closed)
  504. # [05:25] * Joins: capella-s3 (capella-s3@moz-fqk1gv.rq6o.8gsn.6000.2604.IP)
  505. # [05:29] * Quits: bgrins1 (bgrins@moz-8nki2b.5rnr.mii9.0647.2601.IP) (Quit: Leaving.)
  506. # [05:36] * Joins: drno (nohlmeier@moz-vp31sp.ca.comcast.net)
  507. # [05:36] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/2d2ae514a8b9 - Jim Chen - Bug 1221270 - Turn GeckoService into an IntentService; r=snorp
  508. # [05:36] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/da519a37edc1 - Jim Chen - Bug 1221270 - Add GeckoService event to schedule updates via alarm manager; r=snorp
  509. # [05:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/d19f1416a81e - Jim Chen - Bug 1221270 - Let AddonUpdateService use AddonManagerPrivate to check for updates; r=mfinkle
  510. # [05:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/f6cccadd2eed - Jim Chen - Bug 1221270 - Schedule and perform GMP updates in AddonUpdateService; r=snorp
  511. # [05:37] * Quits: capella-s3 (capella-s3@moz-fqk1gv.rq6o.8gsn.6000.2604.IP) (Ping timeout: 121 seconds)
  512. # [05:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5082370c9ea0 - Nicholas Nethercote - Bug 1225007 (part 1, attempt 3) - Use LayoutDevicePixel more in Cocoa widget code. r=kats.
  513. # [05:38] * Joins: capella-s3 (capella-s3@moz-fqk1gv.rq6o.8gsn.6000.2604.IP)
  514. # [05:40] * Quits: capella-s3 (capella-s3@moz-fqk1gv.rq6o.8gsn.6000.2604.IP) (Quit: Talk atcha later)
  515. # [05:41] * Joins: sankha (sankha@moz-g7l.b0d.106.27.IP)
  516. # [05:42] <@njn> roc: are there any existing bugs that convert gfxContext use to DrawTarget use?
  517. # [05:42] <@njn> or documentation, or something that indicates how/what is involved?
  518. # [05:46] * Quits: roguishmountain (Thunderbird@moz-ohie80.wireless.rit.edu) (Ping timeout: 121 seconds)
  519. # [05:48] <&dbaron> njn, a simple example is e2bcbb901d5e
  520. # [05:49] * Joins: bgrins (bgrins@moz-0bmbl2.ca.comcast.net)
  521. # [05:49] * Joins: jimb (user@moz-6gkikn.or.comcast.net)
  522. # [05:49] * Quits: bgrins (bgrins@moz-0bmbl2.ca.comcast.net) (Connection closed)
  523. # [05:50] * Joins: bgrins (bgrins@moz-ra2ba5.5rnr.mii9.0647.2601.IP)
  524. # [05:50] * Quits: jib (jib@moz-j7m6lt.dyn.optonline.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
  525. # [05:50] * Joins: dgmurdockiii (dgmurdockii@moz-k0424l.in.comcast.net)
  526. # [05:51] <@njn> dbaron: thank you
  527. # [05:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/70ac67b986d3 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  528. # [05:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/c6893ed724af - B2G Bumper Bot - Bumping manifests a=b2g-bump
  529. # [05:56] * Quits: achronop (achronop@moz-tccgef.dyn.forthnet.gr) (Ping timeout: 121 seconds)
  530. # [06:00] * Joins: achronop (achronop@moz-d9h20r.dyn.forthnet.gr)
  531. # [06:02] * Joins: bbondy (bbondy@moz-ahsdem.home.cgocable.net)
  532. # [06:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?changeset=227989411ad6 - 16 changesets
  533. # [06:06] * Quits: bbondy (bbondy@moz-ahsdem.home.cgocable.net) (Ping timeout: 121 seconds)
  534. # [06:06] * Joins: pcwalton (pcwalton@moz-6kjabm.ca.comcast.net)
  535. # [06:06] * Joins: achronop_ (achronop@moz-7l37u9.dyn.forthnet.gr)
  536. # [06:07] * Quits: pcwalton (pcwalton@moz-6kjabm.ca.comcast.net) (Client exited)
  537. # [06:08] * Quits: achronop (achronop@moz-d9h20r.dyn.forthnet.gr) (Ping timeout: 121 seconds)
  538. # [06:09] * Quits: jgriffin (uid51409@moz-si9qbr.highgate.irccloud.com) (Quit: Connection closed for inactivity)
  539. # [06:11] * Joins: achronop__ (achronop@moz-gu6fmd.dyn.forthnet.gr)
  540. # [06:12] * Quits: achronop_ (achronop@moz-7l37u9.dyn.forthnet.gr) (Ping timeout: 121 seconds)
  541. # [06:21] * Quits: sankha (sankha@moz-g7l.b0d.106.27.IP) (Connection closed)
  542. # [06:22] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/58d49370eb71 - Mark Finkle - Bug 1226292 - Add telemetry for Find in Page r=liuche
  543. # [06:28] * Quits: Shrooms (Shrooms@moz-7ursk6.ip.windstream.net) (Ping timeout: 121 seconds)
  544. # [06:31] * Joins: Shrooms (Shrooms@moz-7ursk6.ip.windstream.net)
  545. # [06:37] * Quits: fracting (fracting@moz-etr.siu.9.119.IP) (Ping timeout: 121 seconds)
  546. # [06:43] * Quits: DavidTJH (uid97756@moz-h50ota.ealing.irccloud.com) (Quit: Connection closed for inactivity)
  547. # [06:43] * Quits: sicking (sicking@moz-6jefvm.ca.comcast.net) (Client exited)
  548. # [06:45] * Joins: sicking (sicking@moz-6jefvm.ca.comcast.net)
  549. # [06:45] * Quits: @roc (chatzilla@moz-8b3t8p.nn3i.kiip.e780.2400.IP) (Ping timeout: 121 seconds)
  550. # [06:46] * Joins: janv (varga@moz-h6r21h.dynamic.orange.sk)
  551. # [06:50] * Quits: lizzard (ehenry@moz-ruk7u5.ca.comcast.net) (Client exited)
  552. # [06:51] * Quits: elin (elin@moz-bfl22a.dynamic.hinet.net) (Ping timeout: 121 seconds)
  553. # [06:52] * Quits: Waldo (waldo@moz-e9af6p.ujol.1ibb.0101.2620.IP) (Quit: ChatZilla 0.9.92-rdmsoft [XULRunner 35.0.1/20150122214805])
  554. # [06:52] * Joins: elin (elin@moz-2hf62a.HINET-IP.hinet.net)
  555. # [06:53] * Joins: nattokirai (nattokirai@moz-9rv9tl.dh-connect.net)
  556. # [06:54] * Quits: bgrins (bgrins@moz-ra2ba5.5rnr.mii9.0647.2601.IP) (Quit: Leaving.)
  557. # [06:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e82fd82346cb - Phil Ringnalda - Back out changeset 2f614bcd9405 (bug 1221822) for test_conformance__extensions__ext-sRGB.html and test_webgl2_alpha_luminance.html failures
  558. # [06:56] * Joins: fracting (fracting@moz-7a1.2kg.26.116.IP)
  559. # [06:58] * Joins: Boriss (Boriss@moz-dkeprl.PUBLIC.monkeybrains.net)
  560. # [07:01] * Quits: ErikRose (erikrose@moz-vemooo.res.rr.com) (A TLS packet with unexpected length was received.)
  561. # [07:09] * Joins: sankha (sankha@moz-cg8.2mf.119.111.IP)
  562. # [07:09] * Quits: nonsensickle (nonsensickl@moz-4v0.gkd.16.182.IP) (Connection closed)
  563. # [07:09] * Quits: smontagu (chatzilla@moz-ehfsg4.red.bezeqint.net) (Connection closed)
  564. # [07:09] * Joins: nonsensickle (nonsensickl@moz-4v0.gkd.16.182.IP)
  565. # [07:11] * Joins: smontagu (chatzilla@moz-ehfsg4.red.bezeqint.net)
  566. # [07:13] * Joins: vicamo (vicamo@moz-8o1.p7n.41.175.IP)
  567. # [07:14] * Joins: ErikRose (erikrose@moz-vemooo.res.rr.com)
  568. # [07:19] * Quits: ErikRose (erikrose@moz-vemooo.res.rr.com) (Ping timeout: 121 seconds)
  569. # [07:20] * Quits: capella (chatzilla@moz-62oiit.rq6o.8gsn.6000.2604.IP) (Quit: ChatZilla 0.9.92-rdmsoft [XULRunner 35.0.1/20150122214805])
  570. # [07:20] * Quits: janv (varga@moz-h6r21h.dynamic.orange.sk) (Connection closed)
  571. # [07:20] * Joins: achronop_ (achronop@moz-gbl9un.dyn.forthnet.gr)
  572. # [07:21] * Joins: lizzard (ehenry@moz-ruk7u5.ca.comcast.net)
  573. # [07:21] * Joins: capella (chatzilla@moz-pnhia5.rq6o.8gsn.6000.2604.IP)
  574. # [07:21] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
  575. # [07:21] * mattwoodrow is now known as mattwoodrow|away
  576. # [07:21] * Quits: achronop__ (achronop@moz-gu6fmd.dyn.forthnet.gr) (Ping timeout: 121 seconds)
  577. # [07:22] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
  578. # [07:23] * Joins: janv (varga@moz-h6r21h.dynamic.orange.sk)
  579. # [07:31] * Quits: janv (varga@moz-h6r21h.dynamic.orange.sk) (Connection closed)
  580. # [07:31] * Quits: Honza (chatzilla@moz-i5l.7ku.62.176.IP) (Connection closed)
  581. # [07:31] * Joins: janv (varga@moz-h6r21h.dynamic.orange.sk)
  582. # [07:31] * Joins: Honza (chatzilla@moz-i5l.7ku.62.176.IP)
  583. # [07:31] * Quits: elin (elin@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
  584. # [07:32] * Joins: dragana (Instantbird@moz-9033s0.dynamic.surfer.at)
  585. # [07:32] * Quits: ketas (ketas@229-211-191-90.dyn.estpak.ee) (Connection closed)
  586. # [07:33] * Joins: elin (elin@moz-bfl22a.dynamic.hinet.net)
  587. # [07:34] * Joins: ketas (ketas@229-211-191-90.dyn.estpak.ee)
  588. # [07:34] * Joins: atsai (atsai@moz-2hf62a.HINET-IP.hinet.net)
  589. # [07:34] * Quits: dholbert (dholbert@moz-pnm275.static.fusionbroadband.com) (Ping timeout: 121 seconds)
  590. # [07:34] * Quits: ehugg (ehugg@moz-ba7.sr5.107.128.IP) (Client exited)
  591. # [07:35] * Quits: lizzard (ehenry@moz-ruk7u5.ca.comcast.net) (Client exited)
  592. # [07:36] * Quits: dragana (Instantbird@moz-9033s0.dynamic.surfer.at) (Ping timeout: 121 seconds)
  593. # [07:36] * Joins: vasilica_mihasca (Thunderbird@moz-662.esi.231.62.IP)
  594. # [07:37] * Quits: janv (varga@moz-h6r21h.dynamic.orange.sk) (Connection closed)
  595. # [07:41] * Joins: dholbert (dholbert@moz-pnm275.static.fusionbroadband.com)
  596. # [07:42] * Joins: janv (varga@moz-h6r21h.dynamic.orange.sk)
  597. # [07:43] * nigelb is now known as nigelb|sheriffduty
  598. # [07:44] * Quits: &dbaron (dbaron@moz-1ufb1d.dynamic.fusionbroadband.com) (Ping timeout: 121 seconds)
  599. # [07:47] * Joins: h4writer (h4writer@moz-29ljil.6k93.qujl.1812.2a02.IP)
  600. # [07:50] * Quits: squib (squib@moz-jei4k1.wi.charter.com) (Quit: Leaving)
  601. # [07:51] * Joins: kmoir-afk_ (chatzilla@moz-b1t.1qp.233.23.IP)
  602. # [07:52] * Quits: kmoir-afk (chatzilla@moz-b1t.1qp.233.23.IP) (Ping timeout: 121 seconds)
  603. # [07:52] * kmoir-afk_ is now known as kmoir-afk
  604. # [07:54] <nigelb|sheriffduty> oh joy.
  605. # [07:54] <nigelb|sheriffduty> what a mess.
  606. # [07:55] * Tomcat|afk is now known as Tomcat
  607. # [07:56] * lth|away is now known as lth
  608. # [07:57] * Quits: drno (nohlmeier@moz-vp31sp.ca.comcast.net) (Client exited)
  609. # [07:58] <Tomcat> good morning nigelb|sheriffduty
  610. # [08:00] <nigelb|sheriffduty> Hello :)
  611. # [08:01] <nigelb|sheriffduty> Tomcat: We start the day with some fun.
  612. # [08:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/4dca10306d58 - Kris Maglione - Bug 1208761: [webext] Support l10n.getMessage in content scripts. r=billm
  613. # [08:01] <nigelb|sheriffduty> I'm working on filing bugs and hiding a few Gij tests
  614. # [08:02] <nigelb|sheriffduty> Gij now has 50 chunks
  615. # [08:02] <Tomcat> yeah just make sure we star all the failures, need to work on checkin-needed now, there is a hughe backlog
  616. # [08:02] <Tomcat> cool thanks
  617. # [08:02] <nigelb|sheriffduty> I'll first bring down all trees to manageable levels
  618. # [08:02] <nigelb|sheriffduty> and then start filing new ones.
  619. # [08:02] <nigelb|sheriffduty> This is going to be a fun day :)
  620. # [08:03] * Quits: ericjung (ericjung@moz-h2a.9hc.161.107.IP) (Ping timeout: 121 seconds)
  621. # [08:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3d0bf42bd24a - Hannes Verschore - Bug 1224883: Only lazy linking from jit code expects to have valid jit code afterwards, r=jandem
  622. # [08:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0c1255dcd00e - Hannes Verschore - Bug 1226445: SharedStubs - Keep track of the pushed frames correctly in GetPropCallNative, r=jandem
  623. # [08:05] * whimboo|afk is now known as whimboo
  624. # [08:06] * Joins: avaida (Instantbird@moz-662.esi.231.62.IP)
  625. # [08:07] * Quits: mastizada (Thunderbird@moz-mek.63k.2.46.IP) (Ping timeout: 121 seconds)
  626. # [08:08] * Joins: myk (myk@moz-pkvath.dynamic.fusionbroadband.com)
  627. # [08:11] * Joins: mancas (uid112837@moz-cr08jc.brockwell.irccloud.com)
  628. # [08:11] * Joins: florent (Thunderbird@moz-u4r6te.abo.wanadoo.fr)
  629. # [08:11] * Joins: mboldan (mihai.bolda@moz-662.esi.231.62.IP)
  630. # [08:11] * Quits: sankha (sankha@moz-cg8.2mf.119.111.IP) (Connection closed)
  631. # [08:12] * Joins: sankha (sankha@moz-cg8.2mf.119.111.IP)
  632. # [08:13] * Joins: bogdan_maris (Instantbird@moz-662.esi.231.62.IP)
  633. # [08:15] * Joins: ErikRose (erikrose@moz-vemooo.res.rr.com)
  634. # [08:16] * Quits: janv (varga@moz-h6r21h.dynamic.orange.sk) (Connection closed)
  635. # [08:16] * Joins: dzbarsky (Adium@moz-v18mcd.ca.comcast.net)
  636. # [08:18] * Joins: stransky (stransky@moz-6p10j7.net.upcbroadband.cz)
  637. # [08:21] * Quits: ErikRose (erikrose@moz-vemooo.res.rr.com) (Ping timeout: 121 seconds)
  638. # [08:24] * Joins: janv (varga@moz-h6r21h.dynamic.orange.sk)
  639. # [08:30] * Quits: stransky (stransky@moz-6p10j7.net.upcbroadband.cz) (Quit: Connection reset by beer)
  640. # [08:31] * Joins: zer0 (zer0@moz-t1mtug.upc-f.chello.nl)
  641. # [08:31] * Joins: drno (nohlmeier@moz-vp31sp.ca.comcast.net)
  642. # [08:32] * Joins: gcp (gcp@moz-be017m.j41b.csd9.1812.2a02.IP)
  643. # [08:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/ddfd75c78006 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  644. # [08:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/2f30b9e6c524 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  645. # [08:34] * Quits: vasilica_mihasca (Thunderbird@moz-662.esi.231.62.IP) (Client exited)
  646. # [08:38] * Quits: atsai (atsai@moz-2hf62a.HINET-IP.hinet.net) (Quit: This computer has gone to sleep)
  647. # [08:38] * Quits: myk (myk@moz-pkvath.dynamic.fusionbroadband.com) (Ping timeout: 121 seconds)
  648. # [08:39] * mattwoodrow|away is now known as mattwoodrow
  649. # [08:40] * Quits: jimb (user@moz-6gkikn.or.comcast.net) (Ping timeout: 121 seconds)
  650. # [08:42] <Tomcat> Sylvestre: ping
  651. # [08:43] <Tomcat> seth: ping
  652. # [08:44] * Quits: fracting (fracting@moz-7a1.2kg.26.116.IP) (Ping timeout: 121 seconds)
  653. # [08:46] * Quits: rkent (Thunderbird@moz-a4bmrv.wa.comcast.net) (Client exited)
  654. # [08:46] * Quits: florent (Thunderbird@moz-u4r6te.abo.wanadoo.fr) (Client exited)
  655. # [08:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/421e725a39d2 - Glenn Randers-Pehrson - Bug 75077 - Interpolate interlaced PNG images instead of libpng blocky display. r=seth
  656. # [08:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9257f9006397 - Glenn Randers-Pehrson - Bug 1224244 - Update in-tree libpng to version 1.6.19. r=seth
  657. # [08:47] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/861a0c06290d - Henrik Skupin - Bug 1227079 - Call to ProcessHandler also has to use shell argument. r=jlund
  658. # [08:48] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4f095301e416 - Andrew McCreight - Bug 1226709 - Enable two mochitests that seem to work with e10s. r=bz
  659. # [08:48] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/347bf2a3d48d - Gerald Squelart - Bug 1227052 - Use delete[] for sinf->IPMPData. r=jya
  660. # [08:49] * Joins: atsai (atsai@moz-2hf62a.HINET-IP.hinet.net)
  661. # [08:49] * Quits: tessarakt2 (jens@moz-ishkhr.dyn.telefonica.de) (Quit: Client exiting)
  662. # [08:56] * Joins: rego (rego@moz-j9c.pu4.27.77.IP)
  663. # [08:56] * Joins: nattokirai_ (nattokirai@moz-9rv9tl.dh-connect.net)
  664. # [08:56] * Quits: nattokirai_ (nattokirai@moz-9rv9tl.dh-connect.net) (Client exited)
  665. # [08:56] * Quits: dzbarsky (Adium@moz-v18mcd.ca.comcast.net) (Quit: Leaving.)
  666. # [08:57] * Joins: fracting (fracting@moz-etr.siu.9.119.IP)
  667. # [08:57] * Joins: dzbarsky (Adium@moz-v18mcd.ca.comcast.net)
  668. # [08:57] * achronop_ is now known as achronop
  669. # [08:57] * Quits: atsai (atsai@moz-2hf62a.HINET-IP.hinet.net) (Quit: This computer has gone to sleep)
  670. # [08:57] * Joins: atsai (atsai@moz-2hf62a.HINET-IP.hinet.net)
  671. # [08:57] * Quits: nattokirai (nattokirai@moz-9rv9tl.dh-connect.net) (Ping timeout: 121 seconds)
  672. # [08:59] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/c6d9dafc91a1 - Tom Tromey - Bug 1084430 - fix styling of <return> and <exception> in variable view; r=vporof
  673. # [08:59] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/e8da96844aed - Varun Joshi - Bug 1203345 - Add shadow to tab previews in tabs tray. r=sebastian
  674. # [09:00] <nigelb|sheriffduty> Tomcat: did you retry the Gij(24) on b-i?
  675. # [09:00] * Quits: sewardj (sewardj@moz-k2tg06.dip0.t-ipconnect.de) (Ping timeout: 121 seconds)
  676. # [09:00] * nigelb|sheriffduty is thinkng of hiding that chunk.
  677. # [09:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/0c0eb158331e - Mike Taylor - Bug 1217055 - Remove UA override for Youtube. r=margaret
  678. # [09:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/517cb8556db3 - Shih-Chiang Chien - Bug 1222907 - report media status to MediaCastingBar. r=mfinkle.
  679. # [09:01] <Tomcat> nigelb|sheriffduty: no, did c-n's
  680. # [09:01] <nigelb|sheriffduty> must be philor or KWierso|afk then.
  681. # [09:01] * Joins: dzbarsky1 (Adium@moz-v18mcd.ca.comcast.net)
  682. # [09:01] <Tomcat> yep
  683. # [09:01] * Quits: dzbarsky (Adium@moz-v18mcd.ca.comcast.net) (Connection closed)
  684. # [09:02] * Quits: atsai (atsai@moz-2hf62a.HINET-IP.hinet.net) (Quit: This computer has gone to sleep)
  685. # [09:02] * Quits: janv (varga@moz-h6r21h.dynamic.orange.sk) (Connection closed)
  686. # [09:04] * Joins: atsai (atsai@moz-2hf62a.HINET-IP.hinet.net)
  687. # [09:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/6a3a062f53cb - Varun Joshi - Bug 1224010 - Add UI Telemetry for setting a homepage. r=mfinkle
  688. # [09:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/01d196350d24 - Robert Helmer - Bug 1209341 - allow loading unsigned restartless add-ons at runtime. r=mossop
  689. # [09:05] <nigelb|sheriffduty> Tomcat: what's the best course of action here? File a bug, NI people, and then hide the test?
  690. # [09:05] <nigelb|sheriffduty> Or disable the test.
  691. # [09:06] <Tomcat> yeah
  692. # [09:06] <Tomcat> the first way
  693. # [09:06] <nigelb|sheriffduty> okay, on it.
  694. # [09:06] <Tomcat> file a unhide bug and n-i the people
  695. # [09:06] <nigelb|sheriffduty> Bug filed. Now to figure out whom to NI :)
  696. # [09:06] <Tomcat> :)
  697. # [09:06] <Tomcat> nigelb|sheriffduty: for the gij stuff maybe #fxos can help
  698. # [09:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/ec5135f71a22 - jignesh - Bug 1216704 - [webext] Fix incorrect parameter to getManifest in content scripts and test for the same. r=billm
  699. # [09:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/b9a99168d92d - Manuel Casas Barrado - Bug 1216791 - Change the tooltip of the Hello icon in the toolbar. r=mikedeboer
  700. # [09:07] <nigelb|sheriffduty> Tomcat: I'm asking around there in paralell
  701. # [09:07] <nigelb|sheriffduty> I figured we can hide and then immediately get someone to fix.
  702. # [09:07] * Joins: janv (varga@moz-h6r21h.dynamic.orange.sk)
  703. # [09:13] * Quits: fracting (fracting@moz-etr.siu.9.119.IP) (Ping timeout: 121 seconds)
  704. # [09:17] * Joins: ErikRose (erikrose@moz-vemooo.res.rr.com)
  705. # [09:18] * Quits: atsai (atsai@moz-2hf62a.HINET-IP.hinet.net) (Quit: This computer has gone to sleep)
  706. # [09:19] * Joins: bbondy (bbondy@moz-ahsdem.home.cgocable.net)
  707. # [09:20] * Quits: dzbarsky1 (Adium@moz-v18mcd.ca.comcast.net) (Quit: Leaving.)
  708. # [09:20] * aselagea|afk is now known as aselagea|buildduty
  709. # [09:20] * Joins: dragana (Instantbird@moz-mddkaj.static.inode.at)
  710. # [09:21] * Quits: ErikRose (erikrose@moz-vemooo.res.rr.com) (Ping timeout: 121 seconds)
  711. # [09:23] * Quits: bbondy (bbondy@moz-ahsdem.home.cgocable.net) (Ping timeout: 121 seconds)
  712. # [09:23] * Quits: drno (nohlmeier@moz-vp31sp.ca.comcast.net) (Client exited)
  713. # [09:23] * Quits: Shrooms (Shrooms@moz-7ursk6.ip.windstream.net) (Ping timeout: 121 seconds)
  714. # [09:23] * Joins: Gijs (chatzilla@moz-q1tdpu.cable.virginm.net)
  715. # [09:24] * Quits: sankha (sankha@moz-cg8.2mf.119.111.IP) (Connection closed)
  716. # [09:25] * Joins: branor (Thunderbird@moz-tv8.87l.28.195.IP)
  717. # [09:25] * Joins: sankha (sankha@moz-p75.u3k.143.114.IP)
  718. # [09:26] * Joins: roxlu (roxlu@moz-dqem8f.dynamic.ziggo.nl)
  719. # [09:26] <nigelb|sheriffduty> Tomcat: You may need an OS X clobber.
  720. # [09:26] * Joins: atsai (atsai@moz-2hf62a.HINET-IP.hinet.net)
  721. # [09:27] <nigelb|sheriffduty> If you're pushing another c-n onto m-i, can you clobber?
  722. # [09:27] * Quits: h4writer (h4writer@moz-29ljil.6k93.qujl.1812.2a02.IP) (Ping timeout: 121 seconds)
  723. # [09:27] <nigelb|sheriffduty> alternatively, I can clobber OS X
  724. # [09:28] * Joins: tzimmermann (tzimmermann@moz-ahrbap.pools.vodafone-ip.de)
  725. # [09:28] <Tomcat> nigelb|sheriffduty: can you clobber OSX
  726. # [09:29] <nigelb|sheriffduty> will do.
  727. # [09:29] <Tomcat> i guess we try to avoid touching the clobber file
  728. # [09:29] <nigelb|sheriffduty> I've only clobbered OS X 10.7
  729. # [09:29] <nigelb|sheriffduty> the one that's been failing.
  730. # [09:30] * Joins: gabor (gabor@moz-997qrp.dip0.t-ipconnect.de)
  731. # [09:30] * Quits: @njn (chatzilla@moz-j5l8nb.iinet.net.au) (Quit: ChatZilla 0.9.92 [Firefox 45.0a1/20151122135825])
  732. # [09:31] * ewong is now known as ewong|away
  733. # [09:32] <nigelb|sheriffduty> Tomcat: Just the issue with not touching CLOBBER file is you need to remember to clobber when you merge around :)
  734. # [09:32] * Quits: Boriss (Boriss@moz-dkeprl.PUBLIC.monkeybrains.net) (Client exited)
  735. # [09:34] * Joins: Ms2ger (Ms2ger@moz-s0uu8s.access.telenet.be)
  736. # [09:35] * Quits: sankha (sankha@moz-p75.u3k.143.114.IP) (Connection closed)
  737. # [09:35] <Tomcat> nigelb|sheriffduty: :)
  738. # [09:36] * Quits: BenWa (bgirard@moz-2as2d7.cable.teksavvy.com) (Client exited)
  739. # [09:40] * Joins: kdudka (kdudka@moz-1e6hri.broadband18.iol.cz)
  740. # [09:44] * ryanc is now known as ryanc_pto
  741. # [09:50] * Quits: capella (chatzilla@moz-pnhia5.rq6o.8gsn.6000.2604.IP) (Ping timeout: 121 seconds)
  742. # [09:50] * Joins: capella (chatzilla@moz-pnhia5.rq6o.8gsn.6000.2604.IP)
  743. # [09:51] * stephend|dentist is now known as stephend|offline
  744. # [09:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/c9cfbe159b26 - Mantaroh Yoshinaga - Bug 1200133 - Change mochitest using TV Simulator Service. r=seanlin
  745. # [09:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/7ceb9e1bed7c - Naoki Hirata - Bug 1221537 - Provide a flash.bat script for Windows to device image builds (especially aries). r=fabrice
  746. # [09:52] * Joins: mastizada (Thunderbird@moz-loe.96a.9.161.IP)
  747. # [09:55] * Quits: karlt (karl@moz-44uer0.xtra.co.nz) (Ping timeout: 121 seconds)
  748. # [09:55] * Joins: sankha (sankha@moz-cg8.2mf.119.111.IP)
  749. # [09:56] * Joins: roc (chatzilla@moz-fqb.ngs.98.121.IP)
  750. # [09:56] * killer sets mode: +o roc
  751. # [09:57] * Quits: gabor (gabor@moz-997qrp.dip0.t-ipconnect.de) (Quit: This computer has gone to sleep)
  752. # [09:57] * Joins: fracting (fracting@moz-r2p.ff6.136.117.IP)
  753. # [10:00] * Joins: adalucinet (Instantbird@moz-662.esi.231.62.IP)
  754. # [10:01] * Quits: atsai (atsai@moz-2hf62a.HINET-IP.hinet.net) (Quit: This computer has gone to sleep)
  755. # [10:02] * Joins: sewardj (sewardj@moz-7of4os.dip0.t-ipconnect.de)
  756. # [10:04] * Quits: fracting (fracting@moz-r2p.ff6.136.117.IP) (Ping timeout: 121 seconds)
  757. # [10:05] * Joins: h4writer (h4writer@moz-fne3tl.7nd1.m5re.1811.2a02.IP)
  758. # [10:07] * Joins: ferjm (textual@moz-v3p1m3.dynamicIP.rima-tde.net)
  759. # [10:10] * Joins: atsai (atsai@moz-2hf62a.HINET-IP.hinet.net)
  760. # [10:11] * Joins: fracting (fracting@moz-r2p.ff6.136.117.IP)
  761. # [10:12] * Joins: Aryx (Archaeopter@moz-l7oper.cust.telecolumbus.net)
  762. # [10:12] * Quits: sankha (sankha@moz-cg8.2mf.119.111.IP) (Connection closed)
  763. # [10:12] * Joins: sankha (sankha@moz-p75.u3k.143.114.IP)
  764. # [10:14] * Quits: mastizada (Thunderbird@moz-loe.96a.9.161.IP) (Ping timeout: 121 seconds)
  765. # [10:18] * Joins: bbondy (bbondy@moz-ahsdem.home.cgocable.net)
  766. # [10:19] * Joins: ErikRose (erikrose@moz-vemooo.res.rr.com)
  767. # [10:19] * Joins: chrisccoulson (chr1s@moz-oo6mn7.uno.uk.net)
  768. # [10:19] * Quits: fracting (fracting@moz-r2p.ff6.136.117.IP) (Ping timeout: 121 seconds)
  769. # [10:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/047a847b9024 - Andreas Wagner - Bug 1195256 - preferences: Align question mark to the header of the pane, r=gijs
  770. # [10:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/81342196fff4 - Gijs Kruitbosch - Bug 1226110 - use 'color: inherit' for the url and search bar in devedition theme, remove non-applying findbar rule, r=dao
  771. # [10:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/9d1be94ff95a - Gijs Kruitbosch - Bug 1227116 - fix cmd-click on SVG links as well, r=felipe
  772. # [10:22] * Quits: bbondy (bbondy@moz-ahsdem.home.cgocable.net) (Ping timeout: 121 seconds)
  773. # [10:23] * Quits: ErikRose (erikrose@moz-vemooo.res.rr.com) (Ping timeout: 121 seconds)
  774. # [10:25] * Joins: catalinb (catalin@moz-nnh.lvl.120.86.IP)
  775. # [10:25] * Joins: janv_ (varga@moz-h6r21h.dynamic.orange.sk)
  776. # [10:25] * Quits: janv (varga@moz-h6r21h.dynamic.orange.sk) (Connection closed)
  777. # [10:25] * Joins: squeakytoy (squeakytoy@moz-i4mle1.netset.se)
  778. # [10:26] * Joins: mastizada (Thunderbird@moz-evu.vcn.219.176.IP)
  779. # [10:26] * Joins: givanica (Thunderbird@moz-n61.k1v.26.188.IP)
  780. # [10:28] * Joins: lizzard (ehenry@moz-ruk7u5.ca.comcast.net)
  781. # [10:28] * Quits: sankha (sankha@moz-p75.u3k.143.114.IP) (Connection closed)
  782. # [10:29] * Quits: flo-retina (Instantbird@moz-frdf7e.ip-37-59-48.eu) (Ping timeout: 121 seconds)
  783. # [10:31] <Tomcat> Yoric: hi!
  784. # [10:31] <Tomcat> Yoric: autolander pointed me to https://treeherder.mozilla.org/#/jobs?repo=try&revision=df1c0fb1f81a
  785. # [10:32] * Joins: sankha (sankha@moz-cg8.2mf.119.111.IP)
  786. # [10:33] <Yoric> Tomcat: Oh, that's not good.
  787. # [10:33] <Yoric> Mmmh...
  788. # [10:33] <Yoric> That does look like messages I had with an older version.
  789. # [10:33] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
  790. # [10:33] <Tomcat> Yoric: yeah wondered if that is related to your patches (so sorry for the dealy :)
  791. # [10:33] * Quits: capella (chatzilla@moz-pnhia5.rq6o.8gsn.6000.2604.IP) (Ping timeout: 121 seconds)
  792. # [10:34] <Yoric> Tomcat: Oh, that's an old Try push.
  793. # [10:34] <Yoric> Tomcat: For an older version of the patch.
  794. # [10:34] * Joins: capella (chatzilla@moz-pnhia5.rq6o.8gsn.6000.2604.IP)
  795. # [10:35] <Tomcat> Yoric: ok so i can push your changes ?
  796. # [10:35] <Yoric> Tomcat: I think so, yes.
  797. # [10:35] <Tomcat> cool thanks
  798. # [10:35] * Yoric would cross a few fingers, but it's so cold in the office that I'm afraid I wouldn't be able to uncross them.
  799. # [10:35] <Yoric> Thank you.
  800. # [10:35] * Quits: roxlu (roxlu@moz-dqem8f.dynamic.ziggo.nl) (Connection closed)
  801. # [10:36] * Joins: roxlu (roxlu@moz-dqem8f.dynamic.ziggo.nl)
  802. # [10:36] * Quits: marcosc (marcosc@moz-29a.do1.52.113.IP) (A TLS packet with unexpected length was received.)
  803. # [10:36] * Quits: sankha (sankha@moz-cg8.2mf.119.111.IP) (Connection closed)
  804. # [10:36] * Joins: sankha (sankha@moz-cg8.2mf.119.111.IP)
  805. # [10:37] * Quits: gerv (Instantbird@moz-umedjl.cable.virginm.net) (Ping timeout: 121 seconds)
  806. # [10:37] * Quits: sankha (sankha@moz-cg8.2mf.119.111.IP) (Connection closed)
  807. # [10:39] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
  808. # [10:40] * Quits: mastizada (Thunderbird@moz-evu.vcn.219.176.IP) (Ping timeout: 121 seconds)
  809. # [10:40] <Tomcat> heh Yoric -6 C this morning also here :)
  810. # [10:41] <Yoric> Nice.
  811. # [10:41] * Joins: fracting (fracting@moz-40p.nrj.7.183.IP)
  812. # [10:41] <Yoric> ttaubert: Review ping.
  813. # [10:42] * Quits: janv_ (varga@moz-h6r21h.dynamic.orange.sk) (Connection closed)
  814. # [10:42] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/b5dca1e99e66 - Tim Huang - Bug 1225549 - Modify the data type of mThreshold of NetworkParams to long long from long. r=ettseng
  815. # [10:42] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/5106b290f12a - Gabriele Svelto - Bug 1207221 - Do not prevent the system app from vibrating when it is hidden. r=bz r=dhylands
  816. # [10:43] * Quits: roxlu (roxlu@moz-dqem8f.dynamic.ziggo.nl) (Connection closed)
  817. # [10:43] * Joins: roxlu (roxlu@moz-dqem8f.dynamic.ziggo.nl)
  818. # [10:46] <Ms2ger> hsivonen, yt?
  819. # [10:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/b58eb56c2a07 - sgiles - Bug 1224609 - Ensure the primary screen is always returned in RecvScreenForBrowser if all else fails. r=wmccloskey
  820. # [10:46] * Joins: janv (varga@moz-h6r21h.dynamic.orange.sk)
  821. # [10:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/97e94e27af52 - Julian Hector - Bug 1215303 - Part 1 - add permissive mode r=jld
  822. # [10:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d8b6ab130caa - Julian Hector - Bug 1215303 - Part 2 - automatically enable broker when in permissive mode r=jld
  823. # [10:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c23c1d8c548f - Johan Lorenzo - Bug 1226581 - Increase number of chunks for tc-Gip. r=garndt
  824. # [10:54] * Quits: sicking (sicking@moz-6jefvm.ca.comcast.net) (Client exited)
  825. # [10:55] * Quits: dragana (Instantbird@moz-mddkaj.static.inode.at) (Ping timeout: 121 seconds)
  826. # [10:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/4d9b6b7b8550 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  827. # [10:58] * Quits: lizzard (ehenry@moz-ruk7u5.ca.comcast.net) (Client exited)
  828. # [10:58] * Joins: darktrojan (geoff@moz-280j3n.ihug.co.nz)
  829. # [10:58] * Joins: gabor (gabor@moz-j2h.21q.19.178.IP)
  830. # [10:59] * Joins: dragana (Instantbird@moz-mddkaj.static.inode.at)
  831. # [11:00] * Joins: espadrine (tyl@moz-gpr.c1p.152.213.IP)
  832. # [11:00] * Quits: kdudka (kdudka@moz-1e6hri.broadband18.iol.cz) (Quit: Leaving)
  833. # [11:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/319fa7c3997c - Jon Coppeard - Bug 1225558 - Improve module error messages r=shu
  834. # [11:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/37ba7d6d75a9 - Jon Coppeard - Bug 1225561 - Don't allow a module to export non-existent local bindings r=shu
  835. # [11:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/fcd0ab49007d - Jon Coppeard - Bug 1225565 - Fix module import cycle detection r=shu
  836. # [11:01] * Joins: wilsonpage (wilsonpage@moz-i6u.sut.111.217.IP)
  837. # [11:02] * Joins: lizzard (ehenry@moz-ruk7u5.ca.comcast.net)
  838. # [11:02] * bc is now known as bc|afk
  839. # [11:03] * Quits: gabor (gabor@moz-j2h.21q.19.178.IP) (Ping timeout: 121 seconds)
  840. # [11:03] * Joins: gabor (gabor@moz-u51.21q.19.178.IP)
  841. # [11:04] * Quits: givanica (Thunderbird@moz-n61.k1v.26.188.IP) (Connection closed)
  842. # [11:05] * Quits: atsai (atsai@moz-2hf62a.HINET-IP.hinet.net) (Quit: This computer has gone to sleep)
  843. # [11:07] * aselagea|buildduty is now known as aselagea|afk
  844. # [11:08] * Joins: sankha (sankha@moz-p75.u3k.143.114.IP)
  845. # [11:09] * aselagea|afk is now known as aselagea|buildduty
  846. # [11:12] * Joins: bbondy (bbondy@moz-ahsdem.home.cgocable.net)
  847. # [11:16] * Quits: bbondy (bbondy@moz-ahsdem.home.cgocable.net) (Ping timeout: 121 seconds)
  848. # [11:18] * Quits: elin (elin@moz-bfl22a.dynamic.hinet.net) (Client exited)
  849. # [11:20] * Joins: dannas (dannas@moz-ouae8c.dependit.net)
  850. # [11:21] * Joins: elin (elin@moz-bfl22a.dynamic.hinet.net)
  851. # [11:23] * Quits: sankha (sankha@moz-p75.u3k.143.114.IP) (Connection closed)
  852. # [11:23] * Joins: sankha (sankha@moz-cg8.2mf.119.111.IP)
  853. # [11:28] * baku|away is now known as baku
  854. # [11:29] * emorley|away is now known as emorley
  855. # [11:29] * Quits: fracting (fracting@moz-40p.nrj.7.183.IP) (Ping timeout: 121 seconds)
  856. # [11:34] * Quits: elin (elin@moz-bfl22a.dynamic.hinet.net) (Client exited)
  857. # [11:34] * julienw_afk is now known as julienw
  858. # [11:34] * Joins: jacek (jacek@moz-hbt3j4.psi.wroc.pl)
  859. # [11:35] * Quits: dragana (Instantbird@moz-mddkaj.static.inode.at) (Ping timeout: 121 seconds)
  860. # [11:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/9579f760df01 - B2G Bumper Bot - Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
  861. # [11:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/1b0a57fd71a3 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  862. # [11:36] * Joins: marcosc (marcosc@moz-29a.do1.52.113.IP)
  863. # [11:38] * AutomatedTester|AFK is now known as AutomatedTester
  864. # [11:38] * mattwoodrow is now known as mattwoodrow|away
  865. # [11:39] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c216ff19d690 - Nicholas Nethercote - Bug 1059014 (part 3) - Remove support for pausing and resuming painting. r=dbaron.
  866. # [11:40] * Quits: vicamo (vicamo@moz-8o1.p7n.41.175.IP) (Client exited)
  867. # [11:40] * Joins: till (till@moz-o9v4ca.dyn.telefonica.de)
  868. # [11:40] * Quits: roxlu (roxlu@moz-dqem8f.dynamic.ziggo.nl) (Connection closed)
  869. # [11:41] * Quits: marcosc (marcosc@moz-29a.do1.52.113.IP) (Ping timeout: 121 seconds)
  870. # [11:41] * Joins: roxlu (roxlu@moz-dqem8f.dynamic.ziggo.nl)
  871. # [11:41] * Joins: dragana (Instantbird@moz-mddkaj.static.inode.at)
  872. # [11:42] * Quits: catalinb (catalin@moz-nnh.lvl.120.86.IP) (Ping timeout: 121 seconds)
  873. # [11:42] * Joins: fracting (fracting@moz-etr.siu.9.119.IP)
  874. # [11:43] * Joins: gsvelto (gsvelto@moz-3mvb2i.clienti.tiscali.it)
  875. # [11:49] * Joins: flo-retina (Instantbird@moz-frdf7e.ip-37-59-48.eu)
  876. # [11:50] * Quits: roxlu (roxlu@moz-dqem8f.dynamic.ziggo.nl) (Connection closed)
  877. # [11:53] * Joins: roxlu (roxlu@moz-dqem8f.dynamic.ziggo.nl)
  878. # [11:57] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=c6893ed724af - 15 changesets
  879. # [11:59] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=45273bbed8ef - 33 changesets
  880. # [12:01] * benfrancis|away is now known as benfrancis
  881. # [12:02] * Quits: Gijs (chatzilla@moz-q1tdpu.cable.virginm.net) (Quit: off to london)
  882. # [12:04] * Quits: darktrojan (geoff@moz-280j3n.ihug.co.nz) (Client exited)
  883. # [12:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/5868072bfcb5 - Michael Ratcliffe - Bug 1222232 - Help `mach eslint` find espree and escope r=pbrosset
  884. # [12:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/8739d8da1b0d - Michael Ratcliffe - Bug 1217922 - eslint head.js plugin does not seem to work r=pbrosset
  885. # [12:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/017a371f1c85 - Michael Ratcliffe - Bug 1225289 - Create appropriate .eslintrc for eslint-plugin-mozilla folder r=pbrosset
  886. # [12:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/2c7500d7c6de - Michael Ratcliffe - Bug 1225289 - Make eslint plugin code conform to .eslintrc r=pbrosset
  887. # [12:06] * Quits: dragana (Instantbird@moz-mddkaj.static.inode.at) (Ping timeout: 121 seconds)
  888. # [12:06] <AutomatedTester> who knows where cssom-view bugs in firefox should go?
  889. # [12:06] <AutomatedTester> actually think I found it. core::DOM
  890. # [12:07] * Joins: mastizada (Thunderbird@moz-2cl.rlv.9.161.IP)
  891. # [12:07] * Joins: bbondy (bbondy@moz-ahsdem.home.cgocable.net)
  892. # [12:09] * Joins: dragana (Instantbird@moz-mddkaj.static.inode.at)
  893. # [12:11] * Quits: bbondy (bbondy@moz-ahsdem.home.cgocable.net) (Ping timeout: 121 seconds)
  894. # [12:14] * Quits: gsvelto (gsvelto@moz-3mvb2i.clienti.tiscali.it) (Ping timeout: 121 seconds)
  895. # [12:14] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/6d3362deccaa - aleth - Bug 1221356 - Don't package mozharness for Thunderbird builds. r=gps, a=ritu
  896. # [12:14] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/a9889f824f98 - Kartikaya Gupta - Bug 1214267 - Send the side to which fixed-pos items are attached so that we can move them in the compositor more correctly when the viewport size is changing. r=mattwoodrow, a=ritu
  897. # [12:15] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/044c36c2db7f - Kartikaya Gupta - Bug 1214267 - Followup to fix missing propagation of 'fixedPositionSides' to the compositor, and add it to the layers dump. r=mattwoodrow, a=ritu
  898. # [12:15] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/ccd22a68675b - Kit Cambridge - Bug 1224738 - Fix alternate action index getter name on OS X. r=MattN, a=ritu
  899. # [12:15] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/0c2d18f223f6 - Kyle Huey - Bug 1222127 - Use the inner window to compute style. r=baku, a=ritu
  900. # [12:15] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/527f7615ef42 - Gijs Kruitbosch - Bug 1222786 - make tab groups removal warning in tab groups UI more prominent, r=jaws, a=ritu
  901. # [12:15] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/ffdc3e33fc9e - Ben Kelly - Bug 1186856 - ServiceWorker .register() should always stop current registration from uninstalling. r=jdm, a=ritu
  902. # [12:15] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/8a55efc59eae - Jean-Yves Avenard - Bug 1222866 - P1. Round second to closest microseconds. r=gerald, a=lizzard
  903. # [12:15] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/124aaf8a8940 - Jean-Yves Avenard - Bug 1222866 - P3. Fix mochitest. r=me, a=lizzard
  904. # [12:16] * Quits: kmoir-afk (chatzilla@moz-b1t.1qp.233.23.IP) (Ping timeout: 121 seconds)
  905. # [12:18] <Ms2ger> AutomatedTester, Core::DOM: CSS something or other
  906. # [12:18] <AutomatedTester> Ms2ger: yup, found it
  907. # [12:18] * Quits: h4writer (h4writer@moz-fne3tl.7nd1.m5re.1811.2a02.IP) (Ping timeout: 121 seconds)
  908. # [12:19] <AutomatedTester> Ms2ger: is #testing on w3c logged somewhere?
  909. # [12:19] <Ms2ger> http://krijnhoetmer.nl/irc-logs/testing
  910. # [12:20] * Joins: ErikRose (erikrose@moz-vemooo.res.rr.com)
  911. # [12:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?changeset=cf8cf1a039dd - 12 changesets
  912. # [12:22] * Quits: Coldblackice (anonz@moz-0ijqp3.oc.cox.net) (Ping timeout: 121 seconds)
  913. # [12:23] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/4d2073dcbd5a - Jean-Yves Avenard - Bug 1222866 - P1. Round second to closest microseconds. r=gerald, a=lizzard
  914. # [12:23] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/044c31c25c3c - Jean-Yves Avenard - Bug 1222866 - P3. Fix mochitest. r=me, a=lizzard
  915. # [12:24] * dminor|afk is now known as dminor
  916. # [12:24] * Quits: ErikRose (erikrose@moz-vemooo.res.rr.com) (Ping timeout: 121 seconds)
  917. # [12:26] * AutomatedTester is now known as AutomatedTester|AFK
  918. # [12:29] <hsivonen> Ms2ger: pong
  919. # [12:29] * Joins: gerv (Instantbird@moz-cj4.s91.103.178.IP)
  920. # [12:29] * Quits: mastizada (Thunderbird@moz-2cl.rlv.9.161.IP) (Ping timeout: 121 seconds)
  921. # [12:29] <Ms2ger> hsivonen, was going to ask about your rust question, but it looks like huon already answered
  922. # [12:30] * Joins: Standard8 (Standard8@moz-1hu.vrc.166.195.IP)
  923. # [12:32] * Joins: h4writer (h4writer@moz-fne3tl.7nd1.m5re.1811.2a02.IP)
  924. # [12:33] * Quits: lizzard (ehenry@moz-ruk7u5.ca.comcast.net) (Client exited)
  925. # [12:37] * AutomatedTester|AFK is now known as AutomatedTester
  926. # [12:41] * Quits: flo-retina (Instantbird@moz-frdf7e.ip-37-59-48.eu) (Ping timeout: 121 seconds)
  927. # [12:42] * Joins: secretrobotron (secretrobot@moz-d1bl4m.cpe.pppoe.ca)
  928. # [12:42] * Joins: flo-retina (Instantbird@moz-8kf5fi.isp.overthebox.ovh)
  929. # [12:42] * Joins: elin (elin@moz-ck1dib.dynamic-ip.hinet.net)
  930. # [12:42] * Quits: flo-retina (Instantbird@moz-8kf5fi.isp.overthebox.ovh) (A TLS packet with unexpected length was received.)
  931. # [12:43] * Joins: flo-retina (Instantbird@moz-8kf5fi.isp.overthebox.ovh)
  932. # [12:43] * Quits: gerv (Instantbird@moz-cj4.s91.103.178.IP) (Ping timeout: 121 seconds)
  933. # [12:47] * AutomatedTester is now known as AutomatedTester|AFK
  934. # [12:50] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/af47051962f8 - Kris Maglione - Bug 1226423 - Don't inject WebExtension APIs into documents without WebExtension principals. r=billm, a=al
  935. # [12:50] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/08c70292a9a8 - Kris Maglione - Bug 1226423: [webext] Add tests for API injection into background pages. r=billm
  936. # [12:50] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/e3b938c0cde2 - Kris Maglione - Bug 1226423: [wbext] Add tests for panel popup API injection. r=billm, a=al
  937. # [12:51] * nigelb|sheriffduty is now known as nigelb
  938. # [12:52] * Tomcat is now known as Tomcat|Sheriffduty
  939. # [12:52] * Quits: secretrobotron (secretrobot@moz-d1bl4m.cpe.pppoe.ca) (A TLS packet with unexpected length was received.)
  940. # [12:54] <till> gfritzsche: ping
  941. # [12:54] <till> gfritzsche: hey, do you know if removing a telemetry probe needs telemetry peer review?
  942. # [12:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/5a6b4eae6d8e - Nigel Babu - Backed out changeset c9cfbe159b26 (bug 1200133) for failing it's own tests
  943. # [12:56] * Tomcat|Sheriffduty is now known as Tomcat|lunch
  944. # [12:58] * Joins: clokep (Instantbird@moz-r19lfq.cable.rcn.com)
  945. # [12:59] * Joins: marco (marco@moz-66q9fa.3orf.1887.0450.2001.IP)
  946. # [13:02] * Joins: bbondy (bbondy@moz-ahsdem.home.cgocable.net)
  947. # [13:02] * Joins: catalinb (catalin@moz-nnh.lvl.120.86.IP)
  948. # [13:02] * Joins: KaiRo (robert@moz-np8s8c.highway.telekom.at)
  949. # [13:05] * aselagea|buildduty is now known as aselagea|lunch
  950. # [13:05] * Quits: @roc (chatzilla@moz-fqb.ngs.98.121.IP) (A TLS packet with unexpected length was received.)
  951. # [13:06] * Quits: bbondy (bbondy@moz-ahsdem.home.cgocable.net) (Ping timeout: 121 seconds)
  952. # [13:06] <gfritzsche> till: removing is fine
  953. # [13:06] <gfritzsche> till: unless you expect some important clients to use it, then we should talk about impact
  954. # [13:06] <till> gfritzsche: thanks, I just came to the conclusion that it probably would be, but that a clarification on the wiki page would be useful
  955. # [13:07] <gfritzsche> if its pretty specific to your team then it doesnt matter really :)
  956. # [13:07] <gfritzsche> fair point
  957. # [13:07] <till> gfritzsche: nah, this probe was used to prove that fixing some non-standard behavior would be web-compatible, and it's removed in the patch that does said fixing :)
  958. # [13:08] * Quits: terrence (terrence@moz-4opk9i.sd.cox.net) (Connection closed)
  959. # [13:08] <gfritzsche> ah, sure
  960. # [13:09] * Joins: givanica (Thunderbird@moz-716.4cl.85.141.IP)
  961. # [13:10] <till> gfritzsche: I asked bsmedberg for review mostly to have a good place to ask for a change of the wiki :)
  962. # [13:11] * Quits: clokep (Instantbird@moz-r19lfq.cable.rcn.com) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  963. # [13:12] * Joins: clokep (Instantbird@moz-r19lfq.cable.rcn.com)
  964. # [13:14] * Quits: m_gol (m_gol@moz-6k4scn.dynamic.chello.pl) (Quit: Leaving...)
  965. # [13:14] * whimboo is now known as whimboo|afk
  966. # [13:14] * Quits: rniwa (rniwa@moz-7b5uu3.ca.comcast.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
  967. # [13:15] * Quits: givanica (Thunderbird@moz-716.4cl.85.141.IP) (Ping timeout: 121 seconds)
  968. # [13:18] * Joins: clokep_ (Instantbird@moz-r19lfq.cable.rcn.com)
  969. # [13:18] * wilsonpage is now known as wilsonpage-away
  970. # [13:20] * Quits: clokep (Instantbird@moz-r19lfq.cable.rcn.com) (Ping timeout: 121 seconds)
  971. # [13:20] * clokep_ is now known as clokep
  972. # [13:23] * Joins: givanica (Thunderbird@moz-716.4cl.85.141.IP)
  973. # [13:23] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/337f0ed43821 - Carsten "Tomcat" Book - fix bad merge a=bustage-fix
  974. # [13:24] * Joins: Shrooms (Shrooms@moz-7ursk6.ip.windstream.net)
  975. # [13:25] * Joins: terrence (terrence@moz-4opk9i.sd.cox.net)
  976. # [13:26] * Quits: hardtolearn (Thunderbird@moz-u99.t4o.140.113.IP) (Ping timeout: 121 seconds)
  977. # [13:27] <ferjm> has anyone seen this error before while trying to do an hg qref https://pastebin.mozilla.org/8852947 ?
  978. # [13:27] * Joins: jduell (jduell@moz-rpmp7n.tukw.qwest.net)
  979. # [13:27] * dminor is now known as dminor|bbiab
  980. # [13:29] * Quits: jduell (jduell@moz-rpmp7n.tukw.qwest.net) (Client exited)
  981. # [13:30] <Ms2ger> ferjm, perhaps ask gps
  982. # [13:32] * Quits: gabor (gabor@moz-u51.21q.19.178.IP) (Quit: This computer has gone to sleep)
  983. # [13:34] * Joins: gabor (gabor@moz-u51.21q.19.178.IP)
  984. # [13:35] * Quits: dgmurdockiii (dgmurdockii@moz-k0424l.in.comcast.net) (Connection closed)
  985. # [13:37] * Joins: jincreator (Thunderbird@moz-588.igi.7.59.IP)
  986. # [13:41] * Joins: Pike (chatzilla@moz-ae04ff.dyn.telefonica.de)
  987. # [13:41] * Joins: secretrobotron (secretrobot@moz-d1bl4m.cpe.pppoe.ca)
  988. # [13:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1e426f4d6f36 - Valentin Gosu - Bug 1222352 - Resource Timing - nextHopProtocol does not work in e10s r=nwgh
  989. # [13:46] * Joins: roguishmountain (Thunderbird@moz-ppt.38r.21.129.IP)
  990. # [13:46] * Joins: aleth (instantb@moz-4an37e.ictp.it)
  991. # [13:47] * Quits: m_kato (m_kato@moz-9rv9tl.dh-connect.net) (Quit: Leaving...)
  992. # [13:47] * Joins: Anupkumar (uid16774@moz-gsqbub.tooting.irccloud.com)
  993. # [13:49] * Joins: smaug (chatzilla@moz-6kbmhh.rev.dnainternet.fi)
  994. # [13:49] * killer sets mode: +o smaug
  995. # [13:49] * Quits: till (till@moz-o9v4ca.dyn.telefonica.de) (A TLS packet with unexpected length was received.)
  996. # [13:50] * wilsonpage-away is now known as wilsonpage
  997. # [13:54] * Quits: roguishmountain (Thunderbird@moz-ppt.38r.21.129.IP) (Ping timeout: 121 seconds)
  998. # [13:54] * Joins: gustavold (gustavold@moz-feu.6v8.255.191.IP)
  999. # [13:55] * mdoglio|afk is now known as mdoglio
  1000. # [13:55] * Quits: elin (elin@moz-ck1dib.dynamic-ip.hinet.net) (Client exited)
  1001. # [13:56] * Joins: bbondy (bbondy@moz-ahsdem.home.cgocable.net)
  1002. # [13:57] * whimboo|afk is now known as whimboo
  1003. # [13:59] * Tomcat|lunch is now known as Tomcat|Sheriffduty
  1004. # [13:59] * Joins: kershaw (kershaw@moz-sdf1ss.dynamic.hinet.net)
  1005. # [14:00] * Joins: mastizada (Thunderbird@moz-mek.63k.2.46.IP)
  1006. # [14:00] * Quits: bbondy (bbondy@moz-ahsdem.home.cgocable.net) (Ping timeout: 121 seconds)
  1007. # [14:02] * Quits: dragana (Instantbird@moz-mddkaj.static.inode.at) (Ping timeout: 121 seconds)
  1008. # [14:02] * Quits: kershaw (kershaw@moz-sdf1ss.dynamic.hinet.net) (Client exited)
  1009. # [14:04] * Joins: jib (jib@moz-j7m6lt.dyn.optonline.net)
  1010. # [14:04] * Joins: dragana (Instantbird@moz-mddkaj.static.inode.at)
  1011. # [14:07] * aselagea|lunch is now known as aselagea|buildduty
  1012. # [14:08] * Joins: ErikRose (erikrose@moz-vemooo.res.rr.com)
  1013. # [14:09] * Joins: kershaw (kershaw@moz-sdf1ss.dynamic.hinet.net)
  1014. # [14:09] * Quits: kershaw (kershaw@moz-sdf1ss.dynamic.hinet.net) (Client exited)
  1015. # [14:11] * Quits: ErikRose (erikrose@moz-vemooo.res.rr.com) (Connection closed)
  1016. # [14:11] * Joins: ErikRose (erikrose@moz-vemooo.res.rr.com)
  1017. # [14:14] * Quits: givanica (Thunderbird@moz-716.4cl.85.141.IP) (Client exited)
  1018. # [14:14] * Joins: givanica (Thunderbird@moz-716.4cl.85.141.IP)
  1019. # [14:15] * dminor|bbiab is now known as dminor
  1020. # [14:15] * Quits: ErikRose (erikrose@moz-vemooo.res.rr.com) (A TLS packet with unexpected length was received.)
  1021. # [14:15] * benfrancis is now known as benfrancis|away
  1022. # [14:16] * Joins: roguishmountain (Thunderbird@moz-ohie80.wireless.rit.edu)
  1023. # [14:16] * Quits: jib (jib@moz-j7m6lt.dyn.optonline.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
  1024. # [14:17] * Quits: sankha (sankha@moz-cg8.2mf.119.111.IP) (Connection closed)
  1025. # [14:18] * Quits: givanica (Thunderbird@moz-716.4cl.85.141.IP) (Ping timeout: 121 seconds)
  1026. # [14:21] * Joins: m_gol (m_gol@moz-6k4scn.dynamic.chello.pl)
  1027. # [14:21] * Quits: aleth (instantb@moz-4an37e.ictp.it) (Quit: :tiuQ)
  1028. # [14:21] * Joins: aleth (instantb@moz-4an37e.ictp.it)
  1029. # [14:23] * Joins: gerv (Instantbird@moz-umedjl.cable.virginm.net)
  1030. # [14:24] * Quits: clokep (Instantbird@moz-r19lfq.cable.rcn.com) (Ping timeout: 121 seconds)
  1031. # [14:25] * Joins: astley (astley@moz-smn5cq.dynamic.kbtelecom.net)
  1032. # [14:25] * sheppy-offline is now known as sheppy
  1033. # [14:25] * Quits: m_gol (m_gol@moz-6k4scn.dynamic.chello.pl) (Ping timeout: 121 seconds)
  1034. # [14:26] * Joins: sankha (sankha@moz-p75.u3k.143.114.IP)
  1035. # [14:28] * Joins: glob (glob@moz-a0fskj.glob.com.au)
  1036. # [14:37] * Quits: secretrobotron (secretrobot@moz-d1bl4m.cpe.pppoe.ca) (A TLS packet with unexpected length was received.)
  1037. # [14:38] * Quits: adalucinet (Instantbird@moz-662.esi.231.62.IP) (Quit: buh bye!)
  1038. # [14:40] * Joins: marcosc (marcosc@moz-29a.do1.52.113.IP)
  1039. # [14:44] * Joins: adalucinet (Mibbit@moz-662.esi.231.62.IP)
  1040. # [14:44] * Quits: nonsensickle (nonsensickl@moz-4v0.gkd.16.182.IP) (Ping timeout: 121 seconds)
  1041. # [14:45] * Quits: marcosc (marcosc@moz-29a.do1.52.113.IP) (Ping timeout: 121 seconds)
  1042. # [14:46] * Joins: gsvelto (gsvelto@moz-3mvb2i.clienti.tiscali.it)
  1043. # [14:49] * Joins: givanica (Thunderbird@moz-40e.4cl.85.141.IP)
  1044. # [14:49] * Quits: shine (uid50849@moz-5q9ti4.highgate.irccloud.com) (Quit: Connection closed for inactivity)
  1045. # [14:50] * Joins: nonsensickle (nonsensickl@moz-4v0.gkd.16.182.IP)
  1046. # [14:50] * Quits: gsvelto (gsvelto@moz-3mvb2i.clienti.tiscali.it) (A TLS packet with unexpected length was received.)
  1047. # [14:50] * Joins: till (till@moz-o9v4ca.dyn.telefonica.de)
  1048. # [14:50] * Joins: Enn (enn@moz-7133vd.3t38.sij7.f0c8.2607.IP)
  1049. # [14:52] <nigelb> Anyone else have firefox hanging with select boxes?
  1050. # [14:52] <nigelb> Or am I a special snowflake?
  1051. # [14:52] * Quits: flo-retina (Instantbird@moz-8kf5fi.isp.overthebox.ovh) (A TLS packet with unexpected length was received.)
  1052. # [14:52] * benfrancis|away is now known as benfrancis
  1053. # [14:53] <nigelb> I've had to kill aurora and nightly a few times this week thanks to this.
  1054. # [14:53] * dminor is now known as dminor|bbiab
  1055. # [14:54] * Joins: yzen (yzen@moz-rjb4dr.cable.teksavvy.com)
  1056. # [14:54] * Joins: flo-retina (Instantbird@moz-8kf5fi.isp.overthebox.ovh)
  1057. # [14:55] * Quits: till (till@moz-o9v4ca.dyn.telefonica.de) (Ping timeout: 121 seconds)
  1058. # [14:55] * Joins: jhorak (jhorak@moz-vs8vb1.redhat.com)
  1059. # [14:57] * Joins: bbondy (bbondy@moz-ahsdem.home.cgocable.net)
  1060. # [14:57] * Quits: branor (Thunderbird@moz-tv8.87l.28.195.IP) (Ping timeout: 121 seconds)
  1061. # [14:57] * Quits: bbondy (bbondy@moz-ahsdem.home.cgocable.net) (Connection closed)
  1062. # [14:57] * Joins: bbondy (bbondy@moz-ahsdem.home.cgocable.net)
  1063. # [14:57] * Joins: ahal (ahal@moz-b8e0a0.cpe.pppoe.ca)
  1064. # [14:59] * Joins: Shrooms` (Shrooms@moz-j92fqa.ip.windstream.net)
  1065. # [14:59] * Quits: Shrooms (Shrooms@moz-7ursk6.ip.windstream.net) (Ping timeout: 121 seconds)
  1066. # [14:59] * Quits: astley (astley@moz-smn5cq.dynamic.kbtelecom.net) (Client exited)
  1067. # [14:59] * Quits: @smaug (chatzilla@moz-6kbmhh.rev.dnainternet.fi) (Ping timeout: 121 seconds)
  1068. # [15:00] * Joins: vingtetun_ (vnicolas@moz-81n2ta.2500.1rfi.0450.2001.IP)
  1069. # [15:00] * Quits: Shrooms` (Shrooms@moz-j92fqa.ip.windstream.net) (Connection closed)
  1070. # [15:00] * Joins: Shrooms (Shrooms@moz-j92fqa.ip.windstream.net)
  1071. # [15:01] * catlee-away is now known as catlee
  1072. # [15:01] * Joins: adusca|afk (uid71833@moz-2mjhct.tooting.irccloud.com)
  1073. # [15:01] * adusca|afk is now known as adusca
  1074. # [15:03] * Joins: surkov (surkov@moz-an5vm5.cable.teksavvy.com)
  1075. # [15:03] <glob> nigelb, aurora reporting in: from here you appear to be a special snowflake
  1076. # [15:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/e55ddcc37c63 - Gregory Arndt - Bug 1226413 - Allow task images to be built upon push r=wcosta
  1077. # [15:03] <nigelb> glob: Seems to be a linux-specific bug (bug 1215170)
  1078. # [15:06] * bz_away is now known as bz
  1079. # [15:06] * Joins: tromey (tromey@moz-ukt3s3.hlrn.qwest.net)
  1080. # [15:07] * Joins: shine (uid50849@moz-5q9ti4.highgate.irccloud.com)
  1081. # [15:08] <glob> nigelb, perhaps that bug belongs in core :: widget:gtk ? (totally not sure, but it would be more visible than firefox :: untraiged)
  1082. # [15:08] * Joins: bsmedberg (bsmedberg@moz-smm6jf.pa.atlanticbb.net)
  1083. # [15:08] * killer sets mode: +o bsmedberg
  1084. # [15:08] <nigelb> Oh good point.
  1085. # [15:08] <@bsmedberg> rbarnes: ping if you're around
  1086. # [15:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/487f8bd6639b - Eugen Sawin - Bug 1219178 - [1.1] Prevent ScanUntil from overshooting the target time frame. r=jya
  1087. # [15:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1b2ec61e15cc - Eugen Sawin - Bug 1219178 - [2.1] Add frame consistency verification to reduce chance for false positive detection. r=jya
  1088. # [15:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3c875b707350 - Eugen Sawin - Bug 1219178 - [3.1] Clamp seeking offsets to estimated frame boundaries. r=jya
  1089. # [15:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a7416320e6ed - Eugen Sawin - Bug 1219178 - [4.1] Accept only layer III frames. r=jya
  1090. # [15:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/af7d739c7efc - Eugen Sawin - Bug 1219178 - [5.1] Return invalid resource length when mock resource is uninitialized instead of crashing. r=jya
  1091. # [15:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b167a7dd195e - Eugen Sawin - Bug 1219178 - [6.1] Add small test file case. r=jya
  1092. # [15:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/fa5d032e2bbe - Eugen Sawin - Bug 1219178 - [7.1] Add out-of-bounds seeking test. r=jya
  1093. # [15:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/662635b6ed18 - Eugen Sawin - Bug 1219178 - [8.1] Constrain seek position getter to max duration. r=jya
  1094. # [15:11] * KaiRo is now known as KaiRo_away
  1095. # [15:11] * Joins: armenzg (armenzg@moz-jt36qr.cable.teksavvy.com)
  1096. # [15:12] * Joins: jib (jib@moz-j7m6lt.dyn.optonline.net)
  1097. # [15:13] * Quits: NeilAway (neil@moz-ohri1d.in-addr.btopenworld.com) (Ping timeout: 121 seconds)
  1098. # [15:13] * bc|afk is now known as bc
  1099. # [15:14] * Joins: NeilAway (neil@moz-ohri1d.in-addr.btopenworld.com)
  1100. # [15:14] * Joins: secretrobotron (secretrobot@66.207.193.21)
  1101. # [15:14] * dminor|bbiab is now known as dminor
  1102. # [15:15] * Quits: jib (jib@moz-j7m6lt.dyn.optonline.net) (Connection closed)
  1103. # [15:16] * Quits: jhorak (jhorak@moz-vs8vb1.redhat.com) (Quit: Leaving)
  1104. # [15:16] * Joins: jib (jib@moz-j7m6lt.dyn.optonline.net)
  1105. # [15:16] * Joins: stransky (stransky@moz-16g.ma8.175.213.IP)
  1106. # [15:16] * yzen is now known as yzen_
  1107. # [15:16] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/5178071eea2a - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1108. # [15:16] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/39825d62cdd8 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1109. # [15:20] * Quits: yzen_ (yzen@moz-rjb4dr.cable.teksavvy.com) (Ping timeout: 121 seconds)
  1110. # [15:21] * julienw is now known as julienw_afk
  1111. # [15:21] <@bsmedberg> #bmo
  1112. # [15:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/cbb7d4c40875 - Kartikaya Gupta - Bug 1226864 - Don't wait for an APZ flush on load-only or script type reftests, since they don't get snapshotted. r=dbaron
  1113. # [15:23] * Quits: micahg (micahg@moz-sq8kti.cable.rcn.com) (Ping timeout: 121 seconds)
  1114. # [15:23] * Joins: givanica1 (Thunderbird@moz-n61.k1v.26.188.IP)
  1115. # [15:24] * lmandel_afk is now known as lmandel
  1116. # [15:25] * Joins: till (till@moz-o9v4ca.dyn.telefonica.de)
  1117. # [15:25] * julienw_afk is now known as julienw
  1118. # [15:25] * Quits: givanica1 (Thunderbird@moz-n61.k1v.26.188.IP) (Client exited)
  1119. # [15:26] * AutomatedTester|AFK is now known as AutomatedTester
  1120. # [15:27] * Quits: givanica (Thunderbird@moz-40e.4cl.85.141.IP) (Client exited)
  1121. # [15:28] * maja_zf|afk is now known as maja_zf
  1122. # [15:30] * Joins: ehugg (ehugg@moz-bjc.sr5.107.128.IP)
  1123. # [15:32] * Joins: jimm (jmathies@moz-sng2os.dhcp.embarqhsd.net)
  1124. # [15:33] * Quits: roguishmountain (Thunderbird@moz-ohie80.wireless.rit.edu) (Ping timeout: 121 seconds)
  1125. # [15:33] * Quits: flo-retina (Instantbird@moz-8kf5fi.isp.overthebox.ovh) (Ping timeout: 121 seconds)
  1126. # [15:34] * Joins: flo-retina (Instantbird@moz-8kf5fi.isp.overthebox.ovh)
  1127. # [15:34] * Joins: RyanVM (Thunderbird@moz-gb8lmh.fios.verizon.net)
  1128. # [15:34] * Joins: yzen (yzen@66.207.193.21)
  1129. # [15:34] * Joins: roguishmountain (Thunderbird@moz-ohie80.wireless.rit.edu)
  1130. # [15:34] * Joins: garethc (Adium@moz-ohc8m1.3t38.sij7.f0c8.2607.IP)
  1131. # [15:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/ed0eee7da95b - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1132. # [15:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/8881564f7266 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1133. # [15:36] * Joins: micahg (micahg@moz-sq8kti.cable.rcn.com)
  1134. # [15:37] * Quits: jib (jib@moz-j7m6lt.dyn.optonline.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
  1135. # [15:38] * Joins: jib (jib@moz-j7m6lt.dyn.optonline.net)
  1136. # [15:39] * Joins: ErikRose (erikrose@moz-vemooo.res.rr.com)
  1137. # [15:39] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7503e23ebb92 - Ehsan Akhgari - Bug 1227148 - Add SameObject and NewObject annotations to some ServiceWorkerContainer members; r=bzbarsky
  1138. # [15:42] * Joins: jdm (jdm@moz-3eu2pc.cpe.teksavvy.com)
  1139. # [15:42] * Joins: lizzard (ehenry@moz-ruk7u5.ca.comcast.net)
  1140. # [15:42] * Quits: ehugg (ehugg@moz-bjc.sr5.107.128.IP) (Client exited)
  1141. # [15:46] * Quits: aleth (instantb@moz-4an37e.ictp.it) (Quit: :tiuQ)
  1142. # [15:46] * Joins: aleth (instantb@moz-4an37e.ictp.it)
  1143. # [15:47] * Joins: AaronMT (AaronMT@moz-jm97fj.cable.rogers.com)
  1144. # [15:48] * kats|away is now known as kats
  1145. # [15:48] * Quits: jib (jib@moz-j7m6lt.dyn.optonline.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
  1146. # [15:49] * Joins: milan (milan@moz-crs4p2.3t38.sij7.f0c8.2607.IP)
  1147. # [15:49] * Quits: sankha (sankha@moz-p75.u3k.143.114.IP) (Connection closed)
  1148. # [15:49] * Joins: sankha (sankha@moz-p75.u3k.143.114.IP)
  1149. # [15:50] * maja_zf is now known as maja_zf|brb
  1150. # [15:51] * Joins: jib (jib@moz-j7m6lt.dyn.optonline.net)
  1151. # [15:51] * Quits: sankha (sankha@moz-p75.u3k.143.114.IP) (Connection closed)
  1152. # [15:53] * Joins: aleth1 (instantb@moz-4an37e.ictp.it)
  1153. # [15:54] * Joins: sankha (sankha@moz-p75.u3k.143.114.IP)
  1154. # [15:54] * Quits: mkaply (mkaply@moz-2m01va.austtx.sbcglobal.net) (Client exited)
  1155. # [15:56] * Quits: aleth (instantb@moz-4an37e.ictp.it) (Ping timeout: 121 seconds)
  1156. # [15:56] * aleth1 is now known as aleth
  1157. # [15:57] * Quits: lizzard (ehenry@moz-ruk7u5.ca.comcast.net) (Client exited)
  1158. # [15:57] * Joins: kershaw (kershaw@moz-sdf1ss.dynamic.hinet.net)
  1159. # [15:58] <mhoye> Anyone else getting the there.is.only.xul all over the bottom of their pages today?
  1160. # [15:58] <mhoye> http://imgur.com/lSSMaVa
  1161. # [15:58] * jmaher|afk is now known as jmaher|mtg
  1162. # [15:58] <hub> mhoye: that's a broken XUL file of some sort
  1163. # [15:58] <mhoye> Yeah, I just updated Nightly and there it was.
  1164. # [15:59] * Quits: fracting (fracting@moz-etr.siu.9.119.IP) (Ping timeout: 121 seconds)
  1165. # [16:01] * Joins: Gijs (gijs@moz-mb0ea5.nemh.1887.0450.2001.IP)
  1166. # [16:04] * Quits: milan (milan@moz-crs4p2.3t38.sij7.f0c8.2607.IP) (Connection closed)
  1167. # [16:04] * Joins: milan_ (milan@moz-nh843a.3t38.sij7.f0c8.2607.IP)
  1168. # [16:04] * Quits: milan_ (milan@moz-nh843a.3t38.sij7.f0c8.2607.IP) (A TLS packet with unexpected length was received.)
  1169. # [16:04] * Joins: milan (milan@moz-crs4p2.3t38.sij7.f0c8.2607.IP)
  1170. # [16:05] * Joins: chaithanya (uid96820@moz-h9n5an.highgate.irccloud.com)
  1171. # [16:07] <Aryx> mhoye: also shown in safe mode?
  1172. # [16:09] * Joins: shorlander (shorlander@moz-4lj2qn.lsvlky.sbcglobal.net)
  1173. # [16:09] * Joins: bgrins (bgrins@moz-nrdg1r.5rnr.mii9.0647.2601.IP)
  1174. # [16:09] * Joins: m_gol (m_gol@moz-6k4scn.dynamic.chello.pl)
  1175. # [16:10] * Quits: Anupkumar (uid16774@moz-gsqbub.tooting.irccloud.com) (Quit: Connection closed for inactivity)
  1176. # [16:10] * Quits: aleth (instantb@moz-4an37e.ictp.it) (Ping timeout: 121 seconds)
  1177. # [16:11] <mhoye> Aryx: Dunno, let me see.
  1178. # [16:11] <till> mhoye, Aryx: for me it went away when I disabled adblock plus
  1179. # [16:11] * Joins: givanica (Thunderbird@moz-40e.4cl.85.141.IP)
  1180. # [16:12] <Aryx> confirming, installing abp triggers this. and abp didn't get updated recently
  1181. # [16:14] * Quits: m_gol (m_gol@moz-6k4scn.dynamic.chello.pl) (Ping timeout: 121 seconds)
  1182. # [16:14] <Aryx> Security Error: Content at moz-nullprincipal:{b7fb9022-7766-41a9-ace1-208eea615523} may not load or link to chrome://adblockplus/locale/overlay.dtd.
  1183. # [16:14] <Aryx> undefined entity overlay.xul:27:1
  1184. # [16:14] <mhoye> till: I confirm that.
  1185. # [16:14] <mhoye> Yup.
  1186. # [16:16] <mhoye> Aryx: ABP says last updated today, on amo.
  1187. # [16:16] * Quits: jincreator (Thunderbird@moz-588.igi.7.59.IP) (Ping timeout: 121 seconds)
  1188. # [16:16] * Quits: roguishmountain (Thunderbird@moz-ohie80.wireless.rit.edu) (Ping timeout: 121 seconds)
  1189. # [16:16] * maja_zf|brb is now known as maja_zf
  1190. # [16:16] * Joins: roguishmountain (Thunderbird@moz-ohie80.wireless.rit.edu)
  1191. # [16:17] <Aryx> search still serves 2.6.11, amo has 2.6.12
  1192. # [16:17] <Aryx> happens in both
  1193. # [16:18] * Joins: dbaron (dbaron@moz-1ufb1d.dynamic.fusionbroadband.com)
  1194. # [16:18] * killer sets mode: +ao dbaron dbaron
  1195. # [16:20] <nemo> https://news.ycombinator.com/item?id=10618773 *sigh*
  1196. # [16:20] <nemo> yes automated scanning isn't great
  1197. # [16:20] * Quits: adalucinet (Mibbit@moz-662.esi.231.62.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1198. # [16:20] <nemo> but at least Firefox has a review system for their app store
  1199. # [16:20] <nemo> unlike, oh, google's
  1200. # [16:20] * dminor is now known as dminor|bbiab
  1201. # [16:21] <nemo> s/app store/addons/
  1202. # [16:21] <mhoye> man why you gotta link this channel to hackernews comments
  1203. # [16:21] <mhoye> what did we ever to to you
  1204. # [16:21] <nemo> heh
  1205. # [16:21] <mhoye> ever do to you, even
  1206. # [16:21] <nemo> mhoye: it's still way ahead of /.
  1207. # [16:22] * armenzg is now known as armenzg_brb
  1208. # [16:22] <nemo> I gotta get tech news *somewhere*
  1209. # [16:22] * Quits: bogdan_maris (Instantbird@moz-662.esi.231.62.IP) (Client exited)
  1210. # [16:22] * Joins: fracting (fracting@moz-40p.nrj.7.183.IP)
  1211. # [16:22] <Aryx> guess it's https://bugzilla.mozilla.org/show_bug.cgi?id=1182546
  1212. # [16:23] * Quits: sankha (sankha@moz-p75.u3k.143.114.IP) (Connection closed)
  1213. # [16:24] * Joins: aleth (instantb@moz-4an37e.ictp.it)
  1214. # [16:24] * mhoye can't see that.
  1215. # [16:24] <mhoye> If somebody's on it I don't need to, though.
  1216. # [16:24] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/fbe817b7d365 - L. David Baron - Bug 1213587 - Add foreground color to the background color for XML error pages. r=xidorn
  1217. # [16:24] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7661180c26a2 - L. David Baron - Bug 1224761 - Fix forceRepeatToCoverTiles optimization to not trigger when all stops at left edge of tile. r=roc
  1218. # [16:24] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d97bfd0955d1 - Daniel Holbert - Remove workaround for bug 1224761. r=dbaron
  1219. # [16:24] * Quits: catalinb (catalin@moz-nnh.lvl.120.86.IP) (Ping timeout: 121 seconds)
  1220. # [16:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0ac7ee2441e5 - L. David Baron - Bug 1217833 - Fix container width in exception for line frames in nsBidiPresUtils::ReorderFrames. r=jfkthame
  1221. # [16:25] * Quits: roguishmountain (Thunderbird@moz-ohie80.wireless.rit.edu) (Ping timeout: 121 seconds)
  1222. # [16:25] <Aryx> http://hg.mozilla.org/mozilla-central/rev/9c2bad72beab has "Test block loading DTD from random page (r=bz,gijs)"
  1223. # [16:26] <Gijs> Aryx: pretty sure there's a bug on file about the abp breakage
  1224. # [16:26] <Gijs> Aryx: bug 1226823
  1225. # [16:27] <Aryx> oh, older than a day
  1226. # [16:27] * dminor|bbiab is now known as dminor
  1227. # [16:27] * mcote|afk is now known as mcote
  1228. # [16:27] <mhoye> Haha. You know who's not going to gijs and bz about bug fixing?
  1229. # [16:27] <mhoye> going to argue, rather.
  1230. # [16:28] * mhoye gets back to things he's remotely qualified to work on.
  1231. # [16:28] * Quits: sewardj (sewardj@moz-7of4os.dip0.t-ipconnect.de) (Ping timeout: 121 seconds)
  1232. # [16:28] * Joins: mjf (mjf@moz-5uj.e93.56.172.IP)
  1233. # [16:28] * Joins: catalinb (catalin@moz-nnh.lvl.120.86.IP)
  1234. # [16:29] <mhoye> If anyone needs me I'll be hitting the shiny rock with the less shiny rock.
  1235. # [16:29] <till> nemo: I dispute the "still way ahead of /." part, fervently. And even regardless of that, the comments for this particular entry are just inane blabber. Not the linked blog post, mind you, which I have a bone or two to pick with, but also agree with in some parts. Why not just link to that?
  1236. # [16:29] <Gijs> I pinged wladimir on the abp bug
  1237. # [16:32] <nemo> till: oh. I just get annoyed at the commenters and hope bz will smack them down
  1238. # [16:32] <nemo> till: he used to
  1239. # [16:32] * Quits: thinker (user@moz-a3mbvg.kbronet.com.tw) (Ping timeout: 121 seconds)
  1240. # [16:32] <nemo> till: I mean, seriously, google app store is notorious for malware
  1241. # [16:32] * Quits: catalinb (catalin@moz-nnh.lvl.120.86.IP) (Ping timeout: 121 seconds)
  1242. # [16:32] * chutten is now known as chutten|afk
  1243. # [16:32] <nemo> till: in part 'cause you can redeploy an app w/o any further review, so malware distributors just buy apps off existing popular addons
  1244. # [16:32] <Ms2ger> Doesn't sound like a particularly productive thing for him to do
  1245. # [16:33] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
  1246. # [16:33] <Gijs> if bz is spending his time replying to hn comments we need to fix that.
  1247. # [16:33] <nemo> lol
  1248. # [16:33] <till> Ms2ger++, Gijs++
  1249. # [16:33] <nemo> Ms2ger: it's true he usually does it for more intersting HN posts, like, oh, mozilla announcements
  1250. # [16:33] <nemo> maybe it is a stress relieving activity of his
  1251. # [16:33] <Gijs> look, in this case, this is someone who's been posting to the addons mailing list repeatedly
  1252. # [16:33] <till> nemo: seriously, nobody here needs to deal with these comments
  1253. # [16:33] <Gijs> and is frustrated that we don't give him what he wants
  1254. # [16:34] <Gijs> of course he writes an angry blogpost with gross oversimplifications
  1255. # [16:34] <Gijs> and of course hn loves that
  1256. # [16:34] * Joins: jib_ (jib@moz-j7m6lt.dyn.optonline.net)
  1257. # [16:34] <Gijs> but there is very little constructive we can do about that
  1258. # [16:34] * Gijs goes back to dealing with the similarly content-free comments on the panorama removal bug
  1259. # [16:35] <nemo> till: aight. sorry. he used to tho. and since I still refuse to get an account it made me feel better
  1260. # [16:35] <nemo> I'll stop if it bugs you
  1261. # [16:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/dc1e23ea22f4 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1262. # [16:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/e3a2d4991ae3 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1263. # [16:35] * Quits: jib (jib@moz-j7m6lt.dyn.optonline.net) (Ping timeout: 121 seconds)
  1264. # [16:36] <till> nemo: please do :)
  1265. # [16:36] <nemo> till: https://news.ycombinator.com/threads?id=bzbarsky fwiw ☺
  1266. # [16:36] <nemo> evang
  1267. # [16:37] * till thinks places like HN epitomize the worst of what the internet can do, refuses to deal with them
  1268. # [16:37] <nemo> huh
  1269. # [16:37] <nemo> I personally think the SNR on HN is usually pretty darn good
  1270. # [16:38] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
  1271. # [16:38] <nemo> although it seems to have gotten worse over time
  1272. # [16:38] <nemo> maybe that's result of its popularity
  1273. # [16:38] * Joins: lizzard (ehenry@moz-ruk7u5.ca.comcast.net)
  1274. # [16:38] <nemo> often the comments offer a lot of insight/skepticism on the article, deflating some clickbait journalism
  1275. # [16:38] <nemo> saves on reading
  1276. # [16:38] <nemo> maybe not this time tho
  1277. # [16:39] <nemo> definitely better than reddit or slashdot
  1278. # [16:39] * Joins: vicamo (vicamo@moz-kevqlt.dynamic.hinet.net)
  1279. # [16:39] * Joins: sankha (sankha@moz-cg8.2mf.119.111.IP)
  1280. # [16:40] * armenzg_brb is now known as armenzg
  1281. # [16:40] <mhoye> I had a thing I wrote on the HN front page a few weeks ago.
  1282. # [16:41] * glob is now known as glob|away
  1283. # [16:41] <nemo> mhoye: ah? about what?
  1284. # [16:41] <mhoye> One of the comments, no joke, was "This is the most pretentious thing I've ever read. Can somebody explain it to me?"
  1285. # [16:41] <nemo> O_o
  1286. # [16:41] <nemo> yeesh
  1287. # [16:41] * dminor is now known as dminor|bbiab
  1288. # [16:42] <mhoye> It was like this magical perfect diamond of what HN is, compressed into a shining jewel.
  1289. # [16:42] <till> sounds about right, yes
  1290. # [16:42] * adusca is now known as adusca|lunch
  1291. # [16:42] <nemo> what was the article?
  1292. # [16:42] * Joins: branor (Thunderbird@moz-tv8.87l.28.195.IP)
  1293. # [16:42] * nemo wants to read it now
  1294. # [16:43] <mhoye> just msg'ed it to you
  1295. # [16:43] <nemo> ah
  1296. # [16:43] * Joins: ericjung (ericjung@moz-h2a.9hc.161.107.IP)
  1297. # [16:43] * Quits: mboldan (mihai.bolda@moz-662.esi.231.62.IP) (Connection closed)
  1298. # [16:43] <nemo> mhoye: just looked up the HN post - that comment was voted waaaay down
  1299. # [16:43] * mhoye shrugs.
  1300. # [16:43] <nemo> "
  1301. # [16:43] <nemo> It's a bit self conscious, but it's good natured and sincere, certainly not pretentious."
  1302. # [16:45] * Quits: vicamo (vicamo@moz-kevqlt.dynamic.hinet.net) (Client exited)
  1303. # [16:45] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/90d962ecd677 - dimi - Bug 1217367 - Service workers update algorithm optimization. r=bkelly
  1304. # [16:45] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/c10149ff9218 - dimi - Bug 1217367 - Add a wpt test that verified coalesced .update() calls resolve properly. r=bkelly a=ritu
  1305. # [16:47] * Joins: Jerry_Mac (hshih@moz-r7vgoa.HINET-IP.hinet.net)
  1306. # [16:47] * mhoye needs to make comments about HN comments even less than he needs to make HN comments, so.
  1307. # [16:48] * Quits: ggp (ggp@moz-9t7.hgg.111.189.IP) (Ping timeout: 121 seconds)
  1308. # [16:49] * glob|away is now known as glob
  1309. # [16:50] * Quits: Jerry_Mac (hshih@moz-r7vgoa.HINET-IP.hinet.net) (Quit: Leaving)
  1310. # [16:50] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d0823da696ba - Ben Kelly - Bug 1226441 - Part 1: Add wpt test verifying fetch event waits for activate to complete; r=catalinb
  1311. # [16:50] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/671bc38157d2 - Ben Kelly - Bug 1226441 - Part 2: Delay functional event dispatch until service worker is activated; r=catalinb
  1312. # [16:51] * Quits: avaida (Instantbird@moz-662.esi.231.62.IP) (Quit: Instantbird 1.5 -- http://www.instantbird.com)
  1313. # [16:51] * Quits: flo-retina (Instantbird@moz-8kf5fi.isp.overthebox.ovh) (A TLS packet with unexpected length was received.)
  1314. # [16:52] * Quits: fracting (fracting@moz-40p.nrj.7.183.IP) (Ping timeout: 121 seconds)
  1315. # [16:53] * Joins: fracting (fracting@moz-40p.nrj.7.183.IP)
  1316. # [16:54] * Joins: ggp (ggp@moz-ste.rnc.98.179.IP)
  1317. # [16:54] * Joins: flo-retina (Instantbird@moz-frdf7e.ip-37-59-48.eu)
  1318. # [16:56] * Joins: WeirdAl (chatzilla@moz-1kjv3e.2he4.ej4r.0642.2601.IP)
  1319. # [16:56] <WeirdAl> !seen karlt
  1320. # [16:56] <firebot> karlt was last seen 15 hours and 31 minutes ago, saying 'RyanVM: in response to "same bug" wondering which bug' in #developers.
  1321. # [16:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f060b308ec40 - Brad Lassey - bug 1198450 - Firefox fails to load about:home if Firefox was installed to a folder with non-Latin name r=jimm
  1322. # [16:57] * dminor|bbiab is now known as dminor
  1323. # [16:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/60e8107592ff - Carsten "Tomcat" Book - Backed out changeset 098f2c2291ef (bug 634063) for causing merge conflicts when merging to mozilla-central
  1324. # [16:58] * Quits: givanica (Thunderbird@moz-40e.4cl.85.141.IP) (Ping timeout: 121 seconds)
  1325. # [16:58] * Quits: stransky (stransky@moz-16g.ma8.175.213.IP) (Quit: Connection reset by beer)
  1326. # [16:58] * Quits: jdm (jdm@moz-3eu2pc.cpe.teksavvy.com) (Quit: )
  1327. # [16:59] * Joins: BenWa (bgirard@66.207.193.21)
  1328. # [16:59] * Tomcat|Sheriffduty is now known as Tomcat|afk
  1329. # [17:00] * Quits: milan (milan@moz-crs4p2.3t38.sij7.f0c8.2607.IP) (A TLS packet with unexpected length was received.)
  1330. # [17:01] <Gijs> ted: is there a bug on file about local builds having crashreporters ?
  1331. # [17:01] * Joins: milan (milan@moz-5r1iu0.3t38.sij7.f0c8.2607.IP)
  1332. # [17:02] * Quits: dannas (dannas@moz-ouae8c.dependit.net) (Quit: leaving)
  1333. # [17:02] <WeirdAl> hm, roc's not around either. Anyone else here familiar with printing on Linux, nsPrintSettingsGTK.cpp? We're having some trouble with silent printing, where a default printer isn't set: we get an alert saying "Some printing functionality is not currently available."
  1334. # [17:02] * Quits: jib_ (jib@moz-j7m6lt.dyn.optonline.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
  1335. # [17:02] <WeirdAl> ESR38.4
  1336. # [17:02] * Joins: catalinb (catalin@moz-716.4cl.85.141.IP)
  1337. # [17:02] * Joins: ejpbruel (ejpbruel@moz-q4o.o51.173.193.IP)
  1338. # [17:02] <ejpbruel> bz: ping
  1339. # [17:03] * Quits: vingtetun_ (vnicolas@moz-81n2ta.2500.1rfi.0450.2001.IP) (Quit: Ex-Chat)
  1340. # [17:04] * Quits: sankha (sankha@moz-cg8.2mf.119.111.IP) (Connection closed)
  1341. # [17:04] * Quits: mjf (mjf@moz-5uj.e93.56.172.IP) (Client exited)
  1342. # [17:05] * armenzg is now known as armenzg_blb
  1343. # [17:05] <mhoye> WeirdAl: mconley?
  1344. # [17:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ce1ab07ca576 - Bas Schouten - Bug 1216366: Ensure D3D11 uploads the entire surface the first time for component alpha textures. r=nical
  1345. # [17:06] * AutomatedTester is now known as AutomatedTester|AFK
  1346. # [17:07] * Joins: bogdan_maris (Instantbird@moz-us8.non.122.86.IP)
  1347. # [17:09] <jimm> do we keep cvs history somewhere? looks like bonsai is dead.
  1348. # [17:09] <Gijs> jimm: gecko-dev on github has it, I think...
  1349. # [17:10] * Joins: mhowell (Matt_Howell@moz-09a.i8g.126.207.IP)
  1350. # [17:11] * KaiRo_away is now known as KaiRo
  1351. # [17:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c2c730d6bd73 - Terrence Cole - Bug 1227144 - Use Rooted instead of AutoRegExpStaticsBuffer; r=jonco
  1352. # [17:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/548d85c0f2cb - Terrence Cole - Bug 1226888 - Remove an incorrect assertion about store buffer state; r=jandem
  1353. # [17:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/aea0468f02c6 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1354. # [17:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/8b2f8b9bbc74 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1355. # [17:14] * Joins: jib (jib@moz-j7m6lt.dyn.optonline.net)
  1356. # [17:14] * Quits: flo-retina (Instantbird@moz-frdf7e.ip-37-59-48.eu) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  1357. # [17:14] * Joins: abwillis (abwillis@moz-glb.ujr.97.32.IP)
  1358. # [17:14] <mconley> WeirdAl: hi
  1359. # [17:14] * Joins: flo-retina (Instantbird@moz-frdf7e.ip-37-59-48.eu)
  1360. # [17:14] * Joins: hunboy_ (hunboy@moz-rb39nd.pool.invitel.hu)
  1361. # [17:15] <Ms2ger> jimm, yeah, it's just git now
  1362. # [17:15] <mconley> WeirdAl: do you have a bug on file? If so, can you needinfo me?
  1363. # [17:15] <WeirdAl> mconley:good morning :-) As mentioned above, we're seeing a modal dialog when we're trying to print to a PDF file on a system that has no default printer. The code looks like it would fall through to select the first printer, but that doesn't happen. No bug filed yet.
  1364. # [17:16] * Quits: hunboy (hunboy@moz-s40rro.globonet.hu) (Ping timeout: 121 seconds)
  1365. # [17:16] * hunboy_ is now known as hunboy
  1366. # [17:16] <jimm> Gijs, Ms2ger: thx
  1367. # [17:16] * AutomatedTester|AFK is now known as AutomatedTester
  1368. # [17:16] <mconley> WeirdAl: I've recently been mucking about with printing, but for e10s support - since (I assume) e10s isn't even close to being enabled on the ESR channel yet, I doubt my changes would have affected it, but it's possible
  1369. # [17:18] <mconley> WeirdAl: in any case, probably best to get a bug on file
  1370. # [17:18] * Quits: fracting (fracting@moz-40p.nrj.7.183.IP) (Ping timeout: 121 seconds)
  1371. # [17:18] <WeirdAl> All right. I'll have a bug and a looooooong stack trace in about 30 minutes
  1372. # [17:18] * Quits: catalinb (catalin@moz-716.4cl.85.141.IP) (Connection closed)
  1373. # [17:19] * Joins: catalinb (catalin@moz-716.4cl.85.141.IP)
  1374. # [17:19] <WeirdAl> mconley: oh, dumb question: does Mozilla rely on CUPS for printing on Linux?
  1375. # [17:20] * wilsonpage is now known as wilsonpage-away
  1376. # [17:20] * Joins: smaug (chatzilla@moz-6kbmhh.rev.dnainternet.fi)
  1377. # [17:20] * killer sets mode: +o smaug
  1378. # [17:21] * Quits: catalinb (catalin@moz-716.4cl.85.141.IP) (Connection closed)
  1379. # [17:21] <mconley> WeirdAl: from my recollection, we just rely on the GTK printing functions for standard printing. Those printing functions can use the cups backend.
  1380. # [17:21] <mconley> but I don't think we get to choose.
  1381. # [17:21] <WeirdAl> thanks
  1382. # [17:21] <mconley> So, uh, potentially? :)
  1383. # [17:21] * Joins: catalinb (catalin@moz-716.4cl.85.141.IP)
  1384. # [17:24] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/72d69c46d14c - Jared Wein - Bug 1226796 - Remove redundant preprocessor flags in nsContainerFrame.cpp. r=jfkthame
  1385. # [17:24] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/0403cb97fb51 - Jared Wein - Bug 1100662 - Fix browser_notification_tab_switching.js to work in e10s mode. r=MattN
  1386. # [17:24] * Quits: milan (milan@moz-5r1iu0.3t38.sij7.f0c8.2607.IP) (A TLS packet with unexpected length was received.)
  1387. # [17:24] <@dolske> haha, mconley said "GTK" and "printing" in the same sentence
  1388. # [17:24] * jmaher|mtg is now known as jmaher
  1389. # [17:24] * mconley shudders
  1390. # [17:24] <WeirdAl> dolske: I do not get the joke. :|
  1391. # [17:24] * Joins: milan (milan@moz-75dsd7.3t38.sij7.f0c8.2607.IP)
  1392. # [17:25] <mconley> WeirdAl: let's just say that our printing mechanisms need a good ol' cleanout
  1393. # [17:25] * gregglind_away is now known as gregglind
  1394. # [17:26] <WeirdAl> yeah, karlt mentioned that yesterday in cc'ing me on another bug. (Last year I filed for a copy constructor bug. The one he cc'd me on obsoletes it, with extreme prejudice)
  1395. # [17:26] * AutomatedTester is now known as AutomatedTester|AFK
  1396. # [17:26] * Quits: branor (Thunderbird@moz-tv8.87l.28.195.IP) (Client exited)
  1397. # [17:27] * Quits: flo-retina (Instantbird@moz-frdf7e.ip-37-59-48.eu) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  1398. # [17:27] * Joins: WaltS48 (Thunderbird@moz-c9dl6j.east.verizon.net)
  1399. # [17:28] <bbouvier> any mfbt overlord around?
  1400. # [17:28] <Mossop> Who is responsible for MozillaBuild these days?
  1401. # [17:28] <mconley> Mossop: I thought RyanVM ?
  1402. # [17:28] <padenot> RyanVM I think
  1403. # [17:28] * RyanVM ducks
  1404. # [17:29] <mconley> RyanVM: it's only fair. I get printing. You get mozilla-build.
  1405. # [17:29] <RyanVM> i'll take that deal!
  1406. # [17:29] <WeirdAl> hehehe
  1407. # [17:29] <Mossop> RyanVM: Just a weird thing. Because VERSION doesn't end in a new line I can't actually display it in my command line console, the console prompt overwrites it immediately
  1408. # [17:29] <RyanVM> hah, nice
  1409. # [17:30] <RyanVM> file a bug? I'm actually about to release v2.1 today, but I'll make sure it's fixed for the next one after that
  1410. # [17:30] * Joins: fracting (fracting@moz-etr.siu.9.119.IP)
  1411. # [17:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/d516d82f29a2 - Jared Wein - Bug 1213421 - Add a test that verifies the text of a notification is present. r=MattN
  1412. # [17:30] <@ted> Gijs: what do you mean about local builds having crashreporters?
  1413. # [17:31] <WeirdAl> ... I don't get to hang out here as much these days. I really miss this place.
  1414. # [17:32] * Quits: dragana (Instantbird@moz-mddkaj.static.inode.at) (Ping timeout: 121 seconds)
  1415. # [17:32] * wilsonpage-away is now known as wilsonpage
  1416. # [17:33] * Joins: VladimirBelonenko (oliverthor@moz-rd7.51j.125.50.IP)
  1417. # [17:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/63d13b6b43ee - Randell Jesup - Bug 1226347: Import cherry-pick of AEC changes from 43->48 (delay-agnostic AEC). r=pkerr
  1418. # [17:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/da34ad5d6957 - Paul Kerr [:pkerr] - Bug 1226347 - Part 2: Allow control of AEC via prefs. r=rjesup
  1419. # [17:34] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
  1420. # [17:35] <Mossop> RyanVM: You mean I have to do something rather than complain loudly? Pfft (bug 1227589)
  1421. # [17:35] <RyanVM> thanks :)
  1422. # [17:35] <ejpbruel> bz: ping?
  1423. # [17:35] <ejpbruel> !seen roc
  1424. # [17:35] <firebot> roc was last seen 13 hours and 26 minutes ago, saying 'anyone around who knows about PBackground/PContent?' in #developers.
  1425. # [17:36] <Ms2ger> bbouvier, ?
  1426. # [17:37] <bbouvier> Ms2ger: i've got a pretty confusing error, msvc only, can't figure out what it is
  1427. # [17:37] <bbouvier> \js/Vector.h(62) : error C2248: 'mozilla::VectorBase<T,0,AllocPolicy,js::Vector<T,0,AllocPolicy>>::VectorBase' : cannot access private member declared in class 'mozilla::VectorBase<T,0,AllocPolicy,js::Vector<T,0,AllocPolicy>>'
  1428. # [17:37] * Quits: catalinb (catalin@moz-716.4cl.85.141.IP) (Ping timeout: 121 seconds)
  1429. # [17:38] * Quits: kershaw (kershaw@moz-sdf1ss.dynamic.hinet.net) (Client exited)
  1430. # [17:38] <Ms2ger> bbouvier, okay, not it :)
  1431. # [17:38] <bbouvier> Ms2ger: so basically I havbe a struct S which contains a Vector, and a Vector of S
  1432. # [17:38] * Joins: ProgramFOX (ProgramFOX@moz-s49.dhi.132.109.IP)
  1433. # [17:39] <bbouvier> and the copy ctor of S doesn't seem to want to get compiled, for some obscure reasons
  1434. # [17:40] * Quits: gabor (gabor@moz-u51.21q.19.178.IP) (Quit: This computer has gone to sleep)
  1435. # [17:40] * Quits: WaltS48 (Thunderbird@moz-c9dl6j.east.verizon.net) (Client exited)
  1436. # [17:40] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
  1437. # [17:40] * hwine-ooo is now known as hwine
  1438. # [17:41] * Joins: ddahl (ddahl@moz-1mu.65k.14.24.IP)
  1439. # [17:42] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d4af58f0f1e0 - Nicolas B. Pierron - Bug 1226188 - Use __VA_ARGS__ to avoid warnings with empty argument list. r=h4writer
  1440. # [17:43] * Joins: marcosc (marcosc@moz-29a.do1.52.113.IP)
  1441. # [17:44] * Quits: mastizada (Thunderbird@moz-mek.63k.2.46.IP) (Ping timeout: 121 seconds)
  1442. # [17:45] <&dbaron> terrence, bustage
  1443. # [17:45] * adusca|lunch is now known as adusca
  1444. # [17:46] <&dbaron> I'm trying to close the tree but the UI has changed
  1445. # [17:46] <&dbaron> and it doesn't work for me anymore
  1446. # [17:46] <terrence> dbaron: uh oh!
  1447. # [17:46] <&dbaron> oh, I guess it requires a comment but doesn't say that it requires a commment
  1448. # [17:47] * terrence is baffled
  1449. # [17:48] * Quits: marcosc (marcosc@moz-29a.do1.52.113.IP) (Ping timeout: 121 seconds)
  1450. # [17:49] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c4d056baaafd - Terrence Cole - Backout c2c730d6bd73 (Bug 1227144) for build bustage on a CLOSED TREE.
  1451. # [17:50] <terrence> dbaron: I'm backed out
  1452. # [17:50] <&dbaron> terrence, thanks, reopened
  1453. # [17:51] <terrence> dbaron: sorry about the bustage... I built that locally in two different compilers before shipping
  1454. # [17:51] * Quits: fracting (fracting@moz-etr.siu.9.119.IP) (Ping timeout: 121 seconds)
  1455. # [17:51] <terrence> dbaron: in fact it appears to still build fine locally...
  1456. # [17:52] * chutten|afk is now known as chutten
  1457. # [17:52] * terrence tries with autospider.sh
  1458. # [17:52] <froydnj> bbouvier: I think Vector doesn't have a copy ctor, you have to do the copying explicitly?
  1459. # [17:53] * Joins: jgriffin (uid51409@moz-si9qbr.highgate.irccloud.com)
  1460. # [17:53] <KWierso|afk> dbaron: closures require comments
  1461. # [17:53] * Joins: mjf (anonymous@moz-r17qgu.dyn.grandenetworks.net)
  1462. # [17:53] * Joins: ehsan (ehsan@moz-kf68k0.3t38.sij7.f0c8.2607.IP)
  1463. # [17:53] * killer sets mode: +o ehsan
  1464. # [17:54] <KWierso|afk> and it does say "required to close" next to "Reason for change"
  1465. # [17:54] <&dbaron> KWierso|afk, not for me
  1466. # [17:54] * wlach|afk is now known as wlach
  1467. # [17:54] <bbouvier> but but
  1468. # [17:55] <bbouvier> froydnj: in that case, the gcc should have yelled at me too, right?
  1469. # [17:55] <KWierso|afk> dbaron: for me it only changes to show that once you've already selected the "closed" state from the dropdown
  1470. # [17:55] <&dbaron> KWierso|afk, ah yes
  1471. # [17:55] * Joins: mwu_ (mwu@moz-bsfoja.tcso.qwest.net)
  1472. # [17:55] <froydnj> bbouvier: one would have hoped so, yes
  1473. # [17:55] * froydnj looks at Vector.h
  1474. # [17:55] <KWierso|afk> guess it'd be worth a bug to show it always since the statement itself is always true
  1475. # [17:56] <&dbaron> KWierso|afk, when I figured it out I used "everything red" as the comment
  1476. # [17:56] <froydnj> bbouvier: what does it say it can't access?
  1477. # [17:56] * Quits: mwu_ (mwu@moz-bsfoja.tcso.qwest.net) (Client exited)
  1478. # [17:56] <KWierso|afk> dbaron: the fires... they burn
  1479. # [17:56] * Joins: mwu_ (mwu@moz-bsfoja.tcso.qwest.net)
  1480. # [17:56] <bbouvier> froydnj: well, that's the tricky part, it doesn't say much more than what i've pasted above
  1481. # [17:57] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
  1482. # [17:57] <bbouvier> froydnj: see https://treeherder.mozilla.org/logviewer.html#?job_id=14049472&repo=try#L24907-L24919
  1483. # [17:57] * Joins: m_gol (m_gol@moz-6k4scn.dynamic.chello.pl)
  1484. # [17:58] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
  1485. # [17:58] <froydnj> bbouvier: huh, such helpful
  1486. # [17:58] * Joins: MaxIvanov (MIvanov@moz-rd7.51j.125.50.IP)
  1487. # [17:59] * Quits: ferjm (textual@moz-v3p1m3.dynamicIP.rima-tde.net) (Quit: Textual IRC Client: www.textualapp.com)
  1488. # [17:59] <froydnj> bbouvier: ok, so here's the hypothesis
  1489. # [17:59] <froydnj> bbouvier: VectorBase's copy constructor is = delete'd and private
  1490. # [18:00] <terrence> dbaron: looks like someone landed bustage on top of my bustage... might want to close the tree again
  1491. # [18:00] <KWierso|afk> terrence: still busted
  1492. # [18:00] <KWierso|afk> ooh, not terrence
  1493. # [18:00] <froydnj> bbouvier: Vector has a move constructor etc. which I think is supposed to inhibit the generation of the copy constructor
  1494. # [18:00] <froydnj> bbouvier: and msvc doesn't follow the spec here (helpful!)
  1495. # [18:00] <bbouvier> wow
  1496. # [18:00] <froydnj> maybe?
  1497. # [18:00] * KWierso|afk warms up ye olde backer outer
  1498. # [18:00] <froydnj> not sure
  1499. # [18:00] * dminor is now known as dminor|bbiab
  1500. # [18:01] <froydnj> I would have to go examine the standard
  1501. # [18:01] * stephend|offline is now known as stephend|mtg
  1502. # [18:01] <bbouvier> froydnj: i'm going to try to force using the move ctor
  1503. # [18:01] * mhowell is now known as mhowell|away
  1504. # [18:02] <poiru> RyanVM: Since you are releasing a new version of mozilla-build, you might need to request access to the new S3 {ftp,archive}.mozilla.org here: https://mana.mozilla.org/wiki/display/SVCOPS/Product+Delivery#ProductDelivery-RequestingAccess
  1505. # [18:02] * gaye is now known as gaye|sick
  1506. # [18:02] <&dbaron> pkerr, ^ bustage
  1507. # [18:02] * armenzg_blb is now known as armenzg
  1508. # [18:02] * Quits: m_gol (m_gol@moz-6k4scn.dynamic.chello.pl) (Ping timeout: 121 seconds)
  1509. # [18:02] <pkerr> dbaron: I see it. Have a fix.
  1510. # [18:02] <&dbaron> KWierso|afk, ^
  1511. # [18:02] * Joins: flo-retina (Instantbird@moz-frdf7e.ip-37-59-48.eu)
  1512. # [18:03] <KWierso|afk> pkerr: too late
  1513. # [18:03] * Joins: givanica (Thunderbird@moz-716.4cl.85.141.IP)
  1514. # [18:03] <KWierso|afk> backout push was pushing as dbaron pinged
  1515. # [18:03] <froydnj> this seems pretty scary if msvc just starts using the copy ctor when it's not supposed to
  1516. # [18:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/897bd0c1180b - Wes Kocher - Backed out 2 changesets (bug 1226347) for build bustage CLOSED TREE
  1517. # [18:04] <pkerr> KWierso|afk: ok, I will run a quick try to verify before re-push
  1518. # [18:05] <KWierso|afk> pkerr: reopened, feel free to re-push with a fix once you've tracked it down
  1519. # [18:05] * Joins: fracting (fracting@moz-etr.siu.9.119.IP)
  1520. # [18:05] * Joins: Sander (chatzilla@moz-98s.ga3.81.86.IP)
  1521. # [18:05] * Quits: h4writer (h4writer@moz-fne3tl.7nd1.m5re.1811.2a02.IP) (Ping timeout: 121 seconds)
  1522. # [18:05] * Quits: Ms2ger (Ms2ger@moz-s0uu8s.access.telenet.be) (Quit: nn)
  1523. # [18:06] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
  1524. # [18:06] * till is now known as till|meeting
  1525. # [18:06] <RyanVM> poiru: way ahead of you ;)
  1526. # [18:08] <@bz> The fact that with this autogenerated constructor stuff (possibly plus compiler bugs) you can't tell what your code will do is insane. :(
  1527. # [18:08] * Joins: m_gol (m_gol@moz-6k4scn.dynamic.chello.pl)
  1528. # [18:09] <poiru> RyanVM: Hah, good! I had trouble finding that...
  1529. # [18:09] <ejpbruel> bz: ping
  1530. # [18:09] <@bz> ejpbruel: fearful ack
  1531. # [18:09] * whimboo is now known as whimboo|afk
  1532. # [18:09] <bbouvier> froydnj: it seems natural to try to use the copy ctor when no move ctor is defined, but there is one defined
  1533. # [18:09] <ejpbruel> bz: hi. remember that bug we talked about yesterday? ive set up a local linux environment, but so far ive been unable to reproduce it locally
  1534. # [18:10] <bbouvier> froydnj: and i suppose this is the one that gcc is using?
  1535. # [18:10] <ejpbruel> bz: it does not reproduce when i run the test to failure (ive ran it 90 times)
  1536. # [18:10] <ejpbruel> bz: im currently running the entire debugger mochitest suite to see if that makes it crash
  1537. # [18:10] <bbouvier> maybe msvc doesn't try to define a move ctor? I guess it'd have burned our hands a few times already
  1538. # [18:10] <ejpbruel> bz: if that doesnt reproduce it, what is my best option?
  1539. # [18:10] <WeirdAl> mconley: you've got bugmail
  1540. # [18:11] * Joins: Mek (quassel@moz-1rsg65.com)
  1541. # [18:11] * glob is now known as glob|away
  1542. # [18:11] * Joins: justindarc (justindarc@moz-lev.v84.203.209.IP)
  1543. # [18:11] <@bz> ejpbruel: This is the "I'm getting memory corruption" bug?
  1544. # [18:11] * Quits: milan (milan@moz-75dsd7.3t38.sij7.f0c8.2607.IP) (Ping timeout: 121 seconds)
  1545. # [18:12] * Quits: tzimmermann (tzimmermann@moz-ahrbap.pools.vodafone-ip.de) (Quit: Ex-Chat)
  1546. # [18:12] <@bz> ejpbruel: (failing to recall the context of what the bug was about, sorry)
  1547. # [18:12] * Joins: milan (milan@moz-a397c0.3t38.sij7.f0c8.2607.IP)
  1548. # [18:12] <RyanVM> poiru: it's hanging off bug 1224684 - I just got my aws access today
  1549. # [18:12] <ejpbruel> bz: thats ok. heres the try run for the patch: https://treeherder.mozilla.org/#/jobs?repo=try&revision=b611e5cfffb7&selectedJob=13930261
  1550. # [18:12] * Joins: jimb (user@moz-09a.i8g.126.207.IP)
  1551. # [18:12] <WeirdAl> also, can anyone advise me why call DumpJSStack isn't working on ddd: "there is no JSContext on the stack!" -- not sure how to get one...
  1552. # [18:12] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
  1553. # [18:13] <WeirdAl> (ESR38)
  1554. # [18:13] <ejpbruel> bz: a seemingly unrelated test exits with status code 11, due to an assertion failure: isEmpty(), at ../../dist/include/mozilla/LinkedList.h:328
  1555. # [18:13] <ejpbruel> bz: which is presumably due to a heao corruption / gc issue (not my own assessment)
  1556. # [18:13] * aselagea|buildduty is now known as aselagea|afk
  1557. # [18:13] * @bz looks
  1558. # [18:13] <poiru> RyanVM: Yeah.. I signed out of it when I saw that you need GPG :(
  1559. # [18:13] <terrence> ejpbruel: not heap corruption... gc misuse
  1560. # [18:13] <ejpbruel> terrence: hi!
  1561. # [18:14] <terrence> ejpbruel: hiya!
  1562. # [18:14] <@bz> LinkedList<js::UnboxedLayout>::~LinkedList
  1563. # [18:14] * Joins: wilsonpa_ (wilsonpage@moz-i6u.sut.111.217.IP)
  1564. # [18:14] <ejpbruel> terrence: can you explain what you think is going on to me and bz?
  1565. # [18:14] <@bz> I've seen that a _lot_ recently locally
  1566. # [18:14] * Joins: Boriss (Boriss@moz-dkeprl.PUBLIC.monkeybrains.net)
  1567. # [18:14] <@bz> during shutdown.
  1568. # [18:14] <@bz> Just fwiw
  1569. # [18:14] <terrence> ejpbruel: I have no idea what's going on exactly, but I can at least talk about those assertions
  1570. # [18:14] * Quits: wilsonpage (wilsonpage@moz-i6u.sut.111.217.IP) (Ping timeout: 121 seconds)
  1571. # [18:14] <ejpbruel> bz: yeah, it looks like this is already an intermittent issue. my patch just makes it permafail
  1572. # [18:14] <terrence> those are basically asserting that we don't destroy the compartment while there are still live gc things inside it
  1573. # [18:15] * ahal is now known as ahal|afk
  1574. # [18:15] * Joins: mwobensmith (mwobensmith@moz-v8k4e3.2rkg.9kg1.0101.2620.IP)
  1575. # [18:15] <RyanVM> poiru: not crazy about having to install a separate program for it either, but oh well I guess
  1576. # [18:15] <RyanVM> at least I can stage it myself now :)
  1577. # [18:15] <ejpbruel> terrence: so were destroying the compartment too early?
  1578. # [18:15] <@bz> So ok
  1579. # [18:15] * Joins: sankha (sankha@moz-g7l.b0d.106.27.IP)
  1580. # [18:15] <terrence> that is important, because gc things have a reference to the compartment and thus deleting it would make most code that could run unsafe
  1581. # [18:15] * armenzg is now known as armenzg_lunch
  1582. # [18:15] <terrence> ejpbruel: yes
  1583. # [18:15] <@bz> Here's what I ended up doing the last time I debugged this assert failing....
  1584. # [18:15] <@bz> 1) Reproduce under a debugger.
  1585. # [18:16] * Quits: wilsonpa_ (wilsonpage@moz-i6u.sut.111.217.IP) (Connection closed)
  1586. # [18:16] <@bz> If this doesn't work out for you locally under rr, you could try locally under gdb as well, and if that fails see if you can get access to a slave to reproduce there.
  1587. # [18:16] <@bz> Or something.
  1588. # [18:16] * Joins: myk (myk@moz-pkvath.dynamic.fusionbroadband.com)
  1589. # [18:16] <@bz> If all _that_ fails, go to step 3.
  1590. # [18:16] <ejpbruel> bz: so far i cannot reproduce the issue locally at all
  1591. # [18:16] <ejpbruel> bz: panic?
  1592. # [18:17] <terrence> ejpbruel: maybe try bisecting the patch on try?
  1593. # [18:17] <ejpbruel> terrence: bisect how?
  1594. # [18:17] <ejpbruel> terrence: by landing it partially?
  1595. # [18:17] <@bz> 2) Once reproduced under a debugger, figure out _which_ list this is in JSCompartment. The simplest way to do that, probably, is to take the pointer to the list, take the pointer to the JSCompartment, compute the offset, then compare it to the offsets of the various lists in the compartment.
  1596. # [18:17] <terrence> ejpbruel: so the thing is, a compartment will die if Compartment::maybeAlive is not set
  1597. # [18:18] * Joins: rkent (Thunderbird@moz-a4bmrv.wa.comcast.net)
  1598. # [18:18] <ejpbruel> bz: right
  1599. # [18:18] <terrence> ejpbruel: maybeAlive is set when we mark any script or object
  1600. # [18:18] <@bz> 3) If all that fails, you can probably still figure out which list by simply adding printfs in ~JSCompartment for "this" and the offsetof to the various lists in it, and adding a printf to ~LinkedList for the pointer to the list
  1601. # [18:18] <terrence> ejpbruel: it is also set by any incoming cross-compartment wrappers
  1602. # [18:18] <@bz> that said, you know something from that log: it's a LinkedList<UnboxedLayout>
  1603. # [18:19] * Joins: Waldo (waldo@moz-8dc1vi.2rkg.9kg1.0101.2620.IP)
  1604. # [18:19] * @bz looks
  1605. # [18:19] <@bz> Which means it's this one: http://mxr.mozilla.org/mozilla-central/source/js/src/jscompartment.h#451
  1606. # [18:19] <@bz> Which is the same exact one that I ran into issues with, fwiw
  1607. # [18:19] <terrence> bz: didn't bhackett already submit a patch to fix that assertion?
  1608. # [18:19] <@bz> That's what I thought
  1609. # [18:19] <terrence> "fix"
  1610. # [18:19] <@bz> And I thought we checked it in.
  1611. # [18:19] <@bz> No?
  1612. # [18:19] * baku is now known as baku|away
  1613. # [18:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/23460fa28bec - vivek - Bug 1220720: Notify EOL on Honeycomb r=liuche
  1614. # [18:20] <terrence> No, I hope not! it just uncovered other gc things that were still live in the compartment
  1615. # [18:20] <@bz> Oh
  1616. # [18:20] <@bz> then why are we wasting ejpbruel's time
  1617. # [18:20] * Joins: bdahl (bdahl@moz-u3dg2t.sfo1.mozilla.com)
  1618. # [18:20] <@bz> ?
  1619. # [18:20] <@bz> one sec.
  1620. # [18:20] <terrence> are we?
  1621. # [18:20] <@bz> I'm not sure.
  1622. # [18:20] <terrence> the problem here is not the assertions
  1623. # [18:20] * mhowell|away is now known as mhowell
  1624. # [18:20] <terrence> there's something in his JS that is causing a compartment to die before its time
  1625. # [18:21] <@bz> Hold on.
  1626. # [18:21] <@bz> https://bug1181908.bmoattachments.org/attachment.cgi?id=8653650
  1627. # [18:21] <terrence> now that should not be possible from JS... except this is system JS and it's calling a bunch of random-looking C++ that I'm not familiar with
  1628. # [18:21] <@bz> That's the patch we landed
  1629. # [18:21] <@bz> when I last ran into this.
  1630. # [18:22] <terrence> wait, we landed that?
  1631. # [18:22] <ejpbruel> terrence: specifically, the crashing test deals with worker debugging
  1632. # [18:22] <@bz> Um... yes?
  1633. # [18:22] <@bz> It had review. I landed it.
  1634. # [18:22] <@bz> https://hg.mozilla.org/integration/mozilla-inbound/rev/8cd6dd07c27a
  1635. # [18:22] * Joins: givanica1 (Thunderbird@moz-716.4cl.85.141.IP)
  1636. # [18:22] <@bz> It was blocking other things.... ;)
  1637. # [18:22] <terrence> bz: oh... are we /not/ talking about bug 1221892
  1638. # [18:22] <terrence> ?
  1639. # [18:22] <@bz> I am not yet, no
  1640. # [18:23] <@bz> I am talking about the last time I saw this unboxedlayouts list not empty. ;)
  1641. # [18:23] <ejpbruel> terrence: that was the original bug for which i got the issue
  1642. # [18:23] <ejpbruel> terrence: ive since tried a different route, but the same issue popped up
  1643. # [18:23] <ejpbruel> let me grab the bug nr
  1644. # [18:23] <terrence> bz: ah, yes, that patch makes more sense
  1645. # [18:23] * Quits: givanica (Thunderbird@moz-716.4cl.85.141.IP) (Ping timeout: 121 seconds)
  1646. # [18:23] <@bz> terrence: OK, good.
  1647. # [18:23] <@bz> terrence: I agree that https://bug1221892.bmoattachments.org/attachment.cgi?id=8690452 is kinda weird.
  1648. # [18:24] <ejpbruel> bz: terrence: the try link i posted earlier is for bug 1218817
  1649. # [18:24] * Quits: givanica1 (Thunderbird@moz-716.4cl.85.141.IP) (Client exited)
  1650. # [18:24] <terrence> bz: in that case it looks like we simply forgot to manually migrate some compartment structures when merging to the main thread
  1651. # [18:24] <@bz> terrence: yes.
  1652. # [18:24] <@bz> ook
  1653. # [18:24] <@bz> er, ok
  1654. # [18:24] <@bz> So looking at the comments in 1221892 now.
  1655. # [18:24] <terrence> bz: in the patch I r-'ed, we're just violating GC constraints
  1656. # [18:25] * Joins: drno (nohlmeier@moz-vp31sp.ca.comcast.net)
  1657. # [18:25] <@bz> aha
  1658. # [18:25] * Joins: wilsonpage (wilsonpage@moz-i6u.sut.111.217.IP)
  1659. # [18:25] <@bz> https://bugzilla.mozilla.org/show_bug.cgi?id=1221892#c28
  1660. # [18:25] <@bz> I see.
  1661. # [18:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/37d2aa178fc8 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1662. # [18:25] <ejpbruel> bz: terrence: im having trouble following you at this point
  1663. # [18:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/2be426cf05b6 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1664. # [18:26] <@bz> OK, so scratch everything I said above
  1665. # [18:26] <@bz> we know which lists are nonempty, more or less
  1666. # [18:26] <@bz> We just have no idea why
  1667. # [18:26] <@bz> Correct?
  1668. # [18:26] <terrence> bz: yes
  1669. # [18:26] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/55b18b66242c - Olivier Yiptong - Bug 1227274 - Fix remote url resolution test breaking aurora nightlies r=mconley
  1670. # [18:27] * @bz ponders
  1671. # [18:27] <terrence> bz: our compartment destruction logic is separate from our marking logic
  1672. # [18:27] <@bz> Do we have any idea which compartment is dying?
  1673. # [18:27] * kats is now known as kats-lunch
  1674. # [18:27] <@bz> I guess it might be hard to tell if we've already swept the global....
  1675. # [18:28] <terrence> bz: the global is weak
  1676. # [18:28] <terrence> bz: the global does not directly keep the compartment live
  1677. # [18:28] <@bz> You mean the edge from compartment to global is weak?
  1678. # [18:28] <@bz> ah, the other way around
  1679. # [18:28] <@bz> I see
  1680. # [18:28] <terrence> bz: marking the global would keep the compartment live, but the global is only marked via the proto chain
  1681. # [18:28] <terrence> bz: both, actually!
  1682. # [18:28] <@bz> ok
  1683. # [18:28] <terrence> bz: well, kinda
  1684. # [18:28] <@bz> So would it help at all to know which compartment this is?
  1685. # [18:29] <terrence> bz: there is no global->compartment edge, but marking the global does mark the comparment, so that's like a strong edge
  1686. # [18:29] * Quits: fracting (fracting@moz-etr.siu.9.119.IP) (Ping timeout: 121 seconds)
  1687. # [18:29] <terrence> bz: right, so we keep a compartment live for 2 reasons
  1688. # [18:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ae0f0b8d2d06 - Jon Coppeard - Bug 1226896 - Fix OOM handling related to script counts r=nbp
  1689. # [18:29] <terrence> bz: 1) we marked a script or object in the compartment (but not a shape or objectgroup)
  1690. # [18:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/226fe77322b7 - Jon Coppeard - Bug 1011786 - Reset GC zeal in reftest before returning to the browser r=terrence
  1691. # [18:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/eb9e244e3834 - Jon Coppeard - Bug 1227535 - Add ZoneAllocPolicy and use it to attribute module memory usage to the zone r=terrence
  1692. # [18:30] <terrence> bz: or 2) there is a cross-compartment edge that enters the compartment from a compartment that is not being swept in the current GC
  1693. # [18:30] <@bz> ok
  1694. # [18:30] <@bz> seems sensible.
  1695. # [18:31] <@bz> So gcWeakMapList
  1696. # [18:31] <@bz> in the Zone
  1697. # [18:31] <@bz> these are not objects, I assume?
  1698. # [18:31] <@bz> (in the JSObject sense)
  1699. # [18:31] <@bz> Looks like no
  1700. # [18:32] <@bz> So some of these are still live in the zone...
  1701. # [18:32] <@bz> Does _that_ tell us anything?
  1702. # [18:32] <terrence> bz: that list is only used /during/ progressive marking of the weakmaps
  1703. # [18:32] <terrence> bz: I'm not sure if that's even between slices
  1704. # [18:35] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
  1705. # [18:35] <@bz> ok
  1706. # [18:35] <@bz> well, that list is so far our other nonempty smoking gun....
  1707. # [18:35] * @bz is trying to figure out what the tell ejpbruel
  1708. # [18:36] <@bz> ejpbruel: I mean, you can do things like try to reproduce under rr on a slave...
  1709. # [18:36] * Joins: bholley (bholley@moz-mehar5.ca.comcast.net)
  1710. # [18:36] <@bz> ejpbruel: But I'm not sure what all is involved in that
  1711. # [18:36] <ejpbruel> bz: do you know who i should talk to about that?
  1712. # [18:36] * Joins: Sxean (Sxean@moz-rd7.51j.125.50.IP)
  1713. # [18:36] <bbouvier> froydnj: FYI, making an explicit move ctor did the trick, it seems
  1714. # [18:36] * Quits: wilsonpage (wilsonpage@moz-i6u.sut.111.217.IP) (Ping timeout: 121 seconds)
  1715. # [18:36] <@bz> ejpbruel: I know khuey has done some things like that in the past and may be able to point you in the right direction
  1716. # [18:37] <nbp> KWierso|afk: FYI, I am investigating the Win 8 issue with bbouvier.
  1717. # [18:37] * Joins: wilsonpage (wilsonpage@moz-i6u.sut.111.217.IP)
  1718. # [18:37] <ejpbruel> bz: ok, ill go talk to him. anything else i can do that would help us figure out whats causing this?
  1719. # [18:37] * Quits: wilsonpage (wilsonpage@moz-i6u.sut.111.217.IP) (Connection closed)
  1720. # [18:37] <bbouvier> froydnj: so if the move ctor isn't explicitly defined, msvc won't try to generate it, but gcc seems like it will
  1721. # [18:37] <ejpbruel> terrence: ^
  1722. # [18:37] * Joins: wilsonpage (wilsonpage@moz-i6u.sut.111.217.IP)
  1723. # [18:37] <terrence> ejpbruel: mtg, one moment
  1724. # [18:37] * Joins: ferjm (textual@moz-v3p1m3.dynamicIP.rima-tde.net)
  1725. # [18:38] <ejpbruel> ok
  1726. # [18:38] <ejpbruel> in an ideal world, i'd try to figure this out myself, but unfortunately, i dont know nearly enough about how our gc works :(
  1727. # [18:38] <@bz> ejpbruel: Try to create a minimal patch that still reproduces the problem?
  1728. # [18:38] * jimm is now known as jimm-lunch
  1729. # [18:38] <@bz> ejpbruel: Not sure how viable this is here
  1730. # [18:39] * Joins: JMercado (JaymeMercad@moz-rd7.51j.125.50.IP)
  1731. # [18:39] <ejpbruel> bz: since the failing test doesnt actually use any of the code in the patch, i could simply remove things from it until it stops failing
  1732. # [18:39] * Joins: MMurrell (MaxMurrell@moz-rd7.51j.125.50.IP)
  1733. # [18:39] <KWierso|afk> dbaron: any chance you can fix the reftest orange in the test you pushed?
  1734. # [18:40] <ejpbruel> bz: but the failing test doesnt even touch the code in the patch, so isnt this likely to be a timing issue?
  1735. # [18:40] <&dbaron> KWierso|afk, looking
  1736. # [18:40] * Joins: mccr8 (mccr8@moz-cfhap5.mtv2.mozilla.com)
  1737. # [18:41] * Joins: jonco (Adium@moz-vv82lg.range109-150.btcentralplus.com)
  1738. # [18:41] <ejpbruel> khuey: ping, are you around?
  1739. # [18:42] * armenzg_lunch is now known as armenzg
  1740. # [18:42] * Joins: fracting (fracting@moz-40p.nrj.7.183.IP)
  1741. # [18:42] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
  1742. # [18:43] * KWierso|afk is now known as KWierso
  1743. # [18:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/8ea3da3e71db - Wes Kocher - Backed out changeset eb9e244e3834 (bug 1227535) for static build bustage in ModuleObject.h CLOSED TREE
  1744. # [18:46] * Joins: marcosc (marcosc@moz-29a.do1.52.113.IP)
  1745. # [18:47] * stephend|mtg is now known as stephend
  1746. # [18:47] <&dbaron> KWierso|afk, v
  1747. # [18:47] <KWierso> dbaron: thanks
  1748. # [18:47] <KWierso> er
  1749. # [18:47] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e567a54aa604 - L. David Baron - Bug 1217833 followup - Mark one test as fuzzy(43,2) on a CLOSED TREE (though fuzzy amounts needed vary by platform).
  1750. # [18:47] <KWierso> there we go
  1751. # [18:48] * vladan is now known as vladan|afk
  1752. # [18:48] <nbp> KWierso: I have no clue for the Win 8 issue, you can backout Bug 1226188
  1753. # [18:48] * maja_zf is now known as maja_zf|afk
  1754. # [18:48] <ejpbruel> !seen khuey
  1755. # [18:48] <firebot> khuey was last seen 16 hours and 11 minutes ago, changing nick to khuey|away .
  1756. # [18:48] <KWierso> nbp: can do
  1757. # [18:49] * Quits: marcosc (marcosc@moz-29a.do1.52.113.IP) (Ping timeout: 121 seconds)
  1758. # [18:49] * dminor|bbiab is now known as dminor
  1759. # [18:50] <Waldo> ejpbruel: I vaguely remember hearing he was going on PTO today, but I could be mistaken
  1760. # [18:50] <Waldo> maybe bugzilla nick?
  1761. # [18:50] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/dd05d41ce5ae - Wes Kocher - Backed out changeset d4af58f0f1e0 (bug 1226188) for MacroAssembler bustage on Windows CLOSED TREE
  1762. # [18:51] * Quits: jacek (jacek@moz-hbt3j4.psi.wroc.pl) (Quit: Konversation terminated!)
  1763. # [18:51] <terrence> ejpbruel: concensus at the gc meeting is that you need to get this in rr to figure out why those layouts are getting marked
  1764. # [18:51] <&dbaron> I think khuey should be around today
  1765. # [18:52] <&dbaron> but not tomorrow
  1766. # [18:52] * Joins: dragana (Instantbird@moz-9033s0.dynamic.surfer.at)
  1767. # [18:52] <ejpbruel> terrence: alright
  1768. # [18:53] * Quits: NeilAway (neil@moz-ohri1d.in-addr.btopenworld.com) (Ping timeout: 121 seconds)
  1769. # [18:53] <gkw> RyanVM: congratulations on MozillaBuild 2.1.0!
  1770. # [18:53] <RyanVM> w00t :)
  1771. # [18:53] <ejpbruel> terrence: Waldo: bz: since i cant reproduce the issue locally, i will try to reproduce this on a slave. but since i dont know whats involved with that, and the people who do will likely be on pto th/fr, it might take me a while
  1772. # [18:53] <RyanVM> gkw: thanks for the testing!
  1773. # [18:53] <ejpbruel> ill get back to you when i learn more
  1774. # [18:53] <gkw> RyanVM: total nit: are you missing a dash here? https://ftp.mozilla.org/pub/mozilla/libraries/win32/ in the 2.1.0 filename
  1775. # [18:53] <ejpbruel> terrence: bz: thanks for thinking with me on this
  1776. # [18:54] <terrence> ejpbruel: if you can't get it running locally, I guess you're going to have to get a loaner
  1777. # [18:54] * Joins: NeilAway (neil@moz-qc1jfo.virginmediabusiness.co.uk)
  1778. # [18:54] <RyanVM> gkw: gah!
  1779. # [18:54] * Joins: florent (Thunderbird@moz-u4r6te.abo.wanadoo.fr)
  1780. # [18:54] <gkw> RyanVM: I'd also presume you will update https://wiki.mozilla.org/MozillaBuild
  1781. # [18:54] <ejpbruel> terrence: by loaner you mean a slave?
  1782. # [18:55] <RyanVM> yep, sending the announcement now
  1783. # [18:55] <gkw> RyanVM: ditto link in Historic Versions probably needs an extra slash at the back
  1784. # [18:55] <terrence> ejpbruel: yes
  1785. # [18:55] <gkw> RyanVM: but I'm just nitpicking, really grateful to your efforts
  1786. # [18:55] <gkw> RyanVM: thanks!
  1787. # [18:55] <Waldo> ejpbruel: good news, everyone! khuey just walked in
  1788. # [18:55] <ejpbruel> Waldo: w00t!
  1789. # [18:57] * Joins: c0mrad3 (uid26809@moz-29q44j.charlton.irccloud.com)
  1790. # [18:58] <@bz> ejpbruel: Do you have a minute?
  1791. # [18:58] <Waldo> he's still slightly in the process of sitting down, FYI
  1792. # [18:58] <@bz> ejpbruel: I have a question about workerdebugging
  1793. # [18:58] <ejpbruel> bz: sure
  1794. # [18:58] <@bz> ejpbruel: So when debugging workers, if we hit http://mxr.mozilla.org/mozilla-central/source/js/src/vm/Debugger.cpp#996
  1795. # [18:59] <@bz> ejpbruel: Which compartment are we in and which runtime?
  1796. # [18:59] * kats-lunch is now known as kats
  1797. # [19:00] <@bz> ejpbruel: and I guess also kinda which jscontext?
  1798. # [19:00] <ejpbruel> bz: thats more of a debugger API question. i would say we are in the debuggee's compartment, but i'm not 100% positive
  1799. # [19:00] <ejpbruel> bz: jim and fitzgen probably would be able to tell you for sure
  1800. # [19:00] <@bz> we're totally in the debugger's compartment
  1801. # [19:00] <@bz> That part I know
  1802. # [19:01] <ejpbruel> bz: alright, so in the case of worker debugging
  1803. # [19:01] <ejpbruel> bz: usually you have one runtime, one context, one global, etc. but if youre debugging, we create a secondary global for the debugger to run in
  1804. # [19:01] <@bz> ok
  1805. # [19:01] <@bz> but not a separate context, right?
  1806. # [19:01] <ejpbruel> bz: right
  1807. # [19:02] <ejpbruel> bz: also, the debugger can create additional globals/sandboxes
  1808. # [19:02] <ejpbruel> which we use to load our requirejs modules with
  1809. # [19:02] * armenzg is now known as armenzg_brb
  1810. # [19:02] * Joins: milan_ (milan@moz-c09ak5.3t38.sij7.f0c8.2607.IP)
  1811. # [19:02] <@bz> ok
  1812. # [19:03] <ejpbruel> bz: why do you want to know?
  1813. # [19:04] <@bz> Because I'm trying to figure out how debugger's error reporting interacts with onerror events
  1814. # [19:04] * Quits: dragana (Instantbird@moz-9033s0.dynamic.surfer.at) (Ping timeout: 121 seconds)
  1815. # [19:04] <@bz> And it looks like the answer for workers is "badly"
  1816. # [19:04] <@bz> As in, they fire.
  1817. # [19:05] * Quits: jimb (user@moz-09a.i8g.126.207.IP) (Ping timeout: 121 seconds)
  1818. # [19:05] * Quits: milan (milan@moz-a397c0.3t38.sij7.f0c8.2607.IP) (Ping timeout: 121 seconds)
  1819. # [19:05] * Joins: Oleg (chatzilla@moz-drq.l0r.195.176.IP)
  1820. # [19:06] <Oleg> hello all
  1821. # [19:06] <ejpbruel> bz: hmmmm
  1822. # [19:06] <ejpbruel> bz: nsIWorkerDebugger has its own onError listener which should be called for errors triggered by the debugger
  1823. # [19:07] * Joins: Jackneill (Jackneill@moz-j6c.85b.203.37.IP)
  1824. # [19:07] <ejpbruel> bz: but since the whole second global thing is kind of a hack to begin with, its not unthinkable that were 'doing it wrong' (tm)
  1825. # [19:07] <@bz> ejpbruel: what makes that happen?
  1826. # [19:07] * armenzg_brb is now known as armenzg
  1827. # [19:07] <ejpbruel> bz: let me see if i can find the relevant code
  1828. # [19:07] <@bz> ejpbruel: does it override the error reporter somewhere?
  1829. # [19:07] <@bz> ejpbruel: Thanks!
  1830. # [19:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9783264529d3 - Wes Kocher - Backed out 12 changesets (bug 1200595) for b2g mochitest crashes in SharedBufferManagerParent CLOSED TREE
  1831. # [19:09] <ejpbruel> bz: it does, here: https://dxr.mozilla.org/mozilla-central/source/dom/workers/WorkerPrivate.cpp#
  1832. # [19:09] <ejpbruel> eh
  1833. # [19:09] <ejpbruel> hold on
  1834. # [19:09] * Quits: azakai|2 (alon@moz-l3ofdg.sntcca.sbcglobal.net) (Quit: Ex-Chat)
  1835. # [19:09] <ejpbruel> bz: https://dxr.mozilla.org/mozilla-central/source/dom/workers/WorkerPrivate.cpp#984
  1836. # [19:10] * @bz looks
  1837. # [19:10] <@bz> aha
  1838. # [19:10] <ejpbruel> bz: we get the current global, unwrap it, and if its NOT a WorkerGlobalScope, we assume its either a WorkerDebuggerGlobalScope, or a debugger sandbox
  1839. # [19:10] <@bz> it hacks the worker error reporter codepath
  1840. # [19:10] <@bz> I see
  1841. # [19:10] <@bz> but...
  1842. # [19:10] <@bz> What if aFireAtScope is false?
  1843. # [19:10] * Quits: WeirdAl (chatzilla@moz-1kjv3e.2he4.ej4r.0642.2601.IP) (Quit: ChatZilla 0.9.92 [Firefox 42.0/20151029151421])
  1844. # [19:10] <@bz> Won't this code get skipped?
  1845. # [19:10] <ejpbruel> khuey: are you here yet?
  1846. # [19:11] <ejpbruel> bz: possibly
  1847. # [19:11] <ejpbruel> bz: well not possibly, thats what the code says ;)
  1848. # [19:11] <ejpbruel> bz: that might be a bug
  1849. # [19:11] <Oleg> can anybody help with the choice of java project?
  1850. # [19:11] * khuey|away is now known as khuey
  1851. # [19:12] <ejpbruel> bz: the value of aFireAtScope is defined here https://dxr.mozilla.org/mozilla-central/source/dom/workers/WorkerPrivate.cpp#5780
  1852. # [19:12] <nalexander> Oleg: what do you want to know?
  1853. # [19:13] * Quits: ggp (ggp@moz-ste.rnc.98.179.IP) (Ping timeout: 121 seconds)
  1854. # [19:13] * Joins: dragana (Instantbird@moz-9033s0.dynamic.surfer.at)
  1855. # [19:13] * till|meeting is now known as till
  1856. # [19:13] <Yoric> Is Try closed?
  1857. # [19:13] <mrgiggles> Yoric: The command I ran for that? It failed. Blame sfink. And tell him to check my logs.
  1858. # [19:13] <@bz> ejpbruel: yes, it is.
  1859. # [19:13] <Oleg> <nalexander> I'm looking for not android java project
  1860. # [19:13] <ejpbruel> bz: if you open a bug i should be able to look into it
  1861. # [19:13] <Yoric> mrgiggles: I seem to be missing some context.
  1862. # [19:13] <Oleg> that i can be useful for
  1863. # [19:13] <nalexander> Oleg: I don't think such a thing exists in the Mozilla org.
  1864. # [19:14] <@bz> ejpbruel: Thanks, will do
  1865. # [19:14] <ejpbruel> bz: as a matter of fact, i could do it tomorrow since im stuck with sw debugging until we fix that gc issue
  1866. # [19:14] <ejpbruel> bz: is this high prio for you?
  1867. # [19:14] <nalexander> Oleg: it's basically Firefox for Android in Java, and nothing else.
  1868. # [19:14] * Joins: sicking (sicking@moz-b8n.tdl.56.172.IP)
  1869. # [19:14] <@bz> ejpbruel: no, since the failure modes are all kinda theoretical so far
  1870. # [19:14] <Oleg> its sad
  1871. # [19:14] <@bz> ejpbruel: Just knowing that we'll handle it here is enough to design the rest of the API around this
  1872. # [19:14] <ejpbruel> bz: ok!
  1873. # [19:14] <ejpbruel> bz: glad i could help
  1874. # [19:15] * jimm-lunch is now known as jimm
  1875. # [19:15] <@bz> which component?
  1876. # [19:15] <Oleg> so where can i find the list of all mozilla projects&
  1877. # [19:15] * Joins: ggp (ggp@moz-dq14df.telesp.net.br)
  1878. # [19:15] <KWierso> Yoric: looks open to me
  1879. # [19:15] <@bz> ejpbruel: ^
  1880. # [19:16] * Quits: mjf (anonymous@moz-r17qgu.dyn.grandenetworks.net) (Client exited)
  1881. # [19:16] * armenzg is now known as armenzg_lunch
  1882. # [19:16] <ejpbruel> bz: Developer tools: Debugger
  1883. # [19:16] * Joins: mkaply (mkaply@moz-2m01va.austtx.sbcglobal.net)
  1884. # [19:16] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
  1885. # [19:16] <ejpbruel> bz: the meta bug for worker debugging is 1003097
  1886. # [19:17] <@bz> ejpbruel: thanks
  1887. # [19:17] * Joins: gandalf (zbraniecki@moz-e3i6jd.hfc.comcastbusiness.net)
  1888. # [19:17] * Parts: jonco (Adium@moz-vv82lg.range109-150.btcentralplus.com)
  1889. # [19:17] <ejpbruel> bz: yw. ill let you know if i learn anything more wrt my bug :)
  1890. # [19:18] * julienw is now known as julienw_afk
  1891. # [19:18] * Quits: mkaply (mkaply@moz-2m01va.austtx.sbcglobal.net) (Client exited)
  1892. # [19:19] <kats> Oleg: whatcanidoformozilla.org/ is probably a good place to start
  1893. # [19:19] <Oleg> <kats>: thanks
  1894. # [19:20] <KWierso> Oleg: you might also try joining #introduction if you haven't already
  1895. # [19:22] <terrence> ejpbruel: back! sorry I can't offer more help, but there's just too much surface area that could be buggy
  1896. # [19:23] * Joins: mjf (mjf@moz-r17qgu.dyn.grandenetworks.net)
  1897. # [19:23] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
  1898. # [19:24] <ejpbruel> terrence: i totally understand. normally, i wouldnt even know where to begin analysing a bug like this
  1899. # [19:24] <ejpbruel> terrence: but i feel its time that i learned, so im going to see how far i can get
  1900. # [19:24] <ejpbruel> just requested a slave to see if i can reproduce it there
  1901. # [19:24] <terrence> ejpbruel: from what I understand, even getting a debugger onto the test slaves is a total pita
  1902. # [19:25] * Joins: bwc (Adium@moz-k7dmvg.51i5.2grm.0306.2602.IP)
  1903. # [19:25] <terrence> ejpbruel: but just being able to repro it reliably in a shell is a big first step
  1904. # [19:25] * Quits: JMercado (JaymeMercad@moz-rd7.51j.125.50.IP) (Quit: Leaving)
  1905. # [19:26] * Joins: JMercado (JaymeMercad@moz-rd7.51j.125.50.IP)
  1906. # [19:26] * ahal|afk is now known as ahal
  1907. # [19:26] <ejpbruel> terrence: sounds like fun
  1908. # [19:26] <ejpbruel> terrence: i dont see how we could analyse this if we cannot reproduce it
  1909. # [19:26] <ejpbruel> best we can do is wild guesses in that case :)
  1910. # [19:28] <terrence> ejpbruel: yeah... I guess you'd want to minimize the test case until you have a small enough bit of code running that you could call it "educated guess" and check
  1911. # [19:28] <terrence> ejpbruel: but even then, you can't rule out "the entire interpreter" really
  1912. # [19:32] <ejpbruel> terrence: exactly :)
  1913. # [19:32] <ejpbruel> terrence: well, ill get back to you once/if i learn more
  1914. # [19:32] <ejpbruel> terrence: thanks for your help/feedback so far!
  1915. # [19:33] * chmanchester|afk is now known as chmanchester
  1916. # [19:33] * Quits: mancas (uid112837@moz-cr08jc.brockwell.irccloud.com) (Quit: Connection closed for inactivity)
  1917. # [19:33] * Quits: sicking (sicking@moz-b8n.tdl.56.172.IP) (Ping timeout: 121 seconds)
  1918. # [19:34] * Joins: azakai (alon@moz-d25vbu.mh2d.1ibb.0101.2620.IP)
  1919. # [19:35] * armenzg_lunch is now known as armenzg
  1920. # [19:36] * Quits: aleth (instantb@moz-4an37e.ictp.it) (Ping timeout: 121 seconds)
  1921. # [19:36] * bc is now known as bc|lunch
  1922. # [19:36] * ahal is now known as ahal|afk
  1923. # [19:36] * Joins: sicking (sicking@moz-h2h.tdl.56.172.IP)
  1924. # [19:37] <sicking> colloquy doesn't play nice with teathering
  1925. # [19:37] <sicking> bz: i mean, it's just a matter of serialization format, right? We can always serialize/parse the same file formats even if our in-memory data structures look different
  1926. # [19:37] <sicking> bz: our URIs will still contain the same information, just expressed differently
  1927. # [19:37] <sicking> bz: clearly the code might get more complex. The question is if it gets complex enough to warrant a file-format migration
  1928. # [19:38] <sicking> (regarding IDB filenames/fileformats)
  1929. # [19:38] <sicking> err... wrong channel
  1930. # [19:38] * Joins: mancas (uid112837@moz-cr08jc.brockwell.irccloud.com)
  1931. # [19:38] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9689a552174c - Bobby Holley - Bug 1213943 - Remove RELEASE_BUILD conditionality. r=bz
  1932. # [19:39] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/94ac8462f124 - Fernando Jimenez - Bug 1225121 - [B2G] All the rest of content processes crash if user tries to run app that uses Service Workers after restart. r=baku
  1933. # [19:39] * Joins: d1ndra (d1ndra@moz-c2d.e83.230.103.IP)
  1934. # [19:40] * Quits: gcp (gcp@moz-be017m.j41b.csd9.1812.2a02.IP) (Quit: Leaving)
  1935. # [19:43] * Quits: &dbaron (dbaron@moz-1ufb1d.dynamic.fusionbroadband.com) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  1936. # [19:43] * Joins: skeuomor1 (skeuomorf@moz-cok.u9l.32.197.IP)
  1937. # [19:43] * mwargers is now known as mwargers_afk
  1938. # [19:45] * Joins: marcosc (marcosc@moz-29a.do1.52.113.IP)
  1939. # [19:45] * Joins: mastizada (Thunderbird@moz-mek.63k.2.46.IP)
  1940. # [19:46] * Quits: skeuomorf (skeuomorf@moz-5kr.q8a.32.197.IP) (Ping timeout: 121 seconds)
  1941. # [19:46] * RyanVM installs mailvelope, is soooooo much happier with secure bugmail reading
  1942. # [19:46] * maja_zf|afk is now known as maja_zf
  1943. # [19:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/c08be2a46e18 - Mark Banner - Bug 1225652 - Loop's unit tests should check for uncaught errors as well as uncaught warnings. r=mikedeboer
  1944. # [19:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/433f2e9c7239 - Manuel Casas - Bug 1225189 - Disable Hello for e10s windows. r=mikedeboer
  1945. # [19:48] * till is now known as till|dinner
  1946. # [19:48] * Joins: jimb (user@moz-09a.i8g.126.207.IP)
  1947. # [19:49] * Quits: marcosc (marcosc@moz-29a.do1.52.113.IP) (Ping timeout: 121 seconds)
  1948. # [19:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6d1c2307127f - William Lachance - Bug 1227239 - Fix generation of talos summary where # subtests > 1;r=jmaher
  1949. # [19:52] * Quits: sicking (sicking@moz-h2h.tdl.56.172.IP) (Ping timeout: 121 seconds)
  1950. # [19:52] * Joins: mixedpuppy (mixedpuppy@moz-67b.ehc.196.69.IP)
  1951. # [19:53] * Quits: dragana (Instantbird@moz-9033s0.dynamic.surfer.at) (Ping timeout: 121 seconds)
  1952. # [19:55] * Joins: squib (squib@moz-jei4k1.wi.charter.com)
  1953. # [19:57] * Quits: espadrine (tyl@moz-gpr.c1p.152.213.IP) (Ping timeout: 121 seconds)
  1954. # [19:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/e8e936aa4d98 - Michael Comella - Bug 1227351 - Remove unused homepage current tab string. r=margaret
  1955. # [19:59] * skeuomor1 is now known as skeuomorf
  1956. # [20:01] * Joins: francois (francois@moz-cnggv3.fmarier.org)
  1957. # [20:03] * Joins: mats (chatzilla@moz-6svtv8.priv.bahnhof.se)
  1958. # [20:04] * Joins: catalinb (catalin@moz-u9on54.eregie.pub.ro)
  1959. # [20:04] * baku|away is now known as baku
  1960. # [20:04] <gps> ferjm: you are running an ancient version of mercurial. please upgrade. run `mach bootstrap` or see https://mozilla-version-control-tools.readthedocs.org/en/latest/hgmozilla/installing.html
  1961. # [20:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/012dcbfda02b - Mats Palmgren - Bug 1226278 - Make 'overflow-clip-box: content-box' work on <fieldset>. r=bz
  1962. # [20:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/50cded09ac34 - Atte Kettunen - Bug 1163583 - Crashtest.
  1963. # [20:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/671d6a9302f9 - Jesse Ruderman - Bug 1145768 - Crashtest.
  1964. # [20:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d042516e3561 - Aki Helin - Bug 964078 - crashtest.
  1965. # [20:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/eb01c6ccd716 - Jesse Schwartzentruber - Bug 938341 - Crashtest.
  1966. # [20:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c3732cb29e13 - Jesse Ruderman - Bug 914501 - Crashtest.
  1967. # [20:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/43a7c0e8d91f - Christoph Diehl - Bug 805760 - Crashtest.
  1968. # [20:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e0a9decc5fb0 - Mats Palmgren - Bug 756241 - Crashtest.
  1969. # [20:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3c37f6212c71 - Jesse Ruderman - Bug 716503 - Crashtest.
  1970. # [20:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/cf322a94b295 - Bob Clary - Bug 641724 - Crashtest.
  1971. # [20:05] <mccr8> How do I download the apk etc. created by an Android try build?
  1972. # [20:05] <mccr8> I see a link to the build log, but there isn't anything else on that in the directory.
  1973. # [20:05] * Quits: ejpbruel (ejpbruel@moz-q4o.o51.173.193.IP) (Quit: leaving)
  1974. # [20:06] * Quits: francois (francois@moz-cnggv3.fmarier.org) (Quit: ZNC - http://znc.in)
  1975. # [20:07] * Quits: milan_ (milan@moz-c09ak5.3t38.sij7.f0c8.2607.IP) (A TLS packet with unexpected length was received.)
  1976. # [20:07] * Joins: francois (francois@moz-cnggv3.fmarier.org)
  1977. # [20:08] * Joins: milan (milan@66.207.193.21)
  1978. # [20:08] * Joins: aleth (instantb@moz-enf.f6q.51.151.IP)
  1979. # [20:08] <mccr8> hmm a newer try link has more files, so I guess the old one just was deleted. That's fine.
  1980. # [20:11] * Joins: jdm (jdm@moz-m7evfp.3t38.sij7.f0c8.2607.IP)
  1981. # [20:12] * armenzg is now known as armenzg_brb
  1982. # [20:13] * Quits: chaithanya (uid96820@moz-h9n5an.highgate.irccloud.com) (Quit: Connection closed for inactivity)
  1983. # [20:14] * Joins: Mnyromyr (Mnyromyr@moz-lgiol2.gnf7.tkmq.0908.2a02.IP)
  1984. # [20:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2d383dde4c3d - Randell Jesup - Bug 1226347: Import cherry-pick of AEC changes from 43->48 (delay-agnostic AEC). r=pkerr
  1985. # [20:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e212333b735a - Paul Kerr [:pkerr] - Bug 1226347 - Part 2: Allow control of AEC via prefs. r=rjesup
  1986. # [20:15] <KWierso> mccr8: how old?
  1987. # [20:16] <KWierso> mccr8: bug 1217742 might also be relevant.
  1988. # [20:16] <mccr8> KWierso : Just Friday. But the new build is okay for me, so I'm okay.
  1989. # [20:17] <KWierso> mccr8: looks like the fix for that bug got deployed yesterday
  1990. # [20:17] <KWierso> anything before that takes some manual tweaking to find the right directory
  1991. # [20:17] * hwine is now known as hwine-coffee
  1992. # [20:17] <mccr8> ah ok.
  1993. # [20:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/385c7069dca8 - Andrea Marchesini - Bug 1211266 - tabBrowser should remove the audio icon when location changes, r=jaws, r=mak77
  1994. # [20:21] * Quits: Gijs (gijs@moz-mb0ea5.nemh.1887.0450.2001.IP) (Quit: back to Brum)
  1995. # [20:22] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
  1996. # [20:22] * armenzg_brb is now known as armenzg_blb
  1997. # [20:24] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
  1998. # [20:24] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/85af1a62e15a - Kartikaya Gupta - Bug 1227636 - Put back missing scrollbar styles. r=mfinkle
  1999. # [20:24] * emorley is now known as emorley|away
  2000. # [20:25] * Joins: dbaron (dbaron@moz-mbhc6k.2rkg.9kg1.0101.2620.IP)
  2001. # [20:25] * killer sets mode: +ao dbaron dbaron
  2002. # [20:30] * Quits: jimb (user@moz-09a.i8g.126.207.IP) (Ping timeout: 121 seconds)
  2003. # [20:30] * Quits: Sander (chatzilla@moz-98s.ga3.81.86.IP) (Connection closed)
  2004. # [20:30] * ahal|afk is now known as ahal
  2005. # [20:30] * Joins: karlt (karl@moz-1v4uco.xtra.co.nz)
  2006. # [20:31] * Joins: brunoais (brunoais@moz-pussov.rev.vodafone.pt)
  2007. # [20:31] <brunoais> hi
  2008. # [20:31] <brunoais> Hi I read the limits for IndexedDB were removed (bug1123637), but I seem to be running into them in my huge DB storage (~600MB). Here's the bug I reported (bug1212985), can anyone explain it more completely than what I got there?
  2009. # [20:31] <brunoais> Please also call my nick when answering so that I'm called to attention here
  2010. # [20:32] * hwine-coffee is now known as hwine
  2011. # [20:32] <Waldo> would anyone care to explain "certified" b2g apps to me? is this something where we manually vet them, have a manual listing of them, they have to be part of the OS or manually (not over-the-air) sideloaded, something else?
  2012. # [20:33] * bc|lunch is now known as cb
  2013. # [20:33] * cb is now known as bc
  2014. # [20:33] <Waldo> brunoais: ...I sadly have no more-complete explanation to provide you, but ~600MB? egad :-)
  2015. # [20:34] <brunoais> It accumulated over the years
  2016. # [20:34] <Waldo> o_O
  2017. # [20:34] <brunoais> It is something we got at work to circumvent a limitation we were given.
  2018. # [20:35] <erahm> Waldo: probably a #fxos question, I get that terminology confused too
  2019. # [20:35] <brunoais> Everyone has a copy of the data so backups are not required ^^
  2020. # [20:35] <Waldo> erahm: I'm not quite invested enough in the question to ask the question quite so formally :-)
  2021. # [20:36] <@bz> waldo: "certified" basically means "part of the OS install, can't be changed"
  2022. # [20:36] <@bz> waldo: think "the things that are part of the set of functionality subject to FCCcertification"
  2023. # [20:36] <Waldo> bz: your initial thoughts on shipping a JS extension only to certified apps (assuming arguendo this is easily practicable)?
  2024. # [20:37] <Waldo> library extension, not syntax extension, at least
  2025. # [20:37] <@bz> waldo: We already do that with some DOM APIs.
  2026. # [20:37] <@bz> waldo: I don't see how a library extension is qualitatively different.
  2027. # [20:37] <Waldo> that was kind of the direction I was leaning, I think
  2028. # [20:38] <fabrice> Waldo: are you in the office?
  2029. # [20:38] <Waldo> (modulo not necessarily having simultaneously pondered the existence of the DOM things)
  2030. # [20:38] <@bz> My impression is that "certified apps" is a narrower restriction on b2g than "system code" is on desktop
  2031. # [20:38] <Waldo> fabrice: yes, but probably not the one you're thinking of :-)
  2032. # [20:38] * Quits: gandalf (zbraniecki@moz-e3i6jd.hfc.comcastbusiness.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
  2033. # [20:38] <fabrice> ha ha
  2034. # [20:39] * Waldo idly wonders what happened to SF-looking hostmasks for people in that office
  2035. # [20:41] * Quits: Oleg (chatzilla@moz-drq.l0r.195.176.IP) (Quit: ChatZilla 0.9.92 [Firefox 41.0.1/20150929144111])
  2036. # [20:42] * Joins: jduell (jduell@moz-rpmp7n.tukw.qwest.net)
  2037. # [20:42] * whimboo|afk is now known as whimboo
  2038. # [20:42] * Quits: wilsonpage (wilsonpage@moz-i6u.sut.111.217.IP) (Quit: My Mac has gone to sleep. ZZZzzz…)
  2039. # [20:43] * Joins: eyome_ (eyome@moz-gfketo.fbx.proxad.net)
  2040. # [20:44] * mcote is now known as mcote|biab
  2041. # [20:45] * Quits: mixedpuppy (mixedpuppy@moz-67b.ehc.196.69.IP) (Client exited)
  2042. # [20:45] * Joins: mixedpuppy (mixedpuppy@moz-67b.ehc.196.69.IP)
  2043. # [20:46] * Joins: marcosc (marcosc@moz-29a.do1.52.113.IP)
  2044. # [20:46] * Quits: jib (jib@moz-j7m6lt.dyn.optonline.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
  2045. # [20:46] * Quits: sankha (sankha@moz-g7l.b0d.106.27.IP) (Connection closed)
  2046. # [20:47] * Quits: Shrooms (Shrooms@moz-j92fqa.ip.windstream.net) (Quit: For bacon!)
  2047. # [20:48] * mhowell is now known as mhowell|away
  2048. # [20:48] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6e50570f0782 - Wes Kocher - Backed out changeset 385c7069dca8 (bug 1211266) for landing with the wrong bug number
  2049. # [20:48] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/72cf0adcfb27 - Andrea Marchesini - Bug 1214624 - tabBrowser should remove the audio icon when location changes, r=jaws, r=mak77
  2050. # [20:50] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
  2051. # [20:50] * hwine is now known as hwine-food
  2052. # [20:50] * Quits: marcosc (marcosc@moz-29a.do1.52.113.IP) (Ping timeout: 121 seconds)
  2053. # [20:51] * mattwoodrow|away is now known as mattwoodrow
  2054. # [20:52] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/cbc2c8a24438 - 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
  2055. # [20:53] * Joins: sankha (sankha@moz-g7l.b0d.106.27.IP)
  2056. # [20:53] * Joins: jgilbert (Jeff@moz-5avdn8.ujol.1ibb.0101.2620.IP)
  2057. # [20:54] * terrence is now known as terrence-lunch
  2058. # [20:54] * Quits: Enn (enn@moz-7133vd.3t38.sij7.f0c8.2607.IP) (A TLS packet with unexpected length was received.)
  2059. # [20:54] * Joins: jib (jib@moz-j7m6lt.dyn.optonline.net)
  2060. # [20:55] <jgilbert> yay, backed out for tests that aren't run on try-all
  2061. # [20:56] <jgilbert> guess I'll just crash land on inbound in the future? :)
  2062. # [20:56] * Joins: rniwa (rniwa@moz-7b5uu3.ca.comcast.net)
  2063. # [20:57] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
  2064. # [20:57] <@khuey> jgilbert: welcome to the club
  2065. # [20:58] <@bz> heh
  2066. # [20:58] * @bz just got backed out for tests not run on linux64....
  2067. # [20:58] <@bz> So you guys have me beta
  2068. # [20:58] <@bz> er, beat
  2069. # [21:03] * stephend is now known as stephend|food
  2070. # [21:05] * Joins: givanica (Thunderbird@moz-n61.k1v.26.188.IP)
  2071. # [21:05] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/837e564f3697 - Kris Maglione - Bug 1224893: [webext] Queue unexpected messages for subsequent calls to awaitMessage a=lizzard
  2072. # [21:05] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/7d2f0faddb3f - Kris Maglione - Bug 1224893: [webext] Queue unexpected messages for subsequent calls to awaitMessage, follow-up. r=me r=billm a=lizzard
  2073. # [21:05] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/5c87a2e6268e - Nicolas Silva - Bug 1219529 - Don't attempt to deallocate shmems after the ipdl protocol is shut down. r=sotaro a=ritu
  2074. # [21:05] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/1477b8cf6b93 - David Anderson - Null-check D3D10 devices in a few places. (bug 1225645, r=bas) a=lizzard
  2075. # [21:07] * lizzard is now known as lizzard_lunch
  2076. # [21:07] * Quits: ProgramFOX (ProgramFOX@moz-s49.dhi.132.109.IP) (Quit: ChatZilla 0.9.92-rdmsoft [XULRunner 35.0.1/20150122214805])
  2077. # [21:08] * Joins: mkmelin (mkmelin@moz-p52c01.elisa-laajakaista.fi)
  2078. # [21:08] * Joins: junaid (junaid@moz-6m72lp.dip0.t-ipconnect.de)
  2079. # [21:09] * dminor is now known as dminor|bbiab
  2080. # [21:11] * khuey is now known as khuey|away
  2081. # [21:11] <kats> been a while since the last inbound -> m-c merge
  2082. # [21:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/21d5fede3c77 - Kyle Machulis - Bug 1225293 - Add Microsoft Silverlight to Win64 Plugin Whitelist; r=bsmedberg
  2083. # [21:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/874206a798d6 - Kyle Machulis - Bug 1225293 - Mochitests for Win64 Silverlight Whitelisting; r=bsmedberg
  2084. # [21:13] * Joins: gandalf (zbraniecki@moz-5v49kg.ca.comcast.net)
  2085. # [21:14] * mhowell|away is now known as mhowell
  2086. # [21:14] <cpeterson> qDot++
  2087. # [21:17] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3ec29dee6402 - Alexander Surkov - Bug 1226000 - control may pick up its name from wrong label, r=yzen
  2088. # [21:18] * Quits: jib (jib@moz-j7m6lt.dyn.optonline.net) (Connection closed)
  2089. # [21:19] * Joins: jib (jib@moz-j7m6lt.dyn.optonline.net)
  2090. # [21:22] * benfrancis is now known as benfrancis|away
  2091. # [21:23] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
  2092. # [21:24] <nthomas> where can I find the list of domains that we whitelist addon install for ?
  2093. # [21:25] <nthomas> dxring for addons.mozilla.org doesn't find it
  2094. # [21:25] <@bsmedberg> nthomas: http://mxr.mozilla.org/mozilla-central/source/browser/app/permissions?force=1
  2095. # [21:25] <@bsmedberg> then DXR is broken
  2096. # [21:25] <nthomas> I expect it was me
  2097. # [21:25] <nthomas> indeed, thanks for the super fast response
  2098. # [21:26] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
  2099. # [21:27] * dminor|bbiab is now known as dminor
  2100. # [21:28] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/5dc47809b28c - Kris Maglione - Bug 1224893: [webext] Queue unexpected messages for subsequent calls to awaitMessage a=lizzard
  2101. # [21:28] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/3007bf388ce3 - Kris Maglione - Bug 1224893: [webext] Queue unexpected messages for subsequent calls to awaitMessage, follow-up. r=me r=billm a=lizzard
  2102. # [21:28] * Quits: givanica (Thunderbird@moz-n61.k1v.26.188.IP) (Client exited)
  2103. # [21:29] * Joins: bkerensa (uid28455@moz-2asf42.highgate.irccloud.com)
  2104. # [21:29] * eyome_ is now known as eyome
  2105. # [21:30] * Joins: givanica (Thunderbird@moz-n61.k1v.26.188.IP)
  2106. # [21:34] * Quits: givanica (Thunderbird@moz-n61.k1v.26.188.IP) (Client exited)
  2107. # [21:34] * terrence-lunch is now known as terrence
  2108. # [21:34] * hwine-food is now known as hwine
  2109. # [21:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/d2c11c5f2c00 - Brian Grinstead - Bug 1226744 - Add a command line flag to auto open devtools when the browser starts up;r=jryans
  2110. # [21:35] * Joins: jdashg__ (Jeff@moz-mii8qm.ujol.1ibb.0101.2620.IP)
  2111. # [21:36] <KWierso> nthomas: I see that file in a dxr search :\
  2112. # [21:36] <nthomas> yep, PEBKAC
  2113. # [21:36] * jlund is now known as jlund|lunch
  2114. # [21:36] <nthomas> skimmed over it too fast
  2115. # [21:37] * Quits: KaiRo (robert@moz-np8s8c.highway.telekom.at) (A TLS packet with unexpected length was received.)
  2116. # [21:38] * Quits: Boriss (Boriss@moz-dkeprl.PUBLIC.monkeybrains.net) (Client exited)
  2117. # [21:38] * Joins: KaiRo (robert@moz-np8s8c.highway.telekom.at)
  2118. # [21:39] * Quits: jgilbert (Jeff@moz-5avdn8.ujol.1ibb.0101.2620.IP) (Ping timeout: 121 seconds)
  2119. # [21:39] * Joins: billm (billm@moz-ablfaj.ujol.1ibb.0101.2620.IP)
  2120. # [21:40] * Joins: sicking (sicking@moz-cfhap5.mtv2.mozilla.com)
  2121. # [21:40] * Joins: gabor (gabor@moz-i42njv.dip0.t-ipconnect.de)
  2122. # [21:40] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
  2123. # [21:41] * jdm is now known as jdm|busy
  2124. # [21:42] * Quits: sankha (sankha@moz-g7l.b0d.106.27.IP) (Connection closed)
  2125. # [21:43] * Quits: mancas (uid112837@moz-cr08jc.brockwell.irccloud.com) (Quit: Connection closed for inactivity)
  2126. # [21:43] * Joins: sewardj (sewardj@moz-k2tg06.dip0.t-ipconnect.de)
  2127. # [21:43] * Quits: sewardj (sewardj@moz-k2tg06.dip0.t-ipconnect.de) (Quit: Konversation terminated!)
  2128. # [21:44] * Joins: sewardj (sewardj@moz-k2tg06.dip0.t-ipconnect.de)
  2129. # [21:45] * Quits: smontagu (chatzilla@moz-ehfsg4.red.bezeqint.net) (Ping timeout: 121 seconds)
  2130. # [21:45] <efaust> is there any way to get a backtrace from a mozcrash hit on try?
  2131. # [21:46] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
  2132. # [21:47] * Joins: marcosc (marcosc@moz-29a.do1.52.113.IP)
  2133. # [21:48] * mrrrgn is now known as mrrrgn_brb
  2134. # [21:48] <@bz> efaust: It should be giving you one, generally... at least for sane test suites
  2135. # [21:49] <@bz> efaust: The mac thing I was trying to reproduce for you seems to be one of the not-sane ones. :(
  2136. # [21:49] * kats is now known as kats|away
  2137. # [21:49] * Joins: jimb (user@moz-09a.i8g.126.207.IP)
  2138. # [21:50] <efaust> bz: right, the questions is "how is it insane" and "even if there's some good reason why we don't, can I modify something in the push to force it to anyway?"
  2139. # [21:50] <efaust> questions are, even
  2140. # [21:50] * Joins: roc (chatzilla@moz-fqb.ngs.98.121.IP)
  2141. # [21:50] * killer sets mode: +o roc
  2142. # [21:51] * Quits: marcosc (marcosc@moz-29a.do1.52.113.IP) (Ping timeout: 121 seconds)
  2143. # [21:52] * AutomatedTester|AFK is now known as AutomatedTester
  2144. # [21:52] * Parts: marco (marco@moz-66q9fa.3orf.1887.0450.2001.IP) ("")
  2145. # [21:53] * Quits: Aryx (Archaeopter@moz-l7oper.cust.telecolumbus.net) (Quit: Goodbye)
  2146. # [21:54] * Joins: dragana (Instantbird@moz-9033s0.dynamic.surfer.at)
  2147. # [21:55] * kats|away is now known as kats
  2148. # [21:55] * mcote|biab is now known as mcote
  2149. # [21:57] * Quits: gustavold (gustavold@moz-feu.6v8.255.191.IP) (Quit: Leaving.)
  2150. # [21:57] * Quits: mjf (mjf@moz-r17qgu.dyn.grandenetworks.net) (Client exited)
  2151. # [21:57] * Joins: mjf (anonymous@moz-r17qgu.dyn.grandenetworks.net)
  2152. # [21:58] * Joins: gustavold (gustavold@moz-feu.6v8.255.191.IP)
  2153. # [21:58] * jlund|lunch is now known as jlund|mtg
  2154. # [21:58] * Joins: pcwalton (pcwalton@moz-gs5.a8v.130.12.IP)
  2155. # [21:58] * Quits: c0mrad3 (uid26809@moz-29q44j.charlton.irccloud.com) (Quit: Connection closed for inactivity)
  2156. # [21:58] * justindarc is now known as justindarc|brb
  2157. # [21:59] * Joins: Aryx (Archaeopter@moz-l7oper.cust.telecolumbus.net)
  2158. # [22:00] * Quits: fracting (fracting@moz-40p.nrj.7.183.IP) (Ping timeout: 121 seconds)
  2159. # [22:00] * stephend|food is now known as stephend|mtg
  2160. # [22:05] * Quits: billm (billm@moz-ablfaj.ujol.1ibb.0101.2620.IP) (Quit: Leaving)
  2161. # [22:06] * mhowell is now known as mhowell|away
  2162. # [22:06] * Joins: p_klos (Thunderbird@moz-52h6hm.gprs.plus.pl)
  2163. # [22:06] * dminor is now known as dminor|afk
  2164. # [22:06] * AutomatedTester is now known as AutomatedTester|AFK
  2165. # [22:09] * mhowell|away is now known as mhowell
  2166. # [22:09] <chutten> Would anyone happen to know where the awesomebar source is? Specifically, the logic that determines what to show for a given input
  2167. # [22:09] <chutten> I have a crazy idea to make keyword searches better
  2168. # [22:10] <chutten> and I'd like to get a sense of its feasibility (and how to phrase it) before I write up the bug
  2169. # [22:10] <KWierso> mats: are those b2g c3 crashes yours?
  2170. # [22:11] * Joins: Coldblackice (anonz@moz-0ijqp3.oc.cox.net)
  2171. # [22:13] * Joins: fracting (fracting@moz-etr.siu.9.119.IP)
  2172. # [22:15] * Joins: Boriss (Boriss@moz-aq4.h2b.247.173.IP)
  2173. # [22:15] * mrrrgn_brb is now known as mrrrgn
  2174. # [22:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/8ae13d6af33c - Wes Kocher - Backed out changeset e0a9decc5fb0 (bug 756241) for failing on b2g emulator
  2175. # [22:17] * Joins: sankha (sankha@moz-g7l.b0d.106.27.IP)
  2176. # [22:18] * Quits: sankha (sankha@moz-g7l.b0d.106.27.IP) (Connection closed)
  2177. # [22:20] * chmanchester is now known as chmanchester|afk
  2178. # [22:20] * maja_zf is now known as maja_zf|brb
  2179. # [22:20] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
  2180. # [22:21] <KWierso> baku: ping
  2181. # [22:21] * baku is now known as baku|away
  2182. # [22:22] <mats> KWierso: sorry about that, thanks for backing out that particular test
  2183. # [22:22] * Quits: @ehsan (ehsan@moz-kf68k0.3t38.sij7.f0c8.2607.IP) (Ping timeout: 121 seconds)
  2184. # [22:23] <KWierso> mats: also saw crashes on android, for the record
  2185. # [22:23] * jmaher is now known as jmaher|afk
  2186. # [22:23] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
  2187. # [22:25] * armenzg_blb is now known as armenzg
  2188. # [22:26] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/71ba07014e12 - Wes Kocher - Backed out changeset cbc2c8a24438 (bug 1211266) for asan failures in test_fileapi_slice.html
  2189. # [22:26] * Joins: Jayflux (Jayflux@moz-u2kqf6.as13285.net)
  2190. # [22:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/8a3e98127ebc - Nick Alexander - Bug 1208605 - Try MOZ_ANDROID_PACKAGE_NAME env var before static ANDROID_PACKAGE_NAME. r=snorp
  2191. # [22:28] * jdm|busy is now known as jdm
  2192. # [22:28] * Quits: gandalf (zbraniecki@moz-5v49kg.ca.comcast.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
  2193. # [22:30] * Joins: DavidTJH (uid97756@moz-h50ota.ealing.irccloud.com)
  2194. # [22:31] * Quits: jib (jib@moz-j7m6lt.dyn.optonline.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
  2195. # [22:34] * Joins: gandalf (zbraniecki@moz-5v49kg.ca.comcast.net)
  2196. # [22:34] * stephend|mtg is now known as stephend
  2197. # [22:35] <mats> KWierso: I can't find the crashes on Android you we're referring to, can you point me to one?
  2198. # [22:35] * Quits: gandalf (zbraniecki@moz-5v49kg.ca.comcast.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
  2199. # [22:36] <KWierso> mats: https://treeherder.mozilla.org/logviewer.html#?job_id=17776098&repo=mozilla-inbound
  2200. # [22:36] * Quits: lizzard_lunch (ehenry@moz-ruk7u5.ca.comcast.net) (Client exited)
  2201. # [22:37] * Quits: dragana (Instantbird@moz-9033s0.dynamic.surfer.at) (Ping timeout: 121 seconds)
  2202. # [22:38] * Joins: gandalf (zbraniecki@moz-5v49kg.ca.comcast.net)
  2203. # [22:38] * Quits: p_klos (Thunderbird@moz-52h6hm.gprs.plus.pl) (Client exited)
  2204. # [22:39] <mats> KWierso: I think that's just a side-effect from the SIGABRT that we issued
  2205. # [22:40] * maja_zf|brb is now known as maja_zf
  2206. # [22:40] * Joins: dragana (Instantbird@moz-9033s0.dynamic.surfer.at)
  2207. # [22:40] * chmanchester|afk is now known as chmanchester
  2208. # [22:41] * Quits: gandalf (zbraniecki@moz-5v49kg.ca.comcast.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
  2209. # [22:41] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
  2210. # [22:42] * Joins: gandalf (zbraniecki@moz-5v49kg.ca.comcast.net)
  2211. # [22:43] * Quits: tromey (tromey@moz-ukt3s3.hlrn.qwest.net) (Quit: ERC (IRC client for Emacs 25.1.50.1))
  2212. # [22:43] * Quits: @roc (chatzilla@moz-fqb.ngs.98.121.IP) (Ping timeout: 121 seconds)
  2213. # [22:44] * Quits: gandalf (zbraniecki@moz-5v49kg.ca.comcast.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
  2214. # [22:45] * Joins: gandalf (zbraniecki@moz-5v49kg.ca.comcast.net)
  2215. # [22:45] * Joins: sankha (sankha@moz-g7l.b0d.106.27.IP)
  2216. # [22:46] * Quits: jimb (user@moz-09a.i8g.126.207.IP) (Ping timeout: 121 seconds)
  2217. # [22:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c27b0ab05958 - Christoph Kerschbaumer - Bug 1119386 - Part 1: Use document's principal for favicons in docshell (r=smaug)
  2218. # [22:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b08f8fb7536e - Christoph Kerschbaumer - Bug 1119386 - Part 2: Use document's principal for favicons in dom (r=smaug)
  2219. # [22:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/02507513d65b - Christoph Kerschbaumer - Bug 1119386 - Part 3: Use document's principal for favicons in browser (r=billm)
  2220. # [22:47] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e28c4c1378ac - Christoph Kerschbaumer - Bug 1119386 - Part 4: Use document's principal for favicons in toolkit (r=gijs,mak)
  2221. # [22:47] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4d8896d9b31e - Christoph Kerschbaumer - Bug 1119386 - Update favicon tests to pass a loadingPrincipal (r=mak)
  2222. # [22:47] * Joins: ehsan (ehsan@66.207.193.22)
  2223. # [22:47] * killer sets mode: +o ehsan
  2224. # [22:48] * Joins: smontagu (chatzilla@moz-ehfsg4.red.bezeqint.net)
  2225. # [22:48] * Quits: sankha (sankha@moz-g7l.b0d.106.27.IP) (Connection closed)
  2226. # [22:49] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
  2227. # [22:50] * khuey|away is now known as khuey
  2228. # [22:51] * adusca is now known as adusca|afk
  2229. # [22:51] * justindarc|brb is now known as justindarc
  2230. # [22:52] * Quits: gandalf (zbraniecki@moz-5v49kg.ca.comcast.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
  2231. # [22:55] * Joins: givanica (Thunderbird@moz-n61.k1v.26.188.IP)
  2232. # [22:55] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=d9243e369c22 - 180 changesets
  2233. # [22:57] * kats is now known as kats|away
  2234. # [22:57] * Joins: Sander (chatzilla@moz-98s.ga3.81.86.IP)
  2235. # [22:57] * Joins: njn (chatzilla@moz-j5l8nb.iinet.net.au)
  2236. # [22:57] * killer sets mode: +o njn
  2237. # [22:57] * AutomatedTester|AFK is now known as AutomatedTester
  2238. # [22:57] * KWierso is now known as KWierso|lunch
  2239. # [22:59] * Quits: mkmelin (mkmelin@moz-p52c01.elisa-laajakaista.fi) (Quit: ChatZilla 0.9.92 [Firefox 42.0/20151030083518])
  2240. # [23:00] * Quits: dragana (Instantbird@moz-9033s0.dynamic.surfer.at) (Ping timeout: 121 seconds)
  2241. # [23:00] * Quits: skeuomorf (skeuomorf@moz-cok.u9l.32.197.IP) (Ping timeout: 121 seconds)
  2242. # [23:00] * Joins: gandalf (zbraniecki@moz-5v49kg.ca.comcast.net)
  2243. # [23:00] * stephend is now known as stephend|mtg
  2244. # [23:01] * Quits: @ehsan (ehsan@66.207.193.22) (Ping timeout: 121 seconds)
  2245. # [23:02] * Joins: ehsan (ehsan@moz-cve4fk.5vs3.sij7.f0c8.2607.IP)
  2246. # [23:02] * killer sets mode: +o ehsan
  2247. # [23:03] * KaiRo is now known as KaiRo_away
  2248. # [23:03] * Quits: rego (rego@moz-j9c.pu4.27.77.IP) (Quit: Leaving)
  2249. # [23:03] * Quits: Dexter (Alessio@moz-n2mjoo.retail.telecomitalia.it) (Quit: Leaving)
  2250. # [23:07] * Quits: bogdan_maris (Instantbird@moz-us8.non.122.86.IP) (Ping timeout: 121 seconds)
  2251. # [23:08] * Quits: mwobensmith (mwobensmith@moz-v8k4e3.2rkg.9kg1.0101.2620.IP) (Quit: Leaving.)
  2252. # [23:08] * Joins: mwobensmith (mwobensmith@moz-u3dg2t.sfo1.mozilla.com)
  2253. # [23:10] * Quits: yzen (yzen@66.207.193.21) (Ping timeout: 121 seconds)
  2254. # [23:10] * Quits: florent (Thunderbird@moz-u4r6te.abo.wanadoo.fr) (Client exited)
  2255. # [23:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/6586342848ec - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  2256. # [23:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/468f04418267 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2257. # [23:11] * Quits: bbondy (bbondy@moz-ahsdem.home.cgocable.net) (Connection closed)
  2258. # [23:13] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
  2259. # [23:15] * Quits: Pike (chatzilla@moz-ae04ff.dyn.telefonica.de) (Quit: ChatZilla 0.9.92 [Firefox 42.0/20151029151421])
  2260. # [23:18] * Quits: Aryx (Archaeopter@moz-l7oper.cust.telecolumbus.net) (Quit: Goodbye)
  2261. # [23:18] * Quits: bagder (Daniel@moz-jl4.op1.174.178.IP) (Connection closed)
  2262. # [23:18] * Joins: bagder (Daniel@moz-jl4.op1.174.178.IP)
  2263. # [23:20] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
  2264. # [23:20] * Joins: bbondy (bbondy@moz-ahsdem.home.cgocable.net)
  2265. # [23:21] * Quits: achronop (achronop@moz-gbl9un.dyn.forthnet.gr) (Quit: Leaving)
  2266. # [23:21] * Joins: Bas_ (chatzilla@moz-ubr8j5.dsl.cambrium.nl)
  2267. # [23:21] * Quits: sicking (sicking@moz-cfhap5.mtv2.mozilla.com) (Client exited)
  2268. # [23:22] * Quits: Bas (chatzilla@moz-ubr8j5.dsl.cambrium.nl) (Ping timeout: 121 seconds)
  2269. # [23:23] * Bas_ is now known as Bas
  2270. # [23:24] * Quits: Standard8 (Standard8@moz-1hu.vrc.166.195.IP) (Quit: ZNC - http://znc.in)
  2271. # [23:25] * Joins: jimb (user@moz-09a.i8g.126.207.IP)
  2272. # [23:25] * Quits: bbondy (bbondy@moz-ahsdem.home.cgocable.net) (Ping timeout: 121 seconds)
  2273. # [23:25] * Quits: @ehsan (ehsan@moz-cve4fk.5vs3.sij7.f0c8.2607.IP) (Quit: vanished into thin air...)
  2274. # [23:27] * Quits: drno (nohlmeier@moz-vp31sp.ca.comcast.net) (Client exited)
  2275. # [23:28] * whimboo is now known as whimboo|afk
  2276. # [23:29] * Joins: billm (billm@moz-pc1vh7.mh2d.1ibb.0101.2620.IP)
  2277. # [23:30] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
  2278. # [23:31] * ahal is now known as ahal|afk
  2279. # [23:31] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
  2280. # [23:31] * Quits: luke (luke@moz-fk7pee.tx.charter.com) (Ping timeout: 121 seconds)
  2281. # [23:31] * Joins: lizzard (ehenry@moz-m8bpm8.ca.comcast.net)
  2282. # [23:31] * armenzg is now known as armenzg_afk
  2283. # [23:31] * Quits: armenzg_afk (armenzg@moz-jt36qr.cable.teksavvy.com) (Quit: Leaving)
  2284. # [23:32] <kip> I am looking for some module owners familiar with IPC serialization to review the new serialized types added in Bug 1182048
  2285. # [23:32] <kip> As per "https://developer.mozilla.org/en-US/docs/Mozilla/IPDL/Type_Serialization", “Serializers and deserializers are security-sensitive and must always receive two reviews from module owners who understand IPC serialization well.”
  2286. # [23:32] * Joins: ehsan (ehsan@moz-b150dv.5vs3.sij7.f0c8.2607.IP)
  2287. # [23:32] * killer sets mode: +o ehsan
  2288. # [23:32] * @bz wonders how big that set is.
  2289. # [23:32] * Joins: roc (chatzilla@moz-8b3t8p.nn3i.kiip.e780.2400.IP)
  2290. # [23:32] * killer sets mode: +o roc
  2291. # [23:32] <kip> Anyone interested in helping out getting WebVR shipped? :-)
  2292. # [23:34] <Mossop> billm would be a good start
  2293. # [23:34] <Mossop> Maybe smaug as a second
  2294. # [23:35] * Joins: dragana (Instantbird@moz-9033s0.dynamic.surfer.at)
  2295. # [23:35] * Quits: myk (myk@moz-pkvath.dynamic.fusionbroadband.com) (Connection closed)
  2296. # [23:35] * Joins: myk (myk@moz-pkvath.dynamic.fusionbroadband.com)
  2297. # [23:35] * Quits: sjakthol (jakthos1@moz-nd3gcv.org.aalto.fi) (Ping timeout: 121 seconds)
  2298. # [23:35] * Joins: sjakthol (jakthos1@moz-nd3gcv.org.aalto.fi)
  2299. # [23:36] <kip> Thanks, Mossop. I'll follow up with them
  2300. # [23:37] * Quits: smontagu (chatzilla@moz-ehfsg4.red.bezeqint.net) (Ping timeout: 121 seconds)
  2301. # [23:39] * Quits: bkerensa (uid28455@moz-2asf42.highgate.irccloud.com) (Quit: Connection closed for inactivity)
  2302. # [23:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/50001043c575 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  2303. # [23:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/4804de2dc6f3 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2304. # [23:41] * justindarc is now known as justindarc|brb
  2305. # [23:43] * Quits: esawin (esawin@moz-gob.6k5.214.85.IP) (Quit: leaving)
  2306. # [23:44] * Joins: esawin (esawin@moz-gob.6k5.214.85.IP)
  2307. # [23:46] * Quits: erikvold (uid18003@moz-p1irvl.ealing.irccloud.com) (Quit: )
  2308. # [23:46] * Joins: erikvold (sid18003@moz-p1irvl.ealing.irccloud.com)
  2309. # [23:46] * Joins: luke (luke@moz-fk7pee.tx.charter.com)
  2310. # [23:47] * wlach is now known as wlach|afk
  2311. # [23:47] * Quits: @ehsan (ehsan@moz-b150dv.5vs3.sij7.f0c8.2607.IP) (A TLS packet with unexpected length was received.)
  2312. # [23:47] * stephend|mtg is now known as stephend
  2313. # [23:51] * Quits: eyome (eyome@moz-gfketo.fbx.proxad.net) (Client exited)
  2314. # [23:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/78381aa444d4 - Matt Woodrow - Bug 1222880 - Build a tree of AnimatedGeometryRoots to speed up traversal of ancestors. r=roc,tn
  2315. # [23:56] * Quits: milan (milan@66.207.193.21) (Quit: )
  2316. # [23:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/efa53e2c2992 - Sebastian Hengst - Bug 1227361 - Remove checks for MOZ_SERVICES_SYNC from browser/. r=markh
  2317. # [23:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/88d5bc46a549 - Sebastian Hengst - Bug 1227647 - Remove UI code for legacy sync migration. r=markh
  2318. # [23:58] * stephend is now known as stephend|mtg
  2319. # [23:58] * Quits: Sander (chatzilla@moz-98s.ga3.81.86.IP) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  2320. # Session Close: Wed Nov 25 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