/irc-logs / mozilla / #developers / 2014-03-31 / end

Options:

  1. # Session Start: Mon Mar 31 00:00:00 2014
  2. # Session Ident: #developers
  3. # [00:06] * Fallen is now known as Fallen|away
  4. # [00:10] * Quits: bdahl (bdahl@moz-C336018C.dia.static.qwest.net) (Input/output error)
  5. # [00:11] * Joins: bdahl (bdahl@72413E92.540AD73.EDFBF83F.IP)
  6. # [00:12] * Quits: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net) (Quit: Leaving)
  7. # [00:13] * Quits: bdahl (bdahl@72413E92.540AD73.EDFBF83F.IP) (Ping timeout)
  8. # [00:13] * Joins: jchaulk (jchaulk-20@moz-B20D3E10.dsl.teksavvy.com)
  9. # [00:13] * Quits: jchaulk (jchaulk-20@moz-B20D3E10.dsl.teksavvy.com) (Max SendQ exceeded)
  10. # [00:15] * Quits: RealRaven (Thunderbir@2C24DF7D.6B46C3F4.C3498625.IP) (Quit: RealRaven)
  11. # [00:17] * Joins: mahdi (mahdi@548D90C6.67BE0824.195261CE.IP)
  12. # [00:17] * Joins: josh (josh@moz-348C4790.hsd1.mn.comcast.net)
  13. # [00:18] * Joins: bholley (bholley@B08EEEEB.6BBCE916.7B974E06.IP)
  14. # [00:19] * Quits: stefanh (stefanh@moz-3EED0162.customers.ownit.se) (Quit: ChatZilla 0.9.90.1 [SeaMonkey 2.25/20140313215820])
  15. # [00:19] * heycam|away is now known as heycam
  16. # [00:19] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard)
  17. # [00:19] * Joins: bdahl (bdahl@72413E92.540AD73.EDFBF83F.IP)
  18. # [00:21] * Quits: mahdi (mahdi@548D90C6.67BE0824.195261CE.IP) (Quit: Leaving)
  19. # [00:22] <tbsaunde> decoder: if that's true I'd expect you can replace that block with just an undef
  20. # [00:24] * Quits: sir_none (Thunderbir@moz-E98CDE3D.dclient.hispeed.ch) (Quit: sir_none)
  21. # [00:25] <decoder> tbsaunde: that cant be everything though.. because when i build the 64 bit version it works
  22. # [00:25] <glandium> gaston: build/autoconf is in the 29.0b3 tarball i got a couple days ago
  23. # [00:25] <decoder> im comparing the compiler invocations right now
  24. # [00:25] <decoder> for that file
  25. # [00:25] * Joins: tomatoeblue (textual@moz-5C3A2631.cpe.distributel.net)
  26. # [00:25] <decoder> tbsaunde: glandium: got it
  27. # [00:26] <decoder> the 64 bit build is passing a lot more flags
  28. # [00:26] <decoder> including -std=gnu++0x
  29. # [00:26] <decoder> the 32 bit one is missing them and passes --std=c++0x
  30. # [00:27] * Joins: sewardj (sewardj@moz-652794CA.dip0.t-ipconnect.de)
  31. # [00:27] <glandium> decoder: urk. bad cross compilation stuff
  32. # [00:27] <tbsaunde> decoder: oh, does the 64 one just pass -I build/unix/whatever?
  33. # [00:27] * Joins: vichen (vichen@moz-A7675F74.dynamic.hinet.net)
  34. # [00:28] <decoder> one sec, ill screenshot the diff
  35. # [00:29] * Joins: grobinson (~grobinson@moz-731932CD.hsd1.ca.comcast.net)
  36. # [00:31] * Joins: jkitch (Thunderbir@moz-27D616D7.lns20.adl2.internode.on.net)
  37. # [00:32] <decoder> tbsaunde: glandium: http://users.own-hero.net/~decoder/buildflags.png
  38. # [00:32] <decoder> left side is 64 bit build
  39. # [00:32] <decoder> right side is 32 bit build
  40. # [00:32] <philor> heh
  41. # [00:33] * Quits: bdahl (bdahl@72413E92.540AD73.EDFBF83F.IP) (Input/output error)
  42. # [00:34] * Joins: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch)
  43. # [00:34] * Joins: bdahl (bdahl@72413E92.540AD73.EDFBF83F.IP)
  44. # [00:35] <decoder> I filed bug 989823 which includes my build script for the 32 bit shell
  45. # [00:35] * Quits: bdahl (bdahl@72413E92.540AD73.EDFBF83F.IP) (Ping timeout)
  46. # [00:37] * Joins: nattokirai (nattokirai@moz-782CEA96.dynamic.ppp.asahi-net.or.jp)
  47. # [00:37] * Joins: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP)
  48. # [00:38] * Joins: Optimizer (Optimizer@8D583E05.A9AC0DA1.274D17D6.IP)
  49. # [00:38] * Quits: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP) (Quit: return 0;)
  50. # [00:39] * Quits: sewardj (sewardj@moz-652794CA.dip0.t-ipconnect.de) (Ping timeout)
  51. # [00:41] <glandium> decoder: i guess this is happening in $objdir/intl/icu/host, right?
  52. # [00:42] <decoder> i guess so. I can try it
  53. # [00:44] * Quits: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch) (Quit: Leaving.)
  54. # [00:45] <decoder> glandium: yes. I ran make in there
  55. # [00:45] <decoder> and got the failure
  56. # [00:45] <glandium> decoder: i guess building in intl/icu/target doesn't fail
  57. # [00:47] <decoder> glandium: well it fails with
  58. # [00:47] <decoder> /bin/bash: /srv/repos/mozilla-central/js/src/opt32asan-oom/intl/icu/host/bin/icupkg: No such file or directory
  59. # [00:47] <decoder> but thats just because host isnt built I assume
  60. # [00:47] <decoder> before that, it builds everything fine
  61. # [00:47] * Quits: tomatoeblue (textual@moz-5C3A2631.cpe.distributel.net) (Quit: Textual IRC Client: www.textualapp.com)
  62. # [00:48] * Joins: OS (OS@9B5E508E.80B4C230.51C6DE68.IP)
  63. # [00:48] * Parts: OS (OS@9B5E508E.80B4C230.51C6DE68.IP) (OS swapped to disk)
  64. # [00:52] * Joins: ckitching (ckitching@9B5E508E.80B4C230.51C6DE68.IP)
  65. # [00:52] * Joins: kushagra (kushagra@8D059F27.BB65D3C8.520CDC98.IP)
  66. # [00:54] * Quits: kushagra (kushagra@8D059F27.BB65D3C8.520CDC98.IP) (Ping timeout)
  67. # [00:56] * Quits: jrm2k6 (jrm2k6@moz-4BA8F22E.vodafone.hu) (Client exited)
  68. # [00:57] * Quits: robertbindar (Thunderbir@E5C5E4E7.30E1A1B0.89C0DD0D.IP) (Ping timeout)
  69. # [01:00] * Quits: bajaj (Adium@moz-34BA18EC.hsd1.ca.comcast.net) (Quit: Leaving.)
  70. # [01:00] * Joins: jrmuizel (jrmuizel@347FA24B.24D9B0A0.495EC8CD.IP)
  71. # [01:01] * Quits: tessarakt (jens@moz-3F4A72F8.dip0.t-ipconnect.de) (Ping timeout)
  72. # [01:03] * Joins: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com)
  73. # [01:06] * Quits: bholley (bholley@B08EEEEB.6BBCE916.7B974E06.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  74. # [01:21] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  75. # [01:21] * Quits: yash (uid13811@moz-E77DEB21.irccloud.com) (Quit: Connection closed for inactivity)
  76. # [01:27] * nrc is now known as nrc|afk
  77. # [01:29] * Joins: automata (automata@302C91B4.8DDD1F9.16867D26.IP)
  78. # [01:29] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  79. # [01:30] * Quits: Optimizer (Optimizer@8D583E05.A9AC0DA1.274D17D6.IP) (Ping timeout)
  80. # [01:30] * Joins: njn (chatzilla@moz-65A3B0BA.dyn.iinet.net.au)
  81. # [01:30] * ChanServ sets mode: +o njn
  82. # [01:30] * Joins: till (till@moz-9A6E8B49.adsl.alicedsl.de)
  83. # [01:30] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  84. # [01:32] * Quits: till (till@moz-9A6E8B49.adsl.alicedsl.de) (Ping timeout)
  85. # [01:34] * Quits: vichen (vichen@moz-A7675F74.dynamic.hinet.net) (Quit: vichen)
  86. # [01:34] <Mardak> what do i do with TEST-UNEXPECTED-FAIL | leakcheck | 4763 bytes leaked (EventTokenBucket, Mutex, ReentrantMonitor, Service, SpdySession3, ...) with “Analyze the leak.” -> No DOMWINDOWs leaked!
  87. # [01:34] * Joins: tessarakt (jens@moz-3F4A72F8.dip0.t-ipconnect.de)
  88. # [01:35] <philor> you stop hitting the network for google.com?
  89. # [01:36] <philor> at least that's what my spdy senses tell me probably caused it
  90. # [01:36] <Mardak> so somewhere a browser chrome test is hitting google.com or some other spdy server?
  91. # [01:37] * Joins: Optimizer (Optimizer@911F5AC3.3A03CDDF.274D17D6.IP)
  92. # [01:37] <philor> that's my bet, but you have to remember my bets aren't based on any knowledge whatsoever, just having looked at a lot of failure
  93. # [01:38] * Joins: myk (myk@moz-C7450B6B.dsl.dynamic.sonic.net)
  94. # [01:38] <philor> look at whatever the name of the about:home test is in that run, see if there's a bunch of spew from trying to parse the CSS in a google search result page
  95. # [01:39] <philor> browser_aboutHome.js, it's only been four hours since I last accused it, you'd think I'd still remember the name
  96. # [01:41] * Joins: bholley (bholley@B08EEEEB.6BBCE916.7B974E06.IP)
  97. # [01:42] <philor> oh, and that "analyze the leak" link is a total lie
  98. # [01:43] <philor> nobody ever bothered to teach it to look past the mozharness spew of timestamp and INFO, so if you leak every domwindow you open it still won't see it
  99. # [01:43] * Joins: jesup_mac (chatzilla@moz-A39761D7.phlapa.fios.verizon.net)
  100. # [01:46] * rnewman|pto is now known as rnewman
  101. # [01:46] <Mardak> philor: do you have an example of the css parse spew? i do see browser/base/content/test/general/browser_aboutHome.js
  102. # [01:47] * Joins: huseby (huseby@8ACF1000.5EFFC0B8.24454B25.IP)
  103. # [01:52] <philor> oh, that's where it was, one of the ones that overflowed the max log size
  104. # [01:52] <philor> always fun to look at
  105. # [01:54] <philor> Mardak: https://tbpl.mozilla.org/php/getParsedLog.php?id=36957449&tree=Fx-Team&full=1 - the big block of Console message: [JavaScript Warning: "Error in parsing value for 'display'. Declaration dropped." {file: "https://www.google.com/search?q=a+search&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:unofficial&client=firefox-a&channel=np&source=hp" etc.
  106. # [01:54] * mattwoodrow|away is now known as mattwoodrow
  107. # [01:55] <Mardak> ok thanks. i didnt see those in this log with leak
  108. # [01:58] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  109. # [01:59] <@njn> on Linux, can canvas memory somehow be passed to the X server, and thus not contribute to Firefox's RSS value? I've heard something along these lines before...
  110. # [02:00] * Joins: bajaj (Adium@moz-34BA18EC.hsd1.ca.comcast.net)
  111. # [02:00] * Quits: automata (automata@302C91B4.8DDD1F9.16867D26.IP) (Quit: This computer has gone to sleep)
  112. # [02:03] <philor> Mardak: might be related to the way that on Cedar, where devtools was pulled out of b-c, thus shuffling the cards again, bc2 has both a leak rather like that, and a failure in browser_google_behavior.js, which loads about:home and looks to me rather like it might be performing a search
  113. # [02:04] <philor> b_g_b being in your bc1, and one of the few things in it mentioning google.com
  114. # [02:05] <philor> leaks are a mystery to me, so I don't know why there it would also leak a DOMStorageManager that yours doesn't
  115. # [02:06] * Quits: bajaj (Adium@moz-34BA18EC.hsd1.ca.comcast.net) (Ping timeout)
  116. # [02:06] * Joins: jdm (jdm@moz-AC9499B2.cable.teksavvy.com)
  117. # [02:06] <philor> maybe because it's mad about whatever is stopping it from opening whatever database that obscure error is talking about
  118. # [02:08] <philor> try "accidentally" disabling it - "I've got no idea how that stray # wound up in that manifest, my patch didn't come anywhere near there!"
  119. # [02:09] * Joins: Dwight_Stegall (YIM@moz-EE25458F.client.mchsi.com)
  120. # [02:10] * capella|away is now known as capella
  121. # [02:12] * Joins: bajaj (Adium@moz-34BA18EC.hsd1.ca.comcast.net)
  122. # [02:13] * ewong|away is now known as ewong
  123. # [02:17] * Quits: jrmuizel (jrmuizel@347FA24B.24D9B0A0.495EC8CD.IP) (Client exited)
  124. # [02:19] * Quits: tessarakt (jens@moz-3F4A72F8.dip0.t-ipconnect.de) (Ping timeout)
  125. # [02:20] * Joins: jchaulk (jchaulk-20@moz-B20D3E10.dsl.teksavvy.com)
  126. # [02:21] * Joins: forivall (quassel@moz-C3493F5E.vc.shawcable.net)
  127. # [02:22] * Quits: huseby (huseby@8ACF1000.5EFFC0B8.24454B25.IP) (Quit: Leaving)
  128. # [02:24] * Quits: myk (myk@moz-C7450B6B.dsl.dynamic.sonic.net) (Ping timeout)
  129. # [02:26] * Joins: ferjm (ferjm@moz-E332F447.hfc.comcastbusiness.net)
  130. # [02:26] * Quits: bholley (bholley@B08EEEEB.6BBCE916.7B974E06.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  131. # [02:27] * Joins: automata (automata@302C91B4.8DDD1F9.16867D26.IP)
  132. # [02:28] * Quits: jez (user@moz-1B119F78.dsl.in-addr.zen.co.uk) (Ping timeout)
  133. # [02:30] * khuey is now known as khuey|away
  134. # [02:31] * Quits: twi (Adium@moz-429185BE.cust.vodafonedsl.it) (Quit: Leaving.)
  135. # [02:32] * Quits: bajaj (Adium@moz-34BA18EC.hsd1.ca.comcast.net) (Quit: Leaving.)
  136. # [02:32] * Joins: aja (Instantbir@77027837.73203D5C.7880DB15.IP)
  137. # [02:34] * mcote|afk is now known as mcote
  138. # [02:35] * Joins: jez (user@moz-1B119F78.dsl.in-addr.zen.co.uk)
  139. # [02:37] * Quits: idwer_ (irc@moz-67B6410D.adsl.online.nl) (Input/output error)
  140. # [02:40] * Joins: kushagra (kushagra@8D059F27.BB65D3C8.520CDC98.IP)
  141. # [02:42] * Quits: kushagra (kushagra@8D059F27.BB65D3C8.520CDC98.IP) (Ping timeout)
  142. # [02:43] * Quits: hub (hub@744CE0E3.5EFFC0B8.24454B25.IP) (Ping timeout)
  143. # [02:44] * mattwoodrow is now known as mattwoodrow|away
  144. # [02:45] * Quits: therube (chatzilla@moz-23010273.hsd1.md.comcast.net) (Ping timeout)
  145. # [02:46] * Quits: jedp (jedp@moz-3AA8030E.dsl.dynamic.sonic.net) (Quit: Computer has gone to sleep.)
  146. # [02:46] * Quits: jchaulk (jchaulk-20@moz-B20D3E10.dsl.teksavvy.com) (Quit: Leaving.)
  147. # [02:48] * Quits: Dwight_Stegall (YIM@moz-EE25458F.client.mchsi.com) (Quit: Later! :))
  148. # [02:49] * Quits: maxli (Adium@moz-F47DD19B.student.cs.uwaterloo.ca) (Quit: Leaving.)
  149. # [02:50] * Quits: @smaug (chatzilla@moz-9E0B1701.pp.htv.fi) (Ping timeout)
  150. # [02:56] * Joins: Dwight_Stegall (YIM@moz-EE25458F.client.mchsi.com)
  151. # [03:00] * Quits: mconley (mconley@8B2EAF0B.D50526D3.BF4BC958.IP) (Input/output error)
  152. # [03:02] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  153. # [03:02] * Quits: KaiRo_away (robert@moz-3D546ADA.adsl.highway.telekom.at) (Input/output error)
  154. # [03:03] * Joins: dbaron (dbaron@moz-3C92D971.dsl.dynamic.sonic.net)
  155. # [03:03] * ChanServ sets mode: +ao dbaron dbaron
  156. # [03:06] * Joins: jchaulk (jchaulk-20@moz-B20D3E10.dsl.teksavvy.com)
  157. # [03:07] * Quits: jchaulk (jchaulk-20@moz-B20D3E10.dsl.teksavvy.com) (Max SendQ exceeded)
  158. # [03:12] * Joins: bajaj (Adium@moz-34BA18EC.hsd1.ca.comcast.net)
  159. # [03:13] * Joins: vichen (vichen@moz-99690620.hinet-ip.hinet.net)
  160. # [03:14] * Quits: karl (karl@moz-C433B975.jetstream.xtra.co.nz) (Ping timeout)
  161. # [03:15] * Joins: bholley (bholley@B08EEEEB.6BBCE916.7B974E06.IP)
  162. # [03:15] * Quits: ggp (ggp@5955D0A2.477861A3.A8479B91.IP) (Ping timeout)
  163. # [03:16] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  164. # [03:19] * Joins: vchang (Vincent@moz-99690620.hinet-ip.hinet.net)
  165. # [03:20] * Quits: ckitching (ckitching@9B5E508E.80B4C230.51C6DE68.IP) (Quit: Write-only-memory subsystem too slow for this machine. Contact your local dealer.)
  166. # [03:20] * Joins: mchang (mchang@moz-8CD8E2DE.dynamic.hinet.net)
  167. # [03:21] * Joins: m_kato (m_kato@moz-C286AD9A.bitcat.net)
  168. # [03:21] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c8ecf1ba4139 - Makoto Kato - Bug 984379 - Use fallible allocator for nsIScriptableUnicodeConverter. r=smontagu
  169. # [03:23] * Joins: schien (anonymous@moz-99690620.hinet-ip.hinet.net)
  170. # [03:23] * khuey|away is now known as khuey
  171. # [03:24] * kats|away is now known as kats
  172. # [03:26] * Joins: nical (nico@moz-99690620.hinet-ip.hinet.net)
  173. # [03:26] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  174. # [03:26] * Joins: borting (borting@moz-99690620.hinet-ip.hinet.net)
  175. # [03:26] * Joins: hub (hub@moz-99690620.hinet-ip.hinet.net)
  176. # [03:28] * Quits: hub (hub@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  177. # [03:28] * Quits: nical (nico@moz-99690620.hinet-ip.hinet.net) (Client exited)
  178. # [03:28] * Joins: milan (milan@moz-99690620.hinet-ip.hinet.net)
  179. # [03:28] * Joins: hub (hub@moz-99690620.hinet-ip.hinet.net)
  180. # [03:29] * Joins: jrmuizel (jrmuizel@moz-CC46F4AB.hinet-ip.hinet.net)
  181. # [03:29] * Joins: huseby (huseby@moz-99690620.hinet-ip.hinet.net)
  182. # [03:29] * Joins: wlach (wlach@moz-8CD8E2DE.dynamic.hinet.net)
  183. # [03:30] * Quits: jrmuizel (jrmuizel@moz-CC46F4AB.hinet-ip.hinet.net) (Client exited)
  184. # [03:31] * Quits: kamidphish (textual@347FA24B.24D9B0A0.495EC8CD.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  185. # [03:33] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  186. # [03:33] * Joins: Jerry (hshih@moz-99690620.hinet-ip.hinet.net)
  187. # [03:35] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  188. # [03:36] * Quits: Bas (chatzilla@347FA24B.24D9B0A0.495EC8CD.IP) (Ping timeout)
  189. # [03:39] * Quits: bholley (bholley@B08EEEEB.6BBCE916.7B974E06.IP) (Ping timeout)
  190. # [03:39] * Quits: automata (automata@302C91B4.8DDD1F9.16867D26.IP) (Quit: This computer has gone to sleep)
  191. # [03:40] * Joins: karl (karl@34E8ECDF.DC2C3734.616A18A6.IP)
  192. # [03:40] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  193. # [03:41] * Joins: lpy (lpy@186A8F3A.F09091A8.1348A864.IP)
  194. # [03:41] * admix|away is now known as admix
  195. # [03:41] * Joins: jgilbert (jgilbert@moz-99690620.hinet-ip.hinet.net)
  196. # [03:42] <bkelly> is there a known issue with nightly spinning the CPU on mac?
  197. # [03:42] * mattwoodrow|away is now known as mattwoodrow
  198. # [03:44] * Joins: bholley (bholley@B08EEEEB.6BBCE916.7B974E06.IP)
  199. # [03:44] * Quits: redwood (chatzilla@26E73836.156CBEAD.74E1C77A.IP) (Quit: i have to go, my planet needs me!)
  200. # [03:45] * Joins: Jerry_ (hshih@moz-99690620.hinet-ip.hinet.net)
  201. # [03:47] <cajbir> bkelly: there's a known issue with yammer spinning the cpu - bug 984838
  202. # [03:48] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/47f2dfde8e4d - Nicolas Silva - Bug 977255 - Initialize the gralloc memory reporter in gfxPlatform. r=cwiiis
  203. # [03:49] * Joins: mstange (markus@moz-99690620.hinet-ip.hinet.net)
  204. # [03:49] * Joins: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net)
  205. # [03:49] * Quits: luisbg (luisbg@moz-C54443AD.baconseed.org) (Ping timeout)
  206. # [03:49] <bkelly> cajbir: thanks!
  207. # [03:49] * Joins: jrmuizel (jrmuizel@moz-99690620.hinet-ip.hinet.net)
  208. # [03:49] * Quits: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com) (Quit: Leaving.)
  209. # [03:49] * Quits: chewey (chewey@moz-A026E4E.dip0.t-ipconnect.de) (NickServ (GHOST command used by chewey_))
  210. # [03:49] <cajbir> np
  211. # [03:49] * Joins: chewey (chewey@moz-27B1292.dip0.t-ipconnect.de)
  212. # [03:50] * Quits: bholley (bholley@B08EEEEB.6BBCE916.7B974E06.IP) (Ping timeout)
  213. # [03:50] * Joins: jhlin (jhlin@moz-99690620.hinet-ip.hinet.net)
  214. # [03:50] * Joins: jwwang (jwwang@moz-99690620.hinet-ip.hinet.net)
  215. # [03:51] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5adc1acdb309 - Matt Woodrow - Bug 973264 - If we wrap gfxImageSurface data when creating a SourceSurface, hold a reference to the original surface so the data stays alive. r=Bas
  216. # [03:53] * Joins: brsun (chatzilla@moz-99690620.hinet-ip.hinet.net)
  217. # [03:53] * Joins: kip (kip@moz-99690620.hinet-ip.hinet.net)
  218. # [03:55] * Joins: kamidphish (textual@moz-99690620.hinet-ip.hinet.net)
  219. # [03:55] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  220. # [03:55] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  221. # [03:56] * Joins: shelly (shelly@moz-99690620.hinet-ip.hinet.net)
  222. # [03:56] * Joins: Bas (chatzilla@moz-99690620.hinet-ip.hinet.net)
  223. # [03:57] * mcote is now known as mcote|afk
  224. # [03:57] * Joins: luisbg (luisbg@moz-C54443AD.baconseed.org)
  225. # [03:58] * Joins: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net)
  226. # [03:59] * Quits: luisbg (luisbg@moz-C54443AD.baconseed.org) (Max SendQ exceeded)
  227. # [04:00] * nrc|afk is now known as nrc
  228. # [04:00] * Quits: mstange (markus@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  229. # [04:01] * Quits: kip (kip@moz-99690620.hinet-ip.hinet.net) (Connection reset by peer)
  230. # [04:01] * Joins: kip (kip@moz-99690620.hinet-ip.hinet.net)
  231. # [04:01] * Joins: luisbg (luisbg@moz-C54443AD.baconseed.org)
  232. # [04:02] * Quits: Jerry_ (hshih@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  233. # [04:03] * Quits: milan (milan@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  234. # [04:03] * Joins: ericchou (uid13391@moz-E77DEB21.irccloud.com)
  235. # [04:04] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  236. # [04:04] * Quits: luisbg (luisbg@moz-C54443AD.baconseed.org) (Ping timeout)
  237. # [04:05] * Quits: lpy (lpy@186A8F3A.F09091A8.1348A864.IP) (Client exited)
  238. # [04:05] * Joins: bholley (bholley@B08EEEEB.6BBCE916.7B974E06.IP)
  239. # [04:06] * Joins: botond|laptop (chatzilla@moz-99690620.hinet-ip.hinet.net)
  240. # [04:08] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  241. # [04:09] * Quits: kamidphish (textual@moz-99690620.hinet-ip.hinet.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  242. # [04:10] * Quits: jdm (jdm@moz-AC9499B2.cable.teksavvy.com) (Quit: Lost terminal)
  243. # [04:10] * Joins: maxli (Adium@moz-EE42E0E.student.cs.uwaterloo.ca)
  244. # [04:10] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  245. # [04:10] * Quits: kip (kip@moz-99690620.hinet-ip.hinet.net) (Client exited)
  246. # [04:11] * Quits: bholley (bholley@B08EEEEB.6BBCE916.7B974E06.IP) (Ping timeout)
  247. # [04:16] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  248. # [04:18] * Joins: bholley (bholley@B08EEEEB.6BBCE916.7B974E06.IP)
  249. # [04:18] * Joins: milan (milan@moz-99690620.hinet-ip.hinet.net)
  250. # [04:19] * Joins: luisbg (luisbg@moz-C54443AD.baconseed.org)
  251. # [04:19] * Quits: Dwight_Stegall (YIM@moz-EE25458F.client.mchsi.com) (Quit: Later! :))
  252. # [04:19] * Joins: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com)
  253. # [04:20] * Joins: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net)
  254. # [04:20] * Quits: luisbg (luisbg@moz-C54443AD.baconseed.org) (Ping timeout)
  255. # [04:21] * Joins: Jerry_ (hshih@moz-99690620.hinet-ip.hinet.net)
  256. # [04:22] * Joins: kip (kip@moz-99690620.hinet-ip.hinet.net)
  257. # [04:23] * Quits: kip (kip@moz-99690620.hinet-ip.hinet.net) (Client exited)
  258. # [04:24] * Joins: lpy (lpy@186A8F3A.F09091A8.1348A864.IP)
  259. # [04:25] * Joins: nical (nico@moz-99690620.hinet-ip.hinet.net)
  260. # [04:25] * Quits: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com) (Ping timeout)
  261. # [04:25] * jcranmer|away is now known as jcranmer
  262. # [04:26] * Joins: kip (kip@moz-99690620.hinet-ip.hinet.net)
  263. # [04:27] * Quits: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net) (Ping timeout)
  264. # [04:28] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  265. # [04:29] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  266. # [04:29] * Joins: kushagra (kushagra@8D059F27.BB65D3C8.520CDC98.IP)
  267. # [04:29] * Joins: gwagner (Gregor@moz-B45FE61C.hsd1.ca.comcast.net)
  268. # [04:29] * Quits: kip (kip@moz-99690620.hinet-ip.hinet.net) (Connection reset by peer)
  269. # [04:30] * Joins: kip (kip@moz-99690620.hinet-ip.hinet.net)
  270. # [04:30] * Joins: luisbg (luisbg@moz-C54443AD.baconseed.org)
  271. # [04:30] * Quits: Jerry_ (hshih@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  272. # [04:30] * Quits: lerc (quassel@moz-289EFA2.telstraclear.net) (Ping timeout)
  273. # [04:30] * Joins: Jerry_ (hshih@moz-99690620.hinet-ip.hinet.net)
  274. # [04:31] * Joins: mstange (markus@moz-99690620.hinet-ip.hinet.net)
  275. # [04:31] * Quits: Jerry (hshih@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  276. # [04:31] * Joins: Jerry (hshih@moz-99690620.hinet-ip.hinet.net)
  277. # [04:31] * Quits: kushagra (kushagra@8D059F27.BB65D3C8.520CDC98.IP) (Ping timeout)
  278. # [04:31] * Quits: Jerry (hshih@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  279. # [04:31] * Joins: Edgar (Thunderbir@moz-A8934EA5.dynamic.hinet.net)
  280. # [04:31] * Joins: Jerry (hshih@moz-99690620.hinet-ip.hinet.net)
  281. # [04:34] * Quits: bholley (bholley@B08EEEEB.6BBCE916.7B974E06.IP) (Ping timeout)
  282. # [04:35] * Joins: bholley (bholley@B08EEEEB.6BBCE916.7B974E06.IP)
  283. # [04:35] * Quits: gwagner (Gregor@moz-B45FE61C.hsd1.ca.comcast.net) (Quit: gwagner)
  284. # [04:35] * Joins: kushagra (kushagra@8D059F27.BB65D3C8.520CDC98.IP)
  285. # [04:36] * Joins: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net)
  286. # [04:36] * Joins: kushagra_ (kushagra@8D059F27.BB65D3C8.520CDC98.IP)
  287. # [04:36] * Quits: kushagra (kushagra@8D059F27.BB65D3C8.520CDC98.IP) (Connection reset by peer)
  288. # [04:37] * Quits: brsun (chatzilla@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  289. # [04:38] * Quits: nattokirai (nattokirai@moz-782CEA96.dynamic.ppp.asahi-net.or.jp) (Quit: nattokirai)
  290. # [04:38] * Joins: brsun (chatzilla@moz-99690620.hinet-ip.hinet.net)
  291. # [04:38] * Quits: kushagra_ (kushagra@8D059F27.BB65D3C8.520CDC98.IP) (Ping timeout)
  292. # [04:39] * Joins: kushagra (kushagra@8D059F27.BB65D3C8.520CDC98.IP)
  293. # [04:39] * Joins: mchen (chatzilla@moz-99690620.hinet-ip.hinet.net)
  294. # [04:39] * Quits: luisbg (luisbg@moz-C54443AD.baconseed.org) (Ping timeout)
  295. # [04:39] * Quits: kushagra (kushagra@8D059F27.BB65D3C8.520CDC98.IP) (Connection reset by peer)
  296. # [04:40] * Joins: kushagra (kushagra@8D059F27.BB65D3C8.520CDC98.IP)
  297. # [04:41] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  298. # [04:41] * heycam is now known as heycam|away
  299. # [04:42] * Quits: kushagra (kushagra@8D059F27.BB65D3C8.520CDC98.IP) (Ping timeout)
  300. # [04:42] * Joins: kushagra (kushagra@8D059F27.BB65D3C8.520CDC98.IP)
  301. # [04:42] * Quits: botond|laptop (chatzilla@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  302. # [04:43] * Quits: kushagra (kushagra@8D059F27.BB65D3C8.520CDC98.IP) (Connection reset by peer)
  303. # [04:43] * Joins: kushagra (kushagra@8D059F27.BB65D3C8.520CDC98.IP)
  304. # [04:44] * Joins: botond|laptop (chatzilla@moz-99690620.hinet-ip.hinet.net)
  305. # [04:44] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  306. # [04:45] * Joins: luisbg (luisbg@moz-C54443AD.baconseed.org)
  307. # [04:45] * Quits: kushagra (kushagra@8D059F27.BB65D3C8.520CDC98.IP) (Ping timeout)
  308. # [04:46] * Quits: milan (milan@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  309. # [04:46] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  310. # [04:47] * Quits: jesup_mac (chatzilla@moz-A39761D7.phlapa.fios.verizon.net) (Ping timeout)
  311. # [04:48] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  312. # [04:49] * Quits: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net) (Ping timeout)
  313. # [04:51] * Quits: Edgar (Thunderbir@moz-A8934EA5.dynamic.hinet.net) (Quit: Edgar)
  314. # [04:52] * Joins: Edgar (Thunderbir@moz-A8934EA5.dynamic.hinet.net)
  315. # [04:53] * Quits: kip (kip@moz-99690620.hinet-ip.hinet.net) (Client exited)
  316. # [04:54] * Joins: kushagra (kushagra@8D059F27.BB65D3C8.520CDC98.IP)
  317. # [04:56] * Quits: luisbg (luisbg@moz-C54443AD.baconseed.org) (Ping timeout)
  318. # [04:56] * Quits: soumyaC (uid15286@moz-E77DEB21.irccloud.com) (Quit: Connection closed for inactivity)
  319. # [04:56] * Quits: kushagra (kushagra@8D059F27.BB65D3C8.520CDC98.IP) (Ping timeout)
  320. # [04:57] * Quits: Edgar (Thunderbir@moz-A8934EA5.dynamic.hinet.net) (Quit: Edgar)
  321. # [04:57] * Joins: vikstrous (v@moz-B87E3476.cpe.net.cable.rogers.com)
  322. # [04:57] * Parts: vikstrous (v@moz-B87E3476.cpe.net.cable.rogers.com)
  323. # [04:58] * mattwoodrow is now known as mattwoodrow|away
  324. # [04:59] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/0f2e451d0f3f - Mats Palmgren - Bug 988453 - Make nsHyphenationManager::Shutdown() resilient against being called more than once. r=roc
  325. # [05:00] * Joins: kushagra (kushagra@8D059F27.BB65D3C8.520CDC98.IP)
  326. # [05:01] * kats is now known as kats-afk
  327. # [05:01] * kats-afk is now known as kats|away
  328. # [05:02] * Quits: kushagra (kushagra@8D059F27.BB65D3C8.520CDC98.IP) (Ping timeout)
  329. # [05:02] * Joins: luisbg (luisbg@moz-C54443AD.baconseed.org)
  330. # [05:02] * Joins: kushagra (kushagra@8D059F27.BB65D3C8.520CDC98.IP)
  331. # [05:03] * Joins: kip (kip@moz-99690620.hinet-ip.hinet.net)
  332. # [05:03] * mattwoodrow|away is now known as mattwoodrow
  333. # [05:03] * Quits: kushagra (kushagra@8D059F27.BB65D3C8.520CDC98.IP) (Connection reset by peer)
  334. # [05:03] * Quits: kip (kip@moz-99690620.hinet-ip.hinet.net) (Connection reset by peer)
  335. # [05:03] * Joins: kushagra (kushagra@8D059F27.BB65D3C8.520CDC98.IP)
  336. # [05:03] * Quits: bwc (Adium@moz-536549A9.dsl.static.sonic.net) (Quit: Leaving.)
  337. # [05:04] * Joins: kip (kip@moz-99690620.hinet-ip.hinet.net)
  338. # [05:04] <cpearce> is it possible to download a Win PGO used in a try run? I don't see a "B
  339. # [05:04] <cpearce> "B" box in the TBPL output for the push
  340. # [05:04] * Joins: mconley (mconley@moz-D640D16C.cable.teksavvy.com)
  341. # [05:04] <KWierso|afk> cpearce: link to the push?
  342. # [05:05] * Joins: kamidphish (textual@moz-99690620.hinet-ip.hinet.net)
  343. # [05:05] <cpearce> KWierso|afk: https://tbpl.mozilla.org/?tree=Mozilla-Aurora&rev=3aaca223b673
  344. # [05:05] * Joins: bwc (Adium@moz-536549A9.dsl.static.sonic.net)
  345. # [05:05] <cpearce> KWierso|afk: Windows XP PGO
  346. # [05:05] * BenWa|email is now known as BenWa
  347. # [05:05] * Quits: kushagra (kushagra@8D059F27.BB65D3C8.520CDC98.IP) (Connection reset by peer)
  348. # [05:05] <cpearce> is what we're interested in
  349. # [05:06] * Joins: kushagra (kushagra@8D059F27.BB65D3C8.520CDC98.IP)
  350. # [05:06] * Quits: ferjm (ferjm@moz-E332F447.hfc.comcastbusiness.net) (Quit: Leaving)
  351. # [05:06] * Joins: rlin-nb (randy-lin@moz-99690620.hinet-ip.hinet.net)
  352. # [05:07] * Quits: kushagra (kushagra@8D059F27.BB65D3C8.520CDC98.IP) (Connection reset by peer)
  353. # [05:07] * Joins: kushagra_ (kushagra@8D059F27.BB65D3C8.520CDC98.IP)
  354. # [05:07] <KWierso|afk> :\
  355. # [05:07] * Joins: jrmuizel_ (jrmuizel@moz-99690620.hinet-ip.hinet.net)
  356. # [05:08] <KWierso|afk> here's the winxp pgo folder for that push: http://ftp.mozilla.org/pub/mozilla.org/firefox/tinderbox-builds/mozilla-aurora-win32-pgo/1396213711/
  357. # [05:08] * Quits: jrmuizel (jrmuizel@moz-99690620.hinet-ip.hinet.net) (Connection reset by peer)
  358. # [05:08] <KWierso|afk> no builds, though, just tests :\
  359. # [05:08] <cpearce> rlin-nb: ^^
  360. # [05:08] <cpearce> KWierso|afk: thanks!
  361. # [05:08] <rlin-nb> KWierso|afk, cpearce, thanks
  362. # [05:08] <cpearce> KWierso|afk: I assume the tests would be the same as the normal non-PGO opt build.
  363. # [05:08] * glob|away is now known as glob
  364. # [05:08] * Quits: mconley (mconley@moz-D640D16C.cable.teksavvy.com) (Input/output error)
  365. # [05:09] * Quits: kushagra_ (kushagra@8D059F27.BB65D3C8.520CDC98.IP) (Ping timeout)
  366. # [05:09] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ed6969e4fb6f - Nicolas Silva - Bug 957560 - Fix new textures on windows (OMTC). r=mattwoodrow
  367. # [05:09] <KWierso|afk> cpearce: huh, pgo on fx-team has builds in a similar folder: http://ftp.mozilla.org/pub/mozilla.org/firefox/tinderbox-builds/fx-team-win32-pgo/1396210535/
  368. # [05:10] <KWierso|afk> I got nothin
  369. # [05:11] <KWierso|afk> beta and aurora don't show them, trunk trees do? :\
  370. # [05:13] <cpearce> maybe they only once per hour or somesuch?
  371. # [05:13] <cpearce> or once per N hours?
  372. # [05:13] <firebot> Check-in: http://hg.mozilla.org/integration/fx-team/rev/43663582cfdb - Mark Hammond - Bug 987404 - Disable failing mochitest-browser tests in e10s. r=ted.
  373. # [05:13] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  374. # [05:14] * Joins: jedp (jedp@moz-3AA8030E.dsl.dynamic.sonic.net)
  375. # [05:14] <rlin-nb> KWierso, if I wnat to re-run the mochitest on my pc, I should re-install the firefox , download the firefox-31.0a1.en-US.win32.tests.zip, What kind of command should I issue?
  376. # [05:15] <KWierso|afk> cpearce: oh
  377. # [05:15] <KWierso|afk> according to philor in #ateam aurora and beta ONLY build PGO
  378. # [05:15] * Quits: znickell (Thunderbir@moz-A2E993EF.dhcp.ftwo.tx.charter.com) (Quit: znickell)
  379. # [05:15] <KWierso|afk> so the winxp builds ARE the pgo builds
  380. # [05:15] * Joins: znickell (Thunderbir@moz-A2E993EF.dhcp.ftwo.tx.charter.com)
  381. # [05:16] * Quits: lpy (lpy@186A8F3A.F09091A8.1348A864.IP) (Client exited)
  382. # [05:16] <firebot> Check-in: http://hg.mozilla.org/integration/fx-team/rev/0eb6ed1dc691 - Mark Hammond - Bug 985902 - expose fxaccounts/MOZ_SERVICES_FXACCOUNTS to mozinfo and only run test_hawkclient when enabled. r=ted
  383. # [05:17] * Joins: milan (milan@moz-99690620.hinet-ip.hinet.net)
  384. # [05:17] <cpearce> rlin-nb: looking at the Full Log on tbpl, I think the command it uses to run mochitests is "16:57:13 INFO - Copy/paste: C:\slave\test\build\venv\Scripts\python -u C:\slave\test\build\tests\mochitest/runtests.py --appname=C:\slave\test\build\application\firefox\firefox.exe --utility-path=tests/bin --extra-profile-file=tests/bin/plugins --symbols-path=https://ftp-ssl.mozilla.org/pub/mozilla.org/
  385. # [05:17] <cpearce> firefox/tinderbox-builds/mozilla-aurora-win32/1396213711/firefox-30.0a2.en-US.win32.crashreporter-symbols.zip --certificate-path=tests/certs --autorun --close-when-done --console-level=INFO --total-chunks=5 --this-chunk=1 --chunk-by-dir=4"
  386. # [05:17] <cpearce> so you'll need to edit that command to run the tests
  387. # [05:17] * Joins: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com)
  388. # [05:17] <cpearce> i.e. change --appname to the path to your downloaded firefox.exe etc
  389. # [05:18] <rlin-nb> cpearce, ok, I will try it.
  390. # [05:19] * Quits: milan (milan@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  391. # [05:20] * Joins: mconley (mconley@moz-D640D16C.cable.teksavvy.com)
  392. # [05:21] * Joins: kushagra (kushagra@8D059F27.BB65D3C8.520CDC98.IP)
  393. # [05:22] * Joins: darkowlzz (sunny@A5FF8155.4424863C.25B273F5.IP)
  394. # [05:23] * Quits: kushagra (kushagra@8D059F27.BB65D3C8.520CDC98.IP) (Ping timeout)
  395. # [05:23] <philor> nical: burny!
  396. # [05:24] <nical> woops
  397. # [05:24] <nical> philor: Ok, I'll back it
  398. # [05:25] <nical> out
  399. # [05:25] * Quits: jrmuizel_ (jrmuizel@moz-99690620.hinet-ip.hinet.net) (Connection reset by peer)
  400. # [05:25] <philor> thx
  401. # [05:25] <KWierso|afk> werror terror
  402. # [05:25] <philor> mattwoodrow: and you!
  403. # [05:25] * Joins: jrmuizel (jrmuizel@moz-99690620.hinet-ip.hinet.net)
  404. # [05:25] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  405. # [05:27] * Quits: darkowlzz (sunny@A5FF8155.4424863C.25B273F5.IP) (Ping timeout)
  406. # [05:27] * Quits: bholley (bholley@B08EEEEB.6BBCE916.7B974E06.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  407. # [05:28] * Quits: jrmuizel (jrmuizel@moz-99690620.hinet-ip.hinet.net) (Connection reset by peer)
  408. # [05:28] * Joins: jrmuizel_ (jrmuizel@moz-99690620.hinet-ip.hinet.net)
  409. # [05:29] <nical> philor: It's a simple fix actually. Permission to fix on inbound directly ?
  410. # [05:29] * philor checks for Ms2ger
  411. # [05:29] <philor> nical: sure!
  412. # [05:29] <philor> it'll give mattwoodrow more time to think
  413. # [05:30] * mattwoodrow thinks
  414. # [05:30] * Joins: darkowlzz (sunny@A5FF8155.4424863C.25B273F5.IP)
  415. # [05:31] <philor> I think the browser-chrome isn't interesting, only the reftest, but that may just be because I've lost all faith in browser-chrome
  416. # [05:32] <mattwoodrow> I see the issue, probably should back out though
  417. # [05:32] * Quits: jedp (jedp@moz-3AA8030E.dsl.dynamic.sonic.net) (Quit: Computer has gone to sleep.)
  418. # [05:33] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  419. # [05:33] <philor> I can do that, then we can make nical rebase for his sins
  420. # [05:33] * Joins: lpy (lpy@E44EE2C4.F09091A8.1348A864.IP)
  421. # [05:34] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/0b596070fe54 - Nicolas Silva - Bug 957560 - Fix WError build bustage on a CLOSED TREE.
  422. # [05:34] <philor> or, we can make me rebase for mine!
  423. # [05:34] <nical> mouahahaha
  424. # [05:34] * Quits: jrmuizel_ (jrmuizel@moz-99690620.hinet-ip.hinet.net) (Client exited)
  425. # [05:35] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5636e18a27f5 - Phil Ringnalda - Back out 5adc1acdb309 (bug 973264) for Windows reftest bustage
  426. # [05:35] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  427. # [05:37] * Joins: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net)
  428. # [05:38] <mattwoodrow> thanks philor
  429. # [05:38] * Quits: darkowlzz (sunny@A5FF8155.4424863C.25B273F5.IP) (Quit: Leaving)
  430. # [05:38] * Joins: jrmuizel (jrmuizel@moz-99690620.hinet-ip.hinet.net)
  431. # [05:38] * Joins: bholley (bholley@B08EEEEB.6BBCE916.7B974E06.IP)
  432. # [05:40] * Joins: rlin (rlin-dt@moz-99690620.hinet-ip.hinet.net)
  433. # [05:43] * Joins: alfredo (alfredo@moz-99690620.hinet-ip.hinet.net)
  434. # [05:43] * Quits: bholley (bholley@B08EEEEB.6BBCE916.7B974E06.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  435. # [05:44] * jchen is now known as jchen|away
  436. # [05:44] * Quits: alfredo (alfredo@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  437. # [05:44] * Joins: alfredo (alfredo@moz-99690620.hinet-ip.hinet.net)
  438. # [05:44] * Joins: bholley (bholley@B08EEEEB.6BBCE916.7B974E06.IP)
  439. # [05:45] * Quits: bholley (bholley@B08EEEEB.6BBCE916.7B974E06.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  440. # [05:46] * BenWa is now known as BenWa|email
  441. # [05:46] * Joins: bholley (bholley@B08EEEEB.6BBCE916.7B974E06.IP)
  442. # [05:46] * Quits: bholley (bholley@B08EEEEB.6BBCE916.7B974E06.IP) (Client exited)
  443. # [05:48] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e5bf67f228b6 - Mark Finkle - Bug 975123 - Allow for fixed targets/devices for situations where routers block UDP broadcasts r=wesj
  444. # [05:48] * Joins: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net)
  445. # [05:49] * botond|laptop is now known as botond|taipei
  446. # [05:51] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  447. # [05:52] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  448. # [05:52] * Quits: mconley (mconley@moz-D640D16C.cable.teksavvy.com) (Input/output error)
  449. # [05:54] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/c60580cafbef - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  450. # [05:54] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/9d7f81c65705 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  451. # [05:57] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  452. # [06:00] * Quits: jrmuizel (jrmuizel@moz-99690620.hinet-ip.hinet.net) (Client exited)
  453. # [06:01] * Quits: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net) (Quit: vicamo)
  454. # [06:01] * Quits: kip (kip@moz-99690620.hinet-ip.hinet.net) (Connection reset by peer)
  455. # [06:02] * Quits: mstange (markus@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  456. # [06:02] * Joins: kip (kip@moz-99690620.hinet-ip.hinet.net)
  457. # [06:02] * Quits: kamidphish (textual@moz-99690620.hinet-ip.hinet.net) (Connection reset by peer)
  458. # [06:02] * Quits: heftig (heftig@moz-81A104E1.dip0.t-ipconnect.de) (Quit: Quitting)
  459. # [06:02] * Quits: Matti (Matti@moz-32204BA4.dip0.t-ipconnect.de) (Ping timeout)
  460. # [06:03] * Joins: nattokirai (nattokirai@moz-C286AD9A.bitcat.net)
  461. # [06:03] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  462. # [06:04] * Joins: jedp (jedp@moz-3AA8030E.dsl.dynamic.sonic.net)
  463. # [06:04] * Joins: sicking (sicking@moz-501E5580.hsd1.ca.comcast.net)
  464. # [06:04] * Joins: kamidphish (textual@moz-99690620.hinet-ip.hinet.net)
  465. # [06:04] * khuey is now known as khuey|away
  466. # [06:05] * Joins: gwagner (Gregor@moz-B45FE61C.hsd1.ca.comcast.net)
  467. # [06:06] * Joins: Matti_away (Matti@moz-E5CAD659.dip0.t-ipconnect.de)
  468. # [06:06] * Matti_away is now known as Matti
  469. # [06:06] * Quits: jedp (jedp@moz-3AA8030E.dsl.dynamic.sonic.net) (Quit: Computer has gone to sleep.)
  470. # [06:07] * Quits: sicking (sicking@moz-501E5580.hsd1.ca.comcast.net) (Quit: sicking)
  471. # [06:08] * Quits: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net) (Input/output error)
  472. # [06:08] * Quits: mchang (mchang@moz-8CD8E2DE.dynamic.hinet.net) (Quit: mchang)
  473. # [06:08] * Joins: user_ (chatzilla@2A2CAB86.B6281997.BC8A01EE.IP)
  474. # [06:09] * Joins: naveed_pto (nihsanulla@moz-3CA42256.bstnma.fios.verizon.net)
  475. # [06:09] * user_ is now known as JINKU
  476. # [06:10] * Quits: kanru (kanru@moz-DB4A9C19.scl3.mozilla.com) (Input/output error)
  477. # [06:10] * Quits: JINKU (chatzilla@2A2CAB86.B6281997.BC8A01EE.IP) (Quit: ChatZilla 0.9.90.1 [Firefox 28.0/20140314220517])
  478. # [06:10] * Joins: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net)
  479. # [06:11] * Joins: kanru (kanru@moz-DB4A9C19.scl3.mozilla.com)
  480. # [06:11] * Quits: wlach (wlach@moz-8CD8E2DE.dynamic.hinet.net) (Ping timeout)
  481. # [06:11] * Joins: bjacob (bjacob@moz-99690620.hinet-ip.hinet.net)
  482. # [06:11] * Quits: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP) (Quit: ChatZilla 0.9.90.1 [Firefox 31.0a1/20140329030204])
  483. # [06:12] * Joins: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP)
  484. # [06:12] * Quits: bwc (Adium@moz-536549A9.dsl.static.sonic.net) (Quit: Leaving.)
  485. # [06:12] * Quits: kip (kip@moz-99690620.hinet-ip.hinet.net) (Client exited)
  486. # [06:13] * jchen|away is now known as jchen
  487. # [06:15] * mattwoodrow is now known as mattwoodrow|away
  488. # [06:17] * Joins: milan (milan@moz-99690620.hinet-ip.hinet.net)
  489. # [06:19] * Joins: phoebe_ (phoebe@moz-8CD8E2DE.dynamic.hinet.net)
  490. # [06:19] * Quits: milan (milan@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  491. # [06:22] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  492. # [06:23] <gaston> glandium: yeah sorry that was a broken download
  493. # [06:24] * mattwoodrow|away is now known as mattwoodrow
  494. # [06:24] <gaston> glandium: on another note build fails because INSTALL_SCRIPT tries to install -o -g icu-config during build, which'll fail when building as user - is there already a bug on this ? or i'll file it..
  495. # [06:24] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/1ba50e34c92f - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  496. # [06:24] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/37434eab5c76 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  497. # [06:25] * Quits: cpearce (chatzilla@34E8ECDF.DC2C3734.616A18A6.IP) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  498. # [06:27] * jchen is now known as jchen|away
  499. # [06:28] * Quits: nical (nico@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  500. # [06:28] * Joins: harishneit (harishneit@EF7325B8.9418A2B.8B6C1D65.IP)
  501. # [06:28] * Quits: znickell (Thunderbir@moz-A2E993EF.dhcp.ftwo.tx.charter.com) (Client exited)
  502. # [06:29] * Joins: znickell (Thunderbir@moz-A2E993EF.dhcp.ftwo.tx.charter.com)
  503. # [06:33] * Joins: milan (milan@moz-99690620.hinet-ip.hinet.net)
  504. # [06:34] * Quits: josh (josh@moz-348C4790.hsd1.mn.comcast.net) (Quit: josh)
  505. # [06:34] <dougt> philor: what is wrong with your area?
  506. # [06:36] * Quits: gwagner (Gregor@moz-B45FE61C.hsd1.ca.comcast.net) (Quit: gwagner)
  507. # [06:36] * Quits: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  508. # [06:37] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/0122e73f0432 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  509. # [06:37] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/992f8025956d - B2G Bumper Bot - Bumping manifests a=b2g-bump
  510. # [06:39] <philor> dougt: nothing! it's completely free of stumbling developers, everybody picks up their feet when they walk, just the way they should
  511. # [06:39] <dougt> haha
  512. # [06:40] <dougt> i hate the name just as much as everyone
  513. # [06:41] * Joins: tedders1 (tedders1@moz-B62E6247.sjc.megapath.net)
  514. # [06:41] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  515. # [06:42] * Joins: mstange (markus@moz-99690620.hinet-ip.hinet.net)
  516. # [06:43] * Quits: bajaj (Adium@moz-34BA18EC.hsd1.ca.comcast.net) (Quit: Leaving.)
  517. # [06:43] * Joins: smontagu (chatzilla@3F5935EA.DE94F5AD.CC465D70.IP)
  518. # [06:44] * Joins: josh (josh@moz-348C4790.hsd1.mn.comcast.net)
  519. # [06:49] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  520. # [06:50] * kats|away is now known as kats
  521. # [06:51] * Joins: gwagner (Gregor@moz-B45FE61C.hsd1.ca.comcast.net)
  522. # [06:52] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  523. # [06:53] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  524. # [06:54] * Joins: bwc (Adium@moz-536549A9.dsl.static.sonic.net)
  525. # [06:56] * Quits: milan (milan@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  526. # [06:57] * Quits: mstange (markus@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  527. # [06:59] * khuey|away is now known as khuey
  528. # [07:00] * Quits: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com) (Quit: Leaving.)
  529. # [07:00] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  530. # [07:00] * Joins: mchang (mchang@moz-8CD8E2DE.dynamic.hinet.net)
  531. # [07:01] * Joins: milan (milan@moz-99690620.hinet-ip.hinet.net)
  532. # [07:02] * Quits: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  533. # [07:03] * Quits: milan (milan@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  534. # [07:04] * Joins: jrm2k6 (jrm2k6@moz-EC7BAE2.vodafone.hu)
  535. # [07:04] * Quits: kamidphish (textual@moz-99690620.hinet-ip.hinet.net) (Connection reset by peer)
  536. # [07:04] * Quits: jrm2k6 (jrm2k6@moz-EC7BAE2.vodafone.hu) (Client exited)
  537. # [07:04] * Joins: jrm2k6 (jrm2k6@moz-EC7BAE2.vodafone.hu)
  538. # [07:06] * Joins: kamidphish (textual@moz-99690620.hinet-ip.hinet.net)
  539. # [07:07] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  540. # [07:07] * heycam|away is now known as heycam
  541. # [07:08] * Joins: kip (kip@moz-99690620.hinet-ip.hinet.net)
  542. # [07:09] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/cf45ccd3ccbb - Kartikaya Gupta - Bug 989407 - Stop treating mouse events as touch events because it interferes with gesture detection. r=botond
  543. # [07:09] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/2f5e6cd1cc9c - Kartikaya Gupta - Bug 989829 - Move all APZ prefs into gfxPrefs and move all documentation into AsyncPanZoomController.cpp. r=botond
  544. # [07:10] * Joins: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net)
  545. # [07:10] * Joins: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com)
  546. # [07:10] * Joins: bajaj (Adium@moz-34BA18EC.hsd1.ca.comcast.net)
  547. # [07:11] * ewong is now known as ewong|away
  548. # [07:11] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  549. # [07:11] * kats is now known as kats|away
  550. # [07:11] * Quits: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  551. # [07:12] * heycam is now known as heycam|away
  552. # [07:12] <smontagu> so if Try says "Log not available" is there anything I can do other than gnash my teeth and resend?
  553. # [07:12] * BenWa|email is now known as BenWa
  554. # [07:13] * heycam|away is now known as heycam
  555. # [07:14] * heycam is now known as heycam|away|away
  556. # [07:14] * heycam|away|away is now known as heycam|away
  557. # [07:15] * heycam|away is now known as heycam|away|away
  558. # [07:16] * Quits: kip (kip@moz-99690620.hinet-ip.hinet.net) (Connection reset by peer)
  559. # [07:16] * Joins: kip (kip@moz-99690620.hinet-ip.hinet.net)
  560. # [07:18] * Quits: josh (josh@moz-348C4790.hsd1.mn.comcast.net) (Quit: josh)
  561. # [07:19] * kats|away is now known as kats
  562. # [07:20] * Quits: kentuckyfriedtakahe (ajones@7EA5AB88.DC2C3734.616A18A6.IP) (Quit: Ex-Chat)
  563. # [07:20] * Joins: josh (josh@moz-348C4790.hsd1.mn.comcast.net)
  564. # [07:20] * Joins: kentuckyfriedtakahe (ajones@7EA5AB88.DC2C3734.616A18A6.IP)
  565. # [07:21] * Joins: BigBro (ibrahim@moz-61EA4B93.fbx.proxad.net)
  566. # [07:21] * Joins: Bas_ (chatzilla@moz-99690620.hinet-ip.hinet.net)
  567. # [07:22] * Quits: Bas (chatzilla@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  568. # [07:22] * Bas_ is now known as Bas
  569. # [07:24] * Callek_disconnected is now known as Callek
  570. # [07:26] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/16003840b0a5 - Sotaro Ikeda - Bug 989561 - Remove min size limitation since JB gonk r=gal
  571. # [07:31] * Joins: nical (nico@moz-99690620.hinet-ip.hinet.net)
  572. # [07:34] * Quits: Sylvestre (Sylvestre@moz-CB3DAE4D.ecranbleu.org) (Ping timeout)
  573. # [07:34] * Joins: Sylvestre (Sylvestre@moz-CB3DAE4D.ecranbleu.org)
  574. # [07:35] * Quits: balrog (balrog@moz-1E87DD22.phlapa.fios.verizon.net) (Ping timeout)
  575. # [07:35] * Joins: mstange (markus@moz-99690620.hinet-ip.hinet.net)
  576. # [07:37] * Joins: milan (milan@moz-99690620.hinet-ip.hinet.net)
  577. # [07:38] * Joins: till (till@moz-A76772AB.adsl.alicedsl.de)
  578. # [07:39] * jcranmer is now known as jcranmer|away
  579. # [07:39] * Quits: milan (milan@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  580. # [07:41] * Quits: BigBro (ibrahim@moz-61EA4B93.fbx.proxad.net) (Quit: Quitte)
  581. # [07:45] * Quits: josh (josh@moz-348C4790.hsd1.mn.comcast.net) (Quit: josh)
  582. # [07:47] * Joins: josh (josh@moz-348C4790.hsd1.mn.comcast.net)
  583. # [07:47] * Joins: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net)
  584. # [07:47] * Joins: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de)
  585. # [07:49] * Quits: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net) (Input/output error)
  586. # [07:50] * Joins: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net)
  587. # [07:51] * Quits: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net) (Ping timeout)
  588. # [07:54] * Joins: fredw (Icedove@moz-B9C110E2.fbx.proxad.net)
  589. # [07:56] <philor> smontagu: yeah, depending on why and where what is saying that
  590. # [07:57] <philor> if you mean "my month+ old push no longer has logs on ftp.m.o" then all you can do is repush
  591. # [07:58] * Quits: lpy (lpy@E44EE2C4.F09091A8.1348A864.IP) (Client exited)
  592. # [07:58] <smontagu> philor: Debug R on https://tbpl.mozilla.org/?tree=Try&rev=1664c03f79f8
  593. # [07:58] <smontagu> 12 hour old push :)
  594. # [07:59] * Tomcat|afk is now known as Tomcat|sheriffduty
  595. # [07:59] <philor> http://ftp.mozilla.org/pub/mozilla.org/firefox/try-builds/smontagu@mozilla.com-1664c03f79f8/try-linux-debug/try_ubuntu32_vm-debug_test-reftest-bm01-tests1-linux32-build107.txt.gz
  596. # [07:59] <philor> much less pleasant, but it exists
  597. # [07:59] <smontagu> philor: you don't have a link without test failures while you're there?
  598. # [08:00] <philor> heh
  599. # [08:00] <smontagu> philor: thanks!
  600. # [08:00] * Quits: vichen (vichen@moz-99690620.hinet-ip.hinet.net) (Quit: vichen)
  601. # [08:00] <philor> they're just assertions, that's easy, just start expecting them
  602. # [08:00] * Joins: gcp (gpascutto@moz-9CEB1C98.access.telenet.be)
  603. # [08:00] <philor> as long as nobody notices you doing it...
  604. # [08:01] <philor> oh, and the secret in case next time happens soon enough to remember is to just use the "go to build directory" link from the build
  605. # [08:02] * Joins: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net)
  606. # [08:02] * Quits: mchang (mchang@moz-8CD8E2DE.dynamic.hinet.net) (Quit: mchang)
  607. # [08:02] * Joins: jackneill (jackneill@moz-67205168.pool.digikabel.hu)
  608. # [08:02] * Quits: kentuckyfriedtakahe (ajones@7EA5AB88.DC2C3734.616A18A6.IP) (Quit: Ex-Chat)
  609. # [08:03] * Quits: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  610. # [08:03] * Quits: rlin-nb (randy-lin@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  611. # [08:04] * smontagu can't see that -- I was thinking the "builds and logs.." link from the Tryserver email
  612. # [08:04] * Joins: vichen (vichen@moz-99690620.hinet-ip.hinet.net)
  613. # [08:04] * Joins: milan (milan@moz-99690620.hinet-ip.hinet.net)
  614. # [08:04] * Joins: wolfiR (wolfiR@moz-12DD6376.dip0.t-ipconnect.de)
  615. # [08:04] <philor> click the debug B in tbpl, it's in the lower left
  616. # [08:04] <smontagu> ah, you mean click on the "B" in the same line and then the build directory
  617. # [08:05] * smontagu understand quickly when you explain slowly
  618. # [08:05] <philor> yep, even though tbpl doesn't realize it when buildbot doesn't tell it where the individual test logs are, that's where they are, next to the build
  619. # [08:06] * Quits: mstange (markus@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  620. # [08:06] * kats is now known as kats|away
  621. # [08:06] * Quits: kip (kip@moz-99690620.hinet-ip.hinet.net) (Client exited)
  622. # [08:06] <philor> oh, look, it's a browser-chrome-2 leak-until shutdown on fx-team, what are the odds?
  623. # [08:07] * kats|away is now known as kats
  624. # [08:07] * Joins: lpy (lpy@186A8F3A.F09091A8.1348A864.IP)
  625. # [08:07] * Quits: milan (milan@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  626. # [08:08] <philor> markh: did you screw something up? you shouldn't have moved something into a different chunk just by disabling on e10s, should you?
  627. # [08:08] <smontagu> since all the assertions are in flexbox, I'll just assign a bug to dholbert
  628. # [08:08] <markh> philor: I wouldn't have thought so
  629. # [08:08] * Joins: sicking (sicking@moz-501E5580.hsd1.ca.comcast.net)
  630. # [08:09] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  631. # [08:09] * Joins: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net)
  632. # [08:09] * khuey is now known as khuey|mtg
  633. # [08:09] * Quits: karl (karl@34E8ECDF.DC2C3734.616A18A6.IP) (Ping timeout)
  634. # [08:10] * heycam|away|away is now known as heycam
  635. # [08:11] * Quits: kamidphish (textual@moz-99690620.hinet-ip.hinet.net) (Connection reset by peer)
  636. # [08:11] * Joins: milan (milan@moz-99690620.hinet-ip.hinet.net)
  637. # [08:11] * Joins: kip (kip@moz-99690620.hinet-ip.hinet.net)
  638. # [08:12] * Joins: mchang (mchang@moz-8CD8E2DE.dynamic.hinet.net)
  639. # [08:12] <markh> philor: I can't explain that :(
  640. # [08:12] * Quits: milan (milan@moz-99690620.hinet-ip.hinet.net) (Connection reset by peer)
  641. # [08:12] * Joins: milan (milan@moz-99690620.hinet-ip.hinet.net)
  642. # [08:12] * Quits: vichen (vichen@moz-99690620.hinet-ip.hinet.net) (Quit: vichen)
  643. # [08:13] * Joins: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP)
  644. # [08:13] * Joins: mstange (markus@moz-99690620.hinet-ip.hinet.net)
  645. # [08:13] <philor> markh: substantial drop in the number of passed tests, I think maybe e10s is defined
  646. # [08:13] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  647. # [08:13] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  648. # [08:14] <philor> which is... interesting
  649. # [08:14] * Quits: milan (milan@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  650. # [08:14] * Joins: kamidphish (textual@moz-99690620.hinet-ip.hinet.net)
  651. # [08:14] * Joins: vichen (vichen@moz-99690620.hinet-ip.hinet.net)
  652. # [08:14] * philor tests his theory with his little friend, hg qbackout
  653. # [08:16] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  654. # [08:16] * Joins: jrmuizel (jrmuizel@moz-99690620.hinet-ip.hinet.net)
  655. # [08:17] <philor> hmm, though that can't be completely true, since you disabled the styleinspector tests and they're clearly running if they're leaking
  656. # [08:18] <markh> hrm, yes, that's very strange. I don't think e10s is actually enabled, or that the test runnder thinks it is, but something else subtle is going on
  657. # [08:18] * Quits: kip (kip@moz-99690620.hinet-ip.hinet.net) (Client exited)
  658. # [08:18] <markh> the test reports *lots* of TEST-SKIPPED messages at the start of the run when e10s is enabled
  659. # [08:19] * Joins: kip (kip@moz-99690620.hinet-ip.hinet.net)
  660. # [08:19] * Joins: milan (milan@moz-99690620.hinet-ip.hinet.net)
  661. # [08:19] * Joins: sewardj (sewardj@moz-2BF74BE1.dip0.t-ipconnect.de)
  662. # [08:20] <markh> the green 10.6-opt run for my patch reports 65524 tests passed, whereas the previous 10.6-opt reports 65695 - there should be zero changes there
  663. # [08:20] * Quits: maxli (Adium@moz-EE42E0E.student.cs.uwaterloo.ca) (Quit: Leaving.)
  664. # [08:20] * Quits: josh (josh@moz-348C4790.hsd1.mn.comcast.net) (Quit: josh)
  665. # [08:20] <markh> philor: so if your trigger finger is still warm, back it out
  666. # [08:21] <firebot> Check-in: http://hg.mozilla.org/integration/fx-team/rev/9be5c94051be - Phil Ringnalda - Back out 43663582cfdb (bug 987404) because it looks like it disabled things even without e10s being defined
  667. # [08:21] <markh> :)
  668. # [08:21] <philor> nice that this time, the hellish interdependency leaks actually showed something useful
  669. # [08:22] * Quits: vichen (vichen@moz-99690620.hinet-ip.hinet.net) (Quit: vichen)
  670. # [08:23] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/494aa58e9be9 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  671. # [08:23] * nsm is now known as nsm|away
  672. # [08:23] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/02074215857e - B2G Bumper Bot - Bumping manifests a=b2g-bump
  673. # [08:23] * Quits: sewardj (sewardj@moz-2BF74BE1.dip0.t-ipconnect.de) (Input/output error)
  674. # [08:24] * Joins: sewardj (sewardj@moz-2BF74BE1.dip0.t-ipconnect.de)
  675. # [08:24] <philor> kats: what have you done?
  676. # [08:24] * Joins: rlin-nb (randy-lin@moz-99690620.hinet-ip.hinet.net)
  677. # [08:26] * Joins: vendo (chatzilla@moz-AD4E5A2D.ku.sk)
  678. # [08:27] <kats> philor: oops. can you back out the top patch? i can look at it later
  679. # [08:27] <philor> yep, thx
  680. # [08:27] <kats> thanks
  681. # [08:27] * Joins: vd (vd@moz-7A53EEF0.ddns.cablebg.net)
  682. # [08:28] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/76b0c0037a76 - Phil Ringnalda - Back out 2f5e6cd1cc9c (bug 989829) for assertion failures
  683. # [08:28] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  684. # [08:29] * Joins: josh (josh@moz-348C4790.hsd1.mn.comcast.net)
  685. # [08:30] * Joins: brendan (brendaneic@35E90EE3.B8B12C49.396B22AD.IP)
  686. # [08:31] * Joins: robertbindar (Thunderbir@E5C5E4E7.30E1A1B0.89C0DD0D.IP)
  687. # [08:31] * Joins: twi (Adium@moz-429185BE.cust.vodafonedsl.it)
  688. # [08:32] * Quits: brendan (brendaneic@35E90EE3.B8B12C49.396B22AD.IP) (Ping timeout)
  689. # [08:32] * Quits: sicking (sicking@moz-501E5580.hsd1.ca.comcast.net) (Quit: sicking)
  690. # [08:32] * Quits: tonymec|away (tonymec@CA673B89.F911F46C.277517C1.IP) (Ping timeout)
  691. # [08:33] * Quits: tonymec_KDE (tonymec@CA673B89.F911F46C.277517C1.IP) (Ping timeout)
  692. # [08:33] * Quits: tedders1 (tedders1@moz-B62E6247.sjc.megapath.net) (Input/output error)
  693. # [08:33] * Joins: sicking (sicking@moz-501E5580.hsd1.ca.comcast.net)
  694. # [08:34] * Quits: jrm2k6 (jrm2k6@moz-EC7BAE2.vodafone.hu) (Client exited)
  695. # [08:35] * Quits: kip (kip@moz-99690620.hinet-ip.hinet.net) (Connection reset by peer)
  696. # [08:35] * Joins: kip (kip@moz-99690620.hinet-ip.hinet.net)
  697. # [08:38] * Quits: kip (kip@moz-99690620.hinet-ip.hinet.net) (Connection reset by peer)
  698. # [08:38] * Joins: kip (kip@moz-99690620.hinet-ip.hinet.net)
  699. # [08:39] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  700. # [08:44] * Joins: jocelyn (uid26949@moz-E77DEB21.irccloud.com)
  701. # [08:45] <nigelb> morning
  702. # [08:46] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  703. # [08:47] * Quits: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net) (Ping timeout)
  704. # [08:47] * Quits: gwagner (Gregor@moz-B45FE61C.hsd1.ca.comcast.net) (Quit: gwagner)
  705. # [08:48] <Tomcat|sheriffduty> good morning nigelb
  706. # [08:48] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  707. # [08:49] * BenWa is now known as BenWa|email
  708. # [08:50] * Quits: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net) (Quit: vicamo)
  709. # [08:50] <nigelb> Tomcat|sheriffduty: How's it going? Just back in action after a nice holiday :)
  710. # [08:52] * Joins: soumyaC (uid15286@moz-E77DEB21.irccloud.com)
  711. # [08:52] <Tomcat|sheriffduty> oh its fine :)
  712. # [08:53] * bobowen|afk is now known as bobowen
  713. # [08:53] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  714. # [08:54] * Joins: stransky (stransky@moz-59D79C36.broadband2.iol.cz)
  715. # [08:55] * Joins: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net)
  716. # [08:55] * Quits: @dbaron (dbaron@moz-3C92D971.dsl.dynamic.sonic.net) (Ping timeout)
  717. # [08:56] * Joins: jrm2k6 (jrm2k6@moz-925F8EE7.osr0-terez.net.telekom.hu)
  718. # [08:57] <philor> well, b2g-inbound has bustage, must be time for me to go to bed on Sunday night!
  719. # [08:57] * Joins: digitsm (digitsm@80D1711A.681A4ED1.C146C5E5.IP)
  720. # [08:58] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  721. # [08:58] * Joins: gcp_ (gcp@moz-9CEB1C98.access.telenet.be)
  722. # [08:58] * philor is now known as philor|away
  723. # [08:59] * Quits: jrmuizel (jrmuizel@moz-99690620.hinet-ip.hinet.net) (Client exited)
  724. # [08:59] * Joins: jrmuizel (jrmuizel@moz-99690620.hinet-ip.hinet.net)
  725. # [09:01] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  726. # [09:05] * Quits: mchang (mchang@moz-8CD8E2DE.dynamic.hinet.net) (Quit: mchang)
  727. # [09:06] * Quits: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com) (Ping timeout)
  728. # [09:06] * nsm|away is now known as nsm
  729. # [09:07] * Joins: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com)
  730. # [09:08] * Joins: jhorak (jhorak@moz-107AD163.redhat.com)
  731. # [09:08] * Quits: gcp_ (gcp@moz-9CEB1C98.access.telenet.be) (Quit: Leaving)
  732. # [09:09] * Quits: milan (milan@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  733. # [09:09] * Quits: jrm2k6 (jrm2k6@moz-925F8EE7.osr0-terez.net.telekom.hu) (Client exited)
  734. # [09:10] * Joins: tzimmermann (tzimmerman@moz-F191C6C9.pools.arcor-ip.net)
  735. # [09:11] * Quits: josh (josh@moz-348C4790.hsd1.mn.comcast.net) (Quit: josh)
  736. # [09:11] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  737. # [09:11] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  738. # [09:12] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  739. # [09:13] * heycam is now known as heycam|away
  740. # [09:14] * Joins: vichen (vichen@moz-99690620.hinet-ip.hinet.net)
  741. # [09:14] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/ecf73f8e554b - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  742. # [09:14] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/597a6dda4a59 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  743. # [09:15] * Joins: jrm2k6 (jrm2k6@moz-925F8EE7.osr0-terez.net.telekom.hu)
  744. # [09:17] * Joins: mikeratcliffe (Adium@5F7DF191.AE538BD9.7CCB197A.IP)
  745. # [09:18] * Quits: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com) (Connection reset by peer)
  746. # [09:18] * Joins: yeukhon1 (yeukhon@moz-66888F61.cable.mindspring.com)
  747. # [09:24] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  748. # [09:24] * Quits: sicking (sicking@moz-501E5580.hsd1.ca.comcast.net) (Quit: sicking)
  749. # [09:26] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  750. # [09:26] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Ping timeout)
  751. # [09:26] * Joins: cpeterso_ (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  752. # [09:26] * Quits: lpy (lpy@186A8F3A.F09091A8.1348A864.IP) (Client exited)
  753. # [09:26] * Joins: dbaron (dbaron@moz-3C92D971.dsl.dynamic.sonic.net)
  754. # [09:26] * ChanServ sets mode: +ao dbaron dbaron
  755. # [09:28] * Quits: cpeterso_ (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Ping timeout)
  756. # [09:28] * Joins: Ms2ger (Ms2ger@moz-4A14BC33.ugent.be)
  757. # [09:28] <Ms2ger> Bonjour
  758. # [09:29] * nsm is now known as nsm|away
  759. # [09:32] <mjrosenb> oh snap
  760. # [09:32] <mjrosenb> I should go to bed.
  761. # [09:34] * Quits: @dbaron (dbaron@moz-3C92D971.dsl.dynamic.sonic.net) (Ping timeout)
  762. # [09:34] <Ms2ger> Yes :)
  763. # [09:35] * Joins: lpy (lpy@186A8F3A.F09091A8.1348A864.IP)
  764. # [09:38] * Quits: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  765. # [09:38] * Joins: tessarakt (jens@moz-2435C19C.dip0.t-ipconnect.de)
  766. # [09:38] <nigelb> Morning Ms2ger :)
  767. # [09:38] <Ms2ger> Hi nigelb :)
  768. # [09:38] <nigelb> DST brings us slightly closer, I think.
  769. # [09:40] * Quits: kamidphish (textual@moz-99690620.hinet-ip.hinet.net) (Connection reset by peer)
  770. # [09:40] * Joins: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net)
  771. # [09:40] * Quits: jrmuizel (jrmuizel@moz-99690620.hinet-ip.hinet.net) (Client exited)
  772. # [09:41] <Ms2ger> Y'all don't do DST?
  773. # [09:42] <bagder> DST is a perfect chance for a state to differentiate! =)
  774. # [09:42] <bagder> http://en.wikipedia.org/wiki/File:DST_Countries_Map.png
  775. # [09:43] * jchen|away is now known as jchen
  776. # [09:44] * julienw_afk is now known as julienw
  777. # [09:44] * Quits: tessarakt (jens@moz-2435C19C.dip0.t-ipconnect.de) (Ping timeout)
  778. # [09:44] * Joins: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP)
  779. # [09:45] * Joins: AndreeaMatei (Thunderbir@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  780. # [09:45] * Joins: jrmuizel (jrmuizel@moz-99690620.hinet-ip.hinet.net)
  781. # [09:45] * Joins: kamidphish (textual@moz-99690620.hinet-ip.hinet.net)
  782. # [09:47] * khuey|mtg is now known as khuey
  783. # [09:47] <nigelb> Ms2ger: No, we're sane.
  784. # [09:48] <Ms2ger> Then yes, we're an hour closer together for now :)
  785. # [09:48] <Ms2ger> Though I wish we'd kill DST too
  786. # [09:49] <hub> yeah kill DST
  787. # [09:49] <nigelb> I agree.
  788. # [09:49] <hub> Taiwan doesn't do it either
  789. # [09:49] * Quits: bajaj (Adium@moz-34BA18EC.hsd1.ca.comcast.net) (Quit: Leaving.)
  790. # [09:50] * kats is now known as kats|away
  791. # [09:50] * kats|away is now known as kats
  792. # [09:50] * Joins: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net)
  793. # [09:50] * Joins: edmorley (uid27002@moz-5F4AA75A.irccloud.com)
  794. # [09:51] * whimboo|afk is now known as whimboo
  795. # [09:51] * Quits: Ms2ger (Ms2ger@moz-4A14BC33.ugent.be) (Ping timeout)
  796. # [09:51] * admix is now known as admix|away
  797. # [09:52] * Joins: vingtetun (Thunderbir@moz-64E1A8DA.fbx.proxad.net)
  798. # [09:53] * jchen is now known as jchen|away
  799. # [09:54] * Quits: squib (squib@moz-7BFC3D3A.dhcp.ftbg.wi.charter.com) (Quit: Leaving)
  800. # [09:55] * Quits: vingtetun (Thunderbir@moz-64E1A8DA.fbx.proxad.net) (Ping timeout)
  801. # [09:55] * Quits: digitsm (digitsm@80D1711A.681A4ED1.C146C5E5.IP) (Quit: Leaving)
  802. # [09:55] * Joins: digitsm (digitsm@80D1711A.681A4ED1.C146C5E5.IP)
  803. # [09:56] * Joins: vingtetun (Thunderbir@moz-64E1A8DA.fbx.proxad.net)
  804. # [09:57] * Joins: jaoo (user@moz-F4D25A2B.red-79-144-201.dynamicip.rima-tde.net)
  805. # [09:57] * Quits: kdc (chatzilla@moz-A66E00D4.pk.shawcable.net) (Ping timeout)
  806. # [09:57] * Joins: kdc (chatzilla@moz-A66E00D4.pk.shawcable.net)
  807. # [09:58] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/ffd9be088f42 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  808. # [09:58] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/0729c1a278a5 - B2G Bumper Bot - Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
  809. # [10:00] * Joins: karl (karl@moz-C433B975.jetstream.xtra.co.nz)
  810. # [10:00] * Joins: Ms2ger (Ms2ger@moz-4A14BC33.ugent.be)
  811. # [10:01] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  812. # [10:02] * Quits: lpy (lpy@186A8F3A.F09091A8.1348A864.IP) (Connection reset by peer)
  813. # [10:02] * Parts: aja (Instantbir@77027837.73203D5C.7880DB15.IP)
  814. # [10:03] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  815. # [10:03] * padenot|away is now known as padenot
  816. # [10:04] * Fallen|away is now known as Fallen
  817. # [10:05] * Quits: vingtetun (Thunderbir@moz-64E1A8DA.fbx.proxad.net) (Quit: vingtetun)
  818. # [10:06] * Quits: kip (kip@moz-99690620.hinet-ip.hinet.net) (Client exited)
  819. # [10:07] * Quits: nical (nico@moz-99690620.hinet-ip.hinet.net) (Client exited)
  820. # [10:07] * Joins: lpy (lpy@186A8F3A.F09091A8.1348A864.IP)
  821. # [10:08] * Joins: milan (milan@moz-99690620.hinet-ip.hinet.net)
  822. # [10:09] * Quits: phoebe_ (phoebe@moz-8CD8E2DE.dynamic.hinet.net) (Ping timeout)
  823. # [10:09] * Joins: luca_ (lzzluca@moz-10429979.static.virginmediabusiness.co.uk)
  824. # [10:09] * Quits: jrmuizel (jrmuizel@moz-99690620.hinet-ip.hinet.net) (Client exited)
  825. # [10:10] * Joins: jrmuizel (jrmuizel@moz-99690620.hinet-ip.hinet.net)
  826. # [10:10] * Joins: kip (kip@moz-99690620.hinet-ip.hinet.net)
  827. # [10:10] * Quits: digitsm (digitsm@80D1711A.681A4ED1.C146C5E5.IP) (Ping timeout)
  828. # [10:11] * Quits: milan (milan@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  829. # [10:11] * Joins: ggp (ggp@5955D0A2.477861A3.A8479B91.IP)
  830. # [10:12] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/2a88ffe1a565 - Gene Lian - Bug 988129 - Correct the chaotic naming styles in system message codes (part 1, remove function name). r=fabrice
  831. # [10:12] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/2f8a469d2245 - Gene Lian - Bug 988129 - Correct the chaotic naming styles in system message codes (part 3, s/uri/pageURL). r=fabrice
  832. # [10:12] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/8db31fe79a2d - Gene Lian - Bug 988129 - Correct the chaotic naming styles in system message codes (part 2, s/manifest/manifestURL). r=fabrice
  833. # [10:12] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/9d5624b9785a - Gene Lian - Bug 988129 - Correct the chaotic naming styles in system message codes (part 4, alignment). r=fabrice
  834. # [10:13] * Quits: ggp (ggp@5955D0A2.477861A3.A8479B91.IP) (Ping timeout)
  835. # [10:15] * Quits: jrmuizel (jrmuizel@moz-99690620.hinet-ip.hinet.net) (Client exited)
  836. # [10:15] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  837. # [10:15] * Quits: Peng (mnordhoff@moz-D5175E95.mattnordhoff.net) (Ping timeout)
  838. # [10:15] * Quits: Ms2ger (Ms2ger@moz-4A14BC33.ugent.be) (Quit: Leaving)
  839. # [10:16] * Joins: digitsm (digitsm@C2DD1C85.628C9942.C146C5E5.IP)
  840. # [10:16] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  841. # [10:17] * Joins: Peng (mnordhoff@moz-D5175E95.mattnordhoff.net)
  842. # [10:18] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/b8dc4e025d76 - Gene Lian - Bug 988787 - Should fire "handle-system-messages-done" at a correct time point. r=fabrice
  843. # [10:20] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  844. # [10:21] * Joins: Ms2ger (Ms2ger@moz-4A14BC33.ugent.be)
  845. # [10:23] * Joins: arky (arky@1BAC474E.E2EA453A.FAF22AF7.IP)
  846. # [10:24] * kats is now known as kats|away
  847. # [10:26] * Quits: robertbindar (Thunderbir@E5C5E4E7.30E1A1B0.89C0DD0D.IP) (Ping timeout)
  848. # [10:26] * Quits: mchen (chatzilla@moz-99690620.hinet-ip.hinet.net) (Client exited)
  849. # [10:26] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  850. # [10:28] * Joins: mchang (mchang@moz-99690620.hinet-ip.hinet.net)
  851. # [10:28] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Ping timeout)
  852. # [10:28] * Joins: milan (milan@moz-99690620.hinet-ip.hinet.net)
  853. # [10:29] * Quits: mchang (mchang@moz-99690620.hinet-ip.hinet.net) (Quit: mchang)
  854. # [10:31] * Quits: milan (milan@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  855. # [10:31] * Joins: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net)
  856. # [10:32] * Quits: arky (arky@1BAC474E.E2EA453A.FAF22AF7.IP) (Ping timeout)
  857. # [10:33] * Quits: kanru (kanru@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  858. # [10:33] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/fed5c6d9c1da - Andreas Gal - Bug 978479 - remove flipped quad texture from mQuadVBO. r=bjacob
  859. # [10:33] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/733a0129c739 - Andreas Gal - Bug 980364 - Add GLDrawRectHelper and use it from GLBlitTextureImageHelper. r=bjacob
  860. # [10:37] * Joins: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net)
  861. # [10:37] * kats|away is now known as kats
  862. # [10:37] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/3fceb7ae55fe - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  863. # [10:37] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/76966bd78e88 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  864. # [10:37] * Quits: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  865. # [10:38] * Joins: kanru (kanru@moz-DB4A9C19.scl3.mozilla.com)
  866. # [10:38] * Quits: bjacob (bjacob@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  867. # [10:39] * Joins: h4writer (h4writer@moz-957FCBC.access.telenet.be)
  868. # [10:40] * Joins: msucan (mihai@5D2C5579.63406A12.320F75DD.IP)
  869. # [10:40] * Quits: @njn (chatzilla@moz-65A3B0BA.dyn.iinet.net.au) (Quit: ChatZilla 0.9.90.1 [Firefox 31.0a1/20140330153501])
  870. # [10:41] * Quits: jkitch (Thunderbir@moz-27D616D7.lns20.adl2.internode.on.net) (Ping timeout)
  871. # [10:42] * Joins: mchen (chatzilla@moz-99690620.hinet-ip.hinet.net)
  872. # [10:42] * Quits: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net) (Ping timeout)
  873. # [10:43] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/1a083ed645ad - Dan Glastonbury - Bug 982475 - Prevent SwapRAndBComponents derefencing NULL pointer. r=jgilbert
  874. # [10:43] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/aa90cb0be515 - Teiichiro Fukuda - Bug 909224 - Want to add the phonetic name of the name to mozContacts. r=reuben
  875. # [10:44] * Joins: bjacob (bjacob@moz-99690620.hinet-ip.hinet.net)
  876. # [10:44] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/9511f53e3f38 - Yuan Xulei - Bug 934367 - Implement createFile for Directory. r=dhylands
  877. # [10:44] * Joins: gabor (gabor@moz-11EB1F0C.dip0.t-ipconnect.de)
  878. # [10:46] * Joins: jkitch (Thunderbir@moz-27D616D7.lns20.adl2.internode.on.net)
  879. # [10:46] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/6c938a277aa6 - Kartikaya Gupta - Bug 989829 - Move all APZ prefs into gfxPrefs and move all documentation into AsyncPanZoomController.cpp. r=botond
  880. # [10:47] <firebot> Check-in: http://hg.mozilla.org/integration/fx-team/rev/621ab0e66a89 - Drew Willcoxon - Bug 911307 - Reflect changes to top sites immediately in about:newtab (part 2, front-end patch). r=ttaubert
  881. # [10:47] <firebot> http://hg.mozilla.org/integration/fx-team/rev/2f1a2afdd23c - Drew Willcoxon - Bug 911307 - Reflect changes to top sites immediately in about:newtab (part 1, Places patch). r=mak
  882. # [10:47] * Joins: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net)
  883. # [10:47] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/38a59caf9594 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  884. # [10:48] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/2d5c2aa43221 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  885. # [10:48] * Quits: jkitch (Thunderbir@moz-27D616D7.lns20.adl2.internode.on.net) (Ping timeout)
  886. # [10:49] * Quits: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net) (Ping timeout)
  887. # [10:51] * Joins: mahdi (mahdi@6AF9B34D.EF0CBCFF.195261CE.IP)
  888. # [10:53] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Quit: Jesse)
  889. # [10:53] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  890. # [10:54] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/2a421c870665 - Peter Van der Beken - Bug 988363 - Outerize when wrapping nsGlobalWindow. r=bz.
  891. # [10:54] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/0fb101fc5976 - Peter Van der Beken - Bug 988334 - Stop reusing SpecialPowers for different windows. r=jmaher.
  892. # [10:54] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/13ff1c72ea47 - Peter Van der Beken - Bug 984495 - Add Window.onwheel to WebIDL. r=bz.
  893. # [10:54] * Joins: jkitch (Thunderbir@moz-27D616D7.lns20.adl2.internode.on.net)
  894. # [10:55] <firebot> Check-in: http://hg.mozilla.org/integration/fx-team/rev/6010065255d6 - Maxim Zhilyaev - Bug 975210 - Augment Site._render logic to allow for Sponsored Tiles images & text [r=adw]
  895. # [10:55] <firebot> http://hg.mozilla.org/integration/fx-team/rev/5e07a425befc - Maxim Zhilyaev - Bug 974736 - Add icon to title bar of Sponsored Tiles [r=adw]
  896. # [10:55] <firebot> http://hg.mozilla.org/integration/fx-team/rev/f72dc82b5ee0 - Ed Lee - Bug 972930 - Clicks (raw number) for tiles [r=adw]
  897. # [10:55] <firebot> http://hg.mozilla.org/integration/fx-team/rev/3ac8cd95308c - Olivier Yiptong - Bug 975228 - Create logic to merge frecency-pages and Tiles (Tile equiv 1000 frecency) [r=adw]
  898. # [10:55] * Joins: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net)
  899. # [10:55] <firebot> http://hg.mozilla.org/integration/fx-team/rev/d1e211921983 - Ed Lee - Bug 972936 - Overall impressions metrics for New Tab [r=adw]
  900. # [10:55] <firebot> http://hg.mozilla.org/integration/fx-team/rev/ae535b7584fd - Ed Lee - Bug 975228 - Replace all directoryLinks with mozilla.org for now to land without leak failures.
  901. # [10:55] <firebot> http://hg.mozilla.org/integration/fx-team/rev/3f245df4a3cd - Maxim Zhilyaev - Bug 974745 - Create click event on Sponsored Tiles to show explanation panel [r=adw]
  902. # [10:56] * Joins: mchang (mchang@moz-99690620.hinet-ip.hinet.net)
  903. # [10:56] * Quits: tn (tim@moz-E7CE1D28.wp.shawcable.net) (Ping timeout)
  904. # [10:56] * Joins: tn (tim@moz-E7CE1D28.wp.shawcable.net)
  905. # [10:57] * Joins: bogdan_maris (Instantbir@28C4EA76.976FBEE.5BC07656.IP)
  906. # [10:58] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  907. # [10:59] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  908. # [11:00] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  909. # [11:00] * glob is now known as glob|away
  910. # [11:01] * kats is now known as kats|away
  911. # [11:02] * Joins: milan (milan@moz-99690620.hinet-ip.hinet.net)
  912. # [11:03] * Joins: Dwight_Stegall (YIM@moz-EE25458F.client.mchsi.com)
  913. # [11:03] * Joins: jrmuizel (jrmuizel@moz-99690620.hinet-ip.hinet.net)
  914. # [11:03] * Quits: kanru (kanru@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  915. # [11:03] * Quits: milan (milan@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  916. # [11:04] * Quits: yeukhon1 (yeukhon@moz-66888F61.cable.mindspring.com) (Quit: Leaving.)
  917. # [11:08] * julienw is now known as julienw_afk
  918. # [11:09] * Quits: brsun (chatzilla@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  919. # [11:09] * Joins: mihneadb (mihneadb@moz-6B31F5AA.static.ziggozakelijk.nl)
  920. # [11:10] * Quits: karl (karl@moz-C433B975.jetstream.xtra.co.nz) (Ping timeout)
  921. # [11:10] * Joins: brsun (chatzilla@moz-99690620.hinet-ip.hinet.net)
  922. # [11:10] * Joins: kushagra (kushagra@DD5718CC.244D3809.520CDC98.IP)
  923. # [11:10] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  924. # [11:12] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  925. # [11:13] * Quits: jrm2k6 (jrm2k6@moz-925F8EE7.osr0-terez.net.telekom.hu) (Client exited)
  926. # [11:13] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/e55a4690f644 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  927. # [11:13] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/564b0fa4c145 - B2G Bumper Bot - Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
  928. # [11:13] * Joins: jrm2k6 (jrm2k6@moz-925F8EE7.osr0-terez.net.telekom.hu)
  929. # [11:13] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  930. # [11:14] <firebot> Check-in: http://hg.mozilla.org/integration/fx-team/rev/c77ff7b59bd4 - Patrick Brosset - Bug 966424 - Intermittent browser_bug765105_background_image_tooltip.js - Remove the timeout; r=miker
  931. # [11:14] * Quits: lpy (lpy@186A8F3A.F09091A8.1348A864.IP) (Client exited)
  932. # [11:14] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard)
  933. # [11:15] * Quits: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP) (Quit: ChatZilla 0.9.90.1 [Firefox 31.0a1/20140330030202])
  934. # [11:15] * Quits: Peng (mnordhoff@moz-D5175E95.mattnordhoff.net) (Ping timeout)
  935. # [11:16] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  936. # [11:16] * Joins: nical (nico@moz-99690620.hinet-ip.hinet.net)
  937. # [11:17] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/7d6070186810 - Benoit Jacob - Bug 987828 - 4/4 - Remove IsGLES2 - r=jgilbert
  938. # [11:17] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/e557ecd55785 - Benoit Jacob - Bug 987828 - 2/4 - Optimize WebGL attrib0 stuff - r=jgilbert
  939. # [11:17] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/a740600cf950 - Benoit Jacob - Bug 987828 - 1/4 - Move stuff to a new WebGLContextDraw.cpp file - r=jgilbert
  940. # [11:17] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/bdd4e53bd7ce - Benoit Jacob - Bug 987828 - 3/4 - Use IsGLES instead of IsGLES2 - r=jgilbert
  941. # [11:17] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/896ac152e1af - Benoit Jacob - Bug 987311 - Fix a bad enum conversion bug found by converting TextureFlags to typed enums - r=nical
  942. # [11:18] * Joins: lpy (lpy@8B40CDAC.F09091A8.1348A864.IP)
  943. # [11:19] * Quits: janv (varga@740FE678.9FB65C50.4F33160D.IP) (Quit: This computer has gone to sleep)
  944. # [11:20] * Joins: janv (varga@740FE678.9FB65C50.4F33160D.IP)
  945. # [11:20] * Joins: Peng (mnordhoff@moz-D5175E95.mattnordhoff.net)
  946. # [11:21] * Joins: karl (karl@moz-C433B975.jetstream.xtra.co.nz)
  947. # [11:21] * kats|away is now known as kats
  948. # [11:23] * Quits: janv (varga@740FE678.9FB65C50.4F33160D.IP) (Quit: This computer has gone to sleep)
  949. # [11:23] * Joins: milan (milan@moz-99690620.hinet-ip.hinet.net)
  950. # [11:24] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/2f717ae6b1b4 - B2G Bumper Bot - Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
  951. # [11:24] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/4dcebecbd42f - B2G Bumper Bot - Bumping manifests a=b2g-bump
  952. # [11:24] * Quits: karl (karl@moz-C433B975.jetstream.xtra.co.nz) (Ping timeout)
  953. # [11:25] <till> Yoric: ping
  954. # [11:25] * Joins: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com)
  955. # [11:26] * Quits: gcp (gpascutto@moz-9CEB1C98.access.telenet.be) (Quit: Make a new plan, Stan!)
  956. # [11:26] * Quits: jrm2k6 (jrm2k6@moz-925F8EE7.osr0-terez.net.telekom.hu) (Client exited)
  957. # [11:27] * baku|away is now known as baku
  958. # [11:27] <till> Yoric: actually, un-ping, in call now. Will re-ping later
  959. # [11:27] * Quits: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Quit: masayuki)
  960. # [11:27] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  961. # [11:28] * Joins: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  962. # [11:28] * Quits: milan (milan@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  963. # [11:29] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Ping timeout)
  964. # [11:31] * Joins: gcp (gcp@moz-9CEB1C98.access.telenet.be)
  965. # [11:32] * Joins: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP)
  966. # [11:32] * Quits: marxin (marxin@moz-97B87435.scz.novell.com) (Client exited)
  967. # [11:33] * Joins: milan (milan@moz-99690620.hinet-ip.hinet.net)
  968. # [11:33] * kats is now known as kats|away
  969. # [11:33] * Quits: mahdi (mahdi@6AF9B34D.EF0CBCFF.195261CE.IP) (Quit: Leaving)
  970. # [11:35] * Quits: milan (milan@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  971. # [11:37] * Joins: marxin (marxin@moz-97B87435.scz.novell.com)
  972. # [11:37] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  973. # [11:38] * kats|away is now known as kats
  974. # [11:39] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Ping timeout)
  975. # [11:41] * Joins: jacek (jacek@moz-5D707D3B.psi.wroc.pl)
  976. # [11:42] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/7e57479e9a13 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  977. # [11:42] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/d713e06a8146 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  978. # [11:44] * Quits: masayuki1 (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Quit: masayuki1)
  979. # [11:44] * Joins: masayuki1 (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  980. # [11:44] <firebot> Check-in: http://hg.mozilla.org/integration/fx-team/rev/831be8bf62d3 - Florian Quèze - Bug 987522 - Improve localizability of translation infobar, r=felipe.
  981. # [11:45] * Quits: stransky (stransky@moz-59D79C36.broadband2.iol.cz) (Quit: Connection reset by beer)
  982. # [11:45] * Joins: idwer (irc@moz-67B6410D.adsl.online.nl)
  983. # [11:45] * Rik|afk is now known as Rik
  984. # [11:48] * Quits: hub (hub@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  985. # [11:48] * Joins: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP)
  986. # [11:49] <firebot> Check-in: http://hg.mozilla.org/integration/fx-team/rev/aaeff6d3bb3b - John Hood - Bug 925275 - Make Network Monitor log requests persistent. r=vporof
  987. # [11:49] <firebot> http://hg.mozilla.org/integration/fx-team/rev/1ef1a2608f45 - Girish Sharma - Bug 982997 - Don't expect that data.added will be populated if data.deleted is blank. r=jwalker
  988. # [11:49] <firebot> http://hg.mozilla.org/integration/fx-team/rev/91494766ce39 - Richard Marti - Bug 967674 - Port new Fxa sync options work to in-content prefs. r=markh
  989. # [11:49] * Joins: milan (milan@moz-99690620.hinet-ip.hinet.net)
  990. # [11:50] * Quits: milan (milan@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  991. # [11:51] * Quits: mchang (mchang@moz-99690620.hinet-ip.hinet.net) (Quit: mchang)
  992. # [11:51] * Joins: wlach (wlach@moz-99690620.hinet-ip.hinet.net)
  993. # [11:51] * kats is now known as kats|away
  994. # [11:51] * Joins: huseby_ (huseby@moz-99690620.hinet-ip.hinet.net)
  995. # [11:52] * Joins: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net)
  996. # [11:52] * whimboo is now known as whimboo|afk
  997. # [11:53] * Quits: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net) (Ping timeout)
  998. # [11:56] * Quits: mstange (markus@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  999. # [11:57] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/d541cf8a33a3 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1000. # [11:57] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/4e2d186569e0 - B2G Bumper Bot - Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
  1001. # [11:59] * Quits: wlach (wlach@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1002. # [11:59] * Joins: KaiRo (robert@moz-61F43FD8.adsl.highway.telekom.at)
  1003. # [12:01] * Quits: kip (kip@moz-99690620.hinet-ip.hinet.net) (Client exited)
  1004. # [12:01] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  1005. # [12:01] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/72ba89a774db - Jon Coppeard - Bug 986864 r=sfink
  1006. # [12:02] * Quits: marxin (marxin@moz-97B87435.scz.novell.com) (Ping timeout)
  1007. # [12:03] * kats|away is now known as kats
  1008. # [12:03] * AndreeaMatei is now known as Andreea|lunch
  1009. # [12:04] * Joins: darkowlzz (sunny@1342F8C6.7336CACF.25B273F5.IP)
  1010. # [12:04] * kats is now known as kats|away
  1011. # [12:05] * Joins: RealRaven (Thunderbir@2C24DF7D.6B46C3F4.C3498625.IP)
  1012. # [12:05] * Joins: mchang (mchang@moz-99690620.hinet-ip.hinet.net)
  1013. # [12:06] * Joins: anant_ (anantkumar@362B9041.9F2E5297.CAC080E6.IP)
  1014. # [12:06] * Quits: mchang (mchang@moz-99690620.hinet-ip.hinet.net) (Quit: mchang)
  1015. # [12:07] * Joins: marxin (marxin@moz-97B87435.scz.novell.com)
  1016. # [12:08] * Quits: nattokirai (nattokirai@moz-C286AD9A.bitcat.net) (Quit: nattokirai)
  1017. # [12:10] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  1018. # [12:11] * Joins: milan (milan@moz-99690620.hinet-ip.hinet.net)
  1019. # [12:11] * Joins: mstange (markus@moz-99690620.hinet-ip.hinet.net)
  1020. # [12:11] * Quits: RealRaven (Thunderbir@2C24DF7D.6B46C3F4.C3498625.IP) (Quit: RealRaven)
  1021. # [12:11] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  1022. # [12:11] * Joins: RealRaven (Thunderbir@2C24DF7D.6B46C3F4.C3498625.IP)
  1023. # [12:12] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  1024. # [12:12] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/59c24af38f64 - Nicolas B. Pierron - Bug 989613 - Check OOM of allocation writer in the SnapshotWriter. r=h4writer
  1025. # [12:13] * Joins: jrm2k6 (jrm2k6@moz-925F8EE7.osr0-terez.net.telekom.hu)
  1026. # [12:13] * Joins: cqy (cqy@816EFA98.897B54C2.324C347.IP)
  1027. # [12:13] * Quits: jrm2k6 (jrm2k6@moz-925F8EE7.osr0-terez.net.telekom.hu) (Client exited)
  1028. # [12:13] * Joins: jrm2k6 (jrm2k6@moz-925F8EE7.osr0-terez.net.telekom.hu)
  1029. # [12:14] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Ping timeout)
  1030. # [12:14] * Quits: milan (milan@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  1031. # [12:16] * Quits: kamidphish (textual@moz-99690620.hinet-ip.hinet.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  1032. # [12:17] * pmoore|pto is now known as pmoore
  1033. # [12:21] * Joins: Alessar (Alessar@4409775D.C64B1782.79D6B59E.IP)
  1034. # [12:21] * Quits: huseby_ (huseby@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1035. # [12:21] * Quits: huseby (huseby@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  1036. # [12:22] * Joins: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com)
  1037. # [12:22] * Quits: vichen_mozilla (vichen@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  1038. # [12:22] * pmoore is now known as pmoore|TRIBE
  1039. # [12:23] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/2db3318e521d - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1040. # [12:23] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/9d847774ae53 - B2G Bumper Bot - Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
  1041. # [12:23] * Joins: smaug (chatzilla@moz-9E0B1701.pp.htv.fi)
  1042. # [12:23] * ChanServ sets mode: +o smaug
  1043. # [12:23] * Joins: kanru (kanru@moz-DB4A9C19.scl3.mozilla.com)
  1044. # [12:24] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  1045. # [12:24] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  1046. # [12:25] * Joins: vingtetun (Thunderbir@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1047. # [12:25] * Quits: bjacob (bjacob@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1048. # [12:26] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Ping timeout)
  1049. # [12:27] * khuey is now known as khuey|away
  1050. # [12:29] * Quits: kushagra (kushagra@DD5718CC.244D3809.520CDC98.IP) (Ping timeout)
  1051. # [12:29] * Quits: mstange (markus@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1052. # [12:30] * Joins: kamidphish (textual@moz-CC46F4AB.hinet-ip.hinet.net)
  1053. # [12:30] * Quits: jrmuizel (jrmuizel@moz-99690620.hinet-ip.hinet.net) (Client exited)
  1054. # [12:31] * Joins: kushagra (kushagra@D91725BE.A81B8C33.520CDC98.IP)
  1055. # [12:31] * Joins: mstange (markus@moz-99690620.hinet-ip.hinet.net)
  1056. # [12:32] * BenWa|email is now known as BenWa
  1057. # [12:32] * Joins: BigBro (ibrahim@949D39DA.E9395B5C.6267E3D3.IP)
  1058. # [12:32] * Quits: jgilbert (jgilbert@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1059. # [12:34] * khuey|away is now known as khuey
  1060. # [12:34] * Quits: nical (nico@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1061. # [12:34] * Quits: mstange (markus@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1062. # [12:34] * BenWa is now known as BenWa|email
  1063. # [12:34] * mattwoodrow is now known as mattwoodrow|away
  1064. # [12:35] <Alessar> Hello. Simple question. When I run mochitest-plain with specified test, after test is done browser will close. What should I do, if I want that browser does not close?
  1065. # [12:35] <Ms2ger> ./mach help mochitest-plain
  1066. # [12:36] <Yoric> What's the unit of SIMPLE_MEASURES_* on Telemetry?
  1067. # [12:36] <Yoric> If it's milliseconds, our 95 percentile startups last more than 20 seconds, which is worrying.
  1068. # [12:37] <Yoric> And our 75th lasts 6 seconds.
  1069. # [12:37] * Quits: BigBro (ibrahim@949D39DA.E9395B5C.6267E3D3.IP) (Quit: Quitte)
  1070. # [12:39] * Quits: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net) (Ping timeout)
  1071. # [12:40] * Joins: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net)
  1072. # [12:40] * Quits: Bas (chatzilla@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1073. # [12:41] * Quits: shelly (shelly@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1074. # [12:42] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  1075. # [12:42] * Joins: bajaj (Adium@moz-34BA18EC.hsd1.ca.comcast.net)
  1076. # [12:44] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Ping timeout)
  1077. # [12:44] * Quits: bajaj (Adium@moz-34BA18EC.hsd1.ca.comcast.net) (Ping timeout)
  1078. # [12:45] * Quits: botond|taipei (chatzilla@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1079. # [12:45] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/9be5c94051be - Phil Ringnalda - Back out 43663582cfdb (bug 987404) because it looks like it disabled things even without e10s being defined
  1080. # [12:45] <firebot> http://hg.mozilla.org/mozilla-central/rev/9cb3d128459d - Carsten "Tomcat" Book - merge fx-team to mozilla-central
  1081. # [12:45] * Quits: vichen (vichen@moz-99690620.hinet-ip.hinet.net) (Quit: vichen)
  1082. # [12:45] <firebot> http://hg.mozilla.org/mozilla-central/rev/43663582cfdb - Mark Hammond - Bug 987404 - Disable failing mochitest-browser tests in e10s. r=ted.
  1083. # [12:45] <firebot> http://hg.mozilla.org/mozilla-central/rev/0eb6ed1dc691 - Mark Hammond - Bug 985902 - expose fxaccounts/MOZ_SERVICES_FXACCOUNTS to mozinfo and only run test_hawkclient when enabled. r=ted
  1084. # [12:45] * Quits: kushagra (kushagra@D91725BE.A81B8C33.520CDC98.IP) (Ping timeout)
  1085. # [12:47] * Joins: ggp (ggp@5955D0A2.477861A3.A8479B91.IP)
  1086. # [12:48] * Quits: rlin-nb (randy-lin@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1087. # [12:49] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/9196fbb46258 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1088. # [12:49] * Quits: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  1089. # [12:49] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/548912e2efca - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1090. # [12:51] * Quits: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP) (Ping timeout)
  1091. # [12:52] * Quits: Ms2ger (Ms2ger@moz-4A14BC33.ugent.be) (Ping timeout)
  1092. # [12:55] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/09c556f22ff2 - Jonathan Kew - bug 987624 - ensure the nsRDFLog variable is declared if logging is enabled. r=bsmedberg
  1093. # [12:55] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/670dc72450a8 - Jonathan Kew - bug 617008 - avoid creating a rendering context that we may not need. r=roc
  1094. # [12:56] * Quits: kamidphish (textual@moz-CC46F4AB.hinet-ip.hinet.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  1095. # [12:58] <till> Yoric: re-ping
  1096. # [12:58] <Yoric> till: pong
  1097. # [12:59] <till> Yoric: hey, is losing tab contents in restored sessions a known issue?
  1098. # [12:59] <Yoric> till: Well, that's certainly not a good thing.
  1099. # [12:59] <Yoric> ttaubert: ^
  1100. # [13:00] * ttaubert agrees
  1101. # [13:00] <ttaubert> till: what kind of tab contents?
  1102. # [13:00] <till> Yoric: I frequently have tabs in restored sessions that have the right favicon, but otherwise are a "New Tab", without any history
  1103. # [13:00] * Joins: jfkthame (jfkthame@59D4F640.6B7B908E.3E2A4E92.IP)
  1104. # [13:00] <ttaubert> hm
  1105. # [13:00] <ttaubert> till: any errors in the console?
  1106. # [13:00] <Yoric> Is that a new occurrence?
  1107. # [13:00] <till> ttaubert: I can't see any pattern to it at all
  1108. # [13:01] <till> Yoric: no, it's been happening for at least weeks, but more like a few months now. I've just been too lazy to report it until now :(
  1109. # [13:01] <ttaubert> till: I assume it's not easily reproducible?
  1110. # [13:01] <till> it's fairly obviously related to my profile, if you didn't get any reports until now
  1111. # [13:01] <till> ttaubert: well, let me restart my browser a few times ...
  1112. # [13:02] <Yoric> till: Can you check in your sessionstore.js whether there is any content listed for these tabs?
  1113. # [13:02] * Joins: roc (chatzilla@moz-99690620.hinet-ip.hinet.net)
  1114. # [13:02] * ChanServ sets mode: +o roc
  1115. # [13:02] <ttaubert> yeah, ideally you would make a copy of sessionstore.js before starting. then when you start and have empty tabs check if there's content for those in sessionstore.js. if yes then it's a restoration problem. if not then it's a data collection problem
  1116. # [13:03] <@roc> khuey: https://github.com/mozilla/rr/issues/1025
  1117. # [13:03] * Joins: stransky (stransky@moz-107AD163.redhat.com)
  1118. # [13:04] * Joins: sankha93 (sankha93@7061CD01.D6BD0D91.22D41759.IP)
  1119. # [13:04] <till> ok, will do that. I think it might only happen after I actually opened/closed a few tabs. It most certainly doesn't only affect tabs I modified in the last session, though
  1120. # [13:04] <ttaubert> roc: wtf?
  1121. # [13:04] * Quits: jrm2k6 (jrm2k6@moz-925F8EE7.osr0-terez.net.telekom.hu) (Client exited)
  1122. # [13:04] * Joins: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net)
  1123. # [13:05] <ttaubert> till: maybe also check with all add-ons disabled? I never hit that problem so far and I don't know of any reports...
  1124. # [13:05] * Joins: kushagra (kushagra@D91725BE.A81B8C33.520CDC98.IP)
  1125. # [13:05] <till> ttaubert: you're asking me to browse without addons for a meaningful amount of time, right? ;)
  1126. # [13:06] <till> (and yes, that makes sense)
  1127. # [13:06] <ttaubert> till: hmmm no... maybe :) I just thought it's worth it if you can reproduce it by surfing for 2 mins and restarting a couple of times in between
  1128. # [13:06] <Alessar> Ms2ger: Unfortunately in help I can see only flag --keep-open, and it's flag did not helps me. After 330 second browser closed.
  1129. # [13:06] * Andreea|lunch is now known as AndreeaMatei
  1130. # [13:07] <@roc> ttaubert: trying to determine whether this person is a robot or not
  1131. # [13:07] * Quits: harishneit (harishneit@EF7325B8.9418A2B.8B6C1D65.IP) (Ping timeout)
  1132. # [13:07] <till> ttaubert: it's not *that* frequent, usually. Let me first do the "copy sessionstore.js, then restart" thing until I can reproduce
  1133. # [13:07] <@roc> ok actually I've stopped trying
  1134. # [13:07] <till> roc: that's a pretty awesome conversation
  1135. # [13:07] <ttaubert> roc: same here. these links are weird
  1136. # [13:07] * Joins: harishneit (harishneit@48181277.5DD63608.8B6C1D65.IP)
  1137. # [13:08] <@roc> the github account is doing the same thing to lots of other projects. And apparently is being accused of being a robot in other places.
  1138. # [13:08] * Quits: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  1139. # [13:12] * Quits: kmoir-afk (chatzilla@moz-E15A831.cable.teksavvy.com) (Ping timeout)
  1140. # [13:14] <Yoric> gps: ping
  1141. # [13:16] <Yoric> ttaubert: More precisely, OS.File.read is a little faster than NetUtil.asyncFetch, but if you add unicode conversion, it's a bit above ~2x faster.
  1142. # [13:16] <Yoric> (on my bench with a 5Mb sessionstore.js)
  1143. # [13:17] * Quits: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net) (Quit: vicamo)
  1144. # [13:17] <ttaubert> Yoric: that's nice but why are other numbers so bad?
  1145. # [13:18] <Yoric> (difference is a bit smaller with a 8kb file, but still largely in favor of OS.File)
  1146. # [13:18] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/7807eb511741 - Jacek Caban - Bug 961665 - Cross compilation fixup.
  1147. # [13:18] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/c7f461dce4c9 - Jacek Caban - Bug 988271 - Fixed D3D SDK detection on mingw. r=mshal,jgilbert
  1148. # [13:18] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/177637fe281f - Jacek Caban - Bug 820048 - Added missing math.h (mingw fixup).
  1149. # [13:19] * Quits: kushagra (kushagra@D91725BE.A81B8C33.520CDC98.IP) (Client exited)
  1150. # [13:19] * Quits: digitsm (digitsm@C2DD1C85.628C9942.C146C5E5.IP) (Ping timeout)
  1151. # [13:19] * Joins: kushagra (kushagra@D91725BE.A81B8C33.520CDC98.IP)
  1152. # [13:21] <Yoric> ttaubert: I am puzzled.
  1153. # [13:22] * Joins: therube (chatzilla@moz-23010273.hsd1.md.comcast.net)
  1154. # [13:22] * Joins: snig_wal (chatzilla@9B9315E1.A6025CA.1C37C358.IP)
  1155. # [13:23] <Yoric> It should even be using the same thread.
  1156. # [13:24] <Yoric> ttaubert: asyncFetch should even do some accidental main thread I/O
  1157. # [13:25] <ttaubert> yeah that's what I heard too
  1158. # [13:25] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  1159. # [13:25] <Yoric> (I just checked, it does)
  1160. # [13:26] * Joins: arky (arky@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1161. # [13:27] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Ping timeout)
  1162. # [13:27] * Quits: kushagra (kushagra@D91725BE.A81B8C33.520CDC98.IP) (Ping timeout)
  1163. # [13:28] * Joins: kushagra (kushagra@D91725BE.A81B8C33.520CDC98.IP)
  1164. # [13:30] * Joins: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP)
  1165. # [13:32] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c4b3048f7ad4 - Carsten "Tomcat" Book - Backed out changeset aa90cb0be515 (bug 909224) for mochitest 1 test failures
  1166. # [13:34] * Joins: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net)
  1167. # [13:35] * bobowen is now known as bobowen|afk
  1168. # [13:38] * bobowen|afk is now known as bobowen
  1169. # [13:38] * Joins: bholley (bholley@B08EEEEB.6BBCE916.7B974E06.IP)
  1170. # [13:38] * Quits: bholley (bholley@B08EEEEB.6BBCE916.7B974E06.IP) (Quit: bholley)
  1171. # [13:41] * Quits: smontagu (chatzilla@3F5935EA.DE94F5AD.CC465D70.IP) (Ping timeout)
  1172. # [13:42] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  1173. # [13:42] * Joins: robertbindar (Thunderbir@E5C5E4E7.30E1A1B0.89C0DD0D.IP)
  1174. # [13:43] * Quits: jwwang (jwwang@moz-99690620.hinet-ip.hinet.net) (Quit: 暫離)
  1175. # [13:43] * Joins: bajaj (Adium@moz-34BA18EC.hsd1.ca.comcast.net)
  1176. # [13:44] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Ping timeout)
  1177. # [13:44] * Quits: @smaug (chatzilla@moz-9E0B1701.pp.htv.fi) (Ping timeout)
  1178. # [13:45] * Quits: avih (quassel@49DF9E91.D1859F25.ADCC8A61.IP) (Client exited)
  1179. # [13:45] * Joins: avih (quassel@49DF9E91.D1859F25.ADCC8A61.IP)
  1180. # [13:45] * Quits: @roc (chatzilla@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1181. # [13:46] * Quits: brambles (xymox@moz-969AAE9B.barwen.ch) (Ping timeout)
  1182. # [13:46] * rail_away is now known as rail
  1183. # [13:47] * Joins: brambles (xymox@moz-969AAE9B.barwen.ch)
  1184. # [13:47] * Quits: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net) (Quit: vicamo)
  1185. # [13:48] * Joins: jrm2k6 (jrm2k6@moz-925F8EE7.osr0-terez.net.telekom.hu)
  1186. # [13:48] * Quits: brsun (chatzilla@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1187. # [13:49] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1188. # [13:49] * Quits: bajaj (Adium@moz-34BA18EC.hsd1.ca.comcast.net) (Ping timeout)
  1189. # [13:52] * Joins: aleth-build (Instantbir@F461DB60.7B4AC7E7.CCB6A436.IP)
  1190. # [13:53] * Quits: aleth-build (Instantbir@F461DB60.7B4AC7E7.CCB6A436.IP) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  1191. # [13:54] * Joins: bholley (bholley@B08EEEEB.6BBCE916.7B974E06.IP)
  1192. # [13:55] * Joins: StevenLee (Adium@moz-FC49C520.dynamic.hinet.net)
  1193. # [13:56] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/42985e47d68b - Jonathan Watt - Bug 988793 - Make DocumentRendererChild::RenderDocument use Moz2D. r=mattwoodrow
  1194. # [13:56] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/fe53a01dab3d - Jonathan Watt - Bug 988818 - Stop creating a Thebes (gfxASurface) backed gfxContext in nsSVGImageFrame (Moz2D migration). r=longsonr
  1195. # [13:56] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/97ea4b50ee3a - Jonathan Watt - Bug 988904 - Stop creating a Thebes gfxImageSurface in PresShell::PaintRangePaintInfo (Moz2D migration). r=mattwoodrow
  1196. # [13:56] * Joins: aleth-build (Instantbir@F461DB60.7B4AC7E7.CCB6A436.IP)
  1197. # [13:57] * Quits: aleth-build (Instantbir@F461DB60.7B4AC7E7.CCB6A436.IP) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  1198. # [14:00] * Joins: aleth-build (Instantbir@F461DB60.7B4AC7E7.CCB6A436.IP)
  1199. # [14:00] * khuey is now known as khuey|away
  1200. # [14:01] * Quits: aleth-build (Instantbir@F461DB60.7B4AC7E7.CCB6A436.IP) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  1201. # [14:01] * Quits: vendo (chatzilla@moz-AD4E5A2D.ku.sk) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 25.0/20131025151332])
  1202. # [14:01] * Quits: bholley (bholley@B08EEEEB.6BBCE916.7B974E06.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  1203. # [14:02] * gaye|brb is now known as gaye
  1204. # [14:02] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  1205. # [14:03] <gaston> hmm with australis browser.tabs.onTop no longer applies ?
  1206. # [14:04] * Joins: rlin-nb (randy-lin@moz-6425A2A2.hinet-ip.hinet.net)
  1207. # [14:04] * khuey|away is now known as khuey
  1208. # [14:05] <gaston> ok seems classic the restorer is required
  1209. # [14:08] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/ec10b54b88c5 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1210. # [14:08] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/790a7919292f - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1211. # [14:08] * Joins: heftig (heftig@moz-81A104E1.dip0.t-ipconnect.de)
  1212. # [14:09] * whimboo|afk is now known as whimboo
  1213. # [14:16] * Joins: BigBro (ibrahim@527CF6F.AC8B16BD.6267E3D3.IP)
  1214. # [14:18] * Quits: Dwight_Stegall (YIM@moz-EE25458F.client.mchsi.com) (Quit: Later! :))
  1215. # [14:19] * curtisk|afk is now known as curtisk
  1216. # [14:21] * Joins: bsmedberg_ (bsmedberg@moz-748CAEF1.jst.pa.atlanticbb.net)
  1217. # [14:22] * bobowen is now known as bobowen|afk
  1218. # [14:25] * Quits: anant_ (anantkumar@362B9041.9F2E5297.CAC080E6.IP) (Quit: Ex-Chat)
  1219. # [14:25] * Joins: Ms2ger (Ms2ger@moz-4CB19774.adsl-dyn.isp.belgacom.be)
  1220. # [14:26] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/d0080077a537 - Benjamin Chen - Bug 984816: RTSP play/pause deadlock issue. 1. Release the monitor when access mReader. 2. Reverse the order in RtspOmxReader::SetIdle(). r=cpearce
  1221. # [14:26] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/8de70e6d49fd - Chuck Lee - Bug 966925 - Filter scan result based on platform property. r=vchang
  1222. # [14:26] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/d4fcaf72d783 - Sushil Chauhan - Bug 987563 - Set correct default composition type for fake layer in GPU composition. r=sotaro
  1223. # [14:30] * Joins: MarcoZ (marco.zehe@moz-160BFD0E.dip0.t-ipconnect.de)
  1224. # [14:32] * Quits: BigBro (ibrahim@527CF6F.AC8B16BD.6267E3D3.IP) (Ping timeout)
  1225. # [14:33] * Joins: ehsan (ehsan@moz-B4709FAB.cable.teksavvy.com)
  1226. # [14:33] * ChanServ sets mode: +o ehsan
  1227. # [14:33] * julienw_afk is now known as julienw
  1228. # [14:33] * Quits: therube (chatzilla@moz-23010273.hsd1.md.comcast.net) (Ping timeout)
  1229. # [14:33] * Quits: @khuey (khuey@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1230. # [14:34] * Joins: khuey (khuey@moz-DB4A9C19.scl3.mozilla.com)
  1231. # [14:34] * ChanServ sets mode: +o khuey
  1232. # [14:35] * Joins: mchang (mchang@8ACF1000.5EFFC0B8.24454B25.IP)
  1233. # [14:36] * Joins: gsvelto (gsvelto@moz-8474C0B3.clienti.tiscali.it)
  1234. # [14:39] * bobowen|afk is now known as bobowen
  1235. # [14:40] * Quits: mchang (mchang@8ACF1000.5EFFC0B8.24454B25.IP) (Quit: mchang)
  1236. # [14:41] * Joins: nattokirai (nattokirai@moz-782CEA96.dynamic.ppp.asahi-net.or.jp)
  1237. # [14:42] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  1238. # [14:43] * Joins: huseby (huseby@AF9A344A.45500B72.24454B25.IP)
  1239. # [14:44] * Quits: RealRaven (Thunderbir@2C24DF7D.6B46C3F4.C3498625.IP) (Client exited)
  1240. # [14:44] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Ping timeout)
  1241. # [14:44] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/c0949074997b - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1242. # [14:44] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/075c57300747 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1243. # [14:44] * Joins: RealRaven (Thunderbir@2C24DF7D.6B46C3F4.C3498625.IP)
  1244. # [14:44] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/efbf80a15a2b - Neil Deakin - Bug 610545, check for a transition earlier to avoid assertion if a panel is opened while it is closing, r=neil
  1245. # [14:45] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/0539570fb726 - Neil Deakin - Bug 610545, tweak arrow panel animations, patch by philipp sackl, r=enn
  1246. # [14:45] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/25877e8f89c2 - Neil Deakin - Bug 610545, arrow panels should animate when opening and when cancelling, r=neil,dao
  1247. # [14:45] <firebot> Check-in: http://hg.mozilla.org/integration/fx-team/rev/dc04e14d954b - Brandon Benvie - Bug 941920 - Implement full Promise API in Promise.jsm. r=paolo
  1248. # [14:45] * jorendorff_away is now known as jorendorff
  1249. # [14:48] * Joins: bajaj (Adium@moz-34BA18EC.hsd1.ca.comcast.net)
  1250. # [14:48] * Quits: snig_wal (chatzilla@9B9315E1.A6025CA.1C37C358.IP) (Ping timeout)
  1251. # [14:48] * Joins: paolo (paolo@moz-938008A0.retail.telecomitalia.it)
  1252. # [14:49] * Quits: joshua-s (Thunderbir@moz-42319FD4.syrcny.east.verizon.net) (Ping timeout)
  1253. # [14:49] * Quits: kushagra (kushagra@D91725BE.A81B8C33.520CDC98.IP) (Client exited)
  1254. # [14:52] * Joins: ahal (ahal@moz-7DE89BF0.cable.teksavvy.com)
  1255. # [14:53] * Joins: kmoir-afk (chatzilla@moz-E15A831.cable.teksavvy.com)
  1256. # [14:53] * kmoir-afk is now known as kmoir
  1257. # [14:53] * Quits: bajaj (Adium@moz-34BA18EC.hsd1.ca.comcast.net) (Ping timeout)
  1258. # [14:55] * Joins: hessam (hessam@8E12A927.49A63B7A.E5B8EDAD.IP)
  1259. # [14:55] * Quits: arky (arky@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  1260. # [14:55] * Joins: bjacob (bjacob@moz-CC46F4AB.hinet-ip.hinet.net)
  1261. # [14:55] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/2a9de2deeb0a - Gijs Kruitbosch - Bug 985958 - fix CSS rules to make :active style work, r=mconley, a=sylvestre
  1262. # [14:56] * Quits: andreasn (andreasn@moz-9477A8E1.na.cust.bahnhof.se) (Quit: Ex-Chat)
  1263. # [14:56] * Joins: andreasn (andreasn@moz-9477A8E1.na.cust.bahnhof.se)
  1264. # [14:56] * Quits: bjacob (bjacob@moz-CC46F4AB.hinet-ip.hinet.net) (Quit: Konversation terminated!)
  1265. # [14:58] * Joins: BigBro (ibrahim@moz-CBB514AC.hfc.dyn.abo.bbox.fr)
  1266. # [14:58] * Joins: kamidphish (textual@347FA24B.24D9B0A0.495EC8CD.IP)
  1267. # [15:00] * Joins: mchang (mchang@8ACF1000.5EFFC0B8.24454B25.IP)
  1268. # [15:01] * Quits: mchang (mchang@8ACF1000.5EFFC0B8.24454B25.IP) (Quit: mchang)
  1269. # [15:02] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/86fa8a027c8a - B2G Bumper Bot - Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
  1270. # [15:03] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/f58022dc4788 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1271. # [15:03] * rail is now known as rail_away
  1272. # [15:03] * Joins: spohl (Adium@moz-C8FD24B3.static.hvvc.us)
  1273. # [15:03] * Joins: jhopkins (jhopkins@moz-216F9986.tb.shawcable.net)
  1274. # [15:04] * Joins: bholley (bholley@B08EEEEB.6BBCE916.7B974E06.IP)
  1275. # [15:04] * Quits: darkowlzz (sunny@1342F8C6.7336CACF.25B273F5.IP) (Quit: This computer has gone to sleep)
  1276. # [15:05] * Quits: Jerry_ (hshih@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1277. # [15:06] * mcote|afk is now known as mcote
  1278. # [15:06] * Quits: Jerry (hshih@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1279. # [15:07] * jhopkins is now known as jhopkins|buildduty
  1280. # [15:07] * Joins: armenzg (armenzg@moz-70D1DAA7.cable.teksavvy.com)
  1281. # [15:07] * admix|away is now known as admix
  1282. # [15:10] * Quits: jrm2k6 (jrm2k6@moz-925F8EE7.osr0-terez.net.telekom.hu) (Client exited)
  1283. # [15:11] * Joins: bgrins (bgrins@C7203E51.FBD8ACDB.20F09BA6.IP)
  1284. # [15:13] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/7966451f8f8b - B2G Bumper Bot - Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
  1285. # [15:13] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/c678609de73d - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1286. # [15:13] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/12fbb6719ce9 - Dan Minor - Bug 988849 - Add mach target for jit tests; r=gps
  1287. # [15:14] * Quits: mihneadb (mihneadb@moz-6B31F5AA.static.ziggozakelijk.nl) (Quit: Computer gone to sleep - Zzzz...)
  1288. # [15:16] * Joins: rogeliodh (Thunderbir@E280E846.1A44C847.D67CC001.IP)
  1289. # [15:16] * Joins: janv (varga@740FE678.9FB65C50.4F33160D.IP)
  1290. # [15:16] * Joins: smaug (chatzilla@moz-9E0B1701.pp.htv.fi)
  1291. # [15:16] * ChanServ sets mode: +o smaug
  1292. # [15:17] * jcranmer|away is now known as jcranmer
  1293. # [15:17] * Quits: till (till@moz-A76772AB.adsl.alicedsl.de) (Input/output error)
  1294. # [15:17] * Quits: BigBro (ibrahim@moz-CBB514AC.hfc.dyn.abo.bbox.fr) (Quit: Quitte)
  1295. # [15:18] * Joins: BigBro (ibrahim@moz-CBB514AC.hfc.dyn.abo.bbox.fr)
  1296. # [15:18] * terrence-afk is now known as terrence
  1297. # [15:19] * Quits: andreasn (andreasn@moz-9477A8E1.na.cust.bahnhof.se) (Quit: Ex-Chat)
  1298. # [15:19] * Joins: andreasn (andreasn@moz-9477A8E1.na.cust.bahnhof.se)
  1299. # [15:19] * Joins: gustavold (gustavold@E8C18690.E12A1350.DF2AC62B.IP)
  1300. # [15:20] <mkaply> Is there a specific way to do a back out with hg (It's a pretty old patch), or do I do a new patch for the backout?
  1301. # [15:21] <Ms2ger> hg backout <rev>?
  1302. # [15:21] <bsmedberg_> mkaply: hg backout normally does what you want
  1303. # [15:21] * Joins: StevenLee1 (Adium@moz-FC49C520.dynamic.hinet.net)
  1304. # [15:21] * Quits: StevenLee (Adium@moz-FC49C520.dynamic.hinet.net) (Ping timeout)
  1305. # [15:21] * Joins: joshua-s (Thunderbir@moz-AD47F287.syrcny.east.verizon.net)
  1306. # [15:22] <@smaug> felipe: looking...
  1307. # [15:22] <mkaply> bsmedberg: How do I request approval for the backout on beta since there is no patch associated?
  1308. # [15:23] * catlee-away is now known as catlee
  1309. # [15:23] <firebot> Check-in: http://hg.mozilla.org/integration/fx-team/rev/336c25e3063e - Paolo Amadini - Bug 989984 - getShortcutOrURIAndPostData should have a synchronous callback behavior. r=mano
  1310. # [15:23] * Quits: janv (varga@740FE678.9FB65C50.4F33160D.IP) (Quit: This computer has gone to sleep)
  1311. # [15:24] <Ms2ger> hg qnew backout && hg backout <rev> && hg qref -e && hg bzexport
  1312. # [15:24] <jcranmer> hg qbackout does the first three steps for you
  1313. # [15:25] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  1314. # [15:25] <Ms2ger> I don't know if I ever got that to work
  1315. # [15:25] * Joins: espadrine (ttyl@moz-5DF2DACD.w92-128.abo.wanadoo.fr)
  1316. # [15:25] * bobowen is now known as bobowen|afk
  1317. # [15:26] <idwer> added ttaubert to bug #950399...
  1318. # [15:26] <Tomcat|sheriffduty> Ms2ger: oh the sherifftool does now generate a qbackout syntax at least for tbpl :)
  1319. # [15:26] * Joins: janv (varga@740FE678.9FB65C50.4F33160D.IP)
  1320. # [15:26] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  1321. # [15:28] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Ping timeout)
  1322. # [15:30] * Quits: espadrine (ttyl@moz-5DF2DACD.w92-128.abo.wanadoo.fr) (Ping timeout)
  1323. # [15:30] * Joins: espadrine (ttyl@moz-5DF2DACD.w92-128.abo.wanadoo.fr)
  1324. # [15:30] * bz_sleep is now known as bz
  1325. # [15:30] * mkaply will give it a try.
  1326. # [15:32] * Quits: joshua-s (Thunderbir@moz-AD47F287.syrcny.east.verizon.net) (Quit: Try Firetext (https://marketplace.firefox.com/app/firetext), a word processor for Firefox OS!)
  1327. # [15:32] * armenzg is now known as armenzg_brb
  1328. # [15:32] * Quits: jkitch (Thunderbir@moz-27D616D7.lns20.adl2.internode.on.net) (Ping timeout)
  1329. # [15:33] * Joins: joshua-s (Thunderbir@moz-AD47F287.syrcny.east.verizon.net)
  1330. # [15:33] * Joins: jdm (jdm@moz-AC9499B2.cable.teksavvy.com)
  1331. # [15:33] * Joins: lduros (user@moz-A888D5F1.phlapa.fios.verizon.net)
  1332. # [15:33] * Joins: yzen (yzen@13F2CEC5.7672369.D8E68FF6.IP)
  1333. # [15:35] * Joins: davidb (davidb@13F2CEC5.7672369.D8E68FF6.IP)
  1334. # [15:36] <firebot> Check-in: http://hg.mozilla.org/integration/fx-team/rev/8b2f6ad94248 - Paolo Amadini - Bug 887923 - Switch Task.jsm from promise.js to Promise.jsm. r=mano
  1335. # [15:36] * Quits: raniere (raniere@moz-13C4FC6C.dsl.telesp.net.br) (Ping timeout)
  1336. # [15:38] <jesup> jmaher|afk: ping
  1337. # [15:38] * Joins: jwei (jwei@13F2CEC5.7672369.D8E68FF6.IP)
  1338. # [15:39] * Joins: jchaulk (jchaulk-20@moz-B20D3E10.dsl.teksavvy.com)
  1339. # [15:40] * Joins: trevorh (trevor@moz-35F8849D.lnse1.woo.bigpond.net.au)
  1340. # [15:41] * Joins: AaronMT (AaronMT@moz-53D1D1F.cpe.net.cable.rogers.com)
  1341. # [15:42] * Joins: digitsm (digitsm@BE9B40E5.628C9942.C146C5E5.IP)
  1342. # [15:42] * bobowen|afk is now known as bobowen
  1343. # [15:43] * jmaher|afk is now known as jmaher
  1344. # [15:43] <jmaher> jesup: pong
  1345. # [15:44] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  1346. # [15:44] * Quits: gustavold (gustavold@E8C18690.E12A1350.DF2AC62B.IP) (Ping timeout)
  1347. # [15:45] * Joins: automata (automata@302C91B4.8DDD1F9.16867D26.IP)
  1348. # [15:45] <firebot> Check-in: http://hg.mozilla.org/integration/fx-team/rev/d35aab7ba875 - Brian Grinstead - Bug 988887 - [rule view] Relative image URL link is resolving to chrome://browser/content/devtools/;r=pbrosset
  1349. # [15:45] * Quits: nattokirai (nattokirai@moz-782CEA96.dynamic.ppp.asahi-net.or.jp) (Quit: nattokirai)
  1350. # [15:46] * Joins: vikstrous (v@13F2CEC5.7672369.D8E68FF6.IP)
  1351. # [15:46] * ewong|sleep is now known as ewong
  1352. # [15:46] <gaston> oh the developer tools are so much better integrated with a light background...
  1353. # [15:47] * philor|away is now known as philor
  1354. # [15:47] * Joins: gustavold (gustavold@E8C18690.E12A1350.DF2AC62B.IP)
  1355. # [15:47] * Quits: yzen (yzen@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  1356. # [15:47] * Joins: yzen (yzen@8DAD93B2.5DD86DCA.465000F8.IP)
  1357. # [15:47] * Quits: huseby (huseby@AF9A344A.45500B72.24454B25.IP) (Quit: Leaving)
  1358. # [15:48] * Quits: espadrine (ttyl@moz-5DF2DACD.w92-128.abo.wanadoo.fr) (Ping timeout)
  1359. # [15:48] * Joins: espadrine (ttyl@moz-5DF2DACD.w92-128.abo.wanadoo.fr)
  1360. # [15:51] <bgrins> gaston I agree - we've been back and forth on which theme to use as default
  1361. # [15:51] * jorendorff is now known as jorendorff_away
  1362. # [15:51] * Joins: mconley (mconley@13F2CEC5.7672369.D8E68FF6.IP)
  1363. # [15:52] * Quits: gustavold (gustavold@E8C18690.E12A1350.DF2AC62B.IP) (Ping timeout)
  1364. # [15:52] <Rik> I find the syntax highlighting works better in dark mode
  1365. # [15:52] * jorendorff_away is now known as jorendorff
  1366. # [15:52] <Rik> the colors seems more different
  1367. # [15:53] <Rik> element names and attributes are too close
  1368. # [15:53] <Rik> in the DOM view
  1369. # [15:53] * Joins: StevenLee (Adium@moz-FC49C520.dynamic.hinet.net)
  1370. # [15:53] * Quits: capella (chatzilla@moz-3A08EE5.twcny.res.rr.com) (Input/output error)
  1371. # [15:53] * Joins: gustavold (gustavold@9A774E.EA69887.C7EA744A.IP)
  1372. # [15:54] * Joins: StevenLee2 (Adium@moz-FC49C520.dynamic.hinet.net)
  1373. # [15:54] * Quits: StevenLee (Adium@moz-FC49C520.dynamic.hinet.net) (Connection reset by peer)
  1374. # [15:54] <Rik> same for selectors and filenames in the style sidebar
  1375. # [15:54] * Quits: StevenLee1 (Adium@moz-FC49C520.dynamic.hinet.net) (Ping timeout)
  1376. # [15:54] <Rik> and selectors and property names in the style inspector
  1377. # [15:55] * Joins: capella (chatzilla@moz-3A08EE5.twcny.res.rr.com)
  1378. # [15:55] <bgrins> Rik: actually the accent colors are going to change soon, I was doing the main theming work before switching to the new palette
  1379. # [15:55] * Joins: mshal (mshal@moz-1FFA4F89.washdc.fios.verizon.net)
  1380. # [15:55] <bgrins> Once we can use CSS variables I'm going to switch to the highlight colors here: https://developer.mozilla.org/en-US/docs/Tools/DevToolsColors
  1381. # [15:55] <bgrins> So hopefully these will have higher contrast for those
  1382. # [15:55] <Rik> ah cool
  1383. # [15:56] <Rik> I'll have to see on real text to make up my mind :)
  1384. # [15:56] * Joins: StevenLee (Adium@moz-FC49C520.dynamic.hinet.net)
  1385. # [15:56] <@smaug> bgrins: I thought css variables are enabled now
  1386. # [15:56] * Quits: StevenLee2 (Adium@moz-FC49C520.dynamic.hinet.net) (No route to host)
  1387. # [15:56] * Joins: mahdi (mahdi@4B0FB9CE.E2A51A30.195261CE.IP)
  1388. # [15:57] <bgrins> smaug: Waiting on bug 957833
  1389. # [15:57] * Quits: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1390. # [15:58] * armenzg_brb is now known as armenzg
  1391. # [15:58] * Joins: kushagra (kushagra@D91725BE.A81B8C33.520CDC98.IP)
  1392. # [15:58] * Quits: espadrine (ttyl@moz-5DF2DACD.w92-128.abo.wanadoo.fr) (Ping timeout)
  1393. # [15:58] * Quits: lpy (lpy@8B40CDAC.F09091A8.1348A864.IP) (Client exited)
  1394. # [15:58] * Joins: espadrine (ttyl@moz-5DF2DACD.w92-128.abo.wanadoo.fr)
  1395. # [15:58] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d2c541609d89 - Makoto Kato - Bug 986930 - QuickTime plugin shows garbled text for mime type descriptions in about:plugins and about:addons. r=bsmedberg
  1396. # [15:59] * Quits: kushagra (kushagra@D91725BE.A81B8C33.520CDC98.IP) (Ping timeout)
  1397. # [16:00] * padenot is now known as padenot|away
  1398. # [16:00] * glob|away is now known as glob
  1399. # [16:01] * Quits: yzen (yzen@8DAD93B2.5DD86DCA.465000F8.IP) (Ping timeout)
  1400. # [16:01] * Joins: yzen (yzen@13F2CEC5.7672369.D8E68FF6.IP)
  1401. # [16:01] * Quits: digitsm (digitsm@BE9B40E5.628C9942.C146C5E5.IP) (Ping timeout)
  1402. # [16:02] <@bz> hrm
  1403. # [16:03] * Tomcat|sheriffduty is now known as Tomcat|afk
  1404. # [16:04] * Joins: _system64 (uid17738@moz-A42E5B7B.irccloud.com)
  1405. # [16:07] * Quits: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de) (Input/output error)
  1406. # [16:07] * Joins: arky (arky@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1407. # [16:07] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/753a1fe855c1 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1408. # [16:07] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/398b7634cb2a - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1409. # [16:07] * edmorley is now known as edmorley|sheriffduty
  1410. # [16:08] * Joins: gerv (Instantbir@moz-8E68CF56.in-addr.arpa)
  1411. # [16:09] <_wirepair> using https://developer.mozilla.org/en/docs/Creating_Sandboxed_HTTP_Connections is it possible to access the response headers?
  1412. # [16:09] <_wirepair> nm
  1413. # [16:10] <_wirepair> wasn't using getResponseHeader :>
  1414. # [16:10] * Joins: josh (josh@moz-348C4790.hsd1.mn.comcast.net)
  1415. # [16:10] * Joins: lmandel (lmandel@13F2CEC5.7672369.D8E68FF6.IP)
  1416. # [16:14] * Quits: espadrine (ttyl@moz-5DF2DACD.w92-128.abo.wanadoo.fr) (Ping timeout)
  1417. # [16:15] * Joins: espadrine (ttyl@moz-5DF2DACD.w92-128.abo.wanadoo.fr)
  1418. # [16:15] * Joins: digitsm (digitsm@8D07FB2D.7726931A.C146C5E5.IP)
  1419. # [16:15] <_wirepair> anyone know if there are any plans on making nsIWebSocketChannel inherit nsITraceableChannel?
  1420. # [16:18] * Joins: jrm2k6 (jrm2k6@moz-925F8EE7.osr0-terez.net.telekom.hu)
  1421. # [16:18] * Quits: espadrine (ttyl@moz-5DF2DACD.w92-128.abo.wanadoo.fr) (Ping timeout)
  1422. # [16:18] * Joins: espadrine (ttyl@moz-5DF2DACD.w92-128.abo.wanadoo.fr)
  1423. # [16:18] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5b357ddd3b1d - James Graham - Bug 989961 - Update mozrunner version, r=ahal
  1424. # [16:19] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/d8e0e10a6f8f - James Graham - Bug 981190 - Remove add added files when cleaning up after using B2GRunner on a device, r=ahal
  1425. # [16:19] * Joins: Snuffleupagus (chatzilla@moz-7411B7A4.bredband.comhem.se)
  1426. # [16:19] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/6eccefd21990 - James Graham - Bug 988382 - Allow B2GRunner to be created without starting a marionette session, r=ahal
  1427. # [16:19] * Joins: therube_agone (chatzilla@moz-1308AA8D.bltmmd.east.verizon.net)
  1428. # [16:20] * Quits: Optimizer (Optimizer@911F5AC3.3A03CDDF.274D17D6.IP) (Ping timeout)
  1429. # [16:21] * Quits: digitsm (digitsm@8D07FB2D.7726931A.C146C5E5.IP) (Ping timeout)
  1430. # [16:21] * Joins: jaws (uid2871@moz-5F4AA75A.irccloud.com)
  1431. # [16:22] * sheppy-offline is now known as sheppy
  1432. # [16:24] <asb> Hello is JSObject::nonNativeSetElement only called for proxy objects?
  1433. # [16:25] <bsmedberg_> rnewman: ping
  1434. # [16:25] <rnewman> bsmedberg_: auto-reply: please consider replying with additional info regarding your ping. If I'm here, it's what I'll ask for next; if I'm not, I'll at least read it later.
  1435. # [16:25] <bsmedberg_> rnewman: about your comment in bug 986582… split what apart for separate uplift?
  1436. # [16:26] * Joins: digitsm (digitsm@EF01A864.F8D7B935.C146C5E5.IP)
  1437. # [16:27] * Quits: jfkthame (jfkthame@59D4F640.6B7B908E.3E2A4E92.IP) (Quit: This computer has gone to sleep)
  1438. # [16:27] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  1439. # [16:28] * Joins: huseby (huseby@8ACF1000.5EFFC0B8.24454B25.IP)
  1440. # [16:28] * Joins: Optimizer (Optimizer@E7E72D70.172E64F1.BE4CF869.IP)
  1441. # [16:29] * padenot|away is now known as padenot
  1442. # [16:29] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Ping timeout)
  1443. # [16:30] * khuey is now known as khuey|away
  1444. # [16:31] <firebot> Check-in: http://hg.mozilla.org/integration/fx-team/rev/c8b181197765 - Alice0775 White - Bug 859126 - Mouse scrolling of long menus breaks if the last item is hidden via display:none. r=dao
  1445. # [16:31] * Quits: huseby (huseby@8ACF1000.5EFFC0B8.24454B25.IP) (Ping timeout)
  1446. # [16:32] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  1447. # [16:33] * Quits: digitsm (digitsm@EF01A864.F8D7B935.C146C5E5.IP) (Ping timeout)
  1448. # [16:33] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c90ddbdf1e2c - Jonathan Wei - Bug 986054 - Fire name change event on XUL richlistitem when children change, r=surkov.
  1449. # [16:34] * ewong is now known as ewong|sleep
  1450. # [16:34] * Joins: digitsm (digitsm@5C468893.628C9942.C146C5E5.IP)
  1451. # [16:35] * Joins: till (till@moz-A76772AB.adsl.alicedsl.de)
  1452. # [16:36] * Quits: espadrine (ttyl@moz-5DF2DACD.w92-128.abo.wanadoo.fr) (Ping timeout)
  1453. # [16:36] * Joins: espadrine (ttyl@moz-5DF2DACD.w92-128.abo.wanadoo.fr)
  1454. # [16:36] * Joins: victorporof (victorporo@13F2CEC5.7672369.D8E68FF6.IP)
  1455. # [16:39] * Quits: Optimizer (Optimizer@E7E72D70.172E64F1.BE4CF869.IP) (Ping timeout)
  1456. # [16:42] * Joins: ddahl (ddahl@FA215F65.8CBA6D28.848BB095.IP)
  1457. # [16:42] * Quits: kamidphish (textual@347FA24B.24D9B0A0.495EC8CD.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  1458. # [16:43] * Quits: automata (automata@302C91B4.8DDD1F9.16867D26.IP) (Quit: This computer has gone to sleep)
  1459. # [16:44] * Quits: josh (josh@moz-348C4790.hsd1.mn.comcast.net) (Quit: josh)
  1460. # [16:45] * BenWa|email is now known as BenWa
  1461. # [16:47] * Joins: jrmuizel (jrmuizel@347FA24B.24D9B0A0.495EC8CD.IP)
  1462. # [16:47] * mattwoodrow|away is now known as mattwoodrow
  1463. # [16:48] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/a5a52816210a - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1464. # [16:48] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/706385d5ff35 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1465. # [16:49] * Joins: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net)
  1466. # [16:49] * Joins: Bas (chatzilla@347FA24B.24D9B0A0.495EC8CD.IP)
  1467. # [16:49] * Quits: espadrine (ttyl@moz-5DF2DACD.w92-128.abo.wanadoo.fr) (Ping timeout)
  1468. # [16:50] * Joins: kamidphish (textual@347FA24B.24D9B0A0.495EC8CD.IP)
  1469. # [16:50] * Joins: espadrine (ttyl@moz-5DF2DACD.w92-128.abo.wanadoo.fr)
  1470. # [16:50] * Quits: stransky (stransky@moz-107AD163.redhat.com) (Quit: Connection reset by beer)
  1471. # [16:51] * davidb is now known as davidb|afk
  1472. # [16:51] * Quits: kamidphish (textual@347FA24B.24D9B0A0.495EC8CD.IP) (Ping timeout)
  1473. # [16:52] * Joins: WaltS48 (Thunderbir@moz-8BCE6085.pitbpa.east.verizon.net)
  1474. # [16:53] * davidb|afk is now known as davidb
  1475. # [16:53] * Joins: darkowlzz (sunny@4D3D4D51.DCF3E831.27560D6E.IP)
  1476. # [16:53] * Quits: jhorak (jhorak@moz-107AD163.redhat.com) (Client exited)
  1477. # [16:54] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/effea5af03b6 - Matt Woodrow - Bug 973264 - If we wrap gfxImageSurface data when creating a SourceSurface, hold a reference to the original surface so the data stays alive. r=Bas
  1478. # [16:54] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/b6ac33cce754 - Matt Woodrow - Bug 988771 - Remove DeprecatedCanvasClient. r=nical
  1479. # [16:54] * Joins: gwagner (gwagner@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  1480. # [16:55] * Quits: fabrice (fabrice@moz-1A8E36BB.hsd1.ca.comcast.net) (Quit: Leaving.)
  1481. # [16:56] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/3d28b17b283c - Masatoshi Kimura - Bug 988122 - Followup: fix bogus constification code. r=bz
  1482. # [16:58] * Tomcat|afk is now known as Tomcat|mtg
  1483. # [16:59] * edmorley|sheriffduty is now known as edmorley|mtg
  1484. # [16:59] * Joins: jfkthame (jfkthame@59D4F640.6B7B908E.3E2A4E92.IP)
  1485. # [16:59] <past> how do I set a value to an Optional<nsString> ?
  1486. # [16:59] * Joins: Optimizer (Optimizer@1856DCDB.246489EE.BE4CF869.IP)
  1487. # [16:59] <KaiRo> How is the updating of bugs after merge to m-c happening? I wonder why http://hg.mozilla.org/mozilla-central/rev/5adc1acdb309a5764c4bd3f034efe974f7a6ebd2 being on m-c is not reflected yet in the bug
  1488. # [17:00] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  1489. # [17:00] * Joins: josh (josh@moz-C350AC70.hsd1.mn.comcast.net)
  1490. # [17:01] <jdm> past: set the value of an Optional<nsString> or assign some other variable the nsString value inside of it?
  1491. # [17:01] <past> jdm: the former
  1492. # [17:01] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  1493. # [17:01] <past> I have a webidl property that I need to set
  1494. # [17:02] <KaiRo> oh, that one was backed out
  1495. # [17:02] <KaiRo> forget my question above
  1496. # [17:03] * Joins: smontagu (chatzilla@3F5935EA.DE94F5AD.CC465D70.IP)
  1497. # [17:03] <jdm> past: http://mxr.mozilla.org/mozilla-central/source/dom/bindings/BindingDeclarations.h#124 ?
  1498. # [17:04] * BenWa is now known as BenWa|email
  1499. # [17:05] * Joins: Jerry (hshih@moz-AE383FC4.dynamic.kbronet.com.tw)
  1500. # [17:05] * curtisk is now known as curtisk|afk
  1501. # [17:05] * KWierso|afk is now known as KWierso
  1502. # [17:07] * Quits: gwagner (gwagner@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: gwagner)
  1503. # [17:07] * Joins: bajaj (Adium@moz-34BA18EC.hsd1.ca.comcast.net)
  1504. # [17:07] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/a6f81133c315 - Ed Morley - Backed out changeset 0539570fb726 (bug 610545)
  1505. # [17:07] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/2c78aa5b01ff - Ed Morley - Backed out changeset 25877e8f89c2 (bug 610545) for browser-chrome failures
  1506. # [17:07] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/f7e13eb216fc - Ed Morley - Backed out changeset efbf80a15a2b (bug 610545)
  1507. # [17:07] * davidb is now known as davidb|afk
  1508. # [17:08] * mattwoodrow is now known as mattwoodrow|away
  1509. # [17:08] * Joins: gwagner (Gregor@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  1510. # [17:09] * Quits: bajaj (Adium@moz-34BA18EC.hsd1.ca.comcast.net) (Ping timeout)
  1511. # [17:09] <past> jdm: oooh, that's where it is, thanks!
  1512. # [17:09] * Joins: ted (luser@moz-956545E6.sctnpa.east.verizon.net)
  1513. # [17:09] * ChanServ sets mode: +o ted
  1514. # [17:09] * Quits: espadrine (ttyl@moz-5DF2DACD.w92-128.abo.wanadoo.fr) (Ping timeout)
  1515. # [17:09] * Joins: cstipkovic (uid6805@moz-E77DEB21.irccloud.com)
  1516. # [17:10] * Joins: espadrine (ttyl@moz-5DF2DACD.w92-128.abo.wanadoo.fr)
  1517. # [17:11] * Joins: sicking (sicking@moz-501E5580.hsd1.ca.comcast.net)
  1518. # [17:11] * Joins: ehugg (ehugg@moz-44D86B1E.cisco.com)
  1519. # [17:12] * hwine-ooo is now known as hwine
  1520. # [17:13] * Quits: BigBro (ibrahim@moz-CBB514AC.hfc.dyn.abo.bbox.fr) (Quit: Quitte)
  1521. # [17:14] * Joins: myk (myk@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  1522. # [17:15] * Joins: bbondy2 (bbondy@moz-717FF534.home.cgocable.net)
  1523. # [17:15] * Quits: bbondy2 (bbondy@moz-717FF534.home.cgocable.net) (Quit: bbondy2)
  1524. # [17:15] * Joins: bajaj (Adium@moz-34BA18EC.hsd1.ca.comcast.net)
  1525. # [17:16] * Joins: dbaron (dbaron@moz-3C92D971.dsl.dynamic.sonic.net)
  1526. # [17:16] * ChanServ sets mode: +ao dbaron dbaron
  1527. # [17:16] * Quits: Optimizer (Optimizer@1856DCDB.246489EE.BE4CF869.IP) (Ping timeout)
  1528. # [17:16] <firebot> Check-in: http://hg.mozilla.org/integration/fx-team/rev/df5d6afaccdc - Victor Porof - Bug 989364 - Netmonitor should use CurlUtils to retrieve the request headers from upload stream, r=rcampbell
  1529. # [17:16] <firebot> http://hg.mozilla.org/integration/fx-team/rev/21122306cfdd - Victor Porof - Bug 989642 - When the netmonitor is docked on the side, the status codes overlap the request verb, r=rcampbell
  1530. # [17:16] <firebot> http://hg.mozilla.org/integration/fx-team/rev/b98c0f82c792 - Victor Porof - Bug 989417 - Use Task.spawn in Netmonitor code to improve code readability, r=rcampbell
  1531. # [17:17] * Joins: brett (brettgaylo@moz-3BEB3DB3.gv.shawcable.net)
  1532. # [17:17] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  1533. # [17:17] * Quits: espadrine (ttyl@moz-5DF2DACD.w92-128.abo.wanadoo.fr) (Ping timeout)
  1534. # [17:17] * Joins: bbondy2 (bbondy@moz-717FF534.home.cgocable.net)
  1535. # [17:18] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  1536. # [17:18] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  1537. # [17:18] * bbondy2 is now known as bbondy
  1538. # [17:19] * Joins: maikmerten (maikmerten@moz-667A63D4.pools.arcor-ip.net)
  1539. # [17:19] * Joins: bmoss (bmoss@moz-62518563.mtv2.mozilla.com)
  1540. # [17:20] * Joins: espadrine (ttyl@moz-5DF2DACD.w92-128.abo.wanadoo.fr)
  1541. # [17:21] * Quits: bogdan_maris (Instantbir@28C4EA76.976FBEE.5BC07656.IP) (Quit: bogdan_maris)
  1542. # [17:21] * Quits: MarcoZ (marco.zehe@moz-160BFD0E.dip0.t-ipconnect.de) (Input/output error)
  1543. # [17:21] * Joins: ferjm (ferjm@moz-DAC756B.ip.mcleodusa.net)
  1544. # [17:21] * Joins: bbondy_ (bbondy@moz-717FF534.home.cgocable.net)
  1545. # [17:23] * nsm|away is now known as nsm
  1546. # [17:23] <asb> Hello, it is possible to watch every element by modifying Element.cpp?
  1547. # [17:23] * Joins: balrog (balrog@moz-CD112EC6.phlapa.fios.verizon.net)
  1548. # [17:23] <asb> is it?
  1549. # [17:24] <Ms2ger> Watch?
  1550. # [17:24] <asb> js/src/jswatchpoint.cpp
  1551. # [17:24] * Joins: Optimizer (Optimizer@7D7B7474.13A3D53C.BE4CF869.IP)
  1552. # [17:25] * Quits: espadrine (ttyl@moz-5DF2DACD.w92-128.abo.wanadoo.fr) (Ping timeout)
  1553. # [17:25] <asb> I found WrapObject method in Element.cpp but I cannot call obj->setWatched(aCx); or obj->getOps()->watch
  1554. # [17:26] * Joins: espadrine (ttyl@moz-5DF2DACD.w92-128.abo.wanadoo.fr)
  1555. # [17:26] <asb> it says forward declaration
  1556. # [17:26] * Quits: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  1557. # [17:26] * Quits: brett (brettgaylo@moz-3BEB3DB3.gv.shawcable.net) (Quit: brett)
  1558. # [17:26] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/d79f664ff595 - Sotaro Ikeda - Bug 985772 - Remove SurfaceDescriptor around GonkNativeWindow r=nical,pchang,schiu,mikeh,gal
  1559. # [17:26] * Joins: kdcw (kdcw@moz-2CDF5822.pk.shawcable.net)
  1560. # [17:26] <Ms2ger> No, you can't call private JS functions from outside js/src
  1561. # [17:27] <Ms2ger> You'd need to add something to jsapi.h or jsfriendapi.h
  1562. # [17:27] * Quits: balrog (balrog@moz-CD112EC6.phlapa.fios.verizon.net) (Ping timeout)
  1563. # [17:28] * Quits: grobinson (~grobinson@moz-731932CD.hsd1.ca.comcast.net) (Ping timeout)
  1564. # [17:28] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  1565. # [17:29] <asb> Ms2ger: Thanks. I will try this
  1566. # [17:29] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/a2e15b7cf53e - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1567. # [17:29] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/16ab4bb818c9 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1568. # [17:30] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Ping timeout)
  1569. # [17:30] * Joins: bajaj1 (Adium@moz-34BA18EC.hsd1.ca.comcast.net)
  1570. # [17:31] * Joins: justindarc (justindarc@D2AEACFC.B56D28DB.B58D01CE.IP)
  1571. # [17:31] * kaze is now known as kaze|boxing
  1572. # [17:32] * Quits: bajaj (Adium@moz-34BA18EC.hsd1.ca.comcast.net) (Ping timeout)
  1573. # [17:32] * Joins: brett (brettgaylo@moz-3BEB3DB3.gv.shawcable.net)
  1574. # [17:33] * Joins: nical (nico@347FA24B.24D9B0A0.495EC8CD.IP)
  1575. # [17:34] * Quits: kaze|boxing (kaze@moz-7E0F0F9E.fbx.proxad.net) (Ping timeout)
  1576. # [17:34] * Joins: luke (luke@moz-7CF84B28.dhcp.ftwo.tx.charter.com)
  1577. # [17:34] * jhopkins|buildduty is now known as jhopkins|bbiab
  1578. # [17:35] * Quits: jfkthame (jfkthame@59D4F640.6B7B908E.3E2A4E92.IP) (Quit: This computer has gone to sleep)
  1579. # [17:35] * Quits: WaltS48 (Thunderbir@moz-8BCE6085.pitbpa.east.verizon.net) (Quit: WaltS48 has gone elewhere)
  1580. # [17:35] * Quits: bbondy_ (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  1581. # [17:35] * geekboy|afk is now known as geekboy
  1582. # [17:36] * Joins: bbondy_ (bbondy@moz-717FF534.home.cgocable.net)
  1583. # [17:37] * Quits: bbondy_ (bbondy@moz-717FF534.home.cgocable.net) (Ping timeout)
  1584. # [17:39] * Quits: Alessar (Alessar@4409775D.C64B1782.79D6B59E.IP) (Quit: IRC protocol for QIP->http://forum.qip.ru)
  1585. # [17:39] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c5acdb9a42d6 - Nicholas D. Matsakis - Bug 988493 -- improve error message for missing self-hosted prop r=till
  1586. # [17:40] * davidb|afk is now known as davidb
  1587. # [17:40] * geekboy is now known as geekboy|afk
  1588. # [17:40] * Joins: jedp (jedp@moz-62518563.mtv2.mozilla.com)
  1589. # [17:40] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  1590. # [17:41] * Joins: Mossop (dtownsend@53343B0D.8DCA2D5.5E2862A8.IP)
  1591. # [17:42] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  1592. # [17:42] * Quits: arky (arky@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: Leaving)
  1593. # [17:42] * Joins: MarcoZ (marco.zehe@moz-160BFD0E.dip0.t-ipconnect.de)
  1594. # [17:43] * Quits: jgraham (jgraham@moz-6C043AAD.webfaction.com) (Ping timeout)
  1595. # [17:43] * Tomcat|mtg is now known as Tomcat|afk
  1596. # [17:44] * edmorley|mtg is now known as edmorley|sheriffduty
  1597. # [17:44] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Ping timeout)
  1598. # [17:44] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  1599. # [17:45] * Quits: robertbindar (Thunderbir@E5C5E4E7.30E1A1B0.89C0DD0D.IP) (Ping timeout)
  1600. # [17:45] * Joins: jgilbert (jgilbert@moz-CC46F4AB.hinet-ip.hinet.net)
  1601. # [17:46] * Joins: mccr8 (mccr8@moz-62518563.mtv2.mozilla.com)
  1602. # [17:46] * Fallen is now known as Fallen|away
  1603. # [17:46] * Joins: kushagra (kushagra@D91725BE.A81B8C33.520CDC98.IP)
  1604. # [17:47] * Joins: drno (nohlmeier@moz-CCCF7F86.hsd1.ca.comcast.net)
  1605. # [17:47] * Quits: ehugg (ehugg@moz-44D86B1E.cisco.com) (Quit: ehugg)
  1606. # [17:47] * Quits: josh (josh@moz-C350AC70.hsd1.mn.comcast.net) (Quit: josh)
  1607. # [17:47] <paolo> edmorley|sheriffduty: I'm keeping an eye on https://tbpl.mozilla.org/?tree=Fx-Team&rev=8b2f6ad94248
  1608. # [17:48] <edmorley|sheriffduty> paolo: thank you
  1609. # [17:48] <edmorley|sheriffduty> paolo: seem to be a sudden increase in browser-chrome failure rate
  1610. # [17:48] * Quits: kushagra (kushagra@D91725BE.A81B8C33.520CDC98.IP) (Ping timeout)
  1611. # [17:48] * Quits: brett (brettgaylo@moz-3BEB3DB3.gv.shawcable.net) (Quit: brett)
  1612. # [17:48] <Ms2ger> Was that even possible?
  1613. # [17:48] * Parts: nical (nico@347FA24B.24D9B0A0.495EC8CD.IP)
  1614. # [17:48] <paolo> yes, it seems to make some known bc failures more frequent
  1615. # [17:48] * Joins: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  1616. # [17:48] * Joins: robertbindar (Thunderbir@E5C5E4E7.30E1A1B0.89C0DD0D.IP)
  1617. # [17:49] * Joins: grobinson (~grobinson@moz-731932CD.hsd1.ca.comcast.net)
  1618. # [17:49] * Quits: grobinson (~grobinson@moz-731932CD.hsd1.ca.comcast.net) (Input/output error)
  1619. # [17:49] * Joins: jfkthame (jfkthame@59D4F640.6B7B908E.3E2A4E92.IP)
  1620. # [17:50] <firebot> Check-in: http://hg.mozilla.org/integration/fx-team/rev/9e0b50571a10 - Brad Lassey - bug 971101 - build and publish geckoview example by default r=khuey
  1621. # [17:50] <paolo> edmorley|sheriffduty: that is an important changeset to keep however, so I wonder (if this increase in failures is confirmed) if we should just disable the failing tests
  1622. # [17:50] * davidb is now known as davidb|afk
  1623. # [17:51] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  1624. # [17:51] <@bz> Anyone know who maintains the xpcshell test harness
  1625. # [17:51] <@bz> ?
  1626. # [17:51] <MarcoZ> Hi! Was there a update requirement for a Windows build system based on VS 2010 recently? I am no longer able to build even with a totally wiped objdir and get some wacky syntax error in a DLL file.
  1627. # [17:52] <Ms2ger> bz, I always claim gps
  1628. # [17:52] <@ted> MarcoZ: not that i'm aware of, but maybe something changed
  1629. # [17:52] * geekboy|afk is now known as geekboy
  1630. # [17:52] <@ted> we still use vs2010 on the builders
  1631. # [17:52] * Joins: brett (brettgaylo@moz-3BEB3DB3.gv.shawcable.net)
  1632. # [17:52] <@bz> gps: thoughts on making the harness fail-on-exception?
  1633. # [17:52] * Quits: brett (brettgaylo@moz-3BEB3DB3.gv.shawcable.net) (Quit: brett)
  1634. # [17:52] <catlee> ted: we were just talking about switching to 2013
  1635. # [17:52] <MarcoZ> ted: Hm I'm on Windows 7 SP 1 and haven't changed that system in months, except for regular patch days by MS of course.
  1636. # [17:52] * Joins: jwalker (jwalker@moz-76873736.cable.virginm.net)
  1637. # [17:53] <@ted> catlee: yes, but we haven't yet
  1638. # [17:53] * Joins: jgraham (jgraham@moz-6C043AAD.webfaction.com)
  1639. # [17:54] * Quits: robertbindar (Thunderbir@E5C5E4E7.30E1A1B0.89C0DD0D.IP) (Ping timeout)
  1640. # [17:54] <edmorley|sheriffduty> paolo: if module owners/reviewers are happy that the new failures are understood and that this should land with tests disabled since the tests are potentially badly written, then yeah that's fine. Though in the meantime we would likely need to revert this until the patch was ready to disable all of the badly behaved tests and had been tested on try with lots
  1641. # [17:54] <edmorley|sheriffduty> of retriggers
  1642. # [17:55] <edmorley|sheriffduty> paolo: but for now lets see how the retriggers pan out :-)
  1643. # [17:55] * Quits: tzimmermann (tzimmerman@moz-F191C6C9.pools.arcor-ip.net) (Quit: Ex-Chat)
  1644. # [17:55] * davidb|afk is now known as davidb
  1645. # [17:55] <rnewman> bsmedberg_: take all the changes in mobile/android/base/background, and put them in a separate patch: that part of the tree is uplifted from https://github.com/mozilla-services/android-sync, so it needs to land there first.
  1646. # [17:56] <bsmedberg_> rnewman: oh hrm
  1647. # [17:56] * Quits: jrmuizel (jrmuizel@347FA24B.24D9B0A0.495EC8CD.IP) (Client exited)
  1648. # [17:56] <bsmedberg_> rnewman: how will that affect aurora uplifts?
  1649. # [17:56] <bsmedberg_> it needs to land in lockstep with the rest of the patch, right?
  1650. # [17:56] * jchen|away is now known as jchen
  1651. # [17:56] * Joins: josh (josh@moz-348C4790.hsd1.mn.comcast.net)
  1652. # [17:56] * Quits: jgilbert (jgilbert@moz-CC46F4AB.hinet-ip.hinet.net) (Ping timeout)
  1653. # [17:57] * Quits: Honza (chatzilla@19C43331.6B021720.1475A184.IP) (Connection reset by peer)
  1654. # [17:57] * Joins: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com)
  1655. # [17:57] <rnewman> Aurora uplifts are fine
  1656. # [17:57] <bsmedberg_> rnewman: btw, I totally missed your comment the first time since you didn't set the r- or r+ flag
  1657. # [17:57] * Joins: Honza (chatzilla@19C43331.6B021720.1475A184.IP)
  1658. # [17:57] <rnewman> different styles, so it goes
  1659. # [17:58] <paolo> edmorley|sheriffduty: sounds good
  1660. # [17:59] * Joins: robertbindar (Thunderbir@E5C5E4E7.30E1A1B0.89C0DD0D.IP)
  1661. # [17:59] * Quits: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP) (Ping timeout)
  1662. # [18:00] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  1663. # [18:01] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  1664. # [18:01] * davidb is now known as davidb|afk
  1665. # [18:02] <rnewman> Yoric: thanks for stealing that review!
  1666. # [18:02] <MarcoZ> Oh crap, try! If I ask for e-mail and the build fails, don't give me just a link to a stupid gzipped log file I need to read through to find the errors, but give me the errors straight away! All the rest is usually bogus info anyway.... Sigh...
  1667. # [18:03] * Joins: mfossen (mfossen@moz-1895B428.uwnet.wisc.edu)
  1668. # [18:04] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/2d7ce67f5874 - Mike Connor - bug 940685 - open about:home instead of searchForm if the search bar isn't available, r=gavin
  1669. # [18:04] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  1670. # [18:04] * Quits: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net) (Input/output error)
  1671. # [18:05] * Joins: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net)
  1672. # [18:05] * Quits: robertbindar (Thunderbir@E5C5E4E7.30E1A1B0.89C0DD0D.IP) (Ping timeout)
  1673. # [18:05] * Joins: m_gol (m_gol@moz-865BDD9.neoplus.adsl.tpnet.pl)
  1674. # [18:05] * Joins: automata (automata@302C91B4.8DDD1F9.16867D26.IP)
  1675. # [18:06] * Joins: brett (brettgaylo@moz-3BEB3DB3.gv.shawcable.net)
  1676. # [18:06] * Quits: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net) (Ping timeout)
  1677. # [18:07] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  1678. # [18:08] * Joins: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net)
  1679. # [18:09] * Joins: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP)
  1680. # [18:09] <MarcoZ> ted: Ever seen this? http://pastebin.mozilla.org/4737185
  1681. # [18:09] * Rik is now known as Rik|afk
  1682. # [18:09] * Joins: robertbindar (Thunderbir@E5C5E4E7.30E1A1B0.89C0DD0D.IP)
  1683. # [18:10] * Quits: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net) (Input/output error)
  1684. # [18:10] * Joins: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net)
  1685. # [18:11] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5f18b20580a3 - Camilo Viecco - Bug 986156 - Test anypolicyoid (no inhibit policy) for EV . r=dkeeler
  1686. # [18:11] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/7bb2a113f16b - Camilo Viecco - Bug 986156 - Allow anypolicyoid and reject on inhibitAnypolicy (mozilla::pkix). r=bsmith
  1687. # [18:11] <Ms2ger> ted, MarcoZ, maybe spaces-in-paths?
  1688. # [18:12] * Quits: Snuffleupagus (chatzilla@moz-7411B7A4.bredband.comhem.se) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  1689. # [18:12] * Joins: jgriffin (jgriffin@moz-791CC332.hsd1.wa.comcast.net)
  1690. # [18:12] * Quits: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net) (Ping timeout)
  1691. # [18:12] * Joins: bent (chatzilla@moz-632A43B.hsd1.ca.comcast.net)
  1692. # [18:13] * mcote is now known as mcote|biab
  1693. # [18:13] <@ted> 2:41.60 /usr/bin/sh: -c: line 0: syntax error near unexpected token `('
  1694. # [18:13] <@ted> it's not happy about some path with parens in it
  1695. # [18:13] * Joins: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net)
  1696. # [18:13] <@ted> i assume some directx sdk?
  1697. # [18:13] * Quits: josh (josh@moz-348C4790.hsd1.mn.comcast.net) (Quit: josh)
  1698. # [18:14] * Joins: mt (mt@moz-62518563.mtv2.mozilla.com)
  1699. # [18:14] <mjrosenb> ted: sounds like we need some more escaping!
  1700. # [18:14] * Parts: mjrosenb (mjrosenb@moz-CE3B2899.club.cc.cmu.edu)
  1701. # [18:14] * Joins: mjrosenb (mjrosenb@moz-CE3B2899.club.cc.cmu.edu)
  1702. # [18:14] * Joins: josh (josh@moz-348C4790.hsd1.mn.comcast.net)
  1703. # [18:14] * Quits: brett (brettgaylo@moz-3BEB3DB3.gv.shawcable.net) (Quit: brett)
  1704. # [18:14] <MarcoZ> ted: My paths don't have spaces in them, except for stuff in Program Files and Program Files (X86) as usual.
  1705. # [18:15] <MarcoZ> And I've used this setup for years.
  1706. # [18:15] * Quits: bholley (bholley@B08EEEEB.6BBCE916.7B974E06.IP) (Client exited)
  1707. # [18:15] * geekboy is now known as geekboy|afk
  1708. # [18:15] * Quits: robertbindar (Thunderbir@E5C5E4E7.30E1A1B0.89C0DD0D.IP) (Ping timeout)
  1709. # [18:15] <firebot> Check-in: http://hg.mozilla.org/integration/fx-team/rev/74d802ab25c3 - Tim Nguyen - Bug 989449 - fix menu-button dropmarker corners to have border-radii on Windows 7, Vista and XP. r=mikedeboer
  1710. # [18:15] * Quits: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net) (Input/output error)
  1711. # [18:15] <@ted> MarcoZ: yeah, i'm not sure why that would have broken you
  1712. # [18:16] <@ted> i assume you have things installed in the usual locations, which means anyone else ought to see the same bustage
  1713. # [18:16] <MarcoZ> ted: I definitely have.
  1714. # [18:16] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/7215a496c2ad - Brian R. Bondy - Bug 961676. r=rstrong. a=abillings
  1715. # [18:17] * Joins: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net)
  1716. # [18:18] * Joins: mihneadb (mihneadb@moz-6B31F5AA.static.ziggozakelijk.nl)
  1717. # [18:18] * catlee is now known as catlee-lunch
  1718. # [18:18] * Quits: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net) (Ping timeout)
  1719. # [18:18] * Joins: osk (bzlandfill@moz-4E9282C2.w86-193.abo.wanadoo.fr)
  1720. # [18:20] * geekboy|afk is now known as geekboy
  1721. # [18:20] <osk> Hi, im having issue compiling Spidermonkey for android target, "ECMAScript Internationalization API is not yet supported on this platform", when lunching ./configure
  1722. # [18:21] * Joins: mwu (mwu@moz-2E883D31.hsd1.nj.comcast.net)
  1723. # [18:21] * Joins: abwillis (abwillis@CBAC43F2.9DD4DBBF.6A7A197.IP)
  1724. # [18:21] * Quits: sicking (sicking@moz-501E5580.hsd1.ca.comcast.net) (Quit: sicking)
  1725. # [18:22] * Joins: tedders1 (tedders1@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  1726. # [18:22] * Joins: robertbindar (Thunderbir@moz-7443FA19.eregie.pub.ro)
  1727. # [18:24] * Joins: azakai (alon@moz-62518563.mtv2.mozilla.com)
  1728. # [18:24] * Quits: josh (josh@moz-348C4790.hsd1.mn.comcast.net) (Quit: josh)
  1729. # [18:24] * jlund|afk is now known as jlund
  1730. # [18:25] * Joins: rillian (giles@moz-29D892D2.osuosl.org)
  1731. # [18:25] * Joins: TimAbraldes (quassel@125EF623.B2666F0E.66399531.IP)
  1732. # [18:25] * Joins: reyre (reyre@8A257803.33EE9F8A.1139E686.IP)
  1733. # [18:26] * Quits: robertbindar (Thunderbir@moz-7443FA19.eregie.pub.ro) (Ping timeout)
  1734. # [18:28] <reyre> smaug: sorry about the IRC issues, seems like my ZNC server was bugging out over the weekend
  1735. # [18:28] <reyre> smaug: wait, reading that again the memo is from march 1...
  1736. # [18:29] <reyre> i guess the issues the weekend didn't cause that then
  1737. # [18:29] * Quits: jacek (jacek@moz-5D707D3B.psi.wroc.pl) (Quit: Konversation terminated!)
  1738. # [18:29] <@smaug> reyre: oh, some old memo
  1739. # [18:29] <reyre> yea
  1740. # [18:30] * geekboy is now known as geekboy|afk
  1741. # [18:30] <Ms2ger> reyre, it was dead in here anyway :)
  1742. # [18:30] * arroway is now known as arroway|away
  1743. # [18:31] <reyre> Ms2ger: good that it didn't bother anyone then :)
  1744. # [18:32] * Joins: jet (jet@moz-79F891EE.hsd1.ca.comcast.net)
  1745. # [18:32] * Joins: robertbindar (Thunderbir@moz-7443FA19.eregie.pub.ro)
  1746. # [18:32] * jhopkins|bbiab is now known as jhopkins|buildduty
  1747. # [18:34] * Quits: sewardj (sewardj@moz-2BF74BE1.dip0.t-ipconnect.de) (Ping timeout)
  1748. # [18:34] * Joins: brendan (brendaneic@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  1749. # [18:35] * Joins: mwobensmith1 (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  1750. # [18:35] * Quits: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Connection reset by peer)
  1751. # [18:35] <firebot> Check-in: http://hg.mozilla.org/integration/fx-team/rev/ad81e2993209 - Lucas Rocha - Bug 974601 - Avoid saving HomeConfig state if still using default configuration (r=margaret)
  1752. # [18:35] * Quits: jedp (jedp@moz-62518563.mtv2.mozilla.com) (Quit: Computer has gone to sleep.)
  1753. # [18:36] * Joins: sewardj (sewardj@moz-2BF74BE1.dip0.t-ipconnect.de)
  1754. # [18:36] * Joins: azakai_ (alon@moz-62518563.mtv2.mozilla.com)
  1755. # [18:37] * whimboo is now known as whimboo|dinner
  1756. # [18:37] * Quits: jfkthame (jfkthame@59D4F640.6B7B908E.3E2A4E92.IP) (Quit: This computer has gone to sleep)
  1757. # [18:37] * Quits: robertbindar (Thunderbir@moz-7443FA19.eregie.pub.ro) (Ping timeout)
  1758. # [18:37] * Quits: mfossen (mfossen@moz-1895B428.uwnet.wisc.edu) (Client exited)
  1759. # [18:37] * Joins: rubocoptero (rubocopter@47823183.9F3331D.6BF415CA.IP)
  1760. # [18:40] * Joins: RyanVM (Thunderbir@moz-37FED3AC.phlapa.fios.verizon.net)
  1761. # [18:40] * Quits: luca (lzzluca@moz-10429979.static.virginmediabusiness.co.uk) (Client exited)
  1762. # [18:40] * Quits: luca_ (lzzluca@moz-10429979.static.virginmediabusiness.co.uk) (Client exited)
  1763. # [18:40] * Joins: rbarnes (rbarnes@moz-62518563.mtv2.mozilla.com)
  1764. # [18:41] * Joins: sicking (sicking@moz-501E5580.hsd1.ca.comcast.net)
  1765. # [18:41] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ee7171252fcc - Nicolas B. Pierron - Bug 988958 - Extract the frame encoding/decoding logic from Snapshots. r=h4writer
  1766. # [18:41] * Joins: robertbindar (Thunderbir@moz-7443FA19.eregie.pub.ro)
  1767. # [18:41] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/feae125fca6f - Nicolas B. Pierron - Bug 989344 part 2 - Share LRecoverInfo between LSnapshots. r=jandem
  1768. # [18:41] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/2aeb2f123f8e - Nicolas B. Pierron - Bug 989344 part 1 - Extract LRecoverInfo from LSnapshot. r=jandem
  1769. # [18:42] * Joins: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net)
  1770. # [18:43] * Quits: sicking (sicking@moz-501E5580.hsd1.ca.comcast.net) (Ping timeout)
  1771. # [18:43] * Quits: drno (nohlmeier@moz-CCCF7F86.hsd1.ca.comcast.net) (Ping timeout)
  1772. # [18:43] * Joins: jammink (textual@moz-62518563.mtv2.mozilla.com)
  1773. # [18:44] * Quits: rubocoptero (rubocopter@47823183.9F3331D.6BF415CA.IP) (Ping timeout)
  1774. # [18:44] * Joins: jammink_ (textual@moz-62518563.mtv2.mozilla.com)
  1775. # [18:44] * Joins: Mook_as (mook@moz-1FCC0032.activestate.com)
  1776. # [18:44] <gps> Yoric: pong
  1777. # [18:44] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c5a753c7a84a - Chris Lord - Bug 988370 - Don't use progressive/low precision rendering on fixed layers. r=mattwoodrow
  1778. # [18:44] * Joins: sicking (sicking@moz-501E5580.hsd1.ca.comcast.net)
  1779. # [18:45] * Joins: drno (nohlmeier@moz-CCCF7F86.hsd1.ca.comcast.net)
  1780. # [18:45] <_wirepair> anyone know if there are any plans on making nsIWebSocketChannel inherit nsITraceableChannel?
  1781. # [18:45] <paolo> edmorley|sheriffduty: the increase in b-c failures seem to be mostly in the styleinspector tests, and coincidentally I have an unlanded patch ready in that area
  1782. # [18:45] <paolo> I started https://tbpl.mozilla.org/?tree=Try&rev=f7f9b080f591 to see if that patch helps
  1783. # [18:45] * Quits: bnicholson (bnicholson@F118B273.BF05706.A36C57B9.IP) (Ping timeout)
  1784. # [18:46] * Joins: ehugg (ehugg@moz-6D0FD3FC.cisco.com)
  1785. # [18:46] * RyanVM is now known as RyanVM|brb
  1786. # [18:46] * Joins: lpy (lpy@1834E2CB.F09091A8.1348A864.IP)
  1787. # [18:47] <edmorley|sheriffduty> paolo: cool, thank you :-)
  1788. # [18:47] * Quits: robertbindar (Thunderbir@moz-7443FA19.eregie.pub.ro) (Ping timeout)
  1789. # [18:48] <@bz> paolo: btw, happy to talk over the debugging stuff here
  1790. # [18:48] <@bz> paolo: if sync discussion would help
  1791. # [18:48] <paolo> sure, I'm available
  1792. # [18:48] * Quits: AndreeaMatei (Thunderbir@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP) (Quit: AndreeaMatei)
  1793. # [18:48] <Ms2ger> "Tristan Nitot ... just launched firefox OS for phones."
  1794. # [18:48] <Ms2ger> Wat
  1795. # [18:49] <@bz> Ms2ger: "The press"
  1796. # [18:50] <@bz> paolo: So what do we want to expose to the debugger, and do we have any preferences on the API?
  1797. # [18:50] * Quits: tedders1 (tedders1@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  1798. # [18:50] <@bz> paolo: that is, would debugger prefer to make one function call and get some sort of struct that bundles up a snapshot of all the debugable info at that point?
  1799. # [18:50] <@bz> paolo: Or several different functions for different bits of info?
  1800. # [18:50] * Quits: sicking (sicking@moz-501E5580.hsd1.ca.comcast.net) (Quit: sicking)
  1801. # [18:51] * Quits: yzen (yzen@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  1802. # [18:51] <@bz> paolo: also, is the restriction that handlers are only guaranteed to be available on unsettled promises reasonable?
  1803. # [18:51] * Quits: gwagner (Gregor@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: gwagner)
  1804. # [18:51] * Joins: robertbindar (Thunderbir@moz-7443FA19.eregie.pub.ro)
  1805. # [18:51] * Joins: gwagner (gwagner@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  1806. # [18:52] * Joins: sicking (sicking@moz-501E5580.hsd1.ca.comcast.net)
  1807. # [18:52] <Rik|afk> Ms2ger: where are you seeing that?
  1808. # [18:52] * Joins: tedders1 (tedders1@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  1809. # [18:52] <Ms2ger> The twitters
  1810. # [18:52] * Quits: sicking (sicking@moz-501E5580.hsd1.ca.comcast.net) (Quit: sicking)
  1811. # [18:52] * mcote|biab is now known as mcote
  1812. # [18:52] * Quits: drno (nohlmeier@moz-CCCF7F86.hsd1.ca.comcast.net) (Quit: drno)
  1813. # Session Close: Mon Mar 31 18:52:57 2014
  1814. #
  1815. # Session Start: Mon Mar 31 18:52:58 2014
  1816. # Session Ident: #developers
  1817. # [18:52] * Disconnected
  1818. # [18:58] * Attempting to rejoin channel #developers
  1819. # [19:01] * Attempting to rejoin channel #developers
  1820. # [19:01] * Rejoined channel #developers
  1821. # [19:01] * Topic is 'Next uplift 28 Apr || Want help, or want to help others? See #introduction || http://logbot.glob.com.au/?c=developers'
  1822. # [19:01] * Set by bz on Fri Mar 21 07:04:19
  1823. # Session Close: Mon Mar 31 19:03:18 2014
  1824. #
  1825. # Session Start: Mon Mar 31 19:03:18 2014
  1826. # Session Ident: #developers
  1827. # [19:03] * Disconnected
  1828. # [19:04] * Attempting to rejoin channel #developers
  1829. # [19:04] * Rejoined channel #developers
  1830. # [19:04] * Topic is 'Next uplift 28 Apr || Want help, or want to help others? See #introduction || http://logbot.glob.com.au/?c=developers'
  1831. # [19:04] * Set by bz on Fri Mar 21 07:04:19
  1832. # [19:04] * Joins: juanb (jbecerra@moz-62518563.mtv2.mozilla.com)
  1833. # [19:04] * Joins: jfkthame (jfkthame@59D4F640.6B7B908E.3E2A4E92.IP)
  1834. # [19:04] <paolo> edmorley|sheriffduty: based on that result, we may decide whether to land bug 943621 or back out bug 887923
  1835. # [19:04] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  1836. # [19:04] * Joins: brendan (brendaneic@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  1837. # [19:05] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Quit: )
  1838. # [19:06] * Joins: rbarnes (rbarnes@moz-62518563.mtv2.mozilla.com)
  1839. # [19:06] * Quits: Mardak (Mardak@4851473D.BD9ECD5D.97D164AB.IP) (Connection reset by peer)
  1840. # [19:06] * Quits: vikstrous (v@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  1841. # [19:06] * Joins: Mardak (Mardak@4851473D.BD9ECD5D.97D164AB.IP)
  1842. # [19:06] <firebot> Check-in: http://hg.mozilla.org/integration/fx-team/rev/420663b2faaa - Lucas Rocha - Bug 988355 - Properly handle device rotation in DynamicPanel (r=margaret)
  1843. # [19:07] <edmorley|sheriffduty> paolo: yeah agree that result will dictate best course of action, but since the backout and reland is minimal effort, we need to do that rather than turn the tree orange between now and then, sadly
  1844. # Session Close: Mon Mar 31 19:07:15 2014
  1845. #
  1846. # Session Start: Mon Mar 31 19:07:15 2014
  1847. # Session Ident: #developers
  1848. # [19:07] * Disconnected
  1849. # [19:08] * Attempting to rejoin channel #developers
  1850. # [19:08] * Rejoined channel #developers
  1851. # [19:08] * Topic is 'Next uplift 28 Apr || Want help, or want to help others? See #introduction || http://logbot.glob.com.au/?c=developers'
  1852. # [19:08] * Set by bz on Fri Mar 21 07:04:19
  1853. # [19:08] * Joins: recursive (recursive@71958799.4D49EC71.6815CE39.IP)
  1854. # [19:09] * JosiahOne is now known as JosiahOne|Away
  1855. # [19:09] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  1856. # [19:11] <firebot> Check-in: http://hg.mozilla.org/integration/fx-team/rev/ada13495871f - Ed Morley - Backed out changeset 8b2f6ad94248 (bug 887923) for turning Windows mochitest-browser-chrome orange
  1857. # [19:11] * Joins: gozala (uid5923@moz-5F4AA75A.irccloud.com)
  1858. # [19:12] * Joins: jonasfj (jonasfj@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  1859. # [19:14] * Joins: josh (josh@moz-24AAF425.hfc.comcastbusiness.net)
  1860. # [19:14] <RyanVM> ohai firebot announcing fx-team pushes now
  1861. # [19:14] * catlee-lunch is now known as catlee
  1862. # [19:14] <RyanVM> vlad: ping
  1863. # [19:15] <edmorley|sheriffduty> RyanVM: \o/
  1864. # [19:15] * Quits: Rik|afk (rik@87C1F78E.1DE10CA8.D8E68FF6.IP) (Input/output error)
  1865. # [19:16] <firebot> Check-in: http://hg.mozilla.org/integration/fx-team/rev/2f22e878159e - Mike Conley - Bug 989289 - Forcibly set the 'mode' attribute to 'icons' on toolbar construction. r=jaws.
  1866. # [19:16] * Joins: drno (nohlmeier@moz-62518563.mtv2.mozilla.com)
  1867. # [19:17] <edmorley|sheriffduty> RyanVM: the fx-team windows browser-chrome failures should be taken care of now; but keeping an eye on OS X too, retgriggers in progress: https://tbpl.mozilla.org/?tree=Fx-Team&jobname=OSX.*browser-chrome&fromchange=9be5c94051be&tochange=336c25e3063e
  1868. # [19:18] * hwine|afk is now known as hwine
  1869. # [19:19] * Joins: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  1870. # [19:20] * Quits: jfkthame (jfkthame@59D4F640.6B7B908E.3E2A4E92.IP) (Quit: This computer has gone to sleep)
  1871. # [19:20] * Quits: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  1872. # [19:21] * geekboy is now known as geekboy|afk
  1873. # [19:21] <firebot> Check-in: http://hg.mozilla.org/integration/fx-team/rev/9dba41d6106a - Dave Townsend - Bug 986755: Add-on debugger should use the XPI hierarchy to group sources. r=fitzgen, r=ochameau
  1874. # [19:21] * curtisk|afk is now known as curtisk
  1875. # [19:21] * catlee is now known as catlee-afk
  1876. # [19:23] * Joins: maxli (Adium@moz-EE42E0E.student.cs.uwaterloo.ca)
  1877. # [19:25] * Joins: sicking (sicking@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  1878. # [19:25] * Quits: mreavy (chatzilla@moz-A39761D7.phlapa.fios.verizon.net) (Connection reset by peer)
  1879. # [19:25] * armenzg is now known as armenzg_lunch
  1880. # [19:25] * Joins: kushagra (kushagra@206AB77E.F6E9E457.520CDC98.IP)
  1881. # [19:25] * Quits: masayuki1 (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Quit: masayuki1)
  1882. # [19:25] * Joins: masayuki1 (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  1883. # [19:26] * Joins: mreavy (chatzilla@moz-A39761D7.phlapa.fios.verizon.net)
  1884. # [19:26] * Quits: kushagra (kushagra@206AB77E.F6E9E457.520CDC98.IP) (Connection reset by peer)
  1885. # [19:26] * Joins: kushagra_ (kushagra@206AB77E.F6E9E457.520CDC98.IP)
  1886. # [19:27] * Joins: vikstrous (v@13F2CEC5.7672369.D8E68FF6.IP)
  1887. # [19:30] * Quits: benvie (bbenvie@5FD20F9A.53D07D95.EFF8B7BF.IP) (Ping timeout)
  1888. # [19:30] * geekboy|afk is now known as geekboy
  1889. # [19:31] * Joins: serge (Thunderbir@moz-FBCE5F48.dsl.teksavvy.com)
  1890. # [19:31] * Quits: mihneadb (mihneadb@moz-6B31F5AA.static.ziggozakelijk.nl) (Quit: Computer gone to sleep - Zzzz...)
  1891. # [19:32] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/9d08e98cc18c - Masatoshi Kimura - Bug 989557 - Implement a fallback for CJK Compatibility Ideographs Standardized Variants. r=jfkthame
  1892. # [19:32] * Joins: benvie (bbenvie@5FD20F9A.53D07D95.EFF8B7BF.IP)
  1893. # [19:33] * Quits: sewardj (sewardj@moz-2BF74BE1.dip0.t-ipconnect.de) (Ping timeout)
  1894. # [19:34] * Joins: gcp_ (gpascutto@moz-9CEB1C98.access.telenet.be)
  1895. # [19:34] * Joins: gandalf (zbraniecki@8865FF19.FDA6D3F2.FAF22AF7.IP)
  1896. # [19:34] * Joins: sewardj (sewardj@moz-2BF74BE1.dip0.t-ipconnect.de)
  1897. # [19:35] * Joins: BigBro (ibrahim@moz-61EA4B93.fbx.proxad.net)
  1898. # [19:35] * Quits: benvie (bbenvie@5FD20F9A.53D07D95.EFF8B7BF.IP) (Ping timeout)
  1899. # [19:35] * Joins: Preeti (uid13882@moz-E77DEB21.irccloud.com)
  1900. # [19:36] * edmorley|sheriffduty is now known as edmorley|mtg
  1901. # [19:37] * Quits: serge (Thunderbir@moz-FBCE5F48.dsl.teksavvy.com) (Ping timeout)
  1902. # [19:37] * Joins: serge (Thunderbir@moz-FBCE5F48.dsl.teksavvy.com)
  1903. # [19:37] * RyanVM is now known as RyanVM|sheriffduty
  1904. # [19:37] * catlee-afk is now known as catlee
  1905. # [19:38] <gfritzsche> Mossop: do you know if something more than restarting the addon manager is needed to get non-restartless extensions properly installed and unpacked in tests?
  1906. # [19:38] * Quits: Jerry (hshih@moz-AE383FC4.dynamic.kbronet.com.tw) (Quit: Leaving)
  1907. # [19:38] * Quits: serge (Thunderbir@moz-FBCE5F48.dsl.teksavvy.com) (Ping timeout)
  1908. # [19:39] * Joins: benvie (bbenvie@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  1909. # [19:39] * Quits: MarcoZ (marco.zehe@moz-160BFD0E.dip0.t-ipconnect.de) (Quit: Did I ever mention that I hate C++?)
  1910. # [19:39] * Quits: vingtetun (Thunderbir@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  1911. # [19:39] * Quits: rbarnes (rbarnes@moz-62518563.mtv2.mozilla.com) (Input/output error)
  1912. # [19:39] <Mossop> gfritzsche: Depends what you're doing. Simulating a restart does most of it but some aspects of the add-on may still not be functional, like default prefs or chrome registration
  1913. # [19:40] <gfritzsche> Mossop: i need it an unpacked extension and then scan the plugins/ in it
  1914. # [19:41] * Joins: rbarnes (rbarnes@moz-62518563.mtv2.mozilla.com)
  1915. # [19:41] <gfritzsche> Mossop: should restartManager() be enough in that case?
  1916. # [19:41] * Joins: balrog (balrog@moz-CD112EC6.phlapa.fios.verizon.net)
  1917. # [19:41] <Mossop> gfritzsche: I don't know what does plugin scanning, but it is probably based on the chrome registration so it might not work
  1918. # [19:41] * Quits: gwagner (Gregor@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: gwagner)
  1919. # [19:42] * Joins: gwagner (gwagner@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  1920. # [19:42] * Quits: fox2mike (shyam@C62C4188.66A0454.467F5724.IP) (Ping timeout)
  1921. # [19:42] * Joins: serge (Thunderbir@moz-8E7C4BF0.dsl.teksavvy.com)
  1922. # [19:42] * Quits: sewardj (sewardj@moz-2BF74BE1.dip0.t-ipconnect.de) (Ping timeout)
  1923. # [19:43] * Quits: josh (josh@moz-24AAF425.hfc.comcastbusiness.net) (Quit: josh)
  1924. # [19:43] * Joins: Jesse (jruderman@moz-62518563.mtv2.mozilla.com)
  1925. # [19:43] <gfritzsche> Mossop: hm, maybe i can find that part... are there any better options like pre-installing the plugin before the test?
  1926. # [19:45] * Quits: recursive (recursive@71958799.4D49EC71.6815CE39.IP) (Quit: Leaving...)
  1927. # [19:45] <Mossop> gfritzsche: I don't know. I'd look at the other tests that use plugins, but I think most of them just build them and include them in the tests rather than using add-ons
  1928. # [19:46] * Joins: fox2mike (shyam@moz-8DDA37AB.fox2mike.net)
  1929. # [19:47] <firebot> Check-in: http://hg.mozilla.org/integration/fx-team/rev/5ab138b718fe - Gregory Szorc - Bug 989137 - Part 6: Create experiment XPIs during the build; r=bsmedberg
  1930. # [19:47] <firebot> http://hg.mozilla.org/integration/fx-team/rev/b52300a56c21 - Gregory Szorc - Bug 989137 - Part 7: Remove unncessary content from test experiments; r=Unfocused
  1931. # [19:47] * Quits: bajaj1 (Adium@moz-34BA18EC.hsd1.ca.comcast.net) (Quit: Leaving.)
  1932. # [19:48] <gfritzsche> Mossop: yeah, we don't have any tests yet that bundle plugins in addons :/
  1933. # [19:49] * Quits: masayuki1 (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Quit: masayuki1)
  1934. # [19:49] <firebot> Check-in: http://hg.mozilla.org/integration/fx-team/rev/93fd34169dd9 - Asaf Romano - Bug 977730 - Count total pages visited by all test users. r=bsmedberg.
  1935. # [19:50] * Quits: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com) (Ping timeout)
  1936. # [19:50] * armenzg_lunch is now known as armenzg
  1937. # [19:51] * Quits: kanru (kanru@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1938. # [19:51] * Quits: robertbindar (Thunderbir@moz-7443FA19.eregie.pub.ro) (Ping timeout)
  1939. # [19:51] * Joins: rstrong (rstrong@moz-204A999A.hsd1.ca.comcast.net)
  1940. # [19:51] * Quits: @bz (bzbarsky@moz-72881629.bstnma.fios.verizon.net) (Ping timeout)
  1941. # [19:51] * Joins: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com)
  1942. # [19:51] * Joins: espadrine` (ttyl@moz-1F50D0C8.w90-2.abo.wanadoo.fr)
  1943. # [19:51] <Callek> RyanVM|sheriffduty: hey btw --- I still have that custom-cursor issue on Aurora: 30.0a2 (2014-03-30)
  1944. # [19:51] <Callek> RyanVM|sheriffduty: I thought you got backout approval there
  1945. # [19:52] <RyanVM|sheriffduty> Callek: it hasn't been uplifted yet
  1946. # [19:52] <RyanVM|sheriffduty> it was approved on friday
  1947. # [19:52] <Callek> ahhh ok
  1948. # [19:52] <Callek> so just me being impatienT!
  1949. # [19:52] <RyanVM|sheriffduty> I didn't work the weekend ;)
  1950. # [19:52] <RyanVM|sheriffduty> (lazy me, I know)
  1951. # [19:52] * Quits: espadrine (ttyl@moz-5DF2DACD.w92-128.abo.wanadoo.fr) (Ping timeout)
  1952. # [19:52] <Callek> was worried that wasn't the fix
  1953. # [19:52] * Quits: brendan (brendaneic@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: brendan)
  1954. # [19:52] <Callek> (as in I thought it had landed already)
  1955. # [19:52] <Callek> thanks again
  1956. # [19:53] * Quits: fox2mike (shyam@moz-8DDA37AB.fox2mike.net) (Ping timeout)
  1957. # [19:54] * Quits: RealRaven (Thunderbir@2C24DF7D.6B46C3F4.C3498625.IP) (Ping timeout)
  1958. # [19:54] <firebot> Check-in: http://hg.mozilla.org/integration/fx-team/rev/5ab06488935a - Gijs Kruitbosch - Bug 988191 - change to WCAG algorithm for titlebar font, r=jaws
  1959. # [19:55] * Joins: jimb (user@125EF623.B2666F0E.66399531.IP)
  1960. # [19:56] * Joins: fox2mike (shyam@moz-8DDA37AB.fox2mike.net)
  1961. # [19:56] * Joins: Mano (mano@moz-6313ADC9.red.bezeqint.net)
  1962. # [19:56] * Joins: josh (josh@moz-348C4790.hsd1.mn.comcast.net)
  1963. # [19:57] * Quits: davidb (davidb@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  1964. # [19:57] * Joins: brendan (brendaneic@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  1965. # [19:58] * Joins: RealRaven (Thunderbir@2C24DF7D.6B46C3F4.C3498625.IP)
  1966. # [19:58] * Quits: brendan (brendaneic@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: brendan)
  1967. # [19:58] <RyanVM|sheriffduty> Callek: np, the fix works great on trunk :)
  1968. # [19:59] * Joins: davidb (davidb@13F2CEC5.7672369.D8E68FF6.IP)
  1969. # [19:59] * Quits: gandalf (zbraniecki@8865FF19.FDA6D3F2.FAF22AF7.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  1970. # [20:01] * Joins: aklotz (Thunderbir@FD1E68D2.64455FB.F97ED6F2.IP)
  1971. # [20:01] * glob is now known as glob|away
  1972. # [20:02] * Joins: jedp (jedp@moz-62518563.mtv2.mozilla.com)
  1973. # [20:02] * Joins: brendan (brendaneic@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  1974. # [20:03] * edmorley|mtg is now known as edmorley
  1975. # [20:03] * Quits: lmandel (lmandel@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  1976. # [20:03] * Joins: bajaj (Adium@moz-62518563.mtv2.mozilla.com)
  1977. # [20:04] * kats|away is now known as kats
  1978. # [20:04] * Joins: lmandel (lmandel@13F2CEC5.7672369.D8E68FF6.IP)
  1979. # [20:04] <firebot> Check-in: http://hg.mozilla.org/integration/fx-team/rev/96c761698d25 - Robert Strong - Bug 640824 - Stub installer fails with false no access rights error if install path is quoted. r=bbondy
  1980. # [20:04] * Quits: smontagu (chatzilla@3F5935EA.DE94F5AD.CC465D70.IP) (Ping timeout)
  1981. # [20:05] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/ccd91b78561f - Simone Bruno - Bug 956451 - added mozconfig file to be used for macosx64_gecko-debug build, r=catlee
  1982. # [20:05] * Joins: Waldo (waldo@moz-62518563.mtv2.mozilla.com)
  1983. # [20:06] * Joins: smontagu (chatzilla@3F5935EA.DE94F5AD.CC465D70.IP)
  1984. # [20:06] * Quits: jedp (jedp@moz-62518563.mtv2.mozilla.com) (Quit: Computer has gone to sleep.)
  1985. # [20:07] <firebot> Check-in: http://hg.mozilla.org/integration/fx-team/rev/af839c309305 - Jim Chen - Bug 988553 - General Javascript test harness cleanup; r=nalexander
  1986. # [20:07] <firebot> http://hg.mozilla.org/integration/fx-team/rev/a99a220d3c56 - Jim Chen - Bug 988553 - Move JavascriptTestMessageParser into helper class; r=nalexander
  1987. # [20:08] * Quits: rubocoptero (rubocopter@moz-3862A982.sh.cvut.cz) (Ping timeout)
  1988. # [20:08] * Quits: davidb (davidb@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  1989. # [20:09] * Quits: bmoss (bmoss@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  1990. # [20:09] * Joins: jedp (jedp@moz-62518563.mtv2.mozilla.com)
  1991. # [20:09] <jesup> jmaher: ping
  1992. # [20:09] <jmaher> jesup: pong
  1993. # [20:10] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  1994. # [20:10] <jesup> jmaher: Hi - I'm trying to drive forward suhas's patches for talos and webrtc audio quality (so we can then start adding more things to measure there)
  1995. # [20:11] * Joins: rubocoptero (rubocopter@moz-3862A982.sh.cvut.cz)
  1996. # [20:12] * whimboo|dinner is now known as whimboo
  1997. # [20:12] <gcp_> cajbir: ping
  1998. # [20:12] * Quits: bkero (bkero@B09BE30.721446DC.5E72ECD5.IP) (Ping timeout)
  1999. # [20:12] <jesup> What remains to be done in your opinion? Bug 909524 and Bug 964498
  2000. # [20:13] * Joins: stransky (stransky@moz-59D79C36.broadband2.iol.cz)
  2001. # [20:14] <jesup> jmaher: I've imported the patches but need to get them set up (I think I need to check out something additional for talos...). I can also find some additional new resources to help with this.
  2002. # [20:14] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  2003. # [20:14] <jmaher> brb
  2004. # [20:15] * Quits: blassey (quassel@moz-1B593443.hsd1.ma.comcast.net) (Ping timeout)
  2005. # [20:15] * Joins: blassey (quassel@moz-1B593443.hsd1.ma.comcast.net)
  2006. # [20:15] <KWierso> RyanVM|sheriffduty: you taking care of the inbound bustage?
  2007. # [20:16] * Quits: cajbir (farv@moz-EC11DA4D.members.linode.com) (Ping timeout)
  2008. # [20:16] * Quits: Peng (mnordhoff@moz-D5175E95.mattnordhoff.net) (Ping timeout)
  2009. # [20:16] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Ping timeout)
  2010. # [20:17] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  2011. # [20:17] * Joins: cpeterson (cpeterson@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2012. # [20:17] <RyanVM|sheriffduty> KWierso: yes
  2013. # [20:18] * Joins: bkero (bkero@B09BE30.721446DC.5E72ECD5.IP)
  2014. # [20:18] * jmaher back
  2015. # [20:18] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/53d44383015c - Ryan VanderMeulen - Backed out changeset 2d7ce67f5874 (bug 940685) for mochitest-bc failures.
  2016. # [20:19] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/6b52fdd7619b - Henrik Skupin - Bug 989282 - [tps] Add debug mode for detailed inspection of Sync. r=jgriffin DONTBUILD
  2017. # [20:20] * Joins: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2018. # [20:20] <RyanVM|sheriffduty> nmatsakis: ping
  2019. # [20:20] <jmaher> jesup: let me get you an email with the next steps- I need to refresh myself on both the bugs
  2020. # [20:20] <jesup> jmaher: great, thanks
  2021. # [20:22] * jhopkins|buildduty is now known as jhopkins|brb
  2022. # [20:23] * Joins: jdover (jdover@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2023. # [20:24] * Joins: davidb (davidb@13F2CEC5.7672369.D8E68FF6.IP)
  2024. # [20:24] * Joins: mconley_ (mconley@13F2CEC5.7672369.D8E68FF6.IP)
  2025. # [20:24] * Quits: mconley (mconley@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  2026. # [20:24] * Quits: cpeterson (cpeterson@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  2027. # [20:25] * mconley_ is now known as mconley
  2028. # [20:25] * Quits: mwobensmith1 (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  2029. # [20:25] * Joins: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2030. # [20:25] * Quits: azakai_ (alon@moz-62518563.mtv2.mozilla.com) (Connection reset by peer)
  2031. # [20:26] * Joins: azakai__ (alon@moz-62518563.mtv2.mozilla.com)
  2032. # [20:26] * Quits: brendan (brendaneic@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: brendan)
  2033. # [20:27] * Joins: brendan (brendaneic@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2034. # [20:28] * Joins: billm (billm@moz-C07D5168.p2p.sfo1.mozilla.com)
  2035. # [20:29] * Joins: bholley (bholley@B08EEEEB.6BBCE916.7B974E06.IP)
  2036. # [20:29] * Quits: edmorley (uid27002@moz-5F4AA75A.irccloud.com) (Quit: )
  2037. # [20:29] * Joins: cpeterson (cpeterson@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2038. # [20:29] * Quits: jedp (jedp@moz-62518563.mtv2.mozilla.com) (Quit: Computer has gone to sleep.)
  2039. # [20:30] * Joins: bmoss (bmoss@moz-62518563.mtv2.mozilla.com)
  2040. # [20:30] * Joins: tantek (tantek@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2041. # [20:31] <nmatsakis> RyanVM|sheriffduty: pong
  2042. # [20:32] * Quits: jwalker (jwalker@moz-76873736.cable.virginm.net) (Input/output error)
  2043. # [20:32] * Joins: jwalker (jwalker@moz-76873736.cable.virginm.net)
  2044. # [20:33] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/864067766916 - Ryan VanderMeulen - Backed out changesets 0b596070fe54 and ed6969e4fb6f (bug 957560) for causing bug 990027 on a CLOSED TREE.
  2045. # [20:33] * Joins: cviecco_adium (Adium@moz-62518563.mtv2.mozilla.com)
  2046. # [20:34] <RyanVM|sheriffduty> nmatsakis: seeing some odd-looking ASAN failures happening intermittently on inbound starting around your push
  2047. # [20:34] <RyanVM|sheriffduty> https://tbpl.mozilla.org/php/getParsedLog.php?id=37011493&tree=Mozilla-Inbound
  2048. # [20:34] * Quits: gsvelto (gsvelto@moz-8474C0B3.clienti.tiscali.it) (Ping timeout)
  2049. # [20:34] <RyanVM|sheriffduty> the lack of stacks doesn't help :(
  2050. # [20:35] * Joins: robertbindar (Thunderbir@moz-7443FA19.eregie.pub.ro)
  2051. # [20:36] * kats is now known as kats|away
  2052. # [20:36] <nmatsakis> RyanVM|sheriffduty: huh. ok. I'd be very surprised if my push caused them, because it only affects error paths when the self-hosted code is missing a property
  2053. # [20:38] * Quits: bkero (bkero@B09BE30.721446DC.5E72ECD5.IP) (Ping timeout)
  2054. # [20:40] * Joins: bkero (bkero@B09BE30.721446DC.5E72ECD5.IP)
  2055. # [20:41] * admix is now known as admix|away
  2056. # [20:41] * Quits: cpeterson (cpeterson@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  2057. # [20:42] * Joins: cpeterson (cpeterson@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2058. # [20:42] * jhopkins|brb is now known as jhopkins|buildduty
  2059. # [20:42] * Quits: bkero (bkero@B09BE30.721446DC.5E72ECD5.IP) (Ping timeout)
  2060. # [20:42] * julienw is now known as julienw_afk
  2061. # [20:47] <philor> ah, Monday
  2062. # [20:47] <philor> Mano: bustage
  2063. # [20:48] <Mano> me? how? :-(
  2064. # [20:49] <RyanVM|sheriffduty> philor: so I'm trying to decide if the m-oth crashes on inbound from yxl's patch are needs-clobber or needs-backout :P
  2065. # [20:49] * Quits: cviecco_adium (Adium@moz-62518563.mtv2.mozilla.com) (Quit: Leaving.)
  2066. # [20:49] * Joins: ehugg (ehugg@moz-44D86B1E.cisco.com)
  2067. # [20:49] <Mano> philor: should i backout?
  2068. # [20:49] <RyanVM|sheriffduty> yes
  2069. # [20:50] <Mano> no idea why or how could this break anything :-/
  2070. # [20:50] * Joins: bkero (bkero@B09BE30.721446DC.5E72ECD5.IP)
  2071. # [20:50] * baku is now known as baku|away
  2072. # [20:50] * Quits: rubocoptero (rubocopter@moz-3862A982.sh.cvut.cz) (Ping timeout)
  2073. # [20:50] <RyanVM|sheriffduty> philor: meh, don't care to roll the dice
  2074. # [20:51] <philor> bustage: it's Universal ;)
  2075. # [20:51] <philor> RyanVM|sheriffduty: Try and retriggers will do nicely for demonstrating it's needs-clobber, if it is, yeah
  2076. # [20:52] <RyanVM|sheriffduty> he can figure it out on his time
  2077. # [20:52] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/abebf45061a9 - Ryan VanderMeulen - Backed out changeset 9511f53e3f38 (bug 934367) for frequent OSX m-oth crashes.
  2078. # [20:52] * admix|away is now known as admix
  2079. # [20:52] * Quits: brendan (brendaneic@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: brendan)
  2080. # [20:53] * Joins: idwer_ (irc@moz-67B6410D.adsl.online.nl)
  2081. # [20:53] * Quits: idwer (irc@moz-67B6410D.adsl.online.nl) (Ping timeout)
  2082. # [20:53] <RyanVM|sheriffduty> philor: not sure what's up with ASAN
  2083. # [20:53] <RyanVM|sheriffduty> stacks would be nice
  2084. # [20:54] * Quits: bholley (bholley@B08EEEEB.6BBCE916.7B974E06.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  2085. # [20:54] <philor> yeah, I don't have any feeling about it
  2086. # [20:54] <gaston> glob|away: ever got a request for a 'create a new bug blocking this one' link in bmo ? :)
  2087. # [20:54] * gaye is now known as gaye|whengaiaisclosediwillwalk
  2088. # [20:55] * gaye|whengaiaisclosediwillwalk is now known as gaye|whengaiaisclosedwalkthedo
  2089. # [20:55] * gaye|whengaiaisclosedwalkthedo is now known as gaye|whengaiaisclosedgowalkdog
  2090. # [20:55] <philor> nor do I know why the "AssertionError: Tests should have passed, log:" bug I filed yesterday doesn't get wrongly suggested for it, do we blacklist AssertionError?
  2091. # [20:55] * Quits: BigBro (ibrahim@moz-61EA4B93.fbx.proxad.net) (Quit: Quitte)
  2092. # [20:56] <philor> huh, we don't
  2093. # [20:57] <philor> maybe we fail at searching with colons
  2094. # [20:57] <firebot> Check-in: http://hg.mozilla.org/integration/fx-team/rev/6b01c16172c2 - Asaf Romano - Backout bug 977730 due to bustage [CLOSED TREE]
  2095. # [20:57] * Quits: ehugg (ehugg@moz-44D86B1E.cisco.com) (Quit: ehugg)
  2096. # [20:58] * Joins: cviecco_adium (Adium@moz-62518563.mtv2.mozilla.com)
  2097. # [20:58] <reyre> is there any pre-built code like reflect.js for mochitest, but test non HTML objects?
  2098. # [20:58] * Quits: Mano (mano@moz-6313ADC9.red.bezeqint.net) (Client exited)
  2099. # [20:58] <reyre> that tests*
  2100. # [20:58] * Joins: Mano (mano@moz-6313ADC9.red.bezeqint.net)
  2101. # [20:59] <RyanVM|sheriffduty> philor: bleh, it's already happening across trees
  2102. # [20:59] * Joins: heftig (heftig@moz-6F5F67C4.dip0.t-ipconnect.de)
  2103. # [20:59] <RyanVM|sheriffduty> guess I'm just going to file for now and yell at ted for stacks :P
  2104. # [20:59] <RyanVM|sheriffduty> vlad: another ping attempt ;)
  2105. # [20:59] <@ted> stacks for what?
  2106. # [21:00] * Joins: zwol (zack@moz-17B5FBD2.pitbpa.fios.verizon.net)
  2107. # [21:00] * Quits: Mano (mano@moz-6313ADC9.red.bezeqint.net) (Ping timeout)
  2108. # [21:00] <@dolske> mad stacks, bitch! </jesse pinkerman>
  2109. # [21:00] <philor> wasn't there some asan clang upgrade end of last week?
  2110. # [21:00] * Joins: jfkthame (jfkthame@59D4F640.6B7B908E.3E2A4E92.IP)
  2111. # [21:01] <philor> bug nnn - upgrade clang for asan so we won't be troubled by having stacks
  2112. # [21:02] <RyanVM|sheriffduty> ah of course
  2113. # [21:02] <@dolske> correction: "mad stacks yo". https://www.google.com/webhp#q=mad+stacks+yo
  2114. # [21:02] <RyanVM|sheriffduty> philor: update clang, lose stacks, and get new failures
  2115. # [21:02] <RyanVM|sheriffduty> ftw :P
  2116. # [21:02] <RyanVM|sheriffduty> ted: https://tbpl.mozilla.org/php/getParsedLog.php?id=37010061&tree=Mozilla-Inbound
  2117. # [21:02] <philor> you can see why that would be a Q1 goal
  2118. # [21:03] * Joins: naveed (naveed@moz-3CA42256.bstnma.fios.verizon.net)
  2119. # [21:04] * Quits: Bas (chatzilla@347FA24B.24D9B0A0.495EC8CD.IP) (Ping timeout)
  2120. # [21:04] * Joins: pcwalton (pcwalton@moz-C07D5168.p2p.sfo1.mozilla.com)
  2121. # [21:04] * Joins: brendan (brendaneic@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2122. # [21:05] * Quits: cviecco_adium (Adium@moz-62518563.mtv2.mozilla.com) (Quit: Leaving.)
  2123. # [21:05] <jesup> khuey|away: ping - bug 986762 is waiting on you to review for beta approval
  2124. # [21:05] * Quits: naveed (naveed@moz-3CA42256.bstnma.fios.verizon.net) (Ping timeout)
  2125. # [21:06] <@ted> RyanVM|sheriffduty: heh, that's crashing in the xpcshell selftest
  2126. # [21:06] <@ted> which is kind of funny
  2127. # [21:06] * Quits: jfkthame (jfkthame@59D4F640.6B7B908E.3E2A4E92.IP) (Quit: This computer has gone to sleep)
  2128. # [21:06] * Quits: rbarnes (rbarnes@moz-62518563.mtv2.mozilla.com) (Input/output error)
  2129. # [21:06] <@ted> RyanVM|sheriffduty: are those same crashes happening in the xpcshell test suite?
  2130. # [21:06] <@ted> (and not just make check)
  2131. # [21:06] <@ehsan> jdm: ping
  2132. # [21:06] <jdm> ehsan: pong
  2133. # [21:07] <RyanVM|sheriffduty> ted: haven't seen any yet
  2134. # [21:07] <@ted> weird
  2135. # [21:07] <@ted> must be environment specific somehow
  2136. # [21:07] <@ehsan> jdm: so, my test for bug 987387 won't work on non-desktop I think...
  2137. # [21:07] <@ehsan> jdm: should I land it disabled elsewhere?
  2138. # [21:08] <jdm> ehsan: yep
  2139. # [21:08] <@ehsan> jdm: ty
  2140. # [21:08] * Quits: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  2141. # [21:10] * justindarc is now known as justindarc|food
  2142. # [21:10] <philor> mmm, and the return of my favorite Jetpack failures, "all events dispatche as expeced - [ " and "events where dispatched - ["
  2143. # [21:11] * Joins: aja (Instantbir@77027837.73203D5C.7880DB15.IP)
  2144. # [21:11] * Quits: brendan (brendaneic@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: brendan)
  2145. # [21:11] <@ehsan> jdm: hmm, actually, see http://mxr.mozilla.org/mozilla-central/source/widget/tests/chrome.ini#11
  2146. # [21:11] <jdm> interesting
  2147. # [21:11] * Quits: cpeterson (cpeterson@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  2148. # [21:11] <jdm> I guess that does actually make more sense
  2149. # [21:11] <@ehsan> jdm: this is where I cargo-culted this stuff from: http://mxr.mozilla.org/mozilla-central/source/widget/tests/test_bug462106_perwindow.xul#77
  2150. # [21:11] <@ehsan> jdm: it does?
  2151. # [21:11] <@ehsan> oh
  2152. # [21:12] <@ehsan> do we even run mochitets-chrome on android/b2g?
  2153. # [21:12] <@ehsan> I guess the answer is no :)
  2154. # [21:12] <Ms2ger> Without the Fx-desktop chrome?
  2155. # [21:12] <Ms2ger> A little hard, I think :)
  2156. # [21:12] * Quits: bajaj (Adium@moz-62518563.mtv2.mozilla.com) (Connection reset by peer)
  2157. # [21:12] * Joins: bajaj1 (Adium@moz-62518563.mtv2.mozilla.com)
  2158. # [21:12] <@ehsan> yeah I gues
  2159. # [21:12] <@ehsan> ok, I'll land this as is
  2160. # [21:12] * Quits: bmoss (bmoss@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2161. # [21:13] * Quits: tantek (tantek@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: tantek)
  2162. # [21:13] <@ehsan> gah, except that the tree is closed :((
  2163. # [21:13] <jdm> sucker
  2164. # [21:14] * Quits: lmandel (lmandel@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  2165. # [21:14] * Joins: jedp (jedp@moz-62518563.mtv2.mozilla.com)
  2166. # [21:14] * Joins: lmandel (lmandel@13F2CEC5.7672369.D8E68FF6.IP)
  2167. # [21:14] * Joins: rbarnes (rbarnes@moz-62518563.mtv2.mozilla.com)
  2168. # [21:14] * Quits: mconley (mconley@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  2169. # [21:15] * Joins: mconley (mconley@13F2CEC5.7672369.D8E68FF6.IP)
  2170. # [21:15] <philor> sigh, apparently Mano needed a clobber, since he needed one to back out
  2171. # [21:16] <philor> should have gotten a build system owner to write that experiments stuff
  2172. # [21:16] * Joins: rubocoptero (rubocopter@moz-3862A982.sh.cvut.cz)
  2173. # [21:16] * Quits: rbarnes (rbarnes@moz-62518563.mtv2.mozilla.com) (Input/output error)
  2174. # [21:16] * Joins: cpeterson (cpeterson@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2175. # [21:18] * Joins: kentuckyfriedtakahe (ajones@7EA5AB88.DC2C3734.616A18A6.IP)
  2176. # [21:18] * Joins: arnaud_bienner (arno@moz-A1109EC1.dsl.sta.abo.bbox.fr)
  2177. # [21:19] * Quits: paolo (paolo@moz-938008A0.retail.telecomitalia.it) (Quit: Konversation terminated!)
  2178. # [21:20] * Joins: Peng (mnordhoff@moz-D5175E95.mattnordhoff.net)
  2179. # [21:20] * Joins: jrm2k6 (jrm2k6@moz-925F8EE7.osr0-terez.net.telekom.hu)
  2180. # [21:20] * Joins: cajbir (farv@moz-EC11DA4D.members.linode.com)
  2181. # [21:21] * Quits: azakai__ (alon@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2182. # [21:21] * jlund is now known as jlund|food
  2183. # [21:22] * Quits: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  2184. # [21:23] <RyanVM|sheriffduty> haha
  2185. # [21:24] <firebot> Check-in:
  2186. # [21:24] <firebot> http://hg.mozilla.org/integration/fx-team/rev/08a9cf1f40b5 - Dão Gottwald - Bug 989701 - Set -moz-box-align:center for #urlbar-container and reduce the url bar's vertical margin in order to correctly align the urlbar-back-button-clip-path. r=mdeboer
  2187. # [21:25] * Joins: bmoss (bmoss@moz-62518563.mtv2.mozilla.com)
  2188. # [21:25] * geekboy is now known as geekboy|afk
  2189. # [21:27] * Joins: Mano (mano@moz-6313ADC9.red.bezeqint.net)
  2190. # [21:27] * Quits: billm (billm@moz-C07D5168.p2p.sfo1.mozilla.com) (Ping timeout)
  2191. # [21:28] * Quits: jedp (jedp@moz-62518563.mtv2.mozilla.com) (Quit: Computer has gone to sleep.)
  2192. # [21:28] * Joins: harth_ (harth@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2193. # [21:29] * hwine is now known as hwine-food
  2194. # [21:29] * Quits: jackneill (jackneill@moz-67205168.pool.digikabel.hu) (Input/output error)
  2195. # [21:30] * Quits: mahdi (mahdi@4B0FB9CE.E2A51A30.195261CE.IP) (Client exited)
  2196. # [21:30] * Joins: brendan (brendaneic@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2197. # [21:30] * Quits: darkowlzz (sunny@4D3D4D51.DCF3E831.27560D6E.IP) (Quit: This computer has gone to sleep)
  2198. # [21:30] * Joins: bholley (bholley@B08EEEEB.6BBCE916.7B974E06.IP)
  2199. # [21:31] * Joins: jfkthame (jfkthame@59D4F640.6B7B908E.3E2A4E92.IP)
  2200. # [21:31] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/6ca67f136635 - ffxbld - Automated checkin: version bump for firefox 29.0b4 release. DONTBUILD CLOSED TREE a=release
  2201. # [21:32] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/fc5aee7e3a0b - ffxbld - Added FIREFOX_29_0b4_RELEASE FIREFOX_29_0b4_BUILD1 tag(s) for changeset 6ca67f136635. DONTBUILD CLOSED TREE a=release
  2202. # [21:32] * Quits: @smaug (chatzilla@moz-9E0B1701.pp.htv.fi) (Ping timeout)
  2203. # [21:33] * Quits: jet (jet@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  2204. # [21:33] * Quits: cpeterson (cpeterson@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  2205. # [21:33] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/29d6d6f88a35 - ffxbld - Automated checkin: version bump for fennec 29.0b4 release. DONTBUILD CLOSED TREE a=release
  2206. # [21:33] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/e83a551c8517 - ffxbld - Added FENNEC_29_0b4_RELEASE FENNEC_29_0b4_BUILD1 tag(s) for changeset 29d6d6f88a35. DONTBUILD CLOSED TREE a=release
  2207. # [21:34] * Quits: till (till@moz-A76772AB.adsl.alicedsl.de) (Input/output error)
  2208. # [21:34] * Quits: h4writer (h4writer@moz-957FCBC.access.telenet.be) (Ping timeout)
  2209. # [21:35] * baku|away is now known as baku
  2210. # [21:36] * Joins: rbarnes (rbarnes@moz-62518563.mtv2.mozilla.com)
  2211. # [21:39] <sicking> rbarnes: hey, i didn't realize that sendBeacon didn't get enabled in bug 936340 :(
  2212. # [21:39] <sicking> rbarnes: what was the reason for that?
  2213. # [21:39] <Optimizer> can I not open indexed db once and create 2 objectStores in it ?
  2214. # [21:40] * Joins: tomer (tomer@moz-F45DAEFD.static.012.net.il)
  2215. # [21:40] <rbarnes> sicking: newbie error, probably. when dougt handed it to me, it had the pref, and i didn't realize i needed to get rid of it
  2216. # [21:40] * Quits: davidb (davidb@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Blah blah blah)
  2217. # [21:40] * gaye|whengaiaisclosedgowalkdog is now known as gaye
  2218. # [21:40] <sicking> rbarnes: ah, ok. We should definitely enable it by default now that the private-browsing bug has been taken care of.
  2219. # [21:40] * Joins: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP)
  2220. # [21:41] <sicking> rbarnes: probably means that it'll have to ride the 31 release though
  2221. # [21:41] <sicking> rbarnes: you can keep the code to implement the pref, but just flip the pref to be enabled by default
  2222. # [21:41] * Quits: yzen (yzen@13F2CEC5.7672369.D8E68FF6.IP) (Quit: leaving... bye!)
  2223. # [21:41] * terrence is now known as terrence-lunch
  2224. # [21:42] * Joins: yzen (yzen@13F2CEC5.7672369.D8E68FF6.IP)
  2225. # [21:44] * armenzg is now known as armenzg_brb
  2226. # [21:45] * kushagra_ is now known as kushagra
  2227. # [21:46] * Quits: aklotz (Thunderbir@FD1E68D2.64455FB.F97ED6F2.IP) (Connection reset by peer)
  2228. # [21:46] * Joins: aklotz (Thunderbir@FD1E68D2.64455FB.F97ED6F2.IP)
  2229. # [21:46] * sheppy is now known as sheppy-offline
  2230. # [21:47] * Joins: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net)
  2231. # [21:47] * Joins: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2232. # [21:51] * mcote is now known as mcote|biab
  2233. # [21:51] * Quits: aklotz (Thunderbir@FD1E68D2.64455FB.F97ED6F2.IP) (Ping timeout)
  2234. # [21:53] * Joins: aklotz (Thunderbir@moz-36664323.cg.shawcable.net)
  2235. # [21:55] * Joins: jedp (jedp@moz-62518563.mtv2.mozilla.com)
  2236. # [21:57] * Quits: rubocoptero (rubocopter@moz-3862A982.sh.cvut.cz) (Quit: Leaving)
  2237. # [21:58] * jhopkins|buildduty is now known as jhopkins|mtg
  2238. # [21:58] * Quits: jrm2k6 (jrm2k6@moz-925F8EE7.osr0-terez.net.telekom.hu) (Client exited)
  2239. # [21:59] <robcee> ehsan: you're not in the office today, are you?
  2240. # [21:59] <@ehsan> robcee: nope, working from home
  2241. # [21:59] <@ehsan> robcee: what's up?
  2242. # [21:59] <robcee> just have a question or two about webaudio
  2243. # [21:59] <@ehsan> shoot!
  2244. # [21:59] <robcee> we don't expose the speex encoder to JS, do we?
  2245. # [22:00] <@ehsan> the speex encoder?
  2246. # [22:00] <robcee> yeah
  2247. # [22:00] <@ehsan> you mean the resampler?
  2248. # [22:00] <robcee> well, I see a resampler
  2249. # [22:00] <robcee> maybe we don't even include the whole encoder
  2250. # [22:00] <gwagner> RyanVM|sheriffduty: is the tree closure blocking us from merging https://hg.mozilla.org/integration/mozilla-inbound/rev/864067766916 ?
  2251. # [22:00] * jlund|food is now known as jlund|mtg
  2252. # [22:00] <robcee> pewp
  2253. # [22:01] <@ehsan> we ony include the resampler in our tree: http://mxr.mozilla.org/mozilla-central/source/media/libspeex_resampler/
  2254. # [22:01] * KaiRo is now known as KaiRo_away
  2255. # [22:01] * Quits: rbarnes (rbarnes@moz-62518563.mtv2.mozilla.com) (Input/output error)
  2256. # [22:01] <@ehsan> robcee: and yes, it's (sort of) exposed to js
  2257. # [22:01] * Quits: brendan (brendaneic@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: brendan)
  2258. # [22:01] <robcee> was hoping for a full speex encoder stack but oh well!
  2259. # [22:01] <@ehsan> well
  2260. # [22:01] * justindarc|food is now known as justindarc
  2261. # [22:01] <@ehsan> we also have an implementation of MediaEncoder iirc
  2262. # [22:02] * armenzg_brb is now known as armenzg
  2263. # [22:02] * armenzg is now known as armenzg_mtg
  2264. # [22:02] * Joins: rbarnes (rbarnes@moz-62518563.mtv2.mozilla.com)
  2265. # [22:02] <robcee> http://mxr.mozilla.org/mozilla-central/source/content/media/encoder/MediaEncoder.h
  2266. # [22:02] * hwine-food is now known as hwine
  2267. # [22:02] <robcee> hum
  2268. # [22:02] * hwine is now known as hwine|mtg
  2269. # [22:02] <@ehsan> sorry
  2270. # [22:02] <@ehsan> robcee: MediaRecorder
  2271. # [22:02] <@ehsan> is what I meant
  2272. # [22:02] <robcee> aha
  2273. # [22:02] <@ehsan> I think the current impl is b2g only
  2274. # [22:02] <@ehsan> and it can encode to opus
  2275. # [22:02] <robcee> ok, I'll poke around in there
  2276. # [22:03] <@ehsan> robcee: what do you want to know?
  2277. # [22:03] <RyanVM|sheriffduty> gwagner: no, the fact that inbound's been some form of busted all day is
  2278. # [22:03] <RyanVM|sheriffduty> gwagner: planning to merge once I know that the various issues are all sorted out
  2279. # [22:03] <robcee> need to read up on opus, but I was looking for speex specifically
  2280. # [22:03] * Quits: rbarnes (rbarnes@moz-62518563.mtv2.mozilla.com) (Connection reset by peer)
  2281. # [22:03] * Quits: jedp (jedp@moz-62518563.mtv2.mozilla.com) (Quit: Computer has gone to sleep.)
  2282. # [22:04] <robcee> other question was the Audio API extension is deprecated
  2283. # [22:04] * Quits: Mano (mano@moz-6313ADC9.red.bezeqint.net) (Client exited)
  2284. # [22:04] <@ehsan> robcee: do you mean speex the codec?
  2285. # [22:04] * Joins: cpeterson (cpeterson@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2286. # [22:04] * Joins: rbarnes (rbarnes@moz-62518563.mtv2.mozilla.com)
  2287. # [22:04] <robcee> ehsan: yeah
  2288. # [22:04] * Joins: Mano (mano@moz-6313ADC9.red.bezeqint.net)
  2289. # [22:04] * Joins: ckitching (ckitching@9365072D.F6CDAF24.8772DA20.IP)
  2290. # [22:04] <@ehsan> robcee: opus replaced speex, we don't support "speex" itself
  2291. # [22:04] * Quits: rbarnes (rbarnes@moz-62518563.mtv2.mozilla.com) (Input/output error)
  2292. # [22:05] <robcee> oh, I wasn't aware of that
  2293. # [22:05] <@ehsan> robcee: what about Audio Data?
  2294. # [22:05] * Quits: robertbindar (Thunderbir@moz-7443FA19.eregie.pub.ro) (Quit: robertbindar)
  2295. # [22:05] <firebot> Check-in: http://hg.mozilla.org/integration/fx-team/rev/ce6c24dd1fae - Robert Strong - Bug 633804 - Per-user install will overwrite registry key for other architectures. r=bbondy
  2296. # [22:05] * Joins: robertbindar (Thunderbir@moz-7443FA19.eregie.pub.ro)
  2297. # [22:05] * Joins: rbarnes (rbarnes@moz-62518563.mtv2.mozilla.com)
  2298. # [22:05] * Joins: cviecco_adium (Adium@moz-62518563.mtv2.mozilla.com)
  2299. # [22:05] * Quits: harishneit (harishneit@48181277.5DD63608.8B6C1D65.IP) (Ping timeout)
  2300. # [22:05] <robcee> you mean, what am I asking about audio data or ... ?
  2301. # [22:05] <@ehsan> robcee: (see the orange note on http://www.speex.org/ :)
  2302. # [22:05] <philor> m-i wasn't busted *all* day, it was fine for an hour and 42 minutes
  2303. # [22:06] * Joins: harishneit (harishneit@59CC9469.291909EC.8B6C1D65.IP)
  2304. # [22:06] * Parts: harishneit (harishneit@59CC9469.291909EC.8B6C1D65.IP)
  2305. # [22:06] <@ehsan> robcee: yeah, what are you asking about audio data? :)
  2306. # [22:06] * Quits: cpeterson (cpeterson@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  2307. # [22:06] <robcee> my goal was to take a stream from getUserMedia and convert it to an encoded stream for sharing
  2308. # [22:06] * Quits: Mano (mano@moz-6313ADC9.red.bezeqint.net) (Ping timeout)
  2309. # [22:06] <@ehsan> oh I see
  2310. # [22:06] * Parts: jwei (jwei@13F2CEC5.7672369.D8E68FF6.IP)
  2311. # [22:06] * Joins: jwei (jwei@13F2CEC5.7672369.D8E68FF6.IP)
  2312. # [22:06] <robcee> just doing a little experimentation
  2313. # [22:06] * Ms2ger kicks virtualbox
  2314. # [22:06] * Joins: harishneit (harishneit@59CC9469.291909EC.8B6C1D65.IP)
  2315. # [22:06] <@ehsan> robcee: MediaRecorder is probably what you want
  2316. # [22:06] <robcee> yeah, sounds like
  2317. # [22:06] * Joins: brendan (brendaneic@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2318. # [22:07] <@ehsan> see http://mxr.mozilla.org/mozilla-central/source/dom/webidl/MediaRecorder.webidl
  2319. # [22:07] <robcee> I see a webidl file so it looks promising
  2320. # [22:07] * mcote|biab is now known as mcote
  2321. # [22:07] <robcee> yep, just there now :)
  2322. # [22:07] <gwagner> RyanVM|sheriffduty: I see. If you see more issues with unrelated oranges I would like to special case this backout. we need it in mc and b2g-inbound to unblock people
  2323. # [22:07] <gwagner> but it seems like its green
  2324. # [22:07] <@ehsan> robcee: hmm, so in fact MediaRecorder is exposed to desktop too!
  2325. # [22:07] <@ehsan> I would be curious to see if it works ;)
  2326. # [22:07] <RyanVM|sheriffduty> gwagner: b2g isn't the center of the universe
  2327. # [22:07] * Joins: smaug (chatzilla@moz-9E0B1701.pp.htv.fi)
  2328. # [22:08] * ChanServ sets mode: +o smaug
  2329. # [22:08] * Quits: gabor (gabor@moz-11EB1F0C.dip0.t-ipconnect.de) (Ping timeout)
  2330. # [22:08] <gwagner> RyanVM|sheriffduty: well we are blocked by this
  2331. # [22:08] * Quits: jwei (jwei@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2332. # [22:08] <hurley> so i have a patch that has approval-mozilla-b2g28+... what repo(s) do i land it on?
  2333. # [22:08] * Joins: jwei (jwei@13F2CEC5.7672369.D8E68FF6.IP)
  2334. # [22:08] <gwagner> so we just have to push this backout to b2g-inbound and mc no?
  2335. # [22:08] <robcee> ehsan: cool! this might even be easy ;) </famouslastwords>
  2336. # [22:08] <RyanVM|sheriffduty> hurley: https://hg.mozilla.org/releases/mozilla-b2g28_v1_3 or wait for the people who do this daily to do it for you ;)
  2337. # [22:09] * Joins: Archaeopteryx (itsme@moz-25EB001E.cust.telecolumbus.net)
  2338. # [22:09] <hurley> RyanVM|sheriffduty: i like the latter :) thanks!
  2339. # [22:09] <RyanVM|sheriffduty> gwagner: b2g tests aren't even green yet on that backout!
  2340. # [22:09] <RyanVM|sheriffduty> FFS
  2341. # [22:09] <robcee> ehsan: undocumented on MDN's WebAPI page
  2342. # [22:09] <@ehsan> yeah
  2343. # [22:09] <@ehsan> robcee: the spec is here: https://dvcs.w3.org/hg/dap/raw-file/default/media-stream-capture/MediaRecorder.html
  2344. # [22:09] <robcee> I figure we're probably already using this for WebRTC so I might be able to figure out how to use it through that
  2345. # [22:09] <robcee> sweet
  2346. # [22:10] <gwagner> RyanVM|sheriffduty: yeah I am watching :)
  2347. # [22:10] <RyanVM|sheriffduty> gwagner: so am I
  2348. # [22:10] <@ehsan> wow
  2349. # [22:10] <@ehsan> robcee: http://simpl.info/mediarecorder/
  2350. # [22:10] <@ehsan> it actually works!
  2351. # [22:10] <robcee> haha
  2352. # [22:10] <@ehsan> robcee: well, at least encoding to ogg works :)
  2353. # [22:11] <robcee> yeah, that's promising
  2354. # [22:11] * Joins: ehugg (ehugg@moz-44D86B1E.cisco.com)
  2355. # [22:11] * geekboy|afk is now known as geekboy
  2356. # [22:11] <@ehsan> robcee: good luck, curious to know about the results of your experiment :)
  2357. # [22:11] * Joins: jrm2k6 (jrm2k6@moz-E2E6FC19.vodafone.hu)
  2358. # [22:11] * Quits: jrm2k6 (jrm2k6@moz-E2E6FC19.vodafone.hu) (Client exited)
  2359. # [22:11] <robcee> me too!
  2360. # [22:11] * Quits: maikmerten (maikmerten@moz-667A63D4.pools.arcor-ip.net) (Client exited)
  2361. # [22:11] * Joins: BigBro (ibrahim@moz-61EA4B93.fbx.proxad.net)
  2362. # [22:12] <robcee> I'll send you a voice message :)
  2363. # [22:12] * Joins: jrm2k6 (jrm2k6@moz-E2E6FC19.vodafone.hu)
  2364. # [22:12] * Quits: ckitching (ckitching@9365072D.F6CDAF24.8772DA20.IP) (Quit: Operators killed when huge stack of backup tapes fell over.)
  2365. # [22:12] * Joins: mixedpuppy (mixedpuppy@A6CF435B.D1155E2C.CFC2A289.IP)
  2366. # [22:12] * Joins: bbondy_ (bbondy@moz-717FF534.home.cgocable.net)
  2367. # [22:12] * Joins: Mano (mano@moz-6313ADC9.red.bezeqint.net)
  2368. # [22:13] <@ehsan> please do :)
  2369. # [22:13] * Quits: robertbindar (Thunderbir@moz-7443FA19.eregie.pub.ro) (Ping timeout)
  2370. # [22:13] * Joins: h4writer (h4writer@moz-D2B35E2F.access.telenet.be)
  2371. # [22:13] * Joins: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com)
  2372. # [22:14] * Joins: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2373. # [22:14] * Quits: ddahl (ddahl@FA215F65.8CBA6D28.848BB095.IP) (Connection reset by peer)
  2374. # [22:14] * Joins: bajaj (Adium@moz-62518563.mtv2.mozilla.com)
  2375. # [22:14] * Quits: bajaj1 (Adium@moz-62518563.mtv2.mozilla.com) (Connection reset by peer)
  2376. # [22:14] * Joins: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro)
  2377. # [22:15] * Quits: bajaj (Adium@moz-62518563.mtv2.mozilla.com) (Max SendQ exceeded)
  2378. # [22:15] * Joins: cpearce (chatzilla@34E8ECDF.DC2C3734.616A18A6.IP)
  2379. # [22:15] * Joins: bajaj (Adium@moz-62518563.mtv2.mozilla.com)
  2380. # [22:15] * Joins: ckitching (ckitching@9365072D.F6CDAF24.8772DA20.IP)
  2381. # [22:15] * Quits: ckitching (ckitching@9365072D.F6CDAF24.8772DA20.IP) (Quit: ckitching)
  2382. # [22:15] * Joins: bajaj1 (Adium@moz-62518563.mtv2.mozilla.com)
  2383. # [22:15] * Quits: bajaj (Adium@moz-62518563.mtv2.mozilla.com) (Connection reset by peer)
  2384. # [22:15] * Joins: ckitching (ckitching@9365072D.F6CDAF24.8772DA20.IP)
  2385. # [22:15] * Quits: ckitching (ckitching@9365072D.F6CDAF24.8772DA20.IP) (Input/output error)
  2386. # [22:15] * Joins: ckitching (ckitching@9365072D.F6CDAF24.8772DA20.IP)
  2387. # [22:16] * Quits: ckitching (ckitching@9365072D.F6CDAF24.8772DA20.IP) (Quit: ckitching)
  2388. # [22:16] * JosiahOne|Away is now known as JosiahOne
  2389. # [22:16] <grobinson> jdm: ping
  2390. # [22:16] <jdm> grobinson: pong
  2391. # [22:17] <grobinson> Do private browsing windows share the same session? e.g. in regards to cookies
  2392. # [22:17] * armenzg_mtg is now known as armenzg
  2393. # [22:17] * Parts: cviecco_adium (Adium@moz-62518563.mtv2.mozilla.com)
  2394. # [22:17] <grobinson> jdm: ^ they appear to from some quick tests I did, but just want to make sure
  2395. # [22:18] * Joins: jedp (jedp@moz-62518563.mtv2.mozilla.com)
  2396. # [22:18] * jlund|mtg is now known as jlund
  2397. # [22:18] <jdm> grobinson: separate private windows open concurrently share cookies, yes.
  2398. # [22:18] * Quits: jedp (jedp@moz-62518563.mtv2.mozilla.com) (Input/output error)
  2399. # [22:18] <grobinson> do they share all forms of "private session" state, or is it mixed?
  2400. # [22:18] * Joins: mahdi (mahdi@4B0FB9CE.E2A51A30.195261CE.IP)
  2401. # [22:18] <grobinson> i know some things (e.g. bookmarks and site permissions) are persisted back to the main session
  2402. # [22:18] <jdm> is there a fennec dev mailing list?
  2403. # [22:19] <Optimizer> has anyone seen this exception wrt generators : uncaught exception: [object StopIteration]
  2404. # [22:19] <RyanVM|sheriffduty> mikedeboer: bustage ahoy on aurora
  2405. # [22:19] * Joins: sir_none (Thunderbir@moz-E98CDE3D.dclient.hispeed.ch)
  2406. # [22:19] <@ted> decoder: ping?
  2407. # [22:19] <RyanVM|sheriffduty> mikedeboer: I blame jaws, fwiw
  2408. # [22:19] * Quits: stransky (stransky@moz-59D79C36.broadband2.iol.cz) (Quit: Connection reset by beer)
  2409. # [22:19] <idwer_> ttaubert: ping
  2410. # [22:19] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  2411. # [22:19] * idwer_ is now known as idwer
  2412. # [22:20] <jdm> grobinson: all private windows either share state with the public session or state with other private windows
  2413. # [22:20] <jdm> grobinson: no private window has any state that is not shared with other private windows
  2414. # [22:22] * Joins: ckitching (ckitching@9365072D.F6CDAF24.8772DA20.IP)
  2415. # [22:22] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  2416. # [22:22] * Joins: jedp (jedp@moz-62518563.mtv2.mozilla.com)
  2417. # [22:23] * geekboy is now known as geekboy|afk
  2418. # [22:23] <jaws> RyanVM|sheriffduty: ?
  2419. # [22:23] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  2420. # [22:23] * Quits: Mano (mano@moz-6313ADC9.red.bezeqint.net) (Client exited)
  2421. # [22:23] * Quits: h4writer (h4writer@moz-D2B35E2F.access.telenet.be) (Ping timeout)
  2422. # [22:24] <RyanVM|sheriffduty> jaws: 3186 INFO TEST-UNEXPECTED-FAIL | /tests/layout/base/tests/test_bug629838.html | uncaught exception - TypeError: document.getElementById(...).setColor is not a function at http://mochi.test:8888/tests/layout/base/tests/test_bug629838.html:61
  2423. # [22:24] * Joins: Mano (mano@moz-6313ADC9.red.bezeqint.net)
  2424. # [22:24] <RyanVM|sheriffduty> smells like bug 940393 to me
  2425. # [22:24] * Quits: myk (myk@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  2426. # [22:24] * Joins: myk (myk@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2427. # [22:25] <jaws> RyanVM|sheriffduty: i didn't touch anything with a .setColor function
  2428. # [22:25] * Quits: bbondy_ (bbondy@moz-717FF534.home.cgocable.net) (Quit: )
  2429. # [22:25] * Quits: Mano (mano@moz-6313ADC9.red.bezeqint.net) (Ping timeout)
  2430. # [22:25] * Joins: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch)
  2431. # [22:26] * mdas is now known as mdas|afk
  2432. # [22:26] <RyanVM|sheriffduty> jaws: https://tbpl.mozilla.org/?tree=Mozilla-Aurora&rev=9f3a5a235d09
  2433. # [22:26] <RyanVM|sheriffduty> it's the only thing I see
  2434. # [22:26] <RyanVM|sheriffduty> so I guess I"ll just back out the entire push then
  2435. # [22:27] * Joins: tessarakt (jens@moz-2435C19C.dip0.t-ipconnect.de)
  2436. # [22:27] * Joins: cpeterson (cpeterson@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2437. # [22:28] * Joins: bbondy_ (bbondy@moz-717FF534.home.cgocable.net)
  2438. # [22:29] * Joins: gandalf (zbraniecki@D2946BA3.1624830.FAF22AF7.IP)
  2439. # [22:29] <mkaply> Anyone know what "working directory is not qtip" means when doing a qrefresh. Did a Google search but it's not helpful. Trying to backout an old patch using hg qnew backout && hg backout <rev> && hg qref -e && hg bzexport
  2440. # [22:29] <jaws> RyanVM|sheriffduty: seems fishy to me
  2441. # [22:29] <jaws> it doesn't really make sense to me why that is failing
  2442. # [22:30] <robcee> mkaply: I think you mean hg qimport <rev> instead of backout
  2443. # [22:30] * Joins: ddahl (ddahl@FA215F65.8CBA6D28.848BB095.IP)
  2444. # [22:30] <RyanVM|sheriffduty> jaws: i'll do another round of retriggers for fun
  2445. # [22:30] <jaws> RyanVM|sheriffduty: thanks
  2446. # [22:31] <RyanVM|sheriffduty> mkaply: ohai qbackout - https://bitbucket.org/sfink/qbackout
  2447. # [22:31] * admix is now known as admix|away
  2448. # [22:31] <decoder> ted: pong
  2449. # [22:31] <decoder> sup
  2450. # [22:31] * Quits: gcp_ (gpascutto@moz-9CEB1C98.access.telenet.be) (Connection reset by peer)
  2451. # [22:32] * Joins: bz (bzbarsky@moz-29D2559C.hfc.comcastbusiness.net)
  2452. # [22:32] <bz> Did we recently change the URL for mochitests?
  2453. # [22:32] <bz> and whether the list of tests is shown?
  2454. # [22:33] * Quits: jedp (jedp@moz-62518563.mtv2.mozilla.com) (Quit: Computer has gone to sleep.)
  2455. # [22:33] <bz> I used to be able to run several different tests easily, but now the test to run is no longer in the url and the test list for the dir is not shown anymore?
  2456. # [22:33] <bz> And when I run only one test it's still running it in a subframe, not directly?
  2457. # [22:33] <Optimizer> anyone knows why I am seeing uncaught exception: [object StopIteration] in my generator ?
  2458. # [22:34] * Joins: jedp (jedp@moz-62518563.mtv2.mozilla.com)
  2459. # [22:34] * Joins: davidb (davidb@moz-525B1A04.dsl.bell.ca)
  2460. # [22:34] <Optimizer> that too at line 0. not helping
  2461. # [22:35] * bc is now known as bc|afk
  2462. # [22:35] <mkaply> So is my tree in a bad state now? Any easy way to fix it?
  2463. # [22:35] * Quits: sankha93 (sankha93@7061CD01.D6BD0D91.22D41759.IP) (Client exited)
  2464. # [22:36] * jhopkins|mtg is now known as jhopkins|buildduty
  2465. # [22:37] * jgriffin is now known as jgriffin-afk
  2466. # [22:38] <philor> RyanVM|sheriffduty: I think that's "failed to install the test plugin", which rather oddly got better on win8
  2467. # [22:38] <RyanVM|sheriffduty> philor: yeah, so could still be related to the slave cleanup stuff
  2468. # [22:38] * Quits: msucan (mihai@5D2C5579.63406A12.320F75DD.IP) (Quit: Leaving.)
  2469. # [22:40] * Joins: sumit4iit (Thunderbir@B60ABF85.A88B770B.931D0F89.IP)
  2470. # [22:40] * jmaher is now known as jmaher|afk
  2471. # [22:40] <grobinson> jdm: thanks, that's very helpful
  2472. # [22:40] <RyanVM|sheriffduty> philor: why do I have this feeling that dc04e14d954b is going to be the cause of the Win8 JP failures
  2473. # [22:40] <RyanVM|sheriffduty> which I assume all of paolo's later landings also depend on
  2474. # [22:41] <RyanVM|sheriffduty> benvie: ping
  2475. # [22:41] <benvie> RyanVM|sheriffduty: pong
  2476. # [22:41] <RyanVM|sheriffduty> benvie: https://tbpl.mozilla.org/php/getParsedLog.php?id=37021275&tree=Fx-Team is happening a lot of fx-team right now
  2477. # [22:41] <RyanVM|sheriffduty> so far, retriggers are pointing at bug 941920
  2478. # [22:41] <RyanVM|sheriffduty> though I've got more in progress to try to confirm
  2479. # [22:42] <RyanVM|sheriffduty> benvie: big problem being that paolo landed other promises patches that I assume depend on this one
  2480. # [22:42] <benvie> RyanVM|sheriffduty: hmm that might not be the case
  2481. # [22:42] <philor> haven't we seen promise weirdness with jetpack before, where they have their own and it's luck of the draw which one gets used, or something like that?
  2482. # [22:42] <benvie> let me check
  2483. # [22:42] * Quits: aklotz (Thunderbir@moz-36664323.cg.shawcable.net) (Ping timeout)
  2484. # [22:44] <benvie> RyanVM|sheriffduty: bug 941920 introduces new functions and methods to the api exposed by Promise.jsm, but nothing else relies on this yet, from looking at the other patches he landed
  2485. # [22:44] <RyanVM|sheriffduty> ok
  2486. # [22:44] * Joins: nattokirai (nattokirai@moz-782CEA96.dynamic.ppp.asahi-net.or.jp)
  2487. # [22:45] * harth_ is now known as harth4real
  2488. # [22:45] <benvie> RyanVM|sheriffduty: also I would not have have guessed that bug 941920 would be the cause of failures in jetpack (does it use Promise.jsm anywhere?)
  2489. # [22:46] * Quits: sumit4iit (Thunderbir@B60ABF85.A88B770B.931D0F89.IP) (Quit: sumit4iit)
  2490. # [22:48] <philor> RyanVM|sheriffduty: hang on a second, -> #jetpack
  2491. # [22:49] * Quits: pepijndevos (pepijndevo@9EACEF43.E50A3180.BCE47D84.IP) (Max SendQ exceeded)
  2492. # [22:49] * Joins: pepijndevos (pepijndevo@9EACEF43.E50A3180.BCE47D84.IP)
  2493. # [22:50] * brett is now known as brett-pausecafe
  2494. # [22:50] * Joins: jet (jet@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2495. # [22:51] * Joins: aklotz (Thunderbir@moz-36664323.cg.shawcable.net)
  2496. # [22:52] * Joins: Snuffleupagus (chatzilla@moz-7411B7A4.bredband.comhem.se)
  2497. # [22:52] * nrc is now known as nrc|afk
  2498. # [22:52] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/20d5e997c35b - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2499. # [22:52] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/d3dd3419af50 - B2G Bumper Bot - Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
  2500. # [22:53] * Joins: mihneadb (mihneadb@moz-6B31F5AA.static.ziggozakelijk.nl)
  2501. # [22:53] <RyanVM|sheriffduty> benvie: you're good, it goes back further :(
  2502. # [22:53] * Quits: brendan (brendaneic@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: brendan)
  2503. # [22:53] * Quits: armenzg (armenzg@moz-70D1DAA7.cable.teksavvy.com) (Quit: Leaving)
  2504. # [22:54] <@ted> decoder: so ryanvm pointed me at an asan failure in make check
  2505. # [22:54] * Quits: aklotz (Thunderbir@moz-36664323.cg.shawcable.net) (Ping timeout)
  2506. # [22:54] <RyanVM|sheriffduty> ted: filed it too now
  2507. # [22:54] <RyanVM|sheriffduty> fwiw
  2508. # [22:54] <benvie> RyanVM|sheriffduty: whew
  2509. # [22:54] <@ted> it's running the xpcshell selftest.py: http://mxr.mozilla.org/mozilla-central/source/testing/xpcshell/selftest.py
  2510. # [22:56] * Quits: sir_none (Thunderbir@moz-E98CDE3D.dclient.hispeed.ch) (Quit: sir_none)
  2511. # [22:56] * RyanVM|sheriffduty is now known as RyanVM
  2512. # [22:56] * geekboy|afk is now known as geekboy
  2513. # [22:56] <@ted> decoder: and it's not setting up the llvm-symbolizer properly because it doesn't run from the test package, it runs from make check on the builder
  2514. # [22:56] <bz> erm
  2515. # [22:58] * Joins: hub (hub@744CE0E3.5EFFC0B8.24454B25.IP)
  2516. # [22:58] * hwine|mtg is now known as hwine
  2517. # [22:59] * Quits: rbarnes (rbarnes@moz-62518563.mtv2.mozilla.com) (Input/output error)
  2518. # [22:59] * Quits: bmoss (bmoss@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2519. # [22:59] * Joins: tantek (tantek@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2520. # [23:00] <jaws> RyanVM: looks like the retrigger went green
  2521. # [23:00] <RyanVM> jaws: yeah
  2522. # [23:00] * Joins: rbarnes (rbarnes@moz-62518563.mtv2.mozilla.com)
  2523. # [23:01] <jaws> RyanVM: thanks for trying one more time before the backout
  2524. # [23:01] * geekboy is now known as geekboy|afk
  2525. # [23:01] <RyanVM> jaws: np, we've had some slave-related windows flakiness recently, so always worth a shot
  2526. # [23:02] <jcranmer> !seen njn
  2527. # [23:02] <firebot> njn was last seen 18 hours, 13 minutes and 41 seconds ago, saying 'bkelly: MOZ_IGNORE_NUWA_PROCESS=1 no longer appears to be necessary' in #b2g.
  2528. # [23:02] * Quits: marshall_law (marshall@BCC5EC56.B2070AF7.505F6A0C.IP) (Ping timeout)
  2529. # [23:02] * Quits: rbarnes (rbarnes@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2530. # [23:03] * Joins: maxli1 (Adium@moz-F47DD19B.student.cs.uwaterloo.ca)
  2531. # [23:03] * Quits: jchaulk (jchaulk-20@moz-B20D3E10.dsl.teksavvy.com) (Quit: Leaving.)
  2532. # [23:03] * Quits: maxli (Adium@moz-EE42E0E.student.cs.uwaterloo.ca) (Ping timeout)
  2533. # [23:03] * Joins: bmoss (bmoss@moz-62518563.mtv2.mozilla.com)
  2534. # [23:04] * Joins: aklotz (Thunderbir@moz-36664323.cg.shawcable.net)
  2535. # [23:04] * geekboy|afk is now known as geekboy
  2536. # [23:04] * terrence-lunch is now known as terrence
  2537. # [23:05] * Joins: naveed (naveed@moz-3CA42256.bstnma.fios.verizon.net)
  2538. # [23:05] * Quits: mahdi (mahdi@4B0FB9CE.E2A51A30.195261CE.IP) (Quit: Leaving)
  2539. # [23:05] * Joins: Mano (mano@moz-6313ADC9.red.bezeqint.net)
  2540. # [23:06] * Joins: marshall_law (marshall@BCC5EC56.B2070AF7.505F6A0C.IP)
  2541. # [23:06] * Joins: rbarnes (rbarnes@moz-62518563.mtv2.mozilla.com)
  2542. # [23:06] * naveed is now known as IRCMonkey6787
  2543. # [23:06] * naveed_pto is now known as naveed
  2544. # [23:06] <firebot> Check-in: http://hg.mozilla.org/integration/fx-team/rev/b5bcfca4bf5b - Richard Newman - Bug 989580 - Lazy load BrowserElementParent.jsm in BrowserElementParent.js. r=jst
  2545. # [23:07] * Joins: naveed__ (naveed@moz-3CA42256.bstnma.fios.verizon.net)
  2546. # [23:07] <RyanVM> bbondy: Gijs: don't know if you saw, but Win8 mochitest-bc is perma-fail on beta again
  2547. # [23:07] * Quits: spohl (Adium@moz-C8FD24B3.static.hvvc.us) (Quit: Leaving.)
  2548. # [23:07] * Quits: IRCMonkey6787 (naveed@moz-3CA42256.bstnma.fios.verizon.net) (Ping timeout)
  2549. # [23:07] * Quits: joshua-s (Thunderbir@moz-AD47F287.syrcny.east.verizon.net) (Ping timeout)
  2550. # [23:07] <RyanVM> at what point do we turn the test off already
  2551. # [23:07] * Quits: jedp (jedp@moz-62518563.mtv2.mozilla.com) (Quit: Computer has gone to sleep.)
  2552. # [23:08] * Joins: tantek_ (tantek@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2553. # [23:08] * jandem is now known as jandem-travel
  2554. # [23:09] * Joins: joshua-s (Thunderbir@moz-AD47F287.syrcny.east.verizon.net)
  2555. # [23:09] * Quits: gandalf (zbraniecki@D2946BA3.1624830.FAF22AF7.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  2556. # [23:11] * Waldo idly observes that the "Hacking from Mozilla Mountain View" logo has the old office map location embedded within it
  2557. # [23:11] * Quits: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net) (Ping timeout)
  2558. # [23:11] * Standard8 is now known as Standard8Away
  2559. # [23:11] * Quits: Standard8Away (Standard8@B7F1AE36.48015583.54C3481B.IP) (Quit: ZNC - http://znc.in)
  2560. # [23:12] <jaws> RyanVM: fyi, gijs is pto thhis week
  2561. # [23:12] <RyanVM> jaws: ok
  2562. # [23:12] * Joins: jesup_ (chatzilla@moz-A39761D7.phlapa.fios.verizon.net)
  2563. # [23:12] * jhopkins|buildduty is now known as jhopkins
  2564. # [23:12] <RyanVM> any opinions on ^ ? :)
  2565. # [23:12] * RyanVM isn't sure when bbondy is officially done either
  2566. # [23:12] <bz> yeah
  2567. # [23:12] <bz> someone recently changed something about running mochitests and now it sucks
  2568. # [23:12] * bz bisects
  2569. # [23:12] <@smaug> bz: the json part?
  2570. # [23:12] <@smaug> in the urls
  2571. # [23:13] <Ms2ger> bz, billm, with the manifests?
  2572. # [23:13] * Quits: rbarnes (rbarnes@moz-62518563.mtv2.mozilla.com) (Input/output error)
  2573. # [23:13] <decoder> ted: yep
  2574. # [23:13] <Ms2ger> bz, https://bugzilla.mozilla.org/show_bug.cgi?id=938019
  2575. # [23:13] <decoder> ted: but I added the llvm-symbolizer also to make check afaik
  2576. # [23:13] <decoder> ted: do you have a log?
  2577. # [23:13] * Quits: joshua-s (Thunderbir@moz-AD47F287.syrcny.east.verizon.net) (Ping timeout)
  2578. # [23:14] * Quits: jesup_ (chatzilla@moz-A39761D7.phlapa.fios.verizon.net) (Ping timeout)
  2579. # [23:14] <decoder> http://mxr.mozilla.org/mozilla-central/search?string=ASAN_SYMBOLIZER
  2580. # [23:14] * Joins: gandalf (zbraniecki@D2946BA3.1624830.FAF22AF7.IP)
  2581. # [23:14] <decoder> this is all the places where I put it
  2582. # [23:14] * Joins: jesup|laptop (chatzilla@moz-A39761D7.phlapa.fios.verizon.net)
  2583. # [23:14] * Quits: cpeterson (cpeterson@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  2584. # [23:14] <decoder> (including cppunittests + jit-tests which run from make check)
  2585. # [23:15] * Quits: abwillis (abwillis@CBAC43F2.9DD4DBBF.6A7A197.IP) (Client exited)
  2586. # [23:15] * Joins: idwer_ (irc@moz-67B6410D.adsl.online.nl)
  2587. # [23:15] * Quits: idwer (irc@moz-67B6410D.adsl.online.nl) (Ping timeout)
  2588. # [23:15] * Quits: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch) (Ping timeout)
  2589. # [23:16] * Quits: kushagra (kushagra@206AB77E.F6E9E457.520CDC98.IP) (Client exited)
  2590. # [23:17] * Joins: idwer (irc@moz-67B6410D.adsl.online.nl)
  2591. # [23:17] * Joins: kushagra (kushagra@206AB77E.F6E9E457.520CDC98.IP)
  2592. # [23:17] * Quits: idwer_ (irc@moz-67B6410D.adsl.online.nl) (Ping timeout)
  2593. # [23:17] * Joins: rbarnes (rbarnes@moz-62518563.mtv2.mozilla.com)
  2594. # [23:18] * Quits: fredw (Icedove@moz-B9C110E2.fbx.proxad.net) (Quit: fredw)
  2595. # [23:18] * Joins: joshua-s (Thunderbir@moz-5EACD6D7.syrcny.east.verizon.net)
  2596. # [23:18] * Quits: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net) (Quit: dealloc)
  2597. # [23:19] * Joins: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net)
  2598. # [23:19] * Quits: kushagra (kushagra@206AB77E.F6E9E457.520CDC98.IP) (Ping timeout)
  2599. # [23:19] * Joins: sewardj (sewardj@moz-7D04FA9F.dip0.t-ipconnect.de)
  2600. # [23:19] <bz> ms2ger: yes, that seems plausible
  2601. # [23:19] * Quits: RealRaven (Thunderbir@2C24DF7D.6B46C3F4.C3498625.IP) (Ping timeout)
  2602. # [23:19] <bz> Ah, and one of the regressions is already filed
  2603. # [23:20] * kmoir is now known as kmoir-afk
  2604. # [23:20] * Quits: rbarnes (rbarnes@moz-62518563.mtv2.mozilla.com) (Input/output error)
  2605. # [23:20] * Joins: Rik|afk (rik@moz-E813DFA5.fbx.proxad.net)
  2606. # [23:21] * bz makes sure he bisects to the right thing before filing the other one
  2607. # [23:22] <firebot> Check-in: http://hg.mozilla.org/integration/fx-team/rev/aa3898f1f4df - Gregory Szorc - Bug 985084 - Part 2: Properly report userDisabled in the API; r=Unfocused
  2608. # [23:22] * justindarc is now known as justindarc|brb
  2609. # [23:23] <bbondy> RyanVM I'm done on Friday, I'll take a look at it tomorrow
  2610. # [23:23] <RyanVM> bbondy: ok
  2611. # [23:23] <sicking> bz: re bug 988672. Do you think it's worth warning in dev-console for a release first?
  2612. # [23:23] * baku is now known as baku|away
  2613. # [23:23] * Joins: RealRaven (Thunderbir@FF8102A8.8032CFC7.27F80FAC.IP)
  2614. # [23:23] <sicking> bz: i'm not sure how easy it is to add strings this late in aurora
  2615. # [23:23] * Quits: yzen (yzen@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2616. # [23:23] <RyanVM> decoder: see bug 990230
  2617. # [23:25] * Joins: yzen (yzen@13F2CEC5.7672369.D8E68FF6.IP)
  2618. # [23:25] <bbondy> RyanVM: there's not already a bug for that is there? I'll post a new one to track the work if not.
  2619. # [23:26] * Quits: mixedpuppy (mixedpuppy@A6CF435B.D1155E2C.CFC2A289.IP) (Ping timeout)
  2620. # [23:27] * Quits: yzen (yzen@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2621. # [23:27] <bz> sicking: I have no idea...
  2622. # [23:27] <bz> sicking: I personally think there will be no serious web compat impact, since no one else supports that junk
  2623. # [23:27] <RyanVM> bbondy: not that I know of
  2624. # [23:27] <sicking> bz: sounds good
  2625. # [23:27] <bbondy> k I'll post one
  2626. # [23:27] * Joins: mixedpuppy (mixedpuppy@A6CF435B.D1155E2C.CFC2A289.IP)
  2627. # [23:28] <sicking> bz: i'm not sure i share your optimism, but i'm happy for you to have a go at it
  2628. # [23:28] * Joins: karl (karl@34E8ECDF.DC2C3734.616A18A6.IP)
  2629. # [23:28] <decoder> RyanVM: thats an xpcshell test failing, right?
  2630. # [23:28] * Quits: znickell (Thunderbir@moz-A2E993EF.dhcp.ftwo.tx.charter.com) (Quit: znickell)
  2631. # [23:29] <RyanVM> decoder: ted said it was a self-test
  2632. # [23:29] <decoder> ah ha ok
  2633. # [23:30] <RyanVM> 3:06:23 PM - ted: RyanVM|sheriffduty: heh, that's crashing in the xpcshell selftest
  2634. # [23:30] <RyanVM> 3:06:26 PM - ted: which is kind of funny
  2635. # [23:30] <decoder> im adding it here
  2636. # [23:30] <decoder> http://mxr.mozilla.org/mozilla-central/source/testing/xpcshell/runxpcshelltests.py#885
  2637. # [23:30] <decoder> which might not cover this selftest
  2638. # [23:30] <philor> an xpcshell-test, rather than an xpcshell test
  2639. # [23:30] <sicking> bz: either way it's probably a good idea to warn in the dev-console whenever we block a javascript: URL. That might be enough to let existing pages know
  2640. # [23:30] <philor> make check, not runxpcshelltests
  2641. # [23:31] * Quits: jfkthame (jfkthame@59D4F640.6B7B908E.3E2A4E92.IP) (Quit: This computer has gone to sleep)
  2642. # [23:31] <Waldo> Optimizer: are you possibly throwing StopIteration from a function*, where instead you should be doing |return;| or |return foo;| or falling off the end to complete the generator, rather than the old-school |throw StopIteration;|?
  2643. # [23:31] <bbondy> RyanVM: FYI being worked on in Bug 990261
  2644. # [23:31] * Joins: IanN|Away (chatzilla@moz-7F4009AA.perr.cable.virginm.net)
  2645. # [23:31] <decoder> philor: okay, where is that started?
  2646. # [23:31] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/f035bcc3dc0e - David Burns - Bug 989370: Update Marionette Stale Element Reference exception to give a meaningful explanation; r=jgriffin
  2647. # [23:31] * IanN|Away is now known as IanN
  2648. # [23:31] <philor> decoder: make -C testing/xpcshell check
  2649. # [23:31] * jhopkins is now known as jhopkins|afk
  2650. # [23:31] <decoder> thx
  2651. # [23:31] * Quits: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net) (Quit: [self dealloc])
  2652. # [23:31] * decoder checks the Makefile there
  2653. # [23:32] * Quits: janv (varga@740FE678.9FB65C50.4F33160D.IP) (Quit: This computer has gone to sleep)
  2654. # [23:32] <decoder> philor: the selftest.py thing?
  2655. # [23:32] * Quits: jesup|laptop (chatzilla@moz-A39761D7.phlapa.fios.verizon.net) (Ping timeout)
  2656. # [23:33] <philor> decoder: must be, you'd have to look at magic in rules.mk dealing with PYTHON_UNIT_TESTS to see exactly how
  2657. # [23:33] * Joins: redwood (chatzilla@26E73836.156CBEAD.74E1C77A.IP)
  2658. # [23:33] * Joins: jesup|laptop (chatzilla@moz-A39761D7.phlapa.fios.verizon.net)
  2659. # [23:34] <decoder> okay i think i see it
  2660. # [23:34] <decoder> selftest.py calls
  2661. # [23:34] * Quits: rogeliodh (Thunderbir@E280E846.1A44C847.D67CC001.IP) (Quit: rogeliodh)
  2662. # [23:34] <decoder> self.x.runTests
  2663. # [23:34] <decoder> where x is the XPCShellTests class
  2664. # [23:34] <decoder> (the class containing all this is called XPCShellTestsTests btw.. nice name)
  2665. # [23:35] * Quits: Mano (mano@moz-6313ADC9.red.bezeqint.net) (Client exited)
  2666. # [23:35] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/19c6922420a9 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  2667. # [23:35] * Quits: bz (bzbarsky@moz-29D2559C.hfc.comcastbusiness.net) (Ping timeout)
  2668. # [23:35] <decoder> XPCShellTests comes from runxpcshelltests.py
  2669. # [23:35] <Ms2ger> decoder, we should add a tests class for that...
  2670. # [23:35] <decoder> from runxpcshelltests import XPCShellTests
  2671. # [23:35] * RyanVM is now known as RyanVM|afk
  2672. # [23:35] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/d71b6d797fbc - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2673. # [23:35] * Joins: Mano (mano@moz-6313ADC9.red.bezeqint.net)
  2674. # [23:36] <decoder> philor: so it is using the logic from runxpcshelltests
  2675. # [23:36] <decoder> but
  2676. # [23:36] <decoder> xpcshell tests dont run on the builder, while this self-test does
  2677. # [23:36] <decoder> the runxpcshell logic does
  2678. # [23:36] <decoder> 883 llvmsym = os.path.join(self.xrePath, "llvm-symbolizer")
  2679. # [23:36] <decoder> thats just for the packaged stuff
  2680. # [23:36] <decoder> on the builder, llvm-symbolizer has a different path. so we probably need to test for both
  2681. # [23:37] <decoder> ted: ^^
  2682. # [23:37] * Quits: Mano (mano@moz-6313ADC9.red.bezeqint.net) (Ping timeout)
  2683. # [23:37] <decoder> i can probably fix this
  2684. # [23:38] * Quits: davidb (davidb@moz-525B1A04.dsl.bell.ca) (Ping timeout)
  2685. # [23:39] * Joins: davidb (davidb@moz-525B1A04.dsl.bell.ca)
  2686. # [23:39] * Quits: serge (Thunderbir@moz-8E7C4BF0.dsl.teksavvy.com) (Ping timeout)
  2687. # [23:39] * Joins: jfkthame (jfkthame@59D4F640.6B7B908E.3E2A4E92.IP)
  2688. # [23:39] * Quits: BigBro (ibrahim@moz-61EA4B93.fbx.proxad.net) (Quit: Quitte)
  2689. # [23:39] <robcee> RyanVM|afk: we going to have another merge of fx-team before build?
  2690. # [23:39] * rail is now known as rail-afk
  2691. # [23:39] <Mossop> I hope so
  2692. # [23:40] <sicking> heycam|away: are you really away or are you just hiding?
  2693. # [23:40] * curtisk is now known as curtisk|afk
  2694. # [23:41] * Quits: jfkthame (jfkthame@59D4F640.6B7B908E.3E2A4E92.IP) (Ping timeout)
  2695. # [23:43] <philor> Mossop: you want to just eat the bustage to your tests from the newtab ads, star them until you work around it?
  2696. # [23:43] <firebot> Check-in: http://hg.mozilla.org/integration/fx-team/rev/8d720133605f - Rob Campbell - Bug 989058 - Cumulative theme fixes; f=bgrins,benvie r=dcamp,fitzgen
  2697. # [23:43] <benvie> wee
  2698. # [23:44] * Quits: ahal (ahal@moz-7DE89BF0.cable.teksavvy.com) (Quit: Leaving)
  2699. # [23:44] <fitzgen> woop woop
  2700. # [23:44] * Fallen|away is now known as Fallen
  2701. # [23:44] <bgrins> these theme fixes are cumulative and important
  2702. # [23:44] * Joins: jfkthame (jfkthame@59D4F640.6B7B908E.3E2A4E92.IP)
  2703. # [23:45] <Mossop> philor: Which bustage?
  2704. # [23:45] * Joins: njn (chatzilla@moz-65A3B0BA.dyn.iinet.net.au)
  2705. # [23:45] * ChanServ sets mode: +o njn
  2706. # [23:46] <philor> Mossop: all the unstarred JPs, apparently you intermittently see https://hg.mozilla.org/integration/fx-team/rev/3f245df4a3cd#l2.12 being inserted
  2707. # [23:46] <firebot> Check-in:
  2708. # [23:46] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/352a2109c6e6 - Ehsan Akhgari - Bug 987387 - Part 2: Add a test to ensure that sendBeacon respects private browsing by checking to see if a private cookie is set when calling sendBeacon in private
  2709. # [23:46] <firebot> browsing mode; r=jdm
  2710. # [23:46] * Quits: arnaud_bienner (arno@moz-A1109EC1.dsl.sta.abo.bbox.fr) (Quit: Ex-Chat)
  2711. # [23:47] <philor> as document-element-inserted, which seems sort of odd to me
  2712. # [23:47] * admix|away is now known as admix
  2713. # [23:47] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5475d87513b4 - Jason Duell - Bug 985230 - mStatus is not correct in HttpChannelChild::OnStartRequest r=sworkman
  2714. # [23:47] <Mossop> philor: I must be blind. Which tree has the failures?
  2715. # [23:48] <philor> Mossop: https://tbpl.mozilla.org/php/getParsedLog.php?id=37024180&tree=Fx-Team
  2716. # [23:48] * Joins: rbarnes (rbarnes@moz-62518563.mtv2.mozilla.com)
  2717. # [23:48] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/50ff5b820452 - David Keeler - bug 990248 - enable mozilla::pkix by default in Firefox Nightly r=briansmith r=cviecco
  2718. # [23:48] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/b591f6b11bec - David Keeler - bug 987295 - mozilla::pkix: fix decoding OCSP response extensions r=cviecco
  2719. # [23:48] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/6b570ab31d19 - David Keeler - bug 987295 - mozilla::pkix: test ocsp extension decoding r=cviecco
  2720. # [23:48] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/a8fd27b3dbae - David Keeler - bug 989516 - mozilla::pkix: temporarily allow improper basicConstraint:cA encodings r=cviecco
  2721. # [23:48] * philor starts to wonder if that "I hope so" wasn't actually in response to "we going to have another merge of fx-team before build?"
  2722. # [23:49] <Mossop> It was
  2723. # [23:49] <philor> whew
  2724. # [23:49] <Mossop> philor: So if we know what changeset caused the failures why isn't it getting backed out?
  2725. # [23:49] * Quits: Ms2ger (Ms2ger@moz-4CB19774.adsl-dyn.isp.belgacom.be) (Ping timeout)
  2726. # [23:50] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  2727. # [23:50] * Quits: rbarnes (rbarnes@moz-62518563.mtv2.mozilla.com) (Input/output error)
  2728. # [23:50] <philor> Mossop: fine by me if it gets backed out, if that test is creating an absolute contract that no events other than the ones it has already ignored may be fired while loading a tab
  2729. # [23:51] <philor> though it sort of set a precedent the last time, by deciding that when it was intermittently seeing strangers it would ignore them rather than call the police
  2730. # [23:52] <Mossop> philor: Fixing the test is a valid solution to this. I'm just saying that code shouldn't land that breaks tests, it should either be fixed or fix the test first
  2731. # [23:53] * brett-pausecafe is now known as brett
  2732. # [23:53] * Quits: jwalker (jwalker@moz-76873736.cable.virginm.net) (Input/output error)
  2733. # [23:53] * Joins: rbarnes (rbarnes@moz-62518563.mtv2.mozilla.com)
  2734. # [23:53] <philor> KWierso: ^ - all six of them need to fall together
  2735. # [23:54] <philor> seven
  2736. # [23:54] <KWierso> philor: seven?
  2737. # [23:54] <philor> they must have multiplied since the last time I backed them out :)
  2738. # [23:54] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  2739. # [23:54] <philor> actually, maybe not all seven
  2740. # [23:54] <philor> Mardak: ping
  2741. # [23:55] <Mardak> philor: pong
  2742. # [23:55] <philor> Mardak: can we back out just https://hg.mozilla.org/integration/fx-team/rev/3f245df4a3cd and leave the rest, or would we be sorry?
  2743. # [23:55] <Mardak> what’s the issue?
  2744. # [23:55] * Quits: twi (Adium@moz-429185BE.cust.vodafonedsl.it) (Ping timeout)
  2745. # [23:56] * Joins: twi (Adium@moz-429185BE.cust.vodafonedsl.it)
  2746. # [23:56] <Optimizer> Waldo: the issue was that i was returning from non * generators
  2747. # [23:56] <Mardak> jetpack test failure?
  2748. # [23:56] <philor> the arrowpanel arrow intermittently loads, and surprises a jetpack test that thinks it knows exactly what events will fire during a tab load
  2749. # [23:56] <Optimizer> without using a while true loop
  2750. # [23:56] <Optimizer> Waldo: switched to * gen
  2751. # [23:56] <Waldo> Optimizer: strange, I thought non-* generators couldn't even have return statements in them
  2752. # [23:56] * Quits: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca) (Quit: surkov)
  2753. # [23:56] <Optimizer> Waldo: no return statement, simply returning
  2754. # [23:57] <Optimizer> if u dont use while (true)
  2755. # [23:57] <Optimizer> it has to return , right :P
  2756. # [23:57] <Mardak> philor: oh news to me! if it’s really just the panel then just https://hg.mozilla.org/integration/fx-team/rev/3f245df4a3cd
  2757. # [23:58] <Mardak> or disable the test for now?
  2758. # [23:58] <@gavin> philor: thanks for figuring out 987623
  2759. # [23:58] * Quits: jwei (jwei@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Leaving.)
  2760. # [23:59] <philor> KWierso: so I lied, not all seven
  2761. # [23:59] <Mardak> i’m not sure how jetpack would be triggering the panel in the first place..
  2762. # [23:59] * baku|away is now known as baku
  2763. # [23:59] <philor> unless, of course, there's another arrowpanel lurking in there somewhere
  2764. # [23:59] * Joins: abwillis (abwillis@CBAC43F2.9DD4DBBF.6A7A197.IP)
  2765. # [23:59] <KWierso> okay
  2766. # [23:59] <philor> yeah, it's not opening a blank new tab, it's opening a new tab with a data URI, which sort of puzzles me
  2767. # Session Close: Tue Apr 01 00:00:00 2014

The end :)