/irc-logs / mozilla / #developers / 2014-08-27 / end

Options:

  1. # Session Start: Wed Aug 27 00:00:00 2014
  2. # Session Ident: #developers
  3. # [00:00] * Quits: @bsmedberg (bsmedberg@moz-820FF4CB.jst.pa.atlanticbb.net) (Quit: bsmedberg)
  4. # [00:01] <glandium> ehsan_: nbp has that already (a git server that translates git pushes to hg pushes transparently)
  5. # [00:02] * Quits: myk (myk@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  6. # [00:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/91dddb3a8703 - Monica Chew - Bug 1058348: Make disable protection string match mockup (r=adw)
  7. # [00:04] * Joins: myk (myk@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  8. # [00:04] * Joins: hallvors (uid23371@moz-31ABA2C0.irccloud.com)
  9. # [00:04] * Joins: janv (varga@966DE85D.9F0D0108.4038F31A.IP)
  10. # [00:05] * sheppy is now known as sheppy-offline
  11. # [00:06] <RyanVM> glandium: the old rebase bug?
  12. # [00:07] <RyanVM> glandium: gps: I guess in that vein, better ways to blacklist old versions from pushing would be nice
  13. # [00:07] <RyanVM> since IIRC, that's not easily doable at the moment
  14. # [00:07] * Quits: ehugg (ehugg@moz-51728837.mycingular.net) (Quit: ehugg)
  15. # [00:07] * Joins: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net)
  16. # [00:08] <gps> we have a hook looking for that
  17. # [00:08] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  18. # [00:09] <glandium> RyanVM: yes, that old rebase bug. And as gps says, we have a hook already (added when we figured what's wrong)
  19. # [00:09] <gps> https://hg.mozilla.org/hgcustom/version-control-tools/file/6d6cc743a5af/hghooks/mozhghooks/prevent_broken_csets.py
  20. # [00:09] <RyanVM> gps: glandium: sure, but IIRC, we've still had a few instances of that that the hook should have caught
  21. # [00:09] <RyanVM> and what about the next Awful Mercurial Bug?
  22. # [00:10] <glandium> gps: i think it's another one
  23. # [00:10] * Quits: askalski (akuda@2BA4E5A7.CC7751E8.6712E96B.IP) (Quit: Wychodzi)
  24. # [00:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/7d7d64aa56d6 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  25. # [00:10] <gps> RyanVM: file a bug with a broken commit and we'll get a hook deployed
  26. # [00:11] <RyanVM> gps: it's been awhile, but I will if it happens again
  27. # [00:11] <RyanVM> i just know I've had to yell on occasion for people using old hg versions
  28. # [00:12] * whimboo is now known as whimboo|afk
  29. # [00:12] * Joins: loadbang (simon@moz-963262EC.range86-148.btcentralplus.com)
  30. # [00:12] <glandium> gps: although... maybe the one i'm thinking about was never deployed
  31. # [00:12] * Quits: ekr (Adium@moz-10C2576A.hsd1.ca.comcast.net) (Quit: Leaving.)
  32. # [00:12] * rail is now known as rail_away
  33. # [00:12] * Joins: IanN (chatzilla@moz-7F4009AA.perr.cable.virginm.net)
  34. # [00:13] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Ping timeout)
  35. # [00:13] * Quits: Pike (chatzilla@moz-8DA8A133.pool.mediaways.net) (Quit: ChatZilla 0.9.90.1 [Firefox 31.0/20140716183446])
  36. # [00:13] * Quits: MisterSpeaker (MisterSpea@moz-3CA63242.nyc.res.rr.com) (Client exited)
  37. # [00:13] * Quits: system64 (uid17738@moz-A42E5B7B.irccloud.com) (Quit: Connection closed for inactivity)
  38. # [00:13] * Quits: justindarc (justindarc@D2AEACFC.B56D28DB.B58D01CE.IP) (Quit: )
  39. # [00:14] * Quits: rbarnes (rbarnes@moz-10C2576A.hsd1.ca.comcast.net) (Input/output error)
  40. # [00:14] * Joins: ehugg (ehugg@moz-21E4FAD.mycingular.net)
  41. # [00:14] <gps> glandium: didn't you write one that verifies ctx.files() is the actual set of changed files?
  42. # [00:15] <glandium> gps: bug 962300 ; not deployed :(
  43. # [00:15] <gps> boo
  44. # [00:15] * Quits: Archaeopteryx (itsme@moz-31274644.cust.telecolumbus.net) (Quit: Goodbye)
  45. # [00:17] * Joins: lizzard (ehenry@D3F1F6C3.CB3251F2.284344F5.IP)
  46. # [00:18] * Quits: lizzard (ehenry@D3F1F6C3.CB3251F2.284344F5.IP) (Quit: lizzard)
  47. # [00:18] <glandium> gps: so, what do we do about that one?
  48. # [00:19] <gps> glandium: remove the rebase_source complaining and let's land the hook to check for .files() mismatch
  49. # [00:19] <gps> perfect is enemy of done
  50. # [00:19] <gps> rebase_source should die when obsolescence is enabled in core
  51. # [00:19] <glandium> gps: the rebase_source complaining?
  52. # [00:19] <gps> isn't that why I didn't like bug 962300?
  53. # [00:19] * Joins: rbarnes (rbarnes@moz-10C2576A.hsd1.ca.comcast.net)
  54. # [00:20] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  55. # [00:20] * Joins: ekr (Adium@moz-10C2576A.hsd1.ca.comcast.net)
  56. # [00:20] * Joins: h4writer (h4writer@moz-6BDA8831.access.telenet.be)
  57. # [00:20] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  58. # [00:20] <glandium> gps: you didn't like that it "reimplemented" internals. other than that, we were pretty much undecided whether to go with the patch in there or just plain rejecting rebase_source
  59. # [00:21] <mwargers> jwatt, ping?
  60. # [00:21] * Joins: dzbarsky (Adium@moz-5F2B559F.hsd1.de.comcast.net)
  61. # [00:22] <gps> well, rejecting "rebase_source" would be annoying for people using "rebase"
  62. # [00:23] * Quits: dzbarsky (Adium@moz-5F2B559F.hsd1.de.comcast.net) (Quit: Leaving.)
  63. # [00:24] * Quits: ehugg (ehugg@moz-21E4FAD.mycingular.net) (Quit: ehugg)
  64. # [00:24] * sfink|afk is now known as sfink
  65. # [00:25] * Quits: mconley (mconley@moz-FBB7D102.cable.teksavvy.com) (Input/output error)
  66. # [00:25] * Joins: GPH|Nikko (GPHemsley@moz-131BD24E.dhcp.gwnt.ga.charter.com)
  67. # [00:26] * dhylands is now known as dhylands|test
  68. # [00:26] * dhylands|test is now known as dhylands
  69. # [00:26] * Joins: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com)
  70. # [00:27] * curtisk is now known as curtisk|afk
  71. # [00:27] * Quits: vebb (mike@8673B62F.3F44B6EB.FC74E68.IP) (Quit: preprocessor-irc-cli has gone to sleep ZzzzzZZZ)
  72. # [00:28] * jimm is now known as jimm-bbiab
  73. # [00:28] * Quits: victorporof_ (victorporo@13F2CEC5.7672369.D8E68FF6.IP) (Quit: victorporof_)
  74. # [00:29] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Ping timeout)
  75. # [00:29] <jesup> mccr8: ping
  76. # [00:30] <mccr8> jesup: pong
  77. # [00:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/7775e496b013 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  78. # [00:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/eb87b3b648ca - B2G Bumper Bot - Bumping manifests a=b2g-bump
  79. # [00:30] * Quits: morlunk (andrew@moz-7CB4AD92.vc.shawcable.net) (Quit: WeeChat 1.0)
  80. # [00:31] <glandium> gps: let me refresh the patch, and add a test
  81. # [00:32] <glandium> (which might be tricky to put in place, as it requires generating bad commits)
  82. # [00:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e1d9104a958f - Matt Woodrow - Bug 1056171 - Account for continuations when generating background clip areas. r=roc
  83. # [00:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/247755b96ab8 - Matt Woodrow - Bug 1057211 - Use DrawTargetDual for component alpha layers when tiling so that we get correct PushGroupAndCopyBackground behaviour. r=nical
  84. # [00:32] * Quits: raniere (raniere@5E656909.B2B7AE3.115BDA44.IP) (Ping timeout)
  85. # [00:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c9e48790f6fa - Matt Woodrow - Bug 1057216 - Make DrawTargetCG hold a reference to DataSourceSurface when we're wrapping their data. r=jrmuizel
  86. # [00:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5ee7a98d1e2f - Matt Woodrow - Bug 1050788 - Add test for complex path that is entirely clipped out. r=roc
  87. # [00:33] * Quits: h4writer (h4writer@moz-6BDA8831.access.telenet.be) (Ping timeout)
  88. # [00:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c3474588bddd - Matt Woodrow - Bug 1050788 - Fix a bug where cairo's region clipping code incorrectly handled empty clips. r=jrmuizel
  89. # [00:33] <jesup> I think the profile-change-teardown we're referring to is on MainThread to an observer.... not in the GMP sub-process.
  90. # [00:33] <jesup> bug 1058903
  91. # [00:33] * Quits: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  92. # [00:33] <jesup> mccr8: ^
  93. # [00:33] <gps> glandium: see commit() in localrepository.py
  94. # [00:33] <gps> the code paths changed drastically between 2.5.4 and tip, however
  95. # [00:34] * Quits: myk (myk@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  96. # [00:34] <gps> or at least I think they did. I don't think commitctx was a thing until ~2.8
  97. # [00:34] * Quits: chmanchester (chmanchest@63CA6098.1EB7376C.ECED8BE3.IP) (Input/output error)
  98. # [00:35] * Quits: gerv (Instantbir@moz-8E3B6E80.range86-158.btcentralplus.com) (Ping timeout)
  99. # [00:35] <mccr8> jesup: well, the assert looks to be failing in a child process in GeckoMediaPluginService::Observe
  100. # [00:36] <mccr8> maybe it is a bogus assert or something, I don't know
  101. # [00:36] <jesup> mccr8: GeckoMediaPluginService::Observe() is a normal mainthread observer
  102. # [00:37] * Quits: rbarnes (rbarnes@moz-10C2576A.hsd1.ca.comcast.net) (Input/output error)
  103. # [00:37] <mccr8> jesup: well, that stacks suggests it is running on a child process
  104. # [00:37] <mccr8> stacks/stack
  105. # [00:37] <jesup> mccr8: that was an e10s content-process stack
  106. # [00:38] * Quits: Swatinem (Instantbir@moz-C3348152.dynamic.surfer.at) (Ping timeout)
  107. # [00:38] <jesup> I believe
  108. # [00:38] <mccr8> jesup: well, that's from a non-e10s mochitest-3 run, so I don't know. let me find the try link.
  109. # [00:38] * Joins: myk (myk@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  110. # [00:38] <mccr8> jesup: https://tbpl.mozilla.org/?tree=Try&rev=0ff144b4e0d8 look at the M3 failures here.
  111. # [00:39] <jesup> Ah, I see, you're right, it says non-E10S
  112. # [00:39] * lmandel is now known as lmandel_afk
  113. # [00:39] <jesup> mccr8: ok, I'm confused (or maybe the report is)
  114. # [00:39] <mccr8> yeah...
  115. # [00:40] <mccr8> jesup: should be easy enough to reproduce locally. just apply bent's patch in bug 1035454
  116. # [00:40] <mccr8> and then run whatever dom media test directory it is failing in
  117. # [00:40] * coop is now known as coop|afk
  118. # [00:40] * Joins: gandalf (zbraniecki@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  119. # [00:40] * Quits: jet (jet@DC28F9F2.9D1462C2.B1AB2861.IP) (Quit: jet)
  120. # [00:41] * Joins: espadrine` (ttyl@moz-B260819.w90-2.abo.wanadoo.fr)
  121. # [00:42] * Quits: ggp (ggp@moz-51AA7F1C.dsl.telesp.net.br) (Ping timeout)
  122. # [00:42] * Quits: espadrine (ttyl@moz-6EE82896.w92-128.abo.wanadoo.fr) (Ping timeout)
  123. # [00:44] * Joins: yurenju_ (yurenju@moz-6C14E8A3.dynamic.hinet.net)
  124. # [00:44] * Quits: myk (myk@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Connection reset by peer)
  125. # [00:45] * Quits: mdas (mdas@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  126. # [00:45] * Joins: ggp (ggp@moz-51AA7F1C.dsl.telesp.net.br)
  127. # [00:45] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/5b367a7ae262 - B2G Bumper Bot - Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
  128. # [00:45] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/74ffafed561b - B2G Bumper Bot - Bumping manifests a=b2g-bump
  129. # [00:45] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  130. # [00:45] * Quits: tH (Rob@cpc4-seac20-2-0-cust858.7-2.cable.virginm.net) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  131. # [00:45] * Quits: Gijs (gijs@moz-5940503C.range81-159.btcentralplus.com) (Quit: sleep)
  132. # [00:46] * Joins: chmanchester (chmanchest@63CA6098.1EB7376C.ECED8BE3.IP)
  133. # [00:46] * chmanchester is now known as chmanchester|afk
  134. # [00:46] * Quits: sir_none (Thunderbir@moz-E98CDE3D.dclient.hispeed.ch) (Quit: sir_none)
  135. # [00:48] * Quits: gsvelto (gsvelto@moz-7E41F205.retail.telecomitalia.it) (Input/output error)
  136. # [00:48] * Joins: raniere (raniere@5E656909.B2B7AE3.115BDA44.IP)
  137. # [00:48] * Quits: ggp (ggp@moz-51AA7F1C.dsl.telesp.net.br) (Ping timeout)
  138. # [00:48] <Waldo> seth: maybe, but honestly I'm a little leery of adding too many different things of the conflate-different-types-in-the-same-thing sort; it's sort of deliberately evading the C++ type system in ways that make mistyping bugs easier to incur, or at least lowering the barrier to introducing such mistakes
  139. # [00:48] * Joins: victorporof (victorporo@F444BE2B.50296537.3EE329E3.IP)
  140. # [00:49] * Quits: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net) (Ping timeout)
  141. # [00:49] * Joins: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net)
  142. # [00:49] * Quits: chmanchester|afk (chmanchest@63CA6098.1EB7376C.ECED8BE3.IP) (Quit: )
  143. # [00:50] * Joins: ehugg (ehugg@moz-56CFE7FB.hsd1.wa.comcast.net)
  144. # [00:52] * FuzzyFox|afk is now known as FuzzyFox
  145. # [00:52] * Quits: juanb (jbecerra@moz-75CFC93C.lightspeed.sntcca.sbcglobal.net) (Quit: juanb)
  146. # [00:52] * Quits: yeukhon (yeukhon@moz-A4A36DA6.buckcmtk01.res.dyn.suddenlink.net) (Quit: Leaving.)
  147. # [00:52] * Quits: Optimizer (Optimizer@D272CA74.60965A1D.BE4CF869.IP) (Ping timeout)
  148. # [00:53] * Joins: juanb (jbecerra@moz-75CFC93C.lightspeed.sntcca.sbcglobal.net)
  149. # [00:53] * Quits: gustavold (gustavold@9F6CF89.4F9453A5.DF2AC62B.IP) (Quit: Leaving.)
  150. # [00:53] * Quits: juanb (jbecerra@moz-75CFC93C.lightspeed.sntcca.sbcglobal.net) (Quit: juanb)
  151. # [00:53] * Joins: ggp (ggp@moz-51AA7F1C.dsl.telesp.net.br)
  152. # [00:54] * Quits: ekr (Adium@moz-10C2576A.hsd1.ca.comcast.net) (Quit: Leaving.)
  153. # [00:54] * Quits: loadbang (simon@moz-963262EC.range86-148.btcentralplus.com) (Quit: loadbang)
  154. # [00:54] * Joins: ekr (Adium@moz-10C2576A.hsd1.ca.comcast.net)
  155. # [00:57] * Joins: yeukhon (yeukhon@moz-A4A36DA6.buckcmtk01.res.dyn.suddenlink.net)
  156. # [00:58] * Joins: michal (michal@moz-93EA2B69.net.upcbroadband.cz)
  157. # [00:58] * Quits: pcwalton (pcwalton@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: pcwalton)
  158. # [01:00] * Quits: sicking (sicking@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: sicking)
  159. # [01:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/dab8293f6cd5 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  160. # [01:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/078fa61309dd - B2G Bumper Bot - Bumping manifests a=b2g-bump
  161. # [01:00] * Joins: pcwalton (pcwalton@moz-C07D5168.p2p.sfo1.mozilla.com)
  162. # [01:01] * miketaylr is now known as zz_miketaylr
  163. # [01:01] * Joins: sicking (sicking@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  164. # [01:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f1b9d154464e - Kartikaya Gupta - Bug 936690 - Remove use of nsIContentViewManager in metro. r=mbrubeck
  165. # [01:01] * Joins: alexbardas (alexbardas@moz-62518563.mtv2.mozilla.com)
  166. # [01:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c612d2a179f0 - Matt Woodrow - Bug 936690 - Remove nsIContentView and nsIContentViewManager. r=roc
  167. # [01:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1e22fe6f0462 - Matt Woodrow - Bug 1047945 - Delete the TileExpiry object at shutdown to avoid leak warnings. r=BenWa
  168. # [01:01] * Joins: Optimizer (Optimizer@D272CA74.60965A1D.BE4CF869.IP)
  169. # [01:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/f688f262758d - Ed Lee - Bug 1058935 - Use tiles.services.mozilla.com instead of tiles.up.mozillalabs.com for fetch/ping [r=adw]
  170. # [01:01] * FuzzyFox is now known as FuzzyFox|afk
  171. # [01:02] * hwine is now known as hwine-commuting
  172. # [01:03] * Quits: Optimizer (Optimizer@D272CA74.60965A1D.BE4CF869.IP) (Ping timeout)
  173. # [01:04] * luke is now known as luke-away
  174. # [01:04] * Quits: emtwo (Adium@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Leaving.)
  175. # [01:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/30684d07599d - Brian Nicholson - Bug 1058852 - Remove unused drawables. r=rnewman
  176. # [01:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/512b16337fa9 - Brian Nicholson - Bug 1058852 - Remove unused layouts. r=rnewman
  177. # [01:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9cfeb1314dc1 - Bill McCloskey - Bug 1057481 - Session restore shouldn't use contentWindow (r=ttaubert)
  178. # [01:05] * Joins: loadbang (simon@moz-963262EC.range86-148.btcentralplus.com)
  179. # [01:05] * Quits: sovemp (shaycraft@37579293.AD310888.4B8DD6BE.IP) (Quit: leaving)
  180. # [01:06] * Quits: loadbang (simon@moz-963262EC.range86-148.btcentralplus.com) (Quit: loadbang)
  181. # [01:06] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  182. # [01:06] * Joins: njn (njn@moz-62051264.dyn.iinet.net.au)
  183. # [01:06] * ChanServ sets mode: +o njn
  184. # [01:06] * @njn is surprised to find NS_QuickSort in xpcom/
  185. # [01:07] <froydnj> njn: did you know that NS_QuickSort not-so-recently had a bug fixed in it, too? :)
  186. # [01:07] <@njn> froydnj: off-by-one? integer overflow? something else?
  187. # [01:07] * Joins: ekr1 (Adium@moz-10C2576A.hsd1.ca.comcast.net)
  188. # [01:08] <froydnj> njn: performance (!), bug 872497
  189. # [01:09] * Quits: ekr (Adium@moz-10C2576A.hsd1.ca.comcast.net) (Ping timeout)
  190. # [01:09] <froydnj> I thought there was another one, but maybe that was in the string comparators used by NS_QuickSort
  191. # [01:09] * Quits: ekr1 (Adium@moz-10C2576A.hsd1.ca.comcast.net) (Ping timeout)
  192. # [01:10] <@njn> froydnj: well, I wasn't expecting that
  193. # [01:11] <froydnj> njn: no one expects O(n^2) performance!
  194. # [01:11] * Joins: loadbang (simon@moz-963262EC.range86-148.btcentralplus.com)
  195. # [01:12] * Quits: mikeratcliffe (Adium@B8D4FE5.4788BC2C.7CCB197A.IP) (Quit: Leaving.)
  196. # [01:12] * Joins: Optimizer (Optimizer@D272CA74.60965A1D.BE4CF869.IP)
  197. # [01:14] * Joins: meh (meh@moz-3BDDADB0.net24.it)
  198. # [01:14] * Quits: mwu (mwu@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  199. # [01:14] * Quits: loadbang (simon@moz-963262EC.range86-148.btcentralplus.com) (Quit: loadbang)
  200. # [01:14] <@njn> froydnj: and lots of NS_str*() functions, too?
  201. # [01:15] * Joins: myk (myk@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  202. # [01:15] * Joins: Mano (mano@moz-7D8E46E2.red.bezeqint.net)
  203. # [01:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/749d2ae83195 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  204. # [01:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/84ef01df7a1c - B2G Bumper Bot - Bumping manifests a=b2g-bump
  205. # [01:15] * Quits: linuxwolf (Adium@moz-44D86B1E.cisco.com) (Quit: Leaving.)
  206. # [01:16] <mwargers> dholbert, ping?
  207. # [01:16] <dholbert> mwargers, hi
  208. # [01:16] * Quits: joshua-s (Thunderbir@moz-5EC66473.syrcny.east.verizon.net) (Ping timeout)
  209. # [01:16] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Ping timeout)
  210. # [01:17] * Quits: Mano (mano@moz-7D8E46E2.red.bezeqint.net) (Ping timeout)
  211. # [01:17] * @njn is getting |security/sandbox/linux/Sandbox.cpp:403: error: undefined reference to 'mozilla::unused'| on inbound, on Linux
  212. # [01:17] <mwargers> dholbert, hi, perhaps you want to review the test fix for bug 1058087? I don't think it's a big deal, and I can't seem to reach jwatt
  213. # [01:18] * Joins: jkitch (Thunderbir@moz-C3989E9D.lns20.adl6.internode.on.net)
  214. # [01:18] <dholbert> mwargers, sure
  215. # [01:18] <mwargers> dholbert, thx!
  216. # [01:18] * Quits: Optimizer (Optimizer@D272CA74.60965A1D.BE4CF869.IP) (Ping timeout)
  217. # [01:19] * Joins: loadbang (simon@moz-963262EC.range86-148.btcentralplus.com)
  218. # [01:19] * Quits: heftig (heftig@moz-2097C734.dip0.t-ipconnect.de) (Ping timeout)
  219. # [01:19] * Joins: heftig (heftig@moz-F6B96B8.dip0.t-ipconnect.de)
  220. # [01:20] * Quits: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 1.8.0.9/2006120508])
  221. # [01:20] <lgarner> fabrice: ping.
  222. # [01:20] <fabrice> lgarner: pong
  223. # [01:21] <lgarner> fabrice: Hi, Bug 979767. Whenever you're ready :) We're trying to get it landed/reviewed before branch friday.
  224. # [01:21] <fabrice> oh my...
  225. # [01:21] <lgarner> fabrice: For the record, I think we agreed on system messages for now.
  226. # [01:21] * Joins: cpearce (chatzilla@34E8ECDF.DC2C3734.616A18A6.IP)
  227. # [01:22] * Quits: Mardak (Mardak@4851473D.BD9ECD5D.97D164AB.IP) (Ping timeout)
  228. # [01:23] <fabrice> ok
  229. # [01:24] * Joins: AaronMT (AaronMT@moz-53D1D1F.cpe.net.cable.rogers.com)
  230. # [01:24] * Joins: Mardak (Mardak@4851473D.BD9ECD5D.97D164AB.IP)
  231. # [01:24] * Quits: AaronMT (AaronMT@moz-53D1D1F.cpe.net.cable.rogers.com) (Input/output error)
  232. # [01:26] * Joins: joshua-s (Thunderbir@moz-10A8C539.syrcny.east.verizon.net)
  233. # [01:26] * Quits: spohl|afk (Adium@14F878C5.58AFE261.5EBD1F4C.IP) (Quit: Leaving.)
  234. # [01:26] * Parts: Snuffleupagus (chatzilla@moz-50E31F78.bredband.comhem.se)
  235. # [01:26] <reuben> dbaron++
  236. # [01:26] <@dbaron> reuben, the holiday notice?
  237. # [01:27] <reuben> yes, and the attention to detail
  238. # [01:27] <reuben> "It is Labor Day in the US, and Labour Day in Canada."
  239. # [01:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/0f0b691f66dd - Margaret Leibovic - Bug 1058352 - Correctly specify "other" instead of "null" for non-built-in search engines. r=mfinkle
  240. # [01:28] * Joins: Optimizer (Optimizer@D272CA74.60965A1D.BE4CF869.IP)
  241. # [01:28] * Fallen is now known as Fallen|away
  242. # [01:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/8ad9756bb025 - Ralph Giles - Bug 1058399 - Fix VideoData leak on osx fmp4 seek. r=cpearce
  243. # [01:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c5fbcc0109b3 - Ralph Giles - Bug 1058400 - Fix AppleCMLinker assertion. r=cpearce
  244. # [01:31] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  245. # [01:31] * Quits: espadrine` (ttyl@moz-B260819.w90-2.abo.wanadoo.fr) (Ping timeout)
  246. # [01:33] * jimm-bbiab is now known as jimm
  247. # [01:33] * Quits: _6a68 (_6a68@moz-83AB8150.socal.res.rr.com) (Quit: Leaving...)
  248. # [01:33] * Quits: RealRaven (Thunderbir@362D35C2.10E106C4.C3498625.IP) (Client exited)
  249. # [01:33] * Quits: raniere (raniere@5E656909.B2B7AE3.115BDA44.IP) (Ping timeout)
  250. # [01:35] * Quits: automata (automata@BA48CF99.FA36B139.BB0EBA72.IP) (Quit: This computer has gone to sleep)
  251. # [01:36] * Quits: myk (myk@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  252. # [01:36] * Joins: myk (myk@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  253. # [01:37] * Quits: ehugg (ehugg@moz-56CFE7FB.hsd1.wa.comcast.net) (Quit: ehugg)
  254. # [01:39] * Joins: nattokirai (nattokirai@C7D29382.9CD517C2.134C27BB.IP)
  255. # [01:40] <@njn> anybody else getting |error: undefined reference to 'mozilla::unused| when linking on Linux?
  256. # [01:41] <@njn> I'm getting it with both clang and GCC
  257. # [01:41] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/607421044238 - Wes Kocher - Backed out 4 changesets (bug 745283) for conflicting with the backout of bug 786419 a=backout
  258. # [01:41] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/fd51c8a61561 - Wes Kocher - Backed out changeset 1ed271ffb59c (bug 786419) bug causing bug 786419 a=backout
  259. # [01:43] <@roc> njn: that's hilarious
  260. # [01:43] * BenWa is now known as BenWa|email
  261. # [01:44] * Quits: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net) (Quit: jib)
  262. # [01:45] * Parts: ckerschb (ckerschb@moz-62518563.mtv2.mozilla.com)
  263. # [01:45] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/43182aedffb0 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  264. # [01:45] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/ef4e11ce1635 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  265. # [01:45] * Joins: jduell (jduell@moz-82D474FE.hsd1.wa.comcast.net)
  266. # [01:46] <seth> Waldo: that's true. we should keep the amount of code that does that pretty limited, i agree
  267. # [01:47] * Quits: jgriffin (jgriffin@moz-791CC332.hsd1.wa.comcast.net) (Quit: jgriffin)
  268. # [01:47] <seth> Waldo: in practice though, I think Either and Variant are a win, because we have an ad-hoc pattern of using 'union' paired with a boolean or enum in many places in the code which i find much more troubling, since each place we do it is a new opportunity to make mistakes
  269. # [01:48] * Joins: raniere (raniere@5E656909.B2B7AE3.115BDA44.IP)
  270. # [01:49] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/b693a1350656 - Shih-Chiang Chien - Bug 745283 - Part 1: Expose nsINetAddr for the local address of nsUDPSocket and support send with InputStream. r=jduell, r=mayhemer
  271. # [01:49] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/69e68a879b44 - Shih-Chiang Chien - Bug 745283 - Part 2: Add udp-socket permission. r=sicking, r=baku
  272. # [01:49] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/d0ab836a6517 - Shih-Chiang Chien - Bug 745283 - Part 3: Support send input stream and multicast operation via PUDPSocket.ipdl. r=jduell, r=mt
  273. # [01:49] * Joins: Mano (mano@moz-7D8E46E2.red.bezeqint.net)
  274. # [01:49] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/4f6affdf52b6 - Shih-Chiang Chien - Bug 745283 - Part 4: WebIDL binding for UDPSocket API. r+sr=smaug, r=khuey, r=baku a=reland
  275. # [01:49] <@njn> roc: I'm not laughing...
  276. # [01:50] <@njn> roc: the file in question (Sandbox.cpp) is #including mozilla/unused.h, so I don't understand what's wrong
  277. # [01:50] * Quits: Optimizer (Optimizer@D272CA74.60965A1D.BE4CF869.IP) (Ping timeout)
  278. # [01:50] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4a3a302f1f31 - Chris Double - Bug 1058549 - Implement SourceBufferDecoder::GetEndMediaTime - r=kinetik
  279. # [01:51] * Joins: Optimizer (Optimizer@D272CA74.60965A1D.BE4CF869.IP)
  280. # [01:51] * Quits: jduell (jduell@moz-82D474FE.hsd1.wa.comcast.net) (Input/output error)
  281. # [01:51] * Joins: chmanchester (chmanchest@63CA6098.1EB7376C.ECED8BE3.IP)
  282. # [01:51] * Quits: Mano (mano@moz-7D8E46E2.red.bezeqint.net) (Ping timeout)
  283. # [01:51] * Joins: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net)
  284. # [01:52] * Quits: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net) (Quit: jib)
  285. # [01:53] * Quits: robertbindar (Thunderbir@moz-C07D5168.p2p.sfo1.mozilla.com) (Ping timeout)
  286. # [01:53] * zz_miketaylr is now known as miketaylr
  287. # [01:53] * FuzzyFox|afk is now known as FuzzyFox
  288. # [01:54] * Joins: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net)
  289. # [01:54] * Joins: robertbindar (Thunderbir@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  290. # [01:55] * Quits: Mossop (dtownsend@53343B0D.8DCA2D5.5E2862A8.IP) (Quit: This computer has gone to sleep)
  291. # [01:56] * Joins: dougc (chatzilla@moz-AA0653D1.lns20.mel4.internode.on.net)
  292. # [01:56] * Joins: spohl (Adium@D32F2D00.F404A8D4.975DB329.IP)
  293. # [01:56] * Quits: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net) (Quit: jib)
  294. # [01:57] * geekboy is now known as geekboy|afk
  295. # [01:58] * Quits: tomasz (Adium@moz-62518563.mtv2.mozilla.com) (Quit: Leaving.)
  296. # [01:58] * Quits: Optimizer (Optimizer@D272CA74.60965A1D.BE4CF869.IP) (Ping timeout)
  297. # [01:58] * Joins: Optimizer (Optimizer@D272CA74.60965A1D.BE4CF869.IP)
  298. # [02:00] <KWierso|sheriffduty> bnicholson: ping
  299. # [02:00] * Joins: tomasz (Adium@moz-62518563.mtv2.mozilla.com)
  300. # [02:00] <bnicholson> KWierso|sheriffduty: darnit
  301. # [02:01] <KWierso|sheriffduty> bnicholson: seeing a bunch of android 2.3 reftest failures like https://tbpl.mozilla.org/php/getParsedLog.php?id=46806872&tree=Fx-Team
  302. # [02:01] * Quits: bent (chatzilla@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  303. # [02:01] * Quits: Optimizer (Optimizer@D272CA74.60965A1D.BE4CF869.IP) (Ping timeout)
  304. # [02:01] <KWierso|sheriffduty> bnicholson: though the prior push didn't build android
  305. # [02:01] <bnicholson> KWierso|sheriffduty: thanks, mind doing backout?
  306. # [02:02] <KWierso|sheriffduty> bnicholson: sure
  307. # [02:02] * wlach is now known as wlach|afk
  308. # [02:02] * ewong|away is now known as ewong
  309. # [02:02] * Joins: Optimizer (Optimizer@D272CA74.60965A1D.BE4CF869.IP)
  310. # [02:03] * FuzzyFox is now known as FuzzyFox|afk
  311. # [02:03] * Quits: dmose (textual@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  312. # [02:05] * Quits: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  313. # [02:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0e73004b33f2 - Matthew Gregan - Bug 1058297 - Allow opting-out of "build complete" spam. r=gps
  314. # [02:05] * Joins: dholbert_ (dholbert@moz-2DBFC5C4.static.sonic.net)
  315. # [02:05] <kinetik> crud, that should've been DONT BUILD
  316. # [02:06] * Quits: bajaj (bajaj_afk@moz-24157589.mtv2.mozilla.com) (Quit: Leaving.)
  317. # [02:06] * Quits: Optimizer (Optimizer@D272CA74.60965A1D.BE4CF869.IP) (Ping timeout)
  318. # [02:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/aca5bff5dce5 - Wes Kocher - Backed out 2 changesets (bug 1058852) for Android 2.3 reftest orange
  319. # [02:06] <KWierso|sheriffduty> bnicholson: ^
  320. # [02:06] <bnicholson> KWierso|sheriffduty: all right, ty
  321. # [02:07] * Joins: Optimizer (Optimizer@D272CA74.60965A1D.BE4CF869.IP)
  322. # [02:10] * Joins: milan (milan@567525E4.AA849D23.87266736.IP)
  323. # [02:10] * Quits: spohl (Adium@D32F2D00.F404A8D4.975DB329.IP) (Quit: Leaving.)
  324. # [02:10] * Joins: mwu (mwu@moz-F034F23A.static-ip.telepacific.net)
  325. # [02:11] * Quits: yurenju_ (yurenju@moz-6C14E8A3.dynamic.hinet.net) (Quit: Computer has gone to sleep.)
  326. # [02:11] * Joins: ckitching (ckitching@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  327. # [02:11] <kinetik> njn: i just hit that too, i guess bug 1041886 caused it
  328. # [02:12] <@njn> kinetik: thanks! you just saved me from having to bisect
  329. # [02:13] * Joins: bz_away (bzbarsky@moz-72881629.bstnma.fios.verizon.net)
  330. # [02:13] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/55f027c764be - Bernardo P. Rittmeyer - Bug 863773 - Changes the way plugin handlers are loaded at the preferences applications pane. Uses enabledPlugin attribute from each navigator.mimeTypes to find the actual plugin used to handle the mime type. r=Unfocused
  331. # [02:13] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/0edf9e2cef4c - Gijs Kruitbosch - Bug 670587 - include protocol when dragging URLs from the URL bar, r=dao
  332. # [02:13] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/c7ee261eed1b - Jared Wein - Bug 1058258 - Fix typos and improve some of the Loop text. r=abr
  333. # [02:13] * Joins: vebb (mike@8673B62F.3F44B6EB.FC74E68.IP)
  334. # [02:13] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/2e9bbd03df15 - Ryan VanderMeulen - Merge m-c to fx-team. a=merge
  335. # [02:13] * Quits: vebb (mike@8673B62F.3F44B6EB.FC74E68.IP) (Max SendQ exceeded)
  336. # [02:13] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/11930a45d9a7 - Tetsuharu OHZEKI - Bug 1058708 - [e10s] View Page Source of context menu does not work in e10s. r=mconley
  337. # [02:13] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/a8944add4cb6 - Gijs Kruitbosch - Bug 991757 - add BrowserUITelemetry documentation, r=bsmedberg,jaws, DONTBUILD because docs-only
  338. # [02:14] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/d851690b8255 - Wes Kocher - Merge fx-team to m-c a=merge
  339. # [02:14] * Joins: vebb (mike@8673B62F.3F44B6EB.FC74E68.IP)
  340. # [02:14] * Quits: vebb (mike@8673B62F.3F44B6EB.FC74E68.IP) (Max SendQ exceeded)
  341. # [02:14] * Joins: vebb (mike@8673B62F.3F44B6EB.FC74E68.IP)
  342. # [02:14] * Quits: vebb (mike@8673B62F.3F44B6EB.FC74E68.IP) (Max SendQ exceeded)
  343. # [02:15] * Joins: vebb (mike@8673B62F.3F44B6EB.FC74E68.IP)
  344. # [02:15] * Quits: yeukhon (yeukhon@moz-A4A36DA6.buckcmtk01.res.dyn.suddenlink.net) (Quit: Leaving.)
  345. # [02:17] * Quits: myk (myk@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  346. # [02:18] * Joins: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net)
  347. # [02:19] * Quits: dholbert_ (dholbert@moz-2DBFC5C4.static.sonic.net) (Ping timeout)
  348. # [02:21] * Quits: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net) (Ping timeout)
  349. # [02:22] * Quits: aklotz (Thunderbir@moz-935DE219.cg.shawcable.net) (Quit: aklotz)
  350. # [02:22] * Quits: tomasz (Adium@moz-62518563.mtv2.mozilla.com) (Quit: Leaving.)
  351. # [02:24] * Quits: IanN (chatzilla@moz-7F4009AA.perr.cable.virginm.net) (Quit: ChatZilla 0.9.90.1 [Firefox 31.0/20140730101922])
  352. # [02:24] * Quits: sicking (sicking@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: sicking)
  353. # [02:24] * hwine-commuting is now known as hwine
  354. # [02:25] * Quits: Optimizer (Optimizer@D272CA74.60965A1D.BE4CF869.IP) (Ping timeout)
  355. # [02:26] * Joins: ekr (Adium@moz-10C2576A.hsd1.ca.comcast.net)
  356. # [02:26] <Mardak> has anyone run into ERROR PROCESSING MOZBUILD FILE AttributeError: 'TestManifest' object has no attribute 'manifest_defaults' python/mozbuild/mozbuild/frontend/emitter.py", line 493, in _process_test_manifest defaults = m.manifest_defaults[os.path.normpath(path)]
  357. # [02:27] * Joins: rbarnes (rbarnes@moz-10C2576A.hsd1.ca.comcast.net)
  358. # [02:27] <Mardak> i’ve clobbered and removed .pyc files but i still get that on a checkout of gecko-dev/master
  359. # [02:28] * ggp is now known as ggp|away
  360. # [02:28] * Quits: loadbang (simon@moz-963262EC.range86-148.btcentralplus.com) (Quit: loadbang)
  361. # [02:28] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=29faabfdb3b2 - 21 changesets
  362. # [02:28] * Joins: Optimizer (Optimizer@4C4349C1.31144D6E.BE4CF869.IP)
  363. # [02:28] * Joins: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net)
  364. # [02:29] * Quits: bwc1 (Adium@moz-62518563.mtv2.mozilla.com) (Quit: Leaving.)
  365. # [02:29] * Quits: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net) (Quit: jib)
  366. # [02:30] <gps> Mardak: file a bug please
  367. # [02:32] * Joins: masayuki (Thunderbir@moz-7765A755.zaq.ne.jp)
  368. # [02:32] * Joins: juanb (jbecerra@moz-B1FFED10.lightspeed.sntcca.sbcglobal.net)
  369. # [02:32] * Joins: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net)
  370. # [02:32] * Quits: sylvain (scleymans@moz-62518563.mtv2.mozilla.com) (Input/output error)
  371. # [02:32] * Joins: wolfiR__ (wolfiR@moz-DBE9C53E.dip0.t-ipconnect.de)
  372. # [02:33] * Quits: jimm (jmathies@moz-DF439B90.pn.at.cox.net) (Quit: )
  373. # [02:33] * Joins: ckitching_ (ckitching@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  374. # [02:33] * Quits: raniere (raniere@5E656909.B2B7AE3.115BDA44.IP) (Ping timeout)
  375. # [02:33] * Quits: ckitching_ (ckitching@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  376. # [02:33] * Quits: @smaug (chatzilla@moz-38C5B03.elisa-laajakaista.fi) (Ping timeout)
  377. # [02:33] * Quits: wolfiR_ (wolfiR@moz-9A1BED08.dip0.t-ipconnect.de) (Ping timeout)
  378. # [02:34] * Quits: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net) (Ping timeout)
  379. # [02:36] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard)
  380. # [02:36] * Joins: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net)
  381. # [02:37] * Quits: bmoss (bmoss@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  382. # [02:37] * Joins: damons (gnubeard@moz-6462BBF7.dsl.sjc.megapath.net)
  383. # [02:37] * Quits: balrog (balrog@moz-AE0E9E19.phlapa.fios.verizon.net) (Ping timeout)
  384. # [02:39] * terrence is now known as terrence-afk
  385. # [02:39] * Quits: rbarnes (rbarnes@moz-10C2576A.hsd1.ca.comcast.net) (Input/output error)
  386. # [02:39] * Joins: rbarnes (rbarnes@moz-10C2576A.hsd1.ca.comcast.net)
  387. # [02:41] * Quits: StevenLee (Adium@moz-780A5ACB.dynamic.hinet.net) (Quit: Leaving.)
  388. # [02:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/12b02422dd35 - Blair McBride - Bug 1056769 - UITour tests shouldn't hit the network. r=MattN
  389. # [02:44] * Joins: sylvain (scleymans@moz-CF8BEBEF.dia.static.qwest.net)
  390. # [02:46] * Quits: walter (Adium@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  391. # [02:47] * Joins: walter (Adium@moz-62518563.mtv2.mozilla.com)
  392. # [02:47] * Joins: balrog (balrog@moz-AE0E9E19.phlapa.fios.verizon.net)
  393. # [02:50] * Quits: janv (varga@966DE85D.9F0D0108.4038F31A.IP) (Quit: Leaving)
  394. # [02:51] * Quits: damons (gnubeard@moz-6462BBF7.dsl.sjc.megapath.net) (Quit: damons)
  395. # [02:52] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  396. # [02:53] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=83289be2cd12 - 25 changesets
  397. # [02:53] * Quits: ekr (Adium@moz-10C2576A.hsd1.ca.comcast.net) (Ping timeout)
  398. # [02:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/ff9659baf12b - Nick Alexander - Bug 958341 - Present "motivating service" to /account/create calls. r=rnewman
  399. # [02:54] * Quits: walter (Adium@moz-62518563.mtv2.mozilla.com) (Quit: Leaving.)
  400. # [02:55] * Quits: gozala (uid5923@moz-5F4AA75A.irccloud.com) (Quit: Connection closed for inactivity)
  401. # [02:56] * BenWa|email is now known as BenWa
  402. # [03:00] * Quits: bgrins (bgrins@C7203E51.FBD8ACDB.20F09BA6.IP) (Quit: Leaving.)
  403. # [03:01] * Quits: hallvors (uid23371@moz-31ABA2C0.irccloud.com) (Quit: Connection closed for inactivity)
  404. # [03:01] * Joins: bgrins (bgrins@2E6E9164.E6468DB3.BAB75B95.IP)
  405. # [03:01] * Quits: bgrins (bgrins@2E6E9164.E6468DB3.BAB75B95.IP) (Input/output error)
  406. # [03:02] * Quits: gokce (gokce@8C64F28B.DC878293.C687B15D.IP) (Quit: Konversation terminated!)
  407. # [03:02] * Quits: rbarnes (rbarnes@moz-10C2576A.hsd1.ca.comcast.net) (Input/output error)
  408. # [03:02] * Joins: Mossop (dtownsend@53343B0D.8DCA2D5.5E2862A8.IP)
  409. # [03:03] * Joins: raniere (raniere@5E656909.B2B7AE3.115BDA44.IP)
  410. # [03:05] * Joins: dholbert_ (dholbert@moz-2DBFC5C4.static.sonic.net)
  411. # [03:05] * Quits: dholbert_ (dholbert@moz-2DBFC5C4.static.sonic.net) (Quit: Ex-Chat)
  412. # [03:06] * Quits: raniere (raniere@5E656909.B2B7AE3.115BDA44.IP) (Quit: WeeChat 0.4.3)
  413. # [03:06] * Joins: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net)
  414. # [03:07] * Quits: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net) (Quit: dholbert)
  415. # [03:07] * Quits: Mossop (dtownsend@53343B0D.8DCA2D5.5E2862A8.IP) (Quit: This computer has gone to sleep)
  416. # [03:07] * Joins: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net)
  417. # [03:10] * Quits: mccr8 (mccr8@moz-62518563.mtv2.mozilla.com) (Quit: )
  418. # [03:11] <jcranmer> MSVC14 may actually have char16_t? sweet
  419. # [03:11] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/0753f7b93ab7 - Wes Kocher - Bug 745283 - rev UUID again r=me a=kwierso
  420. # [03:11] * Quits: @dbaron (dbaron@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  421. # [03:12] * Quits: Waldo (waldo@moz-24157589.mtv2.mozilla.com) (Ping timeout)
  422. # [03:12] * Quits: Jan\ (kvirc@258C4B18.9ED115C5.529AC0B9.IP) (Ping timeout)
  423. # [03:15] * Joins: walter (Adium@moz-62518563.mtv2.mozilla.com)
  424. # [03:16] * Quits: walter (Adium@moz-62518563.mtv2.mozilla.com) (Quit: Leaving.)
  425. # [03:16] * Quits: bnicholson (bnicholson@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  426. # [03:17] * Quits: bz_away (bzbarsky@moz-72881629.bstnma.fios.verizon.net) (No route to host)
  427. # [03:18] * Joins: PiresFelix (Leonardo@moz-E249BA78.dynamic.adsl.gvt.net.br)
  428. # [03:19] <@njn> Do we have anything that makes outputting JSON from C++ nicer? I could use the JSAPI, but that requires building up big data structures before printing, which takes up lots of memory
  429. # [03:19] <@njn> Do we have any basic code for just escaping strings appropriately, stuff like that?
  430. # [03:19] * Quits: tanvi (tanvi@moz-84BB47BB.hsd1.ca.comcast.net) (Quit: Leaving.)
  431. # [03:20] * nthomas is now known as nthomas|away
  432. # [03:21] * Quits: kgrandon (Adium@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  433. # [03:21] * Joins: Waldo (waldo@moz-24157589.mtv2.mozilla.com)
  434. # [03:21] * Joins: yurenju_ (yurenju@moz-99690620.hinet-ip.hinet.net)
  435. # [03:22] <glandium> njn: i don't think we have
  436. # [03:22] * Quits: kip (kip@A6CF435B.D1155E2C.CFC2A289.IP) (Quit: )
  437. # [03:22] * Joins: ekr (Adium@moz-10C2576A.hsd1.ca.comcast.net)
  438. # [03:23] * miketaylr is now known as zz_miketaylr
  439. # [03:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?changeset=2ccb65865db7 - 37 changesets
  440. # [03:23] <@njn> glandium: ok, thanks
  441. # [03:23] * khuey is now known as khuey|away
  442. # [03:24] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/pushloghtml?changeset=f6b6edc6f9ed - 41 changesets
  443. # [03:25] * Quits: fabrice (fabrice@moz-62518563.mtv2.mozilla.com) (Quit: Leaving.)
  444. # [03:25] * Quits: Mook_as (mook@moz-1FCC0032.activestate.com) (Quit: Mook_as)
  445. # [03:26] * zz_miketaylr is now known as miketaylr
  446. # [03:26] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/pushloghtml?changeset=6f233e72cb49 - 55 changesets
  447. # [03:27] * Quits: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  448. # [03:27] * Joins: wlach (wlach@8138114F.24A33D1.77834EAA.IP)
  449. # [03:27] * Quits: billm (billm@moz-24157589.mtv2.mozilla.com) (Quit: Leaving)
  450. # [03:27] <karlt> njn: did you get anywhere with mozilla::unused undefined? seeing that here too
  451. # [03:29] <@njn> kalrt: just commented in bug 1041886
  452. # [03:29] <karlt> thanks
  453. # [03:29] <@njn> karlt: I'm commenting out the "unused <<" locally for now
  454. # [03:30] * KWierso|sheriffduty is now known as KWierso
  455. # [03:31] * Joins: bnicholson (bnicholson@F118B273.BF05706.A36C57B9.IP)
  456. # [03:31] <kinetik> karlt: revert ee14fb2a1053 and 2f9d0821e08c locally
  457. # [03:31] <karlt> thank you
  458. # [03:31] * BenWa is now known as BenWa|email
  459. # [03:32] * Quits: @ehsan_ (ehsan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  460. # [03:32] * Joins: dminor (dminor@moz-31089446.cpe.net.cable.rogers.com)
  461. # [03:32] <@njn> dveditz: ping
  462. # [03:33] * dminor is now known as dminor|afk
  463. # [03:34] * Joins: Morris (Morris@moz-E37F359D.hinet-ip.hinet.net)
  464. # [03:35] * Quits: funnel_ (hegel@DEB31F3E.28CFCE3E.FC69BED9.IP) (Ping timeout)
  465. # [03:35] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  466. # [03:35] * Quits: till (till@moz-5DA21CFE.adsl.alicedsl.de) (Input/output error)
  467. # [03:36] * Joins: funnel_ (hegel@DEB31F3E.28CFCE3E.FC69BED9.IP)
  468. # [03:36] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  469. # [03:38] * Joins: seanlin (Thunderbir@moz-E37F359D.hinet-ip.hinet.net)
  470. # [03:42] * Joins: rbarnes (rbarnes@moz-10C2576A.hsd1.ca.comcast.net)
  471. # [03:42] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  472. # [03:42] * Quits: alexbardas (alexbardas@moz-62518563.mtv2.mozilla.com) (Input/output error)
  473. # [03:43] * Quits: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP) (Input/output error)
  474. # [03:43] * Joins: yliao (yliao@moz-99690620.hinet-ip.hinet.net)
  475. # [03:43] * Joins: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP)
  476. # [03:44] <qDot> Is there any different processing priority for running tests on try than there is on m-i/m-c etc?
  477. # [03:44] * Quits: idwer (irc@moz-67B6410D.adsl.online.nl) (Connection reset by peer)
  478. # [03:44] * Joins: kgrandon (Adium@moz-2A1C3CC8.hsd1.ca.comcast.net)
  479. # [03:45] * Quits: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP) (Ping timeout)
  480. # [03:45] * Quits: ckitching (ckitching@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  481. # [03:45] * Quits: pcwalton (pcwalton@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: pcwalton)
  482. # [03:45] * Quits: sewardj__ (sewardj@moz-6E8DEC53.dip0.t-ipconnect.de) (Ping timeout)
  483. # [03:47] * Quits: juanb (jbecerra@moz-B1FFED10.lightspeed.sntcca.sbcglobal.net) (Quit: juanb)
  484. # [03:47] * BenWa|email is now known as BenWa
  485. # [03:48] * luke-away is now known as luke
  486. # [03:50] * Joins: yeukhon (yeukhon@moz-A4A36DA6.buckcmtk01.res.dyn.suddenlink.net)
  487. # [03:50] * Quits: chewey (chewey@moz-4EF00D59.dip0.t-ipconnect.de) (NickServ (GHOST command used by chewey_))
  488. # [03:50] * Quits: flo-retina (Instantbir@moz-25D49B0E.ip-37-59-48.eu) (Ping timeout)
  489. # [03:50] * Joins: Mano (mano@moz-7D8E46E2.red.bezeqint.net)
  490. # [03:50] * Joins: chewey (chewey@moz-2472E72C.dip0.t-ipconnect.de)
  491. # [03:50] * Quits: nattokirai (nattokirai@C7D29382.9CD517C2.134C27BB.IP) (Quit: nattokirai)
  492. # [03:50] * Quits: rbarnes (rbarnes@moz-10C2576A.hsd1.ca.comcast.net) (Input/output error)
  493. # [03:50] * Joins: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com)
  494. # [03:51] * Joins: rbarnes (rbarnes@moz-10C2576A.hsd1.ca.comcast.net)
  495. # [03:51] * Joins: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net)
  496. # [03:52] * Quits: rbarnes (rbarnes@moz-10C2576A.hsd1.ca.comcast.net) (Ping timeout)
  497. # [03:53] * nsm is now known as nsm|away
  498. # [03:53] * Quits: Mano (mano@moz-7D8E46E2.red.bezeqint.net) (Ping timeout)
  499. # [03:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/f34d90b1fa1a - Edgar Chen - Bug 1052865 - Mapping the request to different ID based on RIL version. r=hsinyi
  500. # [03:54] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  501. # [03:54] * Joins: shelly (shelly@moz-E37F359D.hinet-ip.hinet.net)
  502. # [03:54] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  503. # [03:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/15ef35d18f71 - Matthew Gregan - Bug 1055967 - Log "discarding video frame" message only when we discard frames. r=cpearce
  504. # [03:57] * Quits: capella-s3 (capella-s3@moz-3A08EE5.twcny.res.rr.com) (Connection reset by peer)
  505. # [03:57] * Joins: bajaj1 (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net)
  506. # [03:57] * Joins: capella-s3 (capella-s3@moz-3A08EE5.twcny.res.rr.com)
  507. # [03:58] * Quits: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net) (Ping timeout)
  508. # [03:59] * Quits: KaiRo_away (robert@moz-30406971.adsl.highway.telekom.at) (Ping timeout)
  509. # [03:59] * Joins: KaIRC (robert@moz-8234B351.adsl.highway.telekom.at)
  510. # [03:59] * Joins: Jerry (hshih@moz-E37F359D.hinet-ip.hinet.net)
  511. # [03:59] * Quits: GPH|Nikko (GPHemsley@moz-131BD24E.dhcp.gwnt.ga.charter.com) (Ping timeout)
  512. # [04:00] * Joins: StevenLee (Adium@moz-E37F359D.hinet-ip.hinet.net)
  513. # [04:00] * KWierso is now known as KWierso|afk
  514. # [04:01] * Quits: rvid (textual@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Computer has gone to sleep.)
  515. # [04:01] * Quits: Zupoman (mistrzmag@96766F5F.EAFD72D8.FD4497A0.IP) (Client exited)
  516. # [04:03] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  517. # [04:04] * Joins: ericchou (uid13391@moz-E77DEB21.irccloud.com)
  518. # [04:04] * Quits: yurenju_ (yurenju@moz-99690620.hinet-ip.hinet.net) (Quit: Computer has gone to sleep.)
  519. # [04:06] * Quits: alex_tz (Adium@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  520. # [04:08] <jld> njn: Copypasting the definition of mozilla::unused into Sandbox.cpp would also work.
  521. # [04:08] * Joins: TYLin (TYLin@moz-E37F359D.hinet-ip.hinet.net)
  522. # [04:08] <jld> At least I think so. Waiting on a build that I hope will break.
  523. # [04:08] * Joins: alex_tz (Adium@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  524. # [04:09] * Quits: sylvain (scleymans@moz-CF8BEBEF.dia.static.qwest.net) (Input/output error)
  525. # [04:09] * Quits: ekr (Adium@moz-10C2576A.hsd1.ca.comcast.net) (Ping timeout)
  526. # [04:09] * Joins: tessarakt3 (jens@moz-D2174E03.adsl.alicedsl.de)
  527. # [04:10] * Joins: ekr (Adium@moz-10C2576A.hsd1.ca.comcast.net)
  528. # [04:10] * Quits: tessarakt2 (jens@moz-C2179B52.adsl.alicedsl.de) (Ping timeout)
  529. # [04:11] <glandium> jld: maybe we should have no-opt build coverage, then
  530. # [04:11] * Joins: lizzard (ehenry@moz-F2439B1F.dsl.static.sonic.net)
  531. # [04:11] <glandium> jld: i can reproduce with -O0
  532. # [04:11] <jld> glandium: Okay. Do you think I should define mozilla:unused, or pull in unused.cpp, or switch to C-style (void) casts, or ...?
  533. # [04:12] <jld> I don't know offhand if any of the `unused`s would actually be complained about by warnings-as-errors.
  534. # [04:12] * Quits: lizzard (ehenry@moz-F2439B1F.dsl.static.sonic.net) (Quit: lizzard)
  535. # [04:13] <jld> I do like having an explicit marker that an error condition is being ignored, even if it's not required to do so.
  536. # [04:13] <glandium> jld: seems to me we should move it to mfbt
  537. # [04:13] * Joins: dmose (textual@moz-6530E424.dsl.static.sonic.net)
  538. # [04:13] <glandium> jld: although just to unblock the situation, including unused.cpp in Sandbox.cpp would work
  539. # [04:13] * Quits: bajaj1 (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net) (Quit: Leaving.)
  540. # [04:14] <glandium> as long as you file a followup to move it to mfbt and assign it to yourself ;)
  541. # [04:14] * Joins: kanru (kanru@moz-DB4A9C19.scl3.mozilla.com)
  542. # [04:14] * Joins: mconley (mconley@moz-FBB7D102.cable.teksavvy.com)
  543. # [04:14] * Quits: humph (dave@moz-E0B198AD.senecac.on.ca) (Ping timeout)
  544. # [04:14] * Quits: Boriss (Boriss@moz-BA625DEF.v250d.public.monkeybrains.net) (Quit: Boriss)
  545. # [04:15] * Quits: hharchani (uid25346@moz-E77DEB21.irccloud.com) (Quit: Connection closed for inactivity)
  546. # [04:15] * Joins: rvid (textual@moz-9BAF7C87.hsd1.ca.comcast.net)
  547. # [04:15] <glandium> jld: note bug 1058388 is going to remove NS_COM_GLUE, so that new bug would conflict
  548. # [04:15] * Joins: TYLin_ (TYLin_@moz-99690620.hinet-ip.hinet.net)
  549. # [04:15] * Joins: allstarschh (allstars@moz-99690620.hinet-ip.hinet.net)
  550. # [04:16] * khuey|away is now known as khuey
  551. # [04:16] * jld tries something
  552. # [04:16] * khuey is now known as khuey|away
  553. # [04:17] <jld> glandium: Adding '../../../xpcom/glue/unused.cpp' to SOURCES in security/sandbox/linux/moz.build seems to work.
  554. # [04:18] * Quits: asobolev (asobolev@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  555. # [04:18] <glandium> jld: wfm
  556. # [04:18] * Quits: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  557. # [04:19] * Quits: Morris (Morris@moz-E37F359D.hinet-ip.hinet.net) (Ping timeout)
  558. # [04:19] * Joins: yurenju_ (yurenju@moz-99690620.hinet-ip.hinet.net)
  559. # [04:19] <jld> glandium: r? https://pastebin.mozilla.org/6170272
  560. # [04:19] * Quits: davispuh (quassel@CE5568AB.AEB760EF.D1BFA94D.IP) (Ping timeout)
  561. # [04:19] * Joins: lizzard (ehenry@moz-F2439B1F.dsl.static.sonic.net)
  562. # [04:20] <glandium> jld: r+ with a comment saying it's temporary until bug #the_number_of_the_bug_you_file is fixed.
  563. # [04:20] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  564. # [04:20] <jld> glandium: Will do.
  565. # [04:20] * Joins: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net)
  566. # [04:21] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  567. # [04:21] * Quits: milan (milan@567525E4.AA849D23.87266736.IP) (Quit: )
  568. # [04:22] * Quits: lizzard (ehenry@moz-F2439B1F.dsl.static.sonic.net) (Quit: lizzard)
  569. # [04:23] * Quits: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com) (Client exited)
  570. # [04:24] * Joins: tedders1 (tedders1@13F2CEC5.7672369.D8E68FF6.IP)
  571. # [04:24] * Quits: dagnir (dagnir@A1D3E7F1.DBF4469E.7E8D5209.IP) (Quit: WeeChat 0.4.2)
  572. # [04:24] * Joins: humph (dave@moz-E0B198AD.senecac.on.ca)
  573. # [04:25] * Quits: marco (Adium@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net) (Quit: Leaving.)
  574. # [04:25] <karlt> glandium: seems unused.cpp should be in standalone glue, and sandbox linked against xpcomglue?
  575. # [04:26] * Joins: lizzard (ehenry@moz-F2439B1F.dsl.static.sonic.net)
  576. # [04:26] <karlt> an implementation not needing linkage against xpcomglue would be nice, but i don't know how to do that
  577. # [04:26] <jld> glandium: + # Bug 1059038 workaround:
  578. # [04:26] * Joins: marco (Adium@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net)
  579. # [04:26] <karlt> oh, moving to mfbt is good
  580. # [04:26] * Joins: elin (elin@moz-E37F359D.hinet-ip.hinet.net)
  581. # [04:27] <glandium> karlt: it's in all the flavors of xpcom glue, but it's not public
  582. # [04:27] <glandium> should be in mfbt anyways
  583. # [04:27] <karlt> it's not in standalone glue
  584. # [04:27] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  585. # [04:27] <karlt> it's in xpcom_gluens_src_cppsrcs
  586. # [04:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a92aab848977 - Jed Davis - Bug 1041886 - Fix no-opt-only build bustage caused by mozilla::unused. r=glandium
  587. # [04:28] <jld> There. Hopefully that doesn't break something else.
  588. # [04:29] * Joins: rbarnes (rbarnes@moz-10C2576A.hsd1.ca.comcast.net)
  589. # [04:30] * Joins: nattokirai (nattokirai@moz-702A09FB.dynamic.ppp.asahi-net.or.jp)
  590. # [04:30] * Quits: ekr (Adium@moz-10C2576A.hsd1.ca.comcast.net) (Quit: Leaving.)
  591. # [04:30] * Quits: rbarnes (rbarnes@moz-10C2576A.hsd1.ca.comcast.net) (Input/output error)
  592. # [04:31] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  593. # [04:33] * Quits: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca) (Quit: surkov)
  594. # [04:35] * Joins: nacerix (Instantbir@72948F91.D8EFF2FE.4A192F9A.IP)
  595. # [04:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/6afb431e77e0 - Brian Nicholson - Bug 1058852 - Remove unused layouts. r=rnewman
  596. # [04:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/26170fba2c2b - Brian Nicholson - Bug 1058852 - Remove unused drawables. r=rnewman
  597. # [04:37] * Quits: rvid (textual@moz-9BAF7C87.hsd1.ca.comcast.net) (Quit: Computer has gone to sleep.)
  598. # [04:40] * nsm|away is now known as nsm
  599. # [04:40] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/442b4849df86 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  600. # [04:40] * Quits: romaxa (romaxa@89CA6FC8.8F03A4EA.BE7924BA.IP) (Ping timeout)
  601. # [04:42] * Joins: timdream (timdream@moz-99690620.hinet-ip.hinet.net)
  602. # [04:44] * Joins: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP)
  603. # [04:44] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/36da0216faed - Jean-Yves Avenard - Bug 1058428 - Ensure all in-use decoders contain the target range - r=cajbir
  604. # [04:45] * Joins: romaxa (romaxa@89CA6FC8.8F03A4EA.BE7924BA.IP)
  605. # [04:46] * Joins: emtwo (Adium@B31B658D.DFB3D42E.AE2B2F80.IP)
  606. # [04:46] * Quits: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP) (Ping timeout)
  607. # [04:48] * Joins: bz (bzbarsky@moz-72881629.bstnma.fios.verizon.net)
  608. # [04:48] * ChanServ sets mode: +o bz
  609. # [04:48] * Joins: aklotz (Thunderbir@moz-935DE219.cg.shawcable.net)
  610. # [04:50] * Quits: marco (Adium@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net) (Quit: Leaving.)
  611. # [04:50] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/ee1a2591155e - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  612. # [04:50] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/c7b35bd70fc3 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  613. # [04:50] * Joins: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net)
  614. # [04:50] * Quits: aklotz (Thunderbir@moz-935DE219.cg.shawcable.net) (Quit: aklotz)
  615. # [04:51] * Quits: harth (harth@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  616. # [04:51] * Quits: ahal|afk (ahal@moz-3D30248A.cpe.teksavvy.com) (Input/output error)
  617. # [04:52] <seth> mrgiggles: who can review layout/xul
  618. # [04:52] <mrgiggles> seth: no matching files found
  619. # [04:52] <seth> c'mon mrgiggles
  620. # [04:52] <seth> you're killing me here
  621. # [04:53] * Joins: Mano (mano@moz-7D8E46E2.red.bezeqint.net)
  622. # [04:54] * Quits: humph (dave@moz-E0B198AD.senecac.on.ca) (Ping timeout)
  623. # [04:55] * Quits: ashughes (uid34327@moz-E77DEB21.irccloud.com) (Quit: Connection closed for inactivity)
  624. # [04:55] * Quits: Mano (mano@moz-7D8E46E2.red.bezeqint.net) (Ping timeout)
  625. # [04:56] * Joins: harth (harth@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  626. # [04:57] * Quits: masayuki (Thunderbir@moz-7765A755.zaq.ne.jp) (Quit: masayuki)
  627. # [04:57] * Joins: masayuki (Thunderbir@moz-7765A755.zaq.ne.jp)
  628. # [04:57] <jld> mrgiggles: who can review content/html/content/test/forms
  629. # [04:57] <mrgiggles> jld: no matching files found
  630. # [05:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/5d9afe8eb224 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  631. # [05:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/f3990c615a23 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  632. # [05:00] * Joins: justindarc (justindarc@D2AEACFC.B56D28DB.B58D01CE.IP)
  633. # [05:00] * Quits: harth (harth@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  634. # [05:01] * Quits: gandalf (zbraniecki@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  635. # [05:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c840195920bd - Nicholas Nethercote - Bug 1057912 - Privatize most of PLDHashTable's fields. r=roc.
  636. # [05:01] * Joins: sylvain (scleymans@moz-CF8BEBEF.dia.static.qwest.net)
  637. # [05:02] * Quits: Jesse (jruderman@moz-62518563.mtv2.mozilla.com) (Quit: Jesse)
  638. # [05:03] * Joins: tanvi (tanvi@moz-84BB47BB.hsd1.ca.comcast.net)
  639. # [05:04] * Quits: justindarc (justindarc@D2AEACFC.B56D28DB.B58D01CE.IP) (Quit: )
  640. # [05:05] * Joins: Boriss (Boriss@8F0C6026.9E6A15FD.157879EE.IP)
  641. # [05:08] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  642. # [05:10] * Joins: humph (dave@moz-E0B198AD.senecac.on.ca)
  643. # [05:10] * Joins: yzen (yzen@moz-F62769B5.cpe.pppoe.ca)
  644. # [05:11] * Quits: meh (meh@moz-3BDDADB0.net24.it) (Ping timeout)
  645. # [05:13] * Quits: chmanchester (chmanchest@63CA6098.1EB7376C.ECED8BE3.IP) (Quit: )
  646. # [05:14] * Joins: bjacob_ (bjacob@moz-CC07A754.cable.teksavvy.com)
  647. # [05:14] * Quits: RyanVM (Thunderbir@moz-37FED3AC.phlapa.fios.verizon.net) (Quit: RyanVM)
  648. # [05:14] * Quits: KaIRC (robert@moz-8234B351.adsl.highway.telekom.at) (Input/output error)
  649. # [05:15] <Waldo> mrgiggles: pun
  650. # [05:15] <mrgiggles> Waldo: It's raining cats and dogs. Well, as long as it doesn't reindeer.
  651. # [05:15] * Joins: atsai (atsai@moz-E37F359D.hinet-ip.hinet.net)
  652. # [05:15] <Waldo> hmm, not a very good showing
  653. # [05:16] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  654. # [05:17] * Quits: Optimizer (Optimizer@4C4349C1.31144D6E.BE4CF869.IP) (Ping timeout)
  655. # [05:17] * Quits: lgarner (lgarner@2D337F52.2D31AF7B.5AEB50C4.IP) (Ping timeout)
  656. # [05:18] <efaust> Waldo: you should start writing for mrgiggles
  657. # [05:18] * Joins: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP)
  658. # [05:18] * hwine is now known as hwine-ooo
  659. # [05:18] * Quits: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net) (Quit: Leaving.)
  660. # [05:19] <Waldo> it indeed could be interesting righting his puns
  661. # [05:19] <Waldo> mrgiggles: ^ that's how you do it
  662. # [05:19] * Joins: Optimizer (Optimizer@59A40065.83E11AE2.BE4CF869.IP)
  663. # [05:20] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  664. # [05:21] <efaust> Waldo: preach
  665. # [05:22] * Joins: Morris (Morris@moz-E37F359D.hinet-ip.hinet.net)
  666. # [05:24] * Joins: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net)
  667. # [05:24] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/fff4d503ad88 - William Chen - Bug 887541 - Implement web components event path and event retargeting. r=smaug
  668. # [05:27] * Quits: emtwo (Adium@B31B658D.DFB3D42E.AE2B2F80.IP) (Quit: Leaving.)
  669. # [05:27] * Joins: pcwalton (pcwalton@moz-DA87EE4.hsd1.ca.comcast.net)
  670. # [05:29] * Quits: robertbindar (Thunderbir@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  671. # [05:31] * Quits: humph (dave@moz-E0B198AD.senecac.on.ca) (Ping timeout)
  672. # [05:33] <@njn> mrgiggles: puns
  673. # [05:33] <@njn> mrgiggles: pun
  674. # [05:33] <mrgiggles> njn: There was a sign on the lawn at a drug re-hab center that said 'Keep off the Grass'.
  675. # [05:34] <@njn> RIMSHOT
  676. # [05:34] * nthomas|away is now known as nthomas
  677. # [05:35] * Quits: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com) (Ping timeout)
  678. # [05:39] <jesup> 34 patch changeset landing in 3... 2.... 1....
  679. # [05:39] <@roc> <power cut>
  680. # [05:40] * Quits: PiresFelix (Leonardo@moz-E249BA78.dynamic.adsl.gvt.net.br) (Quit: Leaving)
  681. # [05:40] <jesup> too late...
  682. # [05:40] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?changeset=a71337656d0c - 34 changesets
  683. # [05:42] * Quits: stevensn (ssinger@5485A381.CBAB98DC.60212E94.IP) (Ping timeout)
  684. # [05:42] * Joins: humph (dave@moz-E0B198AD.senecac.on.ca)
  685. # [05:42] * Quits: yurenju_ (yurenju@moz-99690620.hinet-ip.hinet.net) (Quit: Computer has gone to sleep.)
  686. # [05:43] <nigelb> mornings
  687. # [05:43] * Quits: alex_tz (Adium@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  688. # [05:44] <nigelb> mrgiggles++
  689. # [05:44] * nigelb gets ready to back jesup out :P
  690. # [05:44] * Joins: yurenju_ (yurenju@moz-99690620.hinet-ip.hinet.net)
  691. # [05:44] * Joins: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP)
  692. # [05:45] <nigelb> Wasn't there a way to download one file and then extract an hg repo out of it?
  693. # [05:45] <nigelb> was that bundles?
  694. # [05:45] <dmajor> yes
  695. # [05:45] <jcranmer> yepperees
  696. # [05:45] * Joins: aklotz (Thunderbir@moz-935DE219.cg.shawcable.net)
  697. # [05:46] <nigelb> awesome, I may finally manage to "re-clone" my m-c
  698. # [05:46] <jesup> Should I dig all 33 hashes out for bug 848954, or just put the first and last in?
  699. # [05:46] <nigelb> doesn't your terminal show all of 'em?
  700. # [05:46] * Quits: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP) (Ping timeout)
  701. # [05:47] * Quits: aklotz (Thunderbir@moz-935DE219.cg.shawcable.net) (Quit: aklotz)
  702. # [05:47] <Waldo> there's probably some format specifier you can pass to hg log to get what you want
  703. # [05:47] <Waldo> jesup: also isn't there a copypaste thingy in tbpl UI if you hover over it
  704. # [05:47] <Waldo> s/ it/ the changeset?/
  705. # [05:47] <jcranmer> jesup: use mcmerge to paste them?
  706. # [05:48] * Quits: @roc (chatzilla@7EA5AB88.DC2C3734.616A18A6.IP) (Input/output error)
  707. # [05:48] * Joins: fabrice (fabrice@495A1E63.5994028D.9CA62458.IP)
  708. # [05:49] <jesup> just want to avoid 33 instances of copy link, switch, paste, repeat
  709. # [05:49] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  710. # [05:50] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/b0fdb7984a81 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  711. # [05:50] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/025dc65cfa62 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  712. # [05:50] <nigelb> mcmerge sounds like a good idea :)
  713. # [05:51] * Joins: robertbindar (Thunderbir@moz-C722A5D3.hsd1.ca.comcast.net)
  714. # [05:51] <jesup> Waldo: thanks! Never saw List Changeset URLs before
  715. # [05:51] * Quits: robertbindar (Thunderbir@moz-C722A5D3.hsd1.ca.comcast.net) (Quit: robertbindar)
  716. # [05:51] * Joins: robertbindar (Thunderbir@moz-C722A5D3.hsd1.ca.comcast.net)
  717. # [05:52] <nigelb> ooh, nice.
  718. # [05:54] * Joins: damons (gnubeard@moz-6462BBF7.dsl.sjc.megapath.net)
  719. # [05:56] <kinetik> building inbound is broken for me after jesup's push
  720. # [05:56] <jesup> :-(
  721. # [05:56] <nigelb> I waskidding about backing out :(
  722. # [05:56] <jesup> kinetick: pastein?
  723. # [05:57] <jesup> kinetik: pastebin?
  724. # [05:57] * jesup as started a fresh build
  725. # [05:58] <nigelb> shall I close the tree until you can fix it?
  726. # [05:59] * philor|away is now known as philor
  727. # [05:59] <kinetik> jesup: https://pastebin.mozilla.org/6171519
  728. # [05:59] <kinetik> looks like bustage hidden by unified builds
  729. # [05:59] * Quits: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net) (Quit: Leaving.)
  730. # [06:00] * Joins: stevensn (ssinger@841F29DE.E78F793D.60212E94.IP)
  731. # [06:00] <jesup> nigelb: probably. WIth something this big (and with a green try from earlier), I think we want to try to bustage-fix any obvious ones (like unified build stuff)
  732. # [06:00] <jesup> Darn Try with it's unified builds...
  733. # [06:00] <jesup> typically those are easy, though
  734. # [06:00] * Quits: lizzard (ehenry@moz-F2439B1F.dsl.static.sonic.net) (Quit: lizzard)
  735. # [06:01] <@njn> bz: would Maybe<> result in more readable code for bug 1059056? doesn't seem like it...
  736. # [06:02] * Quits: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net) (Quit: vicamo)
  737. # [06:03] <jesup> kinetik: No, I think that was from --disable-webrtc.....
  738. # [06:03] * Joins: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net)
  739. # [06:03] <kinetik> oh yeah, i forgot i have that in my mozconfig
  740. # [06:03] <kinetik> sorry
  741. # [06:03] <jesup> thoThough we should fix that too
  742. # [06:04] <jesup> I'm doing a local non-unified build in parallel with the tree
  743. # [06:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9da9ea6bd08e - Ralph Giles - Bug 1043696 - Enable fragmented mp4 on osx for HTML video. r=cpearce
  744. # [06:04] <cpearce> \0/
  745. # [06:04] * Joins: flod (flod@B24A55E.C75EE065.2CA42CD4.IP)
  746. # [06:05] <nigelb> wtf. If I do something high-bandwidth, my ping times go through the roof. what is this isp doing.
  747. # [06:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/cd50edb516c0 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  748. # [06:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/d16afe00892d - B2G Bumper Bot - Bumping manifests a=b2g-bump
  749. # [06:06] * Quits: yurenju_ (yurenju@moz-99690620.hinet-ip.hinet.net) (Quit: Computer has gone to sleep.)
  750. # [06:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a99f3b29c4a8 - Timothy Nikkel - Bug 1051531. When requesting decode of an image and not asking for some synchronous decoding check is some bytes have been decoding before acquiring the lock in order to avoid waiting on the decoding thread. r=seth
  751. # [06:07] * glob|away is now known as glob
  752. # [06:08] * Quits: timdream (timdream@moz-99690620.hinet-ip.hinet.net) (Quit: timdream)
  753. # [06:08] * Joins: lgarner (lgarner@moz-2C100E00.dsl.dynamic.sonic.net)
  754. # [06:09] * jhlin is now known as jhlin|away
  755. # [06:09] * Joins: koderok (koderok@2E932B4E.E10058D2.1F392835.IP)
  756. # [06:10] * Quits: tanvi (tanvi@moz-84BB47BB.hsd1.ca.comcast.net) (Quit: Leaving.)
  757. # [06:13] * Joins: roc (chatzilla@92C8B3A8.768B0D36.FC74E68.IP)
  758. # [06:13] * ChanServ sets mode: +o roc
  759. # [06:14] <jesup> dholbert: Note, there will be at least one --disable-webrtc failure after that landing
  760. # [06:15] * Joins: maxli (maxli@moz-F47DD19B.student.cs.uwaterloo.ca)
  761. # [06:15] <jesup> once I get through my other landings, I'll try to hit that, but it might be tomorrow
  762. # [06:15] * Joins: Mano (mano@moz-7D8E46E2.red.bezeqint.net)
  763. # [06:19] * Quits: pcwalton (pcwalton@moz-DA87EE4.hsd1.ca.comcast.net) (Quit: pcwalton)
  764. # [06:21] * Quits: elin (elin@moz-E37F359D.hinet-ip.hinet.net) (Quit: elin)
  765. # [06:23] * Joins: darkowlzz (ping-darko@88AB381C.6FDD7D0A.823F29F3.IP)
  766. # [06:30] <Waldo> njn: :-P
  767. # [06:30] <@njn> :)
  768. # [06:30] * Joins: mihneadb (mihneadb@B31BE4F8.9BE7D5C4.DC46C49F.IP)
  769. # [06:31] * Joins: kagari (kagari@moz-A1825C73.osk2.eonet.ne.jp)
  770. # [06:31] <nigelb> mrgiggles: pun
  771. # [06:31] <mrgiggles> nigelb: A hungry traveller stops at a monastery and is taken to the kitchens. A brother is frying chips. 'Are you the friar?' he asks. 'No. I'm the chip monk,' he replies.
  772. # [06:31] <nigelb> ^.^
  773. # [06:32] <Waldo> mrgiggles: *botsnack*
  774. # [06:32] * Quits: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net) (Quit: vicamo)
  775. # [06:32] * Quits: mconley (mconley@moz-FBB7D102.cable.teksavvy.com) (Input/output error)
  776. # [06:32] * Quits: mihneadb (mihneadb@B31BE4F8.9BE7D5C4.DC46C49F.IP) (Ping timeout)
  777. # [06:34] * Quits: rkent (Thunderbir@moz-CCEA8D95.hsd1.wa.comcast.net) (Connection reset by peer)
  778. # [06:35] * Parts: deian (d@moz-AA554321.scs.stanford.edu)
  779. # [06:35] * Joins: rkent (Thunderbir@moz-CCEA8D95.hsd1.wa.comcast.net)
  780. # [06:36] * Joins: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net)
  781. # [06:36] * Joins: rbarnes (rbarnes@8A4562A2.70D8AE4.B2D54A9E.IP)
  782. # [06:38] * Quits: robertbindar (Thunderbir@moz-C722A5D3.hsd1.ca.comcast.net) (Ping timeout)
  783. # [06:40] * Quits: nacerix (Instantbir@72948F91.D8EFF2FE.4A192F9A.IP) (Ping timeout)
  784. # [06:41] * Waldo glares at browser/devtools/debugger/test/browser_dbg_variables-view-large-array-buffer.js
  785. # [06:41] <Waldo> kind of incredible someone's testing how the prototype of Int8Array.prototype stringifies
  786. # [06:42] * nthomas is now known as nthomas|away
  787. # [06:44] <nigelb> jesup: so far so good *tries not to jinx it*
  788. # [06:45] * Quits: wlach (wlach@8138114F.24A33D1.77834EAA.IP) (Ping timeout)
  789. # [06:50] * Joins: smontagu (chatzilla@moz-FD4D0CF.red.bezeqint.net)
  790. # [06:50] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  791. # [06:50] * Joins: robertbindar (Thunderbir@moz-C722A5D3.hsd1.ca.comcast.net)
  792. # [06:51] * Quits: smontagu (chatzilla@moz-FD4D0CF.red.bezeqint.net) (Ping timeout)
  793. # [06:51] <nigelb> woo philor!
  794. # [06:51] * Joins: smontagu_ (chatzilla@moz-FD4D0CF.red.bezeqint.net)
  795. # [06:52] <nigelb> my connection was taking ages to show me each orange :)
  796. # [06:52] * smontagu_ is now known as smontagu
  797. # [06:53] * Quits: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP) (Quit: Leaving.)
  798. # [06:53] * Joins: ehugg (ehugg@moz-F46F489D.hsd1.wa.comcast.net)
  799. # [06:53] * Quits: smontagu (chatzilla@moz-FD4D0CF.red.bezeqint.net) (Ping timeout)
  800. # [06:54] * Joins: juanb (jbecerra@EA768190.B3AD8579.9CA62458.IP)
  801. # [06:55] * Joins: smontagu (chatzilla@34D3E95D.663B7DF7.51B98CA5.IP)
  802. # [06:58] * Joins: dholbert_ (dholbert@moz-2DBFC5C4.static.sonic.net)
  803. # [06:58] * Joins: dbaron (dbaron@moz-6F4D2D12.dsl.dynamic.sonic.net)
  804. # [06:58] * ChanServ sets mode: +ao dbaron dbaron
  805. # [06:58] * Quits: dholbert_ (dholbert@moz-2DBFC5C4.static.sonic.net) (Client exited)
  806. # [06:58] * Quits: mwargers (mwargers@moz-AF369B35.adsl.online.nl) (Client exited)
  807. # [06:59] <jesup> nigel!!! Sssssh
  808. # [06:59] * Quits: mchang (mchang@moz-95B568D6.socal.res.rr.com) (Quit: mchang)
  809. # [07:01] <philor> jesup: too late, you're oom'ing the Mulet
  810. # [07:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/66a14139b597 - Douglas Crosher - Bug 1041079 - IonMonkey: guard against there being no TLS PerThreadData when flushing the icache. r=luke
  811. # [07:01] <jesup> philor: what the <bleep> is Mulet?
  812. # [07:02] <philor> jesup: replacement for desktop b2g, beyond that I don't know details
  813. # [07:02] * Joins: yurenju_ (yurenju@moz-99690620.hinet-ip.hinet.net)
  814. # [07:02] * jesup hopes we haven't resurrected the old HPUX tinderbox machines
  815. # [07:02] <philor> heh
  816. # [07:02] <jesup> no, wait, b2g emulator is much slower
  817. # [07:03] * jesup looks at Mulet (whatever that is)
  818. # [07:03] <Waldo> or, no, my bad
  819. # [07:03] * philor presumes the random numbers in the ear in https://wiki.mozilla.org/Mulet are bugs
  820. # [07:03] * miketaylr is now known as zz_miketaylr
  821. # [07:04] * jesup suspects it's the attempt to move b2g emulator (at least the media tests) to something that has a chance of running them
  822. # [07:04] * Joins: timdream (timdream@moz-99690620.hinet-ip.hinet.net)
  823. # [07:04] * Quits: rbarnes (rbarnes@8A4562A2.70D8AE4.B2D54A9E.IP) (Input/output error)
  824. # [07:04] * Quits: Matti (Matti@moz-CA69DFC.dip0.t-ipconnect.de) (Ping timeout)
  825. # [07:04] * Joins: rbarnes (rbarnes@8A4562A2.70D8AE4.B2D54A9E.IP)
  826. # [07:05] * jcranmer is now known as jcranmer|away
  827. # [07:05] * Joins: marco (Adium@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net)
  828. # [07:05] * Joins: vikasyaligar (vikasyalig@D996F701.34384FD0.D30E9BEF.IP)
  829. # [07:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/f5ca65645b30 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  830. # [07:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/3cdbd1edbe94 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  831. # [07:08] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  832. # [07:08] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a7e4ef74441d - Robert O'Callahan - Bug 1057955: Adjust TrackUnion TrackID mapping to be 1:1 whenever possible with source tracks r=jesup
  833. # [07:08] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ef1c321a4a32 - Randell Jesup - Bug 1057955: Support MediaStreamTrack.stop() r=roc,smaug
  834. # [07:08] * Joins: Matti (Matti@moz-E3789D5.dip0.t-ipconnect.de)
  835. # [07:08] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0edf5afdc13c - Randell Jesup - Bug 1057955: Stop the backend capture when the MSG track is stopped r=jib
  836. # [07:08] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b682c9e52fee - Jan-Ivar Bruaroey - Bug 1032839 - update RtpSender.track when replaceTrack succeeds r=jesup
  837. # [07:10] * Quits: garvank (Garvan@moz-9DD85580.dsl.teksavvy.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  838. # [07:10] * Joins: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net)
  839. # [07:11] * Joins: elin (elin@moz-E37F359D.hinet-ip.hinet.net)
  840. # [07:12] * Quits: snorp (snorp@28435C98.1C2164C0.BFE160B4.IP) (Ping timeout)
  841. # [07:12] <Waldo> or no, not my bad
  842. # [07:13] <Waldo> interesting
  843. # [07:13] * Quits: damons (gnubeard@moz-6462BBF7.dsl.sjc.megapath.net) (Quit: damons)
  844. # [07:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2accec91fd6e - Randell Jesup - Bug 1058829: enable users to enable window/screensharing on WinXP and 10.6 via pref r=jib
  845. # [07:13] * Joins: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP)
  846. # [07:13] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  847. # [07:14] * Joins: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net)
  848. # [07:14] <jesup> How does one run a "Mulet" build locally?
  849. # [07:15] <jesup> padenot will be on in around an hour or two I think, FYI
  850. # [07:16] * Joins: gandalf (zbraniecki@moz-F9900A0D.hsd1.ca.comcast.net)
  851. # [07:16] <jesup> Huh, Mulet M1 was green on our Try earlier today: https://tbpl.mozilla.org/?tree=Try&rev=8bb852bd02f2
  852. # [07:16] * Joins: tomatoeblue (textual@moz-615F0871.cpe.distributel.net)
  853. # [07:17] <jesup> and these are the same patches, and there was basically no bitrot to the media code inbetween
  854. # [07:17] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  855. # [07:17] * Quits: bnicholson (bnicholson@F118B273.BF05706.A36C57B9.IP) (Ping timeout)
  856. # [07:17] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  857. # [07:17] <jesup> maybe it has a Daylight sensor
  858. # [07:17] * Joins: ckitching (ckitching@moz-C722A5D3.hsd1.ca.comcast.net)
  859. # [07:18] * jesup retriggers a few more, and the Try
  860. # [07:18] * Quits: darkowlzz (ping-darko@88AB381C.6FDD7D0A.823F29F3.IP) (Client exited)
  861. # [07:19] * Joins: tomasz (Adium@moz-94FD5102.lightspeed.sntcca.sbcglobal.net)
  862. # [07:19] * Quits: yeukhon (yeukhon@moz-A4A36DA6.buckcmtk01.res.dyn.suddenlink.net) (Quit: Leaving.)
  863. # [07:20] * Joins: yeukhon (yeukhon@moz-A4A36DA6.buckcmtk01.res.dyn.suddenlink.net)
  864. # [07:20] <dmajor> jesup: I think it's ac_add_options --enable-application=b2g/dev
  865. # [07:21] * Quits: mwu (mwu@moz-F034F23A.static-ip.telepacific.net) (Ping timeout)
  866. # [07:24] * Quits: bjacob_ (bjacob@moz-CC07A754.cable.teksavvy.com) (Ping timeout)
  867. # [07:24] <@njn> PSA: the "pldhash: for the table at address %p, the given aEntrySize of %lu definitely favors chaining over double hashing." message is gone
  868. # [07:24] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9ebed11d8a2b - Nicholas Nethercote - Bug 1058335 (part 1) - Used |mFoo| form for PLDHashTable's private members. r=roc.
  869. # [07:24] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/52b9465cc90b - Nicholas Nethercote - Bug 1058335 (part 2) - Remove unneeded comments and always-ignored warnings about chaining. r=roc.
  870. # [07:24] * Quits: yeukhon (yeukhon@moz-A4A36DA6.buckcmtk01.res.dyn.suddenlink.net) (Input/output error)
  871. # [07:25] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  872. # [07:25] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Ping timeout)
  873. # [07:26] <jgilbert> njn, my hero
  874. # [07:26] <@njn> \o/
  875. # [07:26] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/857d543db683 - Matthew A. Miller - Bug 1036653 - changes to webrtcUI to support applications r=florian
  876. # [07:26] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/572c610328c6 - Matthew A. Miller - Bug 1036653 - updates to basic framework for app sharing, r=jesup,gcp
  877. # [07:26] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/33c69decc3fd - Matthew A. Miller - Bug 1036653 - Mac-specific support for app sharing, r=jesup,gcp
  878. # [07:26] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a5723795cd1f - Matthew A. Miller - Bug 1036653 - Windows-specific support for app sharing, r=jesup,jimm
  879. # [07:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5a044fb75b4b - Matthew A. Miller - Bug 1036653 - X11-specific support, r=rjesup,gcp
  880. # [07:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/79d402a25984 - Matthew A. Miller - Bug 1036653 - fix missing includes in shared_x_util, r=jesup
  881. # [07:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/8328bc2054d1 - Matthew A. Miller - Bug 1058944 - Crash in webrtc::ViEInputManager::CreateCaptureDevice r=jesup
  882. # [07:28] <philor> good god, how much crap do you have to throw at this poor broken tree?
  883. # [07:28] * Quits: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net) (Quit: jib)
  884. # [07:28] * Joins: jhorak (jhorak@moz-B317ACBB.net.upcbroadband.cz)
  885. # [07:29] <jesup> Mulet M1 is green two pushes after me! (and the one inbetween is infra looks like)
  886. # [07:29] <jesup> philor: I've been saving for a rainy day
  887. # [07:29] <Waldo> philor: the sun never sets on Mozillian contributors
  888. # [07:29] <jesup> The patches come out of the woodwork after midnight (EDT)
  889. # [07:30] * Quits: vebb (mike@8673B62F.3F44B6EB.FC74E68.IP) (Quit: preprocessor-irc-cli has gone to sleep ZzzzzZZZ)
  890. # [07:30] <philor> it only OOMed 3 out of 4 times!
  891. # [07:30] <philor> \o/
  892. # [07:30] <jesup> Figured it was a quieter time if I turned things into an early Xmas
  893. # [07:30] <jesup> philor: memory is cheap
  894. # [07:31] <jesup> hey, that's only 46 patches I've pushed in the last 2 hours; I'm slowing down (and running out of ammo)
  895. # [07:33] <nigelb> FML b2g bustage.
  896. # [07:33] * jhlin|away is now known as jhlin
  897. # [07:33] * nigelb goes to deal with that
  898. # [07:33] <philor> nigelb: mostly likely the shitty way they allow external dependencies, the way everything leaked and then stopped leaking
  899. # [07:34] <nigelb> :(
  900. # [07:34] * Quits: maxli (maxli@moz-F47DD19B.student.cs.uwaterloo.ca) (Quit: Leaving.)
  901. # [07:34] <philor> could be patch-related, and just frequent intermittent, but I wouldn't count on it
  902. # [07:34] <nigelb> there's one patch where it started
  903. # [07:34] <nigelb> I'm praying it's related to that.
  904. # [07:35] <philor> there's a push before that which didn't even get a debug build
  905. # [07:35] <nigelb> fffuuuuuuuu
  906. # [07:35] <philor> close and make them wait for a build there, that'll teach them
  907. # [07:36] <nigelb> closed already
  908. # [07:36] <nigelb> going to trigger a build in that push
  909. # [07:36] * Quits: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net) (Ping timeout)
  910. # [07:37] * Joins: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net)
  911. # [07:37] * philor updates jesup's percentage
  912. # [07:37] <nigelb> hopefully, I did that right.
  913. # [07:37] <philor> as many as 1 in 6 don't OOM! \o/
  914. # [07:37] * Joins: dzbarsky (Adium@moz-5F2B559F.hsd1.de.comcast.net)
  915. # [07:37] <jesup> woo-hoo
  916. # [07:38] <philor> I'm starting to remember why I stopped watching trees
  917. # [07:38] <philor> this actually bears absolutely no resemblance to fun, none whatsoever
  918. # [07:38] <nigelb> too much homicidal feelings?
  919. # [07:38] <jesup> looks like the Try got lucky on Mulet M1
  920. # [07:39] * Quits: seanlin (Thunderbir@moz-E37F359D.hinet-ip.hinet.net) (Ping timeout)
  921. # [07:39] <nigelb> philor: http://mozillamemes.tumblr.com/post/22833049069/it-will-be-fun-if-you-find-a-way-to-make-it-fun
  922. # [07:39] <@njn> Waldo: is the right thing to do, if mAttributeCache is a UniquePtr<AttrCache>? |mAttributeCache.reset(new AttrCache());|
  923. # [07:39] <@njn> the compiler seems to like it better than straight assignment
  924. # [07:39] * Joins: ethan (ethan@moz-E37F359D.hinet-ip.hinet.net)
  925. # [07:39] <Waldo> njn: mAttributeCache = mozilla::MakeUnique<AttrCache>() is mildly to my preference
  926. # [07:40] <Waldo> njn: you can't directly assign a raw pointer into it, only temporary UniquePtr or nullptr
  927. # [07:40] * Joins: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP)
  928. # [07:40] <Waldo> njn: .reset at least makes clear the adoption of a raw pointer
  929. # [07:40] <Waldo> njn: but for a newly created thing, MakeUnique<T>(...) to be the same thing as new T(...) is the idiom to use
  930. # [07:40] <jesup> On my good side, I've been known to buy lunches and beer for sheriffs. You should come to Philly, philor ;-)
  931. # [07:40] <@njn> Waldo: MakeUnique, that's what I want. thanks
  932. # [07:42] * Quits: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP) (Ping timeout)
  933. # [07:42] <jesup> I'm 2-for-4 on the Try now - that should help my %
  934. # [07:42] * Joins: seanlin (Thunderbir@moz-E37F359D.hinet-ip.hinet.net)
  935. # [07:42] * Joins: gandi (zbraniecki@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  936. # [07:42] * Quits: gandi (zbraniecki@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: gandi)
  937. # [07:44] * Quits: elin (elin@moz-E37F359D.hinet-ip.hinet.net) (Quit: elin)
  938. # [07:44] * jesup trieds dmajor's config to try to build Mulet
  939. # [07:45] * Quits: victorporof (victorporo@F444BE2B.50296537.3EE329E3.IP) (Quit: victorporof)
  940. # [07:46] <philor> too much m-i bustage, closed
  941. # [07:47] * Joins: jincreator (jincreator@EAE579B9.AE3EA2FD.6B649F75.IP)
  942. # [07:47] <philor> tn: you didn't cause those crashtest assertions, did you?
  943. # [07:48] * Parts: jincreator (jincreator@EAE579B9.AE3EA2FD.6B649F75.IP)
  944. # [07:48] <tn> philor: i hope not, but i can't claim innocence since i only try-servered an earlier version of that patch
  945. # [07:48] * philor gives rillian the evil eye
  946. # [07:48] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Connection reset by peer)
  947. # [07:49] <dmajor> njn: thanks for quieting pldhash!
  948. # [07:49] <philor> THANKS A FUCKING MILLION, SKIP RUNNING DEBUG TESTS ON RANDOM PUSHES TRIAL
  949. # [07:49] <philor> big help, skipping OS X debug tests on an OS X push
  950. # [07:50] <tn> philor: of the ones in media? probably not me
  951. # [07:51] * Quits: thinker (user@2862DA8D.7E44B1CD.9EB0E909.IP) (Ping timeout)
  952. # [07:52] <dmajor> "remote: added 11 changesets with 3 changes to 35 files (+1 heads)" hmm.. how does it figure the number of changes?
  953. # [07:53] * Quits: @dbaron (dbaron@moz-6F4D2D12.dsl.dynamic.sonic.net) (Ping timeout)
  954. # [07:53] * Joins: elin (elin@moz-99690620.hinet-ip.hinet.net)
  955. # [07:54] <@njn> dmajor: not sure why I didn't do that earlier
  956. # [07:55] <jesup> my hopefully Mulet build is continuing
  957. # [07:55] <jesup> dmajor: how sure are you of that?
  958. # [07:55] <jesup> philor: my % is climbing
  959. # [07:56] <jesup> Mulet build done. Now, what to do with it
  960. # [07:56] <dmajor> jesup: not very :) haven't tried myself, but I remember seeing it in a bug a while back, and it's in the mulet build logs
  961. # [07:56] * Quits: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net) (Ping timeout)
  962. # [07:57] * Quits: ehugg (ehugg@moz-F46F489D.hsd1.wa.comcast.net) (Quit: ehugg)
  963. # [07:57] * Quits: ericchou (uid13391@moz-E77DEB21.irccloud.com) (Quit: Connection closed for inactivity)
  964. # [07:58] <jesup> I'll start with ./mach mochitest-plain content/media/webaudio/test
  965. # [07:58] * Quits: kgrandon (Adium@moz-2A1C3CC8.hsd1.ca.comcast.net) (Quit: Leaving.)
  966. # [07:58] * Quits: nattokirai (nattokirai@moz-702A09FB.dynamic.ppp.asahi-net.or.jp) (Quit: nattokirai)
  967. # [07:59] * Quits: gandalf (zbraniecki@moz-F9900A0D.hsd1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  968. # [08:00] * Quits: elin (elin@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  969. # [08:00] * Joins: dbaron (dbaron@moz-87FF7F7C.dsl.dynamic.sonic.net)
  970. # [08:00] * ChanServ sets mode: +ao dbaron dbaron
  971. # [08:01] <glandium> dmajor: badly, apparently. What version of mercurial are you using, and did you rebase?
  972. # [08:01] * Quits: tomasz (Adium@moz-94FD5102.lightspeed.sntcca.sbcglobal.net) (Quit: Leaving.)
  973. # [08:02] <dmajor> glandium: Mercurial Distributed SCM (version 3.0.2), and I don't recall
  974. # [08:02] * Quits: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP) (Quit: Leaving.)
  975. # [08:02] * Joins: elin (elin@moz-99690620.hinet-ip.hinet.net)
  976. # [08:02] * Joins: avaida (Instantbir@B0E65737.A45B6F05.5BAD8D42.IP)
  977. # [08:02] * Joins: bnicholson (bnicholson@D5DEB921.F67EC404.A36C57B9.IP)
  978. # [08:02] * Quits: jgilbert (jgilbert@moz-FBB90FE8.hsd1.ca.comcast.net) (Ping timeout)
  979. # [08:03] * Quits: wolfiR__ (wolfiR@moz-DBE9C53E.dip0.t-ipconnect.de) (Quit: Leaving)
  980. # [08:03] * Joins: jgilbert (jgilbert@moz-FBB90FE8.hsd1.ca.comcast.net)
  981. # [08:04] * philor is now known as philor|away
  982. # [08:04] * Joins: espadrine` (ttyl@moz-B260819.w90-2.abo.wanadoo.fr)
  983. # [08:05] <seth> isn't there some keyword you can use to request verification that a bug is fixed?
  984. # [08:05] <seth> i seem to recall "needs-verification" but that doesn't autocomplete
  985. # [08:05] <paul> roc: can I land bug 1058405?
  986. # [08:05] <fabrice> seth: verifyme
  987. # [08:06] <seth> fabrice: thanks!
  988. # [08:07] <fabrice> seth: yw, and please review bug 1011738 :P
  989. # [08:08] * Quits: dzbarsky (Adium@moz-5F2B559F.hsd1.de.comcast.net) (Quit: Leaving.)
  990. # [08:09] * Joins: elbeardmorez (quassel@moz-7157D0DD.skybroadband.com)
  991. # [08:09] * Callek_away is now known as Callek
  992. # [08:09] * BenWa is now known as BenWa|email
  993. # [08:10] * Joins: wolfiR (wolfiR@moz-DBE9C53E.dip0.t-ipconnect.de)
  994. # [08:11] * Quits: kagari (kagari@moz-A1825C73.osk2.eonet.ne.jp) (Quit: Konversation terminated!)
  995. # [08:11] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  996. # [08:12] * Tomcat|afk is now known as Tomcat|sheriffduty
  997. # [08:12] <Tomcat|sheriffduty> good morning
  998. # [08:12] <Tomcat|sheriffduty> good morning nigelb
  999. # [08:12] * Joins: gandalf (zbraniecki@moz-F9900A0D.hsd1.ca.comcast.net)
  1000. # [08:13] * Quits: schien (anonymous@moz-E37F359D.hinet-ip.hinet.net) (Quit: sleep)
  1001. # [08:13] <seth> fabrice: unfortunately that's a bit too complicated for me to review tonight (it's almost time for me to go to sleep) and i know i won't be able to get to it tomorrow
  1002. # [08:13] * Quits: m_kato (m_kato@moz-C286AD9A.bitcat.net) (Quit: Leaving...)
  1003. # [08:13] <seth> fabrice: i will try my best to review it on thursday or friday, though
  1004. # [08:14] <fabrice> seth: the imgLoader part is very small
  1005. # [08:14] <fabrice> everything else has been reviewed by bz already
  1006. # [08:14] <jesup> Tomcat|sheriffduty: what do you know about Mulet builds?
  1007. # [08:14] * Quits: elin (elin@moz-99690620.hinet-ip.hinet.net) (Quit: elin)
  1008. # [08:15] * Joins: tetsuharu (Mibbit@7F0F061F.C168F1C0.728D42B.IP)
  1009. # [08:15] <Tomcat|sheriffduty> jesup: not much else then bug 943878
  1010. # [08:15] <Tomcat|sheriffduty> jesup: was also away on pto for 3 weeks till monday :)
  1011. # [08:16] <seth> fabrice: well, alright
  1012. # [08:16] <seth> fabrice: i normally have a policy of reviewing everything in a patch with "r=seth" in the commit message
  1013. # [08:16] <seth> fabrice: but if the other reviewer is bz, i suppose i can let it slide =)
  1014. # [08:16] * Quits: tetsuharu (Mibbit@7F0F061F.C168F1C0.728D42B.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1015. # [08:17] * Joins: vebb (mike@moz-91BF349C.callplus.net.nz)
  1016. # [08:17] <fabrice> seth: I can split it up if you really want
  1017. # [08:17] <seth> fabrice: nah that's ok, i'm giving you your r+ right now
  1018. # [08:17] * Quits: yurenju_ (yurenju@moz-99690620.hinet-ip.hinet.net) (Quit: Computer has gone to sleep.)
  1019. # [08:17] <fabrice> great thanks!
  1020. # [08:17] <jgilbert> oh inbound
  1021. # [08:17] <jgilbert> always with the bustage
  1022. # [08:18] <nigelb> Hello Tomcat|sheriffduty :)
  1023. # [08:18] <Tomcat|sheriffduty> ochameau: ping
  1024. # [08:18] <jesup> jlund|PTO: ping
  1025. # [08:18] <nigelb> Tomcat|sheriffduty: b-i and m-i closed for separate bustages
  1026. # [08:19] * Quits: Waldo (waldo@moz-24157589.mtv2.mozilla.com) (Quit: ChatZilla 0.9.87-8.1450hg.fc20 [XULRunner 30.0/20140605102323])
  1027. # [08:19] * Quits: tfp_ (anirudh@57DDC4C1.F2DEA9A7.1C37C358.IP) (Input/output error)
  1028. # [08:20] <Tomcat|sheriffduty> nigelb: yeah fixing b2g-i now
  1029. # [08:20] * Joins: tfp_ (anirudh@57DDC4C1.F2DEA9A7.1C37C358.IP)
  1030. # [08:20] * Quits: @njn (njn@moz-62051264.dyn.iinet.net.au) (Client exited)
  1031. # [08:20] <nigelb> Tomcat|sheriffduty: I've re-triggered a build for b2g bustage
  1032. # [08:20] * Quits: jgilbert (jgilbert@moz-FBB90FE8.hsd1.ca.comcast.net) (Ping timeout)
  1033. # [08:20] <Tomcat|sheriffduty> yeah i just saw, will revert the ones then that caused the bustage
  1034. # [08:21] * Quits: vebb (mike@moz-91BF349C.callplus.net.nz) (Quit: preprocessor-irc-cli has gone to sleep ZzzzzZZZ)
  1035. # [08:21] <Tomcat|sheriffduty> nthomas|away: ping
  1036. # [08:21] <nigelb> :)
  1037. # [08:22] * Quits: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net) (Quit: Leaving.)
  1038. # [08:22] <Tomcat|sheriffduty> nigelb: does anyone work at the m-i bustage ?
  1039. # [08:23] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  1040. # [08:24] <nigelb> Tomcat|sheriffduty: philor|away was looking at it
  1041. # [08:25] <Tomcat|sheriffduty> jesup: is this Android 4.0 Debug crashtest failure/crash [@ mozilla::TrackUnionStream::CopyTrackData(mozilla::StreamBuffer::Track*, unsigned int, long long, long long, bool*)] also you ?
  1042. # [08:26] <jesup> Tomcat|sheriffduty: looking
  1043. # [08:26] * Joins: gcp (gpascutto@moz-9CEB1C98.access.telenet.be)
  1044. # [08:26] * Quits: rbarnes (rbarnes@8A4562A2.70D8AE4.B2D54A9E.IP) (Input/output error)
  1045. # [08:27] * Joins: elin (elin@moz-E37F359D.hinet-ip.hinet.net)
  1046. # [08:28] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  1047. # [08:29] * Joins: nacerix (Instantbir@moz-857F3BC0.blueline.mg)
  1048. # [08:29] <jesup> Tomcat|sheriffduty: looks to be the replaceTrack stuff. one sec
  1049. # [08:30] <jesup> hit it on osx 10.6 debug too
  1050. # [08:31] <Tomcat|sheriffduty> jesup: yeah there seems to be the crash and one assertion
  1051. # [08:31] * Joins: tomasz (Adium@moz-94FD5102.lightspeed.sntcca.sbcglobal.net)
  1052. # [08:31] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  1053. # [08:32] <jesup> the crash is likely a symptom of the assertion. Checking
  1054. # [08:32] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  1055. # [08:32] * Quits: Mano (mano@moz-7D8E46E2.red.bezeqint.net) (Client exited)
  1056. # [08:33] * Joins: Mano (mano@moz-7D8E46E2.red.bezeqint.net)
  1057. # [08:33] * Joins: rbarnes (rbarnes@8A4562A2.70D8AE4.B2D54A9E.IP)
  1058. # [08:34] * Joins: ericchou (uid13391@moz-E77DEB21.irccloud.com)
  1059. # [08:34] * Quits: Mano (mano@moz-7D8E46E2.red.bezeqint.net) (Ping timeout)
  1060. # [08:35] * Joins: Mano (mano@moz-7D8E46E2.red.bezeqint.net)
  1061. # [08:35] * Joins: bjacob_ (bjacob@moz-CC07A754.cable.teksavvy.com)
  1062. # [08:35] <nigelb> Tomcat|sheriffduty: early results indicate c7b35bd70fc3 might be cause for b2g bustage.
  1063. # [08:37] <jesup> Tomcat|sheriffduty: I think the problem is non-trivial enough that you should back out the track_replace stuff (you can leave the one fix for the already-landed dom part).
  1064. # [08:37] * Joins: yurenju_ (yurenju@moz-99690620.hinet-ip.hinet.net)
  1065. # [08:39] <jesup> roc: any ideas on https://tbpl.mozilla.org/php/getParsedLog.php?id=46831273&tree=Mozilla-Inbound&full=1#error0 ? (right above that point it has "###!!! ASSERTION: Track with this ID already exists: '!FindTrack(aID)', file /builds/slave/m-in-osx64-d-00000000000000000/build/content/media/StreamBuffer.h, line 242"
  1066. # [08:39] <Tomcat|sheriffduty> jesup: so all of b682c9e52fee ?
  1067. # [08:39] <jesup> roc: I'm pretty sure this is fallout from the TrackID changes
  1068. # [08:39] * Joins: gerv (Instantbir@moz-8E3B6E80.range86-158.btcentralplus.com)
  1069. # [08:40] <jesup> Tomcat|sheriffduty: all except that one
  1070. # [08:40] <Tomcat|sheriffduty> jesup: ok
  1071. # [08:40] <jesup> i.e. the other 3
  1072. # [08:40] * Quits: Mano (mano@moz-7D8E46E2.red.bezeqint.net) (Client exited)
  1073. # [08:40] <Tomcat|sheriffduty> jesup: wonder if https://tbpl.mozilla.org/php/getParsedLog.php?id=46829628&tree=Mozilla-Inbound is also new , thats one assertion before the track replace failures
  1074. # [08:40] * Quits: rbarnes (rbarnes@8A4562A2.70D8AE4.B2D54A9E.IP) (Input/output error)
  1075. # [08:40] * Joins: Mano (mano@moz-7D8E46E2.red.bezeqint.net)
  1076. # [08:40] <ochameau> Tomcat|sheriffduty: pong
  1077. # [08:41] <Tomcat|sheriffduty> ochameau: do you know something about the mullet builds, jesup wanted to know something about that
  1078. # [08:41] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  1079. # [08:42] <jesup> Tomcat|sheriffduty: not sure about the assertion early there. We'll see if it persists
  1080. # [08:42] * Quits: Mano (mano@moz-7D8E46E2.red.bezeqint.net) (Ping timeout)
  1081. # [08:42] <ochameau> Tomcat|sheriffduty: yes. jesup: please shoot
  1082. # [08:43] <jesup> The major MediaStreamGraph refactor (to drive it off the output pulls) landed, and we're seeing OOM's about 50% of the time in Mulet M1
  1083. # [08:43] <jesup> Turns out the Try got lucky and was green
  1084. # [08:44] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/512598b9ecfc - Carsten "Tomcat" Book - Backed out changeset 0edf5afdc13c (bug 1057955)
  1085. # [08:44] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4a5a41e9b883 - Carsten "Tomcat" Book - Backed out changeset ef1c321a4a32 (bug 1057955)
  1086. # [08:44] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e9c509681fed - Carsten "Tomcat" Book - Backed out changeset a7e4ef74441d (bug 1057955) for Crashtest failures (crashes/assertions) on a CLOSED TREE
  1087. # [08:45] <jesup> This is a 34-patch queue that we've been fighting to finish and against constant bitrot for ~4 months; How can we debug what's causing it?
  1088. # [08:45] <Tomcat|sheriffduty> ochameau: ^
  1089. # [08:45] <ochameau> I don't think there is anything particular to mulet in how to debug that :/
  1090. # [08:45] <jesup> Is all you need to build mulet "ac_add_options --enable-application=b2g/dev"
  1091. # [08:46] <ochameau> yes
  1092. # [08:46] * Quits: elbeardmorez (quassel@moz-7157D0DD.skybroadband.com) (Ping timeout)
  1093. # [08:46] <ochameau> have you been able to reproduce it locally?
  1094. # [08:46] <jesup> ochameau: and what should I expect to work differently about mulet compared to a linux build (for media input/output, threading, etc)?
  1095. # [08:46] <Tomcat|sheriffduty> nigelb: ok backing out that one cset from b2g
  1096. # [08:47] * Quits: gerv (Instantbir@moz-8E3B6E80.range86-158.btcentralplus.com) (Ping timeout)
  1097. # [08:47] <jesup> ochameau: Does it depend on Desktop E10s?
  1098. # [08:47] * Joins: elbeardmorez (quassel@moz-7157D0DD.skybroadband.com)
  1099. # [08:47] <ochameau> jesup: it has all b2g-desktop pref turned on!
  1100. # [08:47] <ttaubert> did Google break their accounts login on Firefox? :/
  1101. # [08:48] * Quits: bjacob_ (bjacob@moz-CC07A754.cable.teksavvy.com) (Ping timeout)
  1102. # [08:48] * Joins: darkowlzz (ping-darko@BF9A61B3.D21FD7D9.E02377B3.IP)
  1103. # [08:48] <ochameau> jesup: but it is a firefox desktop, so it also has Fx pref. It is just that b2g ones override firefox ones.
  1104. # [08:48] <jesup> ochameau: that doesn't really tell me anything as I don't know what they are or how deep the impact is on
  1105. # [08:49] <ochameau> jesup: so it has all these prefs - http://mxr.mozilla.org/mozilla-central/source/b2g/app/b2g.js
  1106. # [08:49] * Quits: vikasyaligar (vikasyalig@D996F701.34384FD0.D30E9BEF.IP) (Ping timeout)
  1107. # [08:49] <ochameau> jesup: the thing is that I don't know much about media and threading...
  1108. # [08:50] * mdoglio|afk is now known as mdoglio
  1109. # [08:51] <ochameau> jesup: I think padenot already asked me about this OOM and already looked at that. Didn't he reported about his debugging session?
  1110. # [08:51] <ochameau> padenot: ?
  1111. # [08:51] <nigelb> Tomcat|sheriffduty: I can watch b-i after the backout if you'd like.
  1112. # [08:51] * Quits: ggp|away (ggp@moz-51AA7F1C.dsl.telesp.net.br) (Connection reset by peer)
  1113. # [08:51] <nigelb> I suspect you have your hands full with m-i
  1114. # [08:52] * Joins: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net)
  1115. # [08:52] * Quits: elin (elin@moz-E37F359D.hinet-ip.hinet.net) (Quit: elin)
  1116. # [08:53] <jesup> ochameau: what does "500 pref("device.camera.enabled", true); 501 pref("media.realtime_decoder.enabled", true);" do?
  1117. # [08:53] * Joins: Ms2ger (Ms2ger@moz-CB4C2E21.adsl-dyn.isp.belgacom.be)
  1118. # [08:53] <jesup> padenot should be around soon (Paris time)
  1119. # [08:53] * Joins: gsvelto (gsvelto@moz-7E41F205.retail.telecomitalia.it)
  1120. # [08:53] * BenWa|email is now known as BenWa
  1121. # [08:53] <Ms2ger> Bonjour
  1122. # [08:53] <ochameau> jesup: padenot is right next to me in the office ;) (but I'm still at home)
  1123. # [08:54] * bobowen|afk is now known as bobowen
  1124. # [08:54] <nigelb> Hello Ms2ger, right on time.
  1125. # [08:54] * Joins: ggp|away (ggp@moz-51AA7F1C.dsl.telesp.net.br)
  1126. # [08:54] * Quits: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net) (Ping timeout)
  1127. # [08:54] <Ms2ger> ochameau, so you're living with padenot?
  1128. # [08:54] <Tomcat|sheriffduty> :) wonderful good morning Ms2ger :)
  1129. # [08:54] * Ms2ger is confused
  1130. # [08:54] <jesup> ochameau: Hmmm, I also wonder about 522 pref("power.screen.timeout", 60); since that can affect the graph running
  1131. # [08:55] <ochameau> jesup: man, I don't know each gecko pref :o
  1132. # [08:55] * nsm is now known as nsm|away
  1133. # [08:56] <ochameau> jesup: is it also failing on b2g desktop? because all these prefs are also set on it
  1134. # [08:57] <ochameau> Ms2ger: hummm kind of. But I do have a thin wall between him and me.
  1135. # [08:57] <Tomcat|sheriffduty> nigelb: set b2g-i now to approval required to get the bumper commit with the backout
  1136. # [08:57] * Joins: neopleo (Mibbit@D7FC712B.4BA8D62B.34184540.IP)
  1137. # [08:57] <nigelb> Tomcat|sheriffduty: okay
  1138. # [08:57] <Ms2ger> ochameau, does it even reach the ceiling? :)
  1139. # [08:57] * Quits: timdream (timdream@moz-99690620.hinet-ip.hinet.net) (Quit: timdream)
  1140. # [08:57] <neopleo> Does anyone know the correct returned type to get it right?
  1141. # [08:58] <neopleo> https://pastebin.mozilla.org/6173625
  1142. # [08:58] <jesup> padenot: Another that can interact.... 996 // Enable wakelock 997 pref("dom.wakelock.enabled", true);
  1143. # [08:58] <ochameau> Ms2ger: there is no way a thin wall can reach de 6meters ceiling of the paris office!
  1144. # [08:58] <neopleo> the correct returned type to nsAString
  1145. # [08:58] * Joins: Jackneill (Jackneill@moz-2B5492E.pool.digikabel.hu)
  1146. # [08:58] <neopleo> I thought nsString should work but it did not.
  1147. # [08:58] <jesup> ochameau: no, it doesn't fail there.
  1148. # [08:58] * Joins: timdream (timdream@moz-E37F359D.hinet-ip.hinet.net)
  1149. # [08:58] <ochameau> jesup: and have you been able to reproduce it locally?
  1150. # [08:58] <neopleo> any feedback please.
  1151. # [08:59] <jesup> ochameau: no
  1152. # [08:59] * Quits: drno (nohlmeier@moz-CCCF7F86.hsd1.ca.comcast.net) (Quit: drno)
  1153. # [08:59] <jesup> ochameau: though I hit an assertion in the first test, so it's not a good testcase
  1154. # [08:59] <ochameau> jesup: do you have a link to the failing try?
  1155. # [09:00] <jesup> https://tbpl.mozilla.org/?tree=Try&rev=8bb852bd02f2 Green; I did the Mulet M1 retriggers after we saw it on landing
  1156. # [09:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/8c5f1ed7c6f0 - B2G Bumper Bot - Bumping gaia.json for 8 gaia revision(s) a=gaia-bump
  1157. # [09:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/7cef0cf32b68 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1158. # [09:00] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/pushloghtml?changeset=d9a70b065d65 - 24 changesets
  1159. # [09:01] * glob is now known as gob
  1160. # [09:01] <jesup> ochameau: I'm going to need to hand over investigation to padenot shortly (who should be in; he wasn't working late last night I believe). 3am EDT
  1161. # [09:02] * Joins: tomer (tomer@moz-C41B384C.static.012.net.il)
  1162. # [09:02] * gob is now known as glob
  1163. # [09:02] <ochameau> jesup: that's weird. I've never seen any OOM crash when I started running all mochitests on mulet (while crafting its mochitest blacklist, I started running ALL tests)
  1164. # [09:03] <ochameau> jesup: ok ok
  1165. # [09:03] * jesup thinks one could light a city for a night with all the Tries and retriggers this patchset has eaten in development
  1166. # [09:03] * Joins: Archaeopteryx (itsme@moz-B0C80EDF.cust.telecolumbus.net)
  1167. # [09:03] * Quits: tomasz (Adium@moz-94FD5102.lightspeed.sntcca.sbcglobal.net) (Quit: Leaving.)
  1168. # [09:04] <jesup> ochameau: padenot's been working on it since we brainstormed the design in Feb. (along with other stuff)
  1169. # [09:04] * Quits: marco (Adium@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net) (Quit: Leaving.)
  1170. # [09:04] <ochameau> jesup: also you can try to blacklist this test on mulet if that can help... mulet is in early stages so many tests have been blacklisted.
  1171. # [09:04] * jesup wonders if it's just that one test, or if that's just where in the sequence it fails
  1172. # [09:04] * BenWa is now known as BenWa|email
  1173. # [09:05] <jesup> rs=jesup for that if it works!
  1174. # [09:05] * Quits: ewong|sleep (chatzilla@moz-8777076B.netvigator.com) (Ping timeout)
  1175. # [09:05] <jesup> I think that's at least worth a try
  1176. # [09:06] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Ping timeout)
  1177. # [09:06] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  1178. # [09:06] * Quits: StevenLee (Adium@moz-E37F359D.hinet-ip.hinet.net) (Ping timeout)
  1179. # [09:06] * Joins: ewong|sleep (chatzilla@moz-8777076B.netvigator.com)
  1180. # [09:06] * Quits: jhlin (jolin@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1181. # [09:07] * Joins: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net)
  1182. # [09:07] * Quits: serge (Thunderbir@moz-4E0F5704.dsl.teksavvy.com) (Ping timeout)
  1183. # [09:07] * Joins: jhlin (jolin@moz-E37F359D.hinet-ip.hinet.net)
  1184. # [09:07] * Joins: tzimmermann (tzimmerman@moz-A7F62311.pools.vodafone-ip.de)
  1185. # [09:08] * Joins: gcp_ (gpascutto@moz-9CEB1C98.access.telenet.be)
  1186. # [09:08] * Quits: yzen (yzen@moz-F62769B5.cpe.pppoe.ca) (Ping timeout)
  1187. # [09:08] * Quits: squib (squib@moz-FD68D6B2.dhcp.mdsn.wi.charter.com) (Ping timeout)
  1188. # [09:08] <jesup> ochameau: can you try that (on Try or land a disable on Inbound) to get a jump on this for padenot? I have to crash
  1189. # [09:09] * Quits: gcp (gpascutto@moz-9CEB1C98.access.telenet.be) (Ping timeout)
  1190. # [09:09] * jesup isn't sure how to disable on Mulet
  1191. # [09:11] * Joins: mihneadb (mihneadb@B31BE4F8.9BE7D5C4.DC46C49F.IP)
  1192. # [09:11] * Joins: Swatinem (swatinem@moz-DB6C8027.dynamic.surfer.at)
  1193. # [09:12] * Quits: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net) (Ping timeout)
  1194. # [09:14] * pbrosset|afk is now known as pbrosset
  1195. # [09:14] * Joins: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net)
  1196. # [09:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/cb2ec39c6f2f - B2G Bumper Bot - Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
  1197. # [09:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/d1bdf469248e - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1198. # [09:15] <ochameau> it is just "skip-if = buildapp == 'mulet'" after the test in mochitest.ini
  1199. # [09:15] * Joins: adalucinet (Instantbir@B0E65737.A45B6F05.5BAD8D42.IP)
  1200. # [09:16] * Fallen|away is now known as Fallen
  1201. # [09:16] * Quits: yliao (yliao@moz-99690620.hinet-ip.hinet.net) (Connection reset by peer)
  1202. # [09:16] * Joins: yliao (yliao@moz-E37F359D.hinet-ip.hinet.net)
  1203. # [09:17] * Quits: yliao (yliao@moz-E37F359D.hinet-ip.hinet.net) (Connection reset by peer)
  1204. # [09:17] * Joins: yliao (yliao@moz-E37F359D.hinet-ip.hinet.net)
  1205. # [09:18] <ochameau> these tests were disabled for b2g desktop... so they are know to fail on desktop runtimes for b2g!
  1206. # [09:19] * mattwoodrow is now known as mattwoodrow|away
  1207. # [09:19] <Tomcat|sheriffduty> jesup: also non unified build bustage
  1208. # [09:19] <Tomcat|sheriffduty> on the patches from matt
  1209. # [09:20] * Quits: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net) (Quit: Leaving.)
  1210. # [09:20] * Joins: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net)
  1211. # [09:21] <Tomcat|sheriffduty> ochameau: could you disable this test also for mullet
  1212. # [09:22] * Quits: bnicholson (bnicholson@D5DEB921.F67EC404.A36C57B9.IP) (Input/output error)
  1213. # [09:22] * Quits: tomatoeblue (textual@moz-615F0871.cpe.distributel.net) (Quit: Computer has gone to sleep.)
  1214. # [09:22] * Quits: espadrine` (ttyl@moz-B260819.w90-2.abo.wanadoo.fr) (Ping timeout)
  1215. # [09:23] * Joins: bnicholson (bnicholson@D5DEB921.F67EC404.A36C57B9.IP)
  1216. # [09:24] * Quits: sylvain (scleymans@moz-CF8BEBEF.dia.static.qwest.net) (Input/output error)
  1217. # [09:24] * Joins: vingtetun (vnicolas@moz-64E1A8DA.fbx.proxad.net)
  1218. # [09:25] * Joins: AndreeaMatei (Thunderbir@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  1219. # [09:25] * jhlin is now known as jhlin|away
  1220. # [09:25] * jhlin|away is now known as jhlin
  1221. # [09:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c47c04eceb46 - Carsten "Tomcat" Book - Backed out changeset 8328bc2054d1 (bug 1058944)
  1222. # [09:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f51225f93776 - Carsten "Tomcat" Book - Backed out changeset 79d402a25984 (bug 1036653)
  1223. # [09:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0b3b9f1a0c8e - Carsten "Tomcat" Book - Backed out changeset 5a044fb75b4b (bug 1036653)
  1224. # [09:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d96533180807 - Carsten "Tomcat" Book - Backed out changeset a5723795cd1f (bug 1036653)
  1225. # [09:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1dfa10f2a726 - Carsten "Tomcat" Book - Backed out changeset 33c69decc3fd (bug 1036653)
  1226. # [09:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/24f43c5b5968 - Carsten "Tomcat" Book - Backed out changeset 572c610328c6 (bug 1036653)
  1227. # [09:26] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b17b390ac37a - Carsten "Tomcat" Book - Backed out changeset 857d543db683 (bug 1036653) for windows non unified build bustage on a CLOSED TREE
  1228. # [09:26] * Joins: m_kato (m_kato@moz-EB9AD6AD.au-net.ne.jp)
  1229. # [09:26] * Quits: m_kato (m_kato@moz-EB9AD6AD.au-net.ne.jp) (Quit: Leaving...)
  1230. # [09:27] * Joins: KenChang (KenChang@moz-99690620.hinet-ip.hinet.net)
  1231. # [09:27] * mattwoodrow|away is now known as mattwoodrow
  1232. # [09:28] <ochameau> Tomcat|sheriffduty: I submitted a master-based patch over here, but that should apply on any branch - https://bugzilla.mozilla.org/show_bug.cgi?id=848954#c127
  1233. # [09:28] * Joins: gabor (gabor@moz-9F0B9CF9.pool.digikabel.hu)
  1234. # [09:29] * whimboo|afk is now known as whimboo
  1235. # [09:29] <ochameau> Tomcat|sheriffduty: I don't have any inbound clone. could you push that patch for me?
  1236. # [09:29] <Tomcat|sheriffduty> ochameau: ok will check this in on inobund
  1237. # [09:29] <Tomcat|sheriffduty> yeah sure
  1238. # [09:29] <ochameau> thanks!
  1239. # [09:29] * Quits: protz (protz@moz-E29D2A15.inria.fr) (Quit: Leaving)
  1240. # [09:30] * jhlin is now known as jhlin|away
  1241. # [09:30] * jhlin|away is now known as jhlin
  1242. # [09:30] <Tomcat|sheriffduty> ochameau: done
  1243. # [09:31] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1b883c791174 - Alexandre Poirot - Bug 848954 - Disable webaudio tests on mulet on CLOSED TREE. r=jesup a=tomcat
  1244. # [09:32] * Quits: @dbaron (dbaron@moz-87FF7F7C.dsl.dynamic.sonic.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  1245. # [09:33] <tzimmermann> Tomcat|sheriffduty: ping
  1246. # [09:33] * Joins: h4writer (h4writer@moz-6BDA8831.access.telenet.be)
  1247. # [09:33] * Joins: vikasyaligar (vikasyalig@8835953C.8D15356F.D30E9BEF.IP)
  1248. # [09:33] <Tomcat|sheriffduty> tzimmermann: pong
  1249. # [09:34] <tzimmermann> a question about adding new repositories to mozilla's github account: how to do this. shall i just open a bug, or is there a longer process involved?
  1250. # [09:34] <tzimmermann> the context is in: https://bugzilla.mozilla.org/show_bug.cgi?id=1054934#c11
  1251. # [09:35] * jhlin is now known as jhlin|away
  1252. # [09:35] * Joins: rvid (textual@moz-9BAF7C87.hsd1.ca.comcast.net)
  1253. # [09:36] <Tomcat|sheriffduty> hm tzimmermann oh good question was never involved into something like this, maybe the releng guys know like simone or pmoore (they are in the German timezone so online or online soon) in #releng
  1254. # [09:36] <tzimmermann> ok, thank you. i'll ask them
  1255. # [09:36] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  1256. # [09:36] * mattwoodrow is now known as mattwoodrow|away
  1257. # [09:36] * Quits: jhlin|away (jolin@moz-E37F359D.hinet-ip.hinet.net) (Ping timeout)
  1258. # [09:37] * Joins: edmorley (uid27002@moz-5F4AA75A.irccloud.com)
  1259. # [09:37] * Joins: elin (elin@moz-99690620.hinet-ip.hinet.net)
  1260. # [09:38] * Quits: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net) (Quit: vicamo)
  1261. # [09:39] * Joins: Gijs (gijs@moz-5940503C.range81-159.btcentralplus.com)
  1262. # [09:40] * Quits: shorlander (shorlander@moz-26B8EBF6.swo.res.rr.com) (Ping timeout)
  1263. # [09:40] * Quits: MrMazda (fmcz@moz-CB202EEF.cable.mindspring.com) (Ping timeout)
  1264. # [09:40] * Quits: capella (chatzilla@moz-3A08EE5.twcny.res.rr.com) (Ping timeout)
  1265. # [09:40] * Quits: jchen (jchen@moz-F9F4659E.woh.res.rr.com) (Ping timeout)
  1266. # [09:40] * Quits: a-865 (fmcz@moz-CB202EEF.cable.mindspring.com) (Ping timeout)
  1267. # [09:41] * Joins: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net)
  1268. # [09:41] * Joins: jhlin|away (jolin@moz-E37F359D.hinet-ip.hinet.net)
  1269. # [09:41] * Quits: jrgill2 (jrgill@moz-4F5F20D2.stny.res.rr.com) (Ping timeout)
  1270. # [09:41] * Quits: capella-s3 (capella-s3@moz-3A08EE5.twcny.res.rr.com) (Ping timeout)
  1271. # [09:41] * Joins: capella-s3 (capella-s3@moz-3A08EE5.twcny.res.rr.com)
  1272. # [09:41] * Joins: a-865 (fmcz@moz-CB202EEF.cable.mindspring.com)
  1273. # [09:41] * Joins: capella (chatzilla@moz-3A08EE5.twcny.res.rr.com)
  1274. # [09:41] * Quits: avaida (Instantbir@B0E65737.A45B6F05.5BAD8D42.IP) (Quit: Instantbird 1.5 -- http://www.instantbird.com)
  1275. # [09:41] * Joins: jrgill2 (jrgill@moz-4F5F20D2.stny.res.rr.com)
  1276. # [09:41] * Joins: MrMazda (fmcz@moz-CB202EEF.cable.mindspring.com)
  1277. # [09:41] * Quits: juanb (jbecerra@EA768190.B3AD8579.9CA62458.IP) (Quit: juanb)
  1278. # [09:42] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  1279. # [09:42] * Joins: shorlander (shorlander@moz-26B8EBF6.swo.res.rr.com)
  1280. # [09:42] * Joins: jchen (jchen@moz-F9F4659E.woh.res.rr.com)
  1281. # [09:43] * Joins: Garf_ (gpascutto@moz-9CEB1C98.access.telenet.be)
  1282. # [09:43] * Quits: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1283. # [09:43] * Joins: jhlin (jolin@moz-99690620.hinet-ip.hinet.net)
  1284. # [09:44] * Quits: jhlin|away (jolin@moz-E37F359D.hinet-ip.hinet.net) (Ping timeout)
  1285. # [09:44] * Quits: ethan (ethan@moz-E37F359D.hinet-ip.hinet.net) (Quit: ethan)
  1286. # [09:44] * Joins: avaida (Instantbir@B0E65737.A45B6F05.5BAD8D42.IP)
  1287. # [09:44] * Quits: gcp_ (gpascutto@moz-9CEB1C98.access.telenet.be) (Ping timeout)
  1288. # [09:45] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  1289. # [09:46] * Joins: stransky (stransky@moz-59D79C36.broadband2.iol.cz)
  1290. # [09:46] * Quits: jhlin (jolin@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1291. # [09:46] * Joins: vebb (mike@moz-91BF349C.callplus.net.nz)
  1292. # [09:46] * Joins: loadbang (simon@moz-963262EC.range86-148.btcentralplus.com)
  1293. # [09:46] * Joins: jhlin (jolin@moz-99690620.hinet-ip.hinet.net)
  1294. # [09:47] * Quits: vebb (mike@moz-91BF349C.callplus.net.nz) (Input/output error)
  1295. # [09:47] * jhlin is now known as jhlin|away
  1296. # [09:47] * jhlin|away is now known as jhlin
  1297. # [09:47] * Joins: vebb (mike@moz-91BF349C.callplus.net.nz)
  1298. # [09:47] * mattwoodrow|away is now known as mattwoodrow
  1299. # [09:47] * jhlin is now known as jhlin|away
  1300. # [09:48] * Joins: sparsh (bzlandfill@ED7FA044.57266F2B.1C37C358.IP)
  1301. # [09:48] * Joins: RealRaven (Thunderbir@362D35C2.10E106C4.C3498625.IP)
  1302. # [09:49] * Joins: ethan (ethan@moz-99690620.hinet-ip.hinet.net)
  1303. # [09:49] * Quits: ewong|sleep (chatzilla@moz-8777076B.netvigator.com) (Ping timeout)
  1304. # [09:49] * Joins: schien (anonymous@moz-E37F359D.hinet-ip.hinet.net)
  1305. # [09:50] * Joins: nattokirai (nattokirai@moz-57642CCC.panda-world.ne.jp)
  1306. # [09:50] * Joins: ewong|sleep (chatzilla@moz-8777076B.netvigator.com)
  1307. # [09:50] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/08ffd7287846 - B2G Bumper Bot - Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
  1308. # [09:50] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/0f59f42e6c2f - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1309. # [09:51] * Quits: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca) (Quit: surkov)
  1310. # [09:51] * Joins: MarcoZ (marco.zehe@moz-ABCBD7A6.dip0.t-ipconnect.de)
  1311. # [09:53] * Joins: jet (jet@DC28F9F2.9D1462C2.B1AB2861.IP)
  1312. # [09:54] * Quits: darkowlzz (ping-darko@BF9A61B3.D21FD7D9.E02377B3.IP) (Ping timeout)
  1313. # [09:54] * Joins: darkowlzz (ping-darko@BF9A61B3.D21FD7D9.E02377B3.IP)
  1314. # [09:55] * Joins: Dexter (chatzilla@70E4E9FB.80763C0B.AA5144CD.IP)
  1315. # [09:56] * Joins: pnkfelix (pnkfelix@moz-43495417.fbx.proxad.net)
  1316. # [09:59] * Quits: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  1317. # [09:59] * mattwoodrow is now known as mattwoodrow|away
  1318. # [10:01] * Joins: jhlin (jolin@moz-99690620.hinet-ip.hinet.net)
  1319. # [10:01] * Quits: jhlin|away (jolin@moz-99690620.hinet-ip.hinet.net) (Connection reset by peer)
  1320. # [10:02] * Quits: timdream (timdream@moz-E37F359D.hinet-ip.hinet.net) (Ping timeout)
  1321. # [10:03] <Tomcat|sheriffduty> ok guys mozilla-inbound is open again, i guess all regressions are now catched
  1322. # [10:03] * Joins: timdream (timdream@moz-99690620.hinet-ip.hinet.net)
  1323. # [10:04] <Ms2ger> We can fix that...
  1324. # [10:05] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Ping timeout)
  1325. # [10:06] * Joins: snorp (snorp@moz-FC7A4BEE.natwky.res.rr.com)
  1326. # [10:07] * Quits: jet (jet@DC28F9F2.9D1462C2.B1AB2861.IP) (Quit: jet)
  1327. # [10:08] * Joins: yzen (yzen@moz-F62769B5.cpe.pppoe.ca)
  1328. # [10:09] * Joins: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net)
  1329. # [10:09] * Quits: Xaquseg (Xaquseg@3FE51F40.8A388BE3.918EEC00.IP) (Ping timeout)
  1330. # [10:09] * Joins: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net)
  1331. # [10:09] * Quits: Kabaka (kabaka@moz-55BA12D.vacantminded.com) (Ping timeout)
  1332. # [10:09] * Quits: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net) (Client exited)
  1333. # [10:10] * Quits: darkowlzz (ping-darko@BF9A61B3.D21FD7D9.E02377B3.IP) (Ping timeout)
  1334. # [10:10] * Joins: Optimize1 (Instantbir@4F3E1057.A6DE773B.88FACCAA.IP)
  1335. # [10:10] * Joins: StevenLee (Adium@moz-E37F359D.hinet-ip.hinet.net)
  1336. # [10:10] * Joins: darkowlzz (ping-darko@BF9A61B3.D21FD7D9.E02377B3.IP)
  1337. # [10:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/66e350a413a6 - Chris Peterson - Bug 1036781 - Part 8: Replace MOZ_ASSUME_UNREACHABLE with MOZ_CRASH in js/src/jit/*Allocator.* code. r=jandem
  1338. # [10:10] * Quits: yzen (yzen@moz-F62769B5.cpe.pppoe.ca) (Ping timeout)
  1339. # [10:10] * Joins: mihaelav (mihaelavel@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  1340. # [10:11] * Joins: Xaquseg (Xaquseg@3FE51F40.8A388BE3.918EEC00.IP)
  1341. # [10:11] * Quits: sparsh (bzlandfill@ED7FA044.57266F2B.1C37C358.IP) (Quit: CGI:IRC (Ping timeout))
  1342. # [10:13] * Joins: espadrine` (ttyl@moz-87D32D93.w80-12.abo.wanadoo.fr)
  1343. # [10:13] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  1344. # [10:15] * Quits: ggp|away (ggp@moz-51AA7F1C.dsl.telesp.net.br) (Ping timeout)
  1345. # [10:15] <hsivonen> weird. https://blog.mozilla.org/tanvi/2013/04/10/mixed-content-blocking-enabled-in-firefox-23/ doesn't load for me but https://blog.mozilla.org/ does, so the whole server isn't broken
  1346. # [10:16] * Quits: vebb (mike@moz-91BF349C.callplus.net.nz) (Quit: preprocessor-irc-cli has gone to sleep ZzzzzZZZ)
  1347. # [10:17] * Joins: yzen (yzen@moz-F62769B5.cpe.pppoe.ca)
  1348. # [10:18] * Quits: vikasyaligar (vikasyalig@8835953C.8D15356F.D30E9BEF.IP) (Input/output error)
  1349. # [10:19] * Joins: vebb (mike@moz-91BF349C.callplus.net.nz)
  1350. # [10:19] * Joins: ggp|away (ggp@moz-51AA7F1C.dsl.telesp.net.br)
  1351. # [10:19] * Quits: pnkfelix (pnkfelix@moz-43495417.fbx.proxad.net) (Ping timeout)
  1352. # [10:19] * Quits: yzen (yzen@moz-F62769B5.cpe.pppoe.ca) (Ping timeout)
  1353. # [10:20] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  1354. # [10:20] * Joins: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net)
  1355. # [10:21] * Joins: pnkfelix (pnkfelix@moz-43495417.fbx.proxad.net)
  1356. # [10:22] * Quits: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net) (Ping timeout)
  1357. # [10:23] <Tomcat|sheriffduty> padenot: ping
  1358. # [10:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a2a10e38f42d - Jan de Mooij - Bug 1056529 - Remove old workarounds for MSVC PGO bugs. r=h4writer
  1359. # [10:23] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Ping timeout)
  1360. # [10:27] * Joins: myk (myk@moz-AC60788E.dsl.dynamic.sonic.net)
  1361. # [10:28] * Joins: scravag (Adium@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1362. # [10:33] * mdoglio is now known as mdoglio|afk
  1363. # [10:33] * Quits: nattokirai (nattokirai@moz-57642CCC.panda-world.ne.jp) (Connection reset by peer)
  1364. # [10:33] * Joins: jgilbert (jgilbert@moz-FBB90FE8.hsd1.ca.comcast.net)
  1365. # [10:33] * Joins: jwwang (jwwang@moz-99690620.hinet-ip.hinet.net)
  1366. # [10:34] * Quits: elin (elin@moz-99690620.hinet-ip.hinet.net) (Quit: elin)
  1367. # [10:34] * Joins: nattokirai (nattokirai@moz-57642CCC.panda-world.ne.jp)
  1368. # [10:35] <jgilbert> if webgl bustage happens, it's probably https://bugzilla.mozilla.org/show_bug.cgi?id=996266
  1369. # [10:35] * Quits: darkowlzz (ping-darko@BF9A61B3.D21FD7D9.E02377B3.IP) (Client exited)
  1370. # [10:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/eadec46c8aa6 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1371. # [10:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/dd17474c67c2 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1372. # [10:35] <jgilbert> it should have been caught by try, but *shrug*
  1373. # [10:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/fdd2bb040eb6 - Jeff Gilbert - Bug 996266 - Kill WS. - r=kamidphish
  1374. # [10:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6bcda9f223b3 - Jeff Gilbert - Bug 996266 - Fall back from failed WebGL context creation attribs. - r=kamidphish,bjacob
  1375. # [10:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c97ad94c5220 - Jeff Gilbert - Bug 996266 - Support testing for errors at the GLContext level. - r=kamidphish
  1376. # [10:36] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2984228b8fb1 - Jeff Gilbert - Bug 996266 - E_INVALIDARG sometimes means OOM. - r=kamidphish
  1377. # [10:36] * Joins: flo-retina (Instantbir@moz-25D49B0E.ip-37-59-48.eu)
  1378. # [10:36] <jgilbert> But, uh, leave that WS kill patch in, please :)
  1379. # [10:37] * Quits: rkent (Thunderbir@moz-CCEA8D95.hsd1.wa.comcast.net) (Quit: rkent)
  1380. # [10:38] <Ms2ger> What's WS ever done to you?!
  1381. # [10:38] * Quits: jgilbert (jgilbert@moz-FBB90FE8.hsd1.ca.comcast.net) (Ping timeout)
  1382. # [10:39] * Joins: Kabaka (kabaka@moz-55BA12D.vacantminded.com)
  1383. # [10:40] * Quits: ckitching (ckitching@moz-C722A5D3.hsd1.ca.comcast.net) (Input/output error)
  1384. # [10:41] * Quits: koderok (koderok@2E932B4E.E10058D2.1F392835.IP) (Quit: koderok)
  1385. # [10:42] * Quits: flo-retina (Instantbir@moz-25D49B0E.ip-37-59-48.eu) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  1386. # [10:42] * Quits: gabor (gabor@moz-9F0B9CF9.pool.digikabel.hu) (Client exited)
  1387. # [10:42] * Quits: timdream (timdream@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1388. # [10:42] * Joins: flo-retina (Instantbir@moz-25D49B0E.ip-37-59-48.eu)
  1389. # [10:42] * Quits: nattokirai (nattokirai@moz-57642CCC.panda-world.ne.jp) (Connection reset by peer)
  1390. # [10:43] * Joins: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP)
  1391. # [10:44] * Joins: timdream (timdream@moz-E37F359D.hinet-ip.hinet.net)
  1392. # [10:45] <pbrosset> Hi. Got a question here. I've added `[infallible] attribute boolean recordProfileTimelineMarkers` in nsIDocShell.idl, and have defined the corresponding Get/SetRecordProfileTimelineMarkers methods in nsDocShell. Now, it seems to me that I should also be able to call docShell->GetRecordProfileTimelineMarkers(), with no bool parameter and that this should return a bool
  1393. # [10:46] <pbrosset> I've seen this done for other attributes, but when I try that, I've got: error: too few arguments to function call, single argument 'aRecordProfileTimelineMarkers' was not specified
  1394. # [10:47] * Quits: nacerix (Instantbir@moz-857F3BC0.blueline.mg) (Ping timeout)
  1395. # [10:47] * Quits: myk (myk@moz-AC60788E.dsl.dynamic.sonic.net) (Ping timeout)
  1396. # [10:48] * mattwoodrow|away is now known as mattwoodrow
  1397. # [10:48] <Ms2ger> pbrosset, yeah, that should work, I think
  1398. # [10:48] <Ms2ger> pbrosset, what type is docShell?
  1399. # [10:48] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/245673603037 - Ahmed Kachkach - Bug 1057558 - Fix IPC test results not being reported in first iframe. r=drno
  1400. # [10:48] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/01d2edd3c66f - Nils Ohlmeier [:drno] - Bug 1057558 - temporarily exclude devicestorage test_dirs.html from IPC tests. r=akachkach
  1401. # [10:48] <pbrosset> Ms2ger: nsDocShell*
  1402. # [10:48] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/feca845bb857 - Mats Palmgren - Bug 1042489 - Call DrainOverflowColumns() to pick up any overflow frames from our prev-in-flow. r=roc
  1403. # [10:49] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/38b0ac8e7280 - Guptha Rajagopal - Bug 1041128 - Allow duplicate properties in object literals r=jorendorff
  1404. # [10:49] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/56672382b34b - Tomasz Kołodziejski - Bug 694696 - mute video if volume is set down to 0. r=jaws
  1405. # [10:49] * Joins: elin (elin@moz-E37F359D.hinet-ip.hinet.net)
  1406. # [10:49] <Ms2ger> pbrosset, try casting to nsIDocShell
  1407. # [10:49] <Ms2ger> C++ is dumb
  1408. # [10:49] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d2f60a06625a - cku@mozilla.com - Bug 839735 - Enable test cases, which are disable because of scrollbar fade out effect. r=ahal
  1409. # [10:49] <pbrosset> oh right, I'll try that, thanks
  1410. # [10:50] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  1411. # [10:50] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/11f53170e065 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1412. # [10:50] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/d15c9a1f1de9 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1413. # [10:50] * Joins: Sushant94 (Sushant@F4E72F92.20B0EE14.D30E9BEF.IP)
  1414. # [10:51] * Joins: koderok (koderok@2E932B4E.E10058D2.1F392835.IP)
  1415. # [10:51] <pbrosset> Ms2ger: that worked, thanks. And now that you mention it, all other occurences of this that I found before were all delaing with nsIDocShell indeed
  1416. # [10:52] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/bae66f96bbd6 - Chris Pearce - Bug 1057173 - Rename MediaKeyNeededEvent to MediaEncryptedEvent. r=bz
  1417. # [10:52] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f505272bac50 - Chris Pearce - Bug 1057170 - Update MediaKey* Uint8Arrays to be ArrayBuffer. r=bz
  1418. # [10:52] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f73be78d1cca - Chris Pearce - Bug 1057171 - Implement MediaKeySession.getUsableKeyIds. r=bz
  1419. # [10:53] * Quits: vingtetun (vnicolas@moz-64E1A8DA.fbx.proxad.net) (Ping timeout)
  1420. # [10:55] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  1421. # [10:55] * Quits: Jackneill (Jackneill@moz-2B5492E.pool.digikabel.hu) (Ping timeout)
  1422. # [10:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/efee8c29d9fe - Mark Banner - Bug 1057884 - WARNING nsLoginManagerPrompter.js:1340 - assignment to undeclared variable port. r=dolske
  1423. # [10:55] * Quits: TYLin (TYLin@moz-E37F359D.hinet-ip.hinet.net) (Ping timeout)
  1424. # [10:55] * Joins: fbn (fbn@74A20BCC.47645AD0.CFE928A7.IP)
  1425. # [10:55] * Quits: Morris (Morris@moz-E37F359D.hinet-ip.hinet.net) (Ping timeout)
  1426. # [10:56] * Joins: Jackneill (Jackneill@moz-2B5492E.pool.digikabel.hu)
  1427. # [10:57] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Input/output error)
  1428. # [10:57] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  1429. # [10:58] * Joins: paolo (paolo@88F51059.F3BBB17D.144F44FA.IP)
  1430. # [10:59] * Joins: vingtetun (vnicolas@moz-64E1A8DA.fbx.proxad.net)
  1431. # [10:59] * Joins: m_kato__ (uid35611@moz-31ABA2C0.irccloud.com)
  1432. # [10:59] * Quits: elin (elin@moz-E37F359D.hinet-ip.hinet.net) (Quit: elin)
  1433. # [11:00] * Joins: vikasyaligar (vikasyalig@89672173.B4BD8344.D30E9BEF.IP)
  1434. # [11:01] * Joins: Anupkumar (uid16774@moz-A42E5B7B.irccloud.com)
  1435. # [11:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/fcb6d731bb7a - Matt Woodrow - Bug 1057222 - Do partial tile uploads on desktop. r=BenWa
  1436. # [11:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c81383c420f4 - Matt Woodrow - Bug 1057222 - Avoid uploading the whole tile when it's new but only partially valid. r=BenWa
  1437. # [11:05] * Quits: StevenLee (Adium@moz-E37F359D.hinet-ip.hinet.net) (Ping timeout)
  1438. # [11:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a8c1a1eea2ca - Tim Chien - Bug 1054839 - Revive detail object in selectionchange and surrendingtextchange event. r=khuey,yxl
  1439. # [11:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/041030a16bae - Ahmed Kachkach - Bug 1057694 - Command suggestions in mach. r=gps
  1440. # [11:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a5ccd601909c - JW Wang - Bug 1057978 - do nothing in MediaDecoderStateMachine::Seek() while shutting down. r=cpearce
  1441. # [11:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/55ada902c145 - Douglas Crosher - Bug 1058587 - OdinMonkey MIPS: bias the global-register to improve instruction encoding efficiency. r=dougc
  1442. # [11:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/fb614e0d2ca7 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1443. # [11:07] * Joins: StevenLee (Adium@moz-E37F359D.hinet-ip.hinet.net)
  1444. # [11:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/38d6c73511d5 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1445. # [11:08] * Quits: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP) (Ping timeout)
  1446. # [11:08] * Joins: mikeratcliffe (Adium@B8D4FE5.4788BC2C.7CCB197A.IP)
  1447. # [11:09] <nigelb> Tomcat|sheriffduty: Sigh.
  1448. # [11:09] <Tomcat|sheriffduty> jandem: ping
  1449. # [11:09] <Tomcat|sheriffduty> nigelb: yeah
  1450. # [11:09] <Tomcat|sheriffduty> bustage again
  1451. # [11:09] * Quits: kdc (chatzilla@moz-A66E00D4.pk.shawcable.net) (Ping timeout)
  1452. # [11:09] <nigelb> Still leaks after the backout
  1453. # [11:09] <jandem> Tomcat|sheriffduty: pong
  1454. # [11:10] <Tomcat|sheriffduty> jandem: could https://tbpl.mozilla.org/php/getParsedLog.php?id=46840896&tree=Mozilla-Inbound be realted to Bug 1036781
  1455. # [11:10] * Joins: kdc (chatzilla@moz-A66E00D4.pk.shawcable.net)
  1456. # [11:10] <nigelb> b-i is not happy after your backout.
  1457. # [11:10] * Quits: Jackneill (Jackneill@moz-2B5492E.pool.digikabel.hu) (Ping timeout)
  1458. # [11:10] * Joins: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP)
  1459. # [11:11] * Parts: flod (flod@B24A55E.C75EE065.2CA42CD4.IP)
  1460. # [11:11] <jandem> Tomcat|sheriffduty: cpeterson's commit? seems unlikely
  1461. # [11:11] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  1462. # [11:11] <Tomcat|sheriffduty> nigelb: yeah strange :(
  1463. # [11:11] <jandem> Tomcat|sheriffduty: can't rule it out though
  1464. # [11:11] <Tomcat|sheriffduty> jandem: yeah, retriggered it also to be sure
  1465. # [11:12] <nigelb> fabrice: hello, who can help diagnose leaks on b2g?
  1466. # [11:12] <Tomcat|sheriffduty> tzimmermann: do you know who could with a memory leak on b2g-inbound ?
  1467. # [11:12] <nigelb> heh :)
  1468. # [11:12] <nigelb> timing ftw
  1469. # [11:12] <Tomcat|sheriffduty> :)
  1470. # [11:12] * Quits: timdream (timdream@moz-E37F359D.hinet-ip.hinet.net) (Ping timeout)
  1471. # [11:13] <tzimmermann> Tomcat|sherrifduty: 'who could'... deal(?) 'with'
  1472. # [11:13] <NeilAway> oh, the irony: http://mxr.mozilla.org/comm-central/source/mozilla/xpcom/glue/unused.h#26
  1473. # [11:13] <Tomcat|sheriffduty> tzimmermann: err who could help diagnose a memory leak issue on b2g-i
  1474. # [11:13] * Joins: timdream (timdream@moz-99690620.hinet-ip.hinet.net)
  1475. # [11:13] * Quits: MrMazda (fmcz@moz-CB202EEF.cable.mindspring.com) (Ping timeout)
  1476. # [11:14] <tzimmermann> Tomcat|sherrifduty: khuey, but he's away
  1477. # [11:14] * Joins: MrMazda (fmcz@moz-CB202EEF.cable.mindspring.com)
  1478. # [11:14] <tzimmermann> Tomcat|sheriffduty: khuey, but he's away
  1479. # [11:14] * Quits: stransky (stransky@moz-59D79C36.broadband2.iol.cz) (Quit: Connection reset by beer)
  1480. # [11:14] * Joins: stransky (stransky@moz-59D79C36.broadband2.iol.cz)
  1481. # [11:14] <tzimmermann> Tomcat|sheriffduty: which module?
  1482. # [11:15] <Tomcat|sheriffduty> tzimmermann: TEST-UNEXPECTED-FAIL | leakcheck | 5100 bytes leaked (Composer2D, CondVar, ExpirationTrackerObserver, Mutex, PProcLoaderParent, ...)
  1483. # [11:15] * Joins: gerv (Instantbir@moz-8E3B6E80.range86-158.btcentralplus.com)
  1484. # [11:15] * Joins: vicamo (vicamo@moz-E37F359D.hinet-ip.hinet.net)
  1485. # [11:16] <tzimmermann> Tomcat|sheriffduty: i think khuey should know that. he recently fixed a lot of leaks and cleanup bugs
  1486. # [11:16] <Tomcat|sheriffduty> nigelb: closed b2g-i now and will do so with gaia
  1487. # [11:17] <nigelb> yeah, good call.
  1488. # [11:17] <Tomcat|sheriffduty> khuey|away: ping
  1489. # [11:18] <NeilAway> do we support universal references in all of our compilers?
  1490. # [11:19] <Tomcat|sheriffduty> nigelb: also bustage on m-i
  1491. # [11:19] <nigelb> srsly
  1492. # [11:19] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard)
  1493. # [11:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/eabd390a7b6e - Carsten "Tomcat" Book - Backed out changeset 2984228b8fb1 (bug 996266)
  1494. # [11:19] <nigelb> what is wrong with today.
  1495. # [11:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/365cdbcaaf6a - Carsten "Tomcat" Book - Backed out changeset c97ad94c5220 (bug 996266)
  1496. # [11:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/00db70d58a1a - Carsten "Tomcat" Book - Backed out changeset 6bcda9f223b3 (bug 996266) for bustage on a CLOSED TREE
  1497. # [11:20] <padenot> Tomcat|sheriffduty: pong?
  1498. # [11:20] * Joins: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net)
  1499. # [11:21] <Tomcat|sheriffduty> padenot: hey! good morning, seems we might have a regression from last night landing, could you take a look at bug 1059132
  1500. # [11:21] <padenot> Tomcat|sheriffduty: on it, thanks
  1501. # [11:21] <Tomcat|sheriffduty> padenot: MediaStreamGraphImpl is on the crash stack so i wonder if its a new regression
  1502. # [11:22] <padenot> Tomcat|sheriffduty: it is absolutely a regression
  1503. # [11:22] * Quits: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net) (Ping timeout)
  1504. # [11:22] * Quits: loadbang (simon@moz-963262EC.range86-148.btcentralplus.com) (Quit: loadbang)
  1505. # [11:23] * Joins: Rik (rik@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1506. # [11:23] <padenot> Tomcat|sheriffduty: is this the only one you saw?
  1507. # [11:24] * Joins: TYLin (TYLin@moz-E37F359D.hinet-ip.hinet.net)
  1508. # [11:24] * Quits: gerv (Instantbir@moz-8E3B6E80.range86-158.btcentralplus.com) (Ping timeout)
  1509. # [11:25] <Tomcat|sheriffduty> padenot: yeah, at least so far no other frequent/permament regression so far
  1510. # [11:26] <Tomcat|sheriffduty> the tree was closed for awhile this morning to figure out the mulet test failure
  1511. # [11:26] <padenot> yes, I saw the backlog
  1512. # [11:28] * Quits: jchen (jchen@moz-F9F4659E.woh.res.rr.com) (Ping timeout)
  1513. # [11:28] * Quits: capella-s3 (capella-s3@moz-3A08EE5.twcny.res.rr.com) (Ping timeout)
  1514. # [11:28] * Quits: jrgill2 (jrgill@moz-4F5F20D2.stny.res.rr.com) (Ping timeout)
  1515. # [11:28] * glob is now known as glob|away
  1516. # [11:28] * Quits: MrMazda (fmcz@moz-CB202EEF.cable.mindspring.com) (Ping timeout)
  1517. # [11:28] * Quits: snorp (snorp@moz-FC7A4BEE.natwky.res.rr.com) (Ping timeout)
  1518. # [11:28] * Quits: capella (chatzilla@moz-3A08EE5.twcny.res.rr.com) (Ping timeout)
  1519. # [11:28] * Quits: shorlander (shorlander@moz-26B8EBF6.swo.res.rr.com) (Ping timeout)
  1520. # [11:29] * Quits: a-865 (fmcz@moz-CB202EEF.cable.mindspring.com) (Ping timeout)
  1521. # [11:29] <Tomcat|sheriffduty> nigelb: fun on the b2g leaks is that at least the m11 leak seems intermittent
  1522. # [11:29] * Joins: jchen (jchen@moz-F9F4659E.woh.res.rr.com)
  1523. # [11:29] * Joins: jrgill (jrgill@moz-4F5F20D2.stny.res.rr.com)
  1524. # [11:29] * Joins: a-865 (fmcz@moz-CB202EEF.cable.mindspring.com)
  1525. # [11:29] * Joins: capella (chatzilla@moz-3A08EE5.twcny.res.rr.com)
  1526. # [11:29] * Joins: MrMazda (fmcz@moz-CB202EEF.cable.mindspring.com)
  1527. # [11:29] * Joins: shorlander (shorlander@moz-26B8EBF6.swo.res.rr.com)
  1528. # [11:30] * Joins: snorp (snorp@moz-FC7A4BEE.natwky.res.rr.com)
  1529. # [11:30] * Joins: gerv (Instantbir@moz-27570324.range86-133.btcentralplus.com)
  1530. # [11:31] * Quits: Ms2ger (Ms2ger@moz-CB4C2E21.adsl-dyn.isp.belgacom.be) (Ping timeout)
  1531. # [11:32] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Ping timeout)
  1532. # [11:32] * Quits: a-865 (fmcz@moz-CB202EEF.cable.mindspring.com) (Ping timeout)
  1533. # [11:32] * Quits: jchen (jchen@moz-F9F4659E.woh.res.rr.com) (Ping timeout)
  1534. # [11:32] * Quits: jrgill (jrgill@moz-4F5F20D2.stny.res.rr.com) (Ping timeout)
  1535. # [11:32] <padenot> Tomcat|sheriffduty: I'm going to push some instrumentation and work around/fix it today
  1536. # [11:32] * Quits: capella (chatzilla@moz-3A08EE5.twcny.res.rr.com) (Ping timeout)
  1537. # [11:33] * Quits: MrMazda (fmcz@moz-CB202EEF.cable.mindspring.com) (Ping timeout)
  1538. # [11:33] * Quits: shorlander (shorlander@moz-26B8EBF6.swo.res.rr.com) (Ping timeout)
  1539. # [11:33] * Quits: snorp (snorp@moz-FC7A4BEE.natwky.res.rr.com) (Ping timeout)
  1540. # [11:33] * Joins: jrgill (jrgill@moz-4F5F20D2.stny.res.rr.com)
  1541. # [11:33] * Joins: capella (chatzilla@moz-3A08EE5.twcny.res.rr.com)
  1542. # [11:33] * Joins: snorp (snorp@moz-FC7A4BEE.natwky.res.rr.com)
  1543. # [11:33] * Joins: shorlander (shorlander@moz-26B8EBF6.swo.res.rr.com)
  1544. # [11:33] * Joins: MrMazda (fmcz@moz-CB202EEF.cable.mindspring.com)
  1545. # [11:33] * Joins: a-865 (fmcz@moz-CB202EEF.cable.mindspring.com)
  1546. # [11:33] * Joins: jchen (jchen@moz-F9F4659E.woh.res.rr.com)
  1547. # [11:34] <Tomcat|sheriffduty> padenot: cool thanks
  1548. # [11:34] * Quits: jhorak (jhorak@moz-B317ACBB.net.upcbroadband.cz) (Quit: Leaving)
  1549. # [11:34] * Quits: gerv (Instantbir@moz-27570324.range86-133.btcentralplus.com) (Ping timeout)
  1550. # [11:34] * Quits: stransky (stransky@moz-59D79C36.broadband2.iol.cz) (Quit: Connection reset by beer)
  1551. # [11:35] * Joins: gerv (Instantbir@moz-27570324.range86-133.btcentralplus.com)
  1552. # [11:35] * Quits: jchen (jchen@moz-F9F4659E.woh.res.rr.com) (Ping timeout)
  1553. # [11:35] * Quits: snorp (snorp@moz-FC7A4BEE.natwky.res.rr.com) (Ping timeout)
  1554. # [11:35] * Quits: a-865 (fmcz@moz-CB202EEF.cable.mindspring.com) (Ping timeout)
  1555. # [11:35] * Quits: jrgill (jrgill@moz-4F5F20D2.stny.res.rr.com) (Ping timeout)
  1556. # [11:35] * Quits: capella (chatzilla@moz-3A08EE5.twcny.res.rr.com) (Ping timeout)
  1557. # [11:36] * Quits: shorlander (shorlander@moz-26B8EBF6.swo.res.rr.com) (Ping timeout)
  1558. # [11:36] <padenot> ha, another regression, I'll fix it right away as well
  1559. # [11:36] <padenot> (trivial stuff)
  1560. # [11:37] <padenot> on the mulet
  1561. # [11:38] * Quits: MrMazda (fmcz@moz-CB202EEF.cable.mindspring.com) (Ping timeout)
  1562. # [11:38] * Quits: Archaeopteryx (itsme@moz-B0C80EDF.cust.telecolumbus.net) (Quit: Goodbye)
  1563. # [11:38] * Joins: lygstate (Mibbit@439136D8.BFCD0860.B4C97B2.IP)
  1564. # [11:38] * Quits: robertbindar (Thunderbir@moz-C722A5D3.hsd1.ca.comcast.net) (Ping timeout)
  1565. # [11:38] * Joins: robertbindar (Thunderbir@moz-C722A5D3.hsd1.ca.comcast.net)
  1566. # [11:39] <lygstate> Hello, I am looking for a way to wait the callback's result, can mozilla 31 do that?
  1567. # [11:39] <padenot> which callback?
  1568. # [11:39] * Quits: gerv (Instantbir@moz-27570324.range86-133.btcentralplus.com) (Ping timeout)
  1569. # [11:40] * Joins: gerv (Instantbir@moz-27570324.range86-133.btcentralplus.com)
  1570. # [11:42] * Joins: gabor (gabor@moz-9F0B9CF9.pool.digikabel.hu)
  1571. # [11:46] * Quits: StevenLee (Adium@moz-E37F359D.hinet-ip.hinet.net) (Quit: Leaving.)
  1572. # [11:46] * Quits: flo-retina (Instantbir@moz-25D49B0E.ip-37-59-48.eu) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  1573. # [11:47] * Quits: tessarakt3 (jens@moz-D2174E03.adsl.alicedsl.de) (Ping timeout)
  1574. # [11:49] * Quits: timdream (timdream@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1575. # [11:49] <Fallen> Yoric: is there a way to detach a cdata finalizer from an object without destroying it?
  1576. # [11:49] <Yoric> Fallen: dispose()
  1577. # [11:49] <Yoric> Er, no.
  1578. # [11:49] <Yoric> Let me double-check :)
  1579. # [11:50] <Yoric> Fallen: `forget()`.
  1580. # [11:50] * Joins: Ms2ger (Ms2ger@moz-CB4C2E21.adsl-dyn.isp.belgacom.be)
  1581. # [11:50] <Fallen> ah cool. I'll try it
  1582. # [11:50] * mdoglio|afk is now known as mdoglio
  1583. # [11:50] <Fallen> it was indeed a double free causing the crash
  1584. # [11:50] * Quits: rvid (textual@moz-9BAF7C87.hsd1.ca.comcast.net) (Quit: Computer has gone to sleep.)
  1585. # [11:51] * Joins: gokce (gokce@C698735F.55DBA505.232D870F.IP)
  1586. # [11:51] * Joins: tessarakt3 (jens@moz-20BCCC6D.adsl.alicedsl.de)
  1587. # [11:51] <Yoric> Fallen: This explains that.
  1588. # [11:51] <Yoric> How did you end up double-freeing?
  1589. # [11:52] <Yoric> Did you call free manually somewhere else?
  1590. # [11:52] * Joins: darktrojan (geoff@moz-26A412B5.dsl.telstraclear.net)
  1591. # [11:52] * Joins: timdream (timdream@moz-E37F359D.hinet-ip.hinet.net)
  1592. # [11:52] * Joins: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net)
  1593. # [11:53] * Joins: meh (meh@moz-3BDDADB0.net24.it)
  1594. # [11:53] * Quits: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP) (Quit: ChatZilla 0.9.90.1 [Firefox 34.0a1/20140825030205])
  1595. # [11:54] * Quits: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net) (Ping timeout)
  1596. # [11:55] <Fallen> Yoric: A certain library call (icalcomponent_add_subcomponent) takes over ownership and does the free internally
  1597. # [11:55] <Fallen> therefore its freed once by the library and once by the finalizer
  1598. # [11:55] <Yoric> Ah, makes sense.
  1599. # [11:55] <Yoric> Well, that's exactly why we added `forget()`.
  1600. # [11:55] * Joins: askalski (akuda@2BA4E5A7.CC7751E8.6712E96B.IP)
  1601. # [11:55] <Fallen> great!
  1602. # [11:55] <lygstate> Async callback
  1603. # [11:56] <lygstate> for example, done = false;image.onLoad(function(){done = true;};
  1604. # [11:56] <lygstate> I will waiting for the done to be true
  1605. # [11:56] <Yoric> lygstate: Are you working on platform code?
  1606. # [11:56] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  1607. # [11:56] * Joins: frogzilla (Mibbit@moz-EBB1395.zetes.ch)
  1608. # [11:56] <lygstate> I am working on thunderbird code
  1609. # [11:57] <Yoric> lygstate: Also, are you Younggang Luo?
  1610. # [11:57] <lygstate> Yeap, I am Yonggang Luo
  1611. # [11:57] <lygstate> I am also submit a patch about XUL tree
  1612. # [11:57] <Yoric> So, short answer: there is a way, but it's absolutely awful and very much not recommended.
  1613. # [11:58] <lygstate> Yoric: Because I need to draw the text in canvas, that's why I need sync way to retrieve content from external world
  1614. # [11:58] * Joins: mwargers (mwargers@moz-AF369B35.adsl.online.nl)
  1615. # [11:59] <Yoric> lygstate: How does canvas force this?
  1616. # [11:59] <lygstate> Yoric: Canvas can not force this,
  1617. # [12:00] <Yoric> Generally, if you wish to combine async stuff with canvas, you try to gather the stuff, then put it on the canvas only once all the data is available.
  1618. # [12:00] <Yoric> Rather than force wait until all the async code is complete.
  1619. # [12:00] <lygstate> Yoric: If the text can not be retrieved immediately(sync), then the canvas will show it up.
  1620. # [12:00] * Quits: yurenju_ (yurenju@moz-99690620.hinet-ip.hinet.net) (Quit: Computer has gone to sleep.)
  1621. # [12:00] <Tomcat|sheriffduty> mozilla-inbound is open again
  1622. # [12:01] <lygstate> Yoric: I understand your concern, just because my content is retrieved from Local Database, so if it exist, then should be retrieved immediately
  1623. # [12:01] * Quits: gokce (gokce@C698735F.55DBA505.232D870F.IP) (Quit: Konversation terminated!)
  1624. # [12:01] <lygstate> Yoric: if it not exist, I will leave it blank.
  1625. # [12:01] * AndreeaMatei is now known as Andreea|lunch
  1626. # [12:01] <Yoric> lygstate: Databases are generally pretty slow in comparision to the UI, so it's a bad idea to force wait until the database operation has compelted.
  1627. # [12:02] <Yoric> Even if it's a simple db operation.
  1628. # [12:02] * Joins: gokce (gokce@C698735F.55DBA505.232D870F.IP)
  1629. # [12:02] <lygstate> Yoric: It's thunderbird local email database
  1630. # [12:02] <Yoric> lygstate: iirc, it's pretty slow (just like any database) in comparision to the speed expected from a UI.
  1631. # [12:02] <lygstate> Yoric: I want to retrieve this:https://mxr.mozilla.org/comm-central/source/mailnews/db/gloda/modules/mimemsg.js#187
  1632. # [12:03] * Quits: vicamo (vicamo@moz-E37F359D.hinet-ip.hinet.net) (Quit: vicamo)
  1633. # [12:03] <Tomcat|sheriffduty> padenot: found another regression
  1634. # [12:03] <Yoric> lygstate: That's why this function has been designed with a callback.
  1635. # [12:04] <Tomcat|sheriffduty> padenot: https://tbpl.mozilla.org/php/getParsedLog.php?id=46843107&tree=Mozilla-Inbound - not sure if you guys want to disable that tests also again
  1636. # [12:04] <lygstate> Yoric: I understand now. Maybe I really need a workaround.
  1637. # [12:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/437f9ad3fec9 - David Major - Bug 1001332 - Set subsystem version to 5.01 to make VS2013 builds run on XP. r=glandium
  1638. # [12:05] <padenot> Tomcat|sheriffduty: that's the same one as the other OOM, I've got a patch, I'm building a mulet at the moment to make sure it works
  1639. # [12:05] * Joins: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net)
  1640. # [12:05] <padenot> ETA 20-30min, I had to clobber
  1641. # [12:05] <Tomcat|sheriffduty> padenot: cool!
  1642. # [12:05] * Quits: frogzilla (Mibbit@moz-EBB1395.zetes.ch) (Quit: http://www.mibbit.com ajax IRC Client)
  1643. # [12:05] <lygstate> Yoric: ineed, I won't retrieve the entire email, just the preview things of the email, about 512 bytes or less
  1644. # [12:05] * Joins: loadbang (simon@moz-963262EC.range86-148.btcentralplus.com)
  1645. # [12:06] <Yoric> lygstate: Sure, but it's still slow.
  1646. # [12:06] <Yoric> Accessing a database can easily take 100ms.
  1647. # [12:06] * mihaelav is now known as mihaelav_lunch
  1648. # [12:06] <Yoric> To ensure that the UI remains smooth, we aim for 15ms max.
  1649. # [12:07] * mattwoodrow is now known as mattwoodrow|away
  1650. # [12:07] <lygstate> Yoric: ha, gocha, so it's better to storage those things into the database first.
  1651. # [12:07] <Yoric> lygstate: I'm not sure I understand that sentence.
  1652. # [12:08] <lygstate> Yoric: I means do some cache for the email preview.
  1653. # [12:08] * Quits: TYLin (TYLin@moz-E37F359D.hinet-ip.hinet.net) (Quit: TYLin)
  1654. # [12:08] * Joins: capella-s3 (capella-s3@975C2FF6.8E72683A.5A1B6CB8.IP)
  1655. # [12:08] <Yoric> lygstate: If I understand what you write, yes, doing some in-memory caching is probably what you need.
  1656. # [12:09] <karlt> whimboo: yes, gsettings and no_proxy env have different formats
  1657. # [12:09] <lygstate> Yoric: at the very first time, there nothing for canvas, I have to leave it blank. and after the things retrieved, I will redraw it
  1658. # [12:09] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e2eda589ea8d - Hannes Verschore - Bug 1056581 - Use fast getc on windows, r=jorendorff
  1659. # [12:09] <karlt> whimboo: if you want to use the same set for both, perhaps using both .scl3.mozilla.com and *.scl3.mozilla.com might be an option?
  1660. # [12:09] <Yoric> lygstate: That sounds good.
  1661. # [12:09] * Quits: seanlin (Thunderbir@moz-E37F359D.hinet-ip.hinet.net) (Quit: seanlin)
  1662. # [12:10] * Joins: vicamo (vicamo@moz-E37F359D.hinet-ip.hinet.net)
  1663. # [12:10] <Yoric> lygstate: Out of curiosity, what are you drawing?
  1664. # [12:10] * Quits: loadbang (simon@moz-963262EC.range86-148.btcentralplus.com) (Quit: loadbang)
  1665. # [12:10] * Quits: gandalf (zbraniecki@moz-F9900A0D.hsd1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  1666. # [12:10] * Joins: loadbang (simon@moz-963262EC.range86-148.btcentralplus.com)
  1667. # [12:10] * Joins: flo-retina (Instantbir@moz-25D49B0E.ip-37-59-48.eu)
  1668. # [12:11] * Joins: elin (elin@moz-E37F359D.hinet-ip.hinet.net)
  1669. # [12:11] * ewong is now known as ewong|away
  1670. # [12:11] <lygstate> Yoric: The thunderbird thread tree
  1671. # [12:11] <Yoric> ok
  1672. # [12:12] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  1673. # [12:12] * Quits: capella-s3 (capella-s3@975C2FF6.8E72683A.5A1B6CB8.IP) (Connection reset by peer)
  1674. # [12:12] <whimboo> karlt: it will not confuse both of them?
  1675. # [12:12] <lygstate> Yoric: I was trying to draw it like outlook, the sender, subject/title date is drawed
  1676. # [12:12] * Quits: gerv (Instantbir@moz-27570324.range86-133.btcentralplus.com) (Ping timeout)
  1677. # [12:12] <lygstate> Yoric: only the preview's encoding is not correct, so I am trying to use MsgHdrToMimeMessage to retrieve the correct one
  1678. # [12:13] * Joins: capella-s3 (capella-s3@975C2FF6.8E72683A.5A1B6CB8.IP)
  1679. # [12:13] * Joins: stransky (stransky@moz-59D79C36.broadband2.iol.cz)
  1680. # [12:13] <Yoric> ok
  1681. # [12:14] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Ping timeout)
  1682. # [12:14] * Joins: twi (Adium@moz-C7218401.retail.telecomitalia.it)
  1683. # [12:15] * Joins: capella (chatzilla@975C2FF6.8E72683A.5A1B6CB8.IP)
  1684. # [12:16] * Joins: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com)
  1685. # [12:16] * Joins: Mano (mano@moz-7D8E46E2.red.bezeqint.net)
  1686. # [12:17] * Quits: capella-s3 (capella-s3@975C2FF6.8E72683A.5A1B6CB8.IP) (Connection reset by peer)
  1687. # [12:17] <lygstate> Yoric: Is the ES7 await is what I am looking for?
  1688. # [12:17] <lygstate> Yoric: even though it's not implemented yet.
  1689. # [12:18] * Joins: capella-s3 (capella-s3@975C2FF6.8E72683A.5A1B6CB8.IP)
  1690. # [12:18] <karlt> whimboo: i don't know; it's possible that something might throw an error on *; i wouldn't expect anything to throw an error without the *
  1691. # [12:18] <Yoric> lygstate: I believe that `await` is the equivalent of using `yield` in Task.jsm, which is something we already do on the tree.
  1692. # [12:18] <karlt> whimboo: but ideally, no_proxy would have no * and ignore-hosts would have * where appropriate
  1693. # [12:19] <Yoric> It doesn't really make things synchronous, it just simplifies the syntax for async code.
  1694. # [12:19] * Quits: pnkfelix (pnkfelix@moz-43495417.fbx.proxad.net) (Ping timeout)
  1695. # [12:19] <karlt> whimboo: if you want a master list, then you could strip * from the strings when converting to env var
  1696. # [12:19] * Joins: Jan\ (kvirc@258C4B18.9ED115C5.529AC0B9.IP)
  1697. # [12:21] <lygstate> Yoric: Thanks, so if I want to turn the asynchronous callback into synchronous, then I just need to use yield
  1698. # [12:22] <lygstate> Yoric: Just some occasional case we need that functional
  1699. # [12:22] * Quits: amoghbl1 (Thunderbir@9B9315E1.A6025CA.1C37C358.IP) (Ping timeout)
  1700. # [12:22] <Yoric> lygstate: No, that's not going to make it synchronous.
  1701. # [12:22] <Yoric> lygstate: It's just going to use the same syntx as synchronous code, but it's going to remain async.
  1702. # [12:23] <lygstate> Yoric: Thanks a lot, now I understand the whole story, so If I really need the synchronous code, I need to modify the underlying code.
  1703. # [12:23] <whimboo> karlt: yeah. or otherway around and adding '*' for entries starting with '.'
  1704. # [12:23] * Joins: gerv (Instantbir@moz-8E3B6E80.range86-158.btcentralplus.com)
  1705. # [12:23] <whimboo> lets see what is better
  1706. # [12:23] <Yoric> lygstate: Yeah, but don't make it synchronous :)
  1707. # [12:23] <lygstate> Yoric: maybe the better way it to generating the preview when the email is downloaded:)
  1708. # [12:24] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4f7989d0848f - Benjamin Bouvier - Bug 1052325: Odin: Rename CheckCall into CheckCoercedCall; r=luke
  1709. # [12:24] <karlt> whimboo: i'm confused by the bug report; the code has no * and yet it is OS X that is broken?
  1710. # [12:24] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/684b02de6a31 - Benjamin Bouvier - Bug 1052325: AsmJS: make return coercion optional for standard math lib functions calls; r=luke
  1711. # [12:24] <Yoric> lygstate: Well, since you need to store the preview somewhere, reading the preview is also going to be async.
  1712. # [12:24] <lygstate> Yoric: because I want those offline email show the preview instantly, but not flicking
  1713. # [12:25] <lygstate> Yoric: in thunderbird, there is sync API to reading things about email,
  1714. # [12:25] <whimboo> karlt: yes, because there we have no '*' and it seems to be necessary
  1715. # [12:25] <whimboo> karlt: it doesnt work without the asterix
  1716. # [12:25] <Fallen> Yoric: hmm do I have to do something special to call forget() ? I'm getting foo.forget is not a function. https://pastebin.mozilla.org/6176436
  1717. # [12:25] <lygstate> Yoric: In fact, the whole mailbox is a treeView
  1718. # [12:25] <Yoric> lygstate: True. But that slows things down.
  1719. # [12:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/a23b7b404770 - Alexandre Poirot - Bug 1049103 - ensure closing only one child connection when closing a toolbox. r=jryans
  1720. # [12:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/ceb3967c0d39 - Alexandre Poirot - Bug 977043 - Tweak TabActor to support changing its targeted context to an iframe. r=bgrins,past
  1721. # [12:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/f74dd51cbfb9 - Alexandre Poirot - Bug 977043 - Add toolbox-level frame selection to change the currently targeted document. r=bgrins,past
  1722. # [12:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/0398f1390ea9 - Alexandre Poirot - Bug 977043 - Tweak webconsole for frames selection. r=msucan
  1723. # [12:26] <lygstate> Yoric: I am not sure about that, in practice, it's truely fast, I've already tested.
  1724. # [12:26] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/c3a7a750a72f - Alexandre Poirot - Bug 977043 - Fix inspector and add test for frame selection. r=pbrosset
  1725. # [12:26] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/f14b2654c180 - Alexandre Poirot - Bug 977043 - Tweak netmonitor for frames selection patch. r=msucan
  1726. # [12:26] * Quits: vicamo (vicamo@moz-E37F359D.hinet-ip.hinet.net) (Quit: vicamo)
  1727. # [12:26] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/30524bc6f4cf - Benjamin Bouvier - Bug 1052514: Move AsmJSNumLit and use it in Globals; r=luke
  1728. # [12:26] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d3f44966d998 - Benjamin Bouvier - Bug 1052514: Use AsmJSNumLit in AsmJSModule.h; r=luke
  1729. # [12:27] * baku|away is now known as baku
  1730. # [12:27] * Quits: ggp|away (ggp@moz-51AA7F1C.dsl.telesp.net.br) (Connection reset by peer)
  1731. # [12:27] <Yoric> Fallen: Minimal change here https://pastebin.mozilla.org/6176460 but that's not going to fix your issue.
  1732. # [12:27] * Joins: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net)
  1733. # [12:28] * Joins: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz)
  1734. # [12:28] <Yoric> Fallen: Are you sure it's a CDataFinalizer you're passing?
  1735. # [12:28] * Joins: ggp|away (ggp@moz-51AA7F1C.dsl.telesp.net.br)
  1736. # [12:28] <nigelb> Tomcat|sheriffduty: dang, retries in the push right before are green.
  1737. # [12:28] <Fallen> let me double check
  1738. # [12:29] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  1739. # [12:31] * Quits: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net) (Quit: vicamo)
  1740. # [12:31] * Quits: jwwang (jwwang@moz-99690620.hinet-ip.hinet.net) (Quit: 暫離)
  1741. # [12:36] * Quits: vikasyaligar (vikasyalig@89672173.B4BD8344.D30E9BEF.IP) (Ping timeout)
  1742. # [12:42] * Quits: gokce (gokce@C698735F.55DBA505.232D870F.IP) (Ping timeout)
  1743. # [12:43] <Tomcat|sheriffduty> nigelb: yeah
  1744. # [12:46] * Quits: tomer (tomer@moz-C41B384C.static.012.net.il) (Input/output error)
  1745. # [12:46] * Quits: koderok (koderok@2E932B4E.E10058D2.1F392835.IP) (Quit: koderok)
  1746. # [12:46] <nigelb> Tomcat|sheriffduty: all of my usual indicators are out the door. I'm curious what's causing this.
  1747. # [12:47] * Quits: Rik (rik@87C1F78E.1DE10CA8.D8E68FF6.IP) (Connection reset by peer)
  1748. # [12:47] * Parts: neopleo (Mibbit@D7FC712B.4BA8D62B.34184540.IP)
  1749. # [12:48] * Quits: masayuki (Thunderbir@moz-7765A755.zaq.ne.jp) (Ping timeout)
  1750. # [12:48] * Joins: Rik (rik@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1751. # [12:48] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Ping timeout)
  1752. # [12:49] * Quits: ethan (ethan@moz-99690620.hinet-ip.hinet.net) (Quit: ethan)
  1753. # [12:49] * Joins: sir_none (Thunderbir@moz-E98CDE3D.dclient.hispeed.ch)
  1754. # [12:49] * FuzzyFox|afk is now known as FuzzyFox
  1755. # [12:52] * Quits: timdream (timdream@moz-E37F359D.hinet-ip.hinet.net) (Quit: timdream)
  1756. # [12:53] * Joins: KaiRo (robert@moz-8234B351.adsl.highway.telekom.at)
  1757. # [12:53] * Joins: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net)
  1758. # [12:54] * Joins: a-865 (fmcz@moz-CB202EEF.cable.mindspring.com)
  1759. # [12:54] * Quits: elin (elin@moz-E37F359D.hinet-ip.hinet.net) (Quit: elin)
  1760. # [12:54] * Quits: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com) (Ping timeout)
  1761. # [12:55] * Quits: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net) (Ping timeout)
  1762. # [12:56] * Quits: yliao (yliao@moz-E37F359D.hinet-ip.hinet.net) (Client exited)
  1763. # [12:57] * Joins: yliao (yliao@moz-E37F359D.hinet-ip.hinet.net)
  1764. # [12:58] * Quits: yliao (yliao@moz-E37F359D.hinet-ip.hinet.net) (Ping timeout)
  1765. # [12:59] * Joins: jchen (jchen@moz-F9F4659E.woh.res.rr.com)
  1766. # [12:59] * Joins: snorp (snorp@moz-FC7A4BEE.natwky.res.rr.com)
  1767. # [13:00] * Quits: m_kato__ (uid35611@moz-31ABA2C0.irccloud.com) (Quit: Connection closed for inactivity)
  1768. # [13:01] * Quits: gabor (gabor@moz-9F0B9CF9.pool.digikabel.hu) (Ping timeout)
  1769. # [13:01] * Joins: koderok (koderok@2E932B4E.E10058D2.1F392835.IP)
  1770. # [13:01] * Quits: koderok (koderok@2E932B4E.E10058D2.1F392835.IP) (Quit: koderok)
  1771. # [13:03] * Joins: tomatoeblue (textual@moz-615F0871.cpe.distributel.net)
  1772. # [13:03] * Quits: kentuckyfriedtakahe (ajones@34E8ECDF.DC2C3734.616A18A6.IP) (Quit: Ex-Chat)
  1773. # [13:05] * Joins: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1774. # [13:07] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  1775. # [13:10] * Quits: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1776. # [13:10] * Joins: michal1 (michal@moz-93EA2B69.net.upcbroadband.cz)
  1777. # [13:10] * Quits: michal1 (michal@moz-93EA2B69.net.upcbroadband.cz) (Quit: Leaving.)
  1778. # [13:10] * Quits: Sushant94 (Sushant@F4E72F92.20B0EE14.D30E9BEF.IP) (Ping timeout)
  1779. # [13:16] * Joins: gabor (gabor@moz-EFC81A03.pool.digikabel.hu)
  1780. # [13:16] * Quits: karlt (karl@moz-C433B975.jetstream.xtra.co.nz) (Ping timeout)
  1781. # [13:17] * Joins: gokce (gokce@C698735F.55DBA505.232D870F.IP)
  1782. # [13:22] * Quits: robertbindar (Thunderbir@moz-C722A5D3.hsd1.ca.comcast.net) (Ping timeout)
  1783. # [13:23] * Joins: robertbindar (Thunderbir@moz-C722A5D3.hsd1.ca.comcast.net)
  1784. # [13:23] * Quits: capella-s3 (capella-s3@975C2FF6.8E72683A.5A1B6CB8.IP) (Connection reset by peer)
  1785. # [13:23] * Quits: vebb (mike@moz-91BF349C.callplus.net.nz) (Quit: preprocessor-irc-cli has gone to sleep ZzzzzZZZ)
  1786. # [13:24] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Ping timeout)
  1787. # [13:24] * Joins: capella-s3 (capella-s3@975C2FF6.8E72683A.5A1B6CB8.IP)
  1788. # [13:25] * Joins: badescunicu (Thunderbir@477D0DDF.87E3EA65.320F75DD.IP)
  1789. # [13:26] <bbouvier> i've apparently caused an orange on Jit1, looking right now
  1790. # [13:27] * Joins: capella-s32 (capella-s3@moz-3A08EE5.twcny.res.rr.com)
  1791. # [13:27] * Quits: capella-s3 (capella-s3@975C2FF6.8E72683A.5A1B6CB8.IP) (Connection reset by peer)
  1792. # [13:27] * Quits: capella (chatzilla@975C2FF6.8E72683A.5A1B6CB8.IP) (Ping timeout)
  1793. # [13:28] * Quits: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  1794. # [13:30] <bbouvier> Tomcat|sheriffduty: ^
  1795. # [13:30] * Quits: Optimizer (Optimizer@59A40065.83E11AE2.BE4CF869.IP) (Ping timeout)
  1796. # [13:30] <nigelb> bbouvier: cheers
  1797. # [13:31] * Joins: shorlander (shorlander@moz-26B8EBF6.swo.res.rr.com)
  1798. # [13:31] * Joins: Optimizer (Optimizer@59A40065.83E11AE2.BE4CF869.IP)
  1799. # [13:32] * Joins: amoghbl1 (Thunderbir@9B9315E1.A6025CA.1C37C358.IP)
  1800. # [13:32] <Tomcat|sheriffduty> bbouvier: ok :)
  1801. # [13:33] <Tomcat|sheriffduty> bbouvier: closed the tree so you can take a look
  1802. # [13:34] <nigelb> *whee*
  1803. # [13:35] * Joins: vebb (mike@moz-91BF349C.callplus.net.nz)
  1804. # [13:35] <Tomcat|sheriffduty> padenot: ping
  1805. # [13:35] <bbouvier> Tomcat|sheriffduty: thanks; if it takes me more than 5 minutes, i'll just back it out to investigate locally
  1806. # [13:36] <padenot> Tomcat|sheriffduty: pong
  1807. # [13:36] <Tomcat|sheriffduty> padenot: seems the change also caused bug 1059108
  1808. # [13:37] * Joins: rankov (Mibbit@7A460512.A56E0E8C.DF1CE89D.IP)
  1809. # [13:39] <Ms2ger> bbouvier, four minutes gone...
  1810. # [13:39] * Quits: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1811. # [13:40] <bbouvier> Ms2ger: trying to identify which of the 4 changesets induced the failure
  1812. # [13:40] <bbouvier> why didn't jit tests get triggered on https://tbpl.mozilla.org/?tree=Mozilla-Inbound&rev=684b02de6a31 for Linux64 Opt?
  1813. # [13:41] <bbouvier> only one changeset to back out, yay
  1814. # [13:41] * Quits: Optimizer (Optimizer@59A40065.83E11AE2.BE4CF869.IP) (Ping timeout)
  1815. # [13:42] * FuzzyFox is now known as FuzzyFox|afk
  1816. # [13:42] * Joins: nacerix (Instantbir@moz-44F94ACD.blueline.mg)
  1817. # [13:43] * Joins: gcp_ (gpascutto@moz-9CEB1C98.access.telenet.be)
  1818. # [13:43] * Quits: Garf_ (gpascutto@moz-9CEB1C98.access.telenet.be) (Ping timeout)
  1819. # [13:43] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1820. # [13:46] * Joins: yurenju (yurenju@moz-6C14E8A3.dynamic.hinet.net)
  1821. # [13:46] <bbouvier> Tomcat|sheriffduty: done
  1822. # [13:46] * sheppy-offline is now known as sheppy
  1823. # [13:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a576a4743bec - Benjamin Bouvier - Backed out changeset d3f44966d998 (bug 1052514) for jit test failures on a CLOSED TREE
  1824. # [13:47] * Joins: koderok (koderok@2E932B4E.E10058D2.1F392835.IP)
  1825. # [13:47] * Quits: mwargers (mwargers@moz-AF369B35.adsl.online.nl) (Client exited)
  1826. # [13:47] * Quits: koderok (koderok@2E932B4E.E10058D2.1F392835.IP) (Quit: koderok)
  1827. # [13:47] * Fallen is now known as Fallen|away
  1828. # [13:48] * Quits: Anupkumar (uid16774@moz-A42E5B7B.irccloud.com) (Quit: Connection closed for inactivity)
  1829. # [13:48] * Joins: Sushant94 (Sushant@F4E72F92.20B0EE14.D30E9BEF.IP)
  1830. # [13:48] <Tomcat|sheriffduty> bbouvier: thanks!
  1831. # [13:49] * FuzzyFox|afk is now known as FuzzyFox
  1832. # [13:49] * Joins: capella (chatzilla@moz-3A08EE5.twcny.res.rr.com)
  1833. # [13:50] * Quits: lygstate (Mibbit@439136D8.BFCD0860.B4C97B2.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1834. # [13:50] * Quits: RealRaven (Thunderbir@362D35C2.10E106C4.C3498625.IP) (Connection reset by peer)
  1835. # [13:54] * Joins: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net)
  1836. # [13:54] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  1837. # [13:54] * Quits: h4writer (h4writer@moz-6BDA8831.access.telenet.be) (Ping timeout)
  1838. # [13:55] * Quits: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net) (Ping timeout)
  1839. # [13:57] * Joins: Pike (chatzilla@moz-35C53F65.pool.mediaways.net)
  1840. # [13:58] * Joins: RealRaven (Thunderbir@C48BECBF.43EDE414.27F80FAC.IP)
  1841. # [13:59] * curtisk|afk is now known as curtisk
  1842. # [14:00] <padenot> Tomcat|sheriffduty: I think you've misfiled some 1033098 as 1059132
  1843. # [14:00] * Joins: Optimizer (Optimizer@59A40065.83E11AE2.BE4CF869.IP)
  1844. # [14:00] <padenot> not sure if it matters
  1845. # [14:01] <Tomcat|sheriffduty> oh thanks padenot will correct this
  1846. # [14:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/2f31abffddbb - Michael Pruett - Bug 1057782 - Use template strings for multi-line SQL statements. r=ttaubert
  1847. # [14:01] * Quits: vebb (mike@moz-91BF349C.callplus.net.nz) (Ping timeout)
  1848. # [14:02] * Quits: nical (nical@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: nical)
  1849. # [14:03] <padenot> Tomcat|sheriffduty: yeah I was confused for a second because the thing I'm fixing was b2g-desktop-linux only and then I saw some osx failure
  1850. # [14:06] * Quits: Optimize1 (Instantbir@4F3E1057.A6DE773B.88FACCAA.IP) (Ping timeout)
  1851. # [14:07] * Joins: yliao (yliao@EE67454B.73DD7A42.E89465F7.IP)
  1852. # [14:09] * Quits: yliao (yliao@EE67454B.73DD7A42.E89465F7.IP) (Ping timeout)
  1853. # [14:09] * Joins: bsmedberg (bsmedberg@moz-820FF4CB.jst.pa.atlanticbb.net)
  1854. # [14:09] * ChanServ sets mode: +o bsmedberg
  1855. # [14:09] * Quits: yurenju (yurenju@moz-6C14E8A3.dynamic.hinet.net) (Quit: Textual IRC Client: www.textualapp.com)
  1856. # [14:10] * Joins: Optimizer1 (Instantbir@4F3E1057.A6DE773B.88FACCAA.IP)
  1857. # [14:12] * Quits: badescunicu (Thunderbir@477D0DDF.87E3EA65.320F75DD.IP) (Quit: badescunicu)
  1858. # [14:12] * Quits: tomatoeblue (textual@moz-615F0871.cpe.distributel.net) (Quit: Computer has gone to sleep.)
  1859. # [14:12] * Joins: RyanVM (Thunderbir@moz-37FED3AC.phlapa.fios.verizon.net)
  1860. # [14:13] * Quits: avaida (Instantbir@B0E65737.A45B6F05.5BAD8D42.IP) (Input/output error)
  1861. # [14:15] <pbrosset> Ok, coding style question: say I have a couple of new public methods to stick into nsDocShell.cpp, and say these 2 methods belong to an entirely new functionality of the docshell, unrelated to other functionalities already there. How do I decide where to add them in the file? Randomly? At the end? Alphabetically?
  1862. # [14:15] * Joins: avaida (Instantbir@B0E65737.A45B6F05.5BAD8D42.IP)
  1863. # [14:15] * Joins: sewardj__ (sewardj@moz-3190FDAD.customers.d1-online.com)
  1864. # [14:15] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  1865. # [14:16] * Quits: sewardj__ (sewardj@moz-3190FDAD.customers.d1-online.com) (Quit: Konversation terminated!)
  1866. # [14:18] * Quits: allstarschh (allstars@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  1867. # [14:20] * Quits: Optimizer (Optimizer@59A40065.83E11AE2.BE4CF869.IP) (Ping timeout)
  1868. # [14:20] * jhlin is now known as jhlin|away
  1869. # [14:20] * Joins: yzen (yzen@moz-F62769B5.cpe.pppoe.ca)
  1870. # [14:21] * Quits: darktrojan (geoff@moz-26A412B5.dsl.telstraclear.net) (Quit: darktrojan)
  1871. # [14:21] * Joins: spohl (Adium@B6ED1609.12A322CB.D39A8B3F.IP)
  1872. # [14:22] * Joins: h4writer (h4writer@moz-6BDA8831.access.telenet.be)
  1873. # [14:22] * Joins: sewardj (sewardj@moz-3190FDAD.customers.d1-online.com)
  1874. # [14:22] * Joins: bjacob_ (bjacob@moz-CC07A754.cable.teksavvy.com)
  1875. # [14:22] * Quits: yzen (yzen@moz-F62769B5.cpe.pppoe.ca) (Ping timeout)
  1876. # [14:25] * Quits: fbn (fbn@74A20BCC.47645AD0.CFE928A7.IP) (Ping timeout)
  1877. # [14:25] * Quits: sewardj (sewardj@moz-3190FDAD.customers.d1-online.com) (Ping timeout)
  1878. # [14:26] * Joins: jimm (jmathies@moz-DF439B90.pn.at.cox.net)
  1879. # [14:26] * Quits: flo-retina (Instantbir@moz-25D49B0E.ip-37-59-48.eu) (Ping timeout)
  1880. # [14:26] * Andreea|lunch is now known as AndreeaMatei
  1881. # [14:26] <NeilAway> pbrosset: at the end makes it less likely that random third part code (a/v?) pokes into the process and calls random methods
  1882. # [14:26] <NeilAway> *party
  1883. # [14:26] * Joins: smaug (chatzilla@moz-38C5B03.elisa-laajakaista.fi)
  1884. # [14:26] * ChanServ sets mode: +o smaug
  1885. # [14:27] <jimm> if I make a change to remote-browser.xml in toolit/content/widget, what's the right way to do a quick rebuild? In the past i've used mach build toolkit, but I guess that's not the 'approved' way to do it.
  1886. # [14:28] <jimm> gps: ^ ?
  1887. # [14:28] <ttaubert> I still do that. hm.
  1888. # [14:28] <RyanVM> ttaubert: thanks for the note in the bug - I'm not entirely sure if I want to backout the sqlite update
  1889. # [14:29] * jmaher|afk is now known as jmaher
  1890. # [14:30] <ttaubert> yeah, that doesn't really seem to be at fault
  1891. # [14:30] * Joins: flo-retina (Instantbir@moz-25D49B0E.ip-37-59-48.eu)
  1892. # [14:31] * Quits: twi (Adium@moz-C7218401.retail.telecomitalia.it) (Ping timeout)
  1893. # [14:31] * Joins: victorporof (victorporo@F444BE2B.50296537.3EE329E3.IP)
  1894. # [14:33] * zz_miketaylr is now known as miketaylr
  1895. # [14:34] * Joins: bgrins (bgrins@C7203E51.FBD8ACDB.20F09BA6.IP)
  1896. # [14:35] * Joins: jaoo (user@moz-9EA76104.red-81-36-203.dynamicip.rima-tde.net)
  1897. # [14:36] * Joins: till (till@moz-5DA21CFE.adsl.alicedsl.de)
  1898. # [14:38] * Joins: nical (nical@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1899. # [14:39] * Joins: Optimizer (Optimizer@59A40065.83E11AE2.BE4CF869.IP)
  1900. # [14:39] * Quits: robertbindar (Thunderbir@moz-C722A5D3.hsd1.ca.comcast.net) (Ping timeout)
  1901. # [14:40] * Joins: robertbindar (Thunderbir@moz-C722A5D3.hsd1.ca.comcast.net)
  1902. # [14:40] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Ping timeout)
  1903. # [14:41] * Quits: Optimizer1 (Instantbir@4F3E1057.A6DE773B.88FACCAA.IP) (Ping timeout)
  1904. # [14:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0d3f50354b25 - Branislav Rankov - Bug 1058582 - IonMonkey MIPS: Implemented visitClzI r=dougc
  1905. # [14:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5a908388adc0 - Branislav Rankov - Bug 1058685 - IonMonkey MIPS: Fix warnings and style in MIPS code. r=bbouvier
  1906. # [14:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5c977e86af7b - Branislav Rankov - Bug 1058685 - IonMonkey MIPS: Removed unneeded temp in LAsmJSLoadFuncPtr. r=bbouvier
  1907. # [14:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9287adaf50e3 - Branislav Rankov - Bug 969375 - Enable IonMonkey on MIPS. r=jandem,glandium
  1908. # [14:43] * Quits: robertbindar (Thunderbir@moz-C722A5D3.hsd1.ca.comcast.net) (Ping timeout)
  1909. # [14:43] * Joins: Enn (enn@13F2CEC5.7672369.D8E68FF6.IP)
  1910. # [14:44] * Joins: robertbindar (Thunderbir@moz-C722A5D3.hsd1.ca.comcast.net)
  1911. # [14:44] * Joins: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net)
  1912. # [14:45] * Quits: shelly (shelly@moz-E37F359D.hinet-ip.hinet.net) (Quit: Leaving)
  1913. # [14:47] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d7b776d3b254 - Matthew A. Miller - Bug 1036653 - changes to webrtcUI to support applications
  1914. # [14:47] * Quits: till (till@moz-5DA21CFE.adsl.alicedsl.de) (Ping timeout)
  1915. # [14:47] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2e4232690804 - Matthew A. Miller - Bug 1036653 - updates to basic framework for app sharing, r=jesup,gcp
  1916. # [14:47] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/8e4dda1253b0 - Matthew A. Miller - Bug 1036653 - Mac-specific support for app sharing, r=jesup,gcp
  1917. # [14:47] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2356923247d0 - Matthew A. Miller - Bug 1036653 - Windows-specific support for app sharing, r=jesup,jimm
  1918. # [14:47] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7818b389a25b - Matthew A. Miller - Bug 1036653 - X11-specific support, r=rjesup,gcp
  1919. # [14:48] * Joins: till (till@moz-5DA21CFE.adsl.alicedsl.de)
  1920. # [14:48] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e5f46d90549c - Matthew A. Miller - Bug 1036653 - fix missing includes in shared_x_util, r=jesup
  1921. # [14:48] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ae45bd114347 - Matthew A. Miller - Bug 1058944 - Crash in webrtc::ViEInputManager::CreateCaptureDevice
  1922. # [14:48] * Joins: amit001 (amitt001@A85598AF.D6B6A4D.3ACD75DE.IP)
  1923. # [14:49] * Joins: Zupoman (mistrzmag@96766F5F.EAFD72D8.FD4497A0.IP)
  1924. # [14:52] * Quits: Optimizer (Optimizer@59A40065.83E11AE2.BE4CF869.IP) (Ping timeout)
  1925. # [14:52] * Joins: Optimizer (Instantbir@4F3E1057.A6DE773B.88FACCAA.IP)
  1926. # [14:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/badda824a0b7 - Benjamin Bouvier - Bug 1052514: Use AsmJSNumLit in AsmJSModule.h; r=luke
  1927. # [14:54] * Quits: spacetime (quassel@moz-CAB487E6.rishab.in) (Input/output error)
  1928. # [14:54] * Joins: spacetime (quassel@moz-CAB487E6.rishab.in)
  1929. # [14:54] * Joins: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net)
  1930. # [14:55] * Joins: jincreator (jincreator@EAE579B9.AE3EA2FD.6B649F75.IP)
  1931. # [14:55] * Quits: robertbindar (Thunderbir@moz-C722A5D3.hsd1.ca.comcast.net) (Ping timeout)
  1932. # [14:56] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  1933. # [14:56] * Quits: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net) (Ping timeout)
  1934. # [14:57] * Joins: Aman (chatzilla@4AD350E3.624FD4A.D8CBF302.IP)
  1935. # [14:58] * bhearsum|afk is now known as bhearsum
  1936. # [14:59] * rail_away is now known as rail
  1937. # [15:01] * Quits: mreavy (chatzilla@moz-5CCD7A3A.phlapa.fios.verizon.net) (Connection reset by peer)
  1938. # [15:02] * lmandel_afk is now known as lmandel
  1939. # [15:02] * lth|away is now known as lth
  1940. # [15:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0783f33c0270 - Onno Ekker - Bug 789732 - Send HTTP header to differentiate addon updates from normal file downloads. r=Unfocused
  1941. # [15:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d9c0f0fa42dc - Glenn Randers-Pehrson - Bug 1021713 - Update in-tree libpng to version 1.6.13. r=jmuizelaar
  1942. # [15:03] * Joins: ahal (ahal@moz-3D30248A.cpe.teksavvy.com)
  1943. # [15:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b1223e628e8f - David Rajchenbach-Teller - Bug 1038342 - Add a Shutdown watchdog. r=froydnj, r=ted, sr=bsmedberg
  1944. # [15:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/cb96975c7681 - Guptha Rajagopal - Bug 1048384 - Getter/setter syntax should work with computed property names. r=jorendorff
  1945. # [15:03] * Joins: mreavy (chatzilla@moz-5CCD7A3A.phlapa.fios.verizon.net)
  1946. # [15:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b666f357e0c6 - Ahmed Kachkach - Bug 1056329 - Activate structured logging command line args for other mochitest suites. r=ahal
  1947. # [15:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a55aa9792ca6 - Chris Manchester - Bug 1056952 - Expose xpcshell's verbose option to xpcshell's mach_commands.py. r=ahal
  1948. # [15:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/678b8dbcc0f6 - Chris Manchester - Bug 1057056 - Set __doc__ attribute of decorated structured logger methods. r=jgraham
  1949. # [15:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2864580f60b8 - Michael Pruett - Bug 1057901 - Adopt template strings for SQL statements in content preferences. r=adw
  1950. # [15:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1c5714615dd7 - Martijn Wargers - Bug 1058087 - Remove timer so no subresults will be logged after SimpleTest.finish(). r=dholbert
  1951. # [15:04] * Joins: mstange (markus@moz-F562D0DC.dip0.t-ipconnect.de)
  1952. # [15:05] * Joins: davidb (davidb@13F2CEC5.7672369.D8E68FF6.IP)
  1953. # [15:05] * kmoir-afk is now known as kmoir
  1954. # [15:06] * Joins: PiresFelix (Leonardo@moz-E249BA78.dynamic.adsl.gvt.net.br)
  1955. # [15:07] * Joins: twi (Adium@moz-FBE95254.retail.telecomitalia.it)
  1956. # [15:08] * Quits: davidb (davidb@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  1957. # [15:08] * Joins: AaronMT (AaronMT@moz-53D1D1F.cpe.net.cable.rogers.com)
  1958. # [15:11] * Joins: gustavold (gustavold@D39E89EC.3D405640.DF2AC62B.IP)
  1959. # [15:12] <Tomcat|sheriffduty> padenot: any idea when the fix for the mulet will land, so far the tests have been green, so i guess its a intermittent thing with this OOM
  1960. # [15:12] * Joins: bewithaman (bewithaman@4AD350E3.624FD4A.D8CBF302.IP)
  1961. # [15:12] * miketaylr is now known as zz_miketaylr
  1962. # [15:13] <padenot> Tomcat|sheriffduty: oh, sorry, I'm validating the thing locally, but for some reason I having issues running the tests
  1963. # [15:13] <padenot> I'm debugging my dev env with a mulet person at the moment
  1964. # [15:13] <bewithaman> Hi
  1965. # [15:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/d12b4ff6d126 - Harshit Harchani - Bug 898166 - Remove try/catch in SocialUI.observe. r=jaws
  1966. # [15:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/1a58ce6615fb - Albert Juhé Lluveras - Bug 975804 - DevTools themes - Use border-image instead of background-image for separators and borders on sidebar tabs. r=bgrins
  1967. # [15:13] * Quits: jaoo (user@moz-9EA76104.red-81-36-203.dynamicip.rima-tde.net) (Quit: ERC Version 5.3 (IRC client for Emacs))
  1968. # [15:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/5e7b290f7883 - Heather Arthur - Bug 1049598 - Re-write browser_styleeditor_new.js to remove race conditions. r=bgrins
  1969. # [15:13] <Tomcat|sheriffduty> padenot: cool yeha ochameau might be helpful too
  1970. # [15:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/076b9e5d8208 - Sebastian Hengst - Bug 1016300 - Move inline scripts and styles into separate files for in-content preferences. r=Gijs
  1971. # [15:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/f71f3d5f8345 - Brian Grinstead - Bug 1030357 - Skip devtools/projecteditor tests with e10s. r=harth
  1972. # [15:14] <padenot> Tomcat|sheriffduty: he is the the person I'm talking about, his desk is right next to mine :-)
  1973. # [15:14] * Fallen|away is now known as Fallen
  1974. # [15:16] <Fallen> Yoric: I am passing the finalizer now, but it seems to be something else. I got this down to a semi-reduced testcase, it looks like there is a bug when passing ctypes objects with finalizers through xpconnect more than once. See my findings here: https://pastebin.mozilla.org/6178554
  1975. # [15:16] <Yoric> Arf.
  1976. # [15:16] <Yoric> I never tried passing them through XPConnect.
  1977. # [15:17] * catlee-away is now known as catlee
  1978. # [15:17] * Joins: garvank (Garvan@13F2CEC5.7672369.D8E68FF6.IP)
  1979. # [15:19] * Joins: yliao (yliao@moz-A6EFB7B1.hinet-ip.hinet.net)
  1980. # [15:20] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Ping timeout)
  1981. # [15:20] * Joins: yzen (yzen@13F2CEC5.7672369.D8E68FF6.IP)
  1982. # [15:22] * dminor|afk is now known as dminor
  1983. # [15:22] * Quits: spacetime (quassel@moz-CAB487E6.rishab.in) (Input/output error)
  1984. # [15:22] * Fallen is now known as Fallen|away
  1985. # [15:23] * jchen is now known as jchen|away
  1986. # [15:23] * Joins: davidb (davidb@13F2CEC5.7672369.D8E68FF6.IP)
  1987. # [15:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/df3b50b23153 - Till Schneidereit - Bug 1053944 - Change RegExp.$N getters to return '' instead of `undefined` for non-matched groups. r=waldo
  1988. # [15:24] * Fallen|away is now known as Fallen
  1989. # [15:25] * mcote|afk is now known as mcote
  1990. # [15:25] <Fallen> Yoric: I don't have a debug build so the top frame thats crashing is missing the image, but the next frame is in XUL's ffi_call_unix64 + 75. I don't know my way around there too much so I'm not sure if it would be helpful, but I could create a debug build if you tell me what information I can pull out of it to help fix the bug.
  1991. # [15:26] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/69ddae74cd0c - Sami Jaktholm - Bug 1041654 - Make ElementTooltip scrollable and scroll the event handler content into view when expanded. r=miker
  1992. # [15:26] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/333a22bc721f - Alex Bardas - Bug 1047433 - Add 'Search with (engine)' label for past search results in the location bar. r=Paolo
  1993. # [15:26] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/b7147cff7a3b - Brian Grinstead - Bug 1055333 - Prevent 'this.webconsolePanel is undefined' errors on styleeditor test shutdown in e10s. r=harth
  1994. # [15:26] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/d7a9e478db1d - Wes Johnston - Bug 1056054 - Don't do anything in onMetadataUpdated. r=mfinkle
  1995. # [15:26] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/76cce82c1116 - Brian Grinstead - Bug 1058033 - Fix 'window is null' error on toolbox open in paintflashing.js. r=harth
  1996. # [15:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/cad3710aa522 - Gabriel Luong - Bug 1058249 - Allow TableWidget to append DOMNodes as Cell values. r=bgrins, f=Optimizer
  1997. # [15:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/21496f6351e4 - Brian Grinstead - Bug 1058879 - Skip canvasdebugger tests for e10s. r=vporof
  1998. # [15:28] * Joins: jacek (jacek@moz-ECAAA1A8.psi.wroc.pl)
  1999. # [15:28] * coop|afk is now known as coop
  2000. # [15:29] * Quits: sir_none (Thunderbir@moz-E98CDE3D.dclient.hispeed.ch) (Quit: sir_none)
  2001. # [15:29] <Fallen> it definitely happens in the finalizer, js::ctypes::CDataFinalizer::Finalize(JSFreeOp*, JSObject*) + 73 [inlined] is further up the stack
  2002. # [15:30] * Quits: adalucinet (Instantbir@B0E65737.A45B6F05.5BAD8D42.IP) (Ping timeout)
  2003. # [15:30] * Quits: avaida (Instantbir@B0E65737.A45B6F05.5BAD8D42.IP) (Ping timeout)
  2004. # [15:30] * Joins: GPH|Nikko (GPHemsley@moz-131BD24E.dhcp.gwnt.ga.charter.com)
  2005. # [15:31] * Joins: Optimizer1 (Optimizer@59A40065.83E11AE2.BE4CF869.IP)
  2006. # [15:34] * Quits: Dexter (chatzilla@70E4E9FB.80763C0B.AA5144CD.IP) (Quit: ChatZilla 0.9.90.1 [Firefox 31.0/20140716183446])
  2007. # [15:35] * Joins: masayuki (Thunderbir@moz-7765A755.zaq.ne.jp)
  2008. # [15:36] * Quits: bjacob_ (bjacob@moz-CC07A754.cable.teksavvy.com) (Ping timeout)
  2009. # [15:36] * ewong|sleep is now known as ewong
  2010. # [15:37] * Quits: Aman (chatzilla@4AD350E3.624FD4A.D8CBF302.IP) (Ping timeout)
  2011. # [15:37] * Quits: bewithaman (bewithaman@4AD350E3.624FD4A.D8CBF302.IP) (Ping timeout)
  2012. # [15:38] * Joins: Edgar (Thunderbir@moz-703CA4AF.dynamic.hinet.net)
  2013. # [15:39] * zz_miketaylr is now known as miketaylr
  2014. # [15:39] * Quits: paolo (paolo@88F51059.F3BBB17D.144F44FA.IP) (Ping timeout)
  2015. # [15:40] <RyanVM> rvitillo: Try push on bug 1058599 ? :)
  2016. # [15:40] <rvitillo> RyanVM: https://tbpl.mozilla.org/?tree=Try&rev=6a8c329d9fe3
  2017. # [15:40] <RyanVM> thanks, try to remember to include it with the checkin-needed request in the future :)
  2018. # [15:40] * Quits: Xaquseg (Xaquseg@3FE51F40.8A388BE3.918EEC00.IP) (Ping timeout)
  2019. # [15:41] <rvitillo> RyanVM: ok, I thought for something so small it wouldn’t be needed
  2020. # [15:41] * Joins: paolo (paolo@88F51059.F3BBB17D.144F44FA.IP)
  2021. # [15:41] * Joins: bewithaman (bewithaman@4AD350E3.624FD4A.D8CBF302.IP)
  2022. # [15:41] <RyanVM> rvitillo: if you've got it, might as well include it :)
  2023. # [15:42] * Joins: Aman (chatzilla@4AD350E3.624FD4A.D8CBF302.IP)
  2024. # [15:42] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6ab766a8e39c - Boris Chiou - Bug 987527 - Register Vsync monitor to HWComposer. r=mwu
  2025. # [15:42] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/98a9383dd188 - Blake Wu - Bug 1057172 - Add one more length check for valid decoded frame. r=sotaro
  2026. # [15:42] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/32ef143d0c9b - Roberto A. Vitillo - Bug 1058599 - Use string instead of nsIURI when calling xulstore. r=enn
  2027. # [15:43] * Joins: TYLin (tlin@85236316.B34AE289.9EB0E909.IP)
  2028. # [15:43] * Parts: TYLin (tlin@85236316.B34AE289.9EB0E909.IP)
  2029. # [15:44] * Quits: bewithaman (bewithaman@4AD350E3.624FD4A.D8CBF302.IP) (Ping timeout)
  2030. # [15:44] * Quits: Aman (chatzilla@4AD350E3.624FD4A.D8CBF302.IP) (Ping timeout)
  2031. # [15:44] * Quits: Kabaka (kabaka@moz-55BA12D.vacantminded.com) (Ping timeout)
  2032. # [15:45] * Joins: jdm (jdm@CAB30FBD.8F96AEA7.2D179A7D.IP)
  2033. # [15:47] * Joins: ProgramFOX (chatzilla@66E92B89.E6A99E96.187A1082.IP)
  2034. # [15:49] * Joins: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net)
  2035. # [15:49] * Joins: linuxwolf (Adium@moz-44D86B1E.cisco.com)
  2036. # [15:49] * Joins: avaida (Instantbir@B0E65737.A45B6F05.5BAD8D42.IP)
  2037. # [15:50] * Quits: Rik (rik@87C1F78E.1DE10CA8.D8E68FF6.IP) (Connection reset by peer)
  2038. # [15:50] * Joins: adalucinet (Instantbir@B0E65737.A45B6F05.5BAD8D42.IP)
  2039. # [15:50] * Quits: spohl (Adium@B6ED1609.12A322CB.D39A8B3F.IP) (Quit: Leaving.)
  2040. # [15:51] * Joins: spohl (Adium@moz-6FCB164D.reverse.softlayer.com)
  2041. # [15:51] * Joins: Rik (rik@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2042. # [15:54] * Quits: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP) (Ping timeout)
  2043. # [15:54] * lmandel is now known as lmandel_afk
  2044. # [15:55] * Joins: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net)
  2045. # [15:57] * Quits: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net) (Ping timeout)
  2046. # [15:58] <NeilAway> Enn: whoa, quick review, thanks!
  2047. # [15:59] * Joins: Kabaka (kabaka@moz-55BA12D.vacantminded.com)
  2048. # [16:00] * Joins: Xaquseg (Xaquseg@3FE51F40.8A388BE3.918EEC00.IP)
  2049. # [16:00] * glob|away is now known as glob
  2050. # [16:02] * ahal is now known as ahal|afk
  2051. # [16:03] * Quits: ddahl (ddahl@85C30807.AACAD127.217C7FCC.IP) (Ping timeout)
  2052. # [16:04] * Quits: davidb (davidb@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  2053. # [16:04] * Joins: maxli (maxli@moz-EE42E0E.student.cs.uwaterloo.ca)
  2054. # [16:05] * Joins: davidb (davidb@13F2CEC5.7672369.D8E68FF6.IP)
  2055. # [16:05] * Joins: MisterSpeaker (MisterSpea@moz-3CA63242.nyc.res.rr.com)
  2056. # [16:05] * Joins: GodGinrai (msterritt@34AA64B6.F4D4DA23.2954F825.IP)
  2057. # [16:06] * Quits: elbeardmorez (quassel@moz-7157D0DD.skybroadband.com) (Ping timeout)
  2058. # [16:06] * Joins: elbeardmorez (quassel@moz-7157D0DD.skybroadband.com)
  2059. # [16:07] <GodGinrai> Can someon explain to me the best way to track down JS memory leaks in a page using Firefox?
  2060. # [16:07] <GodGinrai> *someone
  2061. # [16:07] * gregglind_afk is now known as gregglind
  2062. # [16:07] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/d9abef03e161 - Birunthan Mohanathas - Bug 1009812 - Change about:neterror text/background colors to match about:preferences. r=Unfocused, a=sledru
  2063. # [16:07] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/a0b95db492c7 - Sang Mercado - Bug 1043257 - Bookmark toolbar items overflow completely instead of only the not fitting ones, if on the Navigation Bar. r=jaws, a=sledru
  2064. # [16:07] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/7d5c706a4f84 - Jan-Ivar Bruaroey - Bug 1054793 - Increase marionette find_element timeout for intermittent. r=standard8, a=test-only
  2065. # [16:07] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/940e5cddd6d0 - Gregory Szorc - Bug 1014524 - Report update hotfix results in FHR. r=rnewman, a=sledru
  2066. # [16:07] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/d9f049319699 - Aryeh Gregor - Bug 1057677 - Crash in nsHTMLEditor::DoInsertHTMLWithContext. r=ehsan, a=sledru
  2067. # [16:07] <pbrosset> GodGinrai: you should ask in #devtools, there are people there working on memory-tools for firefoxdevtools
  2068. # [16:08] * Quits: Xaquseg (Xaquseg@3FE51F40.8A388BE3.918EEC00.IP) (Ping timeout)
  2069. # [16:08] <GodGinrai> pbrosset: thanks
  2070. # [16:08] * Joins: janv (varga@966DE85D.9F0D0108.4038F31A.IP)
  2071. # [16:08] * jchen|away is now known as jchen
  2072. # [16:08] * Quits: Kabaka (kabaka@moz-55BA12D.vacantminded.com) (Ping timeout)
  2073. # [16:09] * jchen is now known as jchen|away
  2074. # [16:09] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  2075. # [16:10] <Tomcat|sheriffduty> edmorley: do you want to take over ?
  2076. # [16:11] * mihaelav_lunch is now known as mihaelav
  2077. # [16:11] * Joins: chmanchester (chmanchest@63CA6098.1EB7376C.ECED8BE3.IP)
  2078. # [16:11] * Quits: @smaug (chatzilla@moz-38C5B03.elisa-laajakaista.fi) (Connection reset by peer)
  2079. # [16:12] * Joins: bewithaman (bewithaman@4AD350E3.624FD4A.D8CBF302.IP)
  2080. # [16:12] * Joins: smaug (chatzilla@moz-38C5B03.elisa-laajakaista.fi)
  2081. # [16:12] * ChanServ sets mode: +o smaug
  2082. # [16:12] * Joins: Aman (chatzilla@4AD350E3.624FD4A.D8CBF302.IP)
  2083. # [16:12] * Quits: Edgar (Thunderbir@moz-703CA4AF.dynamic.hinet.net) (Quit: Edgar)
  2084. # [16:13] <edmorley> Tomcat|sheriffduty: sure
  2085. # [16:14] * edmorley is now known as edmorley|sheriffduty
  2086. # [16:14] <Tomcat|sheriffduty> edmorley|sheriffduty: the 2 left over mullet test failures is something padenot is working on fixing
  2087. # [16:14] <Tomcat|sheriffduty> (as soon he can test his fix)
  2088. # [16:15] * Joins: wlach (wlach@8138114F.24A33D1.77834EAA.IP)
  2089. # [16:15] * Joins: mconley (mconley@13F2CEC5.7672369.D8E68FF6.IP)
  2090. # [16:15] <padenot> indeed
  2091. # [16:16] * Tomcat|sheriffduty is now known as Tomcat
  2092. # [16:18] * Quits: Swatinem (swatinem@moz-DB6C8027.dynamic.surfer.at) (Ping timeout)
  2093. # [16:20] * kats|away is now known as kats
  2094. # [16:21] * Joins: ddahl (ddahl@4A08E125.708C0A12.C7EEF3A2.IP)
  2095. # [16:21] * Quits: PiresFelix (Leonardo@moz-E249BA78.dynamic.adsl.gvt.net.br) (Quit: Leaving)
  2096. # [16:22] * Joins: myk (myk@moz-AC60788E.dsl.dynamic.sonic.net)
  2097. # [16:24] * Quits: myk (myk@moz-AC60788E.dsl.dynamic.sonic.net) (Ping timeout)
  2098. # [16:24] * nsm|away is now known as nsm
  2099. # [16:24] * Joins: rbarnes (rbarnes@B5EFD992.70D8AE4.B2D54A9E.IP)
  2100. # [16:24] * Joins: Kabaka (kabaka@moz-55BA12D.vacantminded.com)
  2101. # [16:25] * Joins: Xaquseg (Xaquseg@3FE51F40.8A388BE3.918EEC00.IP)
  2102. # [16:26] * Quits: askalski (akuda@2BA4E5A7.CC7751E8.6712E96B.IP) (Quit: Wychodzi)
  2103. # [16:26] * Fallen is now known as Fallen|away
  2104. # [16:28] * gregglind is now known as gregglind_brb
  2105. # [16:29] * Tomcat is now known as Tomcat|afk
  2106. # [16:29] * Quits: Aman (chatzilla@4AD350E3.624FD4A.D8CBF302.IP) (Quit: ChatZilla 0.9.90.1 [Firefox 31.0/20140716183446])
  2107. # [16:31] * Joins: emtwo (Adium@13F2CEC5.7672369.D8E68FF6.IP)
  2108. # [16:32] * Fallen|away is now known as Fallen
  2109. # [16:32] * spohl is now known as spohl|afk
  2110. # [16:34] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2111. # [16:34] * Joins: lduros (user@moz-A888D5F1.phlapa.fios.verizon.net)
  2112. # [16:35] * whimboo is now known as whimboo|afk
  2113. # [16:35] * Joins: bmoss (bmoss@moz-62518563.mtv2.mozilla.com)
  2114. # [16:36] * Quits: rbarnes (rbarnes@B5EFD992.70D8AE4.B2D54A9E.IP) (Input/output error)
  2115. # [16:37] * Quits: yliao (yliao@moz-A6EFB7B1.hinet-ip.hinet.net) (Ping timeout)
  2116. # [16:37] * Joins: ehugg (ehugg@moz-F46F489D.hsd1.wa.comcast.net)
  2117. # [16:37] * Joins: yliao (yliao@moz-A6EFB7B1.hinet-ip.hinet.net)
  2118. # [16:38] * Quits: nacerix (Instantbir@moz-44F94ACD.blueline.mg) (Ping timeout)
  2119. # [16:38] * Quits: masayuki (Thunderbir@moz-7765A755.zaq.ne.jp) (Ping timeout)
  2120. # [16:38] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  2121. # [16:38] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/a914a6f4eb40 - Ryan VanderMeulen - Bug 1035820 - Disable browser_wa_graph-markers.js on OSX debug due to frequent crashes.
  2122. # [16:38] * ahal|afk is now known as ahal
  2123. # [16:38] * davidb is now known as davidb|afk
  2124. # [16:39] <Ms2ger> ###!!! ASSERTION: Potential deadlock detected:
  2125. # [16:39] <Ms2ger> Nice
  2126. # [16:39] * edmorley|sheriffduty is now known as edmorley
  2127. # [16:40] * Quits: mstange (markus@moz-F562D0DC.dip0.t-ipconnect.de) (Client exited)
  2128. # [16:40] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Ping timeout)
  2129. # [16:41] * Quits: jkitch (Thunderbir@moz-C3989E9D.lns20.adl6.internode.on.net) (Ping timeout)
  2130. # [16:42] * Joins: yliao_ (yliao@EE67454B.73DD7A42.E89465F7.IP)
  2131. # [16:42] * Quits: Optimizer (Instantbir@4F3E1057.A6DE773B.88FACCAA.IP) (Ping timeout)
  2132. # [16:42] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/76a272052164 - Panos Astithas - Don't try to update the debugging options while the browser is shutting down (bug 1054325); r=mratcliffe
  2133. # [16:43] * Quits: avaida (Instantbir@B0E65737.A45B6F05.5BAD8D42.IP) (Input/output error)
  2134. # [16:43] * Quits: yliao (yliao@moz-A6EFB7B1.hinet-ip.hinet.net) (Ping timeout)
  2135. # [16:44] <RyanVM> jesup: png
  2136. # [16:44] <jesup> RyanVM: pong
  2137. # [16:44] <RyanVM> jesup: so bug 909925
  2138. # [16:44] * Quits: victorporof (victorporo@F444BE2B.50296537.3EE329E3.IP) (Quit: victorporof)
  2139. # [16:44] <RyanVM> jesup: seems to strongly correlate with the refactor patchset
  2140. # [16:44] <RyanVM> (the win7 debug spike)
  2141. # [16:45] * philor|away is now known as philor
  2142. # [16:45] <jesup> RyanVM: we're tracking issues related to the refactor on https://etherpad.mozilla.org/msg-refactoring-tbpl
  2143. # [16:45] * edmorley is now known as edmorley|sheriffduty
  2144. # [16:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d504471b2b1e - Jacek Caban - Bug 940208 - Unbreak mingw after bug 938437. r=glandium
  2145. # [16:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9a12ddb46882 - Jacek Caban - Bug 1042426 - Added --disable-sandbox option that disables building sandbox code. r=glandium
  2146. # [16:46] <RyanVM> jesup: ignore the debug part of that
  2147. # [16:46] <RyanVM> but very much win7-only
  2148. # [16:47] <jesup> RyanVM: it spiked *before* we landed I think - comment 14
  2149. # [16:47] <RyanVM> jesup: on your Try push!
  2150. # [16:47] * Quits: mihneadb (mihneadb@B31BE4F8.9BE7D5C4.DC46C49F.IP) (Connection reset by peer)
  2151. # [16:47] * Joins: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP)
  2152. # [16:47] <jesup> Ah. Cute
  2153. # [16:47] * Joins: mihneadb (mihneadb@B31BE4F8.9BE7D5C4.DC46C49F.IP)
  2154. # [16:47] <RyanVM> :)
  2155. # [16:48] <jesup> Good that I star tries (depending)
  2156. # [16:48] <jesup> then definitely
  2157. # [16:48] * Quits: bewithaman (bewithaman@4AD350E3.624FD4A.D8CBF302.IP) (Ping timeout)
  2158. # [16:48] <jesup> I've added it to the etherpad, add any more (or suspects, and mark as such)
  2159. # [16:48] <jesup> padenot: ^ FYI
  2160. # [16:49] * Joins: masayuki (Thunderbir@moz-7765A755.zaq.ne.jp)
  2161. # [16:49] * Quits: loadbang (simon@moz-963262EC.range86-148.btcentralplus.com) (Ping timeout)
  2162. # [16:50] * ewong is now known as ewong|sleep
  2163. # [16:50] * gregglind_brb is now known as gregglind
  2164. # [16:50] * Quits: maxli (maxli@moz-EE42E0E.student.cs.uwaterloo.ca) (Quit: Leaving.)
  2165. # [16:51] <padenot> RyanVM: I've been working on this one part of the afternoon
  2166. # [16:51] <padenot> I've found a possible cause, I'll push a patch later today
  2167. # [16:51] <RyanVM> no really, we need 5 different bugs tracking the same intermittent B2G [@ mozilla::gl::GLContext::MakeCurrent(bool)] crash
  2168. # [16:51] * Quits: @bz (bzbarsky@moz-72881629.bstnma.fios.verizon.net) (Ping timeout)
  2169. # [16:52] <jesup> RyanVM: no, we need 10
  2170. # [16:52] * nsm is now known as nsm|away
  2171. # [16:52] <RyanVM> jesup: apparently people seem to think so
  2172. # [16:53] <RyanVM> padenot: great, thanks
  2173. # [16:53] * Joins: bz (bzbarsky@moz-72881629.bstnma.fios.verizon.net)
  2174. # [16:53] * ChanServ sets mode: +o bz
  2175. # [16:53] * Quits: @bz (bzbarsky@moz-72881629.bstnma.fios.verizon.net) (Quit: bz)
  2176. # [16:54] * Joins: bz (bzbarsky@moz-72881629.bstnma.fios.verizon.net)
  2177. # [16:54] * ChanServ sets mode: +o bz
  2178. # [16:54] * Quits: @bz (bzbarsky@moz-72881629.bstnma.fios.verizon.net) (Quit: Leaving)
  2179. # [16:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/68b5f7d262d5 - Nicolas Silva - Bug 1016538 - Fix unbalanced locking logic in tiling. r=Bas
  2180. # [16:55] * Joins: bz (bzbarsky@moz-72881629.bstnma.fios.verizon.net)
  2181. # [16:55] * ChanServ sets mode: +o bz
  2182. # [16:55] <RyanVM> nical++
  2183. # [16:55] <nical> :)
  2184. # [16:55] <RyanVM> edmorley|sheriffduty: no luck with the Try test backout of bug 1052865
  2185. # [16:55] * Joins: victorporof (victorporo@13F2CEC5.7672369.D8E68FF6.IP)
  2186. # [16:55] * Quits: paolo (paolo@88F51059.F3BBB17D.144F44FA.IP) (Connection reset by peer)
  2187. # [16:55] <edmorley|sheriffduty> :-/
  2188. # [16:56] * Joins: paolo (paolo@88F51059.F3BBB17D.144F44FA.IP)
  2189. # [16:56] * Joins: bogdan_maris (Instantbir@B0E65737.A45B6F05.5BAD8D42.IP)
  2190. # [16:56] * Joins: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net)
  2191. # [16:56] <nical> RyanVM: and I may soon have a fix for bug 1016538 which is also keeping the tbpl robot busy
  2192. # [16:57] <nical> err bug 1014355
  2193. # [16:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/679ea61dc216 - Florian Quèze - Bug 1058650 - updateBrowserSpecificIndicator should not be called for closed tabs, r=Gijs.
  2194. # [16:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/238195877160 - Florian Quèze - Bug 838458 - Fix 'rest.js - setting a property that has only a getter' warnings, r=rnewman.
  2195. # [16:57] * Joins: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net)
  2196. # [16:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/af3510fa00fa - Randell Jesup - Bug 1057006: split window and app sharing reports so the UI can handle them separately, r=jib.
  2197. # [16:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ffc10f34de13 - Florian Quèze - Bug 1057006 - Implement UI for app sharing, r=Gijs.
  2198. # [16:57] <RyanVM> nical: win :)
  2199. # [16:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5229e47c07b2 - Matthew A. Miller - Bug 1058766 - Include window count for each application, r=jesup.
  2200. # [16:58] * Quits: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net) (Ping timeout)
  2201. # [16:58] <@bz> Man
  2202. # [16:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/226c2201e285 - Florian Quèze - Bug 1059220 - display window count of each application in applications list of the app share prompt, r=Gijs.
  2203. # [16:58] <@bz> is Bugzilla super-slow for anyone else?
  2204. # [16:58] <Yoric> Yeah, for me, too.
  2205. # [16:58] <bhearsum> seems okay here
  2206. # [16:58] * Joins: maxli (maxli@moz-EE42E0E.student.cs.uwaterloo.ca)
  2207. # [16:59] <@bz> gps: So can we fix mach build dom/bindings/compiletests to actually work, please?
  2208. # [16:59] * Quits: ddahl (ddahl@4A08E125.708C0A12.C7EEF3A2.IP) (Quit: Leaving)
  2209. # [16:59] * Joins: Archaeopteryx (itsme@moz-B0C80EDF.cust.telecolumbus.net)
  2210. # [16:59] * jcranmer|away is now known as jcranmer
  2211. # [16:59] <glob> bz, we have a large number of requests going on right now, due to someone scraping all bugs and attachments using a highly threaded client
  2212. # [16:59] <@bz> glob: fun
  2213. # [17:00] <jcranmer> edmorley|sheriffduty: ahoy there
  2214. # [17:00] <@bz> mxr is being super-slow too
  2215. # [17:00] <edmorley|sheriffduty> jcranmer: hi
  2216. # [17:00] <jesup> wonder who is scraping... and why
  2217. # [17:00] <jcranmer> edmorley|sheriffduty: I would like to land directly on m-c
  2218. # [17:00] <Yoric> bz: Same here.
  2219. # [17:00] <glob> bz, that said, it's been going on for > 24 hours, so probably not the cause
  2220. # [17:00] <jcranmer> edmorley|sheriffduty: bug 1040009 is the bug, and https://tbpl.mozilla.org/?tree=Try&rev=61cb35f7e110 is the try run
  2221. # [17:01] * Quits: @bsmedberg (bsmedberg@moz-820FF4CB.jst.pa.atlanticbb.net) (Ping timeout)
  2222. # [17:01] * Quits: paolo (paolo@88F51059.F3BBB17D.144F44FA.IP) (Connection reset by peer)
  2223. # [17:01] * Parts: nical (nical@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2224. # [17:01] * Joins: paolo (paolo@88F51059.F3BBB17D.144F44FA.IP)
  2225. # [17:02] <edmorley|sheriffduty> jesup: bmo data dumps were pulled, so I imagine people are resorting to the traditional means
  2226. # [17:02] <glob> edmorley|sheriffduty, even with the dumps, there's almost always at least on going on
  2227. # [17:03] <edmorley|sheriffduty> yey
  2228. # [17:03] <glob> edmorley|sheriffduty, this one's particularly exciting because they are grabbing attachments too (which weren't in the dump anyhow)
  2229. # [17:03] <glob> edmorley|sheriffduty, do you want to play "guess when it started" ? http://drop.glob.com.au/graphite/graphs/201408271458_b0b7d5f8eeade0943b345214eaf6e04f.png
  2230. # [17:03] * Joins: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2231. # [17:03] <edmorley|sheriffduty> glob: we need a kill switch for them that redirects to a file explaining (though without a data dump to point them at, less useful now)
  2232. # [17:03] * spohl|afk is now known as spohl
  2233. # [17:04] * Quits: spohl (Adium@moz-6FCB164D.reverse.softlayer.com) (Quit: Leaving.)
  2234. # [17:04] <edmorley|sheriffduty> glob: lol
  2235. # [17:04] <edmorley|sheriffduty> jcranmer: I'm not sure what the ask is? :-)
  2236. # [17:04] * nsm|away is now known as nsm
  2237. # [17:04] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2238. # [17:04] <jcranmer> edmorley|sheriffduty: am I clear to land on m-c directly?
  2239. # [17:04] * Joins: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP)
  2240. # [17:04] * Quits: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP) (Quit: Leaving.)
  2241. # [17:05] * Joins: ehsan (ehsan@13F2CEC5.7672369.D8E68FF6.IP)
  2242. # [17:05] * ChanServ sets mode: +o ehsan
  2243. # [17:06] * BenWa|email is now known as BenWa
  2244. # [17:06] * Joins: bsmedberg (bsmedberg@moz-820FF4CB.jst.pa.atlanticbb.net)
  2245. # [17:06] * ChanServ sets mode: +o bsmedberg
  2246. # [17:06] * Quits: wlach (wlach@8138114F.24A33D1.77834EAA.IP) (Quit: Ex-Chat)
  2247. # [17:07] * Joins: spohl (Adium@moz-B5D6CECF.reverse.softlayer.com)
  2248. # [17:08] * Joins: kgrandon (Adium@moz-2A1C3CC8.hsd1.ca.comcast.net)
  2249. # [17:08] * Joins: mwargers (mwargers@moz-AF369B35.adsl.online.nl)
  2250. # [17:08] <edmorley|sheriffduty> jcranmer: oh sorry missed the first line above, yeah go on
  2251. # [17:09] * Quits: m_gol (m_gol@moz-4A03F5C1.dynamic.chello.pl) (Quit: Leaving...)
  2252. # [17:09] * Quits: Optimizer1 (Optimizer@59A40065.83E11AE2.BE4CF869.IP) (Ping timeout)
  2253. # [17:09] * Joins: vikasyaligar (vikasyalig@95E770BC.608AD74.D30E9BEF.IP)
  2254. # [17:10] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/85135c5c6ba8 - Joshua Cranmer - Bug 1040009: Add support for comm-central applications to --enable-application in mozilla's configure.in, r=glandium, a=edmorley.
  2255. # [17:10] <jcranmer> edmorley|sheriffduty: thanks
  2256. # [17:11] * Fallen is now known as Fallen|away
  2257. # [17:11] <@bz> hrm
  2258. # [17:11] <@bz> maybe the network is just screwed up
  2259. # [17:11] <@bz> (not Mozilla's, mine)
  2260. # [17:11] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  2261. # [17:11] <@bz> Serious packet loss between verizon and alternet
  2262. # [17:12] * Joins: bjacob_ (bjacob@13F2CEC5.7672369.D8E68FF6.IP)
  2263. # [17:12] * Joins: mdas (mdas@13F2CEC5.7672369.D8E68FF6.IP)
  2264. # [17:13] <RyanVM> bz: join the club
  2265. # [17:13] <RyanVM> bz: bug 1040297
  2266. # [17:14] * sheppy is now known as nudges
  2267. # [17:16] * Joins: Snuffleupagus (chatzilla@moz-50E31F78.bredband.comhem.se)
  2268. # [17:16] <@bz> RyanVM: mmm. :(
  2269. # [17:16] <RyanVM> yeah, it blows
  2270. # [17:16] * Joins: koderok (koderok@6D91F0EE.3031D5AB.C28A6AA4.IP)
  2271. # [17:16] * Quits: koderok (koderok@6D91F0EE.3031D5AB.C28A6AA4.IP) (Quit: koderok)
  2272. # [17:17] <RyanVM> nical: what's your take on https://bugzilla.mozilla.org/show_bug.cgi?id=1016538#c105 ?
  2273. # [17:17] <jesup> bz: FiOS?
  2274. # [17:17] <@bz> jesup: yes
  2275. # [17:17] <jesup> or other Verizon?
  2276. # [17:17] <@bz> jesup: But usually I haven't had issues like you describe
  2277. # [17:17] * Rik is now known as Rik|afk
  2278. # [17:17] <jesup> Ah. Sorry. Been fighting this for a month now.
  2279. # [17:17] * @bz is in fact getting noticeable packet loss even while still within the verizon network....
  2280. # [17:18] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  2281. # [17:18] <till> bz: you don't happen to have packet loss in your local network, too, *and* gmail open in Nightly?
  2282. # [17:18] * Quits: Rik|afk (rik@87C1F78E.1DE10CA8.D8E68FF6.IP) (Connection reset by peer)
  2283. # [17:18] <jesup> bz: chime in on the bug. it's already suspected to be locality-influenced routing (i.e. mid-atlantic was getting hit)
  2284. # [17:18] <@bz> till: I don't have gmail open, and no packet loss to my wifi router
  2285. # [17:18] <till> ok
  2286. # [17:19] * Joins: justindarc (justindarc@D2AEACFC.B56D28DB.B58D01CE.IP)
  2287. # [17:19] <till> bz: I have close to 100% packet loss whenever I open gmail in Nightly
  2288. # [17:19] <till> *so* weird
  2289. # [17:19] * @bz is also getting something like 3Mbit download speeds
  2290. # [17:19] * curtisk is now known as curtisk|afk
  2291. # [17:19] <jesup> bz: mtr? mtr ftp.mozilla.org -w --report -c 100
  2292. # [17:19] <@bz> And the normal 50Mbit upload (!)
  2293. # [17:19] * Joins: myk (myk@C78C5258.CB3251F2.284344F5.IP)
  2294. # [17:20] * Joins: Rik|afk (rik@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2295. # [17:20] <@bz> jesup: lemme install mtr
  2296. # [17:20] <jesup> bz: I get <16KB/s to ftp.mozilla.org until it fails - when I'm unlucky. It's random; 5 attempts may give 4 dog-slow, 1 super-fast
  2297. # [17:20] * @bz was testing it to whatever speakeasy is doing
  2298. # [17:20] * Quits: stransky (stransky@moz-59D79C36.broadband2.iol.cz) (Quit: Connection reset by beer)
  2299. # [17:20] <jesup> And I have measured 90Mbps to (a different network in) San Jose
  2300. # [17:20] * davidb|afk is now known as davidb
  2301. # [17:22] <jesup> bz: try speedtest.net, see what it says to different locations. I think there are 3 endpoints in San Jose; two typically fast, one fast then dies or just slow
  2302. # [17:22] * catlee is now known as catlee-away
  2303. # [17:22] <@bz> jesup: Yeah, so I'm getting https://pastebin.mozilla.org/6180134
  2304. # [17:23] <@bz> jesup: note the packet loss before I ever get out of the verizon network. :(
  2305. # [17:23] <jesup> bz: go to dslreports.com and open a ticket in the FiOS support area. THey're pretty responsive, and if it's inside their network....
  2306. # [17:23] * Fallen|away is now known as Fallen
  2307. # [17:24] <jesup> (though at times I've seen ICMP get dropped when TCP/UDP isn't)
  2308. # [17:24] <@bz> jesup: Thanks!
  2309. # [17:24] * Cww is now known as Cww|sick
  2310. # [17:24] <jesup> bz: np
  2311. # [17:24] * Joins: francisATgwn (fferrell@moz-59467CC7.getwellnetwork.com)
  2312. # [17:24] * Quits: ggp|away (ggp@moz-51AA7F1C.dsl.telesp.net.br) (Ping timeout)
  2313. # [17:26] * Quits: maxli (maxli@moz-EE42E0E.student.cs.uwaterloo.ca) (Quit: Leaving.)
  2314. # [17:26] * Quits: myk (myk@C78C5258.CB3251F2.284344F5.IP) (Ping timeout)
  2315. # [17:26] * Joins: myk (myk@C78C5258.CB3251F2.284344F5.IP)
  2316. # [17:27] * Joins: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net)
  2317. # [17:27] * Joins: rbarnes (rbarnes@B5EFD992.70D8AE4.B2D54A9E.IP)
  2318. # [17:27] * Joins: bewithaman (bewithaman@4AD350E3.624FD4A.D8CBF302.IP)
  2319. # [17:28] <francisATgwn> I'm building mozilla-central on linux 64bit so I can smoke test a proposed patch for a bug, but I'm getting some test failures ("We do not want these libstdc++ symbols to be used"). Am I missing something obvious? Am I even going down the right path?
  2320. # [17:29] <RyanVM> edmorley|sheriffduty: pushing the leak threshold bump to b-i
  2321. # [17:30] * Joins: Optimizer (Optimizer@67201F85.C08EA2A6.BE4CF869.IP)
  2322. # [17:30] <edmorley|sheriffduty> RyanVM: ty
  2323. # [17:30] * Quits: myk (myk@C78C5258.CB3251F2.284344F5.IP) (Ping timeout)
  2324. # [17:31] <@bz> Anyone here think they understand the directory service?
  2325. # [17:31] * Joins: drno (nohlmeier@moz-62518563.mtv2.mozilla.com)
  2326. # [17:31] * justindarc is now known as justindarc|brb
  2327. # [17:31] <edmorley|sheriffduty> RyanVM: I'm only vaguely looking at the trees at the moment, trying to get more done ready for the meeting in 30mins
  2328. # [17:31] * Joins: myk (myk@C78C5258.CB3251F2.284344F5.IP)
  2329. # [17:32] <jesup> francisATgwn: you should try to talk to glandium (who's based in Japan); perhaps provide links/build snippets and the patch in a bug and NeedInfo him
  2330. # [17:32] * Quits: tzimmermann (tzimmerman@moz-A7F62311.pools.vodafone-ip.de) (Quit: Ex-Chat)
  2331. # [17:32] <tbsaunde> "does anyone want to admitt to being a succer?"
  2332. # [17:32] <francisATgwn> here's my build config and some relevant info: http://pastebin.com/knrXUnw1
  2333. # [17:32] <jesup> bz: that's like asking "does anyone understand RDF"?
  2334. # [17:32] * Joins: ggp|away (ggp@moz-51AA7F1C.dsl.telesp.net.br)
  2335. # [17:33] <jesup> ok, not *that* bad
  2336. # [17:33] <@bz> Well, I have a specific question
  2337. # [17:33] * Joins: tomer (tomer@F61A4DAE.55661B99.34A7550B.IP)
  2338. # [17:33] * Joins: nical (nical@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2339. # [17:33] <@bz> What is the contract for nsIDirectoryServiceProvider when it has no file for the given name?
  2340. # [17:33] <francisATgwn> jesup: OK. I figured it would be best at least if I could just make a clean build, observe the bug, apply my patch, make a build, and observe no bug before I pull in a real developer
  2341. # [17:33] <@bsmedberg> bz: go
  2342. # [17:33] <@bz> Is it supposed to throw?
  2343. # [17:33] <@bz> return null?
  2344. # [17:33] <@bz> Both?
  2345. # [17:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/d07480f63299 - B2G Bumper Bot - Bumping gaia.json for 12 gaia revision(s) a=gaia-bump
  2346. # [17:33] * Parts: bhearsum (bhearsum@moz-FBAE94.members.linode.com)
  2347. # [17:33] <@bz> Something else?
  2348. # [17:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/a1766932daf4 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2349. # [17:33] * jesup doesn't understand it, so ducks
  2350. # [17:33] <@bsmedberg> bz: throw, I believe… let me check
  2351. # [17:33] <davidb> "If you think you understand quantum mechanics, you don't understand quantum mechanics."
  2352. # [17:34] * Joins: botond|wfh (chatzilla@moz-28026E5D.cpe.pppoe.ca)
  2353. # [17:34] <@bz> bsmedberg: http://mxr.mozilla.org/mozilla-central/source/xpcom/io/nsDirectoryService.cpp#342 seems to check both the nsresult and the retval
  2354. # [17:34] <@bz> bsmedberg: (also the return value of that function seems totally backwards to me)
  2355. # [17:34] * Quits: myk (myk@C78C5258.CB3251F2.284344F5.IP) (Ping timeout)
  2356. # [17:35] <tbsaunde> davidb: meh, its just linear algebra
  2357. # [17:35] * Joins: juanb (jbecerra@moz-62518563.mtv2.mozilla.com)
  2358. # [17:35] <@bsmedberg> bz: yeah, the return value is totally backwards
  2359. # [17:35] * nudges is now known as sheppy
  2360. # [17:35] * Joins: myk (myk@C78C5258.CB3251F2.284344F5.IP)
  2361. # [17:36] <@bsmedberg> bz: and although it isn’t documented, normal XPCOM rules would have providers throwing NS_ERROR_NOT_AVAILABLE or something equivalent
  2362. # [17:36] <davidb> wow, meh is a nick here
  2363. # [17:36] <meh> ◕ ◡ ◔
  2364. # [17:36] <davidb> :)
  2365. # [17:36] * Joins: mchang (mchang@moz-95B568D6.socal.res.rr.com)
  2366. # [17:36] * Quits: twi (Adium@moz-FBE95254.retail.telecomitalia.it) (Quit: Leaving.)
  2367. # [17:37] * Quits: fabrice (fabrice@495A1E63.5994028D.9CA62458.IP) (Quit: Leaving.)
  2368. # [17:38] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/8af301918828 - Yoshi Huang - Bug 963541 - B2G NFC: Remove NFCTag.connect and NFCTag.close. r=smaug, r=dimi
  2369. # [17:38] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/e74717ab1833 - Yoshi Huang - Bug 964194 - B2G NFC: Remove NFCTag.getDetailsNDEF(). r=smaug, r=dimi
  2370. # [17:38] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/365ba1ee68ff - Shawn Ku - Bug 1051664 - B2G RIL: Add marionette tests for EF_OPL wild char. r=Edgar
  2371. # [17:38] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/5413606a5a7e - Ryan VanderMeulen - Bug 1059175 - Bump the B2G leak threshold to 5116 bytes. rs=khuey, a=bustage
  2372. # [17:38] <@bz> bsmedberg: ok. This sorta sucks for JS-implemented providers, but maybe we can make it work...
  2373. # [17:39] * Joins: mwobensmith (mwobensmit@moz-1479983A.dsl.dynamic.sonic.net)
  2374. # [17:39] * dminor is now known as dminor|afk
  2375. # [17:39] * Quits: mihneadb (mihneadb@B31BE4F8.9BE7D5C4.DC46C49F.IP) (Quit: Computer gone to sleep - Zzzz...)
  2376. # [17:39] <Gijs> Can I make xpcshell tests not go bust immediately when something fails?
  2377. # [17:39] <@bsmedberg> bz: the whole “should I report this to the error console or not” thing?
  2378. # [17:39] * jchen|away is now known as jchen
  2379. # [17:40] * Quits: Zupoman (mistrzmag@96766F5F.EAFD72D8.FD4497A0.IP) (Quit: Plan B failed, time for Plan 9!)
  2380. # [17:40] <@bz> bsmedberg: yes
  2381. # [17:40] * Joins: serge (Thunderbir@moz-4E0F5704.dsl.teksavvy.com)
  2382. # [17:40] * Joins: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP)
  2383. # [17:40] <@bsmedberg> yeah, that’s been a pain for a long time
  2384. # [17:41] * wlach|afk is now known as wlach
  2385. # [17:41] <@bsmedberg> bz: I think it would be reasonable to document that a null return is treated like a failure, as a workaround
  2386. # [17:41] * Joins: mihneadb (mihneadb@B31BE4F8.9BE7D5C4.DC46C49F.IP)
  2387. # [17:42] * Joins: yeukhon (yeukhon@moz-A4A36DA6.buckcmtk01.res.dyn.suddenlink.net)
  2388. # [17:42] <@gavin> Gijs: I have the opposite problem of not being able to make xpcshell go bust at all
  2389. # [17:43] <jcranmer> gavin: just run comm-central tests
  2390. # [17:43] * Quits: ehugg (ehugg@moz-F46F489D.hsd1.wa.comcast.net) (Quit: ehugg)
  2391. # [17:43] <Gijs> gavin: so you're seeing do_test_eq(5, 6) not aborting the test immediately? :|
  2392. # [17:43] <jcranmer> a former developer of ours had the bright idea of making error console reports fail xpcshell tests
  2393. # [17:44] * Joins: jgriffin (jgriffin@moz-791CC332.hsd1.wa.comcast.net)
  2394. # [17:44] <@bz> jcranmer: We should totally do that, and fix the tests to not suck
  2395. # [17:44] * Joins: ehugg (ehugg@moz-F46F489D.hsd1.wa.comcast.net)
  2396. # [17:44] <@gavin> Gijs: I'm trying to get straight xpcshell to report exceptions
  2397. # [17:44] <@gavin> (not in the xpcshell test harness)
  2398. # [17:45] * Gijs gets random shitty exceptions
  2399. # [17:45] <jcranmer> bz: good luck
  2400. # [17:45] <Gijs> let's swap!
  2401. # [17:45] <Gijs> 0:04.11 TEST-UNEXPECTED-FAIL | /Users/gkruitbosch/dev/fx-team/testing/xpcshell/head.js | Unexpected exception 2147500036
  2402. # [17:45] * philor is now known as philor|away
  2403. # [17:45] * Joins: mstange (markus@moz-F562D0DC.dip0.t-ipconnect.de)
  2404. # [17:45] <jcranmer> bz: we had to force the reports of XPCOM exceptions to be ignored
  2405. # [17:45] <Gijs> dear framework: 0/10, unhelpful.
  2406. # [17:45] * Joins: lygstate (Mibbit@9235448A.F269E0B9.A66B4843.IP)
  2407. # [17:45] <@gavin> https://pastebin.mozilla.org/6180475
  2408. # [17:45] * Quits: mihneadb (mihneadb@B31BE4F8.9BE7D5C4.DC46C49F.IP) (Quit: Computer gone to sleep - Zzzz...)
  2409. # [17:46] <lygstate> Is that possible to getting the <tree> widget in xul to scrolling the vertical rows by pixels.
  2410. # [17:46] <jcranmer> bz: thanks to "file not found" in the directory service provider false-positiving half our tests to death
  2411. # [17:47] * Joins: tomasz (Adium@moz-62518563.mtv2.mozilla.com)
  2412. # [17:47] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Ping timeout)
  2413. # [17:47] * Joins: mihneadb (mihneadb@B31BE4F8.9BE7D5C4.DC46C49F.IP)
  2414. # [17:47] <@bz> jcranmer: That's what started me on this discussion
  2415. # [17:47] <@bz> jcranmer: as you might have noticed
  2416. # [17:48] <@bz> jcranmer: we should just change that one to not throw.
  2417. # [17:48] * edmorley|sheriffduty is now known as edmorley|mtg
  2418. # [17:48] * Quits: mihneadb (mihneadb@B31BE4F8.9BE7D5C4.DC46C49F.IP) (Quit: Computer gone to sleep - Zzzz...)
  2419. # [17:48] <jcranmer> bz: if you can make the xpcshell harness fail on system console errors, more power to you
  2420. # [17:49] <Ms2ger> jcranmer, even more power to bz? Sounds like something that'd be hard to achieve
  2421. # [17:49] <@bz> System JS : WARNING resource://services-common/rest.js:627 - setting a property that has only a getter
  2422. # [17:49] <@bz> wtf?
  2423. # [17:49] <jcranmer> bz: all I know is that bholley told me that this stuff is irreparably broken until bug 981187 is fixed
  2424. # [17:49] <@bz> jcranmer: well, the exception reporting is. The fact of the exception existing....
  2425. # [17:49] <Gijs> bz: I think I saw that fly by
  2426. # [17:50] <Gijs> is your tree up to date?
  2427. # [17:50] * Quits: rbarnes (rbarnes@B5EFD992.70D8AE4.B2D54A9E.IP) (Input/output error)
  2428. # [17:50] <@bz> no
  2429. # [17:50] <@bz> But lookin at that code, I'm not seeing why this would be an issue
  2430. # [17:50] <@bz> given the "delete this.status" on the previous line....
  2431. # [17:50] * Quits: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2432. # [17:50] <@bz> oh
  2433. # [17:50] <@bz> because this code is broken is why
  2434. # [17:50] <@bz> proto vs instance!
  2435. # [17:51] <Gijs> bz: https://hg.mozilla.org/integration/mozilla-inbound/rev/238195877160
  2436. # [17:51] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2437. # [17:51] <Gijs> bz: bug 838458
  2438. # [17:51] <@bz> yes, that's much better
  2439. # [17:51] * Quits: Cydrobolt (cydrobolt@moz-5D3B83EC.cydrobolt.com) (Ping timeout)
  2440. # [17:51] <@bz> well, marginally better
  2441. # [17:51] * Joins: Cydrobolt (cydrobolt@moz-5D3B83EC.cydrobolt.com)
  2442. # [17:52] <@bz> Assuming it really wants to define a readonly non-configurable property....
  2443. # [17:52] * Gijs suggests talking to flo-retina about that :)
  2444. # [17:52] * Joins: Mossop (dtownsend@53343B0D.8DCA2D5.5E2862A8.IP)
  2445. # [17:52] * Quits: ehugg (ehugg@moz-F46F489D.hsd1.wa.comcast.net) (Quit: ehugg)
  2446. # [17:52] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  2447. # [17:53] * Quits: myk (myk@C78C5258.CB3251F2.284344F5.IP) (Ping timeout)
  2448. # [17:53] * lightsofapllo|mtv is now known as lightsofapollo|pto
  2449. # [17:53] * merike|away is now known as merike
  2450. # [17:53] * Quits: vikasyaligar (vikasyalig@95E770BC.608AD74.D30E9BEF.IP) (Ping timeout)
  2451. # [17:53] * Joins: myk (myk@C78C5258.CB3251F2.284344F5.IP)
  2452. # [17:54] * Quits: yliao_ (yliao@EE67454B.73DD7A42.E89465F7.IP) (Connection reset by peer)
  2453. # [17:54] * Joins: yliao (yliao@moz-A6EFB7B1.hinet-ip.hinet.net)
  2454. # [17:54] * Quits: yliao (yliao@moz-A6EFB7B1.hinet-ip.hinet.net) (Connection reset by peer)
  2455. # [17:54] * Joins: yliao (yliao@moz-A6EFB7B1.hinet-ip.hinet.net)
  2456. # [17:54] * Joins: robertbindar (Thunderbir@moz-C722A5D3.hsd1.ca.comcast.net)
  2457. # [17:54] * Quits: jdm (jdm@CAB30FBD.8F96AEA7.2D179A7D.IP) (Quit: )
  2458. # [17:55] * Quits: bewithaman (bewithaman@4AD350E3.624FD4A.D8CBF302.IP) (Ping timeout)
  2459. # [17:55] * Gijs meanwhile wonders what the point of having a --keep-going switch is if the code doesn't actually keep going.
  2460. # [17:55] * Quits: sydpolk|afk (sydpolk@moz-B422239B.lightspeed.austtx.sbcglobal.net) (Quit: Leaving.)
  2461. # [17:56] <flo-retina> I think the property being read-only isn't a problem here. IIRC there's a new instance of the object created for each new request. And I verified the unit tests still passed after the patch.
  2462. # [17:57] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  2463. # [17:57] * jlund|PTO is now known as jlund|buildduty
  2464. # [17:58] * Joins: kagari (kagari@moz-A1825C73.osk2.eonet.ne.jp)
  2465. # [17:58] * Quits: myk (myk@C78C5258.CB3251F2.284344F5.IP) (Ping timeout)
  2466. # [17:58] * Joins: myk (myk@C78C5258.CB3251F2.284344F5.IP)
  2467. # [17:59] * rail is now known as rail-lunch
  2468. # [17:59] <NeilAway> davidb: we used to have a np nick
  2469. # [17:59] * Joins: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net)
  2470. # [18:00] * Quits: myk (myk@C78C5258.CB3251F2.284344F5.IP) (Ping timeout)
  2471. # [18:01] <jlund|buildduty> jesup: pong (got a ping yesterday)
  2472. # [18:01] * Joins: darkowlzz (ping-darko@5EED414C.2D93F65.5D27626C.IP)
  2473. # [18:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/08cfde6dd148 - Milan Sreckovic - Bug 1033310: Handle CreateDataSourceSurface* returning nullptr. f=nsilva, r=bschouten
  2474. # [18:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/f043469e948c - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  2475. # [18:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/5b3a96ce4225 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2476. # [18:03] * Joins: quiggle (Mibbit@6436EEF4.CFC9E3FC.6B67BC41.IP)
  2477. # [18:04] * Quits: darkowlzz (ping-darko@5EED414C.2D93F65.5D27626C.IP) (Ping timeout)
  2478. # [18:04] * KWierso|afk is now known as KWierso
  2479. # [18:06] * Joins: marco (Adium@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2480. # [18:06] * Quits: rankov (Mibbit@7A460512.A56E0E8C.DF1CE89D.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  2481. # [18:07] * ahal is now known as ahal|lunch
  2482. # [18:08] * Joins: ddahl (ddahl@moz-5F89CFB9.hsd1.il.comcast.net)
  2483. # [18:08] * Quits: lygstate (Mibbit@9235448A.F269E0B9.A66B4843.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  2484. # [18:08] <jesup> jlund|buildduty: un-ping - it was about Mulet and webaudio; resolved
  2485. # [18:08] * hwine-ooo is now known as hwine
  2486. # [18:08] * hwine is now known as hwine|mtg
  2487. # [18:09] <jlund|buildduty> cool sounds good. glad it's resolved
  2488. # [18:09] * Joins: aklotz (Thunderbir@moz-935DE219.cg.shawcable.net)
  2489. # [18:09] <RyanVM> jesup: fun times - this has been a near perma-fail since the MSE refactor landed - https://tbpl.mozilla.org/php/getParsedLog.php?id=46833259&tree=Mozilla-Inbound
  2490. # [18:09] <Ms2ger> What's up with the "Potential deadlock detected" with CacheStorageService?
  2491. # [18:09] <RyanVM> Yoric: ^
  2492. # [18:09] <padenot> MSG*
  2493. # [18:10] <RyanVM> padenot: sorry
  2494. # [18:10] <padenot> hehe
  2495. # [18:10] * Quits: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP) (Quit: Leaving.)
  2496. # [18:10] <padenot> MSE is really not far in gecko, I was confused
  2497. # [18:10] * bobowen is now known as bobowen|afk
  2498. # [18:10] <RyanVM> padenot: so it looks like the runtime went up for b2g debug xpcshell
  2499. # [18:10] <padenot> for a second I was like "two refactors landed the same day, what could go wrong"
  2500. # [18:10] * Joins: sovemp (shaycraft@37579293.AD310888.4B8DD6BE.IP)
  2501. # [18:11] * hwine|mtg is now known as hwine
  2502. # [18:11] <RyanVM> padenot: even hte passing runs are right on the edge of timing out
  2503. # [18:11] * Joins: walter (walter@moz-62518563.mtv2.mozilla.com)
  2504. # [18:11] <padenot> that's funny that xpcshell even run this code
  2505. # [18:11] * jchen is now known as jchen|away
  2506. # [18:11] <padenot> for some meaning of "funny"
  2507. # [18:11] * Quits: walter (walter@moz-62518563.mtv2.mozilla.com) (Input/output error)
  2508. # [18:11] <RyanVM> yeah, "hilarious"
  2509. # [18:12] * Quits: botond|wfh (chatzilla@moz-28026E5D.cpe.pppoe.ca) (Quit: ChatZilla 0.9.90.1 [Firefox 31.0/20140716183446])
  2510. # [18:12] <RyanVM> funny enough, we actually have a patch pending a reconfig that'll split that into two chunks
  2511. # [18:12] <RyanVM> but a 20+min runtime regression is still bad :(
  2512. # [18:12] * Joins: loadbang (simon@moz-963262EC.range86-148.btcentralplus.com)
  2513. # [18:12] <padenot> 20minutes ?
  2514. # [18:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3e5111c421e1 - Robert O'Callahan - Bug 1057955: Adjust TrackUnion TrackID mapping to be 1:1 whenever possible with source tracks r=jesup,padenot
  2515. # [18:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c7683d561e01 - Randell Jesup - Bug 1057955: Support MediaStreamTrack.stop() r=roc,smaug
  2516. # [18:12] * Joins: walter (Adium@moz-62518563.mtv2.mozilla.com)
  2517. # [18:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3a0146f0b776 - Randell Jesup - Bug 1057955: Stop the backend capture when the MSG track is stopped r=jib
  2518. # [18:13] * Quits: MarcoZ (marco.zehe@moz-ABCBD7A6.dip0.t-ipconnect.de) (Quit: Nightynight!)
  2519. # [18:14] * Joins: Optimizer1 (Optimizer@67201F85.C08EA2A6.BE4CF869.IP)
  2520. # [18:14] * Joins: Optimize1 (Optimizer@67201F85.C08EA2A6.BE4CF869.IP)
  2521. # [18:14] * Quits: Optimizer (Optimizer@67201F85.C08EA2A6.BE4CF869.IP) (Ping timeout)
  2522. # [18:14] * Fallen is now known as Fallen|away
  2523. # [18:14] * Joins: damons (gnubeard@moz-6462BBF7.dsl.sjc.megapath.net)
  2524. # [18:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ae0e46290c53 - Brian Hackett - Bug 1057571 - Allow copy on write arrays in non-compileAndGo code, r=jandem.
  2525. # [18:15] * Quits: Optimizer1 (Optimizer@67201F85.C08EA2A6.BE4CF869.IP) (Ping timeout)
  2526. # [18:15] <RyanVM> padenot: yup, from ~90-100min to scraping up against the 120min timeout
  2527. # [18:16] <RyanVM> padenot: test_removeDir.js used to run in ~30s before the refactor
  2528. # [18:16] <RyanVM> now it's 5min
  2529. # [18:16] * mdas is now known as mdas|afk
  2530. # [18:16] <padenot> RyanVM: are some tests running in parallel with other suites or?
  2531. # [18:16] * Joins: srj021 (bzlandfill@FA37321E.E923AFD7.D8CBF302.IP)
  2532. # [18:16] <RyanVM> it appears multiple osfile tests regressed in runtime
  2533. # [18:16] <RyanVM> i don't thnk they do on b2g
  2534. # [18:16] * Joins: fabrice (fabrice@moz-62518563.mtv2.mozilla.com)
  2535. # [18:17] <RyanVM> but yeah, that appears to be the issue
  2536. # [18:17] <padenot> that = ?
  2537. # [18:17] <RyanVM> the osfile test slowdown are what's causing the near perma-fail
  2538. # [18:17] <padenot> ok
  2539. # [18:17] <RyanVM> Yoric? ^
  2540. # [18:17] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0a95764bbef6 - James Willcox - Bug 1055259 - Correctly initialize SharedTextureClientOGL::mIsLocked r=nical
  2541. # [18:17] <padenot> I've seen Yoric stepping out for the day half an hour ago
  2542. # [18:17] <RyanVM> test_osfile_writeAtomic_backupTo_option.js is around 4min to run now
  2543. # [18:18] <RyanVM> was ~30s before
  2544. # [18:18] * Quits: srj021 (bzlandfill@FA37321E.E923AFD7.D8CBF302.IP) (Quit: CGI:IRC)
  2545. # [18:18] * lth is now known as lth|dinner
  2546. # [18:18] * Quits: dmose (textual@moz-6530E424.dsl.static.sonic.net) (Ping timeout)
  2547. # [18:19] <padenot> RyanVM: that _must_ be something else
  2548. # [18:19] <padenot> I grepped the tests, and my code is not run
  2549. # [18:19] * merike is now known as merike|away
  2550. # [18:19] <RyanVM> padenot: umm, I'm comparing the log from immediately before and immediately after
  2551. # [18:19] <RyanVM> and it's not on other trees
  2552. # [18:20] * Quits: quiggle (Mibbit@6436EEF4.CFC9E3FC.6B67BC41.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  2553. # [18:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/560ca06a9a59 - Andrea Marchesini - Bug 1059215 - Get rid of nsIDOMFile::GetInternalUrl, r=bz
  2554. # [18:20] * Quits: bjacob_ (bjacob@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2555. # [18:20] * Joins: darkowlzz (ping-darko@50D0E95B.F5AF947A.F2AF99E1.IP)
  2556. # [18:21] <RyanVM> padenot: want log links?
  2557. # [18:21] * Joins: myk (myk@moz-62518563.mtv2.mozilla.com)
  2558. # [18:21] <padenot> RyanVM: please
  2559. # [18:21] <RyanVM> oh nice, opt shows similar slowdowns
  2560. # [18:21] <RyanVM> from 47min overall runtime to 65ish
  2561. # [18:21] <RyanVM> padenot: https://tbpl.mozilla.org/php/getParsedLog.php?id=46831242&tree=Mozilla-Inbound&full=1 is the push prior to the refactor
  2562. # [18:22] <RyanVM> padenot: https://tbpl.mozilla.org/php/getParsedLog.php?id=46833259&tree=Mozilla-Inbound&full=1#error0 is the refactor push
  2563. # [18:22] * Quits: robertbindar (Thunderbir@moz-C722A5D3.hsd1.ca.comcast.net) (Ping timeout)
  2564. # [18:22] * Quits: flo-retina (Instantbir@moz-25D49B0E.ip-37-59-48.eu) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  2565. # [18:22] * justindarc|brb is now known as justindarc
  2566. # [18:22] * Joins: jdm (jdm@FCCEA34F.7672369.D8E68FF6.IP)
  2567. # [18:23] * Joins: bent (chatzilla@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2568. # [18:24] * Quits: espadrine` (ttyl@moz-87D32D93.w80-12.abo.wanadoo.fr) (Ping timeout)
  2569. # [18:24] * Quits: gabor (gabor@moz-EFC81A03.pool.digikabel.hu) (Client exited)
  2570. # [18:24] <RyanVM> padenot: not seeing any firm regressions on other platforms, just b2g
  2571. # [18:25] <padenot> emulator, rather
  2572. # [18:25] <padenot> there must be something else going on on the machine
  2573. # [18:26] * RyanVM really wishes Yoric was around
  2574. # [18:26] * Joins: m_gol (m_gol@moz-DEF52D5.static.chello.pl)
  2575. # [18:27] <RyanVM> padenot: i don't know what to tell you, the times before and after are consistent
  2576. # [18:27] <RyanVM> you can see that for yourself
  2577. # [18:27] <padenot> yes
  2578. # [18:27] * jchen|away is now known as jchen
  2579. # [18:27] * Quits: loadbang (simon@moz-963262EC.range86-148.btcentralplus.com) (Quit: loadbang)
  2580. # [18:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/d81fce55ecbd - Tetsuharu OHZEKI - Bug 1058701 - [e10s] View Image of context menu does not work in e10s. r=mconley
  2581. # [18:27] <padenot> but I'm tired of wasting my time on the emulator
  2582. # [18:27] * Joins: sylvain (scleymans@moz-62518563.mtv2.mozilla.com)
  2583. # [18:27] <padenot> so I'm grumpy
  2584. # [18:27] <RyanVM> padenot: https://tbpl.mozilla.org/?tree=Mozilla-Inbound&jobname=b2g_emulator_vm.*xpcshell&fromchange=9cfeb1314dc1&tochange=tip
  2585. # [18:28] * geekboy|afk is now known as geekboy
  2586. # [18:28] <padenot> yeah, that's pretty clear
  2587. # [18:28] * Quits: emtwo (Adium@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Leaving.)
  2588. # [18:28] * Joins: Zupoman (mistrzmag@96766F5F.EAFD72D8.FD4497A0.IP)
  2589. # [18:29] * Rik|afk is now known as Rik
  2590. # [18:29] * Joins: jimb (user@B301EC70.B2666F0E.66399531.IP)
  2591. # [18:30] * Joins: bjacob_ (bjacob@13F2CEC5.7672369.D8E68FF6.IP)
  2592. # [18:31] * Quits: Optimize1 (Optimizer@67201F85.C08EA2A6.BE4CF869.IP) (Ping timeout)
  2593. # [18:32] * Quits: sylvain (scleymans@moz-62518563.mtv2.mozilla.com) (Connection reset by peer)
  2594. # [18:32] <RyanVM> padenot: i'm going to look through a few other logs to see if the regression is specific to those tests
  2595. # [18:33] * bc is now known as bc|bbiab
  2596. # [18:33] <RyanVM> or if it's intermittent between the different ones
  2597. # [18:33] * Joins: sylvain (scleymans@moz-62518563.mtv2.mozilla.com)
  2598. # [18:33] <jesup> the b2g emulator is a travesty for anything even remotely realtime...
  2599. # [18:33] * Quits: darkowlzz (ping-darko@50D0E95B.F5AF947A.F2AF99E1.IP) (Quit: Leaving...)
  2600. # [18:33] <RyanVM> well there we go, test_ril_worker_stk.js | Test timed out in another one
  2601. # [18:33] * Joins: jchaulk (jchaulk@moz-9589F210.dsl.teksavvy.com)
  2602. # [18:34] <RyanVM> test_removeDir.js ~2min in another run - so stlil way slower
  2603. # [18:34] * Joins: mats (chatzilla@moz-7CD29A19.a149.priv.bahnhof.se)
  2604. # [18:34] * Quits: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net) (Ping timeout)
  2605. # [18:34] * Quits: AndreeaMatei (Thunderbir@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP) (Quit: AndreeaMatei)
  2606. # [18:35] * Joins: Optimizer (Optimizer@AB12CEE8.4A165A35.BE4CF869.IP)
  2607. # [18:35] <RyanVM> test_ril_worker_stk.js was running ~2min before and now intermittently 5+min
  2608. # [18:35] <RyanVM> (but I still see other 2min runs post-landing)
  2609. # [18:35] * Quits: adalucinet (Instantbir@B0E65737.A45B6F05.5BAD8D42.IP) (Quit: adalucinet)
  2610. # [18:36] <padenot> are those rebooted accross tests?
  2611. # [18:37] * Joins: emtwo (Adium@13F2CEC5.7672369.D8E68FF6.IP)
  2612. # [18:37] * Fallen|away is now known as Fallen
  2613. # [18:38] * Quits: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net) (Quit: Leaving.)
  2614. # [18:38] * dminor|afk is now known as dminor
  2615. # [18:39] * chmanchester is now known as chmanchester|afk
  2616. # [18:39] * chmanchester|afk is now known as chmanchester|lunch
  2617. # [18:39] * Quits: @bsmedberg (bsmedberg@moz-820FF4CB.jst.pa.atlanticbb.net) (Quit: bsmedberg)
  2618. # [18:39] * Joins: mcomella (mcomella@moz-AE370C8B.hsd1.ca.comcast.net)
  2619. # [18:40] <RyanVM> padenot: not sure I understand your question
  2620. # [18:40] <RyanVM> also, not entirely sure what AWS instances do between jobs
  2621. # [18:40] <RyanVM> but they certainly don't reboot between each tests
  2622. # [18:40] <padenot> test suite, rather
  2623. # [18:40] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2624. # [18:41] <RyanVM> i'm thinking this has to be leftover state from earlier tests
  2625. # [18:41] <padenot> like, if this instance was running web audio mochitests before, and I was leaking the kind of high priority threads I'm now using, etc..
  2626. # [18:41] <RyanVM> i don't think it'd be this perma-fail if that were the case
  2627. # [18:42] <padenot> well, it means xpcshell would have no CPU
  2628. # [18:42] <padenot> as in, very little
  2629. # [18:42] <RyanVM> do any of the earlier tests in the run touch your stuff?
  2630. # [18:42] <padenot> no
  2631. # [18:42] * Quits: aklotz (Thunderbir@moz-935DE219.cg.shawcable.net) (Quit: aklotz)
  2632. # [18:42] <padenot> but maybe it's some other run before on the machine
  2633. # [18:43] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Ping timeout)
  2634. # [18:43] * Quits: mchang (mchang@moz-95B568D6.socal.res.rr.com) (Quit: mchang)
  2635. # [18:43] * pbrosset is now known as pbrosset|afk
  2636. # [18:43] * lmandel_afk is now known as lmandel
  2637. # [18:43] * Joins: robertbindar (Thunderbir@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2638. # [18:43] * Joins: mchang (mchang@moz-95B568D6.socal.res.rr.com)
  2639. # [18:43] * Joins: mccr8 (mccr8@moz-62518563.mtv2.mozilla.com)
  2640. # [18:44] * Joins: Swatinem (swatinem@moz-4FD1D70E.static.inode.at)
  2641. # [18:45] * Joins: ashughes (uid34327@moz-E77DEB21.irccloud.com)

The end :)