/irc-logs / mozilla / #developers / 2015-01-07 / end

Options:

Previous day, Next day

  1. # Session Start: Wed Jan 07 00:00:00 2015
  2. # Session Ident: #developers
  3. # [00:00] * Quits: mwargers (mwargers@moz-tst4f6.adsl.online.nl) (Connection closed)
  4. # [00:00] <jimb> ted: How many recursive configures do we use? I only knew about js/src/configure.in.
  5. # [00:00] * Quits: jduell (jduell@moz-co6dsa.tukw.qwest.net) (Connection closed)
  6. # [00:00] * Joins: jduell (jduell@moz-co6dsa.tukw.qwest.net)
  7. # [00:01] <@ehsan> RyanVM|sheriffduty: done
  8. # [00:01] <RyanVM|sheriffduty> thanks
  9. # [00:01] * Quits: squeakytoy (squeakytoy@moz-2n0365.se.alltele.net) (Connection closed)
  10. # [00:01] * Joins: mwargers (mwargers@moz-tst4f6.adsl.online.nl)
  11. # [00:01] <@ehsan> np
  12. # [00:01] <cpeterson> ehsan: do you know if there are B2G plans to actually switch gcc? B2G 2.2 will ship Gecko 37, so after next week's merge, big B2G changes could land in Nightly 38 without risking a (scheduled) release of B2G.
  13. # [00:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e3e24120107b - Ehsan Akhgari - Bug 1058644 follow-up: Mark ConsoleRunnable's constructor as explicit
  14. # [00:02] <@ehsan> cpeterson: I think what this work lets us do is to use whatever gcc we want for building gecko, and use the android's default toolchain to compile everything else
  15. # [00:02] <@ehsan> so in theory we should be in control of the version we use
  16. # [00:02] <@ehsan> someone even mentioned once what that version was, but I forget
  17. # [00:03] <@ehsan> it'll basically make us gcc>=4.6 though
  18. # [00:03] <Waldo> well, the bustage fix has fixed at least *some* of those reds for sure
  19. # [00:03] <seth> Waldo: i'm running into an issue where MSVC doesn't seem to like me using an enumeration value declared via MOZ_BEGIN_ENUM_CLASS as a default argument for a method
  20. # [00:03] <cpeterson> ehsan: I see. I guess the last dependency is when the B2G team wants to stop support ICS Gonk.
  21. # [00:04] * Quits: wlach (wlach@moz-t2np4e.ckpj.s0pt.0450.2001.IP) (Quit: Ex-Chat)
  22. # [00:04] <seth> Waldo: have you seen that before?
  23. # [00:04] <@ehsan> cpeterson: my point was that we don't need to de-support ICS any more :)
  24. # [00:04] <@ehsan> cpeterson: we can use a newer gcc to build gecko on ICS
  25. # [00:05] <Waldo> seth: I have not, no -- how minimal a testcase can you make?
  26. # [00:05] <Waldo> seth: the only issue I was aware of with typed enums, in supporting compilers, was that gcc unavoidably warns if you use a typed enum as the type of a bit field
  27. # [00:06] * Joins: maxli (maxli@moz-h8kluf.cs.uwaterloo.ca)
  28. # [00:06] <Waldo> there are hackarounds to this, just fugly ones that don't let you use pure C++11 syntax without compiler extensions
  29. # [00:06] * Joins: mccr8 (mccr8@moz-m84lpe.ca.comcast.net)
  30. # [00:06] * Quits: Sander (chatzilla@moz-f4egml.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  31. # [00:06] <@ted> jimb: nspr, freetype2 (on some platforms) jemalloc (sometimes), libffi (by way of js/src), ICU
  32. # [00:07] * Quits: mconley (mconley@moz-i5m.05u.207.66.IP) (Connection closed)
  33. # [00:08] <@ehsan> RyanVM|sheriffduty: any idea when we'll reopen btw?
  34. # [00:09] * Joins: tedders1 (tedders1@moz-u0u8qq.ckpj.s0pt.0450.2001.IP)
  35. # [00:09] * Quits: maxli (maxli@moz-h8kluf.cs.uwaterloo.ca) (Quit: Leaving.)
  36. # [00:09] * bc is now known as bc|bbl
  37. # [00:09] <seth> Waldo: i'll try to make a minimal test case when i get a chance. it puzzles me because i thought that we were using MSVC 2013 on try, which i thought supported enum class
  38. # [00:09] * Joins: maxli (maxli@moz-h8kluf.cs.uwaterloo.ca)
  39. # [00:09] <seth> Waldo: indeed, do i even need to be using these macros anymore?
  40. # [00:09] <@njn> ehsan: in https://bugzilla.mozilla.org/show_bug.cgi?id=709326#c53, do you mean I should remove the code I added to nsGlobalWindow::SetDocShell()?
  41. # [00:09] <jimb> ted: Wow.
  42. # [00:09] <Waldo> seth: enum Foo : int8_t {} you can get away with not using, except for that bit field case -- we have one use of that in the tree right now
  43. # [00:10] <@ehsan> njn: no, that's necessary so that when we do SetDocShell(null) we remember what the last flag was
  44. # [00:10] <Waldo> seth: I am not certain about enum classes just yet
  45. # [00:10] <@ehsan> njn: but when the docshell is not null we can just read the flag directly from it
  46. # [00:10] <@ehsan> njn: does that make sense?
  47. # [00:10] <Waldo> seth: feel free to try without the macros and report back, more data always helpful
  48. # [00:10] <@njn> ehsan: right, so have both changes
  49. # [00:10] <@ehsan> yes
  50. # [00:10] <@njn> thanks
  51. # [00:10] <@ehsan> np
  52. # [00:10] <seth> Waldo: the wiki shows green for all supported compilers but still stays to use the macros, which is kinda ambiguous =)
  53. # [00:10] <seth> Waldo: i'll try it out, sure
  54. # [00:10] <@ehsan> I think that _should_ do everything we need
  55. # [00:11] * Quits: Jesse (jruderman@moz-cfhap5.mtv2.mozilla.com) (Client exited)
  56. # [00:11] <Waldo> seth: I think jcranmer|away is slightly more familiar with the facts on the ground atm than I am
  57. # [00:12] * catlee is now known as catlee-away
  58. # [00:12] <Waldo> seth: and I believe he's the one that's been fast on the draw to update compiler requirements on that page
  59. # [00:12] <xidorn> RyanVM|sheriffduty: it seems linux64 tests are trapped again?
  60. # [00:13] <RyanVM|sheriffduty> ehsan: well let's see, we haven't had a windows build on inbound in how long now?
  61. # [00:13] <xidorn> since about 2hrs ago
  62. # [00:14] * Joins: Jesse_ (jruderman@moz-cfhap5.mtv2.mozilla.com)
  63. # [00:14] * mcote is now known as mcote|afk
  64. # [00:14] * Joins: Snuffleupagus (chatzilla@moz-5hgc5j.bredband.comhem.se)
  65. # [00:14] <seth> Waldo: gotcha. whenever he returns from away hopefully he'll have more to add. i'm going to push a try job that uses raw "enum class" on linux and windows and i'll report back. i know that OS X supports it
  66. # [00:14] <seth> (well, clang supports it, is really what i mean)
  67. # [00:15] * Quits: kgrandon1 (Adium@moz-6e8q5i.rgd2.9kg1.0101.2620.IP) (Quit: Leaving.)
  68. # [00:15] <@ehsan> RyanVM|sheriffduty: that's a no I guess? :)
  69. # [00:15] <RyanVM|sheriffduty> yeah
  70. # [00:16] * Quits: rmcdougall (Adium@moz-f2h.mvj.38.216.IP) (Quit: Leaving.)
  71. # [00:17] * Quits: Pike (chatzilla@moz-7fuldt.pool.mediaWays.net) (Quit: ChatZilla 0.9.91.1 [Firefox 34.0/20141125180439])
  72. # [00:17] * Joins: KWierso|Phone (KWierso|Pho@moz-hss1fm.sub-70-210-135.myvzw.com)
  73. # [00:17] * Quits: Swatinem1 (Instantbird@moz-ijsnuu.dynamic.surfer.at) (Ping timeout: 121 seconds)
  74. # [00:17] * Joins: Mano (mano@moz-a4joat.red.bezeqint.net)
  75. # [00:18] * Joins: rmcdougall (Adium@moz-f2h.mvj.38.216.IP)
  76. # [00:19] * Quits: tromey (tromey@moz-2d91tj.hlrn.qwest.net) (Quit: ERC (IRC client for Emacs 25.0.50.8))
  77. # [00:19] <@njn> does do_QueryInterface(nullptr) just return nullptr?
  78. # [00:19] <jdm> yep
  79. # [00:20] * coop|buildduty is now known as coop|afk
  80. # [00:20] * Quits: MisterSpeaker (MisterSpeak@moz-ebfjj4.fios.verizon.net) (Quit: Leaving...)
  81. # [00:20] * Quits: junaid (junaid@moz-10h.idi.101.212.IP) (Ping timeout: 121 seconds)
  82. # [00:20] * Quits: victorporof (victorporof@moz-i5m.05u.207.66.IP) (Quit: 💤)
  83. # [00:20] <@njn> jdm: thx
  84. # [00:21] * Quits: Mano (mano@moz-a4joat.red.bezeqint.net) (Ping timeout: 121 seconds)
  85. # [00:22] * Quits: heftig (heftig@moz-5r9s0n.archlinux.org) (Connection closed)
  86. # [00:22] * Joins: heftig (heftig@moz-5r9s0n.archlinux.org)
  87. # [00:23] * Quits: janv_ (varga@moz-d0ttdd.dynamic.orange.sk) (Quit: This computer has gone to sleep)
  88. # [00:24] * Quits: KWierso|Phone (KWierso|Pho@moz-hss1fm.sub-70-210-135.myvzw.com) (Quit: quit)
  89. # [00:25] * Joins: jet (uid49872@moz-2b8mdp.charlton.irccloud.com)
  90. # [00:27] <@njn> ehsan: using the docshell instead of the cached value didn't help
  91. # [00:27] <@ehsan> njn: o_O
  92. # [00:27] * chmanchester is now known as chmanchester|afk
  93. # [00:27] <@ehsan> njn: can you tell me what you're testing?
  94. # [00:28] <@njn> ehsan: I have youtube.com open in the PB window, and about:memory in the non-PB window
  95. # [00:28] <@njn> ehsan: I have the mix of public/private like in https://bugzilla.mozilla.org/show_bug.cgi?id=709326#c52
  96. # [00:28] <@ehsan> njn: these are all iframes, right?
  97. # [00:28] * Joins: emtwo (Adium@moz-vfev0l.cable.rogers.com)
  98. # [00:29] <@njn> ehsan: one is the top window, the rest are iframes AFAIK
  99. # [00:29] <@ehsan> njn: what SetPB logs do you get on stdout?
  100. # [00:29] <@njn> ehsan: could this be some inner vs. outer window thing?
  101. # [00:30] <@njn> ehsan: I'll get them, one sec
  102. # [00:30] <@ehsan> njn: hmm, maybe, but I mean the docshell should know the correct flag for sure
  103. # [00:30] * Quits: ddahl (ddahl@moz-40a6g5.il.comcast.net) (Quit: Adios Amigos!)
  104. # [00:30] * Quits: gustavold (gustavold@moz-6ij.iv2.38.189.IP) (Quit: Leaving.)
  105. # [00:31] * Quits: tantek (tantek@moz-6s2vd2.dynamic.fusionbroadband.com) (Client exited)
  106. # [00:31] * Quits: sicking (sicking@moz-u3dg2t.sfo1.mozilla.com) (Client exited)
  107. # [00:31] <@njn> ehsan: http://pastebin.mozilla.org/8166661 is what I get from the point of opening the PB window
  108. # [00:31] <@njn> ehsan: I'll dig and see if the non-private ones have a docshell or not
  109. # [00:32] <@ehsan> njn: please do
  110. # [00:32] * Joins: victorporof (victorporof@moz-3ofrgn.dsl.bell.ca)
  111. # [00:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/65aecbe1ef91 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  112. # [00:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/edab500bd41c - B2G Bumper Bot - Bumping manifests a=b2g-bump
  113. # [00:32] <@ehsan> njn: also how do you read the docshell flag?
  114. # [00:33] * Quits: emtwo (Adium@moz-vfev0l.cable.rogers.com) (Ping timeout: 121 seconds)
  115. # [00:33] * Quits: kinetik (kinetik@moz-q1v7da.orcon.net.nz) (Ping timeout: 121 seconds)
  116. # [00:33] <@njn> ehsan: http://pastebin.mozilla.org/8166663
  117. # [00:33] * Joins: jrmuizel (jrmuizel@moz-ibas2q.cable.teksavvy.com)
  118. # [00:33] * Joins: ddahl (ddahl@moz-40a6g5.il.comcast.net)
  119. # [00:34] * Joins: kgrandon (Adium@moz-44art6.rgd2.9kg1.0101.2620.IP)
  120. # [00:34] <@ehsan> njn: that looks fine
  121. # [00:34] * Joins: sicking (sicking@moz-u3dg2t.sfo1.mozilla.com)
  122. # [00:36] * Quits: dark-knight (dark-knight@moz-r9rogb.enn.lu) (A TLS packet with unexpected length was received.)
  123. # [00:36] * Quits: lizzard (ehenry@moz-ueqta1.static.fusionbroadband.com) (Client exited)
  124. # [00:38] * Joins: lizzard (ehenry@moz-ueqta1.static.fusionbroadband.com)
  125. # [00:38] * Joins: jgilbert (jgilbert@moz-onnq66.ujol.1ibb.0101.2620.IP)
  126. # [00:41] * Joins: mconley (mconley@moz-os98q9.cable.teksavvy.com)
  127. # [00:43] * Quits: givanica (Thunderbird@moz-g4j.rug.121.86.IP) (Client exited)
  128. # [00:43] * coop|afk is now known as coop
  129. # [00:44] * Joins: handyman (handyman@moz-h6pqf9.ca.comcast.net)
  130. # [00:45] * Quits: tomer (tomer@moz-to490c.012.net.il) (Ping timeout: 121 seconds)
  131. # [00:46] * Fallen|away is now known as Fallen
  132. # [00:48] * Quits: AaronMT (AaronMT@moz-5e6tl2.cable.rogers.com) (Quit: Textual IRC Client: www.textualapp.com)
  133. # [00:48] * Quits: Archaeopteryx (Archaeopter@moz-1ip91r.cust.telecolumbus.net) (Quit: Goodbye)
  134. # [00:50] <@njn> ehsan: all the ones marked public lack a docshell, all those marked private have one: http://pastebin.mozilla.org/8166669
  135. # [00:50] <@ehsan> njn: did the public ones have a docshell and end up losing it through SetDocShell(nullptr)?
  136. # [00:51] * BenWa|email is now known as BenWa
  137. # [00:51] * Quits: ttaubert (uid2620@moz-gmrftu.charlton.irccloud.com) (Quit: Connection closed for inactivity)
  138. # [00:53] <@njn> ehsan: maybe? e.g. window 21 looks like it did have the PB flag set at one point... I'll keep looking
  139. # [00:54] <@ehsan> njn: can you please attach your patch to the bug and flag me on it?
  140. # [00:54] <@ehsan> njn: I'm about to leave the office, will take a look later tonight/tomorrow
  141. # [00:54] <@njn> ehsan: ok
  142. # [00:54] * Joins: givanica (Thunderbird@moz-g4j.rug.121.86.IP)
  143. # [00:55] <@ehsan> thanks
  144. # [00:55] * Quits: givanica (Thunderbird@moz-g4j.rug.121.86.IP) (Client exited)
  145. # [00:55] * Quits: @ehsan (ehsan@moz-i5m.05u.207.66.IP) (Quit: vanished into thin air...)
  146. # [00:55] * Quits: erahm (erahm@moz-jjj0qb.or.comcast.net) (A TLS packet with unexpected length was received.)
  147. # [00:57] * Joins: nattokirai (nattokirai@moz-uc5rs7.ocn.ne.jp)
  148. # [00:57] * Joins: davidb (davidb@moz-f9fg1d.dsl.bell.ca)
  149. # [00:57] * Quits: davidb (davidb@moz-f9fg1d.dsl.bell.ca) (Quit: peace out)
  150. # [00:57] * chmanchester|afk is now known as chmanchester
  151. # [00:58] * Joins: erahm (erahm@moz-jjj0qb.or.comcast.net)
  152. # [00:58] * Joins: alexbard_ (alexbardas@moz-d9sbt4.GR.idilis.net)
  153. # [00:59] * Joins: surkov (surkov@moz-v8g78c.cpe.teksavvy.com)
  154. # [01:00] * Quits: secretrobotron (secretrobot@moz-ifuepr.dsl.teksavvy.com) (A TLS packet with unexpected length was received.)
  155. # [01:00] * Quits: alexbardas (alexbardas@moz-1n07eo.DJ.idilis.net) (Ping timeout: 121 seconds)
  156. # [01:01] * Quits: mreavy (chatzilla@moz-15n93u.fios.verizon.net) (Ping timeout: 121 seconds)
  157. # [01:02] * Quits: Delta706 (xx@moz-uh2kdq.as13285.net) (Quit: much too bland)
  158. # [01:03] * Quits: jimb (user@moz-c3a.i8g.126.207.IP) (Ping timeout: 121 seconds)
  159. # [01:03] * sheppy is now known as sheppy-offline
  160. # [01:04] * Quits: justindarc (justindarc@moz-lev.v84.203.209.IP) (Quit: )
  161. # [01:04] * Quits: rmcdougall (Adium@moz-f2h.mvj.38.216.IP) (Quit: Leaving.)
  162. # [01:05] * Joins: rmcdougall (Adium@moz-f2h.mvj.38.216.IP)
  163. # [01:05] * Joins: yliao (yliao@moz-aj9ejj.HINET-IP.hinet.net)
  164. # [01:05] * Joins: mreavy (chatzilla@moz-15n93u.fios.verizon.net)
  165. # [01:07] * Joins: Edgar (Thunderbird@moz-mp9sal.dynamic.hinet.net)
  166. # [01:07] * Joins: joshua-s (Thunderbird@moz-uok32c.east.verizon.net)
  167. # [01:07] * Fallen is now known as Fallen|away
  168. # [01:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/33781a3a5201 - Ryan VanderMeulen - Backed out changeset 205f8fa00772 (bug 1055755) for Android debug jsreftest permafail.
  169. # [01:07] * Quits: rmcdougall (Adium@moz-f2h.mvj.38.216.IP) (Quit: Leaving.)
  170. # [01:08] * Joins: rmcdougall (Adium@moz-f2h.mvj.38.216.IP)
  171. # [01:08] * Quits: @smaug (chatzilla@moz-7dv8tf.bb.dnainternet.fi) (Ping timeout: 121 seconds)
  172. # [01:09] * Quits: rmcdougall (Adium@moz-f2h.mvj.38.216.IP) (Quit: Leaving.)
  173. # [01:09] * Quits: yliao (yliao@moz-aj9ejj.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
  174. # [01:10] <@njn> wait, SetDocShell() asserts that its argument is non-null...
  175. # [01:10] * Joins: rmcdougall (Adium@moz-f2h.mvj.38.216.IP)
  176. # [01:13] * whimboo is now known as whimboo|afk
  177. # [01:13] * Quits: fabrice (fabrice@moz-ahh7m9.mh2d.1ibb.0101.2620.IP) (Connection closed)
  178. # [01:14] * Quits: erahm (erahm@moz-jjj0qb.or.comcast.net) (A TLS packet with unexpected length was received.)
  179. # [01:14] * Joins: fabrice (fabrice@moz-ahh7m9.mh2d.1ibb.0101.2620.IP)
  180. # [01:14] * Joins: erahm (erahm@moz-jjj0qb.or.comcast.net)
  181. # [01:15] * Quits: drno (nohlmeier@moz-cfhap5.mtv2.mozilla.com) (Ping timeout: 121 seconds)
  182. # [01:16] * Joins: drno (nohlmeier@moz-cfhap5.mtv2.mozilla.com)
  183. # [01:19] * Joins: ckitching (ckitching@moz-l269ho.hfc.comcastbusiness.net)
  184. # [01:20] * Quits: mwu (mwu@moz-h5m76b.hntd.7296.000c.2601.IP) (Quit: Leaving)
  185. # [01:21] <RyanVM|sheriffduty> mchang: ping
  186. # [01:21] * Quits: karlt (karl@moz-d9sifc.xtra.co.nz) (Quit: Konversation terminated!)
  187. # [01:21] <mchang> RyanVM|sheriffduty: pong
  188. # [01:21] <RyanVM|sheriffduty> mchang: I'm seeing sporadic OSX 10.6 debug reftest failrues on inbound like this - https://treeherder.mozilla.org/logviewer.html#?job_id=5132836&repo=mozilla-inbound
  189. # [01:21] <RyanVM|sheriffduty> jfkthame: ping as well ^
  190. # [01:21] <RyanVM|sheriffduty> I suspect one of your pushes is responsible
  191. # [01:22] <RyanVM|sheriffduty> https://hg.mozilla.org/integration/mozilla-inbound/rev/1fc59f36a868 is maybe-suspicious
  192. # [01:22] * geekboy is now known as geekboy|afk
  193. # [01:22] <mchang> RyanVM|sheriffduty: do you know if it was after bug 1117870 or bug 1118336 made it look bad?
  194. # [01:23] <RyanVM|sheriffduty> there's only been two so far
  195. # [01:23] <RyanVM|sheriffduty> just started in the past few hours
  196. # [01:25] <mchang> RyanVM|sheriffduty: hmm bug 1117870 landed on inbound yesterday and is off by default
  197. # [01:25] <RyanVM|sheriffduty> mchang: wth, inbound's going to be closed for awhile still
  198. # [01:25] <RyanVM|sheriffduty> i'll trigger some retriggers
  199. # [01:25] * Joins: kinetik (kinetik@moz-cr71ll.orcon.net.nz)
  200. # [01:25] <mchang> RyanVM|sheriffduty: here is the other push on try - https://treeherder.mozilla.org/#/jobs?repo=try&revision=4fde508eb87d
  201. # [01:25] * Quits: lizzard (ehenry@moz-ueqta1.static.fusionbroadband.com) (Client exited)
  202. # [01:26] * Quits: espadrine (ttyl@moz-l019mn.fbx.proxad.net) (Ping timeout: 121 seconds)
  203. # [01:26] * Quits: ckitching (ckitching@moz-l269ho.hfc.comcastbusiness.net) (Ping timeout: 121 seconds)
  204. # [01:28] * Quits: KaiRo (robert@moz-g7li4i.highway.telekom.at) (A TLS packet with unexpected length was received.)
  205. # [01:28] * Quits: oliverthor (oliverthor@moz-5i3.51j.125.50.IP) (Quit: Leaving)
  206. # [01:28] * Joins: lizzard (ehenry@moz-ueqta1.static.fusionbroadband.com)
  207. # [01:28] * Quits: Edgar (Thunderbird@moz-mp9sal.dynamic.hinet.net) (Connection closed)
  208. # [01:29] * Quits: RealRaven (Thunderbird@moz-jf8.3ps.129.212.IP) (Client exited)
  209. # [01:29] * Quits: sicking (sicking@moz-u3dg2t.sfo1.mozilla.com) (Client exited)
  210. # [01:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/599f947de50d - B2G Bumper Bot - Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
  211. # [01:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/d72682112110 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  212. # [01:34] * RyanVM|sheriffduty has a great idea
  213. # [01:34] * RyanVM|sheriffduty will ignore all future emails and blame email filters when anybody asks
  214. # [01:35] * Quits: jdm (jdm@moz-mu9.06r.98.75.IP) (Quit: )
  215. # [01:35] * miketaylr is now known as zz_miketaylr
  216. # [01:36] <edmorley> lol
  217. # [01:38] * Joins: mikeratcliffe (Adium@moz-18u.as2.12.149.IP)
  218. # [01:38] * Quits: lizzard (ehenry@moz-ueqta1.static.fusionbroadband.com) (Client exited)
  219. # [01:41] * Joins: sicking (sicking@moz-u3dg2t.sfo1.mozilla.com)
  220. # [01:42] <Callek> RyanVM|sheriffduty: you can make that true and just filter any e-mail that contains an ascii character as spam
  221. # [01:43] <Callek> :-)
  222. # [01:44] * Quits: handyman (handyman@moz-h6pqf9.ca.comcast.net) (Quit: )
  223. # [01:45] * Quits: azakai (alon@moz-s1fqdp.mh2d.1ibb.0101.2620.IP) (Ping timeout: 121 seconds)
  224. # [01:50] * Quits: bwc (Adium@moz-9ncjol.ujol.1ibb.0101.2620.IP) (Quit: Leaving.)
  225. # [01:50] * Joins: Jesse (jruderman@moz-cfhap5.mtv2.mozilla.com)
  226. # [01:50] * Quits: Jesse_ (jruderman@moz-cfhap5.mtv2.mozilla.com) (Connection closed)
  227. # [01:51] * Quits: jcj (jcj@moz-tbsov6.phnx.qwest.net) (Quit: goodnight, night vale. goodnight.)
  228. # [01:51] * RyanVM|sheriffduty is now known as RyanVM|afk
  229. # [01:52] * Joins: secretrobotron (secretrobot@moz-ifuepr.dsl.teksavvy.com)
  230. # [01:52] * Parts: Snuffleupagus (chatzilla@moz-5hgc5j.bredband.comhem.se) ("")
  231. # [01:52] * Quits: juanb (jbecerra@moz-cfhap5.mtv2.mozilla.com) (Client exited)
  232. # [01:55] * Joins: evanxd (Adium@moz-94s5hl.dynamic.hinet.net)
  233. # [01:56] * Joins: Enn (enn@moz-pe6f5p.cable.rogers.com)
  234. # [01:56] * Joins: milan (milan@moz-vpv.gm9.50.70.IP)
  235. # [01:58] * Quits: mconley (mconley@moz-os98q9.cable.teksavvy.com) (Connection closed)
  236. # [01:59] * Quits: mccr8 (mccr8@moz-m84lpe.ca.comcast.net) (Quit: )
  237. # [02:00] * Quits: sicking (sicking@moz-u3dg2t.sfo1.mozilla.com) (Client exited)
  238. # [02:01] * Joins: m_kato (m_kato@moz-86b4bs.bitcat.net)
  239. # [02:02] * Joins: sicking (sicking@moz-u3dg2t.sfo1.mozilla.com)
  240. # [02:03] * Quits: benfrancis|away (uid16068@moz-u0phi1.charlton.irccloud.com) (Quit: Connection closed for inactivity)
  241. # [02:03] * Quits: jimm (jmathies@moz-met.a66.235.67.IP) (Quit: )
  242. # [02:04] * Quits: bent (chatzilla@moz-5uijqj.2rkg.9kg1.0101.2620.IP) (Quit: ChatZilla 0.9.91-rdmsoft [XULRunner 32.0.3/20140923175406])
  243. # [02:04] * Quits: ehugg (ehugg@moz-9u7.ruf.170.166.IP) (Client exited)
  244. # [02:04] * Quits: milan (milan@moz-vpv.gm9.50.70.IP) (Ping timeout: 121 seconds)
  245. # [02:05] * Joins: milan (milan@moz-vpv.gm9.50.70.IP)
  246. # [02:06] * Quits: mwobensmith (mwobensmith@moz-npoo2u.2rkg.9kg1.0101.2620.IP) (Quit: Leaving.)
  247. # [02:08] * Quits: joshua-s (Thunderbird@moz-uok32c.east.verizon.net) (Quit: Try Firetext (https://marketplace.firefox.com/app/firetext), a word processor for Firefox OS!)
  248. # [02:09] * Quits: surkov (surkov@moz-v8g78c.cpe.teksavvy.com) (Client exited)
  249. # [02:09] * Parts: ckerschb (ckerschb@moz-dgk.73s.245.63.IP)
  250. # [02:12] * Joins: kamidphi_ (textual@moz-ouggk0.tpgi.com.au)
  251. # [02:13] * Quits: mikeratcliffe (Adium@moz-18u.as2.12.149.IP) (Quit: Leaving.)
  252. # [02:14] * Quits: Enn (enn@moz-pe6f5p.cable.rogers.com) (Ping timeout: 121 seconds)
  253. # [02:14] * Quits: dholbert (dholbert@moz-pnm275.static.fusionbroadband.com) (Quit: dholbert)
  254. # [02:15] * Quits: alexbard_ (alexbardas@moz-d9sbt4.GR.idilis.net) (A TLS packet with unexpected length was received.)
  255. # [02:19] * khuey is now known as khuey|away
  256. # [02:22] * Joins: joshua-s (Thunderbird@moz-uok32c.east.verizon.net)
  257. # [02:22] * Joins: Enn (enn@moz-pe6f5p.cable.rogers.com)
  258. # [02:25] * terrence is now known as terrence-afk
  259. # [02:26] * Quits: &dbaron (dbaron@moz-5k7m8a.2rkg.9kg1.0101.2620.IP) (Ping timeout: 121 seconds)
  260. # [02:27] * Joins: Morris (Morris@moz-2hf62a.HINET-IP.hinet.net)
  261. # [02:28] * Quits: billm (billm@moz-lm6ef3.ca.comcast.net) (Ping timeout: 121 seconds)
  262. # [02:29] * Quits: bnicholson (bnicholson@moz-eqibhn.ujol.1ibb.0101.2620.IP) (Quit: This computer has gone to sleep)
  263. # [02:29] * heycam is now known as heycam|away
  264. # [02:29] * Quits: edmorley (uid27002@moz-nfn30r.uxbridge.irccloud.com) (Quit: )
  265. # [02:30] * Quits: joshua-s (Thunderbird@moz-uok32c.east.verizon.net) (Ping timeout: 121 seconds)
  266. # [02:31] * Quits: KuoE0 (KuoE0@moz-noiaph.HINET-IP.hinet.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  267. # [02:32] * Joins: wesley_huang (wesley_huan@moz-4ibq4u.dynamic.hinet.net)
  268. # [02:32] * Quits: bholley (bholley@moz-l8ebtf.sfo1.mozilla.com) (Quit: Textual IRC Client: www.textualapp.com)
  269. # [02:34] * zz_miketaylr is now known as miketaylr
  270. # [02:35] * Joins: joshua-s (Thunderbird@moz-03o5ke.east.verizon.net)
  271. # [02:35] * Quits: tanvi (tanvi@moz-j1je87.p1o0.l3en.0009.2601.IP) (Quit: Leaving.)
  272. # [02:41] * Joins: Jerry_Mac (hshih@moz-2hf62a.HINET-IP.hinet.net)
  273. # [02:42] * Quits: secretrobotron (secretrobot@moz-ifuepr.dsl.teksavvy.com) (A TLS packet with unexpected length was received.)
  274. # [02:43] * Joins: johnhu (hchu@moz-aj9ejj.HINET-IP.hinet.net)
  275. # [02:43] * Joins: edenchuang (uid46829@moz-g8d4rq.uxbridge.irccloud.com)
  276. # [02:44] * Joins: jamin (Thunderbird@moz-aj9ejj.HINET-IP.hinet.net)
  277. # [02:44] * Joins: Mano (mano@moz-a4joat.red.bezeqint.net)
  278. # [02:45] * Joins: jdm (jdm@moz-c3t8oe.dsl.teksavvy.com)
  279. # [02:47] * Joins: davidb (davidb@moz-f9fg1d.dsl.bell.ca)
  280. # [02:49] * Quits: dria (dria@moz-omss7v.cpe.pppoe.ca) (Client exited)
  281. # [02:49] * Quits: drno (nohlmeier@moz-cfhap5.mtv2.mozilla.com) (Client exited)
  282. # [02:50] * Joins: shelly (shelly@moz-2hf62a.HINET-IP.hinet.net)
  283. # [02:50] * Joins: seanlin (Thunderbird@moz-aj9ejj.HINET-IP.hinet.net)
  284. # [02:51] * Quits: bdahl (bdahl@moz-4nps9n.2rkg.9kg1.0101.2620.IP) (A TLS packet with unexpected length was received.)
  285. # [02:51] * Quits: davidb (davidb@moz-f9fg1d.dsl.bell.ca) (Quit: Blah blah blah)
  286. # [02:53] * Joins: bnicholson (bnicholson@moz-olu.vgl.130.24.IP)
  287. # [02:54] * Joins: mconley (mconley@moz-os98q9.cable.teksavvy.com)
  288. # [02:54] * Joins: TYLin (TYLin@moz-2hf62a.HINET-IP.hinet.net)
  289. # [02:55] * Joins: billm (billm@moz-lm6ef3.ca.comcast.net)
  290. # [02:55] * Quits: Mossop (dtownsend@moz-1gfh2v.fios.verizon.net) (Quit: This computer has gone to sleep)
  291. # [02:57] * Joins: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net)
  292. # [02:58] * Joins: KenChang (KenChang@moz-2hf62a.HINET-IP.hinet.net)
  293. # [02:58] * glob|away is now known as glob
  294. # [02:59] * Quits: evanxd (Adium@moz-94s5hl.dynamic.hinet.net) (Quit: Leaving.)
  295. # [02:59] * Quits: Mook_as (mook@moz-vlall4.activestate.com) (Client exited)
  296. # [02:59] * Quits: wesley_huang (wesley_huan@moz-4ibq4u.dynamic.hinet.net) (Client exited)
  297. # [02:59] * Joins: KuoE0 (KuoE0@moz-aj9ejj.HINET-IP.hinet.net)
  298. # [03:01] * Quits: Enn (enn@moz-pe6f5p.cable.rogers.com) (Ping timeout: 121 seconds)
  299. # [03:03] <edwin> made a try push ~30 min ago and is still hasn't shown up on treeherder. is this a known issue?
  300. # [03:03] <edwin> never mind. appears just after i typed that.
  301. # [03:03] * Quits: bgrins (bgrins@moz-a4h2s5.qnor.1u98.0009.2601.IP) (Quit: Leaving.)
  302. # [03:04] * Joins: xeonchen_ (xeon@moz-aj9ejj.HINET-IP.hinet.net)
  303. # [03:04] * Quits: Mano (mano@moz-a4joat.red.bezeqint.net) (Connection closed)
  304. # [03:05] * Quits: kgrandon (Adium@moz-44art6.rgd2.9kg1.0101.2620.IP) (Quit: Leaving.)
  305. # [03:05] * Quits: JamesCheng (james@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
  306. # [03:07] * Joins: surkov (surkov@moz-v8g78c.cpe.teksavvy.com)
  307. # [03:07] * Quits: kamidphi_ (textual@moz-ouggk0.tpgi.com.au) (Ping timeout: 121 seconds)
  308. # [03:07] * Joins: allstarschh (allstars@moz-aj9ejj.HINET-IP.hinet.net)
  309. # [03:10] * Quits: gandalf (zbraniecki@moz-l8ebtf.sfo1.mozilla.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  310. # [03:12] * Joins: Enn (enn@moz-pe6f5p.cable.rogers.com)
  311. # [03:12] * Quits: brendan (brendaneich@moz-k4ijtn.sub-70-197-1.myvzw.com) (Client exited)
  312. # [03:12] * Joins: kamidphi_ (textual@moz-ouggk0.tpgi.com.au)
  313. # [03:13] * Quits: fabrice (fabrice@moz-ahh7m9.mh2d.1ibb.0101.2620.IP) (Quit: Leaving.)
  314. # [03:13] * rail is now known as rail_away
  315. # [03:13] * Joins: boris (boris@moz-3qu405.dynamic.hinet.net)
  316. # [03:13] * Quits: maxli (maxli@moz-h8kluf.cs.uwaterloo.ca) (A TLS packet with unexpected length was received.)
  317. # [03:14] * Joins: chewey_ (chewey@moz-ee3ikv.dip0.t-ipconnect.de)
  318. # [03:16] * Quits: mchang (mchang@moz-4b7hgp.res.rr.com) (Client exited)
  319. # [03:16] * Quits: Enn (enn@moz-pe6f5p.cable.rogers.com) (Ping timeout: 121 seconds)
  320. # [03:17] * bc|bbl is now known as bc
  321. # [03:17] * Quits: chewey (chewey@moz-8q7g86.dip0.t-ipconnect.de) (Ping timeout: 121 seconds)
  322. # [03:22] * Joins: vicamo (vicamo@moz-8o1.p7n.41.175.IP)
  323. # [03:22] * Joins: JamesCheng (james@moz-2hf62a.HINET-IP.hinet.net)
  324. # [03:23] * Joins: timdream (timdream@moz-2hf62a.HINET-IP.hinet.net)
  325. # [03:24] * Quits: masayuki (Thunderbird@moz-1gqv2s.zaq.ne.jp) (Client exited)
  326. # [03:25] * Joins: masayuki (Thunderbird@moz-1gqv2s.zaq.ne.jp)
  327. # [03:25] * Quits: masayuki (Thunderbird@moz-1gqv2s.zaq.ne.jp) (Client exited)
  328. # [03:26] <KWierso> edwin: treeherder ingestion seems to be slow lately
  329. # [03:26] * Joins: masayuki (Thunderbird@moz-1gqv2s.zaq.ne.jp)
  330. # [03:28] * Joins: ehugg (ehugg@moz-63sj5i.wa.comcast.net)
  331. # [03:28] * Joins: kgrandon (Adium@moz-l8e1ui.ca.comcast.net)
  332. # [03:32] * Quits: Jesse (jruderman@moz-cfhap5.mtv2.mozilla.com) (Client exited)
  333. # [03:33] * nsm is now known as nsm|away
  334. # [03:34] * Joins: elin (elin@moz-2hf62a.HINET-IP.hinet.net)
  335. # [03:34] * Quits: mixedpuppy (mixedpuppy@moz-lhjtql.res.bhn.net) (Client exited)
  336. # [03:35] * Joins: brendan (brendaneich@moz-3sj.f6f.15.4.IP)
  337. # [03:36] * Quits: rniwa (rniwa@moz-t3u.b6e.164.67.IP) (Client exited)
  338. # [03:36] * Joins: rniwa (rniwa@moz-t3u.b6e.164.67.IP)
  339. # [03:37] * Quits: DGMurdockIII (dgmurdockii@moz-gehpof.in.comcast.net) (Quit: Leaving)
  340. # [03:37] * Quits: Waldo (waldo@moz-uhmkk3.dim.wideopenwest.com) (Quit: ChatZilla 0.9.87-8.1450hg.fc20 [XULRunner 32.0/20140902134853])
  341. # [03:40] * Quits: milan (milan@moz-vpv.gm9.50.70.IP) (Quit: )
  342. # [03:41] * Quits: brendan (brendaneich@moz-3sj.f6f.15.4.IP) (Ping timeout: 121 seconds)
  343. # [03:42] * Joins: jw_wang (jw_wang@moz-2hf62a.HINET-IP.hinet.net)
  344. # [03:42] * philor|away is now known as philor
  345. # [03:42] * ewong|away is now known as ewong
  346. # [03:43] * Quits: gozala (uid5923@moz-mdbdda.uxbridge.irccloud.com) (Quit: Connection closed for inactivity)
  347. # [03:44] * Joins: Jesse (jruderman@moz-pqc1f5.ca.comcast.net)
  348. # [03:44] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/cfbd5b302717 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  349. # [03:46] * Quits: jgilbert (jgilbert@moz-onnq66.ujol.1ibb.0101.2620.IP) (Ping timeout: 121 seconds)
  350. # [03:46] * Joins: kilikkuo (Mibbit@moz-2hf62a.HINET-IP.hinet.net)
  351. # [03:49] * Joins: wesley_huang (wesley_huan@moz-2hf62a.HINET-IP.hinet.net)
  352. # [03:51] * Joins: dria (dria@moz-am5.1q4.171.192.IP)
  353. # [03:52] * Joins: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net)
  354. # [03:53] * Quits: jgriffin (uid51409@moz-si9qbr.highgate.irccloud.com) (Quit: )
  355. # [03:53] * glob is now known as glob|away
  356. # [03:55] * Joins: brendan (brendaneich@moz-3sj.f6f.15.4.IP)
  357. # [03:56] * Quits: billm (billm@moz-lm6ef3.ca.comcast.net) (Ping timeout: 121 seconds)
  358. # [03:58] * Joins: JosiahOne (Instantbird@moz-tp7rk5.l2d1.q8mm.0306.2602.IP)
  359. # [03:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/336ead0f4965 - Mark Hammond - Bug 1113493 - maintain engine state and offer engine customization during migration. r=rnewman/adw
  360. # [03:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/7a472c24f6aa - Mark Hammond - Bug 1114445 - update sync migration flows to reflect latest requirements. r=adw
  361. # [03:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/5d3be0c407a8 - Mark Hammond - Bug 1117033 - all sync migration states in the hamburger menu take us to Sync prefs. r=adw
  362. # [03:59] <edwin> what does the S build mean by "bad implicit conversion constructor"? the only google hits are from clang source code...
  363. # [03:59] <RyanVM|afk> edwin: static analysis builds
  364. # [04:00] <mattwoodrow> one arg constructors need to have explict, or MOZ_IMPLICIT
  365. # [04:00] <edwin> (and I will have you know, clang, that it is a perfectly lovely implicit conversion constructor)
  366. # [04:00] <edwin> ah
  367. # [04:00] <RyanVM|afk> edwin: ehsan emailed a PSA to dev-platform about it before the holidays
  368. # [04:00] * Quits: sicking (sicking@moz-u3dg2t.sfo1.mozilla.com) (Client exited)
  369. # [04:00] * Quits: hardtolearn (Thunderbird@moz-u99.t4o.140.113.IP) (Ping timeout: 121 seconds)
  370. # [04:00] <RyanVM|afk> edwin: "PSA: Constructors callable with one argument should be marked as explicit/implicit"
  371. # [04:01] <RyanVM|afk> and he added a check for it to the static analysis builds we run
  372. # [04:01] * Quits: brendan (brendaneich@moz-3sj.f6f.15.4.IP) (Ping timeout: 121 seconds)
  373. # [04:01] <edwin> ah, i see
  374. # [04:02] * Joins: sicking (sicking@moz-u3dg2t.sfo1.mozilla.com)
  375. # [04:02] * Joins: fabrice (fabrice@moz-3oj.il6.198.71.IP)
  376. # [04:02] * Quits: sicking (sicking@moz-u3dg2t.sfo1.mozilla.com) (Client exited)
  377. # [04:03] * Joins: Mano (mano@moz-a4joat.red.bezeqint.net)
  378. # [04:04] * Joins: hardtolearn (Thunderbird@moz-u99.t4o.140.113.IP)
  379. # [04:05] * Joins: ckitching (ckitching@moz-l269ho.hfc.comcastbusiness.net)
  380. # [04:06] * Quits: rmcdougall (Adium@moz-f2h.mvj.38.216.IP) (Quit: Leaving.)
  381. # [04:07] * Quits: dmose (uid42639@moz-nouq1h.uxbridge.irccloud.com) (Quit: Connection closed for inactivity)
  382. # [04:07] * Quits: Mano (mano@moz-a4joat.red.bezeqint.net) (Ping timeout: 121 seconds)
  383. # [04:07] * Quits: clokep (Instantbird@moz-uogj6q.cable.rcn.com) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  384. # [04:09] * Quits: jrmuizel (jrmuizel@moz-ibas2q.cable.teksavvy.com) (Connection closed)
  385. # [04:09] * heycam|away is now known as heycam
  386. # [04:11] * Quits: elin (elin@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
  387. # [04:11] * Quits: a-865 (fmcz@moz-6psm3k.cable.mindspring.com) (Quit: ChatZilla 0.9.91.1 [SeaMonkey 2.32/20141218225521])
  388. # [04:11] <nigelb> morning
  389. # [04:12] * Quits: mconley (mconley@moz-os98q9.cable.teksavvy.com) (Connection closed)
  390. # [04:12] * Joins: elin (elin@moz-2hf62a.HINET-IP.hinet.net)
  391. # [04:12] * Quits: JosiahOne (Instantbird@moz-tp7rk5.l2d1.q8mm.0306.2602.IP) (Ping timeout: 121 seconds)
  392. # [04:15] * Quits: WeirdAl (chatzilla@moz-3f3s98.ca.comcast.net) (Quit: ChatZilla 0.9.91.1 [Firefox 34.0/20141201111728])
  393. # [04:17] <@njn> roc: I'm having trouble installing a debuginfo package for libdrm
  394. # [04:17] <@njn> Ubuntu has libdrm2-dbg...
  395. # [04:19] * @njn tries that
  396. # [04:19] * Quits: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  397. # [04:21] * Joins: billm (billm@moz-lm6ef3.ca.comcast.net)
  398. # [04:22] * Joins: Enn (enn@moz-pe6f5p.cable.rogers.com)
  399. # [04:22] * Quits: billm (billm@moz-lm6ef3.ca.comcast.net) (Quit: Leaving)
  400. # [04:24] * Joins: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net)
  401. # [04:25] * Quits: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  402. # [04:25] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=33781a3a5201 - 63 changesets
  403. # [04:25] * Joins: StevenLee (Adium@moz-aj9ejj.HINET-IP.hinet.net)
  404. # [04:26] * glob|away is now known as glob
  405. # [04:27] * Joins: DGMurdockIII (dgmurdockii@moz-gehpof.in.comcast.net)
  406. # [04:27] * jdm is now known as jdm|busy
  407. # [04:27] * Quits: surkov (surkov@moz-v8g78c.cpe.teksavvy.com) (Client exited)
  408. # [04:28] * Joins: StevenLee1 (Adium@moz-2hf62a.HINET-IP.hinet.net)
  409. # [04:30] * Quits: StevenLee (Adium@moz-aj9ejj.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
  410. # [04:34] * Quits: imjalpreet (Thunderbird@moz-9i1.k6o.139.14.IP) (Ping timeout: 121 seconds)
  411. # [04:34] * Joins: a-865 (fmcz@moz-6psm3k.cable.mindspring.com)
  412. # [04:38] * Joins: evanxd (Adium@moz-aj9ejj.HINET-IP.hinet.net)
  413. # [04:39] * Joins: botond|home (chatzilla@moz-303r5l.cpe.pppoe.ca)
  414. # [04:39] * Quits: ehugg (ehugg@moz-63sj5i.wa.comcast.net) (Client exited)
  415. # [04:40] <botond|home> alfredo: ping?
  416. # [04:43] * Quits: JamesCheng (james@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
  417. # [04:43] <alfredo> botond|home: pong
  418. # [04:44] <botond|home> alfredo: hey :) just wondering if i could get an r+ on that method rename i asked you about a couple of weeks ago (to fix b2g werrors). i initially committed it as a bustage fix, but it was backed out so i posted it for proper review
  419. # [04:44] <botond|home> alfredo: the patch is here: https://bugzilla.mozilla.org/page.cgi?id=splinter.html&bug=1073003&attachment=8543109
  420. # [04:45] * Joins: mconley (mconley@moz-os98q9.cable.teksavvy.com)
  421. # [04:45] * Joins: surkov (surkov@moz-v8g78c.cpe.teksavvy.com)
  422. # [04:46] * Quits: chmanchester (chmancheste@moz-cbt.jf0.246.96.IP) (Quit: )
  423. # [04:46] * Quits: mconley (mconley@moz-os98q9.cable.teksavvy.com) (Connection closed)
  424. # [04:46] <alfredo> botond|home: Sure. BTW, my bug mail is ayang@mozilla.com, you tag the wrong person. :)
  425. # [04:46] * Quits: KenChang (KenChang@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
  426. # [04:47] <botond|home> alfredo: oh! sorry
  427. # [04:47] <botond|home> alfredo: (i typed 'alfredo' and didn't look too closely at the email that came up)
  428. # [04:49] * Joins: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com)
  429. # [04:50] * Quits: ashughes (uid34327@moz-idmt9q.ealing.irccloud.com) (Quit: Connection closed for inactivity)
  430. # [04:50] * Quits: Enn (enn@moz-pe6f5p.cable.rogers.com) (Ping timeout: 121 seconds)
  431. # [04:50] <alfredo> botond|home: LGTM.
  432. # [04:50] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/pushloghtml?changeset=4baccd81ced8 - 64 changesets
  433. # [04:52] * KWierso is now known as KWierso|afk
  434. # [04:52] <botond|home> alfredo: thanks!
  435. # [04:52] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/pushloghtml?changeset=a185d1c79df9 - 64 changesets
  436. # [04:53] * Joins: KenChang (KenChang@moz-aj9ejj.HINET-IP.hinet.net)
  437. # [04:54] * Quits: kamidphi_ (textual@moz-ouggk0.tpgi.com.au) (Connection closed)
  438. # [04:55] * Joins: kamidphi_ (textual@moz-ouggk0.tpgi.com.au)
  439. # [04:55] * Quits: kamidphish (dglastonbur@moz-ouggk0.tpgi.com.au) (Connection closed)
  440. # [04:55] * Quits: rstrong (rstrong@moz-qvqiq2.sntcca.sbcglobal.net) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 1.8.0.9/2006120508])
  441. # [04:57] * Quits: rkent (Thunderbird@moz-uta551.wa.comcast.net) (Ping timeout: 121 seconds)
  442. # [04:57] * Joins: rkent (Thunderbird@moz-uta551.wa.comcast.net)
  443. # [04:57] * coop is now known as coop|afk
  444. # [04:58] * Joins: wlach (wlach@moz-5tlj2g.vif.net)
  445. # [04:58] * Quits: Boriss (Boriss@moz-f1bjd5.PUBLIC.monkeybrains.net) (Client exited)
  446. # [04:59] * Joins: JamesCheng (james@moz-aj9ejj.HINET-IP.hinet.net)
  447. # [04:59] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6ccaa9fe3423 - Brian Smith - Bug 1073867, Part 5: Make DSS test faster, r=mmc
  448. # [05:00] <@njn> nigelb: time to reopen the tree?
  449. # [05:00] * Quits: garvank (Garvan@moz-94kih2.dsl.teksavvy.com) (Quit: )
  450. # [05:02] * jdm|busy is now known as jdm
  451. # [05:02] * Quits: vicamo (vicamo@moz-8o1.p7n.41.175.IP) (Client exited)
  452. # [05:05] <philor> njn: you mean "KWierso: time to have reopened the tree 12 minutes ago?"
  453. # [05:05] * Quits: wesley_huang (wesley_huan@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
  454. # [05:05] <@njn> philor: hmm, my Treeherder tab's favicon hadn't updated
  455. # [05:05] * Quits: JamesCheng (james@moz-aj9ejj.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
  456. # [05:05] <@njn> thanks for the nudge
  457. # [05:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c71e4fb1d36c - Nicholas Nethercote - Bug 1117623 - Fix undefined value error in TouchInputMapper::configureSurface(). r=mwu.
  458. # [05:06] * Joins: JamesCheng (james@moz-aj9ejj.HINET-IP.hinet.net)
  459. # [05:07] * Joins: sewardj_ (sewardj@moz-er7h7u.dip0.t-ipconnect.de)
  460. # [05:07] * Quits: elin (elin@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
  461. # [05:07] * Joins: yshlin (elin@moz-2hf62a.HINET-IP.hinet.net)
  462. # [05:07] <nigelb> yeah, what philor said.
  463. # [05:07] * nigelb goes back to breakfast
  464. # [05:08] * mattwoodrow is now known as mattwoodrow|away
  465. # [05:10] * Quits: yshlin (elin@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
  466. # [05:10] * Quits: sewardj (sewardj@moz-5jbl2h.dip0.t-ipconnect.de) (Ping timeout: 121 seconds)
  467. # [05:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/36ff8406cca7 - Chris Pearce - Bug 1118593 - Disable MoofParser for encrypted streams. r=kentuckyfriedtakahe
  468. # [05:11] * Joins: elin (elin@moz-2hf62a.HINET-IP.hinet.net)
  469. # [05:13] * joshua-s is now known as joshua-s|zzz
  470. # [05:13] * Joins: lizzard (ehenry@moz-ueqta1.static.fusionbroadband.com)
  471. # [05:14] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/80f15029ae68 - Xidorn Quan - Bug 1116631 - Fix isize reservation of ruby base container. r=roc
  472. # [05:14] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6af6f0cea6fb - Xidorn Quan - Bug 1116635 - Fix interaction between ruby alignment and trimmed whitespace. r=roc
  473. # [05:14] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/93ea6d35aa64 - Xidorn Quan - Bug 1117597 - Sync bounds of ruby annotation containers. r=roc
  474. # [05:14] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c1cba30ef56f - Xidorn Quan - Bug 1116688 - Always try to push children after reflowing an incomplete ruby segment. r=dbaron
  475. # [05:16] * Joins: alexbardas (alexbardas@moz-sb8aha.AR.idilis.net)
  476. # [05:17] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/fbb35d6d4151 - Tooru Fujisawa - Bug 1116413 - Fix example comment for PromiseUtils.resolveOrTimeout. r=yoric
  477. # [05:18] * Quits: timdream (timdream@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
  478. # [05:19] * Joins: timdream (timdream@moz-aj9ejj.HINET-IP.hinet.net)
  479. # [05:20] * Quits: alexbardas (alexbardas@moz-sb8aha.AR.idilis.net) (Ping timeout: 121 seconds)
  480. # [05:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/43d7ef422777 - Ben Turner - Bug 1118504 - Add test for <input type='file'> blobs in indexedDB, r=khuey.
  481. # [05:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a6a42670bebb - Ben Turner - Bug 1118535 - Don't let PBackgroundChild actors leak HANDLEs on Windows, r=mrbkap.
  482. # [05:21] * Quits: JamesCheng (james@moz-aj9ejj.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
  483. # [05:22] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/4bbf84095f7f - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  484. # [05:22] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/c7ae19c5b2ed - B2G Bumper Bot - Bumping manifests a=b2g-bump
  485. # [05:24] * Quits: rkent (Thunderbird@moz-uta551.wa.comcast.net) (Client exited)
  486. # [05:25] * Joins: bwc (Adium@moz-7qa.7fp.250.162.IP)
  487. # [05:28] * Joins: wesley_huang (wesley_huan@moz-aj9ejj.HINET-IP.hinet.net)
  488. # [05:31] * Quits: KenChang (KenChang@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
  489. # [05:31] * Quits: RyanVM|afk (Thunderbird@moz-hbb9mb.fios.verizon.net) (Client exited)
  490. # [05:32] * darkowlzz|afk is now known as darkowlzz
  491. # [05:33] * Quits: ckitching (ckitching@moz-l269ho.hfc.comcastbusiness.net) (Ping timeout: 121 seconds)
  492. # [05:33] <@roc> njn: ping
  493. # [05:33] <@njn> roc: pong
  494. # [05:33] * Quits: boris (boris@moz-3qu405.dynamic.hinet.net) (Client exited)
  495. # [05:34] <@roc> if you run strace on Firefox and grep for "/dev/dri" do you get anything?
  496. # [05:34] <@roc> without rr I mean
  497. # [05:34] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b1741d5e3b99 - Ehsan Akhgari - Bug 1117028 - Try to look for zipalign in all of Android build tools; r=nalexander
  498. # [05:34] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d23b3009d77a - Ehsan Akhgari - Bug 1118425 - Mark virtual overridden functions as MOZ_OVERRIDE in dom/ipc; r=baku
  499. # [05:34] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/8c274aebb986 - Ehsan Akhgari - Bug 1118424 - Mark virtual overridden functions as MOZ_OVERRIDE in dom/html; r=baku
  500. # [05:34] <@njn> let me try
  501. # [05:34] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/cdbe4d2202d7 - Ehsan Akhgari - Bug 1118418 - Mark virtual overridden functions as MOZ_OVERRIDE in intl; r=smontagu
  502. # [05:34] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/efb6031640b7 - Ehsan Akhgari - Bug 1118426 - Mark virtual overridden functions as MOZ_OVERRIDE in layout/style; r=dbaron
  503. # [05:34] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0cd58b83cbc9 - Ehsan Akhgari - Bug 1117207 - Use INSTALL_TARGETS to install dictionaries; r=gps
  504. # [05:34] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/19b240eda68e - Ehsan Akhgari - Bug 1118432 - Mark virtual overridden functions as MOZ_OVERRIDE in WebRTC; r=jesup
  505. # [05:35] * Joins: boris (boris@moz-2hf62a.HINET-IP.hinet.net)
  506. # [05:35] <@njn> roc: nope
  507. # [05:35] <@roc> and did your debuginfo package install a file named xf86drm.c?
  508. # [05:35] * Quits: dria (dria@moz-am5.1q4.171.192.IP) (Client exited)
  509. # [05:36] <@njn> roc: |locate| says no, but I don't know if it's accurate
  510. # [05:36] <@njn> where would it be?
  511. # [05:36] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6ec4eb9786d8 - Shu-yu Guo - Bug 1111293 - Body level function statement hoisted use analysis to elide TDZ checks is wrong. Pessimize all body level function statements. (r=Waldo)
  512. # [05:36] <@roc> /usr/src/debug/libdrm-2.4.58 on my system (Fedora)
  513. # [05:37] <@njn> I don't even have /usr/src/debug/
  514. # [05:38] <@njn> libdrm.so is at /usr/lib/x86_64-linux-gnu/libdrm.so
  515. # [05:38] * Joins: JamesCheng (james@moz-aj9ejj.HINET-IP.hinet.net)
  516. # [05:38] <jesup> Fedora 19 x64: /usr/src/debug/libdrm-2.4.49/xf86drm.c
  517. # [05:38] * @roc doesn't know how debuginfo works in Ubuntu
  518. # [05:39] <@roc> basically we want debuginfo for librm.so
  519. # [05:39] <@roc> I think we also want debuginfo for /usr/lib/x86_64-linux-gnu/dri/i965_dri.so
  520. # [05:39] * Quits: elin (elin@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
  521. # [05:39] * Joins: brendan (brendaneich@moz-jeulfb.sub-70-197-20.myvzw.com)
  522. # [05:39] <@roc> try installing libgl1-mesa-dri-dbg package
  523. # [05:41] <@njn> ok
  524. # [05:41] <@roc> basically we need a new heuristic to block DRM with the i965 driver
  525. # [05:41] * Joins: vicamo (vicamo@moz-8o1.p7n.41.175.IP)
  526. # [05:43] <@njn> roc: ok, it's installed, now what/
  527. # [05:43] <@njn> ?
  528. # [05:44] <@roc> re-get the stack trace you got last time
  529. # [05:44] <@roc> hopefully it will have better data in it now
  530. # [05:45] * Quits: brendan (brendaneich@moz-jeulfb.sub-70-197-20.myvzw.com) (Ping timeout: 121 seconds)
  531. # [05:46] <@njn> roc: a bit better: http://pastebin.mozilla.org/8167226
  532. # [05:46] * Joins: Boriss (Boriss@moz-tk8.nnf.245.162.IP)
  533. # [05:49] * Joins: jchaulk (jchaulk@moz-oq4n7p.dsl.teksavvy.com)
  534. # [05:50] * Joins: elin (elin@moz-aj9ejj.HINET-IP.hinet.net)
  535. # [05:50] <@roc> while you're in that stack trace, can you run lsof -p on the recorded process and tell me what fd 7 is?
  536. # [05:51] * Joins: Edgar (Thunderbird@moz-2hf62a.HINET-IP.hinet.net)
  537. # [05:51] * Joins: KenChang (KenChang@moz-aj9ejj.HINET-IP.hinet.net)
  538. # [05:52] * Joins: dria (dria@moz-am5.1q4.171.192.IP)
  539. # [05:53] <@roc> would also be helpful to install libgl1-mesa-glx-dbg
  540. # [05:53] * Quits: shine (uid50849@moz-5q9ti4.highgate.irccloud.com) (Quit: Connection closed for inactivity)
  541. # [05:54] * Quits: jchaulk (jchaulk@moz-oq4n7p.dsl.teksavvy.com) (Ping timeout: 121 seconds)
  542. # [05:54] <@njn> firefox 8691 njn 7u CHR 226,0 0t0 1434 /dev/dri/card0
  543. # [05:54] <@njn> which contradicts the strace output, hmm
  544. # [05:54] <@roc> ookay
  545. # [05:56] <@njn> libgl1-mesa-glx-dbg didn't help with frames #10--13
  546. # [05:56] <@roc> doesn't matter, I think I'm OK
  547. # [05:57] <@roc> we should not have opened /dev/dri/card0 successfully :-(
  548. # [05:57] <@roc> could you check that strace output again? I wonder if there's a symlink or something
  549. # [05:58] * Quits: KenChang (KenChang@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
  550. # [05:58] * Quits: jet (uid49872@moz-2b8mdp.charlton.irccloud.com) (Quit: Connection closed for inactivity)
  551. # [05:59] * Quits: wlach (wlach@moz-5tlj2g.vif.net) (Ping timeout: 121 seconds)
  552. # [05:59] <@roc> You could try doing "rr replay" and setting a breakpoint in DRI2Connect
  553. # [05:59] * Joins: brendan (brendaneich@moz-ooj7cv.ca.comcast.net)
  554. # [06:00] <@njn> nothing in the strace output... it does quit with "session doesn't look interactive, aborting emergency debugging" because I'm piping the output
  555. # [06:00] <@njn> not sure if that's relevant
  556. # [06:00] <@roc> did you strace -f?
  557. # [06:00] <@roc> also
  558. # [06:00] <@roc> don't strace rr
  559. # [06:00] <@roc> just strace a normal firefox session
  560. # [06:00] * Quits: snorp (snorp@moz-g4ibm2.res.rr.com) (Ping timeout: 121 seconds)
  561. # [06:01] <@roc> actually, first, try "rr replay" and setting a breakpoint in dri2CreateScreen
  562. # [06:01] <@roc> that function appears to be where we open the device file, in your case
  563. # [06:03] <@njn> roc: ah, I didn't use -f
  564. # [06:03] <@njn> with that I get these: http://pastebin.mozilla.org/8167260
  565. # [06:04] * Joins: Mano (mano@moz-a4joat.red.bezeqint.net)
  566. # [06:05] <@njn> roc: I just emailed you the strace -f output
  567. # [06:05] <@njn> that's for a startup and immediate shutdown
  568. # [06:06] <@njn> when I try to replay I now get this:
  569. # [06:06] <@njn> rr: error: Recorded trace `/home/njn/.rr/latest-trace/version' has an incompatible version 18; expected
  570. # [06:06] <@njn> 17. Did you record `/home/njn/.rr/latest-trace/version' with an older version of rr? If so,
  571. # [06:06] <@njn> you'll need to replay `/home/njn/.rr/latest-trace/version' with that older version. Otherwise,
  572. # [06:06] <@njn> your trace is likely corrupted.
  573. # [06:06] <@njn> that's after ctrl-c'ing the paused/aborted |rr record| run
  574. # [06:07] * Joins: ehugg (ehugg@moz-63sj5i.wa.comcast.net)
  575. # [06:07] <@roc> that's weird
  576. # [06:07] <@roc> you may need to rerecord
  577. # [06:08] <@roc> I just pushed a bunch of changes that bump the version to 20 BTW :-)
  578. # [06:08] <@njn> I've tried re-recording several times, keeps happening
  579. # [06:08] <@njn> I even deleted all the old traces just in case
  580. # [06:08] * Joins: opnchaudhary (Thunderbird@moz-fm9.7f7.164.122.IP)
  581. # [06:08] <glandium> speaking of rr, roc, what's the cpu requirement for rr, I just tried it and it told me "CPU 0x40650 unknown"
  582. # [06:11] * Quits: elin (elin@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
  583. # [06:11] <@roc> glandium: what kind of CPU is that?
  584. # [06:11] <glandium> roc: haswell
  585. # [06:11] <glandium> mobile
  586. # [06:11] <@roc> OK
  587. # [06:11] <@roc> I'll add it to our CPU list
  588. # [06:12] <@roc> in the meantime you can run "rr --microarch=Haswell"
  589. # [06:12] <glob> roc, 0x306c0 is haswell mobile; may want to add that too if it's missing
  590. # [06:13] <@roc> we've got that one
  591. # [06:13] <glob> :)
  592. # [06:13] <glandium> Invalid option --microarch=Haswell
  593. # [06:14] <glandium> is that new? I'm using a 3.0.0 package
  594. # [06:14] <glandium> err, it's actually listed
  595. # [06:14] <@roc> yeah there's a bug
  596. # [06:14] <glandium> -A works
  597. # [06:15] * Quits: Boriss (Boriss@moz-tk8.nnf.245.162.IP) (Client exited)
  598. # [06:15] <@roc> OK I just pushed a fix for that, and also adding your CPUID
  599. # [06:17] * Joins: snorp (snorp@moz-g4ibm2.res.rr.com)
  600. # [06:17] * Parts: opnchaudhary (Thunderbird@moz-fm9.7f7.164.122.IP)
  601. # [06:17] * Joins: mixedpuppy (mixedpuppy@moz-lhjtql.res.bhn.net)
  602. # [06:17] <glandium> gotta love the consistency in cpu_types https://github.com/mozilla/rr/blob/8b004135bc5f76299da269f5ea0721fe27cf560e/src/PerfCounters.cc#L102
  603. # [06:18] <@roc> yeah it's great
  604. # [06:18] * jchen is now known as jchen|away
  605. # [06:19] * Joins: ManikM (quassel@moz-bgt.6kh.139.14.IP)
  606. # [06:19] * Quits: kamidphi_ (textual@moz-ouggk0.tpgi.com.au) (Connection closed)
  607. # [06:20] * Joins: kamidphish (textual@moz-ouggk0.tpgi.com.au)
  608. # [06:20] * Quits: ericjung (ericjung@moz-uodba0.7ch4.iin2.0006.2601.IP) (Ping timeout: 121 seconds)
  609. # [06:21] * Quits: johnhu (hchu@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
  610. # [06:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/58a13a42f4ec - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  611. # [06:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/0a0d2ddf4740 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  612. # [06:26] * Joins: Boriss (Boriss@moz-tk8.nnf.245.162.IP)
  613. # [06:26] * Joins: janv (varga@moz-d0ttdd.dynamic.orange.sk)
  614. # [06:27] <@roc> njn: OK, this strace is very useful!
  615. # [06:27] <@njn> roc: good
  616. # [06:27] <@roc> the card0 fd is being smuggled across to Firefox via SCM_RIGHTS tricks
  617. # [06:27] <@njn> sounds delightful
  618. # [06:28] * darkowlzz is now known as darkowlzz|afk
  619. # [06:28] <glandium> roc: fwiw, i found this but it's outdated, and you already have all those listed there https://software.intel.com/en-us/articles/intel-architecture-and-processor-identification-with-cpuid-model-and-family-numbers
  620. # [06:28] <@roc> thanks
  621. # [06:29] <@roc> njn: for some reason your mesa build doesn't match mine :-(
  622. # [06:29] <@roc> the code I have doesn't do anything like this
  623. # [06:29] <glandium> roc: might be worth pinging Hussam Mousa (cf. comments)
  624. # [06:29] <glandium> if he's still at intel
  625. # [06:30] <glandium> linked in suggests he's not
  626. # [06:30] * Quits: ehugg (ehugg@moz-63sj5i.wa.comcast.net) (Client exited)
  627. # [06:30] * Quits: lizzard (ehenry@moz-ueqta1.static.fusionbroadband.com) (Client exited)
  628. # [06:32] * Joins: KenChang (KenChang@moz-2hf62a.HINET-IP.hinet.net)
  629. # [06:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/63bc127f0cd8 - John Daggett - Bug 1118601 - trim out unused pref fonts list from platform objects. r=m_kato
  630. # [06:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e58ec2f295cc - John Daggett - Bug 1118603 - clear out font/word caches when initializing platform fontlists. r=m_kato
  631. # [06:33] <@roc> njn: SCM_RIGHTS is the nifty mechanism by which you can pass open file descriptors through UNIX sockets
  632. # [06:33] <@roc> our IPC code uses it
  633. # [06:33] <@roc> rr uses it too
  634. # [06:33] <@njn> ok
  635. # [06:34] * Quits: jocelyn (uid26949@moz-sst16i.ealing.irccloud.com) (Quit: Connection closed for inactivity)
  636. # [06:40] * Joins: lizzard (ehenry@moz-ueqta1.static.fusionbroadband.com)
  637. # [06:40] * Quits: Mano (mano@moz-a4joat.red.bezeqint.net) (Connection closed)
  638. # [06:41] * Quits: JamesCheng (james@moz-aj9ejj.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
  639. # [06:41] * Quits: nattokirai (nattokirai@moz-uc5rs7.ocn.ne.jp) (Ping timeout: 121 seconds)
  640. # [06:42] * Joins: JamesCheng (james@moz-2hf62a.HINET-IP.hinet.net)
  641. # [06:42] * mattwoodrow|away is now known as mattwoodrow
  642. # [06:42] * Joins: nattokirai (nattokirai@moz-86b4bs.bitcat.net)
  643. # [06:42] * Quits: Boriss (Boriss@moz-tk8.nnf.245.162.IP) (Client exited)
  644. # [06:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/bc53d85bc1b2 - Jim Chen - Bug 1103036 - Allow ContentChild to perform tasks during shutdown (r=billm)
  645. # [06:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/900bb5fcdd36 - Bill McCloskey - Bug 1103036 - Ensure __delete__ message from TabChild doesn't get sent after ActorDestroy (r=bent)
  646. # [06:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e6ab63938473 - Bill McCloskey - Bug 1103036 - Use nsITimer for ContentParent shutdown timer (r=bent)
  647. # [06:44] <@roc> njn: can you try running rr on Firefox with LIBGL_ALWAYS_INDIRECT=1 in your environment?
  648. # [06:45] <@njn> roc: it works!
  649. # [06:45] <@roc> ok great
  650. # [06:45] <@roc> we'll go with that fornow
  651. # [06:45] <@njn> though I still get the mismatched trace version error on replay :(
  652. # [06:45] * Joins: mukilan (mukilan@moz-bej.lvk.164.122.IP)
  653. # [06:45] <@njn> oh, duh
  654. # [06:45] <@njn> I was replaying with the system rr, not my trunk buld
  655. # [06:45] <@njn> *build
  656. # [06:46] <@roc> ah ok
  657. # [06:46] <@roc> that explains that
  658. # [06:47] * Quits: lizzard (ehenry@moz-ueqta1.static.fusionbroadband.com) (Client exited)
  659. # [06:47] <@njn> roc: I have to run
  660. # [06:48] * mattwoodrow is now known as mattwoodrow|away
  661. # [06:48] <@roc> me too :-)
  662. # [06:48] <@roc> thanks
  663. # [06:49] * Quits: ewong (chatzilla@moz-a2bclr.net) (Ping timeout: 121 seconds)
  664. # [06:49] <glandium> njn, roc: literally?
  665. # [06:49] * Parts: dmajor (dmajor@moz-hqsftv.dqqd.b0fh.0cb0.2001.IP) ("Leaving")
  666. # [06:49] * Joins: dmajor (dmajor@moz-hqsftv.dqqd.b0fh.0cb0.2001.IP)
  667. # [06:49] <@roc> I kind of feel like literally running, yes :-)
  668. # [06:49] <@roc> but I'm not going to, today
  669. # [06:50] <@roc> njn: I pushed that change to master
  670. # [06:52] * Quits: kamidphish (textual@moz-ouggk0.tpgi.com.au) (Ping timeout: 121 seconds)
  671. # [06:52] * bc is now known as bc|afk
  672. # [06:53] * Joins: garvank (Garvan@moz-94kih2.dsl.teksavvy.com)
  673. # [06:53] * Quits: garvank (Garvan@moz-94kih2.dsl.teksavvy.com) (Connection closed)
  674. # [06:54] <nigelb> bah, bent.
  675. # [06:55] * Joins: elin (elin@moz-aj9ejj.HINET-IP.hinet.net)
  676. # [06:55] <nigelb> philor: I'm about 80% sure bent broke something. Thoughts?
  677. # [06:55] <philor> why so wishy-washy?
  678. # [06:55] <nigelb> hah
  679. # [06:55] <philor> he landed, that's good for 100% certainty
  680. # [06:55] * Quits: wesley_huang (wesley_huan@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
  681. # [06:55] <nigelb> hahaaha
  682. # [06:56] * Joins: jocelyn (uid26949@moz-sst16i.ealing.irccloud.com)
  683. # [06:56] <philor> even if you haven't yet noticed that he landed the test that failed
  684. # [06:56] * Joins: johnhu (hchu@moz-2hf62a.HINET-IP.hinet.net)
  685. # [06:56] * Quits: brendan (brendaneich@moz-ooj7cv.ca.comcast.net) (Ping timeout: 121 seconds)
  686. # [06:56] * Quits: kentuckyfriedtakahe (ajones@moz-6l71ig.5h0u.b0fh.0cb0.2001.IP) (Quit: Ex-Chat)
  687. # [06:57] <philor> the windows make check, who knows, it's obvious that xpcshell test-tests are bogus-bogus and broken-broken, whether or not that particular instance has anything useful to say beyond that
  688. # [06:58] * heycam is now known as heycam|away
  689. # [06:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/143ddd8eded9 - Chris Peterson - Bug 1117635 - Declare that MacApplicationDelegate implements NSFileManagerDelegate protocol to fix -Wincompatible-pointer-types warning. r=smichaud
  690. # [06:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/bdf7e46a6165 - Chris Peterson - Bug 1118149 - Mark js/src as FAIL_ON_WARNINGS for gcc and clang. r=jorendorff
  691. # [06:59] * Joins: ewong (chatzilla@moz-a2bclr.net)
  692. # [06:59] <nigelb> philor: where are you seeing that the test failed before his landing?
  693. # [06:59] <nigelb> anyway, more importantly, closign the tree to back it out.
  694. # [07:00] <philor> you don't need to close
  695. # [07:00] <philor> he landed a test, it's the only thing that's failing, it's not hurting anything else
  696. # [07:01] <philor> the test didn't fail before his landing, because it didn't exist before his landing
  697. # [07:01] <nigelb> Oh.
  698. # [07:02] <philor> ugh, there's the win debug xpcshell testtest again though, that's troublesome
  699. # [07:02] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5142da8b7add - Brian Birtles - Bug 1117955 - Disable css-transitions/test_animation-pausing.html on Windows
  700. # [07:02] <philor> oh, that'll be his other patch, won't it?
  701. # [07:02] * Quits: Jesse (jruderman@moz-pqc1f5.ca.comcast.net) (Client exited)
  702. # [07:03] <philor> whatever the hell it is
  703. # [07:03] * Joins: dbaron (dbaron@moz-0jjav9.dynamic.fusionbroadband.com)
  704. # [07:03] * killer sets mode: +ao dbaron dbaron
  705. # [07:04] * darkowlzz|afk is now known as darkowlzz
  706. # [07:05] <nigelb> philor: what's whe win debug xpcshell test issue? (I haven't yet figured out what you mean)
  707. # [07:06] * Quits: bwc (Adium@moz-7qa.7fp.250.162.IP) (Quit: Leaving.)
  708. # [07:06] * Quits: mmc (uid16596@moz-rb9ith.charlton.irccloud.com) (Quit: Connection closed for inactivity)
  709. # [07:07] <philor> nigelb: the build, make check, xpcshell has tests for the xpcshelltest harness, which it calls xpcshelltesttests
  710. # [07:07] * Quits: Jerry_Mac (hshih@moz-2hf62a.HINET-IP.hinet.net) (Quit: This computer has gone to sleep)
  711. # [07:07] <philor> but he's blown hell out of win debug, so you would have been proved right closing
  712. # [07:08] * Quits: elin (elin@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
  713. # [07:10] * Joins: ehugg (ehugg@moz-63sj5i.wa.comcast.net)
  714. # [07:10] <nigelb> ah, I see now.
  715. # [07:10] <philor> xidorn: you've got a reftest failure, up on his push, https://treeherder.mozilla.org/#/jobs?repo=mozilla-inbound&revision=a6a42670bebb&filter-searchStr=Windows%207%2032-bit%20mozilla-inbound%20opt%20test%20reftest
  716. # [07:10] <nigelb> philor: shall I back both of his patches out? Or are you on it already?
  717. # [07:10] * Joins: Jerry_Mac (hshih@moz-aj9ejj.HINET-IP.hinet.net)
  718. # [07:10] <xidorn> philor: let me see
  719. # [07:10] <nigelb> (tree closed)
  720. # [07:11] <philor> nigelb: yeah, just waiting on my pull -u
  721. # [07:11] <xidorn> philor: please just alter the fuzzy in the reftest.list file
  722. # [07:11] <philor> xidorn: you can, in a few minutes, I'm just taking bent out
  723. # [07:12] <xidorn> should i push that with CLOSED TREE?
  724. # [07:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/3337066de688 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  725. # [07:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/cfa5fc115005 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  726. # [07:13] <xidorn> philor: should i push that with CLOSED TREE?
  727. # [07:13] <nigelb> xidorn: yes, after philor backed out bent, please.
  728. # [07:13] <nigelb> *backs
  729. # [07:14] * Joins: wesley_huang (wesley_huan@moz-2hf62a.HINET-IP.hinet.net)
  730. # [07:14] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b460db55cd53 - Phil Ringnalda - Back out a6a42670bebb (bug 1118535) for widespread Windows debug bustage
  731. # [07:14] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/469dbf49630e - Phil Ringnalda - Back out 43d7ef422777 (bug 1118504) for failing on mochitest-e10s
  732. # [07:15] <nigelb> xidorn: now would be good :)
  733. # [07:15] <philor> xidorn: or without, I'm not going to sit closed for two hours over just Windows debug, we're reopened
  734. # [07:15] <xidorn> philor: oh, okay
  735. # [07:16] <philor> close for two hours every time bent lands a patch, where would we be? :)
  736. # [07:16] <xidorn> philor: what should i write in the commit msg?
  737. # [07:16] <nigelb> lol
  738. # [07:16] * Joins: kamidphish (textual@moz-ouggk0.tpgi.com.au)
  739. # [07:17] * Joins: elin (elin@moz-2hf62a.HINET-IP.hinet.net)
  740. # [07:17] <philor> xidorn: "Bug {whatever number it is} followup, add a little more fuzz"
  741. # [07:18] <xidorn> philor: unfortunately i even don't know which patch causes this :(
  742. # [07:18] * Joins: lizzard (ehenry@moz-ueqta1.static.fusionbroadband.com)
  743. # [07:18] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/7c3f55beef6a - Ben Turner - Bug 1076975 - Avoid serializing blobs when passed between threads in the same process, r=khuey, a=lsblakk on CLOSED TREE.
  744. # [07:19] <philor> xidorn: "No bug, add a little more fuzz" :)
  745. # [07:19] <xidorn> philor: ok, cool, thx
  746. # [07:19] * Quits: @roc (chatzilla@moz-jrl.fci.192.203.IP) (Connection closed)
  747. # [07:20] * Quits: lizzard (ehenry@moz-ueqta1.static.fusionbroadband.com) (Client exited)
  748. # [07:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/46bd519c8e2b - Xidorn Quan - No bug, add a little more fuzz.
  749. # [07:21] * bobowen|afk is now known as bobowen
  750. # [07:22] * Joins: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net)
  751. # [07:23] <philor> what is it that Persona is supposed to be so much better than?
  752. # [07:23] * Quits: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com) (Connection closed)
  753. # [07:24] <philor> as much as I hate Persona and its constant random deauthorization of me, the thing it's better than must really be annoying
  754. # [07:25] * Quits: bz (bzbarsky@moz-m10oko.fios.verizon.net) (Connection closed)
  755. # [07:27] * Joins: sicking (sicking@moz-lqm0dq.ca.comcast.net)
  756. # [07:30] * miketaylr is now known as zz_miketaylr
  757. # [07:31] * Quits: JamesCheng (james@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
  758. # [07:34] * Quits: xeonchen (xeon@moz-aj9ejj.HINET-IP.hinet.net) (Quit: Leaving)
  759. # [07:34] * lth|away is now known as lth
  760. # [07:40] * Joins: kepta (kepta@moz-bgt.6kh.139.14.IP)
  761. # [07:40] * Joins: Mano (mano@moz-a4joat.red.bezeqint.net)
  762. # [07:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/43b3acc6c717 - B2G Bumper Bot - Bumping gaia.json for 7 gaia revision(s) a=gaia-bump
  763. # [07:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/8f90e66c80e2 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  764. # [07:43] * Quits: ehugg (ehugg@moz-63sj5i.wa.comcast.net) (Client exited)
  765. # [07:45] * Quits: Mano (mano@moz-a4joat.red.bezeqint.net) (Ping timeout: 121 seconds)
  766. # [07:45] * Joins: JamesCheng (james@moz-2hf62a.HINET-IP.hinet.net)
  767. # [07:46] * Quits: rlin (rlin-dt@moz-aj9ejj.HINET-IP.hinet.net) (Quit: Leaving.)
  768. # [07:46] * Joins: rlin1 (rlin-dt@moz-aj9ejj.HINET-IP.hinet.net)
  769. # [07:47] * Quits: rlin1 (rlin-dt@moz-aj9ejj.HINET-IP.hinet.net) (Quit: Leaving.)
  770. # [07:48] * Joins: rlin (rlin-dt@moz-2hf62a.HINET-IP.hinet.net)
  771. # [07:48] * Joins: Dexter (Dexter@moz-i7o.obq.235.95.IP)
  772. # [07:49] * Quits: xeonchen_ (xeon@moz-aj9ejj.HINET-IP.hinet.net) (Quit: Leaving)
  773. # [07:49] * Joins: cornel_ionce (Mibbit@moz-662.esi.231.62.IP)
  774. # [07:49] * Joins: xeonchen (xeon@moz-aj9ejj.HINET-IP.hinet.net)
  775. # [07:50] * Quits: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  776. # [07:51] * Joins: imjalpreet (Thunderbird@moz-9i1.k6o.139.14.IP)
  777. # [07:52] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4933f14465f2 - Jim Blandy - Bug 1118381: Carefully explain our dance around the incremental GC when draining the Debugger's allocations log. DONTBUILD r=terrence
  778. # [07:53] * Quits: timdream (timdream@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
  779. # [07:53] * Quits: KenChang (KenChang@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
  780. # [07:54] * Joins: timdream (timdream@moz-aj9ejj.HINET-IP.hinet.net)
  781. # [07:54] * Joins: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net)
  782. # [07:55] * Tomcat|away is now known as Tomcat|sheriffduty
  783. # [07:55] * Joins: Enn (enn@moz-pe6f5p.cable.rogers.com)
  784. # [07:56] * Quits: @njn (chatzilla@moz-33a4k1.iinet.net.au) (Quit: ChatZilla 0.9.91.1 [Firefox 37.0a1/20150101202038])
  785. # [07:57] * Quits: kamidphish (textual@moz-ouggk0.tpgi.com.au) (Ping timeout: 121 seconds)
  786. # [08:05] <capella-s3> are we experiencing a rash of 330 intermittents lately, or just finally file them?
  787. # [08:05] * Joins: wolfiR (wolfiR@moz-pc2dvl.51l1.0au3.4dd0.2001.IP)
  788. # [08:06] * Quits: aklotz (Thunderbird@moz-1jtcvi.cg.shawcable.net) (Client exited)
  789. # [08:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b434e8ec434c - Lars T Hansen - Bug 1117764: disable PJS in Nightly builds. r=shu
  790. # [08:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f81514af1687 - Lars T Hansen - Bug 1117735 - remove PJS test cases. r=shu
  791. # [08:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2e50b9cf0432 - Lars T Hansen - Bug 1117735 - edit tests that included or depended on PJS in various ways. r=shu
  792. # [08:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/097840bded9c - Lars T Hansen - Bug 1117735 - another test that assumes TypedObject means Array.build. r=shu
  793. # [08:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d4cf5f8e67af - Lars T Hansen - Bug 1117753 - remove the PJS generational GC. r=terrence
  794. # [08:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/13869ca774bb - Lars T Hansen - Bug 1117753 - unparameterize by nursery type. r=terrence
  795. # [08:08] * Joins: Boriss (Boriss@moz-tk8.nnf.245.162.IP)
  796. # [08:09] * Joins: brsun (uid60512@moz-pb4sb5.highgate.irccloud.com)
  797. # [08:09] * Quits: imjalpreet (Thunderbird@moz-9i1.k6o.139.14.IP) (Ping timeout: 121 seconds)
  798. # [08:10] * Joins: mmc (uid16596@moz-rb9ith.charlton.irccloud.com)
  799. # [08:11] * Joins: KenChang (KenChang@moz-aj9ejj.HINET-IP.hinet.net)
  800. # [08:11] <KWierso|afk> Tomcat|sheriffduty: good morning :)
  801. # [08:12] * Quits: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  802. # [08:12] * Joins: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net)
  803. # [08:12] * Quits: Boriss (Boriss@moz-tk8.nnf.245.162.IP) (Ping timeout: 121 seconds)
  804. # [08:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/bdb4df421364 - Jonathan Kew - Bug 1079154 - Reftest for column child-frame positioning in vertical-rl mode, r=smontagu
  805. # [08:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/537a87e2a74e - Simon Montagu - Bug 1079154 patch 1: add a != operator to LogicalPoint and sprinkle some const dust in WritingModes.h, r=jfkthame
  806. # [08:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/679016653e34 - Simon Montagu - Bug 1079154 patch 2: add SetPosition with a LogicalPoint to nsIFrame, r=jfkthame
  807. # [08:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1fa61a0310e7 - Simon Montagu - Bug 1079154 patch 3: logical versions of ApplyRelativePositioning, r=jfkthame
  808. # [08:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c16d59bb79d1 - Simon Montagu - Bug 1079154 patch 4: Logical versions of ReflowChild and FinishReflowChild, r=jfkthame
  809. # [08:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0b2d6f002fee - Simon Montagu - Bug 1079154 patch 5: convert callers of ApplyRelativePosition, ReflowChild and FinishReflowChild in layout/generic to the logical versions, r=jfkthame
  810. # [08:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d2a2cdfc45ec - Simon Montagu - Bug 1079154 patch 6: convert ApplyRelativePosition, ReflowChild and FinishReflowChild in nsFlexContainerFrame to the logical versions, r=dholbert
  811. # [08:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/547a2d626a62 - Simon Montagu - Bug 1079154 patch 7: remove obsoleted nsPoint::GetPhysicalPosition, r=jfkthame
  812. # [08:13] * Quits: mixedpuppy (mixedpuppy@moz-lhjtql.res.bhn.net) (Client exited)
  813. # [08:16] * Quits: elin (elin@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
  814. # [08:16] * Joins: lizzard (ehenry@moz-ueqta1.static.fusionbroadband.com)
  815. # [08:16] * Quits: lizzard (ehenry@moz-ueqta1.static.fusionbroadband.com) (Client exited)
  816. # [08:17] <philor> oh, fun, b2g xpcshell is busted on m-i, and it fails stupid and looks like infra, wonder how long it's been busted
  817. # [08:17] <philor> survey says...
  818. # [08:17] * Joins: stransky (stransky@moz-2q16pm.broadband18.iol.cz)
  819. # [08:18] * Quits: DGMurdockIII (dgmurdockii@moz-gehpof.in.comcast.net) (Connection closed)
  820. # [08:19] * Joins: Manny (quassel@moz-bgt.6kh.139.14.IP)
  821. # [08:19] * Quits: ManikM (quassel@moz-bgt.6kh.139.14.IP) (Connection closed)
  822. # [08:20] * Quits: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  823. # [08:21] * Joins: Shrooms` (mint@moz-7srl5t.ip.windstream.net)
  824. # [08:23] * Joins: kgrandon1 (Adium@moz-l8e1ui.ca.comcast.net)
  825. # [08:23] * Quits: kgrandon (Adium@moz-l8e1ui.ca.comcast.net) (Connection closed)
  826. # [08:23] * Quits: sicking (sicking@moz-lqm0dq.ca.comcast.net) (Client exited)
  827. # [08:24] <Tomcat|sheriffduty> good morning KWierso|afk
  828. # [08:25] <Tomcat|sheriffduty> philor: doesn't look busted for that long
  829. # [08:25] * Joins: drno (nohlmeier@moz-225k7f.ca.comcast.net)
  830. # [08:26] * Quits: drno (nohlmeier@moz-225k7f.ca.comcast.net) (Client exited)
  831. # [08:26] * Joins: elin (elin@moz-aj9ejj.HINET-IP.hinet.net)
  832. # [08:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/a0068ce0aa55 - Szu-Yu Chen [:aknow] - Bug 1115758 - Part 1: Add USSDSession.cancel (webidl). r=hsinyi
  833. # [08:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/19941167e2f3 - Szu-Yu Chen [:aknow] - Bug 1115758 - Part 2: Add USSDSession.cancel (dom). r=hsinyi
  834. # [08:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/d385fe32e60a - Szu-Yu Chen [:aknow] - Bug 1115758 - Part 3: Add nsITelephonyService.cancelUSSD (idl). r=hsinyi
  835. # [08:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/91470d5fbfde - Szu-Yu Chen [:aknow] - Bug 1115758 - Part 4: Add nsITelephonyService.cancelUSSD (ipc). r=hsinyi
  836. # [08:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/1e9e14b2eedd - Szu-Yu Chen [:aknow] - Bug 1115758 - Part 5: Add nsITelephonyService.cancelUSSD (ril). r=hsinyi
  837. # [08:29] * Joins: roc (chatzilla@moz-k2cbtj.orcon.net.nz)
  838. # [08:29] * killer sets mode: +o roc
  839. # [08:31] * flod|away is now known as flod
  840. # [08:32] * Joins: Boriss (Boriss@moz-tk8.nnf.245.162.IP)
  841. # [08:33] * BenWa is now known as BenWa|email
  842. # [08:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0be44e8bf22a - Phil Ringnalda - Back out 3 changesets (bug 1103036) for b2g xpcshell bustage
  843. # [08:35] * Quits: botond|home (chatzilla@moz-303r5l.cpe.pppoe.ca) (Ping timeout: 121 seconds)
  844. # [08:37] * Quits: elin (elin@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
  845. # [08:38] * Quits: &dbaron (dbaron@moz-0jjav9.dynamic.fusionbroadband.com) (Ping timeout: 121 seconds)
  846. # [08:38] * Joins: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net)
  847. # [08:40] * whimboo|afk is now known as whimboo
  848. # [08:41] * Joins: ttaubert (uid2620@moz-gmrftu.charlton.irccloud.com)
  849. # [08:41] * Quits: evanxd (Adium@moz-aj9ejj.HINET-IP.hinet.net) (Quit: Leaving.)
  850. # [08:42] * Joins: Mano (mano@moz-a4joat.red.bezeqint.net)
  851. # [08:43] * Joins: darktrojan (geoff@moz-rdppp8.dsl.telstraclear.net)
  852. # [08:44] * Joins: adalucinet (Instantbird@moz-662.esi.231.62.IP)
  853. # [08:46] * Joins: elin (elin@moz-aj9ejj.HINET-IP.hinet.net)
  854. # [08:47] * lth is now known as lth|sick
  855. # [08:47] * Quits: Mano (mano@moz-a4joat.red.bezeqint.net) (Ping timeout: 121 seconds)
  856. # [08:49] * Joins: evanxd (Adium@moz-3qu405.dynamic.hinet.net)
  857. # [08:50] * Quits: kepta (kepta@moz-bgt.6kh.139.14.IP) (A TLS packet with unexpected length was received.)
  858. # [08:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c8270944ab91 - Simon Montagu - Tests for bug 1102175, r=jfkthame
  859. # [08:53] * Joins: imjalpreet (Thunderbird@moz-9i1.k6o.139.14.IP)
  860. # [08:53] * Quits: schien (anonymous@moz-2hf62a.HINET-IP.hinet.net) (Quit: sleep)
  861. # [08:54] * Joins: romaxa_ (romaxa@moz-i4f.v4j.17.81.IP)
  862. # [08:55] * Joins: schien (anonymous@moz-aj9ejj.HINET-IP.hinet.net)
  863. # [09:01] <philor> oh, good, bent landed test_input_file.html on mozilla-beta
  864. # [09:02] * Quits: kgrandon1 (Adium@moz-l8e1ui.ca.comcast.net) (Quit: Leaving.)
  865. # [09:02] <philor> and mozilla-release
  866. # [09:02] * julienw_afk is now known as julienw
  867. # [09:03] <philor> if only we had some sort of a... call it an "integration" branch, where you could land untested shit and see what happens, before landing it on a release branch or *the* release branch
  868. # [09:04] * Joins: tzimmermann (tzimmermann@moz-1pb1lp.pools.vodafone-ip.de)
  869. # [09:04] <philor> fortunately, he's a cunning bastard, and he filed a separate bug for the broken test which he had to have to land his code patch on mozilla-release, so relman probably won't even see that his test has been backed out
  870. # [09:04] * darktrojan hooks up a generator to philor's rage and powers a small town with it
  871. # [09:04] * Joins: Jerry_Mac_ (hshih@moz-aj9ejj.HINET-IP.hinet.net)
  872. # [09:05] * Quits: duper (super@moz-2ba.7p6.55.66.IP) (Connection closed)
  873. # [09:08] * Quits: Jerry_Mac (hshih@moz-aj9ejj.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
  874. # [09:10] * Joins: stormi (samuel@moz-t5b.q89.218.46.IP)
  875. # [09:11] * Joins: duper (super@moz-2ba.7p6.55.66.IP)
  876. # [09:11] * philor is now known as philor|away
  877. # [09:12] * pbrosset|afk is now known as pbrosset
  878. # [09:12] * Quits: Enn (enn@moz-pe6f5p.cable.rogers.com) (Ping timeout: 121 seconds)
  879. # [09:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ba37fdda41fc - pchang - Bug 1098161 - Notify shortcut mode to system app when long tap on content with empty text. r=roc
  880. # [09:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0e68193f09c7 - Alfredo Yang - Bug 1098166 - remove unnecessary assert in GonkDecoderModule::Shutdown. r=ajones
  881. # [09:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ee4eb01e2b14 - JW Wang - Bug 1116006 - allow 'ended' set before 'play' event fired. r=cpearce
  882. # [09:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/97da2ad0174a - Morris Tseng - Bug 1117643 - Always send blur event to selection carets but cancel long tap detector when leaving document. r=roc
  883. # [09:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/bcbedf706c43 - JW Wang - Bug 1118574 - test case for "Forget This Site" command. r=cpearce
  884. # [09:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/35faf9a888ae - Emanuel Hoogeveen - Bug 1118481 - Simplify the GC allocation logic using the implementation from bug 1005844. r=terrence
  885. # [09:16] * Joins: botond|home (chatzilla@moz-303r5l.cpe.pppoe.ca)
  886. # [09:17] * Quits: nattokirai (nattokirai@moz-86b4bs.bitcat.net) (Client exited)
  887. # [09:18] * Joins: Ms2ger (Ms2ger@moz-c70.8u8.182.91.IP)
  888. # [09:18] * Quits: StevenLee1 (Adium@moz-2hf62a.HINET-IP.hinet.net) (Quit: Leaving.)
  889. # [09:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0776988aacd6 - Lars T Hansen - Bug 1117735 - remove expected functions from an xpconnect test. r=me
  890. # [09:18] * Joins: flaviu (Instantbird@moz-662.esi.231.62.IP)
  891. # [09:19] <Ms2ger> lth|sick, you became an XPConnect peer recently?
  892. # [09:19] <lth|sick> ms2ger: no
  893. # [09:19] <lth|sick> ms2ger: but i keep being told that things in the js module only require js review
  894. # [09:19] * Quits: surkov (surkov@moz-v8g78c.cpe.teksavvy.com) (Client exited)
  895. # [09:20] <lth|sick> ms2ger: messages to the contrary notwithstanding
  896. # [09:20] <Ms2ger> js/xpconnect is not in the js module, despite its location in the tree
  897. # [09:21] * Joins: StevenLee (Adium@moz-2hf62a.HINET-IP.hinet.net)
  898. # [09:21] <lth|sick> yeah, well, that doesn't quite compute but i suppose it fits with tests in the dom/ subtree being in the js module despite not being in the js/ tree
  899. # [09:22] <lth|sick> anyway, i really am sick, so if there's a formal or actual problem with the patch set pls back it out and i'll deal with it later
  900. # [09:22] * lth|sick moves to the couch
  901. # [09:22] * Joins: h4writer (h4writer@moz-lcj9pu.access.telenet.be)
  902. # [09:22] * Joins: ferjm (textual@moz-71m.3nd.202.89.IP)
  903. # [09:23] <Ms2ger> Tests in the dom/ subtree definitely aren't in the js module either
  904. # [09:25] * Quits: romaxa (romaxa@moz-g25j7g.ca.comcast.net) (Quit: leaving)
  905. # [09:25] * romaxa_ is now known as romaxa
  906. # [09:28] <Tomcat|sheriffduty> Ms2ger: its used to fix a test regression from 13869ca774bb
  907. # [09:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/15f35dca4924 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  908. # [09:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/37b3e957eda8 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  909. # [09:30] * Joins: kepta (kepta@moz-bgt.6kh.139.14.IP)
  910. # [09:31] * Joins: RealRaven (Thunderbird@moz-jf8.3ps.129.212.IP)
  911. # [09:31] * Quits: kepta (kepta@moz-bgt.6kh.139.14.IP) (Connection closed)
  912. # [09:31] * Joins: jviereck (Adium@moz-auph1e.b6vj.g469.067c.2001.IP)
  913. # [09:31] * Joins: kepta (kepta@moz-bgt.6kh.139.14.IP)
  914. # [09:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/854a6dbbd5e4 - Marco Castelluccio - Bug 1073790 - Use "storage" perm instead of "indexedDB-unlimited". r=myk
  915. # [09:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/368f0748e882 - Blake Winton - Bug 1102937 - Add UITelemetry for the improved search bar UI. r=florian, r=felipe
  916. # [09:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/78d6f61ef980 - Marco Castelluccio - Bug 1116756 - Handle WebappOSUtils.uninstall promise rejection when running webapprt-chrome tests. r=myk
  917. # [09:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/d6389b7835f0 - Marco Castelluccio - Bug 1116771 - Fix browser_getUserMedia permission denied error message. r=myk
  918. # [09:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/9e39bd09f9ba - Marco Castelluccio - Bug 1116775 - Handle rejection in WebappManager::doUninstall. r=myk
  919. # [09:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/da12e372ed33 - Jordan Santell - Bug 1116847 - Add support for StereoPannerNodes in web audio editor. r=vp
  920. # [09:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/41656484aab8 - Chris - Bug 1117153 - Added 'keyword' param for location bar searches triggered by search engine keyword. r=gavin
  921. # [09:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/5ab0b9577eae - Paul Rouget - Bug 1117613 - [timeline] Match Google Chrome's colors and wording. r=vporof
  922. # [09:33] * Joins: kamidphish (textual@moz-ouggk0.tpgi.com.au)
  923. # [09:33] * Joins: Teodor_Druta (Thunderbird@moz-ohb.65e.79.82.IP)
  924. # [09:34] * Joins: alexbardas (alexbardas@moz-fr3.c8b.247.84.IP)
  925. # [09:34] * sewardj_ is now known as sewardj
  926. # [09:34] * Teodor_Druta is now known as Teodor_Druta|Duty
  927. # [09:34] * Joins: Jerry_Mac (hshih@moz-aj9ejj.HINET-IP.hinet.net)
  928. # [09:34] * mgerva|afk is now known as mgerva
  929. # [09:36] * Quits: botond|home (chatzilla@moz-303r5l.cpe.pppoe.ca) (Quit: ChatZilla 0.9.91.1 [Firefox 34.0/20141125180439])
  930. # [09:36] * Quits: Jerry_Mac_ (hshih@moz-aj9ejj.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
  931. # [09:36] * Joins: opnchaudhary (Thunderbird@moz-fm9.7f7.164.122.IP)
  932. # [09:37] * Parts: opnchaudhary (Thunderbird@moz-fm9.7f7.164.122.IP)
  933. # [09:38] * xidorn is now known as xidorn|away
  934. # [09:39] * Quits: jviereck (Adium@moz-auph1e.b6vj.g469.067c.2001.IP) (Quit: Leaving.)
  935. # [09:39] <Ms2ger> I still have no idea what Kirby Delauter did, but I sure won't forget his name now
  936. # [09:41] * Quits: jduell (jduell@moz-co6dsa.tukw.qwest.net) (Ping timeout: 121 seconds)
  937. # [09:41] * Quits: @dveditz (dveditz@moz-dgbov2.ca.comcast.net) (Client exited)
  938. # [09:43] * Quits: kamidphish (textual@moz-ouggk0.tpgi.com.au) (Ping timeout: 121 seconds)
  939. # [09:45] * Joins: espadrine (ttyl@moz-l019mn.fbx.proxad.net)
  940. # [09:45] * Quits: timdream (timdream@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
  941. # [09:47] <KWierso|afk> Ms2ger: that story's amazing
  942. # [09:47] <KWierso|afk> or at least amusing
  943. # [09:47] * Quits: ferjm (textual@moz-71m.3nd.202.89.IP) (Connection closed)
  944. # [09:48] * Quits: tzimmermann (tzimmermann@moz-1pb1lp.pools.vodafone-ip.de) (Quit: Ex-Chat)
  945. # [09:49] * Joins: jviereck (Adium@moz-vk75hh.ethz.ch)
  946. # [09:49] <darktrojan> glob, ping
  947. # [09:49] * Quits: RealRaven (Thunderbird@moz-jf8.3ps.129.212.IP) (Client exited)
  948. # [09:49] <glob> darktrojan, howdy stranger!
  949. # [09:49] <darktrojan> \o.
  950. # [09:49] <darktrojan> I have a question about the last resolved field for bugs
  951. # [09:50] * Joins: RealRaven (Thunderbird@moz-jf8.3ps.129.212.IP)
  952. # [09:50] <darktrojan> it appears to be pacific time, but it has no timezone shown
  953. # [09:50] <darktrojan> example https://bugzilla.mozilla.org/show_bug.cgi?id=1117324#c2
  954. # [09:50] <glob> darktrojan, yes, all bmo dates are in pacific time. where is it lacking a timezone?
  955. # [09:50] <glob> ah, inline history
  956. # [09:51] * Joins: timdream (timdream@moz-2hf62a.HINET-IP.hinet.net)
  957. # [09:51] * mattwoodrow|away is now known as mattwoodrow
  958. # [09:51] <darktrojan> I just wondered if it was stored as text or something and thus couldn't be fixed
  959. # [09:51] * glob pokes at some random keys
  960. # [09:52] * Joins: ZER0 (ZER0@moz-av6.s3c.201.176.IP)
  961. # [09:52] * Joins: rkent (Thunderbird@moz-uta551.wa.comcast.net)
  962. # [09:52] * Quits: romaxa (romaxa@moz-i4f.v4j.17.81.IP) (Quit: Bye Bye)
  963. # [09:53] <glob> darktrojan, it's a custom datetime field, however inline history doesn't know how to render them correctly evidently
  964. # [09:53] <glob> darktrojan, i need a distraction, will poke at it
  965. # [09:53] <darktrojan> heh
  966. # [09:53] <darktrojan> distractions are good
  967. # [09:53] * Joins: Delta706 (xx@moz-hjh5rt.dsl.as9105.com)
  968. # [09:54] <darktrojan> while you're at it the "copy checkin comment" thing in bugzilla tweaks is broken
  969. # [09:54] <glob> meh
  970. # [09:54] * Joins: romaxa (romaxa@moz-i4f.v4j.17.81.IP)
  971. # [09:55] * Joins: gerv (Instantbird@moz-ppf2jl.81.in-addr.arpa)
  972. # [09:56] * Joins: jhorak (jhorak@moz-16g.ma8.175.213.IP)
  973. # [09:56] * flod is now known as flod|afk
  974. # [09:56] * Quits: StevenLee (Adium@moz-2hf62a.HINET-IP.hinet.net) (Quit: Leaving.)
  975. # [09:56] * Quits: romaxa (romaxa@moz-i4f.v4j.17.81.IP) (Quit: Bye Bye)
  976. # [09:57] * darkowlzz is now known as darkowlzz|afk
  977. # [09:57] * Joins: ferjm (textual@moz-71m.3nd.202.89.IP)
  978. # [09:57] * Fallen|away is now known as Fallen
  979. # [09:57] * Joins: romaxa (romaxa@moz-i4f.v4j.17.81.IP)
  980. # [09:57] * Quits: ferjm (textual@moz-71m.3nd.202.89.IP) (Connection closed)
  981. # [09:58] * Joins: njn (chatzilla@moz-33a4k1.iinet.net.au)
  982. # [09:58] * Joins: StevenLee (Adium@moz-2hf62a.HINET-IP.hinet.net)
  983. # [09:59] * Quits: KenChang (KenChang@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
  984. # [10:00] * Joins: KenChang (KenChang@moz-2hf62a.HINET-IP.hinet.net)
  985. # [10:02] * Quits: StevenLee (Adium@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
  986. # [10:03] * Joins: StevenLee (Adium@moz-2hf62a.HINET-IP.hinet.net)
  987. # [10:04] * Joins: Standard8 (Standard8@moz-1hu.vrc.166.195.IP)
  988. # [10:04] * Quits: chrisccoulson (chr1s@moz-2r61ne.uno.uk.net) (Quit: OSError: [Errno 130] Owner died)
  989. # [10:05] * Quits: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  990. # [10:05] * Joins: chrisccoulson (chr1s@moz-2r61ne.uno.uk.net)
  991. # [10:06] * Quits: StevenLee (Adium@moz-2hf62a.HINET-IP.hinet.net) (Quit: Leaving.)
  992. # [10:06] <glob> darktrojan, bug 813630
  993. # [10:06] * Joins: stransky_ (stransky@moz-2q16pm.broadband18.iol.cz)
  994. # [10:06] * Quits: stransky_ (stransky@moz-2q16pm.broadband18.iol.cz) (Connection closed)
  995. # [10:07] <darktrojan> oh look at that I'm not the only one bothered by things like this
  996. # [10:07] <darktrojan> :)
  997. # [10:07] * Joins: jduell (jduell@moz-co6dsa.tukw.qwest.net)
  998. # [10:08] <darktrojan> glob++
  999. # [10:08] * Quits: rkent (Thunderbird@moz-uta551.wa.comcast.net) (Client exited)
  1000. # [10:09] * Joins: Jackneill (Jackneill@moz-l6dtcr.pool.digikabel.hu)
  1001. # [10:10] * Quits: jviereck (Adium@moz-vk75hh.ethz.ch) (Quit: Leaving.)
  1002. # [10:10] * Joins: rkent (Thunderbird@moz-uta551.wa.comcast.net)
  1003. # [10:11] * glob is now known as glob|away
  1004. # [10:12] * Quits: jduell (jduell@moz-co6dsa.tukw.qwest.net) (Ping timeout: 121 seconds)
  1005. # [10:13] * Quits: Cork (Cork@moz-rmmud5.priv.bahnhof.se) (Ping timeout: 121 seconds)
  1006. # [10:14] * Joins: StevenLee (Adium@moz-2hf62a.HINET-IP.hinet.net)
  1007. # [10:14] * Joins: Cork (Cork@moz-rmmud5.priv.bahnhof.se)
  1008. # [10:16] * Quits: Delta706 (xx@moz-hjh5rt.dsl.as9105.com) (Quit: much too bland)
  1009. # [10:18] * Joins: edmorley (uid27002@moz-nfn30r.uxbridge.irccloud.com)
  1010. # [10:18] * Joins: Delta706 (xx@moz-hjh5rt.dsl.as9105.com)
  1011. # [10:19] * Quits: Manny (quassel@moz-bgt.6kh.139.14.IP) (Connection closed)
  1012. # [10:19] * Joins: ManikM (quassel@moz-bgt.6kh.139.14.IP)
  1013. # [10:22] * Joins: VarCat (VarCat@moz-ohb.65e.79.82.IP)
  1014. # [10:23] * Joins: kamidphish (textual@moz-ouggk0.tpgi.com.au)
  1015. # [10:24] * Quits: espadrine (ttyl@moz-l019mn.fbx.proxad.net) (Ping timeout: 121 seconds)
  1016. # [10:25] * Quits: jhorak (jhorak@moz-16g.ma8.175.213.IP) (Connection closed)
  1017. # [10:27] * bobowen is now known as bobowen|afk
  1018. # [10:27] * bobowen|afk is now known as bobowen
  1019. # [10:28] * Joins: jviereck (Adium@moz-dfipbc.ethz.ch)
  1020. # [10:28] * Joins: jduell (jduell@moz-co6dsa.tukw.qwest.net)
  1021. # [10:32] * Quits: rniwa (rniwa@moz-t3u.b6e.164.67.IP) (Client exited)
  1022. # [10:33] * Quits: jduell (jduell@moz-co6dsa.tukw.qwest.net) (Ping timeout: 121 seconds)
  1023. # [10:35] * Joins: tzimmermann (tzimmermann@moz-1pb1lp.pools.vodafone-ip.de)
  1024. # [10:35] * Joins: jhorak (jhorak@moz-16g.ma8.175.213.IP)
  1025. # [10:35] * Quits: johnhu (hchu@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
  1026. # [10:36] * Joins: johnhu (hchu@moz-2hf62a.HINET-IP.hinet.net)
  1027. # [10:36] * Quits: mmc (uid16596@moz-rb9ith.charlton.irccloud.com) (Quit: Connection closed for inactivity)
  1028. # [10:36] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/07c75e0d6f67 - Seth Fowler - Bug 1112956 - Add IProgressObserver to permit more than one class to observe ProgressTracker. r=tn
  1029. # [10:37] * Quits: gerv (Instantbird@moz-ppf2jl.81.in-addr.arpa) (Ping timeout: 121 seconds)
  1030. # [10:38] * darkowlzz|afk is now known as darkowlzz
  1031. # [10:39] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a94ab57658c0 - Seth Fowler - Bug 1112972 (Part 1) - Minor refactoring to prepare for MultipartImage. r=tn
  1032. # [10:39] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/daf5c861dee8 - Seth Fowler - Bug 1112972 (Part 2) - Add MultipartImage and use it for multipart/x-mixed-replace image loading. r=tn
  1033. # [10:39] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d97d45fa892d - Seth Fowler - Bug 1112972 (Part 3) - Remove almost all special handling of multipart images in RasterImage. r=tn
  1034. # [10:39] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/82ff19dfa592 - Seth Fowler - Bug 1112972 (Part 4) - Remove Image::OnNewSourceData. r=tn
  1035. # [10:39] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/da5084c9e3e6 - Seth Fowler - Bug 1112972 (Part 5) - Remove almost all special handling of multipart images in ProgressTracker. r=tn
  1036. # [10:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3f32666fc1dc - Seth Fowler - Bug 1116719 - Remove Image::FrameRect. r=tn
  1037. # [10:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6e4dce410c27 - Seth Fowler - Bug 1116716 - Store animated frames in the SurfaceCache. r=tn
  1038. # [10:42] * Quits: kepta (kepta@moz-bgt.6kh.139.14.IP) (Ping timeout: 121 seconds)
  1039. # [10:42] * Quits: Delta706 (xx@moz-hjh5rt.dsl.as9105.com) (Quit: much too bland)
  1040. # [10:42] * Quits: ManikM (quassel@moz-bgt.6kh.139.14.IP) (Ping timeout: 121 seconds)
  1041. # [10:45] * Joins: gcp (gcp@moz-fen1mj.beqe.9i1r.1812.2a02.IP)
  1042. # [10:46] * Quits: francois (francois@moz-cnggv3.fmarier.org) (Quit: ZNC - http://znc.in)
  1043. # [10:46] * Joins: kepta (kepta@moz-bgt.6kh.139.14.IP)
  1044. # [10:47] * seth grumbles and codes yet another MSVC workaround
  1045. # [10:47] <seth> maybe MSVC 2015 finally doesn't suck?
  1046. # [10:48] * Quits: rkent (Thunderbird@moz-uta551.wa.comcast.net) (Client exited)
  1047. # [10:49] * Joins: ManikM (quassel@moz-bgt.6kh.139.14.IP)
  1048. # [10:51] * Quits: RealRaven (Thunderbird@moz-jf8.3ps.129.212.IP) (Client exited)
  1049. # [10:52] * Joins: RealRaven (Thunderbird@moz-jf8.3ps.129.212.IP)
  1050. # [10:52] * Joins: kaze (kaze@moz-71m.3nd.202.89.IP)
  1051. # [10:54] * Quits: StevenLee (Adium@moz-2hf62a.HINET-IP.hinet.net) (Quit: Leaving.)
  1052. # [10:55] * Quits: glandium (glandium@moz-8d53n2.ocn.ne.jp) (Quit: Coyote finally caught me)
  1053. # [10:57] * Joins: StevenLee (Adium@moz-2hf62a.HINET-IP.hinet.net)
  1054. # [11:00] * Callek is now known as Callek_disconnected
  1055. # [11:00] * Joins: glandium (glandium@moz-8d53n2.ocn.ne.jp)
  1056. # [11:01] <Ms2ger> seth, ehehehehe
  1057. # [11:01] * Joins: pauly (silaghipaul@moz-ohb.65e.79.82.IP)
  1058. # [11:01] * Quits: ManikM (quassel@moz-bgt.6kh.139.14.IP) (Ping timeout: 121 seconds)
  1059. # [11:01] * Joins: ManikM (quassel@moz-bgt.6kh.139.14.IP)
  1060. # [11:01] * Quits: kepta (kepta@moz-bgt.6kh.139.14.IP) (Ping timeout: 121 seconds)
  1061. # [11:02] * mattwoodrow is now known as mattwoodrow|away
  1062. # [11:03] * Quits: elin (elin@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
  1063. # [11:03] * Quits: jdm (jdm@moz-c3t8oe.dsl.teksavvy.com) (Quit: )
  1064. # [11:04] * Quits: nrc (nrc@moz-1crlv1.xtra.co.nz) (Ping timeout: 121 seconds)
  1065. # [11:04] * Joins: Gijs (chatzilla@moz-goo.q6m.80.5.IP)
  1066. # [11:05] * Joins: elin (elin@moz-2hf62a.HINET-IP.hinet.net)
  1067. # [11:05] * Quits: jw_wang (jw_wang@moz-2hf62a.HINET-IP.hinet.net) (Quit: 暫離)
  1068. # [11:05] * Quits: johnhu (hchu@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
  1069. # [11:05] * Quits: ManikM (quassel@moz-bgt.6kh.139.14.IP) (Ping timeout: 121 seconds)
  1070. # [11:05] <Gijs> Sylvestre: ping?
  1071. # [11:06] * Quits: njn (chatzilla@moz-33a4k1.iinet.net.au) (Ping timeout: 121 seconds)
  1072. # [11:06] * flod|afk is now known as flod
  1073. # [11:06] * Joins: nrc (nrc@moz-1crlv1.xtra.co.nz)
  1074. # [11:07] * Fallen is now known as Fallen|away
  1075. # [11:07] * Joins: ManikM (quassel@moz-bgt.6kh.139.14.IP)
  1076. # [11:07] * Quits: glandium (glandium@moz-8d53n2.ocn.ne.jp) (Quit: Coyote finally caught me)
  1077. # [11:08] * ewong is now known as ewong|away
  1078. # [11:09] * Quits: TYLin (TYLin@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
  1079. # [11:09] * Joins: gerv (Instantbird@moz-ppf2jl.81.in-addr.arpa)
  1080. # [11:10] * Joins: johnhu (hchu@moz-aj9ejj.HINET-IP.hinet.net)
  1081. # [11:10] * Joins: kepta (kepta@moz-bgt.6kh.139.14.IP)
  1082. # [11:11] * Quits: elin (elin@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
  1083. # [11:11] * Joins: gabor (gabor@moz-q2sg4u.j7lv.v76v.0a40.2a04.IP)
  1084. # [11:12] * baku|away is now known as baku
  1085. # [11:14] * Quits: johnhu (hchu@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
  1086. # [11:15] * Fallen|away is now known as Fallen
  1087. # [11:16] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/39b05ad67a2f - Hannes Verschore - Bug 1118164 - Tracelogging: Don't fail if there is no logger, r=bbouvier
  1088. # [11:16] * julienw is now known as julienw_afk
  1089. # [11:17] * Joins: johnhu (hchu@moz-2hf62a.HINET-IP.hinet.net)
  1090. # [11:19] * Quits: RealRaven (Thunderbird@moz-jf8.3ps.129.212.IP) (Client exited)
  1091. # [11:20] * Joins: RealRaven (Thunderbird@moz-jf8.3ps.129.212.IP)
  1092. # [11:21] * Fallen is now known as Fallen|away
  1093. # [11:21] * Joins: espadrine (ttyl@moz-qfr4fg.abo.wanadoo.fr)
  1094. # [11:21] * Quits: flo-retina (Instantbird@moz-frdf7e.ip-37-59-48.eu) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  1095. # [11:22] * Joins: glandium (glandium@moz-8d53n2.ocn.ne.jp)
  1096. # [11:22] * Joins: mahdi (mahdi@moz-qrj.b3k.244.151.IP)
  1097. # [11:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/9a9147872e5b - Thomas Zimmermann - Bug 1110669: Fix coding style of |RilConsumer| and it's helpers, r=htsai
  1098. # [11:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/14e25d5825f7 - Thomas Zimmermann - Bug 1110669: Improve correctness of |RilConsumer| and its helpers, r=htsai
  1099. # [11:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/9bf521b43c84 - Thomas Zimmermann - Bug 1110669: Inherit |RilConsumer| from |StreamSocket|, r=qdot
  1100. # [11:23] * Fallen|away is now known as Fallen
  1101. # [11:24] * Quits: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net) (Connection closed)
  1102. # [11:24] * Joins: njn (chatzilla@moz-33a4k1.iinet.net.au)
  1103. # [11:25] * Joins: yliao (yliao@moz-aj9ejj.HINET-IP.hinet.net)
  1104. # [11:26] * Quits: m_kato (m_kato@moz-86b4bs.bitcat.net) (Quit: Leaving...)
  1105. # [11:26] * Quits: Morris (Morris@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
  1106. # [11:26] * Quits: johnhu (hchu@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
  1107. # [11:27] * Quits: glandium (glandium@moz-8d53n2.ocn.ne.jp) (Quit: Coyote finally caught me)
  1108. # [11:28] * Quits: yliao (yliao@moz-aj9ejj.HINET-IP.hinet.net) (Connection closed)
  1109. # [11:28] * Quits: timdream (timdream@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
  1110. # [11:29] * Joins: timdream (timdream@moz-2hf62a.HINET-IP.hinet.net)
  1111. # [11:32] * Joins: givanica (Thunderbird@moz-g4j.rug.121.86.IP)
  1112. # [11:32] * Quits: jviereck (Adium@moz-dfipbc.ethz.ch) (Quit: Leaving.)
  1113. # [11:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/1e76255040ad - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1114. # [11:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/2ba09c9c7479 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1115. # [11:34] * Joins: johnhu (hchu@moz-2hf62a.HINET-IP.hinet.net)
  1116. # [11:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/6aa9be9df450 - Thomas Zimmermann - Bug 1095488: Add Bluetooth AVRCP helpers, r=shuang
  1117. # [11:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/68e1922b83f0 - Thomas Zimmermann - Bug 1095488: Add Bluetooth AVRCP module, r=shuang
  1118. # [11:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/e48fd6fe791f - Thomas Zimmermann - Bug 1095488: Added Bluetooth AVRCP interface, r=shuang
  1119. # [11:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/5968614a4768 - Thomas Zimmermann - Bug 1095488: Added AVRCP support for Bluetooth daemon backend, r=shuang
  1120. # [11:35] * Quits: RealRaven (Thunderbird@moz-jf8.3ps.129.212.IP) (Client exited)
  1121. # [11:36] * Joins: RealRaven (Thunderbird@moz-jf8.3ps.129.212.IP)
  1122. # [11:36] * Joins: glandium (glandium@moz-8d53n2.ocn.ne.jp)
  1123. # [11:36] * Quits: johnhu (hchu@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
  1124. # [11:37] * darkowlzz is now known as darkowlzz|afk
  1125. # [11:38] * Joins: jviereck (Adium@moz-auph1e.b6vj.g469.067c.2001.IP)
  1126. # [11:38] * Joins: johnhu (hchu@moz-2hf62a.HINET-IP.hinet.net)
  1127. # [11:40] * darkowlzz|afk is now known as darkowlzz
  1128. # [11:40] * Quits: timdream (timdream@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
  1129. # [11:41] * Joins: timdream (timdream@moz-2hf62a.HINET-IP.hinet.net)
  1130. # [11:42] * Quits: Jerry_Mac (hshih@moz-aj9ejj.HINET-IP.hinet.net) (Quit: This computer has gone to sleep)
  1131. # [11:43] <Tomcat|sheriffduty> seth: ping
  1132. # [11:43] <seth> Tomcat|sheriffduty: pong
  1133. # [11:43] <seth> it's never good to be pinged by a sheriff
  1134. # [11:43] * Tomcat|sheriffduty is not that bad :(
  1135. # [11:43] <Tomcat|sheriffduty> :)
  1136. # [11:43] <Tomcat|sheriffduty> seth: bustage on inbound
  1137. # [11:44] <seth> looking
  1138. # [11:44] * Quits: johnhu (hchu@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
  1139. # [11:45] * Quits: seanlin (Thunderbird@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
  1140. # [11:46] <seth> Tomcat|sheriffduty: oh dang, that linux build failure?
  1141. # [11:46] <seth> Tomcat|sheriffduty: let me push a followup
  1142. # [11:47] <seth> it's just missing a #include
  1143. # [11:47] * Quits: timdream (timdream@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
  1144. # [11:48] * Joins: smaug (chatzilla@moz-7dv8tf.bb.dnainternet.fi)
  1145. # [11:48] * killer sets mode: +o smaug
  1146. # [11:48] * pbrosset is now known as pbrosset|afk
  1147. # [11:50] * Rik|afk is now known as Rik
  1148. # [11:50] * Quits: KenChang (KenChang@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
  1149. # [11:50] <Tomcat|sheriffduty> seth: yeah sure feel free, tree is closed so you need to include CLOSED TREE in the commit message when you push
  1150. # [11:52] <seth> Tomcat|sheriffduty: ok. just pushed the followup. thanks for letting me know!
  1151. # [11:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/839f6e4f322a - Seth Fowler - Bug 1116716 (Followup) - Add missing header file in FrameAnimator.cpp on a CLOSED TREE. r=me
  1152. # [11:53] * Quits: JamesCheng (james@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
  1153. # [11:53] * Joins: JamesCheng (james@moz-2hf62a.HINET-IP.hinet.net)
  1154. # [11:55] <Tomcat|sheriffduty> seth: np, thanks to you!
  1155. # [11:56] * Joins: opnchaudhary (Thunderbird@moz-uki.go5.164.122.IP)
  1156. # [11:57] * Quits: kamidphish (textual@moz-ouggk0.tpgi.com.au) (Ping timeout: 121 seconds)
  1157. # [11:58] * Joins: Delta706 (xx@moz-hjh5rt.dsl.as9105.com)
  1158. # [11:58] * Joins: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net)
  1159. # [11:58] * Quits: evanxd (Adium@moz-3qu405.dynamic.hinet.net) (Quit: Leaving.)
  1160. # [11:58] * Joins: m_gol (m_gol@moz-eru58u.static.chello.pl)
  1161. # [11:59] * Joins: jacek (jacek@moz-hbt3j4.psi.wroc.pl)
  1162. # [11:59] * Quits: ManikM (quassel@moz-bgt.6kh.139.14.IP) (Connection closed)
  1163. # [11:59] * Quits: wesley_huang (wesley_huan@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
  1164. # [12:00] * Joins: timdream (timdream@moz-2hf62a.HINET-IP.hinet.net)
  1165. # [12:01] * Quits: timdream (timdream@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
  1166. # [12:01] * Joins: Jerry_Mac (hshih@moz-2hf62a.HINET-IP.hinet.net)
  1167. # [12:03] * Quits: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
  1168. # [12:05] * Joins: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net)
  1169. # [12:06] * Quits: cornel_ionce (Mibbit@moz-662.esi.231.62.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1170. # [12:10] * Quits: ggp (ggp@moz-em6.dr1.205.191.IP) (Ping timeout: 121 seconds)
  1171. # [12:10] * Quits: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
  1172. # [12:12] * Quits: vicamo (vicamo@moz-8o1.p7n.41.175.IP) (Client exited)
  1173. # [12:13] * Quits: pedroff (quassel@moz-crj.r67.4.81.IP) (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.)
  1174. # [12:14] * Joins: ggp (ggp@moz-u6b.l2u.205.191.IP)
  1175. # [12:14] * Quits: edenchuang (uid46829@moz-g8d4rq.uxbridge.irccloud.com) (Quit: Connection closed for inactivity)
  1176. # [12:15] * Quits: KuoE0 (KuoE0@moz-aj9ejj.HINET-IP.hinet.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  1177. # [12:16] * Quits: imjalpreet (Thunderbird@moz-9i1.k6o.139.14.IP) (Ping timeout: 121 seconds)
  1178. # [12:17] * Joins: mastizada (Thunderbird@moz-daq.v53.6.95.IP)
  1179. # [12:18] * Quits: jtcranmer (jcranmer@moz-a7sf9i.csl.tjhsst.edu) (Ping timeout: 121 seconds)
  1180. # [12:18] * Joins: ManikM (quassel@moz-bgt.6kh.139.14.IP)
  1181. # [12:19] * Joins: jtcranmer (jcranmer@moz-a7sf9i.csl.tjhsst.edu)
  1182. # [12:20] * Quits: mastizada (Thunderbird@moz-daq.v53.6.95.IP) (Connection closed)
  1183. # [12:20] * Joins: mastizada (Thunderbird@moz-daq.v53.6.95.IP)
  1184. # [12:20] * Quits: StevenLee (Adium@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
  1185. # [12:21] * Joins: clokep (Instantbird@moz-uogj6q.cable.rcn.com)
  1186. # [12:24] * Quits: mastizada (Thunderbird@moz-daq.v53.6.95.IP) (Ping timeout: 121 seconds)
  1187. # [12:25] * Joins: pnkfelix (pnkfelix@moz-eljppb.fbx.proxad.net)
  1188. # [12:26] * Quits: jviereck (Adium@moz-auph1e.b6vj.g469.067c.2001.IP) (Quit: Leaving.)
  1189. # [12:26] * Joins: flo-retina (Instantbird@moz-frdf7e.ip-37-59-48.eu)
  1190. # [12:26] * Quits: flo-retina (Instantbird@moz-frdf7e.ip-37-59-48.eu) (Connection closed)
  1191. # [12:26] * Joins: flo-retina (Instantbird@moz-frdf7e.ip-37-59-48.eu)
  1192. # [12:27] * Teodor_Druta|Duty is now known as Teodor_Druta|Duty|lunch
  1193. # [12:27] * Joins: Manny (quassel@moz-bgt.6kh.139.14.IP)
  1194. # [12:27] * Quits: ManikM (quassel@moz-bgt.6kh.139.14.IP) (Connection closed)
  1195. # [12:28] * Quits: ggp (ggp@moz-u6b.l2u.205.191.IP) (Ping timeout: 121 seconds)
  1196. # [12:28] * mgerva is now known as mgerva|lunch
  1197. # [12:29] * Quits: kilikkuo (Mibbit@moz-2hf62a.HINET-IP.hinet.net) (Quit: http://www.mibbit.com ajax IRC Client)
  1198. # [12:29] * Joins: ggp (ggp@moz-oip.02c.95.177.IP)
  1199. # [12:32] * Quits: Manny (quassel@moz-bgt.6kh.139.14.IP) (Connection closed)
  1200. # [12:32] * Quits: njn (chatzilla@moz-33a4k1.iinet.net.au) (Ping timeout: 121 seconds)
  1201. # [12:35] * Quits: Edgar (Thunderbird@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
  1202. # [12:41] * Joins: jimm (jmathies@moz-met.a66.235.67.IP)
  1203. # [12:43] * Joins: MarcoZ (marco.zehe@moz-tb35md.dip0.t-ipconnect.de)
  1204. # [12:43] * Joins: KuoE0 (KuoE0@moz-1fabjf.HINET-IP.hinet.net)
  1205. # [12:43] * Quits: kepta (kepta@moz-bgt.6kh.139.14.IP) (Quit: Leaving...)
  1206. # [12:43] * Quits: allstarschh (allstars@moz-aj9ejj.HINET-IP.hinet.net) (A TLS packet with unexpected length was received.)
  1207. # [12:45] * whimboo is now known as whimboo|afk
  1208. # [12:46] * Quits: shelly (shelly@moz-2hf62a.HINET-IP.hinet.net) (Quit: Leaving)
  1209. # [12:46] * Teodor_Druta|Duty|lunch is now known as Teodor_Druta|Duty
  1210. # [12:47] * Joins: Mano (mano@moz-kji1k1.dynamic.barak-online.net)
  1211. # [12:48] * jandem is now known as jandem-brb
  1212. # [12:49] * Joins: dao (Thunderbird@moz-4de4ns.j7lv.v76v.0a40.2a04.IP)
  1213. # [12:49] * Joins: ddamjano (Instantbird@moz-mah.3sm.200.212.IP)
  1214. # [12:50] * FuzzyFox|afk is now known as FuzzyFox
  1215. # [12:51] <@ted> gaston: i asked you in a bug but i've lost that now, did all the NSPR patches you need land in the NSPR repo?
  1216. # [12:51] * Quits: Mano (mano@moz-kji1k1.dynamic.barak-online.net) (Ping timeout: 121 seconds)
  1217. # [12:51] * Joins: kamidphish (textual@moz-ouggk0.tpgi.com.au)
  1218. # [12:52] * Joins: KaiRo (robert@moz-l9a6el.highway.telekom.at)
  1219. # [12:53] * Joins: mastizada (Thunderbird@moz-daq.v53.6.95.IP)
  1220. # [12:53] * Quits: gcp (gcp@moz-fen1mj.beqe.9i1r.1812.2a02.IP) (Ping timeout: 121 seconds)
  1221. # [12:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/91117e6349d0 - Mark Banner - Bug 1079227 - Loop feedback form should always allow comments. r=nperriault
  1222. # [12:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/9e315e49e73a - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1223. # [12:56] * Joins: CristinaM (Instantbird@moz-662.esi.231.62.IP)
  1224. # [12:57] * Joins: tedders1_ (tedders1@moz-nrn6io.fnjk.s0pt.0450.2001.IP)
  1225. # [12:57] * baku is now known as baku|away
  1226. # [12:57] * Quits: ddamjano (Instantbird@moz-mah.3sm.200.212.IP) (Ping timeout: 121 seconds)
  1227. # [12:59] * FuzzyFox is now known as FuzzyFox|afk
  1228. # [12:59] * Quits: tedders1 (tedders1@moz-u0u8qq.ckpj.s0pt.0450.2001.IP) (Ping timeout: 121 seconds)
  1229. # [13:01] * Quits: tedders1_ (tedders1@moz-nrn6io.fnjk.s0pt.0450.2001.IP) (Ping timeout: 121 seconds)
  1230. # [13:04] * Joins: paolo (paolo@moz-74a.0nt.218.207.IP)
  1231. # [13:07] * Joins: gcp (gcp@moz-fen1mj.beqe.9i1r.1812.2a02.IP)
  1232. # [13:09] * mgerva|lunch is now known as mgerva
  1233. # [13:10] * Quits: ggp (ggp@moz-oip.02c.95.177.IP) (Ping timeout: 121 seconds)
  1234. # [13:10] * Quits: clokep (Instantbird@moz-uogj6q.cable.rcn.com) (Ping timeout: 121 seconds)
  1235. # [13:16] * Quits: Delta706 (xx@moz-hjh5rt.dsl.as9105.com) (Quit: much too bland)
  1236. # [13:17] * Parts: opnchaudhary (Thunderbird@moz-uki.go5.164.122.IP)
  1237. # [13:17] * Joins: ddamjano (Instantbird@moz-mah.3sm.200.212.IP)
  1238. # [13:18] * Joins: alexbard_ (alexbardas@moz-hh7.h8s.166.109.IP)
  1239. # [13:19] * Quits: alexbardas (alexbardas@moz-fr3.c8b.247.84.IP) (Ping timeout: 121 seconds)
  1240. # [13:19] * Quits: h4writer (h4writer@moz-lcj9pu.access.telenet.be) (Ping timeout: 121 seconds)
  1241. # [13:21] * Joins: benfrancis (uid16068@moz-u0phi1.charlton.irccloud.com)
  1242. # [13:22] * Joins: alexbardas (alexbardas@moz-s0570d.BR.idilis.net)
  1243. # [13:22] * Quits: alexbard_ (alexbardas@moz-hh7.h8s.166.109.IP) (Connection closed)
  1244. # [13:23] * Joins: imjalpreet (Thunderbird@moz-9i1.k6o.139.14.IP)
  1245. # [13:23] * Quits: darktrojan (geoff@moz-rdppp8.dsl.telstraclear.net) (Client exited)
  1246. # [13:24] * Joins: ggp (ggp@moz-riab7a.telesp.net.br)
  1247. # [13:25] * Joins: nattokirai (nattokirai@moz-rq9a8e.asahi-net.or.jp)
  1248. # [13:25] * Joins: jfkthame (jfkthame@moz-2a7.i06.29.2.IP)
  1249. # [13:26] * pbrosset|afk is now known as pbrosset
  1250. # [13:30] <gaston> ted: there was only one and yes it landed in nspr, i just need the cset to migrate to m-c
  1251. # [13:30] * darkowlzz is now known as darkowlzz|afk
  1252. # [13:30] <gaston> ted: was https://bugzilla.mozilla.org/show_bug.cgi?id=1107063
  1253. # [13:30] * darkowlzz|afk is now known as darkowlzz
  1254. # [13:31] <@ted> gaston: okay, i can tag that and someone can push it
  1255. # [13:32] <@ted> (do you have commit access?)
  1256. # [13:32] <gaston> yes but im not sure of the mechanics
  1257. # [13:33] <gaston> i can push a cset to m-i but not sure about all the surrounding nspr goo
  1258. # [13:33] * darkowlzz is now known as darkowlzz|afk
  1259. # [13:33] * jandem-brb is now known as jandem
  1260. # [13:33] <gaston> i just hope that the cset makes it before the merge if not too late already
  1261. # [13:34] <@ted> gaston: i just tagged NSPR, the update is easy
  1262. # [13:34] <@ted> gaston: you have 5 days before the next merge
  1263. # [13:34] <@ted> so it's okay
  1264. # [13:34] <@ted> http://whattrainisitnow.com/
  1265. # [13:34] * Joins: h4writer (h4writer@moz-lcj9pu.access.telenet.be)
  1266. # [13:34] * Joins: tedders1 (tedders1@moz-6eah7j.cable.rogers.com)
  1267. # [13:35] <@ted> gaston: in your mozilla source dir run "python client.py update_nspr NSPR_4_10_8_BETA2"
  1268. # [13:36] <@ted> that will update the copy under nsprpub/ and then you can commit it and push it with r=ted
  1269. # [13:36] * Dexter is now known as Dexter|afk
  1270. # [13:37] * Ms2ger wonders what's left in client.py and if we should move it all into mach
  1271. # [13:37] * Quits: jkitch (Thunderbird@moz-o08vk5.k4n0.vhij.44b8.2001.IP) (Client exited)
  1272. # [13:37] <Ms2ger> Nice, mixed 2-space and 4-space indentation in one function
  1273. # [13:37] * Joins: jkitch (Thunderbird@moz-o08vk5.k4n0.vhij.44b8.2001.IP)
  1274. # [13:37] * Joins: timdream (timdream@moz-a28nlb.dynamic.hinet.net)
  1275. # [13:39] <gaston> ted: ok, will try ... but isnt it an 'issue' to have a non-release nspr in a release branch ?
  1276. # [13:39] * Quits: timdream (timdream@moz-a28nlb.dynamic.hinet.net) (Client exited)
  1277. # [13:39] <@ted> gaston: yeah, we'll get that sorted out
  1278. # [13:39] <@ted> not your problem
  1279. # [13:39] <@ted> we already have BETA1 in m-c IIRC
  1280. # [13:39] <gaston> oki, good to know :)
  1281. # [13:40] <@ted> (usually all that's involved is doing an NSPR release, bumping the version from beta to release)
  1282. # [13:40] * Joins: jviereck (Adium@moz-hg9e9p.ethz.ch)
  1283. # [13:41] <Ms2ger> Is NSPR dead yet?
  1284. # [13:42] <@ted> no
  1285. # [13:42] <@ted> even if we stripped it out of gecko we'd still have NSS
  1286. # [13:42] * Quits: boris (boris@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
  1287. # [13:42] <Ms2ger> Is NSS dead yet?
  1288. # [13:43] <gcp> maybe if one of the openssl forks ends up amounting to something
  1289. # [13:44] <@ted> ¯\_(ツ)_/¯ crypto libs
  1290. # [13:44] <gaston> you can switch to libressl :)
  1291. # [13:44] <nemo> hrm. kind of annoying FF sending me to a webpage just to tell me my FF4 is out of date. I know that. It just happens to be the last version of Firefox that still works to configure the wifi here...
  1292. # [13:44] * Joins: timdream (timdream@moz-a28nlb.dynamic.hinet.net)
  1293. # [13:44] <gcp> gaston: didn't they rip out win support?
  1294. # [13:45] <gaston> gcp: no, it's been readded but 'properly'
  1295. # [13:45] <gaston> ie less #ifdef spaghetti
  1296. # [13:45] * jimm is now known as jimm-apt
  1297. # [13:45] <Ms2ger> Calling rust-ssl
  1298. # [13:46] <gaston> gcp: http://undeadly.org/cgi?action=article&sid=20141201141720 that was a month ago
  1299. # [13:46] <gcp> "Performance-wise, it's currently about 50x slower than Cygwin's native openssl.exe"
  1300. # [13:46] <gcp> I'
  1301. # [13:46] <gcp> m sold
  1302. # [13:47] <Ms2ger> Srsly, would be good to get rid of those crappy C SSL libs
  1303. # [13:47] * Quits: mastizada (Thunderbird@moz-daq.v53.6.95.IP) (Ping timeout: 121 seconds)
  1304. # [13:48] <bagder> C libs run the world...
  1305. # [13:48] * Quits: endle (endle@moz-md6.skh.78.59.IP) (Quit: Leaving)
  1306. # [13:48] <@ted> Ms2ger: i would support a rust crypto lib
  1307. # [13:48] <Ms2ger> I'd rather run C libs off the road
  1308. # [13:49] <@ted> gcp: 50x slower than *cygwin*'s version
  1309. # [13:49] <@ted> oof
  1310. # [13:49] <jgraham> I think everyone supports a rust crypto lib in principle, but everyone also knows that you shouldn't implement crypto
  1311. # [13:49] <jgraham> So there's a meeting of a rock and a hard place
  1312. # [13:49] <@ted> yeah
  1313. # [13:50] <@ted> is there any intersection of "people who understand crypto" and "people who know how to write rust" that we could throw money at?
  1314. # [13:50] <Ms2ger> jgraham, sadly, it's the people who don't know that you shouldn't implement crypto that do
  1315. # [13:50] * Quits: VarCat (VarCat@moz-ohb.65e.79.82.IP) (Connection closed)
  1316. # [13:51] * Quits: timdream (timdream@moz-a28nlb.dynamic.hinet.net) (Client exited)
  1317. # [13:51] <froydnj> Tomcat|sheriffduty: do the dt1 oranges on https://treeherder.mozilla.org/#/jobs?repo=try&revision=3b0ed89a986c look like proper intermittents?
  1318. # [13:51] <nicoo> jgraham: You shouldn't implement crypto ... if there is existing good crypto (and you should never, EVER invent your own crypto schemes or use old/weird stuff)
  1319. # [13:51] * Joins: timdream (timdream@moz-a28nlb.dynamic.hinet.net)
  1320. # [13:51] <froydnj> Tomcat|sheriffduty: there's some test failures mixed in there that don't come up for starring
  1321. # [13:52] * AutomatedTester|AFK is now known as AutomatedTester
  1322. # [13:52] * darkowlzz|afk is now known as darkowlzz
  1323. # [13:52] <nicoo> ted: I'm in the intersection, but my current contract prevent money being thrown at me :þ (The University wants me to stay bought) However, you can point me to the right direction, I've been meaning to do more Rust :3
  1324. # [13:53] <Tomcat|sheriffduty> froydnj: checkin
  1325. # [13:53] <Tomcat|sheriffduty> checking i mean :)
  1326. # [13:53] <Ms2ger> nicoo, well, we're basically looking for someone to make the project exist :)
  1327. # [13:53] * Joins: Enn (enn@moz-psaljv.ckpj.s0pt.0450.2001.IP)
  1328. # [13:53] <froydnj> Tomcat|sheriffduty: in particular, the browser_dbg_breakpoints-contextmenu-add.js ...but retriggers have come up green
  1329. # [13:54] <Ms2ger> nicoo, there's lots of people who'd be interested to work on it, but nobody enough to actually lead :)
  1330. # [13:54] <Tomcat|sheriffduty> froydnj: hm seems there is a bug missing for the timeouts but so far it seems intermittent and not from your push
  1331. # [13:54] * froydnj would like to think he lives at the right intersection of skillz
  1332. # [13:54] <nicoo> Ms2ger: Ah, ok. At some point I read about a Rust crypto thing, but perhaps it was only people wanting to do it
  1333. # [13:54] <Tomcat|sheriffduty> have seen this on inbound too i think
  1334. # [13:54] * Quits: Dagger (dagger@moz-5el3lt.7bea.10r6.0470.2001.IP) (Ping timeout: 121 seconds)
  1335. # [13:54] <Ms2ger> nicoo, I don't think anyone started something serious
  1336. # [13:55] <derf> Implementing crypto is easy.
  1337. # [13:55] * Quits: timdream (timdream@moz-a28nlb.dynamic.hinet.net) (Client exited)
  1338. # [13:55] <derf> Step 1: Write the best code you can possibly imagine.
  1339. # [13:56] <Ms2ger> Step 2: ???
  1340. # [13:56] <Ms2ger> Step 3: NSA profit
  1341. # [13:56] <derf> Step 2: Become popular enough that thousands and thousands of people tell you how you did it all horribly, horribly, wrong.
  1342. # [13:56] <froydnj> Step 2: get pwned because your imagination is too limited
  1343. # [13:56] <evilpie> Step 3: Everybody uses it anyways
  1344. # [13:56] <derf> evilpie: That does appear to be the OpenSSL approach.
  1345. # [13:57] <froydnj> Tomcat|sheriffduty: ok, thanks!
  1346. # [13:57] <bagder> let the one who never did a security problem throw the first stone
  1347. # [13:58] * Ms2ger throws the first stone at himself
  1348. # [13:58] * Quits: jkitch (Thunderbird@moz-o08vk5.k4n0.vhij.44b8.2001.IP) (Ping timeout: 121 seconds)
  1349. # [14:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a862343408d4 - Nathan Froyd - Bug 1117860 - part 1 - factor sources->unified file computation out of _add_unified_build_rules; r=mshal
  1350. # [14:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a5dcb0bb6327 - Nathan Froyd - Bug 1117860 - part 2 - factor out unified file writing from _add_unified_build_rules; r=mshal
  1351. # [14:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9ff1c6ac21d4 - Nathan Froyd - Bug 1117850 - package llvm-symbolizer with the installer when MOZ_TSAN is enabled; r=glandium
  1352. # [14:00] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=c7ae19c5b2ed - 29 changesets
  1353. # [14:00] * Joins: timdream (timdream@moz-a28nlb.dynamic.hinet.net)
  1354. # [14:03] * Quits: timdream (timdream@moz-a28nlb.dynamic.hinet.net) (Client exited)
  1355. # [14:03] * Joins: mastizada (Thunderbird@moz-daq.v53.6.95.IP)
  1356. # [14:03] * Joins: RealRaven1 (Thunderbird@moz-8uv.i9s.129.212.IP)
  1357. # [14:04] * Joins: timdream (timdream@moz-a28nlb.dynamic.hinet.net)
  1358. # [14:04] * Quits: timdream (timdream@moz-a28nlb.dynamic.hinet.net) (Client exited)
  1359. # [14:04] * darkowlzz is now known as darkowlzz|afk
  1360. # [14:05] * Quits: RealRaven (Thunderbird@moz-jf8.3ps.129.212.IP) (Ping timeout: 121 seconds)
  1361. # [14:07] * Joins: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net)
  1362. # [14:08] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/8ab4936fe297 - B2G Bumper Bot - Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
  1363. # [14:08] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/fb568b084a1c - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1364. # [14:08] * Dexter|afk is now known as Dexter
  1365. # [14:08] * Joins: maxli (maxli@moz-favcmk.cs.uwaterloo.ca)
  1366. # [14:09] * Quits: Jerry_Mac (hshih@moz-2hf62a.HINET-IP.hinet.net) (Quit: Leaving)
  1367. # [14:10] * Joins: Jerry_Mac (hshih@moz-2hf62a.HINET-IP.hinet.net)
  1368. # [14:10] * Joins: shine (uid50849@moz-5q9ti4.highgate.irccloud.com)
  1369. # [14:11] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout: 121 seconds)
  1370. # [14:11] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=395cc3fd41ae - 54 changesets
  1371. # [14:11] * Quits: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
  1372. # [14:13] * jmaher|afk is now known as jmaher
  1373. # [14:14] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=206205dd8bd1 - 34 changesets
  1374. # [14:14] * Joins: timdream (timdream@moz-a28nlb.dynamic.hinet.net)
  1375. # [14:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/03e253651e75 - James Graham - Bug 1118722 - Update web-platform-tests to revision a4f1782fd9e93746364ed219e60a8c2bafd0910e, a=testonly
  1376. # [14:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/68b02c34090c - James Graham - Bug 1118722 - Update web-platform-tests expected data, a=testonly
  1377. # [14:16] * Quits: timdream (timdream@moz-a28nlb.dynamic.hinet.net) (Client exited)
  1378. # [14:16] <gaston> ted: what's the deal with the blank line in nsprpub/config/prdepend.h ?
  1379. # [14:16] * Joins: timdream (timdream@moz-a28nlb.dynamic.hinet.net)
  1380. # [14:17] * Quits: timdream (timdream@moz-a28nlb.dynamic.hinet.net) (Client exited)
  1381. # [14:18] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  1382. # [14:18] * Quits: JamesCheng (james@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
  1383. # [14:19] <gaston> ted: and do i need to file a bug for the uplift or just reference it in the merged commits ?
  1384. # [14:19] * Joins: surkov (surkov@moz-v8g78c.cpe.teksavvy.com)
  1385. # [14:23] * whimboo|afk is now known as whimboo
  1386. # [14:23] * Joins: Edgar (Thunderbird@moz-mp9sal.dynamic.hinet.net)
  1387. # [14:25] * darkowlzz|afk is now known as darkowlzz
  1388. # [14:25] * Joins: timdream (timdream@moz-a28nlb.dynamic.hinet.net)
  1389. # [14:26] * Quits: Jerry_Mac (hshih@moz-2hf62a.HINET-IP.hinet.net) (Quit: Leaving)
  1390. # [14:28] <Ms2ger> gaston, the build system is broken, so everything depends on nsprpub/config/prdepend.h, so everything will rebuild
  1391. # [14:29] <gaston> yeah but does it mean updating nspr should remove the empty line in it (effectively forcing a rebuild) or it shouldnt ?
  1392. # [14:30] <Ms2ger> It should
  1393. # [14:30] <gaston> no changes needed to nsprpub/config/prdepend.h
  1394. # [14:30] <gaston> old state of nsprpub/config/prdepend.h is: has blank line
  1395. # [14:30] <gaston> toggling blank line in: nsprpub/config/prdepend.h
  1396. # [14:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?changeset=e4a35e6a726e - 65 changesets
  1397. # [14:30] <gaston> funny :)
  1398. # [14:30] * Joins: JamesCheng (james@moz-2hf62a.HINET-IP.hinet.net)
  1399. # [14:30] <gaston> anyway, back to work, i'll hopefully finish that tmrw
  1400. # [14:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/02b4ccc6cc91 - Ujjwal Wahi - Bug 1100363 - Maintain preference case. r=whimboo
  1401. # [14:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/pushloghtml?changeset=3a1103c584cb - 85 changesets
  1402. # [14:34] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
  1403. # [14:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/pushloghtml?changeset=d5707dca1713 - 89 changesets
  1404. # [14:36] * darkowlzz is now known as darkowlzz|afk
  1405. # [14:37] * Joins: ahal (ahal@moz-blga2k.cpe.pppoe.ca)
  1406. # [14:38] * Joins: RyanVM (Thunderbird@moz-hbb9mb.fios.verizon.net)
  1407. # [14:41] * darkowlzz|afk is now known as darkowlzz
  1408. # [14:42] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Client exited)
  1409. # [14:50] * Quits: dria (dria@moz-am5.1q4.171.192.IP) (Ping timeout: 121 seconds)
  1410. # [14:51] * Joins: bz (bzbarsky@moz-m10oko.fios.verizon.net)
  1411. # [14:51] * bz loves standards mailing lists that bounce your message with an error message in French
  1412. # [14:54] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/24377e7d9d8c - Jan Varga - Bug 1110067 - Presence of asmjs cache in storage/temporary causing indexedDB.open() to fail for non-persistent storage; r=bent a=sylvestre
  1413. # [14:54] * rail_away is now known as rail
  1414. # [14:55] * Quits: @smaug (chatzilla@moz-7dv8tf.bb.dnainternet.fi) (Ping timeout: 121 seconds)
  1415. # [14:56] * darkowlzz is now known as darkowlzz|afk
  1416. # [14:57] * Joins: dria (dria@moz-am5.1q4.171.192.IP)
  1417. # [14:57] * Joins: Pike (chatzilla@moz-7fuldt.pool.mediaWays.net)
  1418. # [14:57] * Quits: jviereck (Adium@moz-hg9e9p.ethz.ch) (Quit: Leaving.)
  1419. # [14:57] * Joins: davidb (davidb@moz-i5m.05u.207.66.IP)
  1420. # [14:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/ec519dcb27a6 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1421. # [14:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/37075000ece9 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1422. # [14:58] * Quits: janv (varga@moz-d0ttdd.dynamic.orange.sk) (Ping timeout: 121 seconds)
  1423. # [15:01] * Joins: mak (uid24946@moz-7ljuor.highgate.irccloud.com)
  1424. # [15:02] * Quits: mastizada (Thunderbird@moz-daq.v53.6.95.IP) (Ping timeout: 121 seconds)
  1425. # [15:02] * Joins: mastizada (Thunderbird@moz-daq.v53.6.95.IP)
  1426. # [15:03] * Joins: wlach (wlach@moz-5tlj2g.vif.net)
  1427. # [15:03] * Quits: nattokirai (nattokirai@moz-rq9a8e.asahi-net.or.jp) (Client exited)
  1428. # [15:05] * Joins: jviereck (Adium@moz-auph1e.b6vj.g469.067c.2001.IP)
  1429. # [15:05] * Quits: timdream (timdream@moz-a28nlb.dynamic.hinet.net) (Client exited)
  1430. # [15:08] * Joins: evanxd (Adium@moz-9ph.kbq.0.123.IP)
  1431. # [15:13] * Quits: evanxd (Adium@moz-9ph.kbq.0.123.IP) (Ping timeout: 121 seconds)
  1432. # [15:13] * Fallen is now known as Fallen|away
  1433. # [15:18] * jimm-apt is now known as jimm
  1434. # [15:19] * lmandel_afk is now known as lmandel
  1435. # [15:20] * Quits: kamidphish (textual@moz-ouggk0.tpgi.com.au) (Ping timeout: 121 seconds)
  1436. # [15:20] * Joins: ericjung (ericjung@moz-bq1ke7.7ch4.iin2.0006.2601.IP)
  1437. # [15:20] * davidb is now known as davidb|afk
  1438. # [15:21] * Joins: yzen (yzen@moz-i5m.05u.207.66.IP)
  1439. # [15:23] * Ms2ger wonders when libffi was last updated
  1440. # [15:24] * davidb|afk is now known as davidb
  1441. # [15:25] <gaston> Ms2ger: iirc ryanvm updated it not so long ago
  1442. # [15:25] <RyanVM> Ms2ger: 3.1
  1443. # [15:25] * Joins: timdream (timdream@moz-a28nlb.dynamic.hinet.net)
  1444. # [15:26] * Quits: sheeri (sheeri@moz-dkjr1g.scl3.mozilla.com) (Quit: leaving)
  1445. # [15:26] * bc|afk is now known as bc
  1446. # [15:28] * catlee-away is now known as catlee
  1447. # [15:28] * Joins: Zupoman (mistrzmag@moz-qc3.esk.224.91.IP)
  1448. # [15:29] * Joins: sheeri (uid60217@moz-b8uo7b.uxbridge.irccloud.com)
  1449. # [15:29] * mgerva is now known as mgerva|brb
  1450. # [15:29] * Joins: evanxd (Adium@moz-9ph.kbq.0.123.IP)
  1451. # [15:29] * Quits: evanxd (Adium@moz-9ph.kbq.0.123.IP) (Connection closed)
  1452. # [15:30] * Joins: tromey (tromey@moz-2d91tj.hlrn.qwest.net)
  1453. # [15:31] * Quits: heftig (heftig@moz-5r9s0n.archlinux.org) (Connection closed)
  1454. # [15:31] * Joins: heftig (heftig@moz-5r9s0n.archlinux.org)
  1455. # [15:31] * Joins: catalinb (catalin@moz-tm0.n6k.25.188.IP)
  1456. # [15:32] * Joins: janv (varga@moz-d0ttdd.dynamic.orange.sk)
  1457. # [15:32] * darkowlzz|afk is now known as darkowlzz
  1458. # [15:33] * Quits: Shrooms` (mint@moz-7srl5t.ip.windstream.net) (Quit: Leaving)
  1459. # [15:34] * mgerva|brb is now known as mgerva
  1460. # [15:36] * Quits: imjalpreet (Thunderbird@moz-9i1.k6o.139.14.IP) (Ping timeout: 121 seconds)
  1461. # [15:36] * Quits: nelsk (nelsk@moz-c1g602.res.rr.com) (Connection closed)
  1462. # [15:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/cf3485c7753b - Richard Newman - Bug 907768 - Disable testSearchSuggestions on Gingerbread. r=me
  1463. # [15:37] * Quits: Zupoman (mistrzmag@moz-qc3.esk.224.91.IP) (Quit: Plan B failed, time for Plan 9!)
  1464. # [15:37] * Joins: Techn0mag (mistrzmag@moz-qc3.esk.224.91.IP)
  1465. # [15:38] * Quits: Techn0mag (mistrzmag@moz-qc3.esk.224.91.IP) (Quit: Plan B failed, time for Plan 9!)
  1466. # [15:38] * Joins: Zupoman (mistrzmag@moz-qc3.esk.224.91.IP)
  1467. # [15:39] * Joins: Dagger (dagger@moz-5el3lt.7bea.10r6.0470.2001.IP)
  1468. # [15:40] * Joins: Swatinem (Instantbird@moz-ijsnuu.dynamic.surfer.at)
  1469. # [15:41] * Quits: janv (varga@moz-d0ttdd.dynamic.orange.sk) (Quit: This computer has gone to sleep)
  1470. # [15:45] * Joins: aben (aben@moz-c39.dmt.204.142.IP)
  1471. # [15:45] * coop|afk is now known as coop|buildduty
  1472. # [15:48] * Joins: AaronMT (AaronMT@moz-5e6tl2.cable.rogers.com)
  1473. # [15:48] * lmandel is now known as lmandel_afk
  1474. # [15:48] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7a5175e8ba69 - Boris Zbarsky - Bug 1112001. Provide a newGlobal in jsreftests in browser. r=jorendorff
  1475. # [15:48] * Joins: StevenLee (Adium@moz-fdfpj6.dynamic.hinet.net)
  1476. # [15:48] * Joins: garvank (Garvan@moz-i5m.05u.207.66.IP)
  1477. # [15:49] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
  1478. # [15:50] <jesup> How do I make an build against ICS for b2g locally? (Equivalent to the B2G-ICS builds on tbpl/try?)
  1479. # [15:50] * jesup is fighting a weird scoped_ptr error on ICS only in a webrtc update
  1480. # [15:51] <jesup> bz: just trying to help yoiu with your language skills
  1481. # [15:52] * jesup fences sabre competitively when he has time (never!), and traditionally all refereeing and all descriptions of the actions to the fencers is in french
  1482. # [15:52] <Ms2ger> Touché
  1483. # [15:52] <jesup> which somewhat ironically doesn't actually require knowing French, just the technical terms
  1484. # [15:53] <jesup> touche (missing the accent)
  1485. # [15:54] * Joins: Delta706 (xx@moz-2sc772.dsl.as9105.com)
  1486. # [15:55] * Joins: jchaulk (jchaulk@moz-oq4n7p.dsl.teksavvy.com)
  1487. # [15:56] <padenot> here is an accent for you é
  1488. # [15:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/93a8e6ea1324 - Brad Lassey - bug 1118554 - make android's stdcxx work r=glandium
  1489. # [15:58] * joshua-s|zzz is now known as joshua-s
  1490. # [16:01] * Joins: tedders1_ (tedders1@moz-6eah7j.cable.rogers.com)
  1491. # [16:02] * Quits: bz (bzbarsky@moz-m10oko.fios.verizon.net) (Ping timeout: 121 seconds)
  1492. # [16:03] * Quits: tedders1 (tedders1@moz-6eah7j.cable.rogers.com) (Ping timeout: 121 seconds)
  1493. # [16:04] <jesup> En garde, s'il vous plait.... prêts... Allez! .... touché! (ok, I'm rusty)
  1494. # [16:05] * Joins: yliao (yliao@moz-aj9ejj.HINET-IP.hinet.net)
  1495. # [16:05] <Tomcat|sheriffduty> oh my :)
  1496. # [16:06] <gcp> what was the fix for the psutils / python / mach breakage thing again?
  1497. # [16:06] <gcp> some files you need to clean out
  1498. # [16:06] <tromey> gcp: python/psutil/build (the whole directory)
  1499. # [16:06] <tromey> python/psutil/*.so (POSIX operating systems)
  1500. # [16:06] <tromey> python/psutil/*.pyd (Windows)
  1501. # [16:06] <tromey>
  1502. # [16:08] <gcp> nope
  1503. # [16:08] * Joins: clokep (Instantbird@moz-uogj6q.cable.rcn.com)
  1504. # [16:08] * Joins: bsmedberg (bsmedberg@moz-smm6jf.pa.atlanticbb.net)
  1505. # [16:08] * killer sets mode: +o bsmedberg
  1506. # [16:08] <gcp> did we fix anything related to that on m-c recently?
  1507. # [16:08] <tromey> bummer - worked for me when I needed it
  1508. # [16:08] * Joins: Rik_ (rik@moz-6v5.3nd.202.89.IP)
  1509. # [16:09] * Joins: dmose (uid42639@moz-nouq1h.uxbridge.irccloud.com)
  1510. # [16:09] * Quits: drosdeck (usuario@moz-lvr.cl1.75.201.IP) (Connection closed)
  1511. # [16:09] * Joins: smaug (chatzilla@moz-7dv8tf.bb.dnainternet.fi)
  1512. # [16:09] * killer sets mode: +o smaug
  1513. # [16:09] * Quits: yliao (yliao@moz-aj9ejj.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
  1514. # [16:10] * philor|away is now known as philor
  1515. # [16:10] <Gijs> jmaher: where do talos bugs go?
  1516. # [16:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d74306cdc6f8 - Ehsan Akhgari - Bug 1118606 - Mark virtual overridden functions as MOZ_OVERRIDE in uriloader; r=bzbarsky
  1517. # [16:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/fb4c625a7d0a - Ehsan Akhgari - Bug 1118427 - Mark virtual overridden functions as MOZ_OVERRIDE in layout; r=roc
  1518. # [16:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/bfe58aa1f248 - Ehsan Akhgari - Bug 1118420 - Mark virtual overridden functions as MOZ_OVERRIDE in editor; r=roc
  1519. # [16:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c8bed3614b4e - Ehsan Akhgari - Bug 1118419 - Mark virtual overridden functions as MOZ_OVERRIDE in graphics; r=jrmuizel
  1520. # [16:10] * Quits: Delta706 (xx@moz-2sc772.dsl.as9105.com) (Quit: much too bland)
  1521. # [16:10] <jmaher> Gijs: testing :: talos
  1522. # [16:10] <jmaher> Gijs: I look forward to your bug
  1523. # [16:10] * Quits: Swatinem (Instantbird@moz-ijsnuu.dynamic.surfer.at) (Quit: Instantbird 1.5 -- http://www.instantbird.com)
  1524. # [16:11] * Quits: Rik (rik@moz-71m.3nd.202.89.IP) (Ping timeout: 121 seconds)
  1525. # [16:11] * Joins: drosdeck (usuario@moz-lvr.cl1.75.201.IP)
  1526. # [16:11] <Gijs> jmaher: I don't plan on filing one, but I just needinfo'd you on a poor contributor's bug that's been languishing in Fx::Untriaged since last month :(
  1527. # [16:11] * Joins: kapy (kapy@moz-vvc.s8g.68.182.IP)
  1528. # [16:11] * Joins: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com)
  1529. # [16:12] <jmaher> Gijs: ok, I will take a look
  1530. # [16:12] <RyanVM> jesup: I guess you can't wait on AtilA's killing of gcc4.4 to land first? :)
  1531. # [16:12] <RyanVM> (may miss the uplift)
  1532. # [16:13] * Quits: jviereck (Adium@moz-auph1e.b6vj.g469.067c.2001.IP) (Quit: Leaving.)
  1533. # [16:13] * Quits: clokep (Instantbird@moz-uogj6q.cable.rcn.com) (Ping timeout: 121 seconds)
  1534. # [16:13] * Joins: jviereck (Adium@moz-hg9e9p.ethz.ch)
  1535. # [16:14] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3d587e85f2a2 - Brad Lassey - bug 1083116 - build fails: malloc_decls.h conflicting types for 'malloc_usable_size' r=glandium
  1536. # [16:14] * Joins: nj (nj@moz-edp.6s7.76.106.IP)
  1537. # [16:15] * Joins: ferjm (textual@moz-71m.3nd.202.89.IP)
  1538. # [16:16] * Joins: milan (milan@moz-i5m.05u.207.66.IP)
  1539. # [16:18] * Joins: secretrobotron (secretrobot@moz-i5m.05u.207.66.IP)
  1540. # [16:19] * Quits: secretrobotron (secretrobot@moz-i5m.05u.207.66.IP) (Connection closed)
  1541. # [16:19] * Joins: secretrobotron (secretrobot@moz-2dk2ru.ckpj.s0pt.0450.2001.IP)
  1542. # [16:19] <jesup> RyanVM: I'm landing after uplift... if B2G-ICS dies before I land, I can ignore this! :-)
  1543. # [16:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5d801822e67f - Ehsan Akhgari - Bug 1118546 - Mark virtual overridden functions as MOZ_OVERRIDE in dom/events; r=baku
  1544. # [16:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c23eeccb2c12 - Ehsan Akhgari - Bug 1118547 - Mark virtual overridden functions as MOZ_OVERRIDE in dom/canvas; r=baku
  1545. # [16:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2dc5720003ee - Ehsan Akhgari - Bug 1118548 - Mark virtual overridden functions as MOZ_OVERRIDE in dom/xul; r=baku
  1546. # [16:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f8eb397de371 - Ehsan Akhgari - Bug 1118550 - Mark virtual overridden functions as MOZ_OVERRIDE in dom/xml; r=baku
  1547. # [16:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/11a89d944dd2 - Ehsan Akhgari - Bug 1118551 - Mark virtual overridden functions as MOZ_OVERRIDE in dom/xslt; r=baku
  1548. # [16:21] * Joins: ehsan (ehsan@moz-n3usua.cable.teksavvy.com)
  1549. # [16:21] * killer sets mode: +o ehsan
  1550. # [16:22] <RyanVM> jesup: I think it's close
  1551. # [16:22] <RyanVM> ICS will be on gcc 4.8 after that
  1552. # [16:22] <RyanVM> (or 4.9 even, don't remember)
  1553. # [16:22] <jesup> RyanVM: bug #?
  1554. # [16:23] * Joins: humph (dave@moz-1sttth.senecac.on.ca)
  1555. # [16:23] * Quits: Edgar (Thunderbird@moz-mp9sal.dynamic.hinet.net) (Client exited)
  1556. # [16:23] * Quits: stransky (stransky@moz-2q16pm.broadband18.iol.cz) (Quit: Connection reset by beer)
  1557. # [16:23] <RyanVM> bug 1087161
  1558. # [16:26] * darkowlzz is now known as darkowlzz|afk
  1559. # [16:26] * Joins: janv (varga@moz-d0ttdd.dynamic.orange.sk)
  1560. # [16:27] * Joins: ehugg (ehugg@moz-63sj5i.wa.comcast.net)
  1561. # [16:28] * Joins: mikeratcliffe (Adium@moz-18u.as2.12.149.IP)
  1562. # [16:28] * Quits: ZER0 (ZER0@moz-av6.s3c.201.176.IP) (Ping timeout: 121 seconds)
  1563. # [16:28] * Quits: ericjung (ericjung@moz-bq1ke7.7ch4.iin2.0006.2601.IP) (Ping timeout: 121 seconds)
  1564. # [16:30] * Quits: ehugg (ehugg@moz-63sj5i.wa.comcast.net) (Client exited)
  1565. # [16:30] * Joins: idwer (irc@moz-bp1sle.adsl.online.nl)
  1566. # [16:31] * coop|buildduty is now known as coop|mtg
  1567. # [16:33] * Quits: jviereck (Adium@moz-hg9e9p.ethz.ch) (Quit: Leaving.)
  1568. # [16:33] * Joins: sfink|lo1 (sfink@moz-cfhap5.mtv2.mozilla.com)
  1569. # [16:33] * darkowlzz|afk is now known as darkowlzz
  1570. # [16:34] * Joins: mrgiggles_ (mrgiggles@moz-cfhap5.mtv2.mozilla.com)
  1571. # [16:34] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b96b60c75745 - Ehsan Akhgari - Bug 1118608 - Mark virtual overridden functions as MOZ_OVERRIDE in dom/xbl; r=baku
  1572. # [16:34] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ce9f0259fa32 - Ehsan Akhgari - Bug 1118609 - Mark virtual overridden functions as MOZ_OVERRIDE in dom/storage; r=baku
  1573. # [16:34] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/10cffe6b68ac - Ehsan Akhgari - Bug 1118610 - Mark virtual overridden functions as MOZ_OVERRIDE in dom/smil; r=baku
  1574. # [16:34] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/46d546978e88 - Ehsan Akhgari - Bug 1118611 - Mark virtual overridden functions as MOZ_OVERRIDE in dom/plugins; r=baku
  1575. # [16:34] * Quits: mrgiggles (mrgiggles@moz-cfhap5.mtv2.mozilla.com) (Ping timeout: 121 seconds)
  1576. # [16:34] * Quits: idwer (irc@moz-bp1sle.adsl.online.nl) (Ping timeout: 121 seconds)
  1577. # [16:34] * Quits: sfink|log (sfink@moz-cfhap5.mtv2.mozilla.com) (Ping timeout: 121 seconds)
  1578. # [16:34] * gregglind_afk is now known as gregglind
  1579. # [16:35] * Joins: bz (bzbarsky@moz-m10oko.fios.verizon.net)
  1580. # [16:35] * Joins: jcj (jcj@moz-tbsov6.phnx.qwest.net)
  1581. # [16:35] * darkowlzz is now known as darkowlzz|afk
  1582. # [16:36] * Joins: idwer (irc@moz-bp1sle.adsl.online.nl)
  1583. # [16:36] * darkowlzz|afk is now known as darkowlzz
  1584. # [16:37] * lmandel_afk is now known as lmandel
  1585. # [16:37] * Joins: ericjung (ericjung@moz-bq1ke7.7ch4.iin2.0006.2601.IP)
  1586. # [16:37] * Joins: rbarnes (rbarnes@moz-1lo.m9b.117.94.IP)
  1587. # [16:38] <Ms2ger> ehsan, can we get rid of MOZ_OVERRIDE yet?
  1588. # [16:38] <@ehsan> Ms2ger: why would we do that?
  1589. # [16:38] <Ms2ger> The macro, that is
  1590. # [16:39] <gcp> what does it simplify to?
  1591. # [16:39] * Joins: tedders1 (tedders1@moz-6eah7j.cable.rogers.com)
  1592. # [16:39] * Quits: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com) (Connection closed)
  1593. # [16:40] <@ehsan> override
  1594. # [16:40] <@ehsan> Ms2ger: gcc supports override as of gcc4.7, so the answer is not in the next year at least :)
  1595. # [16:41] <Ms2ger> This year or next?
  1596. # [16:41] <@ehsan> this year
  1597. # [16:41] <gcp> btw, Effective Modern C++ was released 2nd of December
  1598. # [16:41] <gcp> it's on safari, which we have a sub to
  1599. # [16:41] <@ehsan> we do?
  1600. # [16:41] * Quits: tedders1_ (tedders1@moz-6eah7j.cable.rogers.com) (Ping timeout: 121 seconds)
  1601. # [16:41] <gcp> you didn't know?
  1602. # [16:41] <gcp> You have a full account on Safari Books.
  1603. # [16:42] <Ms2ger> Oh, that's good to know
  1604. # [16:42] * Quits: bc (bc@moz-010.ifm.3.76.IP) (Quit: leaving)
  1605. # [16:42] * Quits: janv (varga@moz-d0ttdd.dynamic.orange.sk) (Connection closed)
  1606. # [16:42] * Joins: pcwalton (pcwalton@moz-vst.p2i.254.50.IP)
  1607. # [16:42] * Joins: janv (varga@moz-d0ttdd.dynamic.orange.sk)
  1608. # [16:43] * BenWa|email is now known as BenWa
  1609. # [16:43] * Quits: janv (varga@moz-d0ttdd.dynamic.orange.sk) (Connection closed)
  1610. # [16:45] * Quits: wlach (wlach@moz-5tlj2g.vif.net) (Quit: Ex-Chat)
  1611. # [16:45] * kats|away is now known as kats
  1612. # [16:48] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/d350cd94c551 - Mike de Boer - Bug 1102477: pass HAWK request errors through to content. r=Standard8
  1613. # [16:48] * Quits: rbarnes (rbarnes@moz-1lo.m9b.117.94.IP) (Ping timeout: 121 seconds)
  1614. # [16:48] * Fallen|away is now known as Fallen
  1615. # [16:49] * Joins: rbarnes (rbarnes@moz-1lo.m9b.117.94.IP)
  1616. # [16:49] <@ehsan> I had no idea!
  1617. # [16:49] <Tomcat|sheriffduty> blassey: ping - bustage on inbound
  1618. # [16:49] * Quits: aben (aben@moz-c39.dmt.204.142.IP) (Quit: )
  1619. # [16:49] * Joins: aben (aben@moz-c39.dmt.204.142.IP)
  1620. # [16:49] * julienw_afk is now known as julienw
  1621. # [16:50] * Quits: ddamjano (Instantbird@moz-mah.3sm.200.212.IP) (Ping timeout: 121 seconds)
  1622. # [16:50] * Quits: gabor (gabor@moz-q2sg4u.j7lv.v76v.0a40.2a04.IP) (Connection closed)
  1623. # [16:50] <@ehsan> gcp: any idea how we can use the account?
  1624. # [16:50] * Quits: fabrice (fabrice@moz-3oj.il6.198.71.IP) (Quit: Leaving.)
  1625. # [16:51] * Joins: jduell (jduell@moz-fv43hl.public.wayport.net)
  1626. # [16:51] <blassey> Tomcat|sheriffduty: looking
  1627. # [16:52] * Quits: tedders1 (tedders1@moz-6eah7j.cable.rogers.com) (Connection closed)
  1628. # [16:52] <gcp> ehsan: I think you can sign up with your mozilla.com email or smth
  1629. # [16:52] * Joins: tedders1 (tedders1@moz-6eah7j.cable.rogers.com)
  1630. # [16:52] * Joins: jviereck (Adium@moz-auph1e.b6vj.g469.067c.2001.IP)
  1631. # [16:53] * Quits: Honza (chatzilla@moz-tiq.7ku.62.176.IP) (Connection closed)
  1632. # [16:53] * Joins: MisterSpeaker (MisterSpeak@moz-ebfjj4.fios.verizon.net)
  1633. # [16:53] * Joins: bc (bc@moz-010.ifm.3.76.IP)
  1634. # [16:53] <@ehsan> gcp: https://intranet.mozilla.org/MoBB points to a non-existing page!
  1635. # [16:54] <@ehsan> oh there we go https://wiki.mozilla.org/SafariBooks
  1636. # [16:54] <gcp> ah, service-now
  1637. # [16:55] * davidb is now known as davidb|afk
  1638. # [16:55] <@ehsan> "We are currently out of licenses for this resource."
  1639. # [16:55] <@ehsan> :(
  1640. # [16:55] * Joins: janv (varga@moz-d0ttdd.dynamic.orange.sk)
  1641. # [16:56] * baku|away is now known as baku
  1642. # [16:56] <Tomcat|sheriffduty> blassey: shall i back this out or do you have a quick fox
  1643. # [16:56] <Tomcat|sheriffduty> err fix
  1644. # [16:56] * @ehsan puts his name on https://etherpad.mozilla.org/safaribooks-waitlist, even though it seems there are already too many waiting
  1645. # [16:56] * Quits: tedders1 (tedders1@moz-6eah7j.cable.rogers.com) (Ping timeout: 121 seconds)
  1646. # [16:57] * Joins: ddamjano (Instantbird@moz-mah.3sm.200.212.IP)
  1647. # [16:57] * Quits: jviereck (Adium@moz-auph1e.b6vj.g469.067c.2001.IP) (Quit: Leaving.)
  1648. # [16:57] <blassey> Tomcat|sheriffduty: do you mind backing out?
  1649. # [16:57] <gcp> ehsan: it's big enough to yammer about, maybe
  1650. # [16:57] <Tomcat|sheriffduty> blassey: sure i can do it :)
  1651. # [16:57] <blassey> thanks
  1652. # [16:57] * mcote|afk is now known as mcote
  1653. # [16:58] * Joins: jviereck (Adium@moz-8mq2nh.b6vj.g469.067c.2001.IP)
  1654. # [16:58] * Joins: hunboy_ (hunboy@moz-lcgl3c.pool.invitel.hu)
  1655. # [16:58] * Quits: hunboy (hunboy@moz-5d8n0p.pool.invitel.hu) (Ping timeout: 121 seconds)
  1656. # [16:58] * Joins: bwc (Adium@moz-7qa.7fp.250.162.IP)
  1657. # [16:58] * hunboy_ is now known as hunboy
  1658. # [16:59] * sheppy-offline is now known as sheppy
  1659. # [16:59] * Joins: jchaulk1 (jchaulk@moz-inv.kdl.91.23.IP)
  1660. # [16:59] * Quits: jviereck (Adium@moz-8mq2nh.b6vj.g469.067c.2001.IP) (Quit: Leaving.)
  1661. # [16:59] * Joins: mixedpuppy (mixedpuppy@moz-lhjtql.res.bhn.net)
  1662. # [16:59] * Joins: milan_ (milan@moz-7bphfo.ckpj.s0pt.0450.2001.IP)
  1663. # [16:59] <gcp> ehsan: I mean the fact that you didn't even know we had this is :(
  1664. # [16:59] <gcp> ehsan: doesn't appear to be on the new hire checklists either
  1665. # [16:59] * Joins: chmanchester (chmancheste@moz-cbt.jf0.246.96.IP)
  1666. # [16:59] * Joins: ZER0 (ZER0@moz-m4u.tke.18.62.IP)
  1667. # [17:00] * Quits: rbarnes (rbarnes@moz-1lo.m9b.117.94.IP) (Quit: Leaving...)
  1668. # [17:00] * Joins: rbarnes (rbarnes@moz-1lo.m9b.117.94.IP)
  1669. # [17:00] <@ehsan> gcp: /me contemplates posting on yammer...
  1670. # [17:01] * Quits: jchaulk (jchaulk@moz-oq4n7p.dsl.teksavvy.com) (Ping timeout: 121 seconds)
  1671. # [17:01] * Quits: a2n (a2n@moz-0n4.c65.85.219.IP) (Connection closed)
  1672. # [17:02] * Quits: janv (varga@moz-d0ttdd.dynamic.orange.sk) (Quit: Leaving)
  1673. # [17:02] * Joins: janv (varga@moz-d0ttdd.dynamic.orange.sk)
  1674. # [17:02] * Quits: nj (nj@moz-edp.6s7.76.106.IP) (Quit: WeeChat 1.0.1)
  1675. # [17:02] * Quits: milan (milan@moz-i5m.05u.207.66.IP) (Ping timeout: 121 seconds)
  1676. # [17:02] <@ted> gaston: the blank line is because nspr's dependencies suck
  1677. # [17:02] <@ted> gaston: you don't need a bug
  1678. # [17:03] * Joins: jrmuizel_ (jrmuizel@moz-i5m.05u.207.66.IP)
  1679. # [17:03] * jmaher is now known as jmaher|mtg
  1680. # [17:03] * Quits: ddamjano (Instantbird@moz-mah.3sm.200.212.IP) (Ping timeout: 121 seconds)
  1681. # [17:03] <gaston> ok, i'll just reference the merge in the relevant bugs
  1682. # [17:03] * Joins: oliverthor (oliverthor@moz-5i3.51j.125.50.IP)
  1683. # [17:03] <Tomcat|sheriffduty> blassey: RyanVM backout pushed
  1684. # [17:03] * Fallen is now known as Fallen|away
  1685. # [17:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/127c5aadbddd - Carsten "Tomcat" Book - Backed out changeset 3d587e85f2a2 (bug 1083116) for bustage on a CLOSED TREE
  1686. # [17:03] <Tomcat|sheriffduty> RyanVM: could you reopen the trees when the builds get green again ? :)
  1687. # [17:03] <RyanVM> sure
  1688. # [17:04] <blassey> thanks
  1689. # [17:04] <Tomcat|sheriffduty> cool, could you also take over ? :)
  1690. # [17:04] * Joins: alexbard_ (alexbardas@moz-i1oq0e.BZ.idilis.net)
  1691. # [17:05] * Quits: jduell (jduell@moz-fv43hl.public.wayport.net) (A TLS packet with unexpected length was received.)
  1692. # [17:05] * Quits: rbarnes (rbarnes@moz-1lo.m9b.117.94.IP) (A TLS packet with unexpected length was received.)
  1693. # [17:06] * Quits: aben (aben@moz-c39.dmt.204.142.IP) (Connection closed)
  1694. # [17:06] * Tomcat|sheriffduty is now known as Tomcat|afk
  1695. # [17:06] <Tomcat|afk> need to run
  1696. # [17:06] * Quits: alexbardas (alexbardas@moz-s0570d.BR.idilis.net) (Ping timeout: 121 seconds)
  1697. # [17:07] * nsm|away is now known as nsm
  1698. # [17:07] * Quits: timdream (timdream@moz-a28nlb.dynamic.hinet.net) (Client exited)
  1699. # [17:08] * Joins: timdream (timdream@moz-a28nlb.dynamic.hinet.net)
  1700. # [17:08] * RyanVM is now known as RyanVM|sheriffduty
  1701. # [17:08] * Joins: aben (aben@moz-uk5jo1.senecacollege.ca)
  1702. # [17:08] * Joins: rbarnes (rbarnes@moz-1lo.m9b.117.94.IP)
  1703. # [17:08] * Quits: timdream (timdream@moz-a28nlb.dynamic.hinet.net) (Client exited)
  1704. # [17:09] * Joins: mconley (mconley@moz-j17.ikg.119.199.IP)
  1705. # [17:09] * Quits: paolo (paolo@moz-74a.0nt.218.207.IP) (Connection closed)
  1706. # [17:09] * Joins: paolo (paolo@moz-74a.0nt.218.207.IP)
  1707. # [17:09] * Quits: rbarnes (rbarnes@moz-1lo.m9b.117.94.IP) (A TLS packet with unexpected length was received.)
  1708. # [17:11] * Quits: mahdi (mahdi@moz-qrj.b3k.244.151.IP) (Connection closed)
  1709. # [17:11] * zz_miketaylr is now known as miketaylr
  1710. # [17:12] * Joins: tomer (tomer@moz-to490c.012.net.il)
  1711. # [17:12] * Callek_disconnected is now known as Callek
  1712. # [17:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/f18933e5e396 - B2G Bumper Bot - Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
  1713. # [17:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/6534b40ed186 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1714. # [17:13] * Joins: Jerry_Mac (hshih@moz-qofhr3.kbronet.com.tw)
  1715. # [17:14] * Joins: dbaron (dbaron@moz-0jjav9.dynamic.fusionbroadband.com)
  1716. # [17:14] * killer sets mode: +ao dbaron dbaron
  1717. # [17:14] * coop|mtg is now known as coop|buildduty
  1718. # [17:16] * davidb|afk is now known as davidb
  1719. # [17:17] * Joins: ddamjano (Instantbird@moz-mah.3sm.200.212.IP)
  1720. # [17:18] * Quits: pcwalton (pcwalton@moz-vst.p2i.254.50.IP) (Client exited)
  1721. # [17:19] * Joins: Mossop (dtownsend@moz-1gfh2v.fios.verizon.net)
  1722. # [17:19] * Joins: mwobensmith (mwobensmith@moz-q5v2nc.dynamic.fusionbroadband.com)
  1723. # [17:20] * Joins: sicking (sicking@moz-lqm0dq.ca.comcast.net)
  1724. # [17:20] * Joins: bgrins (bgrins@moz-o7i603.qnor.1u98.0009.2601.IP)
  1725. # [17:20] * Joins: jviereck (Adium@moz-hg9e9p.ethz.ch)
  1726. # [17:21] * Quits: StevenLee (Adium@moz-fdfpj6.dynamic.hinet.net) (Quit: Leaving.)
  1727. # [17:21] * Joins: mmc (uid16596@moz-rb9ith.charlton.irccloud.com)
  1728. # [17:21] * Joins: rbarnes (rbarnes@moz-7un.mos.117.94.IP)
  1729. # [17:22] * Quits: dao (Thunderbird@moz-4de4ns.j7lv.v76v.0a40.2a04.IP) (Client exited)
  1730. # [17:22] <Ms2ger> I'm so glad we started discussing longdesc again
  1731. # [17:23] <RyanVM|sheriffduty> Ms2ger: Maybe it's the right time to argue for re-adding MNG support
  1732. # [17:23] <Ms2ger> You are an evil man
  1733. # [17:23] <froydnj> RyanVM|sheriffduty++
  1734. # [17:24] <jgraham> longdesc is like Groundhog Day. It will keep repeating on us until we learn to ignore it whereupon it will go away on its own.
  1735. # [17:24] * Joins: jduell (jduell@moz-fv43hl.public.wayport.net)
  1736. # [17:24] <bz> jgraham++
  1737. # [17:25] * Joins: Silne30 (Silne30@moz-p0aso1.mh2d.1ibb.0101.2620.IP)
  1738. # [17:25] <bz> jgraham: sadly, we implement it, so can't really ignore it.
  1739. # [17:25] * Joins: ashughes (uid34327@moz-idmt9q.ealing.irccloud.com)
  1740. # [17:25] <@ehsan> yeah
  1741. # [17:26] <Ms2ger> Can't we "accidentally" break it?
  1742. # [17:26] * Quits: rbarnes (rbarnes@moz-7un.mos.117.94.IP) (A TLS packet with unexpected length was received.)
  1743. # [17:26] * Quits: mconley (mconley@moz-j17.ikg.119.199.IP) (Quit: NO CARRIER)
  1744. # [17:26] * Joins: spohl (Adium@moz-m8u.olo.156.104.IP)
  1745. # [17:28] <decoder> what is longdesc? :D
  1746. # [17:28] <tbsaunde> Ms2ger: if you'll read all the bug mail I get about it absolutely :)
  1747. # [17:28] * Joins: rbarnes (rbarnes@moz-7un.mos.117.94.IP)
  1748. # [17:28] * Joins: juanb (jbecerra@moz-cfhap5.mtv2.mozilla.com)
  1749. # [17:28] <Ms2ger> tbsaunde, /dev/null will be happy to receive it
  1750. # [17:29] <@ted> ehsan: ping
  1751. # [17:29] * Joins: brendan (brendaneich@moz-ooj7cv.ca.comcast.net)
  1752. # [17:29] <davidb> jgraham++
  1753. # [17:29] <@ehsan> decoder: it's an attribute on <img> that points to a url with a longer description of the image, supposedly for accessibility reasons
  1754. # [17:29] <@ehsan> decoder: (similar to alt in a way)
  1755. # [17:29] <decoder> ah ok
  1756. # [17:29] <@ehsan> ted: hi
  1757. # [17:29] * Joins: VarCat (VarCat@moz-ohb.65e.79.82.IP)
  1758. # [17:29] <@ted> ehsan: trying to whip up a quick configure patch to require VC2013 update 3
  1759. # [17:29] * Quits: catalinb (catalin@moz-tm0.n6k.25.188.IP) (Quit: Leaving)
  1760. # [17:30] <@ted> but i think i'm going to break clang-cl the way i'm doing this
  1761. # [17:30] <@ehsan> ted: how are you doing it?
  1762. # [17:30] <@ted> ehsan: so clang-cl is going to go through this block, right? http://dxr.mozilla.org/mozilla-central/source/configure.in#490
  1763. # [17:30] * Quits: bc (bc@moz-010.ifm.3.76.IP) (Quit: leaving)
  1764. # [17:30] * Joins: secretro_ (secretrobot@moz-3mppja.ckpj.s0pt.0450.2001.IP)
  1765. # [17:30] <@ted> ehsan: http://dxr.mozilla.org/mozilla-central/source/build/autoconf/toolchain.m4#18
  1766. # [17:30] <@ted> using _MSC_FULL_VER there
  1767. # [17:30] * Joins: bc (bc@moz-010.ifm.3.76.IP)
  1768. # [17:30] <froydnj> oh boy, variadic templates!
  1769. # [17:31] <@ehsan> ted: yes
  1770. # [17:31] <@ted> but that's explicitly a msvc path
  1771. # [17:31] <@ted> ehsan: okay, so two things
  1772. # [17:31] <@ted> well
  1773. # [17:31] <@ted> mm
  1774. # [17:31] <@ehsan> there's a clang-cl path right above it
  1775. # [17:31] <@ehsan> http://dxr.mozilla.org/mozilla-central/source/build/autoconf/toolchain.m4#16
  1776. # [17:31] <@ted> i can just test CLANG_CL here somewhere, right?
  1777. # [17:31] * Joins: mchang (mchang@moz-4b7hgp.res.rr.com)
  1778. # [17:31] <@ted> if test -z $CLANG_CL -a blah
  1779. # [17:31] <@ehsan> ted: yeah
  1780. # [17:31] <@ehsan> ted: also note that we pass the compiler version here: http://dxr.mozilla.org/mozilla-central/source/build/autoconf/toolchain.m4#82
  1781. # [17:32] <@ehsan> we can pass whatever we want :)
  1782. # [17:32] * Joins: catalinb (catalin@moz-tm0.n6k.25.188.IP)
  1783. # [17:32] * Joins: ProgramFOX (ProgramFOX@moz-0b00id.isp.belgacom.be)
  1784. # [17:32] <@ted> heh
  1785. # [17:32] <@ted> yeah, that's fine
  1786. # [17:32] * Quits: secretrobotron (secretrobot@moz-2dk2ru.ckpj.s0pt.0450.2001.IP) (Ping timeout: 121 seconds)
  1787. # [17:32] <@ehsan> ted: so what's _MSC_VER on the november compiler?
  1788. # [17:32] <@ted> ehsan: same thing
  1789. # [17:32] <@ehsan> 1800?
  1790. # [17:32] <@ted> but _MSC_FULL_VER is 180030723
  1791. # [17:33] <@ehsan> ah I see
  1792. # [17:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/98162547b084 - Ryan VanderMeulen - Bug 1114577 - Drop support for Windows SDK versions <8.1. r=glandium, f=jacek
  1793. # [17:33] <@ehsan> let me see if clang supports _MSC_FULL_VER
  1794. # [17:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/84708ff7c9fe - Ryan VanderMeulen - Bug 1114577 - GFX cleanups now that Windows SDK 8.1 is the minimum supported version. r=jmuizelaar, r=glandium
  1795. # [17:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6399ee520bcc - Ryan VanderMeulen - Bug 1114577 - Miscellaneous build system cleanups now that Windows SDK 8.1 is the minimum supported version. r=glandium
  1796. # [17:34] * Joins: wlach (wlach@moz-t2np4e.ckpj.s0pt.0450.2001.IP)
  1797. # [17:34] * Quits: tonymec (tonymec@moz-r10.deo.66.87.IP) (Ping timeout: 121 seconds)
  1798. # [17:34] <@ehsan> ted: so there is a -fms-compatibility-version flag that clang-cl supports
  1799. # [17:34] <@ehsan> which will set _MSC_FULL_VER to the right thing
  1800. # [17:34] <@ehsan> let me construct the command line here...
  1801. # [17:34] <@ted> okay
  1802. # [17:34] * baku is now known as baku|away
  1803. # [17:34] <@ted> well
  1804. # [17:34] <@ted> it's kinda too late at that point
  1805. # [17:35] <@ted> since the version checks are above
  1806. # [17:35] <@ted> i really just need it in this one place
  1807. # [17:35] <@ted> i think i'm just going to explicitly test for clang-cl
  1808. # [17:35] <@ted> and we can live with it
  1809. # [17:35] <@ted> lemme hack that into this patch and maybe you can make sure it doesn't break your build
  1810. # [17:35] * Joins: Mano (mano@moz-vfq.t87.54.2.IP)
  1811. # [17:36] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/42272b7f8e48 - Botond Ballo - Bug 1076241 - Add an API for setting a resolution on a document and scaling it by that amount. r=kats,tn
  1812. # [17:36] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a4c67bb878ff - Botond Ballo - Bug 1076241 - Get rid of the nontransient async transform. r=kats
  1813. # [17:37] <@ehsan> ted: no, wait a sec :)
  1814. # [17:37] * Joins: shubham (uid43962@moz-9i5fn3.highgate.irccloud.com)
  1815. # [17:37] <@ted> okay
  1816. # [17:38] <@ted> i haven't figured out how to write the proper bash conditional yet anyway :-P
  1817. # [17:38] * Gijs is now known as Gijs_away
  1818. # [17:38] * darkowlzz is now known as darkowlzz|afk
  1819. # [17:39] <jesup> repeat: How do I make an build against ICS for b2g locally? (Equivalent to the B2G-ICS builds on tbpl/try?) (In case I can't wait for GCC 4.4 to die...)
  1820. # [17:40] <@ehsan> ted: ok, so in http://dxr.mozilla.org/mozilla-central/source/build/autoconf/toolchain.m4#82, replace -fmsc-version with -fms-compatibility-version=18.00.30723
  1821. # [17:40] <@ehsan> ted: that sets _MSC_VER to 1800
  1822. # [17:40] <@ehsan> and _MSC_FULL_VER to 180030723
  1823. # [17:40] <@ehsan> ted: then you don't have to special case clang-cl at all
  1824. # [17:41] <@ehsan> ted: (you will need to set some macros manually though, look at line 76 onwards)
  1825. # [17:41] <@ehsan> because this gets executed after those checks
  1826. # [17:41] * philor is now known as philor|away
  1827. # [17:41] <jesup> ehsan: (etc) how would people feel about adding #if !defined(DISALLOW_COPY_AND_ASSIGN) around the definition of DISALLOW_COPY_AND_ASSIGN() in ipc/chromium/src/base/basictypes.h?
  1828. # [17:42] <@ehsan> jesup: why?
  1829. # [17:42] <@ted> ehsan: i don't think you understood me properly, though, we get {CC,CXX}_VERSION before that: http://dxr.mozilla.org/mozilla-central/source/build/autoconf/toolchain.m4#37
  1830. # [17:42] * Joins: fabrice (fabrice@moz-ahh7m9.mh2d.1ibb.0101.2620.IP)
  1831. # [17:42] <@ehsan> ted: yes which is why we do http://dxr.mozilla.org/mozilla-central/source/build/autoconf/toolchain.m4#79 here
  1832. # [17:42] <@ted> oh, haha
  1833. # [17:42] <@ehsan> :D
  1834. # [17:42] <@ted> ehsan: okay, then, even better
  1835. # [17:42] <jesup> to avoid warnings against other actively-updated imported code that also defines them the same way
  1836. # [17:42] <@ted> i'll just hardcode the full version there
  1837. # [17:43] <@ehsan> cool
  1838. # [17:43] <@ted> because it's imaginary anyway
  1839. # [17:43] <RyanVM|sheriffduty> _AtilA_: can you help jesup? ^
  1840. # [17:43] <@ted> thanks :)
  1841. # [17:43] <@ehsan> jesup: ok sure then!
  1842. # [17:43] <@ehsan> ted: yw
  1843. # [17:44] <jesup> I love this error, so descriptive: error: 'webrtc::scoped_ptr<T, D>::scoped_ptr(int)' cannot be overloaded with 'webrtc::scoped_ptr<T, D>::scoped_ptr(int)'
  1844. # [17:45] <jesup> which works on everything except B2G-ICS
  1845. # [17:45] <@ted> jesup: so uh
  1846. # [17:45] <@ted> dunno if it helps you, but the bug to update the b2g toolchain got unstuck
  1847. # [17:45] <jesup> ted: :-)
  1848. # [17:46] <@ehsan> yeah the answer may be wait :)
  1849. # [17:46] <@ted> https://bugzilla.mozilla.org/show_bug.cgi?id=1056337
  1850. # [17:46] <@ted> the last prereq there landed
  1851. # [17:46] <@ehsan> so can we close 1056337 now?
  1852. # [17:46] <RyanVM|sheriffduty> ehsan: patches there need to re-land still
  1853. # [17:47] <@ehsan> can we reland them then? :)
  1854. # [17:47] <@ehsan> pretty please?
  1855. # [17:47] <RyanVM|sheriffduty> probably better to ping in the bug for an update
  1856. # [17:47] <jesup> I'm not landing until next week/after uplift, so I can wait a little
  1857. # [17:47] <@ted> then i would recommend you stop what you're doing and go have a coffee
  1858. # [17:47] <@ted> and try again in a few days :)
  1859. # [17:48] <@ted> when you no longer have to care about gcc 4.4
  1860. # [17:48] <jesup> Good by me. :-) I presume B2G-JB/KK use later versions?
  1861. # [17:48] * Quits: Mano (mano@moz-vfq.t87.54.2.IP) (Ping timeout: 121 seconds)
  1862. # [17:48] <@ted> that seems plausible
  1863. # [17:49] * Quits: catalinb (catalin@moz-tm0.n6k.25.188.IP) (Quit: Leaving)
  1864. # [17:49] * Joins: catalinb (catalin@moz-tm0.n6k.25.188.IP)
  1865. # [17:50] * Quits: catalinb (catalin@moz-tm0.n6k.25.188.IP) (Quit: Leaving)
  1866. # [17:51] * Joins: catalinb (catalin@moz-tm0.n6k.25.188.IP)
  1867. # [17:51] * mgerva is now known as mgerva|afk
  1868. # [17:51] * Quits: tzimmermann (tzimmermann@moz-1pb1lp.pools.vodafone-ip.de) (Quit: Ex-Chat)
  1869. # [17:52] * Quits: catalinb (catalin@moz-tm0.n6k.25.188.IP) (Quit: Leaving)
  1870. # [17:52] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/277f764e87ae - Ehsan Akhgari - Bug 1118612 - Mark virtual overridden functions as MOZ_OVERRIDE in dom/promise; r=baku
  1871. # [17:52] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a194a9a118f1 - Ehsan Akhgari - Bug 1116906 - Move AlreadyAddRefed.h to MFBT; r=froydnj
  1872. # [17:52] * Quits: flo-retina (Instantbird@moz-frdf7e.ip-37-59-48.eu) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  1873. # [17:52] * terrence-afk is now known as terrence
  1874. # [17:52] * bc is now known as bc|bbl
  1875. # [17:52] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Connection closed)
  1876. # [17:52] <_AtilA_> jesup: Am I late? Can I help you?
  1877. # [17:53] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
  1878. # [17:53] <jesup> _AtilA_: I have an issue with B2G-ICS builds that smells like a compiler issue; and was wondering when the update would land
  1879. # [17:53] <jesup> In getting an update to webrtc ready: error: 'webrtc::scoped_ptr<T, D>::scoped_ptr(int)' cannot be overloaded with 'webrtc::scoped_ptr<T, D>::scoped_ptr(int)'
  1880. # [17:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/175c011226e3 - Terrence Cole - Bug 1118516 - Remove some dead code and bad abstraction; r=jonco
  1881. # [17:54] <jesup> works well on JB and KK B2G
  1882. # [17:54] <_AtilA_> Oh, ok. I wanted to start landing on Friday
  1883. # [17:55] <_AtilA_> First the Emulator, and then all other affected devices, one by one.
  1884. # [17:55] <@ehsan> _AtilA_++
  1885. # [17:55] <jesup> Ok, that works for me. Can I try out your patchqueue to see if it fixes my issue? (I haven't read that entire bug; what patches in what order do I need, or is there a shared patch repo?
  1886. # [17:55] <_AtilA_> :)
  1887. # [17:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4af240ffb899 - Ben Turner - Bug 1118504 - Add test for <input type='file'> blobs in indexedDB,
  1888. # [17:56] <_AtilA_> sure, you only need to change to repositories in your manifest
  1889. # [17:56] <jesup> This is an example of the issue: https://treeherder.mozilla.org/ui/#/jobs?repo=try&revision=8a66c8c7e8b0
  1890. # [17:56] <_AtilA_> two
  1891. # [17:56] <_AtilA_> let me paste you the changes..
  1892. # [17:56] <@ted> anyone have a local windows build and have a minute to test a patch?
  1893. # [17:56] * Quits: jhorak (jhorak@moz-16g.ma8.175.213.IP) (Connection closed)
  1894. # [17:56] <@ted> (you need to have vc2013 update 3 installed)
  1895. # [17:57] * Joins: kentuckyfriedtakahe (ajones@moz-lq7e01.5h0u.b0fh.0cb0.2001.IP)
  1896. # [17:57] * Joins: ehugg (ehugg@moz-m1p.235.170.166.IP)
  1897. # [17:57] <RyanVM|sheriffduty> jesup: we use gcc 4.7 on JB/KK
  1898. # [17:57] * Quits: rbarnes (rbarnes@moz-7un.mos.117.94.IP) (A TLS packet with unexpected length was received.)
  1899. # [17:58] <jesup> RyanVM|sheriffduty: ok, that makes sense
  1900. # [17:58] * secretro_ is now known as secretrobotron
  1901. # [17:58] * Joins: imjalpreet (Thunderbird@moz-9i1.k6o.139.14.IP)
  1902. # [17:58] * Quits: Teodor_Druta|Duty (Thunderbird@moz-ohb.65e.79.82.IP) (Client exited)
  1903. # [17:59] * jchen|away is now known as jchen
  1904. # [17:59] * Joins: lizzard (ehenry@moz-ueqta1.static.fusionbroadband.com)
  1905. # [17:59] * Quits: Silne30 (Silne30@moz-p0aso1.mh2d.1ibb.0101.2620.IP) (Connection closed)
  1906. # [18:00] <_AtilA_> jesup: for Emulator?
  1907. # [18:01] * Joins: jet (uid49872@moz-2b8mdp.charlton.irccloud.com)
  1908. # [18:01] * Quits: ehugg (ehugg@moz-m1p.235.170.166.IP) (Ping timeout: 121 seconds)
  1909. # [18:01] <_AtilA_> (in the meantime, add this line to the manifest: <project path="prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8" name="platform/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8" revision="aosp-new/master"/>
  1910. # [18:01] * Joins: Honza (chatzilla@moz-tiq.7ku.62.176.IP)
  1911. # [18:02] * Joins: rbarnes (rbarnes@moz-7un.mos.117.94.IP)
  1912. # [18:02] * Quits: rbarnes (rbarnes@moz-7un.mos.117.94.IP) (A TLS packet with unexpected length was received.)
  1913. # [18:02] * Joins: ehugg (ehugg@moz-m1p.235.170.166.IP)
  1914. # [18:02] <jesup> _AtilA_: yes, that's all I care about right now
  1915. # [18:02] * Quits: adalucinet (Instantbird@moz-662.esi.231.62.IP) (Client exited)
  1916. # [18:03] * Quits: fabrice (fabrice@moz-ahh7m9.mh2d.1ibb.0101.2620.IP) (Quit: Leaving.)
  1917. # [18:03] <RyanVM|sheriffduty> _AtilA_: I'd be curious to see what it'd take to get JB/KK on 4.8 as well, but I suspect that'll be a more difficult battle
  1918. # [18:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/69814624bb02 - Terrence Cole - Bug 1111245 - Remove an incoherent OOM assertion; r=jorendorff
  1919. # [18:03] * Joins: tonymec (tonymec@moz-r10.deo.66.87.IP)
  1920. # [18:03] <RyanVM|sheriffduty> then we'd actually be using the same gcc across all platforms I think :)
  1921. # [18:03] <jesup> _AtilA_: which manifest?
  1922. # [18:04] <RyanVM|sheriffduty> or is android still on 4.5?
  1923. # [18:04] <jimm> ted: I have update 4, will that work?
  1924. # [18:04] <RyanVM|sheriffduty> 4.6*
  1925. # [18:04] * jmaher|mtg is now known as jmaher
  1926. # [18:04] * Joins: dveditz (dveditz@moz-dgbov2.ca.comcast.net)
  1927. # [18:04] * killer sets mode: +o dveditz
  1928. # [18:04] <@ted> jimm: yes
  1929. # [18:04] <jesup> RyanVM|sheriffduty: for 20 seconds we would.... ;-)
  1930. # [18:04] <@ted> jimm: patch in https://bugzilla.mozilla.org/show_bug.cgi?id=1117900
  1931. # [18:04] <_AtilA_> jesup: vim .repo/manifests.xml
  1932. # [18:04] <@ted> jimm: just run ./mach configure and verify that it doesn't error on you
  1933. # [18:05] * Joins: sawrubh (uid6719@moz-ebqg31.uxbridge.irccloud.com)
  1934. # [18:05] * Joins: Silne30 (Silne30@moz-hqhmej.mh2d.1ibb.0101.2620.IP)
  1935. # [18:06] <RyanVM|sheriffduty> hrm, if I don't suck at log reading, we're on 4.7 for Android builds
  1936. # [18:06] <RyanVM|sheriffduty> I know linux is on 4.8.3
  1937. # [18:06] <_AtilA_> jesup: I would give you a patch, but I don't have access to my computer right now.... anyway, it just add two lines.
  1938. # [18:06] * Quits: flaviu (Instantbird@moz-662.esi.231.62.IP) (Client exited)
  1939. # [18:06] <jesup> _AtilA_: which manifest is used for ICS builds on try? I see emulator-jb and -kk.xml, not -ics
  1940. # [18:06] <RyanVM|sheriffduty> emulator.xml
  1941. # [18:06] <RyanVM|sheriffduty> (long story)
  1942. # [18:06] <_AtilA_> RyanVM|sheriffduty: no, it should be very easy. I think I did it for Flatfish
  1943. # [18:06] <@ted> RyanVM|sheriffduty: the bug where we decided to update said we were going to make 4.6 the minimum
  1944. # [18:06] * Quits: VarCat (VarCat@moz-ohb.65e.79.82.IP) (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
  1945. # [18:06] * Joins: botond_ (quassel@moz-boo38e.ckpj.s0pt.0450.2001.IP)
  1946. # [18:06] * Quits: CristinaM (Instantbird@moz-662.esi.231.62.IP) (Quit: Instantbird 1.5 -- http://www.instantbird.com)
  1947. # [18:07] <_AtilA_> jesup: emulator.xml
  1948. # [18:07] <jesup> thanks
  1949. # [18:07] <RyanVM|sheriffduty> _AtilA_: I'm not saying difficult from a technical standpoint :)
  1950. # [18:07] * davidb is now known as davidb|afk
  1951. # [18:07] * Joins: Shrooms` (mint@moz-7srl5t.ip.windstream.net)
  1952. # [18:08] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Client exited)
  1953. # [18:08] <_AtilA_> RyanVM|sheriffduty: I bet it's as easy as just adding the new toolchain to the manifest (and remove the older).
  1954. # [18:08] * Joins: jkitch (Thunderbird@moz-na1vjt.k4n0.vhij.44b8.2001.IP)
  1955. # [18:08] * Joins: justindarc (justindarc@moz-lev.v84.203.209.IP)
  1956. # [18:08] <jesup> Ummmm. How do I push a Try with that?
  1957. # [18:08] <RyanVM|sheriffduty> _AtilA_: would our partners go for that?
  1958. # [18:08] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
  1959. # [18:09] * Quits: jviereck (Adium@moz-hg9e9p.ethz.ch) (Quit: Leaving.)
  1960. # [18:09] * jesup normally pushes tries from gecko pulls, and that's not in gecko
  1961. # [18:09] <_AtilA_> jesup: oh, no, this is for a local build, sorry. Using the try-server requires you to modify another file.
  1962. # [18:09] <_AtilA_> RyanVM|sheriffduty: Why not? pretty sure they would like to.
  1963. # [18:09] * Joins: fabrice (fabrice@moz-qjbkeh.mtv2.mozilla.com)
  1964. # [18:10] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Client exited)
  1965. # [18:10] * Joins: jimb (user@moz-c3a.i8g.126.207.IP)
  1966. # [18:10] * mdoglio is now known as mdoglio|bbiab
  1967. # [18:11] <jimm> ted: finished, no errors
  1968. # [18:11] <_AtilA_> jesup: modify gecko/b2g/config/emulator/sources.xml
  1969. # [18:11] <@ted> jimm: cool, thanks!
  1970. # [18:11] <@ted> update 4 is still installing here...
  1971. # [18:11] <RyanVM|sheriffduty> _AtilA_: my understanding was that (at least at one time) we couldn't update gcc compilers on B2G specifically because partners didn't want to update their toolchains. And the only reason we can do ICS now is because they've all moved on from it anyway.
  1972. # [18:11] <_AtilA_> and add these two lines: http://pastebin.mozilla.org/8168548
  1973. # [18:12] * Joins: jviereck (Adium@moz-8mq2nh.b6vj.g469.067c.2001.IP)
  1974. # [18:12] <RyanVM|sheriffduty> ted: the handy thing about your patch is that it'll also make it easy to flush out any misconfigured build slaves too :) (not that I'm saying there are at this point, but still)
  1975. # [18:13] <_AtilA_> RyanVM|sheriffduty: hmmmm.. but the partners use their toolchains to build native libraries, etc. This is "gonk", and is not affected by the toolchain upgrade.
  1976. # [18:13] <RyanVM|sheriffduty> maybe
  1977. # [18:13] <_AtilA_> We are only upgrading the toolchain to compile Gecko.
  1978. # [18:13] <RyanVM|sheriffduty> I think it's definitely worth revisiting discussion
  1979. # [18:13] * Joins: Mano (mano@moz-a3a.56j.54.2.IP)
  1980. # [18:13] <_AtilA_> So this shouldn't affect them
  1981. # [18:13] <RyanVM|sheriffduty> if for no other reason so we have current knowledge of where things stand instead of largely-anecdotal remembrances from the past
  1982. # [18:14] * @ted expects that b2g will always wind up being the long pole in our toolchain here
  1983. # [18:15] <jesup> _AtilA_: I note sources.xml also has a revision= value
  1984. # [18:15] * catlee is now known as catlee-lunch
  1985. # [18:15] * rail is now known as rail-food
  1986. # [18:15] <RyanVM|sheriffduty> jesup: it's optional
  1987. # [18:15] <jesup> ok
  1988. # [18:15] <RyanVM|sheriffduty> it'll pull tip if not specified
  1989. # [18:15] * Joins: bajaj (bajaj_afk@moz-56aqv9.mh2d.1ibb.0101.2620.IP)
  1990. # [18:16] <_AtilA_> jesup:...
  1991. # [18:16] <_AtilA_> let me see..
  1992. # [18:16] * Quits: botond_ (quassel@moz-boo38e.ckpj.s0pt.0450.2001.IP) (Quit: No Ping reply in 180 seconds.)
  1993. # [18:16] <_AtilA_> jesup: you mean, the <project> tags ?
  1994. # [18:17] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/1bc77d8c8681 - Brian Grinstead - Bug 1115222 - Only call performTest once the appropriate load event is received for webconsole response header test;r=past
  1995. # [18:17] <jesup> yes
  1996. # [18:17] <_AtilA_> use the one I pasted you.
  1997. # [18:17] <jesup> Ok. Pushed to try
  1998. # [18:18] <jesup> I'll clone my B2G directory and reconfig to emulator
  1999. # [18:18] * Quits: bajaj (bajaj_afk@moz-56aqv9.mh2d.1ibb.0101.2620.IP) (Quit: Leaving.)
  2000. # [18:19] * coop|buildduty is now known as coop|lunch
  2001. # [18:20] * bobowen is now known as bobowen|afk
  2002. # [18:20] * Joins: bajaj (bajaj_afk@moz-qjbkeh.mtv2.mozilla.com)
  2003. # [18:21] * Joins: drno (nohlmeier@moz-cfhap5.mtv2.mozilla.com)
  2004. # [18:21] * Quits: tonymec (tonymec@moz-r10.deo.66.87.IP) (Ping timeout: 121 seconds)
  2005. # [18:21] * Joins: jgriffin (uid51409@moz-si9qbr.highgate.irccloud.com)
  2006. # [18:21] <_AtilA_> jesup: Did you remove the old toolchain?
  2007. # [18:22] * kats is now known as kats-lunch
  2008. # [18:22] * Quits: chrisccoulson (chr1s@moz-2r61ne.uno.uk.net) (Connection closed)
  2009. # [18:22] <jesup> no, the patch you put in the pastebin just added one. I removed the old bionic line per the patch
  2010. # [18:22] <_AtilA_> the old toolchain <project> tag.. I mean
  2011. # [18:22] * Joins: chrisccoulson (chr1s@moz-2r61ne.uno.uk.net)
  2012. # [18:22] * Joins: kgrandon (Adium@moz-1i03lk.rgd2.9kg1.0101.2620.IP)
  2013. # [18:23] * Joins: kgrandon1 (Adium@moz-th0og2.2rkg.9kg1.0101.2620.IP)
  2014. # [18:23] * Quits: kapy (kapy@moz-vvc.s8g.68.182.IP) (Ping timeout: 121 seconds)
  2015. # [18:23] * Quits: kgrandon1 (Adium@moz-th0og2.2rkg.9kg1.0101.2620.IP) (Quit: Leaving.)
  2016. # [18:23] * Quits: Mano (mano@moz-a3a.56j.54.2.IP) (Ping timeout: 121 seconds)
  2017. # [18:23] * Joins: kgrandon1 (Adium@moz-th0og2.2rkg.9kg1.0101.2620.IP)
  2018. # [18:23] * flod is now known as flod|afk
  2019. # [18:24] <_AtilA_> Yeah, sorry. You should replace it, not add it (my fault). Because the build system uses the first one it finds, that happens to be the oldest.
  2020. # [18:24] <_AtilA_> hmmm wait..
  2021. # [18:25] <jesup> Should I cancel my Try?
  2022. # [18:25] <rillian> RyanVM|sheriffduty: do you have time to uplift the latest batch of media code to aurora, or should I?
  2023. # [18:25] <RyanVM|sheriffduty> rillian: if you've got them staged and ready to go, go for it
  2024. # [18:26] <RyanVM|sheriffduty> otherwise I'll probably do a round of uplifts later today
  2025. # [18:26] * Quits: mikeratcliffe (Adium@moz-18u.as2.12.149.IP) (Quit: Leaving.)
  2026. # [18:27] <rillian> RyanVM|sheriffduty: ok, I'll work on other stuff first and push if I get to it before you
  2027. # [18:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3d2cbf625d1c - Brian Hackett - Bug 1113744 - Trace type descriptors attached to type objects, r=nmatsakis.
  2028. # [18:27] * Quits: kgrandon (Adium@moz-1i03lk.rgd2.9kg1.0101.2620.IP) (Ping timeout: 121 seconds)
  2029. # [18:27] * Quits: drno (nohlmeier@moz-cfhap5.mtv2.mozilla.com) (Ping timeout: 121 seconds)
  2030. # [18:27] <RyanVM|sheriffduty> rillian: sgtm
  2031. # [18:27] <rillian> they're staged in git, but the patch parsing bugs in hg qimport make landing tedious.
  2032. # [18:27] * jimm is now known as jimm-lunch
  2033. # [18:27] * Joins: botond_ (quassel@moz-pderh8.ckpj.s0pt.0450.2001.IP)
  2034. # [18:27] <RyanVM|sheriffduty> rillian: didn't glandium get pushing from git directly to hg working recently?
  2035. # [18:28] <_AtilA_> jesup: No, ok, it's ok.
  2036. # [18:28] <_AtilA_> What I was telling id just if we have more than one toolchain in prebuilts/ , but it's not the case
  2037. # [18:28] <RyanVM|sheriffduty> rillian: http://glandium.org/blog/?p=3413
  2038. # [18:28] <rillian> RyanVM|sheriffduty: I haven't heard about 'recently'. There's some extension that copies patches to a private hg repo and pushes from there. I've been afraid to try it. :)
  2039. # [18:29] * Joins: tonymec (tonymec@moz-r10.deo.66.87.IP)
  2040. # [18:29] <rillian> ah, that is great news
  2041. # [18:29] <_AtilA_> jesup: got to go. I'll be back in a few hours :)
  2042. # [18:29] <jesup> _AtilA_: thanks again
  2043. # [18:30] * Joins: gsvelto (gsvelto@moz-lof9p5.clienti.tiscali.it)
  2044. # [18:31] * Joins: mats (chatzilla@moz-6svtv8.priv.bahnhof.se)
  2045. # [18:31] * Joins: drno (nohlmeier@moz-cfhap5.mtv2.mozilla.com)
  2046. # [18:31] <RyanVM|sheriffduty> rillian: if you want to try it out with those uplifts, I'm happy to defer to you on them
  2047. # [18:32] * Joins: squib_ (squib@moz-napvi8.wi.charter.com)
  2048. # [18:32] <rillian> not today. I'd rather start with try pushes
  2049. # [18:32] <RyanVM|sheriffduty> fair :)
  2050. # [18:35] * Quits: squib (squib@moz-napvi8.wi.charter.com) (Ping timeout: 121 seconds)
  2051. # [18:35] * ahal is now known as ahal|lunch
  2052. # [18:36] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/180ffdfd2d27 - Brian Hackett - Bug 1109911 - Improve robustness of TypedObjectPrediction code, r=nmatsakis.
  2053. # [18:36] * Quits: pauly (silaghipaul@moz-ohb.65e.79.82.IP) (Connection closed)
  2054. # [18:37] * Quits: stormi (samuel@moz-t5b.q89.218.46.IP) (Quit: Konversation terminated!)
  2055. # [18:38] * Quits: ferjm (textual@moz-71m.3nd.202.89.IP) (Ping timeout: 121 seconds)
  2056. # [18:38] * Quits: Jerry_Mac (hshih@moz-qofhr3.kbronet.com.tw) (Quit: This computer has gone to sleep)
  2057. # [18:38] * Joins: Jerry_Mac (hshih@moz-qofhr3.kbronet.com.tw)
  2058. # [18:40] * flod|afk is now known as flod
  2059. # [18:41] * Quits: MarcoZ (marco.zehe@moz-tb35md.dip0.t-ipconnect.de) (Quit: l8er)
  2060. # [18:42] * Quits: jviereck (Adium@moz-8mq2nh.b6vj.g469.067c.2001.IP) (Quit: Leaving.)
  2061. # [18:42] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/63f90f467985 - Avi Halachmi - bug 1106122: Telemetry: Add FHR activeTicks value as simple measurement. r=vladan, r=gfritzsche
  2062. # [18:43] * Quits: jfkthame (jfkthame@moz-2a7.i06.29.2.IP) (Quit: This computer has gone to sleep)
  2063. # [18:43] * Joins: aklotz (Thunderbird@moz-1jtcvi.cg.shawcable.net)
  2064. # [18:44] * Quits: gsvelto (gsvelto@moz-lof9p5.clienti.tiscali.it) (Ping timeout: 121 seconds)
  2065. # [18:44] * Quits: jacek (jacek@moz-hbt3j4.psi.wroc.pl) (Quit: Konversation terminated!)
  2066. # [18:45] * baku|away is now known as baku
  2067. # [18:46] * Joins: mccr8 (mccr8@moz-cfhap5.mtv2.mozilla.com)
  2068. # [18:46] * baku is now known as baku|away
  2069. # [18:46] * KaiRo is now known as KaiRo_away
  2070. # [18:48] * Joins: gozala (uid5923@moz-mdbdda.uxbridge.irccloud.com)
  2071. # [18:48] * Joins: tanvi (tanvi@moz-1dcggn.p1o0.l3en.0009.2601.IP)
  2072. # [18:49] * bobowen|afk is now known as bobowen
  2073. # [18:52] * chmanchester is now known as chmanchester|afk
  2074. # [18:52] * Joins: marco (marco@moz-7cmht9.retail.telecomitalia.it)
  2075. # [18:53] * khuey|away is now known as khuey
  2076. # [18:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/12756e269785 - Brian Hackett - Bug 1116646 - Avoid assertion when running out of virtual registers, r=jandem.
  2077. # [18:54] * baku|away is now known as baku
  2078. # [18:54] * Quits: @ehsan (ehsan@moz-n3usua.cable.teksavvy.com) (A TLS packet with unexpected length was received.)
  2079. # [18:55] * Quits: kaze (kaze@moz-71m.3nd.202.89.IP) (Ping timeout: 121 seconds)
  2080. # [18:56] * Joins: azakai (alon@moz-c8813n.ujol.1ibb.0101.2620.IP)
  2081. # [18:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6461b8a32d0e - James Willcox - Bug 1117777 - Fix inverted MP4 videos on Android r=jgilbert
  2082. # [18:57] * Joins: Mook_as (mook@moz-vlall4.activestate.com)
  2083. # [18:57] * bobowen is now known as bobowen|afk
  2084. # [18:58] * Quits: sicking (sicking@moz-lqm0dq.ca.comcast.net) (Client exited)
  2085. # [18:58] * AutomatedTester is now known as AutomatedTester|AFK
  2086. # [18:59] * catlee-lunch is now known as catlee
  2087. # [18:59] * Joins: rkent (Thunderbird@moz-uta551.wa.comcast.net)
  2088. # [19:00] * bc|bbl is now known as bc
  2089. # [19:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4f547cd4ce3d - Mark Goodwin - Bug 1096197 - Ensure SSL Error reports work when there is no failed certificate chain. r=keeler
  2090. # [19:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/adbabd8de78c - Blake Wu - Bug 1114928 - Have an initial value for Ouput result. r=ajones
  2091. # [19:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a437d18a4b9b - Ethan Lin - Bug 1116070 - Use neon to speed up the mask creation. r=longsonr
  2092. # [19:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/cb37bece36f3 - Dave Hunt - Bug 1118738 - Fix HTML report colours for expected skips and unexpected errors. r=jgraham
  2093. # [19:04] * Joins: sicking (sicking@moz-lqm0dq.ca.comcast.net)
  2094. # [19:04] * sfink is now known as sfink|offline
  2095. # [19:05] * Joins: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net)
  2096. # [19:05] * pbrosset is now known as pbrosset|afk
  2097. # [19:06] * Quits: marco (marco@moz-7cmht9.retail.telecomitalia.it) (A TLS packet with unexpected length was received.)
  2098. # [19:06] * Joins: marco (marco@moz-7cmht9.retail.telecomitalia.it)
  2099. # [19:06] * Quits: MisterSpeaker (MisterSpeak@moz-ebfjj4.fios.verizon.net) (Connection closed)
  2100. # [19:06] * Joins: mint_ (mint@moz-7srl5t.ip.windstream.net)
  2101. # [19:06] * Quits: mint_ (mint@moz-7srl5t.ip.windstream.net) (Connection closed)
  2102. # [19:07] * whimboo is now known as whimboo|afk
  2103. # [19:08] * Joins: sfink|offline_ (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net)
  2104. # [19:08] * Joins: jfkthame (jfkthame@moz-2a7.i06.29.2.IP)
  2105. # [19:09] * Joins: MisterSpeaker (MisterSpeak@moz-ebfjj4.fios.verizon.net)
  2106. # [19:09] * Quits: sfink|offline (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net) (Ping timeout: 121 seconds)
  2107. # [19:09] * sfink|offline_ is now known as sfink|offline
  2108. # [19:10] * Quits: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
  2109. # [19:10] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
  2110. # [19:11] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/3f4db0105f79 - Vladimir Vukicevic - Bug 1117579 - fullscreen broken on freeciv (throws with bogus requestFullScreen options); r=bz, a=sylvestre
  2111. # [19:11] * Quits: yzen (yzen@moz-i5m.05u.207.66.IP) (Ping timeout: 121 seconds)
  2112. # [19:11] * rail-food is now known as rail
  2113. # [19:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f5889fb4ad1e - David Keeler - bug 1114741 - have nsRandomGenerator guard against NSS shutdown r=jcj
  2114. # [19:13] * Quits: mats (chatzilla@moz-6svtv8.priv.bahnhof.se) (Quit: ChatZilla 0.9.91.1 [Firefox 34.0/20141125180439])
  2115. # [19:13] * Joins: Sander (chatzilla@moz-f4egml.direct-adsl.nl)
  2116. # [19:14] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Ping timeout: 121 seconds)
  2117. # [19:15] * mdoglio|bbiab is now known as mdoglio
  2118. # [19:15] * lightsofapollo is now known as lightsofapollo|mtv
  2119. # [19:16] * Joins: handyman (handyman@moz-h6pqf9.ca.comcast.net)
  2120. # [19:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/ff223a175454 - B2G Bumper Bot - Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
  2121. # [19:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/18cef37d04f3 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2122. # [19:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f34d4207cb44 - Ryan VanderMeulen - Backed out changeset 4af240ffb899 (bug 1118504) for mochitest-e10s failures.
  2123. # [19:18] * Quits: sfink|offline (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net) (Ping timeout: 121 seconds)
  2124. # [19:19] * Quits: jrmuizel_ (jrmuizel@moz-i5m.05u.207.66.IP) (Connection closed)
  2125. # [19:19] * Joins: jrmuizel (jrmuizel@moz-i5m.05u.207.66.IP)
  2126. # [19:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/93640018725d - Dan Minor - Bug 1098529 - Properly handle devicemanager exceptions in jittests; r=terrence
  2127. # [19:20] * Joins: bdahl (bdahl@moz-u3dg2t.sfo1.mozilla.com)
  2128. # [19:20] * Joins: mayhemer (Miranda@moz-fdl470.joqu.pdma.1028.2a00.IP)
  2129. # [19:21] * Quits: gcp (gcp@moz-fen1mj.beqe.9i1r.1812.2a02.IP) (A TLS packet with unexpected length was received.)
  2130. # [19:22] * Joins: developers454 (bzlandfill@moz-sqf.lc1.63.123.IP)
  2131. # [19:24] * ahal|lunch is now known as ahal
  2132. # [19:25] * Quits: ddamjano (Instantbird@moz-mah.3sm.200.212.IP) (Ping timeout: 121 seconds)
  2133. # [19:25] * kats-lunch is now known as kats
  2134. # [19:27] * Quits: mayhemer (Miranda@moz-fdl470.joqu.pdma.1028.2a00.IP) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  2135. # [19:27] * Joins: flo-retina (Instantbird@moz-frdf7e.ip-37-59-48.eu)
  2136. # [19:29] * Quits: kgrandon1 (Adium@moz-th0og2.2rkg.9kg1.0101.2620.IP) (Quit: Leaving.)
  2137. # [19:29] * Joins: kgrandon (Adium@moz-kndkmk.rgd2.9kg1.0101.2620.IP)
  2138. # [19:30] * Quits: garvank (Garvan@moz-i5m.05u.207.66.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  2139. # [19:30] * Quits: milan_ (milan@moz-7bphfo.ckpj.s0pt.0450.2001.IP) (A TLS packet with unexpected length was received.)
  2140. # [19:30] * coop|lunch is now known as coop|buildduty
  2141. # [19:30] * davidb|afk is now known as davidb
  2142. # [19:30] * Joins: milan (milan@moz-o571bm.ckpj.s0pt.0450.2001.IP)
  2143. # [19:31] * chmanchester|afk is now known as chmanchester
  2144. # [19:31] * Joins: rmcdougall (Adium@moz-f2h.mvj.38.216.IP)
  2145. # [19:32] * Quits: marco (marco@moz-7cmht9.retail.telecomitalia.it) (A TLS packet with unexpected length was received.)
  2146. # [19:32] * Quits: KuoE0 (KuoE0@moz-1fabjf.HINET-IP.hinet.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  2147. # [19:32] * Joins: ferjm (textual@moz-71m.3nd.202.89.IP)
  2148. # [19:32] * Joins: garvank (Garvan@moz-i5m.05u.207.66.IP)
  2149. # [19:32] * Joins: marco (marco@moz-7cmht9.retail.telecomitalia.it)
  2150. # [19:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/24b0b8430ea7 - B2G Bumper Bot - Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
  2151. # [19:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/07e313b3e8a3 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2152. # [19:33] * Quits: rmcdougall (Adium@moz-f2h.mvj.38.216.IP) (Quit: Leaving.)
  2153. # [19:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f6a498e82831 - Kartikaya Gupta - Bug 1118784 - Fix typo causing wheel inputs to not get transformed to Gecko coordinate space properly. r=dvander
  2154. # [19:36] * Quits: capella (chatzilla@moz-a6lqme.res.rr.com) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  2155. # [19:36] * Quits: tonymec (tonymec@moz-r10.deo.66.87.IP) (Ping timeout: 121 seconds)
  2156. # [19:38] * Joins: arnaud_bienner (arno@moz-2l4ok5.abo.bbox.fr)
  2157. # [19:39] * Quits: sicking (sicking@moz-lqm0dq.ca.comcast.net) (Client exited)
  2158. # [19:40] * Quits: paolo (paolo@moz-74a.0nt.218.207.IP) (Connection closed)
  2159. # [19:40] * Joins: paolo_ (paolo@moz-74a.0nt.218.207.IP)
  2160. # [19:40] * Quits: botond_ (quassel@moz-pderh8.ckpj.s0pt.0450.2001.IP) (Ping timeout: 121 seconds)
  2161. # [19:41] * Quits: ferjm (textual@moz-71m.3nd.202.89.IP) (Connection closed)
  2162. # [19:41] * Quits: paolo_ (paolo@moz-74a.0nt.218.207.IP) (Quit: Konversation terminated!)
  2163. # [19:41] * Quits: aben (aben@moz-uk5jo1.senecacollege.ca) (Connection closed)
  2164. # [19:42] * Joins: rmcdougall (Adium@moz-f2h.mvj.38.216.IP)
  2165. # [19:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/841495120f82 - Albert Crespell - Bug 722841 - WebTelephony: Implement navigator.mozTelephony.sendTones(). r=hsinyi
  2166. # [19:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/9c81cf0a3ebe - Alexandre Poirot - Bug 1047572 - Disable intl on mulet. r=ahal
  2167. # [19:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/d4f3dee6afd6 - Ben Hsu - Bug 1114841 - Part 1: Remove DOMMMIError (WebIDL). r=hsinyi
  2168. # [19:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/61507e9f3bcf - Ben Hsu - Bug 1114841 - Part 2: Remove DOMMMIError (DOM). r=aknow
  2169. # [19:43] * Quits: espadrine (ttyl@moz-qfr4fg.abo.wanadoo.fr) (Ping timeout: 121 seconds)
  2170. # [19:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/7d115ddc412e - Ben Hsu - Bug 1114841 - Part 3: Remove DOMMMIError (Test). r=smaug
  2171. # [19:43] * Quits: rmcdougall (Adium@moz-f2h.mvj.38.216.IP) (Quit: Leaving.)
  2172. # [19:44] * Joins: tonymec (tonymec@moz-r10.deo.66.87.IP)
  2173. # [19:45] * Joins: aben (aben@moz-c39.dmt.204.142.IP)
  2174. # [19:47] * Quits: fabrice (fabrice@moz-qjbkeh.mtv2.mozilla.com) (Ping timeout: 121 seconds)
  2175. # [19:47] * Quits: marco (marco@moz-7cmht9.retail.telecomitalia.it) (A TLS packet with unexpected length was received.)
  2176. # [19:48] * Joins: marco (marco@moz-7cmht9.retail.telecomitalia.it)
  2177. # [19:48] * baku is now known as baku|away
  2178. # [19:49] * wlach is now known as wlach|lunch
  2179. # [19:49] * Quits: janv (varga@moz-d0ttdd.dynamic.orange.sk) (Connection closed)
  2180. # [19:49] * Joins: janv (varga@moz-d0ttdd.dynamic.orange.sk)
  2181. # [19:49] <jesup> _AtilA_: build succeeded, thanks!
  2182. # [19:49] * Quits: rkent (Thunderbird@moz-uta551.wa.comcast.net) (Client exited)
  2183. # [19:50] * Joins: ddamjano (Instantbird@moz-mah.3sm.200.212.IP)
  2184. # [19:50] <developers454> hi all
  2185. # [19:50] * Joins: rkent (Thunderbird@moz-uta551.wa.comcast.net)
  2186. # [19:50] * Joins: rmcdougall (Adium@moz-f2h.mvj.38.216.IP)
  2187. # [19:50] * Quits: lizzard (ehenry@moz-ueqta1.static.fusionbroadband.com) (Client exited)
  2188. # [19:50] * Quits: Shrooms` (mint@moz-7srl5t.ip.windstream.net) (Quit: Leaving)
  2189. # [19:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ce11eadad118 - Andrew McCreight - Bug 1116821 - Don't PokeGC in SetNewDocument. r=smaug
  2190. # [19:51] * Quits: rmcdougall (Adium@moz-f2h.mvj.38.216.IP) (Quit: Leaving.)
  2191. # [19:51] * Joins: lizzard (ehenry@moz-ueqta1.static.fusionbroadband.com)
  2192. # [19:52] <@smaug> ++mccr8
  2193. # [19:52] <@smaug> waiting for the next nightly
  2194. # [19:52] <mccr8> smaug: well this shouldn't do much. ;)
  2195. # [19:52] <@smaug> yes it does
  2196. # [19:52] <@smaug> in my use case
  2197. # [19:52] * Quits: marco (marco@moz-7cmht9.retail.telecomitalia.it) (A TLS packet with unexpected length was received.)
  2198. # [19:52] <@smaug> at least it should
  2199. # [19:53] * Quits: brendan (brendaneich@moz-ooj7cv.ca.comcast.net) (Client exited)
  2200. # [19:53] * Joins: marco (marco@moz-7cmht9.retail.telecomitalia.it)
  2201. # [19:53] <mccr8> smaug: well this isn't the patch that actually makes us do less full GCs, it just removes one place we poke the GC
  2202. # [19:53] * Joins: yzen (yzen@moz-ql1r6k.cpe.pppoe.ca)
  2203. # [19:54] * Quits: ddamjano (Instantbird@moz-mah.3sm.200.212.IP) (Ping timeout: 121 seconds)
  2204. # [19:54] <@smaug> mccr8: exactly
  2205. # [19:54] <terrence> what landed?
  2206. # [19:54] <mccr8> smaug: weird, so you have a lot of SetNewDocument but not any of that other stuff? when I was testing locally it seemed like you'd just get a flood of PokeGC from a bunch of things.
  2207. # [19:54] <@smaug> oneliner to not trigger gc after a new page
  2208. # [19:55] <terrence> \o/
  2209. # [19:55] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
  2210. # [19:55] <mccr8> terrence: very complicated patch https://hg.mozilla.org/integration/mozilla-inbound/rev/ce11eadad118
  2211. # [19:55] <@smaug> mccr8: could be
  2212. # [19:55] * Quits: Jerry_Mac (hshih@moz-qofhr3.kbronet.com.tw) (Quit: Leaving)
  2213. # [19:55] <mccr8> smaug: I'm probably going to have to back out my other CC patch that makes us do full GCs less. :( it is causing weird problems with arena decommitting.
  2214. # [19:55] * Joins: dholbert (dholbert@moz-pnm275.static.fusionbroadband.com)
  2215. # [19:55] <@smaug> mccr8: besides, doesn't it feel good to remove effectively 17 years old code ;)
  2216. # [19:56] <terrence> mccr8, smaug: commenting now in bug 1118397...
  2217. # [19:56] <mccr8> smaug: yes, that's true. jst said he remembered adding it
  2218. # [19:56] <mccr8> thanks!
  2219. # [19:56] <terrence> the story there is totes insane
  2220. # [19:56] <@smaug> jst?
  2221. # [19:56] <@smaug> mccr8: I thought the code was pre-jst time
  2222. # [19:56] <mccr8> smaug: I thought he said he remembered that. maybe not.
  2223. # [19:56] <@smaug> like prehistoric
  2224. # [19:57] * Quits: janv (varga@moz-d0ttdd.dynamic.orange.sk) (Quit: This computer has gone to sleep)
  2225. # [19:57] * Quits: Standard8 (Standard8@moz-1hu.vrc.166.195.IP) (Quit: ZNC - http://znc.in)
  2226. # [19:57] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Client exited)
  2227. # [19:57] * Joins: rmcdougall (Adium@moz-f2h.mvj.38.216.IP)
  2228. # [19:57] <RyanVM|sheriffduty> avih: https://treeherder.mozilla.org/logviewer.html#?job_id=5165158&repo=mozilla-inbound
  2229. # [19:57] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
  2230. # [19:58] * davidb is now known as davidb|afk
  2231. # [19:58] * Joins: Standard8 (Standard8@moz-1hu.vrc.166.195.IP)
  2232. # [19:58] * Joins: ckerschb (ckerschb@moz-dgk.73s.245.63.IP)
  2233. # [19:58] * Joins: gandalf (zbraniecki@moz-l8ebtf.sfo1.mozilla.com)
  2234. # [19:59] <avih> RyanVM|sheriffduty: interesting. i thought this was accounted for. thx. you want to back it out? or shall i push a fix? (tomorrow though)
  2235. # [19:59] <RyanVM|sheriffduty> backout seems like the only option then :)
  2236. # [19:59] * Quits: garvank (Garvan@moz-i5m.05u.207.66.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  2237. # [19:59] <avih> np. thx for the heads up :)
  2238. # [20:00] * mattwoodrow|away is now known as mattwoodrow
  2239. # [20:00] * Quits: Boriss (Boriss@moz-tk8.nnf.245.162.IP) (Client exited)
  2240. # [20:01] * davidb|afk is now known as davidb
  2241. # [20:02] * Parts: developers454 (bzlandfill@moz-sqf.lc1.63.123.IP)
  2242. # [20:02] * KWierso|afk is now known as KWierso
  2243. # [20:02] * Joins: brendan (brendaneich@moz-ooj7cv.ca.comcast.net)
  2244. # [20:02] * Joins: fabrice (fabrice@moz-ahh7m9.mh2d.1ibb.0101.2620.IP)
  2245. # [20:03] * Quits: bgrins (bgrins@moz-o7i603.qnor.1u98.0009.2601.IP) (Quit: Leaving.)
  2246. # [20:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9b49d075575f - Ryan VanderMeulen - Backed out changeset 63f90f467985 (bug 1106122) for xpcshell orange.
  2247. # [20:04] * Joins: Jesse (jruderman@moz-pqc1f5.ca.comcast.net)
  2248. # [20:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/4118e045b464 - Margaret Leibovic - Bug 1111142 - (Part 1) Turn aboutReader.js into an AboutReader module. r=mfinkle,bnicholson
  2249. # [20:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/931fc7ae771e - Margaret Leibovic - Bug 1111142 - (Part 2) Load AboutReader in a frame script on Fennec. r=mfinkle,bnicholson
  2250. # [20:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/93bca334a998 - Margaret Leibovic - Bug 1111142 - (Part 3) Replace fennec-specific logic in AboutReader.jsm with messages. r=mfinkle,bnicholson
  2251. # [20:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/0e6ad992ae07 - Margaret Leibovic - Bug 1117224 - Create group message manager to only load content.js framescript for tab <browser> elements. r=mfinkle
  2252. # [20:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/5b030e48e8b0 - Margaret Leibovic - Bug 1117228 - Lazy load Reader.js. r=mfinkle
  2253. # [20:05] <RyanVM|sheriffduty> botond: is this yours by chance? https://treeherder.mozilla.org/logviewer.html#?job_id=5166144&repo=mozilla-inbound
  2254. # [20:05] <RyanVM|sheriffduty> 01-07 10:43:23.476 I/Gecko ( 2253): [Parent 2253] ###!!! ASSERTION: Unexpected placeholder tile: '!newValidRegion.Intersects(tileRect) || !IsPlaceholder(newRetainedTiles. SafeElementAt(index, AsDerived().GetPlaceholderTile()))', file /builds/slave/m-in-and-api-11-d-000000000000/build/gfx/layers/TiledLayerBuffer.h, line 505
  2255. # [20:05] <Standard8> anyone know anything about Unified_mm_toolkit_xre0.o failing to build on Mac 10.9?
  2256. # [20:06] * Quits: raniere (raniere@moz-t4d.en0.68.177.IP) (Ping timeout: 121 seconds)
  2257. # [20:06] <Standard8> /Users/mark/loop/gecko-dev/toolkit/xre/MacApplicationDelegate.mm:93:22: error: cannot initialize a parameter of type 'id<NSFileManagerDelegate>' with an lvalue of type 'id<NSApplicationDelegate>'
  2258. # [20:07] * Quits: jduell (jduell@moz-fv43hl.public.wayport.net) (Ping timeout: 121 seconds)
  2259. # [20:08] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/72d8c45c9094 - B2G Bumper Bot - Bumping gaia.json for 8 gaia revision(s) a=gaia-bump
  2260. # [20:08] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/f544d819c254 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2261. # [20:08] * Joins: fabrice1 (fabrice@moz-ahh7m9.mh2d.1ibb.0101.2620.IP)
  2262. # [20:08] * Quits: mastizada (Thunderbird@moz-daq.v53.6.95.IP) (Ping timeout: 121 seconds)
  2263. # [20:09] * Quits: fabrice (fabrice@moz-ahh7m9.mh2d.1ibb.0101.2620.IP) (Connection closed)
  2264. # [20:09] * Quits: davidb (davidb@moz-i5m.05u.207.66.IP) (Connection closed)
  2265. # [20:09] * Quits: ProgramFOX (ProgramFOX@moz-0b00id.isp.belgacom.be) (Quit: ChatZilla 0.9.91.1 [Firefox 34.0.5/20141126041045])
  2266. # [20:09] <avih> RyanVM|sheriffduty: backout was the better move. i can't see an obvious fix (or rather an obvious reason why it failed). i'll look into it tomorrow.
  2267. # [20:10] <Standard8> cpeterson: can you take a look at my build error above?
  2268. # [20:10] <Standard8> cpeterson: aha, its bug 1118756
  2269. # [20:10] * Joins: tedders1 (tedders1@moz-6eah7j.cable.rogers.com)
  2270. # [20:12] * Joins: milan_ (milan@moz-i5m.05u.207.66.IP)
  2271. # [20:12] * wlach|lunch is now known as wlach
  2272. # [20:12] * Joins: paolo (paolo@moz-74a.0nt.218.207.IP)
  2273. # [20:13] * Quits: milan_ (milan@moz-i5m.05u.207.66.IP) (A TLS packet with unexpected length was received.)
  2274. # [20:13] * terrence is now known as terrence-brb
  2275. # [20:13] * Joins: milan_ (milan@moz-rgqoqh.ckpj.s0pt.0450.2001.IP)
  2276. # [20:15] * Quits: jfkthame (jfkthame@moz-2a7.i06.29.2.IP) (Quit: This computer has gone to sleep)
  2277. # [20:15] * Quits: milan (milan@moz-o571bm.ckpj.s0pt.0450.2001.IP) (Ping timeout: 121 seconds)
  2278. # [20:16] <cpeterson> Standard8: hi. I'm not sure why that would fail for you, but not me or the builders.
  2279. # [20:17] <Standard8> cpeterson: see the bug I think
  2280. # [20:17] <Standard8> its the latest sdk
  2281. # [20:17] * Joins: bgrins (bgrins@moz-t6fspt.ujol.1ibb.0101.2620.IP)
  2282. # [20:17] <cpeterson> I'm building on OS X 10.10 with (AFAIK) the latest Xcode, too
  2283. # [20:18] * cpeterson reading bug
  2284. # [20:19] * julienw is now known as julienw_afk
  2285. # [20:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/094d1f82a45b - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2286. # [20:20] * Joins: raniere (raniere@moz-q04.npm.98.179.IP)
  2287. # [20:20] * Joins: garvank (Garvan@moz-i5m.05u.207.66.IP)
  2288. # [20:23] * Quits: oliverthor (oliverthor@moz-5i3.51j.125.50.IP) (Ping timeout: 121 seconds)
  2289. # [20:23] * Quits: paolo (paolo@moz-74a.0nt.218.207.IP) (Quit: Konversation terminated!)
  2290. # [20:23] * Quits: Dexter (Dexter@moz-i7o.obq.235.95.IP) (Quit: Leaving)
  2291. # [20:25] * Joins: bholley (bholley@moz-jaejpj.ca.comcast.net)
  2292. # [20:26] <cpeterson> ehsan, Standard8: the OS X build fix looks good. Who should r+ it? Or can we just land it as-is to fix the build bustage?
  2293. # [20:26] * Joins: yliao (yliao@moz-aj9ejj.HINET-IP.hinet.net)
  2294. # [20:26] * whimboo|afk is now known as whimboo
  2295. # [20:27] * Quits: ZER0 (ZER0@moz-m4u.tke.18.62.IP) (Ping timeout: 121 seconds)
  2296. # [20:27] * mgerva|afk is now known as mgerva
  2297. # [20:28] * Quits: yliao (yliao@moz-aj9ejj.HINET-IP.hinet.net) (Connection closed)
  2298. # [20:29] * Quits: nrc (nrc@moz-1crlv1.xtra.co.nz) (Connection closed)
  2299. # [20:29] * Joins: nrc (nrc@moz-1crlv1.xtra.co.nz)
  2300. # [20:29] * Joins: gustavold (gustavold@moz-476.0hl.164.177.IP)
  2301. # [20:30] * Joins: Snuffleupagus (chatzilla@moz-5hgc5j.bredband.comhem.se)
  2302. # [20:30] * Joins: ehsan (ehsan@moz-i5m.05u.207.66.IP)
  2303. # [20:30] * killer sets mode: +o ehsan
  2304. # [20:30] * benfrancis is now known as benfrancis|away
  2305. # [20:31] * Quits: @ehsan (ehsan@moz-i5m.05u.207.66.IP) (Connection closed)
  2306. # [20:31] * Joins: ehsan_ (ehsan@moz-bof4i8.ckpj.s0pt.0450.2001.IP)
  2307. # [20:31] * Joins: huseby (huseby@moz-m7l0au.d2vr.5em6.6400.2605.IP)
  2308. # [20:32] * Quits: Jesse (jruderman@moz-pqc1f5.ca.comcast.net) (Client exited)
  2309. # [20:32] * Quits: huseby (huseby@moz-m7l0au.d2vr.5em6.6400.2605.IP) (Client exited)
  2310. # [20:32] * Quits: Silne30 (Silne30@moz-hqhmej.mh2d.1ibb.0101.2620.IP) (Connection closed)
  2311. # [20:33] * coop|buildduty is now known as coop|mtg
  2312. # [20:34] * Joins: huseby (huseby@moz-m7l0au.d2vr.5em6.6400.2605.IP)
  2313. # [20:34] * Quits: aklotz (Thunderbird@moz-1jtcvi.cg.shawcable.net) (Client exited)
  2314. # [20:35] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/400119b1311a - Ryan VanderMeulen - Backed out changeset 7033680d2fc4 for not fixing the problem it was intended to solve.
  2315. # [20:36] * Joins: oliverthor (oliverthor@moz-5i3.51j.125.50.IP)
  2316. # [20:36] * Quits: tonymec (tonymec@moz-r10.deo.66.87.IP) (Ping timeout: 121 seconds)
  2317. # [20:38] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/0cd88eccc3d2 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  2318. # [20:38] * mwargers is now known as mwargers_afk
  2319. # [20:38] * Joins: Sushant94 (Sushant@moz-hgd.phj.202.116.IP)
  2320. # [20:38] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/bb4a410e120a - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2321. # [20:40] * Quits: bajaj (bajaj_afk@moz-qjbkeh.mtv2.mozilla.com) (Error in the push function.)
  2322. # [20:40] * Joins: bajaj1 (bajaj_afk@moz-qjbkeh.mtv2.mozilla.com)
  2323. # [20:40] * Joins: bajaj (bajaj_afk@moz-pd3q1n.ujol.1ibb.0101.2620.IP)
  2324. # [20:43] * Quits: Sushant94 (Sushant@moz-hgd.phj.202.116.IP) (Ping timeout: 121 seconds)
  2325. # [20:44] * Quits: bajaj1 (bajaj_afk@moz-qjbkeh.mtv2.mozilla.com) (Ping timeout: 121 seconds)
  2326. # [20:45] <bkelly> is treeherder having issues today?
  2327. # [20:45] * jimm-lunch is now known as jimm
  2328. # [20:45] <bkelly> getting results in tbpl, but treeherder can't seem to find the push
  2329. # [20:46] * Joins: tonymec (tonymec@moz-r10.deo.66.87.IP)
  2330. # [20:46] * Joins: Mano (mano@moz-5uq22s.red.bezeqint.net)
  2331. # [20:47] <Standard8> cpeterson: are mstange or smichaud around to look at it?
  2332. # [20:47] * Quits: &dbaron (dbaron@moz-0jjav9.dynamic.fusionbroadband.com) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  2333. # [20:47] * Joins: Boriss (Boriss@moz-f1bjd5.PUBLIC.monkeybrains.net)
  2334. # [20:47] * Joins: alexbardas (alexbardas@moz-7illpf.CS.idilis.net)
  2335. # [20:47] <cpeterson> idk
  2336. # [20:47] <cpeterson> I will just backout my original patch for now. sorry! "worked on my machine" <:)
  2337. # [20:47] <avih> RyanVM|sheriffduty: was the android x86 emulator the only failure?
  2338. # [20:48] <RyanVM|sheriffduty> looks like it :)
  2339. # [20:48] <RyanVM|sheriffduty> (which is also version 4.2 in case that ends up mattering)
  2340. # [20:48] * Quits: alexbard_ (alexbardas@moz-i1oq0e.BZ.idilis.net) (Ping timeout: 121 seconds)
  2341. # [20:48] <avih> RyanVM|sheriffduty: yeah, i didn't see other android x86's
  2342. # [20:48] <avih> thx
  2343. # [20:49] <avih> (on trychooser)
  2344. # [20:50] <RyanVM|sheriffduty> avih: https://treeherder.mozilla.org/logviewer.html#?job_id=5172824&repo=mozilla-inbound
  2345. # [20:50] <RyanVM|sheriffduty> and of course, then that shows up
  2346. # [20:51] <avih> :) i'll add all the androids to a try push
  2347. # [20:52] <avih> RyanVM|sheriffduty: apologies for adding a bit of work for you ;)
  2348. # [20:52] <RyanVM|sheriffduty> happens :)
  2349. # [20:52] <avih> yeah...
  2350. # [20:53] * Quits: surkov (surkov@moz-v8g78c.cpe.teksavvy.com) (Client exited)
  2351. # [20:53] * Joins: billm (billm@moz-lm6ef3.ca.comcast.net)
  2352. # [20:53] * Joins: opnchaudhary (Thunderbird@moz-uki.go5.164.122.IP)
  2353. # [20:53] * Joins: aklotz (Thunderbird@moz-1jtcvi.cg.shawcable.net)
  2354. # [20:54] * Joins: ferjm (textual@moz-71m.3nd.202.89.IP)
  2355. # [20:54] * Parts: opnchaudhary (Thunderbird@moz-uki.go5.164.122.IP)
  2356. # [20:55] * khuey is now known as khuey|away
  2357. # [20:56] <RyanVM|sheriffduty> bkelly: ask in #treeherder
  2358. # [20:56] * Joins: yliao (yliao@moz-aj9ejj.HINET-IP.hinet.net)
  2359. # [20:57] <cpeterson> RyanVM|sheriffduty: may I back out my OS X patch that breaks some people's local builds (though not the builders) on the closed tree? It is affected people's productivity. :(
  2360. # [20:57] * Joins: mahdi (mahdi@moz-qrj.b3k.244.151.IP)
  2361. # [20:57] <RyanVM|sheriffduty> sure thing
  2362. # [20:58] * Quits: secretrobotron (secretrobot@moz-3mppja.ckpj.s0pt.0450.2001.IP) (A TLS packet with unexpected length was received.)
  2363. # [20:58] <fitzgen> bz: ping
  2364. # [20:58] * Quits: Honza (chatzilla@moz-tiq.7ku.62.176.IP) (Ping timeout: 121 seconds)
  2365. # [20:58] * Quits: yliao (yliao@moz-aj9ejj.HINET-IP.hinet.net) (Connection closed)
  2366. # [20:59] <cpeterson> Standard8, mstange, ehsan: I backed out the OS X bustage.
  2367. # [20:59] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a39d8f6fc252 - Chris Peterson - Back out cset 143ddd8eded9 (bug 1117635) for breaking some people's OS X builds on a CLOSED TREE. a=RyanVM
  2368. # [20:59] * AutomatedTester|AFK is now known as AutomatedTester
  2369. # [20:59] * Quits: bz (bzbarsky@moz-m10oko.fios.verizon.net) (Ping timeout: 121 seconds)
  2370. # [21:02] * Quits: bgrins (bgrins@moz-t6fspt.ujol.1ibb.0101.2620.IP) (Quit: Leaving.)
  2371. # [21:02] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0962698c14a0 - Brian Hackett - Bug 1113744 - Don't call zone() when compacting off thread on a CLOSED TREE.
  2372. # [21:03] * Quits: bdahl (bdahl@moz-u3dg2t.sfo1.mozilla.com) (A TLS packet with unexpected length was received.)
  2373. # [21:04] * Quits: Mano (mano@moz-5uq22s.red.bezeqint.net) (Connection closed)
  2374. # [21:04] * Joins: Silne30 (Silne30@moz-qjbkeh.mtv2.mozilla.com)
  2375. # [21:04] * terrence-brb is now known as terrence
  2376. # [21:04] * Quits: Silne30 (Silne30@moz-qjbkeh.mtv2.mozilla.com) (Connection closed)
  2377. # [21:04] * Quits: jrmuizel (jrmuizel@moz-i5m.05u.207.66.IP) (Connection closed)
  2378. # [21:05] * Quits: tonymec (tonymec@moz-r10.deo.66.87.IP) (Ping timeout: 121 seconds)
  2379. # [21:05] * Joins: nattokirai (nattokirai@moz-rq9a8e.asahi-net.or.jp)
  2380. # [21:06] * Joins: Silne30 (Silne30@moz-br4os5.mh2d.1ibb.0101.2620.IP)
  2381. # [21:06] * Quits: Silne30 (Silne30@moz-br4os5.mh2d.1ibb.0101.2620.IP) (Connection closed)
  2382. # [21:06] * Joins: Silne30 (Silne30@moz-qjbkeh.mtv2.mozilla.com)
  2383. # [21:06] * Joins: bdahl (bdahl@moz-1a9l94.2rkg.9kg1.0101.2620.IP)
  2384. # [21:07] * Joins: edburns (edburns@moz-4cflac.oracle.com)
  2385. # [21:07] * juanb is now known as juanb|brb
  2386. # [21:07] * Quits: Silne30 (Silne30@moz-qjbkeh.mtv2.mozilla.com) (Connection closed)
  2387. # [21:07] * Joins: Silne30 (Silne30@moz-qjbkeh.mtv2.mozilla.com)
  2388. # [21:07] * Quits: wolfiR (wolfiR@moz-pc2dvl.51l1.0au3.4dd0.2001.IP) (Quit: Leaving)
  2389. # [21:08] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/80a382627d4e - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  2390. # [21:08] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/2a11b575b940 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2391. # [21:08] * Quits: Silne30 (Silne30@moz-qjbkeh.mtv2.mozilla.com) (Connection closed)
  2392. # [21:08] <RyanVM|sheriffduty> rillian: working on them now
  2393. # [21:08] * Joins: florent (Thunderbird@moz-pkrcj8.abo.wanadoo.fr)
  2394. # [21:09] * Joins: njn (chatzilla@moz-33a4k1.iinet.net.au)
  2395. # [21:09] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/88c4d076e3db - Mark Banner - Bug 1117863 - Correct Loop's language fallback to use all of accept languages properly. r=mikedeboer
  2396. # [21:10] * coop|mtg is now known as coop|buildduty
  2397. # [21:10] * mgerva is now known as mgerva|afk
  2398. # [21:11] * Quits: bdahl (bdahl@moz-1a9l94.2rkg.9kg1.0101.2620.IP) (Ping timeout: 121 seconds)
  2399. # [21:11] * Quits: ttaubert (uid2620@moz-gmrftu.charlton.irccloud.com) (Quit: Connection closed for inactivity)
  2400. # [21:12] * Joins: tonymec (tonymec@moz-r10.deo.66.87.IP)
  2401. # [21:14] * Quits: ferjm (textual@moz-71m.3nd.202.89.IP) (Ping timeout: 121 seconds)
  2402. # [21:15] * Quits: gustavold (gustavold@moz-476.0hl.164.177.IP) (Ping timeout: 121 seconds)
  2403. # [21:17] * Quits: garvank (Garvan@moz-i5m.05u.207.66.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  2404. # [21:17] * Quits: bholley (bholley@moz-jaejpj.ca.comcast.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  2405. # [21:18] * Quits: @roc (chatzilla@moz-k2cbtj.orcon.net.nz) (Connection closed)
  2406. # [21:19] * Quits: Enn (enn@moz-psaljv.ckpj.s0pt.0450.2001.IP) (Ping timeout: 121 seconds)
  2407. # [21:19] * Joins: Enn (enn@moz-225apn.ckpj.s0pt.0450.2001.IP)
  2408. # [21:19] * Quits: Rik_ (rik@moz-6v5.3nd.202.89.IP) (A TLS packet with unexpected length was received.)
  2409. # [21:21] * Joins: secretrobotron (secretrobot@moz-i5m.05u.207.66.IP)
  2410. # [21:22] * Quits: secretrobotron (secretrobot@moz-i5m.05u.207.66.IP) (Connection closed)
  2411. # [21:22] * Joins: secretrobotron_ (secretrobot@moz-i5m.05u.207.66.IP)
  2412. # [21:22] * secretrobotron_ is now known as secretrobotron
  2413. # [21:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/87ca621cf174 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  2414. # [21:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/0a6fa6f105ba - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2415. # [21:23] * Fallen|away is now known as Fallen
  2416. # [21:26] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/27f710760e3e - Bobby Holley - Bug 1108767 - Separate ThenValueRunnable so that the constructors don't collide when the resolve value is the same as the reject value. r=cpearce, a=sledru
  2417. # [21:26] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/ffb5016dddf0 - Bobby Holley - Bug 1108767 - Stop including MediaTaskQueue.h from MediaPromise.h. r=cpearce, a=sledru
  2418. # [21:26] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/9dc7dfc38f64 - Bobby Holley - Bug 1108767 - Add MediaPromise::{Resolve,Reject}IfExists. r=cpearce, a=sledru
  2419. # [21:26] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/9d0bfa85deda - Bobby Holley - Bug 1108767 - Allow promises to be resolved without a MediaPromiseHolder. r=cpearce, a=sledru
  2420. # [21:26] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/adad22a37790 - Bobby Holley - Bug 1108767 - Add the ability to chain same-type promises. r=cpearce, a=sledru
  2421. # [21:26] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/4d7e491441c0 - Bobby Holley - Bug 1108707 - Make reader shutdown asynchronous. r=cpearce, a=sledru
  2422. # [21:26] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/47c66f96853d - Ehsan Akhgari - Bug 1109694 - Fix more bad implicit constructors in dom/media. r=baku, a=sledru
  2423. # [21:26] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/daaeccd4975e - Bobby Holley - Bug 1108701 - Use MediaPromises for RequestAudioData and RequestVideoData. r=cpearce, a=sledru
  2424. # [21:26] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/e39c7a02ccd1 - Bobby Holley - Bug 1108701 - Replace AudioDecodeRendezvous with promise-y goodness. r=cpearce, r=karlt, a=sledru
  2425. # [21:26] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/a024fc4f0bd2 - Bobby Holley - Bug 1109954 - Make resolve/reject values optional in callback signatures. r=cpearce, a=sledru
  2426. # [21:26] * Joins: gustavold (gustavold@moz-eu4.ur0.99.179.IP)
  2427. # [21:27] * Quits: Jackneill (Jackneill@moz-l6dtcr.pool.digikabel.hu) (A TLS packet with unexpected length was received.)
  2428. # [21:28] * Quits: mixedpuppy (mixedpuppy@moz-lhjtql.res.bhn.net) (Client exited)
  2429. # [21:28] <mdoglio> bkelly: I found where the problem was, it should back to normal now
  2430. # [21:29] <bkelly> mdoglio: thanks!
  2431. # [21:29] * Quits: njn (chatzilla@moz-33a4k1.iinet.net.au) (Ping timeout: 121 seconds)
  2432. # [21:29] * Joins: jfkthame (jfkthame@moz-2a7.i06.29.2.IP)
  2433. # [21:29] <mdoglio> np
  2434. # [21:29] <RyanVM|sheriffduty> billm: ping
  2435. # [21:29] <billm> RyanVM|sheriffduty: pong
  2436. # [21:30] <RyanVM|sheriffduty> hey, I'm tracking down a big spike in Android M5 failures in the IndexedDB tests
  2437. # [21:30] <RyanVM|sheriffduty> lots like this - https://treeherder.mozilla.org/logviewer.html#?job_id=5166417&repo=mozilla-inbound
  2438. # [21:30] * Quits: mahdi (mahdi@moz-qrj.b3k.244.151.IP) (Ping timeout: 121 seconds)
  2439. # [21:30] <RyanVM|sheriffduty> every now and then I get one with a usable stack - https://treeherder.mozilla.org/logviewer.html#?job_id=5162413&repo=mozilla-inbound
  2440. # [21:30] * Joins: bent (chatzilla@moz-510bvf.2rkg.9kg1.0101.2620.IP)
  2441. # [21:30] * Joins: mixedpuppy (mixedpuppy@moz-lhjtql.res.bhn.net)
  2442. # [21:31] <RyanVM|sheriffduty> looks like retriggers on inbound are starting to converge on the push for bug 1103036
  2443. # [21:31] <RyanVM|sheriffduty> does that seem plausible?
  2444. # [21:32] * Quits: jfkthame (jfkthame@moz-2a7.i06.29.2.IP) (Quit: This computer has gone to sleep)
  2445. # [21:32] <billm> RyanVM|sheriffduty: isn't that a crash in the JS engine?
  2446. # [21:32] * Quits: Ms2ger (Ms2ger@moz-c70.8u8.182.91.IP) (Quit: nn)
  2447. # [21:33] * Joins: mahdi (mahdi@moz-qrj.b3k.244.151.IP)
  2448. # [21:33] <billm> RyanVM|sheriffduty: it sounds unlikely to be bug 1103036, which got backed out anyway
  2449. # [21:33] <RyanVM|sheriffduty> ah, touche
  2450. # [21:33] <RyanVM|sheriffduty> ok, thanks
  2451. # [21:34] <billm> RyanVM|sheriffduty: also, the first one is a hang and the second is a crash. are you sure it's the same thing?
  2452. # [21:34] <RyanVM|sheriffduty> billm: all I know right now is that Android 4.0 opt M5 is very-frequently orange in IDB tests
  2453. # [21:34] <RyanVM|sheriffduty> beyond that, dunno
  2454. # [21:34] <billm> RyanVM|sheriffduty: ok
  2455. # [21:34] <RyanVM|sheriffduty> and it's hard to say much when the majority don't give usable stacks
  2456. # [21:35] * Quits: sawrubh (uid6719@moz-ebqg31.uxbridge.irccloud.com) (Quit: Connection closed for inactivity)
  2457. # [21:35] * Joins: yliao (yliao@moz-aj9ejj.HINET-IP.hinet.net)
  2458. # [21:35] <billm> RyanVM|sheriffduty: if it stops happening after the backout, let me know
  2459. # [21:35] <RyanVM|sheriffduty> oh, they definitely post-date your backout
  2460. # [21:35] <RyanVM|sheriffduty> i missed that in the pushlog
  2461. # [21:36] <billm> ah, ok
  2462. # [21:37] * Quits: mahdi (mahdi@moz-qrj.b3k.244.151.IP) (Connection closed)
  2463. # [21:37] * Joins: jviereck (Adium@moz-45n1b2.dclient.hispeed.ch)
  2464. # [21:37] * Joins: kamidphish (textual@moz-ouggk0.tpgi.com.au)
  2465. # [21:38] <ehsan_> cpeterson: thanks
  2466. # [21:40] * Quits: yliao (yliao@moz-aj9ejj.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
  2467. # [21:40] <avih> anyone gets firefox to remember the password for SSO?
  2468. # [21:40] <ehsan_> avih: the SSO site disallows it
  2469. # [21:40] <ehsan_> avih: good luck finding a component to file that bug in :(
  2470. # [21:40] <avih> ehsan_: hmm.. kinda meh..
  2471. # [21:40] <ehsan_> it's actually very annoying
  2472. # [21:41] <ehsan_> my password is *long*
  2473. # [21:41] <avih> yeah, it was an understatement...
  2474. # [21:41] <froydnj> avih: ehsan_: bug 1105331
  2475. # [21:41] * Joins: rstrong (rstrong@moz-qvqiq2.sntcca.sbcglobal.net)
  2476. # [21:41] * Quits: Enn (enn@moz-225apn.ckpj.s0pt.0450.2001.IP) (Ping timeout: 121 seconds)
  2477. # [21:41] <ehsan_> froydnj: oh wonderful
  2478. # [21:41] <avih> same, especially after they forced us to enter a minimum of 1K chars for the passwd
  2479. # [21:41] <avih> or was that 1kbits?
  2480. # [21:41] <froydnj> bug 1101026 looks like the more actionable bug along the same lines
  2481. # [21:41] * Joins: Honza (chatzilla@moz-tiq.7ku.62.176.IP)
  2482. # [21:41] <froydnj> ehsan_: ^
  2483. # [21:41] * Joins: Enn (enn@moz-icm6kc.ckpj.s0pt.0450.2001.IP)
  2484. # [21:42] <avih> ehsan_: next thing you know someone writes an addon which adds a button to copy the sso password to clipboard ;)
  2485. # [21:43] <ehsan_> avih: the default password manager UI supports copying passwords :)
  2486. # [21:43] * Joins: jfkthame (jfkthame@moz-2a7.i06.29.2.IP)
  2487. # [21:43] <avih> ehsan_: yeah, but a direct button is simpler :)
  2488. # [21:43] <RyanVM|sheriffduty> mccr8: should I be worried that 3 different android reftest runs died mid-run on your push to inbound?
  2489. # [21:43] <avih> i actually use the copy password when i need the sso one
  2490. # [21:44] <mccr8> RyanVM|sheriffduty: with a timeout?
  2491. # [21:44] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/3129d08edd20 - Ben Turner - Backout additional test for bug 1076975 on CLOSED TREE
  2492. # [21:44] * Joins: pcwalton (pcwalton@moz-6kjabm.ca.comcast.net)
  2493. # [21:44] <RyanVM|sheriffduty> mccr8: just dies mid-run https://treeherder.mozilla.org/logviewer.html#?job_id=5172849&repo=mozilla-inbound
  2494. # [21:45] <avih> ehsan_: also, wasn't the sso thingy supposed to remember the user forever or something? it seems to forget me rather quickly even if i check "remember me"... :/
  2495. # [21:45] <mccr8> RyanVM|sheriffduty: hmm. last time I landed this (and some other patches) that didn't happen so probably not? https://treeherder.mozilla.org/ui/#/jobs?repo=mozilla-inbound&revision=9d593597df5f
  2496. # [21:46] <ehsan_> avih: yeah the remember me checkbox seems to be ignored
  2497. # [21:46] <ehsan_> avih: the usual web login disaster
  2498. # [21:46] <avih> :/
  2499. # [21:46] * Joins: gsvelto (gsvelto@moz-lof9p5.clienti.tiscali.it)
  2500. # [21:46] <ehsan_> it's amazing how okta has managed to survive as a business, given that login _is_ their business
  2501. # [21:47] <avih> if it wasn't sad it would have been funny
  2502. # [21:47] * Joins: Silne30 (Silne30@moz-qjbkeh.mtv2.mozilla.com)
  2503. # [21:48] * Joins: njn (chatzilla@moz-33a4k1.iinet.net.au)
  2504. # [21:48] <KWierso> ha, if I delete the "hidden-password" input element in okta's login form, then the form autocompletes my password successfully after I fill in my username...
  2505. # [21:48] * mdoglio is now known as mdoglio|afk
  2506. # [21:49] <avih> KWierso: ah, forgot about that bookmarklet! ++ :)
  2507. # [21:49] * lmandel is now known as lmandel_afk
  2508. # [21:50] * Joins: Silne30_ (Silne30@moz-qjbkeh.mtv2.mozilla.com)
  2509. # [21:51] * Quits: yzen (yzen@moz-ql1r6k.cpe.pppoe.ca) (Connection closed)
  2510. # [21:51] * Joins: yzen (yzen@moz-ql1r6k.cpe.pppoe.ca)
  2511. # [21:51] * Quits: Silne30 (Silne30@moz-qjbkeh.mtv2.mozilla.com) (Ping timeout: 121 seconds)
  2512. # [21:52] * Joins: bgrins (bgrins@moz-cfhap5.mtv2.mozilla.com)
  2513. # [21:52] <avih> great, and i can't find how to load the sso page in order to log out/in and disable the password block. sso.mozilla.com seems to redirect to the general mozilla site, and sso.mozilla.com/gmail redirects immediately to gmail
  2514. # [21:52] * juanb|brb is now known as juanb
  2515. # [21:53] * Quits: secretrobotron (secretrobot@moz-i5m.05u.207.66.IP) (Connection closed)
  2516. # [21:53] * Joins: davidb (davidb@moz-i5m.05u.207.66.IP)
  2517. # [21:53] * Joins: secretrobotron (secretrobot@moz-i5m.05u.207.66.IP)
  2518. # [21:53] <avih> .me hopes to remember the passwd field trick next time sso requests his password
  2519. # [21:53] * Quits: rmcdougall (Adium@moz-f2h.mvj.38.216.IP) (Quit: Leaving.)
  2520. # [21:53] <avih> / meh :)
  2521. # [21:55] * flod is now known as flod|away
  2522. # [21:56] * Joins: Mano (mano@moz-5uq22s.red.bezeqint.net)
  2523. # [21:56] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/pushloghtml?changeset=959ed4595e89 - 12 changesets
  2524. # [21:56] * Joins: jrmuizel (jrmuizel@moz-i5m.05u.207.66.IP)
  2525. # [21:56] * Quits: njn (chatzilla@moz-33a4k1.iinet.net.au) (Ping timeout: 121 seconds)
  2526. # [21:57] * Joins: rmcdougall (Adium@moz-f2h.mvj.38.216.IP)
  2527. # [22:00] * lmandel_afk is now known as lmandel
  2528. # [22:00] <rillian> RyanVM|sheriffduty: great!
  2529. # [22:01] * Joins: njn (chatzilla@moz-33a4k1.iinet.net.au)
  2530. # [22:01] * Quits: oliverthor (oliverthor@moz-5i3.51j.125.50.IP) (Quit: "walks away slow")
  2531. # [22:02] * Quits: aben (aben@moz-c39.dmt.204.142.IP) (Quit: )
  2532. # [22:02] * Quits: m_gol (m_gol@moz-eru58u.static.chello.pl) (Quit: Leaving...)
  2533. # [22:02] * Quits: Honza (chatzilla@moz-tiq.7ku.62.176.IP) (Connection closed)
  2534. # [22:03] * coop|buildduty is now known as coop|mtg
  2535. # [22:03] * Joins: Honza (chatzilla@moz-tiq.7ku.62.176.IP)
  2536. # [22:03] * Joins: bz (bzbarsky@moz-86k7mn.hfc.comcastbusiness.net)
  2537. # [22:04] * Quits: Mano (mano@moz-5uq22s.red.bezeqint.net) (Connection closed)
  2538. # [22:04] * Joins: alexd992 (bzlandfill@moz-lg6.3mk.97.176.IP)
  2539. # [22:05] <alexd992> Hello, I have a problem with firefox: when I make a http request from flash, firefox doesn't attatch cookies...did someone encountered this problem?
  2540. # [22:05] * Joins: Jesse (jruderman@moz-cfhap5.mtv2.mozilla.com)
  2541. # [22:05] * Joins: dbaron (dbaron@moz-5k7m8a.2rkg.9kg1.0101.2620.IP)
  2542. # [22:05] * killer sets mode: +ao dbaron dbaron
  2543. # [22:06] * Joins: tedders1_ (tedders1@moz-6eah7j.cable.rogers.com)
  2544. # [22:06] * Joins: Mano (mano@moz-5uq22s.red.bezeqint.net)
  2545. # [22:07] * Quits: bz (bzbarsky@moz-86k7mn.hfc.comcastbusiness.net) (Ping timeout: 121 seconds)
  2546. # [22:07] * Quits: Honza (chatzilla@moz-tiq.7ku.62.176.IP) (Ping timeout: 121 seconds)
  2547. # [22:08] <seth> CLOSED TREE =(
  2548. # [22:08] <RyanVM|sheriffduty> seth: NO NICE THINGS FOR YOU
  2549. # [22:08] * Joins: bdahl (bdahl@moz-1a9l94.2rkg.9kg1.0101.2620.IP)
  2550. # [22:08] * Quits: tedders1 (tedders1@moz-6eah7j.cable.rogers.com) (Ping timeout: 121 seconds)
  2551. # [22:09] * Joins: tedders1 (tedders1@moz-6eah7j.cable.rogers.com)
  2552. # [22:09] <RyanVM|sheriffduty> mccr8: https://treeherder.mozilla.org/#/jobs?repo=mozilla-inbound&filter-searchStr=Android%204.0%20armv7%20API%2010%20%20mozilla-inbound%20debug%20test%20plain-reftest *sigh* :(
  2553. # [22:09] <alexd992> Hello, I have a problem with firefox: when I make a http request from flash, firefox doesn't attatch cookies...did someone encountered this problem?
  2554. # [22:10] * Quits: Enn (enn@moz-icm6kc.ckpj.s0pt.0450.2001.IP) (Ping timeout: 121 seconds)
  2555. # [22:10] * khuey|away is now known as khuey
  2556. # [22:10] <alexd992> or can u point me to the right irc channel to ask this question?
  2557. # [22:11] * Quits: tedders1_ (tedders1@moz-6eah7j.cable.rogers.com) (Ping timeout: 121 seconds)
  2558. # [22:11] <mccr8> RyanVM|sheriffduty: well, feel free to back me out if you think it will help. the code I'm removing is really old so who knows.
  2559. # [22:11] * Quits: Mano (mano@moz-5uq22s.red.bezeqint.net) (Connection closed)
  2560. # [22:11] <RyanVM|sheriffduty> mccr8: ....I hate Android tests so much
  2561. # [22:11] * Quits: imjalpreet (Thunderbird@moz-9i1.k6o.139.14.IP) (Ping timeout: 121 seconds)
  2562. # [22:11] * Quits: tomer (tomer@moz-to490c.012.net.il) (Ping timeout: 121 seconds)
  2563. # [22:11] * Quits: jchaulk1 (jchaulk@moz-inv.kdl.91.23.IP) (Quit: Leaving.)
  2564. # [22:11] * Joins: jchaulk (jchaulk@moz-fmkdq3.cpe.pppoe.ca)
  2565. # [22:12] * Joins: oliverthor (oliverthor@moz-5i3.51j.125.50.IP)
  2566. # [22:13] * Quits: handyman (handyman@moz-h6pqf9.ca.comcast.net) (Connection closed)
  2567. # [22:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/c111f00627cc - B2G Bumper Bot - Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
  2568. # [22:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/d55528833b3e - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2569. # [22:13] * Quits: bdahl (bdahl@moz-1a9l94.2rkg.9kg1.0101.2620.IP) (Ping timeout: 121 seconds)
  2570. # [22:14] * Quits: pcwalton (pcwalton@moz-6kjabm.ca.comcast.net) (Client exited)
  2571. # [22:14] * Quits: njn (chatzilla@moz-33a4k1.iinet.net.au) (Ping timeout: 121 seconds)
  2572. # [22:16] * philor|away is now known as philor
  2573. # [22:16] * Quits: alexd992 (bzlandfill@moz-lg6.3mk.97.176.IP) (Quit: CGI:IRC (EOF))
  2574. # [22:17] * Quits: tonymec (tonymec@moz-r10.deo.66.87.IP) (Ping timeout: 121 seconds)
  2575. # [22:17] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/1a647f19f02d - Jean-Yves Avenard - Bug 1113045 - Make AppleVT/VDA/AT/Decoder's destructors virtual. r=rillian, a=sledru
  2576. # [22:17] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/b0b4d61a7581 - Jean-Yves Avenard - Bug 1114802 - MP4: Hold demuxer monitor while resetting. r=kentuckyfriedtakahe, a=sledru
  2577. # [22:17] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/0ffff4dc528d - Gijs Kruitbosch - Bug 1079303 - Fix popupnotifications.jsm to not hide its async-ness and immediately dismiss open notifications when another anchor is clicked. r=dolske, a=sledru
  2578. # [22:17] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/46551ecd2686 - Gijs Kruitbosch - Bug 1079303 - Fix tests to not expect sync behaviour from notification.reshow. r=dolske, a=sledru
  2579. # [22:17] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/b777575191d9 - Shu-yu Guo - Bug 1114587 - Bail out in-place for debug mode in exception handler even if there's no pending exception, so that the DebugEpilogue is called. r=nbp, a=sledru
  2580. # [22:17] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/1aaa04637144 - Jean-Yves Avenard - Bug 1115594 - Fix indentation in AppleVDADecoder. r=rillian, a=sledru
  2581. # [22:18] * xidorn|away is now known as xidorn
  2582. # [22:18] * davidb is now known as davidb|afk
  2583. # [22:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/58767ba4867e - Ryan VanderMeulen - Backed out changeset ce11eadad118 (bug 1116821) for suspicion of making Android debug reftests frequent crash mid-run.
  2584. # [22:19] * Joins: Rik (rik@moz-5r25el.9fj5.68v8.0e35.2a01.IP)
  2585. # [22:20] * Joins: alexd992 (Mibbit@moz-lg6.3mk.97.176.IP)
  2586. # [22:20] <alexd992> Hello, I have the following problem: when I make a http request from flash, firefox doesn't attatch cookies...did someone encountered this problem?
  2587. # [22:21] <KWierso> alexd992: you might have better luck asking in #firefox
  2588. # [22:21] * Quits: tedders1 (tedders1@moz-6eah7j.cable.rogers.com) (Connection closed)
  2589. # [22:22] <seth> vladan: ping
  2590. # [22:22] * Joins: tedders1 (tedders1@moz-6eah7j.cable.rogers.com)
  2591. # [22:22] * Joins: garvank (Garvan@moz-a14qsr.dsl.bell.ca)
  2592. # [22:23] * Joins: tonymec (tonymec@moz-r10.deo.66.87.IP)
  2593. # [22:25] * Quits: gustavold (gustavold@moz-eu4.ur0.99.179.IP) (Ping timeout: 121 seconds)
  2594. # [22:25] <alexd992> thanks KWierso
  2595. # [22:25] * davidb|afk is now known as davidb
  2596. # [22:26] * Quits: tedders1 (tedders1@moz-6eah7j.cable.rogers.com) (Ping timeout: 121 seconds)
  2597. # [22:27] * Quits: shubham (uid43962@moz-9i5fn3.highgate.irccloud.com) (Quit: Connection closed for inactivity)
  2598. # [22:27] * Quits: chrisccoulson (chr1s@moz-2r61ne.uno.uk.net) (Quit: OSError: [Errno 130] Owner died)
  2599. # [22:28] * jcranmer|away is now known as jcranmer
  2600. # [22:28] <botond> RyanVM|sheriffduty: sorry, just saw your question above now (is this yours by chance? https://treeherder.mozilla.org/logviewer.html#?job_id=5166144&repo=mozilla-inbound)
  2601. # [22:28] * Quits: Zupoman (mistrzmag@moz-qc3.esk.224.91.IP) (Quit: Plan B failed, time for Plan 9!)
  2602. # [22:28] <botond> RyanVM|sheriffduty: i don't think so, as i have a try push that shows this mochitest passing: https://treeherder.mozilla.org/#/jobs?repo=try&revision=f30eb5764fde
  2603. # [22:28] * Joins: clokep (Instantbird@moz-3fe.kp5.6.209.IP)
  2604. # [22:28] <RyanVM|sheriffduty> it's not a perma-fail, so one green on a try push doesn't prove much ;)
  2605. # [22:28] <RyanVM|sheriffduty> as it is, it's been a one-off
  2606. # [22:28] <RyanVM|sheriffduty> so meh
  2607. # [22:30] * Quits: bgrins (bgrins@moz-cfhap5.mtv2.mozilla.com) (Quit: Leaving.)
  2608. # [22:30] <khuey> tromey: ping?
  2609. # [22:30] <tromey> khuey: yes?
  2610. # [22:31] <khuey> tromey: I have a question about gdb for you
  2611. # [22:31] <tromey> sure, go for it
  2612. # [22:31] <khuey> tromey: do you know if gdb is responsible for flushing the icache on architectures with separate data and instruction caches?
  2613. # [22:31] <khuey> and if so, where in gdb that happens?
  2614. # [22:31] * Joins: sfink|offline (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net)
  2615. # [22:31] <tromey> hah, tough question
  2616. # [22:31] * Quits: bajaj (bajaj_afk@moz-pd3q1n.ujol.1ibb.0101.2620.IP) (Quit: Leaving.)
  2617. # [22:31] <tromey> let me look
  2618. # [22:31] * Joins: bajaj (bajaj_afk@moz-pd3q1n.ujol.1ibb.0101.2620.IP)
  2619. # [22:32] <khuey> tromey: :D
  2620. # [22:32] <khuey> ty
  2621. # [22:33] * Joins: bgrins (bgrins@moz-houeei.ujol.1ibb.0101.2620.IP)
  2622. # [22:33] * Joins: handyman (handyman@moz-h6pqf9.ca.comcast.net)
  2623. # [22:33] * miketaylr is now known as zz_miketaylr
  2624. # [22:33] <tromey> I believe the answer is that it is target dependent, and that on unixy systems gdb assumes that the kernel handles this
  2625. # [22:33] <tromey> for win32 I do see a call to FlushInstructionCache...
  2626. # [22:34] <tromey> writing to inferior memory is handled the target's xfer_memory method
  2627. # [22:34] <khuey> tromey: ok, so gdb expect ptrace to flush
  2628. # [22:34] <tromey> yeah
  2629. # [22:34] <tromey> there's also that other thing for writing to memory now, but gdb doesn't use it yet
  2630. # [22:35] <froydnj> khuey: more arm kernel suckiness?
  2631. # [22:35] * Quits: jrmuizel (jrmuizel@moz-i5m.05u.207.66.IP) (Connection closed)
  2632. # [22:36] <khuey> tromey: you mean via /proc/<pid>/mem?
  2633. # [22:36] <khuey> or something else
  2634. # [22:36] <tromey> process_vm_writev
  2635. # [22:36] <khuey> froydnj: looks like incoherent data/instruction caches, yeah
  2636. # [22:36] * Joins: jrmuizel (jrmuizel@moz-i5m.05u.207.66.IP)
  2637. # [22:36] <tromey> took a while to remember.. :)
  2638. # [22:36] * Quits: davidb (davidb@moz-i5m.05u.207.66.IP) (Quit: Blah blah blah)
  2639. # [22:36] <tromey> I believe gdb reads from /proc/*/mem but I'm not sure if it does writes that way or not
  2640. # [22:36] <tromey> maybe reads dependent on the size of the transfer
  2641. # [22:37] * Quits: rail (rail@moz-t0i7kk.members.linode.com) (Quit: Gone fishing...)
  2642. # [22:37] <froydnj> khuey: such fun
  2643. # [22:37] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/7318fa1f151c - Bobby Holley - Bug 1115749 - Rename mIndexMonitor to mDemuxerMonitor. r=rillian, a=sledru
  2644. # [22:37] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/883b891354ae - Bobby Holley - Bug 1115749 - Hold the demuxer monitor in MP4Reader::Seek. r=rillian, a=sledru
  2645. # [22:37] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/c55d5658c652 - Bobby Holley - Bug 1115749 - Hold the demuxer lock while accessing metadata. r=rillian, a=sledru
  2646. # [22:37] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/eb36d731bf47 - Bobby Holley - Bug 1115749 - Assert that we hold the monitor at all the MP4Demuxer API entry points. r=rillian, a=sledru
  2647. # [22:37] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/6e5c3475184b - JW Wang - Bug 1116006 - Allow 'ended' set before 'play' event fired. r=cpearce, a=test-only
  2648. # [22:37] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/5e460d017467 - Sami Jaktholm - Bug 1106181 - Don't wait for TAB_UPDATED in browser_net_details-no-duplicated-content.js if there's not going to be one. r=vporof, a=test-only
  2649. # [22:38] * Joins: capella (chatzilla@moz-a6lqme.res.rr.com)
  2650. # [22:38] <khuey> tromey: that's helpful, thanks
  2651. # [22:38] * Joins: chrisccoulson (chr1s@moz-2r61ne.uno.uk.net)
  2652. # [22:39] * jmaher is now known as jmaher|afk
  2653. # [22:39] * zz_miketaylr is now known as miketaylr
  2654. # [22:40] * Quits: alexd992 (Mibbit@moz-lg6.3mk.97.176.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  2655. # [22:40] * Quits: arnaud_bienner (arno@moz-2l4ok5.abo.bbox.fr) (Quit: Ex-Chat)
  2656. # [22:40] * Quits: KWierso (chatzilla@moz-uic.d5m.180.73.IP) (Quit: ChatZilla 0.9.91-rdmsoft [XULRunner 32.0.3/20140923175406])
  2657. # [22:40] * Joins: njn (chatzilla@moz-33a4k1.iinet.net.au)
  2658. # [22:40] * killer sets mode: +o njn
  2659. # [22:41] * Joins: KWierso (chatzilla@moz-uic.d5m.180.73.IP)
  2660. # [22:41] * Joins: ddamjano (Instantbird@moz-mah.3sm.200.212.IP)
  2661. # [22:41] * Joins: dagnir (dagnir@moz-sbbfe2.res.rr.com)
  2662. # [22:41] * Quits: michal (michal@moz-gq762c.jarovnet.org) (Ping timeout: 121 seconds)
  2663. # [22:42] * Joins: rail_away (rail@moz-2adhcs.iqchoice.com)
  2664. # [22:42] * Quits: JamesCheng (james@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
  2665. # [22:42] <khuey> froydnj: my working theory is that writing to /proc/<pid>/mem doesn't flush the icache properly
  2666. # [22:42] * Joins: bdahl (bdahl@moz-1a9l94.2rkg.9kg1.0101.2620.IP)
  2667. # [22:42] * lmandel is now known as lmandel_afk
  2668. # [22:42] * rail_away is now known as rail
  2669. # [22:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/5c6bcc58d438 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  2670. # [22:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/8460799f2c93 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2671. # [22:43] * philor is now known as philor|away
  2672. # [22:43] <froydnj> khuey: and how much swearing did it take to come up with that theory?
  2673. # [22:43] * Joins: bmoss (bmoss@moz-mv363l.ca.comcast.net)
  2674. # [22:43] <khuey> froydnj: not too much
  2675. # [22:43] <khuey> froydnj: stale icache is the only thing that explains my symptoms
  2676. # [22:43] * Joins: njn_ (chatzilla@moz-33a4k1.iinet.net.au)
  2677. # [22:44] <khuey> froydnj: now if it's not a stale icache, much swearing will be had
  2678. # [22:44] <froydnj> khuey: that's good
  2679. # [22:44] * Quits: aklotz (Thunderbird@moz-1jtcvi.cg.shawcable.net) (Client exited)
  2680. # [22:44] * Joins: bholley (bholley@moz-jaejpj.ca.comcast.net)
  2681. # [22:45] * Quits: KWierso (chatzilla@moz-uic.d5m.180.73.IP) (Quit: ChatZilla 0.9.91-rdmsoft [XULRunner 32.0.3/20140923175406])
  2682. # [22:45] * Joins: KWierso (chatzilla@moz-uic.d5m.180.73.IP)
  2683. # [22:45] <khuey> froydnj: I did have lots of fun yesterday
  2684. # [22:45] <khuey> froydnj: because on ARM, if you make an invalid syscall you get SIGILL, not ENOSYS
  2685. # [22:46] <khuey> and I was wondering where all these spurious SIGILLs were coming from
  2686. # [22:46] <froydnj> khuey: ...obviously
  2687. # [22:48] <khuey> froydnj: on the bright side, I can record and replay xpcshell starting up and shutting down
  2688. # [22:48] <khuey> froydnj: modulo intermittent failures due to this icache thing
  2689. # [22:48] <froydnj> khuey: \o/ !
  2690. # [22:48] * Quits: kamidphish (textual@moz-ouggk0.tpgi.com.au) (Ping timeout: 121 seconds)
  2691. # [22:48] * Quits: dagnir (dagnir@moz-sbbfe2.res.rr.com) (Quit: WeeChat 1.0.1)
  2692. # [22:48] * Joins: dagnir (dagnir@moz-sbbfe2.res.rr.com)
  2693. # [22:49] * RyanVM|sheriffduty is now known as RyanVM
  2694. # [22:49] * Quits: billm (billm@moz-lm6ef3.ca.comcast.net) (Quit: Leaving)
  2695. # [22:49] * Quits: RealRaven1 (Thunderbird@moz-8uv.i9s.129.212.IP) (Client exited)
  2696. # [22:49] * Quits: garvank (Garvan@moz-a14qsr.dsl.bell.ca) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  2697. # [22:50] * Joins: m_gol (m_gol@moz-f1mofo.dynamic.chello.pl)
  2698. # [22:50] * Joins: aklotz (Thunderbird@moz-1jtcvi.cg.shawcable.net)
  2699. # [22:50] * Joins: raniere_ (raniere@moz-up8htv.telesp.net.br)
  2700. # [22:51] * Quits: raniere (raniere@moz-q04.npm.98.179.IP) (Ping timeout: 121 seconds)
  2701. # [22:51] * Joins: francois (francois@moz-cnggv3.fmarier.org)
  2702. # [22:52] * Quits: brendan (brendaneich@moz-ooj7cv.ca.comcast.net) (Client exited)
  2703. # [22:52] * Joins: kamidphish (textual@moz-ouggk0.tpgi.com.au)
  2704. # [22:54] * Quits: gsvelto (gsvelto@moz-lof9p5.clienti.tiscali.it) (Ping timeout: 121 seconds)
  2705. # [22:55] * Joins: JamesCheng (james@moz-2hf62a.HINET-IP.hinet.net)
  2706. # [22:56] * Joins: gsvelto (gsvelto@moz-lof9p5.clienti.tiscali.it)
  2707. # [22:56] * Joins: milan (milan@moz-7bphfo.ckpj.s0pt.0450.2001.IP)
  2708. # [22:57] * Joins: rbarnes (rbarnes@moz-mjf.eqs.166.195.IP)
  2709. # [22:58] * Quits: milan (milan@moz-7bphfo.ckpj.s0pt.0450.2001.IP) (Quit: )
  2710. # [22:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/f1e808699cd8 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  2711. # [22:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/11c31d1972ae - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2712. # [22:58] * Quits: jrmuizel (jrmuizel@moz-i5m.05u.207.66.IP) (Connection closed)
  2713. # [22:58] * Quits: rail (rail@moz-2adhcs.iqchoice.com) (Quit: Gone fishing...)
  2714. # [22:59] * Joins: rail (rail@moz-k14j7r.ckpj.s0pt.0450.2001.IP)
  2715. # [22:59] * Quits: milan_ (milan@moz-rgqoqh.ckpj.s0pt.0450.2001.IP) (Ping timeout: 121 seconds)
  2716. # [23:02] * Quits: m_gol (m_gol@moz-f1mofo.dynamic.chello.pl) (Quit: Leaving...)
  2717. # [23:02] * Joins: sicking (sicking@moz-u3dg2t.sfo1.mozilla.com)
  2718. # [23:02] * Quits: tonymec (tonymec@moz-r10.deo.66.87.IP) (Ping timeout: 121 seconds)
  2719. # [23:04] * Joins: michal (michal@moz-gq762c.jarovnet.org)
  2720. # [23:05] * Quits: jviereck (Adium@moz-45n1b2.dclient.hispeed.ch) (Quit: Leaving.)
  2721. # [23:05] * Quits: nattokirai (nattokirai@moz-rq9a8e.asahi-net.or.jp) (Client exited)
  2722. # [23:05] * Joins: ferjm (textual@moz-71m.3nd.202.89.IP)
  2723. # [23:05] * Quits: tromey (tromey@moz-2d91tj.hlrn.qwest.net) (Quit: ERC (IRC client for Emacs 25.0.50.8))
  2724. # [23:06] * Joins: kaze (kaze@moz-8ion1q.fbx.proxad.net)
  2725. # [23:07] * Gijs_away is now known as Gijs
  2726. # [23:08] * Quits: spohl (Adium@moz-m8u.olo.156.104.IP) (Quit: Leaving.)
  2727. # [23:08] * Quits: Standard8 (Standard8@moz-1hu.vrc.166.195.IP) (Quit: ZNC - http://znc.in)
  2728. # [23:09] * Quits: ggp (ggp@moz-riab7a.telesp.net.br) (Ping timeout: 121 seconds)
  2729. # [23:10] * Joins: tonymec (tonymec@moz-r10.deo.66.87.IP)
  2730. # [23:11] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Client exited)
  2731. # [23:12] * gregglind is now known as gregglind_away
  2732. # [23:13] * Quits: gsvelto (gsvelto@moz-lof9p5.clienti.tiscali.it) (A TLS packet with unexpected length was received.)
  2733. # [23:14] * Quits: capella-s3 (capella-s3@moz-a6lqme.res.rr.com) (Connection closed)
  2734. # [23:14] * Joins: roc (chatzilla@moz-jrl.fci.192.203.IP)
  2735. # [23:14] * killer sets mode: +o roc
  2736. # [23:16] <vladan> seth: pong
  2737. # [23:17] <seth> vladan: hi! i'm interested in adding some new telemetry to imagelib, and i don't know what the process is for doing that. how do i get new telemetry approved and added?
  2738. # [23:17] * Quits: raniere_ (raniere@moz-up8htv.telesp.net.br) (Ping timeout: 121 seconds)
  2739. # [23:18] * Quits: gandalf (zbraniecki@moz-l8ebtf.sfo1.mozilla.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  2740. # [23:18] * Quits: bajaj (bajaj_afk@moz-pd3q1n.ujol.1ibb.0101.2620.IP) (Quit: Leaving.)
  2741. # [23:18] * Joins: bajaj (bajaj_afk@moz-pd3q1n.ujol.1ibb.0101.2620.IP)
  2742. # [23:18] * Joins: Enn (enn@moz-pe6f5p.cable.rogers.com)
  2743. # [23:19] * Joins: bz (bzbarsky@moz-86k7mn.hfc.comcastbusiness.net)
  2744. # [23:20] * Quits: rail (rail@moz-k14j7r.ckpj.s0pt.0450.2001.IP) (Quit: Gone fishing?)
  2745. # [23:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/03793ee151cd - Chris AtLee - Bug 1117859: Update base image for flame-kk builds to v18D r=bhearsum
  2746. # [23:20] * yzen is now known as yzen_
  2747. # [23:21] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
  2748. # [23:22] * Quits: ahal (ahal@moz-blga2k.cpe.pppoe.ca) (A TLS packet with unexpected length was received.)
  2749. # [23:23] * Quits: ferjm (textual@moz-71m.3nd.202.89.IP) (Quit: My Mac has gone to sleep. ZZZzzz…)
  2750. # [23:23] * Quits: bmoss (bmoss@moz-mv363l.ca.comcast.net) (Connection closed)
  2751. # [23:24] * Joins: rail (rail@moz-k14j7r.ckpj.s0pt.0450.2001.IP)
  2752. # [23:24] * Quits: yzen_ (yzen@moz-ql1r6k.cpe.pppoe.ca) (Ping timeout: 121 seconds)
  2753. # [23:25] <vladan> seth: you can flag me for review.. you basically just declare a new histogram in Histograms.json.. sec
  2754. # [23:25] * kats is now known as kats|away
  2755. # [23:25] <vladan> seth: we have docs on this here https://developer.mozilla.org/en-US/docs/Mozilla/Performance/Adding_a_new_Telemetry_probe
  2756. # [23:26] <seth> vladan: very nice! i thought that someone would have to approve the new telemetry for privacy reasons, but i guess you just think about that as part of the review =)
  2757. # [23:26] <seth> vladan: thanks for the info; i'll try to get a patch up today
  2758. # [23:26] <vladan> seth: if you're just adding histograms, it should be fine. you can't add things like URLs
  2759. # [23:26] * Quits: rail (rail@moz-k14j7r.ckpj.s0pt.0450.2001.IP) (Quit: Gone fishing?)
  2760. # [23:26] <seth> vladan: yeah, just histograms
  2761. # [23:27] <vladan> cool
  2762. # [23:27] * Quits: smontagu (chatzilla@moz-ee1dqo.red.bezeqint.net) (Ping timeout: 121 seconds)
  2763. # [23:27] * Quits: Sander (chatzilla@moz-f4egml.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  2764. # [23:28] * Quits: joshua-s (Thunderbird@moz-03o5ke.east.verizon.net) (Ping timeout: 121 seconds)
  2765. # [23:28] <jld> Lazyweb, is there anything like Chromium's base::Callback on this side of the fence? Or are my only choices nsIYetAnotherListenerClass or runnables + state?
  2766. # [23:28] <froydnj> jld: nsRunnableFunction?
  2767. # [23:28] * Joins: rail (rail@moz-k14j7r.ckpj.s0pt.0450.2001.IP)
  2768. # [23:28] * Quits: secretrobotron (secretrobot@moz-i5m.05u.207.66.IP) (A TLS packet with unexpected length was received.)
  2769. # [23:29] <froydnj> jld: or the soon-to-be-replaced multi-argument variants lurking under media/mtransport/
  2770. # [23:29] * Quits: Enn (enn@moz-pe6f5p.cable.rogers.com) (Ping timeout: 121 seconds)
  2771. # [23:30] * Quits: rail (rail@moz-k14j7r.ckpj.s0pt.0450.2001.IP) (Quit: Gone fishing?)
  2772. # [23:30] * Joins: rail (rail@moz-k14j7r.ckpj.s0pt.0450.2001.IP)
  2773. # [23:31] <@njn> seth: just add histograms counting how many times the top 100 most popular URLs were visited :P
  2774. # [23:31] * Quits: kamidphish (textual@moz-ouggk0.tpgi.com.au) (Ping timeout: 121 seconds)
  2775. # [23:31] <seth> hehe
  2776. # [23:31] * Joins: smontagu (chatzilla@moz-ee1dqo.red.bezeqint.net)
  2777. # [23:31] * Quits: florent (Thunderbird@moz-pkrcj8.abo.wanadoo.fr) (Client exited)
  2778. # [23:32] * Joins: raniere_ (raniere@moz-ierk2a.telesp.net.br)
  2779. # [23:32] * KaiRo_away is now known as KaiRo
  2780. # [23:32] * Quits: Gijs (chatzilla@moz-goo.q6m.80.5.IP) (Quit: poof)
  2781. # [23:32] * heycam|away is now known as heycam
  2782. # [23:34] <jld> froydnj: That seems to be Ye Olde Chromium's ancestor to modern chromium's base::Callback. (https://crbug.com/35223 was the switchover)
  2783. # [23:34] * Joins: jviereck (Adium@moz-45n1b2.dclient.hispeed.ch)
  2784. # [23:35] <jld> It's a little surprising that there isn't an equivalent in xpcom/glue or mfbt or somewhere like that.
  2785. # [23:35] <botond> RyanVM: i a bunch of retriggers on the job in question. looks pretty green: https://treeherder.mozilla.org/#/jobs?repo=try&revision=f30eb5764fde
  2786. # [23:35] <botond> did*
  2787. # [23:36] <@njn> ehsan_: ping
  2788. # [23:36] <jld> I really just want to remote a simple function call over IPC, but async. Why is this so hard.
  2789. # [23:37] * Quits: Silne30_ (Silne30@moz-qjbkeh.mtv2.mozilla.com) (Connection closed)
  2790. # [23:38] * @njn wonders why stackWalkThread is nulled at https://dxr.mozilla.org/mozilla-central/source/xpcom/base/nsStackWalk.cpp#315
  2791. # [23:38] * Joins: brendan (brendaneich@moz-5tm501.public.wayport.net)
  2792. # [23:39] * nrc is now known as nrc|afk
  2793. # [23:39] * Joins: ggp (ggp@moz-fmm.sq1.205.191.IP)
  2794. # [23:39] * Quits: smontagu (chatzilla@moz-ee1dqo.red.bezeqint.net) (Ping timeout: 121 seconds)
  2795. # [23:41] <dmajor> lovely. this crash can be any one of 216 MOZ_CRASHes that the compiler folded together. maybe we should look into preventing that...
  2796. # [23:42] <mccr8> just investigate all 216 cases
  2797. # [23:42] <efaust> dmajor: I have for some time wondered how you keep your sanity.
  2798. # [23:42] <dmajor> it's parallelizable! wanna take 108?
  2799. # [23:43] * Quits: SirCmpwn (SirCmpwn@moz-7q12mj.sircmpwn.com) (Ping timeout: 121 seconds)
  2800. # [23:43] * Quits: clokep (Instantbird@moz-3fe.kp5.6.209.IP) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  2801. # [23:43] * Joins: smontagu (chatzilla@moz-ee1dqo.red.bezeqint.net)
  2802. # [23:43] * Joins: clokep (Instantbird@moz-uogj6q.cable.rcn.com)
  2803. # [23:43] * Joins: SirCmpwn (SirCmpwn@moz-7q12mj.sircmpwn.com)
  2804. # [23:44] * Joins: m_gol (m_gol@moz-f1mofo.dynamic.chello.pl)
  2805. # [23:44] <froydnj> jld: I have variadic nsRunnableFunction on my list of things todo
  2806. # [23:44] <froydnj> jld: I don't know that it will support the Prebind stuff described in that chromium bug
  2807. # [23:44] * Parts: rail (rail@moz-k14j7r.ckpj.s0pt.0450.2001.IP) ("Gone fishing?")
  2808. # [23:45] * mkohler is now known as mkohler|afk
  2809. # [23:46] <aklotz> lol
  2810. # [23:48] * Joins: kamidphish (textual@moz-ouggk0.tpgi.com.au)
  2811. # [23:50] * Joins: Archaeopteryx (Archaeopter@moz-mscgc7.cust.telecolumbus.net)
  2812. # [23:50] * Quits: fabrice1 (fabrice@moz-ahh7m9.mh2d.1ibb.0101.2620.IP) (Ping timeout: 121 seconds)
  2813. # [23:51] * seth just wants RunnableLambda
  2814. # [23:51] <seth> there's really no need for anything else
  2815. # [23:52] * Quits: njn_ (chatzilla@moz-33a4k1.iinet.net.au) (Ping timeout: 121 seconds)
  2816. # [23:52] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Client exited)
  2817. # [23:52] * catlee is now known as catlee-away
  2818. # [23:52] * RyanVM is now known as RyanVM|afk
  2819. # [23:52] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=d55528833b3e - 50 changesets
  2820. # [23:52] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
  2821. # [23:55] * Quits: jfkthame (jfkthame@moz-2a7.i06.29.2.IP) (Quit: This computer has gone to sleep)
  2822. # [23:55] * Joins: Silne30 (Silne30@moz-qjbkeh.mtv2.mozilla.com)
  2823. # [23:55] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Client exited)
  2824. # [23:56] * Joins: njn_ (chatzilla@moz-33a4k1.iinet.net.au)
  2825. # [23:57] * Joins: Delta706 (xx@moz-2sc772.dsl.as9105.com)
  2826. # [23:57] * Quits: jviereck (Adium@moz-45n1b2.dclient.hispeed.ch) (Ping timeout: 121 seconds)
  2827. # [23:57] <Delta706> froydnj: thanks for the help the other day
  2828. # [23:57] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
  2829. # [23:57] <ehsan_> njn: hi
  2830. # [23:57] <@njn> ehsan_: do you know why stackWalkThread is nulled at https://dxr.mozilla.org/mozilla-central/source/xpcom/base/nsStackWalk.cpp#315
  2831. # [23:57] <@njn> ?
  2832. # [23:57] <@njn> ehsan_: it looks like we'll end up creating a new thread every time EnsureWalkStackReady() is called
  2833. # [23:58] <@njn> which is every time NS_StackWalk() is called
  2834. # [23:58] <@njn> which would be madness
  2835. # [23:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/8137c898bc0e - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  2836. # [23:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/9fc50b341d80 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2837. # [23:58] * Joins: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com)
  2838. # [23:58] <ehsan_> looking
  2839. # [23:58] * Joins: jfkthame (jfkthame@moz-2a7.i06.29.2.IP)
  2840. # [23:59] <@njn> ehsan_: I'm waiting on a build so I haven't had a chance to step through this in the debugger yet
  2841. # [23:59] <@roc> froydnj: shouldn't a modern callback object use std::function?
  2842. # [23:59] <ehsan_> let me blame the sucker
  2843. # [23:59] <@njn> ehsan_: oh, walkThreadReady is set
  2844. # [23:59] <hub> uh oh, Just got a crash on this line: 583 MOZ_CRASH("Invalid PC offset for IC entry.");
  2845. # [23:59] * Joins: jgilbert (jgilbert@moz-onnq66.ujol.1ibb.0101.2620.IP)
  2846. # Session Close: Thu Jan 08 00:00:00 2015

Previous day, Next day

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