/irc-logs / mozilla / #developers / 2014-07-15 / end

Options:

  1. # Session Start: Tue Jul 15 00:00:01 2014
  2. # Session Ident: #developers
  3. # [00:00] * Joins: spenrose (textual@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  4. # [00:00] <dholbert> ehsan, so from your perspective, what makes a class appropriate for labeling as MOZ_FINAL?
  5. # [00:00] <@ehsan> dholbert: if the class should not be subclasses semantically
  6. # [00:00] * Quits: alex_tz (Adium@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  7. # [00:00] * Joins: alex_tz (Adium@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  8. # [00:00] <mattwoodrow> I think ehsan wants to differentiate between MOZ_FINAL_AND_ALWAYS_FINAL and MOZ_FINAL_FOR_NOW_UNLESS_YOU_FIX_IT
  9. # [00:00] <dholbert> ehsan, specifics, though
  10. # [00:00] * Quits: Rik (rik@moz-E813DFA5.fbx.proxad.net) (Ping timeout)
  11. # [00:01] <@ehsan> mattwoodrow: well, all finals are the latter :)
  12. # [00:01] * Quits: josh (josh@moz-2E9C1C52.hsd1.mn.comcast.net) (Quit: josh)
  13. # [00:01] <mattwoodrow> ehsan: Sure, but the intent of the author can be either one
  14. # [00:01] <@ehsan> dholbert: like, I have a class which has internals that can only be managed by itself, and subclasses will probably screw it up
  15. # [00:01] * Joins: dbaron (dbaron@moz-C07D5168.p2p.sfo1.mozilla.com)
  16. # [00:01] * ChanServ sets mode: +ao dbaron dbaron
  17. # [00:01] * Joins: bgrins (bgrins@moz-C80D1EB6.dhcp.stls.mo.charter.com)
  18. # [00:01] <@ehsan> dholbert: or I have a class which consumers can't use polymorphically
  19. # [00:01] * Joins: ckitching (ckitching@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  20. # [00:01] <@ehsan> etc
  21. # [00:01] <dholbert> ehsan, like, say, refcounting
  22. # [00:01] <dholbert> (which subclasses could screw up) ;)
  23. # [00:02] <@ehsan> dholbert: but it might be that you _want_ people to subclass your refcounted class
  24. # [00:02] <dholbert> ehsan, in that case, you wouldn't use MOZ_FINAL
  25. # [00:02] <@ehsan> dholbert: that's what I'm saying!!!!
  26. # [00:02] <dholbert> ehsan, then we agree on that point :)
  27. # [00:02] <@ehsan> dholbert: so making a class refcounted doesn't make it final :)
  28. # [00:03] <dholbert> but I'm saying, by default, for an abritrary refcounted class that no one's currently needing to derive from
  29. # [00:03] * Joins: josh (josh@moz-2E9C1C52.hsd1.mn.comcast.net)
  30. # [00:03] <dholbert> (with a non-virtual destructor)
  31. # [00:03] <dholbert> we probably should mark it as MOZ_FINAL
  32. # [00:03] * Quits: bgrins (bgrins@moz-C80D1EB6.dhcp.stls.mo.charter.com) (Ping timeout)
  33. # [00:03] * Joins: bgrins (bgrins@C7203E51.FBD8ACDB.20F09BA6.IP)
  34. # [00:03] <@ehsan> dholbert: only if the class is _actually_ meant to be final :()
  35. # [00:03] * Standard8 is now known as Standard8Away
  36. # [00:03] * Quits: Standard8Away (Standard8@B7F1AE36.48015583.54C3481B.IP) (Quit: ZNC - http://znc.in)
  37. # [00:03] <dholbert> if you *want* people to derive from that class, then we can give it a protected virtual destructor and leave it un-annotated
  38. # [00:03] <@ehsan> dholbert: refcounting is a terrible proxy for that IMO
  39. # [00:04] <dhylands> Do I need to touch CLOBBER if I modify configure.in and add a search path to the directory search paths?
  40. # [00:04] <@ehsan> dholbert: so you're effectively saying that all classes with a private ctor should be final no mater what?
  41. # [00:04] <@ehsan> dhylands: yes
  42. # [00:04] * Quits: janv (varga@13F2CEC5.7672369.D8E68FF6.IP) (Quit: This computer has gone to sleep)
  43. # [00:04] <dholbert> (s/ctor/dtor/?)
  44. # [00:04] <dhylands> ehsan: thanks
  45. # [00:04] <@ehsan> dhylands: err, yes dtor
  46. # [00:05] <seth> :popcorn:
  47. # [00:05] <@ehsan> gah
  48. # [00:05] <@ehsan> dholbert: ^
  49. # [00:05] <@ehsan> dhylands: sorry :)
  50. # [00:05] <dhylands> :)
  51. # [00:05] <dholbert> ehsan, right now, I'm saying all classes with a private dtor and something-that-you-may-not-trust-a-new-subclass-to-do-correctly (e.g., refcounting) may benefit from being labeled as MOZ_FINAL
  52. # [00:06] <@ehsan> dholbert: may? :)
  53. # [00:06] <dholbert> ehsan, s/may/probably does/
  54. # [00:06] * Quits: bgrins (bgrins@C7203E51.FBD8ACDB.20F09BA6.IP) (Quit: Leaving.)
  55. # [00:06] <@ehsan> dholbert: ok so I disagree
  56. # [00:06] <@ehsan> I doubt we can get to an agreement :)
  57. # [00:06] <dholbert> ehsan, I agree on that. :) I don't care too much, so I defer to your discussion w/ bjacob over coffee
  58. # [00:07] * Parts: bbrittain (bbrittain@5D4864B4.A99474B0.6679FAEF.IP) (Leaving)
  59. # [00:07] <@ehsan> cool
  60. # [00:07] * Quits: ferjm|afk (ferjm@moz-C75BC392.upc-i.chello.nl) (Quit: Leaving)
  61. # [00:08] * gregglind is now known as gregglind_away
  62. # [00:09] * mcote is now known as mcote|afk
  63. # [00:09] * Quits: @Cwiiis (uid15019@CB1D25D9.E02B7C75.9377050C.IP) (Quit: Connection closed for inactivity)
  64. # [00:09] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/88bc05432845 - Brian Nicholson - Bug 1027135 - Only touch PageActionLayout on UI thread. r=wesj
  65. # [00:10] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Quit: )
  66. # [00:10] * FuzzyFox is now known as FuzzyFox|afk
  67. # [00:11] * Joins: bent (chatzilla@moz-632A43B.hsd1.ca.comcast.net)
  68. # [00:11] * Quits: bc (bclary@454BDC37.1D5E8529.AC69809B.IP) (Ping timeout)
  69. # [00:12] * Quits: ehugg (chatzilla@9E642FE9.709C0A2A.6157E88D.IP) (Quit: ChatZilla 0.9.90.1 [Firefox 30.0/20140605174243])
  70. # [00:12] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  71. # [00:13] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  72. # [00:13] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  73. # [00:14] * Quits: automata (automata@56D1DDCE.34AEAABA.DF1E30BF.IP) (Ping timeout)
  74. # [00:15] * Quits: rbarnes (rbarnes@moz-5E1F5C28.washdc.fios.verizon.net) (Input/output error)
  75. # [00:15] * bsmedberg is now known as bsmedberg-away
  76. # [00:15] * Joins: automata (automata@56D1DDCE.34AEAABA.DF1E30BF.IP)
  77. # [00:15] <glandium> sfink, botond: 1031597
  78. # [00:15] <botond> firebot: bug 1031597
  79. # [00:15] <firebot> https://bugzil.la/1031597 — NEW — Tree Status should send pulse notifications that the tree is opening or closing
  80. # [00:16] * Quits: tn (tim@moz-E7CE1D28.wp.shawcable.net) (Ping timeout)
  81. # [00:17] * Joins: tn (tim@moz-E7CE1D28.wp.shawcable.net)
  82. # [00:17] <KWierso> glandium: yep. If I get some time this week, I plan on trying to hook it up
  83. # [00:18] * Joins: ehugg (chatzilla@9E642FE9.709C0A2A.6157E88D.IP)
  84. # [00:18] * Joins: Shrooms (Shrooms@moz-21C7D740.asm.bellsouth.net)
  85. # [00:19] * Joins: rbarnes (rbarnes@moz-5E1F5C28.washdc.fios.verizon.net)
  86. # [00:19] * Quits: mikeratcliffe (Adium@2C522ACD.C2B26F36.7CCB197A.IP) (Quit: Leaving.)
  87. # [00:20] <sfink> glandium: anyone asked you yet to make pulsebot suppress "Bumper Bot" pushes?
  88. # [00:20] * Quits: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP) (Ping timeout)
  89. # [00:20] * Joins: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP)
  90. # [00:20] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Quit: )
  91. # [00:20] * Quits: Shrooms (Shrooms@moz-21C7D740.asm.bellsouth.net) (Ping timeout)
  92. # [00:20] * Joins: gl (sid15144@AF7427AE.E02B7C75.9377050C.IP)
  93. # [00:20] * FuzzyFox|afk is now known as FuzzyFox
  94. # [00:21] * Quits: jgriffin (jgriffin@moz-791CC332.hsd1.wa.comcast.net) (Ping timeout)
  95. # [00:21] * Joins: dwong| (dwong@moz-24157589.mtv2.mozilla.com)
  96. # [00:21] * Quits: dwong (dwong@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  97. # [00:22] * whimboo is now known as whimboo|afk
  98. # [00:23] * Joins: jgriffin (jgriffin@moz-791CC332.hsd1.wa.comcast.net)
  99. # [00:23] * Quits: dwong| (dwong@moz-24157589.mtv2.mozilla.com) (Quit: zzz)
  100. # [00:23] * Quits: spohl (Adium@moz-3F71A0C5.reverse.softlayer.com) (Ping timeout)
  101. # [00:25] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-esr24/rev/1061c4065849 - ffxbld - Automated checkin: version bump for firefox 24.7.0esr release. DONTBUILD CLOSED TREE a=release
  102. # [00:25] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-esr24/rev/227309b73d30 - ffxbld - Added FIREFOX_24_7_0esr_RELEASE FIREFOX_24_7_0esr_BUILD1 tag(s) for changeset 1061c4065849. DONTBUILD CLOSED TREE a=release
  103. # [00:25] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-esr24/rev/5936e84d6706 - ffxbld - Automated checkin: version bump for firefox 24.7.0esr release. DONTBUILD CLOSED TREE a=release
  104. # [00:25] * Joins: dwong (dwong@moz-62518563.mtv2.mozilla.com)
  105. # [00:26] * Joins: spohl (Adium@moz-DF64F767.reverse.softlayer.com)
  106. # [00:26] * Joins: jedp (jedp@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  107. # [00:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/5bef1f8045fd - Brian Nicholson - Bug 1027137 - PageActionLayout cleanup. r=wesj
  108. # [00:27] * Joins: Optimizer1 (Instantbir@BFDB00DF.3A03CDDF.274D17D6.IP)
  109. # [00:28] * Quits: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP) (Ping timeout)
  110. # [00:28] * Joins: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP)
  111. # [00:28] * Quits: ehugg (chatzilla@9E642FE9.709C0A2A.6157E88D.IP) (Quit: ChatZilla 0.9.90.1 [Firefox 30.0/20140605174243])
  112. # [00:28] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  113. # [00:28] * Joins: bc (bclary@454BDC37.1D5E8529.AC69809B.IP)
  114. # [00:29] * Quits: wlach (wlach@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Ex-Chat)
  115. # [00:29] * Quits: bc (bclary@454BDC37.1D5E8529.AC69809B.IP) (Input/output error)
  116. # [00:29] * Quits: jedp (jedp@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  117. # [00:29] * Joins: bc (bclary@454BDC37.1D5E8529.AC69809B.IP)
  118. # [00:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/734231b3e382 - Shu-yu Guo - Bug 1037657 - Handle Bailout_NonSymbolInput in PJS bailout warnings. (r=jorendorff)
  119. # [00:30] * FuzzyFox is now known as FuzzyFox|afk
  120. # [00:32] * Quits: gustavold (gustavold@D678F239.F7B4AA38.DF2AC62B.IP) (Quit: Leaving.)
  121. # [00:32] * Quits: spenrose (textual@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  122. # [00:32] * Quits: rbarnes (rbarnes@moz-5E1F5C28.washdc.fios.verizon.net) (Input/output error)
  123. # [00:34] * Joins: jedp (jedp@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  124. # [00:34] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Ping timeout)
  125. # [00:34] * Quits: jedp (jedp@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  126. # [00:35] * Joins: roc (chatzilla@7EA5AB88.DC2C3734.616A18A6.IP)
  127. # [00:35] * ChanServ sets mode: +o roc
  128. # [00:38] * Quits: mwobensmith (mwobensmit@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  129. # [00:39] * Quits: gcp (gpascutto@moz-9CEB1C98.access.telenet.be) (Quit: Make a new plan, Stan!)
  130. # [00:41] * geekboy|afk is now known as geekboy
  131. # [00:41] * Quits: ddahl (ddahl@4A08E125.708C0A12.C7EEF3A2.IP) (Ping timeout)
  132. # [00:41] * Quits: peterhil (peterhil@moz-F36799F0.pp.htv.fi) (Ping timeout)
  133. # [00:41] * Quits: brendan (brendaneic@6A24F57D.51C7F032.FA49AE52.IP) (Quit: brendan)
  134. # [00:41] * Joins: peterhil (peterhil@moz-F36799F0.pp.htv.fi)
  135. # [00:42] * geekboy is now known as geekboy|afk
  136. # [00:42] * gaye is now known as gaye|brb
  137. # [00:43] * Quits: mdas_ (mdas@moz-AB8748FE.cpe.pppoe.ca) (Ping timeout)
  138. # [00:44] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  139. # [00:44] * Quits: till (till@moz-AD3AD034.pools.arcor-ip.net) (Input/output error)
  140. # [00:44] <glandium> sfink: seth did
  141. # [00:45] * Joins: till (till@moz-AD3AD034.pools.arcor-ip.net)
  142. # [00:45] <glandium> sfink: ah, bumper bot, yeah, someone did
  143. # [00:46] * Joins: rbarnes (rbarnes@moz-5E1F5C28.washdc.fios.verizon.net)
  144. # [00:46] * Quits: till (till@moz-AD3AD034.pools.arcor-ip.net) (Ping timeout)
  145. # [00:48] * Quits: spohl (Adium@moz-DF64F767.reverse.softlayer.com) (Ping timeout)
  146. # [00:48] * heycam|away is now known as heycam
  147. # [00:49] * Joins: spohl (Adium@moz-27997884.reverse.softlayer.com)
  148. # [00:51] * Quits: Boriss (Boriss@8F0C6026.9E6A15FD.157879EE.IP) (Quit: Boriss)
  149. # [00:51] * coop is now known as coop|afk
  150. # [00:53] * Unfocused|tired is now known as Unfocused
  151. # [00:53] * Quits: ekr (Adium@moz-24157589.mtv2.mozilla.com) (Quit: Leaving.)
  152. # [00:54] * Quits: tonymec (tonymec@6EF92D4A.1ECADA64.277517C1.IP) (Ping timeout)
  153. # [00:54] * Quits: armenzg_afk (armenzg@moz-5C9D8F48.cable.teksavvy.com) (Quit: Leaving)
  154. # [00:54] * Quits: tonymec_KDE (tonymec@6EF92D4A.1ECADA64.277517C1.IP) (Ping timeout)
  155. # [00:55] * Joins: njn (njn@moz-3B5BC4F7.dyn.iinet.net.au)
  156. # [00:55] * ChanServ sets mode: +o njn
  157. # [00:55] * Joins: tonymec_KDE (tonymec@6EF92D4A.1ECADA64.277517C1.IP)
  158. # [00:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/89311542468d - Gabriel Luong - Bug 591303 - Part 1: Move mLineNumber, mColumnNumber, and mWasMatched from StyleRule to Rule. r=bz
  159. # [00:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/785257a95e36 - Birunthan Mohanathas - Bug 591303 - Part 2: Add getCSSRule function to nsIDOMCSSRule. r=bz
  160. # [00:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/8acc3d0aa710 - Gabriel Luong - Bug 591303 - Part 3: Set line and column number for all rules in nsCSSParser. r=bz
  161. # [00:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6b8e30b71a4e - Birunthan Mohanathas - Bug 1038417 - Convert tabs to spaces in moz.build files. r=gps
  162. # [00:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/510ce894eaca - Wes Kocher - Backed out changeset a6ecd3131b8a (bug 1037128)
  163. # [00:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/2b340d6bf8ff - Wes Kocher - Backed out changeset 6ac0f97c0c09 (bug 1037030)
  164. # [00:57] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  165. # [00:58] * Quits: ckitching (ckitching@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  166. # [00:58] * Joins: tonymec (tonymec@6EF92D4A.1ECADA64.277517C1.IP)
  167. # [00:58] * Joins: ekr (Adium@moz-24157589.mtv2.mozilla.com)
  168. # [00:58] * FuzzyFox|afk is now known as FuzzyFox
  169. # [00:59] * Joins: mwobensmith (mwobensmit@moz-C07D5168.p2p.sfo1.mozilla.com)
  170. # [00:59] * Joins: garvank_ (Garvan@moz-E6E7FA8C.cable.user.start.ca)
  171. # [00:59] * Quits: mwobensmith (mwobensmit@moz-C07D5168.p2p.sfo1.mozilla.com) (Client exited)
  172. # [00:59] * Joins: Rik (rik@moz-E813DFA5.fbx.proxad.net)
  173. # [00:59] * Quits: garvank_ (Garvan@moz-E6E7FA8C.cable.user.start.ca) (Quit: )
  174. # [01:00] * Joins: garvank (Garvan@moz-E6E7FA8C.cable.user.start.ca)
  175. # [01:00] * Quits: twi (Adium@moz-977FD29C.cust.vodafonedsl.it) (Quit: Leaving.)
  176. # [01:00] * Quits: @smaug (chatzilla@moz-38C5B03.elisa-laajakaista.fi) (Ping timeout)
  177. # [01:01] * Quits: Rik (rik@moz-E813DFA5.fbx.proxad.net) (Ping timeout)
  178. # [01:01] * Parts: Snuffleupagus (chatzilla@moz-50E31F78.bredband.comhem.se)
  179. # [01:03] * Quits: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP) (Ping timeout)
  180. # [01:04] * geekboy|afk is now known as geekboy
  181. # [01:04] * Joins: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP)
  182. # [01:04] * Joins: Shrooms (Shrooms@moz-21C7D740.asm.bellsouth.net)
  183. # [01:04] * Joins: Rik (rik@moz-E813DFA5.fbx.proxad.net)
  184. # [01:04] * Quits: Rik (rik@moz-E813DFA5.fbx.proxad.net) (Input/output error)
  185. # [01:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/980140ea8df9 - Kartikaya Gupta - Bug 1037591 - Remove unused container layer subclass. r=botond
  186. # [01:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4e940dfbe928 - Kartikaya Gupta - Bug 1037591 - Unite the TestScopedBoolPref and TouchActionEnabledTester into a general pref solution. r=botond
  187. # [01:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/239a8346e2bb - Kartikaya Gupta - Bug 1037591 - Modify ApzcPan to use ApzcUp and ApzcDown; reformat some code. r=botond
  188. # [01:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/8a9415c1889a - Kartikaya Gupta - Bug 1037591 - Split ApzcPan into two so that the status checks are separated. r=botond
  189. # [01:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1cfd6719e04a - Kartikaya Gupta - Bug 1037591 - Split the ApzcPinch* functions into two so that the status checks are separated. r=botond
  190. # [01:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4b2f3300014e - Kartikaya Gupta - Bug 1037591 - Move DoPanTest down to be with the pan tests. r=botond
  191. # [01:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/bb6635ba6d28 - Kartikaya Gupta - Bug 1037591 - Move a bunch of boilerplate code into the tester classes. r=botond
  192. # [01:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d2c09afed727 - Kartikaya Gupta - Bug 1037591 - Remove useless Constructor test and redundant tester. r=botond
  193. # [01:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/3f6a695b80a4 - Reuben Morais - Bug 1009645 - Implement [FeatureDetectible] extended attribute and hook it up to navigator.getFeature. r=bz
  194. # [01:06] * Joins: damons (gnubeard@moz-6462BBF7.dsl.sjc.megapath.net)
  195. # [01:07] <reuben> sigh
  196. # [01:07] * Quits: tonymec (tonymec@6EF92D4A.1ECADA64.277517C1.IP) (Ping timeout)
  197. # [01:07] * geekboy is now known as geekboy|afk
  198. # [01:08] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/f9bb67be4abd - Reuben Morais - Bug 1009645 - Follow up, remove debug code.
  199. # [01:08] * Joins: MichelW (uid24909@631DDABB.E02B7C75.9377050C.IP)
  200. # [01:08] * Quits: rvid (textual@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Connection reset by peer)
  201. # [01:08] * Quits: erahm (Adium@moz-A511F1A0.hsd1.or.comcast.net) (Ping timeout)
  202. # [01:08] * Joins: erahm (Adium@moz-A511F1A0.hsd1.or.comcast.net)
  203. # [01:09] * Joins: rvid (textual@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  204. # [01:11] * kats is now known as kats|away
  205. # [01:11] * Quits: cpeterson (cpeterson@moz-2236C142.hsd1.ca.comcast.net) (Input/output error)
  206. # [01:11] * Quits: bholley (bholley@moz-62518563.mtv2.mozilla.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  207. # [01:11] * Joins: janv (varga@moz-9EAB7EDB.dsl.bell.ca)
  208. # [01:12] * Quits: janv (varga@moz-9EAB7EDB.dsl.bell.ca) (Quit: This computer has gone to sleep)
  209. # [01:12] * Joins: bholley (bholley@moz-62518563.mtv2.mozilla.com)
  210. # [01:12] * Quits: rkent (Thunderbir@moz-CCEA8D95.hsd1.wa.comcast.net) (Ping timeout)
  211. # [01:13] * Quits: bholley (bholley@moz-62518563.mtv2.mozilla.com) (Client exited)
  212. # [01:13] * Joins: tonymec (tonymec@6EF92D4A.1ECADA64.277517C1.IP)
  213. # [01:13] * Joins: rkent (Thunderbir@moz-CCEA8D95.hsd1.wa.comcast.net)
  214. # [01:13] * Joins: janv (varga@moz-9EAB7EDB.dsl.bell.ca)
  215. # [01:13] * hwine is now known as hwine-coffee
  216. # [01:14] * Quits: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP) (Ping timeout)
  217. # [01:14] * Joins: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP)
  218. # [01:14] * Joins: ddahl (ddahl@moz-5F89CFB9.hsd1.il.comcast.net)
  219. # [01:14] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/a9a8cc920307 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  220. # [01:14] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/859b96c8bee0 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  221. # [01:15] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  222. # [01:16] * Quits: damons (gnubeard@moz-6462BBF7.dsl.sjc.megapath.net) (Quit: damons)
  223. # [01:16] * Quits: jimm (jmathies@moz-DF439B90.pn.at.cox.net) (Quit: )
  224. # [01:17] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  225. # [01:17] * Quits: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP) (Quit: ChatZilla 0.9.90.1 [Firefox 33.0a1/20140713030204])
  226. # [01:17] * Joins: billm (billm@moz-24157589.mtv2.mozilla.com)
  227. # [01:18] * Joins: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP)
  228. # [01:18] * Joins: ally1 (Adium@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  229. # [01:18] * Quits: rbarnes (rbarnes@moz-5E1F5C28.washdc.fios.verizon.net) (Input/output error)
  230. # [01:19] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  231. # [01:20] * BenWa is now known as BenWa|email
  232. # [01:21] * Quits: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP) (Ping timeout)
  233. # [01:22] * Joins: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP)
  234. # [01:24] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  235. # [01:24] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Ping timeout)
  236. # [01:25] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  237. # [01:25] * Joins: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com)
  238. # [01:27] * Quits: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP) (Ping timeout)
  239. # [01:27] * Joins: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP)
  240. # [01:28] * Quits: janv (varga@moz-9EAB7EDB.dsl.bell.ca) (Quit: This computer has gone to sleep)
  241. # [01:28] * Quits: ashughes (uid34327@AF7427AE.E02B7C75.9377050C.IP) (Quit: Connection closed for inactivity)
  242. # [01:30] * curtisk is now known as curtisk|afk
  243. # [01:30] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  244. # [01:31] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  245. # [01:32] * Quits: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP) (Ping timeout)
  246. # [01:32] * Joins: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP)
  247. # [01:32] * Quits: ally1 (Adium@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  248. # [01:32] * Joins: ally1 (Adium@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  249. # [01:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a60905d4dfd8 - Marco Castelluccio - Bug 1036117 - Make WebappRT users wait for the configuration to be loaded. r=myk
  250. # [01:35] * Joins: bgrins (bgrins@moz-C80D1EB6.dhcp.stls.mo.charter.com)
  251. # [01:36] * Joins: Boriss (Boriss@moz-C07D5168.p2p.sfo1.mozilla.com)
  252. # [01:36] * Quits: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com) (Ping timeout)
  253. # [01:36] * Joins: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com)
  254. # [01:37] * Quits: gandalf (zbraniecki@moz-F9900A0D.hsd1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  255. # [01:37] * Quits: @dbaron (dbaron@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  256. # [01:37] * Quits: bgrins (bgrins@moz-C80D1EB6.dhcp.stls.mo.charter.com) (Ping timeout)
  257. # [01:37] * Joins: bgrins (bgrins@C7203E51.FBD8ACDB.20F09BA6.IP)
  258. # [01:38] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  259. # [01:40] * Quits: josh (josh@moz-2E9C1C52.hsd1.mn.comcast.net) (Quit: josh)
  260. # [01:40] * Joins: rbarnes (rbarnes@moz-5E1F5C28.washdc.fios.verizon.net)
  261. # [01:41] * Quits: Optimizer1 (Instantbir@BFDB00DF.3A03CDDF.274D17D6.IP) (Ping timeout)
  262. # [01:42] * Quits: @not_gavin (gavin@gavinsharp.com) (Input/output error)
  263. # [01:42] * terrence is now known as terrence-brb
  264. # [01:42] * Joins: not_gavin (gavin@gavinsharp.com)
  265. # [01:42] * ChanServ sets mode: +o not_gavin
  266. # [01:42] * Quits: tonymec (tonymec@6EF92D4A.1ECADA64.277517C1.IP) (Ping timeout)
  267. # [01:43] * Quits: Optimizer (Optimizer@BFDB00DF.3A03CDDF.274D17D6.IP) (Ping timeout)
  268. # [01:43] * Quits: bmoss (bmoss@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  269. # [01:44] * Joins: bmoss (bmoss@moz-62518563.mtv2.mozilla.com)
  270. # [01:45] * Quits: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP) (Ping timeout)
  271. # [01:45] * Joins: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP)
  272. # [01:45] * Joins: tonymec (tonymec@6EF92D4A.1ECADA64.277517C1.IP)
  273. # [01:46] * Quits: peterhil (peterhil@moz-F36799F0.pp.htv.fi) (Ping timeout)
  274. # [01:47] * Quits: bmoss (bmoss@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  275. # [01:47] * hwine-coffee is now known as hwine
  276. # [01:47] * Joins: peterhil (peterhil@moz-F36799F0.pp.htv.fi)
  277. # [01:47] * gaye|brb is now known as gaye
  278. # [01:47] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Input/output error)
  279. # [01:48] * Quits: @ehsan (ehsan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  280. # [01:48] * Joins: bmoss (bmoss@moz-62518563.mtv2.mozilla.com)
  281. # [01:48] * Joins: Optimizer (Optimizer@BFDB00DF.3A03CDDF.274D17D6.IP)
  282. # [01:49] * Quits: ewong|sleep (chatzilla@moz-8777076B.netvigator.com) (Ping timeout)
  283. # [01:50] * Joins: ewong|sleep (chatzilla@moz-8777076B.netvigator.com)
  284. # [01:50] * Quits: Optimizer (Optimizer@BFDB00DF.3A03CDDF.274D17D6.IP) (Ping timeout)
  285. # [01:51] * Quits: Boriss (Boriss@moz-C07D5168.p2p.sfo1.mozilla.com) (Ping timeout)
  286. # [01:51] * Joins: Boriss (Boriss@moz-C07D5168.p2p.sfo1.mozilla.com)
  287. # [01:52] * Joins: mylar (mylar@CB0F2FE1.7C654D76.7D0FD73A.IP)
  288. # [01:56] * Joins: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com)
  289. # [01:56] * Quits: Jesse_ (jruderman@moz-62518563.mtv2.mozilla.com) (Quit: Jesse_)
  290. # [01:56] * Quits: rstrong (rstrong@moz-204A999A.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 1.8.0.9/2006120508])
  291. # [01:56] * BenWa|email is now known as BenWa
  292. # [01:57] * ewong|away is now known as ewong
  293. # [01:58] * Quits: NeilAway (neil@moz-B1437A82.static.virginmediabusiness.co.uk) (Ping timeout)
  294. # [01:58] * Quits: tonymec (tonymec@6EF92D4A.1ECADA64.277517C1.IP) (Quit: ChatZilla 0.9.90.1 [SeaMonkey 2.27a1/20140214003001])
  295. # [01:58] * Joins: mt_ (mt@moz-62518563.mtv2.mozilla.com)
  296. # [01:58] * Quits: mt_ (mt@moz-62518563.mtv2.mozilla.com) (Input/output error)
  297. # [01:59] * Quits: mwargers (mwargers@moz-AF369B35.adsl.online.nl) (Client exited)
  298. # [01:59] * Joins: ehugg (ehugg@moz-F46F489D.hsd1.wa.comcast.net)
  299. # [01:59] * Quits: jet (jet@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: jet)
  300. # [02:00] * Quits: dria (dria@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: dria)
  301. # [02:03] * Joins: jet (jet@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  302. # [02:03] * Quits: juanb (jbecerra@moz-62518563.mtv2.mozilla.com) (Quit: juanb)
  303. # [02:03] * Joins: damons (gnubeard@moz-6462BBF7.dsl.sjc.megapath.net)
  304. # [02:04] * catlee-away is now known as catlee
  305. # [02:05] * Joins: mconley (mconley@moz-FBB7D102.cable.teksavvy.com)
  306. # [02:06] * Quits: ekr (Adium@moz-24157589.mtv2.mozilla.com) (Quit: Leaving.)
  307. # [02:06] * Quits: RealRaven (Thunderbir@B61BE61A.5DC50F46.27F80FAC.IP) (Client exited)
  308. # [02:06] * Joins: janv (varga@moz-9EAB7EDB.dsl.bell.ca)
  309. # [02:06] * Quits: jimb (user@125EF623.B2666F0E.66399531.IP) (Ping timeout)
  310. # [02:06] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard)
  311. # [02:07] * terrence-brb is now known as terrence
  312. # [02:08] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  313. # [02:09] * Quits: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP) (Ping timeout)
  314. # [02:10] * Joins: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP)
  315. # [02:10] * Joins: jesup|mac (chatzilla@moz-50BE1A09.phlapa.fios.verizon.net)
  316. # [02:10] * Joins: ckitching (ckitching@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  317. # [02:11] * Quits: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com) (Connection reset by peer)
  318. # [02:11] * Joins: cpeterson (cpeterson@moz-2236C142.hsd1.ca.comcast.net)
  319. # [02:12] * Joins: tonymec (tonymec@6EF92D4A.1ECADA64.277517C1.IP)
  320. # [02:13] * Joins: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com)
  321. # [02:13] * Quits: jet (jet@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: jet)
  322. # [02:13] * Quits: cpeterson (cpeterson@moz-2236C142.hsd1.ca.comcast.net) (Ping timeout)
  323. # [02:14] * Quits: ddahl (ddahl@moz-5F89CFB9.hsd1.il.comcast.net) (Input/output error)
  324. # [02:15] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  325. # [02:16] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  326. # [02:16] * Quits: ckitching (ckitching@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  327. # [02:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/35cfb1f02918 - Brian Nicholson - Bug 1035439 - Part 1: Clear private undo close tab data when leaving private browsing. r=margaret
  328. # [02:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/81c71f117c6a - Brian Nicholson - Bug 1035439 - Part 2: Show closed tabs of the current private state in RecentTabsPanel. r=margaret
  329. # [02:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/36cb524c546a - Brian Nicholson - Bug 1035439 - Part 3: Use selected tab private state in openUrlAndStopEditing. r=margaret
  330. # [02:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/420209cd2a0a - Brian Nicholson - Bug 1035439 - Part 4: Change undoCloseTab to accept closed tab data. r=margaret
  331. # [02:18] * Quits: bent (chatzilla@moz-632A43B.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  332. # [02:19] * Quits: bnicholson (bnicholson@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  333. # [02:20] * Quits: ehugg (ehugg@moz-F46F489D.hsd1.wa.comcast.net) (Quit: ehugg)
  334. # [02:21] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  335. # [02:21] * Joins: dria (dria@212685B3.5B8F260F.586E6F35.IP)
  336. # [02:22] * Joins: ckitching (ckitching@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  337. # [02:22] * Joins: ckitching_ (ckitching@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  338. # [02:24] * Quits: Boriss (Boriss@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: Boriss)
  339. # [02:24] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Input/output error)
  340. # [02:25] * Quits: walter (walter@moz-62518563.mtv2.mozilla.com) (Input/output error)
  341. # [02:26] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  342. # [02:26] * Quits: ckitching_ (ckitching@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: ckitching_)
  343. # [02:26] * Quits: ckitching (ckitching@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: ckitching)
  344. # [02:26] * Joins: ckitching (ckitching@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  345. # [02:27] * Quits: mconley (mconley@moz-FBB7D102.cable.teksavvy.com) (Input/output error)
  346. # [02:27] * Parts: ckerschb (ckerschb@moz-62518563.mtv2.mozilla.com)
  347. # [02:27] * Joins: mconley (mconley@moz-FBB7D102.cable.teksavvy.com)
  348. # [02:27] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Input/output error)
  349. # [02:29] * Quits: mconley (mconley@moz-FBB7D102.cable.teksavvy.com) (Ping timeout)
  350. # [02:30] * Quits: rbarnes (rbarnes@moz-5E1F5C28.washdc.fios.verizon.net) (Ping timeout)
  351. # [02:30] * Quits: mixedpuppy (mixedpuppy@A6CF435B.D1155E2C.CFC2A289.IP) (Quit: mixedpuppy)
  352. # [02:30] * Joins: mconley (mconley@moz-FBB7D102.cable.teksavvy.com)
  353. # [02:30] * Joins: Optimizer (Optimizer@BFDB00DF.3A03CDDF.274D17D6.IP)
  354. # [02:33] * Quits: lduros (user@moz-A888D5F1.phlapa.fios.verizon.net) (Client exited)
  355. # [02:34] * Quits: myk (myk@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  356. # [02:34] * Joins: brendan (brendaneic@6A24F57D.51C7F032.FA49AE52.IP)
  357. # [02:34] * Quits: billm (billm@moz-24157589.mtv2.mozilla.com) (Quit: Leaving)
  358. # [02:34] * Quits: catalinb (catalinb@moz-62518563.mtv2.mozilla.com) (Quit: This computer has gone to sleep)
  359. # [02:36] * Joins: rbarnes (rbarnes@moz-5E1F5C28.washdc.fios.verizon.net)
  360. # [02:37] * Quits: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP) (Ping timeout)
  361. # [02:38] * hwine is now known as hwine-ooo
  362. # [02:38] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  363. # [02:39] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/e9e1e4773464 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  364. # [02:39] * Quits: nathan (nathan@moz-62518563.mtv2.mozilla.com) (Input/output error)
  365. # [02:39] * Joins: dbaron (dbaron@moz-6F4D2D12.dsl.dynamic.sonic.net)
  366. # [02:39] * ChanServ sets mode: +ao dbaron dbaron
  367. # [02:39] * Joins: Boriss (Boriss@moz-C07D5168.p2p.sfo1.mozilla.com)
  368. # [02:41] * Quits: dwong (dwong@moz-62518563.mtv2.mozilla.com) (Client exited)
  369. # [02:42] * Joins: dwong (dwong@moz-62518563.mtv2.mozilla.com)
  370. # [02:42] * Joins: jchaulk (jchaulk@moz-E08C78F8.cpe.pppoe.ca)
  371. # [02:43] * Joins: ekr (Adium@moz-91286477.mycingular.net)
  372. # [02:45] * Quits: bmoss (bmoss@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  373. # [02:45] * Joins: bnicholson (bnicholson@F118B273.BF05706.A36C57B9.IP)
  374. # [02:45] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  375. # [02:45] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  376. # [02:47] * Quits: ekr (Adium@moz-91286477.mycingular.net) (Quit: Leaving.)
  377. # [02:47] * Quits: dwong (dwong@moz-62518563.mtv2.mozilla.com) (Connection reset by peer)
  378. # [02:47] * Quits: mmcdonough (Martin@moz-62518563.mtv2.mozilla.com) (Quit: I've been blurred!)
  379. # [02:47] * Joins: dwong (dwong@moz-62518563.mtv2.mozilla.com)
  380. # [02:47] * Joins: ekr (Adium@moz-91286477.mycingular.net)
  381. # [02:48] * Joins: bmoss (bmoss@moz-62518563.mtv2.mozilla.com)
  382. # [02:48] * BenWa is now known as BenWa|email
  383. # [02:49] * FuzzyFox is now known as FuzzyFox|afk
  384. # [02:50] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  385. # [02:51] * Quits: azakai (alon@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  386. # [02:51] * Quits: peterhil (peterhil@moz-F36799F0.pp.htv.fi) (Ping timeout)
  387. # [02:51] * Joins: ddahl (ddahl@moz-5F89CFB9.hsd1.il.comcast.net)
  388. # [02:51] * Joins: peterhil (peterhil@moz-F36799F0.pp.htv.fi)
  389. # [02:52] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Input/output error)
  390. # [02:54] * Quits: mccr8 (mccr8@moz-F3D6C6BB.hsd1.ca.comcast.net) (Quit: )
  391. # [02:54] * Quits: ekr (Adium@moz-91286477.mycingular.net) (Quit: Leaving.)
  392. # [02:54] * Quits: kip (kip@A6CF435B.D1155E2C.CFC2A289.IP) (Client exited)
  393. # [02:55] * Joins: ekr (Adium@moz-91286477.mycingular.net)
  394. # [02:56] * Quits: tanvi (tanvi@moz-1979187D.hsd1.ca.comcast.net) (Quit: Leaving.)
  395. # [02:57] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  396. # [02:57] * BenWa|email is now known as BenWa
  397. # [02:58] * Joins: sewardj_ (sewardj@moz-A40075F9.dip0.t-ipconnect.de)
  398. # [03:00] * Quits: sewardj (sewardj@moz-DDD13E25.dip0.t-ipconnect.de) (Ping timeout)
  399. # [03:01] * Quits: Mook_as (mook@moz-1FCC0032.activestate.com) (Quit: Mook_as)
  400. # [03:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1aa504e62034 - Matt Woodrow - Bug 1034247 - Avoid propogating scale factors down to ThebesLayers if it would result in them being larger than the max texture size. r=roc
  401. # [03:03] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  402. # [03:06] * Quits: damons (gnubeard@moz-6462BBF7.dsl.sjc.megapath.net) (Quit: damons)
  403. # [03:06] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  404. # [03:06] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard)
  405. # [03:06] * Joins: ehugg (ehugg@moz-F46F489D.hsd1.wa.comcast.net)
  406. # [03:07] * Quits: janv (varga@moz-9EAB7EDB.dsl.bell.ca) (Quit: Leaving)
  407. # [03:07] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Input/output error)
  408. # [03:07] * Quits: ekr (Adium@moz-91286477.mycingular.net) (Quit: Leaving.)
  409. # [03:07] * Quits: ewong|sleep (chatzilla@moz-8777076B.netvigator.com) (Ping timeout)
  410. # [03:07] * Quits: sylvain (scleymans@moz-62518563.mtv2.mozilla.com) (Input/output error)
  411. # [03:08] * Joins: ewong|sleep (chatzilla@moz-8777076B.netvigator.com)
  412. # [03:09] * nthomas is now known as nthomas|away
  413. # [03:09] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  414. # [03:09] * Quits: chewey (chewey@moz-70FC4870.dip0.t-ipconnect.de) (NickServ (GHOST command used by chewey_))
  415. # [03:10] * Joins: billm (billm@moz-94892FBF.hsd1.ca.comcast.net)
  416. # [03:10] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  417. # [03:10] * Joins: chewey (chewey@moz-43E6ABE1.dip0.t-ipconnect.de)
  418. # [03:11] * Quits: jgriffin (jgriffin@moz-791CC332.hsd1.wa.comcast.net) (Quit: jgriffin)
  419. # [03:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/578899c0b819 - Brian Smith - Bug 1036107, Part 1: Stop using CERTSignedData in mozilla::pkix, r=keeler
  420. # [03:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/96d7c79707e5 - Brian Smith - Bug 1036107, Part 2: Test algorithm identifier parsing, r=keeler
  421. # [03:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2ea91aa53633 - Brian Smith - Bug 1036105: Delegate digest operations to the TrustDomain in mozilla::pkix, r=keeler
  422. # [03:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a6389627c3a4 - Brian Smith - Bug 1038098: Save intermediate certificates during TLS handshake, r=keeler
  423. # [03:12] * Quits: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com) (Ping timeout)
  424. # [03:12] * Quits: bajaj (bajaj_afk@moz-24157589.mtv2.mozilla.com) (Quit: Leaving.)
  425. # [03:13] * Joins: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com)
  426. # [03:13] * Joins: catalinb (catalinb@moz-CF8BEBEF.dia.static.qwest.net)
  427. # [03:13] * Joins: bajaj (bajaj_afk@moz-24157589.mtv2.mozilla.com)
  428. # [03:13] * Quits: jchaulk (jchaulk@moz-E08C78F8.cpe.pppoe.ca) (Quit: Leaving.)
  429. # [03:13] * Quits: bajaj (bajaj_afk@moz-24157589.mtv2.mozilla.com) (Input/output error)
  430. # [03:13] * Quits: alex_tz (Adium@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  431. # [03:14] * Quits: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  432. # [03:14] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  433. # [03:14] * mcote|afk is now known as mcote
  434. # [03:14] * Quits: abwillis (abwillis@CBAC43F2.9DD4DBBF.6A7A197.IP) (Quit: ChatZilla 0.9.90.1 [SeaMonkey 2.14/20140621130907])
  435. # [03:15] * Quits: justindarc (justindarc@D2AEACFC.B56D28DB.B58D01CE.IP) (Quit: )
  436. # [03:18] * Quits: squib (squib@383121B7.B2666F0E.66399531.IP) (Ping timeout)
  437. # [03:18] * Joins: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net)
  438. # [03:18] * khuey is now known as khuey|away
  439. # [03:19] * ggp|away is now known as ggp
  440. # [03:19] * Joins: sylvain (scleymans@moz-CF8BEBEF.dia.static.qwest.net)
  441. # [03:19] * Quits: kentuckyfriedtakahe (ajones@34E8ECDF.DC2C3734.616A18A6.IP) (Quit: Ex-Chat)
  442. # [03:19] * Joins: kentuckyfriedtakahe (ajones@34E8ECDF.DC2C3734.616A18A6.IP)
  443. # [03:19] * Quits: chmanchester (quassel@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  444. # [03:21] * Quits: Boriss (Boriss@moz-C07D5168.p2p.sfo1.mozilla.com) (Ping timeout)
  445. # [03:21] * Joins: m_kato (m_kato@moz-C286AD9A.bitcat.net)
  446. # [03:22] * Joins: yzen (yzen@moz-F62769B5.cpe.pppoe.ca)
  447. # [03:24] * Joins: bholley (bholley@32EFA1FF.F0338C73.AECC5372.IP)
  448. # [03:24] * Quits: lgarner (lgarner@2D337F52.2D31AF7B.5AEB50C4.IP) (Ping timeout)
  449. # [03:26] * Joins: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP)
  450. # [03:26] * Joins: yliao (yliao@moz-99690620.hinet-ip.hinet.net)
  451. # [03:28] * Quits: catalinb (catalinb@moz-CF8BEBEF.dia.static.qwest.net) (Ping timeout)
  452. # [03:29] * Joins: catalinb (catalinb@moz-CF8BEBEF.dia.static.qwest.net)
  453. # [03:29] * Quits: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: Leaving.)
  454. # [03:30] * Quits: dwong (dwong@moz-62518563.mtv2.mozilla.com) (Client exited)
  455. # [03:30] * Quits: dria (dria@212685B3.5B8F260F.586E6F35.IP) (Quit: dria)
  456. # [03:31] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6b9c96d0f03d - Tim Taubert - Bug 1026398 - Add support for RSA-OAEP to WebCrypto API r=rbarnes,bz,dkeeler
  457. # [03:31] * Quits: yzen (yzen@moz-F62769B5.cpe.pppoe.ca) (Ping timeout)
  458. # [03:31] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  459. # [03:32] * Quits: garvank (Garvan@moz-E6E7FA8C.cable.user.start.ca) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  460. # [03:33] * Joins: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net)
  461. # [03:33] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  462. # [03:34] * Quits: catalinb (catalinb@moz-CF8BEBEF.dia.static.qwest.net) (Ping timeout)
  463. # [03:35] * Quits: ckitching (ckitching@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  464. # [03:35] * Joins: shelly (shelly@moz-99690620.hinet-ip.hinet.net)
  465. # [03:35] * Quits: bmoss (bmoss@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  466. # [03:37] * Quits: peterhil (peterhil@moz-F36799F0.pp.htv.fi) (Ping timeout)
  467. # [03:38] * Quits: sunfish (chatzilla@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  468. # [03:38] * Joins: peterhil (peterhil@moz-F36799F0.pp.htv.fi)
  469. # [03:38] * Joins: squib (squib@moz-DB946F33.hfc.comcastbusiness.net)
  470. # [03:40] * Quits: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net) (Ping timeout)
  471. # [03:40] * Joins: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net)
  472. # [03:40] * Quits: idwer (irc@moz-67B6410D.adsl.online.nl) (Input/output error)
  473. # [03:40] * Joins: seanlin (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  474. # [03:40] * Quits: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP) (Quit: Leaving.)
  475. # [03:42] * Quits: jesup|mac (chatzilla@moz-50BE1A09.phlapa.fios.verizon.net) (Ping timeout)
  476. # [03:42] * Quits: bholley (bholley@32EFA1FF.F0338C73.AECC5372.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  477. # [03:43] * nthomas|away is now known as nthomas
  478. # [03:44] * Quits: ehugg (ehugg@moz-F46F489D.hsd1.wa.comcast.net) (Quit: ehugg)
  479. # [03:45] * Joins: bholley (bholley@32EFA1FF.F0338C73.AECC5372.IP)
  480. # [03:46] * Joins: tanvi (tanvi@moz-1979187D.hsd1.ca.comcast.net)
  481. # [03:46] * Quits: fabrice1 (fabrice@moz-24157589.mtv2.mozilla.com) (Ping timeout)
  482. # [03:48] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d4625d8a9c9a - Ehsan Akhgari - Bug 1038148 - Give LowEventsReporter a private destructor; r=bjacob
  483. # [03:48] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c9c1acd7c1c3 - Ehsan Akhgari - Bug 1038149 - Make nsDriveEnumerator's destructor private; r=bjacob
  484. # [03:48] * Joins: brsun (chatzilla@moz-99690620.hinet-ip.hinet.net)
  485. # [03:48] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/736fd22eeef4 - Ehsan Akhgari - Bug 1038152 - Make the destructor of WindowsGamepad.cpp's Observer private; r=bjacob
  486. # [03:48] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1c6e1080cee1 - Ehsan Akhgari - Bug 1038155 - Give GfxD2DVramReporter a private destructor; r=bjacob
  487. # [03:48] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/800fbf0e4630 - Ehsan Akhgari - Bug 1038221 - Fix some WMF destructors to be private; r=cpearce
  488. # [03:49] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/5db26d962e3e - B2G Bumper Bot - Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
  489. # [03:49] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/095d2a9c2be5 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  490. # [03:49] * Quits: serge (Thunderbir@moz-7FF6652E.dsl.teksavvy.com) (Ping timeout)
  491. # [03:49] * Quits: bholley (bholley@32EFA1FF.F0338C73.AECC5372.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  492. # [03:50] * KaiRo_away is now known as KaiRo
  493. # [03:51] * Joins: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net)
  494. # [03:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4ef82665a6e6 - Marco Castelluccio - Bug 1035282 - Make Webapps.jsm throw DUPLICATE_ORIGIN only if the app with the same origin is natively installed. r=fabrice,myk
  495. # [03:51] * Quits: linuxwolf (Adium@moz-44D86B1E.cisco.com) (Quit: Leaving.)
  496. # [03:52] * Quits: mchang (mchang@moz-793A0D3E.socal.res.rr.com) (Quit: mchang)
  497. # [03:54] * Joins: dwong (dwong@4ED44C85.1CFAC570.12FC38C.IP)
  498. # [03:55] * Joins: sunfish (chatzilla@moz-62518563.mtv2.mozilla.com)
  499. # [03:56] * Quits: mconley (mconley@moz-FBB7D102.cable.teksavvy.com) (Input/output error)
  500. # [03:56] * Joins: mconley (mconley@moz-FBB7D102.cable.teksavvy.com)
  501. # [03:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/d5d67c4fe497 - Allison Naaktgeboren - Bug 693555 - Update inline spellchecker underlining for multiprocess(e10s).r=ehsan, mrbkap
  502. # [03:58] * Joins: PiresFelix (Leonardo@60D8ECEB.A0707BC1.ECC737E3.IP)
  503. # [03:58] * Quits: mconley (mconley@moz-FBB7D102.cable.teksavvy.com) (Ping timeout)
  504. # [04:00] * Quits: ally1 (Adium@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  505. # [04:01] * Joins: jwwang (jwwang@moz-99690620.hinet-ip.hinet.net)
  506. # [04:02] * Joins: TYLin (TYLin@moz-99690620.hinet-ip.hinet.net)
  507. # [04:04] * Joins: Boriss (Boriss@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  508. # [04:05] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  509. # [04:05] * Callek is now known as Callek_disconnected
  510. # [04:05] * Quits: billm (billm@moz-94892FBF.hsd1.ca.comcast.net) (Quit: Leaving)
  511. # [04:06] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Ping timeout)
  512. # [04:06] * Joins: allstarschh (allstars@moz-99690620.hinet-ip.hinet.net)
  513. # [04:07] * Quits: RyanVM|afk (Thunderbir@moz-37FED3AC.phlapa.fios.verizon.net) (Quit: RyanVM|afk)
  514. # [04:07] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  515. # [04:07] * Quits: TYLin (TYLin@moz-99690620.hinet-ip.hinet.net) (Quit: TYLin)
  516. # [04:08] * Joins: TYLin (TYLin@moz-99690620.hinet-ip.hinet.net)
  517. # [04:08] * Quits: TYLin (TYLin@moz-99690620.hinet-ip.hinet.net) (Quit: TYLin)
  518. # [04:10] * Joins: elin (elin@moz-99690620.hinet-ip.hinet.net)
  519. # [04:11] * Quits: tonymec (tonymec@6EF92D4A.1ECADA64.277517C1.IP) (Ping timeout)
  520. # [04:13] * Joins: kanru (kanru@moz-DB4A9C19.scl3.mozilla.com)
  521. # [04:13] * Joins: TYLin (TYLin@moz-99690620.hinet-ip.hinet.net)
  522. # [04:13] * Joins: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net)
  523. # [04:16] * Quits: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: Leaving.)
  524. # [04:16] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Input/output error)
  525. # [04:16] * Joins: ehugg (ehugg@moz-F46F489D.hsd1.wa.comcast.net)
  526. # [04:16] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  527. # [04:16] * Quits: rvid (textual@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Textual IRC Client: www.textualapp.com)
  528. # [04:16] * Joins: bholley (bholley@32EFA1FF.F0338C73.AECC5372.IP)
  529. # [04:20] * Joins: ehsan (ehsan@moz-B4709FAB.cable.teksavvy.com)
  530. # [04:20] * ChanServ sets mode: +o ehsan
  531. # [04:21] * Quits: dwong (dwong@4ED44C85.1CFAC570.12FC38C.IP) (Client exited)
  532. # [04:22] * Joins: fabrice (fabrice@495A1E63.5994028D.9CA62458.IP)
  533. # [04:23] * terrence is now known as terrence-afk
  534. # [04:23] * Quits: brendan (brendaneic@6A24F57D.51C7F032.FA49AE52.IP) (Quit: brendan)
  535. # [04:23] * Quits: tanvi (tanvi@moz-1979187D.hsd1.ca.comcast.net) (Quit: Leaving.)
  536. # [04:24] * catlee is now known as catlee-away
  537. # [04:24] * Quits: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com) (Quit: Instantbird 1.5 -- http://www.instantbird.com)
  538. # [04:26] * kk1fff|away is now known as kk1fff
  539. # [04:27] * lmandel is now known as lmandel_afk
  540. # [04:27] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Input/output error)
  541. # [04:27] * Quits: sunfish (chatzilla@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  542. # [04:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/ff108605c470 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  543. # [04:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/afe7608d8a47 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  544. # [04:29] * Joins: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net)
  545. # [04:30] * Quits: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: Leaving.)
  546. # [04:30] * Joins: boris1 (boris@moz-99690620.hinet-ip.hinet.net)
  547. # [04:31] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5a2cd9e13de1 - Chris Peterson - Bug 1036780 - Replace MOZ_ASSUME_UNREACHABLE with MOZ_CRASH in js/src/gc. r=terrence
  548. # [04:31] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f8f7b0e89bcf - Chris Peterson - Bug 1036782 - Replace MOZ_ASSUME_UNREACHABLE with MOZ_CRASH in js/src. r=jorendorff
  549. # [04:31] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  550. # [04:32] * Quits: derf (derf@moz-540E4229.washdc.fios.verizon.net) (Ping timeout)
  551. # [04:33] * Quits: rbarnes (rbarnes@moz-5E1F5C28.washdc.fios.verizon.net) (Input/output error)
  552. # [04:34] * Quits: KaiRo (robert@moz-E0D3450D.adsl.highway.telekom.at) (Input/output error)
  553. # [04:34] * Joins: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP)
  554. # [04:36] * Joins: derf (derf@moz-540E4229.washdc.fios.verizon.net)
  555. # [04:36] * Quits: Mossop (dtownsend@53343B0D.8DCA2D5.5E2862A8.IP) (Quit: Leaving)
  556. # [04:36] * Quits: Optimizer (Optimizer@BFDB00DF.3A03CDDF.274D17D6.IP) (Ping timeout)
  557. # [04:37] * Joins: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net)
  558. # [04:37] * Quits: sylvain (scleymans@moz-CF8BEBEF.dia.static.qwest.net) (Input/output error)
  559. # [04:38] * Quits: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net) (Quit: Leaving.)
  560. # [04:40] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  561. # [04:41] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  562. # [04:42] * Joins: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net)
  563. # [04:45] * Quits: peterhil (peterhil@moz-F36799F0.pp.htv.fi) (Ping timeout)
  564. # [04:45] * Quits: boris1 (boris@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  565. # [04:45] * Joins: boris1 (boris@moz-99690620.hinet-ip.hinet.net)
  566. # [04:45] * Joins: peterhil (peterhil@moz-F36799F0.pp.htv.fi)
  567. # [04:47] * Quits: PiresFelix (Leonardo@60D8ECEB.A0707BC1.ECC737E3.IP) (Quit: Leaving)
  568. # [04:47] * Quits: Shrooms (Shrooms@moz-21C7D740.asm.bellsouth.net) (Ping timeout)
  569. # [04:47] * Quits: mwu (mwu@522C27B5.F1EEB410.2E87E34F.IP) (Quit: Leaving)
  570. # [04:47] * Joins: capella-s3 (capella-s3@moz-3A08EE5.twcny.res.rr.com)
  571. # [04:48] * Quits: elin (elin@moz-99690620.hinet-ip.hinet.net) (Quit: elin)
  572. # [04:49] * Joins: sylvain (scleymans@moz-CF8BEBEF.dia.static.qwest.net)
  573. # [04:49] * heycam is now known as heycam|away
  574. # [04:50] * Quits: bholley (bholley@32EFA1FF.F0338C73.AECC5372.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  575. # [04:50] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Quit: Jesse)
  576. # [04:51] * mcote is now known as mcote|afk
  577. # [04:51] * Joins: elin (elin@moz-99690620.hinet-ip.hinet.net)
  578. # [04:51] * Joins: bholley (bholley@32EFA1FF.F0338C73.AECC5372.IP)
  579. # [04:52] * Joins: josh (josh@moz-2E9C1C52.hsd1.mn.comcast.net)
  580. # [04:53] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=095d2a9c2be5 - 15 changesets
  581. # [04:54] * Quits: boris1 (boris@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  582. # [04:54] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  583. # [04:54] * Quits: ehugg (ehugg@moz-F46F489D.hsd1.wa.comcast.net) (Quit: ehugg)
  584. # [04:55] * Quits: Boriss (Boriss@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  585. # [04:56] * Joins: Optimizer (Optimizer@BFDB00DF.3A03CDDF.274D17D6.IP)
  586. # [04:56] * Joins: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net)
  587. # [04:57] * Quits: bgrins (bgrins@C7203E51.FBD8ACDB.20F09BA6.IP) (Quit: Leaving.)
  588. # [04:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/458aac6e0f6d - B2G Bumper Bot - Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
  589. # [04:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/207e9fd101d2 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  590. # [04:58] * Joins: jedp (jedp@moz-3AA8030E.dsl.dynamic.sonic.net)
  591. # [05:00] * Quits: asobolev (asobolev@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  592. # [05:00] * Quits: jedp (jedp@moz-3AA8030E.dsl.dynamic.sonic.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  593. # [05:01] * Quits: sylvain (scleymans@moz-CF8BEBEF.dia.static.qwest.net) (Input/output error)
  594. # [05:02] * Joins: yzen (yzen@moz-F62769B5.cpe.pppoe.ca)
  595. # [05:02] * Quits: ggp (ggp@FA18C31.974CF491.B65F468E.IP) (Ping timeout)
  596. # [05:03] * Joins: ggp (ggp@FA18C31.974CF491.B65F468E.IP)
  597. # [05:04] * Quits: elin (elin@moz-99690620.hinet-ip.hinet.net) (Quit: elin)
  598. # [05:06] * Joins: stransky (stransky@moz-59D79C36.broadband2.iol.cz)
  599. # [05:06] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  600. # [05:07] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Quit: Jesse)
  601. # [05:07] * Joins: jedp (jedp@moz-3AA8030E.dsl.dynamic.sonic.net)
  602. # [05:09] * Quits: Optimizer (Optimizer@BFDB00DF.3A03CDDF.274D17D6.IP) (Ping timeout)
  603. # [05:10] * Quits: droy (droy@moz-E0F149F7.members.linode.com) (Ping timeout)
  604. # [05:11] * KWierso is now known as KWierso|afk
  605. # [05:12] * nthomas is now known as nthomas|away
  606. # [05:13] * Joins: ckitching (ckitching@moz-C722A5D3.hsd1.ca.comcast.net)
  607. # [05:13] * Quits: mylar (mylar@CB0F2FE1.7C654D76.7D0FD73A.IP) (Quit: )
  608. # [05:17] * Quits: @bz (bzbarsky@moz-72881629.bstnma.fios.verizon.net) (Ping timeout)
  609. # [05:20] * Quits: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP) (Ping timeout)
  610. # [05:20] * Joins: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP)
  611. # [05:21] * Quits: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca) (Quit: surkov)
  612. # [05:23] * Joins: droy (droy@moz-E0F149F7.members.linode.com)
  613. # [05:24] * Quits: jedp (jedp@moz-3AA8030E.dsl.dynamic.sonic.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  614. # [05:24] * Joins: Shrooms (Shrooms@moz-21C7D740.asm.bellsouth.net)
  615. # [05:24] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  616. # [05:24] * Quits: josh (josh@moz-2E9C1C52.hsd1.mn.comcast.net) (Quit: josh)
  617. # [05:25] * Quits: Shrooms (Shrooms@moz-21C7D740.asm.bellsouth.net) (Connection reset by peer)
  618. # [05:27] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Input/output error)
  619. # [05:32] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  620. # [05:33] * Joins: rbarnes (rbarnes@moz-5E1F5C28.washdc.fios.verizon.net)
  621. # [05:33] * Joins: jedp (jedp@moz-3AA8030E.dsl.dynamic.sonic.net)
  622. # [05:35] * Quits: rbarnes (rbarnes@moz-5E1F5C28.washdc.fios.verizon.net) (Ping timeout)
  623. # [05:36] * Quits: TYLin (TYLin@moz-99690620.hinet-ip.hinet.net) (Quit: TYLin)
  624. # [05:36] * Joins: tanvi (tanvi@moz-1979187D.hsd1.ca.comcast.net)
  625. # [05:36] * Joins: garvank (Garvan@moz-E6E7FA8C.cable.user.start.ca)
  626. # [05:40] * Joins: asobolev (asobolev@moz-A53CBDA1.hsd1.ca.comcast.net)
  627. # [05:41] * Joins: bwc1 (Adium@9CA6B2B5.9820F418.60862D1D.IP)
  628. # [05:42] * Quits: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net) (Ping timeout)
  629. # [05:42] * Quits: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP) (Ping timeout)
  630. # [05:43] * Joins: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net)
  631. # [05:45] * Joins: recursive (recursive@71958799.4D49EC71.6815CE39.IP)
  632. # [05:46] * Quits: bwc1 (Adium@9CA6B2B5.9820F418.60862D1D.IP) (Quit: Leaving.)
  633. # [05:46] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  634. # [05:47] * Joins: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP)
  635. # [05:48] * Joins: Optimizer (Optimizer@BFDB00DF.3A03CDDF.274D17D6.IP)
  636. # [05:48] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Ping timeout)
  637. # [05:50] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  638. # [05:51] * Quits: shorlander (shorlander@moz-26B8EBF6.swo.res.rr.com) (Quit: )
  639. # [05:52] * Joins: dwong (dwong@moz-CF8BEBEF.dia.static.qwest.net)
  640. # [05:53] * Joins: timdream (timdream@moz-8BC8951.dynamic.hinet.net)
  641. # [05:53] * Joins: ehugg (ehugg@moz-F46F489D.hsd1.wa.comcast.net)
  642. # [05:53] * Quits: dwong (dwong@moz-CF8BEBEF.dia.static.qwest.net) (Client exited)
  643. # [05:53] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  644. # [05:55] * Joins: dria (dria@212685B3.5B8F260F.586E6F35.IP)
  645. # [05:55] * Joins: dwong (dwong@4ED44C85.1CFAC570.12FC38C.IP)
  646. # [05:55] * Quits: jedp (jedp@moz-3AA8030E.dsl.dynamic.sonic.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  647. # [05:55] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  648. # [05:55] * Quits: maxli (maxli@moz-EE42E0E.student.cs.uwaterloo.ca) (Quit: Leaving.)
  649. # [05:56] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  650. # [05:56] * Quits: asobolev (asobolev@moz-A53CBDA1.hsd1.ca.comcast.net) (Quit: Leaving.)
  651. # [05:56] * Joins: asobolev (asobolev@moz-A53CBDA1.hsd1.ca.comcast.net)
  652. # [05:57] * Quits: spohl (Adium@moz-27997884.reverse.softlayer.com) (Quit: Leaving.)
  653. # [05:58] * Quits: Optimizer (Optimizer@BFDB00DF.3A03CDDF.274D17D6.IP) (Ping timeout)
  654. # [05:59] * Quits: peterhil (peterhil@moz-F36799F0.pp.htv.fi) (Ping timeout)
  655. # [05:59] * Joins: mwargers (mwargers@moz-AF369B35.adsl.online.nl)
  656. # [06:00] * Joins: peterhil (peterhil@moz-F36799F0.pp.htv.fi)
  657. # [06:01] * Quits: tanvi (tanvi@moz-1979187D.hsd1.ca.comcast.net) (Quit: Leaving.)
  658. # [06:01] * Quits: mwargers (mwargers@moz-AF369B35.adsl.online.nl) (Ping timeout)
  659. # [06:06] * Joins: tanvi (tanvi@moz-1979187D.hsd1.ca.comcast.net)
  660. # [06:07] * Quits: tanvi (tanvi@moz-1979187D.hsd1.ca.comcast.net) (Quit: Leaving.)
  661. # [06:07] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  662. # [06:09] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  663. # [06:09] * Quits: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: Leaving.)
  664. # [06:09] * Joins: spohl (Adium@D316009B.9BDB00A1.6BD2C51E.IP)
  665. # [06:11] * Quits: spohl (Adium@D316009B.9BDB00A1.6BD2C51E.IP) (Quit: Leaving.)
  666. # [06:12] * Quits: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net) (Ping timeout)
  667. # [06:12] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  668. # [06:13] * Joins: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net)
  669. # [06:13] * Joins: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net)
  670. # [06:13] * glob|away is now known as glob
  671. # [06:15] * Joins: elin (elin@moz-99690620.hinet-ip.hinet.net)
  672. # [06:15] * Quits: recursive (recursive@71958799.4D49EC71.6815CE39.IP) (Quit: Leaving...)
  673. # [06:15] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Input/output error)
  674. # [06:17] * Quits: fabrice (fabrice@495A1E63.5994028D.9CA62458.IP) (Connection reset by peer)
  675. # [06:17] * Joins: fabrice (fabrice@495A1E63.5994028D.9CA62458.IP)
  676. # [06:17] * Quits: automata (automata@56D1DDCE.34AEAABA.DF1E30BF.IP) (Quit: This computer has gone to sleep)
  677. # [06:18] * Joins: automata (automata@56D1DDCE.34AEAABA.DF1E30BF.IP)
  678. # [06:18] * Quits: asobolev (asobolev@moz-A53CBDA1.hsd1.ca.comcast.net) (Quit: Leaving.)
  679. # [06:18] * Quits: ddahl (ddahl@moz-5F89CFB9.hsd1.il.comcast.net) (Ping timeout)
  680. # [06:18] * Joins: asobolev (asobolev@moz-A53CBDA1.hsd1.ca.comcast.net)
  681. # [06:19] * nthomas|away is now known as nthomas
  682. # [06:24] * Quits: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP) (Quit: Leaving.)
  683. # [06:24] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  684. # [06:26] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  685. # [06:26] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  686. # [06:28] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Ping timeout)
  687. # [06:28] * Quits: droy (droy@moz-E0F149F7.members.linode.com) (Input/output error)
  688. # [06:29] * Joins: sylvain (scleymans@moz-CF8BEBEF.dia.static.qwest.net)
  689. # [06:31] * Quits: asobolev (asobolev@moz-A53CBDA1.hsd1.ca.comcast.net) (Quit: Leaving.)
  690. # [06:32] * Quits: John-Galt (kris@125EF623.B2666F0E.66399531.IP) (Ping timeout)
  691. # [06:32] * Quits: MichelW (uid24909@631DDABB.E02B7C75.9377050C.IP) (Quit: Connection closed for inactivity)
  692. # [06:33] * Joins: asobolev (asobolev@moz-A53CBDA1.hsd1.ca.comcast.net)
  693. # [06:33] * Quits: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net) (Ping timeout)
  694. # [06:34] * Joins: jedp (jedp@moz-3AA8030E.dsl.dynamic.sonic.net)
  695. # [06:34] * Joins: ddahl (ddahl@5D3B67E3.71E1659D.DFB5E910.IP)
  696. # [06:34] * Joins: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net)
  697. # [06:35] * Joins: droy (droy@moz-E0F149F7.members.linode.com)
  698. # [06:36] * Joins: rbarnes (rbarnes@moz-5E1F5C28.washdc.fios.verizon.net)
  699. # [06:37] * Joins: John-Galt (kris@moz-882434A3.hsd1.or.comcast.net)
  700. # [06:37] * Joins: crucerucalin (quassel@moz-E435A28D.eregie.pub.ro)
  701. # [06:37] * Quits: bholley (bholley@32EFA1FF.F0338C73.AECC5372.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  702. # [06:38] * Quits: rbarnes (rbarnes@moz-5E1F5C28.washdc.fios.verizon.net) (Ping timeout)
  703. # [06:38] * Quits: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net) (Ping timeout)
  704. # [06:39] * Joins: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net)
  705. # [06:42] * Joins: Boriss (Boriss@8F0C6026.9E6A15FD.157879EE.IP)
  706. # [06:42] * Joins: jet (jet@moz-79F891EE.hsd1.ca.comcast.net)
  707. # [06:42] * Quits: crucerucalin (quassel@moz-E435A28D.eregie.pub.ro) (Ping timeout)
  708. # [06:44] * Quits: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net) (Ping timeout)
  709. # [06:45] * Quits: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: Leaving.)
  710. # [06:45] * Joins: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net)
  711. # [06:45] * Joins: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net)
  712. # [06:45] * Quits: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: Leaving.)
  713. # [06:46] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  714. # [06:47] <jaws> gps: ping?
  715. # [06:47] <jaws> https://www.irccloud.com/pastebin/c7Bc6Dk4
  716. # [06:47] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  717. # [06:47] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Connection reset by peer)
  718. # [06:48] <jaws> MozillaBuild 1.9.0 ships Mercurial 2.9.1. Any idea why it says that I still need to upgrade?
  719. # [06:48] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  720. # [06:48] <jaws> this is from mach mercurial-setup btw
  721. # [06:48] * Joins: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP)
  722. # [06:48] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  723. # [06:49] <Unfocused> jaws: because mozbuild never gets updated
  724. # [06:49] <nthomas> fwiw, RyanVM is working on a Mozillabuild 1.10 with hg 3.01
  725. # [06:49] <jaws> cool cool
  726. # [06:49] <nthomas> bug 1037069
  727. # [06:49] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Ping timeout)
  728. # [06:50] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Ping timeout)
  729. # [06:50] * Joins: catalinb (catalinb@moz-CF8BEBEF.dia.static.qwest.net)
  730. # [06:54] * Joins: bholley (bholley@32EFA1FF.F0338C73.AECC5372.IP)
  731. # [06:54] * Quits: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net) (Ping timeout)
  732. # [06:55] * Joins: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net)
  733. # [06:57] * Quits: Matti (Matti@moz-1EED5901.dip0.t-ipconnect.de) (Ping timeout)
  734. # [06:59] * Joins: TYLin (TYLin@moz-99690620.hinet-ip.hinet.net)
  735. # [07:00] * Quits: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net) (Ping timeout)
  736. # [07:00] * Joins: boris1 (boris@moz-99690620.hinet-ip.hinet.net)
  737. # [07:01] * Joins: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net)
  738. # [07:01] * Joins: Matti_away (Matti@moz-3FB9D5B1.dip0.t-ipconnect.de)
  739. # [07:01] * Matti_away is now known as Matti
  740. # [07:02] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  741. # [07:04] * Quits: jedp (jedp@moz-3AA8030E.dsl.dynamic.sonic.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  742. # [07:04] * Quits: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP) (Ping timeout)
  743. # [07:04] * Joins: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP)
  744. # [07:05] * Quits: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net) (Ping timeout)
  745. # [07:06] * Quits: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com) (Client exited)
  746. # [07:06] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  747. # [07:06] * Joins: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net)
  748. # [07:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2b29602d9850 - Timothy Nikkel - Bug 995519. Enable overlay scrollbars on root scrollframes in root content documents. r=roc
  749. # [07:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3fadc02e2e84 - Bill McCloskey - Bug 1017323 - Add-on interposition (r=bholley)
  750. # [07:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5ea30521f56b - Bill McCloskey - Bug 1029926 - Add a field to install.rdf for add-ons that are compatible with electrolysis (r=irving)
  751. # [07:07] * Quits: peterhil (peterhil@moz-F36799F0.pp.htv.fi) (Ping timeout)
  752. # [07:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d899aa0fb6c5 - Bill McCloskey - Bug 1031609 - Remove old e10s Adblock compat code (r=mconley)
  753. # [07:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9bf7525ef861 - Bill McCloskey - Bug 1031609 - Basic e10s add-on shim architecture and content-policy shims (r=mconley,mrbkap)
  754. # [07:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2edb6251c795 - Bill McCloskey - Bug 1031609 - Observer service shims (r=mconley)
  755. # [07:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/8723969ebaec - Bill McCloskey - Bug 1031609 - Event target shims (r=mconley,smaug)
  756. # [07:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1e14af130411 - Bill McCloskey - Bug 1031609 - Docshell rootTreeItem shim (r=mconley)
  757. # [07:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5bbb653cac57 - Bill McCloskey - Bug 1031609 - Sandbox shim (r=mconley,mrbkap)
  758. # [07:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/dc0eb1d286f0 - Bill McCloskey - Bug 1031609 - XUL node import shim (r=mconley)
  759. # [07:07] * Joins: peterhil (peterhil@moz-F36799F0.pp.htv.fi)
  760. # [07:08] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/58de0be65bc2 - Bill McCloskey - Bug 1031609 - Docshell getter shim (r=mconley)
  761. # [07:08] * Quits: timdream (timdream@moz-8BC8951.dynamic.hinet.net) (Quit: timdream)
  762. # [07:08] * Joins: Mano (mano@moz-990BD9AE.red.bezeqint.net)
  763. # [07:09] * Quits: Mano (mano@moz-990BD9AE.red.bezeqint.net) (Client exited)
  764. # [07:09] * Joins: Mano (mano@moz-990BD9AE.red.bezeqint.net)
  765. # [07:09] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  766. # [07:11] * Quits: @not_gavin (gavin@gavinsharp.com) (Input/output error)
  767. # [07:11] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Ping timeout)
  768. # [07:11] * Joins: not_gavin (gavin@gavinsharp.com)
  769. # [07:11] * ChanServ sets mode: +o not_gavin
  770. # [07:13] * Quits: bholley (bholley@32EFA1FF.F0338C73.AECC5372.IP) (Quit: Textual IRC Client: www.textualapp.com)
  771. # [07:15] * Quits: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP) (Quit: Leaving.)
  772. # [07:15] * Joins: jedp (jedp@moz-3AA8030E.dsl.dynamic.sonic.net)
  773. # [07:15] * Quits: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net) (Ping timeout)
  774. # [07:16] * Joins: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net)
  775. # [07:17] * Quits: system64 (uid17738@631DDABB.E02B7C75.9377050C.IP) (Quit: Connection closed for inactivity)
  776. # [07:18] * Joins: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP)
  777. # [07:18] * Quits: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net) (Quit: Leaving.)
  778. # [07:20] * Quits: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net) (Ping timeout)
  779. # [07:22] * Joins: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net)
  780. # [07:23] * Quits: asobolev (asobolev@moz-A53CBDA1.hsd1.ca.comcast.net) (Quit: Leaving.)
  781. # [07:24] * Joins: timdream (timdream@moz-8BC8951.dynamic.hinet.net)
  782. # [07:24] <mjrosenb> njn: ping?
  783. # [07:25] * whimboo|afk is now known as whimboo
  784. # [07:26] * Quits: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net) (Ping timeout)
  785. # [07:27] * Joins: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net)
  786. # [07:28] * Quits: heftig (heftig@moz-18794094.dip0.t-ipconnect.de) (Quit: Quitting)
  787. # [07:28] * Joins: asobolev (asobolev@moz-A53CBDA1.hsd1.ca.comcast.net)
  788. # [07:29] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  789. # [07:30] * Quits: dria (dria@212685B3.5B8F260F.586E6F35.IP) (Quit: dria)
  790. # [07:31] * jcranmer is now known as jcranmer|away
  791. # [07:31] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  792. # [07:31] * Quits: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net) (Ping timeout)
  793. # [07:33] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Ping timeout)
  794. # [07:33] * Joins: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net)
  795. # [07:34] * Joins: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de)
  796. # [07:34] * Quits: drno (nohlmeier@moz-CCCF7F86.hsd1.ca.comcast.net) (Quit: drno)
  797. # [07:36] * Quits: garvank (Garvan@moz-E6E7FA8C.cable.user.start.ca) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  798. # [07:36] * Quits: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP) (Quit: Leaving.)
  799. # [07:36] * Quits: jedp (jedp@moz-3AA8030E.dsl.dynamic.sonic.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  800. # [07:37] * Joins: Optimizer (Optimizer@2E34C1E.6B54F9F0.BE4CF869.IP)
  801. # [07:37] * Quits: ehugg (ehugg@moz-F46F489D.hsd1.wa.comcast.net) (Quit: ehugg)
  802. # [07:37] * Quits: ddahl (ddahl@5D3B67E3.71E1659D.DFB5E910.IP) (Ping timeout)
  803. # [07:38] * Quits: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net) (Ping timeout)
  804. # [07:39] * Joins: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net)
  805. # [07:39] * Joins: jedp (jedp@moz-3AA8030E.dsl.dynamic.sonic.net)
  806. # [07:40] * Joins: billm (billm@moz-94892FBF.hsd1.ca.comcast.net)
  807. # [07:40] * Joins: cpeterson (cpeterson@moz-2236C142.hsd1.ca.comcast.net)
  808. # [07:40] * Quits: cpeterson (cpeterson@moz-2236C142.hsd1.ca.comcast.net) (Input/output error)
  809. # [07:42] * Quits: jedp (jedp@moz-3AA8030E.dsl.dynamic.sonic.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  810. # [07:43] * Quits: Optimizer (Optimizer@2E34C1E.6B54F9F0.BE4CF869.IP) (Ping timeout)
  811. # [07:43] * Quits: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net) (Ping timeout)
  812. # [07:44] * Joins: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net)
  813. # [07:45] * Joins: wolfiR (wolfiR@moz-783B61DE.dip0.t-ipconnect.de)
  814. # [07:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/82e387c007e3 - Bill McCloskey - Bug 1017323 - Fix some non-unified build bustage
  815. # [07:46] * Quits: asobolev (asobolev@moz-A53CBDA1.hsd1.ca.comcast.net) (Quit: Leaving.)
  816. # [07:46] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard)
  817. # [07:47] * Quits: billm (billm@moz-94892FBF.hsd1.ca.comcast.net) (Quit: Leaving)
  818. # [07:48] * Joins: asobolev (asobolev@moz-A53CBDA1.hsd1.ca.comcast.net)
  819. # [07:49] * Quits: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net) (Ping timeout)
  820. # [07:50] * Joins: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net)
  821. # [07:50] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  822. # [07:53] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  823. # [07:53] * Joins: ddahl (ddahl@C261DB39.6E5482D7.8DDCAE07.IP)
  824. # [07:54] * Quits: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net) (Ping timeout)
  825. # [07:54] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Connection reset by peer)
  826. # [07:55] * Quits: yliao (yliao@moz-99690620.hinet-ip.hinet.net) (Client exited)
  827. # [07:55] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  828. # [07:55] * Joins: yliao (yliao@moz-99690620.hinet-ip.hinet.net)
  829. # [07:56] * Joins: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net)
  830. # [07:57] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Ping timeout)
  831. # [07:57] * Quits: yliao (yliao@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  832. # [07:58] * Joins: yliao (yliao@moz-99690620.hinet-ip.hinet.net)
  833. # [08:00] * Joins: ahameez (ahameez@moz-4C1E443F.clients.kiwiirc.com)
  834. # [08:00] * Quits: seanlin (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  835. # [08:00] * Quits: timdream (timdream@moz-8BC8951.dynamic.hinet.net) (Quit: timdream)
  836. # [08:00] * Joins: chmanchester (quassel@6A88DD97.9D02FEA9.7A655194.IP)
  837. # [08:01] * Joins: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net)
  838. # [08:01] * Quits: jduell (jduell@moz-612365A.hsd1.wa.comcast.net) (Ping timeout)
  839. # [08:01] * Quits: yzen (yzen@moz-F62769B5.cpe.pppoe.ca) (Ping timeout)
  840. # [08:01] * Quits: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net) (Quit: Leaving)
  841. # [08:01] * Tomcat|afk is now known as Tomcat|Sheriffduty
  842. # [08:02] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  843. # [08:03] * Quits: asobolev (asobolev@moz-A53CBDA1.hsd1.ca.comcast.net) (Quit: Leaving.)
  844. # [08:03] * Joins: jduell (jduell@moz-612365A.hsd1.wa.comcast.net)
  845. # [08:04] * Joins: seanlin (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  846. # [08:04] * Joins: billm (billm@moz-94892FBF.hsd1.ca.comcast.net)
  847. # [08:05] * Quits: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net) (Ping timeout)
  848. # [08:05] * whimboo is now known as whimboo|afk
  849. # [08:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/cc69e484c0e1 - Matthew Gregan - Bug 1031532 - Tighten up public interface of SourceBufferResource::ResourceQueue. r=cajbir
  850. # [08:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/73300964c510 - Matthew Gregan - Bug 1031532 - Hold the SourceBufferResource monitor during eviction. r=cajbir
  851. # [08:07] * Joins: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net)
  852. # [08:07] <@njn> mjrosenb: pong
  853. # [08:09] * Joins: AndreeaMatei (Thunderbir@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  854. # [08:09] * Quits: chmanchester (quassel@6A88DD97.9D02FEA9.7A655194.IP) (Ping timeout)
  855. # [08:09] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/45f825a83587 - Bill McCloskey - Bug 1017323 - Fix more non-unified build bustage
  856. # [08:10] * Quits: billm (billm@moz-94892FBF.hsd1.ca.comcast.net) (Quit: Leaving)
  857. # [08:10] <mjrosenb> njn: https://gist.github.com/3e830d4dbfdb36b6ce9b -- any idea why this is going awry? running the executable without V works just fine.
  858. # [08:10] * Joins: Optimizer (Optimizer@2E34C1E.6B54F9F0.BE4CF869.IP)
  859. # [08:11] * Quits: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net) (Ping timeout)
  860. # [08:11] <@njn> mjrosenb: I can't explain what's going on any more clearly than the exit message already does
  861. # [08:11] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  862. # [08:12] * Joins: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net)
  863. # [08:12] <@njn> mjrosenb: pull out your x86 reference and see if that instruction sequence looks reasonable, and decide if it's reason 1 or 2
  864. # [08:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/5e3597a4d6eb - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  865. # [08:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/344a4d045430 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  866. # [08:13] * julienw_afk is now known as julienw
  867. # [08:13] <mjrosenb> njn: so, 1 would indicate that it is taking different code paths in the setup code for native and V. 2) would indicate that V doesn't handle some set of instructions that are in a very widely distributed library.
  868. # [08:14] <@njn> mjrosenb: it's possible you jumped to a bogus location but it happened to be accessible memory so Memcheck didn't complain
  869. # [08:14] * Joins: Alessar (Alessar@4409775D.C64B1782.79D6B59E.IP)
  870. # [08:15] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  871. # [08:15] * Joins: myk (myk@moz-FE65AA25.dsl.dynamic.sonic.net)
  872. # [08:16] * Quits: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net) (Ping timeout)
  873. # [08:16] * Quits: peterhil (peterhil@moz-F36799F0.pp.htv.fi) (Ping timeout)
  874. # [08:16] * BenWa is now known as BenWa|email
  875. # [08:16] * Joins: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net)
  876. # [08:17] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Ping timeout)
  877. # [08:17] * Joins: peterhil (peterhil@moz-F36799F0.pp.htv.fi)
  878. # [08:18] * Quits: ckitching (ckitching@moz-C722A5D3.hsd1.ca.comcast.net) (Input/output error)
  879. # [08:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/46b4e732a72e - Jan de Mooij - Bug 1037871 - Enable Latin1 strings in SpiderMonkey. r=luke
  880. # [08:20] * Joins: kdc_ (chatzilla@moz-A66E00D4.pk.shawcable.net)
  881. # [08:20] * Quits: dwong (dwong@4ED44C85.1CFAC570.12FC38C.IP) (Client exited)
  882. # [08:20] * Quits: kdc (chatzilla@moz-A66E00D4.pk.shawcable.net) (Ping timeout)
  883. # [08:20] * kdc_ is now known as kdc
  884. # [08:21] * Quits: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net) (Ping timeout)
  885. # [08:21] * Joins: Rik (rik@moz-E813DFA5.fbx.proxad.net)
  886. # [08:23] * Joins: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net)
  887. # [08:23] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Ping timeout)
  888. # [08:24] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  889. # [08:24] * Joins: adalucinet (Instantbir@28C4EA76.976FBEE.5BC07656.IP)
  890. # [08:27] * Quits: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net) (Ping timeout)
  891. # [08:29] * Quits: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net) (Quit: vicamo)
  892. # [08:29] * Quits: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  893. # [08:30] * Joins: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net)
  894. # [08:30] * Joins: tedders1 (tedders1@6E435641.9C51F598.C0C7CDD.IP)
  895. # [08:31] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  896. # [08:31] * Joins: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net)
  897. # [08:31] * Joins: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net)
  898. # [08:32] * Joins: gandalf (zbraniecki@moz-F9900A0D.hsd1.ca.comcast.net)
  899. # [08:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/695304e6e68d - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  900. # [08:32] * Joins: ferjm (ferjm@moz-C75BC392.upc-i.chello.nl)
  901. # [08:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/07d3c7056a9a - B2G Bumper Bot - Bumping manifests a=b2g-bump
  902. # [08:34] * Quits: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net) (Ping timeout)
  903. # [08:34] * Quits: squib (squib@moz-DB946F33.hfc.comcastbusiness.net) (Quit: Leaving)
  904. # [08:34] * Joins: allstarschh_nb (allstarsch@moz-99690620.hinet-ip.hinet.net)
  905. # [08:34] * Quits: Rik (rik@moz-E813DFA5.fbx.proxad.net) (Input/output error)
  906. # [08:35] * nrc is now known as nrc|afk
  907. # [08:36] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  908. # [08:37] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  909. # [08:37] * Quits: tedders1 (tedders1@6E435641.9C51F598.C0C7CDD.IP) (Input/output error)
  910. # [08:37] * Joins: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net)
  911. # [08:37] <glob> happy bmo push day! http://globau.wordpress.com/2014/07/15/happy-bmo-push-day-103/
  912. # [08:37] * Joins: ckitching-mobile (ckitching-@moz-C722A5D3.hsd1.ca.comcast.net)
  913. # [08:38] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Ping timeout)
  914. # [08:40] * Quits: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net) (Ping timeout)
  915. # [08:42] * Joins: crucerucalin (quassel@F3AB209F.47D3301B.89C0DD0D.IP)
  916. # [08:42] * Joins: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net)
  917. # [08:42] <@roc> glob: how hard would it be for the "history" and "comment" REST queries to take a "since" parameter to filter the set of results?
  918. # [08:43] * Joins: twi (Adium@moz-977FD29C.cust.vodafonedsl.it)
  919. # [08:43] <glob> roc, history already has "new_since"
  920. # [08:43] * Quits: @not_gavin (gavin@gavinsharp.com) (Ping timeout)
  921. # [08:43] * Quits: myk (myk@moz-FE65AA25.dsl.dynamic.sonic.net) (Ping timeout)
  922. # [08:44] <glob> roc, as does comments (also "new_since")
  923. # [08:44] <mjrosenb> njn: ok, since the address it crashed at is in ld.so, I just objdumped it to see what was there.
  924. # [08:44] <mjrosenb> njn: 1a55: c4 e2 79 f7 45 0c shlx %eax,0xc(%ebp),%eax
  925. # [08:44] * Joins: not_gavin (gavin@gavinsharp.com)
  926. # [08:44] * ChanServ sets mode: +o not_gavin
  927. # [08:44] * Quits: yliao (yliao@moz-99690620.hinet-ip.hinet.net) (Client exited)
  928. # [08:44] <@roc> glob: ah!
  929. # [08:44] <@roc> I missed that because of a formatting bug in this page: http://www.bugzilla.org/docs/tip/en/html/api/Bugzilla/WebService/Bug.html#history
  930. # [08:44] * Joins: yliao (yliao@moz-99690620.hinet-ip.hinet.net)
  931. # [08:44] <@roc> ok
  932. # [08:45] <glob> roc, yeah; rewriting the rest documentation into something that is understandable is a q3 goal for us
  933. # [08:45] <@roc> great
  934. # [08:45] <@roc> it's understandable so far; just a tiny formatting error there
  935. # [08:46] * Quits: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net) (Ping timeout)
  936. # [08:46] <@roc> glob: is there a fast way to check if some large set of bugs has seen changes since a particular time?
  937. # [08:46] * Quits: yliao (yliao@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  938. # [08:46] <mjrosenb> njn: llvm-mc seems to agree with objdump's byte sequence <-> assembly matchup.
  939. # [08:46] * Joins: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net)
  940. # [08:46] * Quits: automata (automata@56D1DDCE.34AEAABA.DF1E30BF.IP) (Quit: This computer has gone to sleep)
  941. # [08:47] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  942. # [08:48] * Quits: jet (jet@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  943. # [08:48] <mjrosenb> njn: c.c ok, it looks like this is gentoo biting me in the ass.
  944. # [08:49] <mjrosenb> shlx is part of BMI2, a haswell-only extension
  945. # [08:49] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Connection reset by peer)
  946. # [08:49] <glob> roc, i'm sure there is.. looking for the right field
  947. # [08:49] * Joins: Jesse_ (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  948. # [08:49] <mjrosenb> evidently, they're adding new instructions to x86 as well as x64
  949. # [08:49] * Joins: gsvelto (gsvelto@A73312E.6B878F99.18F3A0C.IP)
  950. # [08:49] * Joins: tedders1 (tedders1@3F7AB9D1.69C949F8.C0C7CDD.IP)
  951. # [08:50] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard)
  952. # [08:50] * Quits: tedders1 (tedders1@3F7AB9D1.69C949F8.C0C7CDD.IP) (Connection reset by peer)
  953. # [08:51] * Quits: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net) (Ping timeout)
  954. # [08:51] * Quits: Jesse_ (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Ping timeout)
  955. # [08:51] * mattwoodrow is now known as mattwoodrow|away
  956. # [08:52] * Joins: jaoo (user@moz-1B57A552.red-81-34-1.dynamicip.rima-tde.net)
  957. # [08:52] * Joins: badescunicu (Thunderbir@6D2CFBA4.F83DACF9.320F75DD.IP)
  958. # [08:52] * Quits: kentuckyfriedtakahe (ajones@34E8ECDF.DC2C3734.616A18A6.IP) (Ping timeout)
  959. # [08:52] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  960. # [08:53] * Joins: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net)
  961. # [08:54] * Joins: pauly (silaghipau@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  962. # [08:54] <jandem> glob: often when i click an attachment link in my bugmail, it opens with action=edit$some_id instead of action=edit
  963. # [08:54] <glob> roc, https://bugzilla.mozilla.org/rest/bug?f1=delta_ts&o1=greaterthaneq&v1=2014-07-14&include_fields=id,summary
  964. # [08:54] <jandem> glob: i've had this for a long time, is there a bug on file?
  965. # [08:55] * Joins: tedders1 (tedders1@moz-ED080452.wifihubtelecom.net)
  966. # [08:55] <glob> jandem, i'm not aware of any bug for that issue
  967. # [08:55] <jandem> but are you aware of the issue? i can't believe it's just me seeing it :)
  968. # [08:56] * Joins: avaida (Instantbir@28C4EA76.976FBEE.5BC07656.IP)
  969. # [08:56] <glob> jandem, nobody else has reported that. i'm looking through my bugmail now..
  970. # [08:56] <glob> jandem, looks good to me
  971. # [08:57] <glob> jandem, can you forward me a sample of a bad email?
  972. # [08:57] * Joins: jackneill (jackneill@moz-B6B9C699.pool.digikabel.hu)
  973. # [08:57] <jandem> glob: i wonder if it's a gmail thing, i have it with this one for instance: https://pastebin.mozilla.org/5557234
  974. # [08:57] <jandem> glob: it doesn't happen always
  975. # [08:57] <jandem> glob: ok, sure. can you /msg your mail address?
  976. # [08:57] <glob> jandem, nevermind, that pastebin works
  977. # [08:58] <glob> jandem, odd; that url looks good to me
  978. # [08:58] <glob> jandem, what is gmail generating as the url when you click on it?
  979. # [08:58] * Joins: jhorak (jhorak@moz-107AD163.redhat.com)
  980. # [08:58] <jandem> glob: https://bugzilla.mozilla.org/attachment.cgi?id=8455327&action=editbug1017141-chunk-count-params
  981. # [08:58] <glob> jandem, man, i hate gmail
  982. # [08:58] <jandem> glob: then i have to remove that last part of course; it happens very often and it's annoying
  983. # [08:58] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  984. # [08:58] * Joins: tzimmermann (tzimmerman@moz-6DC7645D.pools.arcor-ip.net)
  985. # [08:59] <mjrosenb> jandem: where didy ou get this link from?
  986. # [08:59] <glob> jandem, yeah, gmail shouldn't be joining those two lines together
  987. # [08:59] <jandem> mjrosenb: see conversation, bugmail
  988. # [09:00] <mjrosenb> jandem: through the webmail interface?
  989. # [09:00] <jandem> mjrosenb: yup
  990. # [09:00] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Ping timeout)
  991. # [09:00] <jandem> glob: it seems to be some heuristic, it doesn't happen if there's a space in the attachment name or something :(
  992. # [09:01] <glob> jandem, *sigh* yeah. gmail's full of those
  993. # [09:01] * Quits: peterhil (peterhil@moz-F36799F0.pp.htv.fi) (Ping timeout)
  994. # [09:02] <mjrosenb> jandem: there was a recent push to replace MOZ_ASSUME_UNREACHABLE with MOZ_CRASH, right? because I just noticed a change in the other direction.
  995. # [09:02] <glob> jandem, i guess we should add this to the list of gmail weirdness we need to work around. can you file a bug in the "bugzilla.mozilla.org :: general" component
  996. # [09:02] * Quits: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net) (Ping timeout)
  997. # [09:02] * Joins: peterhil (peterhil@moz-F36799F0.pp.htv.fi)
  998. # [09:02] <glob> jandem, fwiw you could try switching to html bugmail
  999. # [09:03] <mjrosenb> ahh. yes. the change was backed out for causing a regression.
  1000. # [09:03] <jandem> mjrosenb: yeah :(
  1001. # [09:03] * Joins: mikeratcliffe (Adium@2C522ACD.C2B26F36.7CCB197A.IP)
  1002. # [09:03] <glob> jandem, the linkification is correct there, and it's imho prettier (although gmail's webclient makes it look much worse than zimbra/thunderbird/postbox/...)
  1003. # [09:03] * Fallen|away is now known as Fallen
  1004. # [09:03] * Quits: @dbaron (dbaron@moz-6F4D2D12.dsl.dynamic.sonic.net) (Ping timeout)
  1005. # [09:04] <jandem> glob: ah interesting, maybe that's why you didn't hear about it yet
  1006. # [09:05] * Joins: gcp (gcp@moz-9CEB1C98.access.telenet.be)
  1007. # [09:05] * Joins: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net)
  1008. # [09:06] <mjrosenb> just want to make sure things haven't changed since the last time I did this...
  1009. # [09:06] * Quits: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net) (Quit: Leaving.)
  1010. # [09:06] <mjrosenb> small code cleanup patches r+'ed on irc don't need a bug, and should be prefixed with "no bug:", yes?
  1011. # [09:07] * Quits: rkent (Thunderbir@moz-CCEA8D95.hsd1.wa.comcast.net) (Quit: rkent)
  1012. # [09:08] * Quits: gandalf (zbraniecki@moz-F9900A0D.hsd1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  1013. # [09:08] * Quits: tedders1 (tedders1@moz-ED080452.wifihubtelecom.net) (Input/output error)
  1014. # [09:09] * Quits: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net) (Ping timeout)
  1015. # [09:10] <Tomcat|Sheriffduty> mjrosenb: yeah the last part with no bug: - for the small code cleanup, jandem do you know if that would need a bug or not ?
  1016. # [09:10] * Joins: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net)
  1017. # [09:11] * Joins: dbaron (dbaron@moz-6F4D2D12.dsl.dynamic.sonic.net)
  1018. # [09:11] * ChanServ sets mode: +ao dbaron dbaron
  1019. # [09:11] * whimboo|afk is now known as whimboo
  1020. # [09:11] * Quits: catalinb (catalinb@moz-CF8BEBEF.dia.static.qwest.net) (Quit: This computer has gone to sleep)
  1021. # [09:12] <jandem> Tomcat|Sheriffduty, mjrosenb: depends on the patch, small (comment) fixes etc often land without a bug but having a bug helps when there's a backout or regression
  1022. # [09:13] <mjrosenb> jandem: sunfish r+'ed this a while back on irc, it was just changing an IonSpew call that I munged when I rebased a previous patch.
  1023. # [09:13] * Joins: jchaulk (jchaulk@moz-E08C78F8.cpe.pppoe.ca)
  1024. # [09:14] * Quits: jchaulk (jchaulk@moz-E08C78F8.cpe.pppoe.ca) (Max SendQ exceeded)
  1025. # [09:14] <jandem> mjrosenb: ok
  1026. # [09:15] * Quits: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net) (Ping timeout)
  1027. # [09:15] * Quits: cpearce (chatzilla@34E8ECDF.DC2C3734.616A18A6.IP) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  1028. # [09:16] * Quits: @dbaron (dbaron@moz-6F4D2D12.dsl.dynamic.sonic.net) (Ping timeout)
  1029. # [09:16] * Joins: yliao (yliao@moz-99690620.hinet-ip.hinet.net)
  1030. # [09:18] * Quits: allstarschh_nb (allstarsch@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  1031. # [09:18] * Joins: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net)
  1032. # [09:20] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1033. # [09:20] * Joins: timdream (timdream@moz-8BC8951.dynamic.hinet.net)
  1034. # [09:20] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  1035. # [09:21] * Quits: timdream (timdream@moz-8BC8951.dynamic.hinet.net) (Quit: timdream)
  1036. # [09:22] * Joins: timdream (timdream@moz-8BC8951.dynamic.hinet.net)
  1037. # [09:22] * Quits: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net) (Ping timeout)
  1038. # [09:22] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Ping timeout)
  1039. # [09:22] * Joins: yash_ (uid13811@AF7427AE.E02B7C75.9377050C.IP)
  1040. # [09:23] * Joins: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net)
  1041. # [09:24] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/04651e89a0c4 - Jed Davis - Bug 1038406 - Privatize destructor for ResourceSocketListener. r=cpearce
  1042. # [09:24] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/8c5aedf77376 - Emanuel Hoogeveen - Bug 1036784 - Extend freeSpanAllocate to do all the things that FreeList::allocate does, and rename it to freeListAllocate. r=terrence
  1043. # [09:25] * bobowen|afk is now known as bobowen
  1044. # [09:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a2dde11f9906 - Bob Owen - Bug 1035786 - Fix member variable initialisation order in LogMessage stub in Linux Sandbox.cpp. r=jld
  1045. # [09:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/78ebcfff1234 - Jed Davis - Bug 1035786 - Avoid warning-as-error sandbox build failure with an explicit cast. r=gdestuynder
  1046. # [09:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9362c5739379 - jvoisin - Bug 1035786 - Fix namespace bug in Linux sandbox LOG_ERROR macro. r=jld
  1047. # [09:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?changeset=cc1776b2606d - 42 changesets
  1048. # [09:27] * Quits: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net) (Ping timeout)
  1049. # [09:27] * Quits: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1050. # [09:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/1a26d556bd47 - B2G Bumper Bot - Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
  1051. # [09:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/483a4b001065 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1052. # [09:28] * Joins: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net)
  1053. # [09:29] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  1054. # [09:29] * Joins: Sushant94 (Sushant@6C4EF732.D53F6656.D30E9BEF.IP)
  1055. # [09:30] * Joins: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net)
  1056. # [09:31] * Quits: capella-s3 (capella-s3@moz-3A08EE5.twcny.res.rr.com) (Ping timeout)
  1057. # [09:31] * Quits: capella (chatzilla@moz-3A08EE5.twcny.res.rr.com) (Ping timeout)
  1058. # [09:31] * Joins: capella-s3 (capella-s3@moz-90047369.pools.spcsdns.net)
  1059. # [09:31] * Joins: capella-s32 (capella-s3@moz-3A08EE5.twcny.res.rr.com)
  1060. # [09:31] * Joins: capella (chatzilla@moz-3A08EE5.twcny.res.rr.com)
  1061. # [09:32] * Joins: sankha93 (uid12218@CB1D25D9.E02B7C75.9377050C.IP)
  1062. # [09:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/60b9b810aa29 - Marty Rosenberg - no bug: Fix the spew that was messed up in a merge, and refactor control flow a bit (r=sunfish)
  1063. # [09:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/414ac77b7f2d - Marty Rosenberg - Bug 991153: Teach the MoveResolver how to deal with the more complex cycles that can result from aliased registers (r=sunfish)
  1064. # [09:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/651fde63cc76 - Marty Rosenberg - bug 991153: Fix float32 on arm to handle aliased registers (r=jandem)
  1065. # [09:33] * Quits: capella-s3 (capella-s3@moz-90047369.pools.spcsdns.net) (Ping timeout)
  1066. # [09:34] * Quits: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net) (Ping timeout)
  1067. # [09:35] * Joins: darktrojan (geoff@moz-9656CD64.dsl.telstraclear.net)
  1068. # [09:36] * Joins: mwargers (mwargers@moz-AF369B35.adsl.online.nl)
  1069. # [09:36] * Quits: sylvain (scleymans@moz-CF8BEBEF.dia.static.qwest.net) (Input/output error)
  1070. # [09:36] * Joins: NeilAway (neil@moz-B1437A82.static.virginmediabusiness.co.uk)
  1071. # [09:36] * Joins: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net)
  1072. # [09:36] * Joins: till (till@moz-AD3AD034.pools.arcor-ip.net)
  1073. # [09:36] * Joins: Optimize1 (Instantbir@4F3E1057.A6DE773B.88FACCAA.IP)
  1074. # [09:37] * Quits: robertbindar (uid36603@F96EF34A.E02B7C75.9377050C.IP) (Quit: Connection closed for inactivity)
  1075. # [09:37] * Quits: brsun (chatzilla@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1076. # [09:37] * Joins: brsun (chatzilla@moz-99690620.hinet-ip.hinet.net)
  1077. # [09:38] <glandium> Push cc1776b2606d is likely to bust: http://glandium-builders.s3.amazonaws.com/logs/2/3/23572cd401cec46e9e0d5e2566b6cb3089334b48.html
  1078. # [09:39] <glandium> roc: ^
  1079. # [09:39] * whimboo is now known as whimboo|afk
  1080. # [09:39] <glandium> nigelb: are you sheriffing?
  1081. # [09:40] <glandium> ah Tomcat is
  1082. # [09:40] <glandium> Tomcat|Sheriffduty: ^^
  1083. # [09:40] <Tomcat|Sheriffduty> glandium: ok
  1084. # [09:40] * Quits: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net) (Ping timeout)
  1085. # [09:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/4f035fc0bd3b - Mark Capella - Bug 1037527 - Auto-expand synced tabs clients, r=nalexander
  1086. # [09:41] <glandium> roc: there's no part 15?
  1087. # [09:41] * Quits: gcp (gcp@moz-9CEB1C98.access.telenet.be) (Ping timeout)
  1088. # [09:42] <@roc> guess not
  1089. # [09:42] * Joins: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP)
  1090. # [09:42] * Joins: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net)
  1091. # [09:42] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  1092. # [09:42] <Tomcat|Sheriffduty> glandium, roc closed m-i
  1093. # [09:42] <glandium> Tomcat|Sheriffduty: tbpl confirms
  1094. # [09:42] <Tomcat|Sheriffduty> yeah: c:\builds\moz2_slave\m-in-w32-000000000000000000000\build\layout\base\FrameLayerBuilder.cpp(3769) : error C2228: left of '.GetVisibleRect' must have class/struct/union
  1095. # [09:42] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/1c893adfd646 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1096. # [09:42] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/1415ebee9fa4 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1097. # [09:42] * Quits: jduell (jduell@moz-612365A.hsd1.wa.comcast.net) (Ping timeout)
  1098. # [09:43] * Joins: jviereck03 (Adium@moz-D2CED68.ethz.ch)
  1099. # [09:43] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Ping timeout)
  1100. # [09:45] * Quits: peterhil (peterhil@moz-F36799F0.pp.htv.fi) (Ping timeout)
  1101. # [09:45] * Joins: peterhil (peterhil@moz-F36799F0.pp.htv.fi)
  1102. # [09:46] * Quits: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net) (Ping timeout)
  1103. # [09:46] <Tomcat|Sheriffduty> roc: do you want me to back out this changes or do you want to fix that bustage on the tree ?
  1104. # [09:47] <glandium> Tomcat|Sheriffduty: fwiw, clobber doesn't fix it (considering the error, that's pretty much obvious)
  1105. # [09:48] * Joins: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net)
  1106. # [09:49] <Tomcat|Sheriffduty> glandium: that early warning system is great btw :)
  1107. # [09:49] * Joins: Archaeopteryx (itsme@moz-DF8DD8B0.cust.telecolumbus.net)
  1108. # [09:49] <glandium> Tomcat|Sheriffduty: it'll be greater when i won't have to emit the warnings myself
  1109. # [09:49] * Joins: briansmith (briansmith@moz-54A6F8AF.edge8.sanjose1.level3.net)
  1110. # [09:49] <Tomcat|Sheriffduty> :)
  1111. # [09:51] * Quits: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net) (Ping timeout)
  1112. # [09:52] * Joins: RealRaven (Thunderbir@B61BE61A.5DC50F46.27F80FAC.IP)
  1113. # [09:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/91f93359a10d - B2G Bumper Bot - Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
  1114. # [09:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/8d7a7dbc6c51 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1115. # [09:53] * Joins: scravag (Adium@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1116. # [09:53] * Joins: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net)
  1117. # [09:53] * Quits: ewong (chatzilla@moz-20A71729.net) (Connection reset by peer)
  1118. # [09:54] * AndreeaMatei is now known as Andreea|mtg
  1119. # [09:55] * Joins: ewong (chatzilla@moz-20A71729.net)
  1120. # [09:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2b29602d9850 - Timothy Nikkel - Bug 995519. Enable overlay scrollbars on root scrollframes in root content documents. r=roc
  1121. # [09:55] * Quits: Optimizer (Optimizer@2E34C1E.6B54F9F0.BE4CF869.IP) (Ping timeout)
  1122. # [09:55] * Joins: Cwiiis (uid15019@CB1D25D9.E02B7C75.9377050C.IP)
  1123. # [09:55] * ChanServ sets mode: +o Cwiiis
  1124. # [09:56] <glandium> pulsebot: wtf?
  1125. # [09:57] * Quits: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net) (Ping timeout)
  1126. # [09:57] <Tomcat|Sheriffduty> glandium: i guess its because i trigger builds for a build
  1127. # [09:57] <glandium> Tomcat|Sheriffduty: huh
  1128. # [09:57] <Tomcat|Sheriffduty> so the bug took it as checkin
  1129. # [09:57] <mjrosenb> early warning system?
  1130. # [09:58] * Joins: kdc_ (chatzilla@moz-A66E00D4.pk.shawcable.net)
  1131. # [09:58] * Joins: Optimizer (Optimizer@2E34C1E.6B54F9F0.BE4CF869.IP)
  1132. # [09:58] * Quits: till (till@moz-AD3AD034.pools.arcor-ip.net) (Input/output error)
  1133. # [09:58] * Quits: kdc (chatzilla@moz-A66E00D4.pk.shawcable.net) (Ping timeout)
  1134. # [09:58] * kdc_ is now known as kdc
  1135. # [09:59] <@roc> Tomcat|Sheriffduty: what bustage?
  1136. # [09:59] * Joins: Ms2ger (Ms2ger@moz-CE3CEBEE.access.telenet.be)
  1137. # [10:00] * Joins: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net)
  1138. # [10:00] <Tomcat|Sheriffduty> roc: https://tbpl.mozilla.org/php/getParsedLog.php?id=43804527&tree=Mozilla-Inbound
  1139. # [10:00] <Tomcat|Sheriffduty> from your push
  1140. # [10:00] <Tomcat|Sheriffduty> /builds/slave/m-in-and-a6-000000000000000000/build/layout/base/FrameLayerBuilder.cpp:3769:78: error: request for member 'GetVisibleRect' in 'aChildren', which is of pointer type 'nsDisplayList*' (maybe you meant to use '->' ?)
  1141. # [10:01] * Quits: Optimizer (Optimizer@2E34C1E.6B54F9F0.BE4CF869.IP) (Ping timeout)
  1142. # [10:01] <Tomcat|Sheriffduty> mjrosenb: glandium does his own builds or so and so get notifed of bustages earlier then tbpl :)
  1143. # [10:01] * Joins: Optimizer (Optimizer@2E34C1E.6B54F9F0.BE4CF869.IP)
  1144. # [10:02] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Ping timeout)
  1145. # [10:03] * Joins: kgrandon (Adium@4DCAC60F.815FBCBF.CA68F7F7.IP)
  1146. # [10:03] * Quits: yliao (yliao@moz-99690620.hinet-ip.hinet.net) (Client exited)
  1147. # [10:03] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  1148. # [10:03] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  1149. # [10:04] * glob is now known as glob|away
  1150. # [10:04] <glandium> Tomcat|Sheriffduty: interestingly, that doesn't seem to happen on try (the build retrigger triggering pulsebot)
  1151. # [10:04] * Joins: yliao (yliao@moz-99690620.hinet-ip.hinet.net)
  1152. # [10:04] * Quits: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net) (Ping timeout)
  1153. # [10:05] <briansmith> Tomcat|Sheriffduty roc: there is another error too:
  1154. # [10:05] <briansmith> FrameLayerBuilder.cpp(3770) : error C2660: 'mozilla::ChooseScaleAndSetTransform' : function does not take 8 arguments
  1155. # [10:05] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Ping timeout)
  1156. # [10:05] * Quits: yliao (yliao@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1157. # [10:07] * Joins: recursive (recursive@71958799.4D49EC71.6815CE39.IP)
  1158. # [10:07] <glandium> Tomcat|Sheriffduty: wtf, that changeset didn't have any build at all?
  1159. # [10:07] * Joins: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net)
  1160. # [10:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/58d76de3f40d - B2G Bumper Bot - Bumping gaia.json for 8 gaia revision(s) a=gaia-bump
  1161. # [10:08] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/5375e4918fba - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1162. # [10:08] <Tomcat|Sheriffduty> glandium: yeah wondered too that why i retriggered the builds (and since it seems we have refrest 20 emulator regression on ics emu opt)
  1163. # [10:09] * Quits: coop|afk (coop@moz-E07F9D78.dsl.teksavvy.com) (Ping timeout)
  1164. # [10:09] * Quits: seanlin (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1165. # [10:09] * Joins: coop (coop@moz-E07F9D78.dsl.teksavvy.com)
  1166. # [10:10] * Joins: yliao (yliao@moz-99690620.hinet-ip.hinet.net)
  1167. # [10:10] * Quits: ahameez (ahameez@moz-4C1E443F.clients.kiwiirc.com) (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)
  1168. # [10:10] * Quits: jviereck03 (Adium@moz-D2CED68.ethz.ch) (Quit: Leaving.)
  1169. # [10:11] * Quits: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net) (Ping timeout)
  1170. # [10:11] * Quits: yliao (yliao@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1171. # [10:12] * bobowen is now known as bobowen|afk
  1172. # [10:12] * Joins: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net)
  1173. # [10:12] <@roc> hmm
  1174. # [10:12] * bobowen|afk is now known as bobowen
  1175. # [10:13] <@roc> I can't fix it now
  1176. # [10:13] <@roc> busy
  1177. # [10:13] <Tomcat|Sheriffduty> roc: ok no problem i can do the backout
  1178. # [10:13] <smontagu> is there a utility which will colorize a .diff file like hg diff does?
  1179. # [10:13] <Tomcat|Sheriffduty> roc: all parts right ?
  1180. # [10:13] * Joins: arky (arky@EA71E752.8186B39B.712C0985.IP)
  1181. # [10:13] <glandium> smontagu: git diff
  1182. # [10:13] <@roc> I guess so
  1183. # [10:13] * Quits: arky (arky@EA71E752.8186B39B.712C0985.IP) (Quit: Leaving)
  1184. # [10:13] <Tomcat|Sheriffduty> roc: ok will do
  1185. # [10:14] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/8ba889d71613 - B2G Bumper Bot - Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
  1186. # [10:14] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/4d6a3b76ea7a - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1187. # [10:14] <glandium> smontagu: oh you mean a .diff file?
  1188. # [10:14] <glandium> smontagu: vim
  1189. # [10:14] <smontagu> glandium: that's what I said ;)
  1190. # [10:14] <glandium> smontagu: yeah, i just realized
  1191. # [10:15] <smontagu> vim doesn't seem to (OSX, BTW)
  1192. # [10:16] * Quits: @not_gavin (gavin@gavinsharp.com) (Input/output error)
  1193. # [10:16] * Joins: jonco (Adium@88F51059.F3BBB17D.144F44FA.IP)
  1194. # [10:16] * Joins: not_gavin (gavin@gavinsharp.com)
  1195. # [10:16] * ChanServ sets mode: +o not_gavin
  1196. # [10:16] * Quits: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net) (Ping timeout)
  1197. # [10:17] * Quits: mikeratcliffe (Adium@2C522ACD.C2B26F36.7CCB197A.IP) (Ping timeout)
  1198. # [10:17] <glandium> smontagu: :set syn=diff
  1199. # [10:17] <smontagu> aquamacs, on the other hand, seems to
  1200. # [10:17] * Joins: mikeratcliffe (Adium@2C522ACD.C2B26F36.7CCB197A.IP)
  1201. # [10:18] <glandium> smontagu: and/or :syntax on
  1202. # [10:18] * Joins: jviereck03 (Adium@moz-D2CED68.ethz.ch)
  1203. # [10:18] * Joins: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net)
  1204. # [10:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d96127c37431 - Carsten "Tomcat" Book - Backed out changeset 2b29602d9850 (bug 995519) for suspicion of causing Reftest 20 test failure on a CLOSED TREE
  1205. # [10:20] * Joins: yliao (yliao@moz-99690620.hinet-ip.hinet.net)
  1206. # [10:20] <smontagu> OK, :syntax on works, thx
  1207. # [10:22] * Quits: briansmith (briansmith@moz-54A6F8AF.edge8.sanjose1.level3.net) (Quit: Leaving)
  1208. # [10:22] * Quits: twi (Adium@moz-977FD29C.cust.vodafonedsl.it) (Quit: Leaving.)
  1209. # [10:22] * Quits: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net) (Ping timeout)
  1210. # [10:23] <glandium> smontagu: echo syntax on >> ~/.vimrc
  1211. # [10:23] <smontagu> (Y)
  1212. # [10:23] * Joins: flo-retina (Instantbir@moz-25D49B0E.ip-37-59-48.eu)
  1213. # [10:24] * Quits: kgrandon (Adium@4DCAC60F.815FBCBF.CA68F7F7.IP) (Connection reset by peer)
  1214. # [10:24] * Joins: kgrandon (Adium@4DCAC60F.815FBCBF.CA68F7F7.IP)
  1215. # [10:25] * Quits: elin (elin@moz-99690620.hinet-ip.hinet.net) (Quit: elin)
  1216. # [10:25] * Joins: till (till@moz-C1B2476C.adsl.alicedsl.de)
  1217. # [10:25] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  1218. # [10:26] * Joins: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net)
  1219. # [10:27] * glob|away is now known as glob
  1220. # [10:27] * Joins: elin (elin@moz-99690620.hinet-ip.hinet.net)
  1221. # [10:27] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Ping timeout)
  1222. # [10:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?changeset=17299e0f1029 - 41 changesets
  1223. # [10:28] * Joins: mstange (markus@moz-A70447F7.dip0.t-ipconnect.de)
  1224. # [10:28] <Tomcat|Sheriffduty> roc: backout pushed
  1225. # [10:28] * Quits: yury (yury@moz-5BE26123.ok.ok.cox.net) (Ping timeout)
  1226. # [10:28] * Quits: gozala (uid5923@F96EF34A.E02B7C75.9377050C.IP) (Quit: Connection closed for inactivity)
  1227. # [10:28] * Joins: yury (yury@moz-5BE26123.ok.ok.cox.net)
  1228. # [10:29] * Quits: peterhil (peterhil@moz-F36799F0.pp.htv.fi) (Ping timeout)
  1229. # [10:29] * Quits: Alessar (Alessar@4409775D.C64B1782.79D6B59E.IP) (Quit: IRC protocol for QIP->http://forum.qip.ru)
  1230. # [10:29] * Joins: peterhil (peterhil@moz-F36799F0.pp.htv.fi)
  1231. # [10:30] * Quits: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net) (Ping timeout)
  1232. # [10:30] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Quit: Jesse)
  1233. # [10:32] * Joins: jomaras (jomaras@moz-7A30C5E4.fesb.hr)
  1234. # [10:32] * Joins: mmcdonough (Martin@moz-CF8BEBEF.dia.static.qwest.net)
  1235. # [10:32] * Joins: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net)
  1236. # [10:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ebf6185fafce - Carsten "Tomcat" Book - Backed out changeset 6f857407b64e (bug 1022612) for bustage on a CLOSED TREE
  1237. # [10:33] * Standard8 was just about to mention that cset to Tomcat|Sheriffduty
  1238. # [10:33] * sewardj_ is now known as sewardj
  1239. # [10:33] <Tomcat|Sheriffduty> Standard8: heh yeah sorry missed that one :)
  1240. # [10:34] <Standard8> Tomcat|Sheriffduty: yeah, I noticed the diff in the cset count
  1241. # [10:34] <glandium> Tomcat|Sheriffduty: 17299e0f1029 unbusted the tree
  1242. # [10:35] <glandium> s/the tree/the build/
  1243. # [10:35] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-esr24/rev/810977d38c0d - Oskar Eisemuth - Bug 701479 - Remove usage of EnumPrintersW to test if port is FILE:. nsDeviceContextSpecWin shouldn't start UI for asking for a filename nor query all possible printers. r=jimm, a=lsblakk
  1244. # [10:36] * Quits: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net) (Ping timeout)
  1245. # [10:36] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  1246. # [10:37] <Tomcat|Sheriffduty> yeah reopened also mozilla-inbound
  1247. # [10:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/8258016b8a78 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1248. # [10:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/0358f684bfd1 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1249. # [10:37] * Joins: gerv (Instantbir@moz-8E68CF56.in-addr.arpa)
  1250. # [10:41] * Quits: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net) (Quit: OSError: [Errno 130] Owner died)
  1251. # [10:41] * Quits: flo-retina (Instantbir@moz-25D49B0E.ip-37-59-48.eu) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  1252. # [10:41] * Joins: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net)
  1253. # [10:41] * Joins: flo-retina (Instantbir@moz-25D49B0E.ip-37-59-48.eu)
  1254. # [10:42] * FuzzyFox|afk is now known as FuzzyFox
  1255. # [10:45] * mattwoodrow|away is now known as mattwoodrow
  1256. # [10:46] * Joins: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net)
  1257. # [10:47] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  1258. # [10:47] * Quits: jomaras (jomaras@moz-7A30C5E4.fesb.hr) (Quit: Going offline, see ya! (www.adiirc.com))
  1259. # [10:48] * whimboo|afk is now known as whimboo
  1260. # [10:49] * Joins: gabor (gabor@92F57509.E9E5A024.CA68F7F7.IP)
  1261. # [10:49] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Ping timeout)
  1262. # [10:49] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/f2e46cf8cde3 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1263. # [10:50] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/e032c429908b - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1264. # [10:50] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e7e6db764418 - Jon Coppeard - Bug 1003230 - Refactor page based memory allocation functions r=sfink
  1265. # [10:50] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5340b5943f31 - Jon Coppeard - Bug 1003230 - Don't re-query page size information when memory mapping files r=sfink
  1266. # [10:50] * Joins: ahameez (ahameez@2928A48B.50B803AF.E299D283.IP)
  1267. # [10:50] * Quits: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net) (Ping timeout)
  1268. # [10:50] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/21f83c1eba92 - Jon Coppeard - Bug 941804 - Reduce chunk size to 256K for B2G r=terrence
  1269. # [10:50] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f1a8a13674dd - Jon Coppeard - Bug 1037516 - Attempt to fix perf regresion on talos r=terrence
  1270. # [10:51] * Joins: twi (Adium@moz-B0693644.retail.telecomitalia.it)
  1271. # [10:52] * Joins: ethan (ethan@moz-99690620.hinet-ip.hinet.net)
  1272. # [10:55] * Joins: Rik (rik@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1273. # [10:55] * bobowen is now known as bobowen|afk
  1274. # [10:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/259ab94fd881 - Thomas Zimmermann - Bug 1029389: Asynchronous starting and stopping of profile managers, r=shuang
  1275. # [10:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/33418069c4e2 - Thomas Zimmermann - Bug 1029389: Add result-handler class for Bluetooth Handsfree profile, r=shuang
  1276. # [10:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/fb5dc920ee5a - Thomas Zimmermann - Bug 1029389: Asynchronous Bluetooth Handsfree init and cleanup methods, r=shuang
  1277. # [10:57] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Ping timeout)
  1278. # [10:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/a1a2aa084ce0 - Thomas Zimmermann - Bug 1029389: Asynchronous Bluetooth Handsfree connection handling, r=shuang
  1279. # [10:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/41d0167e3905 - Thomas Zimmermann - Bug 1029389: Asynchronous Bluetooth Handsfree voice-recognition functions, r=shuang
  1280. # [10:57] * mattwoodrow is now known as mattwoodrow|away
  1281. # [10:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/76083991c73d - Thomas Zimmermann - Bug 1029389: Asynchronous |BluetoothHandsfreeInterface::VolumeControl|, r=shuang
  1282. # [10:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/5b30ee7f27b3 - Thomas Zimmermann - Bug 1029389: Asynchronous |BluetoothHandsfreeInterface::DeviceStatusNotification|, r=shuang
  1283. # [10:57] * glob is now known as glob|away
  1284. # [10:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/0e21a1ed3dca - Thomas Zimmermann - Bug 1029389: Asynchronous Bluetooth Handsfree response methods, r=shuang
  1285. # [10:58] * Quits: Rik (rik@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  1286. # [10:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/c132a6955856 - Thomas Zimmermann - Bug 1029389: Asynchronous |BluetoothHandsfreeInterface::PhoneStateChange|, r=shuang
  1287. # Session Close: Tue Jul 15 11:00:46 2014
  1288. #
  1289. # Session Start: Tue Jul 15 11:00:46 2014
  1290. # Session Ident: #developers
  1291. # [11:00] * Disconnected
  1292. # [11:03] * Attempting to rejoin channel #developers
  1293. # [11:03] * Rejoined channel #developers
  1294. # [11:03] * Topic is 'Next uplift 21 July || Want help, or want to help others? See #introduction || http://logbot.glob.com.au/?c=developers'
  1295. # [11:03] * Set by Gijs on Thu Jul 10 18:08:11
  1296. # [11:03] * Joins: smontagu (chatzilla@moz-3C18C5D3.red.bezeqint.net)
  1297. # [11:03] * Joins: reed (reed@tech.monkey)
  1298. # [11:03] * Joins: jgraham (jgraham@moz-6C043AAD.webfaction.com)
  1299. # [11:03] * Joins: funnel (hegel@DEB31F3E.28CFCE3E.FC69BED9.IP)
  1300. # [11:03] * Joins: glob (glob@moz-DF237567.glob.com.au)
  1301. # [11:03] * Joins: SirCmpwn (SirCmpwn@moz-8D766614.sircmpwn.com)
  1302. # [11:03] * Joins: jviereck03 (Adium@moz-D2CED68.ethz.ch)
  1303. # [11:03] * Joins: rail_away (rail@moz-CBBC70B7.iqchoice.com)
  1304. # [11:03] * Joins: mcote|afk (mcote@CBB0F6C.7926C589.EE6E63A5.IP)
  1305. # [11:03] * Joins: macmaN (chezburger@moz-A62EF0B7.dyn.estpak.ee)
  1306. # [11:03] * Joins: Olipro (Olipro@moz-67368F33.catv.pool.telekom.hu)
  1307. # [11:03] * Joins: drs (drs@moz-8A7708E6.members.linode.com)
  1308. # [11:03] * Joins: fubar (fubar@moz-7388D91E.electric-mayhem.org)
  1309. # [11:03] * Joins: hurley (hurley@moz-4D7FF77C.org)
  1310. # [11:03] * mattwoodrow is now known as mattwoodrow|away
  1311. # [11:03] * Joins: eagleflo (aku@moz-14928E87.fi)
  1312. # [11:03] * Joins: nsm|away (nsm@973D3984.BF552EB.85889BB1.IP)
  1313. # [11:03] * Joins: ddahl (ddahl@C261DB39.6E5482D7.8DDCAE07.IP)
  1314. # [11:03] * Joins: crucerucalin (quassel@F3AB209F.47D3301B.89C0DD0D.IP)
  1315. # [11:03] * Joins: reyre (reyre@6A6344CE.2BBBD1AD.5670445F.IP)
  1316. # [11:03] * Joins: secretrobotron (secretrobo@E347B7B0.83B62A8D.E3D0CEC5.IP)
  1317. # [11:03] * Joins: Optimizer (Optimizer@2E34C1E.6B54F9F0.BE4CF869.IP)
  1318. # [11:03] * Joins: rozhkov (rozhkov@D7898B11.FB4A19D7.CA3E9B26.IP)
  1319. # [11:03] * Joins: smacleod (steven@moz-28AF3AC9.members.linode.com)
  1320. # [11:03] * Joins: jtcranmer (jcranmer@moz-BA34CF48.csl.tjhsst.edu)
  1321. # [11:03] * Joins: BenWa|email (BenWa@moz-B9E3729F.members.linode.com)
  1322. # [11:03] * Joins: ivan (ivan@11E9065B.82B0558B.9510F13D.IP)
  1323. # [11:03] * Joins: seth (seth@moz-50A0DBA.sethfowler.org)
  1324. # [11:03] * Joins: marxin (marxin@moz-97B87435.scz.novell.com)
  1325. # [11:03] * Joins: clb (clb@moz-F9ED79A1.fi)
  1326. # [11:03] * Joins: Orva (iaikas@ABD2DD4E.CC0D1470.85889BB1.IP)
  1327. # [11:03] * Joins: esawin (esawin@5BEC7083.F96E1D95.95550721.IP)
  1328. # [11:03] * Joins: tanner (tanner@moz-CAA98E97.xxx)
  1329. # [11:04] * Joins: benjamin (benjamin@moz-8A7708E6.members.linode.com)
  1330. # [11:04] * Joins: jmorton (jmorton@C73A1869.B992235B.EE6E63A5.IP)
  1331. # [11:04] * nsm|away is now known as nsm
  1332. # [11:04] * Joins: bagder (daniel@234CB8D.5EA71235.B24D57A6.IP)
  1333. # [11:04] * Joins: rflint (rflint@moz-A287E317.com)
  1334. # [11:04] * Joins: retornam (retornam@23B1FA71.551CCC6C.8BEFA1E3.IP)
  1335. # [11:04] * Joins: wolfiR (wolfiR@moz-783B61DE.dip0.t-ipconnect.de)
  1336. # [11:04] * Joins: paul (paul@moz-6078D3C7.norad.org)
  1337. # [11:04] * Joins: gabor (gabor@92F57509.E9E5A024.CA68F7F7.IP)
  1338. # [11:04] * Joins: mstange (markus@moz-A70447F7.dip0.t-ipconnect.de)
  1339. # [11:04] * Joins: st3fan (stefan@moz-6078D3C7.norad.org)
  1340. # [11:04] * Joins: Cork (Cork@456A2672.BA574D4D.BB9C2183.IP)
  1341. # [11:05] * Joins: vlad (vlad@moz-97F0FD4D.members.linode.com)
  1342. # [11:05] * glob is now known as glob|away
  1343. # [11:07] * mattwoodrow|away is now known as mattwoodrow
  1344. # [11:08] * jaoo is now known as jaoo|afk
  1345. # [11:08] * Joins: gaston (landry@moz-2911F07A.rhaalovely.net)
  1346. # [11:09] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/8b104e126441 - B2G Bumper Bot - Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
  1347. # [11:09] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/e19a6adbe1dc - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1348. # [11:09] * Parts: jonco (Adium@88F51059.F3BBB17D.144F44FA.IP)
  1349. # [11:09] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  1350. # [11:09] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  1351. # [11:09] * bobowen|afk is now known as bobowen
  1352. # [11:10] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Ping timeout)
  1353. # [11:11] * FuzzyFox is now known as FuzzyFox|afk
  1354. # [11:12] * Joins: tenmilestereo (tenmileste@ACC9D739.9CEADA13.56123B48.IP)
  1355. # [11:13] * Quits: RealRaven (Thunderbir@B61BE61A.5DC50F46.27F80FAC.IP) (Quit: RealRaven)
  1356. # [11:13] * Joins: RealRaven (Thunderbir@B61BE61A.5DC50F46.27F80FAC.IP)
  1357. # [11:13] * Quits: @roc (chatzilla@7EA5AB88.DC2C3734.616A18A6.IP) (Input/output error)
  1358. # [11:15] * Quits: recursive (recursive@71958799.4D49EC71.6815CE39.IP) (Quit: Leaving...)
  1359. # [11:17] <Standard8> Tomcat|Sheriffduty: moooar bustage!
  1360. # [11:18] <Tomcat|Sheriffduty> Standard8: yeah :(
  1361. # [11:18] * Joins: mounir (mounir@moz-7DBD2CFF.fr)
  1362. # [11:18] * ChanServ sets mode: +o mounir
  1363. # [11:18] * Standard8 is going to be randomly afk for the next hour or two
  1364. # [11:19] <Yoric> Shrödinger's Standard8
  1365. # [11:19] * Joins: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de)
  1366. # [11:19] * Parts: mmcdonough (Martin@moz-CF8BEBEF.dia.static.qwest.net) (Still 20/20)
  1367. # [11:19] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Ping timeout)
  1368. # [11:20] * Quits: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net) (Ping timeout)
  1369. # [11:20] * Quits: Optimize1 (Instantbir@4F3E1057.A6DE773B.88FACCAA.IP) (Ping timeout)
  1370. # [11:20] * Quits: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP) (Ping timeout)
  1371. # [11:21] <Tomcat|Sheriffduty> btw jonco will push a fix and then i will reopen m-i :)
  1372. # [11:22] * Joins: Rik (rik@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1373. # [11:23] * Joins: Optimizer1 (Instantbir@4F3E1057.A6DE773B.88FACCAA.IP)
  1374. # [11:23] * Quits: Rik (rik@87C1F78E.1DE10CA8.D8E68FF6.IP) (Connection reset by peer)
  1375. # [11:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5075aec17a1e - Jon Coppeard - Bug 1003230 - Fix windows build errors caused by changeset e7e6db764418 r=bustage on a CLOSED TREE
  1376. # [11:24] * Joins: Rik (rik@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1377. # [11:24] * Quits: Optimizer1 (Instantbir@4F3E1057.A6DE773B.88FACCAA.IP) (Ping timeout)
  1378. # [11:24] <Tomcat|Sheriffduty> m-i reopen :)
  1379. # [11:25] * Quits: stransky (stransky@moz-59D79C36.broadband2.iol.cz) (Quit: Connection reset by beer)
  1380. # [11:27] * Joins: jacek (jacek@moz-ECAAA1A8.psi.wroc.pl)
  1381. # [11:28] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  1382. # [11:28] * Joins: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net)
  1383. # [11:31] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  1384. # [11:32] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Ping timeout)
  1385. # [11:34] * Joins: roc (chatzilla@moz-62AD150E.bng1.tvc.orcon.net.nz)
  1386. # [11:34] * ChanServ sets mode: +o roc
  1387. # [11:34] * Quits: Rik (rik@87C1F78E.1DE10CA8.D8E68FF6.IP) (Connection reset by peer)
  1388. # [11:35] * Joins: Rik (rik@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1389. # [11:35] * Quits: Optimizer (Optimizer@2E34C1E.6B54F9F0.BE4CF869.IP) (Ping timeout)
  1390. # [11:36] * Joins: gcp (gcp@moz-9CEB1C98.access.telenet.be)
  1391. # [11:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/877406ac6f1d - Michael Pruett - Bug 1034907 - Remove dangerous public destructor of TimeRanges. r=smaug
  1392. # [11:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2019701bcc48 - Ting-Yu Lin - Bug 1016184 part 1 - Correct documentation in nsCaret.h. r=ehsan
  1393. # [11:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/05547f6e8c03 - Ting-Yu Lin - Bug 1016184 - part 2 - Add debug logs to touch caret. r=ehsan
  1394. # [11:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f4b101378a07 - Ting-Yu Lin - Bug 1021527 - Fix blurry carets by using svg image. r=roc
  1395. # [11:37] * Quits: gcp (gcp@moz-9CEB1C98.access.telenet.be) (Quit: Leaving)
  1396. # [11:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7c238ae102ab - Walter Litwinczyk - Bug 1024196 - Fix leak of |i| variable in CreateGrGLInterfaceFromGLContext. r=gw280
  1397. # [11:37] * Joins: gcp (gcp@moz-9CEB1C98.access.telenet.be)
  1398. # [11:39] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/ad570a39aaed - B2G Bumper Bot - Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
  1399. # [11:39] * Joins: Optimizer (Optimizer@2E34C1E.6B54F9F0.BE4CF869.IP)
  1400. # [11:39] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/4c1ea04bd83c - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1401. # [11:40] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/42a4c5fcc510 - Henry Chang - Bug 1035074 - Fix DOMRequestHelper::destroyDOMRequestHelper logic error. r=gene, fabrice, ferjm.
  1402. # [11:40] * Joins: walac (wander@71A52A3C.5A61E9D8.1C880E7D.IP)
  1403. # [11:40] * Joins: nical (nical@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1404. # [11:40] * Joins: gcp_ (gcp@moz-9CEB1C98.access.telenet.be)
  1405. # [11:40] * Quits: gcp (gcp@moz-9CEB1C98.access.telenet.be) (Ping timeout)
  1406. # [11:40] * Quits: @njn (njn@moz-3B5BC4F7.dyn.iinet.net.au) (Quit: ChatZilla 0.9.90.1 [Firefox 33.0a1/20140713155624])
  1407. # [11:40] * Quits: m_kato (m_kato@moz-C286AD9A.bitcat.net) (Quit: Leaving...)
  1408. # [11:41] * Quits: kgrandon (Adium@4DCAC60F.815FBCBF.CA68F7F7.IP) (Connection reset by peer)
  1409. # [11:41] * Joins: kgrandon (Adium@4DCAC60F.815FBCBF.CA68F7F7.IP)
  1410. # [11:41] * Quits: gcp_ (gcp@moz-9CEB1C98.access.telenet.be) (Ping timeout)
  1411. # [11:41] * Quits: nical (nical@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  1412. # [11:42] * Joins: nical (nical@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1413. # [11:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/ca39fab1d51e - B2G Bumper Bot - Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
  1414. # [11:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/d78ff523b6e3 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1415. # [11:43] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/430f5a65f713 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1416. # [11:44] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/99efdd6168a9 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1417. # [11:46] * Joins: gcp_ (gcp@moz-9CEB1C98.access.telenet.be)
  1418. # [11:46] * Joins: Standard8 (Standard8@moz-B1DB5F8.threembb.co.uk)
  1419. # [11:46] * Joins: cpearce (chatzilla@moz-EC1018D1.jetstream.xtra.co.nz)
  1420. # [11:46] * Quits: gcp_ (gcp@moz-9CEB1C98.access.telenet.be) (Connection reset by peer)
  1421. # [11:46] * Joins: gcp (gcp@moz-9CEB1C98.access.telenet.be)
  1422. # [11:46] * Andreea|mtg is now known as Andreea|lunch
  1423. # [11:47] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4d30c250d375 - William Lachance - Bug 1036530 - Instantiate / initialize device root only when needed in mozdevice. r=bc
  1424. # [11:47] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3365fa0a849c - William Lachance - Bug 1037707 - Allow setting dmcli's verbose mode via environment variable. r=mcote
  1425. # [11:47] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c90fe92f7164 - Rui You - Bug 1037339 - Update nsIHttpChannel.idl to reflect the changes of requestMethod property. r=hurley
  1426. # [11:48] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Connection reset by peer)
  1427. # [11:48] <jviereck03> ttaubert: hi Tim. What's your take on https://bugzilla.mozilla.org/show_bug.cgi?id=950797#c21?
  1428. # [11:49] * Quits: timdream (timdream@moz-8BC8951.dynamic.hinet.net) (Quit: timdream)
  1429. # [11:50] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  1430. # [11:51] * mattwoodrow is now known as mattwoodrow|away
  1431. # [11:52] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  1432. # [11:53] * Quits: ggp (ggp@FA18C31.974CF491.B65F468E.IP) (Ping timeout)
  1433. # [11:53] * ewong is now known as ewong|away
  1434. # [11:54] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Ping timeout)
  1435. # [11:55] * Joins: ggp (ggp@FA18C31.974CF491.B65F468E.IP)
  1436. # [11:57] * Joins: stransky (stransky@moz-107AD163.redhat.com)
  1437. # [11:57] * Joins: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com)
  1438. # [11:57] * bobowen is now known as bobowen|afk
  1439. # [11:59] * Quits: jviereck03 (Adium@moz-D2CED68.ethz.ch) (Quit: Leaving.)
  1440. # [12:00] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Ping timeout)
  1441. # [12:01] * Quits: Standard8 (Standard8@moz-B1DB5F8.threembb.co.uk) (Ping timeout)
  1442. # [12:01] * Quits: yash_ (uid13811@AF7427AE.E02B7C75.9377050C.IP) (Quit: Connection closed for inactivity)
  1443. # [12:02] * Quits: Mano (mano@moz-990BD9AE.red.bezeqint.net) (Client exited)
  1444. # [12:02] * Joins: Mano (mano@moz-990BD9AE.red.bezeqint.net)
  1445. # [12:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/b4f3a16c8cf1 - Ghislain 'Aus' Lacroix - bug 1034828 - Browser API download method should add extension to file if not present. r=kanru
  1446. # [12:03] * Joins: jviereck03 (Adium@moz-D2CED68.ethz.ch)
  1447. # [12:03] * Joins: Standard8 (Standard8@moz-B1DB5F8.threembb.co.uk)
  1448. # [12:04] * Quits: till (till@moz-C1B2476C.adsl.alicedsl.de) (Quit: )
  1449. # [12:04] * Quits: Mano (mano@moz-990BD9AE.red.bezeqint.net) (Ping timeout)
  1450. # [12:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/dd15e66426c5 - B2G Bumper Bot - Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
  1451. # [12:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/86371e226f8a - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1452. # [12:07] * bobowen|afk is now known as bobowen
  1453. # [12:07] * Quits: jwwang (jwwang@moz-99690620.hinet-ip.hinet.net) (Quit: 暫離)
  1454. # [12:11] * Joins: Mano (mano@moz-990BD9AE.red.bezeqint.net)
  1455. # [12:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1aaa6b1528ff - Karl Dubost - Bug 1006337 - "Remove UA override for domains (starting 2014-05-06)". r=lmandel
  1456. # [12:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/54ee8a6f85a4 - Byron Campen [:bwc] - Bug 980270 - Part 1: Plug a couple of common leaks in nICEr. r=drno
  1457. # [12:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3be3729d084e - Michael Ratcliffe - Bug 1033391 - Enable GeometryUtils APIs in privileged code. r=smaug,roc
  1458. # [12:13] * Quits: nrc|afk (nrc@7BE24E90.A5032A01.3CFC199D.IP) (Quit: ChatZilla 0.9.90.1 [Firefox 33.0a1/20140713030204])
  1459. # [12:13] * pmoore is now known as pmoore|lunch
  1460. # [12:14] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  1461. # [12:16] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Ping timeout)
  1462. # [12:19] * Quits: kgrandon (Adium@4DCAC60F.815FBCBF.CA68F7F7.IP) (Quit: Leaving.)
  1463. # [12:19] * Quits: cpearce (chatzilla@moz-EC1018D1.jetstream.xtra.co.nz) (Ping timeout)
  1464. # [12:20] * Quits: jviereck03 (Adium@moz-D2CED68.ethz.ch) (Quit: Leaving.)
  1465. # [12:21] * Quits: NiKo` (~NiKo@moz-265A0D5F.perriault.net) (Quit: So long.)
  1466. # [12:22] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/0909c1fc3a92 - B2G Bumper Bot - Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
  1467. # [12:23] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/d011038fc5c1 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1468. # [12:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/9ca47cad4083 - Carsten "Tomcat" Book - Backed out changeset 5bef1f8045fd (bug 1027137) for breaking talos remote-trobopan
  1469. # [12:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/7e6ee365e01c - Carsten "Tomcat" Book - Backed out changeset 88bc05432845 (bug 1027135) for talos remote-trobopan test failure
  1470. # [12:25] * Quits: ethan (ethan@moz-99690620.hinet-ip.hinet.net) (Quit: ethan)
  1471. # [12:26] * Quits: scravag (Adium@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  1472. # [12:26] * Quits: Mano (mano@moz-990BD9AE.red.bezeqint.net) (Client exited)
  1473. # [12:26] * Joins: dria (dria@212685B3.5B8F260F.586E6F35.IP)
  1474. # [12:26] * Joins: NiKo` (~NiKo@moz-265A0D5F.perriault.net)
  1475. # [12:26] * Joins: scravag (Adium@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1476. # [12:26] * Joins: Mano (mano@moz-990BD9AE.red.bezeqint.net)
  1477. # [12:27] * rail_away is now known as rail
  1478. # [12:28] * Quits: Mano (mano@moz-990BD9AE.red.bezeqint.net) (Ping timeout)
  1479. # [12:28] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  1480. # [12:30] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=e032c429908b - 18 changesets
  1481. # [12:30] * Joins: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1482. # [12:36] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  1483. # [12:36] * Joins: h4writer (h4writer@moz-6BDA8831.access.telenet.be)
  1484. # [12:37] * Quits: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net) (Quit: vicamo)
  1485. # [12:37] * Joins: Gijs (gijs@moz-A971C003.range86-164.btcentralplus.com)
  1486. # [12:37] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Ping timeout)
  1487. # [12:38] * Quits: elin (elin@moz-99690620.hinet-ip.hinet.net) (Quit: elin)
  1488. # [12:38] * Joins: vendo (chatzilla@moz-EF3D2A04.rektorat.ku.sk)
  1489. # [12:39] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  1490. # [12:39] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  1491. # [12:42] * Joins: KaiRo (robert@moz-E0D3450D.adsl.highway.telekom.at)
  1492. # [12:46] * Quits: shelly (shelly@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1493. # [12:48] * Joins: bz (bzbarsky@moz-72881629.bstnma.fios.verizon.net)
  1494. # [12:48] * ChanServ sets mode: +o bz
  1495. # [12:48] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/351e69a6c01e - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1496. # [12:48] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/d5dfb10d1e75 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1497. # [12:49] * Quits: gsvelto (gsvelto@A73312E.6B878F99.18F3A0C.IP) (Ping timeout)
  1498. # [12:52] * Quits: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1499. # [12:52] * Quits: Standard8 (Standard8@moz-B1DB5F8.threembb.co.uk) (Ping timeout)
  1500. # [12:53] * Quits: Archaeopteryx (itsme@moz-DF8DD8B0.cust.telecolumbus.net) (Quit: Goodbye)
  1501. # [12:54] * Joins: paolo (paolo@88F51059.F3BBB17D.144F44FA.IP)
  1502. # [12:55] * FuzzyFox|afk is now known as FuzzyFox
  1503. # [12:55] * Quits: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com) (Ping timeout)
  1504. # [12:57] * FuzzyFox is now known as FuzzyFox|afk
  1505. # [12:57] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  1506. # [12:58] * FuzzyFox|afk is now known as FuzzyFox
  1507. # [12:58] * Quits: Gijs (gijs@moz-A971C003.range86-164.btcentralplus.com) (Ping timeout)
  1508. # [12:59] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Ping timeout)
  1509. # [13:01] * Joins: tedders1 (tedders1@4DCAC60F.815FBCBF.CA68F7F7.IP)
  1510. # [13:02] * FuzzyFox is now known as FuzzyFox|afk
  1511. # [13:02] * Joins: idwer (irc@moz-67B6410D.adsl.online.nl)
  1512. # [13:03] * Quits: yliao (yliao@moz-99690620.hinet-ip.hinet.net) (Client exited)
  1513. # [13:03] * Joins: yliao (yliao@moz-99690620.hinet-ip.hinet.net)
  1514. # [13:03] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/7639748ffe0c - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1515. # [13:04] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/b31e306a4209 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1516. # [13:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/1fe75f603896 - B2G Bumper Bot - Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
  1517. # [13:04] * Joins: ahameez (ahameez@moz-4C1E443F.clients.kiwiirc.com)
  1518. # [13:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/a1916d2708e9 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1519. # [13:05] * Quits: yliao (yliao@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1520. # [13:09] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/956c62278a57 - Simone Bruno - Bug 1033845 - Tooltool manifest change for Flame to pick up new blob v122 tar ball. r=nhirata
  1521. # [13:12] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Ping timeout)
  1522. # [13:12] * Quits: allstarschh (allstars@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  1523. # [13:14] * pmoore|lunch is now known as pmoore
  1524. # [13:14] * Quits: gcp (gcp@moz-9CEB1C98.access.telenet.be) (Ping timeout)
  1525. # [13:17] * Joins: gcp (gcp@moz-9CEB1C98.access.telenet.be)
  1526. # [13:17] * Quits: chewey (chewey@moz-43E6ABE1.dip0.t-ipconnect.de) (Input/output error)
  1527. # [13:19] * Quits: Optimizer (Optimizer@2E34C1E.6B54F9F0.BE4CF869.IP) (Ping timeout)
  1528. # [13:19] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  1529. # [13:21] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Ping timeout)
  1530. # [13:23] * Quits: ahameez (ahameez@moz-4C1E443F.clients.kiwiirc.com) (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)
  1531. # [13:23] * Quits: gcp (gcp@moz-9CEB1C98.access.telenet.be) (Ping timeout)
  1532. # [13:26] * Quits: brsun (chatzilla@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1533. # [13:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/e1e05ebe9d69 - B2G Bumper Bot - Bumping gaia.json for 18 gaia revision(s) a=gaia-bump
  1534. # [13:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/6157a2780f8e - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1535. # [13:28] * Joins: Optimizer (Optimizer@2E34C1E.6B54F9F0.BE4CF869.IP)
  1536. # [13:28] * Joins: janv (varga@moz-9EAB7EDB.dsl.bell.ca)
  1537. # [13:31] * Joins: yash_ (uid13811@AF7427AE.E02B7C75.9377050C.IP)
  1538. # [13:32] * Joins: squeakytoy (squeakytoy@7061EEAD.41CBD7B1.148A607A.IP)
  1539. # [13:33] * Joins: chewey (chewey@moz-43E6ABE1.dip0.t-ipconnect.de)
  1540. # [13:33] * pmoore is now known as pmoore|brb
  1541. # [13:33] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/77263082bf34 - B2G Bumper Bot - Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
  1542. # [13:33] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/bededfc51910 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1543. # [13:34] * Joins: Gijs (gijs@moz-A971C003.range86-164.btcentralplus.com)
  1544. # [13:36] * Quits: flo-retina (Instantbir@moz-25D49B0E.ip-37-59-48.eu) (Ping timeout)
  1545. # [13:37] * tedders1 is now known as tedders1|german_timezone
  1546. # [13:37] * Fallen is now known as Fallen|away
  1547. # [13:38] * Joins: gcp (gcp@moz-9CEB1C98.access.telenet.be)
  1548. # [13:39] * Joins: rbarnes (rbarnes@moz-5E1F5C28.washdc.fios.verizon.net)
  1549. # [13:39] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  1550. # [13:39] * Joins: jviereck03 (Adium@moz-D2CED68.ethz.ch)
  1551. # [13:40] * nthomas is now known as nthomas|away
  1552. # [13:40] * Joins: jfkthame (jfkthame@DA2E3795.4CEA26B6.3E2A4E92.IP)
  1553. # [13:41] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  1554. # [13:43] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Ping timeout)
  1555. # [13:43] <nigelb> glandium: nope. in berlin until next week
  1556. # [13:45] * Joins: vwls (vwls@moz-25528698.nyc.res.rr.com)
  1557. # [13:47] * Quits: darktrojan (geoff@moz-9656CD64.dsl.telstraclear.net) (Quit: darktrojan)
  1558. # [13:50] * Quits: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net) (Ping timeout)
  1559. # [13:50] * Joins: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP)
  1560. # [13:53] * Quits: RealRaven (Thunderbir@B61BE61A.5DC50F46.27F80FAC.IP) (Quit: RealRaven)
  1561. # [13:53] * Joins: Anupkumar (uid16774@631DDABB.E02B7C75.9377050C.IP)
  1562. # [13:54] * Joins: RealRaven (Thunderbir@B61BE61A.5DC50F46.27F80FAC.IP)
  1563. # [13:56] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1564. # [13:57] * FuzzyFox|afk is now known as FuzzyFox
  1565. # [13:57] * Joins: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net)
  1566. # [13:58] * Joins: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz)
  1567. # [13:59] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/904c9b948214 - Andrew Osmond - Bug 1035531 - Discard buffer instead of assert if camera media frame comes in early. r=mikeh
  1568. # [13:59] * Joins: yzen (yzen@moz-F62769B5.cpe.pppoe.ca)
  1569. # [14:00] * Quits: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net) (Ping timeout)
  1570. # [14:02] * Quits: Optimizer (Optimizer@2E34C1E.6B54F9F0.BE4CF869.IP) (Ping timeout)
  1571. # [14:02] * Quits: @bz (bzbarsky@moz-72881629.bstnma.fios.verizon.net) (Ping timeout)
  1572. # [14:03] * Joins: Optimizer (Instantbir@4F3E1057.A6DE773B.88FACCAA.IP)
  1573. # [14:03] <RealRaven> JS question: how do I select an item in a tree? In listbox, I would use list.selectItem(item)
  1574. # [14:03] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  1575. # [14:03] * Joins: Optimizer1 (Optimizer@2E34C1E.6B54F9F0.BE4CF869.IP)
  1576. # [14:03] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  1577. # [14:04] * rail is now known as rail-bbl
  1578. # [14:04] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Ping timeout)
  1579. # [14:05] * pmoore|brb is now known as pmoore
  1580. # [14:05] * Joins: dougc (dougc@moz-CF501EE8.lns20.mel6.internode.on.net)
  1581. # [14:05] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  1582. # [14:05] <RealRaven> is there a tree.view.getIndexOfItem(item) ?
  1583. # [14:05] * Quits: rbarnes (rbarnes@moz-5E1F5C28.washdc.fios.verizon.net) (Input/output error)
  1584. # [14:06] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  1585. # [14:07] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Ping timeout)
  1586. # [14:08] * Joins: bgrins (bgrins@moz-C80D1EB6.dhcp.stls.mo.charter.com)
  1587. # [14:08] * Joins: Pike (chatzilla@moz-1F1F88B0.pool.mediaways.net)
  1588. # [14:08] * Joins: bgrins1 (bgrins@C7203E51.FBD8ACDB.20F09BA6.IP)
  1589. # [14:08] * Joins: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net)
  1590. # [14:08] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/23b67deeba5d - Ehsan Akhgari - Bug 1038492 - Cherry-pick libyuv's fix for clang-cl compatibility; r=jesup
  1591. # [14:09] * Joins: RyanVM (Thunderbir@moz-37FED3AC.phlapa.fios.verizon.net)
  1592. # [14:09] * Quits: bgrins (bgrins@moz-C80D1EB6.dhcp.stls.mo.charter.com) (Ping timeout)
  1593. # [14:09] * Quits: gcp (gcp@moz-9CEB1C98.access.telenet.be) (Ping timeout)
  1594. # [14:10] * Quits: yvan (quassel@moz-EE24132A.members.linode.com) (Ping timeout)
  1595. # [14:10] * Joins: yvan (quassel@moz-EE24132A.members.linode.com)
  1596. # [14:11] * Joins: flo-retina (Instantbir@moz-25D49B0E.ip-37-59-48.eu)
  1597. # [14:12] * Joins: maxli (maxli@moz-EE42E0E.student.cs.uwaterloo.ca)
  1598. # [14:14] * Joins: jkitch (Thunderbir@moz-7C788612.lns20.adl2.internode.on.net)
  1599. # [14:14] * Joins: gsvelto (gsvelto@A73312E.6B878F99.18F3A0C.IP)
  1600. # [14:16] * Quits: boris1 (boris@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  1601. # [14:17] <RealRaven> WOuld this work? http://pastebin.mozilla.org/5558217
  1602. # [14:18] * Quits: RealRaven (Thunderbir@B61BE61A.5DC50F46.27F80FAC.IP) (Quit: RealRaven)
  1603. # [14:19] * jaoo|afk is now known as jaoo
  1604. # [14:19] * Joins: RealRaven (Thunderbir@B61BE61A.5DC50F46.27F80FAC.IP)
  1605. # [14:20] * Joins: bitgeeky (bitgeeky@6D33E28B.246F24BE.EBCC7000.IP)
  1606. # [14:22] * Fallen|away is now known as Fallen
  1607. # [14:24] * Joins: gcp (gcp@moz-9CEB1C98.access.telenet.be)
  1608. # [14:24] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  1609. # [14:26] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Ping timeout)
  1610. # [14:27] * Joins: armenzg (armenzg@moz-5C9D8F48.cable.teksavvy.com)
  1611. # [14:27] * Quits: crucerucalin (quassel@F3AB209F.47D3301B.89C0DD0D.IP) (Ping timeout)
  1612. # [14:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/7dd902809a64 - B2G Bumper Bot - Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
  1613. # [14:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/f927b28f8e5b - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1614. # [14:28] * Andreea|lunch is now known as Andreea|mtg
  1615. # [14:29] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Ping timeout)
  1616. # [14:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/9a555278f76a - Victor Porof - Bug 1034669 - Add a way of fading out certain areas of the canvas graphs, r=pbrosset
  1617. # [14:31] * Joins: ahal (ahal@moz-49FA884.cpe.teksavvy.com)
  1618. # [14:31] * Joins: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com)
  1619. # [14:31] * curtisk|afk is now known as curtisk
  1620. # [14:32] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  1621. # [14:34] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/31c5d0a5115d - Ryan VanderMeulen - Backed out changeset 114268fab626 (bug 1035296) for causing bug 1038279. a=backout
  1622. # [14:35] * FuzzyFox is now known as FuzzyFox|afk
  1623. # [14:36] * FuzzyFox|afk is now known as FuzzyFox
  1624. # [14:36] * Joins: PiresFelix (Leonardo@60D8ECEB.A0707BC1.ECC737E3.IP)
  1625. # [14:37] * walac is now known as walac|afk
  1626. # [14:39] * jmaher|afk is now known as jmaher
  1627. # [14:40] * Joins: spohl (Adium@D316009B.9BDB00A1.6BD2C51E.IP)
  1628. # [14:44] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/21f14bbc3595 - B2G Bumper Bot - Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
  1629. # [14:44] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/ffd68ff177cf - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1630. # [14:44] * Joins: jimm (jmathies@moz-DF439B90.pn.at.cox.net)
  1631. # [14:44] * Quits: KaiRo (robert@moz-E0D3450D.adsl.highway.telekom.at) (Ping timeout)
  1632. # [14:44] * mcote|afk is now known as mcote
  1633. # [14:44] * Quits: yzen (yzen@moz-F62769B5.cpe.pppoe.ca) (Ping timeout)
  1634. # [14:45] * Joins: elin (elin@moz-6D854C10.dynamic-ip.hinet.net)
  1635. # [14:45] * Quits: flo-retina (Instantbir@moz-25D49B0E.ip-37-59-48.eu) (Ping timeout)
  1636. # [14:45] <jimm> did something related to fonts change in Windows Nightly recently?
  1637. # [14:45] * Joins: KaIRC (robert@moz-8AF0354B.adsl.highway.telekom.at)
  1638. # [14:45] <Gijs> jimm: I don't know, but BMO changed its fonts, if that's what you're seeing :)
  1639. # [14:46] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  1640. # [14:46] * FuzzyFox is now known as FuzzyFox|afk
  1641. # [14:46] <jimm> ah, yeah this is a bugzilla thing I'm noticing
  1642. # [14:46] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  1643. # [14:46] * Joins: Shrooms (Shrooms@moz-21C7D740.asm.bellsouth.net)
  1644. # [14:46] <jimm> weird looking lower case 'r' sticks out
  1645. # [14:47] * Joins: flo-retina (Instantbir@moz-25D49B0E.ip-37-59-48.eu)
  1646. # [14:47] * Quits: gcp (gcp@moz-9CEB1C98.access.telenet.be) (Ping timeout)
  1647. # [14:47] * Quits: Rik (rik@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  1648. # [14:48] <AutomatedTester> jimm: what is weird about it... you're not the first to mention it but I havent noticed it
  1649. # [14:48] * FuzzyFox|afk is now known as FuzzyFox
  1650. # [14:48] * Quits: twi (Adium@moz-B0693644.retail.telecomitalia.it) (Quit: Leaving.)
  1651. # [14:48] <jimm> just looks different I guess
  1652. # [14:48] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Ping timeout)
  1653. # [14:48] * Joins: bogdan_maris (Instantbir@28C4EA76.976FBEE.5BC07656.IP)
  1654. # [14:48] * Joins: Rik (rik@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1655. # [14:48] <bobowen> I thought it was my imagination, that explains it.
  1656. # [14:48] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/c7a886d0f174 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1657. # [14:48] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/910b7203eee0 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1658. # [14:49] * FuzzyFox is now known as FuzzyFox|afk
  1659. # [14:50] <adalucinet> !seen cpeterson
  1660. # [14:50] <firebot> cpeterson was last seen 17 hours, 47 minutes and 58 seconds ago, saying 'ehsan: I don't know. that bug's not me' in #mobile.
  1661. # [14:51] <jimm> AutomatedTester: http://i57.tinypic.com/5uqusx.png
  1662. # [14:51] * Quits: bogdan_maris (Instantbir@28C4EA76.976FBEE.5BC07656.IP) (Quit: bogdan_maris)
  1663. # [14:51] * Joins: bogdan_maris (Instantbir@28C4EA76.976FBEE.5BC07656.IP)
  1664. # [14:51] * Quits: bc (bclary@454BDC37.1D5E8529.AC69809B.IP) (Input/output error)
  1665. # [14:51] <jimm> very decorative
  1666. # [14:51] <AutomatedTester> jimm: it doesnt appear like that on OSX, at least to me
  1667. # [14:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/beb19278a045 - Corentin Wallez - Bug 1021637: remove unnecessary includes in TextureClient.cpp. r=nical
  1668. # [14:52] * Joins: bc (bclary@454BDC37.1D5E8529.AC69809B.IP)
  1669. # [14:52] <AutomatedTester> jimm: https://www.evernote.com/shard/s63/sh/5052a5dc-5379-4abc-8397-0dc52b42b0db/cdf92498860697c6a593c797f14bd4b4
  1670. # [14:52] * bobowen is now known as bobowen|afk
  1671. # [14:53] <AutomatedTester> bizarre
  1672. # [14:53] * Joins: gcp (gcp@moz-9CEB1C98.access.telenet.be)
  1673. # [14:53] <jimm> that looks more like the old font
  1674. # [14:53] * Quits: janv (varga@moz-9EAB7EDB.dsl.bell.ca) (Quit: This computer has gone to sleep)
  1675. # [14:53] <jimm> on windows, the fint style has changed
  1676. # [14:54] * FuzzyFox|afk is now known as FuzzyFox
  1677. # [14:54] <jimm> s/fint/font
  1678. # [14:54] * Fallen is now known as Fallen|away
  1679. # [14:55] * jimm shrugs
  1680. # [14:55] <jimm> I can live with it
  1681. # [14:55] <AutomatedTester> it looks like it has changed for me, even on a new profile
  1682. # [14:55] <AutomatedTester> I guess I am a special snowflake :D
  1683. # [14:55] <nigelb> we always knew that ;)
  1684. # [14:55] * Joins: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net)
  1685. # [14:56] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=d2d56f9066bf - 156 changesets
  1686. # [14:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/39f7ac6c97e3 - Armen Zambrano Gasparnian - Bug 1026710 - Make DeviceManagerADB use mozprocess to allow logging. r=wlach
  1687. # [14:57] * KaIRC is now known as KaiRo
  1688. # [14:57] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Ping timeout)
  1689. # [14:58] * armenzg is now known as armenzg_brb
  1690. # [14:58] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  1691. # [14:59] * Quits: jviereck03 (Adium@moz-D2CED68.ethz.ch) (Quit: Leaving.)
  1692. # [15:02] * bobowen|afk is now known as bobowen
  1693. # [15:03] * FuzzyFox is now known as FuzzyFox|afk
  1694. # [15:04] <Gijs> it looks like this on OS X for me as well
  1695. # [15:05] <Gijs> and I also noticed the weird 'r'
  1696. # [15:05] <Gijs> it's almost like an 'i'
  1697. # [15:05] * Joins: jviereck03 (Adium@moz-D2CED68.ethz.ch)
  1698. # [15:05] <Gijs> well, or like the turkish variant of it that misses the dot
  1699. # [15:07] <Ms2ger> Gijs, that annoyed me too
  1700. # [15:07] <Gijs> it must be the 'omgchange' in all of us :P
  1701. # [15:08] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  1702. # [15:10] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Ping timeout)
  1703. # [15:11] * khuey|away is now known as khuey
  1704. # [15:11] * Quits: vendo (chatzilla@moz-EF3D2A04.rektorat.ku.sk) (Client exited)
  1705. # [15:12] <@khuey> did we change the font on bugzilla?
  1706. # [15:12] <@khuey> and how do I make it stop?
  1707. # [15:12] <Ms2ger> Yes
  1708. # [15:12] <jimm> :)
  1709. # [15:12] <jimm> #1 topic this morning
  1710. # [15:12] * Ms2ger changes topic to 'Next uplift 21 July || Yes, the font changed on bmo || Want help, or want to help others? See #introduction || http://logbot.glob.com.au/?c=developers'
  1711. # [15:12] <jimm> khuey: nobody likes the r
  1712. # [15:13] <@khuey> how do I fix it?
  1713. # [15:13] <Ms2ger> Turn off web fonts, I guess
  1714. # [15:13] <Ms2ger> Or Stylish
  1715. # [15:13] <Ms2ger> Or find out where glob lives
  1716. # [15:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/43878d4b6d7f - Jan de Mooij - Bug 1037613 - rm js_GetLocalizedErrorMessage, localeGetErrorMessage callback. r=jorendorff
  1717. # [15:14] * khuey is now known as khuey|away
  1718. # [15:15] * Joins: yzen (yzen@13F2CEC5.7672369.D8E68FF6.IP)
  1719. # [15:16] * Joins: jchaulk (jchaulk@moz-E08C78F8.cpe.pppoe.ca)
  1720. # [15:16] * Quits: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net) (Ping timeout)
  1721. # [15:17] <jgraham> The official line seems to be "Get Fira fixed to be less weird"
  1722. # [15:18] * Joins: davidb (davidb@13F2CEC5.7672369.D8E68FF6.IP)
  1723. # [15:19] * Quits: bitgeeky (bitgeeky@6D33E28B.246F24BE.EBCC7000.IP) (Ping timeout)
  1724. # [15:19] * Joins: bitgeeky (bitgeeky@6D33E28B.246F24BE.EBCC7000.IP)
  1725. # [15:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a894aaa5b7bc - Sotaro Ikeda - Bug 1035755 - Fix RemoveTextureFromCompositableTracker::ReleaseTextureClient() r=nical
  1726. # [15:20] * Quits: PiresFelix (Leonardo@60D8ECEB.A0707BC1.ECC737E3.IP) (Ping timeout)
  1727. # [15:20] * rail-bbl is now known as rail
  1728. # [15:21] * Joins: Mano (mano@moz-990BD9AE.red.bezeqint.net)
  1729. # [15:21] * Joins: serge (Thunderbir@moz-7FF6652E.dsl.teksavvy.com)
  1730. # [15:21] * bsmedberg-away is now known as bsmedberg
  1731. # [15:21] <Mano> Tomcat|Sheriffduty: any idea what happened with the (missing) merge of https://bugzilla.mozilla.org/show_bug.cgi?id=1018679
  1732. # [15:22] <Mano> I checked this in on fx-team six days ago.
  1733. # [15:22] * Joins: twi (Adium@moz-977FD29C.cust.vodafonedsl.it)
  1734. # [15:22] <RyanVM> Gijs: oh my, looks like esr24 has legit Windows orange from that push
  1735. # [15:23] <RyanVM> Mano: https://hg.mozilla.org/mozilla-central/rev/737cb19ee1c4
  1736. # [15:23] * Joins: PiresFelix (Leonardo@60D8ECEB.A0707BC1.ECC737E3.IP)
  1737. # [15:23] <RyanVM> https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=737cb19ee1c4
  1738. # [15:23] <RyanVM> ruh roh, Tomcat|sheriffduty ^
  1739. # [15:23] <Gijs> RyanVM: this is why I pushed it this morning... I wanted to push it last night, but I wasn't going to be around to look at it.
  1740. # [15:23] <Mano> RyanVM: ah, so just un-commented
  1741. # [15:23] * Quits: Optimizer1 (Optimizer@2E34C1E.6B54F9F0.BE4CF869.IP) (Ping timeout)
  1742. # [15:23] <Mano> thanks!
  1743. # [15:23] <RyanVM> Mano: looks like the merge went uncommented
  1744. # [15:23] * Joins: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net)
  1745. # [15:24] * khuey|away is now known as khuey
  1746. # [15:24] <@khuey> changing the skin to classic helps
  1747. # [15:24] <@khuey> Ms2ger: ^
  1748. # [15:24] <Ms2ger> How 1998 does that look?
  1749. # [15:25] <@khuey> well I see it on the w3c and webkit bugzillas all the time so ...
  1750. # [15:26] <Ms2ger> Oh, hm
  1751. # [15:26] <Gijs> RyanVM: err... that push should only have touched printing stuff
  1752. # [15:26] <Gijs> the tests failing are, in theory, about cross domain iframe/xhr access from jetpack
  1753. # [15:26] <Gijs> that... makes no sense at all.
  1754. # [15:27] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/ddba60091ad3 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1755. # [15:27] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/9a2f4d7947ca - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1756. # [15:27] <Gijs> unless I busted the world
  1757. # [15:27] <Gijs> but then I'd expect more things to fall over than just jetpack
  1758. # [15:27] <RyanVM> jetpack tests doing nonsensical things?!?! unpossible!
  1759. # [15:27] <Gijs> (m-bc for a start)
  1760. # [15:27] <Gijs> yeah
  1761. # [15:27] <Gijs> oh, actually, xp is green
  1762. # [15:27] <Gijs> this is just win7 and win8
  1763. # [15:28] * Quits: h4writer (h4writer@moz-6BDA8831.access.telenet.be) (Ping timeout)
  1764. # [15:28] <jfkthame> khuey, Ms2ger, or whoever doesn't like the "r" on bugzilla, see https://github.com/mozilla/Fira/issues/49
  1765. # [15:28] * Quits: vwls (vwls@moz-25528698.nyc.res.rr.com) (Client exited)
  1766. # [15:28] * glob|away is now known as glob
  1767. # [15:28] * Joins: vwls (vwls@moz-25528698.nyc.res.rr.com)
  1768. # [15:28] * armenzg_brb is now known as armenzg
  1769. # [15:28] * Quits: vwls (vwls@moz-25528698.nyc.res.rr.com) (Connection reset by peer)
  1770. # [15:29] <Ms2ger> Gijs, ^
  1771. # [15:29] * Quits: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net) (Ping timeout)
  1772. # [15:29] * coop is now known as coop|mtg
  1773. # [15:29] * Joins: vwls (vwls@moz-25528698.nyc.res.rr.com)
  1774. # [15:29] <Gijs> RyanVM: which is sadly congruent with bug 1034993 comment 7
  1775. # [15:29] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  1776. # [15:30] <Gijs> jimm: so remember bug 1034993 / bug 701479 ? :)
  1777. # [15:30] <Gijs> jimm: it's busting up on esr24
  1778. # [15:30] * Quits: vwls (vwls@moz-25528698.nyc.res.rr.com) (Ping timeout)
  1779. # [15:31] <Gijs> jimm: unless you have an offhand idea about how to fix, I'm tempted to back out, wontfix, and tell the reporter "esr 31 is out soon, use that when it's out"
  1780. # [15:31] * bobowen is now known as bobowen|afk
  1781. # [15:31] <glob> ahhh, y'all noticed
  1782. # [15:31] <RyanVM> glob: it was subtle, but noticeable ;)
  1783. # [15:31] * Joins: h4writer (h4writer@moz-6BDA8831.access.telenet.be)
  1784. # [15:31] <Gijs> glob: was this just a ploy to get us to read the bmo push day notes more carefully? :P
  1785. # [15:31] * Callek_disconnected is now known as Callek
  1786. # [15:31] <Gijs> (I opened bugzilla this morning, and the next thing I did was look for your notes)
  1787. # [15:31] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Ping timeout)
  1788. # [15:31] <glob> hehe
  1789. # [15:32] * Fallen|away is now known as Fallen
  1790. # [15:33] * Joins: rbarnes (rbarnes@BA2E35F6.5E7AC5F4.FAA4474F.IP)
  1791. # [15:33] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  1792. # [15:33] * Quits: rbarnes (rbarnes@BA2E35F6.5E7AC5F4.FAA4474F.IP) (Input/output error)
  1793. # [15:33] * Joins: rbarnes (rbarnes@BA2E35F6.5E7AC5F4.FAA4474F.IP)
  1794. # [15:34] * FuzzyFox|afk is now known as FuzzyFox
  1795. # [15:34] * Joins: emtwo (Adium@13F2CEC5.7672369.D8E68FF6.IP)
  1796. # [15:34] * bobowen|afk is now known as bobowen
  1797. # [15:35] * Quits: jviereck03 (Adium@moz-D2CED68.ethz.ch) (Quit: Leaving.)
  1798. # [15:35] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Ping timeout)
  1799. # [15:35] * bgrins1 is now known as bgrins|afk
  1800. # [15:35] * Joins: smaug (chatzilla@moz-38C5B03.elisa-laajakaista.fi)
  1801. # [15:35] * ChanServ sets mode: +o smaug
  1802. # [15:36] * Joins: ehugg (ehugg@moz-44D86B1E.cisco.com)
  1803. # [15:36] * Quits: jchaulk (jchaulk@moz-E08C78F8.cpe.pppoe.ca) (Quit: Leaving.)
  1804. # [15:37] * Quits: @khuey (khuey@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1805. # [15:37] * Joins: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net)
  1806. # [15:38] * Quits: jackneill (jackneill@moz-B6B9C699.pool.digikabel.hu) (Ping timeout)
  1807. # [15:38] * Quits: maxli (maxli@moz-EE42E0E.student.cs.uwaterloo.ca) (Quit: Leaving.)
  1808. # [15:42] * Joins: jackneill (jackneill@moz-DA7DFAA5.pool.digikabel.hu)
  1809. # [15:42] * Joins: khuey (khuey@moz-DB4A9C19.scl3.mozilla.com)
  1810. # [15:42] * ChanServ sets mode: +o khuey
  1811. # [15:42] <Gijs> RyanVM: I need to head out, so I'm just going to back this out and needinfo jimm on the bug.
  1812. # [15:42] <RyanVM> k
  1813. # [15:42] <RyanVM> DONTBUILD
  1814. # [15:42] <Gijs> RyanVM: err, really? :)
  1815. # [15:42] <RyanVM> why not?
  1816. # [15:43] <RyanVM> all you're reverting back to known-good
  1817. # [15:43] <jimm> huh
  1818. # [15:43] <jimm> odd failure
  1819. # [15:43] <Gijs> jimm: yup
  1820. # [15:43] <Gijs> RyanVM: fair point. Can do
  1821. # [15:43] <RyanVM> Gijs: thanks
  1822. # [15:43] <Gijs> jimm: Yeah... as noted above, I'm disinclined to spend too much time on it. Don't think it's the most important thing for us to do right now.
  1823. # [15:44] <Gijs> jimm: that alright?
  1824. # [15:44] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-esr24/rev/31b0c1ff3c0b - Gijs Kruitbosch - Backed out changeset 810977d38c0d (bug 701479) for jetpack orange, DONTBUILD because strict backout and RyanVM says so.
  1825. # [15:44] <jimm> yeah lets just backout
  1826. # [15:45] <RyanVM> nice
  1827. # [15:45] * FuzzyFox is now known as FuzzyFox|afk
  1828. # [15:45] <jimm> doesn'
  1829. # [15:45] <jimm> doesn't happen on xp either
  1830. # [15:46] <Gijs> jimm: yeah, see comment #7 on bug 1034993
  1831. # [15:46] * Joins: AaronMT (AaronMT@moz-53D1D1F.cpe.net.cable.rogers.com)
  1832. # [15:46] <Gijs> some of the print issues are win7/8 specific too
  1833. # [15:46] <Gijs> so I'm willing to believe there is some bizarre reason for the test failure
  1834. # [15:47] * Joins: mak (uid24946@CB1D25D9.E02B7C75.9377050C.IP)
  1835. # [15:47] <NeilAway> RealRaven: depends on the view
  1836. # [15:48] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f5aae6aa7bea - Benjamin Bouvier - Bug 991153: Fix gcc warning about unsigned / signed comparison in StupidAllocator; r=mjrosenb
  1837. # [15:48] * Gijs heads out for roughly an hour
  1838. # [15:48] * Quits: elin (elin@moz-6D854C10.dynamic-ip.hinet.net) (Quit: elin)
  1839. # [15:50] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/bec2e24b4af8 - chiajung hung - Bug 814524 - Change YUV=>RGB formula to a more precise version. r=jgilbert
  1840. # [15:50] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f1e4fe6d3fc7 - Vikneshwar - Bug 1037741 - Remove import of the unused FileUtils.jsm from WebappRT.jsm. r=marco
  1841. # [15:50] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d6e0d60ed14a - J. Ryan Stinnett - Bug 1037474 - Add default prefs file to Simulator. r=janx
  1842. # [15:50] * Joins: elin (elin@moz-6D854C10.dynamic-ip.hinet.net)
  1843. # [15:51] * Quits: rbarnes (rbarnes@BA2E35F6.5E7AC5F4.FAA4474F.IP) (Input/output error)
  1844. # [15:52] * Gijs is now known as Gijs_away
  1845. # [15:54] <NeilAway> RealRaven: yeah, in your case, you don't have much choice, there's no search method
  1846. # [15:55] * mcote is now known as mcote|mtg
  1847. # [15:56] * Joins: maxli (maxli@moz-EE42E0E.student.cs.uwaterloo.ca)
  1848. # [15:56] * Quits: stransky (stransky@moz-107AD163.redhat.com) (Quit: Connection reset by beer)
  1849. # [15:56] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  1850. # [15:56] * Quits: nical (nical@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  1851. # [15:57] * Quits: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: Leaving.)
  1852. # [15:57] * Joins: jchaulk (jchaulk@moz-E08C78F8.cpe.pppoe.ca)
  1853. # [15:57] * Quits: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de) (Input/output error)
  1854. # [15:58] * Joins: nical (nical@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1855. # [15:58] * Joins: linuxwolf (Adium@moz-44D86B1E.cisco.com)
  1856. # [15:59] * Joins: crucerucalin (quassel@moz-E435A28D.eregie.pub.ro)
  1857. # [16:00] * Joins: asobolev (asobolev@moz-A53CBDA1.hsd1.ca.comcast.net)
  1858. # [16:00] * Joins: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net)
  1859. # [16:01] * Quits: kats|away (kats@moz-7A4332AD.compute-1.amazonaws.com) (Max SendQ exceeded)
  1860. # [16:01] * Quits: bogdan_maris (Instantbir@28C4EA76.976FBEE.5BC07656.IP) (Quit: bogdan_maris)
  1861. # [16:01] * Joins: kats (kats@moz-7A4332AD.compute-1.amazonaws.com)
  1862. # [16:02] * Quits: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: Leaving.)
  1863. # [16:02] * Quits: elin (elin@moz-6D854C10.dynamic-ip.hinet.net) (Quit: elin)
  1864. # [16:02] * Parts: kats (kats@moz-7A4332AD.compute-1.amazonaws.com)
  1865. # [16:02] * davidb is now known as davidb|afk
  1866. # [16:02] * davidb|afk is now known as davidb
  1867. # [16:02] * davidb is now known as davidb|afk
  1868. # [16:02] * Joins: kats (kats@moz-7A4332AD.compute-1.amazonaws.com)
  1869. # [16:02] * Joins: rbarnes (rbarnes@BA2E35F6.5E7AC5F4.FAA4474F.IP)
  1870. # [16:03] * Joins: janv (varga@13F2CEC5.7672369.D8E68FF6.IP)
  1871. # [16:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/da008ea25282 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1872. # [16:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/7c9d6e22a2dd - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1873. # [16:03] * Joins: allstarschh (allstarsch@moz-C3FBD80.dynamic.kbronet.com.tw)
  1874. # [16:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/0958d9abca75 - Thomas Zimmermann - Bug 1034660 - Exchange NDEF's PAYLOAD and ID fields in emulator interface. r=dlee
  1875. # [16:04] * Joins: kgrandon (Adium@4DCAC60F.815FBCBF.CA68F7F7.IP)
  1876. # [16:05] * Quits: jkitch (Thunderbir@moz-7C788612.lns20.adl2.internode.on.net) (Ping timeout)
  1877. # [16:05] * Joins: garvank (Garvan@moz-E6E7FA8C.cable.user.start.ca)
  1878. # [16:05] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=835e22069c1a - 14 changesets
  1879. # [16:06] * Joins: bjacob (bjacob@13F2CEC5.7672369.D8E68FF6.IP)
  1880. # [16:07] * Joins: maikmerten (maikmerten@moz-BB05D353.pools.arcor-ip.net)
  1881. # [16:08] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/78a3f502e6bd - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1882. # [16:10] * Joins: jviereck03 (Adium@moz-D2CED68.ethz.ch)
  1883. # [16:12] * mcote|mtg is now known as mcote
  1884. # [16:14] * coop|mtg is now known as coop
  1885. # [16:14] * Quits: mstange (markus@moz-A70447F7.dip0.t-ipconnect.de) (Ping timeout)
  1886. # [16:14] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?changeset=8a29d7e98900 - 50 changesets
  1887. # [16:14] * Joins: mdas (mdas@13F2CEC5.7672369.D8E68FF6.IP)
  1888. # [16:14] * Quits: garvank (Garvan@moz-E6E7FA8C.cable.user.start.ca) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  1889. # [16:15] * Parts: jviereck03 (Adium@moz-D2CED68.ethz.ch)
  1890. # [16:15] * Quits: RealRaven (Thunderbir@B61BE61A.5DC50F46.27F80FAC.IP) (Quit: RealRaven)
  1891. # [16:15] * Joins: toonetown (Adium@AFE0CF1A.31C130B9.30E47D40.IP)
  1892. # [16:15] * Joins: mstange_ (markus@moz-5A610E55.dip0.t-ipconnect.de)
  1893. # [16:15] * FuzzyFox|afk is now known as FuzzyFox
  1894. # [16:15] * mstange_ is now known as mstange
  1895. # [16:15] * Joins: elin (elin@moz-6D854C10.dynamic-ip.hinet.net)
  1896. # [16:16] * Joins: RealRaven (Thunderbir@B61BE61A.5DC50F46.27F80FAC.IP)
  1897. # [16:16] <toonetown> When a version moves out of the release branch, does it get added to some "historical" branch somewhere? If so, what is the naming convention for that?
  1898. # [16:16] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/pushloghtml?changeset=835e22069c1a - 191 changesets
  1899. # [16:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/pushloghtml?changeset=13cd3098c602 - 172 changesets
  1900. # [16:19] * Joins: mconley (mconley@13F2CEC5.7672369.D8E68FF6.IP)
  1901. # [16:19] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Ping timeout)
  1902. # [16:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/ab95805551fc - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1903. # [16:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/eb856cdb380a - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1904. # [16:20] * Parts: toonetown (Adium@AFE0CF1A.31C130B9.30E47D40.IP)
  1905. # [16:22] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/06a47123670e - Alexander Surkov - Bug 1034640 - crash in nsAccessibilityService::CreateAccessibleByFrameType, r=tbsaunde
  1906. # [16:22] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  1907. # [16:23] * Joins: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP)
  1908. # [16:23] * Joins: josh (josh@moz-2E9C1C52.hsd1.mn.comcast.net)
  1909. # [16:23] * Quits: Mano (mano@moz-990BD9AE.red.bezeqint.net) (Client exited)
  1910. # [16:23] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  1911. # [16:23] * Joins: Mano (mano@moz-990BD9AE.red.bezeqint.net)
  1912. # [16:23] * Quits: Sushant94 (Sushant@6C4EF732.D53F6656.D30E9BEF.IP) (Quit: Leaving)
  1913. # [16:25] * Quits: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  1914. # [16:25] * Quits: Mano (mano@moz-990BD9AE.red.bezeqint.net) (Ping timeout)
  1915. # [16:25] <clb> how would I disable CORS Same Origin Policy check in Firefox?
  1916. # [16:25] * Quits: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com) (Client exited)
  1917. # [16:25] * davidb|afk is now known as davidb
  1918. # [16:25] * Quits: dria (dria@212685B3.5B8F260F.586E6F35.IP) (Quit: dria)
  1919. # [16:25] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  1920. # [16:26] <clb> something like --disable-web-security that Chrome has
  1921. # [16:26] <Ms2ger> You wouldn't
  1922. # [16:27] <clb> I see
  1923. # [16:27] <padenot> clb: about:config
  1924. # [16:27] * Quits: avaida (Instantbir@28C4EA76.976FBEE.5BC07656.IP) (Quit: Instantbird 1.5 -- http://www.instantbird.com)
  1925. # [16:27] <padenot> search for origin
  1926. # [16:27] * Quits: adalucinet (Instantbir@28C4EA76.976FBEE.5BC07656.IP) (Quit: adalucinet)
  1927. # [16:28] <Ms2ger> padenot--
  1928. # [16:29] * lmandel_afk is now known as lmandel
  1929. # [16:29] * Fallen is now known as Fallen|away
  1930. # [16:29] <clb> padenot: the pref security.fileuri.strict_origin_policy = false doesn't seem to work
  1931. # [16:29] <padenot> I'm sure clb has a good reason to do that TEMPORARILY
  1932. # [16:29] <padenot> clb: that's for file:/// things
  1933. # [16:29] <clb> oh ok
  1934. # [16:29] <clb> is there some other option that I could try?
  1935. # [16:30] <padenot> clb: what are you trying to do ?
  1936. # [16:30] * Quits: maikmerten (maikmerten@moz-BB05D353.pools.arcor-ip.net) (Quit: Leaving)
  1937. # [16:30] <clb> we have a web server we can't reconfigure at the moment to add the headers
  1938. # [16:30] <Ms2ger> No, there's no other options
  1939. # [16:30] <clb> and I would not like to propose the client to use Google Chrome while I'm visiting them
  1940. # [16:31] <padenot> just slap a cors proxy in from of the urls
  1941. # [16:31] <padenot> s/from/front/
  1942. # [16:31] * Quits: Anupkumar (uid16774@631DDABB.E02B7C75.9377050C.IP) (Quit: Connection closed for inactivity)
  1943. # [16:31] * Joins: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP)
  1944. # [16:31] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  1945. # [16:32] * Quits: crucerucalin (quassel@moz-E435A28D.eregie.pub.ro) (Ping timeout)
  1946. # [16:32] * Joins: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com)
  1947. # [16:33] * Quits: RealRaven (Thunderbir@B61BE61A.5DC50F46.27F80FAC.IP) (Quit: RealRaven)
  1948. # [16:33] * Quits: elin (elin@moz-6D854C10.dynamic-ip.hinet.net) (Quit: elin)
  1949. # [16:33] * Joins: RealRaven (Thunderbir@B61BE61A.5DC50F46.27F80FAC.IP)
  1950. # [16:33] * Quits: Optimizer (Instantbir@4F3E1057.A6DE773B.88FACCAA.IP) (Ping timeout)
  1951. # [16:33] <clb> setting up proxies is a high learning curve.. I don't know how to do that, and beginning to teach the client to set up those is not a good way either
  1952. # [16:34] * Quits: bgrins|afk (bgrins@C7203E51.FBD8ACDB.20F09BA6.IP) (Quit: Leaving.)
  1953. # [16:34] * Joins: bgrins (bgrins@C7203E51.FBD8ACDB.20F09BA6.IP)
  1954. # [16:34] <padenot> clb: if it's for a demo, just prepend your urls by http://www.corsproxy.com/
  1955. # [16:35] * Joins: ahameez (ahameez@moz-4C1E443F.clients.kiwiirc.com)
  1956. # [16:35] * Joins: timdream (timdream@moz-8BC8951.dynamic.hinet.net)
  1957. # [16:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/a8e652576020 - B2G Bumper Bot - Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
  1958. # [16:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/66700972e7af - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1959. # [16:37] * Joins: billm (billm@moz-94892FBF.hsd1.ca.comcast.net)
  1960. # [16:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6876da7d8806 - Benoit Jacob - Bug 988549 - Back out the Intel-specific blacklist relaxations from bug 984417 as these blacklist entries were actually needed to avoid _VEC_memzero crashes - r=Bas
  1961. # [16:37] * Quits: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com) (Client exited)
  1962. # [16:38] * Tomcat|Sheriffduty is now known as Tomcat
  1963. # [16:38] * Quits: Ms2ger (Ms2ger@moz-CE3CEBEE.access.telenet.be) (Ping timeout)
  1964. # [16:38] <clb> padenot: that's unfortunately not possible
  1965. # [16:38] * Quits: pauly (silaghipau@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP) (Quit: pauly)
  1966. # [16:38] <clb> I guess I'll start writing up a proxy then
  1967. # [16:38] * Joins: Ms2ger (Ms2ger@moz-CE3CEBEE.access.telenet.be)
  1968. # [16:39] <clb> is there a bugzilla entry on adding that option to Firefox?
  1969. # [16:39] <padenot> clb: there are tons of proxies you can run locally out there
  1970. # [16:39] * Joins: vwls (vwls@moz-25528698.nyc.res.rr.com)
  1971. # [16:39] * Quits: jimm (jmathies@moz-DF439B90.pn.at.cox.net) (Quit: )
  1972. # [16:39] <padenot> I use https://www.npmjs.org/package/corsproxy, it works fine.
  1973. # [16:39] * Joins: jimm (jmathies@moz-DF439B90.pn.at.cox.net)
  1974. # [16:39] * Quits: RealRaven (Thunderbir@B61BE61A.5DC50F46.27F80FAC.IP) (Quit: RealRaven)
  1975. # [16:40] * julienw is now known as julienw_afk
  1976. # [16:40] * Joins: RealRaven (Thunderbir@B61BE61A.5DC50F46.27F80FAC.IP)
  1977. # [16:40] <clb> hmm, does using a proxy require me to change the URL I'm requesting?
  1978. # [16:41] * Joins: till (till@moz-C1B2476C.adsl.alicedsl.de)
  1979. # [16:41] * Quits: ehugg (ehugg@moz-44D86B1E.cisco.com) (Quit: ehugg)
  1980. # [16:41] * Quits: vwls (vwls@moz-25528698.nyc.res.rr.com) (Ping timeout)
  1981. # [16:41] * Tomcat is now known as Tomcat|afk
  1982. # [16:41] * Quits: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  1983. # [16:42] * Joins: rogeliodh (Thunderbir@DFA43A1F.F7A04692.D67CC001.IP)
  1984. # [16:43] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  1985. # [16:43] * Quits: maxli (maxli@moz-EE42E0E.student.cs.uwaterloo.ca) (Quit: Leaving.)
  1986. # [16:44] * Quits: spohl (Adium@D316009B.9BDB00A1.6BD2C51E.IP) (Ping timeout)
  1987. # [16:46] * Quits: sankha93 (uid12218@CB1D25D9.E02B7C75.9377050C.IP) (Quit: )
  1988. # [16:46] * RyanVM is now known as RyanVM|sheriffduty
  1989. # [16:46] * Quits: RealRaven (Thunderbir@B61BE61A.5DC50F46.27F80FAC.IP) (Connection reset by peer)
  1990. # [16:46] <@khuey> jfkthame: I think it's more than the 'r' I don't like
  1991. # [16:46] * Joins: spohl (Adium@moz-D76FB63D.reverse.softlayer.com)
  1992. # [16:46] <@khuey> jfkthame: the whole font looks "bold" to me
  1993. # [16:46] * Quits: gsvelto (gsvelto@A73312E.6B878F99.18F3A0C.IP) (Ping timeout)
  1994. # [16:47] * Quits: allstarschh (allstarsch@moz-C3FBD80.dynamic.kbronet.com.tw) (Input/output error)
  1995. # [16:47] * Joins: RealRaven (Thunderbir@B61BE61A.5DC50F46.27F80FAC.IP)
  1996. # [16:47] * Joins: Snuffleupagus (chatzilla@moz-50E31F78.bredband.comhem.se)
  1997. # [16:47] * Joins: botond|wfh (chatzilla@moz-28026E5D.cpe.pppoe.ca)
  1998. # [16:49] * Joins: paolo_ (paolo@88F51059.F3BBB17D.144F44FA.IP)
  1999. # [16:49] * Quits: paolo (paolo@88F51059.F3BBB17D.144F44FA.IP) (Connection reset by peer)
  2000. # [16:49] * Joins: myk (myk@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2001. # [16:49] * Joins: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP)
  2002. # [16:49] <Ms2ger> Yeah, it's a little bolder than what we had before
  2003. # [16:49] <clb> padenot: does that work for https do you know?
  2004. # [16:49] <padenot> clb: I haven't tried
  2005. # [16:49] * Joins: mdas_ (mdas@FCCEA34F.7672369.D8E68FF6.IP)
  2006. # [16:50] * Quits: RealRaven (Thunderbir@B61BE61A.5DC50F46.27F80FAC.IP) (Connection reset by peer)
  2007. # [16:50] * BenWa|email is now known as BenWa
  2008. # [16:50] * Quits: mdas (mdas@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2009. # [16:50] * Joins: RealRaven (Thunderbir@B61BE61A.5DC50F46.27F80FAC.IP)
  2010. # [16:50] * Quits: timdream (timdream@moz-8BC8951.dynamic.hinet.net) (Quit: timdream)
  2011. # [16:51] * Quits: @ehsan (ehsan@moz-B4709FAB.cable.teksavvy.com) (Input/output error)
  2012. # [16:52] * Quits: paolo_ (paolo@88F51059.F3BBB17D.144F44FA.IP) (Quit: Konversation terminated!)
  2013. # [16:52] * Joins: paolo (paolo@88F51059.F3BBB17D.144F44FA.IP)
  2014. # [16:52] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  2015. # [16:53] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  2016. # [16:53] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  2017. # [16:53] * Joins: Mano (mano@moz-990BD9AE.red.bezeqint.net)
  2018. # [16:53] * Joins: Optimizer (Optimizer@2E34C1E.6B54F9F0.BE4CF869.IP)
  2019. # [16:54] * Quits: jfkthame (jfkthame@DA2E3795.4CEA26B6.3E2A4E92.IP) (Quit: This computer has gone to sleep)
  2020. # [16:55] * Joins: StevenLee (Adium@moz-5DC43EE6.dynamic.hinet.net)
  2021. # [16:55] * Quits: PiresFelix (Leonardo@60D8ECEB.A0707BC1.ECC737E3.IP) (Quit: Leaving)
  2022. # [16:55] * Quits: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP) (Quit: Leaving.)
  2023. # [16:57] * Joins: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2024. # [16:57] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2025. # [16:58] * Joins: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP)
  2026. # [16:58] * Joins: maxli (maxli@moz-EE42E0E.student.cs.uwaterloo.ca)
  2027. # [16:58] * Joins: crucerucalin (quassel@A64FDE7E.7E118222.89C0DD0D.IP)
  2028. # [16:59] * Quits: RealRaven (Thunderbir@B61BE61A.5DC50F46.27F80FAC.IP) (Quit: RealRaven)
  2029. # [16:59] * Joins: RealRaven (Thunderbir@B61BE61A.5DC50F46.27F80FAC.IP)
  2030. # [17:00] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2031. # [17:00] * Joins: jduell (jduell@moz-612365A.hsd1.wa.comcast.net)
  2032. # [17:00] * Quits: Optimizer (Optimizer@2E34C1E.6B54F9F0.BE4CF869.IP) (Ping timeout)
  2033. # [17:01] * terrence-afk is now known as terrence
  2034. # [17:01] * Quits: StevenLee (Adium@moz-5DC43EE6.dynamic.hinet.net) (Quit: Leaving.)
  2035. # [17:01] * Joins: Optimizer (Optimizer@2E34C1E.6B54F9F0.BE4CF869.IP)
  2036. # [17:02] * catlee is now known as catlee-away
  2037. # [17:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/bfa9322bb3a6 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  2038. # [17:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/d331085c63fd - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2039. # [17:04] * Quits: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP) (Quit: Leaving.)
  2040. # [17:04] * Joins: ehugg (ehugg@moz-25F698E2.public.wayport.net)
  2041. # [17:04] * Joins: StevenLee (Adium@moz-5DC43EE6.dynamic.hinet.net)
  2042. # [17:05] * hwine-ooo is now known as hwine
  2043. # [17:05] * Joins: dria (dria@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2044. # [17:06] * Joins: jviereck03 (Adium@moz-D2CED68.ethz.ch)
  2045. # [17:06] * Joins: robertbindar (uid36603@F96EF34A.E02B7C75.9377050C.IP)
  2046. # [17:06] * Joins: bz (bzbarsky@moz-72881629.bstnma.fios.verizon.net)
  2047. # [17:06] * ChanServ sets mode: +o bz
  2048. # [17:06] * Quits: jviereck03 (Adium@moz-D2CED68.ethz.ch) (Max SendQ exceeded)
  2049. # [17:06] * Joins: jviereck03 (Adium@moz-D2CED68.ethz.ch)
  2050. # [17:06] * Quits: jviereck03 (Adium@moz-D2CED68.ethz.ch) (Max SendQ exceeded)
  2051. # [17:06] * Joins: jviereck03 (Adium@moz-D2CED68.ethz.ch)
  2052. # [17:07] * Quits: StevenLee (Adium@moz-5DC43EE6.dynamic.hinet.net) (Quit: Leaving.)
  2053. # [17:07] * Quits: jduell (jduell@moz-612365A.hsd1.wa.comcast.net) (Input/output error)
  2054. # [17:09] * Joins: jedp (jedp@moz-3AA8030E.dsl.dynamic.sonic.net)
  2055. # [17:09] * Quits: jedp (jedp@moz-3AA8030E.dsl.dynamic.sonic.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  2056. # [17:13] * Quits: Andreea|mtg (Thunderbir@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP) (Client exited)
  2057. # [17:13] * Quits: bnicholson (bnicholson@F118B273.BF05706.A36C57B9.IP) (Ping timeout)
  2058. # [17:13] * Quits: squeakytoy (squeakytoy@7061EEAD.41CBD7B1.148A607A.IP) (Quit: Leaving)
  2059. # [17:13] * Joins: StevenLee (Adium@moz-5DC43EE6.dynamic.hinet.net)
  2060. # [17:15] <bjacob> KaiRo: ping
  2061. # [17:16] * Quits: RealRaven (Thunderbir@B61BE61A.5DC50F46.27F80FAC.IP) (Quit: RealRaven)
  2062. # [17:16] * Quits: fabrice (fabrice@495A1E63.5994028D.9CA62458.IP) (Ping timeout)
  2063. # [17:16] * Joins: gustavold (gustavold@B2910F7E.69C1DDB0.DF2AC62B.IP)
  2064. # [17:16] * Joins: RealRaven (Thunderbir@B61BE61A.5DC50F46.27F80FAC.IP)
  2065. # [17:18] <KaiRo> bjacob: pong
  2066. # [17:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/49d4e74e7471 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2067. # [17:18] * Joins: tonymec (tonymec@6EF92D4A.1ECADA64.277517C1.IP)
  2068. # [17:18] <bjacob> KaiRo: do we agree on this: we want a full backout in 31 and 32, and the intel-only backout in 33+
  2069. # [17:18] * Joins: WaltS48 (Thunderbir@moz-B1A50F3.pitbpa.east.verizon.net)
  2070. # [17:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3b96e18dd924 - Malini Das - Bug 1030442 - Be able to set and clear prefs at gecko startup, r=jgriffin
  2071. # [17:19] * Joins: chmanchester (chmanchest@6A88DD97.9D02FEA9.7A655194.IP)
  2072. # [17:19] * ggp is now known as ggp|lunch
  2073. # [17:20] <KaiRo> bjacob: The question is what the extent of those changes is
  2074. # [17:20] * jcranmer|away is now known as jcranmer
  2075. # [17:20] * Quits: chmanchester (chmanchest@6A88DD97.9D02FEA9.7A655194.IP) (Quit: )
  2076. # [17:20] * Quits: Optimizer (Optimizer@2E34C1E.6B54F9F0.BE4CF869.IP) (Ping timeout)
  2077. # [17:21] <bjacob> KaiRo: given that 33 is only now going to turn to aurora - can you trust my judgement there at least?
  2078. # [17:21] * mdas_ is now known as mdas
  2079. # [17:21] * Joins: ehsan (ehsan@13F2CEC5.7672369.D8E68FF6.IP)
  2080. # [17:21] * ChanServ sets mode: +o ehsan
  2081. # [17:21] * Quits: RealRaven (Thunderbir@B61BE61A.5DC50F46.27F80FAC.IP) (Quit: RealRaven)
  2082. # [17:22] * Joins: mdas_ (mdas@13F2CEC5.7672369.D8E68FF6.IP)
  2083. # [17:22] * Joins: RealRaven (Thunderbir@B61BE61A.5DC50F46.27F80FAC.IP)
  2084. # [17:22] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/ba12c4f70f5b - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  2085. # [17:22] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/7025d37f4b06 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2086. # [17:23] * coop is now known as coop|mtg
  2087. # [17:23] * Quits: mdas (mdas@FCCEA34F.7672369.D8E68FF6.IP) (Ping timeout)
  2088. # [17:23] * Joins: shorlander (shorlander@moz-26B8EBF6.swo.res.rr.com)
  2089. # [17:23] * Quits: scravag (Adium@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: Leaving.)
  2090. # [17:23] <botond|wfh> Did bugzilla change its fonts since yesterday?
  2091. # [17:24] * Quits: StevenLee (Adium@moz-5DC43EE6.dynamic.hinet.net) (Quit: Leaving.)
  2092. # [17:24] <padenot> botond|wfh: see /topic
  2093. # [17:24] * Quits: RealRaven (Thunderbir@B61BE61A.5DC50F46.27F80FAC.IP) (Quit: RealRaven)
  2094. # [17:24] * botond|wfh 's eyes are scarred, possibly permanently
  2095. # [17:24] * Quits: tzimmermann (tzimmerman@moz-6DC7645D.pools.arcor-ip.net) (Quit: Ex-Chat)
  2096. # [17:24] <glob> lol
  2097. # [17:24] * Joins: RealRaven (Thunderbir@B61BE61A.5DC50F46.27F80FAC.IP)
  2098. # [17:24] <Ms2ger> It does show how much we all rely on bmo
  2099. # [17:25] * Joins: jduell (jduell@moz-612365A.hsd1.wa.comcast.net)
  2100. # [17:25] * Quits: RealRaven (Thunderbir@B61BE61A.5DC50F46.27F80FAC.IP) (Quit: RealRaven)
  2101. # [17:26] * Joins: RattyAway (Jim_diGriz@8F2B84D7.587715E1.FB243CD8.IP)
  2102. # [17:26] * Joins: RealRaven (Thunderbir@B61BE61A.5DC50F46.27F80FAC.IP)
  2103. # [17:26] <RattyAway> https://hg.mozilla.org/mozilla-central/rev/6b3cbfdec943#l1.12
  2104. # [17:26] <RattyAway> +let { Services } = Components.utils.import("resource://gre/modules/Services.jsm", {});
  2105. # [17:26] <RattyAway> What's the point of this compared to: Components.utils.import("resource://gre/modules/Services.jsm");
  2106. # [17:28] <Ms2ger> It'll expose only Services, nothing else that may be in that module?
  2107. # [17:28] * Quits: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2108. # [17:28] <botond|wfh> seriously, this is what it looks like for me: http://tinypic.com/view.php?pic=dmwwg2&s=8
  2109. # [17:28] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2110. # [17:29] <botond|wfh> i really have to squint hard to convince myself that those "r"s are really "r"s
  2111. # [17:29] * Gijs_away is now known as Gijs
  2112. # [17:29] <mjrosenb> random ethical question: is filing bugs with non-mozilla open source projects considered "being productive"?
  2113. # [17:29] * Joins: Optimizer (Optimizer@8AC2C55.4FD8C53D.BE4CF869.IP)
  2114. # [17:29] <mjrosenb> "ethical" may have been too strong.
  2115. # [17:29] <glob> botond|wfh, https://github.com/mozilla/Fira/issues/49
  2116. # [17:30] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/6d35586449b3 - Joel Maher - Bug 1037375 - update talos to get latest bits for tp5o_scroll, glterrain, and other fixes. r=avih, a=test-only
  2117. # [17:30] <botond|wfh> so why change the site while the font is buggy?
  2118. # [17:31] <avih> jmaher: huh? didn't we land this already?? ^
  2119. # [17:31] <glob> botond|wfh, dogfood
  2120. # [17:31] <jmaher> avih: aurora :)
  2121. # [17:31] <avih> jmaher: oh :)
  2122. # [17:31] * Joins: jet (jet@moz-79F891EE.hsd1.ca.comcast.net)
  2123. # [17:32] <Ms2ger> mjrosenb, yes, imo
  2124. # [17:32] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  2125. # [17:32] * Joins: fCore (Mibbit@moz-FF7A113F.dip0.t-ipconnect.de)
  2126. # [17:32] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2127. # [17:32] * Parts: fCore (Mibbit@moz-FF7A113F.dip0.t-ipconnect.de)
  2128. # [17:32] * mdas_ is now known as mdas
  2129. # [17:32] * Joins: bwinton (bwinton@moz-DB4A9C19.scl3.mozilla.com)
  2130. # [17:33] * Parts: bwinton (bwinton@moz-DB4A9C19.scl3.mozilla.com) (Leaving...)
  2131. # [17:33] <RattyAway> Ms2ger: the only thing exported by Services.jsm is Services: EXPORTED_SYMBOLS: Services
  2132. # [17:33] * Fallen|away is now known as Fallen
  2133. # [17:33] * Quits: ewong|sleep (chatzilla@moz-8777076B.netvigator.com) (Ping timeout)
  2134. # [17:33] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/b9ff3addea44 - Hsin-Yi Tsai - Bug 981519 - Number and name presentation - part 1 - webidl. r=gene, r=smaug, a=lmandel
  2135. # [17:33] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/4abdb4491e6c - Hsin-Yi Tsai - Bug 981519 - Number and name presentation - part 2 - internal api. r=vicamo, a=lmandel
  2136. # [17:33] * Joins: Preeti (uid13882@AF7427AE.E02B7C75.9377050C.IP)
  2137. # [17:33] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/40c662631eba - Hsin-Yi Tsai - Bug 981519 - Number and name presentation - part 3 - DOM & IPC code. r=smaug, a=lmandel
  2138. # [17:33] <mjrosenb> Ms2ger: cool! because I spent like 2 hours filing a bug against emacs last night.
  2139. # [17:33] * Joins: gandalf (zbraniecki@moz-F9900A0D.hsd1.ca.comcast.net)
  2140. # [17:33] * Quits: idwer (irc@moz-67B6410D.adsl.online.nl) (Input/output error)
  2141. # [17:33] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/9b97219e0731 - Hsin-Yi Tsai - Bug 981519 - Number and name presentation - part 4 - ril impl. r=vicamo, a=lmandel
  2142. # [17:34] <jesup> glandium: unlikely-ping
  2143. # [17:34] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/78de1ef82275 - Hsin-Yi Tsai - Bug 981519 - Number and name presentation - part 5 - BT module. r=btian, a=lmandel
  2144. # [17:34] * mjrosenb is now known as mjrosenb|food
  2145. # [17:34] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/ded8f0cbc05f - Hsin-Yi Tsai - Bug 981519 - Number and name presentation - part 6 - test_call_presentation.js. r=vicamo, a=lmandel
  2146. # [17:34] <Ms2ger> mjrosenb, oh, emacs? In that case, no ;)
  2147. # [17:34] * Joins: ewong|sleep (chatzilla@moz-8777076B.netvigator.com)
  2148. # [17:34] * Joins: mchang (mchang@moz-793A0D3E.socal.res.rr.com)
  2149. # [17:34] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/9664c3ee8205 - Makoto Kato - Bug 1030899 - Remove issetugid usage on jemalloc. r=glandium, a=sledru
  2150. # [17:34] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/14b9fde050ba - Makoto Kato - Bug 1030899 - Undefine _EVENT_HAVE_ISSETUGID. r=josh, a=sledru
  2151. # [17:34] * Joins: rkent (Thunderbir@moz-CCEA8D95.hsd1.wa.comcast.net)
  2152. # [17:34] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/bccc4c5da5ed - Magnus Melin - Bug 1012398 - Completion doesn't take capitalization from address book entry. Also fixes bug 1009469. r=Enn, a=sledru
  2153. # [17:34] * Joins: ckerschb (ckerschb@moz-62518563.mtv2.mozilla.com)
  2154. # [17:34] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/244a3dc5bf49 - Botond Ballo - Bug 1034376 - Avoid APZC being stuck in overscrolled state when CancelAnimation() is called during panning. r=kats, a=2.0+
  2155. # [17:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/3ef49ed42cad - Eric Edens - Bug 1038534 - Don't let ProGuard discard (support) Fragments. r=nalexander
  2156. # [17:35] * Joins: chmanchester (quassel@6A88DD97.9D02FEA9.7A655194.IP)
  2157. # [17:37] * Joins: jduell_ (jduell@moz-612365A.hsd1.wa.comcast.net)
  2158. # [17:37] * Quits: RealRaven (Thunderbir@B61BE61A.5DC50F46.27F80FAC.IP) (Quit: RealRaven)
  2159. # [17:38] * Quits: jduell (jduell@moz-612365A.hsd1.wa.comcast.net) (Ping timeout)
  2160. # [17:38] * Joins: RealRaven (Thunderbir@B61BE61A.5DC50F46.27F80FAC.IP)
  2161. # [17:38] * Joins: fabrice (fabrice@moz-70805716.mycingular.net)
  2162. # [17:38] * Quits: jhorak (jhorak@moz-107AD163.redhat.com) (Client exited)
  2163. # [17:38] * Quits: fabrice (fabrice@moz-70805716.mycingular.net) (Max SendQ exceeded)
  2164. # [17:39] * Quits: bitgeeky (bitgeeky@6D33E28B.246F24BE.EBCC7000.IP) (Ping timeout)
  2165. # [17:39] * Joins: bitgeeky (bitgeeky@6D33E28B.246F24BE.EBCC7000.IP)
  2166. # [17:39] * Joins: fabrice (fabrice@moz-70805716.mycingular.net)
  2167. # [17:40] * Quits: fabrice (fabrice@moz-70805716.mycingular.net) (Max SendQ exceeded)
  2168. # [17:40] * Quits: chmanchester (quassel@6A88DD97.9D02FEA9.7A655194.IP) (Ping timeout)
  2169. # [17:41] * Quits: gandalf (zbraniecki@moz-F9900A0D.hsd1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  2170. # [17:41] * Joins: Mossop (dtownsend@53343B0D.8DCA2D5.5E2862A8.IP)
  2171. # [17:42] * Quits: m_gol (m_gol@moz-DEF52D5.static.chello.pl) (Quit: Leaving...)
  2172. # [17:42] * Joins: fabrice (fabrice@moz-70805716.mycingular.net)
  2173. # [17:43] * Quits: fabrice (fabrice@moz-70805716.mycingular.net) (Max SendQ exceeded)
  2174. # [17:43] * Joins: dbaron (dbaron@moz-6F4D2D12.dsl.dynamic.sonic.net)
  2175. # [17:43] * ChanServ sets mode: +ao dbaron dbaron
  2176. # [17:43] * Fallen is now known as Fallen|away
  2177. # [17:43] * coop|mtg is now known as coop
  2178. # [17:44] * Joins: fabrice (fabrice@moz-70805716.mycingular.net)
  2179. # [17:44] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/36d1f1b5fa96 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  2180. # [17:44] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/160e467cd603 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2181. # [17:44] * Joins: drno (nohlmeier@moz-62518563.mtv2.mozilla.com)
  2182. # [17:45] * bitgeeky is now known as bitgeeky|dinner
  2183. # [17:45] * Quits: Optimizer (Optimizer@8AC2C55.4FD8C53D.BE4CF869.IP) (Ping timeout)
  2184. # [17:45] * Joins: mt_ (mt@moz-62518563.mtv2.mozilla.com)
  2185. # [17:45] * Quits: RealRaven (Thunderbir@B61BE61A.5DC50F46.27F80FAC.IP) (Quit: RealRaven)
  2186. # [17:46] * Joins: RealRaven (Thunderbir@B61BE61A.5DC50F46.27F80FAC.IP)
  2187. # [17:47] * Joins: jgriffin (jgriffin@moz-791CC332.hsd1.wa.comcast.net)
  2188. # [17:47] * Quits: mt_ (mt@moz-62518563.mtv2.mozilla.com) (Quit: Leaving.)
  2189. # [17:47] <jesup> gps: ping
  2190. # [17:48] <fabrice> ggp|lunch: ping
  2191. # [17:48] * davidb is now known as davidb|afk
  2192. # [17:48] * Quits: dria (dria@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Connection reset by peer)
  2193. # [17:48] * Joins: driia (dria@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2194. # [17:49] * davidb|afk is now known as davidb
  2195. # [17:50] * Joins: bent (chatzilla@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2196. # [17:50] * armenzg is now known as armenzg_lunch
  2197. # [17:51] * Joins: tomer (tomer@moz-C41B384C.static.012.net.il)
  2198. # [17:51] * davidb is now known as davidb|afk
  2199. # [17:51] * Joins: bwc (Adium@moz-62518563.mtv2.mozilla.com)
  2200. # [17:51] * Parts: gl (sid15144@AF7427AE.E02B7C75.9377050C.IP)
  2201. # [17:53] * Joins: dwong (dwong@moz-62518563.mtv2.mozilla.com)
  2202. # [17:53] * Quits: RealRaven (Thunderbir@B61BE61A.5DC50F46.27F80FAC.IP) (Quit: RealRaven)
  2203. # [17:53] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  2204. # [17:53] <RyanVM|sheriffduty> botond|wfh: https://tbpl.mozilla.org/php/getParsedLog.php?id=43832379&tree=Mozilla-Aurora :(
  2205. # [17:54] * Joins: RealRaven (Thunderbir@B61BE61A.5DC50F46.27F80FAC.IP)
  2206. # [17:54] * Quits: ehugg (ehugg@moz-25F698E2.public.wayport.net) (Quit: ehugg)
  2207. # [17:55] * Joins: Optimizer (Optimizer@39C77C30.F2703C2A.274D17D6.IP)
  2208. # [17:55] * Quits: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net) (Ping timeout)
  2209. # [17:56] <Gijs> How do I figure out what host names are available to refer to localhost in a mochitest?
  2210. # [17:56] <botond|wfh> RyanVM|sheriffduty: hmm, it seems a dependency wasn't uplifted
  2211. # [17:56] * driia is now known as dria
  2212. # [17:56] <Gijs> I know about mochi.test and localhost and example.org/.com
  2213. # [17:56] <Gijs> I'm looking for any others...
  2214. # [17:57] <RyanVM|sheriffduty> botond|wfh: whee, let's play the game of "which unnoted deps are breaking this uplift?"
  2215. # [17:57] * walac|afk is now known as walac
  2216. # [17:57] <RyanVM|sheriffduty> botond|wfh: i'm going to guess bug 1037019
  2217. # [17:57] <botond|wfh> RyanVM|sheriffduty: the failure is in a test which was added as an aftethought
  2218. # [17:58] * Quits: h4writer (h4writer@moz-6BDA8831.access.telenet.be) (Ping timeout)
  2219. # [17:58] * Joins: ishikawa91 (uid36289@631DDABB.E02B7C75.9377050C.IP)
  2220. # [17:59] * darrin is now known as darrin_lunh
  2221. # [17:59] * darrin_lunh is now known as darrin_lunch
  2222. # [18:00] * Quits: rbarnes (rbarnes@BA2E35F6.5E7AC5F4.FAA4474F.IP) (Input/output error)
  2223. # [18:00] * Quits: gustavold (gustavold@B2910F7E.69C1DDB0.DF2AC62B.IP) (Quit: Leaving.)
  2224. # [18:00] * Joins: justindarc (justindarc@D2AEACFC.B56D28DB.B58D01CE.IP)
  2225. # [18:00] <RyanVM|sheriffduty> botond|wfh: shall I backout for now?
  2226. # [18:00] <gcp> glandium: ping
  2227. # [18:01] * jduell_ is now known as jduell
  2228. # [18:01] * Joins: wlach (wlach@13F2CEC5.7672369.D8E68FF6.IP)
  2229. # [18:01] * Joins: davispuh (quassel@CE5568AB.AEB760EF.D1BFA94D.IP)
  2230. # [18:01] <botond|wfh> RyanVM|sheriffduty: it's bug 1031024, patch 1
  2231. # [18:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d3f1b7411f3a - Bobby Holley - Bug 1036185 - Remove XPCCallContext::UnwrapThisIfAllowed. r=gabor
  2232. # [18:01] * Joins: ehugg (ehugg@moz-F46F489D.hsd1.wa.comcast.net)
  2233. # [18:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ce50f24edb55 - Bobby Holley - Bug 1036185 - Clean up logic in IsPermitted (bonus fix). r=gabor
  2234. # [18:01] <botond|wfh> RyanVM|sheriffduty: can we uplift that?
  2235. # [18:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d6289d614a70 - Bobby Holley - Bug 940323 - Mode strictMode to RuntimeOptions. r=jandem
  2236. # [18:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3b0111ca90e2 - Bobby Holley - Bug 1037756 - Move cloneSingletons to CompartmentOptions. r=jandem
  2237. # [18:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/db5ffe95df00 - Eddy Bruel - Bug 940317 - Move the varObjFix flag from ContextOptions to RuntimeOptions. r=bholley
  2238. # [18:02] <botond|wfh> RyanVM|sheriffduty: or, i could prepare a backout patch of just the test
  2239. # [18:02] <RyanVM|sheriffduty> botond|wfh: i can push it a=test-only
  2240. # [18:02] * Quits: RealRaven (Thunderbir@B61BE61A.5DC50F46.27F80FAC.IP) (Quit: RealRaven)
  2241. # [18:02] * Joins: rajul (rajul@B7D3A085.37A4BB1D.83D0DF30.IP)
  2242. # [18:02] <botond|wfh> RyanVM|sheriffduty: push the 1031024 patch?
  2243. # [18:02] <RyanVM|sheriffduty> yes
  2244. # [18:03] * Joins: RealRaven (Thunderbir@B61BE61A.5DC50F46.27F80FAC.IP)
  2245. # [18:03] <botond|wfh> RyanVM|sheriffduty: ok, that works. thanks!
  2246. # [18:03] <RyanVM|sheriffduty> except of course it doesn't apply cleanly
  2247. # [18:03] <RyanVM|sheriffduty> sigh
  2248. # [18:03] <botond|wfh> RyanVM|sheriffduty: i'll prepare an uplift patch
  2249. # [18:03] * Joins: gustavold (gustavold@B2910F7E.69C1DDB0.DF2AC62B.IP)
  2250. # [18:03] * Joins: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net)
  2251. # [18:03] <RyanVM|sheriffduty> can you just push it to aurora CLOSED TREE ?
  2252. # [18:03] * Joins: rbarnes (rbarnes@BA2E35F6.5E7AC5F4.FAA4474F.IP)
  2253. # [18:04] * Quits: sydpolk (Adium@moz-E7E571F.dynamic.ip.windstream.net) (Quit: Leaving.)
  2254. # [18:04] <botond|wfh> RyanVM|sheriffduty: will do
  2255. # [18:04] <RyanVM|sheriffduty> thanks
  2256. # [18:04] * Quits: gustavold (gustavold@B2910F7E.69C1DDB0.DF2AC62B.IP) (Quit: Leaving.)
  2257. # [18:04] * Joins: spenrose (textual@moz-6541E052.hsd1.ca.comcast.net)
  2258. # [18:05] * Quits: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net) (Ping timeout)
  2259. # [18:05] * Joins: catalinb (catalinb@moz-CF8BEBEF.dia.static.qwest.net)
  2260. # [18:05] * mdas is now known as mdas|afk
  2261. # [18:06] * ggp|lunch is now known as ggp
  2262. # [18:07] <ggp> fabrice: pong
  2263. # [18:08] * Quits: ahameez (ahameez@moz-4C1E443F.clients.kiwiirc.com) (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)
  2264. # [18:08] * Joins: vicamo (vicamo@moz-F9FADB68.dynamic-ip.hinet.net)
  2265. # [18:09] <botond|wfh> RyanVM|sheriffduty: pushed
  2266. # [18:09] <RyanVM|sheriffduty> thanks
  2267. # [18:09] * coop is now known as coop|mtg
  2268. # [18:09] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/c57fbd13b6f1 - Botond Ballo - Bug 1031024 - Uplift TestScopedBoolPref to aurora to reopen a CLOSED TREE (the bug 1034376 uplift depends on it). a=test-only
  2269. # [18:10] * Parts: Snuffleupagus (chatzilla@moz-50E31F78.bredband.comhem.se)
  2270. # [18:10] * Quits: bitgeeky|dinner (bitgeeky@6D33E28B.246F24BE.EBCC7000.IP) (Ping timeout)
  2271. # [18:11] * Quits: Optimizer (Optimizer@39C77C30.F2703C2A.274D17D6.IP) (Ping timeout)
  2272. # [18:11] * Joins: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net)
  2273. # [18:12] * Joins: Optimizer (Optimizer@39C77C30.F2703C2A.274D17D6.IP)
  2274. # [18:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7441f4dde492 - Monica Chew - Bug 1038465: Pass suggested filename to application reputation query (r=paolo)
  2275. # [18:13] * Quits: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net) (Ping timeout)
  2276. # [18:13] * Quits: ehugg (ehugg@moz-F46F489D.hsd1.wa.comcast.net) (Quit: ehugg)
  2277. # [18:13] * Joins: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net)
  2278. # [18:13] <ggp> fabrice: thank you very much for the patch, I'll look as soon as I'm out of this meeting. would love to discuss it when you have some time :)
  2279. # [18:16] <fabrice> ggp: cool!
  2280. # [18:17] * Joins: h4writer (h4writer@moz-6BDA8831.access.telenet.be)
  2281. # [18:17] * Quits: Mano (mano@moz-990BD9AE.red.bezeqint.net) (Client exited)
  2282. # [18:17] * Quits: esawin (esawin@5BEC7083.F96E1D95.95550721.IP) (Quit: leaving)
  2283. # [18:17] * Quits: capella-s32 (capella-s3@moz-3A08EE5.twcny.res.rr.com) (Quit: Talk atcha later)
  2284. # [18:17] * Joins: esawin (esawin@5BEC7083.F96E1D95.95550721.IP)
  2285. # [18:17] * Joins: Mano (mano@moz-990BD9AE.red.bezeqint.net)
  2286. # [18:17] * Quits: esawin (esawin@5BEC7083.F96E1D95.95550721.IP) (Quit: leaving)
  2287. # [18:17] * Joins: esawin (esawin@5BEC7083.F96E1D95.95550721.IP)
  2288. # [18:18] * darrin_lunch is now known as darrin
  2289. # [18:18] * Quits: jet (jet@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  2290. # [18:18] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  2291. # [18:18] * darrin is now known as darrin_lunch
  2292. # [18:19] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2293. # [18:19] * Quits: Mano (mano@moz-990BD9AE.red.bezeqint.net) (Ping timeout)
  2294. # [18:19] * Joins: jfkthame (jfkthame@DA2E3795.4CEA26B6.3E2A4E92.IP)
  2295. # [18:19] * Quits: crucerucalin (quassel@A64FDE7E.7E118222.89C0DD0D.IP) (Ping timeout)
  2296. # [18:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c54077a44ad8 - Ryan VanderMeulen - Backed out changeset 3b96e18dd924 (bug 1030442) for Windows Marionette failures.
  2297. # [18:20] * khuey is now known as khuey|away
  2298. # [18:21] * Joins: automata (automata@moz-B4A20AAE.jvece702.dsl.brasiltelecom.net.br)
  2299. # [18:21] * Quits: fabrice (fabrice@moz-70805716.mycingular.net) (Ping timeout)
  2300. # [18:22] * Joins: ehugg (ehugg@moz-44D86B1E.cisco.com)
  2301. # [18:22] * Joins: Mano (mano@moz-990BD9AE.red.bezeqint.net)
  2302. # [18:23] * darrin_lunch is now known as darrin
  2303. # [18:23] * WaltS48 is now known as WaltS48away
  2304. # [18:23] * pmoore is now known as pmoore|away
  2305. # [18:24] * Joins: chmanchester (chmanchest@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2306. # [18:24] <RyanVM|sheriffduty> mccr8: ping
  2307. # [18:24] * Quits: nical (nical@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: nical)
  2308. # [18:24] * Quits: rajul (rajul@B7D3A085.37A4BB1D.83D0DF30.IP) (Connection reset by peer)
  2309. # [18:24] * Joins: ckitching (ckitching@moz-C722A5D3.hsd1.ca.comcast.net)
  2310. # [18:25] * Quits: gabor (gabor@92F57509.E9E5A024.CA68F7F7.IP) (Client exited)
  2311. # [18:25] * Joins: rajul (rajul@149136EE.502D1C3D.388CF16F.IP)
  2312. # [18:26] * Quits: emtwo (Adium@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2313. # [18:26] * Joins: emtwo (Adium@13F2CEC5.7672369.D8E68FF6.IP)
  2314. # [18:26] * Joins: sylvain (scleymans@moz-62518563.mtv2.mozilla.com)
  2315. # [18:26] * Joins: bitgeeky|dinner (bitgeeky@3660C977.9034011E.E5F05D4F.IP)
  2316. # [18:26] * Quits: jviereck03 (Adium@moz-D2CED68.ethz.ch) (Quit: Leaving.)
  2317. # [18:26] * Quits: catalinb (catalinb@moz-CF8BEBEF.dia.static.qwest.net) (Ping timeout)
  2318. # [18:27] * Quits: gerv (Instantbir@moz-8E68CF56.in-addr.arpa) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  2319. # [18:27] * bobowen is now known as bobowen|afk
  2320. # [18:30] * Joins: bmoss (bmoss@moz-62518563.mtv2.mozilla.com)
  2321. # [18:30] * Joins: jet (jet@moz-79F891EE.hsd1.ca.comcast.net)
  2322. # [18:30] <NeilAway> Gijs: http://mxr.mozilla.org/comm-central/source/mozilla/build/pgo/server-locations.txt
  2323. # [18:31] * catlee-away is now known as catlee
  2324. # [18:32] * Quits: asobolev (asobolev@moz-A53CBDA1.hsd1.ca.comcast.net) (Quit: Leaving.)
  2325. # [18:32] <Gijs> NeilAway: thanks!
  2326. # [18:32] * capella is now known as capella|away
  2327. # [18:34] <NeilAway> Gijs: np
  2328. # [18:35] * Quits: rbarnes (rbarnes@BA2E35F6.5E7AC5F4.FAA4474F.IP) (Input/output error)
  2329. # [18:36] * Joins: rbarnes (rbarnes@BA2E35F6.5E7AC5F4.FAA4474F.IP)
  2330. # [18:36] * Quits: chmanchester (chmanchest@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  2331. # [18:36] * Joins: gerv (Instantbir@moz-8E68CF56.in-addr.arpa)
  2332. # [18:38] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/4089f731a406 - Eric Edens - Bug 1029292 - Replace Search Activity's GeckoView with WebView. r=nalexander
  2333. # [18:38] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/4e677c5bd39a - B2G Bumper Bot - Bumping gaia.json for 7 gaia revision(s) a=gaia-bump
  2334. # [18:38] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/a88ba54959be - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2335. # [18:39] <TimAbraldes> bent: hey, I said I'd ping you when I got to the office but I think it makes more sense to chat once I've got an updated patch. Can I ping you in an hour or two? And want to chat over in #boxing?
  2336. # [18:39] * Joins: chmanchester (chmanchest@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2337. # [18:39] <bent> TimAbraldes, sure, did you see my latest comment?
  2338. # [18:40] * Joins: walter (walter@moz-62518563.mtv2.mozilla.com)
  2339. # [18:40] * Joins: mccr8 (mccr8@moz-62518563.mtv2.mozilla.com)
  2340. # [18:41] <TimAbraldes> bent: yup! I'm going to try to leave as much unchaned as I can about the shutdown sequence, but some of the changes are actually fixing pre-existing bugs (like the strong reference to keep `GMPParent::Video*Destroyed` from accessing an already freed pointer)
  2341. # [18:41] * Quits: rajul (rajul@149136EE.502D1C3D.388CF16F.IP) (Ping timeout)
  2342. # [18:41] * Joins: juanb (jbecerra@moz-62518563.mtv2.mozilla.com)
  2343. # [18:41] <bent> TimAbraldes, that doesn't make sense to me really... the code as is shouldn't touch bad memory
  2344. # [18:42] <TimAbraldes> bent: let me double-check...
  2345. # [18:42] <bent> TimAbraldes, mostly because it does things synchronously
  2346. # [18:42] <bent> while the main thread is spinning an event loop
  2347. # [18:42] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  2348. # [18:42] * Joins: Mook_as (mook@moz-1FCC0032.activestate.com)
  2349. # [18:42] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  2350. # [18:43] * Quits: papples (uid37823@631DDABB.E02B7C75.9377050C.IP) (NickServ (GHOST command used by IRCMonkey7869))
  2351. # [18:43] * Joins: asobolev (asobolev@moz-A53CBDA1.hsd1.ca.comcast.net)
  2352. # [18:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/23720196dc5c - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  2353. # [18:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/c509ab8cc934 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2354. # [18:43] * Joins: nathan (nathan@moz-62518563.mtv2.mozilla.com)
  2355. # [18:43] * Joins: papples_ (uid37823@moz-A42E5B7B.irccloud.com)
  2356. # [18:44] * Joins: alex_tz (Adium@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2357. # [18:45] * Joins: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net)
  2358. # [18:46] * Quits: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net) (Quit: dholbert)
  2359. # [18:46] * Quits: maxli (maxli@moz-EE42E0E.student.cs.uwaterloo.ca) (Quit: Leaving.)
  2360. # [18:47] * Quits: botond|wfh (chatzilla@moz-28026E5D.cpe.pppoe.ca) (Quit: ChatZilla 0.9.90.1 [Firefox 30.0/20140605174243])
  2361. # [18:47] * coop|mtg is now known as coop
  2362. # [18:47] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2025d6c50499 - Jim Chen - Bug 1007824 - Add mfbt/LinuxSignal.h; r=snorp r=Ms2ger
  2363. # [18:47] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/68128a705799 - Jim Chen - Bug 1007824 - Use signal trampoline for profiler signal handler; r=BenWa
  2364. # [18:47] * Quits: asobolev (asobolev@moz-A53CBDA1.hsd1.ca.comcast.net) (Quit: Leaving.)
  2365. # [18:47] * Quits: Mano (mano@moz-990BD9AE.red.bezeqint.net) (Client exited)
  2366. # [18:48] * Joins: lgarner (lgarner@2D337F52.2D31AF7B.5AEB50C4.IP)
  2367. # [18:48] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/a5abbcdf950e - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  2368. # [18:48] <gps> jesup: pong
  2369. # [18:48] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/453aa9ce05b8 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2370. # [18:48] * Joins: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net)
  2371. # [18:48] * Joins: linuxwolf1 (Adium@5B1F851C.E9DEFC6F.284344F5.IP)
  2372. # [18:49] * Quits: Optimizer (Optimizer@39C77C30.F2703C2A.274D17D6.IP) (Ping timeout)
  2373. # [18:49] <catlee> dmajor: hey, are you still working on greening up win64 tests?
  2374. # [18:49] * Quits: rbarnes (rbarnes@BA2E35F6.5E7AC5F4.FAA4474F.IP) (Input/output error)
  2375. # [18:49] * Quits: linuxwolf (Adium@moz-44D86B1E.cisco.com) (Ping timeout)
  2376. # [18:49] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e5dfe9801f76 - Mark Hammond - Bug 1013064 (part 1) - prompt for master-password unlock when interacting with about:accounts. r=ttaubert
  2377. # [18:49] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/11f3a97d1d2c - Mark Hammond - Bug 1013064 (part 2) - Store sensitive FxA credentials in the login manager. r=ckarlof
  2378. # [18:49] <Ms2ger> We have win64 tests?
  2379. # [18:49] * armenzg_lunch is now known as armenzg
  2380. # [18:49] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e2374762f521 - Mark Hammond - Bug 1013064 (part 3) - only migrate data into the loginmgr when it is unlocked. r=ckarlof
  2381. # [18:49] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/91db8acb8d7e - Mark Hammond - Bug 1013064 (part 4) - browserid_identity and sync changes to support FxA credentials in the login manager. r=ckarlof,rnewman
  2382. # [18:50] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d0050ba0b875 - Mark Hammond - Bug 1013064 (part 5) - stop disabling the password engine when MP enabled. r=ttaubert
  2383. # [18:50] <TimAbraldes> bent: it looks to me like `GeckoMediaPluginService::UnloadPlugins` calls `GMPParent::UnloadProcess` for each of its `mPlugins`, and then releases the reference to that `GMPParent`(which might fire the destructor). `GMPParent::UnloadProcess` in turn calls `[En|De]codingComplete` for each of its encoders/decoders, closes the channel, and deletes the process. The `[En|De]codingComplete` functions seem to send an asynchronous message
  2384. # [18:50] <TimAbraldes> to the plugin process, which later responds by invoking `GMPParent::Video[En|De]coderDestroyed`. Is the `SendDecodingComplete` call actually synchronous?
  2385. # [18:50] <catlee> Ms2ger: on Date we do
  2386. # [18:51] * Joins: kip (kip@A6CF435B.D1155E2C.CFC2A289.IP)
  2387. # [18:51] * spenrose is now known as sam|afk
  2388. # [18:52] * davidb|afk is now known as davidb
  2389. # [18:52] * Joins: bajaj1 (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net)
  2390. # [18:53] * Joins: fabrice (fabrice@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2391. # [18:53] * Quits: tenmilestereo (tenmileste@ACC9D739.9CEADA13.56123B48.IP) (Quit: Leaving...)
  2392. # [18:53] * Quits: davidb (davidb@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  2393. # [18:53] * Quits: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net) (Ping timeout)
  2394. # [18:53] * Quits: mccr8 (mccr8@moz-62518563.mtv2.mozilla.com) (Connection reset by peer)
  2395. # [18:54] <bent> TimAbraldes, no, but once the channel is closed the child will not be able to respond
  2396. # [18:54] * Joins: davidb (davidb@13F2CEC5.7672369.D8E68FF6.IP)
  2397. # [18:54] * Joins: mccr8 (mccr8@moz-62518563.mtv2.mozilla.com)
  2398. # [18:54] * Quits: mccr8 (mccr8@moz-62518563.mtv2.mozilla.com) (Quit: mccr8)
  2399. # [18:55] * Joins: mccr8 (mccr8@moz-62518563.mtv2.mozilla.com)
  2400. # [18:55] <TimAbraldes> bent: oh I see. I think there's still potential for an issue though if the child does manage to respond before we close the channel
  2401. # [18:55] <KaiRo> bjacob: sorry, was pulled away by other stuff - my concern is that we might have crashes with multiple signatures that add up to significant volume, any cases where we have some users that get detrimental experience by unblacklisting
  2402. # [18:56] * Joins: mwobensmith (mwobensmit@moz-C07D5168.p2p.sfo1.mozilla.com)
  2403. # [18:56] <TimAbraldes> bent: or do we flush the channel as part of closing it?
  2404. # [18:56] <bent> TimAbraldes, it's possible i guess... i would have to dig into the code more than i really have time for right now in order to say 100% sure
  2405. # [18:56] <KaiRo> bjacob: so if we unblacklist anything, I want a list of what is unblacklisted and how to search for bugs that affect that configuration so we can explicitely compare before/after
  2406. # [18:56] * Joins: Mano (mano@moz-990BD9AE.red.bezeqint.net)
  2407. # [18:56] * Joins: azakai (alon@moz-62518563.mtv2.mozilla.com)
  2408. # [18:56] <bent> TimAbraldes, but that seems unrelated to sandboxing anyway
  2409. # [18:56] <TimAbraldes> bent: true
  2410. # [18:57] <bent> TimAbraldes, could file a followup for it
  2411. # [18:57] <bent> TimAbraldes, so as not to block sandboxing on it
  2412. # [18:57] * Joins: garvank (Garvan@moz-A6A46E3.dsl.teksavvy.com)
  2413. # [18:57] <TimAbraldes> bent: that sounds good. I'll file a bug that sums up the potential issue and update the patch to not touch the shutdown sequence
  2414. # [18:57] * Joins: rajul (rajul@B7D3A085.37A4BB1D.83D0DF30.IP)
  2415. # [18:58] <bent> TimAbraldes, sounds good
  2416. # [18:58] <TimAbraldes> bent: thanks! I'll r? you when the new patch is up
  2417. # [18:58] * Joins: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net)
  2418. # [18:58] <bent> ok
  2419. # [18:59] * bitgeeky|dinner is now known as bitgeeky
  2420. # [19:00] * Quits: fabrice (fabrice@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  2421. # [19:01] * Quits: mdas|afk (mdas@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2422. # [19:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b62115e8c780 - Steven Michaud - Bug 1033295 - Crash in nsWindowDataSource::GetWindowForResource. r=bsmedberg
  2423. # [19:02] * Joins: fabrice (fabrice@moz-C07D5168.p2p.sfo1.mozilla.com)
  2424. # [19:02] * Joins: tonymec|away (tonymec@6EF92D4A.1ECADA64.277517C1.IP)
  2425. # [19:02] * Joins: fabrice1 (fabrice@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2426. # [19:02] * Joins: StevenLee (Adium@moz-5DC43EE6.dynamic.hinet.net)
  2427. # [19:03] <NeilAway> Ms2ger: I even fixed one of them :-)
  2428. # [19:03] * Quits: joshua-s (Thunderbir@moz-76DDA354.syrcny.east.verizon.net) (Ping timeout)
  2429. # [19:04] * Quits: fabrice (fabrice@moz-C07D5168.p2p.sfo1.mozilla.com) (Ping timeout)
  2430. # [19:04] * Joins: cpeterson (cpeterson@moz-2236C142.hsd1.ca.comcast.net)
  2431. # [19:05] * Joins: mmcdonough (Martin@moz-62518563.mtv2.mozilla.com)
  2432. # [19:05] * Quits: jackneill (jackneill@moz-DA7DFAA5.pool.digikabel.hu) (Connection reset by peer)
  2433. # [19:05] * Quits: tedders1|german_timezone (tedders1@4DCAC60F.815FBCBF.CA68F7F7.IP) (Input/output error)
  2434. # [19:06] * Joins: jviereck03 (Adium@moz-D2CED68.ethz.ch)
  2435. # [19:06] * Joins: ekr (Adium@moz-24157589.mtv2.mozilla.com)
  2436. # [19:06] * Quits: jviereck03 (Adium@moz-D2CED68.ethz.ch) (Max SendQ exceeded)
  2437. # [19:07] * Joins: jviereck03 (Adium@moz-D2CED68.ethz.ch)
  2438. # [19:07] * Quits: bmoss (bmoss@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2439. # [19:07] <@ehsan> did bugzilla change fonts? or am I crazy?
  2440. # [19:07] <glob> ehsan, "or" ?
  2441. # [19:07] <glob> (also, see topic)
  2442. # [19:07] * Joins: Optimizer (Optimizer@39C77C30.F2703C2A.274D17D6.IP)
  2443. # [19:08] <Ms2ger> ehsan, yes and yes
  2444. # [19:08] <@ehsan> oh no
  2445. # [19:08] <@ehsan> change
  2446. # [19:08] <@ehsan> omg
  2447. # [19:08] <@ehsan> the world is coming to an end
  2448. # [19:08] <Ms2ger> ehsan, blame b2g, it's their font
  2449. # [19:08] <@ehsan> Ms2ger: looks weird
  2450. # [19:08] <Ms2ger> That too
  2451. # [19:08] <@ehsan> glob: y u change font?
  2452. # [19:09] <glob> Ms2ger, ehsan: both sansserif and monospace, or just mono?
  2453. # [19:09] <glob> ehsan, dogfooding
  2454. # [19:09] * Joins: bmoss (bmoss@moz-62518563.mtv2.mozilla.com)
  2455. # [19:09] <@ehsan> glob: the mono is what bothers me
  2456. # [19:09] <bjacob> KaiRo: based on past experience, i haven't yet seen an unblacklisting giving so many different crash signatures, that we couldn't handle them by our regular crash analysis
  2457. # [19:09] <@ehsan> glob: because it shrinks everything on the X axis
  2458. # [19:09] * Quits: Optimizer (Optimizer@39C77C30.F2703C2A.274D17D6.IP) (Ping timeout)
  2459. # [19:09] * Joins: joshua-s (Thunderbir@moz-2B6D8EB2.syrcny.east.verizon.net)
  2460. # [19:09] <@ehsan> glob: also it's a bit less readable
  2461. # [19:10] <@ehsan> I've been putting my nose into my monitor since this morning :(
  2462. # [19:10] <glob> yeah; almost all the negative feedback is around the mono font
  2463. # [19:10] * Quits: jet (jet@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  2464. # [19:10] <@ehsan> glob: can we revert this please?
  2465. # [19:10] <@ehsan> my neck is hurting already!
  2466. # [19:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/62c58a6ce205 - Erik Vold - Bug 1037374 - Uplift Add-on SDK to Firefox r=me
  2467. # [19:10] <Ms2ger> There's barely any non-mono text that you need to read on bmo
  2468. # [19:10] <glob> ehsan, maybe. we have a week until the next push
  2469. # [19:10] <@ehsan> gah
  2470. # [19:10] <KaiRo> bjacob: I just want to be aware what exactly we unblacklist and to be able to analyze data for that
  2471. # [19:10] <@ehsan> I guess I'll increase the font size to see if it helps
  2472. # [19:10] * Joins: sydpolk (Adium@moz-E7E571F.dynamic.ip.windstream.net)
  2473. # [19:11] <Ms2ger> ehsan, you can revert to the classic skin, fwiw
  2474. # [19:11] <@ehsan> Ms2ger: that looks like ass
  2475. # [19:11] * Quits: sydpolk (Adium@moz-E7E571F.dynamic.ip.windstream.net) (Max SendQ exceeded)
  2476. # [19:11] * Joins: ally (Adium@moz-DF4BA5E.hsd1.ca.comcast.net)
  2477. # [19:11] <Ms2ger> ehsan, and this doesn't? :)
  2478. # [19:11] <@ehsan> I just up'ed my font size
  2479. # [19:11] <@ehsan> like an ol' man
  2480. # [19:11] * Joins: sydpolk (Adium@moz-E7E571F.dynamic.ip.windstream.net)
  2481. # [19:11] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/0fcb1dc73d58 - Markus Stange - Back out bug 1008301 for causing bug 1021564 and bug 1025914. a=backout
  2482. # [19:11] <KaiRo> bjacob: we never unblocklist add-ons and DLLs usually, we seem to only even try to do that for gfx, and IMHO we should be *very* careful about it given there are very good reasons why we did so in the first place
  2483. # [19:12] <@ehsan> aha, now I can differentiate the i's and r's
  2484. # [19:12] * Joins: maxli (maxli@moz-EE42E0E.student.cs.uwaterloo.ca)
  2485. # [19:12] <bjacob> KaiRo: yeah, that's one of the many things that our current blacklisting system doesnt make as easy as it should. For now, your best way to tell what changed, is hg log / hg diff on the blacklist files (GfxInfo.cpp mostly)
  2486. # [19:12] * Quits: maxli (maxli@moz-EE42E0E.student.cs.uwaterloo.ca) (Input/output error)
  2487. # [19:13] * khuey|away is now known as khuey
  2488. # [19:13] <bjacob> KaiRo: no, these blacklist rules that we are removing are mostly not very well justified. We just mostly arbitrarily decided on a cut-off date. I had unfortunately forgotten that for Intel there actually was a specific issue. But for NVIDIA and AMD, there never was.
  2489. # [19:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/0ace848ee9e0 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  2490. # [19:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/7883d8e9f210 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2491. # [19:13] <KaiRo> bjacob: can't you (as in whoever does unblacklisting) give the stability list a note of what we unblacklist where with enough info so we are able to know about and query for issues?
  2492. # [19:14] * Joins: linuxwolf (Adium@moz-6D0FD3FC.cisco.com)
  2493. # [19:14] <KaiRo> bjacob: ok, if we do it with no good reason I understand why you want to lift that
  2494. # [19:14] * Quits: paolo (paolo@88F51059.F3BBB17D.144F44FA.IP) (Quit: Konversation terminated!)
  2495. # [19:14] <bjacob> KaiRo: i guess that's one thing that we could do, yes
  2496. # [19:15] * Joins: jackneill (jackneill@moz-DA7DFAA5.pool.digikabel.hu)
  2497. # [19:15] <KaiRo> bjacob: my largest issue is that this caught us completel off-guard in the stability group and we saw those strange crashes that were Intel-specific and nobody knew how we could suddenly have those in 31 when we didn't in 30
  2498. # [19:15] * Quits: bmoss (bmoss@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2499. # [19:15] * Quits: linuxwolf1 (Adium@5B1F851C.E9DEFC6F.284344F5.IP) (Ping timeout)
  2500. # [19:15] <KaiRo> bjacob: I want to prevent us getting caught off-guard again on such things :)
  2501. # [19:15] <bent> msg fill http://mxr.mozilla.org/mozilla-central/source/ipc/chromium/chromium-config.mozbuild#12
  2502. # [19:16] <bjacob> KaiRo: i understand. Yes, that makes sense. So after we've finished dealing with the current mess, i can send an email to stability
  2503. # [19:16] * Joins: asobolev (asobolev@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2504. # [19:16] * Joins: bnicholson (bnicholson@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2505. # [19:16] <bjacob> bajaj1: ping
  2506. # [19:16] * jaoo is now known as jaoo|afk
  2507. # [19:16] * Quits: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: rcirc on GNU Emacs 24.3.1)
  2508. # [19:16] <bajaj1> bjacob: pon
  2509. # [19:16] * Quits: kgrandon (Adium@4DCAC60F.815FBCBF.CA68F7F7.IP) (Quit: Leaving.)
  2510. # [19:16] <bajaj1> pong*
  2511. # [19:16] * Quits: gcp (gcp@moz-9CEB1C98.access.telenet.be) (Quit: Leaving)
  2512. # [19:17] <bjacob> bajaj1: hi, i would like to talk with you to resolve bug 988549 quickly
  2513. # [19:17] <bjacob> bajaj1: i would like to land the patch there on aurora 32 (soon to become beta 32)
  2514. # [19:18] * taras is now known as taras|pto
  2515. # [19:18] * Quits: cpeterson (cpeterson@moz-2236C142.hsd1.ca.comcast.net) (Connection reset by peer)
  2516. # [19:18] <bjacob> bajaj1: however, if it is too late to land this on aurora before the merge, then i would want to land this on beta, and would need beta approval
  2517. # [19:18] * Joins: cpeterson (cpeterson@moz-2236C142.hsd1.ca.comcast.net)
  2518. # [19:18] * Joins: bmoss (bmoss@moz-62518563.mtv2.mozilla.com)
  2519. # [19:18] * Joins: mdas (mdas@13F2CEC5.7672369.D8E68FF6.IP)
  2520. # [19:18] * Quits: tonymec (tonymec@6EF92D4A.1ECADA64.277517C1.IP) (Ping timeout)
  2521. # [19:18] * Quits: tonymec|away (tonymec@6EF92D4A.1ECADA64.277517C1.IP) (Ping timeout)
  2522. # [19:18] * Joins: Optimizer (Optimizer@39C77C30.F2703C2A.274D17D6.IP)
  2523. # [19:18] <bajaj1> bjacob: let me cc Sylvestre lsblakk ^^
  2524. # [19:18] <bajaj1> to help here
  2525. # [19:19] <bjacob> bajaj1: thanks!
  2526. # [19:19] <bjacob> ah, didnt realize what Sylvestre's irc nick was
  2527. # [19:19] <Sylvestre> oh Benoit ! ;)
  2528. # [19:20] <bjacob> Sylvestre: hi!
  2529. # [19:20] <Sylvestre> Salut!
  2530. # [19:20] <bjacob> Sylvestre: is it still time to land a patch on aurora before the aurora->beta merge ?
  2531. # [19:20] <Sylvestre> sure
  2532. # [19:20] <bjacob> Sylvestre: so please consider approving bug 988549 for aurora
  2533. # [19:20] <Sylvestre> Merge is next week
  2534. # [19:20] <RyanVM|sheriffduty> bjacob: we've got almost a whole week still before the uplift :)
  2535. # [19:21] * Joins: briansmith (briansmith@moz-54A6F8AF.edge8.sanjose1.level3.net)
  2536. # [19:21] * Joins: rbarnes (rbarnes@moz-5E1F5C28.washdc.fios.verizon.net)
  2537. # [19:21] <KaiRo> bjacob: thanks
  2538. # [19:21] * Quits: StevenLee (Adium@moz-5DC43EE6.dynamic.hinet.net) (Quit: Leaving.)
  2539. # [19:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3192a23f0884 - Brian Smith - Bug 916629, Part 1: Unit tests for OCSP responses without responseBytes, r=keeler
  2540. # [19:21] * Joins: tonymec|away (tonymec@6EF92D4A.1ECADA64.277517C1.IP)
  2541. # [19:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a5c52b2046a5 - Brian Smith - Bug 916629, Part 2: Unit tests for "successful" OCSP responses for mozilla::pkix, r=keeler
  2542. # [19:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6dc520f8b95e - Brian Smith - Bug 916629, Part 3: Unit tests for OCSP responses signed by a delegated OCSP responder for mozilla::pkix, r=keeler
  2543. # [19:21] * Quits: bmoss (bmoss@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2544. # [19:22] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/8700531ef25f - Brian Smith - Bug 916629, Part 4: Unit tests for trust of delegated OCSP responder certificates for mozilla::pkix, r=keeler
  2545. # [19:22] * Quits: rajul (rajul@B7D3A085.37A4BB1D.83D0DF30.IP) (Ping timeout)
  2546. # [19:22] * Joins: bmoss (bmoss@moz-62518563.mtv2.mozilla.com)
  2547. # [19:23] * Joins: tonymec (tonymec@6EF92D4A.1ECADA64.277517C1.IP)
  2548. # [19:23] <RyanVM|sheriffduty> mmc: inbound orange
  2549. # [19:23] <RyanVM|sheriffduty> mmc: https://tbpl.mozilla.org/php/getParsedLog.php?id=43837300&tree=Mozilla-Inbound
  2550. # [19:23] * Quits: jchaulk (jchaulk@moz-E08C78F8.cpe.pppoe.ca) (Quit: Leaving.)
  2551. # [19:23] <Sylvestre> bjacob, done
  2552. # [19:23] <RyanVM|sheriffduty> mmc: Non-local network connections are disabled and a connection attempt to sb-ssl.google.com (173.194.33.169) was made.
  2553. # [19:24] <mmc> ryanvm, can you back out?
  2554. # [19:24] <mmc> i'm in a meeting until noon
  2555. # [19:24] <RyanVM|sheriffduty> sure
  2556. # [19:24] * Quits: rbarnes (rbarnes@moz-5E1F5C28.washdc.fios.verizon.net) (Input/output error)
  2557. # [19:24] <mmc> thanks
  2558. # [19:24] <bjacob> Sylvestre: thanks!
  2559. # [19:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/c732b70996c9 - B2G Bumper Bot - Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
  2560. # [19:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/eafdf2fa08bb - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2561. # [19:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/83a246bb7860 - Ryan VanderMeulen - Backed out changeset 7441f4dde492 (bug 1038465) for hitting the network during tests.
  2562. # [19:26] * curtisk is now known as curtisk|afk
  2563. # [19:26] * Quits: lgarner (lgarner@2D337F52.2D31AF7B.5AEB50C4.IP) (Ping timeout)
  2564. # [19:26] * hwine is now known as hwine|mtg
  2565. # [19:26] * Quits: sydpolk (Adium@moz-E7E571F.dynamic.ip.windstream.net) (Connection reset by peer)
  2566. # [19:27] * Joins: sydpolk (Adium@moz-E7E571F.dynamic.ip.windstream.net)
  2567. # [19:27] * sam|afk is now known as spenrose
  2568. # [19:27] <bent> anyone have any experience writing a gtest?
  2569. # [19:27] <bent> the mdn docs look totally wrong
  2570. # [19:27] * Quits: asobolev (asobolev@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  2571. # [19:28] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/8d5e337d433b - Benoit Jacob - Bug 988549 - Back out the Intel-specific blacklist relaxations from bug 984417 as these blacklist entries were actually needed to avoid _VEC_memzero crashes - r=Bas, a=sledru
  2572. # [19:28] * whimboo is now known as whimboo|afk
  2573. # [19:29] * Joins: tanvi (tanvi@moz-1979187D.hsd1.ca.comcast.net)
  2574. # [19:30] <bjacob> Sylvestre: KaiRo: pushed to aurora, considering this bug fixed for now.... hope to get that confirmed from crash-stats in a couple of days!
  2575. # [19:31] * Joins: asobolev (asobolev@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2576. # [19:31] <KaiRo> bjacob: thanks!
  2577. # [19:32] * Quits: vicamo (vicamo@moz-F9FADB68.dynamic-ip.hinet.net) (Quit: vicamo)
  2578. # [19:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/37c80d91bed8 - Brad Lassey - bug 1037488 - MediaEngineTabVideoSource should set width, height and framerate based on constraints and prefs passed to Allocate() r=jesup
  2579. # [19:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/6d8b7bbf1228 - Brad Lassey - bug 1037644 - don't use mozAfterPaint events to drive tab stream r=jesup
  2580. # [19:33] * Quits: flo-retina (Instantbir@moz-25D49B0E.ip-37-59-48.eu) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  2581. # [19:34] * Quits: ekr (Adium@moz-24157589.mtv2.mozilla.com) (Quit: Leaving.)
  2582. # [19:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/df8c4d6994c6 - Benoit Girard - Bug 864829 - Add graphics performance warning feature. r=bjacob
  2583. # [19:37] * Joins: jedp (jedp@moz-3AA8030E.dsl.dynamic.sonic.net)
  2584. # [19:37] * Quits: ckitching (ckitching@moz-C722A5D3.hsd1.ca.comcast.net) (Input/output error)
  2585. # [19:38] * Joins: rajul (rajul@604F098F.A45E05BF.388CF16F.IP)
  2586. # [19:39] * Quits: azakai_ (alon@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2587. # [19:39] * Gijs is now known as Gijs_away
  2588. # [19:39] * Quits: mccr8 (mccr8@moz-62518563.mtv2.mozilla.com) (Connection reset by peer)
  2589. # [19:40] * Joins: mccr8 (mccr8@moz-62518563.mtv2.mozilla.com)
  2590. # [19:40] * Quits: davidb (davidb@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  2591. # [19:41] * Joins: davidb (davidb@13F2CEC5.7672369.D8E68FF6.IP)
  2592. # [19:41] <RyanVM|sheriffduty> botond|wfh: ASAN doesn't like your uplift now - https://tbpl.mozilla.org/php/getParsedLog.php?id=43836975&tree=Mozilla-Aurora :(
  2593. # [19:42] * Quits: mstange (markus@moz-5A610E55.dip0.t-ipconnect.de) (Quit: mstange)
  2594. # [19:42] * Joins: ckitching (ckitching@moz-C722A5D3.hsd1.ca.comcast.net)
  2595. # [19:42] <botond> RyanVM|sheriffduty: looking
  2596. # [19:42] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4530801b5e46 - Jeff Muizelaar - Bug 1038727 - Convert APZ from nsAutoPtr to UniquePtr. r=kats
  2597. # [19:43] * Joins: rbarnes (rbarnes@moz-5E1F5C28.washdc.fios.verizon.net)
  2598. # [19:43] * Quits: erahm (Adium@moz-A511F1A0.hsd1.or.comcast.net) (Quit: Leaving.)
  2599. # [19:44] * Quits: jedp (jedp@moz-3AA8030E.dsl.dynamic.sonic.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  2600. # [19:44] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/e13b40fe4740 - Margaret Leibovic - Bug 1038227 - Record search history in Fennec. r=rnewman
  2601. # [19:45] * Quits: kip (kip@A6CF435B.D1155E2C.CFC2A289.IP) (Client exited)
  2602. # [19:45] * Joins: gustavold (gustavold@8AD413DD.3053860D.A992BEAD.IP)
  2603. # [19:45] * Quits: ckitching (ckitching@moz-C722A5D3.hsd1.ca.comcast.net) (Input/output error)
  2604. # [19:45] * KWierso|afk is now known as KWierso
  2605. # [19:45] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  2606. # [19:45] * Joins: kip (kip@A6CF435B.D1155E2C.CFC2A289.IP)
  2607. # [19:46] <botond> kats: any idea what's causing an ASAN use-after-free in this aurora uplift patch: https://hg.mozilla.org/releases/mozilla-aurora/rev/c57fbd13b6f1?
  2608. # [19:47] * Joins: fredw (Icedove@moz-B9C110E2.fbx.proxad.net)
  2609. # [19:47] * Joins: gandalf (zbraniecki@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2610. # [19:48] <garvank> I discovered bug voting in Bugzilla -cool- now I can't find how to search for bugs i voted on. Any tips?
  2611. # [19:48] * Quits: cpeterson (cpeterson@moz-2236C142.hsd1.ca.comcast.net) (Input/output error)
  2612. # [19:48] * Quits: gustavold (gustavold@8AD413DD.3053860D.A992BEAD.IP) (Ping timeout)
  2613. # [19:48] * Quits: ckitching-mobile (ckitching-@moz-C722A5D3.hsd1.ca.comcast.net) (Ping timeout)
  2614. # [19:48] <mayhemer> are try pushes working?
  2615. # [19:48] <mayhemer> my last try push doesn't have produced any build (~2 hours back)
  2616. # [19:49] <glob> garvank, https://bugzilla.mozilla.org/page.cgi?id=voting/user.html
  2617. # [19:49] <garvank> glob: thanks!!
  2618. # [19:49] * Joins: cpeterson (cpeterson@moz-2236C142.hsd1.ca.comcast.net)
  2619. # [19:49] * Quits: billm (billm@moz-94892FBF.hsd1.ca.comcast.net) (Ping timeout)
  2620. # [19:51] * Quits: kip (kip@A6CF435B.D1155E2C.CFC2A289.IP) (Client exited)
  2621. # [19:51] * Quits: gkw (fuzz2lin@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2622. # [19:51] * Joins: kip (kip@A6CF435B.D1155E2C.CFC2A289.IP)
  2623. # [19:51] * curtisk|afk is now known as curtisk
  2624. # [19:52] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  2625. # [19:52] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2626. # [19:52] * FuzzyFox is now known as FuzzyFox|afk
  2627. # [19:53] <cpeterson> garvank: btw, no one reads the bug votes. I use voting to CC myself on a bug without Bugzilla sending out annoying CC bugmails to people.
  2628. # [19:53] <glob> cpeterson, that isn't true
  2629. # [19:53] <garvank> me too!
  2630. # [19:53] <glob> cpeterson, there are teams who use votes heavily for triage
  2631. # [19:54] <garvank> I went hog wild voting on a bunch of bugs I wanted to track, and then couldn't see how to get the list back.
  2632. # [19:54] * Joins: jedp (jedp@moz-3AA8030E.dsl.dynamic.sonic.net)
  2633. # [19:54] <cpeterson> glob: oh, interesting.
  2634. # [19:54] <Ms2ger> I seem to remember that we had autoconfirm-based-on-votes on somewhere
  2635. # [19:54] <glob> Ms2ger, i disabled that across all products a while back
  2636. # [19:55] * Quits: nathan (nathan@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2637. # [19:55] <glob> hrm, i do wonder if some wanted that kept enabled
  2638. # [19:55] <cpeterson> there are bots that vote for random bugs (presumably for spam or Google PageRank gaming)
  2639. # [19:55] * Quits: jedp (jedp@moz-3AA8030E.dsl.dynamic.sonic.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  2640. # [19:55] * Quits: walter (walter@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2641. # [19:55] <glob> cpeterson, really? do you have any examples?
  2642. # [19:56] <garvank> Bug voting is a great idea IMHO, and popular with other projects, would be great to promote it.
  2643. # [19:56] <glob> Ms2ger, confirmed: zero active products have that enabled
  2644. # [19:56] * Joins: idwer (irc@moz-67B6410D.adsl.online.nl)
  2645. # [19:56] <glob> garvank, personally i think its value is lessened without down-voting
  2646. # [19:56] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2647. # [19:56] <Ms2ger> glob, must've been a long time ago :)
  2648. # [19:56] * Quits: mmcdonough (Martin@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2649. # [19:57] <jgraham> It seems pretty obviously like a terrible idea. It turns out that crowds really aren't all that wise
  2650. # [19:57] <cpeterson> glob: I've seen the same people (e.g. xtc4all) voting for really random minor bugs.
  2651. # [19:57] * Joins: kentuckyfriedtakahe (ajones@34E8ECDF.DC2C3734.616A18A6.IP)
  2652. # [19:57] <Ms2ger> cpeterson, that's not a bot :)
  2653. # [19:57] <cpeterson> garvank: you can find your votes by clicking on the "vote" button on a bug
  2654. # [19:57] * Quits: Optimizer (Optimizer@39C77C30.F2703C2A.274D17D6.IP) (Ping timeout)
  2655. # [19:57] <glob> cpeterson, people are weird
  2656. # [19:57] <cpeterson> Ms2ger: ?!
  2657. # [19:57] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2658. # [19:57] <botond> RyanVM|sheriffduty: i'm afraid i can't tell what's causing the ASAN failure by inspection. i'll have to debug it which may take some time. if we need to back out something to keep aurora green in the meantime, is it possible to back out the test only (i can prepare a backout patch for that)?
  2659. # [19:57] <RyanVM|sheriffduty> sure
  2660. # [19:57] <jgraham> cpeterson: Ms2ger: bot. xtc4all: not a bot
  2661. # [19:58] <jgraham> ;)
  2662. # [19:58] <cpeterson> jgraham: is this a Turing test?
  2663. # [19:58] <Ms2ger> Yes
  2664. # [19:58] <Ms2ger> cpeterson, are you a bot?
  2665. # [19:59] <garvank> glob: the idea to also have a don't fix vote is useful. I prefer to that to down-voting. A bug could end up with zero votes, where there is lots of interest from 2 sides.
  2666. # [19:59] * Joins: mmcdonough (Martin@moz-62518563.mtv2.mozilla.com)
  2667. # [19:59] * Joins: fabrice (fabrice@moz-C07D5168.p2p.sfo1.mozilla.com)
  2668. # [19:59] <garvank> ^^^ end up with zero-sum votes if it is just down and up vote.
  2669. # [19:59] * Quits: Mano (mano@moz-990BD9AE.red.bezeqint.net) (Client exited)
  2670. # [19:59] * Quits: fabrice1 (fabrice@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  2671. # [20:00] * Joins: flo-retina (Instantbir@moz-25D49B0E.ip-37-59-48.eu)
  2672. # [20:00] * Joins: azakai_ (alon@moz-62518563.mtv2.mozilla.com)
  2673. # [20:01] <botond> RyanVM|sheriffduty: ok, i have a backout patch for the test. should i post it or just push it?
  2674. # [20:01] * Quits: bmoss (bmoss@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2675. # [20:02] <RyanVM|sheriffduty> just push
  2676. # [20:02] * Quits: bnicholson (bnicholson@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  2677. # [20:02] <jgraham> garvank: People don't vote because they have logically considered all the consequences of something, and its priorities vs other features. They vote because someone on Hacker News complained that some bug was really serious and hadn't been fixed for 10 years, or whatever
  2678. # [20:02] * Joins: bmoss (bmoss@moz-62518563.mtv2.mozilla.com)
  2679. # [20:03] * Joins: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2680. # [20:03] * Joins: bnicholson (bnicholson@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2681. # [20:03] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/c403edc39eb5 - Botond Ballo - Backout the test for bug 1034376, for causing ASAN failures. a=backout
  2682. # [20:03] * Quits: davidb (davidb@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Blah blah blah)
  2683. # [20:04] <kats> botond: no idea
  2684. # [20:04] <garvank> jgraham: Yeah, I guess I am comparing it to more developer-centric projects. On development-related items, I find the voting system quite useful. On the Qt project it was really helpful. But that is developers only voting.
  2685. # [20:04] <botond> kats: i've backed out the test (but not the rest of the patch) for now. i'll investigate the ASAN failures and then reland the test
  2686. # [20:04] * Joins: rstrong (rstrong@moz-204A999A.hsd1.ca.comcast.net)
  2687. # [20:05] <kats> botond: ok. i don't mind if you leave the test out entirely on aurora. it won't really help much there
  2688. # [20:05] <botond> kats: i suppose that's true. i'd still like to investigate the ASAN failure, just in case in indicates a problem in non-test code
  2689. # [20:05] <kats> botond: fair enough
  2690. # [20:05] <kats> botond: the log indicates it's trying to write a single byte into a freed memory region of 276 bytes
  2691. # [20:06] <kats> botond: so most likely a bool somewhere
  2692. # [20:07] * Quits: jviereck03 (Adium@moz-D2CED68.ethz.ch) (Quit: Leaving.)
  2693. # [20:07] * TheOne is now known as Weltmeister
  2694. # [20:07] * Joins: Optimizer (Optimizer@BF63E459.19AF8E92.BE4CF869.IP)
  2695. # [20:07] <botond> kats: where do you see that?
  2696. # [20:07] <kats> https://tbpl.mozilla.org/php/getParsedLog.php?id=43838427&tree=Mozilla-Aurora&full=1#error0
  2697. # [20:07] <kats> scroll up a bit
  2698. # [20:07] <kats> too bad the addresses aren't symbolicated or this would be trivial
  2699. # [20:08] * botond adds "symbolicate" to his "words of the day" list
  2700. # [20:09] <botond> kats: the best would be to run ASAN locally. but that would require building with clang and stuff
  2701. # [20:09] * Quits: amoghbl1 (uid14927@F96EF34A.E02B7C75.9377050C.IP) (Quit: Connection closed for inactivity)
  2702. # [20:09] * Joins: nathan (nathan@moz-62518563.mtv2.mozilla.com)
  2703. # [20:11] <kats> botond: for some reason i think i've done that before but can't find a mozconfig in my configs folder that proves it :(
  2704. # [20:11] * Joins: jviereck03 (Adium@moz-D2CED68.ethz.ch)
  2705. # [20:13] <TimAbraldes> bent: FYI, posted a new patch and am running to grab lunch
  2706. # [20:13] <bent> TimAbraldes, sounds good
  2707. # [20:13] * botond does some printf-debugging for now
  2708. # [20:13] * Joins: walter (walter@moz-24157589.mtv2.mozilla.com)
  2709. # [20:13] <botond> kats: on your Mac, do you do desktop builds with gcc or clang?
  2710. # [20:14] * Quits: @ehsan (ehsan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2711. # [20:14] <kats> botond: clang i think
  2712. # [20:14] * Joins: gustavold (gustavold@8AD413DD.3053860D.A992BEAD.IP)
  2713. # [20:14] <mreavy> bsmedberg: ping
  2714. # [20:14] <tbsaunde> kats: could you just grab the libxul for that build and do it manually?
  2715. # [20:15] <kats> tbsaunde: hm, maybe
  2716. # [20:15] * kats looks
  2717. # [20:15] * Joins: mwu (mwu@522C27B5.F1EEB410.2E87E34F.IP)
  2718. # [20:16] <botond> tbsaunde: do what manually?
  2719. # [20:16] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2720. # [20:16] * Quits: RealRaven (Thunderbir@B61BE61A.5DC50F46.27F80FAC.IP) (Ping timeout)
  2721. # [20:16] * Quits: bmoss (bmoss@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2722. # [20:16] * Quits: rajul (rajul@604F098F.A45E05BF.388CF16F.IP) (Ping timeout)
  2723. # [20:16] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/c4185cf15dfd - Brian Nicholson - Bug 1027135 - Only touch PageActionLayout on UI thread. r=wesj
  2724. # [20:16] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/6b76b46afe7a - Brian Nicholson - Bug 1027137 - PageActionLayout cleanup. r=wesj
  2725. # [20:16] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2726. # [20:17] * Joins: cpearce (chatzilla@moz-EC1018D1.jetstream.xtra.co.nz)
  2727. # [20:17] <kats> tbsaunde: the gtest libxul.so doesn't appear to be in the tarball
  2728. # [20:17] * FuzzyFox|afk is now known as FuzzyFox
  2729. # [20:18] * Joins: gcp (gpascutto@moz-9CEB1C98.access.telenet.be)
  2730. # [20:18] * Quits: Boriss (Boriss@8F0C6026.9E6A15FD.157879EE.IP) (Quit: Boriss)
  2731. # [20:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/e9d78c3d2eb5 - Michael Comella - Bug 1021356 - Part 2: Empty private tabs panel visual refinements for tablet. r=lucasr
  2732. # [20:19] * Quits: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net) (Quit: OSError: [Errno 130] Owner died)
  2733. # [20:20] <botond> kats: am i supposed to see printf or printf_stderr output when running a gtest? because i don't
  2734. # [20:20] <tbsaunde> kats: that's unfortunate
  2735. # [20:20] <kats> botond: i usually see printf_stderr output when i run it locally
  2736. # [20:20] <tbsaunde> botond: go from addresses in the stack dump to symbols that are useful
  2737. # [20:21] <@bz> do our compilers support this:
  2738. # [20:21] <@bz> class Foo {
  2739. # [20:21] <@bz> Foo(int) {}
  2740. # [20:21] * Quits: jviereck03 (Adium@moz-D2CED68.ethz.ch) (Quit: Leaving.)
  2741. # [20:21] * Joins: gsvelto (gsvelto@A73312E.6B878F99.18F3A0C.IP)
  2742. # [20:21] <@bz> Foo(int a, int b) : Foo(a) { doSomething(b); }
  2743. # [20:21] <@bz> };
  2744. # [20:21] <@bz> ?
  2745. # [20:21] <botond> tbsaunde: i'm not sure what you mean
  2746. # [20:21] <botond> bz: no
  2747. # [20:21] * @bz smells suspicious C++11
  2748. # [20:22] <@bz> botond: Thanks
  2749. # [20:22] <botond> bz: that's "delegating constructors", and gcc doesn't support it until 4.7
  2750. # [20:22] <@bz> botond: I assume some of them do?
  2751. # [20:22] <@bz> botond: aha
  2752. # [20:22] <@bz> botond: what about msvc, do you know?
  2753. # [20:22] * Quits: gsvelto (gsvelto@A73312E.6B878F99.18F3A0C.IP) (Input/output error)
  2754. # [20:23] <botond> bz: looks like 2013, as per http://blogs.msdn.com/cfs-filesystemfile.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-65-69/0638.Updated-Conformance-Map.png
  2755. # [20:23] <@bz> botond: Thanks!
  2756. # [20:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/c80cc88702ab - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  2757. # [20:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/841c509e6ebe - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2758. # [20:23] <jcranmer> bz: the answer to almost any of your C++11 language feature support questions
  2759. # [20:23] <jcranmer> can be found at https://developer.mozilla.org/en-US/docs/Using_CXX_in_Mozilla_code
  2760. # [20:24] * glob is now known as glob|away
  2761. # [20:24] <@bz> jcranmer: sweet
  2762. # [20:24] * @bz bookmarks
  2763. # [20:24] * Quits: wlach (wlach@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Ex-Chat)
  2764. # [20:24] * Joins: fossterer (Mibbit@moz-53EB8AD6.hsd1.wv.comcast.net)
  2765. # [20:25] <jcranmer> it's even color-coded for what we can use in Mozilla
  2766. # [20:25] * Joins: ehsan (ehsan@13F2CEC5.7672369.D8E68FF6.IP)
  2767. # [20:25] * ChanServ sets mode: +o ehsan
  2768. # [20:26] * Quits: azakai_ (alon@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2769. # [20:26] <@bz> jcranmer: indeed
  2770. # [20:26] * Joins: harth (harth@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2771. # [20:26] * Joins: wlach (wlach@13F2CEC5.7672369.D8E68FF6.IP)
  2772. # [20:26] <jcranmer> now if only we could actually use a sane version of gcc
  2773. # [20:26] <jcranmer> on b2g
  2774. # [20:26] * botond would like to see that
  2775. # [20:28] <cpeterson> is B2G still using gcc 4.4? in which B2G release will the toolchain be updated?
  2776. # [20:28] <botond> jcranmer: that webpage says "Do not trust the information listed here." :)
  2777. # [20:28] <fabrice> it looks like we are on 4.7
  2778. # [20:28] * Joins: mt_ (mt@moz-62518563.mtv2.mozilla.com)
  2779. # [20:28] <jcranmer> I think there's one branch of b2g on 4.4
  2780. # [20:28] <fabrice> at least that's the prebuilt one I have in my flame tree
  2781. # [20:29] * Joins: erahm (Adium@moz-BF4D134B.hsd1.or.comcast.net)
  2782. # [20:29] <RyanVM|sheriffduty> ICS builds are gcc 4.4 I think?
  2783. # [20:29] <RyanVM|sheriffduty> JB+ are newer
  2784. # [20:29] * Joins: bmoss (bmoss@moz-62518563.mtv2.mozilla.com)
  2785. # [20:29] <fabrice> yep
  2786. # [20:29] <cpeterson> RyanVM: are the B2G releases independent of the ICS/JB kernel?
  2787. # [20:30] * ahal is now known as ahal|lunch
  2788. # [20:30] * Joins: mixedpuppy (mixedpuppy@A6CF435B.D1155E2C.CFC2A289.IP)
  2789. # [20:30] <botond> kats: i'm not seeing printf_stderr output. './mach build' is all you need to do to build prior to './mach gtest <testname>', right?
  2790. # [20:30] <kats> botond: should be, yeah. what platform are you running on?
  2791. # [20:31] <kats> botond: and where did you put the printf?
  2792. # [20:31] * Joins: RealRaven (Thunderbir@BD0E89CB.C2EBF1DD.C3498625.IP)
  2793. # [20:31] <vlad> what's the connection between a nsDocument and a PresContext/PresShell?
  2794. # [20:31] <vlad> oh I can just call GetShell()
  2795. # [20:31] <botond> kats: gah, i was writing the test name wrong
  2796. # [20:31] <vlad> well that's cool
  2797. # [20:31] <kats> :)
  2798. # [20:31] <botond> kats: gtest gave me a nice green-colored output, but what it said was "0 out of 0 tests ran" :(
  2799. # [20:32] * Joins: bholley (bholley@32EFA1FF.F0338C73.AECC5372.IP)
  2800. # [20:32] <kats> yeah it does that
  2801. # [20:32] <RyanVM|sheriffduty> cpeterson: IIUC, that's device-specific
  2802. # [20:32] <jcranmer> running 0 tests should be an error
  2803. # [20:32] <RyanVM|sheriffduty> cpeterson: but all of our emulator testing is on ICS
  2804. # [20:33] <RyanVM|sheriffduty> and we still build ICS-based device images on trunk
  2805. # [20:33] * Quits: WaltS48away (Thunderbir@moz-B1A50F3.pitbpa.east.verizon.net) (Quit: WaltS48away)
  2806. # [20:33] <cpeterson> RyanVM: so the gcc version is tied to the kernel version (ICS/JB), not B2G version (2.0,2.1)?
  2807. # [20:33] <RyanVM|sheriffduty> AFAIK, yes
  2808. # [20:33] * Joins: squib (squib@383121B7.B2666F0E.66399531.IP)
  2809. # [20:33] * Quits: myk (myk@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  2810. # [20:33] * Quits: fossterer (Mibbit@moz-53EB8AD6.hsd1.wv.comcast.net) (Quit: http://www.mibbit.com ajax IRC Client)
  2811. # [20:33] * Joins: heftig (heftig@moz-FF1F9169.dip0.t-ipconnect.de)
  2812. # [20:33] <RyanVM|sheriffduty> it would be tied to B2G version if and when we dropped support for a given Android version
  2813. # [20:34] * Quits: juanb (jbecerra@moz-62518563.mtv2.mozilla.com) (Quit: juanb)
  2814. # [20:34] * Quits: @dbaron (dbaron@moz-6F4D2D12.dsl.dynamic.sonic.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  2815. # [20:34] * Rik is now known as Rik|afk
  2816. # [20:34] <RyanVM|sheriffduty> but given the total lack of JB test infra, I can't see that happening any time soon
  2817. # [20:34] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/0814bb0f08d0 - Wes Johnston - Bug 1014712 - Store ms tile image information for showing on about:home. r=rnewman,lucasr
  2818. # [20:34] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/6ee3c3ba17b5 - Wes Johnston - Bug 1004495 - Revamp notification handlers to work when Gecko is not running. r=bnicholson
  2819. # [20:34] <cpeterson> RyanVM: interesting. thanks.
  2820. # [20:35] * Quits: Cork (Cork@456A2672.BA574D4D.BB9C2183.IP) (Ping timeout)
  2821. # [20:35] * Joins: rajul (rajul@B7D3A085.37A4BB1D.83D0DF30.IP)
  2822. # [20:36] * Quits: ferjm (ferjm@moz-C75BC392.upc-i.chello.nl) (Quit: Leaving)
  2823. # [20:36] * Quits: mt_ (mt@moz-62518563.mtv2.mozilla.com) (Quit: Leaving.)
  2824. # [20:36] * Joins: ekr (Adium@moz-24157589.mtv2.mozilla.com)
  2825. # [20:36] * Joins: akachkach (akachkach@moz-8A64BA70.hsd1.ca.comcast.net)
  2826. # [20:37] * Joins: mt_ (mt@moz-62518563.mtv2.mozilla.com)
  2827. # [20:37] * Joins: juanb (jbecerra@moz-62518563.mtv2.mozilla.com)
  2828. # [20:37] <akachkach> Hi! I think there might be a unicode bug with the "Tifinagh" alphabet.
  2829. # [20:37] <akachkach> http://en.wikipedia.org/wiki/Tifinagh
  2830. # [20:38] <kats> akachkach: what kind of bug?
  2831. # [20:38] <akachkach> Specifically: http://en.wikipedia.org/wiki/Tifinagh#Letters
  2832. # [20:38] * bajaj1 is now known as bajaj
  2833. # [20:38] <akachkach> kats: They're not rendered correctly, it only shows boxes with the unicode value
  2834. # [20:39] <kats> akachkach: the font probably doesn't have the glyphs for those characters
  2835. # [20:39] <kats> akachkach: jfkthame would probably know
  2836. # [20:40] * Quits: Optimizer (Optimizer@BF63E459.19AF8E92.BE4CF869.IP) (Ping timeout)
  2837. # [20:40] * Joins: cpeterson_ (cpeterson@moz-2236C142.hsd1.ca.comcast.net)
  2838. # [20:40] * Quits: juanb (jbecerra@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2839. # [20:41] * Quits: cpeterson (cpeterson@moz-2236C142.hsd1.ca.comcast.net) (Ping timeout)
  2840. # [20:41] * Gijs_away is now known as Gijs
  2841. # [20:42] * Joins: juanb (jbecerra@moz-62518563.mtv2.mozilla.com)
  2842. # [20:42] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/91a4d189f5d7 - Benoit Girard - Bug 1037691 - Fix instances where refcounted classes expose a public destructor. r=ehsan,bent,mayhemer,jrmuizel
  2843. # [20:42] * bent is now known as bent|lunch
  2844. # [20:43] * Parts: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net) (Ex-Chat)
  2845. # [20:43] * Joins: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net)
  2846. # [20:44] * Quits: bmoss (bmoss@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2847. # [20:44] <BenWa> RyanVM|sheriffduty: I just landed bug 1037691. It’s very large but it’s only a static refactor. If there’s a silly compile error that slips in due to rot give me a ping first.
  2848. # [20:45] <BenWa> but there’s a recent try so it shouldn’t happen
  2849. # [20:45] <Gijs> Was work done on having a JS stack for crashes on tbpl in the end?
  2850. # [20:45] <BenWa> That would be nice!
  2851. # [20:45] * Gijs remembers hearing about it and is staring at his crashes where the second frame is JS::Invoke :(
  2852. # [20:45] <jfkthame> akachkach, what system are you running on? does it have a Tifinagh font installed?
  2853. # [20:46] <BenWa> Gijs: in theory the profiler pseudostack should make it easy to get if it’s activiated
  2854. # [20:46] <Gijs> BenWa: well, there's DumpJSStack as well...
  2855. # [20:46] <Gijs> the annoying thing, AIUI, is integrating it with the crash dump
  2856. # [20:46] * Joins: handyman (handyman@moz-B454F4E9.hsd1.ca.comcast.net)
  2857. # [20:46] <BenWa> Yes, but the profiler stuff is designed to be readable at any point. DumpJSStack only works outside of JS (or something like that)
  2858. # [20:46] * kats is now known as kats-afk
  2859. # [20:46] <akachkach> jfkthame: Running on Mac OS, thought that would be included by default with the system but looks like it's not :)
  2860. # [20:46] <Gijs> oh, interesting...
  2861. # [20:47] <BenWa> but it needs to be activated before hand so there’s that downside
  2862. # [20:47] * Joins: bmoss (bmoss@moz-62518563.mtv2.mozilla.com)
  2863. # [20:47] * Joins: Optimizer (Optimizer@BF63E459.19AF8E92.BE4CF869.IP)
  2864. # [20:47] <jfkthame> akachkach, not on my 10.7, at least, i don't know about newer versions
  2865. # [20:48] <jfkthame> you can install a font such as dejavu sans or code2000 if you want to see those characters
  2866. # [20:48] <Gijs> ted: are you aware of MOZ_CRASH stacks being broken? :(
  2867. # [20:48] <akachkach> jfkthame: Alright! Will try to do that, thanks.
  2868. # [20:48] <Gijs> ted: https://tbpl.mozilla.org/php/getParsedLog.php?id=43842363&tree=Try&full=1#error1
  2869. # [20:48] * dwong is now known as dwong|lunch
  2870. # [20:49] * khuey is now known as khuey|away
  2871. # [20:50] * Quits: emtwo (Adium@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Leaving.)
  2872. # [20:50] <botond> I'm trying to do a clang+asan build on linux, and I'm getting errors of the form "../../lib/libicutu.a(toolutil.o):/home/botond/dev/mozilla/aurora/intl/icu/source/tools/toolutil/toolutil.cpp:function typeinfo for icu_52::UMemory: error: undefined reference to 'vtable for __cxxabiv1::__class_type_info'". Any ideas on what I'm doing wrong?
  2873. # [20:50] * papples_ is now known as papples
  2874. # [20:50] <@ehsan> botond: what instructions are you following?
  2875. # [20:50] * Joins: davidb (davidb@moz-2459255C.dsl.bell.ca)
  2876. # [20:51] * Joins: sunfish (chatzilla@moz-62518563.mtv2.mozilla.com)
  2877. # [20:51] <botond> ehsan: https://developer.mozilla.org/en-US/docs/Mozilla/Testing/Firefox_and_Address_Sanitizer, except i'm using system clang (3.2) instead of building it myself (could that be my problem?)
  2878. # [20:51] <@ehsan> botond: 3.2 is ancient
  2879. # [20:51] <@ehsan> botond: try upgrading?
  2880. # [20:51] <mjrosenb|food> sewardj: ping, I realize I probably should have checked with you before filing a bug against V, but... do you remember adding BMI/avx support for 32 bit systems?
  2881. # [20:51] <@ehsan> botond: I did it earlier this week, so I now that it works
  2882. # [20:52] <botond> ehsan: do you "upgrade" by building trunk?
  2883. # [20:52] * catlee is now known as catlee-lunch
  2884. # [20:52] <@ehsan> botond: yes
  2885. # [20:53] * mjrosenb|food is now known as mjrosenb
  2886. # [20:53] * Quits: mt_ (mt@moz-62518563.mtv2.mozilla.com) (Quit: Leaving.)
  2887. # [20:54] * Joins: jchaulk (jchaulk@moz-E08C78F8.cpe.pppoe.ca)
  2888. # [20:54] * bobowen|afk is now known as bobowen
  2889. # [20:54] * Quits: handyman (handyman@moz-B454F4E9.hsd1.ca.comcast.net) (Client exited)
  2890. # [20:55] * Quits: gandalf (zbraniecki@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  2891. # [20:55] <mjrosenb> JESUS, airmozilla has ads?
  2892. # [20:55] <@ted> Gijs: uh no
  2893. # [20:55] * mjrosenb nearly soiled himself
  2894. # [20:55] <@ted> Gijs: there's something bad there
  2895. # [20:55] <@ted> it's printing an assertion and hitting the "wait for gdb" case
  2896. # [20:56] <@ted> Gijs: looks like it's...crashing inside the assertion stack printing code?
  2897. # [20:56] * Joins: catalinb (catalinb@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2898. # [20:56] * smaug is now known as smaugAfk
  2899. # [20:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/164c1eef200a - Ehsan Akhgari - Bug 1038150 - Make nsAnonTempFileRemover's destructor private and also remove the useless ctor/dtor counting macros; r=bjacob
  2900. # [20:57] <Gijs> ted: that's hilarious.
  2901. # [20:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/32d47282044f - Ehsan Akhgari - Bug 1038411 - Give myDownloadObserver a private destructor; r=bjacob
  2902. # [20:57] <dholbert> "yo dawg, I herd you like crashes"
  2903. # [20:57] <Gijs> ted: maybe it's my patch then...
  2904. # [20:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/dce91a62ea3e - Ehsan Akhgari - Bug 1038164 - Give some classes in WinUtils.h private destructors; r=bjacob
  2905. # [20:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9beef470de57 - Ehsan Akhgari - Bug 1038171 - Give JumpListItem a private destructor; r=bjacob
  2906. # [20:57] * Joins: kgrandon (Adium@7BC6CA85.E0BD96E5.9ECBD630.IP)
  2907. # [20:57] <Gijs> ted: it's crashing a lot on Linux, but not on OS X
  2908. # [20:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d5cbd531e89e - Ehsan Akhgari - Bug 1038195 - Give some classes in the Windows taskbar code private destructors; r=bjacob
  2909. # [20:57] * Gijs is going to have fun reproducing this :|
  2910. # [20:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/57f5916f07fb - Ehsan Akhgari - Bug 1038210 - Fix the public destructors for refcounted classes in Windows only code in accessible; r=bjacob
  2911. # [20:58] * Joins: maxli (maxli@moz-F47DD19B.student.cs.uwaterloo.ca)
  2912. # [20:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/10ab5792cf43 - Ehsan Akhgari - Bug 1038219 - Give nsHapticFeedback a private destructor; r=bjacob
  2913. # [20:58] * Quits: walter (walter@moz-24157589.mtv2.mozilla.com) (Input/output error)
  2914. # [20:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1cdc50fb0404 - Ehsan Akhgari - Bug 1038213 - Give nsTestComFactory a private destructor; r=bjacob
  2915. # [20:58] * Quits: spenrose (textual@moz-6541E052.hsd1.ca.comcast.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  2916. # [20:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/8caf7ffcd932 - Ehsan Akhgari - Bug 1038212 - Give nsNativeAppSupportWin a private destructor; r=bjacob
  2917. # [20:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d7b43c5df950 - Ehsan Akhgari - Bug 1038204 - Make two destructors in the Windows print GUI code private; r=bjacob
  2918. # [20:58] * Joins: jet (jet@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2919. # [20:59] * Quits: fredw (Icedove@moz-B9C110E2.fbx.proxad.net) (Quit: fredw)
  2920. # [20:59] * Quits: @Cwiiis (uid15019@CB1D25D9.E02B7C75.9377050C.IP) (Quit: Connection closed for inactivity)
  2921. # [20:59] <jduell> Sylvestre: ping
  2922. # [20:59] <Sylvestre> jduell, pong
  2923. # [20:59] * nthomas|away is now known as nthoams
  2924. # [20:59] * nthoams is now known as nthomas
  2925. # [20:59] * FuzzyFox is now known as FuzzyFox|afk
  2926. # [20:59] * Joins: tanmaysahay94 (chatzilla@9C6E4A70.D2562808.B84D4DA2.IP)
  2927. # [20:59] <jduell> Sylvestre: we're got a number of Http cache fixes we'd like to see uplifted to aurora this week:
  2928. # [20:59] * Joins: billm (billm@moz-94892FBF.hsd1.ca.comcast.net)
  2929. # [20:59] * Quits: ehugg (ehugg@moz-44D86B1E.cisco.com) (Quit: ehugg)
  2930. # [20:59] * Joins: handyman (handyman@moz-B454F4E9.hsd1.ca.comcast.net)
  2931. # [21:00] <Sylvestre> ok ( cc lmandel ) :)
  2932. # [21:00] <jduell> 1013395 is the big one but also 1034672, 1028415, maybe 1035411
  2933. # [21:00] <jcranmer> bsmedberg: ping
  2934. # [21:00] * Quits: handyman (handyman@moz-B454F4E9.hsd1.ca.comcast.net) (Client exited)
  2935. # [21:00] * Joins: Mano (mano@moz-990BD9AE.red.bezeqint.net)
  2936. # [21:00] <Sylvestre> lmandel is the lead on this version (but I can help if needed)
  2937. # [21:00] * FuzzyFox|afk is now known as FuzzyFox
  2938. # [21:00] <jduell> Sylvestre: is it best to just cc him, or needinfo?
  2939. # [21:00] <jduell> I've already got a?
  2940. # [21:00] <@bsmedberg> jcranmer: rather busy
  2941. # [21:00] <@ted> Gijs: oh, that's jetpack
  2942. # [21:00] <@ted> Gijs: i bet the test runner is just doing something dumb
  2943. # [21:00] <jcranmer> bsmedberg: do you know who moderates dev-webdev?
  2944. # [21:01] <Sylvestre> jduell, I will have a look tomorrow (it is starting to be late here)
  2945. # [21:01] * Gijs cries and points at Mossop dev-platform posts
  2946. # [21:01] <jduell> Sylvestre: ok, thanks
  2947. # [21:01] <Gijs> *Mossop's, even
  2948. # [21:01] <Gijs> ted: fair point.
  2949. # [21:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/cb01d0c61cca - Paul Rouget - Bug 1016903 - add icons and reformat icon grid. r=jryans
  2950. # [21:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/99cf135109ba - Paul Rouget - Bug 1037115 - show runtime actions, and add a disconnect button. r=jryans
  2951. # [21:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/76df92e390b5 - Paul Rouget - Bug 1008709 - Build a preference screen for WebIDE. r=bgrins
  2952. # [21:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/4b108e20d5d0 - Paul Rouget - Bug 1020739 - kill WebIDE command line support. r=jryans
  2953. # [21:01] <Gijs> ted: I'll still need to figure out why I'm crashing on nullptr exceptions all over Linux :|
  2954. # [21:01] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Ping timeout)
  2955. # [21:01] <Gijs> ted: but 0 of them on OS X (so far)
  2956. # [21:02] * Quits: Mano (mano@moz-990BD9AE.red.bezeqint.net) (Ping timeout)
  2957. # [21:02] * Quits: cpeterson_ (cpeterson@moz-2236C142.hsd1.ca.comcast.net) (Input/output error)
  2958. # [21:02] <lmandel> jduell: I'm going through a? right now.
  2959. # [21:02] * Quits: Optimizer (Optimizer@BF63E459.19AF8E92.BE4CF869.IP) (Ping timeout)
  2960. # [21:02] <jduell> lmandel: ok, thanks. Sorry to bug you :)
  2961. # [21:02] * Quits: nathan (nathan@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2962. # [21:02] <lmandel> jduell: np at all
  2963. # [21:02] <Gijs> (to be clear, also in non-jp)
  2964. # [21:02] <@bsmedberg> jcranmer: no
  2965. # [21:02] * Quits: rajul (rajul@B7D3A085.37A4BB1D.83D0DF30.IP) (Ping timeout)
  2966. # [21:02] * Joins: Mano (mano@moz-990BD9AE.red.bezeqint.net)
  2967. # [21:02] * Quits: tanmaysahay94 (chatzilla@9C6E4A70.D2562808.B84D4DA2.IP) (Ping timeout)
  2968. # [21:03] <jcranmer> bsmedberg: well, thanks anyways
  2969. # [21:03] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  2970. # [21:03] * Joins: cpeterson (cpeterson@moz-2236C142.hsd1.ca.comcast.net)
  2971. # [21:03] * davidb is now known as davidb|afk
  2972. # [21:04] * Quits: automata (automata@moz-B4A20AAE.jvece702.dsl.brasiltelecom.net.br) (Quit: This computer has gone to sleep)
  2973. # [21:04] * Quits: cpeterson (cpeterson@moz-2236C142.hsd1.ca.comcast.net) (Input/output error)
  2974. # [21:05] * Joins: automata (automata@moz-B4A20AAE.jvece702.dsl.brasiltelecom.net.br)
  2975. # [21:06] <Bas> RyanVM|sheriffduty: Where do the black areas in TBPL appear for you these days?
  2976. # [21:06] * Joins: handyman (handyman@moz-B454F4E9.hsd1.ca.comcast.net)
  2977. # [21:07] <RyanVM|sheriffduty> Bas: same as the screenshot in the bug
  2978. # [21:07] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/acfedbb863c5 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  2979. # [21:07] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/c6fa05ca9775 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2980. # [21:07] <RyanVM|sheriffduty> they don't happen as often (and tend to disappear faster), but they still happen
  2981. # [21:07] * Joins: Boriss (Boriss@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2982. # [21:08] <Bas> RyanVM|sheriffduty: Mysterious, noone else has been able to repro this :( could you pastebin your about:support graphics section?
  2983. # [21:08] * Quits: handyman (handyman@moz-B454F4E9.hsd1.ca.comcast.net) (Ping timeout)
  2984. # [21:08] <RyanVM|sheriffduty> Bas: https://pastebin.mozilla.org/5559566
  2985. # [21:09] * Joins: handyman (handyman@moz-B454F4E9.hsd1.ca.comcast.net)
  2986. # [21:10] * Joins: cpeterson (cpeterson@moz-2236C142.hsd1.ca.comcast.net)
  2987. # [21:10] <Bas> RyanVM|sheriffduty: Could you flip gfx.direct2d.disabled to true and tell me if you still see it?
  2988. # [21:10] <RyanVM|sheriffduty> didn't I already do that before in the bug?
  2989. # [21:10] * Quits: cpeterson (cpeterson@moz-2236C142.hsd1.ca.comcast.net) (Input/output error)
  2990. # [21:11] * juanb is now known as juanb|lunch
  2991. # [21:11] <Bas> RyanVM|sheriffduty: Not after we landed the fix for that particular bug, and it's impossible for it to be the same bug so we should retest.
  2992. # [21:11] <RyanVM|sheriffduty> Bas: hmm, must have been one of the other OMTC bugs where I did that
  2993. # [21:12] <RyanVM|sheriffduty> ok
  2994. # [21:12] <@bsmedberg> cpearce: yt?
  2995. # [21:12] <Bas> RyanVM|Sheriffduty: Are you aware of any other OMTC bugs you are experiencing on nightly btw?
  2996. # [21:12] <RyanVM|sheriffduty> Bas: you can check with edmorley when he gets back from PTO next week too
  2997. # [21:12] <cpearce> bsmedberg: yeah
  2998. # [21:12] <RyanVM|sheriffduty> Bas: not offhand, no. Just the TBPL black boxes/lines
  2999. # [21:12] <@bsmedberg> cpearce: wanted to know if you had a patch for the InitWindowsGroupID thing yet, or whether I should write one
  3000. # [21:13] * Quits: billm (billm@moz-94892FBF.hsd1.ca.comcast.net) (Quit: Leaving)
  3001. # [21:13] <@bsmedberg> my gmp tests are stuck on it now also ;-)
  3002. # [21:13] <cpearce> bsmedberg: I don't have one yet, you're welcome to write it
  3003. # [21:13] * Joins: billm (billm@moz-94892FBF.hsd1.ca.comcast.net)
  3004. # [21:13] <cpearce> and I'm happy to hear you have tests!
  3005. # [21:14] * Quits: jacek (jacek@moz-ECAAA1A8.psi.wroc.pl) (Quit: Konversation terminated!)
  3006. # [21:14] * Quits: chmanchester (chmanchest@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  3007. # [21:14] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Quit: Instantbird 1.5 -- http://www.instantbird.com)
  3008. # [21:14] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/a27ab515afd5 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  3009. # [21:14] <Bas> RyanVM|sheriffduty: Excellent. What would you say roughly is the frequency by which you encounter them?
  3010. # [21:15] <RyanVM|sheriffduty> maybe once a day or so
  3011. # [21:15] * Quits: terrence (terrence@moz-B38D16E9.sb.sd.cox.net) (Client exited)
  3012. # [21:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/9d9e97d42eb8 - Reuben Morais - Bug 1009645 - Address additional comments. r=bz
  3013. # [21:15] * Joins: terrence (terrence@moz-B38D16E9.sb.sd.cox.net)
  3014. # [21:16] * Quits: RealRaven (Thunderbir@BD0E89CB.C2EBF1DD.C3498625.IP) (Quit: RealRaven)
  3015. # [21:16] <RyanVM|sheriffduty> Bas: the patch definitely cut down the frequency they were occurring with
  3016. # [21:16] * RyanVM|sheriffduty is now known as RyanVM
  3017. # [21:16] <Bas> RyanVM|sheriffduty: Yeah, before the patch I could reproduce them :P Now I've been 'n' ing my way through tbpl for Try for about an hour now and I've seen zit :(
  3018. # [21:16] <RyanVM> heh
  3019. # [21:16] * KWierso is now known as KWierso|sheriffduty
  3020. # [21:17] * Joins: nathan (nathan@moz-62518563.mtv2.mozilla.com)
  3021. # [21:17] <Bas> RyanVM|sheriffduty: Perhaps at that frequency, it might be better not to block on this for Aurora and see if someone in the wild finds a more reliable repro case, since it's not a disabling bug.
  3022. # [21:17] * Quits: mikeratcliffe (Adium@2C522ACD.C2B26F36.7CCB197A.IP) (Ping timeout)
  3023. # [21:17] * Joins: ehugg (ehugg@moz-6D0FD3FC.cisco.com)
  3024. # [21:17] * Joins: jviereck03 (Adium@moz-7859BAFE.dclient.hispeed.ch)
  3025. # [21:18] * Joins: rajul (rajul@B7D3A085.37A4BB1D.83D0DF30.IP)
  3026. # [21:18] <RyanVM> Bas: yeah, I find it hard to believe that tbpl is doing something so magical that it only reproduces there
  3027. # [21:18] * Joins: RealRaven (Thunderbir@BD0E89CB.C2EBF1DD.C3498625.IP)
  3028. # [21:18] * ggp is now known as ggp|away
  3029. # [21:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/4f82325c577f - Reuben Morais - Bug 1036220 - Get rid of the dom.mozAlarms.enabled pref. r=nsm r=smaug
  3030. # [21:18] * Quits: davispuh (quassel@CE5568AB.AEB760EF.D1BFA94D.IP) (Input/output error)
  3031. # [21:20] <Bas> RyanVM: Indeed, we might just have to keep the bug open and hope we see something easier to repro pop up, at the low repro rate and low severity of this particular occurance it seems like it might be a bad idea to let it suck up a major amount of engineering time.
  3032. # [21:20] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  3033. # [21:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/cb31297625fa - Bobby Holley - Bug 987678 - Stop doing all the crazy stuff in xbl-marquee. r=bz
  3034. # [21:20] <RyanVM> Bas: obviously that also means it's going to be awhile before I can say whether disabling d2d helps or not
  3035. # [21:20] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  3036. # [21:20] <Bas> RyanVM: Yeah, true, no rush I think.
  3037. # [21:21] <Bas> RyanVM: If this doesn't block OMTC on aurora it has me less stressed :p
  3038. # [21:21] * Joins: davispuh (quassel@CE5568AB.AEB760EF.D1BFA94D.IP)
  3039. # [21:22] <reuben> can I still have preprocessed mochitests after we switched from moz.build to mochitest.ini?
  3040. # [21:23] * Quits: tn (tim@moz-E7CE1D28.wp.shawcable.net) (Quit: tn)
  3041. # [21:23] * Joins: tn (tim@moz-E7CE1D28.wp.shawcable.net)
  3042. # [21:23] * Quits: Mano (mano@moz-990BD9AE.red.bezeqint.net) (Client exited)
  3043. # [21:23] * bent|lunch is now known as bent
  3044. # [21:23] * nthomas is now known as nthomas|away
  3045. # [21:23] * Joins: Mano (mano@moz-990BD9AE.red.bezeqint.net)
  3046. # [21:24] <Mossop> reuben: You have preprocessed mochitests now? How does that work?
  3047. # [21:24] * Joins: tanmaysahay94 (chatzilla@D0D9C276.CA3DBC5A.2A068A5E.IP)
  3048. # [21:24] * Joins: glosoli (glosoli@moz-72C60525.static.zebra.lt)
  3049. # [21:24] <reuben> Mossop: I don't think we had any restrictions to which type of file can be preprocessed before, did we?
  3050. # [21:25] <Mossop> reuben: As far as I know the test manifest files don't support preprocessed tests, but I'd love to know if it's possible to do that
  3051. # [21:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/48c77bd996de - Sami Jaktholm - Bug 1037280 - Inspector: Wait for toolbox to be destroyed before ending test run. r=pbrosset
  3052. # [21:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/1442aaf79770 - William Lachance - Bug 1037642 - Fix assumption that we will be able to send all data in devicemanagerSUT in one shot. r=mcote
  3053. # [21:25] * Quits: Mano (mano@moz-990BD9AE.red.bezeqint.net) (Ping timeout)
  3054. # [21:25] <reuben> it doesn't look like it
  3055. # [21:26] * Quits: handyman (handyman@moz-B454F4E9.hsd1.ca.comcast.net) (Client exited)
  3056. # [21:26] <RyanVM> ehsan: https://tbpl.mozilla.org/php/getParsedLog.php?id=43846696&tree=Mozilla-Inbound
  3057. # [21:27] <@ehsan> RyanVM: backing out
  3058. # [21:27] <RyanVM> suppose it could be BenWa's too
  3059. # [21:27] <RyanVM> dunno
  3060. # [21:27] <RyanVM> oh nvm, bug 1038411
  3061. # [21:27] * lizzard is now known as lizzard_afk_for_lunch
  3062. # [21:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c84217da1b83 - Ehsan Akhgari - Backed out changeset 32d47282044f (bug 1038411) because of build bustage on CLOSED TREE
  3063. # [21:28] * Joins: abwillis (abwillis@CBAC43F2.9DD4DBBF.6A7A197.IP)
  3064. # [21:29] * kats-afk is now known as kats
  3065. # [21:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/8b0bbb2734f2 - B2G Bumper Bot - Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
  3066. # [21:29] * Quits: bholley (bholley@32EFA1FF.F0338C73.AECC5372.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  3067. # [21:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/c3ae28380cc2 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  3068. # [21:29] * Joins: handyman (handyman@moz-B454F4E9.hsd1.ca.comcast.net)
  3069. # [21:32] * Quits: gustavold (gustavold@8AD413DD.3053860D.A992BEAD.IP) (Ping timeout)
  3070. # [21:32] * ahal|lunch is now known as ahal
  3071. # [21:32] * Quits: rajul (rajul@B7D3A085.37A4BB1D.83D0DF30.IP) (Ping timeout)
  3072. # [21:32] * Joins: spenrose (textual@moz-7528142E.hsd1.ca.comcast.net)
  3073. # [21:33] <mreavy> bsmedberg: ping
  3074. # [21:33] <@bsmedberg> mreavy: pong
  3075. # [21:34] * Quits: Ms2ger (Ms2ger@moz-CE3CEBEE.access.telenet.be) (Ping timeout)
  3076. # [21:35] * Joins: bholley (bholley@32EFA1FF.F0338C73.AECC5372.IP)
  3077. # [21:36] * Quits: bholley (bholley@32EFA1FF.F0338C73.AECC5372.IP) (Quit: Textual IRC Client: www.textualapp.com)
  3078. # [21:36] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3ea86a380019 - Jed Davis - Bug 1038486 - Fix Linux desktop seccomp sandbox build on 32-bit x86. r=kang
  3079. # [21:36] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/39ee921a5b2f - Jed Davis - Bug 1038490 - Fix misuse of MOZ_WIDGET_GONK in Linux content process sandbox policy. r=kang
  3080. # [21:37] * Quits: glosoli (glosoli@moz-72C60525.static.zebra.lt) (Quit: Textual IRC Client: www.textualapp.com)
  3081. # [21:37] * Joins: crucerucalin (quassel@moz-E435A28D.eregie.pub.ro)
  3082. # [21:38] * Joins: emtwo (Adium@13F2CEC5.7672369.D8E68FF6.IP)
  3083. # [21:38] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=7883d8e9f210 - 48 changesets
  3084. # [21:38] * Joins: Tell (Tell@moz-BEBF22B1.nycmny.east.verizon.net)
  3085. # [21:41] * Joins: Cork (Cork@moz-352B7E7B.a370.priv.bahnhof.se)
  3086. # [21:41] * Quits: wlach (wlach@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  3087. # [21:41] * Joins: cpeterson (cpeterson@moz-2236C142.hsd1.ca.comcast.net)
  3088. # [21:41] * Joins: wlach (wlach@13F2CEC5.7672369.D8E68FF6.IP)
  3089. # [21:43] * Quits: cpeterson (cpeterson@moz-2236C142.hsd1.ca.comcast.net) (Connection reset by peer)
  3090. # [21:43] * Quits: Cork (Cork@moz-352B7E7B.a370.priv.bahnhof.se) (No route to host)
  3091. # [21:43] * Joins: cpeterson (cpeterson@moz-2236C142.hsd1.ca.comcast.net)
  3092. # [21:44] <Gijs> How do I get the same kind of leak analysis as mochitest-on-tinderbox ? :)
  3093. # [21:44] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a7e4c299eefe - Andrew McCreight - Bug 1038523 - Make IPDL generate nullptr for ExprLiteral.NULL. r=bent
  3094. # [21:44] <Gijs> In particular, the bit that goes: TEST-UNEXPECTED-FAIL | leakcheck | 19736 bytes leaked (nsAuthURLParser, nsStandardURL, nsStringBuffer)
  3095. # [21:44] * Quits: kgrandon (Adium@7BC6CA85.E0BD96E5.9ECBD630.IP) (Quit: Leaving.)
  3096. # [21:45] * Joins: jedp (jedp@moz-3AA8030E.dsl.dynamic.sonic.net)
  3097. # [21:45] * Quits: cpeterson (cpeterson@moz-2236C142.hsd1.ca.comcast.net) (Ping timeout)
  3098. # [21:45] <RyanVM> <3 njn - "feels like a Swiss Army light-sabre with a thousand buttons on the handle, and I’m confident using about ten of those buttons"
  3099. # [21:45] * Quits: Tell (Tell@moz-BEBF22B1.nycmny.east.verizon.net) (Ping timeout)
  3100. # [21:45] * Joins: Ms2ger (Ms2ger@moz-CE3CEBEE.access.telenet.be)
  3101. # [21:45] * khuey|away is now known as khuey
  3102. # [21:45] <lmandel> jduell, michal, mayhemer: I'm reviewing the a? on bug 1013395. Has the issue existed on prior b2g releases? Is this something new that's being addressed in 2.0?
  3103. # [21:46] * Joins: tedders1|german_timezone (tedders1@BFBF8ECA.E0BD96E5.9ECBD630.IP)
  3104. # [21:46] <lmandel> When was cache v2 enabled?
  3105. # [21:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6c7bd77200db - Randell Jesup - Bug 1038879: ensure odd widths/heights in getUserMedia are handled correctly r=rillian
  3106. # [21:46] <mayhemer> lmandel: cache2 was enabled in gecko 32
  3107. # [21:47] <lmandel> mayhemer: OK. Thanks for confirming.
  3108. # [21:47] <lmandel> mayhemer: Do you know if the fix has been tested on B2G 2.1 (m-c)?
  3109. # [21:47] <mayhemer> lmandel: and the OOM issues with large write backlog were there since ever (in the cache2 code)
  3110. # [21:47] <mayhemer> lmandel: no idea :(
  3111. # [21:47] * Quits: fabrice (fabrice@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  3112. # [21:47] <mayhemer> lmandel: but it's there for 5 days or so
  3113. # [21:48] <mayhemer> lmandel: and michal has spent a lot of time testing it
  3114. # [21:48] <mayhemer> lmandel: I mean locally, during the development
  3115. # [21:48] * Joins: rajul (rajul@67426379.70B6E959.388CF16F.IP)
  3116. # [21:48] <mayhemer> lmandel: and the patch has an automated test, so we at least exec tha path ;)
  3117. # [21:48] <lmandel> mayhemer: I ask because we need to be really careful about introducing new regressions in 2.0. We don't have a lot of room for error on this release right now.
  3118. # [21:48] * Quits: alex_tz (Adium@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  3119. # [21:48] <lmandel> mayhemer: Yup. Saw the test.
  3120. # [21:49] * Quits: catalinb (catalinb@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: This computer has gone to sleep)
  3121. # [21:49] <mayhemer> lmandel: just to be sure I understand, you are concerned about regressions w/o or w/ the patch?
  3122. # [21:49] <mayhemer> I assume w/
  3123. # [21:49] <lmandel> mayhemer: So worst case without taking this patch we're likely to hit more OOM conditions.
  3124. # [21:49] <lmandel> mayhemer: w the patch
  3125. # [21:49] <lmandel> mayhemer: ie. not making the branch worse.
  3126. # [21:50] * bobowen is now known as bobowen|afk
  3127. # [21:50] * Joins: rvid (textual@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3128. # [21:50] <michal> lmandel: The patch fixes also some other issues, but they are quite rare.
  3129. # [21:51] * Quits: @ehsan (ehsan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  3130. # [21:51] <lmandel> michal: Would breakage from this patch be visible on desktop?
  3131. # [21:52] <lmandel> (not sure how much impact this has with the fast desktop hdds)
  3132. # [21:52] * Joins: fabrice (fabrice@moz-C07D5168.p2p.sfo1.mozilla.com)
  3133. # [21:53] * Joins: brendan (brendaneic@6A24F57D.51C7F032.FA49AE52.IP)
  3134. # [21:53] <michal> lmandel: the patch fixes handling of read/write errors and they would be probably visible on desktop if they would occur
  3135. # [21:53] * Quits: davispuh (quassel@CE5568AB.AEB760EF.D1BFA94D.IP) (Input/output error)
  3136. # [21:54] <lmandel> michal: OK. That makes me feel better as we actually have a nighly population on desktop.
  3137. # [21:54] * Quits: kip (kip@A6CF435B.D1155E2C.CFC2A289.IP) (Broken pipe)
  3138. # [21:54] <lmandel> michal: I'll approve this one. Let's watch for any fallout.
  3139. # [21:54] <michal> lmandel: ok
  3140. # [21:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/pushloghtml?changeset=f574d2d9ef70 - 11 changesets
  3141. # [21:54] <mayhemer> lmandel: thanks!
  3142. # [21:54] * davidb|afk is now known as davidb
  3143. # [21:55] * Joins: kip (kip@A6CF435B.D1155E2C.CFC2A289.IP)
  3144. # [21:55] * Joins: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP)
  3145. # [21:55] * Joins: ehsan (ehsan@13F2CEC5.7672369.D8E68FF6.IP)
  3146. # [21:55] * ChanServ sets mode: +o ehsan
  3147. # [21:55] * Quits: RattyAway (Jim_diGriz@8F2B84D7.587715E1.FB243CD8.IP) (Quit: ChatZilla 0.9.90.1 [SeaMonkey 2.0.15pre/20110606000022])
  3148. # [21:55] * Joins: davispuh (quassel@CE5568AB.AEB760EF.D1BFA94D.IP)
  3149. # [21:55] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  3150. # [21:57] * davidb is now known as davidb|afk
  3151. # [21:57] * davidb|afk is now known as davidb
  3152. # [21:57] * nthomas|away is now known as nthomas
  3153. # [21:59] * Joins: dbaron (dbaron@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3154. # [21:59] * ChanServ sets mode: +ao dbaron dbaron
  3155. # [22:00] * davidb is now known as davidb|afk
  3156. # [22:01] * Quits: wolfiR (wolfiR@moz-783B61DE.dip0.t-ipconnect.de) (Quit: Leaving)
  3157. # [22:02] * Joins: Cwiiis (uid15019@CB1D25D9.E02B7C75.9377050C.IP)
  3158. # [22:02] * ChanServ sets mode: +o Cwiiis
  3159. # [22:02] * Joins: walter (walter@moz-62518563.mtv2.mozilla.com)
  3160. # [22:03] * Joins: cpeterson (cpeterson@moz-2236C142.hsd1.ca.comcast.net)
  3161. # [22:03] * Joins: gkw (fuzz2lin@moz-62518563.mtv2.mozilla.com)
  3162. # [22:04] <sewardj> mjrosenb: no, we never did more than SSSE3 for 32-bit x86
  3163. # [22:04] <sewardj> mjrosenb: anything more than that is 64-bit only
  3164. # [22:05] * Joins: efaust (efaust@moz-84ACC2F0.hsd1.ca.comcast.net)
  3165. # [22:05] <efaust> dmajor: ping
  3166. # [22:05] <jesup> bsmedberg: ping
  3167. # [22:05] * Quits: @ehsan (ehsan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  3168. # [22:05] <@bsmedberg> jesup: meetings and busy.... maybe send email?
  3169. # [22:06] <jesup> sure
  3170. # [22:06] * Quits: jchaulk (jchaulk@moz-E08C78F8.cpe.pppoe.ca) (Quit: Leaving.)
  3171. # [22:06] * Joins: jchaulk (jchaulk@moz-E08C78F8.cpe.pppoe.ca)
  3172. # [22:06] <mjrosenb> sewardj: so it shouldn't be difficult to add it for 32-bit?
  3173. # [22:07] <sewardj> mjrosenb: it would be a huge amount of effort
  3174. # [22:07] <mayhemer> lmandel: I'm looking closer on the primary motivation for the cache2 bug you just a+
  3175. # [22:07] <sewardj> mjrosenb: the 32- and 64-bit front ends diverged a long time ago
  3176. # [22:07] <mayhemer> lmandel: it looks like it's better since some time (a long time ago), I'm trying to find the cset that may have already fixed that
  3177. # [22:08] <mjrosenb> sewardj: :-(
  3178. # [22:08] * Quits: jchaulk (jchaulk@moz-E08C78F8.cpe.pppoe.ca) (Ping timeout)
  3179. # [22:08] <mayhemer> lmandel: so, we could stay on the safe side... will let you know shortly
  3180. # [22:08] * Quits: gerv (Instantbir@moz-8E68CF56.in-addr.arpa) (Ping timeout)
  3181. # [22:09] <sewardj> mjrosenb: these problems are always to do with gentoo
  3182. # [22:09] <mjrosenb> sewardj: so I don't get valgrind on 32 bit programs?
  3183. # [22:09] <sewardj> mjrosenb: you wind up with something tuned that particular cpu, that doesn't query via CPUID
  3184. # [22:09] <lmandel> mayhemer: Assuming you mean bug 1013395, I should likely rescind my a+ until you're ready then.
  3185. # [22:09] * Joins: gerv (Instantbir@moz-8E68CF56.in-addr.arpa)
  3186. # [22:09] <mjrosenb> c.c yeah, gentoo does have a bit of a history.
  3187. # [22:09] * Joins: Mano (mano@moz-990BD9AE.red.bezeqint.net)
  3188. # [22:09] * Joins: Morris (Morris@moz-53BADCC8.dynamic-ip.hinet.net)
  3189. # [22:09] * Joins: ehsan (ehsan@13F2CEC5.7672369.D8E68FF6.IP)
  3190. # [22:09] * ChanServ sets mode: +o ehsan
  3191. # [22:10] <mayhemer> lmandel: feel free
  3192. # [22:10] <sewardj> mjrosenb: on any "normal" distro 32-bit works fine
  3193. # [22:10] * Quits: linuxwolf (Adium@moz-6D0FD3FC.cisco.com) (Ping timeout)
  3194. # [22:10] <sewardj> mjrosenb: or .. force glibc gentoo rebuild for max SSSE3
  3195. # [22:10] * Quits: jviereck03 (Adium@moz-7859BAFE.dclient.hispeed.ch) (Quit: Leaving.)
  3196. # [22:11] * Joins: linuxwolf (Adium@moz-6D0FD3FC.cisco.com)
  3197. # [22:12] * Quits: gkw (fuzz2lin@moz-62518563.mtv2.mozilla.com) (Quit: leaving)
  3198. # [22:12] * Joins: gkw (fuzz2lin@moz-62518563.mtv2.mozilla.com)
  3199. # [22:12] <Morris> bz: ping
  3200. # [22:13] <handyman> bent: ping
  3201. # [22:14] * Quits: tedders1|german_timezone (tedders1@BFBF8ECA.E0BD96E5.9ECBD630.IP) (Input/output error)
  3202. # [22:14] <bent> handyman, pong, though kinda swamped...
  3203. # [22:14] * Quits: gcp (gpascutto@moz-9CEB1C98.access.telenet.be) (Connection reset by peer)
  3204. # [22:14] <handyman> bent: no worries. Is there a better time to try to reach you?
  3205. # [22:14] * Joins: tedders1|german_timezone (tedders1@BFBF8ECA.E0BD96E5.9ECBD630.IP)
  3206. # [22:15] <BenWa> bent: Quick question, if the chrome-main and the content-main both send a message to chrome-compositor, is there any ordering guarante?
  3207. # [22:15] <bent> BenWa, no, don't believe so
  3208. # [22:15] <BenWa> =\
  3209. # [22:15] <bent> handyman, not really :)
  3210. # [22:16] * juanb|lunch is now known as juanb
  3211. # [22:16] <BenWa> handyman: alright well darn, lets keep the current approach
  3212. # [22:16] <handyman> bent: BenWa was with me. You dashed our hopes, which is what I was looking for. Thanks for the help :)
  3213. # [22:16] <bent> BenWa, wait
  3214. # [22:16] <bent> BenWa, i read too quickly
  3215. # [22:16] * Quits: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  3216. # [22:16] <mjrosenb> sewardj: If I wanted to implement it myself, it is only frontend work that needs to be done? vex already supports the instructions, right?
  3217. # [22:16] * Quits: tedders1|german_timezone (tedders1@BFBF8ECA.E0BD96E5.9ECBD630.IP) (Ping timeout)
  3218. # [22:16] <bent> when you say "chrome" and "content" do you mean "parent process" and "child process"?
  3219. # [22:16] <BenWa> Yes
  3220. # [22:16] <bent> ah
  3221. # [22:17] * Quits: squib (squib@383121B7.B2666F0E.66399531.IP) (Ping timeout)
  3222. # [22:17] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  3223. # [22:17] * FuzzyFox is now known as FuzzyFox|afk
  3224. # [22:17] <bent> then no, no ordering guarantees
  3225. # [22:17] <BenWa> So this would save us an ipc message round trip
  3226. # [22:17] <sewardj> mjrosenb: well, so you'd wind up with something that supports SSSE3 + BMI but nothing in between .. is that what you intend?
  3227. # [22:18] <BenWa> handyman: Alright let’s no shoot ourselves in the foot to try and save that round trip. Sounds too risky
  3228. # [22:18] <handyman> BenWa: Agreed. Too bad.
  3229. # [22:18] <BenWa> handyman: I bet that 99% we would never see the race show up but yea, the potential race is unacceptable
  3230. # [22:19] <BenWa> (because parent-content would need some time to prepare it’s own transaction)
  3231. # [22:19] <handyman> BenWa: Yes, and I think that the case where the RT IPC time would matter is pretty minor.
  3232. # [22:19] <sewardj> mjrosenb: really, it's a lot of effort. See guest_amd64_toIR.c.
  3233. # [22:20] <handyman> BenWa: Do you still want to look into the 'flickering' issue that mconley had posted in his YouTube video?
  3234. # [22:20] * Quits: kip (kip@A6CF435B.D1155E2C.CFC2A289.IP) (Client exited)
  3235. # [22:20] * Joins: kip (kip@A6CF435B.D1155E2C.CFC2A289.IP)
  3236. # [22:20] <handyman> BenWa: This one: https://bugzilla.mozilla.org/show_bug.cgi?id=1009628#c61
  3237. # [22:20] <BenWa> handyman: Well it’s more then that. With this approach we have to wait for unrelated operations to happen on the compositor and resources to be moved on the GPU before parent-content can start doing it’s worked
  3238. # [22:20] <mconley> handyman: we can probably move that to a follow-up, imo
  3239. # [22:20] <BenWa> We miss an oportunity to have the two threads work in parellel
  3240. # [22:21] * KaiRo is now known as KaiRo_away
  3241. # [22:21] * Quits: Preeti (uid13882@AF7427AE.E02B7C75.9377050C.IP) (Quit: Connection closed for inactivity)
  3242. # [22:21] <handyman> BenWa: Yeah, I guess a backlog can form.
  3243. # [22:21] <mjrosenb> sewardj: fair point.
  3244. # [22:21] <BenWa> handyman: I took a look with mconley. The flashing only occured with the timeout correct? As long as we can prove that the mozAfterRemotePaint works then we should land it
  3245. # [22:21] <sewardj> mjrosenb: do you have to use 32-bit ?
  3246. # [22:21] * Quits: jackneill (jackneill@moz-DA7DFAA5.pool.digikabel.hu) (Input/output error)
  3247. # [22:22] <mjrosenb> sewardj: yes. the arm simulator only works on 32-bit builds.
  3248. # [22:22] * Quits: ggp|away (ggp@FA18C31.974CF491.B65F468E.IP) (Ping timeout)
  3249. # [22:22] <handyman> mconley: BenWa: OK. Yeah, the issue looked like the timeout but I tried the case in Safari and IE and they seemed a lot less choppy.
  3250. # [22:22] <mjrosenb> although, I guess x32 would also work.
  3251. # [22:22] * catlee-lunch is now known as catlee
  3252. # [22:22] <handyman> But I think they keep the graphics objects around, probably in an LRU-cache.
  3253. # [22:22] * Fallen|away is now known as Fallen
  3254. # [22:22] <sewardj> mjrosenb: fair enough. Can you force a rebuild of gentoo glibc for a lesser cpu?
  3255. # [22:23] * mattwoodrow|away is now known as mattwoodrow
  3256. # [22:23] <mjrosenb> I can remove -march=native, and re-build libc.
  3257. # [22:23] * Joins: ggp|away (ggp@FA18C31.974CF491.B65F468E.IP)
  3258. # [22:23] * Joins: gustavold (gustavold@F98508DA.E12A1350.DF2AC62B.IP)
  3259. # [22:24] <BenWa> handyman: as long as the problem only shows up when we hit our timeout code path. We can in a follow up investigate why our latency is higher
  3260. # [22:25] <handyman> BenWa: OK. I'll break that out into a separate bug.
  3261. # [22:25] <sewardj> mjrosenb: basically you want glibc (and everything else) to abide by what CPUID says is available. V emulates CPUID in such a way as to be consistent with what it actually implements.
  3262. # [22:26] * Quits: davispuh (quassel@CE5568AB.AEB760EF.D1BFA94D.IP) (Input/output error)
  3263. # [22:27] <mjrosenb> sewardj: oh, that is nice.
  3264. # [22:27] * Quits: NeilAway (neil@moz-B1437A82.static.virginmediabusiness.co.uk) (Ping timeout)
  3265. # [22:27] <mjrosenb> I guess it makes sense that it is basically running on a different computer, which I've implicitly stated i'm never going to do with -march=native.
  3266. # [22:27] * Joins: NeilAway (neil@moz-B1437A82.static.virginmediabusiness.co.uk)
  3267. # [22:27] <sewardj> mjrosenb: that way, everything "just works"
  3268. # [22:27] <sewardj> mjrosenb: exactly.
  3269. # [22:27] * Quits: sylvain (scleymans@moz-62518563.mtv2.mozilla.com) (Connection reset by peer)
  3270. # [22:28] <mayhemer> lmandel: done
  3271. # [22:28] * Joins: sylvain (scleymans@moz-62518563.mtv2.mozilla.com)
  3272. # [22:29] * Quits: mixedpuppy (mixedpuppy@A6CF435B.D1155E2C.CFC2A289.IP) (Ping timeout)
  3273. # [22:29] * Joins: chmanchester (chmanchest@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3274. # [22:29] <lmandel> mayhemer: Thanks. I appreciate you checking.
  3275. # [22:30] <mayhemer> lmandel: np
  3276. # [22:30] * Quits: janv (varga@13F2CEC5.7672369.D8E68FF6.IP) (Quit: This computer has gone to sleep)
  3277. # [22:30] * Quits: erahm (Adium@moz-BF4D134B.hsd1.or.comcast.net) (Quit: Leaving.)
  3278. # [22:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f4592864c982 - Sotaro Ikeda - Bug 1037360 - Fix SharedBufferManagerParent's destruction r=jmuizelaar
  3279. # [22:30] * Quits: rogeliodh (Thunderbir@DFA43A1F.F7A04692.D67CC001.IP) (Quit: rogeliodh)
  3280. # [22:31] * Joins: mixedpuppy (mixedpuppy@A6CF435B.D1155E2C.CFC2A289.IP)
  3281. # [22:32] * Quits: tomer (tomer@moz-C41B384C.static.012.net.il) (Quit: Leaving.)
  3282. # [22:33] * geekboy|afk is now known as geekboy
  3283. # [22:34] * Joins: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net)
  3284. # [22:35] * Quits: justindarc (justindarc@D2AEACFC.B56D28DB.B58D01CE.IP) (Input/output error)
  3285. # [22:35] * Joins: erahm (Adium@moz-A511F1A0.hsd1.or.comcast.net)
  3286. # [22:35] * hwine|mtg is now known as hwine
  3287. # [22:35] * Joins: Archaeopteryx (itsme@moz-72025310.cust.telecolumbus.net)
  3288. # [22:36] * Joins: nrc|afk (nrc@7BE24E90.A5032A01.3CFC199D.IP)
  3289. # [22:37] * Joins: myk (myk@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3290. # [22:37] * armenzg is now known as armenzg_afk
  3291. # [22:38] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?changeset=e5e366ed6cf4 - 11 changesets
  3292. # [22:38] * Quits: cpearce (chatzilla@moz-EC1018D1.jetstream.xtra.co.nz) (Ping timeout)
  3293. # [22:39] * Joins: Optimizer (Optimizer@BF63E459.19AF8E92.BE4CF869.IP)
  3294. # [22:39] * Quits: Ms2ger (Ms2ger@moz-CE3CEBEE.access.telenet.be) (Quit: nn)
  3295. # [22:40] * dwong|lunch is now known as dwong
  3296. # [22:42] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/61d41b381f30 - Christoph Kerschbaumer - Bug 1005225 - CSP in C++: SImplify shouldProcess for CSP (r=sstamm)
  3297. # [22:42] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/32a1fa1b28d5 - Sid Stamm - Bug 1030936 - Remove CSP fast path for certified apps (r=fabrice)
  3298. # [22:42] * Quits: tonymec|away (tonymec@6EF92D4A.1ECADA64.277517C1.IP) (Ping timeout)
  3299. # [22:42] * Quits: tonymec (tonymec@6EF92D4A.1ECADA64.277517C1.IP) (Ping timeout)
  3300. # [22:42] * Quits: bmoss (bmoss@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  3301. # [22:43] * Joins: alex_tz (Adium@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3302. # [22:43] * Quits: tonymec_KDE (tonymec@6EF92D4A.1ECADA64.277517C1.IP) (Ping timeout)
  3303. # [22:43] * Joins: catalinb (catalinb@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3304. # [22:43] <jimm> !seen dao
  3305. # [22:43] <firebot> dao was last seen 7 weeks, 4 days, 36 minutes and 16 seconds ago, saying 'I'll still be around for some time' in #fx-team.
  3306. # [22:43] <jimm> youch
  3307. # [22:44] <@khuey> well then
  3308. # [22:44] <BenWa> ironic
  3309. # [22:44] * Joins: bmoss (bmoss@moz-62518563.mtv2.mozilla.com)
  3310. # [22:45] * Quits: Morris (Morris@moz-53BADCC8.dynamic-ip.hinet.net) (Quit: Morris)
  3311. # [22:46] <ckerschb> RyanVM: ping
  3312. # [22:46] * Quits: catalinb (catalinb@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Connection reset by peer)
  3313. # [22:46] <RyanVM> ckerschb: pong
  3314. # [22:46] * Quits: tanmaysahay94 (chatzilla@D0D9C276.CA3DBC5A.2A068A5E.IP) (Ping timeout)
  3315. # [22:46] * Quits: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net) (Quit: [self dealloc])
  3316. # [22:46] <ckerschb> accidentaly I changed the uuid of the wrong file when landing; https://hg.mozilla.org/integration/mozilla-inbound/rev/61d41b381f30
  3317. # [22:46] * Quits: cpeterson (cpeterson@moz-2236C142.hsd1.ca.comcast.net) (Input/output error)
  3318. # [22:46] * Parts: walac (wander@71A52A3C.5A61E9D8.1C880E7D.IP)
  3319. # [22:46] <ckerschb> nsIContentPolicy.idl - can I prepare I one line change and push that to revert that change?
  3320. # [22:46] * Quits: rajul (rajul@67426379.70B6E959.388CF16F.IP) (Ping timeout)
  3321. # [22:46] <ckerschb> or want me to backout the whole thing?
  3322. # [22:47] * Joins: cpeterson (cpeterson@moz-2236C142.hsd1.ca.comcast.net)
  3323. # [22:47] <ckerschb> shouldn't break anything
  3324. # [22:47] <RyanVM> I don't see any issue with pushing a follow-up
  3325. # [22:47] <ckerschb> RyanVM: ok, I will do that - thanks
  3326. # [22:47] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/bf9c873c60f1 - Nick Alexander - Bug 1024708 - Part 1: Add build feature flag MOZ_ANDROID_MLS_STUMBLER. r=rnewman
  3327. # [22:47] * Quits: jfkthame (jfkthame@DA2E3795.4CEA26B6.3E2A4E92.IP) (Quit: This computer has gone to sleep)
  3328. # [22:47] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/18a81fe5e78b - Nick Alexander - Bug 1024708 - Part 2: Build stumbler JAR and integrate into Fennec. r=rnewman
  3329. # [22:47] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/298f6155fc60 - Nick Alexander - Bug 1024708 - Part 3: Eclipse support. r=rnewman
  3330. # [22:47] * Joins: catalinb (catalinb@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3331. # [22:47] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/84a78562c01a - Nick Alexander - Bug 1024708 - Post: Don't build MLS Stumbler in Fennec by default. r=me
  3332. # [22:48] * Quits: jedp (jedp@moz-3AA8030E.dsl.dynamic.sonic.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  3333. # [22:48] * Quits: automata (automata@moz-B4A20AAE.jvece702.dsl.brasiltelecom.net.br) (Quit: This computer has gone to sleep)
  3334. # [22:48] * jmaher is now known as jmaher|afk
  3335. # [22:50] * Joins: ffledgling (anhad@moz-DB4A9C19.scl3.mozilla.com)
  3336. # [22:50] * Quits: jaoo|afk (user@moz-1B57A552.red-81-34-1.dynamicip.rima-tde.net) (Client exited)
  3337. # [22:50] * Parts: ffledgling (anhad@moz-DB4A9C19.scl3.mozilla.com)
  3338. # [22:51] * Quits: rbarnes (rbarnes@moz-5E1F5C28.washdc.fios.verizon.net) (Input/output error)
  3339. # [22:51] <jduell> lmandel: no 1013395 is all about cache v2
  3340. # [22:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/67373fe39c53 - Terrence Cole - Bug 1030577 - Move some GC guards below the GC_BEGIN callback; r=jonco
  3341. # [22:51] * Joins: walac (wander@71A52A3C.5A61E9D8.1C880E7D.IP)
  3342. # [22:52] * Joins: rbarnes (rbarnes@moz-5E1F5C28.washdc.fios.verizon.net)
  3343. # [22:53] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Quit: )
  3344. # [22:53] * Quits: Mano (mano@moz-990BD9AE.red.bezeqint.net) (Client exited)
  3345. # [22:54] * Joins: Mano (mano@moz-990BD9AE.red.bezeqint.net)
  3346. # [22:55] * Quits: gerv (Instantbir@moz-8E68CF56.in-addr.arpa) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  3347. # [22:56] * Quits: Mano (mano@moz-990BD9AE.red.bezeqint.net) (Ping timeout)
  3348. # [22:56] * Fallen is now known as Fallen|away
  3349. # [22:56] <reuben> nsm: ping
  3350. # [22:56] * Quits: davidb|afk (davidb@moz-2459255C.dsl.bell.ca) (Quit: Blah blah blah)
  3351. # [22:56] * Joins: ckitching (ckitching@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3352. # [22:58] * Joins: pnkfelix (pnkfelix@moz-43495417.fbx.proxad.net)
  3353. # [22:58] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  3354. # [22:58] * Quits: myk (myk@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  3355. # [22:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/452d8502bea1 - Christoph Kerschbaumer - Bug 1005225: Follow up, changed uuid in the wrong idl (r=ckerschb)
  3356. # [22:59] <mconnor> mmc: on my way up
  3357. # [22:59] * lizzard_afk_for_lunch is now known as lizzard
  3358. # [23:00] * Quits: philipp64 (chatzilla@moz-B40B9015.ctcweb.net) (Ping timeout)
  3359. # [23:01] * Joins: philipp64 (chatzilla@moz-B40B9015.ctcweb.net)
  3360. # [23:01] * Joins: rajul (rajul@1068041B.7CFEBD3D.388CF16F.IP)
  3361. # [23:02] * Joins: jfkthame (jfkthame@DA2E3795.4CEA26B6.3E2A4E92.IP)
  3362. # [23:02] * smaugAfk is now known as smaug
  3363. # [23:02] * Quits: @smaug (chatzilla@moz-38C5B03.elisa-laajakaista.fi) (Quit: Reconnecting…)
  3364. # [23:03] * Joins: smaug (chatzilla@moz-38C5B03.elisa-laajakaista.fi)
  3365. # [23:03] * ChanServ sets mode: +o smaug
  3366. # [23:03] * Joins: gandalf (zbraniecki@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3367. # [23:04] * mjrosenb is now known as mjrosenb|cooking
  3368. # [23:04] * Quits: yzen (yzen@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  3369. # [23:05] * Quits: Optimizer (Optimizer@BF63E459.19AF8E92.BE4CF869.IP) (Ping timeout)
  3370. # [23:05] * Joins: driia (dria@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3371. # [23:05] * Quits: dria (dria@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Connection reset by peer)
  3372. # [23:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/51964ec6b084 - Margaret Leibovic - Bug 1038789 - Add clear button to search bar in search activity. r=eedens
  3373. # [23:05] * Quits: jfkthame (jfkthame@DA2E3795.4CEA26B6.3E2A4E92.IP) (Quit: Leaving)
  3374. # [23:05] * Quits: gandalf (zbraniecki@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Connection reset by peer)
  3375. # [23:06] * mcote is now known as mcote|afk
  3376. # [23:06] * Quits: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  3377. # [23:06] * jchen is now known as jchen|away
  3378. # [23:06] <@ehsan> botond: https://pastebin.mozilla.org/5559907
  3379. # [23:06] * Joins: gandalf (zbraniecki@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3380. # [23:06] <mconnor> mmc: went to wrong room, in 7C now
  3381. # [23:07] * Joins: azakai_ (alon@moz-24157589.mtv2.mozilla.com)
  3382. # [23:07] * Joins: Optimizer (Optimizer@BF63E459.19AF8E92.BE4CF869.IP)
  3383. # [23:08] * Joins: amoghbl1 (uid14927@F96EF34A.E02B7C75.9377050C.IP)
  3384. # [23:08] <jesup> glandium: ping
  3385. # [23:09] <jesup> gps: ping
  3386. # [23:09] * Parts: akachkach (akachkach@moz-8A64BA70.hsd1.ca.comcast.net)
  3387. # [23:09] * Joins: dria (dria@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3388. # [23:09] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/93046aa1a6e3 - Felipe Gomes - Bug 1024757 - Follow up, update example documentation. r=felipe. a=lmandel
  3389. # [23:09] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/40ef545ebd79 - Steven MacLeod - Bug 1035337 - Introduce API to record when the infobar is hidden due to 'Never translate this language/site'. r=felipe a=lmandel
  3390. # [23:09] * Quits: driia (dria@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Connection reset by peer)
  3391. # [23:09] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/0874ec920408 - Steven MacLeod - Bug 1035337 - Record when the infobar is hidden due to 'Never translate this language/site'. r=felipe a=lmandel
  3392. # [23:10] <gps> jesup: pong
  3393. # [23:10] <jesup> gps: got time for a trivial gyp-file mod review? (add a var to control a define).
  3394. # [23:11] <jesup> https://bugzilla.mozilla.org/page.cgi?id=splinter.html&bug=983504&attachment=8456358
  3395. # [23:11] <gps> jesup: can you send build reviews to glandium or mshal?
  3396. # [23:12] <jesup> gps: ok, thanks
  3397. # [23:12] <jesup> mshal: ping
  3398. # [23:12] <jesup> mshal: ^
  3399. # [23:12] <mshal> jesup: yeah, let me take a look...
  3400. # [23:14] <jesup> mshal: off-topic question: if you shift-reload (or load) v.mozilla.com, does it load for you? If so, does it load quickly? (I see you're on fios east-coast, and a number of us around philly are having problems)
  3401. # [23:15] <mshal> jesup: it does load, though it look about 10s
  3402. # [23:15] <rillian> how do I make 'nsAutoPtr<Foo> foo = static_cast<Foo*>(void_thing); work?
  3403. # [23:15] <mshal> jesup: wrt webrtc gyp files, aren't those from upstream?
  3404. # [23:15] * Quits: naveed (nihsanulla@moz-6A023467.bstnma.fios.verizon.net) (Ping timeout)
  3405. # [23:16] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  3406. # [23:17] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/61c29af88d35 - Chenxia Liu - Bug 1038798 - Regression: After closing all tabs, tabs tray dotted menu can not be accessed again. r=bnicholson
  3407. # [23:17] * rail is now known as rail_away
  3408. # [23:17] * Quits: rstrong (rstrong@moz-204A999A.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 1.8.0.9/2006120508])
  3409. # [23:18] * Quits: badescunicu (Thunderbir@6D2CFBA4.F83DACF9.320F75DD.IP) (Quit: badescunicu)
  3410. # [23:18] * Quits: kip (kip@A6CF435B.D1155E2C.CFC2A289.IP) (Connection reset by peer)
  3411. # [23:19] <jesup> mshal: yes, though we're upstreaming stuff (and we're carrying a lot of build-system changes - unavoidable - which we plan to upstream)
  3412. # [23:19] * Joins: kip (kip@A6CF435B.D1155E2C.CFC2A289.IP)
  3413. # [23:19] <mshal> ahh, ok
  3414. # [23:19] <jesup> mshal: 10s seems slowish, though not the never-loads we're getting
  3415. # [23:19] <mshal> jesup: yeah, didn't seem particularly fast, nor too slow :)
  3416. # [23:20] * Quits: gustavold (gustavold@F98508DA.E12A1350.DF2AC62B.IP) (Ping timeout)
  3417. # [23:20] * Quits: rvid (textual@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Computer has gone to sleep.)
  3418. # [23:21] * Quits: mdas (mdas@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  3419. # [23:21] * Quits: chmanchester (chmanchest@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  3420. # [23:21] * Joins: chmanchester (chmanchest@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3421. # [23:21] * Quits: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca) (Quit: surkov)
  3422. # [23:21] * Joins: mt_ (mt@moz-62518563.mtv2.mozilla.com)
  3423. # [23:21] <jesup> If lucky, we can get 1/4 way through the loading bar in the flash.
  3424. # [23:22] * Quits: smontagu (chatzilla@moz-3C18C5D3.red.bezeqint.net) (Ping timeout)
  3425. # [23:22] * Joins: gustavold (gustavold@2E69CE34.63567CF1.8D3F079C.IP)
  3426. # [23:22] <jesup> seems to be a peering problem (as box.com is hit too, and it appears that ancestry.com gets a lot of TCP resets
  3427. # [23:22] <jimm> bsmedberg: would you mind posting a rev of the patch in bug 1033522 without the whitespace changes?
  3428. # [23:22] * Quits: chmanchester (chmanchest@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  3429. # [23:22] <jimm> looks like 90% of your patch
  3430. # [23:23] <mshal> jesup: are you able to just run the VidyoDesktop client directly and skip v.m.o?
  3431. # [23:23] <mshal> not sure if that goes through the same place...
  3432. # [23:23] <jesup> mshal: and vidyo is loading fast now, so the test was likely useless :-)
  3433. # [23:23] <mshal> hah
  3434. # [23:24] <@bsmedberg> jimm: ok https://bugzilla.mozilla.org/show_bug.cgi?id=1033522#c16
  3435. # [23:24] <jesup> Yes, though I'd get disconnected randomly in calls. (likely the TCP login connection dying)
  3436. # [23:24] * Joins: yzen (yzen@moz-F62769B5.cpe.pppoe.ca)
  3437. # [23:24] <jimm> bsmedberg: much better, thx
  3438. # [23:25] * Quits: Archaeopteryx (itsme@moz-72025310.cust.telecolumbus.net) (Quit: Goodbye)
  3439. # [23:25] * Quits: armenzg_afk (armenzg@moz-5C9D8F48.cable.teksavvy.com) (Quit: Leaving)
  3440. # [23:26] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  3441. # [23:26] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/724724630cc9 - Andrew McCreight - Bug 1036629 - Take a deathgrip on the runnable passed to NS_DispatchToCurrentThread. r=bsmedberg
  3442. # [23:26] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/da1b857571c2 - Wes Kocher - Backed out changeset 4f82325c577f (bug 1036220) for android mochitest failures
  3443. # [23:26] * Quits: yzen (yzen@moz-F62769B5.cpe.pppoe.ca) (Ping timeout)
  3444. # [23:27] * RyanVM is now known as RyanVM|afk
  3445. # [23:27] * bz is now known as bz_away
  3446. # [23:28] * Joins: chmanchester (chmanchest@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3447. # [23:28] * Quits: @ted (luser@moz-32EB5F4C.sctnpa.east.verizon.net) (Ping timeout)
  3448. # [23:28] * Joins: ted_ (luser@moz-7A0B6B0B.sctnpa.east.verizon.net)
  3449. # [23:28] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  3450. # [23:29] * Quits: Boriss (Boriss@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  3451. # [23:30] * Joins: cpeterson_ (cpeterson@moz-2236C142.hsd1.ca.comcast.net)
  3452. # [23:31] * Quits: cpeterson (cpeterson@moz-2236C142.hsd1.ca.comcast.net) (Ping timeout)
  3453. # [23:31] * Joins: rvid (textual@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3454. # [23:32] * mattwoodrow is now known as mattwoodrow|away
  3455. # [23:32] * Joins: Boriss (Boriss@moz-C07D5168.p2p.sfo1.mozilla.com)
  3456. # [23:33] * Quits: rajul (rajul@1068041B.7CFEBD3D.388CF16F.IP) (Ping timeout)
  3457. # [23:33] * Quits: @roc (chatzilla@moz-62AD150E.bng1.tvc.orcon.net.nz) (Input/output error)
  3458. # [23:34] * heycam|away is now known as heycam
  3459. # [23:34] * Joins: myk (myk@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3460. # [23:35] * Quits: ally (Adium@moz-DF4BA5E.hsd1.ca.comcast.net) (Quit: Leaving.)
  3461. # [23:35] * Quits: gustavold (gustavold@2E69CE34.63567CF1.8D3F079C.IP) (Quit: Leaving.)
  3462. # [23:36] * mattwoodrow|away is now known as mattwoodrow
  3463. # [23:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/cd3ee2c040e1 - Nikhil Marathe - Bug 983497 - Patch 1: Infrastructure to fire events on ServiceWorkerContainers. r=ehsan,smaug
  3464. # [23:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/8111e8d8875b - Nikhil Marathe - Bug 983497 - Patch 2: Fire updatefound on ServiceWorkerContainers. r=ehsan
  3465. # [23:38] * Quits: Shrooms (Shrooms@moz-21C7D740.asm.bellsouth.net) (Ping timeout)
  3466. # [23:38] * Joins: cpearce (chatzilla@34E8ECDF.DC2C3734.616A18A6.IP)
  3467. # [23:39] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c98c4be7d7bf - Bas Schouten - Bug 1036785 - Tests: Fuzz some tests to mask subpixel-AA differences. r=jrmuizel
  3468. # [23:39] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/65a89b89cb1e - Bas Schouten - Bug 1036785: Use DIBs for drawing when not using opaque surfaces. r=nical
  3469. # [23:39] * Quits: gandalf (zbraniecki@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Connection reset by peer)
  3470. # [23:40] * Joins: gandalf (zbraniecki@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3471. # [23:40] * Quits: h4writer (h4writer@moz-6BDA8831.access.telenet.be) (Ping timeout)
  3472. # [23:41] * Quits: bgrins (bgrins@C7203E51.FBD8ACDB.20F09BA6.IP) (Quit: Leaving.)
  3473. # [23:41] * Quits: walter (walter@moz-62518563.mtv2.mozilla.com) (Input/output error)
  3474. # [23:41] * Quits: bmoss (bmoss@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  3475. # [23:41] * Joins: walter (Adium@moz-62518563.mtv2.mozilla.com)
  3476. # [23:42] * Quits: @ehsan (ehsan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  3477. # [23:42] * Quits: walter (Adium@moz-62518563.mtv2.mozilla.com) (Quit: Leaving.)
  3478. # [23:43] * Joins: walter (walter@moz-62518563.mtv2.mozilla.com)
  3479. # [23:44] * Quits: RealRaven (Thunderbir@BD0E89CB.C2EBF1DD.C3498625.IP) (Client exited)
  3480. # [23:46] * Quits: walter (walter@moz-62518563.mtv2.mozilla.com) (Connection reset by peer)
  3481. # [23:48] * Joins: bkerensa (ia1@moz-D1669C83.benjaminkerensa.com)
  3482. # [23:49] * Quits: ekr (Adium@moz-24157589.mtv2.mozilla.com) (Quit: Leaving.)
  3483. # [23:49] * Quits: Optimizer (Optimizer@BF63E459.19AF8E92.BE4CF869.IP) (Ping timeout)
  3484. # [23:51] * Quits: mt_ (mt@moz-62518563.mtv2.mozilla.com) (Quit: Leaving.)
  3485. # [23:51] * Joins: rajul (rajul@B7D3A085.37A4BB1D.83D0DF30.IP)
  3486. # [23:51] <dmajor> efaust: pong
  3487. # [23:53] * Quits: nrc|afk (nrc@7BE24E90.A5032A01.3CFC199D.IP) (Ping timeout)
  3488. # [23:53] * Joins: bmoss (bmoss@moz-62518563.mtv2.mozilla.com)
  3489. # [23:53] * Joins: tonymec_KDE (tonymec@moz-1A4EACE8.adsl-dyn.isp.belgacom.be)
  3490. # [23:54] * Joins: nrc|afk (nrc@7BE24E90.A5032A01.3CFC199D.IP)
  3491. # [23:54] <asobolev> Hi guys. Does anybody know why nsInputStreamPump::OnStateStop might be called given that nsInputStreamPump::Cancel doesn't get invoked?
  3492. # [23:54] * Joins: Optimizer (Optimizer@BF63E459.19AF8E92.BE4CF869.IP)
  3493. # [23:54] <asobolev> Stream is supposed to be "infinite"
  3494. # [23:55] * curtisk is now known as curtisk|afk
  3495. # [23:55] * Quits: bmoss (bmoss@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  3496. # [23:55] * Joins: mt_ (mt@moz-62518563.mtv2.mozilla.com)
  3497. # [23:56] * Joins: ekr (Adium@moz-24157589.mtv2.mozilla.com)
  3498. # [23:56] * Quits: tonymec_KDE (tonymec@moz-1A4EACE8.adsl-dyn.isp.belgacom.be) (Ping timeout)
  3499. # [23:57] * Quits: mt_ (mt@moz-62518563.mtv2.mozilla.com) (Quit: Leaving.)
  3500. # [23:57] * jimm is now known as jimm-bbiab
  3501. # [23:57] * Quits: kdc (chatzilla@moz-A66E00D4.pk.shawcable.net) (Ping timeout)
  3502. # [23:57] * Quits: pnkfelix (pnkfelix@moz-43495417.fbx.proxad.net) (Quit: rcirc on GNU Emacs 24.3.91.1)
  3503. # [23:57] * Quits: Optimizer (Optimizer@BF63E459.19AF8E92.BE4CF869.IP) (Ping timeout)
  3504. # [23:57] * Joins: kdc (chatzilla@moz-A66E00D4.pk.shawcable.net)
  3505. # [23:59] * Joins: bmoss (bmoss@moz-62518563.mtv2.mozilla.com)
  3506. # [23:59] <edwin> How do I turn on warnings as errors on a b2g build?
  3507. # [23:59] * Joins: tonymec_KDE (tonymec@moz-B5BD0388.adsl-dyn.isp.belgacom.be)
  3508. # [23:59] <dholbert> edwin, you don't want to, because IIRC we have a warning that is spammed everywhere because of a bug in the compiler version we use
  3509. # Session Close: Wed Jul 16 00:00:00 2014

The end :)