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

Options:

  1. # Session Start: Fri Jun 06 00:00:01 2014
  2. # Session Ident: #developers
  3. # [00:00] * Quits: milazzom (milazzom@moz-7DDBBB4.ph.ph.cox.net) (Quit: milazzom)
  4. # [00:00] * curtisk is now known as curtisk|afk
  5. # [00:01] * Quits: pnkfelix (pnkfelix@moz-43495417.fbx.proxad.net) (Quit: rcirc on GNU Emacs 24.3.1)
  6. # [00:01] * Joins: mixedpuppy (mixedpuppy@F6A439B3.5326A7E1.4EA770CF.IP)
  7. # [00:01] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  8. # [00:02] * Quits: harth (harth@moz-42412102.hsd1.ca.comcast.net) (Connection reset by peer)
  9. # [00:02] * Joins: harth (harth@moz-42412102.hsd1.ca.comcast.net)
  10. # [00:02] * Joins: kanru` (kanru@moz-DB4A9C19.scl3.mozilla.com)
  11. # [00:03] * Quits: chmanchester (chmanchest@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  12. # [00:03] <jesup> jld: so, I need to look at webrtc calls (preferably a self-one-way call to eliminate network, but a regular 2-way talky.io call would do). I need to compare the entire system with h.264 and with vp8, and I also want to see how much headroom we have (I've approximated that from 'top', but that's a lousy and low-resolution test)
  13. # [00:03] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  14. # [00:04] <jesup> jld: Webrtc runs a lot of threads...
  15. # [00:04] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  16. # [00:04] <jesup> this was stopping a self-call (though 2-way, not one-way) in gdb: https://pastebin.mozilla.org/5355505
  17. # [00:05] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/fc83bcd4ed6d - Ryan VanderMeulen - Bug 1021287 - Update NSPR to 4.10.6 RTM. r=kaie, a=lsblakk
  18. # [00:05] * Joins: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net)
  19. # [00:05] <jesup> You have a bunch less for a regular call, but still likely we're over 40 threads
  20. # [00:05] * Joins: chmanchester (chmanchest@13F2CEC5.7672369.D8E68FF6.IP)
  21. # [00:05] * Quits: jgriffin (jgriffin@FCCEA34F.7672369.D8E68FF6.IP) (Quit: jgriffin)
  22. # [00:06] <jesup> and almost all are started by the webrtc.org upstream code via pthread_create
  23. # [00:06] * Quits: chmanchester (chmanchest@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  24. # [00:06] * RyanVM|sheriffduty is now known as RyanVM|afk
  25. # [00:06] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/5e8e9d864a4d - Ryan VanderMeulen - Bug 1021287 - Update NSPR to 4.10.6 RTM. r=kaie, a=me
  26. # [00:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6f0ea3b13b10 - Shu-yu Guo - Bug 1016523 - Part 1: Have Debugger treat invoking the interrupt handler as a step in the interpreter. (r=jimb)
  27. # [00:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f54319e70aa9 - Shu-yu Guo - Bug 1016523 - Part 2: Handle propagated forced returns in Baseline. (r=jandem)
  28. # [00:06] <jld> jesup: Ugh. Right. The profiler and its "registered thread" stuff.
  29. # [00:06] * KWierso|afk is now known as KWierso
  30. # [00:06] <jesup> yeah
  31. # [00:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4c794b0e6e9c - Shu-yu Guo - Bug 1016523 - Test. (r=jimb)
  32. # [00:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/bb9909b6258a - Shu-yu Guo - Bug 1020800 - Check for correct thread after checking if GC is suppressed. (r=terrence)
  33. # [00:06] <jesup> Thank you Linux for "fixing" SIGALRM
  34. # [00:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0869b8d56014 - Shu-yu Guo - Bug 1019612 - Fix setting of gServceInterrupt in js shell. (r=jorendorff)
  35. # [00:07] <jesup> (it used to go to whichever thread was running at the time, making it great for realtime profiling)
  36. # [00:08] * Joins: gandalf (zbraniecki@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  37. # [00:08] <jesup> itimer(ITIMER_PROF...) does interrupt all threads, but it's CPU-time based. (which is fine for a lot of stuff)
  38. # [00:09] <jesup> per benwa, if I register all those threads, I may bring the system to it's knees. And I wont' have visibility into how much time other processes and system are using
  39. # [00:10] <jld> jesup: Yeah. `perf record -a` really was good for that kind of thing.
  40. # [00:10] * stephend|mtg is now known as stephend
  41. # [00:10] * Joins: lgarner (lgarner@2D337F52.2D31AF7B.5AEB50C4.IP)
  42. # [00:10] <jesup> though I *hated* what I saw of perf's interface for showing the data. It was there, but presenting in a painful way
  43. # [00:10] <jesup> IIRC
  44. # [00:11] * Quits: tonymec (tonymec@moz-38CEB999.adsl-dyn.isp.belgacom.be) (Ping timeout)
  45. # [00:11] <nemo> you know, I'd swear https://videos.cdn.mozilla.net/uploads/mozhacks/flight-of-the-navigator/ runs even slower and more stuttery than it did back when it was first presented
  46. # [00:11] <nemo> hm. I *am* running in nightly here
  47. # [00:11] <nemo> maybe I should try stable
  48. # [00:11] <jesup> I used to use oprofile long ago, and I maintain tools/jprof (which can output to cleopatra if you want that interface, and captures all threads, though linux broke realtime profiling)
  49. # [00:11] * catlee is now known as catlee-away
  50. # [00:11] * Quits: guigs21 (Adium@moz-62518563.mtv2.mozilla.com) (Connection reset by peer)
  51. # [00:12] <nemo> but, yeah, stutters every few seconds :-/
  52. # [00:12] * Joins: guigs2 (Adium@moz-62518563.mtv2.mozilla.com)
  53. # [00:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/153c2adcb97f - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  54. # [00:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/ad78f16939eb - B2G Bumper Bot - Bumping manifests a=b2g-bump
  55. # [00:12] <jesup> nemo: CC & GC changes have been happening
  56. # [00:13] <nemo> jesup: m'k. still moderately surprising. you'd expect it to be awesomesmooth nowdays
  57. # [00:13] * Joins: tonymec (tonymec@moz-38CEB999.adsl-dyn.isp.belgacom.be)
  58. # [00:13] * Quits: fox2mike (shyam@moz-8DDA37AB.fox2mike.net) (Ping timeout)
  59. # [00:13] <nemo> jesup: oh. you mean in nightly. incgc?
  60. # [00:13] <nemo> looks like the twitter feed on the building and blimp doesn't do anything anymore
  61. # [00:14] <jesup> nemo: this may not be a usecase they optimized for or tested
  62. # [00:14] * Quits: bnicholson (bnicholson@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  63. # [00:14] * Quits: janv (varga@16704E38.110B115C.4F33160D.IP) (Quit: This computer has gone to sleep)
  64. # [00:14] <nemo> jesup: I noticed it on the processingjs.org homepage and clicked on it on a whim
  65. # [00:14] <nemo> it *was* a major showcase at the time
  66. # [00:14] <nemo> er. sorry, not homepage. exhibition page
  67. # [00:14] <nemo> righto. let's see how stable does.
  68. # [00:15] <nemo> jesup: oh. is probably using the old audio api too. that might make a difference
  69. # [00:15] <nemo> is probably abandoned these days
  70. # [00:15] <jesup> yes
  71. # [00:15] <nemo> jesup: yeah. stable still stutters
  72. # [00:16] <jesup> I think audiodata api is dead even in stable
  73. # [00:16] * jesup isn't sure
  74. # [00:16] <nemo> heh. hashtag #firefox4 - man. I feel tempted to sign up on flicker and use it just to see if it still works :)
  75. # [00:16] * Quits: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP) (Ping timeout)
  76. # [00:16] <nemo> jesup: hm. I think it was used to make like the building lights blink in sync to the music
  77. # [00:17] <nemo> probably doesn't explain the stutters
  78. # [00:17] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7ffbe6899aed - Jon Coppeard - Bug 1020690 - Type exact stack rooting machinery. r=sfink
  79. # [00:17] * Joins: therube (chatzilla@moz-673CE1DC.hsd1.md.comcast.net)
  80. # [00:17] * mattwoodrow|away is now known as mattwoodrow
  81. # [00:17] * Joins: fox2mike (shyam@moz-8DDA37AB.fox2mike.net)
  82. # [00:18] * Joins: dzbarsky (Adium@moz-2C53377F.natpool.nyu.edu)
  83. # [00:18] <jesup> jld: so, what options do I have?
  84. # [00:19] <nemo> jesup: actually, the audio stuff still seems to work just fine. heh. and I see the glitch on one of the buildings is still there.
  85. # [00:20] * Joins: cpeterson_ (cpeterson@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  86. # [00:20] <nemo> well. might be faking the audio interaction
  87. # [00:20] <jesup> jld: that bug has stuff that looks very familiar....
  88. # [00:20] <jld> jesup: You could see what :pehrsons did (bug 831611 comment #72) -- it sounds like they got it working on Dolphin.
  89. # [00:20] * coop is now known as coop|afk
  90. # [00:20] * Quits: cpeterson (cpeterson@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  91. # [00:20] <jesup> yeah. They also implemented an H.261(!) video codec
  92. # [00:21] <jesup> insanity.....
  93. # [00:21] * ashughes|afk is now known as ashughes
  94. # [00:21] <jesup> though if you have network to burn and no horsepower.....
  95. # [00:21] <jesup> or just run REALLY low resolution/frame-rate
  96. # [00:22] <nemo> jesup: ohhh. I have profiling running. dammit. I always forget to turn that off
  97. # [00:22] <nemo> eh. no change. ah well
  98. # [00:25] * Quits: tonymec (tonymec@moz-38CEB999.adsl-dyn.isp.belgacom.be) (Ping timeout)
  99. # [00:26] * Quits: victorporof (victorporo@moz-43F045BF.dsl.bell.ca) (Ping timeout)
  100. # [00:27] * Quits: jviereck1 (Adium@moz-BF8D7793.dclient.hispeed.ch) (Ping timeout)
  101. # [00:27] <jesup> jld: ok. thanks. I can try that, but it's not a slam-dunk. I'll just live with 'top' for now....
  102. # [00:27] <jesup> 'top' - the poor-man's profiler
  103. # [00:27] * Quits: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net) (Quit: dealloc)
  104. # [00:28] * Joins: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net)
  105. # [00:29] * Quits: mixedpuppy (mixedpuppy@F6A439B3.5326A7E1.4EA770CF.IP) (Quit: mixedpuppy)
  106. # [00:29] * Joins: mixedpuppy (mixedpuppy@F6A439B3.5326A7E1.4EA770CF.IP)
  107. # [00:29] <gandalf> is there a way to cancel all jobs for a given push in gaia-try ?
  108. # [00:29] * Joins: tonymec (tonymec@moz-38CEB999.adsl-dyn.isp.belgacom.be)
  109. # [00:30] * Joins: ckerschb_ (anonymous@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  110. # [00:30] * Quits: h4writer (h4writer@moz-6BDA8831.access.telenet.be) (Ping timeout)
  111. # [00:30] * Joins: damons (gnubeard@648D8037.57B833A6.D74CC41D.IP)
  112. # [00:30] <nthomas> sounds like something that could be enabled in tbpl
  113. # [00:31] * Quits: rbarnes (rbarnes@moz-F55A81A8.washdc.fios.verizon.net) (Input/output error)
  114. # [00:31] * Joins: m_gol (m_gol@moz-4A03F5C1.dynamic.chello.pl)
  115. # [00:32] <KWierso> gandalf: looks like it's not enabled for that repo
  116. # [00:32] <gandalf> sad
  117. # [00:32] <gandalf> it's daunting to click cancel 10 times :)
  118. # [00:33] * Joins: h4writer (h4writer@moz-6BDA8831.access.telenet.be)
  119. # [00:34] <KWierso> gandalf: but yeah, I don't see why it wouldn't be enabled if you asked in the right place ;)
  120. # [00:34] * Quits: sankha93 (sankha93@moz-55E0FB05.pool.mediaways.net) (Client exited)
  121. # [00:34] * Joins: victorporof (victorporo@moz-2B9735D0.dsl.bell.ca)
  122. # [00:34] * Quits: Preeti (uid13882@moz-E77DEB21.irccloud.com) (Quit: Connection closed for inactivity)
  123. # [00:35] * Joins: bnicholson (bnicholson@moz-62518563.mtv2.mozilla.com)
  124. # [00:35] <gandalf> KWierso: where's the right place?
  125. # [00:35] * Quits: drno (nohlmeier@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  126. # [00:35] * Quits: cpeterson_ (cpeterson@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  127. # [00:36] <KWierso> gandalf: bugzilla, release engineering :: tools ?
  128. # [00:36] <nthomas> I think that's just in tbpl
  129. # [00:36] * Joins: drno (nohlmeier@moz-62518563.mtv2.mozilla.com)
  130. # [00:36] * Joins: cpeterson (cpeterson@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  131. # [00:36] <nthomas> see js/Config.js, isTry set to True
  132. # [00:36] * Quits: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net) (Quit: [self dealloc])
  133. # [00:37] <gandalf> bug 1021318 it is, thanks KWierso
  134. # [00:37] * Quits: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net) (Ping timeout)
  135. # [00:38] * Quits: Waldo (waldo@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  136. # [00:38] * Joins: Waldo (waldo@moz-62518563.mtv2.mozilla.com)
  137. # [00:39] * Quits: lduros (user@moz-A888D5F1.phlapa.fios.verizon.net) (Client exited)
  138. # [00:39] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  139. # [00:39] * Quits: jimm (jmathies@moz-DF439B90.pn.at.cox.net) (Quit: )
  140. # [00:40] * hwine is now known as hwine|afk
  141. # [00:40] <cabanier> If I have an object that returns itself, how should I define that in C++
  142. # [00:40] * Joins: ckitching (ckitching@moz-73BD1AA5.nat.csx.cam.ac.uk)
  143. # [00:41] * Quits: bwc (Adium@moz-536549A9.dsl.static.sonic.net) (Ping timeout)
  144. # [00:41] * Joins: bwc (Adium@moz-536549A9.dsl.static.sonic.net)
  145. # [00:41] <cabanier> ie DOMMatrix TranslateBy(x,0) -> already_AddRefed<DOMMatrix> DOMMatrix::TranslateBy { ... return this;} ?
  146. # [00:41] * Quits: heftig (heftig@moz-71069240.dip0.t-ipconnect.de) (Ping timeout)
  147. # [00:42] <cabanier> or DOMMatrix TranslateBy(x,0) -> nsRefPtr<DOMMatrix> DOMMatrix::TranslateBy { ... return this;} ?
  148. # [00:42] <bnicholson> smaug: do we even want to support 'document.implementation.createHTMLDocument().createElement("form").requestAutocomplete()'? is form.ownerDocument considered active in that case?
  149. # [00:42] * Quits: mixedpuppy (mixedpuppy@F6A439B3.5326A7E1.4EA770CF.IP) (Ping timeout)
  150. # [00:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b425e39cc959 - Shu-yu Guo - Bug 1016523 - Followup: fix include order.
  151. # [00:43] <@smaug> cabanier: already_AddRefed ....
  152. # [00:43] <@smaug> cabanier: and then actually addref this before returning
  153. # [00:43] * Quits: @ehsan (ehsan@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  154. # [00:43] * justindarc|afk is now known as justindarc
  155. # [00:43] <cabanier> smaug: thanks!
  156. # [00:43] <@smaug> cabanier: for example nsRefPtr<DOMMatrix> retval = this; return retval.forget();
  157. # [00:44] * Quits: aklotz (Thunderbir@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  158. # [00:44] <KWierso> shu: ping
  159. # [00:44] <shu> KWierso: i pushed a fix already
  160. # [00:44] <shu> KWierso: and starred
  161. # [00:44] <KWierso> great, thanks
  162. # [00:44] <@smaug> bnicholson: well, doesn't the spec say we should dispatch the error event in that case
  163. # [00:44] <cabanier> smaug: and that will make sure that the get the same object on the js side?
  164. # [00:44] <cabanier> s/the/we/
  165. # [00:44] <bnicholson> smaug: yeah
  166. # [00:45] <bnicholson> smaug: so why can't we just dispatch the error if document.defaultView is null?
  167. # [00:45] <@smaug> cabanier: well, that doesn't ensure it, but there is just one wrapper...
  168. # [00:45] <@smaug> so yeah, the same object on js side
  169. # [00:45] <@smaug> bnicholson: how do you create the event on JS side?
  170. # [00:45] <@smaug> without a window
  171. # [00:45] <bnicholson> oh, good point
  172. # [00:46] <bnicholson> document.createEvent?
  173. # [00:46] <@smaug> other option is to add [ChromeOnly] method to form element for error event dispatching
  174. # [00:46] * Joins: Preeti (uid13882@moz-E77DEB21.irccloud.com)
  175. # [00:46] <@smaug> bnicholson: document.createEvent() is legacy and shouldn't support any new event types
  176. # [00:46] <shu> KWierso: do you mind starring the other upcoming oranges?
  177. # [00:47] <KWierso> shu: can do
  178. # [00:47] <shu> KWierso: ty
  179. # [00:47] * Quits: damons (gnubeard@648D8037.57B833A6.D74CC41D.IP) (Quit: damons)
  180. # [00:47] * mattwoodrow is now known as mattwoodrow|away
  181. # [00:48] * Quits: Pike (chatzilla@moz-E6033142.pool.mediaways.net) (Quit: ChatZilla 0.9.90.1 [Firefox 29.0.1/20140506152807])
  182. # [00:48] * mattwoodrow|away is now known as mattwoodrow
  183. # [00:48] * Joins: till_ (till@moz-F4CF0619.adsl.alicedsl.de)
  184. # [00:49] <bnicholson> smaug: ok, i'll r? you again for the new patch since i'll be adding the AutocompleteErrorEvent dispatching to c++ too
  185. # [00:49] * Quits: till (till@moz-7339719B.adsl.alicedsl.de) (Ping timeout)
  186. # [00:49] * Joins: ehsan (ehsan@13F2CEC5.7672369.D8E68FF6.IP)
  187. # [00:49] * ChanServ sets mode: +o ehsan
  188. # [00:49] * till_ is now known as till
  189. # [00:52] * Joins: BigBro (TahaIbrahi@moz-918CBE1D.fbx.proxad.net)
  190. # [00:52] * Quits: Alessar (Alessar@4409775D.C64B1782.79D6B59E.IP) (Ping timeout)
  191. # [00:52] * Quits: BigBro (TahaIbrahi@moz-918CBE1D.fbx.proxad.net) (Quit: Quitte)
  192. # [00:52] * Quits: joshua-s (Thunderbir@moz-C377AF53.syrcny.east.verizon.net) (Ping timeout)
  193. # [00:52] <@smaug> bnicholson: k
  194. # [00:52] <@smaug> bnicholson: getting a bit late here, so I may not look at it today
  195. # [00:52] <bnicholson> smaug: np
  196. # [00:53] * Joins: joshua-s (Thunderbir@moz-C377AF53.syrcny.east.verizon.net)
  197. # [00:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/abc445f4c325 - Richard Newman - Bug 1014283 - Finish BrowserHealthRecorder initialization after distribution processing. r=margaret
  198. # [00:53] * admix|away is now known as admix
  199. # [00:53] * Joins: damons (gnubeard@648D8037.57B833A6.D74CC41D.IP)
  200. # [00:53] * rail is now known as rail-bbl
  201. # [00:54] * Quits: kanru` (kanru@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  202. # [00:56] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  203. # [00:56] * Quits: ehugg (chatzilla@moz-D8A48D8F.cisco.com) (Quit: ChatZilla 0.9.90.1 [Firefox 29.0.1/20140506152807])
  204. # [00:56] * Quits: ckerschb_ (anonymous@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: ckerschb_)
  205. # [00:57] * Quits: josh (josh@moz-2E9C1C52.hsd1.mn.comcast.net) (Quit: josh)
  206. # [00:58] * geekboy|afk is now known as geekboy
  207. # [00:59] * Quits: harth (harth@moz-42412102.hsd1.ca.comcast.net) (Input/output error)
  208. # [01:00] * Joins: harth (harth@moz-42412102.hsd1.ca.comcast.net)
  209. # [01:01] * Joins: ckerschb_ (anonymous@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  210. # [01:01] * Quits: kgrandon (Adium@moz-62518563.mtv2.mozilla.com) (Quit: Leaving.)
  211. # [01:01] * Joins: rbarnes (rbarnes@moz-F55A81A8.washdc.fios.verizon.net)
  212. # [01:02] * ctalbert|mtg is now known as ctalbert
  213. # [01:03] * Joins: squib_ (squib@moz-A962343B.dhcp.ftbg.wi.charter.com)
  214. # [01:03] * Quits: guigs2 (Adium@moz-62518563.mtv2.mozilla.com) (Quit: Leaving.)
  215. # [01:03] * Quits: victorporof (victorporo@moz-2B9735D0.dsl.bell.ca) (Ping timeout)
  216. # [01:04] * Joins: victorporof (victorporo@moz-2B9735D0.dsl.bell.ca)
  217. # [01:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f20ee5599de8 - Nicholas Nethercote - Bug 1019825 - Fix leak in error path in JS_NewRegExpObject(). r=mccr8.
  218. # [01:04] * Joins: kgrandon (Adium@moz-62518563.mtv2.mozilla.com)
  219. # [01:04] * Joins: guigs2 (Adium@moz-62518563.mtv2.mozilla.com)
  220. # [01:06] * Joins: njn (njn@moz-154B05DB.dyn.iinet.net.au)
  221. # [01:06] * ChanServ sets mode: +o njn
  222. # [01:06] <till> glandium: ping
  223. # [01:06] * Quits: harth (harth@moz-42412102.hsd1.ca.comcast.net) (Input/output error)
  224. # [01:07] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  225. # [01:07] <glandium> till: pong
  226. # [01:08] * Quits: bjacob (bjacob@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  227. # [01:09] <till> glandium: what do I best check for in makefile.in to know how to invoke the compiler with the correct flags for redirecting preprocessor output to a file?
  228. # [01:09] * heycam|away is now known as heycam
  229. # [01:09] * Quits: garvank (Garvan@moz-62518563.mtv2.mozilla.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  230. # [01:09] * Joins: garvank (Garvan@moz-62518563.mtv2.mozilla.com)
  231. # [01:09] * Quits: brendan (brendaneic@8ECC4BFC.EC83738C.D8D85ABD.IP) (Quit: brendan)
  232. # [01:10] * Quits: mconley (mconley@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  233. # [01:10] * Quits: kmoir-afk (chatzilla@moz-E15A831.cable.teksavvy.com) (Ping timeout)
  234. # [01:10] * Quits: rbarnes (rbarnes@moz-F55A81A8.washdc.fios.verizon.net) (Input/output error)
  235. # [01:10] * Joins: rbarnes (rbarnes@moz-F55A81A8.washdc.fios.verizon.net)
  236. # [01:11] * Joins: dholbert_ (dholbert@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  237. # [01:11] * Quits: m_gol (m_gol@moz-4A03F5C1.dynamic.chello.pl) (Quit: Leaving...)
  238. # [01:11] <glandium> till: look at the preprocessor rules in config/rules.mk
  239. # [01:11] * Quits: dholbert_ (dholbert@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Ex-Chat)
  240. # [01:11] <glandium> till: specifically, look up _PREPROCESSED_CPP_FILES
  241. # [01:13] * Quits: garvank (Garvan@moz-62518563.mtv2.mozilla.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  242. # [01:14] <stephend> lsblakk: heya
  243. # [01:14] <stephend> lsblakk: can you please take a look at https://bugzilla.mozilla.org/show_bug.cgi?id=1021333 ?
  244. # [01:14] * Joins: garvank (Garvan@moz-62518563.mtv2.mozilla.com)
  245. # [01:14] * Quits: Matti (Matti@moz-A3F5BE0D.dip0.t-ipconnect.de) (Ping timeout)
  246. # [01:15] * Quits: ahal (ahal@moz-49FA884.cpe.teksavvy.com) (Input/output error)
  247. # [01:15] * Joins: Matti_away (Matti@moz-A3F5BE0D.dip0.t-ipconnect.de)
  248. # [01:15] * Matti_away is now known as Matti
  249. # [01:15] <till> glandium: ah, OUTOPTION is what I'm looking for, I think
  250. # [01:16] <till> glandium: or, PREPROCESS_OPTION, rather
  251. # [01:16] <glandium> till: yes, PREPROCESS_OPTION. Look at the rule for _PREPROCESSED_CPP_FILES
  252. # [01:17] <till> glandium: yeah, I understand now. Thanks
  253. # [01:17] * Quits: tomer (tomer@F61A4DAE.55661B99.34A7550B.IP) (Quit: Leaving.)
  254. # [01:17] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  255. # [01:18] * Quits: guigs2 (Adium@moz-62518563.mtv2.mozilla.com) (Quit: Leaving.)
  256. # [01:18] * Quits: ejpbruel (ejpbruel@moz-366E8346.cm-11-1b.dynamic.ziggo.nl) (Ping timeout)
  257. # [01:18] * hwine|afk is now known as hwine
  258. # [01:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a3b45c160d46 - Mike Hommey - Bug 1020590 - Fix ASAN builds after bug 1013341. r=mshal
  259. # [01:19] * Quits: damons (gnubeard@648D8037.57B833A6.D74CC41D.IP) (Quit: damons)
  260. # [01:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b3b490f2ddc6 - Mike Hommey - Bug 965870 - Try to use __builtin_ffsl if ffsl is unavailable. r=mshal
  261. # [01:19] * Quits: garvank (Garvan@moz-62518563.mtv2.mozilla.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  262. # [01:19] * Quits: bgrins|afk (bgrins@C7203E51.FBD8ACDB.20F09BA6.IP) (Quit: Leaving.)
  263. # [01:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7ab785fa6f36 - Mike Hommey - Bug 965870 - Check for __builtin_ffsl before ffsl. r=mshal
  264. # [01:20] * Joins: garvank (Garvan@moz-62518563.mtv2.mozilla.com)
  265. # [01:21] * Quits: tedders1 (tedders1@moz-656B7AA.cpe.net.cable.rogers.com) (Input/output error)
  266. # [01:21] <ekr> glandium: potential bustage at https://pastebin.mozilla.org/5357175
  267. # [01:21] * rail-bbl is now known as rail
  268. # [01:21] <ekr> Perhaps a clobber is needed, perhaps more....
  269. # [01:22] * Joins: Bas (chatzilla@23136F61.9D195E5.CC6E334F.IP)
  270. # [01:23] <glandium> ekr: ah... configure
  271. # [01:23] * nsm is now known as nsm|away
  272. # [01:24] * Quits: tonymec (tonymec@moz-38CEB999.adsl-dyn.isp.belgacom.be) (Ping timeout)
  273. # [01:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/8b809afd1cea - Bobby Holley - Bug 1021258 - Restore the __proto__ mutation warning for __proto__ sets. r=luke
  274. # [01:25] * Quits: tonymec|away (tonymec@moz-38CEB999.adsl-dyn.isp.belgacom.be) (Ping timeout)
  275. # [01:26] * geekboy is now known as geekboy|afk
  276. # [01:27] <KWierso> glandium: yeah, tbpl says busted
  277. # [01:28] <KWierso> https://tbpl.mozilla.org/php/getParsedLog.php?id=41154220&tree=Mozilla-Inbound
  278. # [01:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ccae3f8cf784 - Mike Hommey - Bug 965870 - Update CLOBBER file
  279. # [01:28] * Joins: tonymec|away (tonymec@moz-38CEB999.adsl-dyn.isp.belgacom.be)
  280. # [01:28] <glandium> KWierso: already pushed a CLOBBER update
  281. # [01:28] <KWierso> so I see
  282. # [01:28] * Quits: arky (arky@55474439.C0D8A3B3.62DB355F.IP) (Ping timeout)
  283. # [01:28] <glandium> KWierso: we can also use the clobberer and retrigger the failures on the pushes before the CLOBBER update
  284. # [01:29] * Quits: kip (kip@moz-DDB15FC8.stc.novuscom.net) (Client exited)
  285. # [01:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e4eacc2d6f96 - Eric Faust - Bug 997894 - Part 0: Factor PropDesc out into its own header. (r=jorendorff)
  286. # [01:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d17bb70b871a - Eric Faust - Bug 997894 - Part 1: Implement Rooted API for PropDesc. (r=terrence)
  287. # [01:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b9d6fb7448b3 - Eric Faust - Bug 997894 - Part 2: Replace existing externally rooted PropDesc sites with Rooted<PropDesc>. (r=terrence)
  288. # [01:30] * Joins: kip (kip@moz-DDB15FC8.stc.novuscom.net)
  289. # [01:30] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  290. # [01:30] * Quits: KaiRo (robert@moz-713827ED.adsl.highway.telekom.at) (Input/output error)
  291. # [01:31] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4058f94dc21a - Camilo Viecco - Bug 1000548 - Leaking arenas allocated in mozilla::pkix r=keeler
  292. # [01:31] * Quits: kip (kip@moz-DDB15FC8.stc.novuscom.net) (Client exited)
  293. # [01:31] * Joins: espadrine (ttyl@moz-CDD6001B.w90-2.abo.wanadoo.fr)
  294. # [01:31] * Joins: kip (kip@moz-DDB15FC8.stc.novuscom.net)
  295. # [01:32] <glandium> KWierso: would you happen to know the bug # for tracking clobber issues?
  296. # [01:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/98b5ebd7a3d2 - Eric Faust - Bug 1002737 - Find a new home for PropDesc::unwrapDebuggerObjectsInto. (r=jorendorff)
  297. # [01:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/00481a443cf0 - Eric Faust - Bug 1002737 - Make AutoPropDescRooter into an AutoVectorRooter. (r=jorendorff)
  298. # [01:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d1a3b8ee7c7e - Eric Faust - Bug 1002737 - Make PropDesc::setUndefined() play nicer with our asserts. (r=jorendorff)
  299. # [01:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c14b461b3c24 - Eric Faust - Bug 1002737 - Convert PropDesc::pd_ to a JSObject *. (r=jorendorff)
  300. # [01:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a98a39b58a54 - Eric Faust - Bug 1002737 - Assert more about PropDesc definedness in various functions. (r=jorendorff)
  301. # [01:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1374cc1b03c0 - Eric Faust - Bug 1002737 - Implement PropDesc::wrapInto as JSCompartment::wrap. (r=jorendorff)
  302. # [01:33] <KWierso> glandium: bug number's "clobber"
  303. # [01:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4db799c3cee9 - Eric Faust - Bug 1002737 - Fix PropDesc vector rooting in DebugObject_defineProperties. (r=jorendorff)
  304. # [01:34] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/01332e9ad851 - Erik Vold - Bug 1021280 - Uplift Add-on SDK to Firefox r=me
  305. # [01:34] <KWierso> glandium: ( https://bugzilla.mozilla.org/show_bug.cgi?id=clobber )
  306. # [01:36] * Quits: bholley (bholley@32EFA1FF.F0338C73.AECC5372.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  307. # [01:36] * Quits: espadrine (ttyl@moz-CDD6001B.w90-2.abo.wanadoo.fr) (Ping timeout)
  308. # [01:37] * Joins: nattokirai (nattokirai@moz-C286AD9A.bitcat.net)
  309. # [01:37] * Joins: espadrine (ttyl@moz-CDD6001B.w90-2.abo.wanadoo.fr)
  310. # [01:37] * Joins: jimb (user@moz-ED4AA0F2.hsd1.wa.comcast.net)
  311. # [01:39] * Joins: josh (josh@moz-2E9C1C52.hsd1.mn.comcast.net)
  312. # [01:39] * Quits: rbarnes (rbarnes@moz-F55A81A8.washdc.fios.verizon.net) (Input/output error)
  313. # [01:39] * ctalbert is now known as ctalbert|afk
  314. # [01:40] * Quits: sicking (sicking@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: sicking)
  315. # [01:40] * Joins: sicking (sicking@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  316. # [01:41] * Joins: lmandel (lmandel@moz-60AD75.cable.teksavvy.com)
  317. # [01:43] * Joins: btulchinsky (btulchinsk@moz-47241C28.dsl.bell.ca)
  318. # [01:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e6905f611ad6 - Nathan Braswell - Bug 1017275 - Make Number.isNaN and Number.isFinite inlinable. r=jwalden
  319. # [01:43] <ekr> glandium: buildbot is happy now
  320. # [01:43] * jlund is now known as jlund|afk
  321. # [01:44] * Joins: guigs2 (Adium@moz-8C0B17A0.hsd1.ca.comcast.net)
  322. # [01:45] * sheppy is now known as sheppy-offline
  323. # [01:46] * Joins: nathan (chatzilla@moz-62518563.mtv2.mozilla.com)
  324. # [01:47] * Joins: tonymec (tonymec@moz-38CEB999.adsl-dyn.isp.belgacom.be)
  325. # [01:47] <glandium> KWierso: fwiw, i clobbered and retriggered the reds on bholley's push
  326. # [01:47] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  327. # [01:48] * Quits: espadrine (ttyl@moz-CDD6001B.w90-2.abo.wanadoo.fr) (Ping timeout)
  328. # [01:49] * NeilAway thinks bholley may have typoed one of his tests
  329. # [01:49] * Quits: nattokirai (nattokirai@moz-C286AD9A.bitcat.net) (Quit: nattokirai)
  330. # [01:49] * Joins: nattokirai (nattokirai@moz-C286AD9A.bitcat.net)
  331. # [01:49] * Joins: espadrine (ttyl@moz-CDD6001B.w90-2.abo.wanadoo.fr)
  332. # [01:52] * Quits: kip (kip@moz-DDB15FC8.stc.novuscom.net) (Client exited)
  333. # [01:52] * Joins: kip (kip@moz-DDB15FC8.stc.novuscom.net)
  334. # [01:53] * Quits: espadrine (ttyl@moz-CDD6001B.w90-2.abo.wanadoo.fr) (Ping timeout)
  335. # [01:54] * rail is now known as rail_away
  336. # [01:54] * Quits: sylvain (scleymans@moz-62518563.mtv2.mozilla.com) (Input/output error)
  337. # [01:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/34f371b1024b - Jeff Muizelaar - Bug 1021290. More Atomics.h build fixes for clang-cl. r=froydnj
  338. # [01:54] * Quits: josh (josh@moz-2E9C1C52.hsd1.mn.comcast.net) (Quit: josh)
  339. # [01:55] * Quits: victorporof (victorporo@moz-2B9735D0.dsl.bell.ca) (Quit: victorporof)
  340. # [01:55] * Quits: btulchinsky (btulchinsk@moz-47241C28.dsl.bell.ca) (Client exited)
  341. # [01:55] * hwine is now known as hwine|afk
  342. # [01:56] * Joins: kmoir-afk (chatzilla@moz-E15A831.cable.teksavvy.com)
  343. # [01:57] <Callek_projectduty> Waldo: (or anyone else js-land) --- is it possible to run the test for https://bugzilla.mozilla.org/show_bug.cgi?id=999651 in-browser? (e.g. a running release ver of seamonkey)
  344. # [01:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/122b37a8fa4f - Brian Birtles - Turn off changes to SVG's getBBox due to bug 1019326; r=longsonr
  345. # [01:59] * Quits: @smaug (chatzilla@moz-38C5B03.elisa-laajakaista.fi) (Ping timeout)
  346. # [01:59] <Waldo> Callek_projectduty: function serialize(data, tmap) { window.postMessage(data, "*", tmap); } might do the trick for having the scripts runnable in an HTML page, maybe
  347. # [01:59] <Waldo> I think
  348. # [02:00] <Callek_projectduty> there is more than just serialize I'm missing though, iirc
  349. # [02:00] <Callek_projectduty> neuter
  350. # [02:00] * Joins: bgrins (bgrins@2E6E9164.E6468DB3.BAB75B95.IP)
  351. # [02:00] * Quits: ckerschb_ (anonymous@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: ckerschb_)
  352. # [02:01] * stephend is now known as stephend|bugbash
  353. # [02:02] * Quits: bgrins (bgrins@2E6E9164.E6468DB3.BAB75B95.IP) (Ping timeout)
  354. # [02:03] * Quits: tonymec (tonymec@moz-38CEB999.adsl-dyn.isp.belgacom.be) (Ping timeout)
  355. # [02:03] * ewong|away is now known as ewong
  356. # [02:03] * Quits: h4writer (h4writer@moz-6BDA8831.access.telenet.be) (Ping timeout)
  357. # [02:03] * Joins: damons (gnubeard@648D8037.57B833A6.D74CC41D.IP)
  358. # [02:04] * nthomas is now known as nthomas|away
  359. # [02:05] * Joins: tonymec (tonymec@moz-38CEB999.adsl-dyn.isp.belgacom.be)
  360. # [02:09] * Joins: sylvain (scleymans@moz-CF8BEBEF.dia.static.qwest.net)
  361. # [02:11] * hwine|afk is now known as hwine
  362. # [02:12] * Joins: rbarnes (rbarnes@moz-F55A81A8.washdc.fios.verizon.net)
  363. # [02:12] * Quits: gozala (uid5923@moz-5F4AA75A.irccloud.com) (Quit: Connection closed for inactivity)
  364. # [02:13] * Quits: garvank (Garvan@moz-62518563.mtv2.mozilla.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  365. # [02:13] * Quits: gandalf (zbraniecki@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  366. # [02:13] <Waldo> Callek_projectduty: function neuter(ab, ignored) { window.postMessage(ab, "*", [ab]); } probably
  367. # [02:13] <Waldo> Callek_projectduty: but really, if ideal you should run the tests against a JS shell
  368. # [02:14] <Waldo> one gets built in the build process, if not packaged in releases
  369. # [02:14] <Callek_projectduty> hrm, yea I can't even freaking crash with Bug 999274 either, and I know seamonkey is pretty darn easy to get into mem pressure
  370. # [02:14] * Quits: kmoir-afk (chatzilla@moz-E15A831.cable.teksavvy.com) (Quit: ChatZilla 0.9.90.1 [Firefox 29.0.1/20140506152807])
  371. # [02:14] * Joins: brendan (brendaneic@AAD14A03.615B56E6.43362C16.IP)
  372. # [02:14] * Quits: jimb (user@moz-ED4AA0F2.hsd1.wa.comcast.net) (Ping timeout)
  373. # [02:15] <Callek_projectduty> Waldo: that JS eng one, how likely is that to be backportable to Gecko 29? or is there a lot of churn in that area of code that it won't be able to cleanly land
  374. # [02:15] * Quits: tonymec|away (tonymec@moz-38CEB999.adsl-dyn.isp.belgacom.be) (Ping timeout)
  375. # [02:16] * Quits: tonymec (tonymec@moz-38CEB999.adsl-dyn.isp.belgacom.be) (Ping timeout)
  376. # [02:16] <Waldo> Callek_projectduty: that whole patch is backportable, but you'll have to match up the places to change on your own, and you'll have to hope the various patches I used for auditing, but didn't land (and never intended to), won't be necessary for investigative purposes
  377. # [02:16] <Waldo> and "backportable" depends on how much you value your time, of course
  378. # [02:16] <Callek_projectduty> yea, indeed.
  379. # [02:17] * Callek_projectduty "loves" this predicament SeaMonkey is in today, fwiw
  380. # [02:17] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/17a6eccb5550 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  381. # [02:17] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/efca8ebc717a - B2G Bumper Bot - Bumping manifests a=b2g-bump
  382. # [02:17] * Joins: garvank (Garvan@moz-62518563.mtv2.mozilla.com)
  383. # [02:17] <Waldo> and, to play, er, devil's advocate, how much you value your users' security
  384. # [02:17] <Waldo> ;-)
  385. # [02:17] <Waldo> welcome to the joys of two months of my life
  386. # [02:17] * Joins: tonymec|away (tonymec@moz-38CEB999.adsl-dyn.isp.belgacom.be)
  387. # [02:18] * Quits: garvank (Garvan@moz-62518563.mtv2.mozilla.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  388. # [02:18] * Joins: bholley (bholley@32EFA1FF.F0338C73.AECC5372.IP)
  389. # [02:19] <RyanVM|afk> Waldo: one would sorta hope that a freakish hybrid of the fx30 and b2g28 patch could be conjured up
  390. # [02:19] <Waldo> RyanVM|afk: it probably could
  391. # [02:20] * Joins: tonymec (tonymec@moz-38CEB999.adsl-dyn.isp.belgacom.be)
  392. # [02:20] <Waldo> RyanVM|afk: if I were doing it, I'd start with the 30 patch and qimport each patch seriatim, fixing up rejects at each step
  393. # [02:20] <Waldo> that's what I did for backporting to all the different branches
  394. # [02:22] <Waldo> Callek_projectduty: should you decide to attempt that approach, I could probably find the full 30 patch series in my .hg/strip-backups if needed
  395. # [02:22] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  396. # [02:22] <Waldo> Callek_projectduty: don't have the series exactly on hand, tho, for zipping/copying in 30s' time, tho
  397. # [02:23] * Quits: guigs2 (Adium@moz-8C0B17A0.hsd1.ca.comcast.net) (Quit: Leaving.)
  398. # [02:23] * Quits: tonymec (tonymec@moz-38CEB999.adsl-dyn.isp.belgacom.be) (Ping timeout)
  399. # [02:23] <RyanVM|afk> Callek_projectduty: dare I ask what's motivating this? :)
  400. # [02:24] <Callek_projectduty> Waldo: I don't even have a local m-r atm, just trying to trim down my list of 43 bugs to something smaller (e.g. stuff that is either in B2G/Firefox specific code or stuff that has l10n changes, or stuff that is just too wide a change for an uplift)
  401. # [02:24] <Callek_projectduty> RyanVM|afk: SeaMonkey is not releasing a Gecko 30 build
  402. # [02:24] <RyanVM|afk> ouch
  403. # [02:24] * Joins: garvank (Garvan@moz-62518563.mtv2.mozilla.com)
  404. # [02:24] <Callek_projectduty> RyanVM|afk: (our centOS6 builders aren't ready yet :/ )
  405. # [02:24] * hwine is now known as hwine|afk
  406. # [02:24] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  407. # [02:24] <Callek_projectduty> RyanVM|afk: I am able to release a dot-release though, so I'm trying to do so in order to be respectful of my users security/stability
  408. # [02:25] * Quits: justindarc (justindarc@D2AEACFC.B56D28DB.B58D01CE.IP) (Quit: )
  409. # [02:25] * Quits: mccr8 (mccr8@moz-62518563.mtv2.mozilla.com) (Quit: computer sleep)
  410. # [02:25] <Callek_projectduty> and I don't want to just ignore all the Gecko sec bugs and do only the SeaMonkey sec/stability uplifts
  411. # [02:25] * Quits: drno (nohlmeier@moz-62518563.mtv2.mozilla.com) (Quit: drno)
  412. # [02:26] <RyanVM|afk> Callek_projectduty: on an unrelated topic, I think self-serve may be occasionally dropping retrigger requests again
  413. # [02:26] <RyanVM|afk> if so, it's a very recent problem
  414. # [02:26] <Callek_projectduty> RyanVM|afk: self serve agent was upgraded late last night
  415. # [02:26] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  416. # [02:26] <Callek_projectduty> so might be related
  417. # [02:26] <Callek_projectduty> if you're seeing signs get a bug on file, and CC zeller at least
  418. # [02:26] <RyanVM|afk> for now, I won't discount that I might just suck at math too
  419. # [02:27] <RyanVM|afk> but I'll keep an eye on it tomorrow too
  420. # [02:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/6023afffa722 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  421. # [02:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/86bcc936948c - B2G Bumper Bot - Bumping manifests a=b2g-bump
  422. # [02:27] * Joins: ckerschb_ (anonymous@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  423. # [02:27] <Callek_projectduty> RyanVM|afk: edmorley clued me in on https://secure.pub.build.mozilla.org/buildapi/self-serve/jobs?num=10000 fwiw
  424. # [02:28] * Quits: jdm (jdm@125EF623.B2666F0E.66399531.IP) (Quit: Lost terminal)
  425. # [02:28] * Quits: pcwalton (pcwalton@383121B7.B2666F0E.66399531.IP) (Quit: pcwalton)
  426. # [02:28] <RyanVM|afk> Callek_projectduty: so I guess the fact that they're all showing complete AFAICT means that I just suck at math :P
  427. # [02:28] <Callek_projectduty> possibly
  428. # [02:28] <Callek_projectduty> but possibly not ;-)
  429. # [02:28] * Callek_projectduty has no idea
  430. # [02:28] * Quits: rbarnes (rbarnes@moz-F55A81A8.washdc.fios.verizon.net) (Input/output error)
  431. # [02:28] * Quits: ddahl (ddahl@moz-5F89CFB9.hsd1.il.comcast.net) (Ping timeout)
  432. # [02:28] * Quits: ckerschb_ (anonymous@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: ckerschb_)
  433. # [02:28] <RyanVM|afk> whatever, I'm not going to sound any alarms unless I've got more than a hunch to go on
  434. # [02:29] * Quits: juanb (jbecerra@moz-62518563.mtv2.mozilla.com) (Quit: juanb)
  435. # [02:29] * Quits: damons (gnubeard@648D8037.57B833A6.D74CC41D.IP) (Quit: damons)
  436. # [02:29] * Quits: bholley (bholley@32EFA1FF.F0338C73.AECC5372.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  437. # [02:30] * Quits: @ehsan (ehsan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  438. # [02:30] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  439. # [02:30] * Quits: system64 (uid17738@moz-A42E5B7B.irccloud.com) (Quit: Connection closed for inactivity)
  440. # [02:31] * Joins: tonymec (tonymec@moz-38CEB999.adsl-dyn.isp.belgacom.be)
  441. # [02:32] * Quits: garvank (Garvan@moz-62518563.mtv2.mozilla.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  442. # [02:33] <KWierso> jrmuizel: bustage
  443. # [02:33] <KWierso> https://tbpl.mozilla.org/php/getParsedLog.php?id=41158492&tree=Mozilla-Inbound
  444. # [02:33] * Quits: maxli (maxli@moz-4D28BA20.student.cs.uwaterloo.ca) (Input/output error)
  445. # [02:34] <jrmuizel> KWierso: can you back it out for me?
  446. # [02:34] * Quits: myk (myk@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  447. # [02:34] <KWierso> jrmuizel: can do
  448. # [02:34] <jrmuizel> KWierso: thanks
  449. # [02:34] * Joins: maxli (maxli@moz-4D28BA20.student.cs.uwaterloo.ca)
  450. # [02:35] * Joins: bholley (bholley@32EFA1FF.F0338C73.AECC5372.IP)
  451. # [02:36] * Quits: spenrose (spenrose@moz-6541E052.hsd1.ca.comcast.net) (Quit: spenrose)
  452. # [02:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/be43c6389387 - Wes Kocher - Backed out changeset 34f371b1024b (bug 1021290) for Windows build bustage on a CLOSED TREE
  453. # [02:37] * Quits: naveed (nihsanulla@moz-6A023467.bstnma.fios.verizon.net) (Ping timeout)
  454. # [02:37] <KWierso> jrmuizel: ^
  455. # [02:37] * Joins: naveed (nihsanulla@moz-6A023467.bstnma.fios.verizon.net)
  456. # [02:38] * Quits: bholley (bholley@32EFA1FF.F0338C73.AECC5372.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  457. # [02:38] * Joins: tedders1 (tedders1@moz-656B7AA.cpe.net.cable.rogers.com)
  458. # [02:41] * Joins: heftig (heftig@moz-93D61341.dip0.t-ipconnect.de)
  459. # [02:44] * Quits: grobinson (~grobinson@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  460. # [02:44] * Joins: ddahl (ddahl@EDE430AA.CB84766B.D1E74241.IP)
  461. # [02:45] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6934964f2c99 - Eric Faust - Bug 978236 - Implement Proxy.[[DefineProperty]] to ES6 standard. (r=jorendorff)
  462. # [02:45] * Joins: jimb (user@moz-ED4AA0F2.hsd1.wa.comcast.net)
  463. # [02:46] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  464. # [02:46] <efaust> KWierso: hmm, that android 2.3 test failure...
  465. # [02:47] <KWierso> efaust: yeah, didn't that happen yesterday?
  466. # [02:48] * Quits: tanvi (tanvi@moz-1979187D.hsd1.ca.comcast.net) (Quit: Leaving.)
  467. # [02:48] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  468. # [02:48] <efaust> KWierso: I don't think so?
  469. # [02:48] * efaust looks again
  470. # [02:49] * Quits: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  471. # [02:49] * Quits: walter (walter@moz-62518563.mtv2.mozilla.com) (Input/output error)
  472. # [02:49] <RyanVM|afk> efaust: KWierso: fwiw, there's a *LOT* of missing Android 2.3 test results on the pushes prior
  473. # [02:50] <RyanVM|afk> all the way to njn's push for the last full run
  474. # [02:50] <efaust> RyanVM|afk: KWierso: I tried to do my due dilligence here on the random GC failures. I'm confident we got them sorted. I am inclined (like everyone else) to claim that the random failures aren't mine
  475. # [02:51] * Quits: cviecco (cviecco@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  476. # [02:51] * Quits: nathan (chatzilla@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  477. # [02:51] <RyanVM|afk> efaust: Try links if you've got them are super helpful :)
  478. # [02:51] * Joins: cviecco (cviecco@moz-62518563.mtv2.mozilla.com)
  479. # [02:51] <RyanVM|afk> otherwise, we'll have to just retrigger to fill in the blanks
  480. # [02:52] <efaust> we're stuck retriggering. The try run that I used to convince people I'd solved the SM(r) and Jetpack failrues didn't run android tests
  481. # [02:52] * Quits: bnicholson (bnicholson@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  482. # [02:53] * Quits: lgarner (lgarner@2D337F52.2D31AF7B.5AEB50C4.IP) (Ping timeout)
  483. # [02:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/d0538d59785a - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  484. # [02:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/79f4014a11c1 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  485. # [02:54] * Quits: brendan (brendaneic@AAD14A03.615B56E6.43362C16.IP) (Quit: brendan)
  486. # [02:54] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  487. # [02:55] <RyanVM|afk> efaust: not having an Android build on bug 997894 kinda sucks
  488. # [02:55] <RyanVM|afk> depending on what the other retriggers tell us
  489. # [02:55] <efaust> RyanVM|afk: sure does. Do you guys have a way to "decoalesce"?
  490. # [02:55] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  491. # [02:56] * Joins: guigs2 (Adium@moz-8C0B17A0.hsd1.ca.comcast.net)
  492. # [02:56] * Quits: till (till@moz-F4CF0619.adsl.alicedsl.de) (Input/output error)
  493. # [02:56] * Quits: gustavold (gustavold@871FA1A9.4C3DB1D5.DF2AC62B.IP) (Quit: Leaving.)
  494. # [02:56] <Waldo> jrmuizel: btw, I'm whittling down the review queue, but once it's not quite so insane UniquePtr is probably the next task
  495. # [02:57] <jrmuizel> Waldo: nice
  496. # [02:57] <jrmuizel> Waldo: looking forward
  497. # [02:57] <Waldo> only at 16 or so now, versus the 40ish it had been at a couple days ago
  498. # [02:57] * Joins: kjventura (kjventura@4F6C6071.E0D02AB.AECA3B5D.IP)
  499. # [02:57] <qDot> Hmm. Do we have to do anything special with WebAPIs to expose them via e10s?
  500. # [02:57] <qDot> 'cause my mochis that work on in process and b2g ip/oop fail on ff e10s.
  501. # [02:58] * Quits: azakai (alon@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  502. # [02:58] <qDot> 'cause it can't find the interface off of navigator, which is should have.
  503. # [02:59] * Joins: nathan (chatzilla@moz-62518563.mtv2.mozilla.com)
  504. # [02:59] * Quits: jimb (user@moz-ED4AA0F2.hsd1.wa.comcast.net) (Ping timeout)
  505. # [03:00] <efaust> RyanVM|afk: should I peel off a few revisions things and that push to try?
  506. # [03:00] <efaust> RyanVM|afk: that might be helpful. I don't know if it'll come back in time
  507. # [03:00] <RyanVM|afk> efaust: probably won't given Try's lack of priority for things
  508. # [03:00] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  509. # [03:00] <RyanVM|afk> there's enough builds around that push to narrow it down by elimination
  510. # [03:00] * Quits: wesj (Instantbir@143E69B4.43B595E8.D2BCA391.IP) (Ping timeout)
  511. # [03:00] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  512. # [03:01] * Joins: wesj (Instantbir@143E69B4.43B595E8.D2BCA391.IP)
  513. # [03:01] * efaust interested in seeing how this is approached
  514. # [03:02] * Quits: jonasfj (jonasfj@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  515. # [03:02] <RyanVM|afk> efaust: https://tbpl.mozilla.org/?tree=Mozilla-Inbound&jobname=Android%202.3%20Emulator%20on%20ix%20mozilla-inbound%20opt%20test%20mochitest-8&fromchange=f20ee5599de8&tochange=4db799c3cee9
  516. # [03:02] * Joins: victorporof (victorporo@moz-2B9735D0.dsl.bell.ca)
  517. # [03:03] * Quits: wesj (Instantbir@143E69B4.43B595E8.D2BCA391.IP) (Ping timeout)
  518. # [03:03] * Joins: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net)
  519. # [03:03] <RyanVM|afk> efaust: if bholley comes up clean, I highly doubt cviecco is at fault for it
  520. # [03:03] * Joins: wesj (Instantbir@143E69B4.43B595E8.D2BCA391.IP)
  521. # [03:03] * Joins: garvank (Garvan@9A8F86D9.B65E8594.4C2245EF.IP)
  522. # [03:04] <efaust> bholley isn't failing
  523. # [03:04] <efaust> did you read the patch?
  524. # [03:04] * efaust frustrated
  525. # [03:05] <RyanVM|afk> efaust: but if that's the case, I also can't say if it's bug 997894 or bug 1002737 that's at fault :(
  526. # [03:07] <efaust> RyanVM|afk: that's part of why I'm frustrated
  527. # [03:07] <efaust> RyanVM|afk: which isn't directed at anyone. It's just really unfortunate
  528. # [03:07] <RyanVM|afk> yeah :(
  529. # [03:07] <RyanVM|afk> i feel for you, honestly
  530. # [03:07] <efaust> luke has a good practice here, where he intentionally waits when the tree is slow, so that this doesn't happen to him
  531. # [03:07] <efaust> I may adopt it
  532. # [03:08] <RyanVM|afk> or at least space them out more
  533. # [03:08] <RyanVM|afk> 3min apart is asking for trouble :)
  534. # [03:08] * Joins: bnicholson (bnicholson@F118B273.BF05706.A36C57B9.IP)
  535. # [03:08] <efaust> RyanVM|afk: also, if these two come out, bug 978236 is gone, too
  536. # [03:08] <efaust> and I'll run my try runs :)
  537. # [03:09] <RyanVM|afk> i'm kind of amazed that these seem to be 2.3-only?
  538. # [03:09] <RyanVM|afk> that's....impressive
  539. # [03:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/45fd2bac9153 - Robert Strong - Bug 1010999 - Change update notification to Weekly instead of Daily on Aurora. r=gavin.sharp
  540. # [03:11] <efaust> RyanVM|afk: it's gonna be fuuuun, to be sure
  541. # [03:12] <efaust> at least I'll know when it hits try, if it's my fault. Whatever it is, it fails reall consistent-like
  542. # [03:13] * Quits: harshkothari (harshkotha@7D6529E0.9EDADC17.F76EB206.IP) (Client exited)
  543. # [03:13] * efaust readies backout
  544. # [03:13] * Quits: ekr (ekr@moz-24157589.mtv2.mozilla.com) (Ping timeout)
  545. # [03:15] * Quits: trevorh (trevor@moz-80CC6DCD.qwl9.woo.bigpond.net.au) (Quit: Leaving.)
  546. # [03:18] * Joins: rbarnes (rbarnes@moz-F55A81A8.washdc.fios.verizon.net)
  547. # [03:18] * Joins: TYLin (TYLin@moz-99690620.hinet-ip.hinet.net)
  548. # [03:18] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  549. # [03:18] * Joins: trevorh (trevor@moz-80CC6DCD.qwl9.woo.bigpond.net.au)
  550. # [03:20] * Quits: kgrandon (Adium@moz-62518563.mtv2.mozilla.com) (Quit: Leaving.)
  551. # [03:20] * Joins: sewardj__ (sewardj@moz-D76F4591.dip0.t-ipconnect.de)
  552. # [03:20] <efaust> OH MY GOD
  553. # [03:20] * efaust unreadies backout
  554. # [03:21] * efaust feels like he's won the lottery
  555. # [03:21] * Quits: rbarnes (rbarnes@moz-F55A81A8.washdc.fios.verizon.net) (Ping timeout)
  556. # [03:21] <efaust> I am...anxious to find out how that CS caused that failure
  557. # [03:21] * Quits: sewardj_ (sewardj@moz-605697B2.dip0.t-ipconnect.de) (Ping timeout)
  558. # [03:22] * KWierso readies a backout
  559. # [03:22] <efaust> man, we missed out on some choice backout messages
  560. # [03:22] * Quits: Matti (Matti@moz-A3F5BE0D.dip0.t-ipconnect.de) (Ping timeout)
  561. # [03:22] * Joins: kgrandon (Adium@moz-62518563.mtv2.mozilla.com)
  562. # [03:22] * Quits: kgrandon (Adium@moz-62518563.mtv2.mozilla.com) (Client exited)
  563. # [03:23] <efaust> "Backed out bug xxxxxx for falling in with a bad crowd" "Backed out bug xxxxxx on suspicion of conspiracy to be an accessory to Android 2.3 M8 failures"
  564. # [03:23] <RyanVM|afk> lmao
  565. # [03:23] <RyanVM|afk> \m/
  566. # [03:23] <RyanVM|afk> efaust: wow, I'm honestly happy for you
  567. # [03:23] <efaust> RyanVM|afk: I am so scared for bobby....
  568. # [03:24] <efaust> RyanVM|afk: something wicked that way came
  569. # [03:24] <RyanVM|afk> nah, he gets free passes for life for pure virtue of the fact that he owns xpconnect
  570. # [03:24] <efaust> heh!
  571. # [03:24] <RyanVM|afk> i mean srsly, he used to own imagelib
  572. # [03:24] * Quits: Preeti (uid13882@moz-E77DEB21.irccloud.com) (Quit: Connection closed for inactivity)
  573. # [03:24] <RyanVM|afk> and then he willingly takes on xpconnect instead?
  574. # [03:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/257a99604e30 - Wes Kocher - Backed out changeset 8b809afd1cea (bug 1021258) for Android m8 bustage on a CLOSED TREE
  575. # [03:25] * jcranmer whistles away his completely voluntary ownership of code dating back to 1997 with minimal changes since then
  576. # [03:25] * Quits: kilikkuo (Mibbit@moz-99690620.hinet-ip.hinet.net) (Quit: http://www.mibbit.com ajax IRC Client)
  577. # [03:26] * Joins: borting (borting@moz-99690620.hinet-ip.hinet.net)
  578. # [03:26] * Joins: mccr8 (mccr8@moz-F3D6C6BB.hsd1.ca.comcast.net)
  579. # [03:26] * Joins: Matti_away (Matti@moz-A3F5BE0D.dip0.t-ipconnect.de)
  580. # [03:26] * Matti_away is now known as Matti
  581. # [03:26] <Callek_projectduty> jcranmer: is the MIME parser dead?
  582. # [03:26] <RyanVM|afk> jcranmer: just saying, it takes a special kind of nutcase :P
  583. # [03:26] * Quits: Mook_as (mook@moz-1FCC0032.activestate.com) (Quit: Mook_as)
  584. # [03:26] <efaust> RyanVM|afk: he also owns it all the way, since nobody else is insance enough to mess with it
  585. # [03:26] * Joins: ehsan (ehsan@moz-B4709FAB.cable.teksavvy.com)
  586. # [03:26] * ChanServ sets mode: +o ehsan
  587. # [03:27] * Joins: aja (Instantbir@D54CBE2B.C750B320.7880DB15.IP)
  588. # [03:27] <RyanVM|afk> yeah, I'm not sure who's crazier, bholley for owning xpconnect or ehsan for "owning" editor :P
  589. # [03:27] <jcranmer> Callek_projectduty: some things take forever to finish their death throes
  590. # [03:27] <jcranmer> I thought AryehGregor owns editor these days?
  591. # [03:27] * Joins: ehugg (ehugg@moz-F46F489D.hsd1.wa.comcast.net)
  592. # [03:27] <jesup> quick, file more bugs on editor!
  593. # [03:28] <RyanVM|afk> jesup: I heard editor ownership was a "he who touched it last" type of arrangement
  594. # [03:28] * Quits: TYLin (TYLin@moz-99690620.hinet-ip.hinet.net) (Quit: TYLin)
  595. # [03:28] <jcranmer> it's really sad when the nominal owner of editor doesn't care about fixing bugs reported in the most visible use of editor
  596. # [03:28] <Callek_projectduty> RyanVM|afk: I'd geuss whoever owns printing to be craziest
  597. # [03:28] <RyanVM|afk> Callek_projectduty: someone owns printing?
  598. # [03:29] <RyanVM|afk> though based on most recent patches, I guess I'd award it to mattwoodrow? :)
  599. # [03:29] <Callek_projectduty> touche (I can't do accents on this keyboard easily)
  600. # [03:29] * jesup remembers a whole bunch of ?XPrint? bugs
  601. # [03:29] * jesup doesn't remember so good
  602. # [03:29] * mattwoodrow runs
  603. # [03:29] * Joins: TYLin (TYLin@moz-99690620.hinet-ip.hinet.net)
  604. # [03:29] <RyanVM|afk> mattwoodrow: too late, you replied!
  605. # [03:29] <jesup> break out the torches!
  606. # [03:29] <jcranmer> when the he-who-touches-it-rule breaks down
  607. # [03:29] * RyanVM|afk is now known as RyanVM
  608. # [03:30] <jcranmer> it becomes the he-who-thinks-about-touching-it rule
  609. # [03:30] <KWierso> he-who-touched-an-adjacent-directory
  610. # [03:30] <jesup> Or the he-who-last-filed-a-bug-on-it (and investigated beyond "it's broken")
  611. # [03:30] <jcranmer> he-who-asked-who-owns-it
  612. # [03:31] <RyanVM> KWierso: funny, that's how rbarnes almost got roped into fixing the osx m4 timeouts :D
  613. # [03:31] * Quits: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 1.8.0.9/2006120508])
  614. # [03:32] <_wirepair> am i missing something or is there never socket connection errors exposed in nsihttpchannel?
  615. # [03:32] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=c08a299f2163 - 76 changesets
  616. # [03:32] <_wirepair> even nsihttpactivityobserver doesn't expose any way of determining if a request fails
  617. # [03:32] * Quits: sunfish (chatzilla@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  618. # [03:32] * Quits: ohsix (ohsix@A2D7F518.A2E0D0A6.F944C6CB.IP) (Ping timeout)
  619. # [03:33] * Quits: wesj (Instantbir@143E69B4.43B595E8.D2BCA391.IP) (Ping timeout)
  620. # [03:33] <JosiahOne> pulsebot: Who are you and what have you done with firebot!
  621. # [03:34] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/7084e7ad7951 - Ryan VanderMeulen - Bug 989276 - Touch CLOBBER to reopen the CLOSED TREE.
  622. # [03:34] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/90b7c043acc3 - Wes Kocher - Merge the CLOBBER touch from inbound to m-c a=merge
  623. # [03:34] <jcranmer> JosiahOne: pulsebot monitors the checkins instead of firebot these days
  624. # [03:34] * Joins: ohsix (ohsix@A2D7F518.A2E0D0A6.F944C6CB.IP)
  625. # [03:35] <JosiahOne> jcranmer: Do you know what the reason is for that?
  626. # [03:35] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  627. # [03:35] <JosiahOne> (Only for curiosity's sake)
  628. # [03:36] * Quits: sicking (sicking@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: sicking)
  629. # [03:36] <jcranmer> hmm
  630. # [03:36] <jcranmer> I think it was originally because glandium was unware that glob had taken over firebot
  631. # [03:36] <jcranmer> but pulse notifications are much more timely than firebot's old approach
  632. # [03:36] <efaust> KWierso: OK, let me know if any of those random oraniges look like my fault. I'm going to give landing any more a rest until something sitcks to avoid toppling-tower syndrome
  633. # [03:37] <JosiahOne> jcranmer: Ah, alright.
  634. # [03:37] <jcranmer> [which I think was polling RSS feeds every N minutes]
  635. # [03:37] <glandium> jcranmer: actually, they aren't really, but it avoids firebot polling the mercurial server
  636. # [03:37] <RyanVM> firebot: botsnack
  637. # [03:37] <firebot> :)
  638. # [03:37] <RyanVM> JosiahOne:^
  639. # [03:37] * Quits: Waldo (waldo@moz-62518563.mtv2.mozilla.com) (Quit: ChatZilla 0.9.87-8.1450hg.fc20 [XULRunner 29.0/20140428110119])
  640. # [03:38] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  641. # [03:39] * khuey is now known as khuey|away
  642. # [03:39] <JosiahOne> glandium: How is pulsebot getting the changes?
  643. # [03:39] <RyanVM> firebot: I still love you
  644. # [03:39] <KWierso> Pulse
  645. # [03:39] <KWierso> presumably
  646. # [03:39] <RyanVM> KWierso: btw, A++ idea on having ekr feed into pulse
  647. # [03:39] <glandium> JosiahOne: pulse.mozilla.org
  648. # [03:39] <firebot> RyanVM: Sorry, I've no idea what 'I still love you' might be.
  649. # [03:39] <RyanVM> firebot: and that's why you're being replaced!
  650. # [03:39] * Joins: bz (bzbarsky@moz-72881629.bstnma.fios.verizon.net)
  651. # [03:39] * ChanServ sets mode: +o bz
  652. # [03:39] <firebot> RyanVM: Sorry, I've no idea what 'that's why you're being replaced' might be.
  653. # [03:39] <glandium> but pulse.mozilla.org is fed by buildbot masters... who poll mercurial
  654. # [03:39] <RyanVM> firebot: even face is smarter than you
  655. # [03:40] <firebot> RyanVM: ok
  656. # [03:40] <glandium> it's still better to have only the buildbot masters polling, they're doing it anyways
  657. # [03:40] <KWierso> wow, he accepted that way too quickly
  658. # [03:40] <RyanVM> firebot: joke
  659. # [03:40] * Quits: jedp (jedp@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Computer has gone to sleep.)
  660. # [03:40] <firebot> RyanVM: There's 10 types of people in this world- those who know binary, and those who don't...
  661. # [03:40] <JosiahOne> firebot: Overused...
  662. # [03:40] <jcranmer> there are 110 types of people in this world
  663. # [03:40] <RyanVM> firebot: face tells way better jokes than that
  664. # [03:40] <glandium> eventually, mercurial fill feed pulse directly
  665. # [03:40] <firebot> JosiahOne: Sorry, I've no idea what 'Overused' might be.
  666. # [03:41] <firebot> RyanVM: Sorry, I've no idea what 'face tells way better jokes than that' might be.
  667. # [03:41] <jcranmer> those who know negabinary and those who don't
  668. # [03:41] * Joins: josh (josh@moz-2E9C1C52.hsd1.mn.comcast.net)
  669. # [03:41] <@bz> There are 2 types of people in the world.
  670. # [03:41] <@bz> Those who value their time and those who try to reason with people on standards mailing lists. :(
  671. # [03:41] <jcranmer> glandium: hmm, I know the build status notifications are more timely on pulse than tbpl
  672. # [03:41] <jcranmer> I was generalizing from that to hg
  673. # [03:42] <jcranmer> bz: burned out from your WebCrypto argument with Ryan?
  674. # [03:42] <RyanVM> bz: I hear EME could use some more debating on dev.governance if you want a change of pace
  675. # [03:42] * Quits: Matti (Matti@moz-A3F5BE0D.dip0.t-ipconnect.de) (Ping timeout)
  676. # [03:42] * mcote|afk is now known as mcote
  677. # [03:43] * Quits: idwer (irc@moz-67B6410D.adsl.online.nl) (Input/output error)
  678. # [03:46] * Joins: Matti_away (Matti@moz-A3F5BE0D.dip0.t-ipconnect.de)
  679. # [03:46] * Matti_away is now known as Matti
  680. # [03:47] * Joins: pcwalton (pcwalton@383121B7.B2666F0E.66399531.IP)
  681. # [03:47] * Joins: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com)
  682. # [03:47] * Quits: chewey (chewey@moz-62C0A1D8.dip0.t-ipconnect.de) (NickServ (GHOST command used by chewey_))
  683. # [03:47] * nthomas|away is now known as nthomas
  684. # [03:47] * Joins: chewey (chewey@moz-38A90E76.dip0.t-ipconnect.de)
  685. # [03:49] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/5dcd3fb6e412 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  686. # [03:49] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/bab091382b39 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  687. # [03:49] * Quits: mwu (mwu@522C27B5.F1EEB410.2E87E34F.IP) (Input/output error)
  688. # [03:50] <ewong> pulsebot?
  689. # [03:50] * Joins: seanlin (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  690. # [03:50] * Quits: kjventura (kjventura@4F6C6071.E0D02AB.AECA3B5D.IP) (Ping timeout)
  691. # [03:50] * Joins: kjventura_ (kjventura@CD4D5CA8.AA6D74A3.29684FFB.IP)
  692. # [03:51] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=78513fddd45e - 71 changesets
  693. # [03:51] <jcranmer> see conversation from ten minutes ago
  694. # [03:51] * Joins: jwwang (jwwang@moz-99690620.hinet-ip.hinet.net)
  695. # [03:51] * kjventura_ is now known as kjventura
  696. # [03:53] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=c08a299f2163 - 76 changesets
  697. # [03:54] <@bz> jcranmer: Burned out from a lot of things
  698. # [03:54] <RyanVM> jwwang++
  699. # [03:54] <@bz> RyanVM: heh
  700. # [03:55] <jcranmer> RyanVM: ?
  701. # [03:55] <ewong> jcranmer: thanks
  702. # [03:55] <RyanVM> just because
  703. # [03:55] * Quits: tonymec (tonymec@moz-38CEB999.adsl-dyn.isp.belgacom.be) (Ping timeout)
  704. # [03:55] <@bz> pulsebot
  705. # [03:55] <@bz> firebot
  706. # [03:55] <firebot> g'day mate
  707. # [03:55] <@bz> Can we have waterbot, airbot, earthbot?
  708. # [03:56] <KWierso> everything changed when the firebot attacked
  709. # [03:56] <@bz> If we think of pulsebot as heartbot....
  710. # [03:56] <@bz> Then we can have a captainplanetbot!
  711. # [03:56] <KWierso> bz++
  712. # [03:57] * Quits: guigs2 (Adium@moz-8C0B17A0.hsd1.ca.comcast.net) (Quit: Leaving.)
  713. # [03:57] <@bz> I guess it was wind, not air
  714. # [03:57] * Joins: redwood (chatzilla@26E73836.156CBEAD.74E1C77A.IP)
  715. # [03:57] * Joins: tonymec (tonymec@moz-38CEB999.adsl-dyn.isp.belgacom.be)
  716. # [03:57] <@bz> It's been almost 20 years... ;)
  717. # [03:58] <ewong> oh boy.. monitoring pulse. ah. good idea!
  718. # [03:59] <froydnj> bz: http://i54.photobucket.com/albums/g94/bbycake/Blog%20Images/aLKm1w6_700b_v1.jpg
  719. # [03:59] <RyanVM> BTW, <3 that we now have multiple b2g device image builds that only run on release branches and not trunk
  720. # [03:59] <RyanVM> wheeee
  721. # [04:00] * Quits: nathan (chatzilla@moz-62518563.mtv2.mozilla.com) (Quit: ChatZilla 0.9.90.1 [Firefox 29.0.1/20140514164129])
  722. # [04:00] * Quits: jgilbert (jgilbert@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  723. # [04:01] * Joins: shelly (shelly@moz-99690620.hinet-ip.hinet.net)
  724. # [04:02] * Joins: kgrandon (Adium@moz-C0C1D24D.mycingular.net)
  725. # [04:02] <aja> bz: bootsybot !?
  726. # [04:03] * Quits: lmandel (lmandel@moz-60AD75.cable.teksavvy.com) (Input/output error)
  727. # [04:05] * Joins: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net)
  728. # [04:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/dc54a70665cf - B2G Bumper Bot - Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
  729. # [04:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/72e70d0971e2 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  730. # [04:07] * Quits: kgrandon (Adium@moz-C0C1D24D.mycingular.net) (Ping timeout)
  731. # [04:08] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=4a552fb1ca38 - 14 changesets
  732. # [04:09] * Quits: kip (kip@moz-DDB15FC8.stc.novuscom.net) (Client exited)
  733. # [04:09] * Joins: elin (elin@moz-99690620.hinet-ip.hinet.net)
  734. # [04:09] * Joins: kip (kip@moz-DDB15FC8.stc.novuscom.net)
  735. # [04:10] * Joins: billm (billm@moz-117CEF73.hsd1.ma.comcast.net)
  736. # [04:11] * Joins: mconley (mconley@moz-FBB7D102.cable.teksavvy.com)
  737. # [04:12] * Joins: brsun (chatzilla@moz-99690620.hinet-ip.hinet.net)
  738. # [04:13] * Joins: boris (boris@moz-99690620.hinet-ip.hinet.net)
  739. # [04:13] * Quits: bajaj (bajaj_afk@moz-24157589.mtv2.mozilla.com) (Quit: Leaving.)
  740. # [04:14] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/b3d01c9bc8ba - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  741. # [04:14] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/0ac52fd5bdb3 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  742. # [04:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?changeset=f3d257065b33 - 90 changesets
  743. # [04:17] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/pushloghtml?changeset=b7d259bda94a - 272 changesets
  744. # [04:18] * Quits: ehugg (ehugg@moz-F46F489D.hsd1.wa.comcast.net) (Quit: ehugg)
  745. # [04:18] * KWierso is now known as KWierso|afk
  746. # [04:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/pushloghtml?changeset=648e1e91997d - 153 changesets
  747. # [04:20] * Quits: kip (kip@moz-DDB15FC8.stc.novuscom.net) (Client exited)
  748. # [04:21] * Joins: kip (kip@moz-DDB15FC8.stc.novuscom.net)
  749. # [04:23] * Quits: boris (boris@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  750. # [04:23] * Quits: ckitching (ckitching@moz-73BD1AA5.nat.csx.cam.ac.uk) (Ping timeout)
  751. # [04:23] * Joins: boris (boris@moz-99690620.hinet-ip.hinet.net)
  752. # [04:26] * Quits: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca) (Quit: surkov)
  753. # [04:26] * Quits: mccr8 (mccr8@moz-F3D6C6BB.hsd1.ca.comcast.net) (Quit: computer sleep)
  754. # [04:26] * Quits: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  755. # [04:26] * Joins: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net)
  756. # [04:28] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  757. # [04:28] * hwine|afk is now known as hwine
  758. # [04:30] * Joins: Jerry (hshih@moz-99690620.hinet-ip.hinet.net)
  759. # [04:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/c8ce0908104b - B2G Bumper Bot - Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
  760. # [04:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/d84270e7dee2 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  761. # [04:32] * Joins: cpeterson_ (cpeterson@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  762. # [04:33] * Quits: cpeterson (cpeterson@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  763. # [04:33] * Joins: chmanchester (chmanchest@E92536B0.E9C41D8D.C3C3A9D0.IP)
  764. # [04:34] * Quits: cpeterson_ (cpeterson@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  765. # [04:35] * Quits: masayuki (Thunderbir@moz-7765A755.zaq.ne.jp) (Ping timeout)
  766. # [04:35] * Joins: grobinson (~grobinson@12645F47.E8CB0DD9.8C459780.IP)
  767. # [04:38] * philor|away is now known as philor
  768. # [04:38] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  769. # [04:39] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/1c4cdf7294f4 - Richard Newman - Bug 1021443 - java.lang.IllegalStateException: Already registered Webapps:Postinstall under a different type. r=jchen
  770. # [04:39] * Joins: bajaj (bajaj_afk@moz-24157589.mtv2.mozilla.com)
  771. # [04:40] * Quits: boris (boris@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  772. # [04:40] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Ping timeout)
  773. # [04:40] * Joins: ehugg (ehugg@moz-F46F489D.hsd1.wa.comcast.net)
  774. # [04:41] * Joins: kgrandon (Adium@moz-2A1C3CC8.hsd1.ca.comcast.net)
  775. # [04:42] * Joins: spenrose (spenrose@moz-6541E052.hsd1.ca.comcast.net)
  776. # [04:43] * Quits: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com) (Client exited)
  777. # [04:43] * hwine is now known as hwine-food
  778. # [04:45] <ewong> anyone know where I can ask about Mozilla Pulse?
  779. # [04:46] <ewong> esp. the consumer.py code
  780. # [04:46] * Joins: boris (boris@moz-99690620.hinet-ip.hinet.net)
  781. # [04:46] * Joins: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com)
  782. # [04:47] <efaust> KWierso|afk: android m8 is green on backout :). Are you waiting to do a merge?
  783. # [04:47] * Joins: ethan (ethan@moz-99690620.hinet-ip.hinet.net)
  784. # [04:48] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  785. # [04:50] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  786. # [04:52] * Quits: Jerry (hshih@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  787. # [04:52] * Joins: Jerry (hshih@moz-99690620.hinet-ip.hinet.net)
  788. # [04:53] * Quits: jet (jet@moz-62518563.mtv2.mozilla.com) (Quit: jet)
  789. # [04:55] * Joins: yzen (yzen@moz-F62769B5.cpe.pppoe.ca)
  790. # [04:55] * Quits: dao (dao@moz-D408DDD1.adsl.alicedsl.de) (Quit: Leaving.)
  791. # [04:57] * Joins: jet (jet@moz-62518563.mtv2.mozilla.com)
  792. # [04:57] * Quits: kjventura (kjventura@CD4D5CA8.AA6D74A3.29684FFB.IP) (Ping timeout)
  793. # [04:57] * Joins: darkowlzz_ (darkowlzz@A98FCAB2.C7B45F68.F44414AF.IP)
  794. # [04:58] * Quits: garvank (Garvan@9A8F86D9.B65E8594.4C2245EF.IP) (Ping timeout)
  795. # [04:59] * Quits: RyanVM (Thunderbir@moz-37FED3AC.phlapa.fios.verizon.net) (Quit: RyanVM)
  796. # [04:59] * Joins: kjventura (kjventura@CD4D5CA8.AA6D74A3.29684FFB.IP)
  797. # [05:00] * Joins: koderok (Thunderbir@8DBBCED5.DF2185B1.50E99975.IP)
  798. # [05:00] * Quits: yzen (yzen@moz-F62769B5.cpe.pppoe.ca) (Ping timeout)
  799. # [05:01] * Quits: ehugg (ehugg@moz-F46F489D.hsd1.wa.comcast.net) (Quit: ehugg)
  800. # [05:01] <glandium> ewong: ask mcote
  801. # [05:02] <ewong> glandium: thanks!
  802. # [05:02] <ewong> glandium: is there a channel specifically for this, or can I ask here?
  803. # [05:03] <mcote> ewong: you could ask here, though there is also #pulse
  804. # [05:04] <mcote> #pulse is probably better to get you specific answers, in general, though there aren't too many people lurking there normally
  805. # [05:04] <ewong> I'll ask there
  806. # [05:04] * Quits: grobinson (~grobinson@12645F47.E8CB0DD9.8C459780.IP) (Ping timeout)
  807. # [05:04] * Quits: bajaj (bajaj_afk@moz-24157589.mtv2.mozilla.com) (Quit: Leaving.)
  808. # [05:06] * Quits: mconley (mconley@moz-FBB7D102.cable.teksavvy.com) (Input/output error)
  809. # [05:06] * hwine-food is now known as hwine
  810. # [05:06] * Joins: JosiahOn1 (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net)
  811. # [05:07] * Quits: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net) (Ping timeout)
  812. # [05:07] * Quits: brsun (chatzilla@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  813. # [05:08] * Joins: brsun (chatzilla@moz-99690620.hinet-ip.hinet.net)
  814. # [05:08] * JosiahOn1 is now known as JosiahOne
  815. # [05:09] * Quits: koderok (Thunderbir@8DBBCED5.DF2185B1.50E99975.IP) (Ping timeout)
  816. # [05:10] * Joins: koderok (Thunderbir@8DBBCED5.DF2185B1.50E99975.IP)
  817. # [05:10] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  818. # [05:11] * Quits: koderok (Thunderbir@8DBBCED5.DF2185B1.50E99975.IP) (Ping timeout)
  819. # [05:11] * Joins: koderok (Thunderbir@8DBBCED5.DF2185B1.50E99975.IP)
  820. # [05:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/30a3b62960e4 - B2G Bumper Bot - Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
  821. # [05:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/4da36ed9bd48 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  822. # [05:13] * Quits: pcwalton (pcwalton@383121B7.B2666F0E.66399531.IP) (Quit: pcwalton)
  823. # [05:13] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  824. # [05:13] * Joins: lmandel (lmandel@moz-60AD75.cable.teksavvy.com)
  825. # [05:14] * Joins: pcwalton (pcwalton@383121B7.B2666F0E.66399531.IP)
  826. # [05:15] * Quits: lmandel (lmandel@moz-60AD75.cable.teksavvy.com) (Ping timeout)
  827. # [05:17] * Joins: ehugg (ehugg@moz-F46F489D.hsd1.wa.comcast.net)
  828. # [05:17] * Quits: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net) (Quit: dealloc)
  829. # [05:18] * Quits: boris (boris@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  830. # [05:21] * Joins: mconley (mconley@moz-FBB7D102.cable.teksavvy.com)
  831. # [05:24] * Quits: darkowlzz_ (darkowlzz@A98FCAB2.C7B45F68.F44414AF.IP) (Client exited)
  832. # [05:24] * Joins: kjventura_ (kjventura@4F6C6071.E0D02AB.AECA3B5D.IP)
  833. # [05:25] * Quits: kjventura (kjventura@CD4D5CA8.AA6D74A3.29684FFB.IP) (Ping timeout)
  834. # [05:25] * kjventura_ is now known as kjventura
  835. # [05:26] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/a9351dec4d46 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  836. # [05:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/d7e0796a105d - B2G Bumper Bot - Bumping manifests a=b2g-bump
  837. # [05:28] * heycam is now known as heycam|away
  838. # [05:30] * Quits: josh (josh@moz-2E9C1C52.hsd1.mn.comcast.net) (Quit: josh)
  839. # [05:30] * Quits: koderok (Thunderbir@8DBBCED5.DF2185B1.50E99975.IP) (Ping timeout)
  840. # [05:30] * Quits: tedders1 (tedders1@moz-656B7AA.cpe.net.cable.rogers.com) (Quit: )
  841. # [05:31] * Joins: josh (josh@moz-2E9C1C52.hsd1.mn.comcast.net)
  842. # [05:31] * Joins: garvank (Garvan@9A8F86D9.B65E8594.4C2245EF.IP)
  843. # [05:32] * Quits: jet (jet@moz-62518563.mtv2.mozilla.com) (Quit: jet)
  844. # [05:33] * Joins: wesj (Instantbir@143E69B4.43B595E8.D2BCA391.IP)
  845. # [05:33] * nsm|away is now known as nsm
  846. # [05:34] * Quits: mconley (mconley@moz-FBB7D102.cable.teksavvy.com) (Input/output error)
  847. # [05:35] * Quits: maxli (maxli@moz-4D28BA20.student.cs.uwaterloo.ca) (Quit: Leaving.)
  848. # [05:37] * Joins: Mano (mano@4606EE6D.F47F3313.CC465D70.IP)
  849. # [05:37] * ggp is now known as ggp|away
  850. # [05:38] * Quits: wesj (Instantbir@143E69B4.43B595E8.D2BCA391.IP) (Ping timeout)
  851. # [05:38] * Joins: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net)
  852. # [05:40] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/5f7e58de5d56 - Jamin Liu - Bug 968709 - Add a marionette test case to Bluetooth set to make sure the URL of Marionette client is correct. r=echou, f=vyang
  853. # [05:40] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/8d2cc1387119 - Jamin Liu - Bug 968709 - Add a marionette test for pairing APIs of BluetoothAdapter. r=echou, f=vyang
  854. # [05:43] * Quits: @ehsan (ehsan@moz-B4709FAB.cable.teksavvy.com) (Quit: vanished into thin air...)
  855. # [05:43] * Quits: spenrose (spenrose@moz-6541E052.hsd1.ca.comcast.net) (Quit: spenrose)
  856. # [05:44] <sfink> er, so how do I get M(3) builds for "B2G ICS Emulator Debug"? try: -b do -p emulator -u mochitest-3 gave me M(3) opt runs only, and the chunking seems to be different so it didn't even run the right test.
  857. # [05:44] <sfink> I guess I'll try -u all
  858. # [05:45] <sfink> oh
  859. # [05:45] <sfink> it's called mochitest-debug-3
  860. # [05:45] <sfink> grr
  861. # [05:47] * glob|away is now known as glob
  862. # [05:47] * Quits: josh (josh@moz-2E9C1C52.hsd1.mn.comcast.net) (Quit: josh)
  863. # [05:47] * stephend|bugbash is now known as stephend|dinner
  864. # [05:47] * Quits: elin (elin@moz-99690620.hinet-ip.hinet.net) (Connection reset by peer)
  865. # [05:48] * Joins: elin (elin@moz-99690620.hinet-ip.hinet.net)
  866. # [05:48] * Joins: janv (varga@16704E38.110B115C.4F33160D.IP)
  867. # [05:48] * Quits: dougc (dougc@moz-BEC58029.lns20.mel4.internode.on.net) (Ping timeout)
  868. # [05:49] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard)
  869. # [05:49] * Joins: wesj (Instantbir@143E69B4.43B595E8.D2BCA391.IP)
  870. # [05:52] * Joins: aklotz (Thunderbir@8F761026.B5EF4AF6.E96CA9D8.IP)
  871. # [05:52] * Quits: raniere (raniere@moz-EF1F0FA5.dsl.telesp.net.br) (Ping timeout)
  872. # [05:52] * Joins: boris (boris@moz-99690620.hinet-ip.hinet.net)
  873. # [05:52] * Joins: raniere (raniere@moz-EF1F0FA5.dsl.telesp.net.br)
  874. # [05:54] * Joins: btulchinsky (btulchinsk@moz-47241C28.dsl.bell.ca)
  875. # [05:56] * Quits: billm (billm@moz-117CEF73.hsd1.ma.comcast.net) (Ping timeout)
  876. # [05:56] * Quits: chmanchester (chmanchest@E92536B0.E9C41D8D.C3C3A9D0.IP) (Quit: )
  877. # [05:57] * Joins: josh (josh@moz-2E9C1C52.hsd1.mn.comcast.net)
  878. # [05:59] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  879. # [06:01] * Quits: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca) (Quit: surkov)
  880. # [06:01] * Quits: Matti (Matti@moz-A3F5BE0D.dip0.t-ipconnect.de) (Ping timeout)
  881. # [06:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/07fbb4869b13 - Paul Rouget - Bug 1020972 - validate project if icon & name are unknown. r=dcamp
  882. # [06:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/88a641ee5cbe - Paul Rouget - Bug 1007057 - build appmgr v2: remove configure option. r=mshal r=ochameau
  883. # [06:03] * Quits: serge (Thunderbir@moz-3CE5A4ED.dsl.teksavvy.com) (Ping timeout)
  884. # [06:03] * Quits: wesj (Instantbir@143E69B4.43B595E8.D2BCA391.IP) (Ping timeout)
  885. # [06:04] * Joins: Matti_away (Matti@moz-FEDA326C.dip0.t-ipconnect.de)
  886. # [06:04] * Matti_away is now known as Matti
  887. # [06:05] <mcote> glandium: is pulsebot here your thing?
  888. # [06:05] <glandium> mcote: yes
  889. # [06:05] <glandium> mcote: is it still messing with the pulse server?
  890. # [06:05] <mcote> no, I don't think so :)
  891. # [06:05] <mcote> was just wondering
  892. # [06:06] <mcote> we do occasionally seem to get warnings about unacked messages, but they appear to resolve themselves
  893. # [06:06] <mcote> quickly enough that I haven't determined who is causing them
  894. # [06:06] <mcote> anyway was just wondering how you get that info, given that we don't have a hg publisher :) are you just getting that info from build messages?
  895. # [06:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/989b25184dbb - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  896. # [06:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/b5a74d35eaad - B2G Bumper Bot - Bumping manifests a=b2g-bump
  897. # [06:07] <glandium> mcote: how long does it take for unacked messages to warn?
  898. # [06:07] <glandium> mcote: yeah, from the build messages, there's a change topic.
  899. # [06:07] <glandium> with some things that are wrong...
  900. # [06:07] <mcote> ah cool
  901. # [06:07] <mcote> ewong: there's your answer :)
  902. # [06:07] <glandium> mcote: but a hg publisher would definitely be better
  903. # [06:08] <glandium> mcote: i sure hope we'll get there.
  904. # [06:08] <mcote> so I heard that taskcluster (new buildbot-like thingy) has, or will have, an hg publisher for their rabbit system, which they are going to migrate to pulse
  905. # [06:08] <mcote> I am going to inquire as to the state of that
  906. # [06:08] <ewong> change topic? nice!
  907. # [06:08] <mcote> follow mozilla.tools.pulse if you don't already & are interested in the topic
  908. # [06:08] <glandium> ewong: change.#
  909. # [06:08] <ewong> woot!
  910. # [06:09] * Joins: dougc (dougc@moz-72EB4A57.lns20.mel6.internode.on.net)
  911. # [06:09] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/d54d7a3105b6 - Richard Newman - Backed out changeset 1c4cdf7294f4 (bug 1021443) until its dependent refactoring lands.
  912. # [06:09] <ewong> mcote: who would know what's wrong with the HgPublisher?
  913. # [06:09] <glandium> ewong: and you need to filter that if you're interested in using it
  914. # [06:09] <mcote> ewong: not entirely sure. I will inquire.
  915. # [06:09] * Joins: masayuki (Thunderbir@moz-7765A755.zaq.ne.jp)
  916. # [06:10] <ewong> mcote thanks!
  917. # [06:11] <ewong> glandium: and thanks for that tip!
  918. # [06:11] <mcote> hm some info on that at https://groups.google.com/d/msg/mozilla.tools.pulse/nczmarpx2Mo/EN0F7gjouH8J
  919. # [06:11] * Quits: ewong (chatzilla@moz-20A71729.net) (Connection reset by peer)
  920. # [06:11] * Quits: masayuki (Thunderbir@moz-7765A755.zaq.ne.jp) (Quit: masayuki)
  921. # [06:12] * Joins: masayuki (Thunderbir@moz-7765A755.zaq.ne.jp)
  922. # [06:12] * Quits: masayuki (Thunderbir@moz-7765A755.zaq.ne.jp) (Client exited)
  923. # [06:12] * Joins: masayuki (Thunderbir@moz-7765A755.zaq.ne.jp)
  924. # [06:12] * Quits: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com) (Client exited)
  925. # [06:12] * Quits: masayuki (Thunderbir@moz-7765A755.zaq.ne.jp) (Client exited)
  926. # [06:12] * Joins: masayuki (Thunderbir@moz-7765A755.zaq.ne.jp)
  927. # [06:13] <glandium> mcote: yeah i see no reason why it would fail if it just pushes the same info as what's in the pushlog
  928. # [06:13] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard)
  929. # [06:13] * Joins: ewong (chatzilla@moz-20A71729.net)
  930. # [06:14] * Joins: tanvi (tanvi@moz-1979187D.hsd1.ca.comcast.net)
  931. # [06:15] * Quits: bnicholson (bnicholson@F118B273.BF05706.A36C57B9.IP) (Ping timeout)
  932. # [06:16] * heycam|away is now known as heycam
  933. # [06:16] <ewong> ah.. so the reason is because of crashes
  934. # [06:16] <ewong> glandium: by change.#, do you mean topic='change.#' ?
  935. # [06:17] <mcote> glandium: oh in answer to your other question, I'm not entirely sure; in the last couple days I got alerts recently when the unacked count got up to 324, 406, 448, and 376
  936. # [06:17] <glandium> ewong: yes
  937. # [06:17] <mcote> generally it has taken 10 minutes or so for the queue to get back down to 0
  938. # [06:17] <ewong> oh.. wait. glandium, which consumer are you using?
  939. # [06:17] <mcote> but as I say I don't know for sure which queue is causing the problem
  940. # [06:18] <ewong> mcote what's the umm projected eta of pulseguardian?
  941. # [06:18] <glandium> mcote: i wouldn't expect pulsebot to be doing that. There are ways in which it can take several seconds to ack a message, but there aren't that many messages it gets
  942. # [06:18] * Joins: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com)
  943. # [06:18] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  944. # [06:18] * Joins: bnicholson (bnicholson@F118B273.BF05706.A36C57B9.IP)
  945. # [06:18] <glandium> ewong: http://github.com/glandium/pulsebot/
  946. # [06:18] * Quits: pcwalton (pcwalton@383121B7.B2666F0E.66399531.IP) (Quit: pcwalton)
  947. # [06:19] * Quits: boris (boris@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  948. # [06:19] <mcote> all right I'll try to catch it in the act
  949. # [06:19] <mcote> pulseguardian can't come soon enough...
  950. # [06:19] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  951. # [06:20] * Quits: dzbarsky (Adium@moz-2C53377F.natpool.nyu.edu) (Quit: Leaving.)
  952. # [06:22] * Quits: ggp|away (ggp@8A82CF15.350FAB1F.A2F1BD83.IP) (Ping timeout)
  953. # [06:22] * Quits: raniere (raniere@moz-EF1F0FA5.dsl.telesp.net.br) (Ping timeout)
  954. # [06:22] * Joins: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  955. # [06:22] * Joins: ggp|away (ggp@8A82CF15.350FAB1F.A2F1BD83.IP)
  956. # [06:22] * Joins: raniere (raniere@moz-EF1F0FA5.dsl.telesp.net.br)
  957. # [06:23] * Quits: bnicholson (bnicholson@F118B273.BF05706.A36C57B9.IP) (No route to host)
  958. # [06:24] * Joins: bnicholson (bnicholson@F118B273.BF05706.A36C57B9.IP)
  959. # [06:25] <ewong> hmm didn't like the ['change.#'] either..
  960. # [06:25] <ewong> oh hang on.
  961. # [06:26] * Joins: ckitching (ckitching@moz-73BD1AA5.nat.csx.cam.ac.uk)
  962. # [06:27] * Quits: tanvi (tanvi@moz-1979187D.hsd1.ca.comcast.net) (Quit: Leaving.)
  963. # [06:27] * Quits: josh (josh@moz-2E9C1C52.hsd1.mn.comcast.net) (Quit: josh)
  964. # [06:27] <ewong> BuildConsumer.. duh
  965. # [06:28] * Quits: aklotz (Thunderbir@8F761026.B5EF4AF6.E96CA9D8.IP) (Ping timeout)
  966. # [06:28] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  967. # [06:29] <glandium> ewong: what are you trying to do?
  968. # [06:30] <ewong> glandium: figuring out the list of topics for pulse
  969. # [06:30] <glandium> ewong: on the build exchange?
  970. # [06:31] <glandium> or on all exchanges?
  971. # [06:31] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Quit: )
  972. # [06:31] <ewong> glandium: currently on the build exchange
  973. # [06:31] <glandium> ewong: each message has a different topic
  974. # [06:31] <glandium> there are topic patterns
  975. # [06:31] <glandium> thus "change.#"
  976. # [06:32] <ewong> glandium: the 'routing_key' from '_meta'
  977. # [06:32] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  978. # [06:32] <glandium> ewong: i know :)
  979. # [06:32] <glandium> ewong: i'm telling you, all messages have a different one
  980. # [06:32] <ewong> yeah I know you know.. I forgot to add the ? at the end
  981. # [06:34] <ewong> I'm looking at the messages that are coming in.
  982. # [06:34] <glandium> ewong: ack them
  983. # [06:35] <ewong> seems like 'change' also includes try: pushes
  984. # [06:35] <glandium> ewong: yes
  985. # [06:35] <glandium> ewong: and if you go on #pulsebot, you'll see them
  986. # [06:35] <glandium> it also includes l10n changes
  987. # [06:36] <ewong> neat!
  988. # [06:36] * hwine is now known as hwine-ooo
  989. # [06:36] * Joins: josh (josh@moz-2E9C1C52.hsd1.mn.comcast.net)
  990. # [06:37] * Joins: pcwalton (pcwalton@moz-5DF5FA91.public.wayport.net)
  991. # [06:37] * Quits: ethan (ethan@moz-99690620.hinet-ip.hinet.net) (Quit: ethan)
  992. # [06:37] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  993. # [06:37] * Quits: ckitching (ckitching@moz-73BD1AA5.nat.csx.cam.ac.uk) (Quit: Hot Java has gone cold.)
  994. # [06:40] * Joins: stransky (stransky@moz-59D79C36.broadband2.iol.cz)
  995. # [06:40] * admix is now known as admix|away
  996. # [06:40] * Quits: ehugg (ehugg@moz-F46F489D.hsd1.wa.comcast.net) (Quit: ehugg)
  997. # [06:41] * Quits: elin (elin@moz-99690620.hinet-ip.hinet.net) (Quit: elin)
  998. # [06:41] * Quits: jduell (jduell@moz-612365A.hsd1.wa.comcast.net) (Ping timeout)
  999. # [06:43] * Joins: boris (boris@moz-99690620.hinet-ip.hinet.net)
  1000. # [06:44] * Quits: pcwalton (pcwalton@moz-5DF5FA91.public.wayport.net) (Ping timeout)
  1001. # [06:45] * Joins: harth (harth@moz-42412102.hsd1.ca.comcast.net)
  1002. # [06:47] * Joins: pcwalton (pcwalton@moz-5DF5FA91.public.wayport.net)
  1003. # [06:47] * Joins: billm (billm@moz-117CEF73.hsd1.ma.comcast.net)
  1004. # [06:48] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/dc100e436c40 - Paul Rouget - Bug 1021504 - add a very simple template. r=dcamp
  1005. # [06:48] * Quits: josh (josh@moz-2E9C1C52.hsd1.mn.comcast.net) (Quit: josh)
  1006. # [06:48] * Quits: Mano (mano@4606EE6D.F47F3313.CC465D70.IP) (Client exited)
  1007. # [06:49] * Joins: Mano (mano@4606EE6D.F47F3313.CC465D70.IP)
  1008. # [06:49] * Quits: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com) (Client exited)
  1009. # [06:50] * Quits: Mano (mano@4606EE6D.F47F3313.CC465D70.IP) (Ping timeout)
  1010. # [06:53] * Joins: mconley (mconley@moz-FBB7D102.cable.teksavvy.com)
  1011. # [06:56] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Connection reset by peer)
  1012. # [06:57] * Quits: bwc (Adium@moz-536549A9.dsl.static.sonic.net) (Quit: Leaving.)
  1013. # [06:59] * Quits: rniwa (rniwa@DBC3D095.CC3DF958.1782B2F3.IP) (Quit: rniwa)
  1014. # [06:59] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  1015. # [06:59] * Quits: pcwalton (pcwalton@moz-5DF5FA91.public.wayport.net) (Ping timeout)
  1016. # [07:00] * Quits: redwood (chatzilla@26E73836.156CBEAD.74E1C77A.IP) (Quit: ChatZilla 0.9.88-rdmsoft [XULRunner 1.9.2/20100222071121])
  1017. # [07:00] * Joins: josh (josh@moz-2E9C1C52.hsd1.mn.comcast.net)
  1018. # [07:00] * Quits: josh (josh@moz-2E9C1C52.hsd1.mn.comcast.net) (Quit: josh)
  1019. # [07:00] * Joins: pcwalton (pcwalton@moz-5DF5FA91.public.wayport.net)
  1020. # [07:01] * seth tries to convince tbpl to load his try job
  1021. # [07:03] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  1022. # [07:04] * Joins: ehugg (ehugg@moz-F46F489D.hsd1.wa.comcast.net)
  1023. # [07:05] <philor> try https://tbpl-dev.allizom.org/?tree=Try&rev=a252e0d0db92 instead, I think it got rid of the 8 second timeout
  1024. # [07:06] * Quits: TYLin (TYLin@moz-99690620.hinet-ip.hinet.net) (Quit: TYLin)
  1025. # [07:06] * Joins: Mano (mano@4606EE6D.F47F3313.CC465D70.IP)
  1026. # [07:06] * Quits: romaxa (romaxa@89CA6FC8.8F03A4EA.BE7924BA.IP) (Ping timeout)
  1027. # [07:06] * jcranmer is now known as jcranmer|away
  1028. # [07:07] * nthomas is now known as nthomas|away
  1029. # [07:08] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard)
  1030. # [07:09] * mcote is now known as mcote|afk
  1031. # [07:10] * Quits: rbrandao (uid30340@moz-31ABA2C0.irccloud.com) (Quit: Connection closed for inactivity)
  1032. # [07:10] <seth> philor: wow, thanks! that one loaded instantly
  1033. # [07:11] * Quits: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: ekr)
  1034. # [07:11] * Quits: mconley (mconley@moz-FBB7D102.cable.teksavvy.com) (Input/output error)
  1035. # [07:12] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  1036. # [07:14] * mcote|afk is now known as mcote
  1037. # [07:16] * Joins: wesj (Instantbir@143E69B4.43B595E8.D2BCA391.IP)
  1038. # [07:16] * Quits: ehugg (ehugg@moz-F46F489D.hsd1.wa.comcast.net) (Quit: ehugg)
  1039. # [07:16] * Quits: ggp|away (ggp@8A82CF15.350FAB1F.A2F1BD83.IP) (Ping timeout)
  1040. # [07:17] * Joins: jduell (jduell@moz-612365A.hsd1.wa.comcast.net)
  1041. # [07:19] * Quits: jduell (jduell@moz-612365A.hsd1.wa.comcast.net) (Ping timeout)
  1042. # [07:19] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  1043. # [07:19] * Quits: tonymec (tonymec@moz-38CEB999.adsl-dyn.isp.belgacom.be) (Ping timeout)
  1044. # [07:20] * Quits: tonymec|away (tonymec@moz-38CEB999.adsl-dyn.isp.belgacom.be) (Ping timeout)
  1045. # [07:20] * Quits: cpearce (chatzilla@34E8ECDF.DC2C3734.616A18A6.IP) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  1046. # [07:20] * Quits: pcwalton (pcwalton@moz-5DF5FA91.public.wayport.net) (Quit: pcwalton)
  1047. # [07:21] * Joins: ggp|away (ggp@8A82CF15.350FAB1F.A2F1BD83.IP)
  1048. # [07:21] * mcote is now known as mcote|afk
  1049. # [07:21] * Quits: tonymec_KDE (tonymec@moz-38CEB999.adsl-dyn.isp.belgacom.be) (Ping timeout)
  1050. # [07:22] * Joins: tonymec_KDE (tonymec@moz-38CEB999.adsl-dyn.isp.belgacom.be)
  1051. # [07:22] * Joins: tonymec|away (tonymec@moz-38CEB999.adsl-dyn.isp.belgacom.be)
  1052. # [07:23] * Joins: tonymec (tonymec@moz-38CEB999.adsl-dyn.isp.belgacom.be)
  1053. # [07:27] * Quits: ggp|away (ggp@8A82CF15.350FAB1F.A2F1BD83.IP) (Ping timeout)
  1054. # [07:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b85f5ec21392 - Shian-Yow Wu - Bug 1014466 - Part 1: Only send readystatechange event when state changed. r=khuey
  1055. # [07:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/355e895f7ae9 - Shian-Yow Wu - Bug 1014466 - Part 2: Allow setting responseType after abort() or new open(). r=khuey
  1056. # [07:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/87ed776cbacd - Shian-Yow Wu - Bug 1014466 - Part 3: Test case for async XHR reuse. r=khuey
  1057. # [07:31] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/55d21a229ee2 - Brian Birtles - Bug 77992 part 1.0 - Add timeStamp to WidgetEvent; r=smaug
  1058. # [07:31] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/16f49acfc4e9 - Brian Birtles - Bug 77992 part 1.1 - Convert Windows native event times to timestamps; r=masayuki
  1059. # [07:31] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2820efae7316 - Brian Birtles - Bug 77992 part 2 - Make event.timeStamp use TimeStamp value based on a pref; r=smaug
  1060. # [07:31] * Quits: kgrandon (Adium@moz-2A1C3CC8.hsd1.ca.comcast.net) (Quit: Leaving.)
  1061. # [07:31] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4fa7d44e5eb3 - Brian Birtles - Bug 77992 part 3 - Make event.timeStamp return a DOMHighResTimeStamp; r=bz
  1062. # [07:31] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5b92083bb0e8 - Brian Birtles - Bug 77992 part 4 - Add mochitests for event.timeStamp; r=masayuki
  1063. # [07:31] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  1064. # [07:34] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?changeset=8501686e4923 - 17 changesets
  1065. # [07:34] <sfink> glandium: oh, right. And the last time I was working on that Windows bug (bug 975011?) I ran out of disk space and had to shift things around quite a bit. By the time that was done, I think I had wandered off to a different project.
  1066. # [07:34] * Quits: tonymec (tonymec@moz-38CEB999.adsl-dyn.isp.belgacom.be) (Ping timeout)
  1067. # [07:34] * Joins: kjventura_ (kjventura@B77DE659.AA6D74A3.29684FFB.IP)
  1068. # [07:35] * Quits: kjventura (kjventura@4F6C6071.E0D02AB.AECA3B5D.IP) (Ping timeout)
  1069. # [07:35] * Callek_projectduty is now known as Callek
  1070. # [07:36] * Joins: tonymec (tonymec@moz-38CEB999.adsl-dyn.isp.belgacom.be)
  1071. # [07:36] * kjventura_ is now known as kjventura
  1072. # [07:36] * Joins: ggp|away (ggp@8A82CF15.350FAB1F.A2F1BD83.IP)
  1073. # [07:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/63eb4a7d5a3c - Shian-Yow Wu - Bug 1008126 - Part 1: Always transfer array buffers when cloning. r=bent
  1074. # [07:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/04bfd88f4fb8 - Shian-Yow Wu - Bug 1008126 - Part 2: Test cases. r=bent
  1075. # [07:37] * Joins: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP)
  1076. # [07:39] * Quits: Mano (mano@4606EE6D.F47F3313.CC465D70.IP) (Client exited)
  1077. # [07:39] * Joins: Mano (mano@4606EE6D.F47F3313.CC465D70.IP)
  1078. # [07:41] * nsm is now known as nsm|away
  1079. # [07:41] * Quits: Mano (mano@4606EE6D.F47F3313.CC465D70.IP) (Ping timeout)
  1080. # [07:41] * Quits: heftig (heftig@moz-93D61341.dip0.t-ipconnect.de) (Quit: Quitting)
  1081. # [07:41] * Joins: avaida (Instantbir@28C4EA76.976FBEE.5BC07656.IP)
  1082. # [07:42] * Joins: wolfiR (wolfiR@moz-D776A90.dip0.t-ipconnect.de)
  1083. # [07:42] * Quits: billm (billm@moz-117CEF73.hsd1.ma.comcast.net) (Ping timeout)
  1084. # [07:42] * Joins: romaxa (romaxa@89CA6FC8.8F03A4EA.BE7924BA.IP)
  1085. # [07:42] * Joins: TYLin (TYLin@moz-99690620.hinet-ip.hinet.net)
  1086. # [07:44] * whimboo|afk is now known as whimboo
  1087. # [07:45] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  1088. # [07:45] * Joins: tabris_away (mozilla@989847CA.44ADE020.56DCFFBA.IP)
  1089. # [07:45] * tabris_away is now known as tabris
  1090. # [07:46] * Parts: tabris (mozilla@989847CA.44ADE020.56DCFFBA.IP)
  1091. # [07:48] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  1092. # [07:48] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  1093. # [07:49] * Joins: mihaelav (Mibbit@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  1094. # [07:50] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  1095. # [07:52] * Joins: ferjm (ferjm@moz-C75BC392.upc-i.chello.nl)
  1096. # [07:55] * Joins: gandalf (zbraniecki@moz-912D7A86.hsd1.ca.comcast.net)
  1097. # [07:55] * Joins: bogdan_maris (Instantbir@28C4EA76.976FBEE.5BC07656.IP)
  1098. # [07:56] * Joins: system64 (uid17738@moz-A42E5B7B.irccloud.com)
  1099. # [07:57] * Quits: rkent (Thunderbir@moz-CCEA8D95.hsd1.wa.comcast.net) (Quit: rkent)
  1100. # [07:59] * Joins: elin (elin@moz-99690620.hinet-ip.hinet.net)
  1101. # [08:00] * Quits: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1102. # [08:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0d4e738415f6 - Eric Faust - Bug 978238 - Part 1: Clean up PropDesc<->PropertyDescriptor conversions. (r=jorendorff)
  1103. # [08:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/17f1c024a18d - Eric Faust - Bug 978238 - Part 2: Implement Proxy.[[GetOwnProperty]] to new ES6 standard. (r=jorendorff)
  1104. # [08:02] * Joins: adalucinet (Instantbir@28C4EA76.976FBEE.5BC07656.IP)
  1105. # [08:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/8ebe2f070df0 - Heather Arthur - Bug 1017248 - Show @media sidebar for original sources in style editor; r=bgrins
  1106. # [08:05] * Joins: rittme (rittme@moz-765CBF75.rev.sfr.net)
  1107. # [08:06] * Quits: garvank (Garvan@9A8F86D9.B65E8594.4C2245EF.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  1108. # [08:08] * Quits: gandalf (zbraniecki@moz-912D7A86.hsd1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  1109. # [08:09] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  1110. # [08:09] <Tomcat|afk> is AUTOCLOBBER=1 just for trunk or is this also for aurora,beta etc ?
  1111. # [08:09] <Tomcat|afk> buildwise
  1112. # [08:09] * Tomcat|afk is now known as Tomcat|sheriffduty
  1113. # [08:09] * Joins: ethan (ethan@moz-99690620.hinet-ip.hinet.net)
  1114. # [08:10] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  1115. # [08:10] * philor is now known as philor|away
  1116. # [08:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c079286e7288 - John Daggett - Bug 280443 p1 - define struct for font family lists. r=roc
  1117. # [08:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/014f475ca0ec - John Daggett - Bug 280443 p2 - parse font family lists into fontlist structs. r=heycam
  1118. # [08:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e39cfafa8517 - John Daggett - Bug 280443 p3 - use fontlist struct in gfx. r=roc,fredw
  1119. # [08:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a73b48626bb5 - John Daggett - Bug 280443 p4 - properly escape unquoted font family names. r=heycam
  1120. # [08:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3af2e9f88905 - John Daggett - Bug 280443 p5 - fixup problem with MathML stretchy fallback. r=fredw
  1121. # [08:11] <heycam> looks like pulsebot does a better job of getting the commits in order (sorry firebot)
  1122. # [08:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9e1590531e5c - Karl Tomlinson - b=1015828 match Fake_MediaStreamListener::NotifyPull time advances to timer period and Fake_AudioStreamSource::Periodic buffer size r=rjesup
  1123. # [08:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/80d207a21b88 - Karl Tomlinson - b=1016177 don't create another AUDIO_TRACK after finishing r=roc
  1124. # [08:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/58f1f6dbe7ce - Karl Tomlinson - b=1016177 reduce MEDIA_TIME_MAX to not overflow when multiplying by sample rates r=roc
  1125. # [08:13] * Joins: Boriss (Boriss@594EECE8.D83787DB.B8BCC12E.IP)
  1126. # [08:13] * Quits: Boriss (Boriss@594EECE8.D83787DB.B8BCC12E.IP) (Quit: Boriss)
  1127. # [08:14] * Quits: kentuckyfriedtakahe (ajones@34E8ECDF.DC2C3734.616A18A6.IP) (Quit: Ex-Chat)
  1128. # [08:15] * Joins: jhorak (jhorak@moz-BFB5774A.tmcz.cz)
  1129. # [08:16] * mcote|afk is now known as mcote
  1130. # [08:16] * Quits: dougc (dougc@moz-72EB4A57.lns20.mel6.internode.on.net) (Ping timeout)
  1131. # [08:17] * Joins: sicking (sicking@moz-501E5580.hsd1.ca.comcast.net)
  1132. # [08:17] * Joins: Jul_ (Jul@820DB00.AE3CEC66.1D6E592A.IP)
  1133. # [08:18] * Quits: Jul (Jul@820DB00.AE3CEC66.1D6E592A.IP) (Ping timeout)
  1134. # [08:18] * Quits: wesj (Instantbir@143E69B4.43B595E8.D2BCA391.IP) (Ping timeout)
  1135. # [08:18] * Joins: dougc (dougc@moz-72EB4A57.lns20.mel6.internode.on.net)
  1136. # [08:20] * Joins: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net)
  1137. # [08:21] * Quits: Bas (chatzilla@23136F61.9D195E5.CC6E334F.IP) (Ping timeout)
  1138. # [08:23] * Quits: tonymec (tonymec@moz-38CEB999.adsl-dyn.isp.belgacom.be) (Ping timeout)
  1139. # [08:23] * Joins: kjventura_ (kjventura@4F6C6071.E0D02AB.AECA3B5D.IP)
  1140. # [08:23] * Quits: tonymec|away (tonymec@moz-38CEB999.adsl-dyn.isp.belgacom.be) (Ping timeout)
  1141. # [08:24] * Quits: kjventura (kjventura@B77DE659.AA6D74A3.29684FFB.IP) (Ping timeout)
  1142. # [08:24] * kjventura_ is now known as kjventura
  1143. # [08:24] * Quits: @roc (chatzilla@34E8ECDF.DC2C3734.616A18A6.IP) (Ping timeout)
  1144. # [08:27] * stephend|dinner is now known as stephend|TV
  1145. # [08:27] * Quits: johankj (johankj@moz-D7D69F49.johanjensen.dk) (Ping timeout)
  1146. # [08:27] * Quits: tonymec_KDE (tonymec@moz-38CEB999.adsl-dyn.isp.belgacom.be) (Ping timeout)
  1147. # [08:28] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  1148. # [08:31] * Joins: johankj (johankj@moz-D7D69F49.johanjensen.dk)
  1149. # [08:31] <glandium> Tomcat|sheriffduty: AUTOCLOBBER is defined in build/mozconfig.common since 23
  1150. # [08:32] * mcote is now known as mcote|afk
  1151. # [08:32] <Tomcat|sheriffduty> glandium: oh thats cool thanks !
  1152. # [08:32] <glandium> Tomcat|sheriffduty: and fwiw, it was opt-out in 22
  1153. # [08:32] <glandium> so we've had autoclobbers on automation since 22
  1154. # [08:32] * stephend|TV is now known as stephend|mtg
  1155. # [08:33] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/7297cfffd91c - Cosmin Malutan - Bug 1009004 - [TPS] Use the python executable from within the venv for the installation. r=hskupin a=test-only DONTBUILD
  1156. # [08:33] <Tomcat|sheriffduty> glandium: yeah was wondering if i need this for a bughunter mozconfig
  1157. # [08:33] <Tomcat|sheriffduty> like this https://hg.mozilla.org/automation/sisyphus/file/120cabff907d/mozconfig/nightly/mozconfig-firefox-nt-intel64-debug
  1158. # [08:34] <glandium> Tomcat|sheriffduty: i don't know what bughunter is
  1159. # [08:34] * Joins: tonymec_KDE (tonymec@moz-38CEB999.adsl-dyn.isp.belgacom.be)
  1160. # [08:34] <Tomcat|sheriffduty> glandium: oh some automation tool
  1161. # [08:35] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  1162. # [08:35] <glandium> Tomcat|sheriffduty: from the look of that mozconfig you linked, it doesn't look like it's using in-tree mozconfigs
  1163. # [08:35] * Quits: stransky (stransky@moz-59D79C36.broadband2.iol.cz) (Quit: Connection reset by beer)
  1164. # [08:35] <glandium> Tomcat|sheriffduty: that doesn't seem like a good idea
  1165. # [08:35] * Quits: ethan (ethan@moz-99690620.hinet-ip.hinet.net) (Quit: ethan)
  1166. # [08:35] * Joins: pauly (silaghipau@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  1167. # [08:36] <glandium> also --enable-libxul, seriously? are we in 2008?
  1168. # [08:36] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard)
  1169. # [08:36] <Tomcat|sheriffduty> yeah will clean this up
  1170. # [08:36] * Joins: ethan (ethan@moz-99690620.hinet-ip.hinet.net)
  1171. # [08:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/d86c31ef2a56 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1172. # [08:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/518a367be14d - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1173. # [08:37] <glandium> Tomcat|sheriffduty: looks like those mozconfigs predate in-tree mozconfigs
  1174. # [08:37] <glandium> so they made sense back then. They don't now
  1175. # [08:38] * Quits: huseby (huseby@moz-B3136CF6.linuxprogrammer.org) (Ping timeout)
  1176. # [08:38] * Joins: dao (dao@moz-F1EDD48F.adsl.alicedsl.de)
  1177. # [08:38] * Quits: johankj (johankj@moz-D7D69F49.johanjensen.dk) (Ping timeout)
  1178. # [08:39] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  1179. # [08:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3f549afdb1b7 - Bobby Holley - Bug 1008481 - More test diagnostics. r=me
  1180. # [08:42] * Joins: tonymec|away (tonymec@moz-38CEB999.adsl-dyn.isp.belgacom.be)
  1181. # [08:43] * Joins: arky (arky@8386456C.A67B998B.45239719.IP)
  1182. # [08:44] * Joins: johankj (johankj@moz-D7D69F49.johanjensen.dk)
  1183. # [08:44] * sewardj__ is now known as sewardj
  1184. # [08:45] * Joins: jackneill (jackneill@moz-7A38F7EA.pool.digikabel.hu)
  1185. # [08:45] * Joins: kk1fff_ (kk1fff@moz-99690620.hinet-ip.hinet.net)
  1186. # [08:45] * bobowen|afk is now known as bobowen
  1187. # [08:46] * Joins: fredw (Icedove@moz-B9C110E2.fbx.proxad.net)
  1188. # [08:46] * Joins: grobinson (~grobinson@moz-731932CD.hsd1.ca.comcast.net)
  1189. # [08:46] * Quits: @njn (njn@moz-154B05DB.dyn.iinet.net.au) (Quit: ChatZilla 0.9.90.1 [Firefox 32.0a1/20140525155333])
  1190. # [08:47] * Quits: jackneill (jackneill@moz-7A38F7EA.pool.digikabel.hu) (Ping timeout)
  1191. # [08:49] * Joins: huseby (huseby@moz-B3136CF6.linuxprogrammer.org)
  1192. # [08:50] * Quits: arky (arky@8386456C.A67B998B.45239719.IP) (Ping timeout)
  1193. # [08:50] * Quits: sylvain (scleymans@moz-CF8BEBEF.dia.static.qwest.net) (Input/output error)
  1194. # [08:50] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  1195. # [08:50] * Joins: edmorley (uid27002@moz-5F4AA75A.irccloud.com)
  1196. # [08:51] * glob is now known as glob|away
  1197. # [08:51] * Joins: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch)
  1198. # [08:52] * Quits: dougc (dougc@moz-72EB4A57.lns20.mel6.internode.on.net) (Ping timeout)
  1199. # [08:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/9e18c67d243e - Dão Gottwald - Bug 1018582 - Get rid of #navigator-toolbox::before and #TabsToolbar::after on OS X. r=MattN
  1200. # [08:55] * lth|away is now known as lth
  1201. # [08:55] * Joins: Optimize1 (Instantbir@4F3E1057.A6DE773B.88FACCAA.IP)
  1202. # [08:57] * Joins: tonymec (tonymec@moz-38CEB999.adsl-dyn.isp.belgacom.be)
  1203. # [08:59] * Joins: jackneill (jackneill@moz-7A38F7EA.pool.digikabel.hu)
  1204. # [08:59] * Joins: ZER0 (ZER0@moz-AB9DF7.dynamic.upc.nl)
  1205. # [08:59] * Joins: SushantD (sushant209@C579B096.55B7871A.C842849F.IP)
  1206. # [08:59] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/74f132824fda - Robert O'Callahan - Bug 1005588. Fix getBoxQuads test to work when the feature prefs are disabled by default. r=matspal
  1207. # [08:59] * SushantD is now known as Sushant94
  1208. # [09:00] * Quits: philor|away (philor@moz-638273A8.my-nick.name) (Ping timeout)
  1209. # [09:00] * Joins: dholbert_ (dholbert@moz-2DBFC5C4.static.sonic.net)
  1210. # [09:01] * Quits: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch) (Quit: Leaving.)
  1211. # [09:01] * Quits: jackneill (jackneill@moz-7A38F7EA.pool.digikabel.hu) (Ping timeout)
  1212. # [09:01] * Joins: jackneill (jackneill@moz-7A38F7EA.pool.digikabel.hu)
  1213. # [09:02] * Joins: Alessar (Alessar@4409775D.C64B1782.79D6B59E.IP)
  1214. # [09:02] * Quits: dholbert_ (dholbert@moz-2DBFC5C4.static.sonic.net) (Ping timeout)
  1215. # [09:03] <jorendorff> oh wow, the "self-serve api" on tbpl shows for *all* builds, not just mine!
  1216. # [09:04] * Quits: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net) (Quit: Leaving.)
  1217. # [09:04] * Joins: philor|away (philor@moz-638273A8.my-nick.name)
  1218. # [09:05] <glandium> jorendorff: yep, you can cancel anyone's builds
  1219. # [09:06] * Quits: adalucinet (Instantbir@28C4EA76.976FBEE.5BC07656.IP) (Quit: adalucinet)
  1220. # [09:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/a17a644d4ae8 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1221. # [09:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/44daca3648be - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1222. # [09:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/87fc79cf3fe1 - Andrea Marchesini - Bug 1021084 - WebAudio dispatches mozinterruptbegin/mozinterrutend, r=ehsan
  1223. # [09:08] * Quits: grobinson (~grobinson@moz-731932CD.hsd1.ca.comcast.net) (Ping timeout)
  1224. # [09:08] * Joins: dougc (dougc@moz-62F6C479.lns20.mel6.internode.on.net)
  1225. # [09:10] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  1226. # [09:11] * Joins: smontagu (chatzilla@moz-687CC157.red.bezeqint.net)
  1227. # [09:11] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Ping timeout)
  1228. # [09:11] * Joins: cpeterson_ (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  1229. # [09:12] * Joins: koderok (Thunderbir@8DBBCED5.DF2185B1.50E99975.IP)
  1230. # [09:12] * Quits: nrc (nrc@34E8ECDF.DC2C3734.616A18A6.IP) (Ping timeout)
  1231. # [09:12] * Joins: Mano (mano@4606EE6D.F47F3313.CC465D70.IP)
  1232. # [09:12] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  1233. # [09:12] * Joins: Swatinem (swatinem@moz-DB6C8027.dynamic.surfer.at)
  1234. # [09:14] * Quits: Mano (mano@4606EE6D.F47F3313.CC465D70.IP) (Ping timeout)
  1235. # [09:14] * Quits: squib_ (squib@moz-A962343B.dhcp.ftbg.wi.charter.com) (Ping timeout)
  1236. # [09:16] * glob|away is now known as glob
  1237. # [09:18] * Joins: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch)
  1238. # [09:18] * Quits: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch) (Client exited)
  1239. # [09:18] * Joins: jviereck (Adium@moz-4C408E20.ethz.ch)
  1240. # [09:19] * pbrosset|afk is now known as pbrosset
  1241. # [09:19] * Quits: koderok (Thunderbir@8DBBCED5.DF2185B1.50E99975.IP) (Ping timeout)
  1242. # [09:19] * Joins: harshkot_ (harshkotha@7D6529E0.9EDADC17.F76EB206.IP)
  1243. # [09:21] * Joins: Ms2ger (Ms2ger@moz-86814189.adsl-dyn.isp.belgacom.be)
  1244. # [09:22] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/c29f12463cb7 - B2G Bumper Bot - Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
  1245. # [09:22] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/c09e96d67802 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1246. # [09:23] * Quits: johankj (johankj@moz-D7D69F49.johanjensen.dk) (Ping timeout)
  1247. # [09:23] * Quits: huseby (huseby@moz-B3136CF6.linuxprogrammer.org) (Ping timeout)
  1248. # [09:24] * Quits: cpeterson_ (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Ping timeout)
  1249. # [09:25] * Joins: koderok (Thunderbir@8DBBCED5.DF2185B1.50E99975.IP)
  1250. # [09:29] * Quits: jhorak (jhorak@moz-BFB5774A.tmcz.cz) (Client exited)
  1251. # [09:29] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  1252. # [09:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/21cf9d1e6f48 - Matthew Noorenberghe - Bug 1009935 - Implement the @autocomplete attribute for values other than off/on. r=smaug
  1253. # [09:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/da60b8bc18a3 - Matthew Noorenberghe - Bug 1009935 - Tests - Implement the @autocomplete attribute for values other than off/on. r=smaug
  1254. # [09:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e28e73446d88 - kushagra singh[:kushagra] - Bug 1018169 - [OS.File] Write a test to check if OS.Constants is accessible from a worker. r=Yoric
  1255. # [09:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3a3b6d6a8f2e - Shih-Chiang Chien - Bug 1019572 - Manually stop the media stream in test_permission_gum_remember.html. r=baku.
  1256. # [09:31] * Quits: kk1fff_ (kk1fff@moz-99690620.hinet-ip.hinet.net) (Client exited)
  1257. # [09:32] * Quits: koderok (Thunderbir@8DBBCED5.DF2185B1.50E99975.IP) (Ping timeout)
  1258. # [09:33] * stephend|mtg is now known as stephend|zzz
  1259. # [09:34] * Joins: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP)
  1260. # [09:36] * Parts: pauly (silaghipau@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  1261. # [09:36] * Quits: tonymec (tonymec@moz-38CEB999.adsl-dyn.isp.belgacom.be) (Ping timeout)
  1262. # [09:36] * Quits: tonymec|away (tonymec@moz-38CEB999.adsl-dyn.isp.belgacom.be) (Ping timeout)
  1263. # [09:38] * Joins: Gijs_away (gijs@moz-BC45F3A8.range86-173.btcentralplus.com)
  1264. # [09:38] * Joins: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP)
  1265. # [09:38] * Joins: tonymec|away (tonymec@moz-38CEB999.adsl-dyn.isp.belgacom.be)
  1266. # [09:39] * Quits: harth (harth@moz-42412102.hsd1.ca.comcast.net) (Input/output error)
  1267. # [09:41] * Joins: AndreeaMatei (Thunderbir@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  1268. # [09:41] * Joins: tonymec (tonymec@moz-38CEB999.adsl-dyn.isp.belgacom.be)
  1269. # [09:48] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/edd07757ea2f - B2G Bumper Bot - Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
  1270. # [09:48] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/98a276c9b25c - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1271. # [09:49] * Quits: Optimizer (Optimizer@85E8272C.19AF8E92.BE4CF869.IP) (Ping timeout)
  1272. # [09:50] * Quits: jviereck (Adium@moz-4C408E20.ethz.ch) (Quit: Leaving.)
  1273. # [09:50] * baku|away is now known as baku
  1274. # [09:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c303feddaea2 - Chris Peterson - Bug 666646 - Part 2: Cherrypick -Wdeprecated-register warning fix from upstream google-breakpad. r=ed
  1275. # [09:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d089350aff81 - Chris Peterson - Bug 945029 - Fix up Android's broken [u]intptr_t inttype macros. r=Waldo
  1276. # [09:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/257269554ad9 - Chris Peterson - Bug 1019381 - Cherrypick clang and gcc warning fixes from upstream jemalloc. r=glandium
  1277. # [09:51] * Joins: Optimizer (Optimizer@C799E818.6BDC3697.D2D1FAF0.IP)
  1278. # [09:51] * Quits: kjventura (kjventura@4F6C6071.E0D02AB.AECA3B5D.IP) (Connection reset by peer)
  1279. # [09:52] * Joins: tomer (tomer@F61A4DAE.55661B99.34A7550B.IP)
  1280. # [09:52] * Joins: kjventura (kjventura@4F6C6071.E0D02AB.AECA3B5D.IP)
  1281. # [09:53] * Joins: jhorak (jhorak@moz-B317ACBB.net.upcbroadband.cz)
  1282. # [09:58] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  1283. # [09:59] * glob is now known as glob|away
  1284. # [10:00] * Quits: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1285. # [10:00] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  1286. # [10:00] * Joins: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net)
  1287. # [10:01] * Quits: squib (squib@moz-A962343B.dhcp.ftbg.wi.charter.com) (Quit: Leaving)
  1288. # [10:02] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d89d4281fd8d - Lars T Hansen - Bug 933313 - Per-worker generational GC for PJS. r=jandem, r=shu, r=terrence
  1289. # [10:02] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/d0abb6a332e4 - B2G Bumper Bot - Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
  1290. # [10:02] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/a22623f1b567 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1291. # [10:03] * Joins: jaoo (user@moz-8AA5DFAB.red-81-38-73.dynamicip.rima-tde.net)
  1292. # [10:03] * Joins: h4writer (h4writer@moz-6BDA8831.access.telenet.be)
  1293. # [10:04] * Quits: ferjm (ferjm@moz-C75BC392.upc-i.chello.nl) (Quit: Leaving)
  1294. # [10:05] * Quits: nattokirai (nattokirai@moz-C286AD9A.bitcat.net) (Ping timeout)
  1295. # [10:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/a02f2f68fbf9 - Jonathan Kew - bug 1007629 - eliminate use of "embedded" fonts in about:preferences. r=gavin
  1296. # [10:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/60a2f2f69feb - Jonathan Kew - bug 1007639 - stop shipping .woff fonts as part of the desktop browser product. r=gavin
  1297. # [10:08] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7831570b3ae4 - Ms2ger - Bug 1020165 - Remove empty makefiles; r=mshal
  1298. # [10:09] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9b17e4602cdc - Ms2ger - Bug 1018107 - Use the CC macros for nsXULPrototypeDocument::mPrototypeWaiters; r=mrbkap
  1299. # [10:09] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/95d397955216 - Ms2ger - Bug 1018778 - Part a: use nsPIDOMWindow::GetDoc in nsDocumentViewer::SyncParentSubDocMap; r=roc
  1300. # [10:09] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b9f2aaf3eb9f - Ms2ger - Bug 1018778 - Part b: use more early returns in nsDocumentViewer::SyncParentSubDocMap; r=roc
  1301. # [10:09] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/bf4000a8fce6 - Ms2ger - Bug 1018103 - Remove support for the "JavaScript-global-static-nameset" category; r=bholley
  1302. # [10:09] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5c269811a53e - Ms2ger - Bug 1017752 - Remove nsDOMClassInfo::GetArrayIndexFromId; r=jst
  1303. # [10:09] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a84bd62d0b55 - Ms2ger - Bug 1017762 - Remove the language argument to EventListenerManager::SetEventHandler; r=smaug
  1304. # [10:09] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9d393ad3c539 - Ms2ger - Bug 1017764 - Remove SCRIPTVERSION_DEFAULT; r=jst
  1305. # [10:09] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ea5754fabd06 - Ms2ger - Bug 1018306 - Call interface.hasInterfaceObject rather than checking the truthiness of the method; r=bz
  1306. # [10:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/999ef6a46be8 - Hallvord R. M. Steen - Bug 377413 - Add a regression test for the named getter on form elements; r=Ms2ger
  1307. # [10:13] * heycam is now known as heycam|away
  1308. # [10:13] * Quits: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1309. # [10:13] * Joins: idwer (irc@moz-67B6410D.adsl.online.nl)
  1310. # [10:13] * Joins: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net)
  1311. # [10:14] <Tomcat|sheriffduty> gkw: ping
  1312. # [10:15] <Tomcat|sheriffduty> gkw: seems your push caused a bustage https://tbpl.mozilla.org/php/getParsedLog.php?id=41185082&tree=Mozilla-Inbound
  1313. # [10:18] <karlt> Tomcat|sheriffduty: bug 1014466 also needs a backout for android 2.3 M8
  1314. # [10:18] * Joins: jviereck (Adium@moz-A94036F2.ethz.ch)
  1315. # [10:18] * Joins: jviereck1 (Adium@moz-A94036F2.ethz.ch)
  1316. # [10:18] * Quits: jviereck (Adium@moz-A94036F2.ethz.ch) (Connection reset by peer)
  1317. # [10:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/16fb5d3adef7 - Carsten "Tomcat" Book - Backed out changeset d89d4281fd8d (bug 933313) for bustage on a CLOSED TREE
  1318. # [10:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/f67ca1b696d7 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1319. # [10:19] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  1320. # [10:19] * Quits: tonymec (tonymec@moz-38CEB999.adsl-dyn.isp.belgacom.be) (Ping timeout)
  1321. # [10:20] <Tomcat|sheriffduty> karlt: yeah will back this out too
  1322. # [10:20] <karlt> thank you
  1323. # [10:22] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/cd9ee55b7d24 - Carsten "Tomcat" Book - Backed out changeset 87ed776cbacd (bug 1014466)
  1324. # [10:22] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/701627f5212d - Carsten "Tomcat" Book - Backed out changeset 355e895f7ae9 (bug 1014466)
  1325. # [10:22] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0c006b5d36c8 - Carsten "Tomcat" Book - Backed out changeset b85f5ec21392 (bug 1014466) for Android 2.3 Opt M-8 test failures on a CLOSED TREE
  1326. # [10:22] <Tomcat|sheriffduty> done
  1327. # [10:22] <Tomcat|sheriffduty> reopened m-i again
  1328. # [10:24] * Joins: tonymec (tonymec@moz-38CEB999.adsl-dyn.isp.belgacom.be)
  1329. # [10:24] * Joins: cpearce (chatzilla@moz-EC1018D1.jetstream.xtra.co.nz)
  1330. # [10:25] * Quits: cpearce (chatzilla@moz-EC1018D1.jetstream.xtra.co.nz) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  1331. # [10:26] * Quits: Sushant94 (sushant209@C579B096.55B7871A.C842849F.IP) (Quit: Leaving)
  1332. # [10:26] * Quits: tonymec|away (tonymec@moz-38CEB999.adsl-dyn.isp.belgacom.be) (Ping timeout)
  1333. # [10:27] * Joins: SushantD (sushant209@C579B096.55B7871A.C842849F.IP)
  1334. # [10:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/06d30d9b8781 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1335. # [10:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/39a9fb4b4255 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1336. # [10:27] * SushantD is now known as Sushant94
  1337. # [10:27] * Quits: tonymec (tonymec@moz-38CEB999.adsl-dyn.isp.belgacom.be) (Ping timeout)
  1338. # [10:30] <bobowen> Tomcat|sheriffduty: is it OK for me to re-trigger test runs on m-i and m-c to narrow down bug 1019315?
  1339. # [10:30] <Tomcat|sheriffduty> bobowen: sure :)
  1340. # [10:30] <bobowen> Tomcat|sheriffduty: OK thanks
  1341. # [10:31] * Quits: therube (chatzilla@moz-673CE1DC.hsd1.md.comcast.net) (Ping timeout)
  1342. # [10:31] * Joins: tonymec|away (tonymec@moz-38CEB999.adsl-dyn.isp.belgacom.be)
  1343. # [10:33] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  1344. # [10:34] * Joins: sankha93 (uid12218@moz-31ABA2C0.irccloud.com)
  1345. # [10:34] * Joins: mstange (markus@moz-CE66D087.dip0.t-ipconnect.de)
  1346. # [10:35] <ddamjano> is somebody here?
  1347. # [10:35] <Ms2ger> Try #introduction again :)
  1348. # [10:35] * Joins: ferjm (ferjm@moz-C75BC392.upc-i.chello.nl)
  1349. # [10:36] * Quits: MichelW (uid24909@moz-A42E5B7B.irccloud.com) (Quit: Connection closed for inactivity)
  1350. # [10:38] * Joins: tonymec (tonymec@moz-38CEB999.adsl-dyn.isp.belgacom.be)
  1351. # [10:40] * Joins: myk (myk@moz-C7450B6B.dsl.dynamic.sonic.net)
  1352. # [10:40] * Gijs_away is now known as Gijs
  1353. # [10:41] * Joins: nical (nical@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1354. # [10:41] * Joins: digitsm (digitsm@515DBF2C.5062A844.B0B016E4.IP)
  1355. # [10:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/701a23217183 - Jonathan Watt - Bug 1019753, part 1 - Add a ClearDataSourceSurface() helper to DataSurfaceHelpers. r=Bas
  1356. # [10:44] <ddamjano> I need some help. i am new to mozilla and i need some help with gdb and xpcshell tests.
  1357. # [10:44] * Joins: jacek (jacek@moz-ECAAA1A8.psi.wroc.pl)
  1358. # [10:44] <Tomcat|sheriffduty> ddamjano: see #introduction
  1359. # [10:45] * Quits: myk (myk@moz-C7450B6B.dsl.dynamic.sonic.net) (Ping timeout)
  1360. # [10:46] * Quits: KWierso|afk (chatzilla@A8B5A648.5C5B13F2.3BDB9670.IP) (Ping timeout)
  1361. # [10:48] * Joins: KWierso|afk (chatzilla@A8B5A648.5C5B13F2.3BDB9670.IP)
  1362. # [10:50] * mattwoodrow is now known as mattwoodrow|away
  1363. # [10:52] * Joins: heftig (heftig@moz-33D186ED.unitymedia.biz)
  1364. # [10:53] * Joins: johankj (johankj@moz-D7D69F49.johanjensen.dk)
  1365. # [10:53] * Joins: mikeratcliffe (Adium@3E332716.BD5160DC.874AD8D8.IP)
  1366. # [10:53] * Quits: tonymec (tonymec@moz-38CEB999.adsl-dyn.isp.belgacom.be) (Ping timeout)
  1367. # [10:54] * Joins: rbarnes (rbarnes@moz-F55A81A8.washdc.fios.verizon.net)
  1368. # [10:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/63f80cbd7c35 - Walter Litwinczyk - Bug 966998 - WebGL OES_vertex_array_object windows presence is low. r=jgilbert
  1369. # [10:55] * Quits: kjventura (kjventura@4F6C6071.E0D02AB.AECA3B5D.IP) (Connection reset by peer)
  1370. # [10:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5ddd73f7562e - Christoph Kerschbaumer - Bug 1020477 - CSP in C++: Convert test_csp_ignores_path.js to compiled code tests. r=sstamm
  1371. # [10:55] <Ms2ger> Hit MOZ_CRASH() at /storage/src/mozStorageService.cpp:933
  1372. # [10:55] <Ms2ger> Woo
  1373. # [10:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f627995bd6fa - Vasanthakumar Pandurangan - Bug 1020176 - AudioOffloadPlayer: Avoid calling ResumeStateMachine from multiple paths. r=roc
  1374. # [10:55] * Joins: tonymec (tonymec@moz-38CEB999.adsl-dyn.isp.belgacom.be)
  1375. # [10:56] * Quits: rbarnes (rbarnes@moz-F55A81A8.washdc.fios.verizon.net) (Ping timeout)
  1376. # [10:56] * Joins: kjventura (kjventura@4F6C6071.E0D02AB.AECA3B5D.IP)
  1377. # [11:00] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  1378. # [11:01] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  1379. # [11:01] * NeilAway thwaps WebIDL
  1380. # [11:02] * Joins: vingtetun (vnicolas@DA4ABEAF.1DE10CA8.D8E68FF6.IP)
  1381. # [11:04] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Ping timeout)
  1382. # [11:04] * Quits: vingtetun (vnicolas@DA4ABEAF.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  1383. # [11:05] <Swatinem> is it somehow possible to completely disable same-origin policy for one specific origin (via about:config or devtools)
  1384. # [11:05] <Ms2ger> No
  1385. # [11:06] <Swatinem> :-(
  1386. # [11:06] * Joins: Bas (chatzilla@F92C4A41.77C41B88.9C3DCB4C.IP)
  1387. # [11:06] * Quits: sankha93 (uid12218@moz-31ABA2C0.irccloud.com) (Quit: )
  1388. # [11:06] * Joins: sankha93 (sankha93@moz-155F6CD2.home.uni-freiburg.de)
  1389. # [11:06] <Swatinem> im also wondering why systemxhr in b2g is a special param instead of simply disabling the same-origin policy for the app
  1390. # [11:07] * Joins: ejpbruel (ejpbruel@moz-366E8346.cm-11-1b.dynamic.ziggo.nl)
  1391. # [11:07] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/c8288d0c7a15 - Carsten "Tomcat" Book - Backed out changeset e0da2d69cfdb (bug 1020257) for causing Gi Test Regressions
  1392. # [11:08] * Quits: tonymec|away (tonymec@moz-38CEB999.adsl-dyn.isp.belgacom.be) (Ping timeout)
  1393. # [11:08] * Quits: tonymec (tonymec@moz-38CEB999.adsl-dyn.isp.belgacom.be) (Ping timeout)
  1394. # [11:08] * Joins: Mano (mano@4606EE6D.F47F3313.CC465D70.IP)
  1395. # [11:09] * Quits: harshkot_ (harshkotha@7D6529E0.9EDADC17.F76EB206.IP) (Client exited)
  1396. # [11:10] * Quits: tonymec_KDE (tonymec@moz-38CEB999.adsl-dyn.isp.belgacom.be) (Ping timeout)
  1397. # [11:10] * Quits: Mano (mano@4606EE6D.F47F3313.CC465D70.IP) (Ping timeout)
  1398. # [11:13] * Joins: koderok (Thunderbir@CB2859FA.163414C7.50E99975.IP)
  1399. # [11:13] * Joins: tonymec_KDE (tonymec@moz-38CEB999.adsl-dyn.isp.belgacom.be)
  1400. # [11:16] * Joins: roc (chatzilla@moz-EF4FAB2D.bng1.tvc.orcon.net.nz)
  1401. # [11:16] * ChanServ sets mode: +o roc
  1402. # [11:16] * Joins: huseby (huseby@moz-B3136CF6.linuxprogrammer.org)
  1403. # [11:17] <Swatinem> Ms2ger: do you know where i can start a discussion about that same-origin question?
  1404. # [11:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/e110c9dfcba0 - Brian Grinstead - Bug 1018955 - Fix pause/resume button flicker when debugger first loads. r=fitzgen
  1405. # [11:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/1fcd38e5b855 - Axel Hecht - Bug 1018257 - drop metro from Firefox localization. r=gavin f=flod
  1406. # [11:19] * Joins: till (till@moz-F4CF0619.adsl.alicedsl.de)
  1407. # [11:19] * Quits: tonymec_KDE (tonymec@moz-38CEB999.adsl-dyn.isp.belgacom.be) (Ping timeout)
  1408. # [11:20] <Ms2ger> Not going to happen
  1409. # [11:20] * Joins: vingtetun (vnicolas@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1410. # [11:20] * Joins: gsvelto (gsvelto@moz-3A77A635.clienti.tiscali.it)
  1411. # [11:20] * Joins: kushagra|afk (AndChat618@8A0AB3BD.69C13AFE.2E24DDAA.IP)
  1412. # [11:21] * Joins: tonymec_KDE (tonymec@moz-38CEB999.adsl-dyn.isp.belgacom.be)
  1413. # [11:21] * Quits: kushagra|afk (AndChat618@8A0AB3BD.69C13AFE.2E24DDAA.IP) (Client exited)
  1414. # [11:21] * Joins: kushagra|afk (AndChat618@8A0AB3BD.69C13AFE.2E24DDAA.IP)
  1415. # [11:22] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/9ebfa32355ec - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1416. # [11:22] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/7c0211e94aab - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1417. # [11:22] <Tomcat|sheriffduty> Ms2ger: is https://tbpl.mozilla.org/php/getParsedLog.php?id=41189281&tree=Mozilla-Inbound from your push ?
  1418. # [11:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/74f5be69e4c9 - Jan de Mooij - Bug 1020892 - Quell some GCC warnings. r=luke
  1419. # [11:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/32b157ae5ed7 - Jan de Mooij - Bug 1020420 part 1 - Make parseInt work with Latin1 strings. r=njn
  1420. # [11:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1962fd3aa819 - Jan de Mooij - Bug 1020420 part 2 - Refactor js_strtod. r=njn
  1421. # [11:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/654117be57c2 - Jan de Mooij - Bug 1020420 part 3 - Make parseFloat work with Latin1 strings. r=njn
  1422. # [11:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7e7061043b85 - Jan de Mooij - Bug 1020420 part 4 - Make StringToNumber work with Latin1 strings. r=njn
  1423. # [11:24] * Rik|afk is now known as Rik
  1424. # [11:26] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ca725c15bdeb - Reed Koser - Bug 965967, part 1 - Get rid of some Thebes backed gfxContexts in the plugin code (Moz2D migration). r=mattwoodrow
  1425. # [11:30] <Ms2ger> Tomcat|sheriffduty, looking
  1426. # [11:31] * mattwoodrow|away is now known as mattwoodrow
  1427. # [11:31] <NeilAway> Ms2ger: setAttribute can't remove an attribute any more can it?
  1428. # [11:31] <Ms2ger> Tomcat|sheriffduty, that would surprise me
  1429. # [11:35] * Quits: Bas (chatzilla@F92C4A41.77C41B88.9C3DCB4C.IP) (Connection reset by peer)
  1430. # [11:36] * Quits: tonymec_KDE (tonymec@moz-38CEB999.adsl-dyn.isp.belgacom.be) (Ping timeout)
  1431. # [11:36] * Joins: Bas (chatzilla@F92C4A41.77C41B88.9C3DCB4C.IP)
  1432. # [11:37] * Quits: koderok (Thunderbir@CB2859FA.163414C7.50E99975.IP) (Ping timeout)
  1433. # [11:37] * Joins: tonymec_KDE (tonymec@moz-38CEB999.adsl-dyn.isp.belgacom.be)
  1434. # [11:39] <NeilAway> Ms2ger: nm, I'm confusing null with ""
  1435. # [11:40] * Ms2ger nms
  1436. # [11:41] * Joins: koderok (Thunderbir@53F3B833.F48010B7.8D9DA8D9.IP)
  1437. # [11:41] * Quits: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  1438. # [11:43] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  1439. # [11:43] * Joins: tonymec (tonymec@moz-38CEB999.adsl-dyn.isp.belgacom.be)
  1440. # [11:46] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  1441. # [11:47] * Quits: koderok (Thunderbir@53F3B833.F48010B7.8D9DA8D9.IP) (Ping timeout)
  1442. # [11:49] * Quits: johankj (johankj@moz-D7D69F49.johanjensen.dk) (Ping timeout)
  1443. # [11:49] * Quits: masayuki (Thunderbir@moz-7765A755.zaq.ne.jp) (Quit: masayuki)
  1444. # [11:50] * Joins: johankj (johankj@moz-D7D69F49.johanjensen.dk)
  1445. # [11:50] * Quits: mreavy (chatzilla@moz-50BE1A09.phlapa.fios.verizon.net) (Ping timeout)
  1446. # [11:51] * Quits: johankj (johankj@moz-D7D69F49.johanjensen.dk) (Ping timeout)
  1447. # [11:52] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/413ea1d2f283 - B2G Bumper Bot - Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
  1448. # [11:52] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/d8111c452194 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1449. # [11:53] * Joins: johankj (johankj@moz-D7D69F49.johanjensen.dk)
  1450. # [11:54] * Parts: aja (Instantbir@D54CBE2B.C750B320.7880DB15.IP)
  1451. # [11:54] <gkw> Tomcat|sheriffduty: sorry, just saw irc now - thanks
  1452. # [11:55] <Tomcat|sheriffduty> gkw: np
  1453. # [11:55] * Quits: sicking (sicking@moz-501E5580.hsd1.ca.comcast.net) (Quit: sicking)
  1454. # [11:55] * Quits: kushagra|afk (AndChat618@8A0AB3BD.69C13AFE.2E24DDAA.IP) (Ping timeout)
  1455. # [11:55] * Joins: kushagra|afk (AndChat618@4E4D776F.F5C0A1F.2E24DDAA.IP)
  1456. # [11:57] * Joins: tssurya (uid30962@moz-5F4AA75A.irccloud.com)
  1457. # [11:58] * Quits: kushagra|afk (AndChat618@4E4D776F.F5C0A1F.2E24DDAA.IP) (Ping timeout)
  1458. # [11:58] * Quits: kjventura (kjventura@4F6C6071.E0D02AB.AECA3B5D.IP) (Ping timeout)
  1459. # [12:01] * lth is now known as lth|out
  1460. # [12:01] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  1461. # [12:02] * Quits: tonymec (tonymec@moz-38CEB999.adsl-dyn.isp.belgacom.be) (Ping timeout)
  1462. # [12:02] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  1463. # [12:02] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  1464. # [12:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e9d959645b8f - Jan de Mooij - Bug 1020420 followup - Add explicit template instantiations to fix b2g opt compile errors on a CLOSED TREE. r=bustage
  1465. # [12:04] * Joins: tonymec (tonymec@moz-38CEB999.adsl-dyn.isp.belgacom.be)
  1466. # [12:04] * Joins: mreavy (chatzilla@moz-50BE1A09.phlapa.fios.verizon.net)
  1467. # [12:05] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Ping timeout)
  1468. # [12:05] * Quits: dao (dao@moz-F1EDD48F.adsl.alicedsl.de) (Quit: Leaving.)
  1469. # [12:06] * Joins: chucklee_ (chucklee@moz-99690620.hinet-ip.hinet.net)
  1470. # [12:06] * Quits: chucklee_ (chucklee@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  1471. # [12:06] * Quits: mreavy (chatzilla@moz-50BE1A09.phlapa.fios.verizon.net) (Ping timeout)
  1472. # [12:08] * ewong is now known as ewong|away
  1473. # [12:08] * Quits: TYLin (TYLin@moz-99690620.hinet-ip.hinet.net) (Quit: TYLin)
  1474. # [12:09] * Joins: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com)
  1475. # [12:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c0df4d901b8e - Carsten "Tomcat" Book - Backed out changeset 04bfd88f4fb8 (bug 1008126)
  1476. # [12:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/52d75fbe0280 - Carsten "Tomcat" Book - Backed out changeset 63eb4a7d5a3c (bug 1008126) for possible causing m1 and m8 test failures on a CLOSED TREE
  1477. # [12:10] * Joins: mreavy (chatzilla@moz-50BE1A09.phlapa.fios.verizon.net)
  1478. # [12:11] * Joins: koderok (Thunderbir@B136189C.761D6B9A.50E99975.IP)
  1479. # [12:13] * Quits: Bas (chatzilla@F92C4A41.77C41B88.9C3DCB4C.IP) (Ping timeout)
  1480. # [12:13] * mihaelav is now known as mihaelav_lunch
  1481. # [12:13] * mattwoodrow is now known as mattwoodrow|away
  1482. # [12:14] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/b5f1ee4b5eef - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1483. # [12:16] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/03e02a8a1677 - Eric Chou - Bug 1002391 - Get the latest SDP records of the target device, r=shuang
  1484. # [12:16] * Joins: gabor (gabor@moz-BA37D48D.dip0.t-ipconnect.de)
  1485. # [12:17] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  1486. # [12:18] * Joins: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com)
  1487. # [12:18] * Quits: boris (boris@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  1488. # [12:19] * Quits: tonymec (tonymec@moz-38CEB999.adsl-dyn.isp.belgacom.be) (Ping timeout)
  1489. # [12:19] * Quits: jviereck1 (Adium@moz-A94036F2.ethz.ch) (Quit: Leaving.)
  1490. # [12:20] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Ping timeout)
  1491. # [12:20] * Quits: koderok (Thunderbir@B136189C.761D6B9A.50E99975.IP) (Ping timeout)
  1492. # [12:21] * Joins: koderok (Thunderbir@B136189C.761D6B9A.50E99975.IP)
  1493. # [12:21] * Joins: jviereck (Adium@moz-A94036F2.ethz.ch)
  1494. # [12:21] * Joins: tonymec (tonymec@moz-38CEB999.adsl-dyn.isp.belgacom.be)
  1495. # [12:21] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  1496. # [12:22] * Quits: elin (elin@moz-99690620.hinet-ip.hinet.net) (Quit: elin)
  1497. # [12:22] * Quits: koderok (Thunderbir@B136189C.761D6B9A.50E99975.IP) (Ping timeout)
  1498. # [12:24] * Joins: jviereck1 (Adium@moz-A94036F2.ethz.ch)
  1499. # [12:24] * Joins: koderok (Thunderbir@B136189C.761D6B9A.50E99975.IP)
  1500. # [12:24] * Quits: jviereck (Adium@moz-A94036F2.ethz.ch) (Ping timeout)
  1501. # [12:25] * Quits: jhorak (jhorak@moz-B317ACBB.net.upcbroadband.cz) (Quit: Leaving)
  1502. # [12:26] * Quits: koderok (Thunderbir@B136189C.761D6B9A.50E99975.IP) (Ping timeout)
  1503. # [12:26] * Joins: koderok (Thunderbir@B136189C.761D6B9A.50E99975.IP)
  1504. # [12:28] * Quits: seanlin (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Quit: seanlin)
  1505. # [12:28] * Quits: jviereck1 (Adium@moz-A94036F2.ethz.ch) (Quit: Leaving.)
  1506. # [12:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/1cd0fb0a175a - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1507. # [12:29] * jandem is now known as jandem-brb
  1508. # [12:32] * Joins: paolo (paolo@88F51059.F3BBB17D.144F44FA.IP)
  1509. # [12:36] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d89d4281fd8d - Lars T Hansen - Bug 933313 - Per-worker generational GC for PJS. r=jandem, r=shu, r=terrence
  1510. # [12:36] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7831570b3ae4 - Ms2ger - Bug 1020165 - Remove empty makefiles; r=mshal
  1511. # [12:36] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9b17e4602cdc - Ms2ger - Bug 1018107 - Use the CC macros for nsXULPrototypeDocument::mPrototypeWaiters; r=mrbkap
  1512. # [12:36] <Ms2ger> Huh
  1513. # [12:36] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/95d397955216 - Ms2ger - Bug 1018778 - Part a: use nsPIDOMWindow::GetDoc in nsDocumentViewer::SyncParentSubDocMap; r=roc
  1514. # [12:36] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b9f2aaf3eb9f - Ms2ger - Bug 1018778 - Part b: use more early returns in nsDocumentViewer::SyncParentSubDocMap; r=roc
  1515. # [12:36] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/bf4000a8fce6 - Ms2ger - Bug 1018103 - Remove support for the "JavaScript-global-static-nameset" category; r=bholley
  1516. # [12:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5c269811a53e - Ms2ger - Bug 1017752 - Remove nsDOMClassInfo::GetArrayIndexFromId; r=jst
  1517. # [12:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a84bd62d0b55 - Ms2ger - Bug 1017762 - Remove the language argument to EventListenerManager::SetEventHandler; r=smaug
  1518. # [12:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9d393ad3c539 - Ms2ger - Bug 1017764 - Remove SCRIPTVERSION_DEFAULT; r=jst
  1519. # [12:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ea5754fabd06 - Ms2ger - Bug 1018306 - Call interface.hasInterfaceObject rather than checking the truthiness of the method; r=bz
  1520. # [12:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/999ef6a46be8 - Hallvord R. M. Steen - Bug 377413 - Add a regression test for the named getter on form elements; r=Ms2ger
  1521. # [12:37] * Quits: @ted (luser@moz-9F59A8E.sctnpa.east.verizon.net) (Quit: Leaving)
  1522. # [12:40] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  1523. # [12:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c1809b4d8826 - Ed Morley - Bug 1021644 - Disable forms/test/test_bug961363.html since it fails if run in a different mochitest chunk; CLOSED TREE
  1524. # [12:41] * Joins: darktrojan (geoff@moz-9656CD64.dsl.telstraclear.net)
  1525. # [12:43] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  1526. # [12:44] * Quits: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  1527. # [12:45] * Quits: btulchinsky (btulchinsk@moz-47241C28.dsl.bell.ca) (Client exited)
  1528. # [12:45] * Quits: @bz (bzbarsky@moz-72881629.bstnma.fios.verizon.net) (Ping timeout)
  1529. # [12:47] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1530. # [12:48] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  1531. # [12:49] * Quits: koderok (Thunderbir@B136189C.761D6B9A.50E99975.IP) (Ping timeout)
  1532. # [12:50] * Quits: tonymec (tonymec@moz-38CEB999.adsl-dyn.isp.belgacom.be) (Ping timeout)
  1533. # [12:53] * Joins: koderok (Thunderbir@B136189C.761D6B9A.50E99975.IP)
  1534. # [12:53] * Joins: tonymec (tonymec@moz-38CEB999.adsl-dyn.isp.belgacom.be)
  1535. # [12:54] * Quits: koderok (Thunderbir@B136189C.761D6B9A.50E99975.IP) (Ping timeout)
  1536. # [12:56] * whimboo is now known as whimboo|afk
  1537. # [13:00] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  1538. # [13:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/445724f95b28 - Ed Morley - Backed out changeset e28e73446d88 (bug 1018169) for Android & B2G xpcshell failures in worker_test_constants.js; CLOSED TREE
  1539. # [13:01] * Quits: jwwang (jwwang@moz-99690620.hinet-ip.hinet.net) (Quit: 暫離)
  1540. # [13:02] * Quits: twi (Adium@moz-DA6AEF8.cust.vodafonedsl.it) (Ping timeout)
  1541. # [13:02] * Joins: twi (Adium@moz-DA6AEF8.cust.vodafonedsl.it)
  1542. # [13:03] * Quits: ethan (ethan@moz-99690620.hinet-ip.hinet.net) (Quit: ethan)
  1543. # [13:04] * mihaelav_lunch is now known as mihaelav
  1544. # [13:06] * Quits: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com) (Ping timeout)
  1545. # [13:07] * Joins: ethan (ethan@moz-99690620.hinet-ip.hinet.net)
  1546. # [13:07] * Quits: brsun (chatzilla@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1547. # [13:10] * Joins: Mano (mano@4606EE6D.F47F3313.CC465D70.IP)
  1548. # [13:12] * Quits: Mano (mano@4606EE6D.F47F3313.CC465D70.IP) (Ping timeout)
  1549. # [13:13] * Joins: koderok (Thunderbir@B136189C.761D6B9A.50E99975.IP)
  1550. # [13:13] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  1551. # [13:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3c0151397b51 - Shian-Yow Wu - Bug 1014466 - Part 1: Only send readystatechange event when state changed. r=khuey
  1552. # [13:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5d3e9e9171bb - Shian-Yow Wu - Bug 1014466 - Part 2: Allow setting responseType after abort() or new open(). r=khuey
  1553. # [13:15] * Quits: ZER0 (ZER0@moz-AB9DF7.dynamic.upc.nl) (Quit: Leaving)
  1554. # [13:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/94137dfc4520 - Shian-Yow Wu - Bug 1014466 - Part 3: Test case for async XHR reuse. r=khuey CLOSED TREE
  1555. # [13:15] * Joins: ZER0 (ZER0@moz-AB9DF7.dynamic.upc.nl)
  1556. # [13:16] * Quits: mstange (markus@moz-CE66D087.dip0.t-ipconnect.de) (Ping timeout)
  1557. # [13:16] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  1558. # [13:17] * Joins: mstange (markus@moz-79EB16EF.dip0.t-ipconnect.de)
  1559. # [13:17] * bhearsum|afk is now known as bhearsum
  1560. # [13:19] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  1561. # [13:20] * Joins: maxli (maxli@moz-4D28BA20.student.cs.uwaterloo.ca)
  1562. # [13:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5ea529f39d44 - Shian-Yow Wu - Bug 1008126 - Part 1: Always transfer array buffers when cloning. r=bent
  1563. # [13:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/85aa4fe910e7 - Shian-Yow Wu - Bug 1008126 - Part 2: Test cases. r=bent
  1564. # [13:21] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Ping timeout)
  1565. # [13:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/31c707eb3a4b - Bobby Holley - Bug 1021258 - Restore the __proto__ mutation warning for __proto__ sets. r=luke
  1566. # [13:23] * Joins: MarcoZ (marco.zehe@moz-7CB5914E.dip0.t-ipconnect.de)
  1567. # [13:23] * Joins: abhishekp (chatzilla@moz-75145884.mtnl.net.in)
  1568. # [13:24] * Quits: schien (anonymous@moz-99690620.hinet-ip.hinet.net) (Quit: schien)
  1569. # [13:26] * Quits: h4writer (h4writer@moz-6BDA8831.access.telenet.be) (Ping timeout)
  1570. # [13:26] * Quits: ZER0 (ZER0@moz-AB9DF7.dynamic.upc.nl) (Quit: Leaving)
  1571. # [13:26] * Quits: ethan (ethan@moz-99690620.hinet-ip.hinet.net) (Quit: ethan)
  1572. # [13:26] * Joins: ZER0 (ZER0@moz-AB9DF7.dynamic.upc.nl)
  1573. # [13:27] * Quits: abhishekp (chatzilla@moz-75145884.mtnl.net.in) (Quit: ChatZilla 0.9.90.1 [Firefox 29.0.1/20140506152807])
  1574. # [13:27] * Joins: masayuki (Thunderbir@moz-7765A755.zaq.ne.jp)
  1575. # [13:27] * Quits: karlt (karl@moz-C433B975.jetstream.xtra.co.nz) (Ping timeout)
  1576. # [13:31] * Quits: tonymec (tonymec@moz-38CEB999.adsl-dyn.isp.belgacom.be) (Client exited)
  1577. # [13:34] * Quits: romaxa (romaxa@89CA6FC8.8F03A4EA.BE7924BA.IP) (Ping timeout)
  1578. # [13:34] * Quits: koderok (Thunderbir@B136189C.761D6B9A.50E99975.IP) (Ping timeout)
  1579. # [13:35] * Joins: romaxa (romaxa@89CA6FC8.8F03A4EA.BE7924BA.IP)
  1580. # [13:35] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  1581. # [13:36] <avih> ~seen husbey
  1582. # [13:36] <avih> !seen husbey
  1583. # [13:36] <firebot> I've never seen a 'husbey', sorry.
  1584. # [13:36] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Quit: Edgar)
  1585. # [13:36] <Gijs> ITYM huseby
  1586. # [13:37] * Joins: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net)
  1587. # [13:38] * Joins: bbondy_ (bbondy@moz-717FF534.home.cgocable.net)
  1588. # [13:38] * Joins: OilleYao (uid32548@moz-E77DEB21.irccloud.com)
  1589. # [13:39] * Quits: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net) (Ping timeout)
  1590. # [13:40] * Joins: darkowlzz (darkowlzz@CA9A2845.1C047769.25B273F5.IP)
  1591. # [13:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d717efc44fd3 - Nicholas Hurley - Bug 1019918 - Remove pushed stream from SpdyPushCache when cleaning it up. r=mcmanus
  1592. # [13:41] * Quits: darkowlzz (darkowlzz@CA9A2845.1C047769.25B273F5.IP) (Quit: Leaving)
  1593. # [13:43] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  1594. # [13:45] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  1595. # [13:45] * Joins: abhishekp (chatzilla@moz-75145884.mtnl.net.in)
  1596. # [13:45] * Quits: ericjung (ericjung@6AD971D0.2858E7A5.E141FD9.IP) (Ping timeout)
  1597. # [13:46] * lth|out is now known as lth
  1598. # [13:46] * rail_away is now known as rail
  1599. # [13:53] * lth is now known as lth|computer-upgrade
  1600. # [13:53] * Joins: jviereck (Adium@moz-A94036F2.ethz.ch)
  1601. # [13:54] * Quits: masayuki (Thunderbir@moz-7765A755.zaq.ne.jp) (Ping timeout)
  1602. # [13:56] * Joins: nattokirai (nattokirai@moz-782CEA96.dynamic.ppp.asahi-net.or.jp)
  1603. # [13:56] * whimboo|afk is now known as whimboo
  1604. # [13:56] * Joins: RyanVM (Thunderbir@moz-37FED3AC.phlapa.fios.verizon.net)
  1605. # [13:57] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  1606. # [13:58] * Quits: bbondy_ (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  1607. # [13:59] * Quits: tomer (tomer@F61A4DAE.55661B99.34A7550B.IP) (Connection reset by peer)
  1608. # [14:00] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  1609. # [14:00] * Joins: ericjung (ericjung@6AD971D0.2858E7A5.E141FD9.IP)
  1610. # [14:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/05ec98dce4ac - B2G Bumper Bot - Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
  1611. # [14:07] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  1612. # [14:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/82b0ca713bd1 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1613. # [14:07] * Joins: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net)
  1614. # [14:07] * Quits: avaida (Instantbir@28C4EA76.976FBEE.5BC07656.IP) (Input/output error)
  1615. # [14:08] * Joins: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com)
  1616. # [14:08] * Joins: bgrins (bgrins@C7203E51.FBD8ACDB.20F09BA6.IP)
  1617. # [14:09] * Quits: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net) (Ping timeout)
  1618. # [14:09] * Joins: yzen (yzen@moz-F62769B5.cpe.pppoe.ca)
  1619. # [14:13] * Joins: rogeliodh (Thunderbir@8DFB4FF8.B42B47C1.A410C1.IP)
  1620. # [14:14] * Quits: darktrojan (geoff@moz-9656CD64.dsl.telstraclear.net) (Quit: darktrojan)
  1621. # [14:14] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  1622. # [14:14] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  1623. # [14:15] * Quits: abhishekp (chatzilla@moz-75145884.mtnl.net.in) (Ping timeout)
  1624. # [14:16] * lth|computer-upgrade is now known as lth
  1625. # [14:17] * Joins: abhishekp (chatzilla@moz-1247FF60.mtnl.net.in)
  1626. # [14:17] * Joins: arky (arky@381CE9D3.7D417662.45239719.IP)
  1627. # [14:20] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  1628. # [14:22] * Quits: yzen (yzen@moz-F62769B5.cpe.pppoe.ca) (Ping timeout)
  1629. # [14:22] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Ping timeout)
  1630. # [14:25] * jmaher|afk is now known as jmaher
  1631. # [14:25] * Joins: h4writer (h4writer@moz-957FCBC.access.telenet.be)
  1632. # [14:26] * Quits: abhishekp (chatzilla@moz-1247FF60.mtnl.net.in) (Client exited)
  1633. # [14:28] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  1634. # [14:29] * Joins: avaida (Instantbir@28C4EA76.976FBEE.5BC07656.IP)
  1635. # [14:29] * Quits: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com) (Client exited)
  1636. # [14:29] * Joins: dao (dao@moz-A7CFAC0D.adsl.alicedsl.de)
  1637. # [14:29] * Joins: bbondy2 (bbondy@moz-717FF534.home.cgocable.net)
  1638. # [14:30] * Quits: bbondy2 (bbondy@moz-717FF534.home.cgocable.net) (Quit: bbondy2)
  1639. # [14:30] * Quits: twi (Adium@moz-DA6AEF8.cust.vodafonedsl.it) (Ping timeout)
  1640. # [14:30] * Joins: jhorak (jhorak@moz-D5C93882.tmcz.cz)
  1641. # [14:30] * Joins: twi (Adium@moz-DA6AEF8.cust.vodafonedsl.it)
  1642. # [14:34] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d15632d88126 - Lars T Hansen - Bug 933313: Per-worker generational GC for PJS. Take 2. r=jandem, r=shu, r=terrence, r=jonco
  1643. # [14:35] * baku is now known as baku|away
  1644. # [14:39] * Quits: ggp|away (ggp@8A82CF15.350FAB1F.A2F1BD83.IP) (Ping timeout)
  1645. # [14:39] * Joins: ggp|away_ (ggp@moz-3A72A873.dsl.telesp.net.br)
  1646. # [14:40] * wlach is now known as IRCMonkey21473
  1647. # [14:40] * Joins: yzen (yzen@moz-F62769B5.cpe.pppoe.ca)
  1648. # [14:40] * IRCMonkey48190 is now known as wlach
  1649. # [14:43] * Joins: Pike (chatzilla@moz-E6033142.pool.mediaways.net)
  1650. # [14:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/09d3ce10e110 - Gijs Kruitbosch - Bug 761566 - add per-OS settings/options/preferences string, r=mak
  1651. # [14:43] * Quits: rogeliodh (Thunderbir@8DFB4FF8.B42B47C1.A410C1.IP) (Ping timeout)
  1652. # [14:44] * Joins: bbondy2 (bbondy@moz-717FF534.home.cgocable.net)
  1653. # [14:45] * Quits: bbondy2 (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  1654. # [14:47] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/e36ecd007155 - B2G Bumper Bot - Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
  1655. # [14:47] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/a3f49fb93195 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1656. # [14:47] * Joins: m_gol (m_gol@moz-528B2A18.neoplus.adsl.tpnet.pl)
  1657. # [14:47] * Joins: rogeliodh (Thunderbir@8DFB4FF8.B42B47C1.A410C1.IP)
  1658. # [14:47] * Quits: m_gol (m_gol@moz-528B2A18.neoplus.adsl.tpnet.pl) (Client exited)
  1659. # [14:47] * Joins: m_gol (m_gol@moz-528B2A18.neoplus.adsl.tpnet.pl)
  1660. # [14:47] * Joins: lduros (user@moz-A888D5F1.phlapa.fios.verizon.net)
  1661. # [14:48] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/843c1dbab9d6 - Chris Lord - Bug 988511 - Allow fixed position items to fully occlude displayport items. r=tn
  1662. # [14:48] <till> glandium: ping
  1663. # [14:49] * Joins: rbarnes (rbarnes@moz-F55A81A8.washdc.fios.verizon.net)
  1664. # [14:50] * Joins: KaiRo (robert@moz-B25F384D.adsl.highway.telekom.at)
  1665. # [14:52] * Joins: b4gder (daniel@69E3EEDA.10A53EE3.77834EAA.IP)
  1666. # [14:53] * kats|away is now known as kats
  1667. # [14:55] * Quits: Swatinem (swatinem@moz-DB6C8027.dynamic.surfer.at) (Ping timeout)
  1668. # [14:56] * Quits: digitsm (digitsm@515DBF2C.5062A844.B0B016E4.IP) (Ping timeout)
  1669. # [14:59] * Joins: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1670. # [15:00] * Joins: bbondy2 (bbondy@moz-717FF534.home.cgocable.net)
  1671. # [15:00] * Quits: bbondy2 (bbondy@moz-717FF534.home.cgocable.net) (Quit: bbondy2)
  1672. # [15:00] * Quits: yzen (yzen@moz-F62769B5.cpe.pppoe.ca) (Ping timeout)
  1673. # [15:04] * Quits: ericchou (uid13391@moz-E77DEB21.irccloud.com) (Quit: Connection closed for inactivity)
  1674. # [15:06] * Joins: yzen (yzen@moz-F62769B5.cpe.pppoe.ca)
  1675. # [15:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f74d791a1904 - Nicolas Silva - Bug 1014518 - Document shared MozSurfaces in a separate design document. r=sotaro
  1676. # [15:08] * ewong|sleep is now known as ewong
  1677. # [15:08] * Joins: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net)
  1678. # [15:08] * RyanVM is now known as RyanVM|brb
  1679. # [15:09] * Quits: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net) (Ping timeout)
  1680. # [15:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/cef880caa887 - Eric Phan - Bug 101597 - Use a fatal assert in case of empty picture rect when creating a video frame. r=cpearce
  1681. # [15:10] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  1682. # [15:11] * Joins: Mano (mano@4606EE6D.F47F3313.CC465D70.IP)
  1683. # [15:11] * Joins: thinker (user@moz-48E6B050.dynamic.kbronet.com.tw)
  1684. # [15:12] * Quits: yzen (yzen@moz-F62769B5.cpe.pppoe.ca) (Ping timeout)
  1685. # [15:12] * Quits: dao (dao@moz-A7CFAC0D.adsl.alicedsl.de) (Quit: Leaving.)
  1686. # [15:13] * Quits: Mano (mano@4606EE6D.F47F3313.CC465D70.IP) (Ping timeout)
  1687. # [15:14] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e9ce0328d40d - Paul Adenot - Backed out changeset cef880caa887 (bug 101597)
  1688. # [15:14] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5086f344b647 - Eric Phan - Bug 1015979 - Use a fatal assert in case of empty picture rect when creating a video frame. r=cpearce DONTBUILD
  1689. # [15:14] * Joins: ahal (ahal@moz-49FA884.cpe.teksavvy.com)
  1690. # [15:14] * Joins: rednaks (rednaks@515A2044.DC2FF939.55FFA9B4.IP)
  1691. # [15:15] * Joins: bbondy2 (bbondy@moz-717FF534.home.cgocable.net)
  1692. # [15:15] * Quits: bbondy2 (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  1693. # [15:17] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/58b7be1b4cca - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1694. # [15:17] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/43f8349a1140 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1695. # [15:18] * Joins: armenzg (armenzg@moz-5C9D8F48.cable.teksavvy.com)
  1696. # [15:20] * Joins: jimm (jmathies@moz-DF439B90.pn.at.cox.net)
  1697. # [15:21] * ewong is now known as ewong|sleep
  1698. # [15:21] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  1699. # [15:22] * baku|away is now known as baku
  1700. # [15:22] * Quits: Ms2ger (Ms2ger@moz-86814189.adsl-dyn.isp.belgacom.be) (Ping timeout)
  1701. # [15:24] * Joins: spenrose (spenrose@moz-6541E052.hsd1.ca.comcast.net)
  1702. # [15:26] * Joins: chmanchester (chmanchest@13F2CEC5.7672369.D8E68FF6.IP)
  1703. # [15:26] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Ping timeout)
  1704. # [15:26] * Quits: arky (arky@381CE9D3.7D417662.45239719.IP) (Ping timeout)
  1705. # [15:26] * Joins: AaronMT (AaronMT@13F2CEC5.7672369.D8E68FF6.IP)
  1706. # [15:27] * Joins: yzen (yzen@13F2CEC5.7672369.D8E68FF6.IP)
  1707. # [15:27] <Standard8> Do I remember there being some tool to compare performance of try server builds with m-c?
  1708. # [15:27] <Standard8> or is that just datazilla?
  1709. # [15:28] * Joins: Swatinem (swatinem@moz-AAABC99.vie.surfer.at)
  1710. # [15:28] * Joins: Bas (chatzilla@969455F7.A86EC307.3C4DE51F.IP)
  1711. # [15:29] * Joins: darkowlzz (darkowlzz@28678C98.38C7F33B.F44414AF.IP)
  1712. # [15:29] * Quits: darkowlzz (darkowlzz@28678C98.38C7F33B.F44414AF.IP) (Connection reset by peer)
  1713. # [15:30] * Joins: bbondy2 (bbondy@moz-717FF534.home.cgocable.net)
  1714. # [15:30] <mstange> Standard8: http://compare-talos.mattn.ca/
  1715. # [15:30] * Quits: bbondy2 (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  1716. # [15:30] * Joins: matthewgertner (matthewger@173F2E9D.96442F2E.EE1C58A.IP)
  1717. # [15:30] * Quits: joshua-s (Thunderbir@moz-C377AF53.syrcny.east.verizon.net) (Quit: Try Firetext (https://marketplace.firefox.com/app/firetext), a word processor for Firefox OS!)
  1718. # [15:30] <mstange> Standard8: IIRC try numbers can be slightly different from m-c numbers, so you may want to push the baseline m-c revision to try first, and compare with that
  1719. # [15:31] <matthewgertner> does anyone know offhand if it’s still possible to get the filename and line number of a JS invocation from a C++ stack?
  1720. # [15:32] <matthewgertner> I remember it used to be possible in (I think) JS::Invoke but I can’t see the relevant variables anywhere in the stack anymore
  1721. # [15:32] * Quits: nattokirai (nattokirai@moz-782CEA96.dynamic.ppp.asahi-net.or.jp) (Quit: nattokirai)
  1722. # [15:32] <padenot> matthewgertner: call DumpJSStack() in gdb
  1723. # [15:33] <matthewgertner> padenot: do I have to do that in a particular stackframe?
  1724. # [15:33] <Standard8> mstange: ok, thanks
  1725. # [15:35] <padenot> matthewgertner: no, do it from the bottom frame, that should be fine, but I think you can do from anywhere
  1726. # [15:35] <padenot> as long as you are on the right thread obviously
  1727. # [15:35] <matthewgertner> doesn’t work for me :-(
  1728. # [15:35] <matthewgertner> I’m using XCode (lldb)
  1729. # [15:35] <jorendorff> ted: i can't figure out how to get debug symbols from the try server. i know where the downloads are, but they're stripped by default
  1730. # [15:35] <matthewgertner> (lldb) DumpJSStack()
  1731. # [15:35] <matthewgertner> error: 'DumpJSStack' is not a valid command.
  1732. # [15:36] * Joins: mchang (mchang@13F2CEC5.7672369.D8E68FF6.IP)
  1733. # [15:36] <padenot> maybe it's not call in lldb
  1734. # [15:36] <jorendorff> ted: and i found some contradictory advice about how to make them not be stripped,
  1735. # [15:36] <padenot> try "print" ?
  1736. # [15:36] * RyanVM|brb is now known as RyanVM
  1737. # [15:36] * sheppy-offline is now known as sheppy
  1738. # [15:37] <padenot> matthewgertner: ah yeah, it's either "exec" or "print"
  1739. # [15:37] <matthewgertner> padenot: yep
  1740. # [15:37] <matthewgertner> thanks!
  1741. # [15:37] * Quits: tn (tim@moz-E7CE1D28.wp.shawcable.net) (Connection reset by peer)
  1742. # [15:38] <Yoric> I need help with a Cycle Collector question.
  1743. # [15:38] * Joins: tn (tim@moz-E7CE1D28.wp.shawcable.net)
  1744. # [15:39] <Tomcat|sheriffduty> Yoric: maybe something for peterv :)
  1745. # [15:39] <jorendorff> ted: but nothing worked. like https://wiki.mozilla.org/ReleaseEngineering/TryServer#Getting_debug_symbols that didn't do anything useful for me
  1746. # [15:39] <Yoric> Say I have a class nsFoo with a member mValue, which is a nsCOMPtr<> to a value that happens to be implemented in JS, wrapped by xpconnect, and turns out to contain a back reference to my nsFoo.
  1747. # [15:39] <Tomcat|sheriffduty> gkw: ping (again :)
  1748. # [15:39] <gkw> Tomcat|sheriffduty: pong
  1749. # [15:39] <gkw> Tomcat|sheriffduty: that patch again?
  1750. # [15:40] <Tomcat|sheriffduty> hey gkw could this https://tbpl.mozilla.org/php/getParsedLog.php?id=41206448&tree=Mozilla-Inbound be related to that patch
  1751. # [15:40] <jorendorff> ted: https://developer.mozilla.org/en-US/docs/Building_Firefox_with_Debug_Symbols not sure if that's out of date or what
  1752. # [15:40] <Yoric> peterv: Well, ping ^
  1753. # [15:40] <Tomcat|sheriffduty> its failing on the push and on the push after
  1754. # [15:41] <gkw> Tomcat|sheriffduty: not sure, perhaps lars (the patch author) might know. Otherwise, jorendorff might be a fallback for you :)
  1755. # [15:41] <gkw> jorendorff: is https://bugzilla.mozilla.org/show_bug.cgi?id=933313#c140 a likely cause of https://tbpl.mozilla.org/php/getParsedLog.php?id=41206448&tree=Mozilla-Inbound ?
  1756. # [15:41] * Joins: Ms2ger (Ms2ger@moz-86814189.adsl-dyn.isp.belgacom.be)
  1757. # [15:41] <jorendorff> ted: STRIP_FLAGS=--strip-debug is too much stripping still. I'd like to fix the documentation situation
  1758. # [15:42] <jorendorff> ted: but first I have to know the answer
  1759. # [15:42] <ttaubert> should changes to security/nss/ just be picked up when I do "mach build"? just want to test something quick
  1760. # [15:42] * Quits: mwobensmith (mwobensmit@12E4AD8B.27376607.189F3E15.IP) (Ping timeout)
  1761. # [15:42] <Ms2ger> One can try
  1762. # [15:43] <ttaubert> I mean, they seem not to be
  1763. # [15:43] <padenot> ttaubert: stick a #error in a file there and check ?
  1764. # [15:43] * ttaubert tries
  1765. # [15:44] * gaye is now known as gaye|brb
  1766. # [15:44] <ttaubert> yeah that works. ok so it's my fault
  1767. # [15:44] <ttaubert> that's something
  1768. # [15:44] <ttaubert> thanks
  1769. # [15:45] <Yoric> If I have a nsISomething that happens to be a JS value wrapped by XPConnect, how to I get the JS::Value?
  1770. # [15:45] * Joins: bbondy2 (bbondy@moz-717FF534.home.cgocable.net)
  1771. # [15:45] * Quits: bbondy2 (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  1772. # [15:45] <Ms2ger> Yoric, step back, what are you doing?
  1773. # [15:46] <Tomcat|sheriffduty> gkw: more cpp testfailures on that push, will close the tree and back it out
  1774. # [15:47] <gkw> Tomcat|sheriffduty: alright. fwiw the patch author did have try runs, see https://bugzilla.mozilla.org/show_bug.cgi?id=933313#c132
  1775. # [15:47] <Yoric> Ms2ger: I have a C++ XPCOM component that holds a reference to a nsISomeCallback. In a number of cases, that nsISomeCallback happens to 1/ hold a reference to my component; 2/ be a JS function wrapped automatically by XPConnect.
  1776. # [15:47] <Yoric> Ms2ger: I need a way to get it to participate in CC.
  1777. # [15:48] <Ms2ger> Have you tried just traversing/unlinking it?
  1778. # [15:48] <Tomcat|sheriffduty> gkw: oh the cpp error is also in the try runs
  1779. # [15:48] <Yoric> Ms2ger: You mean the CC *TRAVERSE* macros?
  1780. # [15:48] <Tomcat|sheriffduty> ok even more mean thats the culprint :)
  1781. # [15:48] <Ms2ger> Yes, and _UNLINK_
  1782. # [15:49] <gkw> Tomcat|sheriffduty: Mmmm you might want to point that out
  1783. # [15:49] <Yoric> Yes, but I may have been using the wrong macro.
  1784. # [15:49] <Yoric> Let me double-check.
  1785. # [15:49] <Tomcat|sheriffduty> yeah will do
  1786. # [15:49] <Yoric> (Well, I write "I", but it's actually Dexter doing all the work)
  1787. # [15:50] <Tomcat|sheriffduty> m-i is reopen also
  1788. # [15:50] * Joins: hub (hub@13F2CEC5.7672369.D8E68FF6.IP)
  1789. # [15:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3d77c8ef5b69 - Carsten "Tomcat" Book - Backed out changeset d15632d88126 (bug 933313) for cppunit testfailures on a CLOSED TREE
  1790. # [15:51] * Joins: jgriffin (jgriffin@FCCEA34F.7672369.D8E68FF6.IP)
  1791. # [15:52] <jorendorff> Tomcat|sheriffduty: Yes.
  1792. # [15:52] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7a0d8feb1575 - Benoit Jacob - Bug 774388 - Patch 4: Flatten the way that we track whether we are using OMTC, and move Layers IPC shutdown code back to gfxPlatform (but still triggered by ShutdownXPCOM) - r=nical,sotaro
  1793. # [15:52] <jorendorff> Tomcat|sheriffduty: to answer your earlier question.
  1794. # [15:52] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6f2e001c5f39 - Benoit Jacob - Bug 774388 - Patch 5: Wrap the global raw compositor thread pointer, and global raw refcount integer, into a proper refcounted singleton class - r=nical,mattwoodrow
  1795. # [15:52] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0f81ceab808a - Benoit Jacob - Bug 774388 - Patch 6: fix a silly double negation - r=nical
  1796. # [15:52] <jorendorff> i don't know how, but it touches struct Runtime so it's implicated
  1797. # [15:52] * Quits: Pike (chatzilla@moz-E6033142.pool.mediaways.net) (Input/output error)
  1798. # [15:53] * Joins: Pike (chatzilla@moz-E6033142.pool.mediaways.net)
  1799. # [15:53] <jorendorff> we should probably have more of that test, it kills everyone who touches Runtime
  1800. # [15:53] <jandem-brb> fitzgen: please take a look at bug 1016016 ASAP
  1801. # [15:54] <jandem-brb> fitzgen: fuzzing people tell me it's blocking them :)
  1802. # [15:54] * Joins: joshua-s (Thunderbir@moz-C377AF53.syrcny.east.verizon.net)
  1803. # [15:56] <Tomcat|sheriffduty> jorendorff: yeah thats for this patch at least the 2nd backout today , more and i guess gkw gets nightmares :)
  1804. # [15:56] * Quits: rogeliodh (Thunderbir@8DFB4FF8.B42B47C1.A410C1.IP) (Ping timeout)
  1805. # [15:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/b93b8f8ea2be - B2G Bumper Bot - Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
  1806. # [15:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/583fafa30638 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1807. # [15:57] * Joins: StevenLee (Adium@moz-8D252123.dynamic.hinet.net)
  1808. # [15:57] <lth> gkw: ping
  1809. # [15:58] <lth> gkw: unping
  1810. # [15:58] <gkw> Tomcat|sheriffduty / jorendorff : thanks for helping out
  1811. # [15:58] * bc is now known as bc|bbiab
  1812. # [15:58] <gkw> lth: pong and unpong
  1813. # [15:58] <lth> Tomcat|sheriffduty: ping
  1814. # [15:58] <gkw> lth: I guess your original try run wasn't fully green
  1815. # [15:58] <lth> and I knew that
  1816. # [15:58] <lth> there were bugs filed against the failures, i though
  1817. # [15:59] <lth> at least that's how i read the reports from Try
  1818. # [15:59] <lth> what did I misunderstand?
  1819. # [15:59] * Quits: heftig (heftig@moz-33D186ED.unitymedia.biz) (Quit: Quitting)
  1820. # [15:59] <gkw> lth: jorendorff says your patch is likely causing those failures, apparently.
  1821. # [15:59] <lth> hrm
  1822. # [15:59] <gkw> lth: Tomcat|sheriffduty points out that the cpp test failures happen with your patch and apparently not without
  1823. # [15:59] <gkw> lth: so I guess that's the deal
  1824. # [15:59] <lth> so what of the "intermittent" bugs filed against them?
  1825. # [15:59] <Tomcat|sheriffduty> oh hai lth so when a checkin is done and the test failure are not intermittent and permanent we back this change out
  1826. # [16:00] * Joins: bbondy2 (bbondy@moz-717FF534.home.cgocable.net)
  1827. # [16:00] <Tomcat|sheriffduty> intermittent failures are failures that are caused by something unrelated
  1828. # [16:00] * Quits: bbondy2 (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  1829. # [16:00] <lth> that's fine, that's not what i'm confused about
  1830. # [16:00] * Joins: rogeliodh (Thunderbir@8DFB4FF8.B42B47C1.A410C1.IP)
  1831. # [16:00] <lth> what i'm confused about is that there are apparently already bugzilla bugs filed against intermittent failures here
  1832. # [16:00] <Tomcat|sheriffduty> and permanent like in this case https://tbpl.mozilla.org/?tree=Mozilla-Inbound&rev=d15632d88126&jobname=Rev4%20MacOSX%20Snow%20Leopard%2010.6%20mozilla-inbound%20debug%20test%20cppunit
  1833. # [16:01] * Quits: Optimize1 (Instantbir@4F3E1057.A6DE773B.88FACCAA.IP) (Ping timeout)
  1834. # [16:01] <lth> i see
  1835. # [16:01] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  1836. # [16:01] * Quits: luke (luke@moz-7BD53946.dhcp.ftwo.tx.charter.com) (Quit: Leaving.)
  1837. # [16:01] * Joins: josh (josh@moz-2E9C1C52.hsd1.mn.comcast.net)
  1838. # [16:02] <jorendorff> lth: testNewRuntime is rough
  1839. # [16:02] * Quits: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca) (Quit: surkov)
  1840. # [16:02] <jorendorff> by that I mean it sets a high bar for good behavior from JS_NewRuntime
  1841. # [16:02] <Tomcat|sheriffduty> but maybe RyanVM or edmorley have a better term for intermittent vs permanent failures :)
  1842. # [16:02] * Joins: lmandel (lmandel@13F2CEC5.7672369.D8E68FF6.IP)
  1843. # [16:02] * Joins: luke (luke@moz-7BD53946.dhcp.ftwo.tx.charter.com)
  1844. # [16:02] <lth> hm, looks like an uninitialized lock variable, from the assert
  1845. # [16:03] * Quits: rogeliodh (Thunderbir@8DFB4FF8.B42B47C1.A410C1.IP) (Input/output error)
  1846. # [16:03] <lth> i'll look around
  1847. # [16:03] * Joins: rogeliodh (Thunderbir@8DFB4FF8.B42B47C1.A410C1.IP)
  1848. # [16:03] <RyanVM> lth: not unheard to have an underlying condition that was causing intermittent failures to be tickled into perma-failing
  1849. # [16:03] <lth> y
  1850. # [16:04] * Quits: fredw (Icedove@moz-B9C110E2.fbx.proxad.net) (Quit: fredw)
  1851. # [16:04] <Gijs> how do I expose a webidl property to XBL bindings?
  1852. # [16:04] <Gijs> [ChromeOnly] doesn't seem to be enough
  1853. # [16:04] <jorendorff> lth: it injects allocation failures into JS_NewRuntime
  1854. # [16:04] <jorendorff> lth: the behavior can differ based on which allocator you use, and other configure-time options :-P
  1855. # [16:05] <lth> gross
  1856. # [16:05] * Parts: bhearsum (bhearsum@moz-FBAE94.members.linode.com)
  1857. # [16:05] <lth> but a useful hint, thx
  1858. # [16:06] <jorendorff> lth: another hint, if the standalone SM jsapi-tests does not reproduce the problem, use the one from a browser build
  1859. # [16:06] <jorendorff> that worked for me
  1860. # [16:06] * pbrosset is now known as pbrosset|afk
  1861. # [16:06] * Quits: Jerry (hshih@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1862. # [16:08] * Joins: Enn (enn@13F2CEC5.7672369.D8E68FF6.IP)
  1863. # [16:08] * Joins: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net)
  1864. # [16:08] * Joins: mdas (mdas@13F2CEC5.7672369.D8E68FF6.IP)
  1865. # [16:09] * Joins: davidb (davidb@13F2CEC5.7672369.D8E68FF6.IP)
  1866. # [16:09] * hwine-ooo is now known as hwine
  1867. # [16:10] * Quits: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net) (Ping timeout)
  1868. # [16:11] * Joins: kk1fff_ (kk1fff@moz-7A1F9391.dynamic.hinet.net)
  1869. # [16:11] * edmorley is now known as edmorley|sheriffduty
  1870. # [16:11] * bc|bbiab is now known as bc
  1871. # [16:11] * Tomcat|sheriffduty is now known as Tomcat
  1872. # [16:11] * Quits: kk1fff_ (kk1fff@moz-7A1F9391.dynamic.hinet.net) (Connection reset by peer)
  1873. # [16:11] * Joins: kk1fff_ (kk1fff@moz-7A1F9391.dynamic.hinet.net)
  1874. # [16:11] * Joins: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz)
  1875. # [16:12] * Joins: gustavold (gustavold@871FA1A9.4C3DB1D5.DF2AC62B.IP)
  1876. # [16:14] * Quits: jkitch (Thunderbir@moz-C4E800A3.lns21.adl2.internode.on.net) (Ping timeout)
  1877. # [16:14] * Joins: mgol (m_gol@moz-528B2A18.neoplus.adsl.tpnet.pl)
  1878. # [16:14] * Quits: jviereck (Adium@moz-A94036F2.ethz.ch) (Quit: Leaving.)
  1879. # [16:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/59e2e6c3c1ec - Connor Brem - Bug 1005909 - Make URLs in console strings clickable. r=rcampbell
  1880. # [16:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/1023a50167c5 - Alexandre Poirot - Bug 1012988 - Remove heritage dependency to packets.js. r=jimb
  1881. # [16:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/939350a04d9f - Brian Grinstead - Bug 1019676 - Project editor: Allow app header to be updated and add gear icon / status indicator. r=harth
  1882. # [16:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/8404496a62ee - Brian Grinstead - Bug 1021023 - Fix 'document is null' error in CssLogic_findCssSelector when inspecting <window> in XUL document. r=pbrosset
  1883. # [16:15] * Joins: bbondy2 (bbondy@moz-717FF534.home.cgocable.net)
  1884. # [16:15] * Quits: bbondy2 (bbondy@moz-717FF534.home.cgocable.net) (Quit: bbondy2)
  1885. # [16:15] * Quits: m_gol (m_gol@moz-528B2A18.neoplus.adsl.tpnet.pl) (Ping timeout)
  1886. # [16:16] * Quits: mgol (m_gol@moz-528B2A18.neoplus.adsl.tpnet.pl) (Client exited)
  1887. # [16:16] * Joins: m_gol (m_gol@moz-528B2A18.neoplus.adsl.tpnet.pl)
  1888. # [16:17] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ae35b0953851 - Walter Litwinczyk - Bug 1011574 - Throw the right exception when putImageData is passed an ImageData with a neutered buffer. r=bjacob
  1889. # [16:17] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e7e02f30b22a - Nikhil Marathe - Bug 1020652 - Add T& assigment operator to OwningNonNull. r=bz
  1890. # [16:18] * Joins: mgol (m_gol@moz-528B2A18.neoplus.adsl.tpnet.pl)
  1891. # [16:19] * Quits: m_gol (m_gol@moz-528B2A18.neoplus.adsl.tpnet.pl) (Ping timeout)
  1892. # [16:20] * Joins: smaug (chatzilla@moz-38C5B03.elisa-laajakaista.fi)
  1893. # [16:20] * ChanServ sets mode: +o smaug
  1894. # [16:21] * Quits: mgol (m_gol@moz-528B2A18.neoplus.adsl.tpnet.pl) (Client exited)
  1895. # [16:21] * Joins: m_gol (m_gol@moz-528B2A18.neoplus.adsl.tpnet.pl)
  1896. # [16:23] * Quits: @smaug (chatzilla@moz-38C5B03.elisa-laajakaista.fi) (Ping timeout)
  1897. # [16:23] * Quits: rogeliodh (Thunderbir@8DFB4FF8.B42B47C1.A410C1.IP) (Ping timeout)
  1898. # [16:23] * Joins: rogeliodh (Thunderbir@8DFB4FF8.B42B47C1.A410C1.IP)
  1899. # [16:23] * Joins: jviereck (Adium@moz-A94036F2.ethz.ch)
  1900. # [16:24] * Joins: emtwo (Adium@13F2CEC5.7672369.D8E68FF6.IP)
  1901. # [16:24] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  1902. # [16:25] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/1009c320a2b6 - Tim Taubert - Bug 923315 - Ensure that sessionstore.js writes don't interfere with browser_upgrade_backup.js. r=yoric, a=test-only
  1903. # [16:25] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/082d356f509c - Benjamin Bouvier - Bug 1019003 - Kill default visibility warning. r=Waldo, a=sledru
  1904. # [16:25] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/e92fd2c60d1d - Drew Willcoxon - Bug 870205 - Fix intermittent browser_bug295977_autoscroll_overflow.js. r=neil, a=test-only
  1905. # [16:25] * Quits: avaida (Instantbir@28C4EA76.976FBEE.5BC07656.IP) (Input/output error)
  1906. # [16:26] * Tomcat is now known as Tomcat|away-till-june14
  1907. # [16:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/b4d17f1e9662 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1908. # [16:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/a3728cb13a6a - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1909. # [16:27] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Ping timeout)
  1910. # [16:27] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  1911. # [16:29] * Quits: mihaelav (Mibbit@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1912. # [16:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4cfb80678174 - Benoit Jacob - Bug 774388 - Bustage fix: don't try to shut down layers IPC if we didn't initialize it because we were running xpcshell only - no review
  1913. # [16:30] * Joins: bbondy2 (bbondy@moz-717FF534.home.cgocable.net)
  1914. # [16:30] * Quits: bbondy2 (bbondy@moz-717FF534.home.cgocable.net) (Quit: bbondy2)
  1915. # [16:31] <bjacob> RyanVM: i just landed a bustage fix, 4cfb80678174 , for the XPCShell crashes found here https://tbpl.mozilla.org/?tree=Try&rev=286cf58d68a8
  1916. # [16:31] * Joins: WaltS48 (Thunderbir@moz-F42AE551.pitbpa.east.verizon.net)
  1917. # [16:31] <bjacob> RyanVM: if this still crashes in X then we will have to back out
  1918. # [16:31] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  1919. # [16:32] <RyanVM> edmorley|sheriffduty ^
  1920. # [16:32] <edmorley|sheriffduty> RyanVM: ta
  1921. # [16:32] <bjacob> thanks
  1922. # [16:32] * mcote|afk is now known as mcote
  1923. # [16:33] * Joins: IRCMonkey17350 (chatzilla@moz-38C5B03.elisa-laajakaista.fi)
  1924. # [16:33] * Joins: stefanh_netbook (chatzilla@moz-3EED0162.customers.ownit.se)
  1925. # [16:33] * Joins: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP)
  1926. # [16:34] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  1927. # [16:36] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  1928. # [16:36] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/922a3c128839 - B2G Bumper Bot - Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
  1929. # [16:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/592f0752980f - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1930. # [16:37] * Quits: Bas (chatzilla@969455F7.A86EC307.3C4DE51F.IP) (Ping timeout)
  1931. # [16:37] * Quits: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1932. # [16:42] * philor|away is now known as philor
  1933. # [16:44] <Standard8> mstange: do you know how I tell if the differences are truely bad or not?
  1934. # [16:44] * Joins: jib (Jan-Ivar@moz-7D3EF941.man.choiceone.net)
  1935. # [16:45] * Joins: bbondy2 (bbondy@moz-717FF534.home.cgocable.net)
  1936. # [16:45] * Quits: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  1937. # [16:45] * Quits: bbondy2 (bbondy@moz-717FF534.home.cgocable.net) (Quit: bbondy2)
  1938. # [16:46] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  1939. # [16:46] <mstange> Standard8: retrigger a bunch of times and look at the stddev maybe?
  1940. # [16:46] * Quits: josh (josh@moz-2E9C1C52.hsd1.mn.comcast.net) (Quit: josh)
  1941. # [16:47] <Standard8> mstange: ah ok
  1942. # [16:47] * Joins: mconley (mconley@13F2CEC5.7672369.D8E68FF6.IP)
  1943. # [16:47] * Joins: ehsan (ehsan@13F2CEC5.7672369.D8E68FF6.IP)
  1944. # [16:47] * ChanServ sets mode: +o ehsan
  1945. # [16:47] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/2e0533956466 - John Shih - Bug 1020758 - Disable Network Information API on Desktop. r=sicking
  1946. # [16:49] <glandium> jorendorff: this (https://hg.mozilla.org/try/rev/cdc869e998e4) build *does* have full symbols: http://ftp.mozilla.org/pub/mozilla.org/firefox/try-builds/jorendorff@mozilla.com-cdc869e998e4/try-linux64-debug/firefox-32.0a1.en-US.linux-x86_64.crashreporter-symbols-full.zip
  1947. # [16:49] * Quits: IRCMonkey17350 (chatzilla@moz-38C5B03.elisa-laajakaista.fi) (Ping timeout)
  1948. # [16:50] <glandium> jorendorff: and no, you don't need STRIP_FLAGS=--strip-debug
  1949. # [16:50] * Joins: grobinson (~grobinson@moz-731932CD.hsd1.ca.comcast.net)
  1950. # [16:50] * jcranmer|away is now known as jcranmer
  1951. # [16:53] * Quits: esawin (esawin@5BEC7083.F96E1D95.95550721.IP) (Quit: leaving)
  1952. # [16:53] * Joins: esawin (esawin@5BEC7083.F96E1D95.95550721.IP)
  1953. # [16:53] * Joins: masayuki (Thunderbir@moz-7765A755.zaq.ne.jp)
  1954. # [16:53] * Joins: smaug (chatzilla@moz-38C5B03.elisa-laajakaista.fi)
  1955. # [16:53] * ChanServ sets mode: +o smaug
  1956. # [16:53] <peterv> Yoric: pong
  1957. # [16:54] * Quits: Swatinem (swatinem@moz-AAABC99.vie.surfer.at) (Ping timeout)
  1958. # [16:55] * Quits: masayuki (Thunderbir@moz-7765A755.zaq.ne.jp) (Ping timeout)
  1959. # [16:56] * hwine is now known as hwine-ooo
  1960. # [16:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/522ef2feb676 - Mike Conley - Bug 1021466 - Part 1: Make it possible to stash opener and newly created TabParent's inside DocShell. r=smaug.
  1961. # [16:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ad9adc4900df - Mike Conley - Bug 1021466 - Part 2: Make it possible to pass in an nsITabParent when opening windows, and then stash that nsITabParent in the newly created chrome docshell. r=smaug.
  1962. # [16:56] * davidb is now known as davidb|afk
  1963. # [16:56] * Joins: Edgar (Thunderbir@moz-23D8F28.dynamic.hinet.net)
  1964. # [16:56] * Joins: btulchinsky (btulchinsk@moz-47241C28.dsl.bell.ca)
  1965. # [16:57] <edmorley|sheriffduty> !seen bjacob
  1966. # [16:57] <firebot> bjacob was last seen 24 minutes and 29 seconds ago, saying 'thanks' in #developers.
  1967. # [16:57] * Joins: serge (Thunderbir@moz-3CE5A4ED.dsl.teksavvy.com)
  1968. # [16:59] * Joins: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP)
  1969. # [16:59] * davidb|afk is now known as davidb
  1970. # [17:00] * Joins: bz (bzbarsky@moz-72881629.bstnma.fios.verizon.net)
  1971. # [17:00] * ChanServ sets mode: +o bz
  1972. # [17:00] <edmorley|sheriffduty> RyanVM: is bjacob's followup also supposed to fix the build failures during startup cache precompilation?
  1973. # [17:00] * Joins: bbondy2 (bbondy@moz-717FF534.home.cgocable.net)
  1974. # [17:00] <RyanVM> you know as much as I do :P
  1975. # [17:00] * Quits: bbondy2 (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  1976. # [17:00] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  1977. # [17:00] * Quits: nical (nical@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  1978. # [17:01] * Quits: AndreeaMatei (Thunderbir@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP) (Client exited)
  1979. # [17:01] * Quits: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  1980. # [17:01] <edmorley|sheriffduty> RyanVM: yeah thought that might be the case, just wanted to check he hadn't said something in another channel, before I back out
  1981. # [17:01] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  1982. # [17:01] <RyanVM> nope, with great prejudice :)
  1983. # [17:02] * Joins: juanb (jbecerra@moz-62518563.mtv2.mozilla.com)
  1984. # [17:02] * Joins: nical (nical@DA4ABEAF.1DE10CA8.D8E68FF6.IP)
  1985. # [17:03] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  1986. # [17:03] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  1987. # [17:05] * Quits: zzzzz (chatzilla@moz-76A47971.dhcp.embarqhsd.net) (Ping timeout)
  1988. # [17:05] * Joins: zzzzz (chatzilla@moz-76A47971.dhcp.embarqhsd.net)
  1989. # [17:05] * Joins: billm (billm@moz-117CEF73.hsd1.ma.comcast.net)
  1990. # [17:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/779ef393fd2e - Ed Morley - Backed out changeset 4cfb80678174 (bug 774388)
  1991. # [17:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/13b0d48c6fa3 - Ed Morley - Backed out changeset 0f81ceab808a (bug 774388)
  1992. # [17:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7d8281d3913a - Ed Morley - Backed out changeset 6f2e001c5f39 (bug 774388)
  1993. # [17:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/fc02eb625f9e - Ed Morley - Backed out changeset 7a0d8feb1575 (bug 774388) for build failures during startup cache precompilation; CLOSED TREE
  1994. # [17:06] * Joins: jimb (user@moz-ED4AA0F2.hsd1.wa.comcast.net)
  1995. # [17:06] * Joins: bmoss (bmoss@moz-62518563.mtv2.mozilla.com)
  1996. # [17:06] * Quits: billm (billm@moz-117CEF73.hsd1.ma.comcast.net) (Client exited)
  1997. # [17:08] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/9a6276cde9bb - Margaret Leibovic - Bug 1010986 - Disable pull-to-refresh on Firefox 31. r=lucasr, a=sledru
  1998. # [17:08] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/ef5c82db859e - Michael Pruett - Bug 1016039 - Fix switching between tab groups when cursor is on a tab. r=dao, a=sledru
  1999. # [17:08] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/86894774b7e2 - Marco Bonardo - Bug 1003461 - Shift + Switch to Tab no longer respected. r=mano, a=sledru
  2000. # [17:08] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/f109c07fc40e - Gijs Kruitbosch - Bug 979207 - Add logging and better yielding to browser_968447_bookmarks_toolbar_items_in_panel.js. r=mikedeboer, a=test-only
  2001. # [17:08] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/7a63c6da1688 - Douglas Crosher - Bug 1019414 - IonMonkey: The exitCodePatch offset needs to be converted to its final offset after assembly. r=jandem, a=sledru
  2002. # [17:08] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/143f7c2f05df - Douglas Crosher - Bug 1019413 - IonMonkey: do not apply actualOffset() to the safepoint stream offsets. r=nbp, a=sledru
  2003. # [17:09] * catlee-away is now known as catlee
  2004. # [17:09] * Joins: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net)
  2005. # [17:11] * Quits: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net) (Ping timeout)
  2006. # [17:12] * gaye|brb is now known as gaye
  2007. # [17:12] <rittme> mconley: hi Mike, I've attached patches in bugzilla for the two bugs I was working on. I have flagged you as reviewer. Is that right?
  2008. # [17:12] <mconley> rittme: that's totally right!
  2009. # [17:13] <mconley> rittme: I'm reviewing it right now.
  2010. # [17:13] <rittme> mconley: nice! thanks
  2011. # [17:13] * Joins: Mano (mano@4606EE6D.F47F3313.CC465D70.IP)
  2012. # [17:14] * lth is now known as lth|away
  2013. # [17:14] * Quits: johankj (johankj@moz-D7D69F49.johanjensen.dk) (Ping timeout)
  2014. # [17:14] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  2015. # [17:14] * Quits: dougc (dougc@moz-62F6C479.lns20.mel6.internode.on.net) (Ping timeout)
  2016. # [17:15] * Quits: huseby (huseby@moz-B3136CF6.linuxprogrammer.org) (Ping timeout)
  2017. # [17:15] * Quits: Mano (mano@4606EE6D.F47F3313.CC465D70.IP) (Ping timeout)
  2018. # [17:15] * Joins: bbondy2 (bbondy@moz-717FF534.home.cgocable.net)
  2019. # [17:15] * Quits: bbondy2 (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  2020. # [17:16] * Joins: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net)
  2021. # [17:16] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  2022. # [17:16] * Quits: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  2023. # [17:16] * gregglind_afk is now known as gregglind
  2024. # [17:17] <edmorley|sheriffduty> RyanVM: I guess we have our answer (post followup): https://tbpl.mozilla.org/php/getParsedLog.php?id=41211577&tree=Mozilla-Inbound
  2025. # [17:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6775154c5cf2 - Jason Orendorff - Bug 1021001 - Fix some GCC warnings. r=terrence.
  2026. # [17:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/056fd938efc7 - Jason Orendorff - Bug 1017292 - Make jstests.py start much faster when running only a few tests. r=terrence.
  2027. # [17:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ad465c247417 - Jason Orendorff - Bug 1017067 - Merge deleteProperty/deleteElement ops back into a single deleteGeneric op. r=bhackett.
  2028. # [17:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c48f50085fec - Jason Orendorff - Bug 1017079 - Fix obsolete comment in AtomizeAndCopyChars. r=bhackett.
  2029. # [17:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3825abd9a302 - Jason Orendorff - Bug 1008441 - Make Object.defineProperty(proxy, desc) only parse desc once. r=efaust.
  2030. # [17:18] * Quits: bogdan_maris (Instantbir@28C4EA76.976FBEE.5BC07656.IP) (Input/output error)
  2031. # [17:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/dbec390460f6 - Jason Orendorff - Bug 904723, part 1 - Add new IsConstructor intrinsic for self-hosting. r=till.
  2032. # [17:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/55f0e2c43406 - Jason Orendorff - Bug 904723, part 2 - Changes to _DefineDataProperty semantics. r=till.
  2033. # [17:18] <RyanVM> edmorley|sheriffduty: indeed
  2034. # [17:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b221cb63e559 - Jason Orendorff - Bug 904723, part 3 - Implement Array.from. r=till.
  2035. # [17:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0c9ff69d4263 - Jason Orendorff - Bug 904723, part 4 - In Array.from, only fetch the @@iterator property once. r=till.
  2036. # [17:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0a524a0567a1 - Jason Orendorff - Bug 998115 - Make the output of Codegen.py less #BOGUS. r=peterv.
  2037. # [17:19] <RyanVM> jorendorff: are we going to wish that last push touched CLOBBER?
  2038. # [17:19] <jorendorff> sigh
  2039. # [17:19] <till> RyanVM: yes
  2040. # [17:19] * jorendorff hangs his head
  2041. # [17:19] <jorendorff> i had it in the try patch and not in the patch itself
  2042. # [17:19] * RyanVM cries
  2043. # [17:19] * Joins: milazzom (milazzom@moz-7DDBBB4.ph.ph.cox.net)
  2044. # [17:20] <RyanVM> edmorley|sheriffduty: ^ might as well clobber inbound now for the eventual retriggers on that push
  2045. # [17:20] <nalexander> jorendorff: all try builds are clobbers.
  2046. # [17:20] * Joins: johankj (johankj@moz-D7D69F49.johanjensen.dk)
  2047. # [17:20] <till> this shouldn't be necessary anymore, but I get truly weird errors in the fix for the "Start Server" thing
  2048. # [17:20] <jorendorff> nalexander: oh, cool
  2049. # [17:20] * Quits: kk1fff_ (kk1fff@moz-7A1F9391.dynamic.hinet.net) (Ping timeout)
  2050. # [17:20] * Quits: serge (Thunderbir@moz-3CE5A4ED.dsl.teksavvy.com) (Ping timeout)
  2051. # [17:20] * Joins: Mano (mano@4606EE6D.F47F3313.CC465D70.IP)
  2052. # [17:21] * Joins: kk1fff_ (kk1fff@moz-3B23641E.dynamic.hinet.net)
  2053. # [17:21] * Quits: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  2054. # [17:21] * Quits: jacek (jacek@moz-ECAAA1A8.psi.wroc.pl) (Quit: Konversation terminated!)
  2055. # [17:21] * Quits: wolfiR (wolfiR@moz-D776A90.dip0.t-ipconnect.de) (Ping timeout)
  2056. # [17:22] <jorendorff> RyanVM, till: I should still push a CLOBBER, rihgt?
  2057. # [17:22] <jorendorff> (or does this bug only affect the build machines?_
  2058. # [17:22] <jorendorff> )
  2059. # [17:22] * Joins: wolfiR (wolfiR@moz-DF7F478F.dip0.t-ipconnect.de)
  2060. # [17:22] * jorendorff waits
  2061. # [17:22] <RyanVM> jorendorff: yes, you still need to push it
  2062. # [17:22] <RyanVM> otherwise we'll just break when inbound merges around
  2063. # [17:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a0bb2b2da6ef - Hannes Verschore - Bug 844779 - Part 1: Remove inline function tracking in ionmonkey, r=djvj
  2064. # [17:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a2aa79041b93 - Dan Gohman - Bug 1020474 - IonMonkey: Pass CodePosition by value r=jandem
  2065. # [17:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5b4bd2f81719 - Dan Gohman - Bug 844779 - IonMonkey: Make loops contiguous. r=h4writer
  2066. # [17:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5429275a038d - Dan Gohman - Bug 733353 - IonMonkey: Don't allocate new instruction IDs when moving existing instructions. r=jandem
  2067. # [17:23] <edmorley|sheriffduty> RyanVM: good spot
  2068. # [17:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c3a7683c8c9e - Dan Gohman - Bug 733353 - IonMonkey: Factor out and optimize loop marking and unmarking. r=jandem
  2069. # [17:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9ca38df81607 - Dan Gohman - Bug 733353 - IonMonkey: Queueless, worklistless LICM r=jandem
  2070. # [17:23] <till> gps: ping
  2071. # [17:23] * Quits: jib (Jan-Ivar@moz-7D3EF941.man.choiceone.net) (Quit: jib)
  2072. # [17:24] * nsm|away is now known as nsm
  2073. # [17:24] * Joins: bjacob (bjacob@13F2CEC5.7672369.D8E68FF6.IP)
  2074. # [17:25] * Quits: milazzom (milazzom@moz-7DDBBB4.ph.ph.cox.net) (Quit: milazzom)
  2075. # [17:25] * Quits: wlach (wlach@moz-1DFF0E85.vif.net) (Quit: Ex-Chat)
  2076. # [17:26] <bjacob> edmorley|sheriffduty: ping
  2077. # [17:27] <bjacob> edmorley|sheriffduty: i didn't realize that these could be caused by my patch. do you know how to think of these errors?
  2078. # [17:27] * Joins: masayuki (Thunderbir@moz-7765A755.zaq.ne.jp)
  2079. # [17:27] <edmorley|sheriffduty> bjacob: hi
  2080. # [17:27] * Joins: dougc (dougc@moz-B9787D8A.lns20.mel6.internode.on.net)
  2081. # [17:27] <bjacob> (startup cache precompilation)
  2082. # [17:27] <edmorley|sheriffduty> bjacob: glandium knows about that iirc?
  2083. # [17:27] <bjacob> glandium: ping about startup cache precompilation
  2084. # [17:28] <bjacob> edmorley|sheriffduty: anyone else, in case it's not the right time of day in japan?
  2085. # [17:28] <edmorley|sheriffduty> bjacob: I'm not sure - ted maybe?
  2086. # [17:28] <bjacob> ted: ping about startup cache precompilation
  2087. # [17:28] * Joins: ckerschb (ckerschb@moz-62518563.mtv2.mozilla.com)
  2088. # [17:28] <edmorley|sheriffduty> he doesn't seem to be online
  2089. # [17:29] * Joins: garvank (Garvan@9A8F86D9.B65E8594.4C2245EF.IP)
  2090. # [17:29] * Joins: MichelW (uid24909@moz-A42E5B7B.irccloud.com)
  2091. # [17:29] * Quits: nical (nical@DA4ABEAF.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  2092. # [17:29] <edmorley|sheriffduty> bjacob: the error comes from https://hg.mozilla.org/mozilla-central/log/tip/toolkit/mozapps/installer/packager.py - maybe find someone else from the authors/reviewers there?
  2093. # [17:29] * Joins: jduell (jduell@moz-612365A.hsd1.wa.comcast.net)
  2094. # [17:30] * Joins: nical (nical@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2095. # [17:30] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2096. # [17:30] <edmorley|sheriffduty> gps: would you be able to help bjacob with an error during startup cache precompilation that his patch got backed out over?
  2097. # [17:30] * Joins: bbondy2 (bbondy@moz-717FF534.home.cgocable.net)
  2098. # [17:30] * Quits: bbondy2 (bbondy@moz-717FF534.home.cgocable.net) (Quit: bbondy2)
  2099. # [17:31] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  2100. # [17:31] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2101. # [17:31] * Joins: bwc (Adium@moz-536549A9.dsl.static.sonic.net)
  2102. # [17:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/d2452730de2b - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  2103. # [17:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/87dfaa26bdff - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2104. # [17:32] * jmaher is now known as jmaher|food
  2105. # [17:32] * Joins: djc (djc@moz-E26330E3.xavamedia.nl)
  2106. # [17:33] <djc> I just noticed that the form.elements[key].value result is different in Chrome and Firefox
  2107. # [17:33] <djc> for groups of radio buttons that all have the same name
  2108. # [17:33] <djc> is this supposed to be specced somewhere? I'm looking at WHATWG specs, but can't find this so far
  2109. # [17:33] <Gijs> djc: release? nightly? both? :)
  2110. # [17:34] * sheppy is now known as sheppy-afk
  2111. # [17:34] * Quits: gabor (gabor@moz-BA37D48D.dip0.t-ipconnect.de) (Client exited)
  2112. # [17:34] * Quits: jviereck (Adium@moz-A94036F2.ethz.ch) (Quit: Leaving.)
  2113. # [17:34] * Quits: jhorak (jhorak@moz-D5C93882.tmcz.cz) (Quit: Leaving)
  2114. # [17:34] * Joins: ethan (ethan@moz-F84964EB.dynamic.hinet.net)
  2115. # [17:35] * Quits: ethan (ethan@moz-F84964EB.dynamic.hinet.net) (Quit: ethan)
  2116. # [17:35] * Quits: Enn (enn@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2117. # [17:35] <@bz> djc: It's specced
  2118. # [17:35] * Joins: tomer (tomer@F61A4DAE.55661B99.34A7550B.IP)
  2119. # [17:35] <@bz> djc: and I'm surprised you're seeing a difference in behavior. Testcase?
  2120. # [17:35] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2121. # [17:35] * Joins: ahameez (ahameez@A8F40235.D6534693.A371D240.IP)
  2122. # [17:36] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2123. # [17:36] <djc> Gijs: nightly for fx, release for Chrome
  2124. # [17:36] <djc> bz: I'll try to come up with a minimal test case
  2125. # [17:36] <@bz> djc: form.elements[key] should be either a single element if it's the only one with that name or a RadioNodeList if there are multiple things with that name
  2126. # [17:36] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2127. # [17:37] <djc> bz: yeah, and should .value be undefined or the selected value?
  2128. # [17:37] <@bz> djc: hmm. I guess RadioNodeList has a .value
  2129. # [17:37] <@bz> djc: in the spec
  2130. # [17:37] <Ms2ger> And we don't do RadioNodeList yet
  2131. # [17:37] <@bz> djc: pretty sure we do not implement that
  2132. # [17:37] <djc> should I file a bug? :)
  2133. # [17:37] <@bz> djc: and that nothing on the web relies on it, therefore
  2134. # [17:37] <djc> or is there one already
  2135. # [17:37] * philor is now known as philor|away
  2136. # [17:37] <Ms2ger> If we don't have one yet
  2137. # [17:37] <Ms2ger> Search ;)
  2138. # [17:37] * Quits: garvank (Garvan@9A8F86D9.B65E8594.4C2245EF.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  2139. # [17:37] <@bz> djc: search. ;)
  2140. # [17:38] <djc> ah, bug 779723
  2141. # [17:38] <@bz> Oh, over in Firefox
  2142. # [17:38] <@bz> no wonder I hadn't seen it
  2143. # [17:39] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d0a624d910d1 - Jason Orendorff - Update CLOBBER for bug 904723 (but really bug 1019955). r=bustage.
  2144. # [17:39] * Joins: jviereck (Adium@moz-A94036F2.ethz.ch)
  2145. # [17:39] <@bz> !seen mayhemer
  2146. # [17:39] <@killer> I don't know who mayhemer is.
  2147. # [17:39] <firebot> mayhemer was last seen 21 hours, 5 minutes and 47 seconds ago, saying 'uff!!' in #developers.
  2148. # [17:39] <djc> okay, well, that's cleared up then :)
  2149. # [17:39] <djc> bz: thanks
  2150. # [17:40] * Quits: jduell (jduell@moz-612365A.hsd1.wa.comcast.net) (Ping timeout)
  2151. # [17:40] * hwine-ooo is now known as hwine-commuting
  2152. # [17:40] * Joins: mgol (m_gol@moz-528B2A18.neoplus.adsl.tpnet.pl)
  2153. # [17:40] * Quits: m_gol (m_gol@moz-528B2A18.neoplus.adsl.tpnet.pl) (Connection reset by peer)
  2154. # [17:40] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  2155. # [17:41] <@bz> If someone wants to fix this, btw, I'm happy to mentor. ;)
  2156. # [17:41] <djc> bz: yeah, I'm thinking about it :)
  2157. # [17:41] <@bz> djc: Excellent.
  2158. # [17:41] <djc> can you post an outline of where to look in the bug?
  2159. # [17:42] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/24f0094b0c29 - Tim Nguyen - Bug 983814 - Use menuPanel.png instead of menuPanel-aero.png for Windows 8. r=Gijs
  2160. # [17:42] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/c08592c634fc - Bernardo P. Rittmeyer - Bug 1010402- Fix full block width of some hit areas in sync dialogs. r=mconley
  2161. # [17:43] * Quits: btulchinsky (btulchinsk@moz-47241C28.dsl.bell.ca) (Client exited)
  2162. # [17:43] * baku is now known as baku|away
  2163. # [17:44] <@bz> djc: absolutely
  2164. # [17:44] * kats is now known as kats-afk
  2165. # [17:45] * Quits: six600110 (six600110@moz-9117A1DE.hsd1.il.comcast.net) (Client exited)
  2166. # [17:45] * Quits: smontagu (chatzilla@moz-687CC157.red.bezeqint.net) (Ping timeout)
  2167. # [17:45] * Joins: bbondy2 (bbondy@moz-717FF534.home.cgocable.net)
  2168. # [17:45] * gaye is now known as gaye|brb
  2169. # [17:45] * Quits: bbondy2 (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  2170. # [17:46] * Parts: nical (nical@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2171. # [17:46] * Quits: @smaug (chatzilla@moz-38C5B03.elisa-laajakaista.fi) (Ping timeout)
  2172. # [17:47] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/b0523353fc22 - B2G Bumper Bot - Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
  2173. # [17:47] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/7d733b5e6ab9 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2174. # [17:47] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  2175. # [17:47] * armenzg is now known as armenzg_lunch
  2176. # [17:47] <@bz> djc: Commented. Let me know if you need more detail, ok?
  2177. # [17:48] * sheppy-afk is now known as sheppy
  2178. # [17:48] * Quits: GPHemsley (GPHemsley@moz-379EB2FA.hsd1.de.comcast.net) (Ping timeout)
  2179. # [17:48] * Quits: jimb (user@moz-ED4AA0F2.hsd1.wa.comcast.net) (Ping timeout)
  2180. # [17:49] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Ping timeout)
  2181. # [17:50] * Joins: GPHemsley (GPHemsley@moz-379EB2FA.hsd1.de.comcast.net)
  2182. # [17:50] * Joins: abwillis (abwillis@CBAC43F2.9DD4DBBF.6A7A197.IP)
  2183. # [17:52] * Quits: StevenLee (Adium@moz-8D252123.dynamic.hinet.net) (Quit: Leaving.)
  2184. # [17:52] * Joins: StevenLee (Adium@moz-8D252123.dynamic.hinet.net)
  2185. # [17:52] * Joins: digitsm (digitsm@948AC88B.FEF27013.B0B016E4.IP)
  2186. # [17:53] * Quits: digitsm (digitsm@948AC88B.FEF27013.B0B016E4.IP) (Quit: Leaving)
  2187. # [17:54] * Quits: victorporof (victorporo@moz-2B9735D0.dsl.bell.ca) (Quit: victorporof)
  2188. # [17:54] <froydnj> ehsan: for bug 1021494, what does clang-cl think UINT32_MAX is?
  2189. # [17:55] * Quits: sankha93 (sankha93@moz-155F6CD2.home.uni-freiburg.de) (Client exited)
  2190. # [17:56] * Joins: justindarc (justindarc@D2AEACFC.B56D28DB.B58D01CE.IP)
  2191. # [17:56] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=7146e89a7b83 - 120 changesets
  2192. # [17:56] * Joins: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz)
  2193. # [17:56] * Joins: jduell (jduell@moz-612365A.hsd1.wa.comcast.net)
  2194. # [17:57] * kats-afk is now known as kats
  2195. # [17:57] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  2196. # [17:58] * Quits: chmanchester (chmanchest@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  2197. # [17:58] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  2198. # [17:58] * Joins: chmanchester (chmanchest@13F2CEC5.7672369.D8E68FF6.IP)
  2199. # [17:59] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/e42f7587cf8c - B2G Bumper Bot - Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
  2200. # [17:59] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/8701a154348f - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2201. # [17:59] * Joins: sylvain (scleymans@moz-62518563.mtv2.mozilla.com)
  2202. # [17:59] * kats is now known as kats-lunch
  2203. # [17:59] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  2204. # [18:00] <edmorley|sheriffduty> bjacob: did you see the assertion prior to the precompilation error in the last comment in the bug?
  2205. # [18:00] * Joins: bbondy2 (bbondy@moz-717FF534.home.cgocable.net)
  2206. # [18:00] <edmorley|sheriffduty> bjacob: just occurred to me you might not have done
  2207. # [18:01] * Quits: bbondy2 (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  2208. # [18:01] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  2209. # [18:01] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  2210. # [18:01] * Quits: forivall (quassel@moz-C3493F5E.vc.shawcable.net) (Client exited)
  2211. # [18:02] * IRCMonkey21473 is now known as wlach
  2212. # [18:02] <@bz> froydnj: -1? ;)
  2213. # [18:03] <bjacob> edmorley|sheriffduty: i hadn't . but i reproduced locally with mach package, and there i saw it, and now i think ill be able to reland soon. currently on tryserver. thanks for the help
  2214. # [18:03] * Quits: rbarnes (rbarnes@moz-F55A81A8.washdc.fios.verizon.net) (Input/output error)
  2215. # [18:03] * Joins: rkent (Thunderbir@moz-CCEA8D95.hsd1.wa.comcast.net)
  2216. # [18:03] <froydnj> bz: that is kind of what I'm thinking atm =/
  2217. # [18:04] * Quits: funnel (hegel@DEB31F3E.28CFCE3E.FC69BED9.IP) (Quit: Lost terminal)
  2218. # [18:04] * Joins: mixedpuppy (mixedpuppy@AB0448F0.656C2242.11659FCD.IP)
  2219. # [18:05] <fitzgen> jandem-brb: was planning on looking at it today, was just trying to get a different patch updated based on review, and I did that so I can get to that fuzzer bug now.
  2220. # [18:05] * Joins: funnel (hegel@DEB31F3E.28CFCE3E.FC69BED9.IP)
  2221. # [18:05] * Quits: MarcoZ (marco.zehe@moz-7CB5914E.dip0.t-ipconnect.de) (Quit: Weekend!)
  2222. # [18:05] <@ehsan> froydnj: UINT32_MAX is 0xffffffffui32
  2223. # [18:05] <@ehsan> no idea what the hell that means ;)
  2224. # [18:05] <froydnj> ehsan: ok, that's pretty bizarre, then
  2225. # [18:06] <@ehsan> an ms extension it seems
  2226. # [18:06] <froydnj> then why doesn't clang-cl think that UINT32_MAX - 1 is still a uint32_t?
  2227. # [18:07] * davidb is now known as davidb|afk
  2228. # [18:07] * catlee is now known as catlee-lunch
  2229. # [18:08] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  2230. # [18:08] * rail is now known as rail-lunch
  2231. # [18:08] * Quits: bjacob (bjacob@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Konversation terminated!)
  2232. # [18:08] * jimm is now known as jimm-lunch
  2233. # [18:08] <@ehsan> froydnj: presumably because it doesn't support that extension fully
  2234. # [18:09] * Quits: grobinson (~grobinson@moz-731932CD.hsd1.ca.comcast.net) (Ping timeout)
  2235. # [18:09] * Joins: stefanh|away (stefanh@moz-3EED0162.customers.ownit.se)
  2236. # [18:09] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  2237. # [18:10] * Joins: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net)
  2238. # [18:10] <froydnj> fun
  2239. # [18:10] * stefanh|away is now known as stefanh
  2240. # [18:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d0a624d910d1 - Jason Orendorff - Update CLOBBER for bug 904723 (but really bug 1019955). r=bustage.
  2241. # [18:11] * Quits: stefanh_netbook (chatzilla@moz-3EED0162.customers.ownit.se) (Input/output error)
  2242. # [18:11] * Quits: johankj (johankj@moz-D7D69F49.johanjensen.dk) (Ping timeout)
  2243. # [18:11] * Joins: johankj (johankj@moz-D7D69F49.johanjensen.dk)
  2244. # [18:11] <Ms2ger> "Dear young person, if you are not a geek, please ask somebody else for advice." -Knuth
  2245. # [18:11] <@bz> What is clang-cl anyway?
  2246. # [18:12] <@bz> clang for Windows?
  2247. # [18:12] * Quits: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net) (Ping timeout)
  2248. # [18:12] <froydnj> yes
  2249. # [18:12] * Joins: kgrandon (Adium@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2250. # [18:12] <Gijs> Ms2ger: where's that from?
  2251. # [18:13] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/ae6cc31bba60 - Richard Newman - Bug 1006947 - Part 0: clean up SQLiteBridge. r=trivial, a=sylvestre
  2252. # [18:13] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/94eb5c1fec36 - Richard Newman - Bug 1006947 - Part 1: enable WAL on the Java side of SQLiteBridge. r=gcp, a=sylvestre
  2253. # [18:13] * Quits: johankj (johankj@moz-D7D69F49.johanjensen.dk) (Ping timeout)
  2254. # [18:14] * Quits: Edgar (Thunderbir@moz-23D8F28.dynamic.hinet.net) (Ping timeout)
  2255. # [18:15] * Joins: bbondy2 (bbondy@moz-717FF534.home.cgocable.net)
  2256. # [18:16] * Quits: bbondy2 (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  2257. # [18:16] * Joins: myk (myk@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2258. # [18:17] * Quits: mixedpuppy (mixedpuppy@AB0448F0.656C2242.11659FCD.IP) (Quit: mixedpuppy)
  2259. # [18:17] * Joins: mixedpuppy (mixedpuppy@AB0448F0.656C2242.11659FCD.IP)
  2260. # [18:17] * Joins: cosinuz (cosinuz@moz-89E6C08B.w90-42.abo.wanadoo.fr)
  2261. # [18:17] <avih> bz: hey. do you recall when is the rAF timestamp callback arg is taken? at the refresh driver? or is it some optimal timestamp which represents something else than wallclock?
  2262. # [18:17] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/bebb2a8b8f83 - Jim Chen - Bug 1021277 - Use copy flag for JIT pseudostack frames; r=djvj
  2263. # [18:17] * Joins: walter (walter@moz-62518563.mtv2.mozilla.com)
  2264. # [18:18] * Joins: Edgar (Thunderbir@moz-23D8F28.dynamic.hinet.net)
  2265. # [18:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/c548629e0ebd - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  2266. # [18:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/e0e3f8704c85 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2267. # [18:19] * Joins: josh (josh@moz-2E9C1C52.hsd1.mn.comcast.net)
  2268. # [18:21] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2269. # [18:21] * Quits: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net) (Quit: [self dealloc])
  2270. # [18:22] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3697556d43f7 - David Keeler - bug 1019198 - fail handshake if given an expired OCSP response and fetching a new one fails r=briansmith
  2271. # [18:22] * Joins: ehugg (ehugg@5F4B225C.709C0A2A.6157E88D.IP)
  2272. # [18:22] * Joins: heftig (heftig@moz-93D61341.dip0.t-ipconnect.de)
  2273. # [18:22] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2274. # [18:23] * Joins: adev-tb (Thunderbir@18AA6349.B2FE6965.CCB6A436.IP)
  2275. # [18:23] * Quits: rogeliodh (Thunderbir@8DFB4FF8.B42B47C1.A410C1.IP) (Ping timeout)
  2276. # [18:23] <Gijs> bz: do you have a link to your try run? ;)
  2277. # [18:23] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2278. # [18:23] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  2279. # [18:24] * Joins: squib (squib@moz-A962343B.dhcp.ftbg.wi.charter.com)
  2280. # [18:24] * Quits: adev-tb (Thunderbir@18AA6349.B2FE6965.CCB6A436.IP) (Quit: adev-tb)
  2281. # [18:24] <avih> bz: i'm trying to answer the question: will measuring rAF callback intervals be more accurate if i use performance.now() instead of the rAF callback arg, and especially when vsync is disabled.
  2282. # [18:24] <avih> (aka ASAP)
  2283. # [18:25] * Joins: mwobensmith (mwobensmit@moz-C07D5168.p2p.sfo1.mozilla.com)
  2284. # [18:25] * Quits: mchang (mchang@13F2CEC5.7672369.D8E68FF6.IP) (Quit: mchang)
  2285. # [18:25] * Joins: victorporof (victorporo@13F2CEC5.7672369.D8E68FF6.IP)
  2286. # [18:26] * Quits: Sushant94 (sushant209@C579B096.55B7871A.C842849F.IP) (Quit: Leaving)
  2287. # [18:27] * Joins: jimb (user@125EF623.B2666F0E.66399531.IP)
  2288. # [18:27] * hwine-commuting is now known as hwine
  2289. # [18:27] * Joins: rogeliodh (Thunderbir@8DFB4FF8.B42B47C1.A410C1.IP)
  2290. # [18:27] * Joins: harth (harth@moz-42412102.hsd1.ca.comcast.net)
  2291. # [18:29] * Joins: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net)
  2292. # [18:29] * Quits: justindarc (justindarc@D2AEACFC.B56D28DB.B58D01CE.IP) (Ping timeout)
  2293. # [18:29] * Joins: jdm (jdm@moz-4675890D.public.wayport.net)
  2294. # [18:29] * jmaher|food is now known as jmaher
  2295. # [18:31] * Joins: bbondy2 (bbondy@moz-717FF534.home.cgocable.net)
  2296. # [18:31] * Quits: bbondy2 (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  2297. # [18:31] * davidb|afk is now known as davidb
  2298. # [18:32] * Joins: mccr8 (mccr8@moz-62518563.mtv2.mozilla.com)
  2299. # [18:33] * Quits: sylvain (scleymans@moz-62518563.mtv2.mozilla.com) (Connection reset by peer)
  2300. # [18:33] * Joins: sylvain (scleymans@moz-62518563.mtv2.mozilla.com)
  2301. # [18:33] * Quits: mccr8 (mccr8@moz-62518563.mtv2.mozilla.com) (Connection reset by peer)
  2302. # [18:33] * Joins: mccr8 (mccr8@moz-62518563.mtv2.mozilla.com)
  2303. # [18:33] * stephend|zzz is now known as stephend
  2304. # [18:33] * Joins: wesj (Instantbir@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2305. # [18:35] * Joins: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2306. # [18:35] * Quits: rogeliodh (Thunderbir@8DFB4FF8.B42B47C1.A410C1.IP) (Ping timeout)
  2307. # [18:36] * Joins: Dexter (chatzilla@moz-3920B809.retail.telecomitalia.it)
  2308. # [18:36] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-esr24/rev/581507f1e6e1 - tbirdbld - Automated checkin: version bump for thunderbird 24.6.0 release. DONTBUILD CLOSED TREE a=release
  2309. # [18:36] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-esr24/rev/77f62c7052e2 - tbirdbld - Added THUNDERBIRD_24_6_0_RELEASE THUNDERBIRD_24_6_0_BUILD1 tag(s) for changeset 581507f1e6e1. DONTBUILD CLOSED TREE a=release
  2310. # [18:36] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-esr24/rev/4364bbfea6c6 - tbirdbld - Automated checkin: version bump for thunderbird 24.6.0 release. DONTBUILD CLOSED TREE a=release
  2311. # [18:39] * Joins: chmanche_ (chmanchest@13F2CEC5.7672369.D8E68FF6.IP)
  2312. # [18:39] * Quits: chmanchester (chmanchest@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  2313. # [18:39] * Joins: brendan (brendaneic@3BAEB7E.3F472A8C.4EA770CF.IP)
  2314. # [18:39] * Joins: rogeliodh (Thunderbir@8DFB4FF8.B42B47C1.A410C1.IP)
  2315. # [18:40] * jimm-lunch is now known as jimm
  2316. # [18:40] * Joins: gandalf (zbraniecki@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2317. # [18:41] * Joins: sewardj_ (sewardj@moz-64156884.dip0.t-ipconnect.de)
  2318. # [18:41] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  2319. # [18:41] * armenzg_lunch is now known as armenzg
  2320. # [18:41] * Joins: garvank (Garvan@moz-62518563.mtv2.mozilla.com)
  2321. # [18:42] * Quits: sewardj (sewardj@moz-D76F4591.dip0.t-ipconnect.de) (Ping timeout)
  2322. # [18:43] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2323. # [18:43] * Quits: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: rcirc on GNU Emacs 24.3.1)
  2324. # [18:43] * coop|afk is now known as coop|lunch
  2325. # [18:43] * Quits: rogeliodh (Thunderbir@8DFB4FF8.B42B47C1.A410C1.IP) (Ping timeout)
  2326. # [18:45] * catlee-lunch is now known as catlee
  2327. # [18:45] * Quits: ericjung (ericjung@6AD971D0.2858E7A5.E141FD9.IP) (Input/output error)
  2328. # [18:45] * Joins: SushantD (sushant209@C579B096.55B7871A.C842849F.IP)
  2329. # [18:46] * Joins: bbondy2 (bbondy@moz-717FF534.home.cgocable.net)
  2330. # [18:46] * Joins: sunfish (chatzilla@moz-62518563.mtv2.mozilla.com)
  2331. # [18:46] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  2332. # [18:46] * SushantD is now known as Sushant94
  2333. # [18:46] * Quits: bbondy2 (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  2334. # [18:47] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2335. # [18:47] * Quits: mixedpuppy (mixedpuppy@AB0448F0.656C2242.11659FCD.IP) (Quit: mixedpuppy)
  2336. # [18:47] * Joins: conner (conner@moz-A80AB7F3.wireless.uvic.ca)
  2337. # [18:48] * Joins: ericjung (ericjung@6AD971D0.2858E7A5.E141FD9.IP)
  2338. # [18:48] * Joins: rogeliodh (Thunderbir@8DFB4FF8.B42B47C1.A410C1.IP)
  2339. # [18:48] * Joins: justindarc (justindarc@D2AEACFC.B56D28DB.B58D01CE.IP)
  2340. # [18:50] * Quits: Edgar (Thunderbir@moz-23D8F28.dynamic.hinet.net) (Ping timeout)
  2341. # [18:50] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  2342. # [18:50] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2343. # [18:50] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  2344. # [18:50] * Joins: tanvi (tanvi@moz-1979187D.hsd1.ca.comcast.net)
  2345. # [18:53] * Quits: jduell (jduell@moz-612365A.hsd1.wa.comcast.net) (Ping timeout)
  2346. # [18:53] * Quits: chmanche_ (chmanchest@13F2CEC5.7672369.D8E68FF6.IP) (Quit: )
  2347. # [18:54] * Quits: jviereck (Adium@moz-A94036F2.ethz.ch) (Quit: Leaving.)
  2348. # [18:54] * Quits: bwc (Adium@moz-536549A9.dsl.static.sonic.net) (Quit: Leaving.)
  2349. # [18:55] * Joins: rbarnes (rbarnes@95D654D9.7794B7FF.B532E9A1.IP)
  2350. # [18:55] * Quits: jdm (jdm@moz-4675890D.public.wayport.net) (Quit: Lost terminal)
  2351. # [18:56] * Quits: emtwo (Adium@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Leaving.)
  2352. # [18:56] * capella is now known as capella|away
  2353. # [18:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/be15023a8731 - B2G Bumper Bot - Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
  2354. # [18:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/2c8a946501c3 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2355. # [18:56] * Quits: ericjung (ericjung@6AD971D0.2858E7A5.E141FD9.IP) (Input/output error)
  2356. # [18:58] * Quits: ehugg (ehugg@5F4B225C.709C0A2A.6157E88D.IP) (Quit: ehugg)
  2357. # [18:59] * Joins: chmanchester (chmanchest@13F2CEC5.7672369.D8E68FF6.IP)
  2358. # [19:00] * Joins: chmanchester_ (quassel@13F2CEC5.7672369.D8E68FF6.IP)
  2359. # [19:00] * Joins: Enn (enn@13F2CEC5.7672369.D8E68FF6.IP)
  2360. # [19:00] * Quits: paolo (paolo@88F51059.F3BBB17D.144F44FA.IP) (Connection reset by peer)
  2361. # [19:00] * Joins: paolo (paolo@88F51059.F3BBB17D.144F44FA.IP)
  2362. # [19:01] * Joins: bbondy2 (bbondy@moz-717FF534.home.cgocable.net)
  2363. # [19:01] * Quits: bbondy2 (bbondy@moz-717FF534.home.cgocable.net) (Quit: bbondy2)
  2364. # [19:01] * Joins: mchang (mchang@13F2CEC5.7672369.D8E68FF6.IP)
  2365. # [19:02] * Joins: jonasfj (jonasfj@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2366. # [19:02] * jlund|afk is now known as jlund
  2367. # [19:03] * Joins: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net)
  2368. # [19:03] * Joins: bwc (Adium@moz-536549A9.dsl.static.sonic.net)
  2369. # [19:03] * Quits: brendan (brendaneic@3BAEB7E.3F472A8C.4EA770CF.IP) (Quit: brendan)
  2370. # [19:03] * Joins: arky (arky@F80EA87B.A67B998B.45239719.IP)
  2371. # [19:03] * ggp|away_ is now known as ggp
  2372. # [19:04] <mccr8> jesup: which directory do you think may contain tests that are triggering the AudioOutputObserver::InsertFarEnd leak?
  2373. # [19:04] * Joins: nical (Nical@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2374. # [19:04] * Quits: StevenLee (Adium@moz-8D252123.dynamic.hinet.net) (Quit: Leaving.)
  2375. # [19:05] <mccr8> I tried dom/media/tests/mochitest/ but it didn't seem to do it
  2376. # [19:05] <mccr8> (it is something in M3)
  2377. # [19:06] * Quits: rogeliodh (Thunderbir@8DFB4FF8.B42B47C1.A410C1.IP) (Ping timeout)
  2378. # [19:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/0c183254268c - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  2379. # [19:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/8f11de4579f4 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2380. # [19:07] * Joins: Preeti (uid13882@moz-E77DEB21.irccloud.com)
  2381. # [19:07] * chmanchester is now known as chmanchester__
  2382. # [19:07] * chmanchester_ is now known as chmanchester
  2383. # [19:07] * Joins: Mook_as (mook@moz-1FCC0032.activestate.com)
  2384. # [19:07] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/6f239dea3a36 - John Shih - Bug 1020758 - Disable Network Information API on Desktop. r=sicking, a=sledru
  2385. # [19:07] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/d15a9c42baf3 - James Hugman - Bug 995803 - Change EventListener from singleton to on per web app. r=mfinkle, a=sledru
  2386. # [19:07] * ctalbert|afk is now known as ctalbert|mtg
  2387. # [19:07] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/9bcea7802320 - Bobby Holley - Bug 1021312 - Wrap strings in CloneNonReflectors. r=mccr8, a=sledru
  2388. # [19:07] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/2b3f51c3c5a7 - Bobby Holley - Bug 1021312 - Use a fresh zone for xpcshell. r=mccr8, a=sledru
  2389. # [19:08] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/999c34fa59a2 - Bobby Holley - Bug 1021312 - Tests. r=mccr8, a=sledru
  2390. # [19:08] * Joins: ehugg (ehugg@8A38FCB1.20C18AED.D46CBC5D.IP)
  2391. # [19:08] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  2392. # [19:08] * davidb is now known as davidb|afk
  2393. # [19:08] * Quits: coop|lunch (coop@moz-4263D6B6.dsl.teksavvy.com) (Ping timeout)
  2394. # [19:08] * Quits: Enn (enn@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2395. # [19:09] * Joins: jet (jet@moz-79F891EE.hsd1.ca.comcast.net)
  2396. # [19:09] * Joins: coop (coop@moz-C9194C64.dsl.teksavvy.com)
  2397. # [19:09] * Quits: ehugg (ehugg@8A38FCB1.20C18AED.D46CBC5D.IP) (Quit: ehugg)
  2398. # [19:10] * Joins: Enn (enn@13F2CEC5.7672369.D8E68FF6.IP)
  2399. # [19:11] * Joins: rogeliodh (Thunderbir@E3D173C0.3F8F8410.D67CC001.IP)
  2400. # [19:11] * Parts: conner (conner@moz-A80AB7F3.wireless.uvic.ca) (Leaving...)
  2401. # [19:11] * Joins: conner (conner@moz-A80AB7F3.wireless.uvic.ca)
  2402. # [19:12] * Quits: nical (Nical@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: Leaving)
  2403. # [19:12] * Joins: ahameez_ (ahameez@A8F40235.D6534693.A371D240.IP)
  2404. # [19:12] * Quits: ahameez (ahameez@A8F40235.D6534693.A371D240.IP) (Ping timeout)
  2405. # [19:12] * ahameez_ is now known as ahameez
  2406. # [19:13] * Joins: jedp (jedp@moz-3AA8030E.dsl.dynamic.sonic.net)
  2407. # [19:13] * Quits: Mano (mano@4606EE6D.F47F3313.CC465D70.IP) (Client exited)
  2408. # [19:13] * Joins: nathan (chatzilla@moz-62518563.mtv2.mozilla.com)
  2409. # [19:13] * Joins: Mano (mano@4606EE6D.F47F3313.CC465D70.IP)
  2410. # [19:13] * bobowen is now known as bobowen|afk
  2411. # [19:14] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Connection reset by peer)
  2412. # [19:14] * chmanchester is now known as chmanchester_
  2413. # [19:14] * Joins: mixedpuppy (mixedpuppy@AB0448F0.656C2242.11659FCD.IP)
  2414. # [19:14] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  2415. # [19:14] * chmanchester__ is now known as chmanchester
  2416. # [19:15] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2417. # [19:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/8b2c5a79c186 - Ed Morley - Backed out changeset e982377e39a3 (bug 960897) since the new test_touchcaret.py intermittently fails
  2418. # [19:15] * Quits: Mano (mano@4606EE6D.F47F3313.CC465D70.IP) (Ping timeout)
  2419. # [19:15] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  2420. # [19:15] * Quits: OilleYao (uid32548@moz-E77DEB21.irccloud.com) (Quit: Connection closed for inactivity)
  2421. # [19:16] * Joins: bbondy2 (bbondy@moz-717FF534.home.cgocable.net)
  2422. # [19:16] * Quits: bbondy2 (bbondy@moz-717FF534.home.cgocable.net) (Quit: bbondy2)
  2423. # [19:16] * Joins: damons (gnubeard@648D8037.57B833A6.D74CC41D.IP)
  2424. # [19:16] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  2425. # [19:17] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Connection reset by peer)
  2426. # [19:17] * Quits: rbarnes (rbarnes@95D654D9.7794B7FF.B532E9A1.IP) (Ping timeout)
  2427. # [19:17] * Joins: rbarnes (rbarnes@95D654D9.7794B7FF.B532E9A1.IP)
  2428. # [19:18] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  2429. # [19:19] * Quits: chmanchester_ (quassel@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2430. # [19:19] * Joins: Mano (mano@4606EE6D.F47F3313.CC465D70.IP)
  2431. # [19:19] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  2432. # [19:19] * Joins: brendan (brendaneic@8ECC4BFC.EC83738C.D8D85ABD.IP)
  2433. # [19:20] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  2434. # [19:20] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2435. # [19:21] * Quits: gsvelto (gsvelto@moz-3A77A635.clienti.tiscali.it) (Ping timeout)
  2436. # [19:22] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2437. # [19:22] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d4fc8141e2db - Alexander Surkov - Bug 1020510 - let tbody/etc accessible in table hierarchy, r=tbsaunde
  2438. # [19:23] * Quits: WaltS48 (Thunderbir@moz-F42AE551.pitbpa.east.verizon.net) (Quit: WaltS48 has gone elsewhere)
  2439. # [19:23] * Joins: jdm (jdm@383121B7.B2666F0E.66399531.IP)
  2440. # [19:23] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2441. # [19:24] * Callek is now known as Callek_disconnected
  2442. # [19:25] * rail-lunch is now known as rail
  2443. # [19:26] * mdas is now known as mdas|afk
  2444. # [19:26] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/684d2cee3f2d - Felipe Gomes - Bug 1012535 - Text for service unavailable error. r=mano
  2445. # [19:26] * Quits: chmanchester (chmanchest@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2446. # [19:27] * Quits: matthewgertner (matthewger@173F2E9D.96442F2E.EE1C58A.IP) (Quit: matthewgertner)
  2447. # [19:28] <jesup> mccr8: M3 is (last I knew) the only mochitest with webrtc/getUserMedia tests and they're in dom/media/tests/mochitest. However, getUserMedia might be used by webaudio and/or mediarecorder. That's about it.
  2448. # [19:28] * Quits: raniere (raniere@moz-EF1F0FA5.dsl.telesp.net.br) (Ping timeout)
  2449. # [19:28] <mccr8> jesup: ok, thanks. I think the tree on my linux box must just not be as up to date, as i couldn't reproduce the leak locally, even running all of M3.
  2450. # [19:29] * Quits: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net) (Quit: Leaving.)
  2451. # [19:29] <jesup> mccr8: also: timing. You're multi-core. AWS is generally single
  2452. # [19:30] <mccr8> could that really be the difference between 0 leaks and 1mb of leaks? ;)
  2453. # [19:30] <@bz> Uh...
  2454. # [19:30] <@bz> So I have a tbpl question
  2455. # [19:30] <@bz> https://tbpl.mozilla.org/?tree=Try&rev=e26ab6d5e1e0
  2456. # [19:30] <@bz> The Linux 64 opt bc1 orange there
  2457. # [19:30] * Joins: jduell (jduell@moz-5819774D.hfc.comcastbusiness.net)
  2458. # [19:30] <@bz> How come it's not showing any actual failures in this bit: "TinderboxPrint: mochitest-browser-chrome-chunked: 14223/0/19"
  2459. # [19:31] <Gijs> If I have a layout frame, how do I get the screen coordinates taking CSS transforms/animations/whatnot into account?
  2460. # [19:31] * Joins: bbondy2 (bbondy@moz-717FF534.home.cgocable.net)
  2461. # [19:31] <@bz> Also, what's with "unknown test url"?
  2462. # [19:31] * Quits: bbondy2 (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  2463. # [19:31] <mconley> kats-lunch: just wanted to let you know that smacleod, jorendorff and I totally solved patch 1 yesterday.
  2464. # [19:31] <Gijs> the existing code I see does this: http://mxr.mozilla.org/mozilla-central/source/layout/xul/nsMenuPopupFrame.cpp#1159
  2465. # [19:31] <jorendorff> BenWa: http://prisoners.dokku.codebomber.com/
  2466. # [19:32] <Gijs> and it seems to be the same no matter whether I transform the anchor's position
  2467. # [19:32] * Quits: Dexter (chatzilla@moz-3920B809.retail.telecomitalia.it) (Quit: ChatZilla 0.9.90.1 [Firefox 29.0.1/20140506152807])
  2468. # [19:32] * Quits: idwer (irc@moz-67B6410D.adsl.online.nl) (Input/output error)
  2469. # [19:33] <RyanVM> bz: 09:18:39 INFO - TEST-START | chrome://mochitests/content/browser/browser/base/content/test/general/browser_no_mcb_on_http_site
  2470. # [19:33] <RyanVM> impressive
  2471. # [19:34] * Joins: pcwalton (pcwalton@383121B7.B2666F0E.66399531.IP)
  2472. # [19:34] <RyanVM> bz: though I'm thinking that "unknown test url" is part of your bustage :P
  2473. # [19:34] * Quits: wlach (wlach@moz-B77B0E55.stationc.isp.ip4b.net) (Quit: Leaving)
  2474. # [19:34] * Joins: wlach (wlach@moz-B77B0E55.stationc.isp.ip4b.net)
  2475. # [19:35] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2476. # [19:35] * Quits: mreavy (chatzilla@moz-50BE1A09.phlapa.fios.verizon.net) (Connection reset by peer)
  2477. # [19:36] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  2478. # [19:36] <@bz> RyanVM: hmm?
  2479. # [19:36] <@bz> RyanVM: how so?
  2480. # [19:36] * Quits: tonymec_KDE (tonymec@moz-38CEB999.adsl-dyn.isp.belgacom.be) (Ping timeout)
  2481. # [19:36] * Quits: wlach (wlach@moz-B77B0E55.stationc.isp.ip4b.net) (Input/output error)
  2482. # [19:36] <jesup> !seen sicking
  2483. # [19:36] <firebot> sicking was last seen 19 hours, 3 minutes and 25 seconds ago, saying 'so maybe 10 or 11?' in #gaia.
  2484. # [19:37] <RyanVM> bz: my only guess is you broke the harness or something?
  2485. # [19:37] * Joins: wlach (wlach@moz-B77B0E55.stationc.isp.ip4b.net)
  2486. # [19:37] <@bz> RyanVM: The entirety of my diff is https://hg.mozilla.org/try/rev/e26ab6d5e1e0
  2487. # [19:38] <RyanVM> maybe ted has a better guess?
  2488. # [19:38] <@bz> RyanVM: so my guess is that we are in fact running some bogus is() there outside any test....
  2489. # [19:38] <@bz> RyanVM: and confusing the harness
  2490. # [19:38] <RyanVM> could be
  2491. # [19:38] * Quits: wlach (wlach@moz-B77B0E55.stationc.isp.ip4b.net) (Connection reset by peer)
  2492. # [19:38] * sheppy is now known as sheppy-lunch
  2493. # [19:38] <jesup> mccr8: yes, it's believable though perhaps unlikely. The leak I plugged was where audio was in the buffer waiting when it was torn down, which is affected by thread run order/timing. Multiply by a lot of tests.
  2494. # [19:38] * Quits: jet (jet@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  2495. # [19:38] * @bz thinks
  2496. # [19:39] <mccr8> ah, I see.
  2497. # [19:39] <jesup> !seen sicking
  2498. # [19:39] <firebot> sicking was last seen 19 hours, 5 minutes and 44 seconds ago, saying 'so maybe 10 or 11?' in #gaia.
  2499. # [19:39] * Joins: mreavy (chatzilla@moz-50BE1A09.phlapa.fios.verizon.net)
  2500. # [19:39] * Joins: wlach (wlach@moz-B77B0E55.stationc.isp.ip4b.net)
  2501. # [19:39] <@bz> Oh
  2502. # [19:39] <@bz> So....
  2503. # [19:39] <@bz> I see what's going on
  2504. # [19:39] * Joins: gozala (uid5923@moz-5F4AA75A.irccloud.com)
  2505. # [19:40] * Quits: Mano (mano@4606EE6D.F47F3313.CC465D70.IP) (Client exited)
  2506. # [19:40] <@bz> We have a mochitest
  2507. # [19:40] <@bz> we also have a browser test
  2508. # [19:40] <@bz> that loads that same mochitest
  2509. # [19:40] <@bz> but runs other tests on it
  2510. # [19:40] <Gijs> o.O
  2511. # [19:40] * Joins: Mano (mano@4606EE6D.F47F3313.CC465D70.IP)
  2512. # [19:40] <Gijs> mochi-franken-test?
  2513. # [19:40] <@bz> But at that point both the browser test and the mochitest are reporting to the log
  2514. # [19:40] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4511d9ac1000 - Luke Wagner - Bug 1021251 - OdinMonkey: simplify AsmJSFrameIter a bit (r=bbouvier)
  2515. # [19:41] <@bz> which is all sorta fine, in that our log scraper treats this as a failure
  2516. # [19:41] <@bz> But the actual harness thinks everything passed
  2517. # [19:41] * Joins: grobinson (~grobinson@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2518. # [19:41] <@bz> Since the is() calls inside the frame are not going to the harness itself
  2519. # [19:41] * geekboy|afk is now known as geekboy
  2520. # [19:42] <@bz> At least afaict that's what's happening
  2521. # [19:42] * Quits: Mano (mano@4606EE6D.F47F3313.CC465D70.IP) (Ping timeout)
  2522. # [19:42] <@bz> var loadedMixedActive = ui &&
  2523. # [19:42] <@bz> (ui.state & SpecialPowers.Ci.nsIWebProgressListener.STATE_LOADED_MIXED_ACTIVE_CONTENT);
  2524. # [19:42] <@bz> is(loadedMixedActive, false, "OK: Should not load mixed active content!");
  2525. # [19:42] * Quits: jedp (jedp@moz-3AA8030E.dsl.dynamic.sonic.net) (Quit: Computer has gone to sleep.)
  2526. # [19:42] <@bz> Spot the weirdness. ;)
  2527. # [19:42] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2528. # [19:42] <@bz> hint: loadedMixedActive == false but loadedMixedActive !== false
  2529. # [19:43] <froydnj> doh
  2530. # [19:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4c16ab7d8eef - Michael Wu - Bug 994081 - [1/3] Make VolatileBufferPtrs more flexible, r=glandium
  2531. # [19:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/013456bbf74d - Michael Wu - Bug 994081 - [2/3] Convert imgFrame to SourceSurfaces, r=seth
  2532. # [19:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/79624417d247 - Michael Wu - Bug 994081 - [3/3] Optimize surfaces on Cairo X11, r=Bas f=karlt
  2533. # [19:43] * Joins: gl (sid15144@moz-E77DEB21.irccloud.com)
  2534. # [19:44] * Joins: bajaj (bajaj_afk@moz-24157589.mtv2.mozilla.com)
  2535. # [19:44] <@bz> And in particular, loadedMixedActive === 0
  2536. # [19:44] <@bz> yay different && semantics
  2537. # [19:44] * Joins: raniere (raniere@moz-C9B6A756.dsl.telesp.net.br)
  2538. # [19:46] * Joins: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com)
  2539. # [19:46] * Joins: bbondy2 (bbondy@moz-717FF534.home.cgocable.net)
  2540. # [19:46] * Quits: bbondy2 (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  2541. # [19:48] <@ehsan> qDot: ping
  2542. # [19:49] <@gavin> bz: that test should really be fixed to not use its own import of SimpleTest.js...
  2543. # [19:50] * Joins: johankj (johankj@moz-D7D69F49.johanjensen.dk)
  2544. # [19:50] * Joins: lgarner (lgarner@2D337F52.2D31AF7B.5AEB50C4.IP)
  2545. # [19:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/303d1ac47d5c - Benoit Girard - Bug 1016678 - Add textured compositor benchmark. r=jrmuizel
  2546. # [19:52] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  2547. # [19:52] * Quits: kip (kip@moz-DDB15FC8.stc.novuscom.net) (Ping timeout)
  2548. # [19:52] <@bz> gavin: Sounds like a good plan to me.
  2549. # [19:52] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/7594cae9bb19 - B2G Bumper Bot - Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
  2550. # [19:52] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/ad830939cee3 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2551. # [19:53] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  2552. # [19:54] * Quits: conner (conner@moz-A80AB7F3.wireless.uvic.ca) (Client exited)
  2553. # [19:55] <kats-lunch> mconley: excellent :)
  2554. # [19:55] * kats-lunch is now known as kats
  2555. # [19:55] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  2556. # [19:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/57a6487c29d4 - Nathan Froyd - Bug 1019160 - part 1 - factor out initIdsClassMethod from CGDictionary; r=bz
  2557. # [19:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0c37a29ea652 - Boris Zbarsky - Bug 1019160 - part 2 - separate out some Fake* class changes; r=froydnj,because-it-works
  2558. # [19:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c24898804600 - Nathan Froyd - Bug 1019160 - part 3 - create atom caches for JS-implemented interfaces; r=bz
  2559. # [19:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a8d88faf925b - Nathan Froyd - Bug 1019160 - part 4 - use jsids to access JS-implemented interface properties; r=bz
  2560. # [19:56] * Joins: Mano (mano@4606EE6D.F47F3313.CC465D70.IP)
  2561. # [19:56] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  2562. # [19:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5ba654b54620 - Nathan Froyd - Bug 1020118 - fix atomic add/sub for pointer types on Win64; r=jcranmer
  2563. # [19:57] * froydnj remembers he has an m-i tbpl tab open and shuts that down
  2564. # [19:57] * Quits: vingtetun (vnicolas@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  2565. # [19:57] * Joins: mwargers (mwargers@moz-AF369B35.adsl.online.nl)
  2566. # [19:57] * Quits: mwargers (mwargers@moz-AF369B35.adsl.online.nl) (Client exited)
  2567. # [19:57] * Quits: johankj (johankj@moz-D7D69F49.johanjensen.dk) (Ping timeout)
  2568. # [19:57] * Joins: mwargers (mwargers@moz-AF369B35.adsl.online.nl)
  2569. # [19:58] * Quits: rbarnes (rbarnes@95D654D9.7794B7FF.B532E9A1.IP) (Input/output error)
  2570. # [19:59] * Joins: gsvelto (gsvelto@moz-3A77A635.clienti.tiscali.it)
  2571. # [20:00] * Quits: mchang (mchang@13F2CEC5.7672369.D8E68FF6.IP) (Quit: mchang)
  2572. # [20:00] * Joins: rbarnes (rbarnes@95D654D9.7794B7FF.B532E9A1.IP)
  2573. # [20:00] * Quits: rbarnes (rbarnes@95D654D9.7794B7FF.B532E9A1.IP) (Input/output error)
  2574. # [20:00] * Joins: rbarnes (rbarnes@95D654D9.7794B7FF.B532E9A1.IP)
  2575. # [20:00] * Quits: Ms2ger (Ms2ger@moz-86814189.adsl-dyn.isp.belgacom.be) (Ping timeout)
  2576. # [20:01] * stephend is now known as stephend|mtg
  2577. # [20:01] * Joins: bbondy2 (bbondy@moz-717FF534.home.cgocable.net)
  2578. # [20:01] * Quits: bbondy2 (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  2579. # [20:01] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  2580. # [20:02] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2581. # [20:02] * Joins: huseby (huseby@moz-B3136CF6.linuxprogrammer.org)
  2582. # [20:03] * Joins: johankj (johankj@moz-D7D69F49.johanjensen.dk)
  2583. # [20:03] * Joins: mchang (mchang@13F2CEC5.7672369.D8E68FF6.IP)
  2584. # [20:03] * Joins: ehugg (chatzilla@moz-D8A48D8F.cisco.com)
  2585. # [20:04] * RyanVM is now known as RyanVM|sheriffduty
  2586. # [20:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/0d34e5a9ec24 - Maxim Zhilyaev - Bug 995806 - test_DirectoryLinksProvider.js xpcshell test makes tcp connection to example.com [r=mcmanus]
  2587. # [20:04] * Joins: bogdan_maris (Instantbir@67B23395.3E3289A5.FB2DBB61.IP)
  2588. # [20:05] * Joins: bjacob (bjacob@13F2CEC5.7672369.D8E68FF6.IP)
  2589. # [20:05] * Quits: mchang (mchang@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2590. # [20:06] * Quits: @bsmedberg (bsmedberg@moz-748CAEF1.jst.pa.atlanticbb.net) (Quit: bsmedberg)
  2591. # [20:06] <jorendorff> till: I'm going to back out two Array.from patches and re-land them, to put proper credit in the changelog
  2592. # [20:07] * edmorley|sheriffduty is now known as edmorley
  2593. # [20:07] <jorendorff> till: if I land the two backouts and the relanding patches at the same time, there is no net change to the tree --- just 4 new commits
  2594. # [20:07] * Gijs is now known as Gijs_away
  2595. # [20:07] <jorendorff> till: should I clobber anyway?
  2596. # [20:07] * Joins: squib_ (squib@moz-A962343B.dhcp.ftbg.wi.charter.com)
  2597. # [20:08] * Quits: ashughes (uid34327@moz-E77DEB21.irccloud.com) (Quit: )
  2598. # [20:08] <till> jorendorff: I don't know. The mtimes might make all the difference for all I know
  2599. # [20:08] * Joins: ashughes (uid34327@moz-E77DEB21.irccloud.com)
  2600. # [20:08] <jorendorff> yeah, ok. i will clobber just to be safe.
  2601. # [20:08] <till> I think that makes sense, yes
  2602. # [20:09] <froydnj> jorendorff: touch clobber, but DONTBUILD?
  2603. # [20:09] <till> jorendorff: you want to add André as a reviewer?
  2604. # [20:09] <jorendorff> froydnj: I will do that. it'll still cost us a clobber I guess
  2605. # [20:10] <jorendorff> till: That Array.from code is originally from a volunteer contributor, though unrecognizable in its current form
  2606. # [20:10] <jorendorff> might as well thank André by name, though, since I'm in here
  2607. # [20:11] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2608. # [20:11] * Joins: drno (nohlmeier@moz-62518563.mtv2.mozilla.com)
  2609. # [20:11] * Quits: gsvelto (gsvelto@moz-3A77A635.clienti.tiscali.it) (Ping timeout)
  2610. # [20:12] <till> jorendorff: ooh, right. I remember now
  2611. # [20:13] <jorendorff> till: thanks for your help, and good night
  2612. # [20:14] <till> jorendorff: sure (and it's not *that* late overe here. The sun is still shining.)
  2613. # [20:14] * Quits: justindarc (justindarc@D2AEACFC.B56D28DB.B58D01CE.IP) (Ping timeout)
  2614. # [20:14] <jorendorff> till: you won't believe this, but i misread the clock on my own computer
  2615. # [20:14] * Quits: spenrose (spenrose@moz-6541E052.hsd1.ca.comcast.net) (Quit: spenrose)
  2616. # [20:15] * jorendorff is a foolish american, still not really fluent in 24-hour times
  2617. # [20:15] <till> jorendorff: hah, nice :)
  2618. # [20:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/pushloghtml?changeset=c155a7dd2d70 - 123 changesets
  2619. # [20:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5134fc8815bd - Jason Orendorff - Backout rev 0c9ff69d4263 to re-land with proper credit. Bug 904723, no_r=me.
  2620. # [20:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d6d30e1dca07 - Jason Orendorff - Backout rev b221cb63e559 to re-land with proper credit. Bug 904723, no_r=me.
  2621. # [20:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3a892952450c - William Golden - Bug 904723, part 3 - Implement Array.from. r=till. Thanks also to André Bargull for his very close review of this code.
  2622. # [20:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0354269b906b - Jason Orendorff - Bug 904723, part 4 - In Array.from, only fetch the @@iterator property once. r=till. DONTBUILD.
  2623. # [20:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/pushloghtml?changeset=8dc8a55ea059 - 123 changesets
  2624. # [20:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7297cfffd91c - Cosmin Malutan - Bug 1009004 - [TPS] Use the python executable from within the venv for the installation. r=hskupin a=test-only DONTBUILD
  2625. # [20:15] * Joins: vingtetun (vnicolas@DA4ABEAF.1DE10CA8.D8E68FF6.IP)
  2626. # [20:15] * coop is now known as coop|afk
  2627. # [20:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c8288d0c7a15 - Carsten "Tomcat" Book - Backed out changeset e0da2d69cfdb (bug 1020257) for causing Gi Test Regressions
  2628. # [20:16] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7146e89a7b83 - Ed Morley - Merge latest green inbound changeset and mozilla-central; a=merge
  2629. # [20:16] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/078b39cfcf44 - Ed Morley - Merge mozilla-central and inbound
  2630. # [20:16] * Joins: emtwo (Adium@13F2CEC5.7672369.D8E68FF6.IP)
  2631. # [20:16] * Joins: bbondy2 (bbondy@moz-717FF534.home.cgocable.net)
  2632. # [20:16] <till> jorendorff: wait, did you just re-land part 4 without changing the credit?
  2633. # [20:16] * Quits: bbondy2 (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  2634. # [20:16] <till> jorendorff: also, I guess this will rebuild for part 3 anyway
  2635. # [20:16] <jorendorff> till: yeah i had to back out part 4 in order to back out part 3
  2636. # [20:17] <till> ah! Ok, that makes sense :)
  2637. # [20:17] <jorendorff> part 3 is the one that contains will's work
  2638. # [20:17] * Joins: justindarc (justindarc@D2AEACFC.B56D28DB.B58D01CE.IP)
  2639. # [20:17] * Quits: edmorley (uid27002@moz-5F4AA75A.irccloud.com) (Quit: )
  2640. # [20:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/22c8b26d1dfd - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  2641. # [20:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/0bd5d08afd5d - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2642. # [20:18] * Joins: conner (conner@moz-A80AB7F3.wireless.uvic.ca)
  2643. # [20:18] <till> jorendorff: ok, I misunderstood your comment about having to back out two patches, sorry
  2644. # [20:19] <jorendorff> I am not at my best today, up late last night
  2645. # [20:19] * Joins: Ms2ger (Ms2ger@moz-86814189.adsl-dyn.isp.belgacom.be)
  2646. # [20:19] * Quits: justindarc (justindarc@D2AEACFC.B56D28DB.B58D01CE.IP) (Ping timeout)
  2647. # [20:20] <till> same here
  2648. # [20:20] * Quits: brendan (brendaneic@8ECC4BFC.EC83738C.D8D85ABD.IP) (Quit: brendan)
  2649. # [20:20] * Joins: justindarc (justindarc@D2AEACFC.B56D28DB.B58D01CE.IP)
  2650. # [20:20] <RyanVM|sheriffduty> jorendorff: FWIW, pushes with just a CLOBBER touch don't run builds anyway
  2651. # [20:21] * Quits: hub (hub@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2652. # [20:21] <jorendorff> RyanVM|sheriffduty: good to know, thanks.
  2653. # [20:21] <jorendorff> that push had a bunch of stuff in it though
  2654. # [20:21] <jorendorff> just no net change
  2655. # [20:21] <RyanVM|sheriffduty> I manually kicked them off on your earlier CLOBBER push today
  2656. # [20:21] <jorendorff> oh!
  2657. # [20:21] <jorendorff> i see
  2658. # [20:22] <jorendorff> i might have wondered about that, had i been more awake
  2659. # [20:22] * Joins: adev-tb (Thunderbir@18AA6349.B2FE6965.CCB6A436.IP)
  2660. # [20:22] * froydnj hands jorendorff some coffee
  2661. # [20:22] * Quits: adev-tb (Thunderbir@18AA6349.B2FE6965.CCB6A436.IP) (Quit: adev-tb)
  2662. # [20:22] * Quits: conner (conner@moz-A80AB7F3.wireless.uvic.ca) (Client exited)
  2663. # [20:22] <jorendorff> i wish! i'm in the toronto office. you can't just have coffee here, they have strange signs and rituals
  2664. # [20:22] * Quits: justindarc (justindarc@D2AEACFC.B56D28DB.B58D01CE.IP) (Ping timeout)
  2665. # [20:23] * Joins: justindarc (justindarc@D2AEACFC.B56D28DB.B58D01CE.IP)
  2666. # [20:23] * Joins: capella-s3 (capella-s3@moz-5892F37.pools.spcsdns.net)
  2667. # [20:23] <jorendorff> it has been advertised as a good thing about the office, and it's true that culturally this office is amazing
  2668. # [20:23] <jorendorff> all i know is i am not drinking coffee right now
  2669. # [20:24] * davidb|afk is now known as davidb
  2670. # [20:24] * Quits: Enn (enn@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2671. # [20:24] * Joins: kip (kip@A6CF435B.D1155E2C.CFC2A289.IP)
  2672. # [20:24] * Quits: capella-s3 (capella-s3@moz-5892F37.pools.spcsdns.net) (Quit: Talk atcha later)
  2673. # [20:24] * Joins: conner (conner@moz-A80AB7F3.wireless.uvic.ca)
  2674. # [20:24] <RyanVM|sheriffduty> heh
  2675. # [20:25] * RyanVM|sheriffduty yells at catlee to make you some coffee
  2676. # [20:25] * whimboo is now known as whimboo|afk
  2677. # [20:25] * Quits: damons (gnubeard@648D8037.57B833A6.D74CC41D.IP) (Quit: damons)
  2678. # [20:27] <catlee> COFFEEE
  2679. # [20:27] <catlee> jorendorff: I would be happy to make you some
  2680. # [20:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/44d8c7a29df1 - Brian Smith - Bug 1018411: Factor out signed data parsing in mozilla::pkix into a reusable and separately-testable function, r=keeler
  2681. # [20:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7673b3a07499 - Brian Smith - Bug 1018402: Disable VP8VideoTrackEncoder.FrameEncode on Windows because the test crashes on Windows, r=cku
  2682. # [20:27] * Quits: justindarc (justindarc@D2AEACFC.B56D28DB.B58D01CE.IP) (Ping timeout)
  2683. # [20:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/fa797212429e - Brian Smith - Bug 1020683, Part 1: Remove internal uses of CERTCertificate from mozilla::pkix::VerifyEncodedOCSPResponse, r=keeler
  2684. # [20:28] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Client exited)
  2685. # [20:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/dc9d168ba8fb - Brian Smith - Bug 1020683, Part 2: Remove more references to CERTCertificate from mozilla::pkix, r=keeler
  2686. # [20:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/77f2f8f2c506 - Brian Smith - Bug 1020682: Simplify mozilla::pkix results cert chain construction and make it more efficient, r=cviecco
  2687. # [20:28] <jorendorff> catlee: you're so kind. ...really?
  2688. # [20:28] <RyanVM|sheriffduty> lmao
  2689. # [20:28] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  2690. # [20:28] <RyanVM|sheriffduty> \m/
  2691. # [20:28] <catlee> sure!
  2692. # [20:28] * Ms2ger takes note
  2693. # [20:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/dea1f56f3feb - Garrett Robinson - Bug 1011211 - Remove unneeded QI check in CSP redirect tests r=sstamm
  2694. # [20:28] <RyanVM|sheriffduty> catlee++
  2695. # [20:28] * Joins: gsvelto (gsvelto@moz-3A77A635.clienti.tiscali.it)
  2696. # [20:28] <catlee> meet you there
  2697. # [20:29] * geekboy is now known as geekboy|afk
  2698. # [20:30] * Joins: justindarc (justindarc@D2AEACFC.B56D28DB.B58D01CE.IP)
  2699. # [20:30] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  2700. # [20:31] * Quits: Mano (mano@4606EE6D.F47F3313.CC465D70.IP) (Client exited)
  2701. # [20:31] * Joins: bbondy2 (bbondy@moz-717FF534.home.cgocable.net)
  2702. # [20:31] * Quits: bbondy2 (bbondy@moz-717FF534.home.cgocable.net) (Quit: bbondy2)
  2703. # [20:31] * Joins: Mano (mano@4606EE6D.F47F3313.CC465D70.IP)
  2704. # [20:32] * Quits: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net) (Quit: dealloc)
  2705. # [20:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/43a6828f167c - B2G Bumper Bot - Bumping gaia.json for 11 gaia revision(s) a=gaia-bump
  2706. # [20:32] * stephend|mtg is now known as stephend
  2707. # [20:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/218f96cfc3c8 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2708. # [20:33] * Quits: Mano (mano@4606EE6D.F47F3313.CC465D70.IP) (Ping timeout)
  2709. # [20:34] * Quits: huseby (huseby@moz-B3136CF6.linuxprogrammer.org) (Ping timeout)
  2710. # [20:34] * Quits: johankj (johankj@moz-D7D69F49.johanjensen.dk) (Ping timeout)
  2711. # [20:35] * Joins: bajaj1 (bajaj_afk@moz-62518563.mtv2.mozilla.com)
  2712. # [20:35] <@bz> so what's our bot story?
  2713. # [20:35] <@bz> Is firebot dying?
  2714. # [20:35] <@bz> Is pulsebot an usurper or an heir?
  2715. # [20:35] * Joins: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net)
  2716. # [20:36] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2717. # [20:36] * Quits: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving)
  2718. # [20:36] * Joins: bajaj2 (bajaj_afk@moz-62518563.mtv2.mozilla.com)
  2719. # [20:36] <RyanVM|sheriffduty> harbinger of death and destruction
  2720. # [20:36] * Quits: bajaj (bajaj_afk@moz-24157589.mtv2.mozilla.com) (Ping timeout)
  2721. # [20:36] * Joins: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2722. # [20:36] * Quits: bajaj2 (bajaj_afk@moz-62518563.mtv2.mozilla.com) (Max SendQ exceeded)
  2723. # [20:36] <Ms2ger> bz, firebot has pledged allegiance to glob, and has given up its pushes-task to glandium's pulsebot
  2724. # [20:36] * Joins: bajaj (bajaj_afk@moz-62518563.mtv2.mozilla.com)
  2725. # [20:37] * Quits: bajaj (bajaj_afk@moz-62518563.mtv2.mozilla.com) (Max SendQ exceeded)
  2726. # [20:37] * Quits: bajaj1 (bajaj_afk@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2727. # [20:37] * Joins: bajaj (bajaj_afk@moz-62518563.mtv2.mozilla.com)
  2728. # [20:37] <@bz> Aha
  2729. # [20:37] <@bz> ok
  2730. # [20:37] * Quits: bajaj (bajaj_afk@moz-62518563.mtv2.mozilla.com) (Max SendQ exceeded)
  2731. # [20:38] * Joins: damons (gnubeard@648D8037.57B833A6.D74CC41D.IP)
  2732. # [20:38] <@bz> So firebot continues, and if I want to get its goodness while not seeing all the push stuff I can ignore pulsebot?
  2733. # [20:38] <@bz> Awesome
  2734. # [20:38] * Joins: bajaj (bajaj_afk@moz-62518563.mtv2.mozilla.com)
  2735. # [20:38] <Ms2ger> Correct
  2736. # [20:38] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/cb0c1f1666f7 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2737. # [20:38] * Ms2ger would like to work on consolidation in the bot landscape at some point, though
  2738. # [20:40] * Joins: chmanchester (chmanchest@13F2CEC5.7672369.D8E68FF6.IP)
  2739. # [20:41] * Quits: mdas|afk (mdas@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  2740. # [20:42] * Joins: mdas (mdas@13F2CEC5.7672369.D8E68FF6.IP)
  2741. # [20:42] <jgraham> Ms2ger: You plan to make the bots fight to the death?
  2742. # [20:43] <@bz> Ms2ger: You going to have one bot switch to another bot's engine?
  2743. # [20:43] * Callek_disconnected is now known as Callek
  2744. # [20:43] <@bz> Ms2ger: Just be careful: once you go below three bots, you give both remaining bots veto power over everything
  2745. # [20:43] * Joins: johankj (johankj@moz-D7D69F49.johanjensen.dk)
  2746. # [20:44] <Ms2ger> Heh
  2747. # [20:44] * Quits: mstange (markus@moz-79EB16EF.dip0.t-ipconnect.de) (Quit: mstange)
  2748. # [20:44] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/be9fedef6271 - Vivien Nicolas - Bug 988212 - Change the attention screen permission from |certified| to |privileged|. r=sicking
  2749. # [20:44] * Quits: ddahl (ddahl@EDE430AA.CB84766B.D1E74241.IP) (Ping timeout)
  2750. # [20:44] * Quits: josh (josh@moz-2E9C1C52.hsd1.mn.comcast.net) (Quit: josh)
  2751. # [20:45] * Quits: bajaj (bajaj_afk@moz-62518563.mtv2.mozilla.com) (Connection reset by peer)
  2752. # [20:45] * Joins: bajaj1 (bajaj_afk@moz-62518563.mtv2.mozilla.com)
  2753. # [20:45] * bgrins is now known as bgrins|afk
  2754. # [20:46] * Joins: bajaj (bajaj_afk@moz-62518563.mtv2.mozilla.com)
  2755. # [20:46] * Quits: bajaj1 (bajaj_afk@moz-62518563.mtv2.mozilla.com) (Connection reset by peer)
  2756. # [20:46] * Joins: bbondy2 (bbondy@moz-717FF534.home.cgocable.net)
  2757. # [20:46] * Quits: bbondy2 (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  2758. # [20:46] * Joins: sierk (sierk@moz-A449B4D6.adsl.alicedsl.de)
  2759. # [20:46] * Quits: sierk (sierk@moz-A449B4D6.adsl.alicedsl.de) (Quit: sierk)
  2760. # [20:46] * Joins: smaug (chatzilla@moz-38C5B03.elisa-laajakaista.fi)
  2761. # [20:46] * ChanServ sets mode: +o smaug
  2762. # [20:47] * Joins: huseby (huseby@moz-B3136CF6.linuxprogrammer.org)
  2763. # [20:47] * Quits: Gijs_away (gijs@moz-BC45F3A8.range86-173.btcentralplus.com) (Ping timeout)
  2764. # [20:47] * hwine is now known as hwine-food
  2765. # [20:48] * Joins: serge (Thunderbir@moz-3CE5A4ED.dsl.teksavvy.com)
  2766. # [20:49] * Quits: Rik (rik@87C1F78E.1DE10CA8.D8E68FF6.IP) (Input/output error)
  2767. # [20:49] * Joins: fossterer (Mibbit@moz-53EB8AD6.hsd1.wv.comcast.net)
  2768. # [20:49] <tbsaunde> bz: which is the third?
  2769. # [20:50] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/95deb57e283b - Ryan VanderMeulen - Backed out changesets 999c34fa59a2, 2b3f51c3c5a7, and 9bcea7802320 (bug 1021312) for xpcshell failures.
  2770. # [20:50] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/d9edba5338ff - Michael Comella - Bug 1019595 - Use light cancel edit button with dark lightweight themes. r=bnicholson, a=sledru
  2771. # [20:51] * Joins: rniwa (rniwa@DBC3D095.CC3DF958.1782B2F3.IP)
  2772. # [20:52] * Joins: Gijs_away (gijs@moz-BC45F3A8.range86-173.btcentralplus.com)
  2773. # [20:52] <Ms2ger> tbsaunde, there's botbot, and logbot, and crowbot, and fennecbot
  2774. # [20:52] * Quits: mreavy (chatzilla@moz-50BE1A09.phlapa.fios.verizon.net) (Ping timeout)
  2775. # [20:53] * Joins: mreavy_ (chatzilla@moz-50BE1A09.phlapa.fios.verizon.net)
  2776. # [20:53] * mreavy_ is now known as mreavy
  2777. # [20:53] * Quits: jesup|laptop (chatzilla@moz-50BE1A09.phlapa.fios.verizon.net) (Quit: ChatZilla 0.9.90.1 [Firefox 31.0a2/20140520004002])
  2778. # [20:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/7bb8f92028d9 - Margaret Leibovic - Bug 1020730 - If there's no title to show in undo close tab toast, just say "Closed tab". r=bnicholson
  2779. # [20:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/a33f76e3ff8a - Margaret Leibovic - Bug 1021123 - Improve colors in remote tabs pull-to-refresh. r=mcomella
  2780. # [20:53] * Quits: damons (gnubeard@648D8037.57B833A6.D74CC41D.IP) (Quit: damons)
  2781. # [20:53] <@bz> tbsaunde: For bots?
  2782. # [20:53] <tbsaunde> Ms2ger: oh, huh
  2783. # [20:53] <@bz> tbsaunde: no idea
  2784. # [20:54] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Connection reset by peer)
  2785. # [20:54] <@bz> tbsaunde: blinkbot, tridentbot, webkitbot, geckobot?
  2786. # [20:54] <Ms2ger> tbsaunde, and mrgiggles, and bz, of course
  2787. # [20:54] <tbsaunde> Ms2ger: yeah, its not my best day :/
  2788. # [20:54] <Ms2ger> :)
  2789. # [20:54] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  2790. # [20:55] <tbsaunde> on the other hand there probably isn't *that* much sharable code assuming they're all using one of the standard bot frameworks
  2791. # [20:56] * @bz will claim he is not a bot
  2792. # [20:56] <@bz> At least on my better days.
  2793. # [20:58] * capella|away is now known as capella
  2794. # [20:59] * Joins: briansmith (briansmith@F0ADBFBA.24B5D296.6BED537B.IP)
  2795. # [20:59] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9315213aa679 - Botond Ballo - Bug 1018255 - Stop fling more quickly when overscrolled. r=kats
  2796. # [20:59] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e761f600d11a - Botond Ballo - Bug 1018255 - Don't bother doing the computations in ApplyOverscrollEffect if we are not overscrolled. r=kats
  2797. # [20:59] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1495e351283e - Botond Ballo - Bug 1018255 - Fix a short-circuit evaluation bug in OverscrollSnapBackAnimation::Sample. r=kats
  2798. # [21:00] * Joins: davispuh (quassel@CE5568AB.AEB760EF.D1BFA94D.IP)
  2799. # [21:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/05ce4d3cf94e - Botond Ballo - Bug 1018255 - Make the translation (in the direction of overscroll) more pronounced than the zoom. r=kats
  2800. # [21:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/77d99630aa73 - Botond Ballo - Bug 1018255 - Use spring physics for snap-back animation. r=kats
  2801. # [21:00] * Quits: davispuh (quassel@CE5568AB.AEB760EF.D1BFA94D.IP) (Input/output error)
  2802. # [21:00] * Quits: bnicholson (bnicholson@F118B273.BF05706.A36C57B9.IP) (Ping timeout)
  2803. # [21:00] * mcote is now known as mcote|biab
  2804. # [21:01] * Quits: gsvelto (gsvelto@moz-3A77A635.clienti.tiscali.it) (Quit: Leaving)
  2805. # [21:01] * Quits: harth (harth@moz-42412102.hsd1.ca.comcast.net) (Input/output error)
  2806. # [21:01] * Joins: bbondy2 (bbondy@moz-717FF534.home.cgocable.net)
  2807. # [21:01] * Quits: sheeri (sheeri@moz-DB4A9C19.scl3.mozilla.com) (Quit: leaving)
  2808. # [21:01] * Quits: bbondy2 (bbondy@moz-717FF534.home.cgocable.net) (Quit: bbondy2)
  2809. # [21:01] * Quits: ahameez (ahameez@A8F40235.D6534693.A371D240.IP) (Quit: Going offline, see ya! (www.adiirc.com))
  2810. # [21:02] * Joins: sheeri (sheeri@moz-DB4A9C19.scl3.mozilla.com)
  2811. # [21:02] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  2812. # [21:02] * Joins: davispuh (quassel@CE5568AB.AEB760EF.D1BFA94D.IP)
  2813. # [21:02] * Joins: brendan (brendaneic@8ECC4BFC.EC83738C.D8D85ABD.IP)
  2814. # [21:02] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  2815. # [21:03] * Quits: mwobensmith (mwobensmit@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  2816. # [21:03] * Quits: conner (conner@moz-A80AB7F3.wireless.uvic.ca) (Client exited)
  2817. # [21:03] * Joins: conner (conner@moz-A80AB7F3.wireless.uvic.ca)
  2818. # [21:04] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  2819. # [21:05] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  2820. # [21:06] * Quits: davispuh (quassel@CE5568AB.AEB760EF.D1BFA94D.IP) (Connection reset by peer)
  2821. # [21:06] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  2822. # [21:06] * Joins: mwu (mwu@522C27B5.F1EEB410.2E87E34F.IP)
  2823. # [21:07] * Quits: conner (conner@moz-A80AB7F3.wireless.uvic.ca) (Client exited)
  2824. # [21:07] <briansmith> RyanVM|sheriffduty: https://hg.mozilla.org/integration/mozilla-inbound/rev/eb8a567c8a12
  2825. # [21:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/eb8a567c8a12 - Brian Smith - Bug 1020683, Part 3: Fix build bustage, a=BUSTAGE on a CLOSED TREE
  2826. # [21:08] * Quits: Ms2ger (Ms2ger@moz-86814189.adsl-dyn.isp.belgacom.be) (Quit: nn)
  2827. # [21:08] <RyanVM|sheriffduty> thanks :)
  2828. # [21:10] * Joins: conner (conner@moz-A80AB7F3.wireless.uvic.ca)
  2829. # [21:11] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  2830. # [21:11] * davidb is now known as davidb|afk
  2831. # [21:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/4f945ab9cc3c - Myk Melez - Bug 1013433 - complete the packaged app update process; r=mfinkle,marco
  2832. # [21:12] * Joins: harshkothari (harshkotha@7D6529E0.9EDADC17.F76EB206.IP)
  2833. # [21:12] * Quits: conner (conner@moz-A80AB7F3.wireless.uvic.ca) (Client exited)
  2834. # [21:12] * Quits: jduell (jduell@moz-5819774D.hfc.comcastbusiness.net) (Connection reset by peer)
  2835. # [21:12] * Joins: bnicholson (bnicholson@moz-62518563.mtv2.mozilla.com)
  2836. # [21:12] <fossterer> Hi! I am unable to run mochitest-robocop. Receiving this error:
  2837. # [21:12] <fossterer> IOError: [Errno 2] No such file or directory: './mochitest-robocop.log'
  2838. # [21:14] * Quits: johankj (johankj@moz-D7D69F49.johanjensen.dk) (Ping timeout)
  2839. # [21:14] * Joins: DChen (DChen@moz-74188E3.vc.shawcable.net)
  2840. # [21:14] * Quits: briansmith (briansmith@F0ADBFBA.24B5D296.6BED537B.IP) (Quit: Leaving)
  2841. # [21:14] * Quits: huseby (huseby@moz-B3136CF6.linuxprogrammer.org) (Ping timeout)
  2842. # [21:14] <fossterer> RyanVM|sheriffduty: Are you busy? This is regarding BUG 949902
  2843. # [21:15] <nalexander> fossterer: try #mobile, and I've seen that before. I'm not sure it's actually a problem.
  2844. # [21:15] * Quits: myk (myk@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  2845. # [21:15] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  2846. # [21:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/4720480c606b - Sam Penrose - Bug 1004319 - Handle server-side account changes in Gecko. r=jedp
  2847. # [21:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/cea5bf661931 - Ethan Tseng - Bug 1020379 - [RTSP] Fix potential infinite loop in ARTPConnection.cpp. r=sworkman
  2848. # [21:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/722c6e0845eb - Ethan Tseng - Bug 1020379 - [RTSP] Fix trivial compile warnings. r=sworkman
  2849. # [21:16] <fossterer> Since last night, none could solve this in #introduction, #mobile. Seems too few are interested in robocop!
  2850. # [21:16] <fossterer> RyanVM|sheriffduty: ^
  2851. # [21:16] <RyanVM|sheriffduty> fossterer: your best bet really is in #mobile
  2852. # [21:16] * Joins: bbondy2 (bbondy@moz-717FF534.home.cgocable.net)
  2853. # [21:16] <fossterer> ok... thanks
  2854. # [21:16] <RyanVM|sheriffduty> I would expect you'd get some help this time of day
  2855. # [21:16] * Quits: bbondy2 (bbondy@moz-717FF534.home.cgocable.net) (Quit: bbondy2)
  2856. # [21:17] <fossterer> hoping to finish off he bug asap.. I'm greatly interested in it
  2857. # [21:17] * gregglind is now known as gregglind_travel
  2858. # [21:17] * Quits: bajaj (bajaj_afk@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2859. # [21:18] * Joins: bajaj (bajaj_afk@moz-62518563.mtv2.mozilla.com)
  2860. # [21:19] <RyanVM|sheriffduty> botond: inbound's open again if you want to push
  2861. # [21:19] <botond> RyanVM|sheriffduty: thanks, will do
  2862. # [21:20] * mcote|biab is now known as mcote
  2863. # [21:20] * Joins: conner (conner@moz-A80AB7F3.wireless.uvic.ca)
  2864. # [21:20] * Quits: till (till@moz-F4CF0619.adsl.alicedsl.de) (Quit: out)
  2865. # [21:21] * jlund is now known as jlund|food
  2866. # [21:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/78c20dbe259e - Botond Ballo - Bug 1020045 - Turn on APZ overscrolling by default. r=kats
  2867. # [21:21] * Joins: myk (myk@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2868. # [21:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/068ddab4f8b6 - Brian Grinstead - Bug 1021770 - Browser Toolbox: remove extra separator next to options cog. r=jryans
  2869. # [21:22] * gaye|brb is now known as gaye
  2870. # [21:22] * Quits: brendan (brendaneic@8ECC4BFC.EC83738C.D8D85ABD.IP) (Quit: brendan)
  2871. # [21:23] <jorendorff> BenWa: so ... that bug in cleopatra, where it's misattributing time to DisplayList that should be Compositing
  2872. # [21:23] * Joins: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com)
  2873. # [21:23] <kats> pulsebot: who are you?!
  2874. # [21:23] * jcranmer is now known as jcranmer|away
  2875. # [21:23] * Joins: Snuffleupagus (chatzilla@moz-7411B7A4.bredband.comhem.se)
  2876. # [21:23] <jorendorff> BenWa: is that in Cleopatra? or is SPS giving you wrong data?
  2877. # [21:23] <jorendorff> or do you not know yet
  2878. # [21:25] * Quits: paolo (paolo@88F51059.F3BBB17D.144F44FA.IP) (Quit: Konversation terminated!)
  2879. # [21:25] * Quits: Gijs_away (gijs@moz-BC45F3A8.range86-173.btcentralplus.com) (Ping timeout)
  2880. # [21:25] * Quits: drno (nohlmeier@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2881. # [21:26] * Joins: tonymec_KDE (tonymec@943A9A0A.23807038.A9371869.IP)
  2882. # [21:26] * Quits: grobinson (~grobinson@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving)
  2883. # [21:26] * Joins: grobinson (~grobinson@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2884. # [21:26] * Quits: rbarnes (rbarnes@95D654D9.7794B7FF.B532E9A1.IP) (Input/output error)
  2885. # [21:27] * Joins: drno (nohlmeier@moz-62518563.mtv2.mozilla.com)
  2886. # [21:27] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  2887. # [21:28] * Quits: tonymec_KDE (tonymec@943A9A0A.23807038.A9371869.IP) (Ping timeout)
  2888. # [21:28] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  2889. # [21:29] * Quits: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com) (Client exited)
  2890. # [21:29] * Joins: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com)
  2891. # [21:30] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  2892. # [21:31] * Joins: bbondy2 (bbondy@moz-717FF534.home.cgocable.net)
  2893. # [21:31] * Joins: tonymec_KDE (tonymec@9E7EF719.D4AB7E40.9D2324B7.IP)
  2894. # [21:32] * Quits: bbondy2 (bbondy@moz-717FF534.home.cgocable.net) (Quit: bbondy2)
  2895. # [21:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/fc756706366d - Trevor Saunders - bug 1021171 - don't return nulllptr in functions returning bool r=bz,waldo
  2896. # [21:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/262aa76f4bd2 - Alexandre Lissy - Bug 1006537 - Check window validity in NotificationObserver. r=mhenretty
  2897. # [21:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d7c75329ae84 - Chris Manchester - Bug 1021117 - Add legacy tbpl formatter to mozlog.structured.formatters. r=jgraham
  2898. # [21:33] * Joins: jet (jet@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2899. # [21:33] * Joins: rbarnes (rbarnes@95D654D9.7794B7FF.B532E9A1.IP)
  2900. # [21:33] * Joins: Mano (mano@4606EE6D.F47F3313.CC465D70.IP)
  2901. # [21:33] * Quits: Mano (mano@4606EE6D.F47F3313.CC465D70.IP) (Client exited)
  2902. # [21:33] * Quits: tonymec_KDE (tonymec@9E7EF719.D4AB7E40.9D2324B7.IP) (Ping timeout)
  2903. # [21:34] * Joins: Mano (mano@4606EE6D.F47F3313.CC465D70.IP)
  2904. # [21:36] * Quits: Mano (mano@4606EE6D.F47F3313.CC465D70.IP) (Ping timeout)
  2905. # [21:36] * Joins: tonymec_KDE (tonymec@F963FEBE.63EA7F4C.277517C1.IP)
  2906. # [21:36] * Joins: Gijs_away (gijs@moz-BC45F3A8.range86-173.btcentralplus.com)
  2907. # [21:36] * Quits: conner (conner@moz-A80AB7F3.wireless.uvic.ca) (Client exited)
  2908. # [21:37] * Joins: damons (gnubeard@648D8037.57B833A6.D74CC41D.IP)
  2909. # [21:37] * stephend is now known as fate
  2910. # [21:37] * fate is now known as stephend
  2911. # [21:38] * Joins: mwobensmith (mwobensmit@moz-C07D5168.p2p.sfo1.mozilla.com)
  2912. # [21:38] <nalexander> kats: pulsebot is the new firebot.
  2913. # [21:38] <nalexander> firebug?
  2914. # [21:38] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/f4f3b1e4a0e5 - Mike Habicher - Bug 1020497 - collapse exposureCompensation to single attribute, r=bz
  2915. # [21:38] <kats> nalexander: but firebot is still around too
  2916. # [21:38] <kats> division of responsibilities?
  2917. # [21:39] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7b5f9225d255 - Benoit Jacob - Bug 974900 - Add missing include guards to Skia headers - r=gw280
  2918. # [21:39] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f0d95520c476 - Benoit Jacob - Bug 974900 - #undef interface defined by windows headers - r=gw280
  2919. # [21:39] * Joins: conner (conner@moz-A80AB7F3.wireless.uvic.ca)
  2920. # [21:39] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/123b94215b3e - Benoit Jacob - Bug 974900 - re-unify the Skia build - r=ehsan
  2921. # [21:40] * geekboy|afk is now known as geekboy
  2922. # [21:41] * Joins: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch)
  2923. # [21:41] <KWierso|afk> kats: pulsebot announces pushes, firebot does other firebot things
  2924. # [21:42] <fossterer> pulsebot: hi!
  2925. # [21:44] * davidb|afk is now known as davidb
  2926. # [21:45] * Joins: spenrose (spenrose@moz-6541E052.hsd1.ca.comcast.net)
  2927. # [21:45] <jimm> it should be 'pushbot' then
  2928. # [21:45] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  2929. # [21:47] * Joins: bbondy2 (bbondy@moz-717FF534.home.cgocable.net)
  2930. # [21:47] * Quits: bbondy2 (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  2931. # [21:47] * Joins: sir_none (Thunderbir@moz-E98CDE3D.dclient.hispeed.ch)
  2932. # [21:47] <KWierso|afk> jimm: it'll probably expand to do other things announced to the pulse stream
  2933. # [21:47] * KWierso|afk is now known as KWierso
  2934. # [21:48] * gregglind_travel is now known as gregglind
  2935. # [21:48] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Ping timeout)
  2936. # [21:48] <NeilAway> tbsaunde: you also forgot gavinbot?
  2937. # [21:48] <@ehsan> jimm: like firebot reports when there is a fire? ;)
  2938. # [21:48] <@ehsan> let's just call it persona and move on :P
  2939. # [21:48] <fossterer> ehsan: lol!
  2940. # [21:48] * Joins: kushagra (kushagra@8711A61C.A55ABE3E.1DBA505E.IP)
  2941. # [21:48] * Joins: Waldo (waldo@moz-62518563.mtv2.mozilla.com)
  2942. # [21:48] <KWierso> ehsan++
  2943. # [21:49] * Quits: jgriffin (jgriffin@FCCEA34F.7672369.D8E68FF6.IP) (Quit: jgriffin)
  2944. # [21:50] * IRCMonkey54238 is now known as stuart
  2945. # [21:52] * hwine-food is now known as hwine
  2946. # [21:53] * Joins: twi1 (Adium@moz-DA6AEF8.cust.vodafonedsl.it)
  2947. # [21:53] * Quits: tonymec_KDE (tonymec@F963FEBE.63EA7F4C.277517C1.IP) (Ping timeout)
  2948. # [21:54] * sheppy-lunch is now known as sheppy
  2949. # [21:54] * Joins: brendan (brendaneic@8ECC4BFC.EC83738C.D8D85ABD.IP)
  2950. # [21:54] * Quits: twi (Adium@moz-DA6AEF8.cust.vodafonedsl.it) (Ping timeout)
  2951. # [21:56] * Joins: jviereck1 (Adium@moz-BF8D7793.dclient.hispeed.ch)
  2952. # [21:57] * Joins: tonymec_KDE (tonymec@moz-B2694828.adsl-dyn.isp.belgacom.be)
  2953. # [21:57] * Quits: Alessar (Alessar@4409775D.C64B1782.79D6B59E.IP) (Ping timeout)
  2954. # [21:57] * Quits: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch) (Ping timeout)
  2955. # [21:59] * Quits: Gijs_away (gijs@moz-BC45F3A8.range86-173.btcentralplus.com) (Ping timeout)
  2956. # [21:59] * Quits: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com) (Client exited)
  2957. # [22:00] * Joins: Swatinem (Instantbir@moz-AAABC99.vie.surfer.at)
  2958. # [22:00] * Joins: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com)
  2959. # [22:02] * Joins: bbondy2 (bbondy@moz-717FF534.home.cgocable.net)
  2960. # [22:02] * bbondy2 is now known as bbondy
  2961. # [22:02] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  2962. # [22:03] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  2963. # [22:03] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard)
  2964. # [22:04] * Joins: jgilbert (jgilbert@moz-62518563.mtv2.mozilla.com)
  2965. # [22:04] * Joins: Gijs_away (gijs@moz-BC45F3A8.range86-173.btcentralplus.com)
  2966. # [22:04] * ehsan is now known as ehsan|mtg
  2967. # [22:05] * Gijs_away is now known as Gijs
  2968. # [22:05] * Quits: b4gder (daniel@69E3EEDA.10A53EE3.77834EAA.IP) (Quit: connection reset by beer)
  2969. # [22:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/568758b30cb2 - Brian Nicholson - Bug 1020440 - Create DOM interfaces and stub for requestAutocomplete. r=smaug,MattN
  2970. # [22:08] * Quits: vingtetun (vnicolas@DA4ABEAF.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  2971. # [22:08] * Joins: jedp (jedp@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2972. # [22:10] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  2973. # [22:10] * Quits: tonymec_KDE (tonymec@moz-B2694828.adsl-dyn.isp.belgacom.be) (Ping timeout)
  2974. # [22:12] * Quits: @smaug (chatzilla@moz-38C5B03.elisa-laajakaista.fi) (Input/output error)
  2975. # [22:13] * rail is now known as rail_away
  2976. # [22:13] * Joins: smaug (chatzilla@moz-38C5B03.elisa-laajakaista.fi)
  2977. # [22:13] * ChanServ sets mode: +o smaug
  2978. # [22:14] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  2979. # [22:14] * Joins: tonymec_KDE (tonymec@88B2A5F8.524123D0.A9371869.IP)
  2980. # [22:14] * Joins: lizzard (ehenry@moz-99B430F3.hsd1.ca.comcast.net)
  2981. # [22:15] * Quits: bmoss (bmoss@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2982. # [22:15] * Joins: bmoss (bmoss@moz-62518563.mtv2.mozilla.com)
  2983. # [22:15] <BenWa> jorendorff: its a bug in the platform code instrumenetation
  2984. # [22:15] <BenWa> ehsan|mtg: Can you give me the gdb files later?
  2985. # [22:15] <@ehsan|mtg> BenWa: yeah, will be out at 6pm
  2986. # [22:15] <@ehsan|mtg> please remind me
  2987. # [22:16] <BenWa> long meeting, I feel bad for you
  2988. # [22:16] <@ehsan|mtg> yeah, so do I ;)
  2989. # [22:17] * Joins: bbondy2 (bbondy@moz-717FF534.home.cgocable.net)
  2990. # [22:17] * Quits: bbondy2 (bbondy@moz-717FF534.home.cgocable.net) (Quit: bbondy2)
  2991. # [22:20] * Quits: drno (nohlmeier@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2992. # [22:20] * Quits: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com) (Client exited)
  2993. # [22:21] * Joins: drno (nohlmeier@moz-62518563.mtv2.mozilla.com)
  2994. # [22:22] * Quits: lmandel (lmandel@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2995. # [22:22] * Quits: @Cwiiis (uid15019@moz-31ABA2C0.irccloud.com) (Quit: Connection closed for inactivity)
  2996. # [22:22] * rail_away is now known as rail
  2997. # [22:22] * Joins: josh (josh@moz-2E9C1C52.hsd1.mn.comcast.net)
  2998. # [22:24] <jorendorff> oh rats
  2999. # [22:24] <jorendorff> i was hoping it'd be a Good First Bug
  3000. # [22:24] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  3001. # [22:24] * Joins: bholley (bholley@32EFA1FF.F0338C73.AECC5372.IP)
  3002. # [22:25] <bholley> RyanVM|sheriffduty: fixing the aurora failure. 1 sec
  3003. # [22:25] * davidb is now known as davidb|afk
  3004. # [22:25] * Quits: conner (conner@moz-A80AB7F3.wireless.uvic.ca) (Quit: Leaving...)
  3005. # [22:25] * Joins: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com)
  3006. # [22:26] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  3007. # [22:27] <rniwa> bz: yt?
  3008. # [22:27] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  3009. # [22:27] * davidb|afk is now known as davidb
  3010. # [22:28] * Quits: davidb (davidb@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Blah blah blah)
  3011. # [22:28] * Quits: jackneill (jackneill@moz-7A38F7EA.pool.digikabel.hu) (Input/output error)
  3012. # [22:28] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  3013. # [22:29] * Joins: tonymec|away (tonymec@88B2A5F8.524123D0.A9371869.IP)
  3014. # [22:29] * Joins: mihneadb (mihneadb@moz-9897BD47.static.ziggozakelijk.nl)
  3015. # [22:30] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  3016. # [22:30] * Quits: bjacob (bjacob@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  3017. # [22:31] * Quits: @bz (bzbarsky@moz-72881629.bstnma.fios.verizon.net) (Client exited)
  3018. # [22:31] * Joins: bz (bzbarsky@moz-72881629.bstnma.fios.verizon.net)
  3019. # [22:31] * ChanServ sets mode: +o bz
  3020. # [22:32] * Quits: mwobensmith (mwobensmit@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  3021. # [22:32] * Joins: bbondy2 (bbondy@moz-717FF534.home.cgocable.net)
  3022. # [22:32] * Quits: bbondy2 (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  3023. # [22:36] * Quits: rogeliodh (Thunderbir@E3D173C0.3F8F8410.D67CC001.IP) (Input/output error)
  3024. # [22:36] * Joins: johankj (johankj@moz-D7D69F49.johanjensen.dk)
  3025. # [22:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/0762fc0b63f5 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  3026. # [22:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/0c5b464b5035 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  3027. # [22:39] * Quits: bgrins|afk (bgrins@C7203E51.FBD8ACDB.20F09BA6.IP) (Quit: Leaving.)
  3028. # [22:39] * Joins: mdas_ (mdas@FCCEA34F.7672369.D8E68FF6.IP)
  3029. # [22:40] * Quits: mdas (mdas@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  3030. # [22:40] <Gijs> do we have a comprehensive document explaining app units, device pixels, css pixels, and their relations?
  3031. # [22:41] <Gijs> (and how to go from one to the other in layout?)
  3032. # [22:41] * Quits: kk1fff_ (kk1fff@moz-3B23641E.dynamic.hinet.net) (Client exited)
  3033. # [22:42] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=cb0c1f1666f7 - 81 changesets
  3034. # [22:43] <@smaug> didn't someone write a blog post about different units
  3035. # [22:44] * whimboo|afk is now known as whimboo
  3036. # [22:45] <froydnj> kats: ^
  3037. # [22:45] * jmaher is now known as jmaher|afk
  3038. # [22:45] <kats> smaug: https://staktrace.com/spout/entry.php?id=800
  3039. # [22:45] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  3040. # [22:45] <froydnj> if one has 'struct foo' at global scope and a 'struct foo' at some namespace scope, how does one refer to the global 'struct foo' explicitly?
  3041. # [22:45] <kats> smaug: also https://staktrace.com/spout/entry.php?id=801
  3042. # [22:46] <dholbert> froydnj, doesn't ::foo work?
  3043. # [22:46] <kats> smaug: or more generally https://wiki.mozilla.org/Platform/GFX/APZ#Coordinate_systems :)
  3044. # [22:46] * stephend is now known as stephend|phone
  3045. # [22:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3761ada3b5d2 - Monica Chew - Bug 1020485: Enable pinning in test mode for accounts.firefox.com (r=keeler)
  3046. # [22:47] <froydnj> dholbert: you would think so, but trying to generate that from a macro prompts complaints from the compiler
  3047. # [22:47] <dholbert> froydnj, welp, I'm out of ideas
  3048. # [22:47] <froydnj> dholbert: me too!
  3049. # [22:47] * Joins: bbondy2 (bbondy@moz-717FF534.home.cgocable.net)
  3050. # [22:47] * Quits: bbondy2 (bbondy@moz-717FF534.home.cgocable.net) (Quit: bbondy2)
  3051. # [22:47] * froydnj doesn't really want to type out all these static_asserts all the time
  3052. # [22:47] * jlund|food is now known as jlund
  3053. # [22:49] * Quits: mihneadb (mihneadb@moz-9897BD47.static.ziggozakelijk.nl) (Quit: Leaving)
  3054. # [22:49] <Gijs> kats: smaug: thanks, that helps a little... but what are these "app unit" things I see in layout code?
  3055. # [22:49] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1bc4f420340d - Luke Wagner - Bug 1021229 - hoist enoughMemory_ into AssemblerShared (r=jandem)
  3056. # [22:50] <Gijs> e.g. http://mxr.mozilla.org/mozilla-central/source/layout/generic/nsIFrame.h#1929
  3057. # [22:50] * Quits: josh (josh@moz-2E9C1C52.hsd1.mn.comcast.net) (Quit: josh)
  3058. # [22:50] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/965578443062 - Bobby Holley - Bug 1021312 - Followup to fix incorrect test. r=me
  3059. # [22:50] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/eca7bdeb0c6e - Bobby Holley - Bug 1020460 - Array.prototype.toSource should be generic. r=jorendorff
  3060. # [22:51] <kats> Gijs: app units are 1/60th of a CSS pixel
  3061. # [22:51] <Gijs> ah, they're in part 1
  3062. # [22:51] <Gijs> kats: aha. OK.
  3063. # [22:52] * Quits: wolfiR (wolfiR@moz-DF7F478F.dip0.t-ipconnect.de) (Quit: Leaving)
  3064. # [22:52] <Gijs> kats: so... maybe you know the answer to this question too... I have code that uses GetScreenRectInAppUnits to get the rect of a frame in app units
  3065. # [22:52] <Gijs> kats: but it turns out transforms are ignored for the purposes of that function
  3066. # [22:52] * Joins: karlt (karl@moz-C433B975.jetstream.xtra.co.nz)
  3067. # [22:52] * Quits: twi1 (Adium@moz-DA6AEF8.cust.vodafonedsl.it) (Ping timeout)
  3068. # [22:52] <Gijs> kats: I want the transformed rect. What's the easiest way to get it?
  3069. # [22:52] * Gijs was looking at GetScrollableOverflowRect but isn't sure that's what he wants.
  3070. # [22:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e2b9d289514f - Chris Pearce - Bug 1016162 - Base EME DOM APIs, not connected to a CDM yet. r=bz
  3071. # [22:53] <kats> Gijs: i'm not really familiar with GetScreenRectInAppUnits. what are you trying to do?
  3072. # [22:54] * mcote is now known as mcote|afk
  3073. # [22:54] * Joins: twi (Adium@moz-DA6AEF8.cust.vodafonedsl.it)
  3074. # [22:54] <Gijs> kats: display a popup next to an anchor
  3075. # [22:54] <Gijs> kats: the existing code is using that method, and that means CSS transforms aren't taken into account, which means the popup shows up in the wrong place
  3076. # [22:54] * Quits: @smaug (chatzilla@moz-38C5B03.elisa-laajakaista.fi) (Ping timeout)
  3077. # [22:55] * Joins: huseby (huseby@moz-B3136CF6.linuxprogrammer.org)
  3078. # [22:55] * Joins: cpeterson_ (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  3079. # [22:55] * Joins: vingtetun (vnicolas@4124522D.888A4920.83DA1961.IP)
  3080. # [22:55] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Ping timeout)
  3081. # [22:55] * Quits: tonymec|away (tonymec@88B2A5F8.524123D0.A9371869.IP) (Quit: ChatZilla 0.9.90.1 [Firefox 24.6.0esrpre/20140605000503])
  3082. # [22:55] <kats> Gijs: hmm you might want to ask in #layout. i don't really know how the css transform is stored in layout code
  3083. # [22:55] <Gijs> OK!
  3084. # [22:55] * Gijs continues his journey down the rabbit hole :)
  3085. # [22:55] <Gijs> thanks!
  3086. # [22:56] * Joins: smaug (chatzilla@moz-38C5B03.elisa-laajakaista.fi)
  3087. # [22:56] * ChanServ sets mode: +o smaug
  3088. # [22:57] * Quits: damons (gnubeard@648D8037.57B833A6.D74CC41D.IP) (Quit: damons)
  3089. # [22:57] * Joins: jduell (jduell@moz-5819774D.hfc.comcastbusiness.net)
  3090. # [22:57] * stephend|phone is now known as stephend
  3091. # [22:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/758bbf88e5a8 - Adam Roach [:abr] - Bug 1018372 - Check aThread against mThread in PeerConnectionImpl constructor r=jesup
  3092. # [22:57] * Joins: matthewgertner (matthewger@E05025B2.7102BCB6.B7C3970A.IP)
  3093. # [22:58] * Quits: vingtetun (vnicolas@4124522D.888A4920.83DA1961.IP) (Ping timeout)
  3094. # [22:58] <RyanVM|sheriffduty> abr, you know there's a leave-open bug keyword now, right? ;)
  3095. # [22:59] <abr> RyanVM|sheriffduty: Ooh, no. I didn't. :)
  3096. # [22:59] * Joins: kgrandon1 (Adium@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3097. # [22:59] * Quits: kgrandon (Adium@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Connection reset by peer)
  3098. # [22:59] <abr> RyanVM|sheriffduty: Fixed
  3099. # [22:59] * Joins: kgrandon (Adium@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3100. # [22:59] <RyanVM|sheriffduty> but whatever, I can assure you that the keyword/whiteboard is infinitely more important than the comment that accompanies it :)
  3101. # [22:59] * Quits: kgrandon1 (Adium@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Connection reset by peer)
  3102. # [22:59] * Joins: jerzilla (jerzilla@moz-62518563.mtv2.mozilla.com)
  3103. # [22:59] * Quits: jduell (jduell@moz-5819774D.hfc.comcastbusiness.net) (Ping timeout)
  3104. # [23:00] * Quits: @smaug (chatzilla@moz-38C5B03.elisa-laajakaista.fi) (Input/output error)
  3105. # [23:00] * Quits: John-Galt (kris@moz-882434A3.hsd1.or.comcast.net) (Ping timeout)
  3106. # [23:00] <abr> RyanVM|sheriffduty: This bug is probably going to make us all pretty sad. I'm about 85% certain that this is some other code stomping around in the heap
  3107. # [23:00] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=ba028f407ebf - 27 changesets
  3108. # [23:00] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  3109. # [23:00] <RyanVM|sheriffduty> abr: awesome, just in time for the uplift too
  3110. # [23:01] * Joins: smaug (chatzilla@moz-38C5B03.elisa-laajakaista.fi)
  3111. # [23:01] * ChanServ sets mode: +o smaug
  3112. # [23:01] <abr> RyanVM|sheriffduty: I say this mostly because when you start looking for the proximal cause, you may need to consider non-WebRTC code.
  3113. # [23:01] <abr> RyanVM|sheriffduty: But, yeah, I recognize the timing. Which is why, as soon as I noticed it, I wanted to see if we could get a grip on what's up.
  3114. # [23:02] * Quits: cpeterson_ (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Ping timeout)
  3115. # [23:02] * Joins: bbondy2 (bbondy@moz-717FF534.home.cgocable.net)
  3116. # [23:02] * stephend is now known as stephend|mtg
  3117. # [23:02] * Quits: bbondy2 (bbondy@moz-717FF534.home.cgocable.net) (Quit: bbondy2)
  3118. # [23:02] <RyanVM|sheriffduty> drno: seriously, don't worry about it at this point
  3119. # [23:02] <RyanVM|sheriffduty> i've already got the change made locally as part of a larger set of changes
  3120. # [23:02] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/b4b68f712030 - B2G Bumper Bot - Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
  3121. # [23:02] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/b17468842604 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  3122. # [23:03] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  3123. # [23:03] <jesup> RyanVM|sheriffduty: I agree with abr and am looking too
  3124. # [23:03] * Quits: tanvi (tanvi@moz-1979187D.hsd1.ca.comcast.net) (Ping timeout)
  3125. # [23:03] * Joins: tanvi (tanvi@moz-1979187D.hsd1.ca.comcast.net)
  3126. # [23:03] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  3127. # [23:03] <drno> RyanVM|sheriffduty: cool. did you by any chance also take care of my wrongly placed if statements in mochitest.ini?
  3128. # [23:04] * Joins: tedders1 (tedders1@13F2CEC5.7672369.D8E68FF6.IP)
  3129. # [23:04] * Joins: John-Galt (kris@moz-882434A3.hsd1.or.comcast.net)
  3130. # [23:04] <jerzilla> Quick Query: when setting the NSPR_LOG_MODULE, I often see things like moduleName:#, what does the :# signify e.g. NSPR_LOG_MODULE = nsHTTP:5 <- what does the ':5' mean
  3131. # [23:05] <abr> RyanVM|sheriffduty: Also, just to make sure you're aware of what's going on with that patch I just landed -- post-landing, there's a chance that the exact point at which the assert happens will move to a different part of the test, or maybe a different test altogether. The thing to look for is CheckThreadInt() in the stack
  3132. # [23:05] <RyanVM|sheriffduty> drno: you mean killing bug835370 wasn't on purpose? :P
  3133. # [23:05] <drno> RyanVM|sheriffduty: exactly :D
  3134. # [23:05] <RyanVM|sheriffduty> drno: btw, fwiw, i'm leaving it enabled for opt
  3135. # [23:05] <RyanVM|sheriffduty> actually, no
  3136. # [23:05] <RyanVM|sheriffduty> it fails on opt too
  3137. # [23:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/65f1eeeb742c - Tim Taubert - Bug 1020882 - length param of HmacKeyGenParams should be optional r=bz,rbarnes
  3138. # [23:06] <drno> RyanVM|sheriffduty: well 98.3% failure on debug
  3139. # [23:06] <drno> only 2 failures (=1.7%) on opt.
  3140. # [23:06] <Gijs> asan?
  3141. # [23:06] <NeilAway> jerzilla: log level
  3142. # [23:06] <drno> but I’m cool with either choice
  3143. # [23:06] * mattwoodrow|away is now known as mattwoodrow
  3144. # [23:06] <NeilAway> jerzilla: 5 logs the most
  3145. # [23:06] <jerzilla> NeilAway: Thanks!! :)
  3146. # [23:07] <NeilAway> jerzilla: np
  3147. # [23:08] * Quits: AaronMT (AaronMT@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Computer has gone to sleep.)
  3148. # [23:08] <drno> RyanVM|sheriffduty: looks to me like the two opt failures are e10s on Ubuntu https://pastebin.mozilla.org/5365150
  3149. # [23:08] <dholbert> hm, it looks like we don't actually have any documentation on NSPR_LOG_MODULES
  3150. # [23:08] <dholbert> We used to in MDN
  3151. # [23:08] <dholbert> but now https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSPR/Reference/Logging seems to be the best thing, and it doesn't have much besides a bunch of broken links :-/
  3152. # [23:08] <drno> RyanVM|sheriffduty: so B2G debug only should be save choice
  3153. # [23:09] * RyanVM|sheriffduty is now known as RyanVM
  3154. # [23:09] * Joins: damons (gnubeard@648D8037.57B833A6.D74CC41D.IP)
  3155. # [23:09] <@smaug> mayhemer: your blog seems to cause slow script warning with latest nightly
  3156. # [23:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3efccd28317b - Tim Taubert - Bug 1021601 - Remove SHA-224 support from WebCrypto API r=rbarnes
  3157. # [23:11] * Joins: Swatinem1 (swatinem@moz-AAABC99.vie.surfer.at)
  3158. # [23:11] * Quits: Swatinem (Instantbir@moz-AAABC99.vie.surfer.at) (Ping timeout)
  3159. # [23:12] * Joins: kk1fff_ (kk1fff@moz-3B23641E.dynamic.hinet.net)
  3160. # [23:12] * Quits: yzen (yzen@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  3161. # [23:13] * Quits: Dagger (dagger@moz-2B01C171.cable.virginm.net) (Ping timeout)
  3162. # [23:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/33e00e8b000e - Camilo Viecco - Bug 1021797 - Rename ArenaFalseCleaner to PORT_FreeArena_false. r=keeler
  3163. # [23:13] * Quits: garvank (Garvan@moz-62518563.mtv2.mozilla.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  3164. # [23:13] * Quits: kk1fff_ (kk1fff@moz-3B23641E.dynamic.hinet.net) (Ping timeout)
  3165. # [23:14] * Quits: jonasfj (jonasfj@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  3166. # [23:14] * armenzg is now known as armenzg_afk
  3167. # [23:16] * Joins: jduell (jduell@moz-5819774D.hfc.comcastbusiness.net)
  3168. # [23:17] * Quits: coop|afk (coop@moz-C9194C64.dsl.teksavvy.com) (Ping timeout)
  3169. # [23:17] * Joins: bbondy2 (bbondy@moz-717FF534.home.cgocable.net)
  3170. # [23:17] * Quits: bbondy2 (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  3171. # [23:17] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/cfd4978a9a37 - Vincent St-Amour - Bug 1014290 - Remove unreachable case in setprop MIR building. (r=efaust)
  3172. # [23:17] * Joins: hub (hub@EA9C418B.A5F785DE.396E4C6D.IP)
  3173. # [23:17] * Quits: hub (hub@EA9C418B.A5F785DE.396E4C6D.IP) (Connection reset by peer)
  3174. # [23:18] * Joins: coop (coop@B3577CC0.1B9223B5.AE2B2F80.IP)
  3175. # [23:18] * Joins: hub (hub@EA9C418B.A5F785DE.396E4C6D.IP)
  3176. # [23:18] * philor|away is now known as philor
  3177. # [23:18] * Quits: jviereck1 (Adium@moz-BF8D7793.dclient.hispeed.ch) (Ping timeout)
  3178. # [23:19] * Quits: mdas_ (mdas@FCCEA34F.7672369.D8E68FF6.IP) (Input/output error)
  3179. # [23:19] * Quits: huseby (huseby@moz-B3136CF6.linuxprogrammer.org) (Ping timeout)
  3180. # [23:19] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=62d33e3ba514 - 57 changesets
  3181. # [23:20] * Joins: josh (josh@moz-2E9C1C52.hsd1.mn.comcast.net)
  3182. # [23:21] * Quits: kushagra (kushagra@8711A61C.A55ABE3E.1DBA505E.IP) (Client exited)
  3183. # [23:22] * Quits: johankj (johankj@moz-D7D69F49.johanjensen.dk) (Ping timeout)
  3184. # [23:22] * Joins: johankj (johankj@moz-D7D69F49.johanjensen.dk)
  3185. # [23:24] * catlee is now known as catlee-away
  3186. # [23:24] * Quits: kgrandon (Adium@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  3187. # [23:25] * Joins: Dagger (dagger@moz-2B01C171.cable.virginm.net)
  3188. # [23:26] * Joins: kgrandon (Adium@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3189. # [23:26] * Quits: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP) (Quit: ZNC - http://znc.in)
  3190. # [23:27] * rail is now known as rail_away
  3191. # [23:27] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/2415441c3620 - Brian Smith - Bug 1001188: Set the error code when the max cert chain length limit is exceeded, r=cviecco a=sledru
  3192. # [23:28] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  3193. # [23:28] * Joins: Sander (chatzilla@moz-4087BD10.pools.arcor-ip.net)
  3194. # [23:30] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  3195. # [23:30] * Joins: jonasfj (jonasfj@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3196. # [23:31] * Quits: tonymec_KDE (tonymec@88B2A5F8.524123D0.A9371869.IP) (Quit: Konversation terminated!)
  3197. # [23:31] * Quits: jimm (jmathies@moz-DF439B90.pn.at.cox.net) (Quit: )
  3198. # [23:31] * Quits: pcwalton (pcwalton@383121B7.B2666F0E.66399531.IP) (Quit: pcwalton)
  3199. # [23:32] * Joins: ddahl (ddahl@EDE430AA.CB84766B.D1E74241.IP)
  3200. # [23:32] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  3201. # [23:32] * Quits: abwillis (abwillis@CBAC43F2.9DD4DBBF.6A7A197.IP) (Client exited)
  3202. # [23:32] * Joins: bbondy2 (bbondy@moz-717FF534.home.cgocable.net)
  3203. # [23:32] * Quits: bbondy2 (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  3204. # [23:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/48a1f12667ed - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  3205. # [23:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/ff544fe359bc - B2G Bumper Bot - Bumping manifests a=b2g-bump
  3206. # [23:33] * Joins: lmandel (lmandel@moz-60AD75.cable.teksavvy.com)
  3207. # [23:33] * Quits: Swatinem1 (swatinem@moz-AAABC99.vie.surfer.at) (Ping timeout)
  3208. # [23:33] * mattwoodrow is now known as mattwoodrow|away
  3209. # [23:34] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?changeset=9aa487e0bce4 - 110 changesets
  3210. # [23:34] * Quits: lmandel (lmandel@moz-60AD75.cable.teksavvy.com) (Ping timeout)
  3211. # [23:35] * mattwoodrow|away is now known as mattwoodrow
  3212. # [23:35] * Quits: josh (josh@moz-2E9C1C52.hsd1.mn.comcast.net) (Quit: josh)
  3213. # [23:36] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  3214. # [23:37] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  3215. # [23:37] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  3216. # [23:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/pushloghtml?changeset=cfd971d26d87 - 85 changesets
  3217. # [23:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/pushloghtml?changeset=fa54ecd90c6b - 140 changesets
  3218. # [23:38] * Quits: coop (coop@B3577CC0.1B9223B5.AE2B2F80.IP) (Ping timeout)
  3219. # [23:39] * Quits: lizzard (ehenry@moz-99B430F3.hsd1.ca.comcast.net) (Quit: lizzard)
  3220. # [23:40] <RyanVM> drno: jesup: fwiw - https://hg.mozilla.org/try/diff/a902764fea2f/dom/media/tests/mochitest/mochitest.ini
  3221. # [23:40] * Quits: cosinuz (cosinuz@moz-89E6C08B.w90-42.abo.wanadoo.fr) (Quit: cosinuz)
  3222. # [23:42] * Joins: tonymec_KDE (tonymec@3CEC7225.5CFD3456.277517C1.IP)
  3223. # [23:42] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0e387a554646 - Jonathan Kew - backout changeset 3e9d9aa535c7 (bug 1018551) due to MS Sans Serif regression with Thai system locale (see bug 1020826).
  3224. # [23:42] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6be2448e325c - Jonathan Kew - backout changeset 48b74ab18f92 (bug 1018034) due to MS Sans Serif regression with Thai system locale (see bug 1020826).
  3225. # [23:42] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5cf33b3e3d5e - Jonathan Kew - backout changeset 59b2dd6b5048 (bug 985220) due to MS Sans Serif regression with Thai system locale (see bug 1020826).
  3226. # [23:43] * Quits: Matti (Matti@moz-FEDA326C.dip0.t-ipconnect.de) (Quit: Quit)
  3227. # [23:44] * Joins: sankha93 (sankha93@moz-461BD9BF.pool.mediaways.net)
  3228. # [23:44] * Joins: cosinuz (cosinuz@moz-89E6C08B.w90-42.abo.wanadoo.fr)
  3229. # [23:44] <drno> RyanWM: can you move 1.22 below 1.23?
  3230. # [23:44] * philor is now known as philor|away
  3231. # [23:44] * Joins: Matti_away (Matti@moz-FEDA326C.dip0.t-ipconnect.de)
  3232. # [23:44] * Matti_away is now known as Matti
  3233. # [23:45] <drno> RyanVM: ^
  3234. # [23:45] * Quits: bmoss (bmoss@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  3235. # [23:45] <drno> RyanVM: sorry I made the same mis-take twice: with test_dataChannel_bug1013809.html and test_peerConnection_bug1013809.html
  3236. # [23:45] <drno> at it is consitently wrong ;)
  3237. # [23:46] <RyanVM> drno: ah, sure
  3238. # [23:46] * Joins: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch)
  3239. # [23:46] <RyanVM> drno: wait, it's already disabled there?
  3240. # [23:46] <RyanVM> 1.24 and all...
  3241. # [23:46] <RyanVM> but I'll remove the line anyway
  3242. # [23:46] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  3243. # [23:47] * Joins: bbondy2 (bbondy@moz-717FF534.home.cgocable.net)
  3244. # [23:47] * gregglind is now known as gregglind_away
  3245. # [23:47] * bbondy2 is now known as bbondy
  3246. # [23:47] <RyanVM> oh wait, I see
  3247. # [23:47] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  3248. # [23:47] * Joins: coop (coop@DA652A3C.C7414C95.AE2B2F80.IP)
  3249. # [23:47] <RyanVM> the 22 and 24 need to flip-flop
  3250. # [23:48] <drno> RyanVM: hold on… I think line 1.24 is actually the disabling for line 1.20 test_dataChannel_basicVideo.html
  3251. # [23:48] <RyanVM> yeah
  3252. # [23:48] * Joins: idwer (irc@moz-67B6410D.adsl.online.nl)
  3253. # [23:48] <RyanVM> same affect, wrong comment :P
  3254. # [23:48] * jcranmer|away is now known as jcranmer
  3255. # [23:48] <drno> RyanVM: indeed :)
  3256. # [23:49] <RyanVM> i'll change it to just debug, though
  3257. # [23:49] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  3258. # [23:50] <drno> RyanVM: sounds good to
  3259. # [23:50] <drno> s/to/to me/
  3260. # [23:50] * Quits: jonasfj (jonasfj@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  3261. # [23:52] <KWierso> bholley: is that your bustage on inbound?
  3262. # [23:52] <bholley> KWierso: looking
  3263. # [23:52] <KWierso> https://tbpl.mozilla.org/php/getParsedLog.php?id=41239841&tree=Mozilla-Inbound
  3264. # [23:52] * Quits: damons (gnubeard@648D8037.57B833A6.D74CC41D.IP) (Quit: damons)
  3265. # [23:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/45e4c987d760 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  3266. # [23:54] <bholley> KWierso: I don't _think_ so
  3267. # [23:54] <bholley> KWierso: I don't see any usage of toSource in that test
  3268. # [23:55] * julienw is now known as julienw_afk
  3269. # [23:55] <RyanVM> KWierso: could be luke too
  3270. # [23:55] * Quits: KaiRo (robert@moz-B25F384D.adsl.highway.telekom.at) (Input/output error)
  3271. # [23:55] <RyanVM> drno: https://hg.mozilla.org/try/diff/217a0f974f08/dom/media/tests/mochitest/mochitest.ini
  3272. # [23:56] <luke> RyanVM: looks like some basic device feailure
  3273. # [23:56] <luke> oops, i didn't read far enough
  3274. # [23:56] <RyanVM> linux, osx, android
  3275. # [23:56] <RyanVM> that's a lot of devices
  3276. # [23:57] * Joins: tonymec|away (tonymec@3CEC7225.5CFD3456.277517C1.IP)
  3277. # [23:57] <RyanVM> hmm, the ASAN jsreftest run on luke's is green
  3278. # [23:57] <RyanVM> orange on bholley's
  3279. # [23:57] <RyanVM> bholley: they all run in one chunk too, so don't even think of trying that one out! :)
  3280. # [23:57] <bholley> RyanVM: you mean running it locally?
  3281. # [23:57] * Quits: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch) (Quit: Leaving.)
  3282. # [23:58] <drno> RyanVM: looks good
  3283. # [23:58] * Quits: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net) (Ping timeout)
  3284. # [23:58] <RyanVM> bholley: no, I meant vs. the Android mochitest orange from yesterday
  3285. # [23:58] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  3286. # [23:58] <bholley> RyanVM: ok, back it out. I'll have a look when I get off vidyo
  3287. # [23:58] <KWierso> can do
  3288. # [23:59] * Quits: jdm (jdm@383121B7.B2666F0E.66399531.IP) (Quit: Lost terminal)
  3289. # [23:59] <drno> RyanVM: out of curiousity: if you have ’&& debug’ you put () around, but if the second compare is another string compare you dont. Is there a technical reason for that?
  3290. # [23:59] <RyanVM> no, just consistency with how it's being done elsewhere in the manifest
  3291. # [23:59] <RyanVM> they're not really necessary
  3292. # [23:59] <RyanVM> I kind of debating just removing the parens from them all
  3293. # [23:59] <RyanVM> debated*
  3294. # Session Close: Sat Jun 07 00:00:01 2014

The end :)