/irc-logs / mozilla / #developers / 2014-04-23 / end

Options:

  1. # Session Start: Wed Apr 23 00:00:01 2014
  2. # Session Ident: #developers
  3. # [00:00] * Quits: romaxa (romaxa@89CA6FC8.8F03A4EA.BE7924BA.IP) (Ping timeout)
  4. # [00:01] <jesup> catlee: bug 865296 - TURN server support in automation - We desperately need to be able to test TURN in automation; we can't test how connectivity checks work in real life and real WebRTC uses without it. Have you had a chance to look at this?
  5. # [00:01] <catlee> I have not
  6. # [00:01] * Joins: damons (gnubeard@3CB097D5.57B833A6.D74CC41D.IP)
  7. # [00:01] <catlee> I thought somebody was setting up an internal server for this though
  8. # [00:01] <catlee> ted?
  9. # [00:02] * Joins: slassh (slassh@38DA6838.9C1A0554.CD891E5D.IP)
  10. # [00:02] <jesup> We have a lashed-up machine in someone garage doing some testing, but that's not really going to cut it
  11. # [00:03] * Quits: rbarnes (rbarnes@moz-F55A81A8.washdc.fios.verizon.net) (Input/output error)
  12. # [00:04] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  13. # [00:04] * Quits: Optimizer1 (Optimizer@4AE5811.452E4AEE.2AB48280.IP) (Quit: Time to optimize myself)
  14. # [00:04] <jesup> We haven't had any of ted's time for this; he was working on SteepleChase some - but I don't think it has TURN. Adding TURN to SteepleChase might be a way forward short of adding it to all of tbpl
  15. # [00:04] * Joins: gabor (gabor@moz-6FA55FE6.dip0.t-ipconnect.de)
  16. # [00:06] * Quits: grobinson (~grobinson@65D2D0D3.492A46FE.9435F7F0.IP) (Ping timeout)
  17. # [00:06] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  18. # [00:08] * Quits: dria (dria@moz-53F857A3.dsl.teksavvy.com) (Quit: dria)
  19. # [00:08] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  20. # [00:10] * Quits: RealRaven (Thunderbir@D517FCA6.8D6F0354.27F80FAC.IP) (Quit: RealRaven)
  21. # [00:10] * Joins: RealRaven (Thunderbir@D517FCA6.8D6F0354.27F80FAC.IP)
  22. # [00:11] * Quits: slassh (slassh@38DA6838.9C1A0554.CD891E5D.IP) (Ping timeout)
  23. # [00:11] * Quits: mikedeboer (mikedeboer@596DA247.B3A5F908.6881C4C1.IP) (Ping timeout)
  24. # [00:11] * BenWa is now known as BenWa|email
  25. # [00:12] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/5c92cfcbaefd - B2G Bumper Bot - Bumping manifests a=b2g-bump
  26. # [00:12] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/861da8400aae - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  27. # [00:12] * Quits: bjacob (bjacob@FCCEA34F.7672369.D8E68FF6.IP) (Ping timeout)
  28. # [00:13] * Joins: afwang (nooknook@moz-C8131982.hsd1.ca.comcast.net)
  29. # [00:14] * Joins: dria (dria@moz-53F857A3.dsl.teksavvy.com)
  30. # [00:14] * Joins: mikedeboer (mikedeboer@596DA247.B3A5F908.6881C4C1.IP)
  31. # [00:14] <Waldo> smaug: bug 989460, trying to polish off the reviews there right now, fwiw
  32. # [00:15] <jesup> The tree looks awfully red...
  33. # [00:16] <@smaug> Waldo: ok. Looks like we count up to some value with foreach. I hope there is some static assert if we go over that value
  34. # [00:16] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  35. # [00:16] <Waldo> smaug: what'll happen in that case is I think the 51st argument will get expanded in place of the count, which is likely going to be an error in general
  36. # [00:17] <Waldo> smaug: I don't believe there's really any way to do better
  37. # [00:17] * Quits: ckitching (ckitching@moz-73BD1AA5.nat.csx.cam.ac.uk) (Input/output error)
  38. # [00:17] <Waldo> smaug: preprocessor tricks are as screwball and not-fully-intended-by-happenstance as template SFINAE, largely
  39. # [00:18] * Quits: jviereck (Adium@moz-EEF46EA2.dip0.t-ipconnect.de) (Quit: Leaving.)
  40. # [00:18] <Waldo> smaug: it seems unlikely to me that we'll ever have to content with 50+ things in those macros, but I think that number could be bumped higher, maybe 127, if truly necessary at some point
  41. # [00:18] <Waldo> s/content/contend/
  42. # [00:18] <@smaug> 51st argument could be something illegal
  43. # [00:18] <@smaug> or just error
  44. # [00:19] * Parts: tad (tad@moz-6BAB15E1.info)
  45. # [00:19] <@smaug> Waldo: we do have some macro magic to generate code
  46. # [00:19] <@smaug> and in some cases lists are pretty long
  47. # [00:19] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  48. # [00:20] <Waldo> smaug: the 51st argument is the one specified by the user as a variadic argument to the macro, by the nature of the __VA_ARGS__ counting trick
  49. # [00:20] * Quits: mdas (mdas@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  50. # [00:20] * Quits: damons (gnubeard@3CB097D5.57B833A6.D74CC41D.IP) (Quit: damons)
  51. # [00:20] <Waldo> smaug: it isn't possible to have it expand to something guaranteed-ly busted, tho I wish it were
  52. # [00:20] * Joins: mdas (mdas@13F2CEC5.7672369.D8E68FF6.IP)
  53. # [00:21] * terrence-pre-barrier is now known as terrence
  54. # [00:22] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/9d58565dcf72 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  55. # [00:22] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/279d222b079d - B2G Bumper Bot - Bumping manifests a=b2g-bump
  56. # [00:22] * Quits: mdas (mdas@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  57. # [00:23] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  58. # [00:23] * Joins: jhlin (jhlin@moz-99690620.hinet-ip.hinet.net)
  59. # [00:23] <nemo> wheeee browser completely locked up
  60. # [00:23] <nemo> with
  61. # [00:23] <nemo> EE ../../../../../../src/gallium/drivers/r600/r600_state_common.c:754 r600_shader_select - Failed to build shader variant (type=1) -1
  62. # [00:23] <nemo> endlessly spammed
  63. # [00:23] <nemo> on trying out a webgl demo
  64. # [00:23] <nemo> and
  65. # [00:23] <nemo> EE ../../../../../../src/gallium/drivers/r600/r600_shader.c:158 r600_pipe_shader_create - translation from TGSI failed !
  66. # [00:25] <nemo> http://acko.net/files/on-webgl/whittaker/raytrace-creepy.html‎
  67. # [00:25] <nemo> that one
  68. # [00:25] * Quits: jhorak (jhorak@moz-B317ACBB.net.upcbroadband.cz) (Ping timeout)
  69. # [00:25] * Quits: jhlin (jhlin@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  70. # [00:26] * Quits: tonymec_KDE (tonymec@94F0E5A9.23AE5289.277517C1.IP) (Ping timeout)
  71. # [00:26] * Quits: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  72. # [00:27] * rail_away is now known as rail
  73. # [00:27] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  74. # [00:28] <jgilbert> bug 1,000,000 later today, eh?
  75. # [00:28] * philor|away is now known as philor
  76. # [00:29] <Waldo> jgilbert: got any security bugs to file?
  77. # [00:29] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/3215c7fc090b - Wes Kocher - Backed out changeset 039b15c9b84e (bug 979345) for build bustage on a CLOSED TREE
  78. # [00:29] * Waldo had one, wasn't thinking and spent it :-(
  79. # [00:29] * Quits: hazz (_@moz-EE625EE4.cable.virginm.net) (Quit: Leaving.)
  80. # [00:30] * nsm is now known as nsm|away
  81. # [00:30] * Quits: wlach (wlach@moz-B77B0E55.stationc.isp.ip4b.net) (Quit: Leaving)
  82. # [00:30] * Joins: tonymec_KDE (tonymec@830AC5A1.63EA7F4C.277517C1.IP)
  83. # [00:31] * Joins: jviereck (Adium@moz-EEF46EA2.dip0.t-ipconnect.de)
  84. # [00:31] * Quits: jviereck (Adium@moz-EEF46EA2.dip0.t-ipconnect.de) (Max SendQ exceeded)
  85. # [00:31] <jgilbert> Waldo, good idea
  86. # [00:32] <Waldo> it'd be like bug 123456 all over again, except that way from the start
  87. # [00:32] * Joins: jviereck (Adium@moz-EEF46EA2.dip0.t-ipconnect.de)
  88. # [00:32] <Waldo> (I have it on good authority that was a real-ish bug, then got a bunch of bug number spam comments, and dawn endico closed it in a fit of mostly-justified pique)
  89. # [00:34] <Waldo> poiru: any particular reason you got rid of MOZ_COMBINE_TOKENS, exactly?
  90. # [00:34] * Quits: @ehsan (ehsan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  91. # [00:34] * Joins: rbarnes (rbarnes@moz-F55A81A8.washdc.fios.verizon.net)
  92. # [00:34] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  93. # [00:35] * Quits: bent (chatzilla@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  94. # [00:35] * Quits: KWierso|sheriffduty (chatzilla@A8B5A648.5C5B13F2.3BDB9670.IP) (Connection reset by peer)
  95. # [00:36] * Joins: KWierso|sheriffduty (chatzilla@A8B5A648.5C5B13F2.3BDB9670.IP)
  96. # [00:36] * Quits: rbarnes (rbarnes@moz-F55A81A8.washdc.fios.verizon.net) (Ping timeout)
  97. # [00:36] * kats-afk is now known as kats|away
  98. # [00:38] * Quits: bmoss (bmoss@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  99. # [00:38] * Joins: brendan (brendaneic@E8DE4735.4F21B31A.AFDFC0EC.IP)
  100. # [00:38] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  101. # [00:39] * Quits: mconley (mconley@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  102. # [00:39] * rail is now known as rail_away
  103. # [00:40] * Quits: wolfiR (wolfiR@moz-BA49022D.dip0.t-ipconnect.de) (Quit: Leaving)
  104. # [00:40] * Quits: arnaud_bienner (arno@moz-A1109EC1.dsl.sta.abo.bbox.fr) (Quit: Ex-Chat)
  105. # [00:40] * Quits: jviereck (Adium@moz-EEF46EA2.dip0.t-ipconnect.de) (Quit: Leaving.)
  106. # [00:40] * Quits: deian (d@moz-AA554321.scs.stanford.edu) (Ping timeout)
  107. # [00:40] * Joins: mconley (mconley@13F2CEC5.7672369.D8E68FF6.IP)
  108. # [00:40] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  109. # [00:41] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  110. # [00:42] * Quits: mconley (mconley@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  111. # [00:43] * Quits: gabor (gabor@moz-6FA55FE6.dip0.t-ipconnect.de) (Ping timeout)
  112. # [00:43] * Quits: automata (automata@C6295CB4.F28C5D3A.7DA01DD1.IP) (Quit: This computer has gone to sleep)
  113. # [00:44] * Quits: @roc (chatzilla@moz-FD652A18.bng1.tvc.orcon.net.nz) (Ping timeout)
  114. # [00:44] * Joins: garvank (Garvan@moz-4FFE3378.dsl.teksavvy.com)
  115. # [00:45] * Quits: mccr8 (mccr8@moz-62518563.mtv2.mozilla.com) (Connection reset by peer)
  116. # [00:45] * Quits: sworkman (sworkman@moz-36E7910E.hsd1.ca.comcast.net) (Quit: sworkman)
  117. # [00:46] * Joins: mccr8 (mccr8@moz-62518563.mtv2.mozilla.com)
  118. # [00:49] * Joins: rbarnes (rbarnes@moz-F55A81A8.washdc.fios.verizon.net)
  119. # [00:49] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  120. # [00:50] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Quit: jib)
  121. # [00:51] * Joins: victorporof (victorporo@F4CC4C65.FE5745A2.3EE329E3.IP)
  122. # [00:52] * Quits: spohl (Adium@moz-BD4813B4.static.hvvc.us) (Ping timeout)
  123. # [00:53] * Quits: gcp (gpascutto@moz-9CEB1C98.access.telenet.be) (Quit: Make a new plan, Stan!)
  124. # [00:53] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  125. # [00:53] * Quits: victorporof (victorporo@F4CC4C65.FE5745A2.3EE329E3.IP) (Ping timeout)
  126. # [00:54] * Quits: georgiana|away (georgiana@45E9C5E5.B3F335B2.EFDC1DB8.IP) (Ping timeout)
  127. # [00:54] * Joins: ckitching (ckitching@moz-73BD1AA5.nat.csx.cam.ac.uk)
  128. # [00:54] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  129. # [00:54] * Quits: kgrandon (Adium@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  130. # [00:55] * Joins: georgiana|away (georgiana@45E9C5E5.B3F335B2.EFDC1DB8.IP)
  131. # [00:56] * Quits: Archaeopteryx (itsme@moz-B42B2083.cust.telecolumbus.net) (Quit: Goodbye)
  132. # [00:56] * Joins: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com)
  133. # [00:57] * Quits: jwalker (jwalker@moz-76873736.cable.virginm.net) (Input/output error)
  134. # [00:57] * Joins: jdm (jdm@moz-AC9499B2.cable.teksavvy.com)
  135. # [00:58] * Quits: jaws (uid2871@moz-5F4AA75A.irccloud.com) (Quit: Connection closed for inactivity)
  136. # [00:58] * Joins: idwer_ (irc@moz-67B6410D.adsl.online.nl)
  137. # [00:58] * Quits: idwer (irc@moz-67B6410D.adsl.online.nl) (Ping timeout)
  138. # [00:58] * Joins: njn (chatzilla@moz-C0A87F2D.dyn.iinet.net.au)
  139. # [00:58] * ChanServ sets mode: +o njn
  140. # [00:58] * Joins: jdover_ (jdover@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  141. # [00:59] * Quits: twi (Adium@moz-3D3E6FCC.cust.vodafonedsl.it) (Ping timeout)
  142. # [00:59] * Joins: kushagra (kushagra@B336D172.62C8151.EBCC7000.IP)
  143. # [00:59] * Joins: twi (Adium@moz-3D3E6FCC.cust.vodafonedsl.it)
  144. # [00:59] * Quits: twi (Adium@moz-3D3E6FCC.cust.vodafonedsl.it) (Max SendQ exceeded)
  145. # [00:59] * Quits: garvank (Garvan@moz-4FFE3378.dsl.teksavvy.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  146. # [00:59] * Quits: jdover (jdover@moz-C07D5168.p2p.sfo1.mozilla.com) (Ping timeout)
  147. # [00:59] * Joins: twi (Adium@moz-3D3E6FCC.cust.vodafonedsl.it)
  148. # [00:59] * Joins: ehsan (ehsan@moz-B4709FAB.cable.teksavvy.com)
  149. # [00:59] * ChanServ sets mode: +o ehsan
  150. # [01:01] * Joins: garvank (Garvan@moz-4FFE3378.dsl.teksavvy.com)
  151. # [01:01] * Quits: kushagra (kushagra@B336D172.62C8151.EBCC7000.IP) (Ping timeout)
  152. # [01:02] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  153. # [01:03] * Quits: jdover_ (jdover@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Lingo - http://www.lingoirc.com)
  154. # [01:03] * Joins: jdover (jdover@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  155. # [01:04] * Joins: damons (gnubeard@3CB097D5.57B833A6.D74CC41D.IP)
  156. # [01:04] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  157. # [01:05] * Quits: kip (kip@A6CF435B.D1155E2C.CFC2A289.IP) (Client exited)
  158. # [01:05] * Quits: jrm2k6 (jrm2k6@moz-4B136A3.pool.digikabel.hu) (Client exited)
  159. # [01:06] * Joins: kip (kip@A6CF435B.D1155E2C.CFC2A289.IP)
  160. # [01:07] * Quits: gustavold (gustavold@450E1AA8.64299792.DF2AC62B.IP) (Quit: Leaving.)
  161. # [01:08] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  162. # [01:08] * heycam is now known as heycam|away
  163. # [01:09] * Joins: bholley (bholley@32EFA1FF.F0338C73.AECC5372.IP)
  164. # [01:10] * Quits: mchang (mchang@moz-793A0D3E.socal.res.rr.com) (Quit: mchang)
  165. # [01:10] * Quits: twi (Adium@moz-3D3E6FCC.cust.vodafonedsl.it) (Ping timeout)
  166. # [01:10] * Joins: twi1 (Adium@moz-5851A843.cust.vodafonedsl.it)
  167. # [01:10] * Quits: twi1 (Adium@moz-5851A843.cust.vodafonedsl.it) (Max SendQ exceeded)
  168. # [01:10] * Joins: twi (Adium@moz-5851A843.cust.vodafonedsl.it)
  169. # [01:10] * Quits: twi (Adium@moz-5851A843.cust.vodafonedsl.it) (Max SendQ exceeded)
  170. # [01:11] * Joins: twi (Adium@moz-5851A843.cust.vodafonedsl.it)
  171. # [01:12] * Quits: brendan (brendaneic@E8DE4735.4F21B31A.AFDFC0EC.IP) (Quit: brendan)
  172. # [01:13] * Quits: twi (Adium@moz-5851A843.cust.vodafonedsl.it) (Ping timeout)
  173. # [01:13] * Quits: tonymec_KDE (tonymec@830AC5A1.63EA7F4C.277517C1.IP) (Ping timeout)
  174. # [01:15] * Joins: jesup_mac (chatzilla@moz-A39761D7.phlapa.fios.verizon.net)
  175. # [01:15] <mmc> gps, does disabling unified builds in toolkit/components/downloads require build peer review?
  176. # [01:16] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Quit: jib)
  177. # [01:17] * Joins: tonymec_KDE (tonymec@moz-6285D08.adsl-dyn.isp.belgacom.be)
  178. # [01:17] * Quits: jesup_mac (chatzilla@moz-A39761D7.phlapa.fios.verizon.net) (Ping timeout)
  179. # [01:17] * Joins: jesup_mac (chatzilla@moz-A39761D7.phlapa.fios.verizon.net)
  180. # [01:18] * Joins: twi (Adium@moz-5851A843.cust.vodafonedsl.it)
  181. # [01:18] * Joins: dougc (dougc@moz-F16BC551.static.rev.eftel.com)
  182. # [01:19] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  183. # [01:19] * Joins: romaxa (romaxa@89CA6FC8.8F03A4EA.BE7924BA.IP)
  184. # [01:20] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  185. # [01:20] * Joins: jkitch (Thunderbir@moz-5994C628.lns20.adl2.internode.on.net)
  186. # [01:21] * BenWa|email is now known as BenWa
  187. # [01:21] * Joins: cviecco_ (cviecco@moz-5373173A.hsd1.ca.comcast.net)
  188. # [01:21] * Quits: kip (kip@A6CF435B.D1155E2C.CFC2A289.IP) (Client exited)
  189. # [01:22] * Joins: kip (kip@A6CF435B.D1155E2C.CFC2A289.IP)
  190. # [01:22] * Quits: cviecco_ (cviecco@moz-5373173A.hsd1.ca.comcast.net) (Quit: )
  191. # [01:22] * Joins: cviecco_ (cviecco@moz-5373173A.hsd1.ca.comcast.net)
  192. # [01:24] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  193. # [01:24] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b06254e402b2 - Jeff Gilbert - Bug 999713 - Kill WS in files we want to touch. - r=kamidphish
  194. # [01:25] * Joins: jhlin (jhlin@moz-99690620.hinet-ip.hinet.net)
  195. # [01:26] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  196. # [01:27] * Quits: jhlin (jhlin@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  197. # [01:27] * Joins: therube (chatzilla@moz-10E800BC.hsd1.md.comcast.net)
  198. # [01:28] * Quits: mt (mt@moz-62518563.mtv2.mozilla.com) (Quit: Leaving.)
  199. # [01:29] * Quits: damons (gnubeard@3CB097D5.57B833A6.D74CC41D.IP) (Quit: damons)
  200. # [01:29] <@dbaron> I realize https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Coding_Style doesn't describe the convention for #include guards for files that aren't exported
  201. # [01:30] <@dbaron> I tend to think that it should probably be "as though the header were exported", and thus a non-exported class header for a class Foo in namespace mozilla should have an include guard mozilla_Foo_h
  202. # [01:31] * Quits: janv (varga@BAFD02B3.1D610191.4F33160D.IP) (Ping timeout)
  203. # [01:32] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  204. # [01:32] * Joins: grobinson (~grobinson@18AF5D11.E0EB85F2.9435F7F0.IP)
  205. # [01:33] <Waldo> dbaron: that's the reason I thought it should just have been path within the repo, so mozilla_content_base_public_Foo_h_
  206. # [01:33] <Waldo> verbose but unambiguous, and who types these anyway
  207. # [01:34] * Quits: KWierso|sheriffduty (chatzilla@A8B5A648.5C5B13F2.3BDB9670.IP) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 1.9.0.17/2009122204])
  208. # [01:34] * Quits: ericjung (ericjung@EBA5EBAE.78089B69.E141FD9.IP) (Ping timeout)
  209. # [01:34] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  210. # [01:34] * Quits: billm (billm@moz-62518563.mtv2.mozilla.com) (Quit: Leaving)
  211. # [01:36] * Joins: jwalker (jwalker@moz-76873736.cable.virginm.net)
  212. # [01:37] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  213. # [01:37] * Joins: janv (varga@43E4723B.65AAD69.4F33160D.IP)
  214. # [01:38] * Joins: deian (d@moz-AA554321.scs.stanford.edu)
  215. # [01:38] * heycam|away is now known as heycam
  216. # [01:38] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  217. # [01:39] * Quits: rbarnes (rbarnes@moz-F55A81A8.washdc.fios.verizon.net) (Input/output error)
  218. # [01:39] * Quits: grobinson (~grobinson@18AF5D11.E0EB85F2.9435F7F0.IP) (Ping timeout)
  219. # [01:39] * Joins: mfossen (mfossen@moz-A67BFDAC.uwnet.wisc.edu)
  220. # [01:41] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Quit: jib)
  221. # [01:42] * Quits: justindarc (justindarc@D2AEACFC.B56D28DB.B58D01CE.IP) (Quit: )
  222. # [01:43] * Quits: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP) (Quit: ChatZilla 0.9.90.1 [Firefox 31.0a1/20140421030202])
  223. # [01:44] * Joins: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP)
  224. # [01:44] * geekboy is now known as geekboy|afk
  225. # [01:44] * Quits: serge (Thunderbir@moz-73C98202.dsl.teksavvy.com) (Ping timeout)
  226. # [01:45] * Joins: nattokirai (nattokirai@moz-C286AD9A.bitcat.net)
  227. # [01:45] <@njn> dbaron: can you remember the bug where you fixed very long CSS error lines from being IPC'd?
  228. # [01:45] <@njn> dbaron: because bug 999351 is similar
  229. # [01:48] * Quits: twi (Adium@moz-5851A843.cust.vodafonedsl.it) (Quit: Leaving.)
  230. # [01:48] * Joins: serge (Thunderbir@moz-2D90151E.dsl.teksavvy.com)
  231. # [01:49] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  232. # [01:50] <jdm> 220 away from 1000000
  233. # [01:50] * Quits: tonymec_KDE (tonymec@moz-6285D08.adsl-dyn.isp.belgacom.be) (Ping timeout)
  234. # [01:50] <TimAbraldes> everyone stop filing bugs
  235. # [01:50] <TimAbraldes> just a few more days until my predicted date for us hitting 1000000
  236. # [01:51] * Joins: bent (chatzilla@moz-632A43B.hsd1.ca.comcast.net)
  237. # [01:51] <jdm> njn: bug 976777?
  238. # [01:52] <jdm> I'm surprised it was that recent
  239. # [01:52] * Quits: rniwa (rniwa@DBC3D095.CC3DF958.1782B2F3.IP) (Quit: rniwa)
  240. # [01:52] <@dbaron> njn, 976777... yeah, bent found it first
  241. # [01:52] <@njn> jdm: thanks!
  242. # [01:52] <@dbaron> er, jdm
  243. # [01:52] <@gavin> damn you
  244. # [01:52] <@gavin> (I just found it, too slow)
  245. # [01:53] <jdm> once upon a time that would have been an achievement worth celebrating
  246. # [01:53] <jdm> how far gavin has fallen
  247. # [01:53] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  248. # [01:53] * Joins: grobinson (~grobinson@moz-62518563.mtv2.mozilla.com)
  249. # [01:53] * Joins: roc (chatzilla@34E8ECDF.DC2C3734.616A18A6.IP)
  250. # [01:53] * ChanServ sets mode: +o roc
  251. # [01:54] * Quits: jdover (jdover@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Computer has gone to sleep.)
  252. # [01:54] * Joins: jdover (jdover@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  253. # [01:55] * Joins: KWierso (chatzilla@A8B5A648.5C5B13F2.3BDB9670.IP)
  254. # [01:55] * Quits: Philip (philip@moz-65AD4613.zaynar.co.uk) (Ping timeout)
  255. # [01:56] * catlee is now known as catlee-afk
  256. # [01:56] * Quits: jdover (jdover@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  257. # [01:56] * Quits: idwer_ (irc@moz-67B6410D.adsl.online.nl) (Input/output error)
  258. # [01:57] * Joins: brendan (brendaneic@5358A633.3778D849.1D6E592A.IP)
  259. # [01:58] <MattN> ehsan: Blink and Webkit seem to support calling document.execCommand("delete") on a selection inside an <input> even when input.isContentEditable is false. Do you know whether we plan to change our behaviour on this or where that is specced?
  260. # [01:58] * Quits: ckitching (ckitching@moz-73BD1AA5.nat.csx.cam.ac.uk) (Ping timeout)
  261. # [01:58] <@ehsan> MattN: we're not planning to change our behavior
  262. # [01:58] <@ehsan> not any time soon at least
  263. # [01:59] * hwine is now known as hwine-ooo
  264. # [01:59] * Joins: myk (myk@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  265. # [01:59] <@ehsan> MattN: there is an abandoned spec for this here: https://dvcs.w3.org/hg/editing/raw-file/tip/editing.html
  266. # [01:59] <@ehsan> iirc it doesn't deal with handling input/textarea at all
  267. # [01:59] <MattN> yeah, I skimmed that but didn't see details about those two elements
  268. # [01:59] <@ehsan> right
  269. # [01:59] * Quits: mfossen (mfossen@moz-A67BFDAC.uwnet.wisc.edu) (Client exited)
  270. # [01:59] <@ehsan> the reason why that works in webkit is because of how their editing code is architectured
  271. # [02:00] <@ehsan> I'm not even sure if that is intentional
  272. # [02:00] <MattN> it seems like a nice thing (as a webdev)
  273. # [02:00] * Joins: lizzard (ehenry@moz-F2439B1F.dsl.static.sonic.net)
  274. # [02:00] <@ehsan> nope :)
  275. # [02:00] <MattN> to allow commands inside <input> and <textarea>
  276. # [02:00] <@ehsan> because it gives you two very different behaviors
  277. # [02:00] <@ehsan> well
  278. # [02:00] <@ehsan> that is not what document.execCommand does :)
  279. # [02:01] <@ehsan> document.execCommand goes back to the designMode days
  280. # [02:01] * Quits: gwagner (gwagner@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: gwagner)
  281. # [02:01] <@ehsan> where you had one document which was editable and that was it
  282. # [02:01] <@ehsan> it's really a very poor way of dealing with either contenteditable or input/textarea IMO
  283. # [02:01] <@ehsan> but you definitely don't want the API to change its behavior if you focus an input
  284. # [02:01] <MattN> ehsan: ok, this is a reduced version of what a W3C test was doing: http://jsbin.com/qavucosu/18
  285. # [02:02] <MattN> I guess I'll file a bug to get the test changed
  286. # [02:02] <@ehsan> (remember that focus is controlled by the user not the web page)
  287. # [02:02] * Joins: gwagner (Gregor@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  288. # [02:02] * ggp_ is now known as ggp
  289. # [02:02] <@ehsan> MattN: you mean in gecko?
  290. # [02:02] <@ehsan> it shouldn't do anything
  291. # [02:02] <MattN> no, change the test
  292. # [02:02] <@ehsan> (or it should throw, don't remember)
  293. # [02:02] <@ehsan> ah
  294. # [02:02] <MattN> it does throw
  295. # [02:03] <MattN> this was in order to make an <input> dirty
  296. # [02:03] <@ehsan> yeah changing the test makes sense
  297. # [02:03] <@ehsan> this whole situation is a mess btw
  298. # [02:03] * Joins: ckitching (ckitching@moz-73BD1AA5.nat.csx.cam.ac.uk)
  299. # [02:03] <MattN> do you know a better way to dirty an input?
  300. # [02:03] <@ehsan> sorry that there is no better answer
  301. # [02:03] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  302. # [02:03] <@ehsan> what do you mean by "dirty"?
  303. # [02:03] <MattN> http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html#concept-input-value-dirty-flag
  304. # [02:04] <MattN> to make a change as if it's the user
  305. # [02:04] * Quits: cviecco_ (cviecco@moz-5373173A.hsd1.ca.comcast.net) (Input/output error)
  306. # [02:04] <MattN> oh, wait
  307. # [02:04] * Joins: cviecco_ (cviecco@moz-5373173A.hsd1.ca.comcast.net)
  308. # [02:04] <@ehsan> "(It is also set to true when the value is programmatically changed, as described in the definition of the value IDL attribute.)"
  309. # [02:04] <@ehsan> :)
  310. # [02:04] <MattN> that says it's dirty programmatic changes too
  311. # [02:04] <@ehsan> yeah
  312. # [02:04] <MattN> but I saw something that contradicted that
  313. # [02:04] <@ehsan> where?
  314. # [02:04] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  315. # [02:05] <MattN> I thought it was in a spec… not sure
  316. # [02:05] * zz_bkerensa is now known as bkerensa
  317. # [02:05] <@ehsan> it could be
  318. # [02:05] <@ehsan> I guess that would be a spec bug though
  319. # [02:05] * Quits: mccr8 (mccr8@moz-62518563.mtv2.mozilla.com) (Quit: )
  320. # [02:05] * jlund|buildduty is now known as jlund
  321. # [02:05] * Joins: tonymec_KDE (tonymec@moz-B0001F3C.adsl-dyn.isp.belgacom.be)
  322. # [02:05] * Quits: myk (myk@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  323. # [02:05] * jlund is now known as jlund|bbl
  324. # [02:05] <MattN> well, it made sense to not be dirty for the case being described (IIRC)
  325. # [02:05] <MattN> something like autofill or autocomplete
  326. # [02:06] <@ehsan> ok
  327. # [02:06] * Quits: cviecco_ (cviecco@moz-5373173A.hsd1.ca.comcast.net) (Input/output error)
  328. # [02:07] * Quits: tonymec_KDE (tonymec@moz-B0001F3C.adsl-dyn.isp.belgacom.be) (Ping timeout)
  329. # [02:07] <MattN> well, it seems like I can easily fix the test based on the current spec anyways
  330. # [02:07] <MattN> ehsan: thanks
  331. # [02:07] <@ehsan> MattN: sure thing :)
  332. # [02:08] * Quits: brendan (brendaneic@5358A633.3778D849.1D6E592A.IP) (Quit: brendan)
  333. # [02:09] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  334. # [02:09] * Quits: cpeterson (cpeterson@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: )
  335. # [02:10] <MattN> ehsan: oh, yeah, it was a requirement on top of the dirty flag being true: "…its dirty value flag is true, its value was last changed by a user edit (as opposed to a change made by a script)…" so that's why just setting the .value isn't enough to test maxlength. http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fe-maxlength
  336. # [02:11] <MattN> execCommand was being used as a way to synthesize "its value was last changed by a user edit (as opposed to a change made by a script)"
  337. # [02:11] <@ehsan> hmm
  338. # [02:11] <@ehsan> well
  339. # [02:11] <@ehsan> first of all, that's clearly a bug in the test ;)
  340. # [02:11] <MattN> sure
  341. # [02:11] <@ehsan> execCommand doesn't exactly mean "from user"
  342. # [02:11] * Joins: cpeterson (cpeterson@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  343. # [02:11] <@ehsan> I also think that the spec is inconsistent here
  344. # [02:11] * Quits: kip (kip@A6CF435B.D1155E2C.CFC2A289.IP) (Quit: )
  345. # [02:12] <@ehsan> based on a quick look, the prose about setting the dirty flag based on .value changes is probably unneeded
  346. # [02:13] * Quits: cpeterson (cpeterson@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  347. # [02:13] * Joins: tonymec_KDE (tonymec@moz-C4EE447.adsl-dyn.isp.belgacom.be)
  348. # [02:13] <@ehsan> MattN: (please file a spec bug on that)
  349. # [02:13] * Joins: cpeterson (cpeterson@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  350. # [02:14] <MattN> could you elaborate on what you think needs changing in the spec
  351. # [02:14] <@ehsan> froydnj: ping?
  352. # [02:14] <@ehsan> MattN: I think that sentence that I quoted above should be deleted
  353. # [02:15] <MattN> meaning that setting .value wouldn't dirty the element? or just that the text is not necessary
  354. # [02:15] <MattN> ?
  355. # [02:15] * Quits: tonymec_KDE (tonymec@moz-C4EE447.adsl-dyn.isp.belgacom.be) (Ping timeout)
  356. # [02:15] <@ehsan> the former
  357. # [02:16] * Joins: victorporof (victorporo@F4CC4C65.FE5745A2.3EE329E3.IP)
  358. # [02:16] <MattN> are you sure that all cases where the dirty value flag is used would make sense with that change?
  359. # [02:16] * Joins: ckitching_ (ckitching@moz-73BD1AA5.nat.csx.cam.ac.uk)
  360. # [02:16] * Quits: sicking (sicking@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: sicking)
  361. # [02:16] * KaiRo_away is now known as KaiRo
  362. # [02:16] <MattN> I guess I can audit that…
  363. # [02:16] <@ehsan> MattN: no :) I haven't checked
  364. # [02:16] <@ehsan> please do
  365. # [02:17] <@ehsan> MattN: sorry, I'm in the middle of something else, so I can't do that right now
  366. # [02:17] <MattN> ok, np
  367. # [02:18] * Joins: bwc (Adium@moz-62518563.mtv2.mozilla.com)
  368. # [02:18] * Quits: Mossop (dtownsend@53343B0D.8DCA2D5.5E2862A8.IP) (Quit: This computer has gone to sleep)
  369. # [02:18] * Joins: Boriss (Boriss@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  370. # [02:18] * Quits: bwc1 (Adium@moz-24157589.mtv2.mozilla.com) (Ping timeout)
  371. # [02:18] * Joins: tonymec_KDE (tonymec@C5380928.E7FA5055.9D2324B7.IP)
  372. # [02:19] <@ehsan> thanks!
  373. # [02:19] * Quits: jgilbert (jgilbert@moz-62518563.mtv2.mozilla.com) (Connection reset by peer)
  374. # [02:19] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  375. # [02:19] * Quits: grobinson (~grobinson@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  376. # [02:19] * Quits: cviecco (cviecco@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  377. # [02:19] * Quits: juanb (jbecerra@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  378. # [02:19] * Quits: jammink (textual@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  379. # [02:19] * Quits: bajaj (Adium@moz-24157589.mtv2.mozilla.com) (Connection reset by peer)
  380. # [02:19] * Quits: jammink_ (textual@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  381. # [02:20] * Quits: Waldo (waldo@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  382. # [02:20] * Quits: johns (johns@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  383. # [02:20] * Quits: azakai (alon@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  384. # [02:20] * Quits: gkw (fuzz2lin@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  385. # [02:20] * Quits: mwu (mwu@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  386. # [02:21] * Quits: tonymec_KDE (tonymec@C5380928.E7FA5055.9D2324B7.IP) (Ping timeout)
  387. # [02:21] * Quits: bwc (Adium@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  388. # [02:21] * Quits: ckerschb (ckerschb@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  389. # [02:23] * Quits: ckitching_ (ckitching@moz-73BD1AA5.nat.csx.cam.ac.uk) (Quit: evil hackers from Serbia.)
  390. # [02:23] * Joins: tonymec_KDE (tonymec@E0D023F8.64732CAE.277517C1.IP)
  391. # [02:23] * ewong|away is now known as ewong
  392. # [02:24] * terrence is now known as terrence-afk
  393. # [02:25] * Quits: pcwalton (pcwalton@moz-C07D5168.p2p.sfo1.mozilla.com) (Ping timeout)
  394. # [02:25] * Joins: erahm1 (Adium@125EF623.B2666F0E.66399531.IP)
  395. # [02:25] * Quits: gwagner (Gregor@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  396. # [02:25] * Quits: mwobensmith (mwobensmit@moz-C07D5168.p2p.sfo1.mozilla.com) (Ping timeout)
  397. # [02:25] * Quits: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  398. # [02:25] * Joins: mwobensmith (mwobensmit@moz-C07D5168.p2p.sfo1.mozilla.com)
  399. # [02:25] * Quits: erahm (Adium@125EF623.B2666F0E.66399531.IP) (Ping timeout)
  400. # [02:25] * Joins: johns (johns@moz-62518563.mtv2.mozilla.com)
  401. # [02:25] * Joins: bwc (Adium@moz-24157589.mtv2.mozilla.com)
  402. # [02:26] * Joins: pcwalton (pcwalton@moz-C07D5168.p2p.sfo1.mozilla.com)
  403. # [02:26] * Joins: gwagner (Gregor@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  404. # [02:26] * Joins: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  405. # [02:26] * Joins: Waldo (waldo@moz-62518563.mtv2.mozilla.com)
  406. # [02:27] * Joins: azakai (alon@moz-62518563.mtv2.mozilla.com)
  407. # [02:27] * Joins: bajaj (Adium@moz-24157589.mtv2.mozilla.com)
  408. # [02:27] * Joins: mwu (mwu@moz-62518563.mtv2.mozilla.com)
  409. # [02:27] * Quits: tonymec_KDE (tonymec@E0D023F8.64732CAE.277517C1.IP) (Ping timeout)
  410. # [02:28] * Joins: juanb (jbecerra@moz-62518563.mtv2.mozilla.com)
  411. # [02:28] * Joins: cviecco (cviecco@moz-62518563.mtv2.mozilla.com)
  412. # [02:29] * Joins: gkw (fuzz2lin@moz-62518563.mtv2.mozilla.com)
  413. # [02:29] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  414. # [02:29] * Joins: tonymec_KDE (tonymec@moz-6D18D73E.adsl-dyn.isp.belgacom.be)
  415. # [02:29] * Joins: rbarnes (rbarnes@moz-F55A81A8.washdc.fios.verizon.net)
  416. # [02:30] * Joins: brendan (brendaneic@49869947.3778D849.1D6E592A.IP)
  417. # [02:30] * Quits: tanvi (tanvi@moz-1979187D.hsd1.ca.comcast.net) (Quit: Leaving.)
  418. # [02:32] * Quits: RyanVM|afk (Thunderbir@moz-37FED3AC.phlapa.fios.verizon.net) (Quit: RyanVM|afk)
  419. # [02:32] * Quits: @smaug (chatzilla@moz-38C5B03.elisa-laajakaista.fi) (Ping timeout)
  420. # [02:33] * Quits: tonymec_KDE (tonymec@moz-6D18D73E.adsl-dyn.isp.belgacom.be) (Ping timeout)
  421. # [02:34] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  422. # [02:35] * Quits: bwc (Adium@moz-24157589.mtv2.mozilla.com) (Quit: Leaving.)
  423. # [02:35] <Waldo> jdm: psych :-(
  424. # [02:35] * Joins: mconley (mconley@moz-FBB7D102.cable.teksavvy.com)
  425. # [02:35] <jdm> yeah, I saw
  426. # [02:35] <jdm> I like this test even more now
  427. # [02:36] <Waldo> for some definition of "like"
  428. # [02:36] <Waldo> liek, maybe
  429. # [02:37] * Quits: jrmuizel_ (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  430. # [02:38] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  431. # [02:39] * Quits: jesup_mac (chatzilla@moz-A39761D7.phlapa.fios.verizon.net) (Ping timeout)
  432. # [02:39] * Joins: espadrine_ (ttyl@moz-F748EB3F.w92-128.abo.wanadoo.fr)
  433. # [02:40] * Quits: jduell (jduell@moz-612365A.hsd1.wa.comcast.net) (Ping timeout)
  434. # [02:40] * Quits: espadrine` (ttyl@moz-A8BE616A.w90-2.abo.wanadoo.fr) (Ping timeout)
  435. # [02:41] * Quits: erahm1 (Adium@125EF623.B2666F0E.66399531.IP) (Quit: Leaving.)
  436. # [02:44] * Quits: gwagner (Gregor@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: gwagner)
  437. # [02:44] * Quits: janv (varga@43E4723B.65AAD69.4F33160D.IP) (Ping timeout)
  438. # [02:44] <glandium> roc: didn't take long to fail on android ;)
  439. # [02:45] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  440. # [02:46] * Quits: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 1.8.0.9/2006120508])
  441. # [02:47] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/4fca4b6565d8 - Stephen Pohl - Bug 978597: Implement native MAR verification for OS X 10.6. r=smichaud
  442. # [02:47] * Joins: spohl (Adium@moz-2F20595C.static.hvvc.us)
  443. # [02:47] * Joins: kushagra (kushagra@462D4B75.62C8151.EBCC7000.IP)
  444. # [02:48] * Joins: jesup_mac (chatzilla@moz-A39761D7.phlapa.fios.verizon.net)
  445. # [02:49] * Joins: bgrins (bgrins@2E6E9164.E6468DB3.BAB75B95.IP)
  446. # [02:49] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  447. # [02:49] * Joins: kgrandon (Adium@moz-2A1C3CC8.hsd1.ca.comcast.net)
  448. # [02:49] * Quits: bgrins (bgrins@2E6E9164.E6468DB3.BAB75B95.IP) (Quit: Leaving.)
  449. # [02:49] * Quits: kushagra (kushagra@462D4B75.62C8151.EBCC7000.IP) (Ping timeout)
  450. # [02:50] * Quits: Boriss (Boriss@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  451. # [02:50] * Joins: mib_7jfoqd (Mibbit@moz-CD1FF3B3.phlapa.fios.verizon.net)
  452. # [02:51] * Joins: gwagner (gwagner@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  453. # [02:51] * Quits: azakai (alon@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  454. # [02:52] * Joins: janv (varga@7044209E.756AA358.4F33160D.IP)
  455. # [02:53] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  456. # [02:53] * Quits: mib_7jfoqd (Mibbit@moz-CD1FF3B3.phlapa.fios.verizon.net) (Quit: http://www.mibbit.com ajax IRC Client)
  457. # [02:54] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  458. # [02:56] * Joins: Morris (Morris@moz-9B0EA3CC.dynamic-ip.hinet.net)
  459. # [02:56] * Quits: Morris (Morris@moz-9B0EA3CC.dynamic-ip.hinet.net) (Quit: Morris)
  460. # [02:56] * Quits: cpearce (chatzilla@34E8ECDF.DC2C3734.616A18A6.IP) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  461. # [02:56] * Quits: jesup_mac (chatzilla@moz-A39761D7.phlapa.fios.verizon.net) (Ping timeout)
  462. # [02:56] * Quits: mwobensmith (mwobensmit@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  463. # [02:57] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  464. # [02:57] * Joins: jesup_mac (chatzilla@moz-A39761D7.phlapa.fios.verizon.net)
  465. # [02:57] <paul> hey, am I the only one to have the "old" scrollbars on osx? http://i.imgur.com/Ixhn3UC.png
  466. # [02:57] <paul> just happened after a build
  467. # [02:58] * Joins: cpearce (chatzilla@34E8ECDF.DC2C3734.616A18A6.IP)
  468. # [02:59] <@ehsan> dhylands: ping
  469. # [02:59] <dhylands> ehsan: pong
  470. # [02:59] * coop is now known as coop|afk
  471. # [02:59] <@ehsan> dhylands: do you have a stack to this assertion?
  472. # [03:00] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/ece426b71e9f - Fabrice Desré - Backout 1ff975b6a290 for errors showing up in logcat.
  473. # [03:00] <dhylands> The LazyIdleThread one? I can create one easily enough
  474. # [03:00] <@ehsan> yes
  475. # [03:00] <@ehsan> please! and thanks :)
  476. # [03:01] <glandium> paul: local build?
  477. # [03:01] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/0f8076e21659 - Edwin Flores - Bug 990780 - Add more padding to MediaCodec::ReadOptions for HTC devices r=doublec
  478. # [03:01] <@ehsan> paul: the type of scrollbars change base on the type of your input device
  479. # [03:01] <paul> glandium: yes.
  480. # [03:01] <dhylands> ehsan: I'm in the middle of some other tests, but I'll attach it to bug 998097 once I get it
  481. # [03:01] <@ehsan> paul: compare against safari
  482. # [03:01] <glandium> paul: could be a sdk thing
  483. # [03:01] <paul> glandium: oh?
  484. # [03:01] <@ehsan> dhylands: ok, wanted to review your patch before I call it a day
  485. # [03:01] <paul> ehsan: meh… safari as well.
  486. # [03:02] <paul> what am I doing wrong…
  487. # [03:02] <@ehsan> dhylands: is it ok if it waits until tomorrow? (it's 9pm here)
  488. # [03:02] <dhylands> ehsan: Be about ten minutes
  489. # [03:02] <@ehsan> paul: your input device
  490. # [03:02] * Quits: garvank (Garvan@moz-4FFE3378.dsl.teksavvy.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  491. # [03:02] <@ehsan> dhylands: ok, I'll wait :)
  492. # [03:02] <paul> ehsan: trackpad. I haven't changed anything.
  493. # [03:02] <@ehsan> paul: I don't actually know what the rules are, but iirc the code gets these values from the OS
  494. # [03:03] <catlee-afk> hmm...the "web developer tools" button in australis doesn't do anything
  495. # [03:03] * Joins: automata (automata@C6295CB4.F28C5D3A.7DA01DD1.IP)
  496. # [03:03] <paul> ehsan: alright. Thanks. I'll figure that out…
  497. # [03:03] <@ehsan> np
  498. # [03:04] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  499. # [03:04] * Quits: KaiRo (robert@moz-8B0D2942.adsl.highway.telekom.at) (Input/output error)
  500. # [03:05] <dhylands> ehsan: There is already a backtrace in bug 998097 in the initial description
  501. # [03:05] * @ehsan looks
  502. # [03:05] * Joins: garvank (Garvan@moz-4FFE3378.dsl.teksavvy.com)
  503. # [03:06] <@ehsan> hmm
  504. # [03:06] <@ehsan> dhylands: is that from a debug build?
  505. # [03:06] <paul> ehsan: restarted. Back to normal.
  506. # [03:06] <@ehsan> paul: that would be a bug :)
  507. # [03:06] * Joins: tonymec_KDE (tonymec@757298F9.3CAAA4F4.277517C1.IP)
  508. # [03:06] <dhylands> ehsan: not sure
  509. # [03:07] <@ehsan> dhylands: so that crash is in DBState::AddRef
  510. # [03:07] <@ehsan> dhylands: your patch changes another class
  511. # [03:07] <@ehsan> there is a missing link here :)
  512. # [03:07] <dhylands> ehsan: I think that the optimizer has done some code merging
  513. # [03:08] <@ehsan> so, not debug build
  514. # [03:08] <dhylands> ehsan: That code doesn't actually call anything from DBState
  515. # [03:08] <@ehsan> then why would this crash?
  516. # [03:08] * Quits: brendan (brendaneic@49869947.3778D849.1D6E592A.IP) (Quit: brendan)
  517. # [03:08] <@ehsan> (yeah ICF would do this)
  518. # [03:08] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  519. # [03:09] <@ehsan> dhylands: looking at DeviceStorageUsedSpaceCache::GetCacheEntry, it doesn't seem to be calling into the lazy thread stuff
  520. # [03:09] * @ehsan is trying to figure out what he's missing here
  521. # [03:09] <dhylands> ehsan: The runnable is run on a LazyIdleThread. The cache was created on thread 1. Time passed. The underlying OS thread went away. The Dispatch of the runnable created a new OS thread for the LazyIdle thread (i.e. now different thread ID). The assert in nsRefPtr detected that the thread is different so it asserts
  522. # [03:09] <@ehsan> aha!
  523. # [03:09] <@ehsan> ok thank you
  524. # [03:10] <@ehsan> so
  525. # [03:10] <@ehsan> there is one issue left
  526. # [03:10] <@ehsan> why does this crash in a non debug build?
  527. # [03:11] * Joins: jrmuizel (jrmuizel@moz-BB113AD2.cr.net.cable.rogers.com)
  528. # [03:11] * Quits: tonymec_KDE (tonymec@757298F9.3CAAA4F4.277517C1.IP) (Ping timeout)
  529. # [03:12] <dhylands> ehsan: good question. I'll have to build a non-debug version and try my STR to see if it reproduces
  530. # [03:12] * Quits: spohl (Adium@moz-2F20595C.static.hvvc.us) (Ping timeout)
  531. # [03:12] <@ehsan> dhylands: my guess that this is a real null dereference
  532. # [03:12] * Joins: spohl (Adium@moz-FED9006F.static.hvvc.us)
  533. # [03:12] <@ehsan> dhylands: which might hit you in a debug build too if the MOZ_ASSERT did not bark before
  534. # [03:12] <@ehsan> let me check something
  535. # [03:13] <dhylands> ehsan: I know that if I change it to a threadsafe ref count (as per the attached patch), then everything works perfectly.
  536. # [03:13] <@ehsan> oh
  537. # [03:13] <@ehsan> that... I did not expect
  538. # [03:13] * @ehsan scratches head
  539. # [03:14] <dhylands> With the non-thread safe one I get a MOZ_CRASH (but I'm running a debug build)
  540. # [03:14] <@ehsan> dhylands: so what I was checking was this: http://mxr.mozilla.org/mozilla-central/source/xpcom/glue/nsISupportsImpl.h#415
  541. # [03:14] <@ehsan> dhylands: notice how we access |this| *after* this assertion?
  542. # [03:14] * Quits: spohl (Adium@moz-FED9006F.static.hvvc.us) (Ping timeout)
  543. # [03:14] <@ehsan> but that still does not explain why making the refcount thread safe fixes it
  544. # [03:14] * Joins: spohl (Adium@moz-FED9006F.static.hvvc.us)
  545. # [03:14] * Joins: tonymec_KDE (tonymec@8C8B7298.C225E126.277517C1.IP)
  546. # [03:14] <@ehsan> are you sure this is not a real race condition?
  547. # [03:15] * Quits: pnkfelix (pnkfelix@moz-43495417.fbx.proxad.net) (Quit: rcirc on GNU Emacs 24.3.1)
  548. # [03:15] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Quit: Jesse)
  549. # [03:15] <@ehsan> well
  550. # [03:15] <@ehsan> actually scratch that
  551. # [03:15] <dhylands> ehsan: perhaps. Its possible that there are 2 bugs hitting this same piece of code
  552. # [03:15] <@ehsan> the PRThread* is also stored on this...
  553. # [03:15] * Joins: Philip (philip@moz-65AD4613.zaynar.co.uk)
  554. # [03:15] <@ehsan> if you do hit the MOZ_CRASH then that means that |this != nullptr|
  555. # [03:16] * Quits: lduros (user@moz-A888D5F1.phlapa.fios.verizon.net) (Client exited)
  556. # [03:16] * Joins: blakewu (blakewu@moz-99690620.hinet-ip.hinet.net)
  557. # [03:17] <dhylands> ehsan: Its more complicated that just !DEBUG: http://mxr.mozilla.org/mozilla-central/source/xpcom/glue/nsISupportsImpl.h#44
  558. # [03:17] <@ehsan> ah, yes
  559. # [03:17] <dhylands> This was from a nightly build
  560. # [03:17] <@ehsan> yep
  561. # [03:17] <@ehsan> that'd do it
  562. # [03:17] <@ehsan> sight
  563. # [03:17] * @ehsan is silly
  564. # [03:17] <@ehsan> *sigh, even
  565. # [03:18] <@ehsan> dhylands: so I guess that fixes all of our mysteries right?
  566. # [03:18] <dhylands> I think so
  567. # [03:18] <@ehsan> great
  568. # [03:18] <@ehsan> dhylands: thanks for proving me wrong :)
  569. # [03:18] * Joins: sewardj_ (sewardj@moz-269D99A1.dip0.t-ipconnect.de)
  570. # [03:18] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Quit: jib)
  571. # [03:18] <@ehsan> and, r+
  572. # [03:19] * Quits: jonasfj (jonasfj@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  573. # [03:19] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ff7d23524ff6 - Shu-yu Guo - Bug 996422 - Part 2: Split MIRType_Magic into one type for each magic constant. (r=jandem)
  574. # [03:19] <@ehsan> dhylands: fwiw that bug should not block...
  575. # [03:19] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/7756408df0dd - Shu-yu Guo - Bug 996422 - Part 1: Make TypeSets work with MIRTypes directly. (r=bhackett)
  576. # [03:19] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  577. # [03:19] * Quits: sewardj (sewardj@moz-CD238C54.dip0.t-ipconnect.de) (Ping timeout)
  578. # [03:19] <@ehsan> ... which it doesn't! :)
  579. # [03:19] * @ehsan is on a roll!
  580. # [03:20] <dhylands> I stumbled across some nastiness in breakpad where the phone reboots itself continuously if this bug happens to get hit
  581. # [03:21] <dhylands> and filed a bug for it
  582. # [03:21] * Quits: Mook_as (mook@moz-1FCC0032.activestate.com) (Quit: Mook_as)
  583. # [03:21] <@ehsan> that sucks
  584. # [03:22] <@ehsan> dhylands: https://bugzilla.mozilla.org/show_bug.cgi?id=991812#c19
  585. # [03:22] * BenWa is now known as BenWa|email
  586. # [03:23] <@ehsan> dhylands: ok, is there anything else I can help you with tonight?
  587. # [03:23] <dhylands> ehsan: I think I'm good - I'll land the r+'d patch
  588. # [03:23] <@ehsan> dhylands: thanks! :)
  589. # [03:23] <@ehsan> ttyl
  590. # [03:24] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  591. # [03:25] * Quits: @ehsan (ehsan@moz-B4709FAB.cable.teksavvy.com) (Quit: vanished into thin air...)
  592. # [03:26] * Joins: erahm (Adium@moz-A511F1A0.hsd1.or.comcast.net)
  593. # [03:26] * Quits: RealRaven (Thunderbir@D517FCA6.8D6F0354.27F80FAC.IP) (Quit: RealRaven)
  594. # [03:26] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/a4891371e28e - Chenxia Liu - Bug 996850 - Part 1: Don't show context menu for empty sites. r=lucasr
  595. # [03:26] <firebot> http://hg.mozilla.org/mozilla-central/rev/fcd1191c12b5 - Chenxia Liu - Bug 996850 - Part 2: Don't allow empty "Edit" input. r=lucasr
  596. # [03:26] <firebot> http://hg.mozilla.org/mozilla-central/rev/3f2032f4dad7 - Chenxia Liu - Backed out changeset fcd1191c12b5 (Bug 996850)
  597. # [03:26] <firebot> http://hg.mozilla.org/mozilla-central/rev/4c8ee55dbdd1 - Chenxia Liu - Bug 996850 - Part 2: Don't allow empty "Edit" input. r=lucasr
  598. # [03:27] <firebot> http://hg.mozilla.org/mozilla-central/rev/35737ab92f9e - Wes Kocher - Merge fx-team to m-c
  599. # [03:27] * Quits: gwagner (gwagner@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: gwagner)
  600. # [03:27] * Quits: lizzard (ehenry@moz-F2439B1F.dsl.static.sonic.net) (Quit: lizzard)
  601. # [03:27] * Quits: pcwalton (pcwalton@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: pcwalton)
  602. # [03:28] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  603. # [03:28] <blakewu> hi~ I have a couple of questions about sniffing mime in the necko side @http://dxr.mozilla.org/mozilla-central/source/netwerk/base/src/nsBaseChannel.cpp#694
  604. # [03:28] <blakewu> May I know who I can consult with?
  605. # [03:28] * Quits: jrmuizel (jrmuizel@moz-BB113AD2.cr.net.cable.rogers.com) (Client exited)
  606. # [03:31] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/395976994a92 - Dave Hylands - Bug 998097 - Make DeviceStorageUsedSpaceCache use a thread-safe ref count. r=ehsan
  607. # [03:32] * Quits: jgriffin (jgriffin@moz-791CC332.hsd1.wa.comcast.net) (Quit: jgriffin)
  608. # [03:34] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  609. # [03:34] * Joins: Jerry (hshih@moz-99690620.hinet-ip.hinet.net)
  610. # [03:34] * Quits: mwu (mwu@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  611. # [03:36] * Joins: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com)
  612. # [03:37] * Joins: bmoss (bmoss@moz-54D507F.hsd1.ca.comcast.net)
  613. # [03:38] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  614. # [03:39] * Quits: bmoss (bmoss@moz-54D507F.hsd1.ca.comcast.net) (Ping timeout)
  615. # [03:40] * Joins: lizzard (ehenry@moz-F2439B1F.dsl.static.sonic.net)
  616. # [03:44] * bkerensa is now known as zz_bkerensa
  617. # [03:44] * Quits: jedp (jedp@moz-3AA8030E.dsl.dynamic.sonic.net) (Quit: Computer has gone to sleep.)
  618. # [03:45] * Joins: jedp (jedp@moz-3AA8030E.dsl.dynamic.sonic.net)
  619. # [03:45] * joshua-s is now known as joshua-s|zzz
  620. # [03:45] <nattokirai> hmmm, anyone else having trouble pushing to try...?
  621. # [03:46] <mattwoodrow> yes
  622. # [03:46] <nattokirai> ok, good, not just me...
  623. # [03:46] * philor is now known as philor|away
  624. # [03:46] * Quits: jedp (jedp@moz-3AA8030E.dsl.dynamic.sonic.net) (Max SendQ exceeded)
  625. # [03:47] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  626. # [03:48] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  627. # [03:48] * Quits: rbarnes (rbarnes@moz-F55A81A8.washdc.fios.verizon.net) (Input/output error)
  628. # [03:49] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  629. # [03:50] * hwine-ooo is now known as hwine
  630. # [03:50] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  631. # [03:51] * Joins: lpy (lpy@8B40CDAC.F09091A8.1348A864.IP)
  632. # [03:51] * Joins: boris (boris@moz-99690620.hinet-ip.hinet.net)
  633. # [03:52] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Ping timeout)
  634. # [03:52] * Quits: chewey (chewey@moz-DFA21752.dip0.t-ipconnect.de) (NickServ (GHOST command used by chewey_))
  635. # [03:52] * Quits: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Connection reset by peer)
  636. # [03:52] * Joins: chewey (chewey@moz-3ADFE8B7.dip0.t-ipconnect.de)
  637. # [03:53] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  638. # [03:53] * Quits: Jerry (hshih@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  639. # [03:53] * Joins: Jerry (hshih@moz-99690620.hinet-ip.hinet.net)
  640. # [03:55] * Quits: bholley (bholley@32EFA1FF.F0338C73.AECC5372.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  641. # [03:56] * Joins: tetsuharu (tetsuharu@moz-C286AD9A.bitcat.net)
  642. # [03:56] * Joins: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  643. # [03:57] * Joins: shelly (shelly@moz-99690620.hinet-ip.hinet.net)
  644. # [03:58] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  645. # [03:58] * Joins: jwwang (jwwang@moz-99690620.hinet-ip.hinet.net)
  646. # [03:59] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  647. # [04:00] * Joins: mahdi (mahdi@219DD8F3.B52DBDB9.195261CE.IP)
  648. # [04:00] * Joins: elin (elin@moz-AB10BD59.dynamic-ip.hinet.net)
  649. # [04:00] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Ping timeout)
  650. # [04:01] * Quits: jdm (jdm@moz-AC9499B2.cable.teksavvy.com) (Quit: Lost terminal)
  651. # [04:01] <heycam> are panel popups broken for others on Linux?
  652. # [04:01] * Quits: mahdi (mahdi@219DD8F3.B52DBDB9.195261CE.IP) (Client exited)
  653. # [04:01] <heycam> site securite/bookmarks/downloads panels all not working for me, for the last few days
  654. # [04:02] * Quits: Waldo (waldo@moz-62518563.mtv2.mozilla.com) (Quit: ChatZilla 0.9.87-8.1450hg.fc20 [XULRunner 27.0/20140203120101])
  655. # [04:02] * Joins: cpeterson_ (cpeterson@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  656. # [04:03] * Quits: elin (elin@moz-AB10BD59.dynamic-ip.hinet.net) (Quit: elin)
  657. # [04:03] * Quits: cpeterson (cpeterson@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  658. # [04:04] * Quits: cpeterson_ (cpeterson@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  659. # [04:04] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  660. # [04:04] <bent> heycam, mine work on windows, but i think they started animating recently
  661. # [04:05] <bent> maybe something broke there
  662. # [04:05] * Joins: elin (elin@moz-AB10BD59.dynamic-ip.hinet.net)
  663. # [04:05] <heycam> bent, yeah, I had at least a couple of builds where the animations were working for me on Linux
  664. # [04:05] * Quits: spohl (Adium@moz-FED9006F.static.hvvc.us) (Quit: Leaving.)
  665. # [04:05] <fabrice> yep, they animate here on linux, but it's quite janky
  666. # [04:06] * heycam goes to confirm https://bugzilla.mozilla.org/show_bug.cgi?id=998542
  667. # [04:07] * Quits: mak (uid24946@moz-31ABA2C0.irccloud.com) (Quit: Connection closed for inactivity)
  668. # [04:07] * Quits: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  669. # [04:07] * Joins: Mossop (dtownsend@53343B0D.8DCA2D5.5E2862A8.IP)
  670. # [04:08] * Quits: Mossop (dtownsend@53343B0D.8DCA2D5.5E2862A8.IP) (Input/output error)
  671. # [04:08] * Joins: ericjung (ericjung@363D7CED.5F599954.284344F5.IP)
  672. # [04:09] * Quits: juanb (jbecerra@moz-62518563.mtv2.mozilla.com) (Quit: juanb)
  673. # [04:09] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  674. # [04:09] * Quits: maxli1 (Adium@moz-B19F68ED.student.cs.uwaterloo.ca) (Quit: Leaving.)
  675. # [04:09] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  676. # [04:09] <blakewu> Hi All, I have questions about sniffing mime in the necko for bug 986381, who I can consult with?
  677. # [04:11] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Ping timeout)
  678. # [04:12] * Joins: jhlin (jhlin@moz-99690620.hinet-ip.hinet.net)
  679. # [04:13] * BenWa|email is now known as BenWa
  680. # [04:14] * Joins: allstarschh (allstars@moz-99690620.hinet-ip.hinet.net)
  681. # [04:15] * Joins: kanru (kanru@moz-DB4A9C19.scl3.mozilla.com)
  682. # [04:16] * Quits: jesup_mac (chatzilla@moz-A39761D7.phlapa.fios.verizon.net) (Ping timeout)
  683. # [04:16] * Quits: ckitching (ckitching@moz-73BD1AA5.nat.csx.cam.ac.uk) (Input/output error)
  684. # [04:19] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  685. # [04:19] * Joins: brsun (chatzilla@moz-99690620.hinet-ip.hinet.net)
  686. # [04:20] * Joins: maxli (Adium@moz-B19F68ED.student.cs.uwaterloo.ca)
  687. # [04:21] * Quits: heftig (heftig@moz-B627DFE.dip0.t-ipconnect.de) (Ping timeout)
  688. # [04:21] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  689. # [04:22] * Joins: heftig (heftig@moz-2EA01F9F.dip0.t-ipconnect.de)
  690. # [04:23] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  691. # [04:23] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  692. # [04:24] * Quits: ewong (chatzilla@moz-20A71729.net) (Ping timeout)
  693. # [04:24] * Joins: raw (raw@moz-3F92A09F.nyc.res.rr.com)
  694. # [04:26] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  695. # [04:26] * Quits: dria (dria@moz-53F857A3.dsl.teksavvy.com) (Quit: dria)
  696. # [04:27] * philor|away is now known as philor
  697. # [04:30] * Joins: josh (josh@moz-348C4790.hsd1.mn.comcast.net)
  698. # [04:31] * philor is now known as philor|away
  699. # [04:32] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/1ff975b6a290 - Jan Keromnes - Bug 995206 - Sync app.update.{channel,url} settings with preferences. r=21
  700. # [04:32] <firebot> http://hg.mozilla.org/mozilla-central/rev/48ac7adee648 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  701. # [04:32] <firebot> http://hg.mozilla.org/mozilla-central/rev/269f549a066e - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  702. # [04:32] * Quits: mwargers (mwargers@moz-AF369B35.adsl.online.nl) (Ping timeout)
  703. # [04:32] <firebot> http://hg.mozilla.org/mozilla-central/rev/f6eae61241b5 - B2G Bumper Bot - Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
  704. # [04:32] <firebot> http://hg.mozilla.org/mozilla-central/rev/2c77d928dd8e - B2G Bumper Bot - Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
  705. # [04:33] <firebot> http://hg.mozilla.org/mozilla-central/rev/9d4e62b36326 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  706. # [04:33] <firebot> http://hg.mozilla.org/mozilla-central/rev/8db8b22698e2 - Ryan VanderMeulen - Merge m-c to b2g-inbound.
  707. # [04:33] <firebot> http://hg.mozilla.org/mozilla-central/rev/66bc10187f1e - B2G Bumper Bot - Bumping manifests a=b2g-bump
  708. # [04:33] <firebot> http://hg.mozilla.org/mozilla-central/rev/ac376a4e8174 - Wes Kocher - Merge b2g-inbound to m-c
  709. # [04:33] * Quits: mchen (chatzilla@moz-99690620.hinet-ip.hinet.net) (Quit: ChatZilla 0.9.90.1 [Firefox 28.0/20140314220517])
  710. # [04:33] * Quits: lizzard (ehenry@moz-F2439B1F.dsl.static.sonic.net) (Quit: lizzard)
  711. # [04:34] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  712. # [04:34] * philor|away is now known as philor
  713. # [04:35] * Quits: kaze|zZz (kaze@moz-7E0F0F9E.fbx.proxad.net) (Ping timeout)
  714. # [04:35] * Joins: kushagra (kushagra@7F43981B.C44B4A6F.EBCC7000.IP)
  715. # [04:36] * Joins: mchen (chatzilla@moz-99690620.hinet-ip.hinet.net)
  716. # [04:37] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  717. # [04:37] * Joins: aja (Instantbir@664F744F.6BD0AE10.7880DB15.IP)
  718. # [04:37] * Quits: kushagra (kushagra@7F43981B.C44B4A6F.EBCC7000.IP) (Ping timeout)
  719. # [04:38] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  720. # [04:40] * Quits: boris_Linux (boris@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  721. # [04:40] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/392a5456fbfe - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  722. # [04:40] * Joins: lizzard (ehenry@moz-F2439B1F.dsl.static.sonic.net)
  723. # [04:40] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/8c749556a33a - B2G Bumper Bot - Bumping manifests a=b2g-bump
  724. # [04:41] * Joins: ewong (chatzilla@moz-20A71729.net)
  725. # [04:43] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  726. # [04:43] * Quits: tonymec_KDE (tonymec@8C8B7298.C225E126.277517C1.IP) (Ping timeout)
  727. # [04:46] * Joins: kk1fff (kk1fff@moz-99690620.hinet-ip.hinet.net)
  728. # [04:46] * Parts: aja (Instantbir@664F744F.6BD0AE10.7880DB15.IP)
  729. # [04:46] * Quits: lmandel (lmandel@moz-60AD75.cable.teksavvy.com) (Input/output error)
  730. # [04:48] * Quits: raw (raw@moz-3F92A09F.nyc.res.rr.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  731. # [04:48] * Joins: WeirdAl (chatzilla@moz-527389C3.hsd1.ca.comcast.net)
  732. # [04:48] * Quits: tetsuharu (tetsuharu@moz-C286AD9A.bitcat.net) (Client exited)
  733. # [04:49] <WeirdAl> ooh, just over 100 bug reports to go
  734. # [04:49] * Joins: yzen (yzen@moz-C3EA2B28.cable.teksavvy.com)
  735. # [04:49] * Quits: bajaj (Adium@moz-24157589.mtv2.mozilla.com) (Quit: Leaving.)
  736. # [04:49] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  737. # [04:52] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/f9dc34b3cbea - B2G Bumper Bot - Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
  738. # [04:52] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/6caf638744ad - B2G Bumper Bot - Bumping manifests a=b2g-bump
  739. # [04:53] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  740. # [04:54] * Quits: dougc (dougc@moz-F16BC551.static.rev.eftel.com) (Ping timeout)
  741. # [04:55] * Joins: dougc (dougc@moz-F16BC551.static.rev.eftel.com)
  742. # [04:55] * Joins: bnicholson (bnicholson@F118B273.BF05706.A36C57B9.IP)
  743. # [04:56] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Quit: jib)
  744. # [04:56] * Joins: jincreator (jincreator@EAE579B9.AE3EA2FD.6B649F75.IP)
  745. # [04:57] * Joins: chuitoPR (chuito27@72076A73.E4F7C564.9110B0C7.IP)
  746. # [04:57] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  747. # [04:57] * Quits: jhlin (jhlin@moz-99690620.hinet-ip.hinet.net) (Quit: )
  748. # [04:59] * Joins: jhlin (jhlin@moz-99690620.hinet-ip.hinet.net)
  749. # [04:59] <chuitoPR> Hello! Im starting with firefox developing, and Im currently trying to create a custom installation of firefox. But I need to know if theres a way to make firefox theme-persona stretch to fit any resolution
  750. # [05:00] <chuitoPR> custom distribution~
  751. # [05:01] * Joins: ethan (chatzilla@moz-99690620.hinet-ip.hinet.net)
  752. # [05:02] * Joins: cviecco_ (cviecco@moz-5373173A.hsd1.ca.comcast.net)
  753. # [05:02] * KWierso is now known as KWierso|afk
  754. # [05:03] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  755. # [05:04] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  756. # [05:04] * Quits: Preeti (uid13882@moz-E77DEB21.irccloud.com) (Quit: Connection closed for inactivity)
  757. # [05:04] * Joins: bwc (Adium@moz-536549A9.dsl.static.sonic.net)
  758. # [05:05] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  759. # [05:05] * Quits: cviecco_ (cviecco@moz-5373173A.hsd1.ca.comcast.net) (Input/output error)
  760. # [05:05] * Quits: automata (automata@C6295CB4.F28C5D3A.7DA01DD1.IP) (Quit: This computer has gone to sleep)
  761. # [05:06] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  762. # [05:06] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  763. # [05:06] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/cbd4d782c02f - Star Cheng - Bug 984498: add new a parameter(audiochannel type) to AudioContext API. r=roc
  764. # [05:06] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/1f410dde84d9 - Star Cheng - Bug 984498: To plumb audiochannel type from AudioContext to MediaStreamGraph r=padenot
  765. # [05:07] * Quits: garvank (Garvan@moz-4FFE3378.dsl.teksavvy.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  766. # [05:07] * Quits: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca) (Quit: surkov)
  767. # [05:07] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5544ddbd6581 - Chris Peterson - Bug 999717 - Fix gcc -Wlogical-op warning in layout. r=dholbert
  768. # [05:08] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/797a9917b706 - Chris Peterson - Bug 999717 - Fix gcc -Wlogical-op warning in js. r=mrbkap
  769. # [05:08] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/891de7042cd4 - Chris Peterson - Bug 999717 - Fix gcc -Wlogical-op warnings in netwerk. r=sworkman
  770. # [05:08] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  771. # [05:09] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  772. # [05:09] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Input/output error)
  773. # [05:09] <cpearce> So what's the deal with changing NSPR? Specifically, we'd like to add a new PRLogModuleLevel to specify a "more verbose" logging level than PR_LOG_DEBUG for the media logging....
  774. # [05:10] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  775. # [05:11] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Ping timeout)
  776. # [05:11] <cpearce> it looks like NSPR is being maintained by Wan-Teh Chang from google?
  777. # [05:11] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  778. # [05:12] <froydnj> yes
  779. # [05:12] * Quits: bent (chatzilla@moz-632A43B.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  780. # [05:12] <froydnj> doesn't nspr logging already have multiple levels?
  781. # [05:12] <cpearce> yes, we just want a level which is more verbose that what's provided.
  782. # [05:13] <froydnj> all the levels are used already?
  783. # [05:13] <philor> PR_LOG_OVERFLOW
  784. # [05:13] * Joins: mwargers (mwargers@moz-AF369B35.adsl.online.nl)
  785. # [05:13] <cpearce> yes, there's errors, warning, and debug.
  786. # [05:13] <cpearce> but if you're logging data every video frame, you tend to generate a lot of logging, which isn't always what you want.
  787. # [05:14] * Quits: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com) (Client exited)
  788. # [05:14] * Joins: bholley (bholley@32EFA1FF.F0338C73.AECC5372.IP)
  789. # [05:14] <philor> ted is actually an NSPR peer, unless he's wiggled out of it somehow
  790. # [05:14] <cpearce> oh cool.
  791. # [05:15] * Joins: [1]JPeterson (JPeterson@moz-E3F8E691.tbcn.telia.com)
  792. # [05:15] * Quits: josh (josh@moz-348C4790.hsd1.mn.comcast.net) (Quit: josh)
  793. # [05:15] <chuitoPR> Manuel27PR
  794. # [05:15] * Quits: JPeterson (JPeterson@moz-E3F8E691.tbcn.telia.com) (Ping timeout)
  795. # [05:15] * [1]JPeterson is now known as JPeterson
  796. # [05:15] * Joins: josh (josh@moz-348C4790.hsd1.mn.comcast.net)
  797. # [05:15] * Quits: elin (elin@moz-AB10BD59.dynamic-ip.hinet.net) (Quit: elin)
  798. # [05:17] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  799. # [05:17] * Quits: chuitoPR (chuito27@72076A73.E4F7C564.9110B0C7.IP) (Quit: Going offline, see ya! (www.adiirc.com))
  800. # [05:17] * heycam is now known as heycam|away
  801. # [05:18] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  802. # [05:19] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  803. # [05:19] * Joins: tetsuharu (tetsuharu@moz-C286AD9A.bitcat.net)
  804. # [05:20] * Joins: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com)
  805. # [05:21] * Joins: rniwa (rniwa@DBC3D095.CC3DF958.1782B2F3.IP)
  806. # [05:21] * Quits: tetsuharu (tetsuharu@moz-C286AD9A.bitcat.net) (Ping timeout)
  807. # [05:22] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/52a236cf50bd - Sotaro Ikeda - Bug 994889 - Fix how to get video size from OMXCodec r=cajbir
  808. # [05:22] * Quits: WeirdAl (chatzilla@moz-527389C3.hsd1.ca.comcast.net) (Ping timeout)
  809. # [05:23] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  810. # [05:24] * Quits: josh (josh@moz-348C4790.hsd1.mn.comcast.net) (Quit: josh)
  811. # [05:24] <@njn> do security bugs need a=foo in their message when landing on Aurora?
  812. # [05:25] * Joins: dria (dria@moz-53F857A3.dsl.teksavvy.com)
  813. # [05:26] * Joins: elin (elin@moz-AB10BD59.dynamic-ip.hinet.net)
  814. # [05:26] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  815. # [05:27] <philor> njn: yeah, everything does
  816. # [05:27] * Joins: Mook (mook@moz-BC41A633.dsl.teksavvy.com)
  817. # [05:27] <@njn> philor: thanks
  818. # [05:28] * Joins: cviecco_ (cviecco@moz-5373173A.hsd1.ca.comcast.net)
  819. # [05:28] * hwine is now known as hwine-ooo
  820. # [05:28] * Quits: elin (elin@moz-AB10BD59.dynamic-ip.hinet.net) (Quit: elin)
  821. # [05:29] * Quits: cviecco_ (cviecco@moz-5373173A.hsd1.ca.comcast.net) (Quit: )
  822. # [05:29] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  823. # [05:29] * BenWa is now known as BenWa|email
  824. # [05:29] <philor> well, if re.search('a\S*=', dlower) or dlower.startswith('back') or dlower.startswith('revert'):
  825. # [05:29] <philor> so there are ways you can play with it :)
  826. # [05:30] <philor> including the one I can't believe I've never used, "foo bar baz, a="
  827. # [05:31] * Quits: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net) (Ping timeout)
  828. # [05:31] * Joins: gwagner (Gregor@moz-B45FE61C.hsd1.ca.comcast.net)
  829. # [05:32] * Joins: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net)
  830. # [05:32] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  831. # [05:34] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  832. # [05:38] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  833. # [05:38] * Joins: jrm2k6 (jrm2k6@moz-4B136A3.pool.digikabel.hu)
  834. # [05:41] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  835. # [05:43] * Quits: jimb (user@moz-ED4AA0F2.hsd1.wa.comcast.net) (Ping timeout)
  836. # [05:44] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  837. # [05:44] * Quits: maxli (Adium@moz-B19F68ED.student.cs.uwaterloo.ca) (Quit: Leaving.)
  838. # [05:44] * Quits: jrm2k6 (jrm2k6@moz-4B136A3.pool.digikabel.hu) (Client exited)
  839. # [05:45] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  840. # [05:48] * Joins: tetsuharu (tetsuharu@moz-C286AD9A.bitcat.net)
  841. # [05:49] * Quits: blakewu (blakewu@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  842. # [05:49] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  843. # [05:50] <ewong> has anyone been able to successfully clone m-c?
  844. # [05:50] <ewong> a full clone I mean
  845. # [05:51] * Joins: blakewu (blakewu@moz-99690620.hinet-ip.hinet.net)
  846. # [05:54] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  847. # [05:54] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  848. # [05:54] <catlee-afk> ewong: yeah, but it can take a while
  849. # [05:54] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  850. # [05:54] <catlee-afk> ewong: try using bundles if you can't get a full clone to work
  851. # [05:54] <ewong> catlee-afk: ok. thanks. getting transaction aborted.
  852. # [05:55] <ewong> catlee-afk: right. doing that now.
  853. # [05:55] <catlee-afk> https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Source_Code/Mercurial/Bundles
  854. # [05:55] <philor> dholbert: I only need to back out cpeterson's layout warning fix, right?
  855. # [05:56] * Joins: [1]JPeterson (JPeterson@moz-E3F8E691.tbcn.telia.com)
  856. # [05:56] <philor> so far
  857. # [05:56] * Quits: JPeterson (JPeterson@moz-E3F8E691.tbcn.telia.com) (Ping timeout)
  858. # [05:56] * [1]JPeterson is now known as JPeterson
  859. # [05:57] * Joins: bajaj (Adium@moz-34BA18EC.hsd1.ca.comcast.net)
  860. # [05:57] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  861. # [05:59] * Quits: gwagner (Gregor@moz-B45FE61C.hsd1.ca.comcast.net) (Ping timeout)
  862. # [05:59] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  863. # [05:59] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  864. # [06:00] * Joins: ddahl (ddahl@moz-687E6733.static.twtelecom.net)
  865. # [06:00] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/7f1464f22982 - Phil Ringnalda - Back out 5544ddbd6581 (bug 999717) for assertions
  866. # [06:00] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  867. # [06:01] * Quits: Matti (Matti@moz-EAF61192.dip0.t-ipconnect.de) (Ping timeout)
  868. # [06:01] * Quits: mconley (mconley@moz-FBB7D102.cable.teksavvy.com) (Input/output error)
  869. # [06:02] <glandium> 87 bugs to go to the million
  870. # [06:02] * Joins: CapnKernel (mjd@moz-C140A59F.static.exetel.com.au)
  871. # [06:02] <glandium> 86
  872. # [06:03] <philor> where's timeless when you need somebody with 85 tabs prepped and ready to submit to get it over with?
  873. # [06:04] <kbrosnan> or dolske
  874. # [06:04] * Quits: bwc (Adium@moz-536549A9.dsl.static.sonic.net) (Ping timeout)
  875. # [06:04] * Joins: bwc (Adium@moz-536549A9.dsl.static.sonic.net)
  876. # [06:04] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  877. # [06:04] <ewong> dolske ftw!
  878. # [06:04] * Parts: CapnKernel (mjd@moz-C140A59F.static.exetel.com.au)
  879. # [06:05] * Joins: Matti (Matti@moz-83CF3710.dip0.t-ipconnect.de)
  880. # [06:06] * Joins: boris_Linux (boris@moz-99690620.hinet-ip.hinet.net)
  881. # [06:06] * glob|away is now known as glob
  882. # [06:07] * Quits: lizzard (ehenry@moz-F2439B1F.dsl.static.sonic.net) (Quit: lizzard)
  883. # [06:08] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  884. # [06:10] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  885. # [06:10] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  886. # [06:10] * Joins: maxli (Adium@moz-B19F68ED.student.cs.uwaterloo.ca)
  887. # [06:10] * Quits: joshua-s|zzz (Thunderbir@moz-90485EAD.syrcny.east.verizon.net) (Ping timeout)
  888. # [06:11] * Joins: tedders1_ (tedders1@13F2CEC5.7672369.D8E68FF6.IP)
  889. # [06:11] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  890. # [06:11] * Quits: tedders1 (tedders1@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  891. # [06:12] * Quits: tedders1_ (tedders1@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  892. # [06:15] <@roc> glandium: ping?
  893. # [06:15] <glandium> roc: pong
  894. # [06:16] <@roc> I'm trying to get Android to build with gcc_hidden
  895. # [06:16] * Quits: MacroMayhem (Mibbit@9B9315E1.A6025CA.1C37C358.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  896. # [06:16] <@roc> there are a few errors building mozglue
  897. # [06:16] <glandium> how unsurprised i am
  898. # [06:16] <@roc> /home/roc/mozilla-inbound/obj-fennec-debug/mozglue/build/BionicGlue.o: in function SpecialAllocator<AtForkFuncs>::deallocate(AtForkFuncs*, unsigned int):../../dist/include/mozilla/mozalloc.h:225: error: undefined reference to 'moz_free'
  899. # [06:17] <@roc> I do not see mozmemory.o in the temporary list of object files
  900. # [06:17] <@roc> how does that work normally?
  901. # [06:18] <glandium> roc: normally, there's no call to moz_free
  902. # [06:18] * Joins: WeirdAl (chatzilla@moz-527389C3.hsd1.ca.comcast.net)
  903. # [06:19] <glandium> roc: more precisely, normally, mozalloc.h is not included
  904. # [06:19] <glandium> roc: i guess it gets there from the wrappers
  905. # [06:19] <@roc> okay
  906. # [06:19] <@roc> I can probably sort that out
  907. # [06:19] <@roc> thanks
  908. # [06:19] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  909. # [06:20] <glandium> roc: what does the command line used to build BionicGlue.o look like?
  910. # [06:20] * Joins: tomer (tomer@moz-F45DAEFD.static.012.net.il)
  911. # [06:20] <@roc> long?
  912. # [06:20] <@roc> it has stl_wrappers and system_wrappers
  913. # [06:21] * Joins: kushagra (kushagra@5B91A39C.60A04934.EBCC7000.IP)
  914. # [06:21] * Parts: boris (boris@moz-99690620.hinet-ip.hinet.net)
  915. # [06:21] <firebot> Check-in: http://hg.mozilla.org/integration/fx-team/rev/e386f9ef145d - Richard Newman - Bug 997478 - Reduce GeckoFavicons log spew. r=trivial, DONTBUILD
  916. # [06:21] * Quits: kushagra (kushagra@5B91A39C.60A04934.EBCC7000.IP) (Connection reset by peer)
  917. # [06:22] * Joins: joshua-s|zzz (Thunderbir@moz-EF175EF4.syrcny.east.verizon.net)
  918. # [06:22] * Quits: cpearce (chatzilla@34E8ECDF.DC2C3734.616A18A6.IP) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  919. # [06:22] * Joins: kushagra (kushagra@5B91A39C.60A04934.EBCC7000.IP)
  920. # [06:22] <glandium> roc: yeah, normally, we don't use the stl wrappers on android
  921. # [06:22] * Joins: cpearce (chatzilla@7EA5AB88.DC2C3734.616A18A6.IP)
  922. # [06:22] * Joins: gargsms (gargsms@61E80CE7.B4B4657B.64A74306.IP)
  923. # [06:23] <@roc> I'll try DISABLE_STL_WRAPPING in there
  924. # [06:23] <glob> soooooon
  925. # [06:23] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  926. # [06:23] * Joins: gsvelto (gsvelto@moz-7BCD643B.clienti.tiscali.it)
  927. # [06:24] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  928. # [06:24] * Quits: kushagra (kushagra@5B91A39C.60A04934.EBCC7000.IP) (No route to host)
  929. # [06:24] <glandium> roc: no, you actually want stl wrappers to not be used at all
  930. # [06:24] * Joins: kushagra (kushagra@5B91A39C.60A04934.EBCC7000.IP)
  931. # [06:24] <@roc> yeah, that fixed some errors
  932. # [06:24] <glandium> roc: for the whole build
  933. # [06:24] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  934. # [06:24] <@roc> mmmm
  935. # [06:24] <glandium> roc: unfortunately, we're currently making system wrappers enable stl wrappers
  936. # [06:24] * Quits: WeirdAl (chatzilla@moz-527389C3.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.90.1 [Firefox 28.0/20140319112400])
  937. # [06:25] * Quits: kushagra (kushagra@5B91A39C.60A04934.EBCC7000.IP) (Connection reset by peer)
  938. # [06:25] <@roc> you want me to change that?
  939. # [06:25] <@roc> that sounds hard
  940. # [06:25] * Joins: kushagra (kushagra@5B91A39C.60A04934.EBCC7000.IP)
  941. # [06:26] * Quits: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com) (Client exited)
  942. # [06:26] * Quits: gargsms (gargsms@61E80CE7.B4B4657B.64A74306.IP) (Ping timeout)
  943. # [06:26] <glandium> roc: it /should/ just be about removing the WRAP_STL_INCLUDES=1 next to WRAP_SYSTEM_INCLUDES=1 in configure.in, and forcing it on another condition... probably !windows && !mac && !android
  944. # [06:27] * Joins: WeirdAl (chatzilla@moz-527389C3.hsd1.ca.comcast.net)
  945. # [06:27] * Quits: kushagra (kushagra@5B91A39C.60A04934.EBCC7000.IP) (No route to host)
  946. # [06:27] * Joins: kushagra_ (kushagra@5B91A39C.60A04934.EBCC7000.IP)
  947. # [06:28] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  948. # [06:28] * Quits: kushagra_ (kushagra@5B91A39C.60A04934.EBCC7000.IP) (Connection reset by peer)
  949. # [06:28] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  950. # [06:29] * Joins: kushagra (kushagra@5B91A39C.60A04934.EBCC7000.IP)
  951. # [06:30] * Joins: pcwalton (pcwalton@moz-DA87EE4.hsd1.ca.comcast.net)
  952. # [06:30] <glandium> roc: you'd need to remove the STL_FLAGS from the same location, too
  953. # [06:31] * Quits: kushagra (kushagra@5B91A39C.60A04934.EBCC7000.IP) (Ping timeout)
  954. # [06:31] * Joins: boris (boris@moz-99690620.hinet-ip.hinet.net)
  955. # [06:31] * Joins: MacroMayhem (Mibbit@9B9315E1.A6025CA.1C37C358.IP)
  956. # [06:31] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  957. # [06:32] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  958. # [06:33] <glandium> roc: something like this: https://pastebin.mozilla.org/4912474
  959. # [06:34] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  960. # [06:35] * Quits: ethan (chatzilla@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  961. # [06:35] * Joins: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com)
  962. # [06:36] * Joins: mconley (mconley@moz-FBB7D102.cable.teksavvy.com)
  963. # [06:38] * Quits: bwc (Adium@moz-536549A9.dsl.static.sonic.net) (Ping timeout)
  964. # [06:38] * Joins: bwc (Adium@moz-536549A9.dsl.static.sonic.net)
  965. # [06:38] * Quits: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Ping timeout)
  966. # [06:39] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  967. # [06:41] * Joins: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  968. # [06:41] * Joins: tedders1 (tedders1@13F2CEC5.7672369.D8E68FF6.IP)
  969. # [06:41] * Joins: smontagu (chatzilla@moz-91C0888C.red.bezeqint.net)
  970. # [06:42] <@roc> ok
  971. # [06:42] <nigelb> Morning.
  972. # [06:42] * Quits: janv (varga@7044209E.756AA358.4F33160D.IP) (Quit: Leaving)
  973. # [06:42] <nigelb> Hello KWierso|afk
  974. # [06:43] <KWierso|afk> hi nigelb
  975. # [06:44] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  976. # [06:44] * Joins: jaws (uid2871@moz-5F4AA75A.irccloud.com)
  977. # [06:44] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  978. # [06:45] <glandium> roc: note that we should probably enabled the stl wrappers on mac too, but i'd rather do that as a followup. At least my proposed patch doesn't change the current status quo
  979. # [06:46] <glandium> roc: they are enabled on windows elsewhere. on android we just can't enable them in their current form
  980. # [06:46] * Quits: tedders1 (tedders1@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  981. # [06:46] <@roc> why do we want to enable them?
  982. # [06:47] * Joins: Archaeopteryx (itsme@moz-37B32CB4.cust.telecolumbus.net)
  983. # [06:48] * nrc is now known as nrc|afk
  984. # [06:49] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  985. # [06:49] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  986. # [06:49] <glandium> roc: because everything in libxul is supposed to be using mozalloc, which is not the case for stl apis unless the stl wrappers are used
  987. # [06:51] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/2cd362a43c95 - Ehsan Akhgari - Bug 999880 - Make RetrievalContext not use mozilla::RefCounted; r=roc
  988. # [06:51] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Connection reset by peer)
  989. # [06:51] <@roc> ahhhh
  990. # [06:51] <@roc> ok
  991. # [06:51] <@roc> that makes more sense now
  992. # [06:51] * Quits: boris (boris@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  993. # [06:52] <glandium> so in fact, my patch fixes linux builds that end up using -fvisibility=hidden
  994. # [06:53] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  995. # [06:54] * Quits: sunfish (chatzilla@moz-42DA0C69.dsl.dynamic.sonic.net) (Ping timeout)
  996. # [06:56] * Joins: tanvi (tanvi@moz-1979187D.hsd1.ca.comcast.net)
  997. # [06:56] * Quits: tanvi (tanvi@moz-1979187D.hsd1.ca.comcast.net) (Connection reset by peer)
  998. # [06:56] * Joins: tanvi (tanvi@moz-1979187D.hsd1.ca.comcast.net)
  999. # [06:56] <@roc> error: hidden symbol '__aeabi_uidivmod' is not defined locally ... this is going to be a fun one
  1000. # [06:56] * heycam|away is now known as heycam
  1001. # [06:57] * Joins: jrm2k6 (jrm2k6@moz-4B136A3.pool.digikabel.hu)
  1002. # [06:57] <glandium> roc: that just sounds like a missing system wrapper
  1003. # [06:58] <@roc> maybe
  1004. # [06:58] * Joins: boris (boris@moz-99690620.hinet-ip.hinet.net)
  1005. # [06:58] * Joins: kushagra (kushagra@5B91A39C.60A04934.EBCC7000.IP)
  1006. # [06:59] * Quits: fabrice (fabrice@moz-1A8E36BB.hsd1.ca.comcast.net) (Ping timeout)
  1007. # [06:59] * Joins: jdover (jdover@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net)
  1008. # [07:00] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  1009. # [07:00] <glandium> roc: nope, it's defined in no NDK header
  1010. # [07:00] * Quits: kushagra (kushagra@5B91A39C.60A04934.EBCC7000.IP) (Ping timeout)
  1011. # [07:00] <glandium> it's defined in several places in the js engine
  1012. # [07:00] * Joins: fabrice (fabrice@moz-1A8E36BB.hsd1.ca.comcast.net)
  1013. # [07:00] <glandium> as extern. so -fvisibility=hidden wouldn't hide it
  1014. # [07:00] * Quits: bwc (Adium@moz-536549A9.dsl.static.sonic.net) (Ping timeout)
  1015. # [07:01] * Joins: bwc (Adium@moz-536549A9.dsl.static.sonic.net)
  1016. # [07:01] <glandium> roc: this needs a MOZ_EXPORT
  1017. # [07:01] * Quits: yzen (yzen@moz-C3EA2B28.cable.teksavvy.com) (Ping timeout)
  1018. # [07:01] * Quits: bholley (bholley@32EFA1FF.F0338C73.AECC5372.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  1019. # [07:01] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  1020. # [07:02] * Quits: kaernyk (kaernyk@4F7252F2.CEBBE496.E48CFF63.IP) (Input/output error)
  1021. # [07:02] <@roc> I see it
  1022. # [07:03] * Joins: kushagra (kushagra@5B91A39C.60A04934.EBCC7000.IP)
  1023. # [07:03] <@roc> but that didn't fix it :-). Let me keep looking
  1024. # [07:04] * Quits: mconley (mconley@moz-FBB7D102.cable.teksavvy.com) (Input/output error)
  1025. # [07:04] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  1026. # [07:04] <glandium> roc: there are two places to change
  1027. # [07:04] * Quits: ewong (chatzilla@moz-20A71729.net) (Ping timeout)
  1028. # [07:04] * Joins: mconley (mconley@moz-FBB7D102.cable.teksavvy.com)
  1029. # [07:04] * Quits: kushagra (kushagra@5B91A39C.60A04934.EBCC7000.IP) (No route to host)
  1030. # [07:05] * Joins: kushagra (kushagra@5B91A39C.60A04934.EBCC7000.IP)
  1031. # [07:05] * Joins: ewong (chatzilla@moz-20A71729.net)
  1032. # [07:05] <@roc> yeah
  1033. # [07:06] * Quits: mconley (mconley@moz-FBB7D102.cable.teksavvy.com) (Ping timeout)
  1034. # [07:06] * Joins: ekr_ (ekr@moz-B559451E.mycingular.net)
  1035. # [07:06] <@roc> but there are still other locations
  1036. # [07:06] <@roc> somewhere
  1037. # [07:07] * Joins: kushagra_ (kushagra@5B91A39C.60A04934.EBCC7000.IP)
  1038. # [07:07] * Quits: kushagra (kushagra@5B91A39C.60A04934.EBCC7000.IP) (No route to host)
  1039. # [07:07] <@roc> do you know how I can tell from ARM .s whether a reference to a symbol is to a hidden symbol or an exported symbol?
  1040. # [07:07] <glandium> roc: i only see three, and one of them is for x86
  1041. # [07:07] <glandium> roc: whether there is .hidden symbol somewhere
  1042. # [07:08] <@roc> ok, so a .global reference is OK
  1043. # [07:08] * Quits: kushagra_ (kushagra@5B91A39C.60A04934.EBCC7000.IP) (No route to host)
  1044. # [07:08] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  1045. # [07:08] <glandium> roc: yes
  1046. # [07:08] <@roc> it's too bad the ld messages don't give more information...
  1047. # [07:08] * Joins: kushagra (kushagra@5B91A39C.60A04934.EBCC7000.IP)
  1048. # [07:08] * Quits: luke (luke@moz-7CF84B28.dhcp.ftwo.tx.charter.com) (Ping timeout)
  1049. # [07:08] <glandium> roc: it doesn't say in what file?
  1050. # [07:09] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  1051. # [07:09] * Quits: kushagra (kushagra@5B91A39C.60A04934.EBCC7000.IP) (Connection reset by peer)
  1052. # [07:09] * jcranmer is now known as jcranmer|away
  1053. # [07:09] <@roc> no
  1054. # [07:09] * Joins: kushagra (kushagra@5B91A39C.60A04934.EBCC7000.IP)
  1055. # [07:10] * Joins: Mano (mano@moz-B2CB9982.red.bezeqint.net)
  1056. # [07:10] * Joins: sunfish (chatzilla@moz-42DA0C69.dsl.dynamic.sonic.net)
  1057. # [07:10] * ewong is now known as ewong|away
  1058. # [07:10] * Quits: tetsuharu (tetsuharu@moz-C286AD9A.bitcat.net) (Quit: )
  1059. # [07:11] * Quits: kushagra (kushagra@5B91A39C.60A04934.EBCC7000.IP) (Ping timeout)
  1060. # [07:12] * Quits: bwc (Adium@moz-536549A9.dsl.static.sonic.net) (Quit: Leaving.)
  1061. # [07:12] * Quits: boris (boris@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  1062. # [07:13] * Joins: bwc (Adium@moz-536549A9.dsl.static.sonic.net)
  1063. # [07:14] * Quits: Matti (Matti@moz-83CF3710.dip0.t-ipconnect.de) (Ping timeout)
  1064. # [07:14] * Quits: squib (squib@moz-A962343B.dhcp.ftbg.wi.charter.com) (Ping timeout)
  1065. # [07:15] * Quits: lpy (lpy@8B40CDAC.F09091A8.1348A864.IP) (Ping timeout)
  1066. # [07:15] * Joins: stransky (stransky@moz-59D79C36.broadband2.iol.cz)
  1067. # [07:16] * Quits: humph (dave@moz-E0B198AD.senecac.on.ca) (Ping timeout)
  1068. # [07:16] * Joins: humph (dave@moz-E0B198AD.senecac.on.ca)
  1069. # [07:17] * Quits: ekr_ (ekr@moz-B559451E.mycingular.net) (Quit: Colloquy for iPhone - http://colloquy.mobi)
  1070. # [07:18] * Joins: Matti (Matti@moz-28EC48CA.dip0.t-ipconnect.de)
  1071. # [07:18] * Quits: cpearce (chatzilla@7EA5AB88.DC2C3734.616A18A6.IP) (Ping timeout)
  1072. # [07:19] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  1073. # [07:21] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/555db81b5607 - John Daggett - Bug 752394 - time out localized font family name initialization, reflow if needed after font loader thread completes. r=jfkthame
  1074. # [07:21] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/0c4cbcc72ae4 - John Daggett - Bug 752394 - time out font facename list initialization, reflow if needed after font loader thread completes. r=jfkthame
  1075. # [07:21] * Quits: serge (Thunderbir@moz-2D90151E.dsl.teksavvy.com) (Ping timeout)
  1076. # [07:22] * Joins: gerv (Instantbir@moz-2C9C4DAC.range86-141.btcentralplus.com)
  1077. # [07:23] * Joins: tanvi1 (tanvi@moz-1979187D.hsd1.ca.comcast.net)
  1078. # [07:24] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  1079. # [07:24] * Quits: tanvi1 (tanvi@moz-1979187D.hsd1.ca.comcast.net) (Quit: Leaving.)
  1080. # [07:24] * Joins: darkowlzz (buzz@848B7B64.245F2A38.27560D6E.IP)
  1081. # [07:24] * Quits: dougc (dougc@moz-F16BC551.static.rev.eftel.com) (Ping timeout)
  1082. # [07:24] * Quits: tanvi (tanvi@moz-1979187D.hsd1.ca.comcast.net) (Ping timeout)
  1083. # [07:26] * Joins: fredw (Icedove@moz-B9C110E2.fbx.proxad.net)
  1084. # [07:26] * Joins: dougc (dougc@moz-F16BC551.static.rev.eftel.com)
  1085. # [07:27] <@njn> my try push introduced a GC hazard. Where can I see it?
  1086. # [07:27] * Quits: gerv (Instantbir@moz-2C9C4DAC.range86-141.btcentralplus.com) (Ping timeout)
  1087. # [07:28] * @njn finds the link buried in the TBPL log
  1088. # [07:29] <philor> njn: there's a nice link buried in the lower right corner of tbpl when you click on the Hf
  1089. # [07:30] * Quits: tomer (tomer@moz-F45DAEFD.static.012.net.il) (Ping timeout)
  1090. # [07:30] <@njn> philor: I don't see it
  1091. # [07:31] <philor> "TinderboxPrint: upload results: complete"
  1092. # [07:31] <@njn> philor: oh, wow
  1093. # [07:31] <philor> yeah
  1094. # [07:31] * Joins: ethan (chatzilla@moz-99690620.hinet-ip.hinet.net)
  1095. # [07:31] <@njn> philor: good to know, thanks
  1096. # [07:33] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  1097. # [07:34] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  1098. # [07:36] * Quits: maxli (Adium@moz-B19F68ED.student.cs.uwaterloo.ca) (Quit: Leaving.)
  1099. # [07:36] * Joins: slassh (slassh@38DA6838.9C1A0554.CD891E5D.IP)
  1100. # [07:38] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  1101. # [07:38] * Joins: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de)
  1102. # [07:38] * Joins: kushagra (kushagra@5B91A39C.60A04934.EBCC7000.IP)
  1103. # [07:38] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  1104. # [07:40] * Quits: kushagra (kushagra@5B91A39C.60A04934.EBCC7000.IP) (Ping timeout)
  1105. # [07:43] * Joins: kushagra (kushagra@5B91A39C.60A04934.EBCC7000.IP)
  1106. # [07:44] * Quits: pcwalton (pcwalton@moz-DA87EE4.hsd1.ca.comcast.net) (Quit: pcwalton)
  1107. # [07:44] * Joins: gandalf (zbraniecki@moz-C21B3DEC.dhcp.gvrb.ca.charter.com)
  1108. # [07:45] * Quits: kushagra (kushagra@5B91A39C.60A04934.EBCC7000.IP) (No route to host)
  1109. # [07:45] * philor is now known as philor|away
  1110. # [07:45] * Joins: kushagra_ (kushagra@5B91A39C.60A04934.EBCC7000.IP)
  1111. # [07:46] * Quits: sunfish (chatzilla@moz-42DA0C69.dsl.dynamic.sonic.net) (Ping timeout)
  1112. # [07:47] * Joins: kushagra (kushagra@5B91A39C.60A04934.EBCC7000.IP)
  1113. # [07:47] * Quits: kushagra_ (kushagra@5B91A39C.60A04934.EBCC7000.IP) (No route to host)
  1114. # [07:47] * Quits: heftig (heftig@moz-2EA01F9F.dip0.t-ipconnect.de) (Quit: Quitting)
  1115. # [07:48] * Quits: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca) (Ping timeout)
  1116. # [07:49] * Quits: kushagra (kushagra@5B91A39C.60A04934.EBCC7000.IP) (No route to host)
  1117. # [07:49] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  1118. # [07:49] * Joins: kushagra (kushagra@5B91A39C.60A04934.EBCC7000.IP)
  1119. # [07:51] * Joins: boris (boris@moz-99690620.hinet-ip.hinet.net)
  1120. # [07:51] * Joins: kushagra_ (kushagra@5B91A39C.60A04934.EBCC7000.IP)
  1121. # [07:51] * Quits: kushagra (kushagra@5B91A39C.60A04934.EBCC7000.IP) (No route to host)
  1122. # [07:53] * Quits: kushagra_ (kushagra@5B91A39C.60A04934.EBCC7000.IP) (Ping timeout)
  1123. # [07:53] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  1124. # [07:54] * Quits: afwang (nooknook@moz-C8131982.hsd1.ca.comcast.net) (Ping timeout)
  1125. # [07:54] * Quits: boris (boris@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  1126. # [07:57] * Joins: bholley (bholley@32EFA1FF.F0338C73.AECC5372.IP)
  1127. # [07:57] * Joins: gargsms (gargsms@61E80CE7.B4B4657B.64A74306.IP)
  1128. # [07:57] * mattwoodrow is now known as mattwoodrow|away
  1129. # [07:58] * Quits: slassh (slassh@38DA6838.9C1A0554.CD891E5D.IP) (Ping timeout)
  1130. # [07:59] * jlund|bbl is now known as jlund|away
  1131. # [07:59] * Joins: gcp (gpascutto@moz-9CEB1C98.access.telenet.be)
  1132. # [08:00] * Quits: schien (anonymous@moz-99690620.hinet-ip.hinet.net) (Quit: schien)
  1133. # [08:00] * Joins: cpearce (chatzilla@moz-EC1018D1.jetstream.xtra.co.nz)
  1134. # [08:01] * Fallen|away is now known as Fallen
  1135. # [08:04] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  1136. # [08:05] * Quits: bholley (bholley@32EFA1FF.F0338C73.AECC5372.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  1137. # [08:05] * Quits: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com) (Client exited)
  1138. # [08:06] * whimboo|afk is now known as whimboo
  1139. # [08:06] * Joins: bholley (bholley@32EFA1FF.F0338C73.AECC5372.IP)
  1140. # [08:06] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Quit: Jesse)
  1141. # [08:08] * Quits: ethan (chatzilla@moz-99690620.hinet-ip.hinet.net) (Connection reset by peer)
  1142. # [08:08] * Quits: darkowlzz (buzz@848B7B64.245F2A38.27560D6E.IP) (Ping timeout)
  1143. # [08:08] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  1144. # [08:08] * Joins: darkowlzz (buzz@848B7B64.245F2A38.27560D6E.IP)
  1145. # [08:08] * Tomcat|afk is now known as Tomcat|sheriffduty
  1146. # [08:10] <Tomcat|sheriffduty> good morning
  1147. # [08:10] * Joins: maxli (Adium@moz-B19F68ED.student.cs.uwaterloo.ca)
  1148. # [08:10] * Joins: atsai (atsai@moz-BB00BD67.dynamic.hinet.net)
  1149. # [08:10] * Joins: kushagra (kushagra@5B91A39C.60A04934.EBCC7000.IP)
  1150. # [08:10] * Quits: maxli (Adium@moz-B19F68ED.student.cs.uwaterloo.ca) (Quit: Leaving.)
  1151. # [08:11] * Joins: schien (anonymous@moz-99690620.hinet-ip.hinet.net)
  1152. # [08:12] <Archaeopteryx> good morning sheriff
  1153. # [08:14] * Quits: atsai (atsai@moz-BB00BD67.dynamic.hinet.net) (Ping timeout)
  1154. # [08:14] <cpeterson> dholbert: ping?
  1155. # [08:14] * Joins: bwc1 (Adium@moz-536549A9.dsl.static.sonic.net)
  1156. # [08:14] * Quits: WeirdAl (chatzilla@moz-527389C3.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.90.1 [Firefox 28.0/20140314220517])
  1157. # [08:15] <dholbert> cpeterson, pong
  1158. # [08:15] * Quits: bwc (Adium@moz-536549A9.dsl.static.sonic.net) (Ping timeout)
  1159. # [08:16] * Quits: kushagra (kushagra@5B91A39C.60A04934.EBCC7000.IP) (Ping timeout)
  1160. # [08:16] <cpeterson> dholbert: in 999717, you prefer a patch "restoring this assertion to its pre-bug 896050 state" rather than asserting "value lists other than shadows and filters may not be null" (the assertion you linked to)?
  1161. # [08:16] * Joins: mikeratcliffe (Adium@41D75A80.83F43654.137FEB2B.IP)
  1162. # [08:16] * Joins: atsai (atsai@moz-99690620.hinet-ip.hinet.net)
  1163. # [08:17] <dholbert> cpeterson, the latter is likely what we *should* have, though I haven't looked at that code thorougly recently enough to be 100% sure that it's valid
  1164. # [08:17] * Joins: boris (boris@moz-99690620.hinet-ip.hinet.net)
  1165. # [08:17] * Joins: digitsm (digitsm@E40C598A.27EB1212.DA0107E2.IP)
  1166. # [08:17] * Joins: AndreeaMatei (Thunderbir@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  1167. # [08:18] <dholbert> cpeterson, for the purpose of addressing the warning, I think reverting to the earlier more-correct state of the assertion is probably good, and then possibly we can make it more consistent with the other one in a followup
  1168. # [08:18] <dholbert> cpeterson, I'm fine either way, though, if you'd rather go straight for the consistent approach
  1169. # [08:19] <dholbert> cpeterson, as long as it passes try
  1170. # [08:19] <cpeterson> dholbert: ok. I have that "should have" patch and I can (actually) run in through Try this time.
  1171. # [08:19] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  1172. # [08:20] <cpeterson> dholbert: sorry I didn't test it the first time.. <:) But this warning did find a real bug (albeit a bug in the assertion)
  1173. # [08:20] * Quits: digitsm (digitsm@E40C598A.27EB1212.DA0107E2.IP) (Input/output error)
  1174. # [08:20] <dholbert> cpeterson, no worries, thanks for filing the bug & catching this!
  1175. # [08:20] <dholbert> cpeterson, this is a handy warning
  1176. # [08:21] <cpeterson> dholbert: yes, but we can't enable it by default (yet) because of some harder to fix warnings from MFBT.
  1177. # [08:22] <dholbert> cpeterson, I am encouraged by your "yet"
  1178. # [08:22] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/215d847f679c - Carsten "Tomcat" Book - Backed out changeset 1f410dde84d9 (bug 984498)
  1179. # [08:22] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/1c5860c1ca51 - Carsten "Tomcat" Book - Backed out changeset cbd4d782c02f (bug 9844980) for mochitest 9 & 10 test failures on a CLOSED TREE
  1180. # [08:23] * Joins: Alessar (Alessar@4409775D.C64B1782.79D6B59E.IP)
  1181. # [08:23] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  1182. # [08:24] * Joins: elin (elin@moz-AB10BD59.dynamic-ip.hinet.net)
  1183. # [08:25] * Quits: bholley (bholley@32EFA1FF.F0338C73.AECC5372.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  1184. # [08:25] <dholbert> cpeterson, anyway: rs=me on making it consistent (after looking at the code a bit more)
  1185. # [08:25] * Joins: squib (squib@moz-A962343B.dhcp.ftbg.wi.charter.com)
  1186. # [08:25] * Joins: tad|emailme (tad@moz-6BAB15E1.info)
  1187. # [08:25] <cpeterson> dholbert: thanks
  1188. # [08:25] <cpeterson> trying now
  1189. # [08:26] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Ping timeout)
  1190. # [08:26] * Parts: tad|emailme (tad@moz-6BAB15E1.info)
  1191. # [08:27] * Quits: @roc (chatzilla@34E8ECDF.DC2C3734.616A18A6.IP) (Ping timeout)
  1192. # [08:29] <Alessar> Hello. Anybody work with Metro?
  1193. # [08:31] * Joins: jhorak (jhorak@moz-107AD163.redhat.com)
  1194. # [08:32] * Joins: masayuki1 (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  1195. # [08:32] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Connection reset by peer)
  1196. # [08:32] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/fcf7b2b1ef09 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1197. # [08:32] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/e6518fb56f6a - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1198. # [08:33] <dholbert> Alessar, you may want to try #windev (and a bit earlier in the day, US time)
  1199. # [08:34] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  1200. # [08:34] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  1201. # [08:34] <dholbert> Alessar, though see also https://blog.mozilla.org/futurereleases/2014/03/14/metro/ , which I imagine you're probably already aware of
  1202. # [08:37] <Alessar> dholbert: Yes. I see it. But I want get build from TRY server for local needs.
  1203. # [08:37] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Quit: jib)
  1204. # [08:38] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  1205. # [08:38] * Quits: JPeterson (JPeterson@moz-E3F8E691.tbcn.telia.com) (Ping timeout)
  1206. # [08:39] <heycam> error: unused variable 'blah' [-Werror=unused-variable] (on try)
  1207. # [08:39] <heycam> infuriating!
  1208. # [08:39] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b747c35ac54b - Nicholas Nethercote - Bug 996448 - Lazify the loading of PluralForm.jsm everywhere. r=mak.
  1209. # [08:40] <Alessar> dholbert: As I know all code of Metro stay in mozilla-central. But When I can build on TRY server - I got browser without support Metro Interface. Do you know something what can help me resolve my issue?
  1210. # [08:41] * Quits: smontagu (chatzilla@moz-91C0888C.red.bezeqint.net) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 28.0/20140314220517])
  1211. # [08:42] * Quits: therube (chatzilla@moz-10E800BC.hsd1.md.comcast.net) (Ping timeout)
  1212. # [08:45] * Joins: smontagu (chatzilla@moz-91C0888C.red.bezeqint.net)
  1213. # [08:45] * Quits: jrm2k6 (jrm2k6@moz-4B136A3.pool.digikabel.hu) (Client exited)
  1214. # [08:45] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  1215. # [08:46] * jchen is now known as jchen|away
  1216. # [08:46] * Joins: wolfiR (wolfiR@moz-9A4E1A9D.dip0.t-ipconnect.de)
  1217. # [08:48] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Ping timeout)
  1218. # [08:49] * Quits: squib (squib@moz-A962343B.dhcp.ftbg.wi.charter.com) (Quit: Leaving)
  1219. # [08:49] * Quits: benvie (bbenvie@5FD20F9A.53D07D95.EFF8B7BF.IP) (Quit: )
  1220. # [08:49] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  1221. # [08:52] * Quits: jdover (jdover@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net) (Quit: Computer has gone to sleep.)
  1222. # [08:52] * Joins: Ms2ger (Ms2ger@CAF6A3C9.3CF91143.187A1082.IP)
  1223. # [08:52] * Joins: jdover (jdover@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net)
  1224. # [08:53] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  1225. # [08:54] * Joins: hazz (_@moz-EE625EE4.cable.virginm.net)
  1226. # [08:54] * Quits: jdover (jdover@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  1227. # [08:55] * Joins: ferjm|pto (ferjm@moz-C75BC392.upc-i.chello.nl)
  1228. # [08:55] * Joins: kushagra (kushagra@AD56B9A3.7DF3F852.EBCC7000.IP)
  1229. # [08:56] * Quits: bajaj (Adium@moz-34BA18EC.hsd1.ca.comcast.net) (Quit: Leaving.)
  1230. # [08:56] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  1231. # [08:57] * Quits: jincreator (jincreator@EAE579B9.AE3EA2FD.6B649F75.IP) (Ping timeout)
  1232. # [08:59] <glob> happy bmo push day! http://globau.wordpress.com/2014/04/23/happy-bmo-push-day-90/
  1233. # [08:59] * Joins: sankha93 (sankha93@7061CD01.D6BD0D91.22D41759.IP)
  1234. # [09:00] * Joins: jchaulk (jchaulk@moz-C3B01B76.dsl.teksavvy.com)
  1235. # [09:02] * Quits: rniwa (rniwa@DBC3D095.CC3DF958.1782B2F3.IP) (Quit: rniwa)
  1236. # [09:02] * Quits: boris (boris@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  1237. # [09:03] * Joins: avaida (Instantbir@28C4EA76.976FBEE.5BC07656.IP)
  1238. # [09:04] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  1239. # [09:04] * Quits: kushagra (kushagra@AD56B9A3.7DF3F852.EBCC7000.IP) (Ping timeout)
  1240. # [09:04] * Joins: jhlin_ (jhlin@moz-BB00BD67.dynamic.hinet.net)
  1241. # [09:04] * Quits: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  1242. # [09:05] * heycam is now known as heycam|away
  1243. # [09:05] * Joins: boris (boris@moz-99690620.hinet-ip.hinet.net)
  1244. # [09:05] * Quits: jhlin (jhlin@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1245. # [09:06] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  1246. # [09:06] * Joins: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net)
  1247. # [09:06] * Joins: jviereck (Adium@moz-AB68BCB1.dip0.t-ipconnect.de)
  1248. # [09:06] * Joins: tzimmermann (tzimmerman@moz-8F3BE8AB.pools.arcor-ip.net)
  1249. # [09:06] <Archaeopteryx> no 'prevent people from filing bug 1,000,000' in that, but other useful stuff
  1250. # [09:08] <glandium> 47 to go
  1251. # [09:08] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  1252. # [09:08] <bagder> we should have a countdown somewhere!
  1253. # [09:09] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  1254. # [09:09] * Joins: hazz_ (hazz@moz-EE625EE4.cable.virginm.net)
  1255. # [09:09] * pmoore|away is now known as pmoore
  1256. # [09:09] * bobowen|afk is now known as bobowen
  1257. # [09:10] * Quits: jviereck (Adium@moz-AB68BCB1.dip0.t-ipconnect.de) (Quit: Leaving.)
  1258. # [09:10] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/20eb244eae3b - Kearwood (Kip) Gilbert - Bug 920688 - Remove FIXME comment from StickyScrollContainer::ComputeStickyLimits. r=dbaron
  1259. # [09:11] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/80dba24cc929 - Benjamin Chen - Bug 994557 - part2: 1. fix bug in finishCluster function. 2. Can flush metadata only. 3. Ensure the keyframe is placed at the beginning of cluster. r=rillian
  1260. # [09:11] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/4f69b95c714f - Jed Parsons - Bug 982460 - privileged-request-sans-event. r=spenrose
  1261. # [09:11] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/0930742ce5c6 - Benjamin Chen - Bug 994557 - part1:fix formatting, typo, 80 characters. r=rillian
  1262. # [09:11] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  1263. # [09:11] * Quits: gargsms (gargsms@61E80CE7.B4B4657B.64A74306.IP) (Ping timeout)
  1264. # [09:11] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/9218e4714e99 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1265. # [09:12] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/2ec8d0ee9aad - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1266. # [09:12] * Quits: hazz_ (hazz@moz-EE625EE4.cable.virginm.net) (Quit: hazz_)
  1267. # [09:13] * baku|away is now known as baku
  1268. # [09:14] * Quits: boris (boris@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  1269. # [09:14] * Joins: kaze|zZz (kaze@moz-7E0F0F9E.fbx.proxad.net)
  1270. # [09:16] * Joins: jdover (jdover@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net)
  1271. # [09:16] * Quits: @dbaron (dbaron@moz-3C92D971.dsl.dynamic.sonic.net) (Ping timeout)
  1272. # [09:16] * Quits: jchaulk (jchaulk@moz-C3B01B76.dsl.teksavvy.com) (Connection reset by peer)
  1273. # [09:17] * Joins: twi (Adium@moz-8213560B.cust.vodafonedsl.it)
  1274. # [09:19] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  1275. # [09:19] * Quits: gandalf (zbraniecki@moz-C21B3DEC.dhcp.gvrb.ca.charter.com) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  1276. # [09:20] * Quits: sankha93 (sankha93@7061CD01.D6BD0D91.22D41759.IP) (Client exited)
  1277. # [09:22] * lth|away is now known as lth
  1278. # [09:23] * Joins: jrm2k6 (jrm2k6@moz-4B136A3.pool.digikabel.hu)
  1279. # [09:23] * Quits: elin (elin@moz-AB10BD59.dynamic-ip.hinet.net) (Quit: elin)
  1280. # [09:23] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  1281. # [09:24] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/5c392f95fb7d - B2G Bumper Bot - Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
  1282. # [09:24] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/249fb0212b0d - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1283. # [09:24] * Joins: MarcoZ (marco.zehe@moz-C9133796.dip0.t-ipconnect.de)
  1284. # [09:24] * Joins: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP)
  1285. # [09:24] * Quits: jrm2k6 (jrm2k6@moz-4B136A3.pool.digikabel.hu) (Client exited)
  1286. # [09:25] * Quits: jhlin_ (jhlin@moz-BB00BD67.dynamic.hinet.net) (Client exited)
  1287. # [09:31] * Joins: jhlin (jhlin@moz-BB00BD67.dynamic.hinet.net)
  1288. # [09:32] * Quits: mmc (uid16596@moz-A42E5B7B.irccloud.com) (Quit: Connection closed for inactivity)
  1289. # [09:33] * Quits: jhlin (jhlin@moz-BB00BD67.dynamic.hinet.net) (Client exited)
  1290. # [09:34] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  1291. # [09:34] * Fallen is now known as Fallen|away
  1292. # [09:34] * Quits: Mook (mook@moz-BC41A633.dsl.teksavvy.com) (Quit: Mook)
  1293. # [09:34] * Joins: jhlin (jhlin@moz-BB00BD67.dynamic.hinet.net)
  1294. # [09:34] * Joins: Dexter (chatzilla@moz-F300A00A.retail.telecomitalia.it)
  1295. # [09:35] * Joins: roc (chatzilla@moz-FD652A18.bng1.tvc.orcon.net.nz)
  1296. # [09:35] * ChanServ sets mode: +o roc
  1297. # [09:35] * Joins: boris (boris@moz-99690620.hinet-ip.hinet.net)
  1298. # [09:37] * Quits: boris (boris@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  1299. # [09:38] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  1300. # [09:38] * Quits: jhlin (jhlin@moz-BB00BD67.dynamic.hinet.net) (Client exited)
  1301. # [09:38] * Joins: jviereck (Adium@moz-AB68BCB1.dip0.t-ipconnect.de)
  1302. # [09:38] * Joins: jhlin (jhlin@moz-BB00BD67.dynamic.hinet.net)
  1303. # [09:38] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  1304. # [09:40] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Ping timeout)
  1305. # [09:42] * Quits: jhlin (jhlin@moz-BB00BD67.dynamic.hinet.net) (Client exited)
  1306. # [09:43] * Quits: achicu (sid13301@moz-5F4AA75A.irccloud.com) (Ping timeout)
  1307. # [09:43] * Quits: wgolden (sid27289@moz-A42E5B7B.irccloud.com) (Ping timeout)
  1308. # [09:43] * Joins: kushagra (kushagra@8414E594.492EAB0C.EBCC7000.IP)
  1309. # [09:43] * Joins: achicu (sid13301@moz-5F4AA75A.irccloud.com)
  1310. # [09:43] * Joins: wgolden (sid27289@moz-A42E5B7B.irccloud.com)
  1311. # [09:43] * Joins: lpy (lpy@8B40CDAC.F09091A8.1348A864.IP)
  1312. # [09:45] * Fallen|away is now known as Fallen
  1313. # [09:46] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  1314. # [09:46] * Joins: digitsm (digitsm@E40C598A.27EB1212.DA0107E2.IP)
  1315. # [09:46] * Joins: jhlin (jhlin@moz-BB00BD67.dynamic.hinet.net)
  1316. # [09:47] * Quits: kushagra (kushagra@8414E594.492EAB0C.EBCC7000.IP) (Ping timeout)
  1317. # [09:48] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Ping timeout)
  1318. # [09:49] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  1319. # [09:49] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  1320. # [09:49] * Joins: jaoo (user@9B16F31C.CF111F0B.E21948B5.IP)
  1321. # [09:51] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Ping timeout)
  1322. # [09:51] * Joins: edmorley (uid27002@moz-5F4AA75A.irccloud.com)
  1323. # [09:51] * Quits: robertbindar (Thunderbir@E5C5E4E7.30E1A1B0.89C0DD0D.IP) (Quit: robertbindar)
  1324. # [09:51] * Joins: robertbindar (Thunderbir@E5C5E4E7.30E1A1B0.89C0DD0D.IP)
  1325. # [09:51] * Joins: h4writer (h4writer@moz-6BDA8831.access.telenet.be)
  1326. # [09:53] * Joins: jrm2k6 (jrm2k6@moz-925F8EE7.osr0-terez.net.telekom.hu)
  1327. # [09:53] * Joins: boris (boris@moz-99690620.hinet-ip.hinet.net)
  1328. # [09:54] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  1329. # [09:54] * heycam|away is now known as heycam
  1330. # [09:56] * Quits: gsvelto (gsvelto@moz-7BCD643B.clienti.tiscali.it) (Input/output error)
  1331. # [09:56] * Joins: gsvelto (gsvelto@moz-7BCD643B.clienti.tiscali.it)
  1332. # [09:57] * Joins: heftig (heftig@moz-33D186ED.unitymedia.biz)
  1333. # [09:58] * Quits: jaws (uid2871@moz-5F4AA75A.irccloud.com) (Quit: Connection closed for inactivity)
  1334. # [10:00] * padenot is now known as padenot|away
  1335. # [10:01] * Quits: jhlin (jhlin@moz-BB00BD67.dynamic.hinet.net) (Client exited)
  1336. # [10:02] * Joins: jhlin (jhlin@moz-BB00BD67.dynamic.hinet.net)
  1337. # [10:03] * Joins: RealRaven (Thunderbir@D517FCA6.8D6F0354.27F80FAC.IP)
  1338. # [10:04] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  1339. # [10:04] * Quits: nattokirai (nattokirai@moz-C286AD9A.bitcat.net) (Quit: nattokirai)
  1340. # [10:05] <birtles> 19 to go
  1341. # [10:05] * Joins: elin (elin@moz-AB10BD59.dynamic-ip.hinet.net)
  1342. # [10:05] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/a10094662cf2 - tbirdbld - Automated checkin: version bump for thunderbird 29.0b1 release. DONTBUILD CLOSED TREE a=release
  1343. # [10:05] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/4203f589f497 - tbirdbld - Added THUNDERBIRD_29_0b1_RELEASE THUNDERBIRD_29_0b1_BUILD2 tag(s) for changeset a10094662cf2. DONTBUILD CLOSED TREE a=release
  1344. # [10:06] * Quits: RealRaven (Thunderbir@D517FCA6.8D6F0354.27F80FAC.IP) (Connection reset by peer)
  1345. # [10:06] <ericchou> bagder: yurenju has written one: http://yurenju.info/bug-counter/
  1346. # [10:07] <ericchou> countdown ^^^^^^^^
  1347. # [10:07] <Ms2ger> karl is going for it
  1348. # [10:07] <glob> heh
  1349. # [10:07] <bagder> lovely!
  1350. # [10:08] <bagder> now I'll stop working and just look at that!
  1351. # [10:08] <bagder> =)
  1352. # [10:08] <ericchou> bagder: =D
  1353. # [10:08] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  1354. # [10:09] <heycam> hehe nice countdown
  1355. # [10:10] <glob> 10
  1356. # [10:10] * Quits: jhlin (jhlin@moz-BB00BD67.dynamic.hinet.net) (Client exited)
  1357. # [10:10] <glob> and
  1358. # [10:10] <glob> done
  1359. # [10:10] <glob> bug 1000000
  1360. # [10:10] <heycam> [emoji party popper]
  1361. # [10:10] * Joins: jhlin (jhlin@moz-99690620.hinet-ip.hinet.net)
  1362. # [10:10] <ericchou> woohoo
  1363. # [10:10] <glob> someone used a script :|
  1364. # [10:11] <Archaeopteryx> i confess
  1365. # [10:11] <Ms2ger> Archaeopteryx?
  1366. # [10:11] <Ms2ger> Let's delete all his bugs :)
  1367. # [10:11] <glob> ok!
  1368. # [10:11] <Archaeopteryx> no more bugmail, yeah
  1369. # [10:11] <glob> \o/
  1370. # [10:11] * glob makes Archaeopteryx a global watcher
  1371. # [10:11] <Ms2ger> Ha
  1372. # [10:11] <Ms2ger> Just make him watch gavin
  1373. # [10:11] <Standard8> definitely cheating there
  1374. # [10:12] * Quits: robertbindar (Thunderbir@E5C5E4E7.30E1A1B0.89C0DD0D.IP) (Quit: robertbindar)
  1375. # [10:13] <glob> reminder: that bug's a real bug; don't abuse it please
  1376. # [10:13] <heycam> :gweng was the closest non-:aryx bug filer
  1377. # [10:13] * julienw_afk is now known as julienw
  1378. # [10:13] * Joins: tetsuharu (tetsuharu@moz-C286AD9A.bitcat.net)
  1379. # [10:14] <Ms2ger> glob, glwt :)
  1380. # [10:14] <Ms2ger> Now, where's gerv?
  1381. # [10:14] <jld> There's something to be said for https://bugzilla.mozilla.org/show_bug.cgi?id=1000003
  1382. # [10:15] <heycam> would be funny if it was an automated nagios-filed bug about bugzilla getting hammered
  1383. # [10:16] <Ms2ger> Good, folks
  1384. # [10:16] <Ms2ger> Back to work, and let's get 10M filed!
  1385. # [10:16] * Joins: luca (lzzluca@moz-10429979.static.virginmediabusiness.co.uk)
  1386. # [10:16] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/368a6f1f7eea - Cosmin Malutan - Bug 992139 - [mozversion] Enhance mozversion to return application_display_name. r=hskupin
  1387. # [10:17] * bobowen is now known as bobowen|afk
  1388. # [10:17] * padenot|away is now known as padenot
  1389. # [10:17] <Tomcat|sheriffduty> sorry guys all trees are closed now again
  1390. # [10:18] <Tomcat|sheriffduty> bug 985864 for those who are interested
  1391. # [10:19] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  1392. # [10:21] * Joins: ethan (chatzilla@moz-99690620.hinet-ip.hinet.net)
  1393. # [10:21] * Joins: kaernyk (kaernyk@4F7252F2.CEBBE496.E48CFF63.IP)
  1394. # [10:21] * Quits: kaernyk (kaernyk@4F7252F2.CEBBE496.E48CFF63.IP) (Max SendQ exceeded)
  1395. # [10:22] * Joins: kaernyk (kaernyk@4F7252F2.CEBBE496.E48CFF63.IP)
  1396. # [10:23] * Joins: gabor (gabor@moz-6FA55FE6.dip0.t-ipconnect.de)
  1397. # [10:23] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  1398. # [10:23] * Joins: msucan (mihai@7694EB75.B4C0AAA3.C0E37CF3.IP)
  1399. # [10:24] * Quits: tetsuharu (tetsuharu@moz-C286AD9A.bitcat.net) (Quit: )
  1400. # [10:24] * Quits: jviereck (Adium@moz-AB68BCB1.dip0.t-ipconnect.de) (Quit: Leaving.)
  1401. # [10:26] * Joins: jviereck (Adium@moz-AB68BCB1.dip0.t-ipconnect.de)
  1402. # [10:27] * Quits: bwc1 (Adium@moz-536549A9.dsl.static.sonic.net) (Ping timeout)
  1403. # [10:28] * Quits: _BledA_ (nodebot@moz-88C53DF1.us-west-2.compute.amazonaws.com) (Client exited)
  1404. # [10:28] * Quits: jwalker (jwalker@moz-76873736.cable.virginm.net) (Ping timeout)
  1405. # [10:28] * Joins: bwc (Adium@moz-536549A9.dsl.static.sonic.net)
  1406. # [10:29] * Joins: jwalker (jwalker@moz-76873736.cable.virginm.net)
  1407. # [10:29] * Joins: _BledA_ (nodebot@moz-88C53DF1.us-west-2.compute.amazonaws.com)
  1408. # [10:29] * Quits: Ms2ger (Ms2ger@CAF6A3C9.3CF91143.187A1082.IP) (Quit: bbl)
  1409. # [10:29] * Joins: Optimizer (Optimizer@7ACE6395.1B37CAB0.2AB48280.IP)
  1410. # [10:31] * Quits: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  1411. # [10:31] * Quits: jwalker (jwalker@moz-76873736.cable.virginm.net) (Ping timeout)
  1412. # [10:32] * Quits: elin (elin@moz-AB10BD59.dynamic-ip.hinet.net) (Quit: elin)
  1413. # [10:34] * Joins: smaug (chatzilla@moz-38C5B03.elisa-laajakaista.fi)
  1414. # [10:34] * ChanServ sets mode: +o smaug
  1415. # [10:34] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  1416. # [10:34] * Quits: @njn (chatzilla@moz-C0A87F2D.dyn.iinet.net.au) (Quit: ChatZilla 0.9.90.1 [Firefox 31.0a1/20140421160008])
  1417. # [10:35] * Quits: jdover (jdover@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net) (Quit: Computer has gone to sleep.)
  1418. # [10:35] * Joins: jdover (jdover@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net)
  1419. # [10:36] * Joins: yurenju (yurenju@moz-99690620.hinet-ip.hinet.net)
  1420. # [10:36] * Joins: jwalker (jwalker@moz-76873736.cable.virginm.net)
  1421. # [10:36] * Quits: Optimizer (Optimizer@7ACE6395.1B37CAB0.2AB48280.IP) (Ping timeout)
  1422. # [10:37] * Joins: Optimizer (Optimizer@4EEE24A6.765CA6C8.2AB48280.IP)
  1423. # [10:37] * Joins: Gijs (gijs@moz-43B398EA.range86-164.btcentralplus.com)
  1424. # [10:37] * Quits: jdover (jdover@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  1425. # [10:37] * Joins: jacek (jacek@moz-5D707D3B.psi.wroc.pl)
  1426. # [10:38] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  1427. # [10:39] * Joins: mihaelav (Mibbit@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  1428. # [10:39] * Quits: digitsm (digitsm@E40C598A.27EB1212.DA0107E2.IP) (Quit: Leaving)
  1429. # [10:39] * Joins: digitsm (digitsm@E40C598A.27EB1212.DA0107E2.IP)
  1430. # [10:41] <mihaelav> hi Gijs
  1431. # [10:41] <Gijs> mihaelav: hi
  1432. # [10:42] * Joins: luca_ (lzzluca@moz-10429979.static.virginmediabusiness.co.uk)
  1433. # [10:42] * Joins: dao (dao@moz-D61DC9.pool.mediaways.net)
  1434. # [10:43] <dao> so Try is closed because of bug 985864. can I still push something if I don't want b2g builds?
  1435. # [10:43] <mihaelav> Gijs: the try tree is now closed, but I made a try push yesterday with the patch version you reviewed for bug 987640. Are those results enough or do you want a push on the closed tree?
  1436. # [10:43] <Gijs> mihaelav: should be fine, got a link? :)
  1437. # [10:44] <mihaelav> Gijs: yes: https://tbpl.mozilla.org/?tree=Try&rev=5e06395a3bc1 I'll add it in the bug as weel with the updated patch (removed the unused variable)
  1438. # [10:45] <Tomcat|sheriffduty> dao: i think thats fine, we want to reduce the load on gitmo right now
  1439. # [10:45] <Tomcat|sheriffduty> thats why i even not do retrigger of the failed ones on inbound currently :)
  1440. # [10:46] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  1441. # [10:47] * mattwoodrow|away is now known as mattwoodrow
  1442. # [10:48] * Joins: kushagra (kushagra@A909C6E6.5860A645.EBCC7000.IP)
  1443. # [10:48] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Ping timeout)
  1444. # [10:48] * Joins: gargsms (gargsms@7FDD62B0.DEBD96D2.1C37C358.IP)
  1445. # [10:49] * Quits: gargsms (gargsms@7FDD62B0.DEBD96D2.1C37C358.IP) (Max SendQ exceeded)
  1446. # [10:49] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  1447. # [10:49] * Joins: gargsms (gargsms@7FDD62B0.DEBD96D2.1C37C358.IP)
  1448. # [10:50] * bobowen|afk is now known as bobowen
  1449. # [10:50] <mihaelav> Gijs: do you want me to also add checkin-needed for it?
  1450. # [10:50] <Gijs> mihaelav: looks good to me! So upload a patch with the last thing fixed (the unused variable) and set the checkin-needed keyword? :)
  1451. # [10:51] <mihaelav> Gijs: ok, thank you :)
  1452. # [10:52] * glob is now known as glob|away
  1453. # [10:53] <Gijs> mihaelav: awesome, thanks for the hard work on the tests, it'll make sure we break this stuff less often. :)
  1454. # [10:53] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  1455. # [10:56] * Joins: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com)
  1456. # [10:56] <mihaelav> Gijs: :) no problem. hopefully the tests will catch the future failures
  1457. # [10:57] * Quits: erahm (Adium@moz-A511F1A0.hsd1.or.comcast.net) (Ping timeout)
  1458. # [10:58] * Quits: jrm2k6 (jrm2k6@moz-925F8EE7.osr0-terez.net.telekom.hu) (Client exited)
  1459. # [10:59] * whimboo is now known as whimboo|afk
  1460. # [10:59] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  1461. # [11:00] <mihaelav> Gijs: I would like your opinion on something else, too: currently I'm working at the test for bug 996506 and I was wondering if it's ok to use fake/non-existent URLs to populate the history list instead of creating a few test pages and load them?
  1462. # [11:01] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  1463. # [11:01] <Gijs> mihaelav: hrm, probably? Although ideally we should test the recently closed tabs / windows list, too, and for that you'd probably want to close real tabs/windows :)
  1464. # [11:03] * Quits: bwc (Adium@moz-536549A9.dsl.static.sonic.net) (Ping timeout)
  1465. # [11:03] * Joins: bwc (Adium@moz-536549A9.dsl.static.sonic.net)
  1466. # [11:03] <mihaelav> Gijs: sure, will add that, too... with more fake pages :)
  1467. # [11:04] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  1468. # [11:05] * Quits: gargsms (gargsms@7FDD62B0.DEBD96D2.1C37C358.IP) (Ping timeout)
  1469. # [11:05] * Joins: jdover (jdover@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net)
  1470. # [11:08] * nrc|afk is now known as nrc
  1471. # [11:08] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  1472. # [11:09] * Quits: jdover (jdover@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  1473. # [11:09] <Tomcat|sheriffduty> ok guys all trees open again
  1474. # [11:09] <Tomcat|sheriffduty> load spike is over :)
  1475. # [11:12] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  1476. # [11:14] <NeilAway> hsivonen: is the list of charsets in the fallback override in the fonts pane the same as in the charset menu?
  1477. # [11:15] * Quits: ewong|sleep (chatzilla@moz-8C451A64.static.netvigator.com) (Ping timeout)
  1478. # [11:16] * Parts: dao (dao@moz-D61DC9.pool.mediaways.net)
  1479. # [11:16] * Joins: ewong|sleep (chatzilla@moz-8C451A64.static.netvigator.com)
  1480. # [11:16] * Joins: dao (dao@moz-D61DC9.pool.mediaways.net)
  1481. # [11:16] * mattwoodrow is now known as mattwoodrow|away
  1482. # [11:16] * Parts: dao (dao@moz-D61DC9.pool.mediaways.net)
  1483. # [11:17] * mattwoodrow|away is now known as mattwoodrow
  1484. # [11:17] * heycam is now known as heycam|away
  1485. # [11:18] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/76fa6561d5ca - B2G Bumper Bot - Bumping gaia.json for 10 gaia revision(s) a=gaia-bump
  1486. # [11:18] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/0c81acd6404f - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1487. # [11:18] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/b28181bdaf8b - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1488. # [11:19] * Joins: m_gol (m_gol@moz-7DA7FE26.neoplus.adsl.tpnet.pl)
  1489. # [11:19] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  1490. # [11:21] * Joins: gargsms (gargsms@B9A17196.C414F269.AAD6E77D.IP)
  1491. # [11:21] * Quits: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  1492. # [11:23] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  1493. # [11:24] * Joins: jrm2k6 (jrm2k6@moz-925F8EE7.osr0-terez.net.telekom.hu)
  1494. # [11:26] * Joins: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net)
  1495. # [11:30] * Quits: kushagra (kushagra@A909C6E6.5860A645.EBCC7000.IP) (Ping timeout)
  1496. # [11:30] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d97882e9c503 - JW Wang - Bug 998168 - add decoder pointer to the log message of MediaDecoderStateMachine/MediaDecoder for debugging. r=cpearce
  1497. # [11:30] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/243bf2777fa4 - JW Wang - Bug 998168 - nsITimer functions should be only called in the event target thread of the timer. r=cpearce.
  1498. # [11:30] * Joins: Ms2ger (Ms2ger@moz-4A14BC33.ugent.be)
  1499. # [11:30] <hsivonen> NeilAway: it's not
  1500. # [11:31] <hsivonen> NeilAway: I cleaned out the craziest entries, though
  1501. # [11:31] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  1502. # [11:31] <hsivonen> NeilAway: I'd be happy to trim the list down some more
  1503. # [11:31] * pmoore is now known as pmoore|biab
  1504. # [11:31] <hsivonen> what's $(topsrcdir) from the mailnews/ vantage point?
  1505. # [11:32] * baku is now known as baku|away
  1506. # [11:32] <hsivonen> is it the comm-central root or the mozilla-central root?
  1507. # [11:32] * Quits: kanru (kanru@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1508. # [11:33] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b9e4dac08b6e - Jan de Mooij - Bug 999358 - Fix MLambdaArrow to initialize the unused extended slot too. r=terrence
  1509. # [11:33] * Joins: till (till@moz-F20C30C4.adsl.alicedsl.de)
  1510. # [11:34] * Quits: gargsms (gargsms@B9A17196.C414F269.AAD6E77D.IP) (Ping timeout)
  1511. # [11:34] * Quits: @smaug (chatzilla@moz-38C5B03.elisa-laajakaista.fi) (Ping timeout)
  1512. # [11:34] * Quits: bwc (Adium@moz-536549A9.dsl.static.sonic.net) (Ping timeout)
  1513. # [11:34] * Joins: bwc (Adium@moz-536549A9.dsl.static.sonic.net)
  1514. # [11:34] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  1515. # [11:34] * Quits: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  1516. # [11:35] * Quits: Optimizer (Optimizer@4EEE24A6.765CA6C8.2AB48280.IP) (Ping timeout)
  1517. # [11:36] * Joins: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net)
  1518. # [11:36] * Quits: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net) (Ping timeout)
  1519. # [11:36] * Joins: jduell (jduell@moz-2AA1D99C.hsd1.wa.comcast.net)
  1520. # [11:38] * Quits: m_gol (m_gol@moz-7DA7FE26.neoplus.adsl.tpnet.pl) (Quit: Linkinus - http://linkinus.com)
  1521. # [11:38] * Quits: yurenju (yurenju@moz-99690620.hinet-ip.hinet.net) (Quit: Computer has gone to sleep.)
  1522. # [11:39] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  1523. # [11:39] * Quits: jduell (jduell@moz-2AA1D99C.hsd1.wa.comcast.net) (Ping timeout)
  1524. # [11:39] <NeilAway> hsivonen: ah, I was just wondering whether it should be using CharsetMenu.jsm to build up the list of entries
  1525. # [11:40] <hsivonen> NeilAway: it for sure should not be in any file that lives in m-c!
  1526. # [11:40] * Joins: jduell (jduell@moz-2AA1D99C.hsd1.wa.comcast.net)
  1527. # [11:40] <hsivonen> so not in CharsetMenu.jsm
  1528. # [11:40] * Joins: kanru (kanru@moz-DB4A9C19.scl3.mozilla.com)
  1529. # [11:41] <NeilAway> hsivonen: oh, the fallback list is deliberately different from the encoding menu?
  1530. # [11:41] <hsivonen> oh, and whether it makes sense to use the current list from CharsetMenu.jsm: depends on whether you want stuff like HZ on the list
  1531. # [11:41] * Joins: njn (chatzilla@moz-C0A87F2D.dyn.iinet.net.au)
  1532. # [11:41] <hsivonen> NeilAway: no
  1533. # [11:41] <NeilAway> hsivonen: sorry you've confused me now
  1534. # [11:42] <hsivonen> so:
  1535. # [11:42] <hsivonen> 1) CharsetMenu.jsm is Web-oriented
  1536. # [11:42] <hsivonen> 2) If it works for mail, it does so only incidentally
  1537. # [11:42] <hsivonen> 3) CharsetMenu.jsm should not be constrained by mail-oriented stuff
  1538. # [11:42] <hsivonen> 4) Right now, you could get away with reusing the browser-oriented list for mail
  1539. # [11:43] <NeilAway> hsivonen: nothing to do with mail for my question actually
  1540. # [11:43] <NeilAway> hsivonen: I wanted to port http://mxr.mozilla.org/mozilla-central/source/browser/components/preferences/fonts.xul#264 to SeaMonkey
  1541. # [11:43] <hsivonen> If we take ISO-2022-JP out of the menu in the browser in the future, then the list will no longer work for mail
  1542. # [11:43] <NeilAway> hsivonen: and I was just wondering why it didn't use CharsetMenu.jsm
  1543. # [11:43] <firebot> Check-in: http://hg.mozilla.org/integration/fx-team/rev/dd60c3189c8a - Adam Dane [:hobophobe] - Bug 892926 - Findbar steals focus from content when switching tabs r=mconley
  1544. # [11:43] <hsivonen> NeilAway: oh. I thought we we talking about mail fallbacks
  1545. # [11:43] <firebot> http://hg.mozilla.org/integration/fx-team/rev/7aaf686b18a8 - Mihaela Velimiroviciu - Bug 987640 - add test for changing the encodings from the encodings subview. r=Gijs
  1546. # [11:43] * Quits: kanru (kanru@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1547. # [11:44] <hsivonen> NeilAway: that list is intentionally more constrained than the Character Encoding menu, yes
  1548. # [11:44] <hsivonen> for two reasons:
  1549. # [11:44] * pmoore|biab is now known as pmoore
  1550. # [11:44] <hsivonen> 1) It helps people not to make inappropriate choices
  1551. # [11:44] <hsivonen> and
  1552. # [11:44] <hsivonen> 2) The labels can be more human-readable when the list is more constrained
  1553. # [11:44] * Joins: m_gol (m_gol@moz-7DA7FE26.neoplus.adsl.tpnet.pl)
  1554. # [11:44] * Joins: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net)
  1555. # [11:45] <NeilAway> hsivonen: ok thanks
  1556. # [11:45] * Joins: RealRaven (Thunderbir@1B18D026.ABDDC546.27F80FAC.IP)
  1557. # [11:45] * Quits: karl (karl@moz-C433B975.jetstream.xtra.co.nz) (Ping timeout)
  1558. # [11:45] <hsivonen> NeilAway: I suggest just copying and pasting the hard-coded XUL menuitems to SeaMonkey
  1559. # [11:46] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  1560. # [11:47] * Joins: nical (nico@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1561. # [11:48] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Ping timeout)
  1562. # [11:48] * Quits: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com) (Quit: Leaving.)
  1563. # [11:49] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  1564. # [11:50] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  1565. # [11:50] * Quits: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net) (Quit: vicamo)
  1566. # [11:50] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/77a55da66827 - Markus Stange - Bug 997735 - Rename nsSVGIntegrationUtils::GetOffsetToUserSpace to GetOffsetToBoundingBox. r=roc
  1567. # [11:50] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/fcd9986a84c5 - Markus Stange - Bug 997735 - Add nsSVGUtils::FrameSpaceInCSSPxToUserSpaceOffset. r=roc
  1568. # [11:50] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/f5bd85e791c3 - Markus Stange - Bug 997735 - Use consistent offset both in nsSVGIntegrationUtils::PaintFramesWithEffects and in nsFilterInstance::GetUserSpaceToFrameSpaceInCSSPxTransform. r=roc
  1569. # [11:51] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/8d27ef04d88d - Markus Stange - Bug 997735 - Invalidate when reflowing SVG containers. r=roc
  1570. # [11:51] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/f8f94f19e05b - Markus Stange - Bug 997735 - Add a test. r=roc
  1571. # [11:51] * Joins: yurenju (yurenju@moz-99690620.hinet-ip.hinet.net)
  1572. # [11:51] * Quits: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  1573. # [11:52] * Quits: digitsm (digitsm@E40C598A.27EB1212.DA0107E2.IP) (Quit: Leaving)
  1574. # [11:52] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Ping timeout)
  1575. # [11:52] * Joins: arky (arky@4AE2112A.635E5128.8607EA20.IP)
  1576. # [11:53] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  1577. # [11:53] * Joins: digitsm (digitsm@E40C598A.27EB1212.DA0107E2.IP)
  1578. # [11:54] * Joins: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net)
  1579. # [11:54] * Joins: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz)
  1580. # [11:55] * Quits: jwalker (jwalker@moz-76873736.cable.virginm.net) (Ping timeout)
  1581. # [11:55] * Quits: bwc (Adium@moz-536549A9.dsl.static.sonic.net) (Ping timeout)
  1582. # [11:56] * Joins: jwalker (jwalker@moz-76873736.cable.virginm.net)
  1583. # [11:57] * Joins: kushagra (kushagra@8AC6B888.AFCFE812.E5F05D4F.IP)
  1584. # [11:57] * Joins: KaiRo (robert@moz-F58A3878.adsl.highway.telekom.at)
  1585. # [11:57] * Joins: bwc (Adium@moz-536549A9.dsl.static.sonic.net)
  1586. # [11:58] * mihaelav is now known as mihaelav_lunch
  1587. # [11:58] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/16d11bb0d2fc - Jan de Mooij - Bug 999559 part 2 - Rename FrameIter::Data::ionFrames_ to jitFrames_. r=luke
  1588. # [11:58] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/90c23195ebb3 - Jan de Mooij - Bug 999559 part 1 - Rename IonFrameIterator to JitFrameIterator. r=shu
  1589. # [11:59] <Tomcat|sheriffduty> njn: ping
  1590. # [12:00] <Tomcat|sheriffduty> hm njn unping, seems a test failure is not realted to your push
  1591. # [12:03] * Quits: jviereck (Adium@moz-AB68BCB1.dip0.t-ipconnect.de) (Quit: Leaving.)
  1592. # [12:04] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  1593. # [12:05] * deian is now known as deian|away
  1594. # [12:08] * Joins: jdover (jdover@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net)
  1595. # [12:08] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  1596. # [12:09] * Quits: hazz (_@moz-EE625EE4.cable.virginm.net) (Quit: Leaving.)
  1597. # [12:09] * Joins: mahdi (mahdi@6543BA92.F4F4C6E5.195261CE.IP)
  1598. # [12:10] * Quits: jdover (jdover@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  1599. # [12:10] * Quits: yurenju (yurenju@moz-99690620.hinet-ip.hinet.net) (Quit: Computer has gone to sleep.)
  1600. # [12:11] * Joins: hazz (_@moz-EE625EE4.cable.virginm.net)
  1601. # [12:11] * whimboo|afk is now known as whimboo
  1602. # [12:12] * Quits: m_kato (m_kato@moz-C286AD9A.bitcat.net) (Quit: Leaving...)
  1603. # [12:13] * Joins: JPeterson (JPeterson@moz-E3F8E691.tbcn.telia.com)
  1604. # [12:14] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  1605. # [12:18] * Quits: allstarschh (allstars@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  1606. # [12:18] * Joins: jdover (jdover@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net)
  1607. # [12:19] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  1608. # [12:20] * Joins: jackneill (jackneill@moz-5A847806.pool.digikabel.hu)
  1609. # [12:20] * Quits: jdover (jdover@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  1610. # [12:21] * Joins: Boopathi_K (uid13677@moz-31ABA2C0.irccloud.com)
  1611. # [12:21] * Fallen is now known as Fallen|away
  1612. # [12:21] * Joins: gerv (Instantbir@moz-7454C12C.dab.02.net)
  1613. # [12:22] * Quits: jet (jet@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  1614. # [12:22] <Tomcat|sheriffduty> ok trees closed again, git.m.o is not happy again
  1615. # [12:24] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  1616. # [12:25] * Quits: bwc (Adium@moz-536549A9.dsl.static.sonic.net) (Ping timeout)
  1617. # [12:25] * Joins: adev-tb (Thunderbir@DB0D99B4.7B4AC7E7.CCB6A436.IP)
  1618. # [12:26] * Joins: bwc (Adium@moz-536549A9.dsl.static.sonic.net)
  1619. # [12:27] * Quits: esawin (esawin@5BEC7083.F96E1D95.95550721.IP) (Quit: leaving)
  1620. # [12:27] * Joins: esawin (esawin@5BEC7083.F96E1D95.95550721.IP)
  1621. # [12:28] * kaze|zZz is now known as kaze
  1622. # [12:28] * Joins: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1623. # [12:28] * Quits: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: rcirc on GNU Emacs 24.3.1)
  1624. # [12:28] * Joins: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1625. # [12:33] * Quits: bwc (Adium@moz-536549A9.dsl.static.sonic.net) (Ping timeout)
  1626. # [12:34] <tbsaunde> roc: am I safe in assuming at this point you want to take dealing with the visibility stuff?
  1627. # [12:34] * pmoore is now known as pmoore|lunch
  1628. # [12:34] <@roc> sure
  1629. # [12:34] * Joins: bwc (Adium@moz-536549A9.dsl.static.sonic.net)
  1630. # [12:34] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  1631. # [12:35] <tbsaunde> roc: fwiw I don't mind doing it, but it seems like you've probably done it ;)
  1632. # [12:35] <@roc> yeah I've done a lot :-)
  1633. # [12:35] <@roc> it's been fun
  1634. # [12:36] * Quits: Ms2ger (Ms2ger@moz-4A14BC33.ugent.be) (Ping timeout)
  1635. # [12:36] <tbsaunde> heh
  1636. # [12:38] * Joins: Ms2ger (Ms2ger@moz-4A14BC33.ugent.be)
  1637. # [12:38] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  1638. # [12:39] * Joins: jpb (chatzilla@moz-AC986EE0.users.bris.ac.uk)
  1639. # [12:39] * Quits: bwc (Adium@moz-536549A9.dsl.static.sonic.net) (Ping timeout)
  1640. # [12:39] * Joins: bwc (Adium@moz-536549A9.dsl.static.sonic.net)
  1641. # [12:39] <glandium> roc: the stlport thing is very fragile
  1642. # [12:40] <@roc> hmm?
  1643. # [12:41] * Quits: bwc (Adium@moz-536549A9.dsl.static.sonic.net) (Ping timeout)
  1644. # [12:41] * Joins: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro)
  1645. # [12:41] * Joins: bwc (Adium@moz-536549A9.dsl.static.sonic.net)
  1646. # [12:41] <@roc> you mean the change to _cwchar.h?
  1647. # [12:41] <glandium> roc: "fixing" _cwchar.h is only adressing the visible part of the iceberg. Any additional include of some stl header could end up in the same situation
  1648. # [12:41] <@roc> I'm not sure that's true
  1649. # [12:41] <@roc> at least I don't know why it's true
  1650. # [12:42] <glandium> roc: also, i'm not too keen to modify stlport files
  1651. # [12:42] * Quits: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro) (Quit: robertbindar)
  1652. # [12:42] <glandium> besides _android.h
  1653. # [12:42] * Fallen|away is now known as Fallen
  1654. # [12:42] <@roc> the problem there is that _cwchar.h does an #include_next on a file that it's not wrapping
  1655. # [12:42] <@roc> thus bypassing our system_headers
  1656. # [12:42] * Quits: ericjung (ericjung@363D7CED.5F599954.284344F5.IP) (Ping timeout)
  1657. # [12:43] <@roc> almost all the other include_nexts in stlport are a wrapper header including the wrapped file
  1658. # [12:43] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1659. # [12:45] * Quits: Ms2ger (Ms2ger@moz-4A14BC33.ugent.be) (Quit: bbl)
  1660. # [12:45] <glandium> roc: there's at least stdarg.h in the same situation. and i haven't started looking at others
  1661. # [12:46] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  1662. # [12:46] <@roc> I don't think there are many
  1663. # [12:46] <@roc> anyway I can't think of a more sane fix
  1664. # [12:47] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  1665. # [12:47] * Quits: mahdi (mahdi@6543BA92.F4F4C6E5.195261CE.IP) (Quit: Leaving)
  1666. # [12:48] * Quits: njn (chatzilla@moz-C0A87F2D.dyn.iinet.net.au) (Quit: ChatZilla 0.9.90.1 [Firefox 29.0/20140410150427])
  1667. # [12:48] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Ping timeout)
  1668. # [12:49] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  1669. # [12:51] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  1670. # [12:52] * whimboo is now known as whimboo|lunch
  1671. # [12:53] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Ping timeout)
  1672. # [12:53] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  1673. # [12:53] <glandium> roc: well, here's the fun thing: with -fvisibility=hidden, _cwchar.h is not even included.
  1674. # [12:59] * Quits: jduell (jduell@moz-2AA1D99C.hsd1.wa.comcast.net) (Ping timeout)
  1675. # [13:00] <glandium> roc: i think i got it
  1676. # [13:01] * Quits: kushagra (kushagra@8AC6B888.AFCFE812.E5F05D4F.IP) (Client exited)
  1677. # [13:01] * Quits: gerv (Instantbir@moz-7454C12C.dab.02.net) (Ping timeout)
  1678. # [13:02] <glandium> roc: try this: revert the change to _cwchar.h, and add NO_VISIBILITY_FLAGS = True to build/stlport/moz.build
  1679. # [13:03] * Joins: vingtetun (Thunderbir@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1680. # [13:03] * Quits: Archaeopteryx (itsme@moz-37B32CB4.cust.telecolumbus.net) (Quit: Goodbye)
  1681. # [13:03] * Joins: Archae (Thunderbir@moz-37B32CB4.cust.telecolumbus.net)
  1682. # [13:03] <glandium> roc: that's probably better this way because the stlport symbols continue to be shared between libs
  1683. # [13:04] <@roc> ok, I'll try that
  1684. # [13:04] <@roc> but I'm in the middle of B2G at the moment
  1685. # [13:04] * Joins: kdudka (kdudka@moz-107AD163.redhat.com)
  1686. # [13:04] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  1687. # [13:05] <glandium> roc: i think part of the b2g problem is also due to the fact the stlport symbols are not exported
  1688. # [13:06] <@roc> B2G has __dso_handle missing all over the place
  1689. # [13:06] <glandium> roc: guess what, it's in stlport
  1690. # [13:06] <@roc> it is?
  1691. # [13:06] <glandium> ah no, it's in a ifdef ia64
  1692. # [13:07] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/d0e77a776a27 - tbirdbld - Added THUNDERBIRD_29_0b1_RELEASE THUNDERBIRD_29_0b1_BUILD3 tag(s) for changeset 2b56d7a3b5c9. DONTBUILD CLOSED TREE a=release
  1693. # [13:07] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/2b56d7a3b5c9 - tbirdbld - Automated checkin: version bump for thunderbird 29.0b1 release. DONTBUILD CLOSED TREE a=release
  1694. # [13:08] * Quits: ethan (chatzilla@moz-99690620.hinet-ip.hinet.net) (Client exited)
  1695. # [13:09] <glandium> roc: what object has references to a hidden __dso_handle? APKOpen.o ?
  1696. # [13:09] <glandium> ah no, that one is android only
  1697. # [13:09] * Quits: bwc (Adium@moz-536549A9.dsl.static.sonic.net) (Ping timeout)
  1698. # [13:10] * mattwoodrow is now known as mattwoodrow|away
  1699. # [13:11] * mihaelav_lunch is now known as mihaelav
  1700. # [13:12] <glandium> roc: fwiw, on an android build, there's a ref to dso_handle coming from allocator.o in stlport
  1701. # [13:12] * Quits: cpearce (chatzilla@moz-EC1018D1.jetstream.xtra.co.nz) (Ping timeout)
  1702. # [13:13] * Joins: therube (chatzilla@moz-10E800BC.hsd1.md.comcast.net)
  1703. # [13:13] <glandium> roc: and that's probably added by the compiler itself
  1704. # [13:13] <glandium> roc: because it's not in the preprocessed output
  1705. # [13:14] * Quits: hazz (_@moz-EE625EE4.cable.virginm.net) (Quit: Leaving.)
  1706. # [13:14] <@roc> static constructors and destructors refer to it
  1707. # [13:14] * Joins: ericjung (ericjung@C8005AC3.F9C282AE.284344F5.IP)
  1708. # [13:14] <glandium> roc: ah yes, that's true
  1709. # [13:15] * Joins: kanru (kanru@moz-DB4A9C19.scl3.mozilla.com)
  1710. # [13:15] * Joins: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com)
  1711. # [13:15] <glandium> roc: but even without visibility flags, the symbol reference is hidden
  1712. # [13:15] * Joins: kushagra (kushagra@8AC6B888.AFCFE812.E5F05D4F.IP)
  1713. # [13:16] <@roc> yes, I don't know why we're getting this error
  1714. # [13:17] * Quits: kushagra (kushagra@8AC6B888.AFCFE812.E5F05D4F.IP) (Ping timeout)
  1715. # [13:17] <glandium> does one have to clone gigabytes of git repositories still, to build b2g gecko for arm?
  1716. # [13:18] <glandium> or is there a fasttrack nowadays (like downloading a prebuilt gonk, and using it)
  1717. # [13:18] * Quits: shorlander (shorlander@moz-93A7049A.dhcp.insightbb.com) (Input/output error)
  1718. # [13:19] * Quits: jhlin (jhlin@moz-99690620.hinet-ip.hinet.net) (Quit: )
  1719. # [13:19] * Joins: jdover (jdover@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net)
  1720. # [13:20] * Joins: jhlin (jhlin@moz-99690620.hinet-ip.hinet.net)
  1721. # [13:21] * Joins: mstange (markus@moz-CEEDD148.dip0.t-ipconnect.de)
  1722. # [13:21] * Quits: jdover (jdover@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  1723. # [13:21] * Joins: bwc (Adium@moz-536549A9.dsl.static.sonic.net)
  1724. # [13:21] * Joins: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro)
  1725. # [13:21] <Alessar> glandium: Maybe You can get it from TRY servers...
  1726. # [13:23] * Quits: bwc (Adium@moz-536549A9.dsl.static.sonic.net) (Ping timeout)
  1727. # [13:23] * Joins: bwc (Adium@moz-536549A9.dsl.static.sonic.net)
  1728. # [13:25] * whimboo|lunch is now known as whimboo|lunch|afk
  1729. # [13:27] <glandium> roc: fwiw, NO_VISIBILITY_FLAGS = True in build/stlport/moz.build and media/omx-plugin/**/moz.build instead of the code changes in the corresponding sources builds for me for android
  1730. # [13:27] <@roc> ok
  1731. # [13:27] * Quits: jrm2k6 (jrm2k6@moz-925F8EE7.osr0-terez.net.telekom.hu) (Client exited)
  1732. # [13:27] * pmoore|lunch is now known as pmoore|away
  1733. # [13:31] <Tomcat|sheriffduty> mstange: ping
  1734. # [13:33] <glandium> roc: it's interesting that the dso_handle thing only happens on ics
  1735. # [13:33] <Tomcat|sheriffduty> roc, mstange : https://tbpl.mozilla.org/php/getParsedLog.php?id=38316118&tree=Mozilla-Inbound might be related to bug Bug 997735 i guess
  1736. # [13:34] * Quits: ericchou (uid13391@moz-E77DEB21.irccloud.com) (Quit: Connection closed for inactivity)
  1737. # [13:34] * Quits: adev-tb (Thunderbir@DB0D99B4.7B4AC7E7.CCB6A436.IP) (Ping timeout)
  1738. # [13:34] * Quits: mstange (markus@moz-CEEDD148.dip0.t-ipconnect.de) (Connection reset by peer)
  1739. # [13:34] * Quits: ericjung (ericjung@C8005AC3.F9C282AE.284344F5.IP) (Ping timeout)
  1740. # [13:35] * Quits: trevorh (trevor@moz-A9D3D5AF.lns9.cha.bigpond.net.au) (Quit: Leaving.)
  1741. # [13:36] * Joins: ericjung (ericjung@6AD971D0.2858E7A5.E141FD9.IP)
  1742. # [13:37] * Quits: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP) (Quit: ChatZilla 0.9.90.1 [Firefox 31.0a1/20140422030204])
  1743. # [13:37] * Joins: jviereck (Adium@moz-AB68BCB1.dip0.t-ipconnect.de)
  1744. # [13:38] * Quits: Rik (rik@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: )
  1745. # [13:38] * Joins: rbarnes (rbarnes@moz-F55A81A8.washdc.fios.verizon.net)
  1746. # [13:39] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1747. # [13:39] * Quits: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com) (Client exited)
  1748. # [13:39] * Joins: darkowlzzz (buzz@ACE611F7.E93560AD.27560D6E.IP)
  1749. # [13:40] * Quits: firebot (firebot@moz-D53D2F4F.carolina.res.rr.com) (Ping timeout)
  1750. # [13:40] * Quits: darkowlzz (buzz@848B7B64.245F2A38.27560D6E.IP) (Ping timeout)
  1751. # [13:40] * Joins: Rik (rik@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1752. # [13:40] * Quits: ericjung (ericjung@6AD971D0.2858E7A5.E141FD9.IP) (Quit: Leaving)
  1753. # [13:41] * Joins: ericjung (ericjung@6AD971D0.2858E7A5.E141FD9.IP)
  1754. # [13:41] * Joins: mstange (markus@moz-CEEDD148.dip0.t-ipconnect.de)
  1755. # [13:41] * Quits: brsun (chatzilla@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1756. # [13:42] <mstange> Tomcat|sheriffduty: pong
  1757. # [13:42] <mstange> Tomcat|sheriffduty: checking
  1758. # [13:44] * whimboo|lunch|afk is now known as whimboo
  1759. # [13:44] <mstange> Tomcat|sheriffduty: possible but unlikely. It's green on the next push, too
  1760. # [13:44] * Joins: adev-tb (Thunderbir@DB0D99B4.7B4AC7E7.CCB6A436.IP)
  1761. # [13:45] * Quits: boris (boris@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  1762. # [13:45] <Tomcat|sheriffduty> yeah might be intermittent
  1763. # [13:45] <Tomcat|sheriffduty> retriggered this test
  1764. # [13:45] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  1765. # [13:46] * pmoore|away is now known as pmoore
  1766. # [13:46] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  1767. # [13:46] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  1768. # [13:47] * Joins: WG9s (bill@moz-E9E3CA35.hsd1.ma.comcast.net)
  1769. # [13:48] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Ping timeout)
  1770. # [13:51] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  1771. # [13:52] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  1772. # [13:52] * Quits: MarcoZ (marco.zehe@moz-C9133796.dip0.t-ipconnect.de) (Ping timeout)
  1773. # [13:53] * Joins: MarcoZ (marco.zehe@moz-C9133796.dip0.t-ipconnect.de)
  1774. # [13:53] * Quits: ewong|sleep (chatzilla@moz-8C451A64.static.netvigator.com) (Ping timeout)
  1775. # [13:53] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Ping timeout)
  1776. # [13:53] * Joins: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net)
  1777. # [13:54] * Joins: ewong|sleep (chatzilla@moz-8C451A64.static.netvigator.com)
  1778. # [13:55] <till> roc: ping
  1779. # [13:55] <@roc> hi
  1780. # [13:56] * Gijs is now known as Gijs_away
  1781. # [13:56] * Quits: kdudka (kdudka@moz-107AD163.redhat.com) (Ping timeout)
  1782. # [13:56] * Joins: firebot (firebot@moz-D53D2F4F.carolina.res.rr.com)
  1783. # [13:56] <till> roc: hey, I just saw in Dan Gohman's status update that he started conversations about SIMD usage in media codecs
  1784. # [13:56] <@roc> ok
  1785. # [13:56] <@roc> good
  1786. # [13:56] <till> roc: I remember that we talked about that when I was in Auckland, and was wondering if you're involved in that at all
  1787. # [13:57] <@roc> no
  1788. # [13:57] <till> roc: or if I should tell him to talk to you or Tim
  1789. # [13:57] <@roc> I assume he's already talking to Tim
  1790. # [13:57] <@roc> if he's not, he should be!
  1791. # [13:57] * Joins: raniere_ (raniere@BD5B4AC3.1B4DB183.F546FA5F.IP)
  1792. # [13:57] * Quits: raniere (raniere@moz-A98AE079.dsl.telesp.net.br) (Ping timeout)
  1793. # [13:58] <till> ok, I'll ask him once he's awake
  1794. # [13:58] * Fallen is now known as Fallen|away
  1795. # [13:59] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  1796. # [14:02] * lth is now known as lth|out
  1797. # [14:03] * Quits: jviereck (Adium@moz-AB68BCB1.dip0.t-ipconnect.de) (Quit: Leaving.)
  1798. # [14:03] * joshua-s|zzz is now known as joshua-s
  1799. # [14:03] * Quits: blakewu (blakewu@moz-99690620.hinet-ip.hinet.net) (Quit: Computer has gone to sleep.)
  1800. # [14:04] * Quits: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net) (Quit: vicamo)
  1801. # [14:06] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  1802. # [14:08] * Joins: jrm2k6 (jrm2k6@moz-925F8EE7.osr0-terez.net.telekom.hu)
  1803. # [14:09] * Quits: bwc (Adium@moz-536549A9.dsl.static.sonic.net) (Ping timeout)
  1804. # [14:09] * Joins: bwc (Adium@moz-536549A9.dsl.static.sonic.net)
  1805. # [14:10] * Joins: RyanVM (Thunderbir@moz-37FED3AC.phlapa.fios.verizon.net)
  1806. # [14:10] * Quits: kk1fff (kk1fff@moz-99690620.hinet-ip.hinet.net) (Client exited)
  1807. # [14:10] * Joins: rogeliodh (Thunderbir@1097F27C.DCE94ED.D67CC001.IP)
  1808. # [14:11] * jmaher|afk is now known as jmaher
  1809. # [14:12] * Joins: kk1fff (kk1fff@moz-99690620.hinet-ip.hinet.net)
  1810. # [14:12] * Quits: adev-tb (Thunderbir@DB0D99B4.7B4AC7E7.CCB6A436.IP) (Quit: adev-tb)
  1811. # [14:13] * Quits: kk1fff (kk1fff@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1812. # [14:14] * Joins: adev-tb (Thunderbir@DB0D99B4.7B4AC7E7.CCB6A436.IP)
  1813. # [14:14] <Tomcat|sheriffduty> trees reopened guys
  1814. # [14:14] * Joins: Anupkumar (uid16774@moz-A42E5B7B.irccloud.com)
  1815. # [14:16] * Joins: bgrins (bgrins@C7203E51.FBD8ACDB.20F09BA6.IP)
  1816. # [14:16] * edmorley is now known as edmorley|mtg
  1817. # [14:18] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/d9dd40bf2cb3 - B2G Bumper Bot - Bumping gaia.json for 11 gaia revision(s) a=gaia-bump
  1818. # [14:18] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/c94d6fa4c63c - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1819. # [14:19] * Joins: kdudka (kdudka@moz-107AD163.redhat.com)
  1820. # [14:19] * Quits: twi (Adium@moz-8213560B.cust.vodafonedsl.it) (Quit: Leaving.)
  1821. # [14:20] * Joins: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net)
  1822. # [14:20] * Joins: jdover (jdover@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net)
  1823. # [14:20] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/3d11450e02cb - Nicolas Silva - Bug 999736 - Add a null check in ContentHostTexture::Lock. r=bjacob
  1824. # [14:21] * Quits: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net) (Quit: vicamo)
  1825. # [14:22] * Quits: jdover (jdover@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  1826. # [14:22] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  1827. # [14:22] * Quits: joshua-s (Thunderbir@moz-EF175EF4.syrcny.east.verizon.net) (Quit: Try Firetext (https://marketplace.firefox.com/app/firetext), a word processor for Firefox OS!)
  1828. # [14:22] <RyanVM> edmorley: w00t, got Notepad++ running via Wine :D
  1829. # [14:23] * Joins: jviereck (Adium@moz-AB68BCB1.dip0.t-ipconnect.de)
  1830. # [14:24] * Joins: joshua-s (Thunderbir@moz-EF175EF4.syrcny.east.verizon.net)
  1831. # [14:24] <Tomcat|sheriffduty> heh
  1832. # [14:25] * sewardj_ is now known as sewardj
  1833. # [14:26] <Archae> RyanVM++
  1834. # [14:26] <RyanVM> doesn't quite play nicely with the ubuntu launcher, though
  1835. # [14:28] <firebot> Check-in: http://hg.mozilla.org/integration/fx-team/rev/7bd04d2f2984 - Mark Capella - Bug 997332 - Changing prefs in about:config often doesn't get saved, r=wesj
  1836. # [14:29] * Joins: janv (varga@7044209E.756AA358.4F33160D.IP)
  1837. # [14:31] * Joins: mahdi (mahdi@6543BA92.F4F4C6E5.195261CE.IP)
  1838. # [14:31] * Joins: ahal (ahal@moz-7DE89BF0.cable.teksavvy.com)
  1839. # [14:31] * Quits: Boopathi_K (uid13677@moz-31ABA2C0.irccloud.com) (Quit: Connection closed for inactivity)
  1840. # [14:33] * Quits: ahal (ahal@moz-7DE89BF0.cable.teksavvy.com) (Input/output error)
  1841. # [14:34] * Quits: GPHemsley (GPHemsley@moz-379EB2FA.hsd1.de.comcast.net) (Input/output error)
  1842. # [14:34] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/412bc4b9dd92 - Jonathan Kew - bug 998777 - use Nirmala UI by default for Devanagari text on Windows. r=smontagu
  1843. # [14:35] * Joins: Ms2ger (Ms2ger@moz-4A14BC33.ugent.be)
  1844. # [14:35] * Joins: GPHemsley (GPHemsley@moz-379EB2FA.hsd1.de.comcast.net)
  1845. # [14:35] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Quit: jib)
  1846. # [14:35] <firebot> Check-in: http://hg.mozilla.org/integration/fx-team/rev/3d7485d2bb5c - Georg Fritzsche - Bug 990111 - Add-on provider for historical experiments. r=irving
  1847. # [14:35] <firebot> http://hg.mozilla.org/integration/fx-team/rev/bd993b75b61f - Georg Fritzsche - Bug 986677 - Hide some unneeded elements for experiments in the Addon Manager UI. r=unfocused
  1848. # [14:36] <firebot> http://hg.mozilla.org/integration/fx-team/rev/18c0f7152372 - Georg Fritzsche - Bug 986677 - Add time left and activity state to experiments in the Addon Manager UI. r=unfocused
  1849. # [14:36] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/cb162e34d537 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1850. # [14:36] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  1851. # [14:36] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/a2dcf639dee1 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1852. # [14:39] * Quits: digitsm (digitsm@E40C598A.27EB1212.DA0107E2.IP) (Ping timeout)
  1853. # [14:39] <jesup> RyanVM: landed jwwang's MediaDecoder timer fix last night
  1854. # [14:39] * Quits: GPHemsley (GPHemsley@moz-379EB2FA.hsd1.de.comcast.net) (Quit: Leaving)
  1855. # [14:40] <RyanVM> jesup: nice :)
  1856. # [14:40] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  1857. # [14:40] * Joins: twi (Adium@moz-70F4B29C.business.telecomitalia.it)
  1858. # [14:40] * Quits: twi (Adium@moz-70F4B29C.business.telecomitalia.it) (Max SendQ exceeded)
  1859. # [14:41] * Joins: twi (Adium@moz-70F4B29C.business.telecomitalia.it)
  1860. # [14:41] * Joins: jdm (jdm@moz-AC9499B2.cable.teksavvy.com)
  1861. # [14:42] * Quits: jocelyn (uid26949@moz-E77DEB21.irccloud.com) (Quit: Connection closed for inactivity)
  1862. # [14:43] * Quits: bc (bc@454BDC37.1D5E8529.AC69809B.IP) (Quit: Lost terminal)
  1863. # [14:43] * Quits: lsblakk (sid23867@moz-E77DEB21.irccloud.com) (Ping timeout)
  1864. # [14:43] * Quits: ttaubert (sid2620@moz-A42E5B7B.irccloud.com) (Ping timeout)
  1865. # [14:44] * Joins: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com)
  1866. # [14:44] * Joins: ttaubert (sid2620@moz-A42E5B7B.irccloud.com)
  1867. # [14:44] * Joins: lsblakk (sid23867@moz-E77DEB21.irccloud.com)
  1868. # [14:45] * Quits: dria (dria@moz-53F857A3.dsl.teksavvy.com) (Quit: dria)
  1869. # [14:46] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  1870. # [14:47] * raniere_ is now known as raniere
  1871. # [14:47] * Quits: joshua-s (Thunderbir@moz-EF175EF4.syrcny.east.verizon.net) (Quit: Try Firetext (https://marketplace.firefox.com/app/firetext), a word processor for Firefox OS!)
  1872. # [14:47] * Quits: bwc (Adium@moz-536549A9.dsl.static.sonic.net) (Ping timeout)
  1873. # [14:47] * Joins: bwc (Adium@moz-536549A9.dsl.static.sonic.net)
  1874. # [14:48] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Ping timeout)
  1875. # [14:48] * Quits: twi (Adium@moz-70F4B29C.business.telecomitalia.it) (Ping timeout)
  1876. # [14:49] * Quits: shelly (shelly@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1877. # [14:49] * Joins: joshua-s (Thunderbir@moz-EF175EF4.syrcny.east.verizon.net)
  1878. # [14:51] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b72e6cc23574 - Jon Coppeard - Bug 988950 - Add a macro assembler instruction to check if a pointer is in the nursery r=jandem
  1879. # [14:51] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/691d410b7f59 - Jon Coppeard - Bug 988950 - Combine value type and nursery check for object r=jandem
  1880. # [14:51] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/174895f05c9f - Jon Coppeard - Bug 988950 - Use scratch register instead of temp where possible r=jandem
  1881. # [14:51] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/116fabfb50b5 - Jon Coppeard - Bug 988950 - Check whether value is an object after checking whether object is in nursery r=terrence
  1882. # [14:51] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/13d60930dab2 - Jon Coppeard - Bug 988950 - Split macro assembler implementation by architecture r=jandem
  1883. # [14:53] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  1884. # [14:53] * Joins: elin (elin@moz-AB10BD59.dynamic-ip.hinet.net)
  1885. # [14:53] * Joins: ahal (ahal@moz-7DE89BF0.cable.teksavvy.com)
  1886. # [14:56] * Quits: Jerry (hshih@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1887. # [14:56] * catlee-afk is now known as catlee
  1888. # [14:56] * Quits: mahdi (mahdi@6543BA92.F4F4C6E5.195261CE.IP) (Client exited)
  1889. # [14:57] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/215537ea2189 - Ehsan Akhgari - Bug 999908 - Remove support for the Web Audio legacy prefs for AudioBufferSourceNode, AudioContext, and AudioParam; r=padenot
  1890. # [14:57] * Joins: yzen (yzen@13F2CEC5.7672369.D8E68FF6.IP)
  1891. # [14:59] * Quits: therube (chatzilla@moz-10E800BC.hsd1.md.comcast.net) (Ping timeout)
  1892. # [14:59] * Quits: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  1893. # [14:59] * sheppy-afk is now known as sheppy
  1894. # [15:01] * Quits: bwc (Adium@moz-536549A9.dsl.static.sonic.net) (Ping timeout)
  1895. # [15:01] * Joins: bwc (Adium@moz-536549A9.dsl.static.sonic.net)
  1896. # [15:03] * Quits: elin (elin@moz-AB10BD59.dynamic-ip.hinet.net) (Quit: elin)
  1897. # [15:03] * mcote|afk is now known as mcote
  1898. # [15:03] * Joins: davidb (davidb@13F2CEC5.7672369.D8E68FF6.IP)
  1899. # [15:04] * curtisk|afk is now known as curtisk
  1900. # [15:04] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  1901. # [15:05] * edmorley|mtg is now known as edmorley
  1902. # [15:05] * Joins: darkowlzz (darkowlzz@ACE611F7.E93560AD.27560D6E.IP)
  1903. # [15:05] * Joins: Edgar (Thunderbir@moz-8CBB735B.dynamic.hinet.net)
  1904. # [15:06] * Joins: josh (josh@moz-348C4790.hsd1.mn.comcast.net)
  1905. # [15:07] * Joins: bc (bc@454BDC37.1D5E8529.AC69809B.IP)
  1906. # [15:08] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  1907. # [15:08] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  1908. # [15:09] * kmoir-afk is now known as kmoir
  1909. # [15:12] * davidb is now known as davidb|afk
  1910. # [15:13] * Quits: darkowlzzz (buzz@ACE611F7.E93560AD.27560D6E.IP) (Quit: Leaving)
  1911. # [15:13] * Joins: smaug (chatzilla@moz-38C5B03.elisa-laajakaista.fi)
  1912. # [15:13] * ChanServ sets mode: +o smaug
  1913. # [15:15] * Joins: garvank (Garvan@13F2CEC5.7672369.D8E68FF6.IP)
  1914. # [15:18] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/509937940bc6 - Dimi Lee - Bug 996452 - [NFC] Add emulator rf_discover test case. r=tzimmermann
  1915. # [15:18] * davidb|afk is now known as davidb
  1916. # [15:19] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  1917. # [15:19] * Quits: bwc (Adium@moz-536549A9.dsl.static.sonic.net) (Ping timeout)
  1918. # [15:19] * Joins: bwc (Adium@moz-536549A9.dsl.static.sonic.net)
  1919. # [15:19] * Joins: shorlander (shorlander@moz-93A7049A.dhcp.insightbb.com)
  1920. # [15:19] * Joins: elin (elin@moz-AB10BD59.dynamic-ip.hinet.net)
  1921. # [15:21] * Joins: jdover (jdover@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net)
  1922. # [15:21] * Quits: shorlander (shorlander@moz-93A7049A.dhcp.insightbb.com) (Ping timeout)
  1923. # [15:21] * Joins: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz)
  1924. # [15:22] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Quit: jib)
  1925. # [15:23] * Fallen|away is now known as Fallen
  1926. # [15:23] * Quits: jdover (jdover@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  1927. # [15:23] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  1928. # [15:23] * Joins: automata (automata@C6295CB4.F28C5D3A.7DA01DD1.IP)
  1929. # [15:24] * jcranmer|away is now known as jcranmer
  1930. # [15:25] <firebot> Check-in: http://hg.mozilla.org/integration/fx-team/rev/aeb23b706370 - Georg Fritzsche - Bug 988873 - Enable telemetry experiments. r=bsmedberg
  1931. # [15:25] * Quits: janv (varga@7044209E.756AA358.4F33160D.IP) (Connection reset by peer)
  1932. # [15:26] * Joins: AaronMT (AaronMT@13F2CEC5.7672369.D8E68FF6.IP)
  1933. # [15:26] * Quits: bwc (Adium@moz-536549A9.dsl.static.sonic.net) (Ping timeout)
  1934. # [15:26] * Joins: bwc (Adium@moz-536549A9.dsl.static.sonic.net)
  1935. # [15:26] * ewong|sleep is now known as ewong
  1936. # [15:26] * Quits: rbarnes (rbarnes@moz-F55A81A8.washdc.fios.verizon.net) (Input/output error)
  1937. # [15:27] * Quits: garvank (Garvan@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Textual IRC Client: www.textualapp.com)
  1938. # [15:27] * Joins: garvank (Garvan@13F2CEC5.7672369.D8E68FF6.IP)
  1939. # [15:27] * ewong is now known as ewong|sleep
  1940. # [15:29] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/bd59c5ef0677 - Kartikaya Gupta - Bug 993554 - Prevent clipping sync-scrollable subframes to the critical displayport on Fennec. r=BenWa,botond
  1941. # [15:29] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/5ff928574d65 - Kartikaya Gupta - Bug 984460 - Fill in a missing piece of code to compute the right dirty rect in the face of CSS transforms. r=mattwoodrow
  1942. # [15:30] * Joins: bjacob (bjacob@FCCEA34F.7672369.D8E68FF6.IP)
  1943. # [15:31] * Quits: garvank (Garvan@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Textual IRC Client: www.textualapp.com)
  1944. # [15:31] * Quits: dougc (dougc@moz-F16BC551.static.rev.eftel.com) (Quit: ChatZilla 0.9.90.1 [Firefox 28.0/20140319073243])
  1945. # [15:31] * Joins: garvank (Garvan@13F2CEC5.7672369.D8E68FF6.IP)
  1946. # [15:31] * Joins: shorlander (shorlander@moz-93A7049A.dhcp.insightbb.com)
  1947. # [15:33] * Quits: darkowlzz (darkowlzz@ACE611F7.E93560AD.27560D6E.IP) (Client exited)
  1948. # [15:33] * Joins: darkowlzz (darkowlzz@ACE611F7.E93560AD.27560D6E.IP)
  1949. # [15:34] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  1950. # [15:34] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  1951. # [15:35] * Quits: arky (arky@4AE2112A.635E5128.8607EA20.IP) (Ping timeout)
  1952. # [15:35] * Quits: marxin (marxin@moz-97B87435.scz.novell.com) (Quit: Leaving)
  1953. # [15:35] * Joins: jwei (jwei@13F2CEC5.7672369.D8E68FF6.IP)
  1954. # [15:35] * Quits: bjacob (bjacob@FCCEA34F.7672369.D8E68FF6.IP) (Ping timeout)
  1955. # [15:36] * Quits: garvank (Garvan@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Textual IRC Client: www.textualapp.com)
  1956. # [15:36] * Joins: garvank (Garvan@13F2CEC5.7672369.D8E68FF6.IP)
  1957. # [15:37] * glob|away is now known as glob
  1958. # [15:37] * Joins: janv (varga@7044209E.756AA358.4F33160D.IP)
  1959. # [15:37] * Quits: luca_ (lzzluca@moz-10429979.static.virginmediabusiness.co.uk) (Ping timeout)
  1960. # [15:38] * Quits: luca (lzzluca@moz-10429979.static.virginmediabusiness.co.uk) (Ping timeout)
  1961. # [15:38] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  1962. # [15:38] * Joins: bjacob (bjacob@FCCEA34F.7672369.D8E68FF6.IP)
  1963. # [15:39] * Joins: lduros (user@moz-A888D5F1.phlapa.fios.verizon.net)
  1964. # [15:39] * Joins: gustavold (gustavold@450E1AA8.64299792.DF2AC62B.IP)
  1965. # [15:39] * Joins: Snuffleupagus (chatzilla@moz-7411B7A4.bredband.comhem.se)
  1966. # [15:41] * Quits: bjacob (bjacob@FCCEA34F.7672369.D8E68FF6.IP) (Ping timeout)
  1967. # [15:42] * rail_away is now known as rail
  1968. # [15:42] * Joins: bjacob (bjacob@13F2CEC5.7672369.D8E68FF6.IP)
  1969. # [15:43] * Joins: marxin (marxin@moz-97B87435.scz.novell.com)
  1970. # [15:44] * Quits: elin (elin@moz-AB10BD59.dynamic-ip.hinet.net) (Quit: elin)
  1971. # [15:44] * Joins: raw (raw@moz-3F92A09F.nyc.res.rr.com)
  1972. # [15:44] * Joins: dria (dria@13F2CEC5.7672369.D8E68FF6.IP)
  1973. # [15:46] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  1974. # [15:46] * Joins: armenzg (armenzg@13F2CEC5.7672369.D8E68FF6.IP)
  1975. # [15:46] <jesup> RyanVM: So, have the media oranges decreased?
  1976. # [15:46] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/efdfbde5f291 - Ehsan Akhgari - Bug 999883 - Make BackgroundHangMonitor not use mozilla::RefCounted; r=froydnj
  1977. # [15:46] <firebot> Check-in: http://hg.mozilla.org/integration/fx-team/rev/6fa987a53e37 - Josh Dover - Bug 850600 - Part 3: Add swipe to refresh to sync tab list. r=nalexander
  1978. # [15:46] <firebot> http://hg.mozilla.org/integration/fx-team/rev/8685f4d027ea - Alexandre Poirot - Bug 998898 - Fix webconsole exception on simulator. r=jryans
  1979. # [15:46] <RyanVM> jesup: couldn't tell you, haven't really looked at the tree much yet today
  1980. # [15:46] <firebot> http://hg.mozilla.org/integration/fx-team/rev/57c3be479931 - Josh Dover - Bug 850600 - Part 2: Split RemoteTabs into container and list. r=nalexander
  1981. # [15:47] <RyanVM> Tomcat|sheriffduty ^
  1982. # [15:47] <firebot> http://hg.mozilla.org/integration/fx-team/rev/c6e856383007 - Sam Penrose - Bug 994934 - Find my device can be enabled without logged into FxAccounts. r=jedp
  1983. # [15:47] * Quits: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com) (Ping timeout)
  1984. # [15:47] * rail is now known as rail_away
  1985. # [15:48] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Ping timeout)
  1986. # [15:49] <Tomcat|sheriffduty> hm jesup i think with all this tree closures there were not much checkin today,so hard to say
  1987. # [15:49] * armenzg is now known as armenzg_brb
  1988. # [15:49] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  1989. # [15:50] * Joins: NeilAway (neil@moz-B1437A82.static.virginmediabusiness.co.uk)
  1990. # [15:50] * Joins: luke (luke@moz-7CF84B28.dhcp.ftwo.tx.charter.com)
  1991. # [15:50] * Joins: Archaeopteryx (itsme@moz-37B32CB4.cust.telecolumbus.net)
  1992. # [15:50] * Joins: paolo (paolo@moz-5C8876A0.retail.telecomitalia.it)
  1993. # [15:51] * Quits: bwc (Adium@moz-536549A9.dsl.static.sonic.net) (Ping timeout)
  1994. # [15:51] * Joins: bwc (Adium@moz-536549A9.dsl.static.sonic.net)
  1995. # [15:52] * Joins: lmandel (lmandel@13F2CEC5.7672369.D8E68FF6.IP)
  1996. # [15:52] * Joins: ehsan (ehsan@moz-B4709FAB.cable.teksavvy.com)
  1997. # [15:52] * ChanServ sets mode: +o ehsan
  1998. # [15:53] * Joins: maxli (Adium@moz-EE42E0E.student.cs.uwaterloo.ca)
  1999. # [15:53] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  2000. # [15:54] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  2001. # [15:54] * Joins: elin (elin@moz-AB10BD59.dynamic-ip.hinet.net)
  2002. # [15:54] * Quits: Dexter (chatzilla@moz-F300A00A.retail.telecomitalia.it) (Quit: ChatZilla 0.9.90.1 [Firefox 28.0/20140314220517])
  2003. # [15:54] * Joins: rbarnes (rbarnes@moz-3FF5A81D.dc.dc.cox.net)
  2004. # [15:55] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Ping timeout)
  2005. # [15:56] * Joins: jimm (jmathies@moz-DF439B90.pn.at.cox.net)
  2006. # [15:56] * Joins: mdas (mdas@13F2CEC5.7672369.D8E68FF6.IP)
  2007. # [15:57] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/bfd16de7bf25 - Maksim Lebedev - Bug 979345 - Implement "touch-action: manipulation" CSS value for Pointer Events. r=kats,botond,dbaron,mbrubeck
  2008. # [15:58] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/a7289f22cafd - Marco Castelluccio - Bug 981251 - Test app uninstallation. r=myk
  2009. # [15:58] * edmorley is now known as edmorley|sheriffduty
  2010. # [15:58] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/39bcb94e9b85 - Frédéric Wang - Bug 407059 - Part 4: Use gfxHarfbuzzShaper::GetGlyphHAdvance() for math operators. r=jfkthame
  2011. # [15:59] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/de506f461074 - Frédéric Wang - Bug 407059 - Part 1: Add a gfxMathTable class to read the MATH table. r=jfkthame
  2012. # [15:59] * Tomcat|sheriffduty is now known as Tomcat
  2013. # [15:59] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/cb4deaae3336 - Frédéric Wang - Bug 407059 - Part 0: Remove the Truncate() calls from nsMathMLChar::StretchEnumContext. r=karlt
  2014. # [15:59] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/1e0f8b517b86 - Henri Sivonen - Bug 999349 - Add "DO NOT USE" annotation to nsIPlatformCharset. r=emk
  2015. # [15:59] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/427e3e62d7f3 - Frédéric Wang - Bug 407059 - Part 5: Add reftest. r=karlt
  2016. # [15:59] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/7d09c6ea9ae5 - Frédéric Wang - Bug 407059 - Part 2: Make nsMathMLChar use the MATH table. r=karlt
  2017. # [15:59] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/b33c2654f667 - Frédéric Wang - Bug 407059 - Part 3: remove mathfontAsanaMath.properties and STIX 1.0 beta. r=karlt
  2018. # [16:00] * kats|away is now known as kats
  2019. # [16:01] * Joins: luca (lzzluca@moz-10429979.static.virginmediabusiness.co.uk)
  2020. # [16:02] * Joins: luca_ (lzzluca@moz-10429979.static.virginmediabusiness.co.uk)
  2021. # [16:02] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  2022. # [16:03] * Joins: jchaulk (jchaulk@moz-C3B01B76.dsl.teksavvy.com)
  2023. # [16:03] * Joins: gwagner (Gregor@moz-B45FE61C.hsd1.ca.comcast.net)
  2024. # [16:03] * Parts: jchaulk (jchaulk@moz-C3B01B76.dsl.teksavvy.com)
  2025. # [16:04] * Joins: TheComputerGuy0013 (thecompute@D2FE6D4D.24770E89.EC4A85D5.IP)
  2026. # [16:05] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2027. # [16:05] * philor|away is now known as philor
  2028. # [16:05] * Quits: ewong|sleep (chatzilla@moz-8C451A64.static.netvigator.com) (Ping timeout)
  2029. # [16:05] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5d418a48ba48 - Aryeh Gregor - Bug 990725 - Rename ErrorEvent.column to .colno to match spec change; r=smaug
  2030. # [16:06] * Joins: ewong|sleep (chatzilla@moz-8C451A64.static.netvigator.com)
  2031. # [16:06] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  2032. # [16:07] <RyanVM> fredw: Look, I didn't even mangle your name this time! ^
  2033. # [16:07] * Quits: st3fan (stefan@moz-6078D3C7.norad.org) (Quit: WeeChat 0.4.1)
  2034. # [16:07] * Joins: wlach (wlach@moz-5F66E3C6.vif.net)
  2035. # [16:07] * Quits: ddahl (ddahl@moz-687E6733.static.twtelecom.net) (Ping timeout)
  2036. # [16:08] * davidb is now known as davidb|afk
  2037. # [16:09] <fredw> RyanVM: :-) Do you know why it happened in the past?
  2038. # [16:09] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  2039. # [16:10] <RyanVM> fredw: cmd.exe sucks
  2040. # [16:10] <RyanVM> I pushed from a linux vm this time
  2041. # [16:10] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2042. # [16:10] <fredw> RyanVM: ah, ok I see.
  2043. # [16:10] * Tomcat is now known as Tomcat|afk
  2044. # [16:11] * baku|away is now known as baku
  2045. # [16:13] * Joins: lpy_ (lpy@207F51B2.F09091A8.1348A864.IP)
  2046. # [16:13] * Quits: adev-tb (Thunderbir@DB0D99B4.7B4AC7E7.CCB6A436.IP) (Ping timeout)
  2047. # [16:13] * Quits: lpy_ (lpy@207F51B2.F09091A8.1348A864.IP) (Connection reset by peer)
  2048. # [16:13] * Quits: lpy (lpy@8B40CDAC.F09091A8.1348A864.IP) (Ping timeout)
  2049. # [16:14] * Quits: rbarnes (rbarnes@moz-3FF5A81D.dc.dc.cox.net) (Input/output error)
  2050. # [16:14] * Joins: mconley (mconley@13F2CEC5.7672369.D8E68FF6.IP)
  2051. # [16:15] * Joins: GPHemsley (GPHemsley@moz-379EB2FA.hsd1.de.comcast.net)
  2052. # [16:19] * Quits: GPHemsley (GPHemsley@moz-379EB2FA.hsd1.de.comcast.net) (Ping timeout)
  2053. # [16:19] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2054. # [16:19] * Quits: RealRaven (Thunderbir@1B18D026.ABDDC546.27F80FAC.IP) (Quit: RealRaven)
  2055. # [16:19] * hwine-ooo is now known as hwine
  2056. # [16:20] * Quits: jaoo (user@9B16F31C.CF111F0B.E21948B5.IP) (Ping timeout)
  2057. # [16:20] * Joins: RealRaven (Thunderbir@1B18D026.ABDDC546.27F80FAC.IP)
  2058. # [16:20] * Joins: Jerry (hshih@moz-AE383FC4.dynamic.kbronet.com.tw)
  2059. # [16:21] * Joins: jaoo (user@moz-5A0A9AF1.red-88-5-168.dynamicip.rima-tde.net)
  2060. # [16:21] * Joins: st3fan (stefan@moz-6078D3C7.norad.org)
  2061. # [16:21] * armenzg_brb is now known as armenzg
  2062. # [16:21] * Joins: jdover (jdover@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net)
  2063. # [16:22] * Quits: bwc (Adium@moz-536549A9.dsl.static.sonic.net) (Ping timeout)
  2064. # [16:22] * Quits: Edgar (Thunderbir@moz-8CBB735B.dynamic.hinet.net) (Quit: Edgar)
  2065. # [16:22] * Joins: bwc (Adium@moz-536549A9.dsl.static.sonic.net)
  2066. # [16:22] * coop|afk is now known as coop
  2067. # [16:23] * davidb|afk is now known as davidb
  2068. # [16:23] * Joins: spohl (Adium@moz-A2B58DCE.static.hvvc.us)
  2069. # [16:23] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  2070. # [16:23] * Quits: jdover (jdover@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  2071. # [16:24] <firebot> Check-in: http://hg.mozilla.org/integration/fx-team/rev/cb8bf883a0cd - Lucas Rocha - Bug 994734 - Set cursor notification URI in HomeProvider (r=margaret)
  2072. # [16:24] <firebot> http://hg.mozilla.org/integration/fx-team/rev/3cd4615c60ba - Lucas Rocha - Bug 994734 - Handle dataset refreshes in HomePanelsManager (r=margaret)
  2073. # [16:24] <firebot> http://hg.mozilla.org/integration/fx-team/rev/7d9d72c9cfac - Lucas Rocha - Bug 994734 - Pass dataset id as query argument in HomeProvider (r=margaret)
  2074. # [16:24] <firebot> http://hg.mozilla.org/integration/fx-team/rev/101b549e1b58 - Lucas Rocha - Bug 994734 - Rename HomeConfigInvalidator to HomePanelsManager (r=margaret)
  2075. # [16:24] <firebot> http://hg.mozilla.org/integration/fx-team/rev/00ca4e6c5edd - Lucas Rocha - Bug 994734 - Rename PanelManager to PanelInfoManager (r=margaret)
  2076. # [16:25] * Quits: Rik (rik@87C1F78E.1DE10CA8.D8E68FF6.IP) (Connection reset by peer)
  2077. # [16:25] * Joins: Rik (rik@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2078. # [16:28] * Joins: driia (dria@13F2CEC5.7672369.D8E68FF6.IP)
  2079. # [16:28] * Quits: dria (dria@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  2080. # [16:29] * driia is now known as dria
  2081. # [16:29] * Joins: adev-tb (Thunderbir@DB0D99B4.7B4AC7E7.CCB6A436.IP)
  2082. # [16:30] * Joins: blakewu (blakewu@moz-423F4F33.dynamic.hinet.net)
  2083. # [16:30] * Quits: spohl (Adium@moz-A2B58DCE.static.hvvc.us) (Quit: Leaving.)
  2084. # [16:32] * Joins: ckitching (ckitching@moz-73BD1AA5.nat.csx.cam.ac.uk)
  2085. # [16:34] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2086. # [16:36] * Parts: Snuffleupagus (chatzilla@moz-7411B7A4.bredband.comhem.se)
  2087. # [16:36] * Quits: gwagner (Gregor@moz-B45FE61C.hsd1.ca.comcast.net) (Quit: gwagner)
  2088. # [16:36] * Quits: adev-tb (Thunderbir@DB0D99B4.7B4AC7E7.CCB6A436.IP) (Ping timeout)
  2089. # [16:36] * Joins: spohl (Adium@914637C9.409761C3.AB64B967.IP)
  2090. # [16:37] * Joins: recursive (recursive@71958799.4D49EC71.6815CE39.IP)
  2091. # [16:38] * Joins: kk1fff (kk1fff@moz-9F0AEA.dynamic.hinet.net)
  2092. # [16:38] * Joins: kushagra (kushagra@AE916274.53BD87EA.EBCC7000.IP)
  2093. # [16:38] * Joins: trevorh (trevor@moz-A9D3D5AF.lns9.cha.bigpond.net.au)
  2094. # [16:39] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  2095. # [16:40] * Quits: jdm (jdm@moz-AC9499B2.cable.teksavvy.com) (Quit: Lost terminal)
  2096. # [16:40] * Quits: Ms2ger (Ms2ger@moz-4A14BC33.ugent.be) (Quit: bbl)
  2097. # [16:40] * Joins: sunfish (chatzilla@moz-42DA0C69.dsl.dynamic.sonic.net)
  2098. # [16:41] * Joins: Edgar (Thunderbir@moz-8CBB735B.dynamic.hinet.net)
  2099. # [16:41] * Quits: Edgar (Thunderbir@moz-8CBB735B.dynamic.hinet.net) (Quit: Edgar)
  2100. # [16:42] * Quits: victorporof (victorporo@F4CC4C65.FE5745A2.3EE329E3.IP) (Quit: victorporof)
  2101. # [16:42] * Quits: kushagra (kushagra@AE916274.53BD87EA.EBCC7000.IP) (Ping timeout)
  2102. # [16:43] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ad32581cd49a - Geoff Brown - Bug 967704 - Update reftest manifests for Android 2.3; r=me
  2103. # [16:43] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/32616a509bed - Geoff Brown - Bug 997991 - Use default httpd path for robocop, mochitest-remote test targets; r=jmaher
  2104. # [16:43] * Joins: victorporof (victorporo@F4CC4C65.FE5745A2.3EE329E3.IP)
  2105. # [16:45] * Joins: jincreator (jincreator@EAE579B9.AE3EA2FD.6B649F75.IP)
  2106. # [16:45] * Quits: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net) (Ping timeout)
  2107. # [16:45] * Quits: victorporof (victorporo@F4CC4C65.FE5745A2.3EE329E3.IP) (Ping timeout)
  2108. # [16:46] * Quits: elin (elin@moz-AB10BD59.dynamic-ip.hinet.net) (Quit: elin)
  2109. # [16:46] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  2110. # [16:48] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Ping timeout)
  2111. # [16:49] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2112. # [16:49] * Quits: ckitching (ckitching@moz-73BD1AA5.nat.csx.cam.ac.uk) (Ping timeout)
  2113. # [16:49] * BenWa|email is now known as BenWa
  2114. # [16:50] * Joins: Pike (chatzilla@moz-7E9B18FD.pool.mediaways.net)
  2115. # [16:52] * Joins: elin (elin@moz-AB10BD59.dynamic-ip.hinet.net)
  2116. # [16:52] * Joins: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net)
  2117. # [16:53] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  2118. # [16:54] * Quits: jpb (chatzilla@moz-AC986EE0.users.bris.ac.uk) (Quit: ChatZilla 0.9.90.1 [SeaMonkey 2.24/20140203230027])
  2119. # [16:55] * Quits: paolo (paolo@moz-5C8876A0.retail.telecomitalia.it) (Quit: Konversation terminated!)
  2120. # [16:55] * Quits: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Quit: masayuki)
  2121. # [16:56] * Joins: SJW (Thunderbir@5F822DBF.48AC27E3.2CAC1541.IP)
  2122. # [16:56] * Joins: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  2123. # [16:57] * Joins: victorporof (victorporo@13F2CEC5.7672369.D8E68FF6.IP)
  2124. # [16:57] * Joins: kushagra (kushagra@64770486.492EAB0C.EBCC7000.IP)
  2125. # [16:57] * Joins: gargsms (gargsms@7FDD62B0.DEBD96D2.1C37C358.IP)
  2126. # [16:57] * Fallen is now known as Fallen|away
  2127. # [16:58] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  2128. # [16:59] * curtisk is now known as curtisk|afk
  2129. # [16:59] * Quits: @smaug (chatzilla@moz-38C5B03.elisa-laajakaista.fi) (Ping timeout)
  2130. # [16:59] * Joins: aut0mata (automata@267741F8.FE7BECC5.70D22F34.IP)
  2131. # [17:00] * Joins: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2132. # [17:00] * Quits: mdas (mdas@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  2133. # [17:00] * Quits: automata (automata@C6295CB4.F28C5D3A.7DA01DD1.IP) (Ping timeout)
  2134. # [17:00] * Joins: mdas (mdas@13F2CEC5.7672369.D8E68FF6.IP)
  2135. # [17:00] <SJW> Latest nightly build on http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu/ is from 10th april
  2136. # [17:00] <SJW> whats wrong there?
  2137. # [17:00] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2138. # [17:02] <Standard8> SJW: you probably want to ask in a ubuntu location. Although chrisccoulson may know
  2139. # [17:02] * Joins: victorporof_ (victorporo@13F2CEC5.7672369.D8E68FF6.IP)
  2140. # [17:03] * Joins: tanvi (tanvi@moz-1979187D.hsd1.ca.comcast.net)
  2141. # [17:03] * bc is now known as bc|bbiab
  2142. # [17:03] * Joins: lpy (lpy@1834E2CB.F09091A8.1348A864.IP)
  2143. # [17:04] * Quits: aut0mata (automata@267741F8.FE7BECC5.70D22F34.IP) (Quit: This computer has gone to sleep)
  2144. # [17:04] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2145. # [17:04] * Quits: victorporof (victorporo@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2146. # [17:07] * Quits: sunfish (chatzilla@moz-42DA0C69.dsl.dynamic.sonic.net) (Ping timeout)
  2147. # [17:08] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  2148. # [17:08] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  2149. # [17:08] <jesup> definitely seems to be less media issues than normal on inbound....
  2150. # [17:09] * jesup crosses fingers
  2151. # [17:09] * Quits: botond|laptop (chatzilla@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2152. # [17:10] * Gijs_away is now known as Gijs
  2153. # [17:11] * Joins: cosmin-malutan (cosmin_mal@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  2154. # [17:13] * Joins: Snuffleupagus (chatzilla@moz-7411B7A4.bredband.comhem.se)
  2155. # [17:13] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  2156. # [17:14] * Quits: stransky (stransky@moz-59D79C36.broadband2.iol.cz) (Quit: Connection reset by beer)
  2157. # [17:14] * Joins: Preeti_ (uid13882@moz-E77DEB21.irccloud.com)
  2158. # [17:15] * Quits: till (till@moz-F20C30C4.adsl.alicedsl.de) (Input/output error)
  2159. # [17:15] * Quits: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  2160. # [17:15] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2161. # [17:15] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  2162. # [17:15] * Joins: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net)
  2163. # [17:16] * pmoore is now known as pmoore|tea-break
  2164. # [17:16] * Joins: mwobensmith (mwobensmit@12E4AD8B.27376607.189F3E15.IP)
  2165. # [17:17] * Joins: jedp (jedp@moz-3AA8030E.dsl.dynamic.sonic.net)
  2166. # [17:17] * Quits: m_gol (m_gol@moz-7DA7FE26.neoplus.adsl.tpnet.pl) (Connection reset by peer)
  2167. # [17:17] * Joins: mgol (m_gol@moz-7DA7FE26.neoplus.adsl.tpnet.pl)
  2168. # [17:18] * mgol is now known as m_gol
  2169. # [17:18] * Joins: Edgar (Thunderbir@moz-8CBB735B.dynamic.hinet.net)
  2170. # [17:18] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/f4b188b044cc - Hannes Verschore - Bug 995934 - IonMonkey: Remove branch out of hot code in negative zero test, r=bbouvier
  2171. # [17:19] * Joins: vikstrous (v@13F2CEC5.7672369.D8E68FF6.IP)
  2172. # [17:19] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2173. # [17:19] * Quits: Edgar (Thunderbir@moz-8CBB735B.dynamic.hinet.net) (Quit: Edgar)
  2174. # [17:20] * Joins: bholley (bholley@32EFA1FF.F0338C73.AECC5372.IP)
  2175. # [17:20] * Quits: jedp (jedp@moz-3AA8030E.dsl.dynamic.sonic.net) (Quit: Computer has gone to sleep.)
  2176. # [17:21] * Joins: gwagner (gwagner@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2177. # [17:21] * Joins: botond|laptop (chatzilla@13F2CEC5.7672369.D8E68FF6.IP)
  2178. # [17:22] * Joins: automata (automata@267741F8.FE7BECC5.70D22F34.IP)
  2179. # [17:22] * Quits: fabrice (fabrice@moz-1A8E36BB.hsd1.ca.comcast.net) (Ping timeout)
  2180. # [17:22] * Joins: jdover (jdover@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net)
  2181. # [17:22] * pmoore|tea-break is now known as pmoore
  2182. # [17:22] * Quits: janv (varga@7044209E.756AA358.4F33160D.IP) (Ping timeout)
  2183. # [17:23] * Joins: afwang (nooknook@moz-C8131982.hsd1.ca.comcast.net)
  2184. # [17:23] * Joins: janv (varga@7044209E.756AA358.4F33160D.IP)
  2185. # [17:23] * Joins: driia (dria@13F2CEC5.7672369.D8E68FF6.IP)
  2186. # [17:23] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  2187. # [17:23] * Quits: @ehsan (ehsan@moz-B4709FAB.cable.teksavvy.com) (Input/output error)
  2188. # [17:23] * Quits: dria (dria@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  2189. # [17:23] * Joins: juanb (jbecerra@moz-62518563.mtv2.mozilla.com)
  2190. # [17:24] * driia is now known as dria
  2191. # [17:24] * Quits: jdover (jdover@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  2192. # [17:25] * Preeti_ is now known as Preeti
  2193. # [17:25] * davidb is now known as davidb|afk
  2194. # [17:25] * Joins: jdover (jdover@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net)
  2195. # [17:26] * Quits: bjacob (bjacob@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Konversation terminated!)
  2196. # [17:26] * Joins: bjacob_ (bjacob@13F2CEC5.7672369.D8E68FF6.IP)
  2197. # [17:27] * Joins: drno (nohlmeier@moz-62518563.mtv2.mozilla.com)
  2198. # [17:29] * Quits: jdover (jdover@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  2199. # [17:29] * Quits: AndreeaMatei (Thunderbir@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP) (Quit: AndreeaMatei)
  2200. # [17:30] * Joins: Mossop (dtownsend@53343B0D.8DCA2D5.5E2862A8.IP)
  2201. # [17:30] * Joins: jdover (jdover@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net)
  2202. # [17:31] * davidb|afk is now known as davidb
  2203. # [17:31] * Quits: spohl (Adium@914637C9.409761C3.AB64B967.IP) (Ping timeout)
  2204. # [17:32] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  2205. # [17:32] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  2206. # [17:32] * Joins: bajaj (Adium@moz-34BA18EC.hsd1.ca.comcast.net)
  2207. # [17:32] * Quits: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net) (Quit: dealloc)
  2208. # [17:32] * Joins: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net)
  2209. # [17:33] * Quits: raw (raw@moz-3F92A09F.nyc.res.rr.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  2210. # [17:34] * Quits: jaoo (user@moz-5A0A9AF1.red-88-5-168.dynamicip.rima-tde.net) (Ping timeout)
  2211. # [17:34] * Joins: ddahl (ddahl@moz-7B0D3B86.lightspeed.mssnks.sbcglobal.net)
  2212. # [17:34] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2213. # [17:35] * Quits: bjacob_ (bjacob@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2214. # [17:35] * Joins: dbaron (dbaron@moz-3C92D971.dsl.dynamic.sonic.net)
  2215. # [17:35] * ChanServ sets mode: +ao dbaron dbaron
  2216. # [17:36] * Joins: bjacob_ (bjacob@13F2CEC5.7672369.D8E68FF6.IP)
  2217. # [17:36] * Joins: serge (Thunderbir@moz-2D90151E.dsl.teksavvy.com)
  2218. # [17:37] * Quits: blakewu (blakewu@moz-423F4F33.dynamic.hinet.net) (Quit: Computer has gone to sleep.)
  2219. # [17:37] * Joins: justindarc (justindarc@D2AEACFC.B56D28DB.B58D01CE.IP)
  2220. # [17:38] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  2221. # [17:40] * Joins: mccr8 (mccr8@moz-62518563.mtv2.mozilla.com)
  2222. # [17:40] * Quits: josh (josh@moz-348C4790.hsd1.mn.comcast.net) (Quit: josh)
  2223. # [17:42] * zz_bkerensa is now known as bkerensa
  2224. # [17:42] * Joins: maikmerten (maikmerten@moz-A51E6DB3.pools.arcor-ip.net)
  2225. # [17:42] * Joins: josh (josh@moz-348C4790.hsd1.mn.comcast.net)
  2226. # [17:42] * Joins: tomer (tomer@moz-F45DAEFD.static.012.net.il)
  2227. # [17:43] * gaye|bbiab is now known as gaye
  2228. # [17:43] * Quits: jhorak (jhorak@moz-107AD163.redhat.com) (Quit: Leaving)
  2229. # [17:44] * Quits: bjacob_ (bjacob@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2230. # [17:45] * Quits: elin (elin@moz-AB10BD59.dynamic-ip.hinet.net) (Quit: elin)
  2231. # [17:45] * Joins: bjacob_ (bjacob@13F2CEC5.7672369.D8E68FF6.IP)
  2232. # [17:45] * Joins: mfossen (mfossen@moz-2A960245.uwnet.wisc.edu)
  2233. # [17:47] * Joins: jaoo (user@9B16F31C.CF111F0B.E21948B5.IP)
  2234. # [17:47] * Quits: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  2235. # [17:48] * Joins: spohl (Adium@moz-9977FAFC.static.hvvc.us)
  2236. # [17:49] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2237. # [17:49] * Joins: mt (mt@moz-62518563.mtv2.mozilla.com)
  2238. # [17:50] * hwine is now known as hwine|afk
  2239. # [17:51] * Quits: gcp (gpascutto@moz-9CEB1C98.access.telenet.be) (Quit: Make a new plan, Stan!)
  2240. # [17:51] * Joins: ehsan (ehsan@13F2CEC5.7672369.D8E68FF6.IP)
  2241. # [17:51] * ChanServ sets mode: +o ehsan
  2242. # [17:52] * Quits: Mano (mano@moz-B2CB9982.red.bezeqint.net) (Client exited)
  2243. # [17:52] * Joins: sicking (sicking@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2244. # [17:52] * Quits: mdas (mdas@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2245. # [17:52] * Joins: gcp (gcp@moz-9CEB1C98.access.telenet.be)
  2246. # [17:52] * Quits: mfossen (mfossen@moz-2A960245.uwnet.wisc.edu) (Ping timeout)
  2247. # [17:52] * Joins: Mano (mano@moz-B2CB9982.red.bezeqint.net)
  2248. # [17:53] * Joins: mdas (mdas@13F2CEC5.7672369.D8E68FF6.IP)
  2249. # [17:53] * armenzg is now known as armenzg_lunch
  2250. # [17:53] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  2251. # [17:53] * Joins: bmoss (bmoss@moz-62518563.mtv2.mozilla.com)
  2252. # [17:53] * Joins: ckerschb (ckerschb@moz-62518563.mtv2.mozilla.com)
  2253. # [17:54] * Quits: Mano (mano@moz-B2CB9982.red.bezeqint.net) (Ping timeout)
  2254. # [17:54] * Quits: tanvi (tanvi@moz-1979187D.hsd1.ca.comcast.net) (Quit: Leaving.)
  2255. # [17:55] * Joins: mfossen (mfossen@moz-2A960245.uwnet.wisc.edu)
  2256. # [17:56] * ferjm|pto is now known as ferjm
  2257. # [17:57] * Quits: Archae (Thunderbir@moz-37B32CB4.cust.telecolumbus.net) (Quit: Archae)
  2258. # [17:57] * Joins: squib (squib@moz-A962343B.dhcp.ftbg.wi.charter.com)
  2259. # [17:57] * Quits: jacek (jacek@moz-5D707D3B.psi.wroc.pl) (Quit: Konversation terminated!)
  2260. # [17:58] * Quits: bwc (Adium@moz-536549A9.dsl.static.sonic.net) (Ping timeout)
  2261. # [17:58] * Joins: bwc (Adium@moz-536549A9.dsl.static.sonic.net)
  2262. # [17:59] * Parts: Snuffleupagus (chatzilla@moz-7411B7A4.bredband.comhem.se)
  2263. # [17:59] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard)
  2264. # [17:59] * Quits: gwagner (gwagner@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: gwagner)
  2265. # [18:00] * Quits: luca (lzzluca@moz-10429979.static.virginmediabusiness.co.uk) (Client exited)
  2266. # [18:00] * Quits: luca_ (lzzluca@moz-10429979.static.virginmediabusiness.co.uk) (Client exited)
  2267. # [18:00] * Quits: mgs (mgs@moz-9F4CCF1C.bstnma.fios.verizon.net) (Ping timeout)
  2268. # [18:00] * Joins: gwagner (Gregor@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2269. # [18:00] * Joins: luca (lzzluca@moz-10429979.static.virginmediabusiness.co.uk)
  2270. # [18:01] * Fallen|away is now known as Fallen
  2271. # [18:01] * mconley is now known as mconley|lunch
  2272. # [18:01] * Quits: avaida (Instantbir@28C4EA76.976FBEE.5BC07656.IP) (Quit: Instantbird 1.5 -- http://www.instantbird.com)
  2273. # [18:02] * Joins: luca_ (lzzluca@moz-10429979.static.virginmediabusiness.co.uk)
  2274. # [18:02] * bc|bbiab is now known as bc
  2275. # [18:02] * Quits: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de) (Input/output error)
  2276. # [18:02] * hwine|afk is now known as hwine|mtg
  2277. # [18:02] * Joins: fabrice (fabrice@moz-62518563.mtv2.mozilla.com)
  2278. # [18:02] * Quits: sicking (sicking@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: sicking)
  2279. # [18:03] * Joins: jet (jet@moz-79F891EE.hsd1.ca.comcast.net)
  2280. # [18:03] * Quits: recursive (recursive@71958799.4D49EC71.6815CE39.IP) (Ping timeout)
  2281. # [18:04] * Joins: sicking (sicking@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2282. # [18:04] * Joins: jaws (uid2871@moz-5F4AA75A.irccloud.com)
  2283. # [18:04] * Quits: MarcoZ (marco.zehe@moz-C9133796.dip0.t-ipconnect.de) (Quit: CYA!)
  2284. # [18:04] * Quits: capella (chatzilla@moz-3A08EE5.twcny.res.rr.com) (Ping timeout)
  2285. # [18:04] * Quits: jchen|away (jchen@moz-F9F4659E.woh.res.rr.com) (Ping timeout)
  2286. # [18:04] * Quits: spohl (Adium@moz-9977FAFC.static.hvvc.us) (Ping timeout)
  2287. # [18:04] * gregglind_away is now known as gregglind
  2288. # [18:04] * Quits: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com) (Ping timeout)
  2289. # [18:04] * Quits: firebot (firebot@moz-D53D2F4F.carolina.res.rr.com) (Ping timeout)
  2290. # [18:04] * Quits: snorp (snorp@moz-53B7720D.we.res.rr.com) (Ping timeout)
  2291. # [18:04] * Quits: shorlander (shorlander@moz-93A7049A.dhcp.insightbb.com) (Ping timeout)
  2292. # [18:04] * Quits: a-865 (fmcz@moz-EFF8C062.cable.mindspring.com) (Ping timeout)
  2293. # [18:04] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2294. # [18:04] * Quits: kaernyk (kaernyk@4F7252F2.CEBBE496.E48CFF63.IP) (Ping timeout)
  2295. # [18:05] * Joins: shorlander (shorlander@moz-93A7049A.dhcp.insightbb.com)
  2296. # [18:05] * Joins: smaug (chatzilla@moz-38C5B03.elisa-laajakaista.fi)
  2297. # [18:05] * ChanServ sets mode: +o smaug
  2298. # [18:05] * Joins: spohl (Adium@moz-9977FAFC.static.hvvc.us)
  2299. # [18:05] * Joins: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com)
  2300. # [18:05] * Joins: snorp (snorp@28435C98.1C2164C0.BFE160B4.IP)
  2301. # [18:05] * Joins: kaernyk (kaernyk@4F7252F2.CEBBE496.E48CFF63.IP)
  2302. # [18:05] * Joins: capella (chatzilla@moz-3A08EE5.twcny.res.rr.com)
  2303. # [18:05] * Quits: heftig (heftig@moz-33D186ED.unitymedia.biz) (Quit: Quitting)
  2304. # [18:05] * Joins: a-865 (fmcz@moz-EFF8C062.cable.mindspring.com)
  2305. # [18:05] * bkerensa is now known as zz_bkerensa
  2306. # [18:06] * darrin is now known as darrin_lunch
  2307. # [18:06] * Joins: jchen (jchen@moz-F9F4659E.woh.res.rr.com)
  2308. # [18:06] * Quits: lpy (lpy@1834E2CB.F09091A8.1348A864.IP) (Client exited)
  2309. # [18:06] * jlund|away is now known as jlund|buildduty
  2310. # [18:06] * Quits: davidb (davidb@13F2CEC5.7672369.D8E68FF6.IP) (Quit: peace out)
  2311. # [18:06] * geekboy|afk is now known as geekboy
  2312. # [18:07] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2313. # [18:07] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2314. # [18:07] * Joins: rbarnes (rbarnes@4D4F9DDD.7794B7FF.B532E9A1.IP)
  2315. # [18:08] * hwine|mtg is now known as hwine
  2316. # [18:08] * Joins: davidb (davidb@13F2CEC5.7672369.D8E68FF6.IP)
  2317. # [18:08] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  2318. # [18:08] * Joins: jgriffin (jgriffin@moz-791CC332.hsd1.wa.comcast.net)
  2319. # [18:10] * Quits: rbarnes (rbarnes@4D4F9DDD.7794B7FF.B532E9A1.IP) (Quit: Leaving...)
  2320. # [18:11] * Joins: firebot (firebot@moz-D53D2F4F.carolina.res.rr.com)
  2321. # [18:11] * Joins: jdm (jdm@FCCEA34F.7672369.D8E68FF6.IP)
  2322. # [18:12] * Joins: rbarnes (rbarnes@4D4F9DDD.7794B7FF.B532E9A1.IP)
  2323. # [18:13] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  2324. # [18:13] * Quits: kushagra (kushagra@64770486.492EAB0C.EBCC7000.IP) (Ping timeout)
  2325. # [18:13] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  2326. # [18:14] * Quits: rbarnes (rbarnes@4D4F9DDD.7794B7FF.B532E9A1.IP) (Input/output error)
  2327. # [18:14] * ahal is now known as ahal|lunch
  2328. # [18:14] * jlund|buildduty is now known as jlund|buildduty|brb
  2329. # [18:15] <fabrice> bholley: ping
  2330. # [18:15] <bholley> fabrice: hi
  2331. # [18:16] * kats is now known as kats-lunch
  2332. # [18:16] * Joins: gandalf (zbraniecki@moz-C21B3DEC.dhcp.gvrb.ca.charter.com)
  2333. # [18:17] * davidb is now known as davidb|afk
  2334. # [18:17] <fabrice> bholley: do the results in bug 993772 make sense to you?
  2335. # [18:17] <fabrice> bholley: if they do I'll push
  2336. # [18:17] <bholley> fabrice: do you still see the 160k memory reduction?
  2337. # [18:17] * kats-lunch is now known as kats-gym
  2338. # [18:18] * Joins: rbarnes (rbarnes@4D4F9DDD.7794B7FF.B532E9A1.IP)
  2339. # [18:18] * Joins: ckitching (ckitching@moz-73BD1AA5.nat.csx.cam.ac.uk)
  2340. # [18:19] <fabrice> bholley: seems a bit less on this build, but at these levels there's always noise
  2341. # [18:19] * jimm is now known as jimm-lunch
  2342. # [18:19] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2343. # [18:19] * Quits: TheComputerGuy0013 (thecompute@D2FE6D4D.24770E89.EC4A85D5.IP) (Ping timeout)
  2344. # [18:19] * davidb|afk is now known as davidb
  2345. # [18:20] * Quits: wlach (wlach@moz-5F66E3C6.vif.net) (Quit: Ex-Chat)
  2346. # [18:20] * Quits: ckitching (ckitching@moz-73BD1AA5.nat.csx.cam.ac.uk) (Quit: struck by the Good Times virus)
  2347. # [18:20] <bholley> fabrice: yeah, anyway. If the results look similar to what you saw on the other build, go ahead and push
  2348. # [18:20] <Bas> RyanVM: How long do you think the try closure because of git.m.o will last?
  2349. # [18:20] * Joins: pcwalton (pcwalton@moz-DA87EE4.hsd1.ca.comcast.net)
  2350. # [18:21] * darrin_lunch is now known as darrin
  2351. # [18:21] * davidb is now known as davidb|afk
  2352. # [18:21] <RyanVM> Bas: see dev-platform
  2353. # [18:21] <RyanVM> probably won't reopen until after the memory upgrade is done
  2354. # [18:21] <bjacob_> edmorley|sheriffduty: but for the rest of us only interested in hg.mozilla.org, when would the tree reopen?
  2355. # [18:21] <Bas> RyanVM: Ah, there we go, thanks!
  2356. # [18:21] * Quits: jdm (jdm@FCCEA34F.7672369.D8E68FF6.IP) (Quit: Lost terminal)
  2357. # [18:21] * Quits: pepijndevos (pepijndevo@9EACEF43.E50A3180.BCE47D84.IP) (Max SendQ exceeded)
  2358. # [18:21] <Bas> bjacob_: No, you don't understand, the Git-Mafia has us firmly in their grasp!
  2359. # [18:21] <bjacob_> oh, same question as Bas
  2360. # [18:21] <RyanVM> bjacob_: yup
  2361. # [18:22] * Joins: pepijndevos (pepijndevo@9EACEF43.E50A3180.BCE47D84.IP)
  2362. # [18:22] <bjacob_> RyanVM: but why?
  2363. # [18:22] <RyanVM> gecko changes can and do break b2g
  2364. # [18:22] <RyanVM> b2g builds/tests rely on functional gitmo
  2365. # [18:22] <bjacob_> ah, right, b2g
  2366. # [18:22] <RyanVM> ergo...
  2367. # [18:22] * Quits: bajaj (Adium@moz-34BA18EC.hsd1.ca.comcast.net) (Quit: Leaving.)
  2368. # [18:22] * Joins: TheComputerGuy0013 (thecompute@8D3AD8D8.24770E89.EC4A85D5.IP)
  2369. # [18:22] * Quits: mihaelav (Mibbit@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  2370. # [18:22] <froydnj> disable all b2g tests until gitmo is fixed
  2371. # [18:22] <froydnj> *and builds
  2372. # [18:22] <Bas> bjacob_: If only we'd made B2G using mercurial just using git subrepos, this wouldn't be a problem, but yeah.
  2373. # [18:22] <froydnj> problem solved!
  2374. # [18:23] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Quit: Jesse)
  2375. # [18:23] * Quits: bholley (bholley@32EFA1FF.F0338C73.AECC5372.IP) (Quit: Textual IRC Client: www.textualapp.com)
  2376. # [18:23] <bjacob_> RyanVM: why is b2g-inbound not closed, then ?
  2377. # [18:23] <RyanVM> Bas: I'm so staying out of that flamewar^C^C^C^C^C^C^C^Cdiscussion
  2378. # [18:23] <RyanVM> bjacob_: so we can pick up bumper bot commits when gitmo comes back
  2379. # [18:23] <Bas> RyanVM: So you should, it only provides frustration :)
  2380. # [18:24] * Joins: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net)
  2381. # [18:24] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  2382. # [18:24] <bjacob_> ah ok... sounds like a thing that could have been landed on CLOSED TREE, but ok
  2383. # [18:24] <RyanVM> bjacob_: bumper bot includes a= in its commit message, so it's a nice way to keep random things from landing but still allow for gaia changes to land if wanted
  2384. # [18:24] * edmorley|sheriffduty refrains from starting his "why are we using github for the canonical gaia & other repo when there is no good solution for many problems it causes" rant
  2385. # [18:24] <RyanVM> bjacob_: not sure what else you're trying to say
  2386. # [18:25] <philor> that's part of the charm of the whole situation: backouts for gaia bustage *require* a (half) open tree
  2387. # [18:25] <bjacob_> RyanVM: i was just saying, you might as well have closed that tree too, and tell bumper bot to add CLOSED TREE
  2388. # [18:25] <RyanVM> bjacob_: and in this case, we already have a known Gaia bustage waiting on a revert to land on b-i
  2389. # [18:25] * Joins: mats (chatzilla@868A9748.A189EB51.4B330583.IP)
  2390. # [18:25] <RyanVM> bjacob_: we don't want that
  2391. # [18:25] <edmorley|sheriffduty> bjacob_: there are times when we would want to stop the bumper bot landing too
  2392. # [18:25] <RyanVM> we don't want bumper bot to automatically push on a closed tree whenever
  2393. # [18:26] <bjacob_> ok
  2394. # [18:26] * Quits: bwc (Adium@moz-536549A9.dsl.static.sonic.net) (Ping timeout)
  2395. # [18:26] * Joins: bwc (Adium@moz-536549A9.dsl.static.sonic.net)
  2396. # [18:26] <RyanVM> (say for non-gaia bustages)
  2397. # [18:26] <RyanVM> bjacob_: and honestly, anybody putting a= in their commit message to get around it is going to be blatantly obvious and will be noticed
  2398. # [18:27] * Quits: gwagner (Gregor@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: gwagner)
  2399. # [18:27] * Joins: mchang (mchang@moz-793A0D3E.socal.res.rr.com)
  2400. # [18:27] * pmoore is now known as pmoore|away
  2401. # [18:28] * Quits: bwc (Adium@moz-536549A9.dsl.static.sonic.net) (Quit: Leaving.)
  2402. # [18:28] <RyanVM> edmorley|sheriffduty: I really do think the new BidMerge stuff in hg will resolve a lot of the conflicts we hit over ancestor confusion
  2403. # [18:28] <RyanVM> the more I read on it, the more it seems that's exactly one of the problems it's trying to address
  2404. # [18:29] <edmorley|sheriffduty> one can hope :-)
  2405. # [18:29] * Joins: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2406. # [18:29] * Parts: cosmin-malutan (cosmin_mal@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  2407. # [18:30] * Joins: gwagner (Gregor@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2408. # [18:30] * jlund|buildduty|brb is now known as jlund|buildduty
  2409. # [18:31] * Quits: automata (automata@267741F8.FE7BECC5.70D22F34.IP) (Ping timeout)
  2410. # [18:31] * Quits: TheComputerGuy0013 (thecompute@8D3AD8D8.24770E89.EC4A85D5.IP) (Ping timeout)
  2411. # [18:31] * Joins: dao (dao@moz-308100EF.pool.mediaways.net)
  2412. # [18:31] * dao is now known as IRCMonkey28450
  2413. # [18:31] * Joins: automata (automata@267741F8.FE7BECC5.70D22F34.IP)
  2414. # [18:32] <@ted> jimm-lunch: ping?
  2415. # [18:32] * Joins: Mook_as (mook@moz-1FCC0032.activestate.com)
  2416. # [18:32] <@ted> does anyone here know the windows XInput API well enough to want to review a patch using it?
  2417. # [18:32] <@ted> or should i just tag someone with windows knowledge?
  2418. # [18:33] * Quits: bnicholson (bnicholson@F118B273.BF05706.A36C57B9.IP) (Input/output error)
  2419. # [18:33] <nemo> Say, does Nicholas Nethercote hang out here at all anymore?
  2420. # [18:33] <froydnj> nemo: yes
  2421. # [18:33] * IRCMonkey28450 is now known as dao-
  2422. # [18:33] <@ted> he lives in australia though
  2423. # [18:33] <froydnj> nemo: but since he is in australia...
  2424. # [18:33] <@ted> so timezones
  2425. # [18:33] <RyanVM> edmorley|sheriffduty: I'm going to blame bug 979345 for the m-oth permafail
  2426. # [18:33] * Joins: azakai (alon@moz-62518563.mtv2.mozilla.com)
  2427. # [18:34] <dao-> why is fx-team closed? it doesn't do b2g builds
  2428. # [18:34] <RyanVM> avih: conveniently, we've got perma-bustage on bug 763894 :)
  2429. # [18:34] <RyanVM> dao-: yes it does, just not often
  2430. # [18:34] * Joins: bnicholson (bnicholson@F118B273.BF05706.A36C57B9.IP)
  2431. # [18:34] * Quits: mikeratcliffe (Adium@41D75A80.83F43654.137FEB2B.IP) (Quit: Leaving.)
  2432. # [18:34] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2433. # [18:34] * Quits: maxli (Adium@moz-EE42E0E.student.cs.uwaterloo.ca) (Quit: Leaving.)
  2434. # [18:34] * Quits: garvank (Garvan@13F2CEC5.7672369.D8E68FF6.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  2435. # [18:34] <avih> RyanVM: maybe something actually got broken, outside of the test? :)
  2436. # [18:34] <dao-> too bad
  2437. # [18:34] <RyanVM> avih: most definitely
  2438. # [18:34] * JosiahOne is now known as JosiahOne|Lunch
  2439. # [18:34] <nemo> mm
  2440. # [18:34] <avih> so good thing we kept it on ;)
  2441. # [18:34] <nemo> froydnj: irssi!
  2442. # [18:35] <@bsmedberg> abort: Set "[mozext] ircnick" in your hgrc to your Mozilla IRC nickname to enable additional functionality.
  2443. # [18:35] <@bsmedberg> wtf?
  2444. # [18:35] <avih> RyanVM: ^^
  2445. # [18:35] <RyanVM> avih: yeah, right now we don't have the ability to disable a test per-version on a given platform
  2446. # [18:35] <RyanVM> so Windows would be all or nothing
  2447. # [18:35] <RyanVM> so I'm inclined to leave it on for now
  2448. # [18:35] <RyanVM> and disable on xp once we can
  2449. # [18:35] <avih> RyanVM: ah, i guess that's someplace on your todo list though :)
  2450. # [18:35] <RyanVM> except then we would have missed whatever's going on here
  2451. # [18:35] <RyanVM> (unless that answer is "the test is broken") :P
  2452. # [18:35] <avih> :)
  2453. # [18:36] <RyanVM> avih: not mine, but someone is working on it, yes
  2454. # [18:36] <avih> glad to hea. sounds like a useful tool to have
  2455. # [18:36] <avih> hear*
  2456. # [18:36] <RyanVM> avih: yes, been wanting it for awhile
  2457. # [18:36] <Gijs> RyanVM: heh, was about to ask about that permafail
  2458. # [18:36] <nemo> tn: hey. maybe you're an even better person to poke
  2459. # [18:37] <Gijs> like "um, this is suddenly more often than once a month, that doesn't seem right!"
  2460. # [18:37] <Gijs> that's kind of sad, but oh well :|
  2461. # [18:37] <Gijs> (although it's happened before)
  2462. # [18:37] <RyanVM> Gijs: there's a windows retrigger going on bfd16de7bf25 now
  2463. # [18:37] <edmorley|sheriffduty> bsmedberg: eg https://hg.mozilla.org/hgcustom/version-control-tools/file/d22436de0587/hgext/mozext/__init__.py#l833
  2464. # [18:37] <Gijs> RyanVM: is there a bug on file on having per-OS-version disabling?
  2465. # [18:37] <RyanVM> the build got coalesced
  2466. # [18:37] * Quits: jwei (jwei@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Leaving.)
  2467. # [18:37] <RyanVM> Gijs: yes
  2468. # [18:38] <Gijs> RyanVM: and is it just XP that's failing right now?
  2469. # [18:38] <RyanVM> Gijs: bug 945869, and yes
  2470. # [18:38] * Gijs would normally expect all of windows to fall over
  2471. # [18:38] <Gijs> well, damnit
  2472. # [18:38] <Gijs> :P
  2473. # [18:38] * Joins: grobinson (~grobinson@moz-731932CD.hsd1.ca.comcast.net)
  2474. # [18:38] <RyanVM> xp has the shittiest timers, no?
  2475. # [18:38] * Quits: fubar (fubar@moz-7388D91E.electric-mayhem.org) (Ping timeout)
  2476. # [18:38] <Gijs> yes
  2477. # [18:38] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  2478. # [18:38] <Gijs> but if we're permafailing
  2479. # [18:38] <@bsmedberg> edmorley|sheriffduty: do you know why that would be required for running `hg pull fx-team --rebase` ?
  2480. # [18:39] <tn> nemo, poke about what?
  2481. # [18:39] * Quits: tzimmermann (tzimmerman@moz-8F3BE8AB.pools.arcor-ip.net) (Quit: Ex-Chat)
  2482. # [18:39] * Quits: mfossen (mfossen@moz-2A960245.uwnet.wisc.edu) (Client exited)
  2483. # [18:39] <edmorley|sheriffduty> bsmedberg: did you use |mach mercurial-setup| and inadvertently press yes (or enter) to the "do you wish to clone and enabled mozext extension"? You can comment it out in your hgrc (mozext under [extensions])
  2484. # [18:39] * Quits: ggp (ggp@EE13EC3F.7A5CA424.E4090502.IP) (Input/output error)
  2485. # [18:40] <@bsmedberg> edmorley|sheriffduty: I installed mozext manually, I did want it for the builtin tree mappings
  2486. # [18:40] <jryans> hmm, so is the directx sdk still required even with --disable-webgl?
  2487. # [18:40] * Joins: yurenju (yurenju@moz-C6166A78.dynamic.hinet.net)
  2488. # [18:40] <Gijs> edmorley|sheriffduty: it's still weird that it breaks a pull with that error message though...
  2489. # [18:40] * Joins: jwei (jwei@13F2CEC5.7672369.D8E68FF6.IP)
  2490. # [18:41] <nemo> tn: so. there's this user on #firefox that was complaining about Firefox for windows still being 32 bit, 'cause he needed more memory on photo sites
  2491. # [18:41] <nemo> tn: which I didn't believe, given the stuff you did on that front
  2492. # [18:41] <edmorley|sheriffduty> Gijs: bsmedberg: yeah the abort only checks for !headless https://hg.mozilla.org/hgcustom/version-control-tools/file/d22436de0587/hgext/mozext/__init__.py#l1564
  2493. # [18:41] * Joins: bajaj (Adium@moz-24157589.mtv2.mozilla.com)
  2494. # [18:41] <nemo> tn: well. was really infinite scroll sites, but photos were the big problem
  2495. # [18:41] <tn> nemo, which sites? there's still work to be done on that front
  2496. # [18:41] <nemo> tn: his example was http://500px.com/popular
  2497. # [18:41] * Joins: fubar (fubar@moz-7388D91E.electric-mayhem.org)
  2498. # [18:42] <tn> nemo, you could ask him to look at about:memory
  2499. # [18:42] <nemo> tn: I'm about 120 pages in, 40 images per page, 280x280 preview size. Firefox is now using 840 megs of memory
  2500. # [18:42] <edmorley|sheriffduty> bsmedberg: file a bug in https://bugzilla.mozilla.org/enter_bug.cgi?product=Other%20Applications&component=mozext and CC gps?
  2501. # [18:42] <nemo> tn: I did :)
  2502. # [18:42] <nemo> tn: but then I tried reproducing since he didn't seem inclined to share
  2503. # [18:42] <nemo> tn: he apparently uses a larger preview size
  2504. # [18:42] * Joins: Optimizer (Optimizer@41315872.A3C05839.823F29F3.IP)
  2505. # [18:42] * glob is now known as glob|away
  2506. # [18:42] <tn> nemo, should still work okat with a larger preview size unless the site itself is vastly different
  2507. # [18:43] <tn> nemo, but with infinite scroll sites if the images don't get you, eventually all the other memory use will
  2508. # [18:43] <nemo> soooo 4,800 images (or so.) My reading is that images alone, if not released, would be ~1.4GiB
  2509. # [18:44] * Quits: afwang (nooknook@moz-C8131982.hsd1.ca.comcast.net) (Ping timeout)
  2510. # [18:44] <nemo> tn: FF isn't that high, but is pretty damn high
  2511. # [18:45] * Joins: tedders1 (tedders1@13F2CEC5.7672369.D8E68FF6.IP)
  2512. # [18:46] * Quits: victorporof_ (victorporo@13F2CEC5.7672369.D8E68FF6.IP) (Quit: victorporof_)
  2513. # [18:46] <tn> nemo, so i would have two questions, how do we compare to other browsers? and are we using more memory on images then we could be?
  2514. # [18:47] * Quits: JosiahOne|Lunch (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net) (Ping timeout)
  2515. # [18:48] <avih> RyanVM: byw, the perma failure might be a good opportunity to fix the test, if it's the test that's broken. "perma" should make it way easier than with a failure/month
  2516. # [18:48] <avih> Gijs: ^ too
  2517. # [18:48] * Joins: bent (chatzilla@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2518. # [18:48] * Joins: ckitching (ckitching@moz-73BD1AA5.nat.csx.cam.ac.uk)
  2519. # [18:48] <RyanVM> avih: Gijs: I'm not going to wait around for that, so that's something of interest, best to start looking into it now
  2520. # [18:49] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2521. # [18:49] <avih> RyanVM: you're gonna backout the offending commit?
  2522. # [18:49] <RyanVM> though with a known-bad patch, you could always apply that first locally too
  2523. # [18:49] <RyanVM> yes
  2524. # [18:49] <RyanVM> oh look, m-oth is going on the retrigger
  2525. # [18:49] * RyanVM is still betting on bug 979345
  2526. # [18:50] * Joins: jammink (textual@moz-62518563.mtv2.mozilla.com)
  2527. # [18:50] <avih> RyanVM: maybe when you find the offending bug, add it to the intermittent failure bug as a testcase for permafailure, especially if the offending bug doesn't actually break anything (later on, when the bug owner looks at it, or maybe he'll fix the test himself (him/her convinience))
  2528. # [18:50] * Joins: mgs (mgs@moz-9F4CCF1C.bstnma.fios.verizon.net)
  2529. # [18:51] * Joins: jammink_ (textual@moz-62518563.mtv2.mozilla.com)
  2530. # [18:51] * Joins: garvank (Garvan@13F2CEC5.7672369.D8E68FF6.IP)
  2531. # [18:52] * Quits: ckitching (ckitching@moz-73BD1AA5.nat.csx.cam.ac.uk) (Quit: Hard drive sleeping. Let it wake up on it's own...)
  2532. # [18:52] * Quits: gwagner (Gregor@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: gwagner)
  2533. # [18:53] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  2534. # [18:54] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  2535. # [18:54] * baku is now known as baku|away
  2536. # [18:55] * Joins: erahm (Adium@moz-A511F1A0.hsd1.or.comcast.net)
  2537. # [18:55] * Quits: garvank (Garvan@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  2538. # [18:56] * Joins: garvank (Garvan@13F2CEC5.7672369.D8E68FF6.IP)
  2539. # [18:56] * jimm-lunch is now known as jimm
  2540. # [18:57] * Quits: mccr8 (mccr8@moz-62518563.mtv2.mozilla.com) (Connection reset by peer)
  2541. # [18:57] * Joins: mccr8 (mccr8@moz-62518563.mtv2.mozilla.com)
  2542. # [18:57] * Joins: gwagner (gwagner@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2543. # [18:57] * darrin is now known as darrin_lunch
  2544. # [18:57] * dcamp is now known as littlebird
  2545. # [18:57] * littlebird is now known as dcamp
  2546. # [18:57] * darrin_lunch is now known as darrin
  2547. # [18:57] * Quits: yzen (yzen@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2548. # [18:58] * Quits: rbarnes (rbarnes@4D4F9DDD.7794B7FF.B532E9A1.IP) (Input/output error)
  2549. # [18:58] * Joins: hazz (_@moz-EE625EE4.cable.virginm.net)
  2550. # [18:58] * baku|away is now known as baku
  2551. # [18:58] <@smaug> dholbert: actually, I might take a look at the bug ...
  2552. # [18:58] * curtisk|afk is now known as curtisk
  2553. # [18:59] * Parts: Optimizer (Optimizer@41315872.A3C05839.823F29F3.IP) (Optimizing myself)
  2554. # [18:59] * zz_bkerensa is now known as bkerensa
  2555. # [18:59] * Quits: ddahl (ddahl@moz-7B0D3B86.lightspeed.mssnks.sbcglobal.net) (Ping timeout)
  2556. # [18:59] * Quits: Jerry (hshih@moz-AE383FC4.dynamic.kbronet.com.tw) (Quit: Leaving)
  2557. # [19:00] * Tomcat|afk is now known as Tomcat|mtg
  2558. # [19:00] * Joins: rbarnes (rbarnes@4D4F9DDD.7794B7FF.B532E9A1.IP)
  2559. # [19:00] * Joins: ggp (ggp@BB2ECB8B.BFDA0A02.9F9EFC6F.IP)
  2560. # [19:01] * Joins: victorporof (victorporo@F4CC4C65.FE5745A2.3EE329E3.IP)
  2561. # [19:01] * bkerensa is now known as zz_bkerensa
  2562. # [19:01] * Joins: tonymec_KDE (tonymec@FD3400D4.616341C6.A9371869.IP)
  2563. # [19:01] * Joins: jonasfj (jonasfj@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2564. # [19:02] <dholbert> smaug, hmm?
  2565. # [19:02] <@smaug> dholbert: see bugmail
  2566. # [19:02] <dholbert> smaug, oh, bugmail
  2567. # [19:02] <dholbert> yeah
  2568. # [19:02] * hwine is now known as hwine|mtg
  2569. # [19:02] * Quits: jrm2k6 (jrm2k6@moz-925F8EE7.osr0-terez.net.telekom.hu) (Client exited)
  2570. # [19:02] <@smaug> dholbert: er, no, my simple approach wouldn't work after all
  2571. # [19:03] <dholbert> smaug, ok. In a meeting; I'll take a look later today
  2572. # [19:03] <@smaug> k, thanks
  2573. # [19:04] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2574. # [19:05] * Rik is now known as Rik|afk
  2575. # [19:06] * Joins: Boriss (Boriss@moz-C07D5168.p2p.sfo1.mozilla.com)
  2576. # [19:06] * Joins: Jesse (jruderman@moz-62518563.mtv2.mozilla.com)
  2577. # [19:06] * lth|out is now known as lth
  2578. # [19:06] * Quits: luca_ (lzzluca@moz-10429979.static.virginmediabusiness.co.uk) (Quit: Ex-Chat)
  2579. # [19:07] * Joins: wlach (wlach@moz-B77B0E55.stationc.isp.ip4b.net)
  2580. # [19:08] * Joins: billm (billm@moz-E7C99C14.lightspeed.sntcca.sbcglobal.net)
  2581. # [19:08] <RyanVM> avih: awww, I lose :(
  2582. # [19:08] <avih> ?
  2583. # [19:09] <RyanVM> avih: I think this gets worse
  2584. # [19:09] <RyanVM> the retrigger is green
  2585. # [19:09] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  2586. # [19:09] <avih> the failure rate?
  2587. # [19:09] <RyanVM> avih: https://hg.mozilla.org/integration/mozilla-inbound/rev/a7289f22cafd
  2588. # [19:09] * Joins: mwu (mwu@moz-62518563.mtv2.mozilla.com)
  2589. # [19:09] <RyanVM> so my new theory is "new test added to the same suite is making this perma-fail"
  2590. # [19:09] * Joins: driia (dria@13F2CEC5.7672369.D8E68FF6.IP)
  2591. # [19:09] * Quits: dria (dria@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  2592. # [19:09] <RyanVM> poor marco can't catch a break
  2593. # [19:09] * Joins: maxli (Adium@moz-EE42E0E.student.cs.uwaterloo.ca)
  2594. # [19:10] <RyanVM> avih: oh would you look at that
  2595. # [19:10] <RyanVM> those tests run right before the failing test too!
  2596. # [19:10] <RyanVM> how convenient
  2597. # [19:10] <avih> RyanVM: permafail is 100% great. mark it known orange and now someone can see why it fails
  2598. # [19:10] * Quits: ggp (ggp@BB2ECB8B.BFDA0A02.9F9EFC6F.IP) (Connection reset by peer)
  2599. # [19:10] * Joins: tanvi (tanvi@moz-1979187D.hsd1.ca.comcast.net)
  2600. # [19:10] * Quits: tonymec_KDE (tonymec@FD3400D4.616341C6.A9371869.IP) (Max SendQ exceeded)
  2601. # [19:10] <philor> marco's probably touching the mouse
  2602. # [19:11] <tbsaunde> froydnj: do you still want to look at the tree dumps for the nsRefPtr move thing? if so I can upload them
  2603. # [19:11] <RyanVM> avih: "mark it known orange" ?
  2604. # [19:11] <RyanVM> mochitests don't have a concept of KNOWN-FAIL
  2605. # [19:11] <avih> RyanVM: ermm.. this thing you do to star a test :)
  2606. # [19:11] <avih> oh
  2607. # [19:11] <RyanVM> I can't leave it perma-failing...
  2608. # [19:11] <avih> right
  2609. # [19:11] <froydnj> tbsaunde: I can try poking at them, sure
  2610. # [19:11] <RyanVM> that's not how it works
  2611. # [19:11] * Quits: pcwalton (pcwalton@moz-DA87EE4.hsd1.ca.comcast.net) (Quit: pcwalton)
  2612. # [19:11] <avih> RyanVM: which platforms fail?
  2613. # [19:11] <RyanVM> avih: xp...
  2614. # [19:11] <philor> sure you can mark it known orange - "// ...."
  2615. # [19:12] <avih> :)
  2616. # [19:12] * Joins: sir_none (Thunderbir@moz-E98CDE3D.dclient.hispeed.ch)
  2617. # [19:12] <RyanVM> philor: skip-if = os == 'win' :)
  2618. # [19:12] * Quits: taras (taras@moz-55A98463.glek.net) (Quit: leaving)
  2619. # [19:12] * Joins: taras (taras@moz-55A98463.glek.net)
  2620. # [19:12] <avih> Gijs: you don't feel like looking into it now, when it permafails? few debug prints maybe?
  2621. # [19:12] * Joins: jrm2k6 (jrm2k6@moz-925F8EE7.osr0-terez.net.telekom.hu)
  2622. # [19:12] <RyanVM> avih: Gijs: as far as I'm concerned, you guys can make the call here
  2623. # [19:13] <RyanVM> want me to backout marco or skip the test?
  2624. # [19:13] * philor bets on marco continues to run after his test finishes
  2625. # [19:13] <RyanVM> philor: I was guessing something similar
  2626. # [19:14] <RyanVM> philor: which leans towards backing out
  2627. # [19:14] <philor> yep
  2628. # [19:14] * Joins: tonymec_KDE (tonymec@FD3400D4.616341C6.A9371869.IP)
  2629. # [19:14] <avih> RyanVM: in english: marco modified another test at this suite, and the intermittent test turned perma?
  2630. # [19:14] <RyanVM> avih: yes, likely because the test is leaking state outside of itself
  2631. # [19:14] * Quits: kk1fff (kk1fff@moz-9F0AEA.dynamic.hinet.net) (Ping timeout)
  2632. # [19:15] <RyanVM> (not fully self-contained)
  2633. # [19:15] * Quits: driia (dria@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  2634. # [19:15] * Joins: dria (dria@13F2CEC5.7672369.D8E68FF6.IP)
  2635. # [19:15] * Joins: kk1fff (kk1fff@moz-4B059F87.dynamic.hinet.net)
  2636. # [19:15] <Gijs> RyanVM: avih: I'm in a mtg for the next hour, so I can't right now.
  2637. # [19:15] <avih> RyanVM: the modified test? or the intermittent one?
  2638. # [19:15] * Quits: Boriss (Boriss@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: Boriss)
  2639. # [19:15] <Gijs> sorry. :(
  2640. # [19:15] <avih> Gijs: np thx
  2641. # [19:15] <RyanVM> avih: the new test is not cleaning up after itself, which is causing problems in other tests
  2642. # [19:15] * Joins: sunfish (chatzilla@moz-62518563.mtv2.mozilla.com)
  2643. # [19:15] <RyanVM> it's not a horribly uncommon problem
  2644. # [19:16] <avih> RyanVM: let's disable it for now, and if Gijs can/wants to look into it, we have a cset which can reproduce it
  2645. # [19:16] * Quits: tonymec_KDE (tonymec@FD3400D4.616341C6.A9371869.IP) (Ping timeout)
  2646. # [19:16] * Joins: damons (gnubeard@3CB097D5.57B833A6.D74CC41D.IP)
  2647. # [19:16] <RyanVM> avih: if our theory is right, it could very well just start failing in the next test
  2648. # [19:16] * Joins: ggp (ggp@BB2ECB8B.BFDA0A02.9F9EFC6F.IP)
  2649. # [19:16] <RyanVM> philor: can't help but notice missing asan skip-ifs for those two tests too
  2650. # [19:16] * Tomcat|mtg is now known as Tomcat|afk
  2651. # [19:16] * RyanVM wonders if that's on purpose
  2652. # [19:16] <RyanVM> avih: I'm backing marco out
  2653. # [19:16] <avih> RyanVM: that would be easy to test. does it run just before the intermittent one?
  2654. # [19:17] <RyanVM> avih: YES, I said that already
  2655. # [19:17] <avih> RyanVM: apologies, must have missed it.
  2656. # [19:17] <RyanVM> https://tbpl.mozilla.org/php/getParsedLog.php?id=38328630&tree=Mozilla-Inbound
  2657. # [19:17] <RyanVM> 1:10:21 PM - RyanVM: avih: oh would you look at that
  2658. # [19:17] <RyanVM> 1:10:28 PM - RyanVM: those tests run right before the failing test too!
  2659. # [19:17] <RyanVM> 1:10:34 PM - RyanVM: how convenient
  2660. # [19:17] <avih> so yes, backing out marco is probably what i'd do as well
  2661. # [19:17] <avih> sorry
  2662. # [19:17] * Quits: yurenju (yurenju@moz-C6166A78.dynamic.hinet.net) (Quit: Textual IRC Client: www.textualapp.com)
  2663. # [19:17] * Quits: andreasn (andreasn@moz-DCBB0CDA.na.cust.bahnhof.se) (Ping timeout)
  2664. # [19:17] * Joins: Boriss (Boriss@moz-C07D5168.p2p.sfo1.mozilla.com)
  2665. # [19:18] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/621bb79845e3 - Ryan VanderMeulen - Backed out changeset a7289f22cafd (bug 981251) for WinXP test_bug343416.xul perma-fail.
  2666. # [19:19] * Quits: Boriss (Boriss@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: Boriss)
  2667. # [19:19] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2668. # [19:20] * Quits: vingtetun (Thunderbir@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  2669. # [19:20] * Quits: ggp (ggp@BB2ECB8B.BFDA0A02.9F9EFC6F.IP) (Ping timeout)
  2670. # [19:20] * Joins: mmc (uid16596@moz-A42E5B7B.irccloud.com)
  2671. # [19:20] * terrence-afk is now known as terrence
  2672. # [19:20] * Quits: fabrice (fabrice@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2673. # [19:21] * Quits: ericjung (ericjung@6AD971D0.2858E7A5.E141FD9.IP) (Input/output error)
  2674. # [19:21] * Quits: mwu (mwu@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2675. # [19:21] * Joins: ddahl (ddahl@moz-A19344D3.mci.googlefiber.net)
  2676. # [19:21] * Joins: tonymec_KDE (tonymec@C3852AA4.D65F2B22.A9371869.IP)
  2677. # [19:22] * Joins: mwu (mwu@moz-62518563.mtv2.mozilla.com)
  2678. # [19:22] * Joins: fabrice (fabrice@moz-62518563.mtv2.mozilla.com)
  2679. # [19:22] <froydnj> tbsaunde: did you look at the dumps without your patch?
  2680. # [19:22] * Joins: ggp (ggp@BB2ECB8B.BFDA0A02.9F9EFC6F.IP)
  2681. # [19:23] * Quits: tonymec_KDE (tonymec@C3852AA4.D65F2B22.A9371869.IP) (Ping timeout)
  2682. # [19:23] <fabrice> gandalf: what's your github handle?
  2683. # [19:23] * Joins: jduell (jduell@moz-2AA1D99C.hsd1.wa.comcast.net)
  2684. # [19:23] <gandalf> fabrice: zbraniecki
  2685. # [19:23] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  2686. # [19:24] * armenzg_lunch is now known as armenzg_brb
  2687. # [19:24] * Joins: lgarner (lgarner@2D337F52.2D31AF7B.5AEB50C4.IP)
  2688. # [19:25] * geekboy is now known as geekboy|afk
  2689. # [19:25] * Quits: ggp (ggp@BB2ECB8B.BFDA0A02.9F9EFC6F.IP) (Ping timeout)
  2690. # [19:25] * ahal|lunch is now known as ahal
  2691. # [19:25] * kats-gym is now known as kats
  2692. # [19:25] * geekboy|afk is now known as geekboy
  2693. # [19:26] * Joins: Ms2ger (Ms2ger@57ACE628.C60A97A6.F9FB0584.IP)
  2694. # [19:26] * Quits: nical (nico@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  2695. # [19:26] * Joins: ggp (ggp@BB2ECB8B.BFDA0A02.9F9EFC6F.IP)
  2696. # [19:26] <gcp> mmc: ping
  2697. # [19:28] * Quits: jaoo (user@9B16F31C.CF111F0B.E21948B5.IP) (Client exited)
  2698. # [19:28] <mmc> gcp, i'm here
  2699. # [19:28] <gcp> mmc: was there a privacy review on apprep?
  2700. # [19:29] <mmc> yes, long before i got here, there was a long thread on dev-privacy
  2701. # [19:29] <tbsaunde> froydnj: not yet, though of course that's a good idea
  2702. # [19:29] * Quits: gsvelto (gsvelto@moz-7BCD643B.clienti.tiscali.it) (Ping timeout)
  2703. # [19:29] <gcp> mmc: ok, I'll look there
  2704. # [19:29] * edmorley|sheriffduty is now known as edmorley
  2705. # [19:29] * Joins: ericjung (ericjung@6AD971D0.2858E7A5.E141FD9.IP)
  2706. # [19:29] * Quits: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca) (Ping timeout)
  2707. # [19:29] * jlund|buildduty is now known as jlund|mtg
  2708. # [19:29] <mmc> gcp, if there any interface changes, we need to hold back checks on ff 30
  2709. # [19:29] <gcp> I know, because of i10n
  2710. # [19:30] <gcp> i18n
  2711. # [19:30] <gcp> you know
  2712. # [19:30] <gcp> I just want to make sure we're not pushing out a feature that sends your URLs down to Google without it being properly documented etc.
  2713. # [19:31] * Quits: jrm2k6 (jrm2k6@moz-925F8EE7.osr0-terez.net.telekom.hu) (Client exited)
  2714. # [19:31] * Quits: vikstrous (v@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2715. # [19:31] * Quits: ewong|sleep (chatzilla@moz-8C451A64.static.netvigator.com) (Ping timeout)
  2716. # [19:31] * Joins: tonymec_KDE (tonymec@267568FC.EFAA0F71.A9371869.IP)
  2717. # [19:31] * Parts: jincreator (jincreator@EAE579B9.AE3EA2FD.6B649F75.IP)
  2718. # [19:32] * Joins: jincreator (jincreator@EAE579B9.AE3EA2FD.6B649F75.IP)
  2719. # [19:32] <mmc> gcp, understood
  2720. # [19:32] <mmc> tbh, i don't think the hash noise stuff does very much
  2721. # [19:32] * Joins: ewong|sleep (chatzilla@moz-8C451A64.static.netvigator.com)
  2722. # [19:32] <gcp> you can aggregate it over a large number of users and filter it out
  2723. # [19:32] <gcp> but there's an important difference
  2724. # [19:33] <gcp> safebrowsing only probes remote for things in the blacklist
  2725. # [19:33] <gcp> apprep, not so
  2726. # [19:33] * armenzg_brb is now known as armenzg
  2727. # [19:34] * curtisk is now known as curtisk|afk
  2728. # [19:34] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2729. # [19:34] * Joins: mikeratcliffe (Adium@41D75A80.83F43654.137FEB2B.IP)
  2730. # [19:34] <mmc> true -- but it is also for a much smaller set of traffic (1-2x/day vs. how every many http fetches)
  2731. # [19:34] * Quits: edmorley (uid27002@moz-5F4AA75A.irccloud.com) (Quit: )
  2732. # [19:35] * Quits: Anupkumar (uid16774@moz-A42E5B7B.irccloud.com) (Quit: Connection closed for inactivity)
  2733. # [19:35] * Quits: garvank (Garvan@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Textual IRC Client: www.textualapp.com)
  2734. # [19:35] <gandalf> fabrice: should I also be able to stop/restart builds on travis?
  2735. # [19:35] * Joins: garvank (Garvan@13F2CEC5.7672369.D8E68FF6.IP)
  2736. # [19:35] * Joins: jrm2k6 (jrm2k6@moz-925F8EE7.osr0-terez.net.telekom.hu)
  2737. # [19:35] <fabrice> gandalf: no idea!
  2738. # [19:36] <gandalf> oh. ok
  2739. # [19:36] <gcp> mmc: I still think i'd be a good idea to split the pref itself in 3 :-/
  2740. # [19:36] * Joins: kdcw (kdcw@moz-2CDF5822.pk.shawcable.net)
  2741. # [19:36] * Quits: kk1fff (kk1fff@moz-4B059F87.dynamic.hinet.net) (Client exited)
  2742. # [19:36] <gandalf> fabrice: oh, ok. I don't see merge button on a pull-request to mozilla-b2g/gaia
  2743. # [19:36] * Quits: kmoir (chatzilla@moz-E15A831.cable.teksavvy.com) (Quit: ChatZilla 0.9.90.1 [Firefox 28.0/20140314220517])
  2744. # [19:36] <gcp> but let's deal with the urgent stuff first
  2745. # [19:36] <gandalf> fabrice: not sure if it's because it's closed now
  2746. # [19:36] * Joins: Waldo (waldo@moz-62518563.mtv2.mozilla.com)
  2747. # [19:37] <mmc> gcp, no one even touches those prefs -- why would adding a third one help?
  2748. # [19:37] <gcp> your research says 1-1.4%
  2749. # [19:37] <mmc> if you don't trust google, you shouldn't be using any safebrowsing service, period
  2750. # [19:37] <gcp> so about 4 to 5 million people
  2751. # [19:37] * Quits: bnicholson (bnicholson@F118B273.BF05706.A36C57B9.IP) (Ping timeout)
  2752. # [19:38] <mmc> i think that's more like 1-1.5 M, but i understand your point
  2753. # [19:38] <gcp> I agree though that those might as well use about:config
  2754. # [19:38] <mmc> in that case, we are set
  2755. # [19:38] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  2756. # [19:38] * Joins: tedders1_ (tedders1@13F2CEC5.7672369.D8E68FF6.IP)
  2757. # [19:38] <mmc> blanking out apprepurl turns off both checks
  2758. # [19:38] <gcp> does that work correctly? :P
  2759. # [19:39] * Quits: tedders1 (tedders1@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2760. # [19:39] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/ac1d8531b7f6 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2761. # [19:39] <mmc> yes, because in the windows test when we set it to empty, we expect it not to reach the remote server
  2762. # [19:39] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/5f6a80d4a7fa - B2G Bumper Bot - Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
  2763. # [19:39] <mmc> i am pretty sure you reviewed that change :)
  2764. # [19:39] <gcp> good
  2765. # [19:39] <gcp> okay fair enough then
  2766. # [19:39] <mmc> http://mxr.mozilla.org/mozilla-central/ident?i=add_test
  2767. # [19:39] <mmc> oops, sorry
  2768. # [19:39] <gcp> mmc: you should blog about this feature when it's nearing release
  2769. # [19:40] <mmc> gcp, http://mxr.mozilla.org/mozilla-central/source/toolkit/components/downloads/test/unit/test_app_rep.js#103
  2770. # [19:40] * Quits: naveed__ (naveed@moz-3CA42256.bstnma.fios.verizon.net) (Input/output error)
  2771. # [19:40] * Quits: tonymec_KDE (tonymec@267568FC.EFAA0F71.A9371869.IP) (Ping timeout)
  2772. # [19:40] <mmc> yeah, i agree -- first, let's make sure it doesn't explode and gets closer to release :)
  2773. # [19:40] * Joins: naveed__ (naveed@moz-3CA42256.bstnma.fios.verizon.net)
  2774. # [19:41] <RyanVM> mccr8: thanks for handling that approval - I was hoping that would be the action taken
  2775. # [19:42] * hwine|mtg is now known as hwine
  2776. # [19:42] <RyanVM> mccr8: was a bit surprised at "whoops" with no other action taken :)
  2777. # [19:42] <mccr8> RyanVM: no problem. thanks for noticing. I assume njn was too annoyed at the extra process to deal with it at that moment. ;)
  2778. # [19:42] * Quits: naveed__ (naveed@moz-3CA42256.bstnma.fios.verizon.net) (Ping timeout)
  2779. # [19:42] <RyanVM> mccr8: should we leave 30 set to affected for other patches?
  2780. # [19:42] * philor is now known as philor|away
  2781. # [19:43] <mccr8> RyanVM: I think the patch that landed was the first two patches folded, though if you could check that it would be good. the third patch hasn't been reviewed yet so I'm not sure what hte deal with it is.
  2782. # [19:43] <mccr8> (at least, njn said he was going to land them folded)
  2783. # [19:43] <RyanVM> mccr8: honestly, given how close we are to the uplift, I think we should close the bug then
  2784. # [19:43] * Joins: slassh (slassh@38DA6838.9C1A0554.CD891E5D.IP)
  2785. # [19:44] * Quits: jonasfj (jonasfj@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  2786. # [19:44] * Joins: mahdi (mahdi@6543BA92.F4F4C6E5.195261CE.IP)
  2787. # [19:44] * Joins: tonymec_KDE (tonymec@61BEEA9A.560F76E6.DE2DB281.IP)
  2788. # [19:45] * Joins: kmoir (chatzilla@moz-E15A831.cable.teksavvy.com)
  2789. # [19:45] * Quits: garvank (Garvan@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  2790. # [19:45] * Joins: garvank (Garvan@13F2CEC5.7672369.D8E68FF6.IP)
  2791. # [19:46] * Joins: jdm (jdm@FCCEA34F.7672369.D8E68FF6.IP)
  2792. # [19:46] * geekboy is now known as geekboy|afk
  2793. # [19:46] * geekboy|afk is now known as geekboy
  2794. # [19:47] * Joins: gwagner_ (Gregor@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2795. # [19:47] * Quits: garvank (Garvan@13F2CEC5.7672369.D8E68FF6.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  2796. # [19:47] * Joins: mreavy_ (chatzilla@moz-A39761D7.phlapa.fios.verizon.net)
  2797. # [19:47] <mmc> glandium, does a build change to disable unified builds in toolkit/components/url-classifier require build peer review?
  2798. # [19:48] <froydnj> mmc: if you're just shuffling things between SOURCES and UNIFIED_SOURCES, I don't think it does
  2799. # [19:48] * Quits: mreavy (chatzilla@moz-A39761D7.phlapa.fios.verizon.net) (Ping timeout)
  2800. # [19:48] * mreavy_ is now known as mreavy
  2801. # [19:48] <froydnj> since that falls under "adding and removing from existing moz.build lists"
  2802. # [19:49] * rail_away is now known as rail
  2803. # [19:49] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2804. # [19:49] <mmc> thanks froydnj
  2805. # [19:50] <mmc> ^geekboy, see froydnj's comment
  2806. # [19:50] <gcp> fyi, I don't see anything in dev.privacy about it
  2807. # [19:50] <gcp> nor is there any link to the privacy review from the docs
  2808. # [19:50] * Quits: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  2809. # [19:50] <mmc> gcp, sid sent me the thread long ago, i'll see if i can dig it up
  2810. # [19:50] <gcp> please, thanks!
  2811. # [19:51] * davidb|afk is now known as davidb
  2812. # [19:51] * Joins: garvank (Garvan@13F2CEC5.7672369.D8E68FF6.IP)
  2813. # [19:51] * Joins: vikstrous (v@13F2CEC5.7672369.D8E68FF6.IP)
  2814. # [19:52] <mmc> found it and forwarded
  2815. # [19:52] <mmc> gcp, one thing we could do is make the apprepurl pref only flag off remote queries
  2816. # [19:52] <mmc> for 31, which is the first release with remote checks
  2817. # [19:53] <gcp> ha, that would be nice
  2818. # [19:53] <mmc> should we?
  2819. # [19:53] <gcp> then you still get the benefit of the blacklist
  2820. # [19:53] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  2821. # [19:53] <gcp> although i'm not sure if that does much
  2822. # [19:53] <gcp> I just read your performance test
  2823. # [19:53] * Joins: bnicholson (bnicholson@moz-62518563.mtv2.mozilla.com)
  2824. # [19:53] <mmc> yeah
  2825. # [19:53] <mmc> basically, it sucks without the remote query
  2826. # [19:53] <gcp> how many of the extra catches are blacklist? very little I suppose?
  2827. # [19:53] <gcp> less than 1/3 from that data
  2828. # [19:54] <mmc> the telemetry has a bug, that i haven't discovered
  2829. # [19:54] <gcp> in that case don't bother
  2830. # [19:54] <mmc> ok
  2831. # [19:54] <mmc> it could also be that we aren't checking the redirects against the blacklist
  2832. # [19:54] <mmc> and most malware binaries are at the end of long redirect chains
  2833. # [19:55] * Quits: Jesse (jruderman@moz-62518563.mtv2.mozilla.com) (Quit: Jesse)
  2834. # [19:56] * jlund|mtg is now known as jlund|builduty
  2835. # [19:56] * Quits: automata (automata@267741F8.FE7BECC5.70D22F34.IP) (Ping timeout)
  2836. # [19:56] * geekboy is now known as geekboy|afk
  2837. # [19:56] * Joins: automata (automata@267741F8.FE7BECC5.70D22F34.IP)
  2838. # [19:56] * Joins: Jesse (jruderman@moz-62518563.mtv2.mozilla.com)
  2839. # [19:57] * bobowen is now known as bobowen|afk
  2840. # [19:57] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/c14a3a6f8794 - B2G Bumper Bot - Bumping gaia.json for 9 gaia revision(s) a=gaia-bump
  2841. # [19:57] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/d1cabfe507ef - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2842. # [19:58] * Quits: gwagner_ (Gregor@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: gwagner_)
  2843. # [19:59] * Quits: billm (billm@moz-E7C99C14.lightspeed.sntcca.sbcglobal.net) (Quit: Leaving)
  2844. # [19:59] * Quits: tedders1_ (tedders1@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2845. # [19:59] * Joins: jonasfj (jonasfj@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2846. # [19:59] * Joins: tedders1 (tedders1@13F2CEC5.7672369.D8E68FF6.IP)
  2847. # [20:00] * Quits: garvank (Garvan@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Textual IRC Client: www.textualapp.com)
  2848. # [20:00] * Quits: ggp (ggp@BB2ECB8B.BFDA0A02.9F9EFC6F.IP) (Input/output error)
  2849. # [20:00] * hwine is now known as hwine|afk
  2850. # [20:01] * Joins: billm (billm@moz-E7C99C14.lightspeed.sntcca.sbcglobal.net)
  2851. # [20:01] * Joins: kushagra (kushagra@851D1FBC.DD142B02.EBCC7000.IP)
  2852. # [20:01] * armenzg is now known as armenzg_brb
  2853. # [20:01] * Joins: kip (kip@A6CF435B.D1155E2C.CFC2A289.IP)
  2854. # [20:01] * Joins: narendraj9 (narendraj9@52270F67.3BB8955D.4356924F.IP)
  2855. # [20:01] * Quits: gcp (gcp@moz-9CEB1C98.access.telenet.be) (Quit: Leaving)
  2856. # [20:03] * Joins: benvie (bbenvie@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2857. # [20:03] * Joins: garvank (Garvan@13F2CEC5.7672369.D8E68FF6.IP)
  2858. # [20:04] * Quits: lmandel (lmandel@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  2859. # [20:04] * Joins: lmandel (lmandel@13F2CEC5.7672369.D8E68FF6.IP)
  2860. # [20:04] <nemo> tn: So after loading 140 pages, or 5600 images, Firefox is using 1,111MB according to about:memory. I gotta think that's mostly images
  2861. # [20:04] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2862. # [20:04] * Joins: ggp (ggp@BB2ECB8B.BFDA0A02.9F9EFC6F.IP)
  2863. # [20:04] <nemo> tn: especially since the user apparently uses a larger preview size accessible to authenticated users, and says it balloons much faster
  2864. # [20:05] * Quits: Archaeopteryx (itsme@moz-37B32CB4.cust.telecolumbus.net) (Ping timeout)
  2865. # [20:05] * philor|away is now known as philor
  2866. # [20:05] <nemo> well, resident is 1,272MiB
  2867. # [20:06] * Quits: kip (kip@A6CF435B.D1155E2C.CFC2A289.IP) (Quit: )
  2868. # [20:06] * Joins: pcwalton (pcwalton@moz-C07D5168.p2p.sfo1.mozilla.com)
  2869. # [20:06] <froydnj> tbsaunde: wonder if that template<typename U> is screwing things up somehow. what happens if you just keep the methods templated on T and not U?
  2870. # [20:06] * Joins: naveed__ (naveed@moz-3CA42256.bstnma.fios.verizon.net)
  2871. # [20:07] * Joins: Archaeopteryx (itsme@moz-37B32CB4.cust.telecolumbus.net)
  2872. # [20:07] * Joins: kip (kip@A6CF435B.D1155E2C.CFC2A289.IP)
  2873. # [20:07] * Quits: davidb (davidb@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Blah blah blah)
  2874. # [20:07] <tn> nemo, about:memory!
  2875. # [20:08] <nemo> tn: that's what I'm using. what. you want it? :)
  2876. # [20:08] <tn> nemo, about:memory will tell you where the memory is going so you dont have to guess
  2877. # [20:08] <nemo> if I knew how to interpret it ;)
  2878. # [20:08] * Quits: tonymec_KDE (tonymec@61BEEA9A.560F76E6.DE2DB281.IP) (Ping timeout)
  2879. # [20:08] <tn> nemo: ok, send it to me
  2880. # [20:08] * Joins: jedp (jedp@moz-3AA8030E.dsl.dynamic.sonic.net)
  2881. # [20:08] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  2882. # [20:09] <tn> nemo, although it's not too hard, search for image
  2883. # [20:09] * Joins: twi (Adium@moz-83A0E278.cust.vodafonedsl.it)
  2884. # [20:09] * sheppy is now known as sheppy-afk
  2885. # [20:09] <nemo> tn: http://m8y.org/tmp/memory-report.json.gz
  2886. # [20:10] <nemo> tn: hm. images is only 118MB apparently?
  2887. # [20:10] <nemo> 112.6MB after I closed a tab that had a larger view of an image I forgot I had open
  2888. # [20:11] <nemo> on the other hand, seems to me since these previews are 280x280, that 113MB would still be ~340 images
  2889. # [20:11] <nemo> although at least it isn't the worst culprit
  2890. # [20:11] * Quits: jrm2k6 (jrm2k6@moz-925F8EE7.osr0-terez.net.telekom.hu) (Client exited)
  2891. # [20:12] * Quits: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  2892. # [20:13] * Joins: tonymec_KDE (tonymec@5572FBB4.D72BC364.A9371869.IP)
  2893. # [20:13] <tn> nemo, ~100mb of images is the compressed data, so that seems like a perfectly normal amount
  2894. # [20:13] <tn> nemo, ie the actual jpg files
  2895. # [20:13] * geekboy|afk is now known as geekboy
  2896. # [20:13] * Joins: jimb (user@125EF623.B2666F0E.66399531.IP)
  2897. # [20:14] <tn> nemo, the rest of it doesn't look too out of whack for such a huge page. but i'm less knowledgeable about those other areas
  2898. # [20:14] <nemo> tn: ok. I just thought the memory for images was released as I scrolled down
  2899. # [20:14] <tn> nemo, also, when you switch to another tab we will be able to discard decoded images. so if you want a truer picture open about:memory in another _window_
  2900. # [20:15] <nemo> tn: hmmm
  2901. # [20:15] <nemo> ok
  2902. # [20:15] <tn> nemo, there are two types of memory for images, the decoded data, and the compressed data (jpeg)
  2903. # [20:15] * hwine|afk is now known as hwine
  2904. # [20:15] * Quits: tonymec_KDE (tonymec@5572FBB4.D72BC364.A9371869.IP) (Ping timeout)
  2905. # [20:15] <nemo> tn: right. obv the jpegs are kept around
  2906. # [20:15] <tn> nemo, decoded data is released when not needed usually. compressed data is not. its not usually as big of a problem (literally)
  2907. # [20:15] <mmc> gcp, are you still seeing the session restore bug on the beta rc?
  2908. # [20:16] <tn> nemo, otherwise when you scrollback up you'd have to get the jpeg files either from disc or the network, both are slow and would be a gross user experience
  2909. # [20:16] <nemo> sure. obv
  2910. # [20:16] <nemo> that's how I understood it to work
  2911. # [20:16] <nemo> tn: well. opened in a new window, and now I have 1,098MB resident :)
  2912. # [20:17] <tn> nemo, okay. that all appears to be working as expected on this page.
  2913. # [20:17] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  2914. # [20:17] <nemo> huh. how so?
  2915. # [20:17] * Quits: damons (gnubeard@3CB097D5.57B833A6.D74CC41D.IP) (Quit: damons)
  2916. # [20:17] <nemo> tn: I only have 12 images visible on this page
  2917. # [20:17] * Joins: tonymec_KDE (tonymec@AB33CB29.9022A88F.A9371869.IP)
  2918. # [20:17] <nemo> that should only use about 3megs of RAM right?
  2919. # [20:18] <nemo> how on earth could this page run up a gig of RAM without images being the problem?
  2920. # [20:18] * joshua-s is now known as ajosh
  2921. # [20:18] <froydnj> lots of JS stuff, apparently
  2922. # [20:18] <froydnj> ~100MB of JS strings, for instance
  2923. # [20:19] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2924. # [20:21] * mconley|lunch is now known as mconley
  2925. # [20:21] * jedp is now known as jedp|afk
  2926. # [20:21] * Joins: gcp (gpascutto@moz-9CEB1C98.access.telenet.be)
  2927. # [20:22] <nemo> stupid badly written infinite scrollers without recycling :-/
  2928. # [20:22] * ajosh is now known as joshua-s
  2929. # [20:22] * Quits: mahdi (mahdi@6543BA92.F4F4C6E5.195261CE.IP) (Quit: Leaving)
  2930. # [20:22] * Quits: gandalf (zbraniecki@moz-C21B3DEC.dhcp.gvrb.ca.charter.com) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  2931. # [20:22] <RyanVM> jesup: hard to say too much given how little has landed today, but yes, M1 looks greener than usual
  2932. # [20:22] <RyanVM> I know I've still starred a timeout or two today, though
  2933. # [20:23] <nemo> I've a plan to turn some of the search stuff over here into infinite scrollers, but I'm going to keep the page list at bottom of scroll area, and make sure the scrollbar works as expected with recycling by using space consuming elements above/below
  2934. # [20:23] <kgrandon> hwine: how can tell when we are good to reopen gaia? B-i seems to have picked up the latest commits there, is that the telling sign?
  2935. # [20:23] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  2936. # [20:23] <RyanVM> kgrandon: ohai
  2937. # [20:23] <kgrandon> hi2u2
  2938. # [20:23] <RyanVM> probably better directed at me, that question :P
  2939. # [20:23] * Quits: tonymec_KDE (tonymec@AB33CB29.9022A88F.A9371869.IP) (Ping timeout)
  2940. # [20:24] <hwine> kgrandon: that's a question for sheriffs like RyanVM :)
  2941. # [20:24] <RyanVM> green on b-i is what I'm waiting for
  2942. # [20:24] <kgrandon> RyanVM: Ah ok, I just saw hal's email :)
  2943. # [20:24] <kgrandon> Cool, thanks for the info.
  2944. # [20:24] <RyanVM> and I will reopen
  2945. # [20:24] * justindarc is now known as justindarc|lunch
  2946. # [20:24] <RyanVM> we've got 2 bumper bot pushes on b-i with 4 and 9 csets, respectively
  2947. # [20:25] * Joins: Mano (mano@moz-B2CB9982.red.bezeqint.net)
  2948. # [20:25] <kgrandon> ok, thanks for taking care of things guys :)
  2949. # [20:25] <RyanVM> kgrandon: thanks for being awesome as usual
  2950. # [20:25] * Quits: mwobensmith (mwobensmit@12E4AD8B.27376607.189F3E15.IP) (Quit: Leaving.)
  2951. # [20:26] * Quits: jdover (jdover@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net) (Quit: Computer has gone to sleep.)
  2952. # [20:26] <tbsaunde> froydnj: which one? the one on operator= (nsRefPtr<U>&&) ?
  2953. # [20:26] * Joins: bwc (Adium@moz-536549A9.dsl.static.sonic.net)
  2954. # [20:26] * Joins: tonymec_KDE (tonymec@9B333E6A.6D1AB40.A9371869.IP)
  2955. # [20:26] * Joins: Optimizer (Optimizer@81CFD71D.F08DCC9B.D5EDCB6D.IP)
  2956. # [20:27] * armenzg_brb is now known as armenzg
  2957. # [20:27] <mhoye> Hmmm. WHo's a good person to put a WebAPI question to?
  2958. # [20:27] * Joins: yzen (yzen@moz-C3EA2B28.cable.teksavvy.com)
  2959. # [20:27] <froydnj> tbsaunde: I think you might need to un-template both flavors of operator=
  2960. # [20:28] <tbsaunde> froydnj: lets see how that goes
  2961. # [20:28] * hwine is now known as hwine-food
  2962. # [20:28] * Parts: dao- (dao@moz-308100EF.pool.mediaways.net)
  2963. # [20:28] <@bsmedberg> johns: any debugging you can give to bug 1000108 bug 1000364 would be appreciated.
  2964. # [20:28] <@bsmedberg> this 7-digit bug number thing is hard
  2965. # [20:28] <tbsaunde> froydnj: so I've been looking at the differences between the dumps more and I see that gcc is specializing nsRefPtr<T>::operator=(nsRefPtr<U>&&) for nsHostResolver
  2966. # [20:29] * Joins: digitsm (digitsm@DE37B0BA.41E9B27F.DA0107E2.IP)
  2967. # [20:29] * Quits: tonymec_KDE (tonymec@9B333E6A.6D1AB40.A9371869.IP) (Ping timeout)
  2968. # [20:29] * Joins: mkmelin (mkmelin@moz-8B15711D.elisa-laajakaista.fi)
  2969. # [20:29] * Joins: pnkfelix (pnkfelix@moz-43495417.fbx.proxad.net)
  2970. # [20:30] <@gavin> I hate 7 digit bug numbers
  2971. # [20:30] * Joins: Snuffleupagus (chatzilla@moz-7411B7A4.bredband.comhem.se)
  2972. # [20:30] <@gavin> can we just delete some bugs and reuse their numbers or something?
  2973. # [20:30] <@gavin> I'll start a thread on dev.planning
  2974. # [20:31] <bjacob_> gavin: we should just sha1 hash bug descriptions
  2975. # [20:31] * jedp|afk is now known as jedp
  2976. # [20:31] <gcp> that gets confusing if it ever changes, which happens often
  2977. # [20:31] <froydnj> bjacob_: people hate 40 digit bug numbers even more
  2978. # [20:31] * derf goes and files some duplicates.
  2979. # [20:31] <gcp> you can already make bug aliases
  2980. # [20:31] <RyanVM> gavin: I keep telling myself it'll get better when I don't have 3 0s in a row to type
  2981. # [20:32] <@ehsan> gavin: we should drop 1 digit from the end of the bug numbers, and only work on every 10th bug
  2982. # [20:32] * Quits: digitsm (digitsm@DE37B0BA.41E9B27F.DA0107E2.IP) (Ping timeout)
  2983. # [20:32] * Joins: tonymec_KDE (tonymec@98826318.616341C6.A9371869.IP)
  2984. # [20:32] <cpeterson> better than bug aliases: mbrubeck's bugwd.com
  2985. # [20:32] <bjacob_> we could use hex, we'll still be 5 digits for a few months
  2986. # [20:32] * geekboy is now known as geekboy|afk
  2987. # [20:32] <cpeterson> http://bugwd.com/prime-package-fax -> bug 1000000
  2988. # [20:32] <@gavin> hex would work well
  2989. # [20:33] <derf> Think of the future.
  2990. # [20:33] <derf> Base64.
  2991. # [20:33] * Joins: digitsm (digitsm@DE37B0BA.41E9B27F.DA0107E2.IP)
  2992. # [20:34] * Joins: DGMurdockIII (DGMurdockI@moz-BA318F64.hsd1.in.comcast.net)
  2993. # [20:34] * curtisk|afk is now known as curtisk
  2994. # [20:34] <gcp> utf8, we're an international organisation
  2995. # [20:34] <DGMurdockIII> i still can undo a tab on firefox 29.0 it grayed out
  2996. # [20:34] <DGMurdockIII> cant
  2997. # [20:34] <bjacob_> derf: unicode. 2 chars should be enough for anybody.
  2998. # [20:34] <DGMurdockIII> i mean
  2999. # [20:34] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  3000. # [20:34] <gcp> bjacob_: UTF-16?
  3001. # [20:35] <bjacob_> exactly
  3002. # [20:35] * Quits: Archaeopteryx (itsme@moz-37B32CB4.cust.telecolumbus.net) (Ping timeout)
  3003. # [20:35] <RyanVM> any linux gurus around who can help me figure out why ssh-agent hates me and won't let me save my passphrase in this VM?
  3004. # [20:36] <DGMurdockIII> this might help http://pastebin.com/hbMMkyAJ
  3005. # [20:36] <froydnj> "won't let"?
  3006. # [20:36] * Quits: mstange (markus@moz-CEEDD148.dip0.t-ipconnect.de) (Quit: mstange)
  3007. # [20:36] * Parts: Optimizer (Optimizer@81CFD71D.F08DCC9B.D5EDCB6D.IP) (Optimizing myself)
  3008. # [20:37] <RyanVM> froydnj: as in, I found directions for how to add the identity and it said it worked, but I still get prompted for the password every time ssh runs
  3009. # [20:37] <RyanVM> which gets annoying during regular hg workflows :)
  3010. # [20:37] <jesup> derf/gavin: just limit bug #'s to 3 digits and loop around. If there are more than 1000 bugs, you must fix one to file. :-)
  3011. # [20:37] <froydnj> RyanVM: and ssh-agent -l indicates it knows about your identities?
  3012. # [20:37] <gcp> hahaha
  3013. # [20:37] <gcp> fix one to file one
  3014. # [20:37] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  3015. # [20:37] * Joins: Archae|mobile (AndChat@97370D88.5291F4C0.16E13E53.IP)
  3016. # [20:38] <jesup> We should implement "fix 2 to file 1" ;-)
  3017. # [20:38] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  3018. # [20:38] <bkelly> RyanVM: I use `eval ssh-agent` and then ssh-add ~/.ssh/mykey
  3019. # [20:38] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  3020. # [20:38] <RyanVM> froydnj: unknown option -- l
  3021. # [20:38] <froydnj> RyanVM: O.O
  3022. # [20:38] <jesup> Fix 2 to *create* one would be even better
  3023. # [20:38] <RyanVM> froydnj: ubuntu 14.04 :)
  3024. # [20:39] <froydnj> what did they do to -l ?
  3025. # [20:39] <froydnj> RyanVM: er, sorry, ssh-add -l
  3026. # [20:39] * Quits: hazz (_@moz-EE625EE4.cable.virginm.net) (Quit: Leaving.)
  3027. # [20:39] <jesup> ryanvm: careful on the eval thing with different shells
  3028. # [20:39] * Quits: pcwalton (pcwalton@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: pcwalton)
  3029. # [20:39] * jlund|builduty is now known as jlund
  3030. # [20:39] * jlund is now known as jlund|buildduty
  3031. # [20:40] <tbsaunde> froydnj: if I untemplate the ctors too that seems to work
  3032. # [20:40] <RyanVM> froydnj: it shows something, not sure if it's copy/pastable here
  3033. # [20:40] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  3034. # [20:40] <tbsaunde> I forget what I had to do to please gcc 4.4, so I may have just busted that
  3035. # [20:41] <froydnj> RyanVM: but it has something for whatever key you use for hg.m.o?
  3036. # [20:41] <tbsaunde> anyway I guess we'll see what try says
  3037. # [20:41] * Quits: digitsm (digitsm@DE37B0BA.41E9B27F.DA0107E2.IP) (Ping timeout)
  3038. # [20:42] <josh> just built firefox trunk successfully (supposedly) on Fedora 20, when I do “./mach run” I see the startup output in the terminal but no Firefox window opens - anyone know what might be going on?
  3039. # [20:42] <froydnj> tbsaunde: huh. that seems like a template bug
  3040. # [20:42] * armenzg is now known as armenzg_brb
  3041. # [20:42] * Joins: tonymec|away (tonymec@98826318.616341C6.A9371869.IP)
  3042. # [20:42] * Quits: lduros (user@moz-A888D5F1.phlapa.fios.verizon.net) (Client exited)
  3043. # [20:43] * Joins: lduros (user@moz-A888D5F1.phlapa.fios.verizon.net)
  3044. # [20:43] * Joins: Archaeopteryx (itsme@moz-37B32CB4.cust.telecolumbus.net)
  3045. # [20:43] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  3046. # [20:46] * Quits: tn (tim@moz-E7CE1D28.wp.shawcable.net) (Ping timeout)
  3047. # [20:46] * Joins: tn (tim@moz-E7CE1D28.wp.shawcable.net)
  3048. # [20:48] <BenWa> When does something go on wiki.mozilla.org instead of MDN? When it’s not relevant to web developers?
  3049. # [20:49] * Quits: kdudka (kdudka@moz-107AD163.redhat.com) (Quit: Leaving)
  3050. # [20:49] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  3051. # [20:52] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  3052. # [20:52] * zz_bkerensa is now known as bkerensa
  3053. # [20:53] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  3054. # [20:53] <@ehsan> BenWa: that's the theory, but there are exceptions (surprise!)
  3055. # [20:53] <@ehsan> BenWa: in practice it depends on who starts the page most of the time
  3056. # [20:53] * Quits: Archae|mobile (AndChat@97370D88.5291F4C0.16E13E53.IP) (Quit: Bye)
  3057. # [20:53] * Joins: kk1fff (kk1fff@moz-4B059F87.dynamic.hinet.net)
  3058. # [20:54] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  3059. # [20:54] * Quits: sicking (sicking@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: sicking)
  3060. # [20:55] * Joins: heftig (heftig@moz-2EA01F9F.dip0.t-ipconnect.de)
  3061. # [20:55] * Quits: pnkfelix (pnkfelix@moz-43495417.fbx.proxad.net) (Input/output error)
  3062. # [20:55] * Joins: pcwalton (pcwalton@moz-C07D5168.p2p.sfo1.mozilla.com)
  3063. # [20:55] * Joins: sicking (sicking@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3064. # [20:56] * Joins: Optimizer (Optimizer@DA98CD10.565047C5.310F4BCD.IP)
  3065. # [20:56] * Joins: pnkfelix (pnkfelix@moz-43495417.fbx.proxad.net)
  3066. # [20:57] * Joins: davidb (davidb@moz-4B62B989.dsl.bell.ca)
  3067. # [20:57] * Quits: garvank (Garvan@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  3068. # [20:57] * Quits: bmoss (bmoss@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  3069. # [20:57] * Joins: garvank (Garvan@13F2CEC5.7672369.D8E68FF6.IP)
  3070. # [20:57] * davidb is now known as davidb|afk
  3071. # [20:58] * catlee is now known as catlee-afk
  3072. # [20:58] * Quits: armenzg_brb (armenzg@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  3073. # [20:58] * Parts: Optimizer (Optimizer@DA98CD10.565047C5.310F4BCD.IP) (Optimizing myself)
  3074. # [20:58] * Quits: garvank (Garvan@13F2CEC5.7672369.D8E68FF6.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  3075. # [20:59] * justindarc|lunch is now known as justindarc
  3076. # [20:59] <BenWa> ok
  3077. # [20:59] * Quits: jwalker (jwalker@moz-76873736.cable.virginm.net) (Ping timeout)
  3078. # [20:59] * Quits: gwagner (gwagner@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: gwagner)
  3079. # [21:00] <@ehsan> mconley: what was that bug again?
  3080. # [21:00] * Quits: h4writer (h4writer@moz-6BDA8831.access.telenet.be) (Ping timeout)
  3081. # [21:00] <@ehsan> I mean what number?
  3082. # [21:02] * Quits: gozala (uid5923@moz-5F4AA75A.irccloud.com) (Quit: Connection closed for inactivity)
  3083. # [21:02] * Joins: armenzg_brb (armenzg@13F2CEC5.7672369.D8E68FF6.IP)
  3084. # [21:02] * Quits: armenzg_brb (armenzg@13F2CEC5.7672369.D8E68FF6.IP) (Quit: )
  3085. # [21:02] * Joins: gwagner (Gregor@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3086. # [21:02] * Joins: armenzg_brb (armenzg@13F2CEC5.7672369.D8E68FF6.IP)
  3087. # [21:02] * Joins: jwalker (jwalker@moz-76873736.cable.virginm.net)
  3088. # [21:04] * armenzg_brb is now known as armenzg
  3089. # [21:04] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  3090. # [21:05] <RyanVM> jesup: is there a bug on file for fixing and re-enabling test_playback_rate?
  3091. # [21:05] * bc is now known as bc|bbl
  3092. # [21:06] * Quits: davidb|afk (davidb@moz-4B62B989.dsl.bell.ca) (Connection reset by peer)
  3093. # [21:06] * Joins: garvank (Garvan@13F2CEC5.7672369.D8E68FF6.IP)
  3094. # [21:07] * Joins: mak (uid24946@moz-31ABA2C0.irccloud.com)
  3095. # [21:08] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  3096. # [21:10] * geekboy|afk is now known as geekboy
  3097. # [21:11] <RealRaven> where can I report a bug for Aurora - Australis?
  3098. # [21:11] <RyanVM> bugzilla?
  3099. # [21:11] <RealRaven> dih. ok
  3100. # [21:11] <RealRaven> doh
  3101. # [21:12] <RealRaven> what is the new menu panel called
  3102. # [21:12] <RealRaven> is it just panelUI or what?
  3103. # [21:12] <RyanVM> RealRaven: Firefox::Toolbars and Customization
  3104. # [21:12] * Joins: cpearce (chatzilla@moz-EC1018D1.jetstream.xtra.co.nz)
  3105. # [21:12] <RealRaven> ok. Seems any b uttons contained in the panel are inexistent on window.load
  3106. # [21:12] * Quits: victorporof (victorporo@F4CC4C65.FE5745A2.3EE329E3.IP) (Quit: victorporof)
  3107. # [21:13] <RealRaven> RyanVM: do you know if this is "by design" ?
  3108. # [21:14] * RyanVM knows nothing about Australis outside of which of its automated tests happen to be flaky
  3109. # [21:15] <ttaubert> RealRaven: window.onload is in general not a great point to do something with a browser window. that is way too early
  3110. # [21:15] * Joins: bmoss (bmoss@moz-62518563.mtv2.mozilla.com)
  3111. # [21:15] <RealRaven> ttaubert: what is a good event to do this?
  3112. # [21:15] * Joins: karl (karl@moz-C433B975.jetstream.xtra.co.nz)
  3113. # [21:15] <ttaubert> RealRaven: the browser-delayed-startup-finished notification, you can listen for it using the observer service
  3114. # [21:15] <ttaubert> RealRaven: the subject is always the window
  3115. # [21:16] <RealRaven> ok, I need to search mdn for that one#
  3116. # [21:16] * Quits: m_gol (m_gol@moz-7DA7FE26.neoplus.adsl.tpnet.pl) (Ping timeout)
  3117. # [21:16] <RealRaven> hope this event is only triggered once per window.
  3118. # [21:16] <ttaubert> yes
  3119. # [21:17] <ttaubert> but the observer service is global
  3120. # [21:17] <ttaubert> so one notification per browser window
  3121. # [21:17] <ttaubert> and you have to compare whether subject == window
  3122. # [21:17] <ttaubert> *check
  3123. # [21:17] * jedp is now known as jedp|foody
  3124. # [21:17] <RealRaven> ok. I need to read up on this. I filed [Bug 1000424] just in case.
  3125. # [21:18] <RealRaven> ttaubert: what other subjects are possible?
  3126. # [21:18] * Quits: gwagner (Gregor@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: gwagner)
  3127. # [21:18] <ttaubert> RealRaven: other windows
  3128. # [21:18] <RealRaven> ok
  3129. # [21:18] <RealRaven> makes sense
  3130. # [21:18] <nemo> froydnj: astounding that a mere 5600 images can burn that much memory. that's like 187 megabytes per image on that infinite scroll
  3131. # [21:18] <nemo> insane
  3132. # [21:18] <RealRaven> although I do want it to load also when passwordmanager window is loaded
  3133. # [21:19] <nemo> froydnj: that's why I assumed it had to be the images not being released
  3134. # [21:19] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  3135. # [21:19] <nemo> but if tn says it ain't, guess I'll believe him
  3136. # [21:19] * catlee-afk is now known as catlee
  3137. # [21:19] * coop is now known as coop|afk
  3138. # [21:19] <nemo> froydnj: I mean 187 megabytes of JS and DOM and random whatnot per image
  3139. # [21:19] <RealRaven> i actually do some checking in my code to distinguish both cases (context menus are restyled for Australis)
  3140. # [21:19] <nemo> hm. is my math right? let's see. about a gig, 5600 images... yeah, seems like it..
  3141. # [21:19] * Joins: Boriss (Boriss@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3142. # [21:20] * Quits: gcp (gpascutto@moz-9CEB1C98.access.telenet.be) (Ping timeout)
  3143. # [21:20] * Joins: jgilbert (jgilbert@moz-62518563.mtv2.mozilla.com)
  3144. # [21:21] * Quits: darkowlzz (darkowlzz@ACE611F7.E93560AD.27560D6E.IP) (Client exited)
  3145. # [21:21] * Quits: kip (kip@A6CF435B.D1155E2C.CFC2A289.IP) (Client exited)
  3146. # [21:21] * jlund|buildduty is now known as jlund|buildduty|brb
  3147. # [21:21] * Joins: gcp (gpascutto@moz-9CEB1C98.access.telenet.be)
  3148. # [21:21] <Ms2ger> gcp expressed one of my my biggest nightmares
  3149. # [21:21] <Ms2ger> "TIL I'm the owner of a core module in the Firefox tree."
  3150. # [21:21] * Joins: idwer (irc@moz-67B6410D.adsl.online.nl)
  3151. # [21:21] * Quits: sicking (sicking@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: sicking)
  3152. # [21:21] <gcp> Ms2ger: they did it behind my back
  3153. # [21:21] * Joins: kip (kip@A6CF435B.D1155E2C.CFC2A289.IP)
  3154. # [21:22] * Quits: bjacob_ (bjacob@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Konversation terminated!)
  3155. # [21:22] * Joins: bjacob__ (bjacob@13F2CEC5.7672369.D8E68FF6.IP)
  3156. # [21:23] * Quits: tonymec|away (tonymec@98826318.616341C6.A9371869.IP) (Ping timeout)
  3157. # [21:23] * Quits: tonymec_KDE (tonymec@98826318.616341C6.A9371869.IP) (Ping timeout)
  3158. # [21:23] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  3159. # [21:23] * Joins: gwagner (Gregor@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3160. # [21:24] <botond> jcranmer: ping
  3161. # [21:24] <mconley> ehsan: bug 100180
  3162. # [21:24] * bsmedberg is now known as bsmedberg-away
  3163. # [21:24] <@ehsan> mconley: haha I was going to say that's a new bug :)
  3164. # [21:24] <mconley> :D
  3165. # [21:24] <jcranmer> botond: pong
  3166. # [21:25] * KWierso|afk is now known as KWierso
  3167. # [21:26] <botond> jcranmer: i have a question about DXR
  3168. # [21:26] <botond> jcranmer: when i search for a filename - say, AsyncPanZoomController.h - i am taken to a URL of the form http://dxr.mozilla.org/mozilla-central/source/gfx/layers/apz/src/AsyncPanZoomController.h?from=AsyncPanZoomController.h#1
  3169. # [21:26] <botond> jcranmer: do you know what is the purpose of the "from=AsyncPanZoomController.h" in that URL?
  3170. # [21:26] * Joins: davidb (davidb@moz-4B62B989.dsl.bell.ca)
  3171. # [21:27] * Joins: tonymec_KDE (tonymec@1BF13AA.416FA63.A9371869.IP)
  3172. # [21:27] <botond> jcranmer: i ask because sometimes i put links to DXR into documentation and such, and i'm a bit of a URL purist, and having that in there annoys me a bit
  3173. # [21:27] <botond> jcranmer: i usually take it out manually, but that's annoying as well...
  3174. # [21:27] * Joins: rniwa (rniwa@DBC3D095.CC3DF958.1782B2F3.IP)
  3175. # [21:29] <jcranmer> botond: the from is to indicate the search that brought you there so autoredict can be turned off
  3176. # [21:29] * Quits: Gijs (gijs@moz-43B398EA.range86-164.btcentralplus.com) (Ping timeout)
  3177. # [21:29] <jcranmer> autoredirect*
  3178. # [21:30] * Joins: hazz (hazz@moz-EE625EE4.cable.virginm.net)
  3179. # [21:30] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard)
  3180. # [21:30] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  3181. # [21:31] <mconley> ehsan: hey, I'm posting my patch and an explanation of what we found... can you explain to me again which window DoDragDrop calls SetCapture on? Some hidden window belonging to the Firefox thread that only the OS knows about?
  3182. # [21:31] <mconley> er, Firefox process
  3183. # [21:31] <mconley> not thread
  3184. # [21:31] * kats is now known as kats-afk
  3185. # [21:31] <RealRaven> *digs out the code to create an observer
  3186. # [21:31] <@ehsan> mconley: yeah that's the guess
  3187. # [21:31] * bkerensa is now known as zz_bkerensa
  3188. # [21:32] * Parts: jincreator (jincreator@EAE579B9.AE3EA2FD.6B649F75.IP)
  3189. # [21:33] * Quits: jviereck (Adium@moz-AB68BCB1.dip0.t-ipconnect.de) (Ping timeout)
  3190. # [21:33] <botond> jcranmer: is there a way to turn it off?
  3191. # [21:33] <jcranmer> AFAIK, no
  3192. # [21:34] * Joins: doublehp (dhp@moz-11780613.villers.doublehp.org)
  3193. # [21:34] * Quits: hazz (hazz@moz-EE625EE4.cable.virginm.net) (Quit: hazz)
  3194. # [21:34] * Joins: jviereck (Adium@moz-AB68BCB1.dip0.t-ipconnect.de)
  3195. # [21:34] * Quits: doublehp (dhp@moz-11780613.villers.doublehp.org) (Quit: Leaving.)
  3196. # [21:34] <RealRaven> ttaubert: something like http://mxr.mozilla.org/mozilla-central/source/browser/components/tabview/test/browser_tabview_bug626525.js#25 ?
  3197. # [21:34] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  3198. # [21:34] * Quits: narendraj9 (narendraj9@52270F67.3BB8955D.4356924F.IP) (Quit: Leaving)
  3199. # [21:35] <ttaubert> RealRaven: yes, that code doesn't check the subject although it probably should
  3200. # [21:35] <gcp> dougt: I saw your twitter. Can you fix our EV display?
  3201. # [21:35] * Quits: SJW (Thunderbir@5F822DBF.48AC27E3.2CAC1541.IP) (Quit: SJW)
  3202. # [21:35] * jedp|foody is now known as jedp
  3203. # [21:35] * Joins: SJW (Thunderbir@5F822DBF.48AC27E3.2CAC1541.IP)
  3204. # [21:35] <RealRaven> ttaubert: do I have to remove hte observer in the function>
  3205. # [21:35] * Quits: yzen (yzen@moz-C3EA2B28.cable.teksavvy.com) (Ping timeout)
  3206. # [21:36] <dougt> gcp: huh?
  3207. # [21:36] <dougt> which ev display
  3208. # [21:36] * Joins: afwang (nooknook@moz-C8131982.hsd1.ca.comcast.net)
  3209. # [21:36] <gcp> dougt: https://bugzilla.mozilla.org/show_bug.cgi?id=1000151
  3210. # [21:36] <dougt> there is so much wrong with our security ui.
  3211. # [21:36] <ttaubert> RealRaven: depends on how many notifications you want to receie
  3212. # [21:36] <RealRaven> I will add the observer during the koad event, that's early enough>?
  3213. # [21:36] <ttaubert> *receive
  3214. # [21:36] <gcp> dougt: oh, true!
  3215. # [21:36] <RealRaven> load
  3216. # [21:36] <ttaubert> RealRaven: you can add the observer before the load event
  3217. # [21:37] * Quits: jackneill (jackneill@moz-5A847806.pool.digikabel.hu) (Input/output error)
  3218. # [21:37] <dougt> gcp: oh. hmm.
  3219. # [21:37] <ttaubert> RealRaven: and then use aSubject.document.getElementById() for example
  3220. # [21:37] <RealRaven> ok. then I have to put it in main code
  3221. # [21:37] <dougt> i think i might know what's going on
  3222. # [21:37] <dougt> and this might be works as expected.
  3223. # [21:37] * dougt tries something
  3224. # [21:37] <gcp> if it's works as expected then it's "broken as designed"
  3225. # [21:38] <dougt> yes
  3226. # [21:38] <dougt> totally agree
  3227. # [21:38] * Quits: jviereck (Adium@moz-AB68BCB1.dip0.t-ipconnect.de) (Quit: Leaving.)
  3228. # [21:38] <dougt> not the UI, but how we do OSCP (if that is the problem)
  3229. # [21:38] <RealRaven> ttaubert: I just need to think of a way to do this without introducing more global varialbles.]#
  3230. # [21:38] <dougt> gcp: untested theory --
  3231. # [21:38] <dougt> gcp: we need a OCSP response for that EV cert
  3232. # [21:38] <dougt> gcp: the the responder doesn't respond, after 10 seconds, we fall back to non-ev
  3233. # [21:39] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  3234. # [21:39] <gcp> why wouldn't it respond?
  3235. # [21:39] <dougt> gcp: depending on how you reload, we could be refetching the response
  3236. # [21:39] <gcp> fwiw I wiresharked this an it's on an akamai edge server
  3237. # [21:39] <dougt> oh, you have the trace?
  3238. # [21:39] <gcp> I don't reload!
  3239. # [21:39] <gcp> that's the point
  3240. # [21:39] * Quits: jet (jet@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  3241. # [21:39] <gcp> this is *fresh* visit on fresh start, just with a profile that has ever seen the site before
  3242. # [21:40] <dougt> i am not getting EV now
  3243. # [21:40] * Joins: mwobensmith (mwobensmit@moz-C07D5168.p2p.sfo1.mozilla.com)
  3244. # [21:40] * Joins: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net)
  3245. # [21:40] * jlund|buildduty|brb is now known as jlund|buildduty
  3246. # [21:41] <tbsaunde> froydnj: was out having lunch, but the issue with the ctors was that gcc seemed to think the copy one was deleted implicitly because of there being move ctor or move operator = I forget which, no clue if that's a bug or not though
  3247. # [21:41] <dougt> gcp: can you send me a wireshark trace of this happening. Or attach it to the bug.
  3248. # [21:41] <dougt> if you have that, reassign the bug to me, and I will find an owner.
  3249. # [21:41] * Joins: yzen (yzen@moz-C3EA2B28.cable.teksavvy.com)
  3250. # [21:42] * Quits: @ted (luser@moz-850B6277.sctnpa.east.verizon.net) (Ping timeout)
  3251. # [21:42] * baku is now known as baku|away
  3252. # [21:43] * Quits: Ms2ger (Ms2ger@57ACE628.C60A97A6.F9FB0584.IP) (Quit: nn)
  3253. # [21:43] * Joins: tonymec|away (tonymec@1BF13AA.416FA63.A9371869.IP)
  3254. # [21:43] <RealRaven> ttaubert: hmm, doesn't look to me like that observer is triggered...
  3255. # [21:44] * Joins: mkohler (mkohler@moz-336805DB.dclient.hispeed.ch)
  3256. # [21:44] <RealRaven> can I pastebin?
  3257. # [21:44] * Quits: yzen (yzen@moz-C3EA2B28.cable.teksavvy.com) (Ping timeout)
  3258. # [21:44] <gcp> dougt: ok, I'd have to do it on a system that's "clean" otherwhise, maybe tomorrow
  3259. # [21:44] * Quits: grobinson (~grobinson@moz-731932CD.hsd1.ca.comcast.net) (Ping timeout)
  3260. # [21:44] * Quits: ferjm (ferjm@moz-C75BC392.upc-i.chello.nl) (Quit: Leaving)
  3261. # [21:44] <dougt> gcp: my suspicion is that it is highly dependent on the network conditions and load on the OCSP responder.
  3262. # [21:45] <dougt> i'll also dig in a bit
  3263. # [21:45] <RealRaven> ttaubert: here is what I got: http://pastebin.mozilla.org/4921090
  3264. # [21:46] * Joins: hazz (_@moz-EE625EE4.cable.virginm.net)
  3265. # [21:46] <ttaubert> RealRaven: if you do it that way, remove the window == subject check
  3266. # [21:46] <RealRaven> ttaubert: am I doing that wrong?
  3267. # [21:46] <RealRaven> ttaubert: ok
  3268. # [21:47] * hwine-food is now known as hwine
  3269. # [21:47] <RealRaven> hmm, still doesn't work, need to debug that. It should be retriggered when I open a new window, right?
  3270. # [21:47] <ttaubert> RealRaven: yes, window as in "browser window". with tabs'n'stuff
  3271. # [21:48] * Joins: damons (gnubeard@3CB097D5.57B833A6.D74CC41D.IP)
  3272. # [21:48] <RealRaven> yes, sure. Although I will have to make that work for THunderbnird, SeaMonkey and Postbox as well later on.; but they are edge cases
  3273. # [21:48] * kats-afk is now known as kats
  3274. # [21:49] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  3275. # [21:49] * Quits: rogeliodh (Thunderbir@1097F27C.DCE94ED.D67CC001.IP) (Ping timeout)
  3276. # [21:49] <RealRaven> ttaubert: hmm. looks like it still cannot find that one XUL element
  3277. # [21:50] <RealRaven> doc.getElementById( 'QuickPasswords-toolbar-button') returns null. All other buttons / menu items etc are found
  3278. # [21:50] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  3279. # [21:50] <RealRaven> ttaubert: so the bug seems to stand https://bugzilla.mozilla.org/show_bug.cgi?id=1000424
  3280. # [21:51] <ttaubert> RealRaven: how about something like https://mxr.mozilla.org/mozilla-central/source/addon-sdk/source/test/test-widget.js#810
  3281. # [21:51] <ttaubert> RealRaven: if you want to modify a widget?
  3282. # [21:52] * Joins: rogeliodh (Thunderbir@1097F27C.DCE94ED.D67CC001.IP)
  3283. # [21:52] <RealRaven> When is onWidgetAdded called?#
  3284. # [21:52] * Quits: Boriss (Boriss@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  3285. # [21:52] * Quits: ddahl (ddahl@moz-A19344D3.mci.googlefiber.net) (Input/output error)
  3286. # [21:52] <ttaubert> not sure, it just sounded promising
  3287. # [21:52] <ttaubert> :)
  3288. # [21:53] <RealRaven> const { CustomizableUI } = Cu.import("resource:///modules/CustomizableUI.jsm", {});
  3289. # [21:53] <RealRaven> and then add listener on it. What a pain
  3290. # [21:53] * Quits: drno (nohlmeier@moz-62518563.mtv2.mozilla.com) (Quit: drno)
  3291. # [21:53] <RealRaven> See I still don't understand how that uiPanel works. it seems to be created "on the fly" when the button is clicked for the first time (?)
  3292. # [21:53] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  3293. # [21:54] * Joins: briansmith (briansmith@moz-54A6F8AF.edge8.sanjose1.level3.net)
  3294. # [21:54] <RealRaven> It is not like any other XUL element I have seen before (in 5 years of addon building)
  3295. # [21:54] * bc|bbl is now known as bc
  3296. # [21:54] <ttaubert> are you using the addon-sdk action panel?
  3297. # [21:54] <drs> is there a reason that my changes to idl files wouldn't be exposing functions I added to scripts?
  3298. # [21:54] <drs> I'm building regularly using ./mach build
  3299. # [21:55] <RealRaven> ttaubert: I don't know. I never use anything SDK related. I am an xpcom hard core head
  3300. # [21:55] * Quits: kushagra (kushagra@851D1FBC.DD142B02.EBCC7000.IP) (Client exited)
  3301. # [21:55] <RealRaven> XPCOM is my porn
  3302. # [21:55] <RealRaven> :P
  3303. # [21:55] * Quits: mkmelin (mkmelin@moz-8B15711D.elisa-laajakaista.fi) (Ping timeout)
  3304. # [21:55] * Joins: kushagra (kushagra@851D1FBC.DD142B02.EBCC7000.IP)
  3305. # [21:55] <ttaubert> RealRaven: I had few problems when creating a toolbar/panel button with the sdk :)
  3306. # [21:56] <RealRaven> See so far it was all easy create a xul overlay and add some modifications early on (and I thought window load would be correct for chrome stuff(
  3307. # [21:56] * Quits: kip (kip@A6CF435B.D1155E2C.CFC2A289.IP) (Client exited)
  3308. # [21:56] * Joins: kip (kip@A6CF435B.D1155E2C.CFC2A289.IP)
  3309. # [21:57] <RealRaven> BUt this panel seems to be built "on the fly" so I have to detect when that happens for the first time. THing is, afterwards there is no problem with getElementById it finds it every time.
  3310. # [21:57] * Joins: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP)
  3311. # [21:57] <RealRaven> There should be some documentation on mdn
  3312. # [21:57] <briansmith> I would like to increase the C++ compiler warning level in security/pkix to catch things like "if (x = y)" that should be "if (x == y)"
  3313. # [21:58] <briansmith> Any suggestions on the best way to do that on a per-module or per-moz.build level?
  3314. # [21:58] <RealRaven> If I knew where the code pulls it fro, maybe I could wrap that somehow
  3315. # [21:58] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  3316. # [21:58] <briansmith> e.g. for Visual C++, I want to turn on level 4 warnings (/W4)
  3317. # [21:58] * Quits: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  3318. # [21:58] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  3319. # [21:58] * Joins: yzen (yzen@moz-C3EA2B28.cable.teksavvy.com)
  3320. # [21:58] * Quits: armenzg (armenzg@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  3321. # [21:59] * Joins: armenzg (armenzg@13F2CEC5.7672369.D8E68FF6.IP)
  3322. # [21:59] * Quits: pcwalton (pcwalton@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: pcwalton)
  3323. # [21:59] * Quits: garvank (Garvan@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  3324. # [22:00] * Joins: garvank (Garvan@13F2CEC5.7672369.D8E68FF6.IP)
  3325. # [22:01] * Joins: mstange (markus@moz-CEEDD148.dip0.t-ipconnect.de)
  3326. # [22:01] * Joins: pcwalton (pcwalton@moz-C07D5168.p2p.sfo1.mozilla.com)
  3327. # [22:02] <RealRaven> what is Cu again
  3328. # [22:02] <RealRaven> Components.classes, Components.interface, Components.u...
  3329. # [22:02] <@ehsan> briansmith: add the warning flags to CXXFLAGS in the right moz.builds
  3330. # [22:02] <mccr8> RealRaven: Components.util? utils? one of those I think
  3331. # [22:02] * Quits: lmandel (lmandel@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  3332. # [22:02] * hwine is now known as hwine|mtg
  3333. # [22:02] <RealRaven> ok
  3334. # [22:02] * Joins: lmandel (lmandel@13F2CEC5.7672369.D8E68FF6.IP)
  3335. # [22:03] <mccr8> RealRaven: Components.utils
  3336. # [22:03] * Quits: gcp (gpascutto@moz-9CEB1C98.access.telenet.be) (Ping timeout)
  3337. # [22:03] <RealRaven> mccr8: tx
  3338. # [22:03] <mccr8> np
  3339. # [22:03] <RealRaven> CustomizableUI is a hell of a job
  3340. # [22:04] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  3341. # [22:04] * rail is now known as rail-mtg
  3342. # [22:05] * coop|afk is now known as coop|mtg
  3343. # [22:05] <Bas> Does anyone know if we have something in our tree to test the situation of a crashing plugin?
  3344. # [22:06] <DGMurdockIII> i still can't undo a tab on firefox 29.0 it grayed out
  3345. # [22:06] <RealRaven> https://mxr.mozilla.org/mozilla-central/source/addon-sdk/source/test/test-widget.js#816 ?????????????????
  3346. # [22:06] * armenzg is now known as armenzg_mtg
  3347. # [22:06] <DGMurdockIII> this might help http://pastebin.com/hbMMkyAJ
  3348. # [22:06] <RealRaven> https://mxr.mozilla.org/mozilla-central/source/addon-sdk/source/test/test-widget.js#814 I mean
  3349. # [22:06] * Joins: gcp (gpascutto@moz-9CEB1C98.access.telenet.be)
  3350. # [22:06] <@ehsan> Bas: I think so, let me dig it up
  3351. # [22:07] <@smaug> gfritzsche: ^
  3352. # [22:07] * Quits: dria (dria@13F2CEC5.7672369.D8E68FF6.IP) (Quit: dria)
  3353. # [22:07] <@ehsan> Bas: this perhaps? http://mxr.mozilla.org/mozilla-central/source/browser/base/content/test/plugins/browser_pluginCrashCommentAndURL.js
  3354. # [22:07] * Joins: sicking (sicking@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3355. # [22:07] * Quits: rogeliodh (Thunderbir@1097F27C.DCE94ED.D67CC001.IP) (Ping timeout)
  3356. # [22:07] * Joins: victorporof (victorporo@13F2CEC5.7672369.D8E68FF6.IP)
  3357. # [22:07] <KWierso> RealRaven: what about it?
  3358. # [22:07] * Joins: rogeliodh (Thunderbir@1097F27C.DCE94ED.D67CC001.IP)
  3359. # [22:07] * Joins: crussell (colby@moz-12BF5DBC.austin.res.rr.com)
  3360. # [22:07] <Bas> ehsan: I'll have a look, much appreciated!
  3361. # [22:08] <RealRaven> KWierso: I just don't get it. I need to add a class based on user choice. Do I need to do that on the first popupshowing?
  3362. # [22:08] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  3363. # [22:08] <@ehsan> Bas: actually this is what I had in mind: http://mxr.mozilla.org/mozilla-central/source/dom/plugins/test/mochitest/test_crash_notify.xul
  3364. # [22:08] <@ehsan> Bas: there are other similar tests in this directory too
  3365. # [22:09] <RealRaven> KWierso: it seems on any "Normal" event my but just doesn't exist (yet). getElementById ==> null
  3366. # [22:09] * Joins: gcp_ (gpascutto@moz-9CEB1C98.access.telenet.be)
  3367. # [22:09] * Quits: gcp (gpascutto@moz-9CEB1C98.access.telenet.be) (Ping timeout)
  3368. # [22:09] <Bas> ehsan: What's the easiest way to run a xul test like that in a debugger?
  3369. # [22:09] <@ehsan> Bas: mochitest-chrome -d
  3370. # [22:09] <RealRaven> KWierso: once the menu has been shown just one time it can be found every time
  3371. # [22:09] <@ehsan> ./mach, that is
  3372. # [22:09] <RealRaven> This is highly inconvenient and hard to undertstand
  3373. # [22:09] <@ehsan> Bas: oh you're on windows right?
  3374. # [22:10] <Bas> ehsan: Yeah, that should still work, it's just nicer to be able to run a single test :-)
  3375. # [22:10] <@ehsan> Bas: you can pass the full file path to the test to run just that one
  3376. # [22:10] * Joins: victorporof_ (victorporo@13F2CEC5.7672369.D8E68FF6.IP)
  3377. # [22:10] <@ehsan> Bas: but as for debugging goes, there is no easy way. -d won't work
  3378. # [22:10] * Quits: victorporof (victorporo@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  3379. # [22:11] * Quits: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP) (Quit: ZNC - http://znc.in)
  3380. # [22:11] * Joins: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP)
  3381. # [22:11] <KWierso> RealRaven: someone in #jetpack wrote that code, maybe they can answer you?
  3382. # [22:11] <RealRaven> ok. BUt who wrote the panelUI ?
  3383. # [22:11] <Bas> ehsan: That's fine, I'll be quick attaching my debugger :-)
  3384. # [22:12] <bent> ehsan, bas, --debugger=devenv.exe, --debugger-args=-debugexe
  3385. # [22:12] <KWierso> RealRaven: probably someone in #fx-team
  3386. # [22:12] <bent> is what i always use
  3387. # [22:12] * Quits: mbest (Instantbir@moz-834168A4.dsl.bell.ca) (Quit: mbest)
  3388. # [22:12] <bent> though i run the tests through runtests.py, not mach
  3389. # [22:12] <@ehsan> bent: oh fanciness!
  3390. # [22:12] <KWierso> RealRaven: http://hg.mozilla.org/mozilla-central/annotate/b79c2995d25e/browser/components/customizableui/content/panelUI.js
  3391. # [22:13] <@ehsan> bent: why don't you hook this up with mach/runtest.py? :)
  3392. # [22:13] * julienw is now known as julienw_afk
  3393. # [22:13] * Quits: DGMurdockIII (DGMurdockI@moz-BA318F64.hsd1.in.comcast.net) (Quit: ChatZilla 0.9.90.1 [Firefox 29.0/20140421221237])
  3394. # [22:13] <bent> ehsan, that would probably land at item... number... 2340 on my list
  3395. # [22:13] <@ehsan> haha
  3396. # [22:13] * Quits: Mano (mano@moz-B2CB9982.red.bezeqint.net) (Client exited)
  3397. # [22:13] <@ehsan> I'll file a bug and put the info there at least
  3398. # [22:14] <bent> i thought everyone knew about that
  3399. # [22:14] * Joins: Mano (mano@moz-B2CB9982.red.bezeqint.net)
  3400. # [22:14] <bent> all 3 of us windows devs
  3401. # [22:14] <@ehsan> nope
  3402. # [22:16] * Quits: Mano (mano@moz-B2CB9982.red.bezeqint.net) (Ping timeout)
  3403. # [22:16] * Quits: gwagner (Gregor@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: gwagner)
  3404. # [22:16] * baku|away is now known as baku
  3405. # [22:16] * jmaher is now known as jmaher|afk
  3406. # [22:17] * davidb is now known as davidb|afk
  3407. # [22:18] * davidb|afk is now known as davidb
  3408. # [22:18] * Joins: mbest (Instantbir@moz-834168A4.dsl.bell.ca)
  3409. # [22:18] * Quits: benvie (bbenvie@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  3410. # [22:19] * deian|away is now known as deian
  3411. # [22:19] * lightsofapollo is now known as lightsofapollo|brb
  3412. # [22:19] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  3413. # [22:19] * Joins: gwagner (Gregor@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3414. # [22:21] * Quits: mbest (Instantbir@moz-834168A4.dsl.bell.ca) (Ping timeout)
  3415. # [22:23] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  3416. # [22:23] * davidb is now known as davidb|afk
  3417. # [22:23] * Joins: drno (nohlmeier@moz-CCCF7F86.hsd1.ca.comcast.net)
  3418. # [22:24] * Joins: Mano (mano@moz-B2CB9982.red.bezeqint.net)
  3419. # [22:25] * Quits: tonymec|away (tonymec@1BF13AA.416FA63.A9371869.IP) (Ping timeout)
  3420. # [22:25] * Quits: kushagra (kushagra@851D1FBC.DD142B02.EBCC7000.IP) (Ping timeout)
  3421. # [22:26] * sheppy-afk is now known as sheppy
  3422. # [22:26] * Quits: tonymec_KDE (tonymec@1BF13AA.416FA63.A9371869.IP) (Ping timeout)
  3423. # [22:27] * Joins: mbest1 (Instantbir@moz-C4331390.dsl.bell.ca)
  3424. # [22:27] * Quits: bjacob__ (bjacob@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  3425. # [22:27] * Joins: till (till@moz-F20C30C4.adsl.alicedsl.de)
  3426. # [22:28] * Quits: kk1fff (kk1fff@moz-4B059F87.dynamic.hinet.net) (Client exited)
  3427. # [22:28] * Quits: damons (gnubeard@3CB097D5.57B833A6.D74CC41D.IP) (Quit: damons)
  3428. # [22:29] * Joins: ddahl (ddahl@moz-A19344D3.mci.googlefiber.net)
  3429. # [22:29] * davidb|afk is now known as davidb
  3430. # [22:30] * Joins: tonymec_KDE (tonymec@A0FC729F.55A138C.277517C1.IP)
  3431. # [22:30] * Quits: rogeliodh (Thunderbir@1097F27C.DCE94ED.D67CC001.IP) (Quit: rogeliodh)
  3432. # [22:31] * Joins: grobinson (~grobinson@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3433. # [22:31] * Joins: kushagra (kushagra@C82399D0.F5C0A1F.2E24DDAA.IP)
  3434. # [22:31] * geekboy is now known as geekboy|afk
  3435. # [22:34] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  3436. # [22:35] * hwine|mtg is now known as hwine
  3437. # [22:36] <@ehsan> Bas: lol on those 2006 emails, they got me too!
  3438. # [22:37] <Bas> Yeah, heh
  3439. # [22:37] <sheppy> Can anyone tell me how to quickly discern which nsXXX terms are glue classes and which are core XPCOM components?
  3440. # [22:37] <Bas> I was like.. wtf? Seamonkey supports Win9x? CRAZY!
  3441. # [22:37] <sheppy> I'm trying to sort things here. :)
  3442. # [22:37] <@ehsan> sheppy: what do you mean by glue classes?
  3443. # [22:37] * geekboy|afk is now known as geekboy
  3444. # [22:37] <@ehsan> sheppy: in general, you should ignore the ns prefixes as they mostly don't mean anything at all
  3445. # [22:37] * Joins: kushagra_ (kushagra@EC193D8.260F8431.EBCC7000.IP)
  3446. # [22:38] * Quits: MrMazda (fmcz@moz-EFF8C062.cable.mindspring.com) (Ping timeout)
  3447. # [22:38] <sheppy> ehsan: Well, that's a good question. Part of the old XPCOM landing page had things broken into a list that said "glue classes" and another that said "standard components".
  3448. # [22:38] * Quits: a-865 (fmcz@moz-EFF8C062.cable.mindspring.com) (Ping timeout)
  3449. # [22:38] * Quits: kushagra (kushagra@C82399D0.F5C0A1F.2E24DDAA.IP) (Ping timeout)
  3450. # [22:38] * Quits: capella (chatzilla@moz-3A08EE5.twcny.res.rr.com) (Ping timeout)
  3451. # [22:38] <sheppy> And I'm trying to figure out if that was an arbitrary separation, and if not, how to sort things. :)
  3452. # [22:38] <@ehsan> sheppy: that's a bsmedberg-away question
  3453. # [22:38] * Quits: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com) (Ping timeout)
  3454. # [22:38] * Joins: rinaldi (chatzilla@moz-2073ED8F.dynamic.ip.windstream.net)
  3455. # [22:38] * Quits: ewong|sleep (chatzilla@moz-8C451A64.static.netvigator.com) (Ping timeout)
  3456. # [22:38] * Quits: mchang (mchang@moz-793A0D3E.socal.res.rr.com) (Ping timeout)
  3457. # [22:38] <sheppy> ehsan: OK, I'll email him.
  3458. # [22:38] * Quits: kaernyk (kaernyk@4F7252F2.CEBBE496.E48CFF63.IP) (Ping timeout)
  3459. # [22:38] * Quits: firebot (firebot@moz-D53D2F4F.carolina.res.rr.com) (Ping timeout)
  3460. # [22:38] * Quits: crussell (colby@moz-12BF5DBC.austin.res.rr.com) (Ping timeout)
  3461. # [22:38] <sheppy> ehsan: thanks
  3462. # [22:38] * Joins: crussell (colby@moz-12BF5DBC.austin.res.rr.com)
  3463. # [22:38] * @ehsan has never understood why some XPCOM classes live in the glue dir
  3464. # [22:38] <@ehsan> np
  3465. # [22:38] * Joins: firebot (firebot@moz-D53D2F4F.carolina.res.rr.com)
  3466. # [22:38] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  3467. # [22:39] * Joins: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com)
  3468. # [22:39] * kushagra_ is now known as kushagra
  3469. # [22:39] * Quits: snorp (snorp@28435C98.1C2164C0.BFE160B4.IP) (Ping timeout)
  3470. # [22:39] * Quits: slassh (slassh@38DA6838.9C1A0554.CD891E5D.IP) (Ping timeout)
  3471. # [22:39] * Joins: a-865 (fmcz@moz-EFF8C062.cable.mindspring.com)
  3472. # [22:39] * Joins: MrMazda (fmcz@moz-EFF8C062.cable.mindspring.com)
  3473. # [22:39] * Joins: kaernyk (kaernyk@4F7252F2.CEBBE496.E48CFF63.IP)
  3474. # [22:39] * Joins: snorp (snorp@28435C98.1C2164C0.BFE160B4.IP)
  3475. # [22:39] * Joins: capella (chatzilla@moz-3A08EE5.twcny.res.rr.com)
  3476. # [22:39] * armenzg_mtg is now known as armenzg_afk
  3477. # [22:39] * Quits: cpearce (chatzilla@moz-EC1018D1.jetstream.xtra.co.nz) (Ping timeout)
  3478. # [22:39] * Quits: rinaldi (chatzilla@moz-2073ED8F.dynamic.ip.windstream.net) (Quit: ChatZilla 0.9.90.1 [SeaMonkey 2.25/20140320134057])
  3479. # [22:40] * Quits: armenzg_afk (armenzg@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  3480. # [22:40] <Bas> bent ehsan: How do I run something from mochitest-2 on the try servers?
  3481. # [22:40] * Quits: fredw (Icedove@moz-B9C110E2.fbx.proxad.net) (Quit: fredw)
  3482. # [22:40] <Bas> ./mach mochitest-2?
  3483. # [22:40] * Joins: mchang (mchang@moz-793A0D3E.socal.res.rr.com)
  3484. # [22:40] <@ehsan> use trychooser
  3485. # [22:40] <@ehsan> oh
  3486. # [22:40] <sicking> baku: bent mentioned that you have a patch to make blobs use webidl?
  3487. # [22:41] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/c14a3a6f8794 - B2G Bumper Bot - Bumping gaia.json for 9 gaia revision(s) a=gaia-bump
  3488. # [22:41] <@ehsan> do you want to run the test locally or on the try server?
  3489. # [22:41] <@ehsan> bas: ^
  3490. # [22:41] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/d1cabfe507ef - B2G Bumper Bot - Bumping manifests a=b2g-bump
  3491. # [22:41] <Bas> ehsan: Locally :) (and what I said didn't work obviously, I tried that already)
  3492. # [22:41] <RyanVM> mochitest-plain is what you want
  3493. # [22:41] <Bas> Ah! plain :)
  3494. # [22:41] <RyanVM> not sure about chunking offhand
  3495. # [22:41] <Bas> Heh, silly me
  3496. # [22:41] * Quits: gwagner (Gregor@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: gwagner)
  3497. # [22:41] <Bas> RyanVM: It's fine, I know the test I want to run :)
  3498. # [22:41] <@ehsan> Bas: ./mach mochitest-plain --this-chunk 2 --total-chunks 5
  3499. # [22:42] <Bas> ehsan: Nice, thanks!
  3500. # [22:42] <@ehsan> Bas: but running all of these tests is rarely what you want
  3501. # [22:42] * jlund|buildduty is now known as jlund|buildduty|brb
  3502. # [22:43] * lth is now known as lth|away
  3503. # [22:43] * Quits: maikmerten (maikmerten@moz-A51E6DB3.pools.arcor-ip.net) (Client exited)
  3504. # [22:44] <Bas> ehsan: Meh, maybe it'll have to do, looks like running the one I do want fails locally :S
  3505. # [22:44] <Bas> Err, passes
  3506. # [22:44] <Bas> instead of failing like on the tryservers.
  3507. # [22:44] <@ehsan> Bas: as a next step i'd try running all of the tests in that dir
  3508. # [22:44] * Joins: mudpit (Mibbit@moz-270D6C44.haye.cable.virginm.net)
  3509. # [22:45] <Bas> Good idea
  3510. # [22:47] <baku> sicking, I'm working on that. but it's huge... and I don't know when it's going to be finished.
  3511. # [22:48] * Quits: mudpit (Mibbit@moz-270D6C44.haye.cable.virginm.net) (Quit: http://www.mibbit.com ajax IRC Client)
  3512. # [22:48] <baku> sicking, it seems that is needed for websocket too
  3513. # [22:48] <sicking> baku: wanna do a vidyo chat about that? Bent and I had some ideas for things that needs to be done as part of that
  3514. # [22:48] <sicking> baku: yeah, the domfile implementation is a trail of tears right now
  3515. # [22:49] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  3516. # [22:49] <baku> sicking, sure. your room?
  3517. # [22:50] * Quits: rbarnes (rbarnes@4D4F9DDD.7794B7FF.B532E9A1.IP) (Input/output error)
  3518. # [22:50] * Quits: a-865 (fmcz@moz-EFF8C062.cable.mindspring.com) (Ping timeout)
  3519. # [22:50] * Quits: mchang (mchang@moz-793A0D3E.socal.res.rr.com) (Ping timeout)
  3520. # [22:50] <sicking> baku: sounds good
  3521. # [22:50] * Joins: gwagner (gwagner@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3522. # [22:50] * Quits: shorlander (shorlander@moz-93A7049A.dhcp.insightbb.com) (Ping timeout)
  3523. # [22:50] * Quits: jchen (jchen@moz-F9F4659E.woh.res.rr.com) (Ping timeout)
  3524. # [22:50] * Quits: snorp (snorp@28435C98.1C2164C0.BFE160B4.IP) (Ping timeout)
  3525. # [22:50] * Quits: kaernyk (kaernyk@4F7252F2.CEBBE496.E48CFF63.IP) (Ping timeout)
  3526. # [22:50] * Joins: a-865 (fmcz@moz-EFF8C062.cable.mindspring.com)
  3527. # [22:50] * Joins: mchang (mchang@moz-793A0D3E.socal.res.rr.com)
  3528. # [22:51] * Quits: capella (chatzilla@moz-3A08EE5.twcny.res.rr.com) (Ping timeout)
  3529. # [22:51] * Joins: jchen (jchen@moz-F9F4659E.woh.res.rr.com)
  3530. # [22:51] * Quits: firebot (firebot@moz-D53D2F4F.carolina.res.rr.com) (Ping timeout)
  3531. # [22:51] * Quits: MrMazda (fmcz@moz-EFF8C062.cable.mindspring.com) (Ping timeout)
  3532. # [22:51] * Joins: jet (jet@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3533. # [22:51] * Joins: kaernyk (kaernyk@4F7252F2.CEBBE496.E48CFF63.IP)
  3534. # [22:51] * Joins: snorp (snorp@28435C98.1C2164C0.BFE160B4.IP)
  3535. # [22:51] * Joins: shorlander (shorlander@moz-93A7049A.dhcp.insightbb.com)
  3536. # [22:51] * Joins: firebot (firebot@moz-D53D2F4F.carolina.res.rr.com)
  3537. # [22:51] * Joins: capella (chatzilla@moz-3A08EE5.twcny.res.rr.com)
  3538. # [22:51] * Joins: MrMazda (fmcz@moz-EFF8C062.cable.mindspring.com)
  3539. # [22:51] * rail-mtg is now known as rail
  3540. # [22:51] * kats is now known as kats-afk
  3541. # [22:51] * Quits: kushagra (kushagra@EC193D8.260F8431.EBCC7000.IP) (Client exited)
  3542. # [22:52] * Joins: rbarnes (rbarnes@4D4F9DDD.7794B7FF.B532E9A1.IP)
  3543. # [22:52] * Joins: tonymec|away (tonymec@A0FC729F.55A138C.277517C1.IP)
  3544. # [22:52] <baku> sicking, I'm ready :)
  3545. # [22:53] * Quits: AaronMT (AaronMT@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Textual IRC Client: www.textualapp.com)
  3546. # [22:53] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/c14a3a6f8794 - B2G Bumper Bot - Bumping gaia.json for 9 gaia revision(s) a=gaia-bump
  3547. # [22:53] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/d1cabfe507ef - B2G Bumper Bot - Bumping manifests a=b2g-bump
  3548. # [22:53] * Joins: jdover (jdover@moz-C07D5168.p2p.sfo1.mozilla.com)
  3549. # [22:53] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  3550. # [22:53] <sicking> baku: sorry, finding a physical room was harder
  3551. # [22:56] * Quits: msucan (mihai@7694EB75.B4C0AAA3.C0E37CF3.IP) (Quit: Leaving.)
  3552. # [22:57] * jlund|buildduty|brb is now known as jlund|buildduty
  3553. # [22:57] * Joins: marco (marco@moz-3B762881.retail.telecomitalia.it)
  3554. # [22:57] * Joins: h4writer (h4writer@moz-6BDA8831.access.telenet.be)
  3555. # [22:58] * Joins: benvie (bbenvie@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3556. # [22:59] * Quits: ddahl (ddahl@moz-A19344D3.mci.googlefiber.net) (Quit: Leaving...)
  3557. # [22:59] * Quits: mdas (mdas@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  3558. # [23:00] * Joins: mdas (mdas@13F2CEC5.7672369.D8E68FF6.IP)
  3559. # [23:01] * Quits: drno (nohlmeier@moz-CCCF7F86.hsd1.ca.comcast.net) (Ping timeout)
  3560. # [23:01] * Joins: dria (dria@moz-53F857A3.dsl.teksavvy.com)
  3561. # [23:02] * Quits: mdas (mdas@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  3562. # [23:03] * Quits: smontagu (chatzilla@moz-91C0888C.red.bezeqint.net) (Ping timeout)
  3563. # [23:04] * Quits: lgarner (lgarner@2D337F52.2D31AF7B.5AEB50C4.IP) (Ping timeout)
  3564. # [23:04] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  3565. # [23:04] * Joins: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP)
  3566. # [23:05] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  3567. # [23:06] * Joins: ewong|sleep (chatzilla@moz-8C451A64.static.netvigator.com)
  3568. # [23:06] * davidb is now known as davidb|afk
  3569. # [23:06] * coop|mtg is now known as coop
  3570. # [23:08] * Quits: ggp (ggp@BB2ECB8B.BFDA0A02.9F9EFC6F.IP) (Input/output error)
  3571. # [23:08] * Quits: therube_agone (chatzilla@moz-2E8A322B.bltmmd.east.verizon.net) (Ping timeout)
  3572. # [23:08] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  3573. # [23:08] <marco> who can review a patch to testing/mochitest/browser-test.js?
  3574. # [23:09] * davidb|afk is now known as davidb
  3575. # [23:09] * heycam|away is now known as heycam
  3576. # [23:09] <RyanVM> marco: ted or jmaher would be a good start
  3577. # [23:09] * Joins: ggp (ggp@BB2ECB8B.BFDA0A02.9F9EFC6F.IP)
  3578. # [23:09] * Quits: jdm (jdm@FCCEA34F.7672369.D8E68FF6.IP) (Quit: Lost terminal)
  3579. # [23:09] <marco> RyanVM: thank you!
  3580. # [23:10] <RyanVM> yw :)
  3581. # [23:10] * Quits: garvank (Garvan@13F2CEC5.7672369.D8E68FF6.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  3582. # [23:10] * Joins: drno (nohlmeier@moz-CCCF7F86.hsd1.ca.comcast.net)
  3583. # [23:11] * Joins: Gijs (gijs@11271C19.105BC5B1.B1AB2861.IP)
  3584. # [23:11] * Quits: ahal (ahal@moz-7DE89BF0.cable.teksavvy.com) (Input/output error)
  3585. # [23:11] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  3586. # [23:12] * Joins: garvank (Garvan@13F2CEC5.7672369.D8E68FF6.IP)
  3587. # [23:13] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  3588. # [23:13] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Ping timeout)
  3589. # [23:13] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/a3f42079e69c - Brian Hackett - Bug 1000370 - Call SetupCairoFont at the beginning of gfxFont::GetGlyphHAdvance. r=jfkthame
  3590. # [23:13] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/35ed12caf75f - Jonathan Kew - Bug 947650 - [FT2 fonts] Prefer OS/2 sTypo* metrics to hhea ascent/descent if USE_TYPO_METRICS flag is set, and for OpenType Math fonts. r=karlt
  3591. # [23:13] * Quits: drno (nohlmeier@moz-CCCF7F86.hsd1.ca.comcast.net) (Ping timeout)
  3592. # [23:13] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/208bcb7879c0 - Brian Hackett - Bug 995982 - Set up forwarding pointers properly when allocating typed array objects in the nursery. r=sfink
  3593. # [23:13] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/e4e33370b648 - Brian Hackett - Bug 1000170 - Remove reference to nonexistent class. r=nical
  3594. # [23:14] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/bca2faf314bf - Brian Hackett - Bug 1000170 - Make ClientTiledThebesLayer report itself as such in layer dumps. r=BenWa
  3595. # [23:14] <firebot> Check-in: http://hg.mozilla.org/integration/fx-team/rev/fa5e77def52e - Michael Comella - Bug 998426 - Ensure shrunken toolbar consistency across API levels. r=wesj
  3596. # [23:14] * Quits: sir_none (Thunderbir@moz-E98CDE3D.dclient.hispeed.ch) (Quit: sir_none)
  3597. # [23:15] <gcp_> whimboo: nice collision :P
  3598. # [23:16] * Joins: BigBro (TahaIbrahi@moz-61EA4B93.fbx.proxad.net)
  3599. # [23:16] * Joins: drno (nohlmeier@moz-CCCF7F86.hsd1.ca.comcast.net)
  3600. # [23:16] * Quits: grobinson (~grobinson@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  3601. # [23:17] * kats-afk is now known as kats
  3602. # [23:17] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/190a19291d8c - Gregor Wagner - Bug 999572 - Fix settingsService usage in NetworkGeolocationProvider.js. r=bent
  3603. # [23:17] * Quits: BigBro (TahaIbrahi@moz-61EA4B93.fbx.proxad.net) (Quit: Quitte)
  3604. # [23:18] * Joins: ddahl (ddahl@moz-A19344D3.mci.googlefiber.net)
  3605. # [23:18] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  3606. # [23:19] * Joins: lgarner (lgarner@A6C9E818.AE2739FA.6624BF1.IP)
  3607. # [23:19] * Quits: ggp (ggp@BB2ECB8B.BFDA0A02.9F9EFC6F.IP) (Connection reset by peer)
  3608. # [23:19] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  3609. # [23:19] * Joins: drno_ (nohlmeier@moz-CCCF7F86.hsd1.ca.comcast.net)
  3610. # [23:20] * Quits: drno (nohlmeier@moz-CCCF7F86.hsd1.ca.comcast.net) (Ping timeout)
  3611. # [23:20] * drno_ is now known as drno
  3612. # [23:20] <RealRaven> KWierso: I got it sorted: http://imagizer.imageshack.us/a/img842/9541/er7w.png
  3613. # [23:20] <whimboo> gcp_: heh, right
  3614. # [23:20] <whimboo> sorry
  3615. # [23:20] <whimboo> gcp_: hm, i'm testing further
  3616. # [23:20] <whimboo> the op.fi example is interesting
  3617. # [23:20] <KWierso> glad to hear it, RealRaven
  3618. # [23:21] <whimboo> gcp_: maybe it is something different
  3619. # [23:21] <whimboo> gcp_: it may be related to the redirect
  3620. # [23:21] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/3202a3687c0a - Frédéric Wang - Bug 1000370 - Call SetupCairoFont at the beginning of gfxFont::GetGlyphHAdvance. r=jfkthame
  3621. # [23:21] <@roc> glandium: I just discovered that ccache has been messing me up.
  3622. # [23:21] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/0e679146b626 - Kartikaya Gupta - Bug 1000170 - Make ClientTiledThebesLayer report itself as such in layer dumps. r=BenWa
  3623. # [23:21] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/7eb76208626e - Ryan VanderMeulen - Backed out 3 changesets (bug 1000170, bug 1000370) for landing with the wrong patch author.
  3624. # [23:21] <till> RyanVM: ping
  3625. # [23:21] * Quits: davidb (davidb@moz-4B62B989.dsl.bell.ca) (Quit: Blah blah blah)
  3626. # [23:21] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/12b7dbec1315 - Kartikaya Gupta - Bug 1000170 - Remove reference to nonexistent class. r=nical
  3627. # [23:22] <till> ah
  3628. # [23:22] <firebot> Check-in: http://hg.mozilla.org/integration/fx-team/rev/0ff00dde7e0c - Dão Gottwald - Bug 997131 - Simplify conditional forward button CSS by making the forward button a direct sibling of the location bar. r=mdeboer
  3629. # [23:22] <RyanVM> till: haha
  3630. # [23:22] <RyanVM> shhhhh
  3631. # [23:22] <till> :x
  3632. # [23:22] <RyanVM> till: I have NO idea what you're talking about!
  3633. # [23:22] * RyanVM is now known as RyanVM|afk
  3634. # [23:22] <marco> whimboo: ping
  3635. # [23:23] * Quits: pcwalton (pcwalton@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: pcwalton)
  3636. # [23:23] <whimboo> marco: hi
  3637. # [23:23] <till> RyanVM|afk: it was all a figment of shu's imagination
  3638. # [23:23] <shu> i always knew there was some bias about sherriffs liking to back out bhackett over other people
  3639. # [23:23] <marco> whimboo: I was looking at bug 945869
  3640. # [23:23] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Quit: jib)
  3641. # [23:23] * Joins: darkowlzz (darkowlzz@694A796.53D3EF7E.F44414AF.IP)
  3642. # [23:23] <marco> I'd like to add the same info to test manifests
  3643. # [23:24] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  3644. # [23:24] <kats> woah, was my patch the first 7-digit bug number to actually land? that would be sweet
  3645. # [23:24] <marco> I figured I have to modify python/mozbuild/mozbuild/mozinfo.py
  3646. # [23:24] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/30e0c1b4a757 - Cosmin Malutan - Bug 1000017 - Bump mozversion to version 0.4. r=hskupin DONTBUILD
  3647. # [23:24] <RyanVM|afk> kats: nope, bhackett's was
  3648. # [23:24] <RyanVM|afk> :P
  3649. # [23:24] <kats> lol
  3650. # [23:24] <till> haha
  3651. # [23:24] * Quits: garvank (Garvan@13F2CEC5.7672369.D8E68FF6.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  3652. # [23:25] <whimboo> marco: i may not the right person to talk to in such a case
  3653. # [23:25] <whimboo> ted knows better about the build system
  3654. # [23:25] <marco> whimboo: ok!
  3655. # [23:25] <RyanVM|afk> till: edmorley's never going to let me hear the end of this when he finds out
  3656. # [23:25] * Quits: darkowlzz (darkowlzz@694A796.53D3EF7E.F44414AF.IP) (Ping timeout)
  3657. # [23:25] <NeilAway> ehsan: you can use glue classes outside of libxul
  3658. # [23:26] <@ehsan> ah that makes sense
  3659. # [23:26] <till> RyanVM|afk: so this really was the first 7-digits-bug patch?
  3660. # [23:26] <RyanVM|afk> I think so
  3661. # [23:26] * Quits: mccr8 (mccr8@moz-62518563.mtv2.mozilla.com) (Connection reset by peer)
  3662. # [23:26] * sheppy is now known as sheppy-offline
  3663. # [23:26] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/f6ab7b316153 - Yura Zenevich - Bug 1000500 - preventing traversal into the link subtree. r=eeejay
  3664. # [23:26] <@ehsan> dbaron: sorry I haven't been following bug 997506 that closely... is editor still being implicated?
  3665. # [23:26] * Joins: mccr8 (mccr8@moz-62518563.mtv2.mozilla.com)
  3666. # [23:26] <@dbaron> ehsan, no
  3667. # [23:27] <@ehsan> phew :)
  3668. # [23:27] <@ehsan> dbaron: anything I can help with there?
  3669. # [23:27] <@dbaron> ehsan, but there's something really really wrong with the new tab page; I'll debug after I eat lunch
  3670. # [23:27] * Quits: lmandel (lmandel@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  3671. # [23:27] * Parts: Snuffleupagus (chatzilla@moz-7411B7A4.bredband.comhem.se)
  3672. # [23:27] <@ehsan> ok
  3673. # [23:27] * Joins: lmandel (lmandel@13F2CEC5.7672369.D8E68FF6.IP)
  3674. # [23:28] * Quits: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  3675. # [23:28] * curtisk is now known as curtisk|afk
  3676. # [23:29] * Quits: lmandel (lmandel@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  3677. # [23:29] <@ehsan> padenot: ping
  3678. # [23:29] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Connection reset by peer)
  3679. # [23:29] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  3680. # [23:30] <till> RyanVM|afk: it's ok, the next digit isn't too far off
  3681. # [23:30] * Joins: cpearce (chatzilla@34E8ECDF.DC2C3734.616A18A6.IP)
  3682. # [23:30] * Joins: jdover_ (jdover@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3683. # [23:31] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  3684. # [23:31] * Quits: jdover (jdover@moz-C07D5168.p2p.sfo1.mozilla.com) (Ping timeout)
  3685. # [23:31] * Joins: jdm (jdm@CAB30FBD.8F96AEA7.2D179A7D.IP)
  3686. # [23:31] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/2084e0ea923c - Shu-yu Guo - Bug 996987 - Always allow exit code 0 when checking for exit codes in Windows, because Windows. (r=terrence)
  3687. # [23:32] <marco> RyanVM|afk: could you see bug 997886 comment 11 later? I wanted to see another failure if possible to see if it always happens at the same point
  3688. # [23:32] * Quits: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net) (Quit: Leaving)
  3689. # [23:33] <kats> is there a version of "mach clang-format" that will format an entire file instead of just a diff?
  3690. # [23:33] <kats> also, is clang-format known to be busted on OS X?
  3691. # [23:34] * gregglind is now known as gregglind_away
  3692. # [23:34] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  3693. # [23:35] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Quit: jib)
  3694. # [23:35] <firebot> Check-in: http://hg.mozilla.org/integration/fx-team/rev/2a9a945276ae - Jared Wein - Bug 983681 - Show some content in the downloads panel when it is empty. r=mak
  3695. # [23:36] * nrc is now known as nrc|afk
  3696. # [23:36] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/5816daac4a7b - B2G Bumper Bot - Bumping manifests a=b2g-bump
  3697. # [23:36] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  3698. # [23:36] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/3d383e6ffba5 - B2G Bumper Bot - Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
  3699. # [23:37] * Joins: darin (darin@3246441A.D6CCE4AE.77834EAA.IP)
  3700. # [23:37] * Joins: damons (gnubeard@648D8037.57B833A6.D74CC41D.IP)
  3701. # [23:37] <firebot> Check-in: http://hg.mozilla.org/integration/fx-team/rev/feb85b7e78f5 - Margaret Leibovic - Bug 976335 - Handle about:home tab strip overflow on tablets. r=lucasr
  3702. # [23:38] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  3703. # [23:38] * Joins: gwagner_ (Gregor@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3704. # [23:39] * Quits: RealRaven (Thunderbir@1B18D026.ABDDC546.27F80FAC.IP) (Quit: RealRaven)
  3705. # [23:40] * Joins: RealRaven (Thunderbir@1B18D026.ABDDC546.27F80FAC.IP)
  3706. # [23:40] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Quit: jib)
  3707. # [23:40] * Quits: Mano (mano@moz-B2CB9982.red.bezeqint.net) (Client exited)
  3708. # [23:41] * kmoir is now known as kmoir-afk
  3709. # [23:41] * Quits: jwei (jwei@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Leaving.)
  3710. # [23:41] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  3711. # [23:43] * Fallen is now known as Fallen|away
  3712. # [23:43] <karl> RyanVM|afk: looks like https://hg.mozilla.org/integration/mozilla-inbound/rev/a3f42079e69c landed with the wrong author somehow. i don't think fred will mind about that little patch, but might be worth checking your script
  3713. # [23:43] * Joins: hunboy (hunboy@moz-8AACB85D.pool.invitel.hu)
  3714. # [23:44] * Quits: gustavold (gustavold@450E1AA8.64299792.DF2AC62B.IP) (Quit: Leaving.)
  3715. # [23:44] <kats> karl: it was backed out and relanded
  3716. # [23:44] <karl> RyanVM|afk: oh, sorry, i've read your next push now
  3717. # [23:44] * Joins: ted (luser@moz-6874792A.sctnpa.east.verizon.net)
  3718. # [23:44] * ChanServ sets mode: +o ted
  3719. # [23:44] <karl> thanks, kats
  3720. # [23:44] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ba2e9970b80f - Dan Gohman - Bug 967709 - SpiderMonkey: Revert the fast_sincos implementation for now. r=me
  3721. # [23:46] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  3722. # [23:46] * Quits: Archaeopteryx (itsme@moz-37B32CB4.cust.telecolumbus.net) (Quit: Goodbye)
  3723. # [23:47] * kats is now known as kats|away
  3724. # [23:47] * Joins: ggp (ggp@EE13EC3F.7A5CA424.E4090502.IP)
  3725. # [23:47] * Joins: grobinson (~grobinson@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3726. # [23:47] * Quits: bajaj (Adium@moz-24157589.mtv2.mozilla.com) (Quit: Leaving.)
  3727. # [23:47] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c81b25ae61c0 - Ehsan Akhgari - Bug 999884 - Make DBusReplyHandler not use mozilla::RefCounted; r=smaug
  3728. # [23:48] * Quits: Gijs (gijs@11271C19.105BC5B1.B1AB2861.IP) (Quit: sleep)
  3729. # [23:48] * Quits: rbarnes (rbarnes@4D4F9DDD.7794B7FF.B532E9A1.IP) (Input/output error)
  3730. # [23:49] * Quits: sfink|log (sfink@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  3731. # [23:51] * baku is now known as baku|away
  3732. # [23:51] <glandium> mmc: why would you want to do that?
  3733. # [23:51] * Joins: rbarnes (rbarnes@4D4F9DDD.7794B7FF.B532E9A1.IP)
  3734. # [23:52] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/8e797a1a4d65 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  3735. # [23:52] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/a979ddf9aee2 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  3736. # [23:53] * Quits: gwagner_ (Gregor@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: gwagner_)
  3737. # [23:53] * Quits: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca) (Quit: surkov)
  3738. # [23:53] * Joins: sfink|log (sfink@moz-62518563.mtv2.mozilla.com)
  3739. # [23:53] * camd is now known as camd|afk
  3740. # [23:54] <Waldo> hmm, where's bz these days? I thought he was out the first two days this week but was going to be back today
  3741. # [23:56] * Joins: gwagner_ (Gregor@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3742. # [23:57] * Quits: bgrins (bgrins@C7203E51.FBD8ACDB.20F09BA6.IP) (Quit: Leaving.)
  3743. # [23:57] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  3744. # [23:58] * Quits: victorporof_ (victorporo@13F2CEC5.7672369.D8E68FF6.IP) (Quit: victorporof_)
  3745. # [23:58] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  3746. # [23:59] * Quits: yzen (yzen@moz-C3EA2B28.cable.teksavvy.com) (Quit: leaving... bye!)
  3747. # [23:59] * KWierso is now known as KWierso|sheriffduty
  3748. # [23:59] * mcote is now known as mcote|afk
  3749. # Session Close: Thu Apr 24 00:00:01 2014

The end :)