/irc-logs / mozilla / #developers / 2013-01-15 / end

Options:

  1. # Session Start: Tue Jan 15 00:00:00 2013
  2. # Session Ident: #developers
  3. # [00:00] * Quits: mayhemer (Miranda@moz-415580BA.broadband17.iol.cz) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  4. # [00:01] * Quits: kmoir (chatzilla@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  5. # [00:01] * Quits: bmoss (bmoss@2557E599.66715431.D25A875A.IP) (Ping timeout)
  6. # [00:01] * hwine|afk is now known as hwine
  7. # [00:02] * Quits: alanp (alanp@moz-197D5842.cpe.distributel.net) (Ping timeout)
  8. # [00:02] <njn> ehsan: I get zilliions of JS shadow warnings :( jsapi.h includes *lots* of JS code, and many Gecko files include jsapi.h
  9. # [00:02] * Joins: alanp (alanp@moz-197D5842.cpe.distributel.net)
  10. # [00:02] * Joins: Optimizer (Optimizer@CB6135D9.50CD76D5.274D17D6.IP)
  11. # [00:02] * Joins: jhammel (jhammel@moz-BE33DA21.fw1.sfo1.mozilla.net)
  12. # [00:02] <njn> ehsan: MFBT has lots, too
  13. # [00:03] * Quits: graememcc (chatzilla@moz-2F877331.range86-160.btcentralplus.com) (Quit: ChatZilla 0.9.89 [Firefox 18.0/20130107224849])
  14. # [00:03] * Quits: Goldorak (chatzilla@7CD1B470.2BC633E3.88CF6591.IP) (Quit: ChatZilla 0.9.89-rdmsoft [XULRunner 1.9.0.17/2009122204])
  15. # [00:03] <@ehsan> njn: shoot :(
  16. # [00:03] <Waldo> njn: I believe mfbt names arguments like the corresponding fields, in constructors, right now
  17. # [00:03] <Waldo> this could of course be changed
  18. # [00:03] <@ehsan> njn: presumably they're not easy to solve?
  19. # [00:03] <Waldo> but I think it's kind of sad that that can't be an exception to -Wshadow somehow
  20. # [00:04] <mak> cjones: open
  21. # [00:04] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/43ae0a302e8c - Asaf Romano - Bug 826991 - Store download state and end time in an annotation. r=mak
  22. # [00:04] <Waldo> ehsan: I'd bet most are ^
  23. # [00:04] * Quits: we11ington (msu-cse498@moz-600949B7.cse.msu.edu) (Quit: we11ington)
  24. # [00:04] <@ehsan> hrm
  25. # [00:04] <Waldo> (that is, fairly easy to solve)
  26. # [00:04] <Waldo> ehsan: ^
  27. # [00:04] <@ehsan> so that's good
  28. # [00:04] <@ehsan> isn't it?
  29. # [00:04] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Quit: brendan)
  30. # [00:04] <njn> ehsan, Waldo: it's easy to solve if you're willing to change the naming scheme
  31. # [00:05] <njn> see https://bugzilla.mozilla.org/show_bug.cgi?id=800659#c1 for details
  32. # [00:05] * @ehsan thinks we should
  33. # [00:05] * Quits: hurley (hurley@2557E599.66715431.D25A875A.IP) (Quit: mootex)
  34. # [00:05] <@ehsan> but I don't own any of that code
  35. # [00:05] <njn> ehsan: TLDR: "In short, for Wshadow to work well, at least two of fields/methods/params must
  36. # [00:05] <njn> be decorated"
  37. # [00:05] <njn> "E.g. Gecko does mFoo/Foo()/aFoo"
  38. # [00:05] <@ehsan> right
  39. # [00:05] * Joins: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP)
  40. # [00:05] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Client exited)
  41. # [00:06] <@ehsan> not sure why js doesn't do the same
  42. # [00:06] <@ehsan> is that because of historical reasons?
  43. # [00:06] <njn> "for SM we have at best foo_/foo()/foo"
  44. # [00:06] <njn> ehsan: historical, and people don't care about Wshadow, AFAICT
  45. # [00:06] <@ehsan> hrm
  46. # [00:06] * Joins: bmoss (bmoss@2557E599.66715431.D25A875A.IP)
  47. # [00:06] * Quits: nsm (nikhil@2557E599.66715431.D25A875A.IP) (Ping timeout)
  48. # [00:06] * Quits: Mnyromyr (Mnyromyr@moz-AF61945B.unity-media.net) (Quit: ChatZilla 0.9.86 [SeaMonkey 1.1.19/2010030105])
  49. # [00:06] <Waldo> ehsan: decorating fields with _ sounds good to me, and I'd bet gets rid of all, or almost all, shadowing
  50. # [00:06] <njn> Waldo: it doesn't
  51. # [00:06] <@ehsan> the thing is, -Wshadow is actually pretty darn useful
  52. # [00:06] <Waldo> njn: I am speaking of mfbt particularly
  53. # [00:06] * AutomatedTester is now known as AutomatedTester|beingpickedon
  54. # [00:07] <njn> Waldo: MFBT ain't enough. JS must be fixed for this to work
  55. # [00:07] <Waldo> which I doubt you've looked at as closely as SpiderMonkey
  56. # [00:07] <cjones> thanks mak
  57. # [00:07] * AutomatedTester|beingpickedon is now known as AutomatedTester
  58. # [00:07] <njn> Waldo: I'm getting many more SM warnings than MFBT warnings
  59. # [00:07] <Waldo> if we wanted to go _-crazy on all of SpiderMonkey I'd be cool with that too
  60. # [00:07] * Joins: dveditz (dveditz@2557E599.66715431.D25A875A.IP)
  61. # [00:07] * ChanServ sets mode: +o dveditz
  62. # [00:07] * Quits: Optimizer (Optimizer@CB6135D9.50CD76D5.274D17D6.IP) (Ping timeout)
  63. # [00:07] <Waldo> yes, that's what I'd expect
  64. # [00:07] <njn> Waldo: please read the comment. '_' suffixes aren't enough
  65. # [00:08] * Quits: jprmc (jprmc@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  66. # [00:08] * Joins: nrc (nrc@moz-B2C2EC73.cable.virginmedia.com)
  67. # [00:08] <Waldo> njn: I have read it; I'm saying as a first step _ is fine, then we can decide after that; I don't think it's a burden to rename stuff to other reasonable names that don't shadow, without going prefix-crazy on arguments
  68. # [00:08] * Quits: sewardj (sewardj@moz-DB3972E2.dip.t-dialin.net) (Ping timeout)
  69. # [00:08] * Joins: hipokr1t (hipokrit@1BF5DFDB.CA40E1F7.C558AD24.IP)
  70. # [00:08] * Quits: damons (gnubeard@2557E599.66715431.D25A875A.IP) (Connection reset by peer)
  71. # [00:09] * Joins: damons (gnubeard@2557E599.66715431.D25A875A.IP)
  72. # [00:09] * Quits: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP) (Quit: erikvold)
  73. # [00:09] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/73d7a2071c7c - Brian Hackett - Bug 829175 - Allow reentering JM code if Ion was compiled for a different OSR point, r=dvander.
  74. # [00:10] * Quits: hipokrit (hipokrit@moz-7E0D846A.aus1.rackspace.com) (Ping timeout)
  75. # [00:10] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/37eb156ec02c - Nicholas Cameron - Bug 827715; correct fling friction implmentation. r=cjones; a=blocking-basecamp
  76. # [00:10] * Quits: tomer (tomer@moz-F45DAEFD.static.012.net.il) (Ping timeout)
  77. # [00:10] * Joins: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP)
  78. # [00:10] <njn> Waldo: so you mean: (a) don't decorate, except when necessary, and then (b) use '_' suffix for data fields, and then (c) use 'aFoo' for arguments?
  79. # [00:10] <mcsmurf> oh heh, the background color for security bugs in bugzilla is different for different products
  80. # [00:10] * Joins: Optimizer (Optimizer@5D3FB75D.2298245.274D17D6.IP)
  81. # [00:11] * Quits: bajaj (Adium@2557E599.66715431.D25A875A.IP) (Ping timeout)
  82. # [00:11] <jcranmer> mcsmurf: I thought it was for different kinds of security-sensitive
  83. # [00:11] <mcsmurf> at least for the two products I was looking at
  84. # [00:11] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d61ca06c98d9 - Cameron McCormack - Bug 830214 - Avoid crashing when printing a document with many mozPrintCallback canvases. r=roc
  85. # [00:11] <mcsmurf> oh, could be :)
  86. # [00:11] * Quits: akeybl (akeybl@43CB6079.66715431.D25A875A.IP) (Ping timeout)
  87. # [00:11] * Joins: bajaj (Adium@2557E599.66715431.D25A875A.IP)
  88. # [00:11] * Quits: armenzg_mtg (armenzg@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  89. # [00:11] * Joins: akeybl (akeybl@43CB6079.66715431.D25A875A.IP)
  90. # [00:11] * aki|buildduty is now known as aki
  91. # [00:12] <Waldo> njn: I don't know if we get to (c) or not, but I think prefixing all locals, regardless whether there's any Wshadow need for it or not, makes for less readability, so I very very much want to avoid prefixing every single argument, and I think renaming stuff could get past that if we pushed it
  92. # [00:12] <njn> Waldo: you need (c) for constructors -- the "foo(foo)" initializer idiom
  93. # [00:12] * philor|away is now known as philor
  94. # [00:12] * Quits: nrc (nrc@moz-B2C2EC73.cable.virginmedia.com) (Ping timeout)
  95. # [00:13] <njn> Waldo: and nobody is suggesting prefixing all locals
  96. # [00:13] * Joins: akeybl_ (akeybl@43CB6079.66715431.D25A875A.IP)
  97. # [00:13] * Quits: coop (Chris@F2D29657.F60B0462.67AC9B1.IP) (Quit: coop)
  98. # [00:13] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/da1aa938e41d - Vicamo Yang - Bug 813978 - Part 1/5: use multi-key indexes. r=sicking, ferjm
  99. # [00:13] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/b04a7b0c22b6 - Vicamo Yang - Bug 813978 - Part 5/5: test cases for mixed filter targets. r=philikon a=blocking-basecamp
  100. # [00:13] * Quits: akeybl (akeybl@43CB6079.66715431.D25A875A.IP) (Ping timeout)
  101. # [00:13] <Waldo> njn: oops, I meant prefixing all arguments
  102. # [00:13] * Quits: jhopkins (jhopkins@F2D29657.F60B0462.67AC9B1.IP) (Quit: jhopkins)
  103. # [00:13] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  104. # [00:13] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/0bdb940acbf7 - Vicamo Yang - Bug 813978 - Part 4/5: rewrite filtering by multiple phone numbers. r=philikon, ferjm
  105. # [00:13] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/8a15ba1f90b4 - Vicamo Yang - Bug 813978 - Part 2/5: rewrite filtering by only one condition. r=philikon
  106. # [00:13] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/01b168f174e4 - Vicamo Yang - Bug 813978 - Part 3/5: rewrite filtering by mix of any two conditions. r=philikon, ferjm
  107. # [00:13] <njn> Waldo: in my (a,b,c) comment I meant (b) and (c) "as necessary to avoid warnings"
  108. # [00:13] * Waldo basically wants as little decoration as possible to solve this problem, and _ on fields is the least offensive of the prefixing schemes he's heard
  109. # [00:14] * catlee is now known as catlee-away
  110. # [00:14] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/10a5b939100d - Rafael Ávila de Espíndola - Bug 830485 - Style fix for hex parsing. r=vladan.
  111. # [00:15] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/a5b75feea6dd - Jonathan Griffin - Bug 826111 - Support mochitests on b2g desktop build, r=ahal
  112. # [00:15] * Quits: mshal (mshal@F2D29657.F60B0462.67AC9B1.IP) (Quit: leaving)
  113. # [00:15] * Quits: joey (chatzilla@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  114. # [00:16] * Quits: Callek (chatzilla@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  115. # [00:16] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/4ec09b923083 - Brian Hackett - Bug 829813 - Cleanup API for marking/testing implicit properties, r=billm.
  116. # [00:17] * Quits: tonymec (tonymec@2193DA51.8C61C497.DE2DB281.IP) (Ping timeout)
  117. # [00:17] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  118. # [00:17] * Quits: overholt (overholt@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  119. # [00:17] * Quits: tonymec|away (tonymec@2193DA51.8C61C497.DE2DB281.IP) (Ping timeout)
  120. # [00:18] * Joins: cilias (cilias@moz-D65C0C74.cpe.net.cable.rogers.com)
  121. # [00:18] * joduinn-brb is now known as joduinn-afk
  122. # [00:19] * Quits: mbrubeck (mozilla@moz-F552A44C.tmodns.net) (Quit: Leaving.)
  123. # [00:19] * Quits: smagnin (pike@moz-8CEB8724.fbx.proxad.net) (Client exited)
  124. # [00:20] * Quits: jet (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: jet)
  125. # [00:20] <njn> ehsan: actually, it's possible that I don't need to change that many JS things... I was getting the same warnings over and over
  126. # [00:20] * Quits: markh (Instantbir@moz-72AF0623.bjzv3.vic.bigpond.net.au) (Ping timeout)
  127. # [00:20] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/809dac438e94 - Brian Hackett - Bug 829795 - Tolerate statically known dense arrays during JM compilation, r=dvander.
  128. # [00:20] <@ehsan> njn: \o/
  129. # [00:21] * wlach|yoga is now known as wlach
  130. # [00:22] * Quits: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net) (Quit: Leaving...)
  131. # [00:22] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/0ff42bab2f66 - Andrew McCreight - Bug 827541 - Traverse/Unlink nsGlobalWindow::mAudioContexts. r=ehsan
  132. # [00:22] * Joins: tonymec__ (tonymec@5BC2CE4A.C74EB949.DE2DB281.IP)
  133. # [00:23] * rail is now known as rail_away
  134. # [00:24] * Quits: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net) (Quit: jib)
  135. # [00:24] * Quits: spartanfire (guimdearau@5EEEC15C.2FD32FD7.7C9220AF.IP) (Quit: spartanfire)
  136. # [00:24] * Joins: jet (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net)
  137. # [00:24] * tonymec__ is now known as tonymec|away
  138. # [00:25] * Quits: Mook_as (mook@moz-1FCC0032.activestate.com) (Quit: Mook_as)
  139. # [00:25] <jcranmer> decoder, Jesse: clang folks have acknowledged that checking static_casts for vptr stuff is a missing feature
  140. # [00:25] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/7c102b657a17 - Brian Hackett - Bug 830049 - Don't crash when trying to attach caches for property sets on non-native objects, r=dvander.
  141. # [00:25] * Joins: Mook_as (mook@moz-1FCC0032.activestate.com)
  142. # [00:25] * Quits: clee (clee@2557E599.66715431.D25A875A.IP) (Quit: clee)
  143. # [00:26] <Jesse> jcranmer: excellent
  144. # [00:26] <Jesse> jcranmer: want to reply to my thread?
  145. # [00:26] * Joins: Callek (chatzilla@8F761026.B5EF4AF6.E96CA9D8.IP)
  146. # [00:26] <jcranmer> sure
  147. # [00:26] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/6acc72608961 - Terrence Cole - Bug 811060 - Move DeflateString out of jsstr and make it Typey; r=Waldo
  148. # [00:26] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/f8c06ade84d6 - Terrence Cole - Bug 811060 - Implement mozilla::Range; r=Waldo
  149. # [00:26] * Quits: Optimizer (Optimizer@5D3FB75D.2298245.274D17D6.IP) (Ping timeout)
  150. # [00:27] * Quits: lizzard (ehenry@AB5128D0.103DC7D.4EA770CF.IP) (Quit: lizzard)
  151. # [00:27] <decoder> jcranmer: thanks for checking. do they plan to add that?
  152. # [00:27] <@roc> firebot: bug 805080
  153. # [00:27] <firebot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=805080 nor, --, ---, terrence, ASSI, Remove UTF-8 handling from SpiderMonkey
  154. # [00:27] <jcranmer> it sounds like zygoloid does
  155. # [00:27] * Quits: RealRaven (Thunderbir@ABFA9079.11F68F7A.27F80FAC.IP) (Quit: RealRaven)
  156. # [00:27] <@roc> firebot: bug 805081
  157. # [00:27] <firebot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=805081 nor, --, ---, general, NEW, Add UTF-8 handling to SpiderMonkey
  158. # [00:27] <@roc> hmm
  159. # [00:28] <jcranmer> uh
  160. # [00:28] <Waldo> terrence: \o/
  161. # [00:28] * Quits: StPiere (chatzilla@moz-33617F2.hsi5.kabel-badenwuerttemberg.de) (Client exited)
  162. # [00:28] * Quits: ciferkey (ciferkey@moz-C169D9B7.prvdri.fios.verizon.net) (Quit: )
  163. # [00:28] <bjacob> jlebar: i didnt understand what i should pass for |identifier|
  164. # [00:30] <terrence> well, the existing UTF-8 "support" in spidermonkey is really CESU-8 support, but mislabled
  165. # [00:30] * Joins: Optimizer (Optimizer@3C109073.E772AAF5.D2D1FAF0.IP)
  166. # [00:30] * Joins: clee (clee@2557E599.66715431.D25A875A.IP)
  167. # [00:31] * Joins: mbrubeck (mozilla@A3CEA411.3A9F9BD4.4C2245EF.IP)
  168. # [00:31] * Quits: bmoss (bmoss@2557E599.66715431.D25A875A.IP) (Ping timeout)
  169. # [00:31] * Joins: bmoss (bmoss@2557E599.66715431.D25A875A.IP)
  170. # [00:32] * Joins: markh (Instantbir@moz-72AF0623.bjzv3.vic.bigpond.net.au)
  171. # [00:32] * Quits: mfinkle (mfinkle@moz-8CB7201C.hsd1.pa.comcast.net) (Ping timeout)
  172. # [00:32] * Joins: imphil (philipp@moz-7EE781C8.dynamic.mnet-online.de)
  173. # [00:33] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  174. # [00:33] * Quits: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Quit: mkaply)
  175. # [00:33] * aki is now known as aki|away
  176. # [00:34] <decoder> jcranmer: cool. would be awesome if you could keep us posted on that, it's important for automated testing
  177. # [00:34] * Quits: rnewman (rich_holyg@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  178. # [00:34] * Quits: damons (gnubeard@2557E599.66715431.D25A875A.IP) (Quit: damons)
  179. # [00:35] * Quits: andreasn (andreasn@moz-FD3F641F.a336.priv.bahnhof.se) (Quit: Ex-Chat)
  180. # [00:35] * Quits: birtles (chatzilla@moz-348F61F0.mozilla.or.jp) (Connection reset by peer)
  181. # [00:35] * Joins: spartanfire (guimdearau@moz-59E5512E.dhcp.egr.msu.edu)
  182. # [00:36] * Joins: birtles (chatzilla@moz-348F61F0.mozilla.or.jp)
  183. # [00:37] <decoder> jcranmer: btw, http://pastebin.mozilla.org/2059740
  184. # [00:37] <decoder> thats how it fails. but thats only a configure check
  185. # [00:37] * Quits: smooney_ (smooney@2557E599.66715431.D25A875A.IP) (Quit: smooney_)
  186. # [00:39] * Joins: rnewman (rich_holyg@moz-DB4A9C19.scl3.mozilla.com)
  187. # [00:39] * AutomatedTester is now known as AutomatedTester|away
  188. # [00:40] * Joins: smooney_ (smooney@2557E599.66715431.D25A875A.IP)
  189. # [00:40] * Joins: mfinkle (mfinkle@moz-8CB7201C.hsd1.pa.comcast.net)
  190. # [00:41] * mcote is now known as mcote|afk
  191. # [00:41] * Quits: twi (Adium@DF3DF5FB.A9BF6B5A.11C743EC.IP) (Quit: Leaving.)
  192. # [00:41] * whimboo is now known as whimboo|afk
  193. # [00:41] * Quits: gustavold (gustavold@60268C9D.479307F0.FBFF2E6D.IP) (Quit: Leaving.)
  194. # [00:42] * Quits: spartanfire (guimdearau@moz-59E5512E.dhcp.egr.msu.edu) (Quit: spartanfire)
  195. # [00:43] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b93357d16604 - Adam Roach [:abr] - Bug 829761: Remove inactive check for sdpmode if port != 0, r=ekr
  196. # [00:43] * AutomatedTester|away is now known as AutomatedTester
  197. # [00:44] <jcranmer> decoder: what if you disable the no -fno-rtti?
  198. # [00:44] <decoder> jcranmer: just found out how to do that, yea
  199. # [00:44] <decoder> works
  200. # [00:44] <decoder> ac_add_options --enable-cpp-rtti
  201. # [00:44] <decoder> building now
  202. # [00:44] <decoder> i didnt find this because it's not in configure.in but in some m4 file
  203. # [00:44] <jcranmer> yeah
  204. # [00:45] <jcranmer> I'd like to see us get rid of configure.in
  205. # [00:45] <jhammel> ++
  206. # [00:45] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/fa6c6d7413a2 - Robert Longson - Bug 828246 - Prevent stroke from drawing, on SVG text with a stroke-width of 0. r=dholbert a=akeybl
  207. # [00:46] <decoder> jcranmer: if you explain me how the replacement works, ill be happy with that :D it cant get worse
  208. # [00:46] * Joins: spartanfire (guimdearau@moz-59E5512E.dhcp.egr.msu.edu)
  209. # [00:46] * Joins: tonymec (tonymec@5BC2CE4A.C74EB949.DE2DB281.IP)
  210. # [00:47] * Quits: spohl (Adium@2557E599.66715431.D25A875A.IP) (Quit: Leaving.)
  211. # [00:48] <jcranmer> use python :-)
  212. # [00:49] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  213. # [00:49] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Quit: )
  214. # [00:50] * Quits: Optimizer (Optimizer@3C109073.E772AAF5.D2D1FAF0.IP) (Ping timeout)
  215. # [00:50] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c8bc9da133f5 - Marco Bonardo - Bug 830405 - Make Clear Downloads button "tabbable" on Mac.
  216. # [00:50] * Joins: brendan (brendaneic@2557E599.66715431.D25A875A.IP)
  217. # [00:53] * AutomatedTester is now known as AutomatedTester|away
  218. # [00:53] * bz_away is now known as bz
  219. # [00:53] * Joins: Optimizer (Optimizer@375367E7.CADDDC1.D2D1FAF0.IP)
  220. # [00:54] * Joins: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  221. # [00:58] * Joins: mayhemer (Miranda@moz-415580BA.broadband17.iol.cz)
  222. # [01:03] * Quits: ehugg (ehugg@E45EF543.C5EAED67.6CD50604.IP) (Quit: ehugg)
  223. # [01:03] * Quits: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP) (Ping timeout)
  224. # [01:03] * Quits: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu) (Ping timeout)
  225. # [01:03] * Joins: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP)
  226. # [01:04] * Quits: smooney_ (smooney@2557E599.66715431.D25A875A.IP) (Quit: smooney_)
  227. # [01:04] * Joins: MrMazda (fmcz@moz-A5D13CA.cable.mindspring.com)
  228. # [01:05] * Quits: aklotz (Thunderbir@moz-55246988.cg.shawcable.net) (Quit: aklotz)
  229. # [01:05] * Joins: aklotz (Thunderbir@moz-55246988.cg.shawcable.net)
  230. # [01:05] * Quits: hipokr1t (hipokrit@1BF5DFDB.CA40E1F7.C558AD24.IP) (Quit: Leaving)
  231. # [01:06] * Quits: markh (Instantbir@moz-72AF0623.bjzv3.vic.bigpond.net.au) (Ping timeout)
  232. # [01:06] * Quits: bjacob (bjacob@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  233. # [01:06] * Quits: mak (chatzilla@moz-35A66F5E.retail.telecomitalia.it) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 2.0/20110318052756])
  234. # [01:09] * Joins: smooney_ (smooney@2557E599.66715431.D25A875A.IP)
  235. # [01:10] * Joins: nattokirai (nattokirai@moz-E695CB86.dynamic.ppp.asahi-net.or.jp)
  236. # [01:11] * Quits: Archaeopteryx (itsme@moz-756328DB.cust.telecolumbus.net) (Quit: Too much information in my brain driving me insane)
  237. # [01:11] * NeilAway gets confused between lizzard and blizzard :s
  238. # [01:12] <jhammel> 2 b lizzard or not 2 b lizzard
  239. # [01:12] * Quits: Optimizer (Optimizer@375367E7.CADDDC1.D2D1FAF0.IP) (Ping timeout)
  240. # [01:13] * Quits: ggoncalves (ggoncalves@2557E599.66715431.D25A875A.IP) (Input/output error)
  241. # [01:14] * Joins: sicking (sicking@moz-7F871C5C.hsd1.ca.comcast.net)
  242. # [01:14] * Quits: spartanfire (guimdearau@moz-59E5512E.dhcp.egr.msu.edu) (Quit: spartanfire)
  243. # [01:15] * Quits: tchevalier (Thunderbir@moz-69FAB195.w81-251.abo.wanadoo.fr) (Quit: tchevalier)
  244. # [01:15] * Joins: tchevalier (Thunderbir@moz-69FAB195.w81-251.abo.wanadoo.fr)
  245. # [01:15] * Quits: mcsmurf (me@moz-57CF4D5F.dip.t-dialin.net) (Ping timeout)
  246. # [01:16] * Joins: Optimizer (Optimizer@F8FE5AA7.E772AAF5.D2D1FAF0.IP)
  247. # [01:17] * NeilAway thwaps mak
  248. # [01:18] * Quits: ekr (ekr@moz-D7997EC8.rtfm.com) (Ping timeout)
  249. # [01:18] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/49e48938f65c - Jim Blandy - Bug 808791: JS debugger server environment form xpcshell tests r=past
  250. # [01:19] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/ae9b3bb6b75a - Jim Blandy - Bug 808791: JS debug server: construct environment forms correctly, using Debugger.Environment.prototype.callee. r=past
  251. # [01:19] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/2505111c4cee - Jim Blandy - Bug 808791: Add some xpcshell testing functions handy for matching JSON packets. r=jmaher
  252. # [01:19] * Quits: Mook_as (mook@moz-1FCC0032.activestate.com) (Quit: Mook_as)
  253. # [01:19] * NeilAway apologises and unthwaps mak
  254. # [01:20] * jhammel unmasks thwap
  255. # [01:21] * NeilAway was just imagining things :-(
  256. # [01:25] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d13d8a663302 - Sean Stangl - Bug 820124, Part 2/2 - Handle fast removal in str_replace(). r=dvander
  257. # [01:25] * Joins: Mook_as (mook@moz-1FCC0032.activestate.com)
  258. # [01:25] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/fabb72141c55 - Sean Stangl - Bug 820124, Part 1/2 - Use RegExpShared for lazy RegExpStatics. r=dvander
  259. # [01:25] * Quits: jimb (user@9E727688.17C2F9C.163DC5C6.IP) (Input/output error)
  260. # [01:26] * Joins: Matti (Matti@moz-445EEBDF.dip.t-dialin.net)
  261. # [01:27] * Joins: markh (Instantbir@moz-72AF0623.bjzv3.vic.bigpond.net.au)
  262. # [01:28] * Joins: spartanfire (guimdearau@5EEEC15C.2FD32FD7.7C9220AF.IP)
  263. # [01:28] * NeilAway wonders whether njn read the commonissues linked in the topic
  264. # [01:29] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  265. # [01:29] * Quits: imphil (philipp@moz-7EE781C8.dynamic.mnet-online.de) (Ping timeout)
  266. # [01:29] * Quits: willyaranda (willyarand@moz-7B107A11.dynamic.jazztel.es) (Quit: willyaranda)
  267. # [01:30] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b4b9aa0a838c - Honza Bambas - Bug 791626 - offline status not updated by Firefox 15 in Fedora 17 (credit: Martin Stransky), r=cbiesinger
  268. # [01:30] * Joins: garnacho (carlos@moz-D7EB88C7.dyn.user.ono.com)
  269. # [01:31] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  270. # [01:33] <@ehsan> erikvold: commented on your pull request here: https://github.com/mozilla/addon-sdk/pull/718
  271. # [01:33] <@ehsan> erikvold: not sure if that's where you do code reviews etc
  272. # [01:33] * Joins: pwalton (pcwalton@2557E599.66715431.D25A875A.IP)
  273. # [01:33] <erikvold> ya that's a good spot
  274. # [01:34] * Quits: pcwalton (pcwalton@43CB6079.66715431.D25A875A.IP) (Ping timeout)
  275. # [01:34] * pwalton is now known as pcwalton
  276. # [01:34] * Quits: jammink (textual@2557E599.66715431.D25A875A.IP) (Quit: Computer has gone to sleep.)
  277. # [01:34] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  278. # [01:34] <decoder> jcranmer: im getting this now:
  279. # [01:34] <decoder> objdir/media/webrtc/signaling/test/../../../../gfx/skia/SkPaint.o:/srv/repos/browser/mozilla-central/gfx/skia/src/core/SkPaint.cpp:function __unnamed_34: error: undefined reference to 'typeinfo for SkAnnotation'
  280. # [01:35] * Quits: clee (clee@2557E599.66715431.D25A875A.IP) (Quit: clee)
  281. # [01:35] <decoder> linker error
  282. # [01:35] <decoder> i can manually run the command in objdir/media/webrtc/signaling/test too
  283. # [01:35] <@ehsan> erikvold: cool, let me know if you have any questions
  284. # [01:36] * Quits: bmoss (bmoss@2557E599.66715431.D25A875A.IP) (Ping timeout)
  285. # [01:36] <erikvold> ehsan: just posted a reply
  286. # [01:36] <jcranmer> ugh
  287. # [01:37] <jcranmer> if we want to use ubsan, we're almost certainly going to need to make sure we compile with -frtti
  288. # [01:37] * Joins: bmoss (bmoss@2557E599.66715431.D25A875A.IP)
  289. # [01:37] * Joins: ehugg_lime (ehugg_lime@moz-851FD57E.mycingular.net)
  290. # [01:38] <Waldo> ...really? that seems poor
  291. # [01:38] * Joins: jesup|mac (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  292. # [01:38] <jcranmer> Waldo: this is for the vptr checking
  293. # [01:38] <Waldo> jcranmer: vptr checking?
  294. # [01:38] * Quits: Pike (Pike@moz-956D1177.pool.mediaways.net) (Quit: ChatZilla 0.9.89 [Firefox 18.0/20130104151948])
  295. # [01:39] <jcranmer> Waldo: effectively, make sure that if we do static_cast<Derived*>(base), that base is actually an object of type Derived
  296. # [01:39] * Joins: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net)
  297. # [01:39] * Quits: aklotz (Thunderbir@moz-55246988.cg.shawcable.net) (Quit: aklotz)
  298. # [01:39] <jcranmer> see the thread Jesse started on m.d.platform today
  299. # [01:39] <jcranmer> Waldo: also, bop whomever wrote RangedPtr.h for me
  300. # [01:40] <firebot> Check-in:
  301. # [01:40] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/1222416519a8 - Fabrice Desré - Bug 829522 - Check for updates never finds app update notifications until after you restart the phone due to hosted+appcache app check for updates failure r=gwagner
  302. # [01:40] * Joins: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  303. # [01:40] * Quits: Asa (asa@D1A08880.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  304. # [01:40] <Waldo> jcranmer: why?
  305. # [01:41] <jcranmer> template<size_t N> RangedPtr(T arr[N])
  306. # [01:41] * Joins: jammink (textual@2557E599.66715431.D25A875A.IP)
  307. # [01:41] * Joins: Asa (asa@D1A08880.3A9F9BD4.4C2245EF.IP)
  308. # [01:41] <Waldo> what about it?
  309. # [01:41] <jcranmer> that doesn't work
  310. # [01:41] <jcranmer> it needs to be T (&arr)[N]
  311. # [01:42] <Waldo> erm
  312. # [01:42] <Waldo> no, obviously not!
  313. # [01:42] <Waldo> I wonder if I did that, despite being cautious about that issue in other places
  314. # [01:43] <Waldo> hm, yes, me
  315. # [01:43] <Waldo> with rs=luke
  316. # [01:43] <Waldo> http://hg.mozilla.org/mozilla-central/rev/ac8fceaec76c
  317. # [01:43] <Waldo> jcranmer: rs=me to fix that if you haven't already :-\
  318. # [01:43] <jcranmer> I've got it in a local diff, but I'm working on a c-c patch queue
  319. # [01:44] <jcranmer> (actually, there's more annoyance with trying to be able to do ptr - buf_start)
  320. # [01:45] <reuben> what is rs=?
  321. # [01:46] <jcranmer> rubber-stamp
  322. # [01:46] <sfink> reuben: rubber stamp, an r+ for a simple change
  323. # [01:46] <@ehsan> jcranmer: I can fix it on inbound if you want
  324. # [01:46] * tbsaunde is now known as tbsaunde|afk
  325. # [01:46] <jcranmer> ehsan: please!
  326. # [01:46] <reuben> sfink, jcranmer: interesting, thanks
  327. # [01:47] * Joins: masayuki1 (Thunderbir@moz-7D12E61F.ppp11.odn.ad.jp)
  328. # [01:47] <decoder> jcranmer: you mean somewhere an -frtti is missing maybe?
  329. # [01:47] <mayhemer> hi, what is the minimalistic need of --enable-XXX in config for successful b2g desktop build? I have a lot of --disable-this and that in my .mozconfig to have fewer deps (and problems) and am getting just a black screen thanks that
  330. # [01:47] * ewong|away is now known as ewong
  331. # [01:48] <Waldo> reuben: rs also sometimes implies the actual change wasn't looked over too closely
  332. # [01:48] <mayhemer> and before I start enabling and solving deps on my windows box I rather want to ask, thanks
  333. # [01:48] <Waldo> reuben: i.e. "I think this is right, but I'm not 100% certain, if you're certain enough, pocket it, else find more reviewers"
  334. # [01:48] <@ehsan> jcranmer: done
  335. # [01:48] <jcranmer> thanks
  336. # [01:49] <@ehsan> Waldo: you'll love my commit message
  337. # [01:49] * geekboy is now known as geekboy|afk
  338. # [01:49] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/77a16513b467 - Ehsan Akhgari - Rewrite RangedPtr's constructor accepting a C-style array in C++, no bug, rs=Waldo
  339. # [01:49] <@ehsan> :D
  340. # [01:49] <decoder> jcranmer: btw, compilation with ubsan works, ive been doing that already some time ago, just the vptr stuff doesnt work
  341. # [01:49] <decoder> but we fail a lot of stuff when you enable all features in ubsan
  342. # [01:49] * Quits: smooney_ (smooney@2557E599.66715431.D25A875A.IP) (Quit: smooney_)
  343. # [01:49] <jcranmer> I'm not surprised
  344. # [01:50] <Waldo> ehsan: well, technically it's not correct; the issue is pointer decay in argument types, which making the parameter a reference gets around :-)
  345. # [01:50] <decoder> i already filed some bugs
  346. # [01:50] <jcranmer> are you using -fsanitize=integer?
  347. # [01:50] * ctalbert is now known as ctalbert|afk
  348. # [01:50] * jhammel fantisizes about integers
  349. # [01:50] <@ehsan> Waldo: IANA(L)L :)
  350. # [01:50] <Waldo> but eh, problem fixed, so :-)
  351. # [01:50] <decoder> jcranmer: nope, I want to try that though
  352. # [01:50] <decoder> jcranmer: we do have lots of signed integer overflow in the codebase though
  353. # [01:51] <decoder> ubsan also has a switch for that
  354. # [01:51] <jcranmer> (another person in my research group wrote that code)
  355. # [01:51] <Waldo> pointer decay is somewhat more than language-lawyering, although it's treading close to it
  356. # [01:51] <decoder> libpng for example does signed integer additions
  357. # [01:51] <decoder> jcranmer: what exactly does it detect?
  358. # [01:51] <jcranmer> signed integer overflow
  359. # [01:51] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  360. # [01:51] <decoder> yea then it's out
  361. # [01:51] <jcranmer> shifting bits into/out of the sign bit
  362. # [01:51] <decoder> these two are in ubsan already
  363. # [01:51] <decoder> we fail both
  364. # [01:52] <jcranmer> -fsanitize=integer is in ubsan
  365. # [01:52] <decoder> i was able to fix a lot of stuff regarding the shifts
  366. # [01:52] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/743e8fac6d50 - Christian Sonne - Bug 826605 - Remove GPSDGeolocationProvider.js r=dougt
  367. # [01:52] <decoder> but the signed integer overflow ones are in libpng
  368. # [01:52] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/f7900eca0a30 - Christian Sonne - Bug 811469 - Indicator progress bar gradient leaks into border r=dolske
  369. # [01:52] <decoder> and I dont know what the author actually intended to do
  370. # [01:52] <jcranmer> prove that most people invoke undefined behavior in their source code
  371. # [01:53] <decoder> yep. mozilla does it too
  372. # [01:53] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Quit: brendan)
  373. # [01:54] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/79addb03eb86 - Ralph Giles - [PATCH] Bug 829724 - Fix short buffer resampler returns. r=padenot,kinetik
  374. # [01:54] <Waldo> hm, I have a patch for one of those in my queue, don't I
  375. # [01:54] <Waldo> er, a needinfo
  376. # [01:55] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/cebb008a72f9 - Adam Roach [:abr] - Bug 824919: Weaken key references to PeerConnection and friends,r=jesup,smaug,ekr
  377. # [01:55] * Quits: jet (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: jet)
  378. # [01:55] * Quits: markh (Instantbir@moz-72AF0623.bjzv3.vic.bigpond.net.au) (Ping timeout)
  379. # [01:55] * Joins: RyanVM (chatzilla@moz-148999FE.phlapa.fios.verizon.net)
  380. # [01:55] * Quits: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP) (Quit: erikvold)
  381. # [01:56] * Joins: ddahl (ddahl@43CB6079.66715431.D25A875A.IP)
  382. # [01:56] * Joins: brendan (brendaneic@2557E599.66715431.D25A875A.IP)
  383. # [01:57] * Quits: spartanfire (guimdearau@5EEEC15C.2FD32FD7.7C9220AF.IP) (Quit: spartanfire)
  384. # [01:58] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Connection reset by peer)
  385. # [01:58] * Joins: brendan (brendaneic@2557E599.66715431.D25A875A.IP)
  386. # [01:59] * Joins: markh (Instantbir@CE947AE5.9D3E6021.78BA16EF.IP)
  387. # [02:01] * Quits: nhirata (anonymous@moz-F8747CC6.dsl.ovh.fr) (Quit: nhirata)
  388. # [02:02] * Joins: ggoncalves (ggoncalves@moz-CF8BEBEF.dia.static.qwest.net)
  389. # [02:02] * Quits: fitzgen (fitzgen@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: zzzzzzzzz)
  390. # [02:02] * dholbert is now known as dholbert|afk
  391. # [02:04] * Quits: mwargers (chatzilla@moz-AF369B35.adsl.online.nl) (Client exited)
  392. # [02:05] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Quit: brendan)
  393. # [02:06] * Quits: ehugg_lime (ehugg_lime@moz-851FD57E.mycingular.net) (Client exited)
  394. # [02:08] * Quits: juanb (jbecerra@E48845AB.3A9F9BD4.4C2245EF.IP) (Quit: juanb)
  395. # [02:08] * Joins: clee (clee@2557E599.66715431.D25A875A.IP)
  396. # [02:09] * Quits: dastergon (dastergon@moz-310566EB.org) (Input/output error)
  397. # [02:10] * Quits: bbondy (bbondy@B12B839B.3A9F9BD4.4C2245EF.IP) (Quit: Going offline, see ya! (www.adiirc.com))
  398. # [02:10] <Waldo> and now I no longer do :-)
  399. # [02:11] * Quits: jimm (jimm@FD60C81A.3A9F9BD4.4C2245EF.IP) (Quit: )
  400. # [02:13] * Quits: tanvi (tanvi@2557E599.66715431.D25A875A.IP) (Quit: Leaving.)
  401. # [02:13] * Quits: mbrubeck (mozilla@A3CEA411.3A9F9BD4.4C2245EF.IP) (Quit: Leaving.)
  402. # [02:14] * Quits: Asa (asa@D1A08880.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  403. # [02:14] * Quits: bsmith (bsmith@2557E599.66715431.D25A875A.IP) (Ping timeout)
  404. # [02:14] * Quits: bmoss (bmoss@2557E599.66715431.D25A875A.IP) (Quit: bmoss)
  405. # [02:15] <philor> "test_getstatus.py TestGetStatus.test_getStatus"? http://quotes.burntelectrons.org/2874
  406. # [02:15] * Joins: Boriss_ (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net)
  407. # [02:16] * Quits: Boriss (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  408. # [02:16] <jhammel> if i only knew the status of that test...
  409. # [02:16] * vladan is now known as vladan-afk
  410. # [02:17] * Quits: bajaj (Adium@2557E599.66715431.D25A875A.IP) (Quit: Leaving.)
  411. # [02:17] * Quits: squib (squib@moz-B01B5D55.dhcp.mdsn.wi.charter.com) (Connection reset by peer)
  412. # [02:17] <jhammel> philor: python must drive you crazy: foo/foo/foo.py
  413. # [02:17] * Quits: Boriss_ (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  414. # [02:17] * Joins: mbrubeck (mozilla@A3CEA411.3A9F9BD4.4C2245EF.IP)
  415. # [02:17] * Quits: mconley (mconley@D4B46A36.8C6552CA.6816E6B7.IP) (Input/output error)
  416. # [02:18] <@ehsan> cpearce: the first paragraph of https://bugzilla.mozilla.org/show_bug.cgi?id=792263#c32 makes me so sad :(
  417. # [02:19] <@ehsan> that we didn't have any runtime checks which would catch that...
  418. # [02:19] <cpearce> ehsan, yeah. sorry. :(
  419. # [02:19] <@ehsan> cpearce: not your fault :)
  420. # [02:20] * Quits: ddahl (ddahl@43CB6079.66715431.D25A875A.IP) (Ping timeout)
  421. # [02:20] * @ehsan wonders what happened to the bug that wanted to disallow non-mainthread prefsvc calls
  422. # [02:20] * Quits: Olipro (Olipro@moz-36AEAE5A.catv.pool.telekom.hu) (Ping timeout)
  423. # [02:20] <@ehsan> cpearce: the WMF stuff, they
  424. # [02:20] <@ehsan> 're new, right?
  425. # [02:20] <cpearce> ehsan: yeah, I landed that just before xmas.
  426. # [02:21] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/692692f8ddd0 - Bas Schouten - Bug 817019: Don't push ClearType layers to Transparent rendertargets. r=jrmuizel
  427. # [02:21] * Quits: sfink (chatzilla@2557E599.66715431.D25A875A.IP) (Ping timeout)
  428. # [02:21] <@ehsan> cpearce: actually, this is ridiculous now, I'll just refactor nsHTMLMediaElement::CreateDecoder somehow and use it in both places!
  429. # [02:21] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/c0bd07de5197 - Bas Schouten - Bug 817019 - Reftest: Test bounded ops with opaque canvas and complex radial gradient. r=jrmuizel
  430. # [02:21] <@ehsan> cpearce: whatchathink?
  431. # [02:21] <cpearce> ehsan: Excellent.
  432. # [02:22] <cpearce> Idea.
  433. # [02:22] <cpearce> Please do1
  434. # [02:22] <cpearce> !
  435. # [02:22] <@ehsan> cpearce: oh look :( http://mxr.mozilla.org/mozilla-central/source/content/base/src/nsContentUtils.cpp#6331
  436. # [02:22] <@ehsan> that code is sort of different though...
  437. # [02:22] * tbsaunde|afk is now known as tbsaunde
  438. # [02:22] * @ehsan will probably leave that alone for now
  439. # [02:23] <@ehsan> cpearce: where should the refactored code live?
  440. # [02:23] * Joins: dastergon (dastergon@moz-310566EB.org)
  441. # [02:23] * Quits: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 1.8.0.9/2006120508])
  442. # [02:23] <doublec> ehsan: what are you planning to do?
  443. # [02:23] * Quits: Ann_Yimi_ (Ann_Yiming@2557E599.66715431.D25A875A.IP) (Input/output error)
  444. # [02:23] <cpearce> ehsan: a MediaDecoder static function? Or DecoderTraits maybe?
  445. # [02:23] <njn> Waldo: so are you ok with '_' data field suffixes in MFBT to avoid Wshadow warnings?
  446. # [02:23] * Joins: jprmc (jprmc@moz-542588AA.cpe.net.cable.rogers.com)
  447. # [02:24] * Quits: cabanier (cabanier@89803C3C.27D0C967.A0B21F13.IP) (Quit: Leaving.)
  448. # [02:24] * Mavericks|afk is now known as Mavericks
  449. # [02:24] <cpearce> ehsan: wait, you're not duplicating code though right, the code in your webAudio code is creating readers, and the code in HTMLMediaElement creates decoders, right?
  450. # [02:24] <@ehsan> doublec: refactor nsHTMLMediaElement::CreateDecoder
  451. # [02:25] <doublec> ehsan: in what way? What are you hoping to achieve?
  452. # [02:25] <@ehsan> cpearce: oh shoot, yeah you're right...
  453. # [02:25] <@ehsan> doublec: nm :(
  454. # [02:25] <firebot> Check-in:
  455. # [02:25] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/bd589cb673b6 - Blake Kaplan - Bug 828395 - System messages handler is fired twice if there was already an handler for b.html contained into an iframe a.html and the page navigate to b.html
  456. # [02:25] <firebot> r=fabrice,genelian
  457. # [02:25] <philor> RyanVM: check-sync-dirs bustage on inbound, I closed it
  458. # [02:26] <philor> though not quite quickly enough, apparently
  459. # [02:26] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  460. # [02:27] * Quits: nmatsakis (nmatsakis@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Computer has gone to sleep.)
  461. # [02:27] * Joins: bajaj (Adium@2557E599.66715431.D25A875A.IP)
  462. # [02:27] <@ehsan> philor: RyanVM I'll fix it
  463. # [02:28] <philor> gotta love how our fastest test is check_for_insufficient_copy_paste
  464. # [02:28] <RyanVM> thanks guys, was rocking the boy to sleep
  465. # [02:28] <@ehsan> landed
  466. # [02:28] * Quits: jammink (textual@2557E599.66715431.D25A875A.IP) (Quit: Computer has gone to sleep.)
  467. # [02:29] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/a6e90d2ea967 - Ehsan Akhgari - Bug 830458 follow-up: mirror the changes in the js copy to unbreak builds, landed on a CLOSED TREE
  468. # [02:30] <@ehsan> philor: should I wait a while before reopening?
  469. # [02:31] * Joins: Olipro (Olipro@moz-36AEAE5A.catv.pool.telekom.hu)
  470. # [02:31] * Quits: jhammel (jhammel@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: leaving)
  471. # [02:31] * Quits: Mavericks (Mibbit@B6F345CD.71C161C0.261E7448.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  472. # [02:32] <Waldo> njn: yes; you should add it to mfbt/STYLE, too, if you're writing the patch
  473. # [02:32] * Quits: jduell (jduell@moz-E3AECA12.spl.org) (Ping timeout)
  474. # [02:33] * Joins: Mavericks (Mibbit@B6F345CD.71C161C0.261E7448.IP)
  475. # [02:34] * Joins: surkov (surkov@359BFF20.CE67D555.26B1D6E2.IP)
  476. # [02:35] * jwir3|away is now known as jwir3
  477. # [02:35] * heycam is now known as heycam|away
  478. # [02:35] <philor> ehsan: nah, check_for_insufficient_copy_paste runs really early, you've already passed several of them
  479. # [02:35] <philikon> ehsan, philor, RyanVM: can i back out something else while we're at it?
  480. # [02:35] <philikon> or should i wait for tree to reopen
  481. # [02:36] <RyanVM> go for it
  482. # [02:36] <philikon> thx
  483. # [02:36] <@ehsan> so shall I reopen?
  484. # [02:36] <philikon> wait for me to back this thing out perhaps?
  485. # [02:36] <philikon> that way i don't get preempted ;)
  486. # [02:37] <@ehsan> heh ok
  487. # [02:37] <philor> and "back out ... on a CLOSED TREE" is the magic commit message that most increases your odds of getting an all-green run
  488. # [02:37] * Quits: sicking (sicking@moz-7F871C5C.hsd1.ca.comcast.net) (Quit: sicking)
  489. # [02:38] <philikon> done
  490. # [02:38] <@ehsan> reopened
  491. # [02:38] <philor> sstangl: guess what?
  492. # [02:38] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/829470a09f03 - Philipp von Weitershausen - Back out bug 813978 on a CLOSED TREE.
  493. # [02:38] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/d97bca5db747 - Philipp von Weitershausen - Back out bug 813978. a=bustage
  494. # [02:38] <sstangl> philor: yeah yeah I have a fix
  495. # [02:38] <@ehsan> akeybl_: ping
  496. # [02:39] <sstangl> the worst part is that it's in a test that was committed with the patch
  497. # [02:40] <sstangl> if I get backed out again I will be so sad ._.
  498. # [02:40] <@ehsan> cpearce: ping
  499. # [02:40] * Quits: Optimizer (Optimizer@F8FE5AA7.E772AAF5.D2D1FAF0.IP) (Ping timeout)
  500. # [02:40] <cpearce> ehsan: pong
  501. # [02:40] * Quits: myk (myk@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  502. # [02:41] <@ehsan> cpearce: so for the overflow concerns, do you want me to just do 64-bit arithmetic or use CheckedInt etc?
  503. # [02:42] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/a3a53705cbb0 - Nicolas B. Pierron - Bug 806206 - InlineFrameIterator: provide default scope chain value if unused. r=dvander, a=bajaj
  504. # [02:42] * Quits: AaronMT|away (AaronMT@moz-5DF3A271.cpe.net.cable.rogers.com) (Quit: Textual IRC Client: www.textualapp.com)
  505. # [02:42] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/aeac7e173136 - Matt Woodrow - Bug 806099 - Use the 'best' active scrolled root when flattening layers, even if it isn't an ancestor of all display items. r=roc, a=bajaj
  506. # [02:42] <avih> gavin: re your comment on bug 828097. not sure i understand the "on TelemetryTimestamps" part (i did consider a helper method, and yes, it would make sense). as for the more global _toolkitTelemetryEnabled , for starters, most telemetry probes don't need this, and secondly, how global did you have in mind?
  507. # [02:42] <sstangl> philor: OK, fix works, will push, please don't back out :P
  508. # [02:42] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/485daaddbbb2 - William Chen - Bug 827426 - Added checks for external mutations to text fragments managed by an UndoManager. r=ehsan
  509. # [02:43] <cpearce> ehsan: I think either would be safe there. I'd use CheckedInt as it makes it more obviously safe.
  510. # [02:43] <doublec> ehsan: you could use PR_STATIC_ASSERT that checks using whatever the values used in the calculation are constrained too previously to ensure an overflow can't occur
  511. # [02:43] <@gavin> avih: TelemetryTimestamps is an existing utility module for recoding simple telemetry measurements: http://mxr.mozilla.org/mozilla-central/find?string=TelemetryTimestamps
  512. # [02:43] <doublec> then if someone changes those constrains causing an overflow later, it won't compile
  513. # [02:43] <doublec> this is used in other places in the media code
  514. # [02:43] <philor> sstangl: I'm still at work for 15 minutes (well, 15 paid, maybe 60 total), so you're safe, I don't have a tree
  515. # [02:43] * Joins: Optimizer (Optimizer@160C6CD1.B5ACBD0B.BE90E62C.IP)
  516. # [02:43] <@gavin> avih: by "global" I was mostly suggesting a module (like TelemetryTimestamps) that could centralize that logic
  517. # [02:44] <sstangl> philor: don't let that other guy back me out either! :)
  518. # [02:44] * Quits: garnacho (carlos@moz-D7EB88C7.dyn.user.ono.com) (Ping timeout)
  519. # [02:44] <@ehsan> doublec: hrm, can you show me an example please?
  520. # [02:44] <doublec> sure, give me a sec
  521. # [02:44] <@ehsan> ty
  522. # [02:45] <@ehsan> gavin: I
  523. # [02:45] * Quits: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: seth)
  524. # [02:45] <avih> gavin: how many consumers did you have in mind which would use this? (i'm a noob so it's harder for me to estimate what functions are likely to be used by many)
  525. # [02:45] <@ehsan> gavin: I'd appreciate if you can review 828780 sooner as it needs to go to aurora
  526. # [02:45] <doublec> ehsan: look at PR_STATIC_ASSERT in content/media/wave/WaveReader.cpp
  527. # [02:45] * Joins: Boriss (FlyingToas@moz-62AAA429.hsd1.ca.comcast.net)
  528. # [02:45] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/861fb57b93d8 - Sean Stangl - Bug 820124 - Follow-up fix: handle prebarrier on raw pointer, fixing a CLOSED TREE.
  529. # [02:46] <doublec> ehsan: DecodeAudioData for example in that file
  530. # [02:46] * philor is now known as philor|away
  531. # [02:46] <@ehsan> hmm
  532. # [02:46] * Quits: espindola (espindola@F2D29657.F60B0462.67AC9B1.IP) (Client exited)
  533. # [02:46] * Joins: dzbarsky (Adium@moz-5B55CC5F.phlapa.east.verizon.net)
  534. # [02:47] <doublec> and LoadFormatChunk and friends
  535. # [02:47] <avih> gavin: generally, most telemetry probes won't need to check if telemetry is enabled, but since i have to decide in advance if i need some work done (Recording), then i can skip it if telemetry is off.
  536. # [02:47] <@ehsan> doublec: cool trick
  537. # [02:47] <@ehsan> doublec: cpearce: I'll use that!
  538. # [02:47] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  539. # [02:47] <cpearce> cool.
  540. # [02:47] * Quits: Mook_as (mook@moz-1FCC0032.activestate.com) (Quit: Mook_as)
  541. # [02:48] * Joins: overholt (overholt@35765CFB.88764A66.72A31D6.IP)
  542. # [02:49] <@gavin> avih: it seems likely to me that this won't be the only non-trivial telemetry measurement
  543. # [02:50] * Quits: bdahl (bdahl@moz-BE33DA21.fw1.sfo1.mozilla.net) (Client exited)
  544. # [02:51] * Quits: cilias (cilias@moz-D65C0C74.cpe.net.cable.rogers.com) (Quit: cilias)
  545. # [02:52] <@gavin> avih: but if you don't think so, we can worry about it later
  546. # [02:52] * Joins: thinker (user@moz-D921FE60.dynamic.kbronet.com.tw)
  547. # [02:52] <@gavin> avih: I still think an observer is probably overkill - getting the pref once and caching its value for the session should be fine
  548. # [02:53] <@gavin> ehsan: that bug is lacking in info as to why per-window PB caused this
  549. # [02:53] * Quits: cpeterson (cpeterson@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  550. # [02:53] <@gavin> and the fix seems like a non-trivial change to what is an ugly mess of a code path (shutdown prompting)
  551. # [02:53] * Quits: mccr8 (mccr8@2557E599.66715431.D25A875A.IP) (Quit: mccr8)
  552. # [02:53] <@gavin> so that's why I haven' gotten to it yet
  553. # [02:53] <@gavin> sorry, should have pushed back earlier
  554. # [02:54] <@ehsan> gavin: https://bugzilla.mozilla.org/show_bug.cgi?id=828780#c6
  555. # [02:54] <@ehsan> gavin: or, let me put a more elaborate version in the bug
  556. # [02:54] <@gavin> I read that, it didn't help :)
  557. # [02:54] <avih> gavin: i just don't have enough background to estimate what part of the patch is likely to be useful elsewhere, but i'll discuss it with the telemetry guys. as for reading once, sure, i thought adding a pref observer is the correct way to do it, rather than only reading it once. i'll change it to once.
  558. # [02:55] <@gavin> avih: sounds good, thanks
  559. # [02:55] * Quits: Jesse (jruderman@2557E599.66715431.D25A875A.IP) (Quit: Jesse)
  560. # [02:55] * Joins: erikvold (erikvold@moz-FEB0D3F0.bchsia.telus.net)
  561. # [02:55] * Quits: wlach (wlach@D176C3B5.BDC68B86.3DEE0DD0.IP) (Ping timeout)
  562. # [02:56] <avih> gavin: thanks. also, are prefs observers costly in the grand scheme of things?
  563. # [02:56] <@gavin> avih: not horribly so, but most of their cost is in code complexity/readability :)
  564. # [02:56] <@gavin> though there is a chance of introducing leaks with cyclic references
  565. # [02:56] <avih> gavin: fair point :)
  566. # [02:58] <avih> the price we pay though, is that when user enables telemetry (or any other cached-once-pref), they can't know if it'll take effect immediately, or at some later stage.
  567. # [02:58] <@ehsan> gavin: hopefully this is better: https://bugzilla.mozilla.org/show_bug.cgi?id=828780#c8
  568. # [02:58] * Quits: overholt (overholt@35765CFB.88764A66.72A31D6.IP) (Ping timeout)
  569. # [02:58] <@ehsan> gavin: please comemnt on the bug as I'm about to head out to home :)
  570. # [02:58] <@ehsan> thanks!
  571. # [02:59] * Joins: kanru (kanru@moz-99690620.hinet-ip.hinet.net)
  572. # [03:00] * Quits: Mavericks (Mibbit@B6F345CD.71C161C0.261E7448.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  573. # [03:00] * Quits: @ehsan (ehsan@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  574. # [03:00] * Quits: tonymec (tonymec@5BC2CE4A.C74EB949.DE2DB281.IP) (Ping timeout)
  575. # [03:00] * Quits: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net) (Quit: jib)
  576. # [03:01] * Quits: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Leaving.)
  577. # [03:01] * Quits: tonymec|away (tonymec@5BC2CE4A.C74EB949.DE2DB281.IP) (Ping timeout)
  578. # [03:02] * Joins: ericchou (ericchou@moz-99690620.hinet-ip.hinet.net)
  579. # [03:02] * Quits: clee (clee@2557E599.66715431.D25A875A.IP) (Quit: clee)
  580. # [03:02] * Joins: gustavold (gustavold@60268C9D.479307F0.FBFF2E6D.IP)
  581. # [03:03] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  582. # [03:05] * akeybl_ is now known as akeybl
  583. # [03:05] <akeybl> ehsan: hey
  584. # [03:05] * Quits: vchang (Vincent@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  585. # [03:05] * Joins: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net)
  586. # [03:05] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  587. # [03:05] * Joins: tonymec__ (tonymec@2ABA8B0F.A915D552.277517C1.IP)
  588. # [03:05] * tonymec__ is now known as tonymec|away
  589. # [03:08] * Joins: darkowlzz (darkowlzz@85461E32.772709DB.9DA13C14.IP)
  590. # [03:10] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/439f89ca8757 - David Zbarsky - Bug 830132 r=ehsan
  591. # [03:10] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/d88715bba2ca - David Zbarsky - Bug 830221 - Remove nsIDOMDOMImplementation r=bz
  592. # [03:12] * Joins: wlach (wlach@moz-48BCB05.vif.net)
  593. # [03:13] * Joins: sicking (sicking@moz-7F871C5C.hsd1.ca.comcast.net)
  594. # [03:15] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/f6cf84d5ec1a - Nicholas Nethercote - Bug 829439 (part 1) - Add MemoryReporterBase class that promotes better encapsulation within nsIMemoryReporter sub-classes. r=jlebar.
  595. # [03:15] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/6925a363cddf - Nicholas Nethercote - Bug 829439 (part 2) - Some memory reporter clean-ups. r=jlebar.
  596. # [03:15] * Quits: akeybl (akeybl@43CB6079.66715431.D25A875A.IP) (Quit: Leaving...)
  597. # [03:16] * Joins: Mavericks (Mibbit@A42E068E.6F811473.FDEA3160.IP)
  598. # [03:17] * Joins: clee (clee@2557E599.66715431.D25A875A.IP)
  599. # [03:20] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Quit: damons)
  600. # [03:21] * Parts: bajaj (Adium@2557E599.66715431.D25A875A.IP)
  601. # [03:23] * Quits: bholley (anonymous@2557E599.66715431.D25A875A.IP) (Quit: bholley)
  602. # [03:23] * Quits: bnicholson (bnicholson@2557E599.66715431.D25A875A.IP) (Ping timeout)
  603. # [03:24] * Quits: birtles (chatzilla@moz-348F61F0.mozilla.or.jp) (Connection reset by peer)
  604. # [03:24] * Joins: birtles (chatzilla@moz-4B5534A0.mozilla.or.jp)
  605. # [03:25] * Joins: cabanier (cabanier@moz-6A1F2F2C.hsd1.wa.comcast.net)
  606. # [03:26] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/adb13d36e50a - Ryan VanderMeulen - Backed out 2 changesets (bug 826605, bug 811469) for xpcshell failures.
  607. # [03:27] * Joins: tonymec (tonymec@2ABA8B0F.A915D552.277517C1.IP)
  608. # [03:28] * Quits: erikvold (erikvold@moz-FEB0D3F0.bchsia.telus.net) (Quit: erikvold)
  609. # [03:28] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  610. # [03:29] * Quits: surkov (surkov@359BFF20.CE67D555.26B1D6E2.IP) (Ping timeout)
  611. # [03:31] * Quits: clee (clee@2557E599.66715431.D25A875A.IP) (Quit: clee)
  612. # [03:31] * Joins: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net)
  613. # [03:31] <njn> huh, cbeard is Canadian too? man there are a lot of them about
  614. # [03:32] * Quits: pcwalton (pcwalton@2557E599.66715431.D25A875A.IP) (Quit: pcwalton)
  615. # [03:33] * Quits: ggoncalves (ggoncalves@moz-CF8BEBEF.dia.static.qwest.net) (Connection reset by peer)
  616. # [03:33] * Joins: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP)
  617. # [03:33] * Joins: ggoncalves (ggoncalves@moz-CF8BEBEF.dia.static.qwest.net)
  618. # [03:34] * Quits: sicking (sicking@moz-7F871C5C.hsd1.ca.comcast.net) (Quit: sicking)
  619. # [03:35] <cjones> aboot
  620. # [03:35] * hwine is now known as hwine-ooo
  621. # [03:36] <njn> aboet
  622. # [03:36] * Joins: birtles_ (chatzilla@moz-348F61F0.mozilla.or.jp)
  623. # [03:37] * Quits: birtles (chatzilla@moz-4B5534A0.mozilla.or.jp) (Ping timeout)
  624. # [03:37] * birtles_ is now known as birtles
  625. # [03:38] * Quits: cpearce (cpearce@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  626. # [03:38] <jwir3> I have a question about nsLayoutUtils::GetFrameForPoint. I have the following code: http://www.pastebin.mozilla.org/2059165 added to a mobile version of browser.js. As a user is pinching to zoom in, it gives me many many many messages (intentional). What this does is call getDOMRangeforPoint(), which is actually a wrapper for nsDocument::caretPositionFromPoint.
  627. # [03:38] <jwir3> Now, the problem I'm seeing is that when I pinch to zoom in on a testcase, the code inside of caretPositionFromPoint() returns a correct node/offset for the first pinch notification. However, there are many of these notifications as time goes on, so it calls caretPositionFromPoint() many times, as can be seen in this log: http://www.pastebin.mozilla.org/2059579
  628. # [03:38] <jwir3> The problem is, that after the first iteration (lines 6-16 of the previous pastebin), GetFrameForPoint() seems to return a different frame, even with the same input. As can be seen from the output, I give it the same point, as well as the same root frame, and it returns a different frame. The code for this is here:
  629. # [03:38] <jwir3> http://mxr.mozilla.org/mozilla-central/source/content/base/src/nsDocument.cpp#9154
  630. # [03:38] * Quits: Mossop (mossop@moz-3D9B2D8F.lsanca.fios.verizon.net) (Connection reset by peer)
  631. # [03:38] <jwir3> I'm wondering if I'm missing something about the behavior of how GetFrameForPoint should work, or if this is indeed a bug...
  632. # [03:39] * Quits: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  633. # [03:40] * Joins: bnicholson (bnicholson@moz-E98974C1.hsd1.ca.comcast.net)
  634. # [03:41] * heycam|away is now known as heycam
  635. # [03:41] * Quits: @dveditz (dveditz@2557E599.66715431.D25A875A.IP) (Ping timeout)
  636. # [03:41] * Quits: Matti (Matti@moz-445EEBDF.dip.t-dialin.net) (Quit: quit)
  637. # [03:41] * Joins: Matti (Matti@moz-445EEBDF.dip.t-dialin.net)
  638. # [03:42] * Joins: ekr (ekr@moz-D7997EC8.rtfm.com)
  639. # [03:42] * Quits: jgriffin (jgriffin@moz-DD9CBA45.hsd1.wa.comcast.net) (Quit: jgriffin)
  640. # [03:43] * Joins: Jesse (jruderman@moz-537BCF9.hsd1.ca.comcast.net)
  641. # [03:43] * Joins: Mossop (mossop@moz-3D9B2D8F.lsanca.fios.verizon.net)
  642. # [03:44] <bz> Where in our UI would you expect to see a richlistbox which has richlistitems containing checkboxes?
  643. # [03:44] * Quits: nattokirai (nattokirai@moz-E695CB86.dynamic.ppp.asahi-net.or.jp) (Quit: nattokirai)
  644. # [03:44] <bz> Also, can I do XUL in crashtests?
  645. # [03:45] * Quits: gwagner (gwagner@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: gwagner)
  646. # [03:46] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/acecf63268be - Fabrice Desré - Bug 829679 - Package installation without // on the manifest URL causes webapps.json corruption r=ferjm a=tef+
  647. # [03:48] * Quits: chewey (chewey@moz-E492EF0F.dip0.t-ipconnect.de) (NickServ (GHOST command used by chewey_))
  648. # [03:48] * Quits: terrence (terrence@2557E599.66715431.D25A875A.IP) (Ping timeout)
  649. # [03:48] * Quits: fabrice (fabrice@2557E599.66715431.D25A875A.IP) (Quit: Leaving.)
  650. # [03:48] * Joins: chewey (chewey@moz-552B677B.dip0.t-ipconnect.de)
  651. # [03:50] * Quits: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  652. # [03:50] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/622427e981a8 - Justin Lebar - Bug 789975 - Disable purging of MADV_FREE'd pages on MacOS when collecting RSS from Telemetry. r=njn
  653. # [03:53] * Joins: ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP)
  654. # [03:53] * ChanServ sets mode: +o ehsan
  655. # [03:54] <Waldo> bz: yes to the latter, at least, although I don't know how, just that it's possible
  656. # [03:56] * Joins: jhopkins (jhopkins@8F761026.B5EF4AF6.E96CA9D8.IP)
  657. # [03:56] * Quits: jhopkins (jhopkins@8F761026.B5EF4AF6.E96CA9D8.IP) (Quit: jhopkins)
  658. # [03:56] * Joins: coop (Chris@8F761026.B5EF4AF6.E96CA9D8.IP)
  659. # [03:57] * glob|away is now known as glob
  660. # [03:57] * Quits: rlewis (Thunderbir@moz-D47321EC.cable.virginmedia.com) (Ping timeout)
  661. # [03:59] * Quits: Waldo (waldo@2557E599.66715431.D25A875A.IP) (Quit: ChatZilla 0.9.87-5.1450hg.fc17 [XULRunner 17.0.1/20121129151931])
  662. # [03:59] <jwir3> hm, so I noticed just now that GetFrameForPoint() will return the first in an array of frames that contain a particular point. and, in my case, this is the wrong frame...
  663. # [03:59] * Joins: smooney_ (smooney@moz-57825793.hsd1.ca.comcast.net)
  664. # [04:00] * philor|away is now known as philor
  665. # [04:02] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/12c12ba53d39 - Ryan VanderMeulen - Backed out changeset cebb008a72f9 (bug 824919) for mochitest b-c orange.
  666. # [04:02] <jwir3> in mobile/android/chrome/content/browser.js, if I want to access the content document the user is currently viewing, I would do that with BrowserApp.selectedBrowser.contentDocument, correct?
  667. # [04:02] * Joins: bholley (anonymous@moz-FCAF9AAB.hsd1.ca.comcast.net)
  668. # [04:05] <mattwoodrow> jwir3: That list should be ordered as the items would be on screen, so the first item is the topmost one
  669. # [04:05] <jwir3> so, the documentation for GetFrameForPoint says, "Given aFrame, the root frame of a stacking context". What does this mean, and does presShell->GetRootFrame() give me the frame I want as the root? )
  670. # [04:05] * Joins: ciferkey (ciferkey@moz-C169D9B7.prvdri.fios.verizon.net)
  671. # [04:05] <jwir3> mattwoodrow: So, it seems that that array gives me a blockframe as element 0, and the text element that I actually want is number 4 or 5...
  672. # [04:05] * Joins: pranavrc (pranavrc@D7329F50.98CA9F9E.520CDC98.IP)
  673. # [04:06] <mattwoodrow> Are you sure that the block frame isn't actually on top of the text?
  674. # [04:06] <jwir3> hmmm....
  675. # [04:06] <mattwoodrow> set gDumpEventList=1 (nsLayoutUtils)
  676. # [04:06] * Quits: azakai (alon@2557E599.66715431.D25A875A.IP) (Ping timeout)
  677. # [04:06] <mattwoodrow> that will show you the display list that it's using to calculate the hit frames
  678. # [04:07] <jwir3> ok
  679. # [04:07] <jwir3> mattwoodrow: It's possible that there is a block frame above the text, now that I think of it (my testcase is also trying to visualize the click point). Perhaps my order of events is incorrect.
  680. # [04:08] <cjones> jlebar, you're burning
  681. # [04:08] <jwir3> mattwoodrow: You perhaps are on to something. ;)
  682. # [04:08] * Joins: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net)
  683. # [04:08] * Quits: felipe (felipe@2981D2F7.550A1EE7.DB5C0666.IP) (Quit: felipe)
  684. # [04:10] <bjacob> ehsan: my tool doesn't see any edge going from nsGlobalWindow to mozilla::dom::AudioContext . Did I get the type names right?
  685. # [04:10] <@ehsan> yes
  686. # [04:10] * Quits: smooney_ (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney_)
  687. # [04:11] <bjacob> ehsan: ok, looking closer
  688. # [04:11] * Quits: ciferkey (ciferkey@moz-C169D9B7.prvdri.fios.verizon.net) (Quit: )
  689. # [04:11] <RyanVM> jlebar: how convenient to land bustage right before I closed the tree for bustage anyway
  690. # [04:13] <bjacob> RyanVM: it would be nice if you could warn of bustage closures a couple days in advance so we can plan our busted landings accordingly
  691. # [04:13] <RyanVM> bjacob: noted ;)
  692. # [04:13] * Joins: cpearce (cpearce@moz-A1E28DBA.xdsl.xnet.co.nz)
  693. # [04:13] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/69017949e118 - Ryan VanderMeulen - Backed out changeset 622427e981a8 (bug 789975) for build bustage.
  694. # [04:14] <RyanVM> poor inbound's going to need a smoke break after tonight
  695. # [04:15] <bz> RyanVM: Just you wait!
  696. # [04:15] * bz thinks he has WebIDL bindings for XULElement done
  697. # [04:15] <bz> RyanVM: _That_ will be exciting. ;)
  698. # [04:15] * RyanVM leaves the tree closed and heads off to bed :P
  699. # [04:15] <RyanVM> mwahaha
  700. # [04:16] * Quits: bholley (anonymous@moz-FCAF9AAB.hsd1.ca.comcast.net) (Quit: bholley)
  701. # [04:16] * Joins: ciferkey (ciferkey@moz-C169D9B7.prvdri.fios.verizon.net)
  702. # [04:16] <@roc> hmm
  703. # [04:16] * Quits: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  704. # [04:17] * Joins: Mook (mook@moz-5FFA03A3.dsl.teksavvy.com)
  705. # [04:18] * Quits: llmelon (chatzilla@moz-54593027.tm.net.my) (Quit: ChatZilla 0.9.89 [Firefox 17.0.1/20121128204232])
  706. # [04:19] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  707. # [04:19] * Joins: KaIRC (robert@moz-31D5108A.adsl.highway.telekom.at)
  708. # [04:19] * Quits: KaiRo_away (robert@moz-F36DF963.adsl.highway.telekom.at) (Ping timeout)
  709. # [04:20] * lsblakk is now known as lsblakk|afk
  710. # [04:20] * Joins: llmelon (chatzilla@moz-54593027.tm.net.my)
  711. # [04:21] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  712. # [04:21] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Quit: Edgar)
  713. # [04:21] * Joins: ehugg_lime (ehugg_lime@moz-851FD57E.mycingular.net)
  714. # [04:21] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  715. # [04:22] <JonathanS> RyanVM not coffee break?
  716. # [04:22] * Quits: Optimizer (Optimizer@160C6CD1.B5ACBD0B.BE90E62C.IP) (Ping timeout)
  717. # [04:22] <RyanVM> JonathanS: i'm abotu 11 hours away from my next coffee break
  718. # [04:22] <JonathanS> ok
  719. # [04:24] <philor> I can take the badge if you're really ready to bail out
  720. # [04:24] * Quits: ehugg_lime (ehugg_lime@moz-851FD57E.mycingular.net) (Ping timeout)
  721. # [04:24] * Joins: spartanfire (guimdearau@moz-33A83FA2.mielccc.clients.pavlovmedia.com)
  722. # [04:24] <bjacob> ehsan: here's how i stripped your testcase to run it without chrome privileges (the first 6 lines): http://pastebin.mozilla.org/2060136 did i get this wrong?
  723. # [04:25] <bjacob> ehsan: i am a bit surprised by how you "use" mozAudioContext without apparently doing anything with it
  724. # [04:25] <bjacob> and how only the 2nd time you put () on it
  725. # [04:26] * Joins: Optimizer (Optimizer@616297D2.A10B347F.D2D1FAF0.IP)
  726. # [04:27] <RyanVM> philor: I'll be around for a bit still, but probably not long enough to reopen the tree
  727. # [04:27] <RyanVM> i'm still not entirely sure that everything that needs backing out has been
  728. # [04:28] <philor> blergh, we're actually going to fail test_getstatus.TestGetStatus.TESTGETSTATUS.teSTgeTstATUS often enough that I'm going to have to file it
  729. # [04:28] * Quits: jesup|mac (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net) (Ping timeout)
  730. # [04:28] * philor considers whether it might be fixed by one of the backouts
  731. # [04:28] * Quits: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP) (Quit: Computer has gone to sleep.)
  732. # [04:28] <@ehsan> bjacob: arent't you missing some parenthesis?
  733. # [04:29] <@ehsan> on line 6
  734. # [04:29] <@ehsan> bjacob: also, you do have the pref enabled, right?
  735. # [04:29] * Joins: bdahl (bdahl@moz-D7CB09C3.dsl.dynamic.sonic.net)
  736. # [04:29] <njn> in |DebugOnly<bool> check = func()|, is func() still called in opt build?
  737. # [04:29] <@ehsan> njn: yes
  738. # [04:29] <njn> ehsan: thakanks
  739. # [04:29] <njn> *thanks
  740. # [04:32] * Quits: coop (Chris@8F761026.B5EF4AF6.E96CA9D8.IP) (Quit: coop)
  741. # [04:32] <bjacob> ehsan: i just blindly copied https://hg.mozilla.org/integration/mozilla-inbound/rev/0ff42bab2f66
  742. # [04:33] <bjacob> ehsan: maybe you'll want to make the same remark to mccr8 then ;-) thanks!
  743. # [04:33] <@ehsan> bjacob: hrm, ok maybe you should be fine then
  744. # [04:33] * Quits: ggoncalves (ggoncalves@moz-CF8BEBEF.dia.static.qwest.net) (Connection reset by peer)
  745. # [04:34] <@ehsan> bjacob: I asked on the bug
  746. # [04:34] * Quits: dumitru (dgherman@moz-7C253BEB.getcadre.com) ([concrete.mozilla.org] Local kill by ravi (+++ATH))
  747. # [04:35] * Joins: ggoncalves (ggoncalves@moz-CF8BEBEF.dia.static.qwest.net)
  748. # [04:35] * Joins: dumitru (dgherman@moz-7C253BEB.getcadre.com)
  749. # [04:35] * Joins: cilias (cilias@moz-D65C0C74.cpe.net.cable.rogers.com)
  750. # [04:35] <bjacob> ehsan: now that i added the parenthesis on line 6, i do hit the AudioContext constructor in GDB. Before I didn't, even with line 8 correct.
  751. # [04:35] <@ehsan> hmm
  752. # [04:35] <@ehsan> then maybe the testcase is wrong
  753. # [04:37] * Quits: joshmoz (josh@moz-7D5BC4BE.nyc.res.rr.com) (Input/output error)
  754. # [04:38] * Quits: randix (rdow@moz-EED5EBCB.dhcp.mdfd.or.charter.com) (Quit: randix)
  755. # [04:40] * cjones is now known as cjones-food
  756. # [04:43] * Quits: spartanfire (guimdearau@moz-33A83FA2.mielccc.clients.pavlovmedia.com) (Quit: spartanfire)
  757. # [04:43] <RyanVM> philor: FYI, looks like fabrice's push to b2g18 is causing m-oth orange
  758. # [04:43] <RyanVM> he pushed it to inbound too
  759. # [04:44] <philor> gee. looks like the orange it caused the last time he pushed it both places :)
  760. # [04:44] * glob is now known as glob|away
  761. # [04:45] * Joins: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net)
  762. # [04:46] <RyanVM> hah
  763. # [04:46] <RyanVM> fail
  764. # [04:48] * Joins: sworkman_ (sworkman@2557E599.66715431.D25A875A.IP)
  765. # [04:48] * Quits: sworkman_ (sworkman@2557E599.66715431.D25A875A.IP) (Quit: sworkman_)
  766. # [04:48] * Joins: bbondy (bbondy@631D23EC.3A9F9BD4.4C2245EF.IP)
  767. # [04:48] * Joins: fitzgen (fitzgen@moz-E0656BBF.hfc.comcastbusiness.net)
  768. # [04:48] * Quits: KaIRC (robert@moz-31D5108A.adsl.highway.telekom.at) (Input/output error)
  769. # [04:49] * Quits: sworkman (sworkman@2557E599.66715431.D25A875A.IP) (Ping timeout)
  770. # [04:50] * Joins: m_kato (m_kato@moz-348F61F0.mozilla.or.jp)
  771. # [04:51] <RyanVM> philor: i just backed it out of b2g18, i'll leave inbound to you assuming it fails there too
  772. # [04:51] <philor> k
  773. # [04:52] * njn wonders what the difference is between SpdySession2.cpp and SpdySession3.cpp
  774. # [04:52] * philor queues it up, since it's bound to fail
  775. # [04:52] <froydnj> njn: version numbers of the protocol
  776. # [04:52] <njn> froydnj: ick
  777. # [04:52] <abr> njn -- Well, obvioiusly SpdySession3.cpp is one *louder*.
  778. # [04:53] <abr> (cf http://www.youtube.com/watch?v=UeOXsA8sp_E)
  779. # [04:54] <bjacob> birtles: passwd-protected post
  780. # [04:54] * Quits: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  781. # [04:59] * glob|away is now known as glob
  782. # [05:00] * Joins: Matti_ (Matti@moz-254A9260.dip.t-dialin.net)
  783. # [05:00] * Quits: RyanVM (chatzilla@moz-148999FE.phlapa.fios.verizon.net) (Quit: ChatZilla 0.9.89-2012120118 [Firefox 21.0a1/20130113151633])
  784. # [05:01] * Quits: Matti (Matti@moz-445EEBDF.dip.t-dialin.net) (Ping timeout)
  785. # [05:01] * Quits: jlmendezbonini (textual@moz-FF9FDD58.twcny.res.rr.com) (Quit: Textual IRC Client: www.textualapp.com)
  786. # [05:02] * Joins: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP)
  787. # [05:03] * Quits: ggoncalves (ggoncalves@moz-CF8BEBEF.dia.static.qwest.net) (Input/output error)
  788. # [05:04] * Joins: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net)
  789. # [05:05] * Joins: lmandel (lmandel@FE1F74.86ED00A7.971E19F6.IP)
  790. # [05:06] * Quits: ciferkey (ciferkey@moz-C169D9B7.prvdri.fios.verizon.net) (Quit: )
  791. # [05:09] * Joins: surkov (surkov@3BD6D03B.CE67D555.26B1D6E2.IP)
  792. # [05:15] <bjacob> ehsan: https://bugzilla.mozilla.org/show_bug.cgi?id=827541#c16
  793. # [05:16] <bjacob> ehsan: it works !!!! now
  794. # [05:16] <bjacob> there were a couple bugs
  795. # [05:16] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/cf77e6413213 - Phil Ringnalda - Back out acecf63268be (bug 829679) for the same mochitest-chrome orange it had the last time it landed
  796. # [05:16] <bz> ehsan: ping
  797. # [05:16] <@ehsan> bjacob: nice!
  798. # [05:16] <@ehsan> bz: hi
  799. # [05:20] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  800. # [05:21] <bz> ehsan: I'll try to get to the <object> stuff tomorrow, but no guarantees
  801. # [05:21] <bz> ehsan: I'm behind on reviews again
  802. # [05:22] * Joins: nattokirai (nattokirai@moz-E695CB86.dynamic.ppp.asahi-net.or.jp)
  803. # [05:22] <@ehsan> bz: no worries, not urgent
  804. # [05:23] * Joins: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net)
  805. # [05:24] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  806. # [05:25] * Quits: bdahl (bdahl@moz-D7CB09C3.dsl.dynamic.sonic.net) (Client exited)
  807. # [05:25] <bz> ehsan: ok, cool
  808. # [05:26] <Mavericks> can someone quickly explain why http://hg.mozilla.org/mozilla-central/rev/7dcd0d16cc08#l12.119 has undefined in assertion ?
  809. # [05:28] <Mavericks> Is it convention
  810. # [05:29] * Joins: vikash (vikashagra@88FE4FC8.18C7E222.A3D1B221.IP)
  811. # [05:29] * Quits: cabanier (cabanier@moz-6A1F2F2C.hsd1.wa.comcast.net) (Quit: Leaving.)
  812. # [05:30] <Mavericks> nvm, got it
  813. # [05:32] * Quits: ekr (ekr@moz-D7997EC8.rtfm.com) (Ping timeout)
  814. # [05:34] * Quits: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  815. # [05:34] * Parts: vikash (vikashagra@88FE4FC8.18C7E222.A3D1B221.IP)
  816. # [05:35] * capella is now known as capella|zzzz
  817. # [05:36] * Parts: Mavericks (Mibbit@A42E068E.6F811473.FDEA3160.IP)
  818. # [05:39] * Quits: cpearce (cpearce@moz-A1E28DBA.xdsl.xnet.co.nz) (Ping timeout)
  819. # [05:40] <@roc> what utilities do we have for allocating storage that's sure to be 16-byte aligned?
  820. # [05:42] * Quits: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net) (Quit: jorendorff)
  821. # [05:43] * Quits: naveed (nihsanulla@moz-E0791328.bstnma.fios.verizon.net) (Ping timeout)
  822. # [05:43] * Joins: vikash_ (vikash@88FE4FC8.18C7E222.A3D1B221.IP)
  823. # [05:43] * Quits: mwu (mwu@moz-2E883D31.hsd1.nj.comcast.net) (Quit: Leaving)
  824. # [05:43] * Quits: vikash_ (vikash@88FE4FC8.18C7E222.A3D1B221.IP) (Client exited)
  825. # [05:44] * Joins: vikash (vikash@88FE4FC8.18C7E222.A3D1B221.IP)
  826. # [05:45] * Joins: cpearce_ (cpearce@moz-A1E28DBA.xdsl.xnet.co.nz)
  827. # [05:45] * cpearce_ is now known as cpearce
  828. # [05:45] * Joins: bdahl (bdahl@moz-D7CB09C3.dsl.dynamic.sonic.net)
  829. # [05:45] * Joins: yzen (Adium@AA2C085E.10C8AEF8.9A8C35B4.IP)
  830. # [05:46] * Parts: yzen (Adium@AA2C085E.10C8AEF8.9A8C35B4.IP)
  831. # [05:46] * mattwoodrow is now known as mattwoodrow|away
  832. # [05:47] * Joins: ggoncalves (ggoncalves@moz-CF8BEBEF.dia.static.qwest.net)
  833. # [05:51] * Joins: randix (rdow@moz-EED5EBCB.dhcp.mdfd.or.charter.com)
  834. # [05:51] * Quits: surkov (surkov@3BD6D03B.CE67D555.26B1D6E2.IP) (Ping timeout)
  835. # [05:53] <bjacob> roc: statically or dynamically (malloc) ?
  836. # [05:53] <bjacob> roc: statically: mfbt/Util.h
  837. # [05:53] * Quits: Mook (mook@moz-5FFA03A3.dsl.teksavvy.com) (Quit: Mook)
  838. # [05:54] * cjones-food is now known as cjones
  839. # [05:54] * Joins: smooney_ (smooney@moz-57825793.hsd1.ca.comcast.net)
  840. # [05:54] <tbsaunde> roc: I was under the impression jemalloc always used 16 byte aligned blocks, but I'm not sure how great an idea it would be to rely on that
  841. # [05:55] <bjacob> roc: dynamically: you would have to use platform-specific functions such as posix_memalign; fortunately there are only 2 cases, windows and non-windows. I dont know whether jemalloc abstracts this away from you (i.e. whether jemalloc's posix_memalign is available on windows)
  842. # [05:55] <bjacob> tbsaunde: it doesn't for sizes smaller than 16 bytes, but i think you're right for large enough sizes
  843. # [05:55] <@roc> je_aligned_malloc looks good
  844. # [05:56] * mcote|afk is now known as mcote
  845. # [05:57] <bjacob> roc: alternatively if you dont mind wasting 16 bytes, you can do this: https://bitbucket.org/eigen/eigen/src/ad07bd59966a4e790f08161973bbb03310567456/Eigen/src/Core/util/Memory.h?at=default#cl-91
  846. # [05:57] * Joins: fabrice (fabrice@moz-94F028C6.hsd1.ca.comcast.net)
  847. # [05:58] * Quits: lerc (quassel@121.75.139.175) (Ping timeout)
  848. # [05:58] <@roc> not that old hack
  849. # [05:58] <birtles> bjacob, I didn't realise those appeared! thanks!
  850. # [05:58] <bjacob> hehe
  851. # [05:59] <bjacob> birtles: looking forward to your math question ;-)
  852. # [06:00] <birtles> bjacob, some google folks were saying they would solve it for me but I guess I have to make it public now :)
  853. # [06:00] * Joins: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  854. # [06:02] <bjacob> birtles: is it about 2d graphics?
  855. # [06:02] <birtles> bjacob, it's about timing functions
  856. # [06:02] <birtles> making a suitably parameterised spring timing function
  857. # [06:02] * Joins: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net)
  858. # [06:04] * Quits: cpearce (cpearce@moz-A1E28DBA.xdsl.xnet.co.nz) (Ping timeout)
  859. # [06:08] <birtles> I made the post public---hopefully planet picks it up
  860. # [06:11] <glob> birtles, iirc it won't re-announce it if you edit a post
  861. # [06:12] * Quits: ggoncalves (ggoncalves@moz-CF8BEBEF.dia.static.qwest.net) (Input/output error)
  862. # [06:12] <birtles> glob, oh, do you know if there's any way to pull a post? and republish?
  863. # [06:12] <bz> So there are two parameters?
  864. # [06:12] <bz> overshoot and elasticity?
  865. # [06:12] <birtles> not really sure about elasticity
  866. # [06:12] * Quits: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  867. # [06:12] <bz> right
  868. # [06:13] <birtles> it might need to be split into two
  869. # [06:13] <glob> birtles, not that i'm aware of, short of actually pulling it from your blog and republishing it as a new post
  870. # [06:13] <birtles> glob, so if I pull it from the blog planet will pick it up?
  871. # [06:13] <glob> birtles, although.. planet may rebuild the whole page..
  872. # [06:14] * bz thinks
  873. # [06:14] <glob> birtles, wait for another planet post and it may fix itself, if not republishing as a new post (new id) will make it pick it up
  874. # [06:14] * Quits: lmandel (lmandel@FE1F74.86ED00A7.971E19F6.IP) (Quit: lmandel)
  875. # [06:15] * Quits: Matti_ (Matti@moz-254A9260.dip.t-dialin.net) (Quit: quit)
  876. # [06:15] <birtles> glob, ok, thanks. if no one posts soon-ish I'll go ahead and republish
  877. # [06:15] <glob> birtles, i have a post lined up, will post in about 10 mins
  878. # [06:16] <birtles> glob, ok great. thanks!
  879. # [06:16] * Quits: bbondy (bbondy@631D23EC.3A9F9BD4.4C2245EF.IP) (Quit: Going offline, see ya! (www.adiirc.com))
  880. # [06:17] <jst> philor: arebe getting close to reopening inbound?
  881. # [06:17] <jst> are we, even
  882. # [06:17] <philor> jst: just asking myself whether we fired six bad patches, or five
  883. # [06:18] <jst> philor: heh, great
  884. # [06:18] <philor> but it's not the most powerful tree in the world, so I think I feel lucky despite the overlapping bustage with tests omitted as a result
  885. # [06:18] * Joins: atte (atte@moz-37C1DF97.dhcp.inet.fi)
  886. # [06:18] * Joins: cabanier (cabanier@moz-6A1F2F2C.hsd1.wa.comcast.net)
  887. # [06:19] <philor> jst: reopened, unless you're relanding fabrice's patch for the third time today ;)
  888. # [06:19] * Quits: @not_gavin (gavin@E04DED12.5AA33DAB.2321E71E.IP) (Ping timeout)
  889. # [06:20] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  890. # [06:20] * Joins: not_gavin (gavin@E04DED12.5AA33DAB.2321E71E.IP)
  891. # [06:20] * ChanServ sets mode: +o not_gavin
  892. # [06:21] * Quits: gustavold (gustavold@60268C9D.479307F0.FBFF2E6D.IP) (Quit: Leaving.)
  893. # [06:23] <birtles> oh, it fixed itself! pity about the iframes though :(
  894. # [06:24] <glob> sweet!
  895. # [06:24] <birtles> thanks for your help!
  896. # [06:25] * Joins: wolfiR (wolfiR@moz-97AB7B3A.open-xchange.com)
  897. # [06:26] * Joins: pcwalton (pcwalton@moz-481A040C.hsd1.ca.comcast.net)
  898. # [06:27] * Quits: vikash (vikash@88FE4FC8.18C7E222.A3D1B221.IP) (Quit: This computer has gone to sleep)
  899. # [06:27] * Quits: NeilZZZ (neil@moz-7E027EE5.cable.virginmedia.com) (Ping timeout)
  900. # [06:28] * Joins: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net)
  901. # [06:28] * Joins: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net)
  902. # [06:29] * Quits: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net) (Input/output error)
  903. # [06:29] * Joins: Mavericks (Mibbit@A42E068E.6F811473.FDEA3160.IP)
  904. # [06:31] * Joins: vikash (vikash@88FE4FC8.18C7E222.A3D1B221.IP)
  905. # [06:31] * Joins: cpearce (cpearce@moz-A1E28DBA.xdsl.xnet.co.nz)
  906. # [06:31] * Joins: Sander (chatzilla@82CAA561.4B885322.61FF931A.IP)
  907. # [06:32] * Joins: sfink (chatzilla@moz-62DCBA87.dsl.pltn13.sbcglobal.net)
  908. # [06:33] * Quits: JeroenDeDauw (j@moz-6418E1AF.dip.t-dialin.net) (Quit: Leaving.)
  909. # [06:33] * Joins: JeroenDeDauw (j@moz-6418E1AF.dip.t-dialin.net)
  910. # [06:34] * Quits: sfink (chatzilla@moz-62DCBA87.dsl.pltn13.sbcglobal.net) (Ping timeout)
  911. # [06:35] * Joins: sfink (chatzilla@moz-62DCBA87.dsl.pltn13.sbcglobal.net)
  912. # [06:35] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Quit: damons)
  913. # [06:36] * Quits: fitzgen (fitzgen@moz-E0656BBF.hfc.comcastbusiness.net) (Quit: zzzzzzzzz)
  914. # [06:36] * Joins: seth (seth@moz-D840E602.dsl.static.sonic.net)
  915. # [06:37] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  916. # [06:37] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  917. # [06:37] * Quits: Mavericks (Mibbit@A42E068E.6F811473.FDEA3160.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  918. # [06:38] * Quits: sfink (chatzilla@moz-62DCBA87.dsl.pltn13.sbcglobal.net) (Ping timeout)
  919. # [06:39] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c6f474736934 - Adam Roach [:abr] - Bug 807494: Fix stun address to point to Mozilla-operated server. r=ekr
  920. # [06:39] * Quits: Optimizer (Optimizer@616297D2.A10B347F.D2D1FAF0.IP) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  921. # [06:40] * Joins: smontagu (chatzilla@757B0DC8.B3DCBEEA.CC465D70.IP)
  922. # [06:40] <jst> philor: heh, no, fabrice's patch is not a basecamp blocker, so no worries there :)
  923. # [06:41] * Mossop is now known as Mossop_sleep
  924. # [06:42] * Joins: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net)
  925. # [06:42] * Joins: tomer (tomer@moz-F45DAEFD.static.012.net.il)
  926. # [06:47] * Joins: sfink (chatzilla@moz-62DCBA87.dsl.pltn13.sbcglobal.net)
  927. # [06:47] * Joins: janv_ (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  928. # [06:47] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Ping timeout)
  929. # [06:47] * Quits: jgilbert (jgilbert@2557E599.66715431.D25A875A.IP) (Ping timeout)
  930. # [06:49] * mcote is now known as mcote|afk
  931. # [06:49] * Joins: ddahl (ddahl@648205EB.ED8DACAE.49D91E5E.IP)
  932. # [06:51] * Quits: sfink (chatzilla@moz-62DCBA87.dsl.pltn13.sbcglobal.net) (Ping timeout)
  933. # [06:52] * Joins: sfink (chatzilla@moz-62DCBA87.dsl.pltn13.sbcglobal.net)
  934. # [06:53] * Quits: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  935. # [06:53] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/3eff445e4e91 - Dave Hylands - Bug 825598 - Add a watchdog timer on downloads and automatically restart if timer expires. r=marshall_law
  936. # [06:54] * Quits: smooney_ (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney_)
  937. # [06:59] * Joins: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net)
  938. # [07:02] * Joins: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu)
  939. # [07:04] * Quits: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu) (Ping timeout)
  940. # [07:06] * Joins: ggoncalves (ggoncalves@moz-CF8BEBEF.dia.static.qwest.net)
  941. # [07:06] * Joins: erikvold (erikvold@moz-FEB0D3F0.bchsia.telus.net)
  942. # [07:06] * heycam is now known as heycam|away
  943. # [07:07] * Quits: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner)
  944. # [07:07] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/9eecc4f1a318 - Philipp von Weitershausen - Bug 823798 - Route FM radio through analog path. r=mwu a=blocking-b2g
  945. # [07:07] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/349a247b84cf - Ehsan Akhgari - Bug 828780 - Ensure that closing a window via closing the last tab goes through the code path taken by closing the window directly; r=gavin
  946. # [07:08] * Joins: scenor (Thunderbir@moz-876A3189.wireless.dyn.drei.com)
  947. # [07:09] * Joins: surkov (surkov@4037A907.CE67D555.26B1D6E2.IP)
  948. # [07:12] * Quits: erikvold (erikvold@moz-FEB0D3F0.bchsia.telus.net) (Quit: erikvold)
  949. # [07:12] * Joins: dbaron (dbaron@moz-6A662ACD.bb.sky.com)
  950. # [07:12] * ChanServ sets mode: +o dbaron
  951. # [07:13] * Quits: @roc (chatzilla@E2F7352.56080C53.97BBD552.IP) (Ping timeout)
  952. # [07:13] * Joins: sworkman (sworkman@moz-825EC923.hsd1.ca.comcast.net)
  953. # [07:14] * Joins: smaug (chatzilla@moz-7ACEA4.pp.htv.fi)
  954. # [07:14] * ChanServ sets mode: +o smaug
  955. # [07:14] * Joins: smooney_ (smooney@moz-57825793.hsd1.ca.comcast.net)
  956. # [07:15] * Quits: smooney_ (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney_)
  957. # [07:15] <firebot> Check-in:
  958. # [07:15] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/7b698ca72776 - Ehsan Akhgari - Bug 827541 follow-up: Make sure that the test case actually instantiates an AudioContext object the first time, as opposed to just access the constructor function
  959. # [07:15] <firebot> through a property access
  960. # [07:18] * jcranmer is now known as jcranmer|away
  961. # [07:20] * Quits: sworkman (sworkman@moz-825EC923.hsd1.ca.comcast.net) (Quit: sworkman)
  962. # [07:21] * Joins: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net)
  963. # [07:23] * Quits: tomer (tomer@moz-F45DAEFD.static.012.net.il) (Ping timeout)
  964. # [07:24] * Quits: surkov (surkov@4037A907.CE67D555.26B1D6E2.IP) (Ping timeout)
  965. # [07:25] * Quits: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net) (Quit: ehugg)
  966. # [07:25] * Joins: past (Instantbir@moz-7AC89C5C.dsl.dyn.forthnet.gr)
  967. # [07:27] * Quits: ggoncalves (ggoncalves@moz-CF8BEBEF.dia.static.qwest.net) (Input/output error)
  968. # [07:28] * Quits: pranavrc (pranavrc@D7329F50.98CA9F9E.520CDC98.IP) (Quit: Ping timeout: ∞)
  969. # [07:28] * Quits: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP) (Quit: Computer has gone to sleep.)
  970. # [07:31] * Quits: thinker (user@moz-D921FE60.dynamic.kbronet.com.tw) (Connection reset by peer)
  971. # [07:32] * Quits: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  972. # [07:33] * Joins: smooney_ (smooney@moz-57825793.hsd1.ca.comcast.net)
  973. # [07:33] * Joins: erikvold (erikvold@moz-FEB0D3F0.bchsia.telus.net)
  974. # [07:35] * Quits: erikvold (erikvold@moz-FEB0D3F0.bchsia.telus.net) (Quit: erikvold)
  975. # [07:35] * Quits: pcwalton (pcwalton@moz-481A040C.hsd1.ca.comcast.net) (Ping timeout)
  976. # [07:36] * Joins: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net)
  977. # [07:36] * ChanServ sets mode: +o dveditz
  978. # [07:38] * Quits: MrMazda (fmcz@moz-A5D13CA.cable.mindspring.com) (Quit: ChatZilla 0.9.89 [SeaMonkey 2.7.2/20130108110556])
  979. # [07:38] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Quit: Leaving.)
  980. # [07:39] * Joins: thinker (user@moz-D921FE60.dynamic.kbronet.com.tw)
  981. # [07:41] * Joins: Optimizer (Instantbir@9D88CC50.62837B7B.1807BA01.IP)
  982. # [07:42] * Joins: erikvold (erikvold@moz-FEB0D3F0.bchsia.telus.net)
  983. # [07:43] * Joins: danielapetrovici (danielapet@601F3B17.33662590.A5830293.IP)
  984. # [07:45] * bz is now known as bz_sleep
  985. # [07:46] * Quits: erikvold (erikvold@moz-FEB0D3F0.bchsia.telus.net) (Quit: erikvold)
  986. # [07:46] * Joins: andersh (andersh@moz-F94741AD.bredband.3.dk)
  987. # [07:47] * Quits: @dbaron (dbaron@moz-6A662ACD.bb.sky.com) (Ping timeout)
  988. # [07:48] * Joins: pranavrc (pranavrc@D7329F50.98CA9F9E.520CDC98.IP)
  989. # [07:50] * Quits: bdahl (bdahl@moz-D7CB09C3.dsl.dynamic.sonic.net) (Client exited)
  990. # [07:52] * Joins: MrMazda (fmcz@moz-A5D13CA.cable.mindspring.com)
  991. # [07:52] * Joins: maikmerten (merten@moz-E254386D.cs.uni-dortmund.de)
  992. # [07:53] * Quits: gandalf (zbraniecki@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: My lid went down)
  993. # [07:55] * Joins: jammink (textual@7022D6FE.D3786173.DD630FEE.IP)
  994. # [07:55] * Joins: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de)
  995. # [07:56] * Joins: tanvi (tanvi@moz-9440AA69.hsd1.ca.comcast.net)
  996. # [07:57] * Joins: MrDHat (quassel@18122A85.88801528.FD6A0EFF.IP)
  997. # [07:58] * Joins: danielapetrovici_ (danielapet@601F3B17.33662590.A5830293.IP)
  998. # [07:58] * Quits: danielapetrovici (danielapet@601F3B17.33662590.A5830293.IP) (Ping timeout)
  999. # [07:58] <@dolske> permasheriffs: http://www.reddit.com/r/AdviceAnimals/comments/16l50r/when_im_in_a_good_mood_while_driving/ (repurposed)
  1000. # [07:58] * Quits: Sander (chatzilla@82CAA561.4B885322.61FF931A.IP) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  1001. # [08:00] * Joins: victorporof (victorporo@E4295265.F695A43D.79933D60.IP)
  1002. # [08:00] <nigelb> Is that a highlight?
  1003. # [08:01] <nigelb> Ahahaha
  1004. # [08:01] <nigelb> nice.
  1005. # [08:01] * mattwoodrow|away is now known as mattwoodrow
  1006. # [08:01] * Joins: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1007. # [08:04] * Quits: joe (jdrew@moz-38D685D4.woot.net) (Ping timeout)
  1008. # [08:04] * Quits: vlad (vlad@moz-97F0FD4D.members.linode.com) (Ping timeout)
  1009. # [08:04] * Quits: ivan (ivan@moz-531C3EC9.members.linode.com) (Ping timeout)
  1010. # [08:04] * Quits: jhford (jhford@moz-D8988180.org) (Ping timeout)
  1011. # [08:04] * Quits: BenWa (BenWa@moz-B9E3729F.members.linode.com) (Ping timeout)
  1012. # [08:04] * Quits: aki|away (aki@moz-A18C1E59.members.linode.com) (Ping timeout)
  1013. # [08:04] * Quits: Jasper (jstpierre@moz-A406D4F8.coderinserepeat.com) (Ping timeout)
  1014. # [08:04] * Quits: vladan-afk (vladan@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  1015. # [08:04] * Joins: aki (aki@moz-A18C1E59.members.linode.com)
  1016. # [08:04] * Joins: jhford (jhford@moz-D8988180.org)
  1017. # [08:05] * Joins: joe (jdrew@moz-38D685D4.woot.net)
  1018. # [08:05] * aki is now known as aki|away
  1019. # [08:05] * Joins: Jasper (jstpierre@moz-A406D4F8.coderinserepeat.com)
  1020. # [08:05] * Joins: ivan (ivan@moz-531C3EC9.members.linode.com)
  1021. # [08:05] * Quits: vikash (vikash@88FE4FC8.18C7E222.A3D1B221.IP) (Ping timeout)
  1022. # [08:05] * Joins: vlad (vlad@moz-97F0FD4D.members.linode.com)
  1023. # [08:05] * Quits: DGMurdockIII (DGMurdockI@moz-F1247A16.hsd1.in.comcast.net) (Quit: ChatZilla 0.9.89 [Firefox 18.0/20130104151925])
  1024. # [08:06] * Joins: BenWa (BenWa@moz-B9E3729F.members.linode.com)
  1025. # [08:06] * Joins: vladan (vladan@F2D29657.F60B0462.67AC9B1.IP)
  1026. # [08:06] * Joins: vikash (vikash@88FE4FC8.18C7E222.A3D1B221.IP)
  1027. # [08:07] * Joins: vchang (Vincent@moz-99690620.hinet-ip.hinet.net)
  1028. # [08:08] * Joins: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  1029. # [08:12] * Quits: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net) (Quit: jorendorff)
  1030. # [08:12] * Quits: Ryan (rflint@moz-A287E317.com) (Ping timeout)
  1031. # [08:12] * Quits: reed (reed@tech.monkey) (Ping timeout)
  1032. # [08:12] * Quits: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1033. # [08:14] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d18a896bcde6 - Makoto Kato - Bug 827701 - Remove curl check from configure. r=ted
  1034. # [08:14] * Joins: reed (reed@tech.monkey)
  1035. # [08:15] * Joins: stransky (stransky@moz-E09B938B.net.upcbroadband.cz)
  1036. # [08:16] * Joins: Ryan (rflint@moz-A287E317.com)
  1037. # [08:17] <gps> is it just me, or is the build infra really slow right now?
  1038. # [08:18] * Quits: MrDHat (quassel@18122A85.88801528.FD6A0EFF.IP) (Client exited)
  1039. # [08:20] * Quits: past (Instantbir@moz-7AC89C5C.dsl.dyn.forthnet.gr) (Ping timeout)
  1040. # [08:22] * Quits: scenor (Thunderbir@moz-876A3189.wireless.dyn.drei.com) (Quit: scenor)
  1041. # [08:23] <philor> gps: stay off the linux32 and b2g emulator tests, and it wouldn't be
  1042. # [08:23] * Joins: scenor (Thunderbir@moz-876A3189.wireless.dyn.drei.com)
  1043. # [08:24] * Joins: past (Instantbir@moz-16F5829C.dsl.dyn.forthnet.gr)
  1044. # [08:24] <gps> philor: that's what I'm waiting for - linux32 bc. wait time seems to be >1 hr
  1045. # [08:25] * Quits: @smaug (chatzilla@moz-7ACEA4.pp.htv.fi) (Ping timeout)
  1046. # [08:26] * Joins: RealRaven (Thunderbir@ABFA9079.11F68F7A.27F80FAC.IP)
  1047. # [08:26] * Quits: smooney_ (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney_)
  1048. # [08:27] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  1049. # [08:27] * Joins: gandalf (zbraniecki@moz-4F155DA6.hsd1.ca.comcast.net)
  1050. # [08:30] * Joins: pascalc (chatzilla@moz-446F98C8.fbxo.proxad.net)
  1051. # [08:31] * Joins: nhirata (anonymous@moz-F8747CC6.dsl.ovh.fr)
  1052. # [08:32] * janv_ is now known as janv
  1053. # [08:33] <philor> yeah, they didn't get turned back on because we had adequate capacity, they just got turned on because b2g no longer needed to steal them for emulator tests quite as badly as they did last week
  1054. # [08:39] * philor is now known as philor|away
  1055. # [08:39] * Quits: dzbarsky (Adium@moz-5B55CC5F.phlapa.east.verizon.net) (Quit: Leaving.)
  1056. # [08:41] * Joins: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1057. # [08:41] * Joins: ferjm (ferjm@moz-23947203.red-88-0-242.dynamicip.rima-tde.net)
  1058. # [08:42] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/2fb031ef6180 - Marshall Culpepper - Bug 823695: Part 1 - Send update errors after the shell is ready in B2G. r=fabrice
  1059. # [08:42] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/7265493e26b0 - Dave Hylands - Bug 823695 - unsetenv LD_PRELOAD when running the updater. r=cjones
  1060. # [08:43] * Quits: vikash (vikash@88FE4FC8.18C7E222.A3D1B221.IP) (Ping timeout)
  1061. # [08:43] * Joins: vikash (vikash@88FE4FC8.18C7E222.A3D1B221.IP)
  1062. # [08:44] * Quits: tanvi (tanvi@moz-9440AA69.hsd1.ca.comcast.net) (Quit: Leaving.)
  1063. # [08:46] * Quits: michal (michal@moz-6CE1017D.broadband17.iol.cz) (Ping timeout)
  1064. # [08:48] * Joins: dzbarsky (Adium@moz-5B55CC5F.phlapa.east.verizon.net)
  1065. # [08:49] * Joins: dzbarsky1 (Adium@moz-5B55CC5F.phlapa.east.verizon.net)
  1066. # [08:49] * Quits: dzbarsky (Adium@moz-5B55CC5F.phlapa.east.verizon.net) (Connection reset by peer)
  1067. # [08:49] * Quits: jammink (textual@7022D6FE.D3786173.DD630FEE.IP) (Quit: Computer has gone to sleep.)
  1068. # [08:50] * Quits: seth (seth@moz-D840E602.dsl.static.sonic.net) (Quit: seth)
  1069. # [08:50] * Quits: gandalf (zbraniecki@moz-4F155DA6.hsd1.ca.comcast.net) (Quit: I took the wrong pill!!!)
  1070. # [08:53] * Quits: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1071. # [08:53] * mattwoodrow is now known as mattwoodrow|away
  1072. # [08:54] * Joins: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP)
  1073. # [08:56] * Joins: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  1074. # [08:57] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/657519272d56 - Oleg Romashin - Bug 824428 - Add Environment option which would allow to use Tiled Thebes Layers. r=bgirard
  1075. # [08:57] * Joins: imphil (philipp@moz-5D4F00E3.dynamic.eduroam.mwn.de)
  1076. # [08:57] * Joins: dbaron (dbaron@moz-6A662ACD.bb.sky.com)
  1077. # [08:57] * ChanServ sets mode: +o dbaron
  1078. # [08:58] * Joins: nrc (nrc@moz-B2C2EC73.cable.virginmedia.com)
  1079. # [08:58] * whimboo|afk is now known as whimboo
  1080. # [08:58] * Joins: Goldorak (chatzilla@7CD1B470.2BC633E3.88CF6591.IP)
  1081. # [09:03] * Joins: pnemsak (Miranda@moz-BE85878E.citicom.sk)
  1082. # [09:06] * Joins: Stan (Stan@moz-EF88A928.dip.t-dialin.net)
  1083. # [09:07] * Quits: Stan_ (Stan@moz-8086BCB5.dip.t-dialin.net) (Ping timeout)
  1084. # [09:11] * Joins: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net)
  1085. # [09:12] * dhylands is now known as dhylands|zzz
  1086. # [09:12] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  1087. # [09:14] * Quits: imphil (philipp@moz-5D4F00E3.dynamic.eduroam.mwn.de) (Input/output error)
  1088. # [09:15] * Joins: jhorak (jhorak@moz-107AD163.redhat.com)
  1089. # [09:15] * Joins: jfkthame (jfkthame@2B12A728.FB47D00B.9542EC20.IP)
  1090. # [09:16] * Joins: Ms2ger (Ms2ger@2BE1296A.E24D5586.3773EA9F.IP)
  1091. # [09:18] * mattwoodrow|away is now known as mattwoodrow
  1092. # [09:19] * Quits: cpearce (cpearce@moz-A1E28DBA.xdsl.xnet.co.nz) (Ping timeout)
  1093. # [09:20] <firebot> Check-in:
  1094. # [09:20] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/5d19aad2dab3 - Simon Montagu - Make DoesNotParticipateInAutoDirection return true for non-HTML elements; and make WalkDescendantsSetDirAuto consistent with SetDirOnBind. Bug 829428, r=ehsan
  1095. # [09:20] * baku|away is now known as baku
  1096. # [09:20] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/af13d04d949e - Simon Montagu - Test for bug 829428, rs=ehsan
  1097. # [09:22] * Joins: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1098. # [09:23] * Joins: TheOne (one@moz-4ED76071.dip0.t-ipconnect.de)
  1099. # [09:24] * Quits: nrc (nrc@moz-B2C2EC73.cable.virginmedia.com) (Ping timeout)
  1100. # [09:25] * Joins: Neil (neil@moz-7E027EE5.cable.virginmedia.com)
  1101. # [09:25] * Neil is now known as NeilZZZ
  1102. # [09:27] * Joins: marcoz (marco.zehe@moz-5B009B16.dip.t-dialin.net)
  1103. # [09:30] * Joins: twi (Adium@4B8FCCF0.8AAAF769.FAAB0799.IP)
  1104. # [09:31] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  1105. # [09:31] * ChanServ sets mode: +o roc
  1106. # [09:31] * Joins: gcp (gcp@moz-D0E475EA.access.telenet.be)
  1107. # [09:31] * Quits: Optimizer (Instantbir@9D88CC50.62837B7B.1807BA01.IP) (Connection reset by peer)
  1108. # [09:31] * Joins: Optimizer (Instantbir@D4A3BB78.9CB844E6.AA3EB577.IP)
  1109. # [09:31] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/65747e07d9df - Jan de Mooij - Bug 830369 - Refactor ScriptDebugPrologue and ScriptDebugEpilogue to use AbstractFramePtr. r=djvj
  1110. # [09:32] * glob is now known as glob|away
  1111. # [09:34] * Quits: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1112. # [09:34] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/fd642fb004e6 - David Zbarsky - Bug 830231 - Remove nsIDOMDOM(Settable)TokenList r=bz
  1113. # [09:36] * Quits: dzbarsky1 (Adium@moz-5B55CC5F.phlapa.east.verizon.net) (Quit: Leaving.)
  1114. # [09:36] * Quits: llmelon (chatzilla@moz-54593027.tm.net.my) (Quit: ChatZilla 0.9.89 [Firefox 17.0.1/20121128204232])
  1115. # [09:38] * Standard8 is now known as Standard8Away
  1116. # [09:38] * Quits: Standard8Away (Standard8@B7F1AE36.48015583.54C3481B.IP) (Quit: ZNC - http://znc.in)
  1117. # [09:41] * Quits: @dbaron (dbaron@moz-6A662ACD.bb.sky.com) (Ping timeout)
  1118. # [09:41] * Joins: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  1119. # [09:43] * Joins: smagnin (pike@moz-8CEB8724.fbx.proxad.net)
  1120. # [09:44] * Quits: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net) (Quit: PM: Preparing frontal lobe for mem sleep)
  1121. # [09:48] * Joins: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu)
  1122. # [09:48] * Quits: nattokirai (nattokirai@moz-E695CB86.dynamic.ppp.asahi-net.or.jp) (Quit: nattokirai)
  1123. # [09:50] * Quits: thinker (user@moz-D921FE60.dynamic.kbronet.com.tw) (Client exited)
  1124. # [09:51] * Joins: thinker (user@moz-D921FE60.dynamic.kbronet.com.tw)
  1125. # [09:55] * Joins: michal (michal@moz-6CE1017D.broadband17.iol.cz)
  1126. # [09:55] * mattwoodrow is now known as mattwoodrow|away
  1127. # [09:56] * Quits: cilias (cilias@moz-D65C0C74.cpe.net.cable.rogers.com) (Quit: cilias)
  1128. # [09:57] * Quits: @dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net) (Ping timeout)
  1129. # [09:57] * Quits: birtles (chatzilla@moz-348F61F0.mozilla.or.jp) (Quit: ChatZilla 0.9.89-rdmsoft [XULRunner 1.9.0.17/2009122204])
  1130. # [09:57] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  1131. # [09:58] * Quits: cjones (cjones@moz-45913895.socal.res.rr.com) (Quit: Leaving)
  1132. # [09:58] * Quits: njn (chatzilla@moz-B89999FF.dyn.iinet.net.au) (Quit: ChatZilla 0.9.89 [Firefox 21.0a1/20130113141130])
  1133. # [09:59] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/1b0a240102ee - Nicholas Nethercote - Bug 797808 - Add an ellipsis to about:support's "Reset $BROWSER" button. r=dao.
  1134. # [09:59] * Joins: Sander (chatzilla@82CAA561.4B885322.61FF931A.IP)
  1135. # [10:00] * Joins: clee (clee@moz-E3C0B5D0.hsd1.ca.comcast.net)
  1136. # [10:00] * mattwoodrow|away is now known as mattwoodrow
  1137. # [10:02] * Joins: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1138. # [10:04] * Joins: surkov (surkov@15CE54FC.CE67D555.26B1D6E2.IP)
  1139. # [10:06] * Joins: msucan (mihai@CDEB00D4.8819A7BF.BD62875.IP)
  1140. # [10:07] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d533ba255bbb - Jonathan Kew - bug 829523 - disable font hinting on b2g, but retain pixel-snapped metrics except in the browser app. r=cjones
  1141. # [10:08] * Joins: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP)
  1142. # [10:09] * Quits: marcoz (marco.zehe@moz-5B009B16.dip.t-dialin.net) (Quit: Leaving.)
  1143. # [10:14] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/6c19a1833693 - Mike Hommey - Bug 830326 - Get rid of warnings in the custom linker code. r=nfroyd
  1144. # [10:14] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/136b90350752 - Mike Hommey - Bug 830295 - Avoid RefPtr<LibHandle> triggering recursive calls to ~CustomElf, and use it in the linker segfault handler. r=nfroyd
  1145. # [10:14] * Quits: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1146. # [10:14] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/d56a171a1325 - Mike Hommey - Bug 826992 - Avoid hardcoded clientId in SafeBrowsing.jsm. r=Mossop,r=mfinkle,r=gcp
  1147. # [10:14] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/1c7bdeefa8ee - Mike Hommey - Bug 830315 - Don't enable MOZ_FINAL and MOZ_DELETE on clang unless compiling as C++11. r=Waldo
  1148. # [10:15] * Joins: garnacho (carlos@moz-D7EB88C7.dyn.user.ono.com)
  1149. # [10:18] * capella|zzzz is now known as capella
  1150. # [10:19] * baku is now known as baku|away
  1151. # [10:22] * Quits: sfink (chatzilla@moz-62DCBA87.dsl.pltn13.sbcglobal.net) (Ping timeout)
  1152. # [10:22] * Joins: dbaron (dbaron@88F51059.F3BBB17D.144F44FA.IP)
  1153. # [10:22] * ChanServ sets mode: +o dbaron
  1154. # [10:23] * Joins: gavinlai (gavin@moz-99690620.hinet-ip.hinet.net)
  1155. # [10:26] * Joins: tzimmermann (tzimmerman@moz-EE0F31CC.pools.arcor-ip.net)
  1156. # [10:26] * Joins: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  1157. # [10:27] <glandium> it looks like bug 830231 needs a clobber
  1158. # [10:31] * Quits: Sander (chatzilla@82CAA561.4B885322.61FF931A.IP) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  1159. # [10:31] * baku|away is now known as baku
  1160. # [10:32] * Quits: yury (yury@moz-68731345.ok.ok.cox.net) (Ping timeout)
  1161. # [10:32] * Joins: yury (yury@moz-68731345.ok.ok.cox.net)
  1162. # [10:40] * mattwoodrow is now known as mattwoodrow|away
  1163. # [10:42] * Joins: nrc (nrc@88F51059.F3BBB17D.144F44FA.IP)
  1164. # [10:42] * Quits: surkov (surkov@15CE54FC.CE67D555.26B1D6E2.IP) (Ping timeout)
  1165. # [10:43] * Joins: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1166. # [10:43] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  1167. # [10:43] * Quits: @dbaron (dbaron@88F51059.F3BBB17D.144F44FA.IP) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  1168. # [10:43] * Joins: dbaron (dbaron@88F51059.F3BBB17D.144F44FA.IP)
  1169. # [10:43] * ChanServ sets mode: +o dbaron
  1170. # [10:47] * Quits: Fallen|away (Fallen@moz-F0262F50.ch) (Ping timeout)
  1171. # [10:48] * Joins: Fallen|away (Fallen@moz-F0262F50.ch)
  1172. # [10:48] * Quits: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com) (Connection reset by peer)
  1173. # [10:48] * Quits: @dbaron (dbaron@88F51059.F3BBB17D.144F44FA.IP) (Ping timeout)
  1174. # [10:49] * Joins: dbaron (dbaron@88F51059.F3BBB17D.144F44FA.IP)
  1175. # [10:49] * ChanServ sets mode: +o dbaron
  1176. # [10:50] * Joins: mak (chatzilla@moz-35A66F5E.retail.telecomitalia.it)
  1177. # [10:52] * Quits: darkowlzz (darkowlzz@85461E32.772709DB.9DA13C14.IP) (Ping timeout)
  1178. # [10:52] * Quits: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Connection reset by peer)
  1179. # [10:52] * Joins: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  1180. # [10:53] * Joins: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com)
  1181. # [10:55] * Quits: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1182. # [10:56] * Quits: capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com) (Connection reset by peer)
  1183. # [10:56] * Joins: capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com)
  1184. # [10:57] * Quits: TheOne (one@moz-4ED76071.dip0.t-ipconnect.de) (Input/output error)
  1185. # [10:57] * NeilAway wonders when SetAttribute throws
  1186. # [10:57] * Quits: NeilZZZ (neil@moz-7E027EE5.cable.virginmedia.com) (Ping timeout)
  1187. # [11:00] * Joins: edmorley (edmorley@moz-90F42104.range86-166.btcentralplus.com)
  1188. # [11:00] * Quits: edmorley (edmorley@moz-90F42104.range86-166.btcentralplus.com) (Input/output error)
  1189. # [11:00] * Joins: edmorley (edmorley@moz-90F42104.range86-166.btcentralplus.com)
  1190. # [11:01] * Quits: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Connection reset by peer)
  1191. # [11:01] * Joins: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  1192. # [11:02] * Quits: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Connection reset by peer)
  1193. # [11:03] * Joins: jacek (jacek@moz-5D707D3B.psi.wroc.pl)
  1194. # [11:03] * Joins: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  1195. # [11:06] * Joins: jdm (jdm@moz-F8747CC6.dsl.ovh.fr)
  1196. # [11:06] <Ms2ger> NeilAway, I bet you can make it throw with MutationEvents
  1197. # [11:06] * Quits: Optimizer (Instantbir@D4A3BB78.9CB844E6.AA3EB577.IP) (Connection reset by peer)
  1198. # [11:06] * Joins: Optimizer (Instantbir@D4A3BB78.9CB844E6.AA3EB577.IP)
  1199. # [11:08] * Quits: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Connection reset by peer)
  1200. # [11:08] * Joins: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  1201. # [11:10] * Quits: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Connection reset by peer)
  1202. # [11:11] * Joins: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  1203. # [11:11] * Joins: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  1204. # [11:13] * Quits: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Ping timeout)
  1205. # [11:13] * Joins: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  1206. # [11:13] * Joins: mwargers (chatzilla@moz-AF369B35.adsl.online.nl)
  1207. # [11:14] * ewong is now known as ewong|away
  1208. # [11:14] * Quits: clee (clee@moz-E3C0B5D0.hsd1.ca.comcast.net) (Quit: clee)
  1209. # [11:15] <glandium> edmorley: i think you just need to clobber the tree
  1210. # [11:15] <glandium> (for m-i)
  1211. # [11:15] <edmorley> ok, ta
  1212. # [11:15] <edmorley> sorting out the marionette breakage first
  1213. # [11:15] <edmorley> yey for coalescing
  1214. # [11:15] * Quits: stransky (stransky@moz-E09B938B.net.upcbroadband.cz) (Quit: Connection reset by beer)
  1215. # [11:16] * Quits: Fallen|away (Fallen@moz-F0262F50.ch) (Ping timeout)
  1216. # [11:17] <glandium> philor filed 830622 for the marionette breakage apparently
  1217. # [11:18] * Joins: Fallen|away (Fallen@moz-F0262F50.ch)
  1218. # [11:19] * Quits: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Connection reset by peer)
  1219. # [11:19] * Joins: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  1220. # [11:19] <edmorley> glandium: it's permaorange
  1221. # [11:19] <edmorley> linux only
  1222. # [11:20] * Quits: Fallen|away (Fallen@moz-F0262F50.ch) (Ping timeout)
  1223. # [11:21] * Joins: Fallen|away (Fallen@moz-F0262F50.ch)
  1224. # [11:22] * Joins: andreasn (andreasn@moz-8A84C28A.bredband.comhem.se)
  1225. # [11:22] <glandium> edmorley: this one looks very similar and is on mac https://tbpl.mozilla.org/php/getParsedLog.php?id=18796626&tree=Mozilla-Inbound
  1226. # [11:22] <edmorley> yeah saw that
  1227. # [11:22] <edmorley> I was hoping the backout of the linux permaorange would fix both
  1228. # [11:23] <edmorley> either way, there is absolutely no point in running these tests if we don't clsoe the tree and back things out when they go permaorange :-)
  1229. # [11:23] <Ms2ger> There is a point to running those tests? ;)
  1230. # [11:24] <edmorley> it's just unfortunate marionette has been less than reliable so far, otherwise the permaorange would have been more obvious from the outset
  1231. # [11:24] * Joins: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1232. # [11:24] <edmorley> Ms2ger: well...
  1233. # [11:24] <edmorley> :-)
  1234. # [11:24] * Quits: errstr (trane@4B6E818F.DF074373.4372BB76.IP) (Ping timeout)
  1235. # [11:24] * Quits: Fallen|away (Fallen@moz-F0262F50.ch) (Ping timeout)
  1236. # [11:24] <hsivonen> Do we have the mochitest http server running during mochitest-browser-chrome?
  1237. # [11:25] * Joins: smaug (chatzilla@moz-E76EF78A.elisa-mobile.fi)
  1238. # [11:25] * ChanServ sets mode: +o smaug
  1239. # [11:25] * Quits: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Ping timeout)
  1240. # [11:25] * Joins: errstr (trane@4B6E818F.DF074373.4372BB76.IP)
  1241. # [11:25] * Joins: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  1242. # [11:26] * Joins: rlewis (Thunderbir@moz-D47321EC.cable.virginmedia.com)
  1243. # [11:26] * Joins: Fallen|away (Fallen@moz-F0262F50.ch)
  1244. # [11:27] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  1245. # [11:27] <glandium> edmorley: how could it be more obvious when the test runs like once every ten commits
  1246. # [11:27] <edmorley> glandium: because a retrigger would have been performed before filing as a new intermittent bug
  1247. # [11:27] <@dbaron> edmorley, btw, are you in the London office today?
  1248. # [11:28] <Yoric> Do we have a way to test whether something has been output with dump?
  1249. # [11:28] <edmorley> dbaron: yes, heading in once I get this sorted :-)
  1250. # [11:28] <Yoric> This is for testing a logging-related bug.
  1251. # [11:28] * Joins: marcoz (marco.zehe@moz-5B009B16.dip.t-dialin.net)
  1252. # [11:28] <Yoric> s/bug/patch/
  1253. # [11:28] <Ms2ger> Yoric, doubt it
  1254. # [11:28] <Yoric> (preferably in JS)
  1255. # [11:28] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  1256. # [11:28] <Yoric> Yeah, so do I.
  1257. # [11:29] <Ms2ger> If you want to test that something isn't output, just put TEST-UNEXPECTED-FAIL in :)
  1258. # [11:29] * Quits: Fallen|away (Fallen@moz-F0262F50.ch) (Ping timeout)
  1259. # [11:29] * NeilAway wonders whether the "fail on no tests" reads the output or works from the calls to SimpleTest
  1260. # [11:30] <Ms2ger> SimpleTest calls, I believe
  1261. # [11:30] <hsivonen> apparently we do have the server running. the test that I am looking at just doesn't bother to make good use of it
  1262. # [11:31] * Joins: Fallen|away (Fallen@moz-F0262F50.ch)
  1263. # [11:31] * Joins: vingtetun (vingtetun@moz-F8747CC6.dsl.ovh.fr)
  1264. # [11:33] * Quits: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Ping timeout)
  1265. # [11:33] <Yoric> Ms2ger: Nice hack :)
  1266. # [11:34] * Joins: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  1267. # [11:34] <Ms2ger> Yoric, note: I do not encourage its use, and would like to break it at one point ;)
  1268. # [11:34] <Yoric> :)
  1269. # [11:35] * Quits: Fallen|away (Fallen@moz-F0262F50.ch) (Ping timeout)
  1270. # [11:35] * Joins: Mic (Instantbir@moz-58C50214.superkabel.de)
  1271. # [11:36] * Quits: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1272. # [11:36] * Quits: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Ping timeout)
  1273. # [11:36] * Quits: pnemsak (Miranda@moz-BE85878E.citicom.sk) (Quit: pnemsak)
  1274. # [11:36] * Joins: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  1275. # [11:37] * Joins: Fallen|away (Fallen@moz-F0262F50.ch)
  1276. # [11:37] * Quits: scenor (Thunderbir@moz-876A3189.wireless.dyn.drei.com) (Quit: scenor)
  1277. # [11:37] * Quits: jcv (john@moz-9DD98F0F.cable.mindspring.com) (Ping timeout)
  1278. # [11:38] * Quits: ferongr (ferongr@moz-FBA13D7A.dsl.dyn.forthnet.gr) (Ping timeout)
  1279. # [11:38] <mak> edmorley: actually the windows build failures are reporting <export>: Found error
  1280. # [11:38] <mak> <../../../dist/include/nsIDOMHTMLOutputElement.h>: Found error, that may come from fd642fb004e6, though I don't see anything wrong in that... maybe it just needs a clobber
  1281. # [11:39] * Quits: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Ping timeout)
  1282. # [11:40] * Joins: ferongr (ferongr@moz-40F0DAF7.dsl.dyn.forthnet.gr)
  1283. # [11:40] * Joins: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  1284. # [11:42] <glandium> mak: that's what i said an hour ago ;)
  1285. # [11:42] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  1286. # [11:42] * mak enters the time machine
  1287. # [11:43] * Quits: masayuki1 (Thunderbir@moz-7D12E61F.ppp11.odn.ad.jp) (Ping timeout)
  1288. # [11:43] <mak> ah it's true!
  1289. # [11:43] <mak> glandium: did you clobber already?
  1290. # [11:43] <glandium> mak: no
  1291. # [11:44] <edmorley> I have
  1292. # [11:44] <edmorley> and now retriggered
  1293. # [11:44] <glandium> isn't it one of these occasions where we should commit a change to the CLOBBER file?
  1294. # [11:44] <edmorley> just finishing up with the marionette breakage
  1295. # [11:44] <edmorley> glandium: yes, if it fixes it
  1296. # [11:44] <mak> ok ok, I see my help is not welcome this morning :)
  1297. # [11:45] <edmorley> mak: your help is always welcome :-)
  1298. # [11:45] <Ms2ger> Just not useful :)
  1299. # [11:45] * Quits: @smaug (chatzilla@moz-E76EF78A.elisa-mobile.fi) (Ping timeout)
  1300. # [11:45] * edmorley thwaps Ms2ger
  1301. # [11:45] * Ms2ger hugs Edgar
  1302. # [11:45] * Quits: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Connection reset by peer)
  1303. # [11:45] * Joins: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  1304. # [11:46] <edmorley> my money is on bug 826111 for the marionette breakge (retriggers pending, have bumped priority, but may still be a while)
  1305. # [11:46] * mak goes away crying
  1306. # [11:46] * Ms2ger passes mak icecream
  1307. # [11:47] * mak licks icecream
  1308. # [11:48] * Joins: sewardj (sewardj@moz-EC32B86.dip.t-dialin.net)
  1309. # [11:50] * Quits: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Ping timeout)
  1310. # [11:50] * Joins: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  1311. # [11:51] * Quits: ferongr (ferongr@moz-40F0DAF7.dsl.dyn.forthnet.gr) (Ping timeout)
  1312. # [11:51] * Quits: Fallen|away (Fallen@moz-F0262F50.ch) (Ping timeout)
  1313. # [11:53] * Joins: Fallen|away (Fallen@moz-F0262F50.ch)
  1314. # [11:55] * Quits: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Connection reset by peer)
  1315. # [11:55] * Joins: stransky (stransky@moz-107AD163.redhat.com)
  1316. # [11:55] * Joins: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  1317. # [11:58] * AutomatedTester|away is now known as AutomatedTester
  1318. # [12:03] * Quits: rniwa (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net) (Quit: rniwa)
  1319. # [12:05] * Joins: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1320. # [12:05] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/85ccfb160eb0 - Ed Morley - Backout a5b75feea6dd (bug 826111) on suspicion of breaking marionette on linux on a CLOSED TREE
  1321. # [12:06] * Joins: randix_ (rdow@moz-EED5EBCB.dhcp.mdfd.or.charter.com)
  1322. # [12:06] * Quits: randix (rdow@moz-EED5EBCB.dhcp.mdfd.or.charter.com) (Connection reset by peer)
  1323. # [12:06] * randix_ is now known as randix
  1324. # [12:07] * Joins: Sander (chatzilla@82CAA561.4B885322.61FF931A.IP)
  1325. # [12:07] * Joins: pnemsak (Miranda@moz-BE85878E.citicom.sk)
  1326. # [12:16] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  1327. # [12:17] * Joins: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  1328. # [12:17] * Quits: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1329. # [12:21] * Joins: surkov (surkov@B23F888E.CE67D555.26B1D6E2.IP)
  1330. # [12:22] * Quits: Mic (Instantbir@moz-58C50214.superkabel.de) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  1331. # [12:22] * Joins: Mic (Instantbir@moz-58C50214.superkabel.de)
  1332. # [12:23] * Quits: Mic (Instantbir@moz-58C50214.superkabel.de) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  1333. # [12:25] * Quits: surkov (surkov@B23F888E.CE67D555.26B1D6E2.IP) (Ping timeout)
  1334. # [12:27] * Quits: Callek (chatzilla@8F761026.B5EF4AF6.E96CA9D8.IP) (Ping timeout)
  1335. # [12:27] * Joins: graememcc (chatzilla@moz-2F877331.range86-160.btcentralplus.com)
  1336. # [12:28] * Quits: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Ping timeout)
  1337. # [12:28] * Joins: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  1338. # [12:33] * Quits: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Connection reset by peer)
  1339. # [12:34] * Joins: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  1340. # [12:37] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
  1341. # [12:37] * ChanServ sets mode: +o smaug
  1342. # [12:37] * Quits: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Connection reset by peer)
  1343. # [12:38] * Joins: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  1344. # [12:39] * Quits: decoder (quassel@moz-216446B9.own-hero.net) (Ping timeout)
  1345. # [12:39] * Joins: decoder (quassel@moz-216446B9.own-hero.net)
  1346. # [12:40] * Quits: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Connection reset by peer)
  1347. # [12:41] * Joins: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  1348. # [12:42] * Quits: Optimizer (Instantbir@D4A3BB78.9CB844E6.AA3EB577.IP) (Connection reset by peer)
  1349. # [12:42] * Quits: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1350. # [12:42] * Joins: darkowlzz (darkowlzz@CDEEF7D3.29D3E436.5700D73F.IP)
  1351. # [12:44] * Quits: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Connection reset by peer)
  1352. # [12:44] * Joins: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  1353. # [12:45] * Joins: naveed (nihsanulla@moz-E0791328.bstnma.fios.verizon.net)
  1354. # [12:45] * Quits: andreasn (andreasn@moz-8A84C28A.bredband.comhem.se) (Ping timeout)
  1355. # [12:46] * Joins: Optimizer (Instantbir@D4A3BB78.9CB844E6.AA3EB577.IP)
  1356. # [12:46] * Joins: andersh_ (andersh@moz-5BF371B3.bredband.oister.dk)
  1357. # [12:46] * Joins: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1358. # [12:47] * Quits: andersh (andersh@moz-F94741AD.bredband.3.dk) (Ping timeout)
  1359. # [12:47] * Quits: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Ping timeout)
  1360. # [12:47] * Joins: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  1361. # [12:53] * Quits: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Ping timeout)
  1362. # [12:54] * Joins: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  1363. # [12:55] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  1364. # [12:58] * Quits: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1365. # [12:59] * Quits: randix (rdow@moz-EED5EBCB.dhcp.mdfd.or.charter.com) (Connection reset by peer)
  1366. # [13:00] * Joins: randix (rdow@moz-EED5EBCB.dhcp.mdfd.or.charter.com)
  1367. # [13:00] * Quits: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Ping timeout)
  1368. # [13:01] * Joins: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  1369. # [13:01] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  1370. # [13:02] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1371. # [13:02] * Joins: andreasn (andreasn@moz-8A84C28A.bredband.comhem.se)
  1372. # [13:03] * mak is now known as mak|afk
  1373. # [13:05] * Joins: Callek (chatzilla@8F761026.B5EF4AF6.E96CA9D8.IP)
  1374. # [13:05] * Quits: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Connection reset by peer)
  1375. # [13:05] * Joins: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  1376. # [13:06] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/81a519d21a1e - Ed Morley - Bug 830231 - Modify CLOBBER file since this needed a clobber on Windows; r=me CLOSED TREE
  1377. # [13:06] * Joins: mikeratcliffe (mikeratcli@3C2D7927.7BADC02.7CCB197A.IP)
  1378. # [13:07] * Quits: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Connection reset by peer)
  1379. # [13:07] * Joins: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  1380. # [13:08] * Quits: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  1381. # [13:09] * Quits: trevorh (trevor@moz-D5E963BA.lns1.cha.bigpond.net.au) (Quit: Leaving.)
  1382. # [13:09] * Quits: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Ping timeout)
  1383. # [13:10] * Joins: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  1384. # [13:13] * Quits: andreasn (andreasn@moz-8A84C28A.bredband.comhem.se) (Quit: Ex-Chat)
  1385. # [13:14] * Quits: Sander (chatzilla@82CAA561.4B885322.61FF931A.IP) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  1386. # [13:14] * Joins: trevorh (trevor@moz-D5E963BA.lns1.cha.bigpond.net.au)
  1387. # [13:15] * Quits: vikash (vikash@88FE4FC8.18C7E222.A3D1B221.IP) (Ping timeout)
  1388. # [13:16] * Quits: sewardj (sewardj@moz-EC32B86.dip.t-dialin.net) (Ping timeout)
  1389. # [13:16] * Quits: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Ping timeout)
  1390. # [13:16] * Joins: sewardj (sewardj@moz-CB5043DD.dip.t-dialin.net)
  1391. # [13:17] * Joins: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  1392. # [13:18] * Quits: edmorley (edmorley@moz-90F42104.range86-166.btcentralplus.com) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  1393. # [13:19] * Joins: vikash (vikash@35666E5A.F2A26E35.A3D1B221.IP)
  1394. # [13:19] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  1395. # [13:20] * Joins: ciferkey (ciferkey@moz-C169D9B7.prvdri.fios.verizon.net)
  1396. # [13:20] * Joins: glazou (glazou@moz-204094DD.disruptive-innovations.fr)
  1397. # [13:21] <glazou> bonjour
  1398. # [13:21] * khuey|away is now known as khuey
  1399. # [13:22] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c26871bd5f5e - Mats Palmgren - Bug 786533 - X11/Xlibint.h defines 'min' and 'max' as macros which breaks any use of std::min/std::max. r=ehsan
  1400. # [13:22] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/b59c92bc4059 - Mats Palmgren - Bug 786533 - On Windows, one of the system header files (windef.h) defines 'min' and 'max' as macros which breaks any use of std::min/std::max. Define NOMINMAX before
  1401. # [13:22] <firebot> including system header files where needed to avoid defining those macros. r=ehsan
  1402. # [13:22] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/b9d9fc98561b - Mats Palmgren - Bug 786533 - Replace NS_MIN/NS_MAX in xpcom/ with XPCOM_MIN/XPCOM_MAX to prevent accidental use. r=ehsan
  1403. # [13:22] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/037363fa0258 - Mats Palmgren - Bug 786533 - Replace NS_MIN/NS_MAX with std::min/std::max and #include <algorithm> where needed. r=ehsan
  1404. # [13:22] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/04fb583963dc - Mats Palmgren - Bug 786533 - On OSX, one of the system header files (exception_defines.h) defines 'try' and 'catch' as macros which breaks @try/@catch. We need to #undef those before
  1405. # [13:23] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  1406. # [13:23] <firebot> using nsObjCExceptions.h. r=ehsan
  1407. # [13:23] * Quits: ciferkey (ciferkey@moz-C169D9B7.prvdri.fios.verizon.net) (Quit: )
  1408. # [13:24] * Quits: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Ping timeout)
  1409. # [13:24] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1410. # [13:25] * Joins: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  1411. # [13:26] * mak|afk is now known as mak
  1412. # [13:26] * Quits: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Connection reset by peer)
  1413. # [13:27] * Joins: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  1414. # [13:27] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  1415. # [13:27] * Quits: m_kato (m_kato@moz-348F61F0.mozilla.or.jp) (Quit: Leaving...)
  1416. # [13:27] * Joins: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1417. # [13:27] * @smaug would like to land a large-ish patch soon
  1418. # [13:27] * Quits: gerv (Instantbir@moz-8E68CF56.in-addr.arpa) (Ping timeout)
  1419. # [13:28] <@smaug> so if you can wait for few minutes before landing anything else to m-c
  1420. # [13:28] * Quits: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Ping timeout)
  1421. # [13:29] * Joins: Stan_ (Stan@moz-EF88A928.dip.t-dialin.net)
  1422. # [13:29] * Joins: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  1423. # [13:30] * Quits: Stan (Stan@moz-EF88A928.dip.t-dialin.net) (Ping timeout)
  1424. # [13:32] * Quits: pranavrc (pranavrc@D7329F50.98CA9F9E.520CDC98.IP) (Client exited)
  1425. # [13:32] * Quits: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Connection reset by peer)
  1426. # [13:32] * Quits: jprmc (jprmc@moz-542588AA.cpe.net.cable.rogers.com) (Ping timeout)
  1427. # [13:33] * Joins: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  1428. # [13:33] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/b695e94363b5 - Olli Pettay - Bug 825544: backout Bug 825544, Bug 825544, Bug 765192 and Bug 808035 to bring back the old .location=val behavior, r=bz
  1429. # [13:34] * Joins: gerv (Instantbir@moz-8E68CF56.in-addr.arpa)
  1430. # [13:34] * Quits: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Ping timeout)
  1431. # [13:35] * Joins: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  1432. # [13:36] * Quits: Goldorak (chatzilla@7CD1B470.2BC633E3.88CF6591.IP) (Ping timeout)
  1433. # [13:36] * Joins: Cwiiis (cwiiis@88F51059.F3BBB17D.144F44FA.IP)
  1434. # [13:36] * Quits: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1435. # [13:36] * Joins: Pike (Pike@moz-956D1177.pool.mediaways.net)
  1436. # [13:37] * Joins: FabioMagnoni (fabiomagno@moz-D10BCF83.dsl.telesp.net.br)
  1437. # [13:39] * Quits: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Ping timeout)
  1438. # [13:40] * Joins: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  1439. # [13:40] <@dbaron> smaug, people land on m-c rather than m-i? :-P
  1440. # [13:40] <@smaug> I use m-c :)
  1441. # [13:40] <@smaug> it is often so quiet
  1442. # [13:41] * Quits: sewardj (sewardj@moz-CB5043DD.dip.t-dialin.net) (Ping timeout)
  1443. # [13:42] * Quits: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Connection reset by peer)
  1444. # [13:43] * Joins: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  1445. # [13:43] * Joins: sewardj (sewardj@moz-9B96F45.dip.t-dialin.net)
  1446. # [13:43] * Quits: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP) (Ping timeout)
  1447. # [13:44] * Quits: bibo360 (bibo360@moz-3788DED8.signap.com) (Client exited)
  1448. # [13:45] * Quits: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Ping timeout)
  1449. # [13:46] * Joins: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  1450. # [13:52] <hsivonen> do load events from iframes fire on gBrowser.selectedBrowser?
  1451. # [13:52] * Joins: gustavold (gustavold@60268C9D.479307F0.FBFF2E6D.IP)
  1452. # [13:52] * Quits: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Ping timeout)
  1453. # [13:52] <@smaug> yes
  1454. # [13:53] <hsivonen> smaug: thanks.
  1455. # [13:53] <hsivonen> I wish I had know that earlier
  1456. # [13:53] <@smaug> hsivonen: load events are stopped whenever they reach a document object
  1457. # [13:53] * Joins: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  1458. # [13:53] <@smaug> so that document->defaultView propagation doesn't happen
  1459. # [13:54] <@smaug> page load event are dispatched to window object, not document
  1460. # [13:54] * Joins: Goldorak (chatzilla@7CD1B470.2BC633E3.88CF6591.IP)
  1461. # [13:54] <NeilAway> smaug: when an object is entirely webidl (no nsISupports) does it get collected by CC or GC?
  1462. # [13:54] <hsivonen> smaug: why does load for an iframe fire on gBrowser.selectedBrowser then?
  1463. # [13:55] <hsivonen> anyway, what's the correct way to say "run this function after the event loop has spun" in mochitest-browser-chrome?
  1464. # [13:55] <NeilAway> executeSoon
  1465. # [13:55] <hsivonen> NeilAway: thanks
  1466. # [13:56] <Callek> executeNowButNotTooSoon()
  1467. # [13:56] <gaston> i'm lost in timezones
  1468. # [13:56] <@smaug> hsivonen: events propagate from content windows to message manager, from which they propagate to "chrome event listener" which is usually xul:browser
  1469. # [13:56] * Joins: janv (varga@8F54C722.EEBE6C9.FA2E5C2.IP)
  1470. # [13:56] <gaston> 'tomorrow around noon PT' -> what does that mean in european time ?
  1471. # [13:57] <@smaug> NeilAway: nsISupports isn't the key
  1472. # [13:57] <hsivonen> smaug: is there a way to listen to "all content docshells in this browser have finished loading"?
  1473. # [13:57] <@smaug> refcounting is
  1474. # [13:57] * Quits: jfkthame (jfkthame@2B12A728.FB47D00B.9542EC20.IP) (Quit: jfkthame)
  1475. # [13:57] <hsivonen> clearly, "load" is not it
  1476. # [13:58] <@smaug> hsivonen: load event for the top level docshell fires after load of iframes have been completed
  1477. # [13:58] <@smaug> hsivonen: in the listener check the event target
  1478. # [13:58] <@smaug> event.target == toplevelwindow.document
  1479. # [13:58] <hsivonen> smaug: thanks
  1480. # [13:58] * Quits: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Connection reset by peer)
  1481. # [13:59] * Joins: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  1482. # [14:00] * Joins: Mic (Instantbir@moz-58C50214.superkabel.de)
  1483. # [14:01] <hsivonen> smaug: success! thank you.
  1484. # [14:01] * Quits: Callek (chatzilla@8F761026.B5EF4AF6.E96CA9D8.IP) (Ping timeout)
  1485. # [14:01] * Quits: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Ping timeout)
  1486. # [14:01] <hsivonen> this was unnecessarily non-obvious, though. :-(
  1487. # [14:01] <NeilAway> gaston: 20:00-22:00?
  1488. # [14:02] * Joins: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  1489. # [14:02] <gaston> thanks
  1490. # [14:03] <NeilAway> smaug: hmm, I'm just wondering about some of those objects that have no C++ consumers, so their only refcount is from JS
  1491. # [14:03] <@smaug> hsivonen: load event is odd. I tried to make it work sanely 2006, but it was obvious that fixing it was too late, and now the current behavior is spec'ed
  1492. # [14:03] * Joins: jprmc (jprmc@331E021.AEC9E1D6.DA78B690.IP)
  1493. # [14:03] * Joins: imphil (philipp@moz-5D4F00E3.dynamic.eduroam.mwn.de)
  1494. # [14:04] <@smaug> NeilAway: in such case refcounting might not need to be CC-able, and when GCs deferred finalization runs, the object is released and deleted
  1495. # [14:04] <NeilAway> smaug: ah, neat
  1496. # [14:05] * Joins: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1497. # [14:06] * Joins: ericjung (Mibbit@5210CFD5.1A5EA44.72B23B3D.IP)
  1498. # [14:06] <NeilAway> smaug: you mean odd as in it fires on the content frame element?
  1499. # [14:06] * Quits: maikmerten (merten@moz-E254386D.cs.uni-dortmund.de) (Ping timeout)
  1500. # [14:07] * Joins: Edgar (Thunderbir@moz-58E2C7B7.dynamic.hinet.net)
  1501. # [14:07] <@smaug> odd because it doesn't have the normal propagation
  1502. # [14:07] <@smaug> and odd because the event is dispatched to window but has document as target
  1503. # [14:08] * Joins: Callek (chatzilla@F2D29657.F60B0462.67AC9B1.IP)
  1504. # [14:08] <NeilAway> smaug: oh, well that is odd
  1505. # [14:08] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  1506. # [14:14] * Joins: nmatsakis (nmatsakis@AAE222A3.FDDA6739.2321E71E.IP)
  1507. # [14:14] * Quits: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1508. # [14:15] * Joins: KaiRo (robert@moz-31D5108A.adsl.highway.telekom.at)
  1509. # [14:16] * Joins: nical (nico@moz-F8747CC6.dsl.ovh.fr)
  1510. # [14:18] * Joins: jcv (john@moz-9DD98F0F.cable.mindspring.com)
  1511. # [14:18] <Ms2ger> gaston, pacific is central Europe - 9
  1512. # [14:19] * Quits: jcv (john@moz-9DD98F0F.cable.mindspring.com) (Quit: leaving)
  1513. # [14:20] * Joins: pranavrc (pranavrc@D7329F50.98CA9F9E.520CDC98.IP)
  1514. # [14:21] <gaston> i should write that somewhere
  1515. # [14:22] * Quits: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Connection reset by peer)
  1516. # [14:22] * Joins: jcv (john@moz-9DD98F0F.cable.mindspring.com)
  1517. # [14:22] * Joins: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  1518. # [14:23] * Joins: maikmerten (merten@moz-364796CC.itmc.tu-dortmund.de)
  1519. # [14:24] * Joins: edmorley (edmorley@88F51059.F3BBB17D.144F44FA.IP)
  1520. # [14:25] <glandium> gaston: http://everytimezone.com/
  1521. # [14:25] * Joins: andreasn (andreasn@moz-8A84C28A.bredband.comhem.se)
  1522. # [14:26] * Quits: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Ping timeout)
  1523. # [14:27] * Joins: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  1524. # [14:28] * Joins: coop (Chris@8F761026.B5EF4AF6.E96CA9D8.IP)
  1525. # [14:29] * Quits: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net) (Connection reset by peer)
  1526. # [14:31] * Joins: ericjung1999 (Mibbit@5210CFD5.1A5EA44.72B23B3D.IP)
  1527. # [14:33] * Quits: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Ping timeout)
  1528. # [14:33] * Joins: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  1529. # [14:34] * Quits: janv (varga@8F54C722.EEBE6C9.FA2E5C2.IP) (Quit: This computer has gone to sleep)
  1530. # [14:35] * Joins: Archae|mobile (AndChat@moz-756328DB.cust.telecolumbus.net)
  1531. # [14:36] * Quits: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Ping timeout)
  1532. # [14:36] * Quits: Mic (Instantbir@moz-58C50214.superkabel.de) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  1533. # [14:37] * Joins: janv (varga@8F54C722.EEBE6C9.FA2E5C2.IP)
  1534. # [14:39] * Quits: Archae|mobile (AndChat@moz-756328DB.cust.telecolumbus.net) (Ping timeout)
  1535. # [14:40] * Joins: kmoir-afk (chatzilla@F2D29657.F60B0462.67AC9B1.IP)
  1536. # [14:41] * Joins: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  1537. # [14:41] * Joins: Mano (mano@E70167CE.7DFE0D4A.39716721.IP)
  1538. # [14:43] * Joins: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1539. # [14:43] * khuey is now known as khuey|away
  1540. # [14:45] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/af7d77467148 - Michal Novotny - Bug 816642 - Avoid fragmenting cache files, r=jduell
  1541. # [14:45] * rail_away is now known as rail
  1542. # [14:47] * Quits: @roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Ping timeout)
  1543. # [14:47] * mikeratcliffe is now known as mikeratcliffe|lunch|only-anoth
  1544. # [14:48] * mikeratcliffe|lunch|only-anoth is now known as mikeratcliffe|lunch|415-emails
  1545. # [14:49] * Joins: vladan1 (vladan@36D53742.B90458C2.57F33CED.IP)
  1546. # [14:52] * Quits: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1547. # [14:53] * Quits: coop (Chris@8F761026.B5EF4AF6.E96CA9D8.IP) (Quit: coop)
  1548. # [14:53] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  1549. # [14:53] * Quits: Optimizer (Instantbir@D4A3BB78.9CB844E6.AA3EB577.IP) (Ping timeout)
  1550. # [14:54] * Joins: rbgray (chatzilla@moz-F1171FD7.plustechnologies.com)
  1551. # [14:54] * nthomas|away is now known as nthomas
  1552. # [14:55] * Joins: mshal (mshal@F2D29657.F60B0462.67AC9B1.IP)
  1553. # [14:55] * Quits: Goldorak (chatzilla@7CD1B470.2BC633E3.88CF6591.IP) (Ping timeout)
  1554. # [14:57] * Quits: tonymec (tonymec@2ABA8B0F.A915D552.277517C1.IP) (Input/output error)
  1555. # [14:57] * Quits: gerv (Instantbir@moz-8E68CF56.in-addr.arpa) (Ping timeout)
  1556. # [14:58] * sheeri-afk is now known as sheeri
  1557. # [14:58] * Joins: bbondy (bbondy@7F6E4DBB.3A9F9BD4.4C2245EF.IP)
  1558. # [14:58] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/762779b020db - Christian Sonne - Bug 811469 - Indicator progress bar gradient leaks into border r=dolske
  1559. # [14:58] * Joins: ferongr (ferongr@moz-8FBBC720.dyn.edudsl.gr)
  1560. # [14:58] * Quits: jprmc (jprmc@331E021.AEC9E1D6.DA78B690.IP) (Ping timeout)
  1561. # [14:58] * Quits: @bsmedberg (bsmedberg@moz-748CAEF1.jst.pa.atlanticbb.net) (Connection reset by peer)
  1562. # [14:59] * Joins: jfkthame (jfkthame@2B12A728.FB47D00B.9542EC20.IP)
  1563. # [15:00] * Joins: tonymec (tonymec@2ABA8B0F.A915D552.277517C1.IP)
  1564. # [15:02] * Quits: andreasn (andreasn@moz-8A84C28A.bredband.comhem.se) (Quit: Ex-Chat)
  1565. # [15:03] * Quits: @smaug (chatzilla@moz-78A86AC.pp.htv.fi) (Ping timeout)
  1566. # [15:04] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
  1567. # [15:04] * ChanServ sets mode: +o smaug
  1568. # [15:04] * Joins: sankha93 (sankha93@7061CD01.D6BD0D91.22D41759.IP)
  1569. # [15:04] * Joins: coop (Chris@F2D29657.F60B0462.67AC9B1.IP)
  1570. # [15:05] * Joins: armenzg (armenzg@8F761026.B5EF4AF6.E96CA9D8.IP)
  1571. # [15:05] * Joins: bsmedberg (bsmedberg@moz-748CAEF1.jst.pa.atlanticbb.net)
  1572. # [15:05] * ChanServ sets mode: +o bsmedberg
  1573. # [15:05] * Joins: felipe (felipe@2981D2F7.550A1EE7.DB5C0666.IP)
  1574. # [15:05] * Quits: armenzg (armenzg@8F761026.B5EF4AF6.E96CA9D8.IP) (Input/output error)
  1575. # [15:06] * Joins: armenzg (armenzg@8F761026.B5EF4AF6.E96CA9D8.IP)
  1576. # [15:06] * Parts: vikash (vikash@35666E5A.F2A26E35.A3D1B221.IP) (Leaving)
  1577. # [15:08] * Quits: armenzg (armenzg@8F761026.B5EF4AF6.E96CA9D8.IP) (Ping timeout)
  1578. # [15:08] * bz_sleep is now known as bz
  1579. # [15:08] * glob|away is now known as glob
  1580. # [15:09] * curtisk|afk is now known as curtisk
  1581. # [15:10] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/a319e28420a3 - Ehsan Akhgari - Merge mozilla-central into mozilla-inbound
  1582. # [15:10] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/b695e94363b5 - Olli Pettay - Bug 825544: backout Bug 825544, Bug 825544, Bug 765192 and Bug 808035 to bring back the old .location=val behavior, r=bz
  1583. # [15:10] * aki|away is now known as aki|buildduty
  1584. # [15:10] * jmaher|afk is now known as jmaher
  1585. # [15:11] * Quits: ericjung1999 (Mibbit@5210CFD5.1A5EA44.72B23B3D.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1586. # [15:14] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  1587. # [15:14] * Quits: @ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP) (Input/output error)
  1588. # [15:15] * Quits: kmoir-afk (chatzilla@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  1589. # [15:15] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/0348a30c19b4 - Justin Lebar - Bug 789975 - Disable purging of MADV_FREE'd pages on MacOS when collecting RSS from Telemetry. r=njn
  1590. # [15:15] <@bsmedberg> Hrm, my Nightly won't start!
  1591. # [15:16] <@smaug> sounds like not a good time to update
  1592. # [15:16] * Joins: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net)
  1593. # [15:16] <@bsmedberg> I'm not sure what day it is... I always seem to be days or weeks behind.
  1594. # [15:16] * Joins: kmoir-afk (chatzilla@F2D29657.F60B0462.67AC9B1.IP)
  1595. # [15:16] * Joins: jprmc (jprmc@F2D29657.F60B0462.67AC9B1.IP)
  1596. # [15:17] * Joins: espindola (espindola@moz-C4DD6774.dsl.teksavvy.com)
  1597. # [15:17] <glandium> bsmedberg: check application.ini or platform.ini
  1598. # [15:17] * mikeratcliffe|lunch|415-emails is now known as mikeratcliffe|lunchwasgood
  1599. # [15:17] * mikeratcliffe|lunchwasgood is now known as mikeratcliffe
  1600. # [15:17] <@bsmedberg> 0107
  1601. # [15:18] * Quits: maikmerten (merten@moz-364796CC.itmc.tu-dortmund.de) (Ping timeout)
  1602. # [15:18] <glandium> that's "rather" old
  1603. # [15:18] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/4082c7521142 - Justin Lebar - Bug 819000 - Preload some JSMs and XPCOM services into the preallocated process to speed up app startup. r=cjones
  1604. # [15:18] * Joins: Mavericks (Mibbit@DC8032FA.71C161C0.261E7448.IP)
  1605. # [15:18] <@smaug> Bug 827020 should be in 0107
  1606. # [15:18] <Ms2ger> First of July? Sounds old, yes
  1607. # [15:19] <@smaug> 01/07
  1608. # [15:19] <@bsmedberg> ah, should I just install a fresh build?
  1609. # [15:19] * Joins: yzen (Adium@67828CC7.C1A51174.9D42CF23.IP)
  1610. # [15:19] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/6b6ad5721d02 - Ed Morley - Bug 782633 - Make the "missing output line for total leaks!" failure mode a warning rather than TEST-UNEXPECTED-FAIL; r=ted a=test-only
  1611. # [15:20] * Joins: ekr (ekr@moz-D7997EC8.rtfm.com)
  1612. # [15:20] * Joins: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1613. # [15:22] <@bsmedberg> ooh, somebody already has bsmedberg on twitter
  1614. # [15:22] <Ms2ger> Hack 'em!
  1615. # [15:22] <bz> I ran into that problem with "bz" and "bzbarsky"
  1616. # [15:22] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Input/output error)
  1617. # [15:23] <Ms2ger> There is another bzbarsky?
  1618. # [15:23] <hsivonen> use case for Namespaces! just make Twitter handles like http://www.w3.org/2013/bz
  1619. # [15:23] * Joins: maikmerten (merten@moz-E254386D.cs.uni-dortmund.de)
  1620. # [15:23] <Ms2ger> http://www.mit.edu/bz?
  1621. # [15:24] <hsivonen> Ms2ger: gotta have a year :-)
  1622. # [15:24] <Ms2ger> Fair
  1623. # [15:24] <Ms2ger> Well, not fair, accurate
  1624. # [15:25] * Joins: mconley (mconley@F2D29657.F60B0462.67AC9B1.IP)
  1625. # [15:26] * Joins: lduros (user@moz-4894EA28.nic.resnet.group.upenn.edu)
  1626. # [15:26] <Ms2ger> "Firefox18 : does not pass AcidTest2 anymore"
  1627. # [15:26] <Ms2ger> Go us!
  1628. # [15:26] <hsivonen> what broke?
  1629. # [15:26] <hsivonen> and don’t we have a reftest?
  1630. # [15:26] <Ms2ger> It's bug 830731
  1631. # [15:26] * Ms2ger looks
  1632. # [15:27] * Quits: stransky (stransky@moz-107AD163.redhat.com) (Quit: Connection reset by beer)
  1633. # [15:28] <glob> wfm
  1634. # [15:28] <Ms2ger> For me too
  1635. # [15:28] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Quit: )
  1636. # [15:28] <Ms2ger> Though I have no idea how old this build is
  1637. # [15:28] <hsivonen> wfm on Linux64 trunk
  1638. # [15:28] * Joins: bibo360 (bibo360@moz-E68E45E7.w80-15.abo.wanadoo.fr)
  1639. # [15:28] <@smaug> the nose is tiny bit different
  1640. # [15:28] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/3a99974fac17 - andreea.pod@softvision.ro - Bug 745041 - Robocop: Add test for Clear History. r=jmaher
  1641. # [15:29] * Joins: davidb (davidb@F2D29657.F60B0462.67AC9B1.IP)
  1642. # [15:29] * Quits: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1643. # [15:31] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  1644. # [15:31] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/dda39cd3fd5a - Andrea Marchesini - Bug 830648 - AudioChannelAgent::StartPlaying() should check if already registered to AudioChannelService., r=mchen
  1645. # [15:32] * Quits: dria (dria@moz-F5EB0C5D.dsl.teksavvy.com) (Quit: dria)
  1646. # [15:33] * Quits: FabioMagnoni (fabiomagno@moz-D10BCF83.dsl.telesp.net.br) (Quit: FabioMagnoni)
  1647. # [15:33] * Joins: Optimizer (Instantbir@93B97F80.6DB2D147.BE90E62C.IP)
  1648. # [15:33] * Joins: jhopkins (jhopkins@F2D29657.F60B0462.67AC9B1.IP)
  1649. # [15:34] * Joins: jwalker-also (jwalker@moz-5B263CE9.cable.virginmedia.com)
  1650. # [15:34] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/28a2d814fda4 - Ed Morley - Backout d533ba255bbb (bug 829523) for reftest failures on a CLOSED TREE
  1651. # [15:35] * Quits: mconley (mconley@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  1652. # [15:35] * Quits: jwalker (jwalker@moz-5B263CE9.cable.virginmedia.com) (Ping timeout)
  1653. # [15:36] * Joins: mconley (mconley@F2D29657.F60B0462.67AC9B1.IP)
  1654. # [15:37] * Joins: armenzg (armenzg@F2D29657.F60B0462.67AC9B1.IP)
  1655. # [15:37] * Joins: pnkfelix (pnkfelix@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net)
  1656. # [15:38] * Joins: gsvelto (Thunderbir@moz-9A1BE8AF.cust.dsl.vodafone.it)
  1657. # [15:43] * Joins: AaronMT (AaronMT@F2D29657.F60B0462.67AC9B1.IP)
  1658. # [15:44] * Joins: overholt (overholt@F2D29657.F60B0462.67AC9B1.IP)
  1659. # [15:45] <glandium> btw, do what have acid2 in reftest?
  1660. # [15:45] * Joins: gerv (Instantbir@moz-8E68CF56.in-addr.arpa)
  1661. # [15:45] <glandium> if not, shouldn't we?
  1662. # [15:45] <bz> glandium: iirc we do
  1663. # [15:46] <bz> why are we worrying about acid2?
  1664. # [15:46] <glandium> bz: 830731
  1665. # [15:47] <glandium> bz: fwiw, find -name *acid* only yields ./layout/style/test/test_acid3_test46.html
  1666. # [15:47] <bz> ah, the orange there...
  1667. # [15:47] * Joins: scenor (Thunderbir@moz-876A3189.wireless.dyn.drei.com)
  1668. # [15:48] <bz> Huh
  1669. # [15:48] <bz> I thought we'd had acid2 in there
  1670. # [15:48] <bz> weird
  1671. # [15:48] * tbsaunde is now known as tbsaunde|afk
  1672. # [15:48] <bz> So I can reproduce
  1673. # [15:48] <bz> On Mac
  1674. # [15:48] <bz> Does someone want to hunt down a regression range?
  1675. # [15:48] <bz> Or should I?
  1676. # [15:48] <glandium> bz: so far, you're the only one reproducing
  1677. # [15:50] * Quits: wolfiR (wolfiR@moz-97AB7B3A.open-xchange.com) (Quit: Leaving)
  1678. # [15:50] <bz> interesting
  1679. # [15:50] <bz> well, I guess I should hunt it down, then!
  1680. # [15:51] <glandium> bz: what version did you reproduce with?
  1681. # [15:51] <bz> fx18
  1682. # [15:51] * Quits: ferongr (ferongr@moz-8FBBC720.dyn.edudsl.gr) (Ping timeout)
  1683. # [15:51] <glob> on fx18 (mac) i see the orange for about half a second, then it's replaced by the correct rendering
  1684. # [15:51] <Ms2ger> I believe acid2 is checked in as test_bug######
  1685. # [15:51] <bz> Not for me
  1686. # [15:52] * Joins: ferongr (ferongr@moz-8FBBC720.dyn.edudsl.gr)
  1687. # [15:52] * whimboo is now known as whimboo|afk
  1688. # [15:52] <glob> only while the page is loading (while the loading anim is spinning), if that helps
  1689. # [15:52] * Quits: bbondy (bbondy@7F6E4DBB.3A9F9BD4.4C2245EF.IP) (Quit: Going offline, see ya! (www.adiirc.com))
  1690. # [15:53] <glandium> i don't reproduce on fx18 on osx 10.6
  1691. # [15:53] * Joins: Optimize1 (Optimizer@93B97F80.6DB2D147.BE90E62C.IP)
  1692. # [15:54] <glandium> Ms2ger: ah yes, layout/reftests/bugs/289480.html
  1693. # [15:54] <Ms2ger> There you are
  1694. # [15:55] * bz has one-day range
  1695. # [15:55] <bz> http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=c09a0c022b2e&tochange=a680fd777c3b
  1696. # [15:55] <glandium> it's marked random-if(d2d)
  1697. # [15:55] <bz> heh
  1698. # [15:55] <bz> well, I certainly do not have d2d!
  1699. # [15:55] <glandium> "bug 578114 for the d2d failures"
  1700. # [15:56] <bz> ah
  1701. # [15:56] <bz> so....
  1702. # [15:56] <bz> That's the day hidpi support landed
  1703. # [15:56] <bz> For mac
  1704. # [15:57] * Quits: ferjm (ferjm@moz-23947203.red-88-0-242.dynamicip.rima-tde.net) (Quit: Leaving)
  1705. # [15:57] * Quits: gustavold (gustavold@60268C9D.479307F0.FBFF2E6D.IP) (Quit: Leaving.)
  1706. # [15:57] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Quit: damons)
  1707. # [15:57] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  1708. # [15:57] <glandium> bug 578114 looks like a subpixel rendering issue, so it would be unrelated
  1709. # [15:57] <bz> indeed
  1710. # [15:58] <sankha93> tbsaunde: ping
  1711. # [15:58] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  1712. # [15:58] * Joins: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1713. # [15:59] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Ping timeout)
  1714. # [15:59] * Joins: T3 (T3@moz-CD9B23A7.dsl.telesp.net.br)
  1715. # [15:59] * Quits: Optimizer (Instantbir@93B97F80.6DB2D147.BE90E62C.IP) (Input/output error)
  1716. # [15:59] * Quits: Optimize1 (Optimizer@93B97F80.6DB2D147.BE90E62C.IP) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  1717. # [16:00] * Joins: Optimizer (Optimizer@93B97F80.6DB2D147.BE90E62C.IP)
  1718. # [16:00] * cmcavoy is now known as cmcavoy-away
  1719. # [16:01] * Quits: pranavrc (pranavrc@D7329F50.98CA9F9E.520CDC98.IP) (Quit: Ping timeout: ∞)
  1720. # [16:01] <glandium> bz: bug 674373 is not in that range
  1721. # [16:01] * Quits: Edgar (Thunderbir@moz-58E2C7B7.dynamic.hinet.net) (Ping timeout)
  1722. # [16:01] * Joins: Edgar (Thunderbir@moz-58E2C7B7.dynamic.hinet.net)
  1723. # [16:02] * Joins: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net)
  1724. # [16:02] <glandium> ah, it is if i expand the merge
  1725. # [16:02] * Quits: @dbaron (dbaron@88F51059.F3BBB17D.144F44FA.IP) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  1726. # [16:02] * Joins: dbaron (dbaron@88F51059.F3BBB17D.144F44FA.IP)
  1727. # [16:02] * ChanServ sets mode: +o dbaron
  1728. # [16:03] <glandium> note bug 674373 touches cross platform code
  1729. # [16:03] <NeilAway> Ms2ger++
  1730. # [16:04] * Quits: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net) (Quit: Linkinus - http://linkinus.com)
  1731. # [16:04] * Joins: joshmoz (josh@moz-7D5BC4BE.nyc.res.rr.com)
  1732. # [16:05] * Quits: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de) (Input/output error)
  1733. # [16:05] * sankha93 is now known as sankha93|away
  1734. # [16:05] * Joins: clee (clee@moz-E3C0B5D0.hsd1.ca.comcast.net)
  1735. # [16:06] * Quits: janv (varga@8F54C722.EEBE6C9.FA2E5C2.IP) (Quit: This computer has gone to sleep)
  1736. # [16:07] * Joins: lmandel (lmandel@F2D29657.F60B0462.67AC9B1.IP)
  1737. # [16:08] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  1738. # [16:08] * AutomatedTester is now known as AutomatedTester|away
  1739. # [16:08] * Quits: jwalker-also (jwalker@moz-5B263CE9.cable.virginmedia.com) (Input/output error)
  1740. # [16:08] * Joins: jwalker (jwalker@moz-5B263CE9.cable.virginmedia.com)
  1741. # [16:08] * lsblakk|afk is now known as lsblakk
  1742. # [16:09] * Quits: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1743. # [16:09] * Joins: Edgar1 (Thunderbir@moz-58E2C7B7.dynamic.hinet.net)
  1744. # [16:09] * Quits: Edgar (Thunderbir@moz-58E2C7B7.dynamic.hinet.net) (Ping timeout)
  1745. # [16:10] * Joins: hipokrit (hipokrit@1BF5DFDB.CA40E1F7.C558AD24.IP)
  1746. # [16:10] * baku is now known as baku|away
  1747. # [16:12] * Quits: Optimizer (Optimizer@93B97F80.6DB2D147.BE90E62C.IP) (Ping timeout)
  1748. # [16:16] * Joins: Optimizer (Optimizer@BDDBBD8B.77C3595E.BE90E62C.IP)
  1749. # [16:16] * AutomatedTester|away is now known as AutomatedTester
  1750. # [16:17] * Quits: smontagu (chatzilla@757B0DC8.B3DCBEEA.CC465D70.IP) (Ping timeout)
  1751. # [16:19] * Quits: paulproteus (quassel@rose.makesad.us) (Ping timeout)
  1752. # [16:19] <vlad> sigh, I wish there was a way to stay involved in canvas API development without having to wade through all the extraneous crap on the mailing lists
  1753. # [16:21] <bz> vlad: heh
  1754. # [16:21] * bz looks for someone familiar with browser.js
  1755. # [16:22] * Joins: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  1756. # [16:22] * Joins: gwagner (Gregor@A01051A9.6F669779.3D1CA460.IP)
  1757. # [16:22] * Joins: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net)
  1758. # [16:23] * Joins: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net)
  1759. # [16:23] * Joins: dria (dria@F2D29657.F60B0462.67AC9B1.IP)
  1760. # [16:24] <dhylands|zzz> When we do followup bugs, is there any conventions about whether they should block/depend on the bug they're following up on?
  1761. # [16:24] * dhylands|zzz is now known as dhylands
  1762. # [16:24] <bz> A followup should depend
  1763. # [16:24] <bz> a regression should block
  1764. # [16:24] <bz> imo
  1765. # [16:25] <dhylands> Sounds reasonable to me
  1766. # [16:26] * philor|away is now known as philor
  1767. # [16:27] * ctalbert|afk is now known as ctalbert
  1768. # [16:27] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  1769. # [16:27] * catlee-away is now known as catlee
  1770. # [16:28] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/a103f1717df1 - Jonathan Kew - bug 829523 - disable font hinting on b2g, but retain pixel-snapped metrics except in the browser app. r=cjones
  1771. # [16:28] * Quits: nmatsakis (nmatsakis@AAE222A3.FDDA6739.2321E71E.IP) (Quit: Computer has gone to sleep.)
  1772. # [16:29] * Quits: espindola (espindola@moz-C4DD6774.dsl.teksavvy.com) (Client exited)
  1773. # [16:29] * Joins: paulproteus (quassel@moz-E86A3B42.makesad.us)
  1774. # [16:31] * glob is now known as glob|mtg
  1775. # [16:31] <jfkthame> edmorley: sorry about that orange - i trust this version will behave better
  1776. # [16:31] * Joins: mdas (mdas@F2D29657.F60B0462.67AC9B1.IP)
  1777. # [16:31] <tbsaunde|afk> sankha93|away: hi
  1778. # [16:31] * Joins: espindola (espindola@moz-C4DD6774.dsl.teksavvy.com)
  1779. # [16:32] * Quits: gwagner (Gregor@A01051A9.6F669779.3D1CA460.IP) (Quit: gwagner)
  1780. # [16:32] * Joins: ehsan (ehsan@F2D29657.F60B0462.67AC9B1.IP)
  1781. # [16:32] * ChanServ sets mode: +o ehsan
  1782. # [16:32] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5714c31c6def - Asaf Romano - Bug 826991 - Store download state and end time in an annotation (avoid I/O for new history downloads), part 2. r=mak
  1783. # [16:33] * Quits: danielapetrovici_ (danielapet@601F3B17.33662590.A5830293.IP) (Quit: Leaving)
  1784. # [16:33] * Joins: llmelon (chatzilla@moz-3983353E.tm.net.my)
  1785. # [16:33] <edmorley> jfkthame: np :-)
  1786. # [16:34] * mcote|afk is now known as mcote
  1787. # [16:35] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Connection reset by peer)
  1788. # [16:36] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  1789. # [16:36] * nrc imagines that edmorley is probably the most apologised to mozillian
  1790. # [16:36] * joduinn-afk is now known as joduinn-mtg
  1791. # [16:36] <edmorley> :-)
  1792. # [16:36] <mconnor> nrc: there are a lot of Canadians
  1793. # [16:37] <mconnor> relevant: http://www.youtube.com/watch?feature=player_embedded&v=CPI0aicf4bU
  1794. # [16:37] <mconnor> (sorry)
  1795. # [16:37] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/66c50eff016e - Ed Morley - Backout 4082c7521142 (bug 819000) for mochitest assertions on a CLOSED TREE
  1796. # [16:37] <nrc> are Canadians often apologised to?
  1797. # [16:37] * Joins: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1798. # [16:38] <nrc> or do they do a lot of apologising?
  1799. # [16:38] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Ping timeout)
  1800. # [16:38] <Callek> nrc: canadians never make mistakes, therefore no need to apologize
  1801. # [16:38] <mconnor> Callek: I once stepped on joe's foot, while he was wearing sandals, and he apologized to me
  1802. # [16:39] <mconnor> also, watch the video
  1803. # [16:39] * Quits: glazou (glazou@moz-204094DD.disruptive-innovations.fr) (Quit: bbl)
  1804. # [16:39] * Quits: Quan (chatzilla@moz-6A702A7F.dclient.hispeed.ch) (Client exited)
  1805. # [16:39] <bz> anyone here familiar with browser.js?
  1806. # [16:39] <armenzg> if you step on a Canadian they will apologize for having their foot under yours at the wrong time
  1807. # [16:39] * bz eyes mconnor
  1808. # [16:39] <nrc> silly Canadians, leaving their feet in all the wrong places
  1809. # [16:41] <@gavin> bz: hi
  1810. # [16:41] <bz> gavin!
  1811. # [16:41] <bz> gavin: gBrowser.addEventListener("pageshow", function(event) {
  1812. # [16:41] <bz> // Filter out events that are not about the document load we are interested in
  1813. # [16:41] <bz> if (event.target == content.document)
  1814. # [16:41] <bz> setTimeout(pageShowEventHandlers, 0, event);
  1815. # [16:41] <bz> }, true);
  1816. # [16:41] * Joins: Quan (chatzilla@moz-6A702A7F.dclient.hispeed.ch)
  1817. # [16:41] <bz> gavin: while running browser/base/content/test/browser_tab_dragdrop.js I see "content" being null there every so often
  1818. # [16:42] <bz> gavin: is that expected?
  1819. # [16:42] <bz> gavin: and how does the test pass given those exceptions?
  1820. # [16:42] * Joins: Goldorak (chatzilla@7CD1B470.2BC633E3.88CF6591.IP)
  1821. # [16:42] * Quits: @smaug (chatzilla@moz-78A86AC.pp.htv.fi) (Ping timeout)
  1822. # [16:42] * Joins: bjacob (bjacob@F2D29657.F60B0462.67AC9B1.IP)
  1823. # [16:42] <joe> mconnor: really?
  1824. # [16:42] <@gavin> we changed that code recently
  1825. # [16:43] <@gavin> I think you might have been on the bug actually
  1826. # [16:43] * Joins: sheppy (sheppy@moz-41A7FBC7.sw.biz.rr.com)
  1827. # [16:43] <bz> gavin: oh?
  1828. # [16:43] <@gavin> (to put the event target check before the call to setTimeout, rather than in pageShowEVentHandlers)
  1829. # [16:43] <bz> gavin: yes, but the point is...
  1830. # [16:43] <bz> gavin: "content" is being null.
  1831. # [16:43] <@gavin> because of some wrapper change that caused it to be null there more often, or something
  1832. # [16:43] <bz> gavin: which should cause this code to just throw.
  1833. # [16:43] <@gavin> yes, I know
  1834. # [16:44] <bz> gavin: ok
  1835. # [16:44] <mconnor> joe: yup! we were at Metro by the old office, I remember clearly that I actually had to stop and ask if you'd really just apologized to me
  1836. # [16:44] <bz> gavin: So the context is that I'm trying to do something very much unrelated and I get b-c failures on the above test
  1837. # [16:44] <@gavin> though it was event.target that was null, not content
  1838. # [16:44] <bz> gavin: because of an exception thrown because content is null
  1839. # [16:44] * Quits: marcoz (marco.zehe@moz-5B009B16.dip.t-dialin.net) (Quit: Leaving.)
  1840. # [16:44] <@gavin> bz: when is window.content null? during window shutdown?
  1841. # [16:44] <bz> gavin: if I add a dump, I see content being null 4 times without my patch...
  1842. # [16:44] * bz measures how many times with
  1843. # [16:45] <bz> gavin: An excellent question
  1844. # [16:45] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  1845. # [16:45] <@gavin> generally we assume it is never null...
  1846. # [16:45] * bz looks up how it's done
  1847. # [16:46] * Quits: ddahl (ddahl@648205EB.ED8DACAE.49D91E5E.IP) (Ping timeout)
  1848. # [16:46] <@gavin> looks like it's whenever http://mxr.mozilla.org/mozilla-central/source/embedding/browser/webBrowser/nsDocShellTreeOwner.cpp#351 returns null
  1849. # [16:46] * Quits: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1850. # [16:47] <bz> Well, it can happen if there is no content-primary...
  1851. # [16:47] <bz> right
  1852. # [16:47] <@gavin> (or GetTreeOwner(, but that seems unlikely)
  1853. # [16:47] <bz> so
  1854. # [16:47] <bz> with my patch, there are no extra times when "content" is null
  1855. # [16:47] <@gavin> so that could happen during shutdown as tabbrowser removes tabs
  1856. # [16:47] <bz> But now I get:
  1857. # [16:47] <bz> TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/base/content/test/browser_tab_dragdrop.js | uncaught exception - TypeError: content is null at chrome://browser/content/browser.js:8535
  1858. # [16:47] <bz> Stack trace:
  1859. # [16:47] <bz> JS frame :: chrome://mochikit/content/tests/SimpleTest/SimpleTest.js :: simpletestOnerror :: line 1067
  1860. # [16:47] <bz> native frame :: <unknown filename> :: <TOP_LEVEL> :: line 0
  1861. # [16:47] <bz> NEXT ERROR
  1862. # [16:47] <@gavin> what does your patch do?
  1863. # [16:48] <bz> Switches XULElement to WebIDL
  1864. # [16:48] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/a7c6feb01670 - Mike Conley - Bug 825852 - Add UI migration to put the Downloads button into the navigation bar. r=mak, f=gavin.
  1865. # [16:48] <@gavin> did you hit the failure during a full run, or individual run?
  1866. # [16:48] <bz> yes
  1867. # [16:49] <bz> I can easily reproduce locally
  1868. # [16:49] <bz> By running just that one test
  1869. # [16:49] <@gavin> so browser_tab_dragdrop.js opens and then closes a window very quickly
  1870. # [16:49] <@gavin> I imagine that's why it might hit this
  1871. # [16:49] <bz> ok
  1872. # [16:49] <bz> What's confusing me...
  1873. # [16:50] * Quits: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Ping timeout)
  1874. # [16:50] <bz> is that if I add a printf to that code, I see !content true 4 times
  1875. # [16:50] <bz> but only one exception is reported to the error console
  1876. # [16:50] * bz rebuilds without patch to see what happens there
  1877. # [16:50] <@gavin> it might be that only one exception fires under the "current test"?
  1878. # [16:50] <bz> hmm
  1879. # [16:51] <bz> where do the "fail test on exceptions" bits live in b-c?
  1880. # [16:51] <@gavin> though I'm not sure why you'd be seeing 4 pageshow events there...
  1881. # [16:51] <bz> Test opens a bunch of tabs
  1882. # [16:51] <bz> so seeing multiple pageshows is not unreasonable...
  1883. # [16:52] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  1884. # [16:52] * Quits: ferongr (ferongr@moz-8FBBC720.dyn.edudsl.gr) (Ping timeout)
  1885. # [16:52] <gaston> does clang / -Wreserved-user-defined-literal + -Werror rings a bell to anyone ? (like a past bug number for example...)
  1886. # [16:52] * Quits: fabrice (fabrice@moz-94F028C6.hsd1.ca.comcast.net) (Quit: Leaving.)
  1887. # [16:52] <@gavin> bz: http://mxr.mozilla.org/mozilla-central/source/testing/mochitest/tests/SimpleTest/SimpleTest.js#1056
  1888. # [16:52] <NeilAway> gaston: "PRxPRI" or something
  1889. # [16:52] <@gavin> bz: but only one of them should be in the new window where content might be null
  1890. # [16:53] <@gavin> content shouldn't ever be null in the test window
  1891. # [16:53] <froydnj> gaston: yeah, insufficient spaces in stringification
  1892. # [16:53] <bz> gavin: hmm
  1893. # [16:53] <gaston> i'm facing that issue on i386 only, not amd64
  1894. # [16:53] <bz> gavin: new window is also a browser window?
  1895. # [16:53] * bz wonders how to tell which window he's in
  1896. # [16:53] <gaston> and i wonder if it's a problem in default options within clang
  1897. # [16:53] * Joins: ferongr (ferongr@moz-8FBBC720.dyn.edudsl.gr)
  1898. # [16:54] <gaston> or if ffx should use -Wno-reserved-user-defined-literal
  1899. # [16:54] <@gavin> bz: yes
  1900. # [16:54] <gaston> or it's smth new in clang 3.2 because i've never seen that issue with 3.1
  1901. # [16:54] <NeilAway> gaston: e.g. printf("%016"PRIxPTR"\n", (uintptr_t)ptr); is invalid, needs spaces around the PRIxPTR
  1902. # [16:54] * Quits: Edgar1 (Thunderbir@moz-58E2C7B7.dynamic.hinet.net) (Quit: Edgar1)
  1903. # [16:54] <gaston> yeah that's more or less the issue i'm seeing
  1904. # [16:54] <gaston> but it's in fontconfig or gstreamer headers
  1905. # [16:55] <gaston> ie not a problem with ffx code itself
  1906. # [16:55] <bz> gavin: ok, thanks. Let me dig
  1907. # [16:55] <gaston> just the default warning options in clang triggers it, and -Werror breaks the build
  1908. # [16:55] <gaston> (or if it should be fixed in the offending headers in external libs)
  1909. # [16:55] * Joins: jimm (jimm@E48845AB.3A9F9BD4.4C2245EF.IP)
  1910. # [16:56] * Quits: maikmerten (merten@moz-E254386D.cs.uni-dortmund.de) (Client exited)
  1911. # [16:57] * Joins: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP)
  1912. # [16:57] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/58a45d848070 - Mike Habicher - Bug 830116 - remove off-main-thread calls to nsMainThreadPtrHandle::get() in error-handling paths, r=jst
  1913. # [16:57] <bz> gavin: how can I increase the timeout on the b-c test so I can sanely debug it?
  1914. # [16:58] * Joins: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net)
  1915. # [16:58] * ChanServ sets mode: +o dveditz
  1916. # [16:58] <@gavin> bz: http://mxr.mozilla.org/mozilla-central/source/testing/mochitest/browser-test.js#2, rebuild testing/mochitest
  1917. # [16:58] * Quits: davidb (davidb@F2D29657.F60B0462.67AC9B1.IP) (Quit: davidb)
  1918. # [16:58] * kmoir-afk is now known as kmoir
  1919. # [16:59] <bz> gavin: thanks!
  1920. # [16:59] * Joins: davidb (davidb@F2D29657.F60B0462.67AC9B1.IP)
  1921. # [16:59] * Quits: overholt (overholt@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  1922. # [17:01] * Joins: overholt (overholt@F2D29657.F60B0462.67AC9B1.IP)
  1923. # [17:02] * Joins: teoli (teoli@moz-41A7FBC7.sw.biz.rr.com)
  1924. # [17:02] * Joins: bholley (anonymous@moz-FCAF9AAB.hsd1.ca.comcast.net)
  1925. # [17:02] * Joins: jduell (jduell@moz-F20EC42A.hfc.comcastbusiness.net)
  1926. # [17:02] * Quits: scenor (Thunderbir@moz-876A3189.wireless.dyn.drei.com) (Ping timeout)
  1927. # [17:05] * baku|away is now known as baku
  1928. # [17:05] * AutomatedTester is now known as AutomatedTester|away
  1929. # [17:06] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Quit: damons)
  1930. # [17:06] * Joins: scenor (Thunderbir@moz-65C57DA4.wireless.dyn.drei.com)
  1931. # [17:07] * Quits: davidb (davidb@F2D29657.F60B0462.67AC9B1.IP) (Quit: blast off!)
  1932. # [17:07] * Joins: davidb (davidb@F2D29657.F60B0462.67AC9B1.IP)
  1933. # [17:07] * Joins: sicking (sicking@moz-7F871C5C.hsd1.ca.comcast.net)
  1934. # [17:08] * Quits: mbrubeck (mozilla@A3CEA411.3A9F9BD4.4C2245EF.IP) (Quit: Leaving.)
  1935. # [17:08] * Quits: jduell (jduell@moz-F20EC42A.hfc.comcastbusiness.net) (Ping timeout)
  1936. # [17:12] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/6f0e2f99e701 - Felipe Gomes - Bug 779754. Fix intermittent test_destinationURI_annotation.xul by cleaning up possible leftover files before starting the test. r=mconley
  1937. # [17:14] * Fallen|away is now known as Fallen
  1938. # [17:15] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/0d33af2a2a75 - Jeff Muizelaar - Bug 823109. Only extract d3d dlls when necessary. r=ted
  1939. # [17:16] * Joins: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1940. # [17:16] * tbsaunde|afk is now known as tbsaunde
  1941. # [17:19] * Quits: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP) (Ping timeout)
  1942. # [17:20] * Joins: kdcw (kdc@moz-F7413045.pk.shawcable.net)
  1943. # [17:21] * Joins: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  1944. # [17:22] * Joins: jammink (textual@2557E599.66715431.D25A875A.IP)
  1945. # [17:22] * Mossop_sleep is now known as Mossop
  1946. # [17:22] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c525391efd0d - Trevor Saunders - bug 830396 - add back nsIDOMCSSValueList r=bz
  1947. # [17:23] <bz> gavin: fwiw, this is not a window being closed...
  1948. # [17:23] <bz> gavin: I have no idea why it has no .content
  1949. # [17:23] * Joins: ehugg (ehugg@E45EF543.C5EAED67.6CD50604.IP)
  1950. # [17:24] <bz> gavin: If you care, I can look into that some...
  1951. # [17:24] * bz is looking into why the exception behavior is different
  1952. # [17:25] * Joins: jduell (jduell@moz-F20EC42A.hfc.comcastbusiness.net)
  1953. # [17:25] * Quits: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1954. # [17:26] * Quits: vtmarvin (Thunderbir@32DFDBE.7102BCB6.B7C3970A.IP) (Quit: vtmarvin)
  1955. # [17:27] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/9a7f61363efe - Jeff Muizelaar - Bug 786533. Add a comment about the purpose of XPCOM_MIN/MAX. r=ehsan
  1956. # [17:28] <@ehsan> bsmedberg: ping?
  1957. # [17:28] <@bsmedberg> ehsan: pong
  1958. # [17:28] <@gavin> bz: that is pretty unexpected
  1959. # [17:28] * Quits: jimm (jimm@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  1960. # [17:28] <@ehsan> bsmedberg: remind me what this loaded module business is trying to do please?
  1961. # [17:28] <@ehsan> oh
  1962. # [17:28] <@ehsan> for dll blocklisting?
  1963. # [17:29] <@bsmedberg> maybe, I don't actually know
  1964. # [17:29] <@ehsan> ok np
  1965. # [17:29] <@bsmedberg> what's the bug# again?
  1966. # [17:29] * @bsmedberg used to know at some point in the past
  1967. # [17:29] <bz> gavin: at least the window is being painted (which calls event handlers that swap browsers that trigger this)
  1968. # [17:29] <bz> gavin: which would be odd for a closed window
  1969. # [17:30] <@ehsan> bsmedberg: bug 830765
  1970. # [17:31] * Joins: gandalf (zbraniecki@moz-4F155DA6.hsd1.ca.comcast.net)
  1971. # [17:31] * Quits: darkowlzz (darkowlzz@CDEEF7D3.29D3E436.5700D73F.IP) (Ping timeout)
  1972. # [17:31] * Joins: jimm (jimm@E48845AB.3A9F9BD4.4C2245EF.IP)
  1973. # [17:32] * Joins: bmoss (bmoss@2557E599.66715431.D25A875A.IP)
  1974. # [17:32] * Joins: aklotz (Thunderbir@moz-55246988.cg.shawcable.net)
  1975. # [17:33] * Quits: RealRaven (Thunderbir@ABFA9079.11F68F7A.27F80FAC.IP) (Quit: RealRaven)
  1976. # [17:33] * Joins: RealRaven (Thunderbir@ABFA9079.11F68F7A.27F80FAC.IP)
  1977. # [17:34] * froydnj wonders why these b-c tests are just hanging straight out of the gate
  1978. # [17:34] <@bsmedberg> ehsan: it was added in bug 524944 as a debug-only skidmark...?
  1979. # [17:34] <@ehsan> yep
  1980. # [17:35] <@ehsan> and I think we need to take it out ;)
  1981. # [17:35] <@bsmedberg> yeah, it doesn't look used anywhere
  1982. # [17:35] * Quits: Mavericks (Mibbit@DC8032FA.71C161C0.261E7448.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1983. # [17:35] * Joins: mccr8 (mccr8@2557E599.66715431.D25A875A.IP)
  1984. # [17:35] <@bsmedberg> it wasn't debug-only though
  1985. # [17:35] * Quits: snorp (snorp@moz-BD8D0B1E.lightspeed.livnmi.sbcglobal.net) (Ping timeout)
  1986. # [17:35] <@ehsan> alright, I'll write the patch!
  1987. # [17:36] * Joins: ddahl (ddahl@43CB6079.66715431.D25A875A.IP)
  1988. # [17:37] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/59f1b26070ba - Mike Connor - bug 830498 - fix hardcoded brand references in data choices prefpane, r=jaws
  1989. # [17:37] <firebot> http://hg.mozilla.org/mozilla-central/rev/51f8cc9091ba - Mike Connor - bug 830418 - hide health report menu items if health report is disabled, r=rnewman
  1990. # [17:37] <firebot> http://hg.mozilla.org/mozilla-central/rev/cb1a3095681e - Gregory Szorc - Bug 830626 - Add HealthReportComponents.manifest to package manifest; r=trivial
  1991. # [17:37] * Joins: knelson (Adium@2557E599.66715431.D25A875A.IP)
  1992. # [17:37] <firebot> http://hg.mozilla.org/mozilla-central/rev/ad87f1e26c5a - Gregory Szorc - Bug 828149 - Cancel timer during application shutdown. r=rnewman
  1993. # [17:37] * Parts: knelson (Adium@2557E599.66715431.D25A875A.IP)
  1994. # [17:37] <firebot> http://hg.mozilla.org/mozilla-central/rev/e63a093f325e - Mike Connor - bug 830090 - Access key for Choose What I Share button in info bar is broken, r=gps
  1995. # [17:37] <firebot> http://hg.mozilla.org/mozilla-central/rev/450f0995c9ad - Gregory Szorc - Bug 828149 - Enable Firefox Health Report on Linux; r=mconnor
  1996. # [17:37] * glob|mtg is now known as glob
  1997. # [17:37] <firebot> http://hg.mozilla.org/mozilla-central/rev/6d3cb2d6873e - Gregory Szorc - Bug 829953 - Interact with FHR properly from about:healthreport; r=rnewman
  1998. # [17:37] <firebot> http://hg.mozilla.org/mozilla-central/rev/77e4b2a4cc31 - Gregory Szorc - Merge mozilla-central into services-central
  1999. # [17:38] * AutomatedTester|away is now known as AutomatedTester
  2000. # [17:38] * Joins: Wes (chatzilla@moz-BEF0C255.page.ca)
  2001. # [17:38] <gaston> gps: is the health report a toggle away in prefs.js ?
  2002. # [17:39] <@gavin> there's a preference pane for it
  2003. # [17:39] * Joins: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net)
  2004. # [17:39] <gps> what gavin said
  2005. # [17:39] <gaston> yeah, that i already knew
  2006. # [17:39] <gps> there are also a number of preferences that can be used as global switches
  2007. # [17:40] <gaston> oki, that was my question
  2008. # [17:40] <gaston> most of my paranoid users will chop my head if i deliver them a firefox with health report turned on by default
  2009. # [17:40] * khuey|away is now known as khuey
  2010. # [17:40] * Joins: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP)
  2011. # [17:40] <mak> edmorley: is something strange happening to OSX builds?
  2012. # [17:40] <edmorley> inbound tip failure is weird, have retriggerdd
  2013. # [17:41] <mak> edmorley: I'm sure I didn't break aurora but it's burning
  2014. # [17:41] * Joins: joey (chatzilla@F2D29657.F60B0462.67AC9B1.IP)
  2015. # [17:41] <mak> with some error that definitely it's not me
  2016. # [17:41] <edmorley> oh aurora too
  2017. # [17:41] <gps> gaston: I am paranoid and the information in the health report isn't that bad!
  2018. # [17:41] <gaston> gps: yeah, i know that too :)
  2019. # [17:41] <mak> edmorley: ah yes, same error
  2020. # [17:42] <gaston> that;d be only me, i'd enable all possible of telemetry/health report/call back home
  2021. # [17:42] <gaston> just to let mozilla see there are openbsd users on the radars
  2022. # [17:42] <gaston> but most of my users are just....... special wrt information leaking etc
  2023. # [17:42] * Quits: imphil (philipp@moz-5D4F00E3.dynamic.eduroam.mwn.de) (Ping timeout)
  2024. # [17:42] <gaston> dont get me wrong on the intent :)
  2025. # [17:43] * Quits: pnkfelix (pnkfelix@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net) (Quit: Leaving.)
  2026. # [17:43] <jib> Hi, quick questio to anyone: Which URI class are people using to parse urls in c++?
  2027. # [17:43] <Ms2ger> "Cry"
  2028. # [17:43] <Ms2ger> NS_NewURI?
  2029. # [17:43] <jib> I have an nsAString and am not planning to pass it around
  2030. # [17:44] * Joins: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  2031. # [17:44] <jib> Ms2ger: thx (what's Cry?)
  2032. # [17:44] <Ms2ger> It's what you do when tears flow our of your eyes
  2033. # [17:44] <Ms2ger> *out
  2034. # [17:45] <edmorley> mak: releng deploy recently, believe is cause (continuing in #releng)
  2035. # [17:45] * andersh_ is now known as andersh
  2036. # [17:45] <mak> good to know
  2037. # [17:45] <jib> Ms2ger: crying rarely works
  2038. # [17:45] * Joins: hurley (hurley@moz-E76806A0.dsl.static.sonic.net)
  2039. # [17:45] <Ms2ger> It can relieve
  2040. # [17:46] <jib> Msg2ger: true :)
  2041. # [17:46] * Quits: Goldorak (chatzilla@7CD1B470.2BC633E3.88CF6591.IP) (Ping timeout)
  2042. # [17:46] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Ping timeout)
  2043. # [17:48] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  2044. # [17:49] * Quits: Wes (chatzilla@moz-BEF0C255.page.ca) (Client exited)
  2045. # [17:49] * Joins: bdahl (bdahl@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2046. # [17:49] * Joins: seth (seth@moz-D840E602.dsl.static.sonic.net)
  2047. # [17:50] * Quits: vladan1 (vladan@36D53742.B90458C2.57F33CED.IP) (Quit: Leaving.)
  2048. # [17:51] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Ping timeout)
  2049. # [17:52] * Joins: bajaj (Adium@2557E599.66715431.D25A875A.IP)
  2050. # [17:52] * Fallen is now known as Fallen|away
  2051. # [17:53] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  2052. # [17:53] * Joins: darkowlzz (darkowlzz@83F02C01.B40E3C3F.9DA13C14.IP)
  2053. # [17:54] * Joins: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2054. # [17:54] * Joins: Ann_Yiming (Ann_Yiming@43CB6079.66715431.D25A875A.IP)
  2055. # [17:54] * Quits: seth (seth@moz-D840E602.dsl.static.sonic.net) (Quit: seth)
  2056. # [17:55] * Joins: fabrice (fabrice@2557E599.66715431.D25A875A.IP)
  2057. # [17:56] <glandium> gaston: i know the feeling... some debian users are afraid of the safebrowsing "ping"
  2058. # [17:56] <gaston> yeah :(
  2059. # [17:56] <glandium> others of the addon blacklist ping
  2060. # [17:56] <Ms2ger> Some people are silly
  2061. # [17:57] <gaston> safebrowsing is disabled by default on openbsd too
  2062. # [17:57] <gaston> the addon blacklist is not, because i suppose noone noticed it
  2063. # [17:59] <gps> ehsan: the hopefuly FHR shutdown crash fix is on m-c. didn't make it in Nightly, unfortunately
  2064. # [17:59] <@ehsan> gps: ok np I do my own builds
  2065. # [17:59] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  2066. # [17:59] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Input/output error)
  2067. # [18:00] * Joins: juanb (jbecerra@E48845AB.3A9F9BD4.4C2245EF.IP)
  2068. # [18:00] * Joins: Waldo (waldo@2557E599.66715431.D25A875A.IP)
  2069. # [18:01] * Quits: jhorak (jhorak@moz-107AD163.redhat.com) (Quit: Leaving)
  2070. # [18:01] * Quits: juanb (jbecerra@E48845AB.3A9F9BD4.4C2245EF.IP) (Input/output error)
  2071. # [18:01] * Joins: juanb (jbecerra@E48845AB.3A9F9BD4.4C2245EF.IP)
  2072. # [18:02] * Joins: pcwalton (pcwalton@43CB6079.66715431.D25A875A.IP)
  2073. # [18:03] * Quits: sewardj (sewardj@moz-9B96F45.dip.t-dialin.net) (Ping timeout)
  2074. # [18:03] * Quits: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  2075. # [18:04] * Joins: nmatsakis (nmatsakis@43CB6079.66715431.D25A875A.IP)
  2076. # [18:04] * Fallen|away is now known as Fallen
  2077. # [18:05] * Joins: sewardj (sewardj@moz-70DA861D.dip.t-dialin.net)
  2078. # [18:06] * glob is now known as glob|away
  2079. # [18:06] * Joins: Ann_Yimi_ (Ann_Yiming@2557E599.66715431.D25A875A.IP)
  2080. # [18:07] * Quits: Ann_Yiming (Ann_Yiming@43CB6079.66715431.D25A875A.IP) (Ping timeout)
  2081. # [18:08] * Joins: berkerpeksag (berkerpeks@FBA9BF53.15DD287A.5DEFA22.IP)
  2082. # [18:09] * Joins: bbondy (bbondy@7F6E4DBB.3A9F9BD4.4C2245EF.IP)
  2083. # [18:10] * Quits: jwalker (jwalker@moz-5B263CE9.cable.virginmedia.com) (Input/output error)
  2084. # [18:10] * Joins: pwalton (pcwalton@2557E599.66715431.D25A875A.IP)
  2085. # [18:11] * Joins: ggoncalves (ggoncalves@moz-CF8BEBEF.dia.static.qwest.net)
  2086. # [18:11] * Joins: jwalker (jwalker@moz-5B263CE9.cable.virginmedia.com)
  2087. # [18:11] * Quits: pcwalton (pcwalton@43CB6079.66715431.D25A875A.IP) (Ping timeout)
  2088. # [18:11] * pwalton is now known as pcwalton
  2089. # [18:12] * Quits: gandalf (zbraniecki@moz-4F155DA6.hsd1.ca.comcast.net) (Quit: I took the wrong pill!!!)
  2090. # [18:12] * Joins: josh (josh@moz-7D5BC4BE.nyc.res.rr.com)
  2091. # [18:12] * Joins: myk (myk@moz-64D96850.dsl.dynamic.sonic.net)
  2092. # [18:12] * rail is now known as rail-lunch
  2093. # [18:15] * AutomatedTester is now known as AutomatedTester|away
  2094. # [18:16] * baku is now known as baku|away
  2095. # [18:16] * Quits: espindola (espindola@moz-C4DD6774.dsl.teksavvy.com) (Client exited)
  2096. # [18:17] * Quits: Boriss (FlyingToas@moz-62AAA429.hsd1.ca.comcast.net) (Quit: Boriss)
  2097. # [18:20] * Quits: pnemsak (Miranda@moz-BE85878E.citicom.sk) (Quit: pnemsak)
  2098. # [18:21] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
  2099. # [18:21] * ChanServ sets mode: +o smaug
  2100. # [18:21] * Joins: spartanfire (guimdearau@moz-59E5512E.dhcp.egr.msu.edu)
  2101. # [18:22] * Quits: ggoncalves (ggoncalves@moz-CF8BEBEF.dia.static.qwest.net) (Input/output error)
  2102. # [18:22] * Joins: Asa (asa@666A2D39.3A9F9BD4.4C2245EF.IP)
  2103. # [18:24] * Joins: brendan (brendaneic@2557E599.66715431.D25A875A.IP)
  2104. # [18:25] * Joins: TheOne (one@moz-4ED76071.dip0.t-ipconnect.de)
  2105. # [18:25] * sankha93|away is now known as sankha93
  2106. # [18:25] <sankha93> jlebar: hi
  2107. # [18:26] * Joins: cdiehl_ (cdiehl@moz-55945366.pool.mediaways.net)
  2108. # [18:26] * Quits: cdiehl (cdiehl@moz-9E5400C4.pool.mediaways.net) (Ping timeout)
  2109. # [18:26] * cdiehl_ is now known as cdiehl
  2110. # [18:26] * Quits: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP) (Quit: erikvold)
  2111. # [18:26] * Quits: scenor (Thunderbir@moz-65C57DA4.wireless.dyn.drei.com) (Quit: scenor)
  2112. # [18:27] * Joins: mbrubeck (mozilla@7B99D36C.3A9F9BD4.4C2245EF.IP)
  2113. # [18:28] * Joins: paolo (paolo@moz-6FB9C476.retail.telecomitalia.it)
  2114. # [18:29] <sankha93> tbsaunde: hi
  2115. # [18:29] * Joins: jgriffin (jgriffin@moz-DD9CBA45.hsd1.wa.comcast.net)
  2116. # [18:29] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  2117. # [18:29] * Joins: hurley_ (hurley@moz-E76806A0.dsl.static.sonic.net)
  2118. # [18:29] * Quits: hurley (hurley@moz-E76806A0.dsl.static.sonic.net) (Connection reset by peer)
  2119. # [18:30] * Joins: HeldtNotHelt (firefox@DBDFA50.8C382C77.7C9220AF.IP)
  2120. # [18:30] * Quits: HeldtNotHelt (firefox@DBDFA50.8C382C77.7C9220AF.IP) (Quit: HeldtNotHelt)
  2121. # [18:30] * Joins: We11ington (firefox@DBDFA50.8C382C77.7C9220AF.IP)
  2122. # [18:30] * Joins: stransky (stransky@moz-E09B938B.net.upcbroadband.cz)
  2123. # [18:31] <KaiRo> it's always "fun" to see how toxic it is to Firefox to load huge plain text documents
  2124. # [18:31] * Quits: taras (taras@moz-8E045071.hsd1.wa.comcast.net) (Connection reset by peer)
  2125. # [18:31] * Fallen is now known as Fallen|away
  2126. # [18:31] * Quits: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  2127. # [18:32] * Joins: azakai (alon@2557E599.66715431.D25A875A.IP)
  2128. # [18:32] * baku|away is now known as baku
  2129. # [18:32] * Joins: taras (taras@moz-8E045071.hsd1.wa.comcast.net)
  2130. # [18:32] * armenzg is now known as armenzg_lunch
  2131. # [18:32] * Joins: fitzgen (fitzgen@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2132. # [18:32] * Joins: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2133. # [18:33] * nthomas is now known as nthomas|away
  2134. # [18:33] * Quits: llmelon (chatzilla@moz-3983353E.tm.net.my) (Input/output error)
  2135. # [18:33] * Quits: clee (clee@moz-E3C0B5D0.hsd1.ca.comcast.net) (Quit: clee)
  2136. # [18:33] * Quits: sewardj (sewardj@moz-70DA861D.dip.t-dialin.net) (Ping timeout)
  2137. # [18:33] * Joins: cjones (cjones@moz-45913895.socal.res.rr.com)
  2138. # [18:34] * Joins: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP)
  2139. # [18:34] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Quit: damons)
  2140. # [18:34] * Quits: kmoir (chatzilla@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  2141. # [18:34] * Joins: smooney_ (smooney@2557E599.66715431.D25A875A.IP)
  2142. # [18:34] * Joins: espindola (espindola@moz-C4DD6774.dsl.teksavvy.com)
  2143. # [18:34] <mounir> dbaron, bz: ping
  2144. # [18:36] * Joins: FabioMagnoni (fabiomagno@moz-D10BCF83.dsl.telesp.net.br)
  2145. # [18:37] * Quits: spartanfire (guimdearau@moz-59E5512E.dhcp.egr.msu.edu) (Quit: spartanfire)
  2146. # [18:38] <bz> mounir: ack
  2147. # [18:38] <bz> gavin: ping
  2148. # [18:38] * Quits: We11ington (firefox@DBDFA50.8C382C77.7C9220AF.IP) (Quit: We11ington)
  2149. # [18:38] <mounir> bz: I commented in the bug (bug 819871), probably easier to have an asynchronious discussion
  2150. # [18:39] <bz> as in, in bug?
  2151. # [18:39] <bz> or as in here (so synchronous)?
  2152. # [18:39] <mounir> bz: asynchronous, so in the bug, because I think dbaron is trying to fight his jetlag and might not be able to answer quickly
  2153. # [18:39] <bz> ok
  2154. # [18:40] <bz> sounds good.
  2155. # [18:40] * bz goes back to fighting browser.js
  2156. # [18:40] * Quits: darkowlzz (darkowlzz@83F02C01.B40E3C3F.9DA13C14.IP) (Ping timeout)
  2157. # [18:40] * Quits: hurley_ (hurley@moz-E76806A0.dsl.static.sonic.net) (Quit: Get MacIrssi - http://www.sysctl.co.uk/projects/macirssi/ )
  2158. # [18:40] * Joins: hurley (hurley@moz-E76806A0.dsl.static.sonic.net)
  2159. # [18:42] * Joins: spartanfire (guimdearau@moz-59E5512E.dhcp.egr.msu.edu)
  2160. # [18:42] <gaston> KaiRo: like, build logs ? :)
  2161. # [18:43] * Joins: Mook_as (mook@moz-1FCC0032.activestate.com)
  2162. # [18:44] * Quits: ferongr (ferongr@moz-8FBBC720.dyn.edudsl.gr) (Ping timeout)
  2163. # [18:44] * Joins: we11ington (msu-cse498@moz-600949B7.cse.msu.edu)
  2164. # [18:45] * Quits: qDot (qDot@moz-82DD3414.typefuck.com) (Ping timeout)
  2165. # [18:45] <we11ington> Hey jaws, I'm not sure how to set a breakpoint in GDB
  2166. # [18:45] <we11ington> I've got it running, but the "break" command just tells me the file isn't loaded and doesn't seem to do anything
  2167. # [18:45] * Joins: qDot (qDot@moz-82DD3414.typefuck.com)
  2168. # [18:46] <joshmoz> wellington: Are you running Firefox in gdb from the objdir?
  2169. # [18:46] <joshmoz> wellington: I mean, you have gdb attached to a copy of Firefox in your objdir?
  2170. # [18:46] * Joins: sworkman (sworkman@2557E599.66715431.D25A875A.IP)
  2171. # [18:47] * Joins: Boriss (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2172. # [18:47] * philor is now known as philor|away
  2173. # [18:47] * Joins: ferongr (ferongr@moz-8FBBC720.dyn.edudsl.gr)
  2174. # [18:47] <we11ington> I ran it from the parent of mozilla-central
  2175. # [18:47] <we11ington> And it is a debug build
  2176. # [18:48] <we11ington> But yeah, it's the executable in the objdir
  2177. # [18:48] <we11ington> The syntax for breakpoints in files is "break <file>:<line>"
  2178. # [18:48] <we11ington> I expected the file to be this:
  2179. # [18:48] <we11ington> mozilla-central/widget/cocoa/ns/nsChildView.mm
  2180. # [18:48] <we11ington> Which is the path to it
  2181. # [18:49] * Joins: jhammel (jhammel@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2182. # [18:49] <KaiRo> gaston: in my case, raw crash correlation reports, like 20130115_Firefox_18.0-interesting-modules-with-versions.txt.gz from https://crash-analysis.mozilla.com/crash_analysis/20130115/ (I'm intentionally not posting a direct link here, as it freezes Firefox for some time even on my powerful machine)
  2183. # [18:49] * gregglind_afk is now known as gregglind
  2184. # [18:49] * Quits: jacek (jacek@moz-5D707D3B.psi.wroc.pl) (Quit: Konversation terminated!)
  2185. # [18:49] <joshmoz> wellington: that syntax should work, and you can just type "br" instead of "break"
  2186. # [18:49] <we11ington> jaws: Well, that's odd, it worked when I left off the path.
  2187. # [18:49] <we11ington> And just said nsChildView.mm
  2188. # [18:50] <joshmoz> yeah, don't type in the path
  2189. # [18:50] <bz> gavin: pingety-ping
  2190. # [18:50] <Ms2ger> Is this WebSocket we11ington?
  2191. # [18:50] * Joins: akeybl (akeybl@2557E599.66715431.D25A875A.IP)
  2192. # [18:51] <joshmoz> Ms2ger: this is a student working on a mac integration project
  2193. # [18:51] <@gavin> bz: pong
  2194. # [18:51] <@gavin> between meetings
  2195. # [18:51] <we11ington> Yeah, that
  2196. # [18:51] <Ms2ger> Ah, another one, then, I guess
  2197. # [18:51] <Ms2ger> Never mind me :)
  2198. # [18:52] * jhammel minds Ms2ger
  2199. # [18:52] * Quits: tzimmermann (tzimmerman@moz-EE0F31CC.pools.arcor-ip.net) (Quit: Ex-Chat)
  2200. # [18:52] * Ms2ger kicks jhammel
  2201. # [18:52] * Quits: sicking (sicking@moz-7F871C5C.hsd1.ca.comcast.net) (Quit: sicking)
  2202. # [18:54] * Joins: mcsmurf (me@moz-BD2E9751.dip.t-dialin.net)
  2203. # [18:54] * Joins: n00b_dust (n00b_dust@CD26ABC5.1C081A86.35E0727C.IP)
  2204. # [18:54] * Quits: teoli (teoli@moz-41A7FBC7.sw.biz.rr.com) (Input/output error)
  2205. # [18:54] * Quits: sheppy (sheppy@moz-41A7FBC7.sw.biz.rr.com) (Quit: sheppy)
  2206. # [18:54] <bz> gavin: so this content thing
  2207. # [18:54] <bz> gavin: dunno whether we're closed
  2208. # [18:55] <bz> gavin: but we have three non-chrome kids
  2209. # [18:55] <bz> gavin: one type="content", one type="content-targetable", one with no type at all
  2210. # [18:55] <bz> gavin: afaict
  2211. # [18:55] * Joins: terrence (terrence@2557E599.66715431.D25A875A.IP)
  2212. # [18:55] <bz> gavin: no content-primary in sight
  2213. # [18:55] <bz> gavin: more importantly....
  2214. # [18:55] <bz> gavin: can I just add a null-check on content here?
  2215. # [18:55] <bz> gavin: so we'll stop throwing exceptions on it?
  2216. # [18:55] * Joins: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2217. # [18:56] <@gavin> uh, I guess
  2218. # [18:56] <we11ington> jaws: I don't suppose I can put my breakpoints in JS, can I?
  2219. # [18:56] <@gavin> but I would really like to understand what's going on
  2220. # [18:56] * Joins: Matti (Matti@moz-254A9260.dip.t-dialin.net)
  2221. # [18:57] <BenWa> ted: ping. I've got a user with a profile with 66% time spent in nvumdshim.pdb with no symbols. Is it possible to add those to the symbol server?
  2222. # [18:57] <BenWa> that 66% is in the same address so resolving that would be lovely
  2223. # [18:58] <edmorley> jlebar: thank you
  2224. # [18:58] * Joins: ggoncalves (ggoncalves@2557E599.66715431.D25A875A.IP)
  2225. # [18:58] <jlebar> edmorley: yw. Thanks for pushing back on disabling that test.
  2226. # [18:58] <bz> gavin: I'm happy to do something else if you prefer...
  2227. # [18:58] <bz> gavin: I just want to pass this test. ;)
  2228. # [18:58] * Joins: rniwa (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net)
  2229. # [18:58] * Quits: josh (josh@moz-7D5BC4BE.nyc.res.rr.com) (Quit: josh)
  2230. # [18:59] * Quits: ferongr (ferongr@moz-8FBBC720.dyn.edudsl.gr) (Ping timeout)
  2231. # [18:59] * Joins: josh (josh@moz-7D5BC4BE.nyc.res.rr.com)
  2232. # [18:59] <edmorley> jlebar: np (I think the repo name hasn't helped the confusion level in that thread)
  2233. # [18:59] * Quits: jammink (textual@2557E599.66715431.D25A875A.IP) (Ping timeout)
  2234. # [19:00] <bz> gavin: understand in terms of why there is no content-primary?
  2235. # [19:00] * Quits: smooney_ (smooney@2557E599.66715431.D25A875A.IP) (Quit: smooney_)
  2236. # [19:00] * Joins: jammink (textual@2557E599.66715431.D25A875A.IP)
  2237. # [19:01] * Joins: bsmith (bsmith@2557E599.66715431.D25A875A.IP)
  2238. # [19:01] * Joins: cviecco_ (cviecco@2557E599.66715431.D25A875A.IP)
  2239. # [19:02] * Joins: smooney_ (smooney@2557E599.66715431.D25A875A.IP)
  2240. # [19:02] * Joins: jet (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2241. # [19:02] * Joins: sicking (sicking@moz-7F871C5C.hsd1.ca.comcast.net)
  2242. # [19:02] * Joins: luke (andhow@2557E599.66715431.D25A875A.IP)
  2243. # [19:02] <Matti> i have a bug report that RHEL5 doesn't meet the system requirements and that FF18 doesn't work.I marked it invalid but there are users that are complaining. Does anyone knows the bug# that raised the requirements ?
  2244. # [19:03] * Quits: cviecco (cviecco@2557E599.66715431.D25A875A.IP) (Quit: Leaving.)
  2245. # [19:03] * Joins: jlmendezbonini (textual@moz-FF9FDD58.twcny.res.rr.com)
  2246. # [19:03] <edmorley> Matti: bug #
  2247. # [19:03] <mcsmurf> is it about glibc version being too old?
  2248. # [19:03] <luke> does anyone know what the default timeout for a content mochitest is?
  2249. # [19:03] <Matti> edmorley, bug 829123
  2250. # [19:03] * Joins: clee (clee@2557E599.66715431.D25A875A.IP)
  2251. # [19:03] <bz> gavin: want me to just file a followup on that?
  2252. # [19:04] * Joins: Wes (chatzilla@moz-BEF0C255.page.ca)
  2253. # [19:05] * Quits: bholley (anonymous@moz-FCAF9AAB.hsd1.ca.comcast.net) (Quit: bholley)
  2254. # [19:06] * Quits: bibo360 (bibo360@moz-E68E45E7.w80-15.abo.wanadoo.fr) (Ping timeout)
  2255. # [19:06] * Quits: ddahl (ddahl@43CB6079.66715431.D25A875A.IP) (Connection reset by peer)
  2256. # [19:06] * Parts: joshmoz (josh@moz-7D5BC4BE.nyc.res.rr.com) (Leaving)
  2257. # [19:06] <edmorley> Matti: looks like bug 713802 raised the requirmenets
  2258. # [19:06] * Joins: joshmoz (josh@moz-7D5BC4BE.nyc.res.rr.com)
  2259. # [19:07] <Matti> edmorley: thanks !
  2260. # [19:07] <mcsmurf> oh, I wanted to suggest Bug 793634
  2261. # [19:08] <@gavin> bz: yes please
  2262. # [19:08] <mcsmurf> though this was build time requirement..
  2263. # [19:08] * Parts: nical (nico@moz-F8747CC6.dsl.ovh.fr)
  2264. # [19:08] <edmorley> mcsmurf, Matti: oh yeah looks like it was actually bug 793634
  2265. # [19:08] <bz> gavin: https://bugzilla.mozilla.org/show_bug.cgi?id=830859
  2266. # [19:08] * Joins: gustavold (gustavold@60268C9D.479307F0.FBFF2E6D.IP)
  2267. # [19:09] * jlebar is now known as jlebar|away
  2268. # [19:10] <jaws> we11ington: you can put breakpoints in JS by using the Browser Debugger
  2269. # [19:10] * Joins: cpearce (cpearce@moz-A1E28DBA.xdsl.xnet.co.nz)
  2270. # [19:10] * Quits: cviecco_ (cviecco@2557E599.66715431.D25A875A.IP) (Connection reset by peer)
  2271. # [19:10] * Joins: cviecco (cviecco@2557E599.66715431.D25A875A.IP)
  2272. # [19:10] <jaws> we11ington: http://campd.wordpress.com/2012/11/12/firefox-and-addon-developers-should-set-devtools-chrome-enabled/
  2273. # [19:10] <bz> hrm
  2274. # [19:10] <bz> so try says it's closed
  2275. # [19:10] <bz> for a mac issue
  2276. # [19:11] <bz> can I push to try on non-mac platforms?
  2277. # [19:11] <we11ington> jaws: Including in browser.js?
  2278. # [19:11] <jwatt> what is the qt widget backend used for?
  2279. # [19:11] <edmorley> bz: just opened
  2280. # [19:12] * Quits: josh (josh@moz-7D5BC4BE.nyc.res.rr.com) (Quit: josh)
  2281. # [19:12] * Joins: nsm (nikhil@2557E599.66715431.D25A875A.IP)
  2282. # [19:12] * Quits: rlewis (Thunderbir@moz-D47321EC.cable.virginmedia.com) (Ping timeout)
  2283. # [19:13] * Fallen|away is now known as Fallen
  2284. # [19:13] <bz> edmorley: sweet
  2285. # [19:13] * Quits: cviecco (cviecco@2557E599.66715431.D25A875A.IP) (Connection reset by peer)
  2286. # [19:13] * Joins: cviecco (cviecco@2557E599.66715431.D25A875A.IP)
  2287. # [19:13] * Joins: tanvi (tanvi@2557E599.66715431.D25A875A.IP)
  2288. # [19:14] <jfkthame> huh, does tryserver not send -any- email by default now?
  2289. # [19:15] <edmorley> jfkthame: not apart from the initial "thank you for your push, here's the tbpl link" one
  2290. # [19:15] <jfkthame> that's the one i was expecting, but don't seem to have...
  2291. # [19:15] <edmorley> you can request the emails using try syntax
  2292. # [19:15] * jfkthame goes to check stuff in his mail client
  2293. # [19:15] <edmorley> jfkthame: tree has been closed for a bit, sure your push went through?
  2294. # [19:15] <jfkthame> yup, it's on tbpl
  2295. # [19:15] <edmorley> oh
  2296. # [19:15] <jfkthame> from before it was closed
  2297. # [19:15] * Joins: scenor (Thunderbir@492F61BE.AB52151A.36CB4A35.IP)
  2298. # [19:16] <@bsmedberg> bz: what does "the DOM is shared among cross-site and same-origin-as-page script" mean?
  2299. # [19:16] * Quits: rniwa (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net) (Ping timeout)
  2300. # [19:16] <jfkthame> edmorley: ah, it's ok, my password change in thunderbird must've failed so i wasn't getting mail on that account
  2301. # [19:17] <edmorley> :-)
  2302. # [19:17] <jfkthame> however, while i've got your attention....
  2303. # [19:17] * Quits: cviecco (cviecco@2557E599.66715431.D25A875A.IP) (Connection reset by peer)
  2304. # [19:17] * Joins: rniwa (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net)
  2305. # [19:17] * edmorley hides
  2306. # [19:17] * Joins: cviecco (cviecco@2557E599.66715431.D25A875A.IP)
  2307. # [19:17] <@ted> BenWa: if we don't have symbols on the symbol server then we probably can't get them
  2308. # [19:17] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Quit: brendan)
  2309. # [19:17] <jfkthame> any idea why it seems to have decided against giving me android reftests? https://tbpl.mozilla.org/?tree=Try&rev=488365042cdc
  2310. # [19:17] <@ted> if they're not available via the MS symbol server we have no way to get them
  2311. # [19:17] <@ted> i assume that's a nvidia driver?
  2312. # [19:18] <jhammel> jfkthame: afaik, its less "decided against" vs "not implemented"
  2313. # [19:18] <jhammel> jfkthame: though ted or jmaher may know more
  2314. # [19:18] <@bsmedberg> we've gone around with nvidia about drivers symbols multiple times
  2315. # [19:18] * Joins: ferongr (ferongr@moz-16C0D4C4.dyn.edudsl.gr)
  2316. # [19:18] <jfkthame> jhammel: i'm virtually sure i've seen them in the past
  2317. # [19:18] <edmorley> jfkthame: hmm they appear to now be called "plain-reftest-3" etc
  2318. # [19:18] * Joins: imphil (philipp@moz-55513EF0.rad.med.uni-muenchen.de)
  2319. # [19:19] <jfkthame> oh, so trychooser is out of date, then?
  2320. # [19:19] <edmorley> jfkthame: I thought trychooser did partial matching, presumably not then
  2321. # [19:19] <edmorley> jfkthame: yeah, I'll file (best fix might be in the server side logic though)
  2322. # [19:19] <jfkthame> edmorley: thanks
  2323. # [19:19] <@ted> ehsan: bent added that loaded module list stuff so we could debug crashes that we suspected were caused by recently-unloaded modules
  2324. # [19:19] <jhammel> trychooser out of date...that never happens
  2325. # [19:19] <jfkthame> i'll try the plain- prefix on my next push and see what happens, thanks
  2326. # [19:20] * Quits: @dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net) (Ping timeout)
  2327. # [19:20] * Joins: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net)
  2328. # [19:20] * Quits: Cwiiis (cwiiis@88F51059.F3BBB17D.144F44FA.IP) (Ping timeout)
  2329. # [19:20] <@ted> i think you can get that in minidumps now with newer dbghelp.dll
  2330. # [19:20] <@ted> but we probably don't pass the flags to get it
  2331. # [19:20] * Quits: T3 (T3@moz-CD9B23A7.dsl.telesp.net.br) (Ping timeout)
  2332. # [19:21] * Quits: @ehsan (ehsan@F2D29657.F60B0462.67AC9B1.IP) (Connection reset by peer)
  2333. # [19:21] * Joins: ehsan (ehsan@F2D29657.F60B0462.67AC9B1.IP)
  2334. # [19:21] * ChanServ sets mode: +o ehsan
  2335. # [19:21] * philor|away is now known as philor
  2336. # [19:21] * Quits: rniwa (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net) (Quit: rniwa)
  2337. # [19:22] * Quits: azakai (alon@2557E599.66715431.D25A875A.IP) (Connection reset by peer)
  2338. # [19:22] * Joins: azakai_ (alon@2557E599.66715431.D25A875A.IP)
  2339. # [19:22] * capella is now known as capella|away
  2340. # [19:22] * Quits: romaxa (romaxa@670ACB81.66590CC0.4A6948F8.IP) (Ping timeout)
  2341. # [19:23] * Joins: brendan (brendaneic@2557E599.66715431.D25A875A.IP)
  2342. # [19:24] * wlach is now known as wlach|biab
  2343. # [19:24] * Joins: cpeterson (cpeterson@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2344. # [19:25] * Quits: scenor (Thunderbir@492F61BE.AB52151A.36CB4A35.IP) (Ping timeout)
  2345. # [19:25] <we11ington> jaws: Woo, I got a breakpoint in the JS!
  2346. # [19:26] * Quits: twi (Adium@4B8FCCF0.8AAAF769.FAAB0799.IP) (Quit: Leaving.)
  2347. # [19:26] * Joins: romaxa (romaxa@670ACB81.66590CC0.4A6948F8.IP)
  2348. # [19:27] * Joins: njn (chatzilla@moz-B89999FF.dyn.iinet.net.au)
  2349. # [19:28] * Quits: romaxa (romaxa@670ACB81.66590CC0.4A6948F8.IP) (Ping timeout)
  2350. # [19:28] * Joins: scenor (Thunderbir@492F61BE.AB52151A.36CB4A35.IP)
  2351. # [19:29] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/3dcd159e6cb5 - Asaf Romano - Bug 830242 - Double clicking a folder in the right side pane opens first item into the current tab. And sent the 'library' into the background. r=mak
  2352. # [19:29] * Joins: vtmarvin (Thunderbir@9D75911A.1239134F.E4B2C495.IP)
  2353. # [19:29] * Quits: davidb (davidb@F2D29657.F60B0462.67AC9B1.IP) (Quit: davidb)
  2354. # [19:30] * Quits: scenor (Thunderbir@492F61BE.AB52151A.36CB4A35.IP) (Ping timeout)
  2355. # [19:30] * Joins: davidb (davidb@F2D29657.F60B0462.67AC9B1.IP)
  2356. # [19:32] * Quits: mbrubeck (mozilla@7B99D36C.3A9F9BD4.4C2245EF.IP) (Quit: Leaving.)
  2357. # [19:32] * Joins: romaxa (romaxa@670ACB81.66590CC0.4A6948F8.IP)
  2358. # [19:32] * Joins: capella-s3 (capella-s3@moz-94820A09.pools.spcsdns.net)
  2359. # [19:33] * Quits: pcwalton (pcwalton@2557E599.66715431.D25A875A.IP) (Quit: pcwalton)
  2360. # [19:34] * Joins: scenor (Thunderbir@492F61BE.AB52151A.36CB4A35.IP)
  2361. # [19:35] * whimboo|afk is now known as whimboo
  2362. # [19:35] * Quits: romaxa (romaxa@670ACB81.66590CC0.4A6948F8.IP) (Ping timeout)
  2363. # [19:35] * Joins: lerc (quassel@moz-D4D0A25E.telstraclear.net)
  2364. # [19:35] * Joins: pcwalton (pcwalton@43CB6079.66715431.D25A875A.IP)
  2365. # [19:35] * mak is now known as mak|afk
  2366. # [19:35] * juanb is now known as juanb|brb
  2367. # [19:35] * dholbert|afk is now known as dholbert
  2368. # [19:36] * Quits: scenor (Thunderbir@492F61BE.AB52151A.36CB4A35.IP) (Ping timeout)
  2369. # [19:36] * Quits: paolo (paolo@moz-6FB9C476.retail.telecomitalia.it) (Client exited)
  2370. # [19:37] * Joins: till (till@moz-DC038B2F.web.vodafone.de)
  2371. # [19:37] * Quits: cabanier (cabanier@moz-6A1F2F2C.hsd1.wa.comcast.net) (Quit: Leaving.)
  2372. # [19:37] * Joins: romaxa (romaxa@670ACB81.66590CC0.4A6948F8.IP)
  2373. # [19:38] * Joins: NeilZZZ (neil@moz-7E027EE5.cable.virginmedia.com)
  2374. # [19:38] * Joins: gandalf (zbraniecki@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2375. # [19:38] * Quits: sankha93 (sankha93@7061CD01.D6BD0D91.22D41759.IP) (Quit: Leaving.)
  2376. # [19:39] <jaws> we11ington: \o/
  2377. # [19:39] <we11ington> jaws: But now I'm officially confused, it's now ignoring the breakpoints....
  2378. # [19:40] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/9b83a5ada45f - Jon Coppeard - Bug 830332 - jittest gc/incremental-state.js fails if rooting analysis enabled r=billm
  2379. # [19:40] * Joins: scenor (Thunderbir@492F61BE.AB52151A.36CB4A35.IP)
  2380. # [19:40] * Joins: kmoir-afk (chatzilla@F2D29657.F60B0462.67AC9B1.IP)
  2381. # [19:40] * kmoir-afk is now known as kmoir
  2382. # [19:40] * cmcavoy-away is now known as cmcavoy
  2383. # [19:42] * Joins: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net)
  2384. # [19:42] * Joins: dzbarsky (Adium@moz-D570BDD0.wlan.sas.upenn.edu)
  2385. # [19:42] * Joins: mbrubeck (mozilla@7B99D36C.3A9F9BD4.4C2245EF.IP)
  2386. # [19:43] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/22348dcd8478 - Jeff Muizelaar - Bug 830792. Build SkAnnotation.cpp. r=gw280
  2387. # [19:43] * Quits: hub (hub@E639FEDB.F04051C4.DC1243F8.IP) (Ping timeout)
  2388. # [19:45] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e3f595d0430b - Jim Chen - Bug 830131 - Avoid null String comparison in InputMethods.java; r=cpeterson
  2389. # [19:45] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Quit: brendan)
  2390. # [19:45] * juanb|brb is now known as juanb
  2391. # [19:45] * Joins: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP)
  2392. # [19:45] <we11ington> jaws: Something else has to be doing the zooming, it can't be in browser.js
  2393. # [19:45] <gaston> are there any known reported regression with saved passwds not being used to autocomplete with ffx 18 ?
  2394. # [19:46] <imphil> Pike, I'm building xulrunner mozilla-beta with german l10n. it is expected that chrome/global/aboutTelemetry.dtd is not found?
  2395. # [19:46] * Joins: Archaeopteryx (itsme@moz-756328DB.cust.telecolumbus.net)
  2396. # [19:46] * armenzg_lunch is now known as armenzg
  2397. # [19:47] * AutomatedTester|away is now known as AutomatedTester
  2398. # [19:47] * Joins: hub (hub@E639FEDB.F04051C4.DC1243F8.IP)
  2399. # [19:47] * Quits: ehugg (ehugg@E45EF543.C5EAED67.6CD50604.IP) (Ping timeout)
  2400. # [19:48] * AutomatedTester is now known as AutomatedTester|Train
  2401. # [19:48] <Pike> imphil: xulrunner and l10n isn't really all that supported, but http://mxr.mozilla.org/l10n-mozilla-beta/source/de/toolkit/chrome/global/aboutTelemetry.dtd is there
  2402. # [19:48] * Quits: espindola (espindola@moz-C4DD6774.dsl.teksavvy.com) (Ping timeout)
  2403. # [19:49] * Joins: cabanier (cabanier@89803C3C.27D0C967.A0B21F13.IP)
  2404. # [19:49] <imphil> wait, did I miss it in my checkout and in hgweb? let me check ...
  2405. # [19:49] * mdas is now known as mdas|afk
  2406. # [19:50] * Joins: espindola (espindola@moz-489DD8B8.dsl.teksavvy.com)
  2407. # [19:50] * Joins: dveditz (dveditz@moz-131789FA.dhcp.cruzio.com)
  2408. # [19:50] * ChanServ sets mode: +o dveditz
  2409. # [19:51] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/59f1b26070ba - Mike Connor - bug 830498 - fix hardcoded brand references in data choices prefpane, r=jaws
  2410. # [19:51] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/450f0995c9ad - Gregory Szorc - Bug 828149 - Enable Firefox Health Report on Linux; r=mconnor
  2411. # [19:51] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/51f8cc9091ba - Mike Connor - bug 830418 - hide health report menu items if health report is disabled, r=rnewman
  2412. # [19:51] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/cb1a3095681e - Gregory Szorc - Bug 830626 - Add HealthReportComponents.manifest to package manifest; r=trivial
  2413. # [19:51] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/6d3cb2d6873e - Gregory Szorc - Bug 829953 - Interact with FHR properly from about:healthreport; r=rnewman
  2414. # [19:51] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/ad87f1e26c5a - Gregory Szorc - Bug 828149 - Cancel timer during application shutdown. r=rnewman
  2415. # [19:51] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/23d766f15e35 - Ehsan Akhgari - Merge mozilla-central into mozilla-inbound
  2416. # [19:52] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/77e4b2a4cc31 - Gregory Szorc - Merge mozilla-central into services-central
  2417. # [19:52] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/e63a093f325e - Mike Connor - bug 830090 - Access key for Choose What I Share button in info bar is broken, r=gps
  2418. # [19:52] * Joins: brendan (brendaneic@2557E599.66715431.D25A875A.IP)
  2419. # [19:53] * Quits: n00b_dust (n00b_dust@CD26ABC5.1C081A86.35E0727C.IP) (Quit: Leaving)
  2420. # [19:53] * Quits: nrc (nrc@88F51059.F3BBB17D.144F44FA.IP) (Ping timeout)
  2421. # [19:53] * Quits: mreavy (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net) (Ping timeout)
  2422. # [19:53] * baku is now known as baku|away
  2423. # [19:53] * Joins: mreavy (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  2424. # [19:54] <edmorley> ehsan: frustrating that there hasn't been a pgo green for ages; so much overlapping bustage on inbound
  2425. # [19:54] <edmorley> have been wanting to merge all day :-/
  2426. # [19:54] * Joins: Goldorak (chatzilla@7CD1B470.2BC633E3.88CF6591.IP)
  2427. # [19:54] <imphil> Pike, uh, sorry. "hg up tip" didn't work out as expected ...
  2428. # [19:54] * mak|afk is now known as mak
  2429. # [19:55] * Joins: teoli (teoli@moz-41A7FBC7.sw.biz.rr.com)
  2430. # [19:55] <Ms2ger> edmorley, my reaction would've been to close around noon ;)
  2431. # [19:55] * Joins: ddahl (ddahl@2557E599.66715431.D25A875A.IP)
  2432. # [19:56] * Quits: mreavy (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net) (Ping timeout)
  2433. # [19:57] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/1fecb291afcc - Benjamin Smedberg - Bug 828184 - Block qipcap.dll version 7.6.815.1 and earlier for a topcrash related to an interface change of nsIPrefBranch, r=ehsan
  2434. # [19:57] * Quits: spartanfire (guimdearau@moz-59E5512E.dhcp.egr.msu.edu) (Quit: spartanfire)
  2435. # [19:57] * Joins: mreavy (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  2436. # [19:57] <@ehsan> edmorley: yeah I know :(
  2437. # [19:58] * Quits: @ehsan (ehsan@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  2438. # [19:58] * Quits: gsvelto (Thunderbir@moz-9A1BE8AF.cust.dsl.vodafone.it) (Quit: gsvelto)
  2439. # [19:58] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/9de04b80715f - Dirkjan Ochtman - Bug 638219: move JIT testing code closer to other JS test code; r=terrence
  2440. # [19:58] * Joins: sworkman_ (sworkman@2557E599.66715431.D25A875A.IP)
  2441. # [19:59] * jcranmer|away is now known as jcranmer
  2442. # [19:59] * Quits: smooney_ (smooney@2557E599.66715431.D25A875A.IP) (Quit: smooney_)
  2443. # [20:00] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  2444. # [20:00] * Quits: sworkman (sworkman@2557E599.66715431.D25A875A.IP) (Ping timeout)
  2445. # [20:00] * sworkman_ is now known as sworkman
  2446. # [20:00] * Joins: pnemsak (Miranda@moz-192A9791.orange.sk)
  2447. # [20:00] * Quits: jet (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net) (Connection reset by peer)
  2448. # [20:00] * Joins: jet_ (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2449. # [20:00] * Quits: bmoss (bmoss@2557E599.66715431.D25A875A.IP) (Ping timeout)
  2450. # [20:00] * Quits: sworkman (sworkman@2557E599.66715431.D25A875A.IP) (Connection reset by peer)
  2451. # [20:00] * Joins: sworkman (sworkman@2557E599.66715431.D25A875A.IP)
  2452. # [20:01] <khuey> I've found a problem with expensify
  2453. # [20:01] * Quits: teoli (teoli@moz-41A7FBC7.sw.biz.rr.com) (Ping timeout)
  2454. # [20:01] <khuey> the "browser" icon it uses is Chrome :-/
  2455. # [20:01] <jhammel> boo!
  2456. # [20:01] <khuey> I think we have to go back to shoeboxed
  2457. # [20:01] * Joins: bmoss (bmoss@2557E599.66715431.D25A875A.IP)
  2458. # [20:02] <Ms2ger> What's next, they use Optimizely?
  2459. # [20:02] <jcranmer> I thought the browser icon was supposed to be an old-timey ship wheel in a greenish-blue background
  2460. # [20:03] * Joins: smooney_ (smooney@2557E599.66715431.D25A875A.IP)
  2461. # [20:03] <we11ington> When a Gecko window event is dispatched, what picks it up?
  2462. # [20:03] * Joins: sfink (chatzilla@moz-CD25171E.dsl.pltn13.sbcglobal.net)
  2463. # [20:03] * Quits: garnacho (carlos@moz-D7EB88C7.dyn.user.ono.com) (Ping timeout)
  2464. # [20:03] <we11ington> I've been trying to chase this event for hours, I cannot find where it goes
  2465. # [20:03] * mdas|afk is now known as mdas
  2466. # [20:04] * Quits: tanvi (tanvi@2557E599.66715431.D25A875A.IP) (Quit: Leaving.)
  2467. # [20:05] * Joins: tanvi (tanvi@2557E599.66715431.D25A875A.IP)
  2468. # [20:05] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e8efa257d99b - Boris Zbarsky - Bug 830614. Wrapping a wrappercached WebIDL object should watch out for reentry via WrapNativeParent. r=peterv
  2469. # [20:05] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/bb16e053e620 - Boris Zbarsky - Bug 828139. Expose a friend API for AppendUnique. r=waldo
  2470. # [20:05] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/a2ae519be9bd - Boris Zbarsky - Bug 827799. Apply clip to outer table frames as needed. r=roc
  2471. # [20:05] * Joins: gsvelto (Thunderbir@moz-9A1BE8AF.cust.dsl.vodafone.it)
  2472. # [20:05] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/609b32dec10d - Boris Zbarsky - Bug 830553. Make the asserts in nsWrapperCache.h fatal. r=mccr8
  2473. # [20:05] <@smaug> we11ington: window event?
  2474. # [20:06] * Joins: ehsan (ehsan@F2D29657.F60B0462.67AC9B1.IP)
  2475. # [20:06] * ChanServ sets mode: +o ehsan
  2476. # [20:06] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/69c937105d32 - Asaf Romano - Bug 830842 - Clear Downloads button should appear only for Downloads View. r=mak
  2477. # [20:06] * Joins: sfink_ (chatzilla@moz-CD25171E.dsl.pltn13.sbcglobal.net)
  2478. # [20:06] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  2479. # [20:06] <we11ington> smaug: I'm probably using wrong terminology, but this: http://mxr.mozilla.org/mozilla-central/source/widget/cocoa/nsChildView.mm#2847
  2480. # [20:07] <@ehsan> ted: is there a bug on file for doing that?
  2481. # [20:07] <we11ington> Converts the gesture event given by the OS to a Gecko event, and sends it up to somewhere
  2482. # [20:07] <we11ington> Dunno where
  2483. # [20:08] * whimboo is now known as whimboo|afk
  2484. # [20:08] * Quits: jammink (textual@2557E599.66715431.D25A875A.IP) (Quit: Computer has gone to sleep.)
  2485. # [20:08] * Joins: erikvold_ (erikvold@A5087023.2354C43D.D8E68FF6.IP)
  2486. # [20:08] * geekboy|afk is now known as geekboy
  2487. # [20:09] * Joins: jammink (textual@2557E599.66715431.D25A875A.IP)
  2488. # [20:09] * Quits: graememcc (chatzilla@moz-2F877331.range86-160.btcentralplus.com) (Ping timeout)
  2489. # [20:09] * Quits: erikvold_ (erikvold@A5087023.2354C43D.D8E68FF6.IP) (Quit: erikvold_)
  2490. # [20:09] * Joins: spartanfire (guimdearau@moz-59E5512E.dhcp.egr.msu.edu)
  2491. # [20:09] * Quits: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP) (Ping timeout)
  2492. # [20:09] * Joins: ehugg (ehugg@E45EF543.C5EAED67.6CD50604.IP)
  2493. # [20:09] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  2494. # [20:10] * AutomatedTester|Train is now known as AutomatedTester|away
  2495. # [20:10] <@smaug> we11ington: so, it is dispatch via the widget level code
  2496. # [20:10] <@smaug> then via view/viewmanager to presshell
  2497. # [20:10] <mak> did something change recently regarding Windows SDK? after last clobber I keep getting a build error in Jun2010_d3dx9_43_x86.cab
  2498. # [20:10] <@smaug> which then call nsEventDispatcher::Dispatch
  2499. # [20:11] * Quits: nattofriends (tsutsumi@moz-A369A791.warosu.org) (Ping timeout)
  2500. # [20:11] <@smaug> we11ington: you can add event listener for gesture events in chrome code
  2501. # [20:11] * mattwoodrow|away is now known as mattwoodrow
  2502. # [20:11] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Quit: ChatZilla 0.9.89 [Firefox 18.0/20130104151948])
  2503. # [20:11] <@smaug> and check the stack trace
  2504. # [20:11] <we11ington> smaug: What's confusing me is that it is already picked up and does a crude zoom (Essentially, the View->Zoom->Zoom In style)
  2505. # [20:12] <@smaug> yes
  2506. # [20:12] <we11ington> I dropped a breakpoint in browser.js, which has *something* to do with the event
  2507. # [20:12] <we11ington> http://mxr.mozilla.org/mozilla-central/source/browser/base/content/browser.js#782
  2508. # [20:12] * mak tries to reinstall DXSDK
  2509. # [20:12] <@smaug> yup
  2510. # [20:12] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/8e7daee5f5a9 - Shu-yu Guo - Bug 830269 - Thread the callee typeset through instead of incorrectly recomputing (r=dvander)
  2511. # [20:12] <we11ington> But, tracing through that in the Browser Debugger, I can't find where it actually does something
  2512. # [20:13] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  2513. # [20:13] <we11ington> It never calls the _doAction function because the offset never gets large enough (abs 150 IIRC?)
  2514. # [20:13] <@smaug> oh
  2515. # [20:13] <we11ington> It calls _setupGesture, which defines and calls _doUpdate, which does nothing when the offset is so small
  2516. # [20:13] <we11ington> Yet still, the zoom would happen, BEFORE the breakpoint was reached
  2517. # [20:13] <@smaug> gesture events were added when 10.5 was released iirc
  2518. # [20:14] <we11ington> Which leads me to believe the zoom happens elsewhere, but the event is also caught by browser.js
  2519. # [20:14] * Joins: sheppy (sheppy@moz-41A7FBC7.sw.biz.rr.com)
  2520. # [20:14] <we11ington> But I cannot find anywhere else where MozMagnifyGesture is in there, so I'm not sure what else could be doing the zoom
  2521. # [20:14] * Parts: scenor (Thunderbir@492F61BE.AB52151A.36CB4A35.IP)
  2522. # [20:14] <@ted> ehsan: for making sure we get unloaded modules in minidumps?
  2523. # [20:14] * Joins: teoli (teoli@moz-41A7FBC7.sw.biz.rr.com)
  2524. # [20:14] * Joins: nattofriends (tsutsumi@moz-A369A791.warosu.org)
  2525. # [20:14] <we11ington> Also, nothing happened until I went and defined the command in about:config to do cmd_FullZoomEnlarge, etc.
  2526. # [20:14] <@ted> not that i'm aware of
  2527. # [20:15] <@ehsan> ted: yeah
  2528. # [20:15] <@ehsan> ok
  2529. # [20:15] <@ehsan> anyways
  2530. # [20:15] <@ted> probably a 1 or 2 line fix
  2531. # [20:15] <@ehsan> ted: do you think it's a good idea for us to keep this code around?
  2532. # [20:15] <@ted> i never use its results
  2533. # [20:15] <@ted> i don't know if anyone else does
  2534. # [20:15] * Joins: graememcc (chatzilla@moz-EA1236EC.range31-52.btcentralplus.com)
  2535. # [20:15] <@ted> i suspect the cost/benefit ratio is high
  2536. # [20:16] <@ehsan> yeah the cost is surely high!
  2537. # [20:16] * Joins: sewardj (sewardj@moz-3FB95117.dip.t-dialin.net)
  2538. # [20:16] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/c5000bd7ffea - Sriram Ramasubramanian - Bug 809790: Remove custom share menu. [r=mfinkle] [a=bbajaj]
  2539. # [20:17] * Joins: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP)
  2540. # [20:17] * Quits: jlmendezbonini (textual@moz-FF9FDD58.twcny.res.rr.com) (Connection reset by peer)
  2541. # [20:19] * Quits: sicking (sicking@moz-7F871C5C.hsd1.ca.comcast.net) (Quit: sicking)
  2542. # [20:19] * Joins: damons (gnubeard@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2543. # [20:19] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Quit: Edgar)
  2544. # [20:20] <@smaug> we11ington: hmm, odd
  2545. # [20:20] <@smaug> (I don't have a mac to test this)
  2546. # [20:21] * Quits: ddahl (ddahl@2557E599.66715431.D25A875A.IP) (Ping timeout)
  2547. # [20:21] * Quits: FabioMagnoni (fabiomagno@moz-D10BCF83.dsl.telesp.net.br) (Ping timeout)
  2548. # [20:22] <@smaug> we11ington: I guess you could add a break point to DocumentViewerImpl::SetFullZoom
  2549. # [20:22] * Quits: Jesse (jruderman@moz-537BCF9.hsd1.ca.comcast.net) (Quit: Jesse)
  2550. # [20:24] * Joins: FabioMagnoni (fabiomagno@moz-CBBD7C4F.dsl.telesp.net.br)
  2551. # [20:24] * Joins: darkowlzz (darkowlzz@6A8EF7EC.9FA95D34.27560D6E.IP)
  2552. # [20:25] <jwir3> we11ington: It's actually nsDocumentViewer now
  2553. # [20:25] <jwir3> :)
  2554. # [20:25] <we11ington> jwir3: smaug Yep, found it there :)
  2555. # [20:25] * Joins: ferjm (ferjm@moz-23947203.red-88-0-242.dynamicip.rima-tde.net)
  2556. # [20:25] * Joins: xk1sv (xk1sv@FDCC56F4.F5AF084C.3318EDCA.IP)
  2557. # [20:26] * Quits: damons (gnubeard@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: damons)
  2558. # [20:26] <mak> edmorley: is current situation normal? I see a bunch of running builds and no tests anywhere...
  2559. # [20:27] <mak> looks suspicious
  2560. # [20:27] * Quits: kinetik (kinetik@A3E5387E.40A78F8C.FC74E68.IP) (Ping timeout)
  2561. # [20:30] * Joins: seth_ (seth@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2562. # [20:30] * Quits: jet_ (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net) (Connection reset by peer)
  2563. # [20:30] <mak> hm...linux just finished, maybe not
  2564. # [20:30] * Quits: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net) (Connection reset by peer)
  2565. # [20:30] * seth_ is now known as seth
  2566. # [20:30] * Joins: jet (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2567. # [20:30] * Joins: kinetik (kinetik@A3E5387E.40A78F8C.FC74E68.IP)
  2568. # [20:31] <gps> did somebody hit a big pause button on inbound?
  2569. # [20:31] * Quits: @ehsan (ehsan@F2D29657.F60B0462.67AC9B1.IP) (Connection reset by peer)
  2570. # [20:31] * Joins: Boriss_ (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2571. # [20:31] * Joins: jlmendezbonini (textual@moz-FF9FDD58.twcny.res.rr.com)
  2572. # [20:31] * Joins: ehsan (ehsan@F2D29657.F60B0462.67AC9B1.IP)
  2573. # [20:31] * ChanServ sets mode: +o ehsan
  2574. # [20:31] * Quits: Boriss (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  2575. # [20:31] <mak> gps: oops sorry thought was the coffee button
  2576. # [20:31] * AutomatedTester|away is now known as AutomatedTester
  2577. # [20:31] * Quits: nattofriends (tsutsumi@moz-A369A791.warosu.org) (Ping timeout)
  2578. # [20:32] * Boriss_ is now known as Boriss
  2579. # [20:32] * Joins: nattofriends (tsutsumi@moz-A369A791.warosu.org)
  2580. # [20:32] <we11ington> Hey smaug, that event does run through nsDocumentViewer, so I finally caught it
  2581. # [20:32] <we11ington> Maybe
  2582. # [20:32] <we11ington> :D
  2583. # [20:32] <we11ington> Thanks!
  2584. # [20:32] <@smaug> k
  2585. # [20:32] <@smaug> does the event go there somehow ?
  2586. # [20:32] * @smaug reads some code
  2587. # [20:33] <edmorley> mak: the trees were closed for a bit, so once reopened, we had several pushes at once
  2588. # [20:33] <reuben> in JS, how do I throw a specific DOMError message from this list: http://www.w3.org/TR/dom/#interface-domerror
  2589. # [20:34] <reuben> it seems only C++ implements the helpers to create a DOMError from the message type
  2590. # [20:34] <mak> edmorley: still, linux and mac finishing at the same time looked suspicious
  2591. # [20:34] <Ms2ger> reuben, first, look at dom.spec.whatwg.org
  2592. # [20:34] <mak> edmorley: and mano pushed before the tree was closed
  2593. # [20:34] <nthomas|away> edmorley: you clobbered the world instead of just mac ?
  2594. # [20:34] <reuben> Ms2ger, right – http://dom.spec.whatwg.org/#interface-domerror
  2595. # [20:35] * nthomas|away is now known as nthomas
  2596. # [20:35] <Ms2ger> reuben, and mozilla::dom::DOMRequest::CreateForNSResult(NS_ERROR_DOM_INDEX_SIZE_ERR), I guess
  2597. # [20:36] <jdm> we11ington: you have a nick that is delightfully resilient to casual tab-completion
  2598. # [20:36] <we11ington> jdm, heheh
  2599. # [20:36] <Ms2ger> jdm, didn't notice the ones? :)
  2600. # [20:36] * azakai_ is now known as azakai
  2601. # [20:36] <Ann_Yimi_> mdas: ping
  2602. # [20:37] <reuben> Ms2ger, yes, but I'm in JS-land
  2603. # [20:37] <Ms2ger> reuben, huh, why would you be in JS?
  2604. # [20:38] * Quits: jdm (jdm@moz-F8747CC6.dsl.ovh.fr) (Quit: Lost terminal)
  2605. # [20:38] * Joins: ddahl (ddahl@43CB6079.66715431.D25A875A.IP)
  2606. # [20:38] <reuben> Ms2ger, because nsIDOMSettingsLock is implemented with JS, see http://mxr.mozilla.org/mozilla-central/source/dom/settings/SettingsManager.js#30
  2607. # [20:39] <Ms2ger> That's a silly thing to do
  2608. # [20:39] <edmorley> nthomas|away: yes, was just quicker (and an unrelated change earlier means we had to modify the clobber file anyway, so will be needing to for that)
  2609. # [20:39] <reuben> heh
  2610. # [20:39] * Quits: nhirata (anonymous@moz-F8747CC6.dsl.ovh.fr) (Quit: nhirata)
  2611. # [20:39] * jhammel is now known as jhammel|lunch
  2612. # [20:40] <Ms2ger> Probably copy the junk from http://mxr.mozilla.org/mozilla-central/source/dom/apps/src/Webapps.js#275 , but we'll break that at some point
  2613. # [20:40] * Quits: dzbarsky (Adium@moz-D570BDD0.wlan.sas.upenn.edu) (Quit: Leaving.)
  2614. # [20:40] <nthomas> edmorley: ah, ok
  2615. # [20:40] * Quits: jprmc (jprmc@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  2616. # [20:40] * jwir3 is now known as jwir3|lunch
  2617. # [20:42] * Quits: jet (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net) (Connection reset by peer)
  2618. # [20:42] * Joins: jet (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2619. # [20:43] * Quits: JeroenDeDauw (j@moz-6418E1AF.dip.t-dialin.net) (Ping timeout)
  2620. # [20:43] <@ehsan> bz: congrats on XULElement!
  2621. # [20:43] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/602e2fa9589b - Nick Alexander - Bug 799615 - Make Android Send Tab handle Twitter share intents. r=rnewman
  2622. # [20:43] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/efc19196a382 - Nick Alexander - Bug 828594 - Follow-up: Remove import from AnnouncementsStartReceiver. r=trivial
  2623. # [20:44] * Joins: JeroenDeDauw (j@moz-1F3EC66F.dip.t-dialin.net)
  2624. # [20:45] <bz> ehsan: well, I still need review. ;)
  2625. # [20:45] <@ehsan> bz: yeah but still!
  2626. # [20:45] <bz> ehsan: but https://tbpl.mozilla.org/?tree=Try&rev=5414e72c63a2 is green
  2627. # [20:46] * Quits: Ann_Yimi_ (Ann_Yiming@2557E599.66715431.D25A875A.IP) (Input/output error)
  2628. # [20:47] * Quits: Optimizer (Optimizer@BDDBBD8B.77C3595E.BE90E62C.IP) (Ping timeout)
  2629. # [20:47] * Quits: mshal (mshal@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  2630. # [20:47] * Joins: mshal (mshal@F2D29657.F60B0462.67AC9B1.IP)
  2631. # [20:47] * Quits: spartanfire (guimdearau@moz-59E5512E.dhcp.egr.msu.edu) (Quit: spartanfire)
  2632. # [20:47] * Quits: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP) (Quit: erikvold)
  2633. # [20:49] * Quits: mbrubeck (mozilla@7B99D36C.3A9F9BD4.4C2245EF.IP) (Quit: Leaving.)
  2634. # [20:50] * Joins: Jesse (jruderman@2557E599.66715431.D25A875A.IP)
  2635. # [20:50] * Joins: Optimizer (Optimizer@A9E35D7D.666C080C.274D17D6.IP)
  2636. # [20:52] <reuben> Ms2ger, hm, if I use that code it shows up as a NS_ERROR_XPC_JS_THREW_NATIVE_OBJECT error for the API consumer
  2637. # [20:52] * Joins: sicking (sicking@moz-7F871C5C.hsd1.ca.comcast.net)
  2638. # [20:52] <reuben> Ms2ger, I guess I'll just return the equivalent NS_ERROR_DOM_ code
  2639. # [20:52] <Ms2ger> reuben, wait, you're throwing a DOMError as an exception?
  2640. # [20:52] * Quits: stransky (stransky@moz-E09B938B.net.upcbroadband.cz) (Quit: Connection reset by beer)
  2641. # [20:52] * jcranmer is now known as jcranmer|away
  2642. # [20:52] * Quits: cpearce (cpearce@moz-A1E28DBA.xdsl.xnet.co.nz) (Ping timeout)
  2643. # [20:53] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/72e6f1044914 - Andreea Pod - Bug 745041 - Robocop: Add test for 'Clear History'. r=jmaher
  2644. # [20:54] * Joins: ehugg_ (ehugg@E45EF543.C5EAED67.6CD50604.IP)
  2645. # [20:54] * Quits: ehugg (ehugg@E45EF543.C5EAED67.6CD50604.IP) (Connection reset by peer)
  2646. # [20:54] * ehugg_ is now known as ehugg
  2647. # [20:54] * Quits: nattofriends (tsutsumi@moz-A369A791.warosu.org) (Ping timeout)
  2648. # [20:54] * Joins: nattofriends (tsutsumi@moz-A369A791.warosu.org)
  2649. # [20:55] * Quits: kmoir (chatzilla@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  2650. # [20:55] * cjones is now known as cjones-food
  2651. # [20:55] * Quits: clee (clee@2557E599.66715431.D25A875A.IP) (Quit: clee)
  2652. # [20:56] * Joins: kmoir (chatzilla@F2D29657.F60B0462.67AC9B1.IP)
  2653. # [20:56] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  2654. # [20:56] * Quits: FabioMagnoni (fabiomagno@moz-CBBD7C4F.dsl.telesp.net.br) (Quit: FabioMagnoni)
  2655. # [20:56] * Joins: kaie (kaie@moz-7A7E630D.dip.t-dialin.net)
  2656. # [20:57] * Quits: sewardj (sewardj@moz-3FB95117.dip.t-dialin.net) (Ping timeout)
  2657. # [20:57] * curtisk is now known as curtisk|afk
  2658. # [20:57] * Joins: garnacho (carlos@moz-D7EB88C7.dyn.user.ono.com)
  2659. # [20:58] * Quits: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Leaving.)
  2660. # [20:58] * Quits: smooney_ (smooney@2557E599.66715431.D25A875A.IP) (Quit: smooney_)
  2661. # [20:58] * Joins: mbrubeck (mozilla@7B99D36C.3A9F9BD4.4C2245EF.IP)
  2662. # [20:59] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Connection reset by peer)
  2663. # [20:59] * Joins: brendan (brendaneic@2557E599.66715431.D25A875A.IP)
  2664. # [20:59] * Joins: Design (chatzilla@moz-7A1F690C.threembb.co.uk)
  2665. # [20:59] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/919b82e39cf8 - Terrence Cole - Bug 638219 - Followup to put back the execute bit on jit_tests.py; r=djc
  2666. # [21:00] <dholbert> Is anyone planning a mi --> mc merge soon? We should probably get mats' NS_MIN/MAX removal merged over soonish, before something that uses those macros lands on m-c
  2667. # [21:00] * Quits: sicking (sicking@moz-7F871C5C.hsd1.ca.comcast.net) (Quit: sicking)
  2668. # [21:00] * Joins: brendan_ (brendaneic@2557E599.66715431.D25A875A.IP)
  2669. # [21:00] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Connection reset by peer)
  2670. # [21:00] * brendan_ is now known as brendan
  2671. # [21:00] <mcsmurf> dholbert: I think edmorley was/is waiting for a green PGO build
  2672. # [21:00] * Joins: dzbarsky (Adium@moz-442A761B.wlan.wireless-pennnet.upenn.edu)
  2673. # [21:01] <mcsmurf> (he said that earlier)
  2674. # [21:01] * Quits: akeybl (akeybl@2557E599.66715431.D25A875A.IP) (Connection reset by peer)
  2675. # [21:01] <Design> guys - experimenting with svg - gecko implementation is "fairly" solid. noticed a significant limitation - all mouse hits seem to target the svg bounding rect rather than pass events down to things underneath if there's no hit on the svg geometry. tried embed, object, iframe & direct inline. this is not good.
  2676. # [21:01] * Joins: akeybl_ (akeybl@2557E599.66715431.D25A875A.IP)
  2677. # [21:01] <Ms2ger> dholbert, they're functions, and I doubt it ;)
  2678. # [21:02] * Joins: jprmc (jprmc@F2D29657.F60B0462.67AC9B1.IP)
  2679. # [21:02] <dholbert> Ms2ger, (ah right, I misspoke.)
  2680. # [21:02] <Ms2ger> I wonder if std::min/max suck as badly as std::abs
  2681. # [21:02] * Fallen is now known as Fallen|away
  2682. # [21:03] <dholbert> edmorley, https://tbpl.mozilla.org/?tree=Mozilla-Inbound&rev=762779b020db is looking pretty good, w/ Win pgo results (most, but not quite all, tests done & green)
  2683. # [21:03] <dholbert> Design, did you try setting "pointer-events:none" on the outer <svg> element?
  2684. # [21:03] <jhammel|lunch> Ms2ger: isn't std::abs deprecated by std::sixpack ?
  2685. # [21:04] <Design> dholbert - no - thanks. will look that up. cheers.
  2686. # [21:04] <@bsmedberg> woohoo, I'm WONTFIXing 4-digit bugs
  2687. # [21:04] * ferjm is now known as ferjm|afk
  2688. # [21:05] <dholbert> Design, I'm not convinced that'll fix things, but it might
  2689. # [21:05] * Joins: sicking (sicking@moz-7F871C5C.hsd1.ca.comcast.net)
  2690. # [21:05] * Quits: kdcw (kdc@moz-F7413045.pk.shawcable.net) (Quit: HydraIRC -> http://www.hydrairc.com <- s0 d4Mn l33t |t'z 5c4rY!)
  2691. # [21:05] <dholbert> Design, see http://www.w3.org/TR/SVG11/interact.html#PointerEventsProperty for documentation
  2692. # [21:05] <Design> thanks
  2693. # [21:06] <dholbert> Design, for <embed> / <object> / <iframe> that won't (and shouldn't) work
  2694. # [21:06] * Joins: squeakytoy (christoffe@moz-79070305.dynamic.se.alltele.net)
  2695. # [21:06] <edmorley> dholbert: that push is broken for b2g, needs backout of 28a2d814fda4
  2696. # [21:06] <edmorley> s/of//
  2697. # [21:06] <dholbert> edmorley, ah, good catch. Thanks for being on top of it
  2698. # [21:06] <@ehsan> bbondy: should I land the patch in bug 829829 as DONTBUILD for now?
  2699. # [21:06] * Quits: sicking (sicking@moz-7F871C5C.hsd1.ca.comcast.net) (Quit: sicking)
  2700. # [21:06] <edmorley> I'm waiting for green on 66c50eff016e, which is hopefully the first all green for 12-18 hours
  2701. # [21:06] * Joins: clee (clee@2557E599.66715431.D25A875A.IP)
  2702. # [21:07] <edmorley> dholbert: yw :-)
  2703. # [21:07] <Design> well the thing is no-one else supports svg use xrefs so those are the only ways to avoid inlining.
  2704. # [21:07] <Design> ofc you could say that's their problem but it's mine too.
  2705. # [21:07] <@ehsan> edmorley: wow, first green after 12-18 hours?
  2706. # [21:07] <@ehsan> we're doing a great job it seems ;)
  2707. # [21:07] <Ms2ger> ehsan, Ha. Ha. Ha.
  2708. # [21:07] * Quits: mbrubeck (mozilla@7B99D36C.3A9F9BD4.4C2245EF.IP) (Quit: Leaving.)
  2709. # [21:07] <@bsmedberg> ugh, 4380 bugs
  2710. # [21:07] <Design> xref = external references
  2711. # [21:07] <@ehsan> Ms2ger: that was not happy laughter, was it? ;)
  2712. # [21:08] <Ms2ger> ehsan, you must be new here
  2713. # [21:08] <@ehsan> no, just sarcastic!
  2714. # [21:08] <Waldo> Ms2ger: std::min/max is fully type-generic where std::abs wasn't, so I think they're okay
  2715. # [21:08] * Quits: past (Instantbir@moz-16F5829C.dsl.dyn.forthnet.gr) (Quit: past)
  2716. # [21:08] <dholbert> Design, I don't understand what you're saying, but I don't think we're going to let the contents of an <iframe> tell the <iframe> to transfer clicks to the stuff behind it
  2717. # [21:09] * Quits: Ms2ger (Ms2ger@2BE1296A.E24D5586.3773EA9F.IP) (Quit: nn)
  2718. # [21:09] <Design> well not all referenced content is opaque rectangles.
  2719. # [21:09] <dholbert> Design, I didn't say it was
  2720. # [21:09] * Quits: myk (myk@moz-64D96850.dsl.dynamic.sonic.net) (Ping timeout)
  2721. # [21:09] <Design> that's the implication of not passing clicks down the z stack
  2722. # [21:09] <Design> events not clicks
  2723. # [21:10] <edmorley> ehsan: yeah coalescing (and the general unreliability) of marionette meant the broken a5b75feea6dd which landed 1500PST yesterday wasn't noticed/backed out until 0300 PST today
  2724. # [21:10] <dholbert> Design, let's head over to #svg
  2725. # [21:10] <edmorley> but that overlapped with additional bustage since
  2726. # [21:10] <@ehsan> shoot
  2727. # [21:10] <bbondy> ehsan: no I'd rather we wait for the binary at the same time to keep them in sync when looking back in history
  2728. # [21:10] * Quits: darkowlzz (darkowlzz@6A8EF7EC.9FA95D34.27560D6E.IP) (Ping timeout)
  2729. # [21:10] <Design> k cheers
  2730. # [21:10] <@ehsan> bbondy: ok sounds good
  2731. # [21:10] * Quits: Mano (mano@E70167CE.7DFE0D4A.39716721.IP) (Client exited)
  2732. # [21:13] * akeybl_ is now known as akeybl
  2733. # [21:13] * Joins: ehugg_lime (ehugg_lime@moz-851FD57E.mycingular.net)
  2734. # [21:14] * Joins: smooney_ (smooney@2557E599.66715431.D25A875A.IP)
  2735. # [21:15] * Quits: sworkman (sworkman@2557E599.66715431.D25A875A.IP) (Input/output error)
  2736. # [21:15] * Joins: sworkman (sworkman@2557E599.66715431.D25A875A.IP)
  2737. # [21:16] <jduell> edmorley: if I have a patch that just reduces the loop count of a mochitest so it takes less time to run, should I land it as DONTBUILD so I consume less try resources?
  2738. # [21:16] <jduell> i.e. it's really trivial and the next build will tell us if it stops the timeout issue
  2739. # [21:16] <edmorley> jduell: sure :-)
  2740. # [21:16] <edmorley> thank you
  2741. # [21:16] * jgriffin is now known as jgriffin-lunch
  2742. # [21:17] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/2c96e14d0557 - Jason Duell - Bug 830920 - Reduce running time of test_websocket_basic.html r=smaug DONTBUILD
  2743. # [21:17] * Joins: Ann_Yiming (Ann_Yiming@43CB6079.66715431.D25A875A.IP)
  2744. # [21:17] * ferjm|afk is now known as ferjm
  2745. # [21:17] <mdas> edmorley: who should I ping about b2g18 builds burning? I added a small patch to something not related to builds, and my os x 10.6 build is burning
  2746. # [21:18] <@bsmedberg> ehsan: are you going to land bug 828184 or do you want me to do it?
  2747. # [21:18] * Joins: davidb_ (davidb@F2D29657.F60B0462.67AC9B1.IP)
  2748. # [21:18] * Quits: davidb (davidb@F2D29657.F60B0462.67AC9B1.IP) (Connection reset by peer)
  2749. # [21:18] * davidb_ is now known as davidb
  2750. # [21:18] <edmorley> mdas: that failure is just a needs clobber. I clobbered the b2g18 tree earlier, but obviously needs another
  2751. # [21:18] <edmorley> mdas: I'll do now and retrigger
  2752. # [21:18] <mdas> edmorley: ah. thanks
  2753. # [21:18] <@ehsan> bsmedberg: I can do that
  2754. # [21:18] <@bsmedberg> thanks
  2755. # [21:18] <edmorley> mdas: (releng deployed a new python via puppet)
  2756. # [21:18] <@ehsan> not a problem!
  2757. # [21:19] <we11ington> smaug: why would the zoom happen before the breakpoint is reached in viewZoomOverlay.js?
  2758. # [21:19] <mdas> edmorley: a new python? did they change the version of python being run?
  2759. # [21:19] <mdas> that would be exciting.
  2760. # [21:19] <jhammel|lunch> mdas: yes, now we're using ruby :P
  2761. # [21:19] <@smaug> we11ington: I know nothing about viewZoomOverlay.js
  2762. # [21:19] <edmorley> mdas: yup, https://github.com/mozilla/build-puppet-manifests/commit/26df809b59143b4e6f8a26ea663c44d4aa704bf9
  2763. # [21:20] <edmorley> mdas: still some way to go on other platforms though aiui
  2764. # [21:20] <we11ington> smaug: Huh. It sets the zoom level for the markupDocumentViewer, but as far as I can tell, the document viewer has already performed the zoom
  2765. # [21:20] <philor> 10._6_?
  2766. # [21:20] <we11ington> I don't understand what's going on with the JS, it seems to send its actions forward in time
  2767. # [21:20] * philor curses build naming
  2768. # [21:20] <we11ington> There isn't a time machine built into Firefox is there?
  2769. # [21:21] <@smaug> we11ington: add a break point to documentviewer::SetFullZoom
  2770. # [21:21] <@smaug> or whatever the method is called
  2771. # [21:21] <we11ington> Yeah, it's there
  2772. # [21:21] * Joins: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP)
  2773. # [21:21] <we11ington> And if I put it there, it hits the breakpoint before zooming
  2774. # [21:21] <@smaug> we11ington: oh, domain specific zoom
  2775. # [21:21] <we11ington> But what calls that function?
  2776. # [21:21] * Quits: Boriss (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net) (Client exited)
  2777. # [21:21] <@smaug> or whatever it is called
  2778. # [21:21] * jhammel|lunch is now known as jhammel
  2779. # [21:21] * Joins: Boriss (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2780. # [21:21] <@smaug> we11ington:reset zoom level first
  2781. # [21:22] <we11ington> As in, up to the web developer?
  2782. # [21:22] <@smaug> no
  2783. # [21:22] <mdas> edmorley: 2.7! huzzah!
  2784. # [21:22] <mdas> thanks for the update
  2785. # [21:22] <@smaug> I mean FF remembers the zoom level
  2786. # [21:22] <edmorley> mdas: yw
  2787. # [21:22] * Parts: kentuckyfriedtakahe (ajones@538BABFE.A073F3E.97BBD552.IP)
  2788. # [21:22] <mdas> oh i see, so it's on a few platforms
  2789. # [21:22] <@smaug> we11ington: reset zoom level, then add break point and try to zoom
  2790. # [21:22] <mdas> okay thanks
  2791. # [21:22] * Quits: vingtetun (vingtetun@moz-F8747CC6.dsl.ovh.fr) (Ping timeout)
  2792. # [21:22] * Quits: @ehsan (ehsan@F2D29657.F60B0462.67AC9B1.IP) (Connection reset by peer)
  2793. # [21:23] <we11ington> Yeah, I've got that, but it physically changes the page before the breakpoint is reached in JS
  2794. # [21:23] * Joins: ehsan (ehsan@F2D29657.F60B0462.67AC9B1.IP)
  2795. # [21:23] * ChanServ sets mode: +o ehsan
  2796. # [21:23] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/dc288063bac6 - Benjamin Smedberg - Bug 828184 - Block qipcap.dll version 7.6.815.1 and earlier for a topcrash related to an interface change of nsIPrefBranch, r=ehsan a=bajaj
  2797. # [21:23] <we11ington> But, if I'm not mistaken, the JS is what's calling that underlying nsDocumentViewer::SetFullZoom
  2798. # [21:23] <we11ington> Because if it's not the JS calling it, I have no idea what
  2799. # [21:23] <@smaug> where is your break point?
  2800. # [21:23] <@smaug> not in C++ code?
  2801. # [21:23] <edmorley> mdas: meta bugs are bug 724191 and bug 734466 for remaining work
  2802. # [21:23] <we11ington> Right now, in the JS
  2803. # [21:23] <we11ington> I can put it in the C++, and then it actually breaks BEFORE zooming
  2804. # [21:24] <we11ington> But I can't figure out what is calling SetFullZoom
  2805. # [21:24] <@smaug> Add break point to nsDocumentViewer::SetFullZoom
  2806. # [21:24] <@smaug> and check the stack
  2807. # [21:24] * Quits: Ann_Yiming (Ann_Yiming@43CB6079.66715431.D25A875A.IP) (Ping timeout)
  2808. # [21:25] * Joins: kentuckyfriedtakahe (ajones@538BABFE.A073F3E.97BBD552.IP)
  2809. # [21:25] * Quits: kentuckyfriedtakahe (ajones@538BABFE.A073F3E.97BBD552.IP) (Client exited)
  2810. # [21:25] * cjones-food is now known as cjones
  2811. # [21:25] * Quits: jlmendezbonini (textual@moz-FF9FDD58.twcny.res.rr.com) (Quit: )
  2812. # [21:26] * Joins: kentuckyfriedtakahe (ajones@538BABFE.A073F3E.97BBD552.IP)
  2813. # [21:26] * cmcavoy is now known as cmcavoy-offline
  2814. # [21:27] <mdas> edmorley: thanks, I've added myself
  2815. # [21:28] <we11ington> Yep, it goes through JS before getting to nsDocumentViewer
  2816. # [21:28] * Joins: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2817. # [21:28] <@ehsan> aki|buildduty: why do pushes to m-r trigger two osx debug builds?
  2818. # [21:28] * AutomatedTester is now known as AutomatedTester|away
  2819. # [21:29] * aki|buildduty looks
  2820. # [21:29] * Quits: ehugg_lime (ehugg_lime@moz-851FD57E.mycingular.net) (Client exited)
  2821. # [21:30] <firebot> Check-in:
  2822. # [21:30] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/c9e635c7c6eb - Mike Conley - Bug 830205 - Stop the Download button from showing progress remaining after downloads completed if browser.download.panel.removeFinishedDownloads=true. r=paolo.
  2823. # [21:31] <aki|buildduty> ehsan: looks like builder: mozilla-release-macosx-debug + builder: mozilla-release-macosx64-debug
  2824. # [21:32] <@ehsan> ok
  2825. # [21:32] <@ehsan> aki|buildduty: is that expected?
  2826. # [21:32] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/43cda5f233a7 - Kartikaya Gupta - Bug 830175 - Refactor some blocks of code into helper methods. r=wesj
  2827. # [21:32] <@ehsan> (just want to make sure that nothing is going wrong there)
  2828. # [21:32] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/0641e11598d6 - Kartikaya Gupta - Bug 830175 - Turn buttons in the prompt service from objects with labels to just strings. r=wesj
  2829. # [21:32] * Joins: cpearce (cpearce@538BABFE.A073F3E.97BBD552.IP)
  2830. # [21:32] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/1567487dd2c2 - Kartikaya Gupta - Bug 830175 - Some minor optimizations. r=wesj
  2831. # [21:32] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/419db9f0b0cf - Kartikaya Gupta - Bug 830175 - Allow specifying names for inputs. r=wesj
  2832. # [21:32] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/6e7e867030d9 - Kartikaya Gupta - Bug 830175 - Cleanup/renaming of member variables in PromptService. r=wesj
  2833. # [21:33] * curtisk|afk is now known as curtisk
  2834. # [21:33] <aki|buildduty> ehsan: not sure. also, lion is getting retriggered a lot elsewhere, but this doesn't look like taht
  2835. # [21:33] <aki|buildduty> let me dig in the configs
  2836. # [21:33] <@ehsan> aki|buildduty: ok, thanks
  2837. # [21:35] <philor> I think it's intended, and tbpl just jumped the gun a little bit by dropping its recognition of 32-bit debug versus 64-bit debug
  2838. # [21:35] * Quits: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  2839. # [21:36] * Quits: we11ington (msu-cse498@moz-600949B7.cse.msu.edu) (Quit: we11ington)
  2840. # [21:36] * jwir3|lunch is now known as jwir3
  2841. # [21:36] * philor regrets claiming that before freezing his browser with a log, instead of after, though
  2842. # [21:36] * Joins: juanb_ (jbecerra@moz-EC87A191.tmodns.net)
  2843. # [21:36] * Quits: victorporof (victorporo@E4295265.F695A43D.79933D60.IP) (Quit: victorporof)
  2844. # [21:37] * Quits: juanb (jbecerra@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  2845. # [21:37] * juanb_ is now known as juanb
  2846. # [21:37] * Joins: jlmendezbonini (textual@moz-FF9FDD58.twcny.res.rr.com)
  2847. # [21:37] * Quits: juanb (jbecerra@moz-EC87A191.tmodns.net) (Input/output error)
  2848. # [21:37] * Quits: romaxa (romaxa@670ACB81.66590CC0.4A6948F8.IP) (Ping timeout)
  2849. # [21:37] * Joins: juanb (jbecerra@moz-EC87A191.tmodns.net)
  2850. # [21:37] <cers> dougt: ping
  2851. # [21:38] * Joins: victorporof (victorporo@E4295265.F695A43D.79933D60.IP)
  2852. # [21:38] * Quits: akeybl (akeybl@2557E599.66715431.D25A875A.IP) (Quit: Leaving...)
  2853. # [21:38] * Quits: victorporof (victorporo@E4295265.F695A43D.79933D60.IP) (Quit: victorporof)
  2854. # [21:39] * Quits: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net) (Quit: jib)
  2855. # [21:40] * Joins: akeybl (akeybl@2557E599.66715431.D25A875A.IP)
  2856. # [21:40] * Quits: akeybl (akeybl@2557E599.66715431.D25A875A.IP) (Quit: Linkinus - http://linkinus.com)
  2857. # [21:41] * Joins: romaxa (romaxa@670ACB81.66590CC0.4A6948F8.IP)
  2858. # [21:42] <@ehsan> gavin: will you be totally inaccessible while away?
  2859. # [21:43] * rail-lunch is now known as rail
  2860. # [21:43] * Quits: gsvelto (Thunderbir@moz-9A1BE8AF.cust.dsl.vodafone.it) (Quit: gsvelto)
  2861. # [21:43] * mattwoodrow is now known as mattwoodrow|away
  2862. # [21:44] * Joins: Ann_Yiming (Ann_Yiming@43CB6079.66715431.D25A875A.IP)
  2863. # [21:44] * Joins: scenor (Thunderbir@492F61BE.AB52151A.36CB4A35.IP)
  2864. # [21:45] * Parts: curtisk (curtisk@moz-59682A1.dmz.scl3.mozilla.com)
  2865. # [21:45] * Parts: scenor (Thunderbir@492F61BE.AB52151A.36CB4A35.IP)
  2866. # [21:46] * froydnj bends browser_cmd_screenshot_perwindowpb.js to his will
  2867. # [21:46] * Quits: Design (chatzilla@moz-7A1F690C.threembb.co.uk) (Ping timeout)
  2868. # [21:47] * Joins: scenor (Thunderbir@492F61BE.AB52151A.36CB4A35.IP)
  2869. # [21:47] <@gavin> ehsan: yes
  2870. # [21:47] * froydnj sees that tweaking the message manager was not enough for the mozapps tests to consistently pass
  2871. # [21:47] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/103e105654e5 - Mats Palmgren - Bug 830236 - Add re-entrancy protection in a few places to avoid destroying things twice. r=cam
  2872. # [21:47] * Parts: scenor (Thunderbir@492F61BE.AB52151A.36CB4A35.IP)
  2873. # [21:48] * Quits: capella-s3 (capella-s3@moz-94820A09.pools.spcsdns.net) (Ping timeout)
  2874. # [21:48] * Quits: jlmendezbonini (textual@moz-FF9FDD58.twcny.res.rr.com) (Quit: )
  2875. # [21:48] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/a62a1695ab36 - Timothy Nikkel - Bug 829886. Implement GetClientBounds for nsChildViews on Mac so that it returns correct values. r=smichaud
  2876. # [21:49] <@ehsan> gavin: ok, thanks
  2877. # [21:50] <aki|buildduty> ehsan: looks like the non-64bit is extraneous, disabling
  2878. # [21:50] <aki|buildduty> thanks for pointing that out
  2879. # [21:50] * Joins: Design (chatzilla@moz-7A1F690C.threembb.co.uk)
  2880. # [21:50] * Joins: Mnyromyr (Mnyromyr@moz-13BC3709.unity-media.net)
  2881. # [21:51] * Joins: sicking (sicking@moz-7F871C5C.hsd1.ca.comcast.net)
  2882. # [21:51] <@ehsan> np
  2883. # [21:51] * Quits: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: seth)
  2884. # [21:51] * Joins: ewong|sleep_ (chatzilla@moz-5B0EF77B.static.netvigator.com)
  2885. # [21:51] <@ehsan> BenWa: congrats on participating in your first chemspill btw!
  2886. # [21:52] * jgriffin-lunch is now known as jgriffin
  2887. # [21:52] * Quits: ewong|sleep (chatzilla@moz-5B0EF77B.static.netvigator.com) (Ping timeout)
  2888. # [21:52] <BenWa> ehsan: huh?
  2889. # [21:52] * ewong|sleep_ is now known as ewong|sleep
  2890. # [21:52] * Joins: Boriss_ (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2891. # [21:52] * Quits: Boriss (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  2892. # [21:52] * Boriss_ is now known as Boriss
  2893. # [21:52] * Quits: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net) (Quit: PM: Preparing frontal lobe for mem sleep)
  2894. # [21:52] <@ehsan> BenWa: bug 825620
  2895. # [21:52] <BenWa> ehsan: Ohh, thanks :)
  2896. # [21:53] <@ehsan> BenWa: that wasn't a compliment :P
  2897. # [21:53] <BenWa> ehsan: I didn't cause the bug in the first place
  2898. # [21:53] <@ehsan> it's true
  2899. # [21:53] <@ehsan> but still
  2900. # [21:53] <@ehsan> you're looking bad/good
  2901. # [21:53] <@ehsan> depending on your point of view ;)
  2902. # [21:54] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/15d99c7eb660 - Jeff Hammel - Bug 829664 - `make check` fails on mozbuild/test/test_mozconfig.py with MOZCONFIG set;r=gps
  2903. # [21:54] * Joins: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net)
  2904. # [21:54] * joduinn-mtg is now known as joduinn-brb
  2905. # [21:55] * Quits: pcwalton (pcwalton@43CB6079.66715431.D25A875A.IP) (Quit: pcwalton)
  2906. # [21:57] * Quits: davidb (davidb@F2D29657.F60B0462.67AC9B1.IP) (Connection reset by peer)
  2907. # [21:57] * Joins: davidb (davidb@F2D29657.F60B0462.67AC9B1.IP)
  2908. # [21:58] * Joins: pcwalton (pcwalton@43CB6079.66715431.D25A875A.IP)
  2909. # [21:58] <@gavin> ehsan: do you know anything about bug 829360?
  2910. # [21:58] * Joins: roc (chatzilla@E2F7352.56080C53.97BBD552.IP)
  2911. # [21:58] * ChanServ sets mode: +o roc
  2912. # [21:58] * @ehsan looks
  2913. # [21:58] * Quits: @smaug (chatzilla@moz-78A86AC.pp.htv.fi) (Ping timeout)
  2914. # [21:58] * Joins: tomer (tomer@moz-F45DAEFD.static.012.net.il)
  2915. # [21:58] <@gavin> ehsan: I don't understand what the patch has to do with the bug described in the summary
  2916. # [21:58] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
  2917. # [21:58] * ChanServ sets mode: +o smaug
  2918. # [21:59] * KaiRo is now known as KaiRo_away
  2919. # [21:59] <@ehsan> no
  2920. # [21:59] * Joins: pwalton (pcwalton@2557E599.66715431.D25A875A.IP)
  2921. # [21:59] <@ehsan> gavin: I don't understand why we need to do this
  2922. # [21:59] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c533aced00c0 - Joel Maher - Backout Bug 745041
  2923. # [21:59] <@ehsan> gavin: I'll comment on the bug
  2924. # [22:00] <@ehsan> oh wait
  2925. # [22:00] * Quits: pcwalton (pcwalton@43CB6079.66715431.D25A875A.IP) (Ping timeout)
  2926. # [22:00] * pwalton is now known as pcwalton
  2927. # [22:00] * Joins: bholley (anonymous@moz-7496D895.lightspeed.sntcca.sbcglobal.net)
  2928. # [22:00] <@ehsan> gavin: ok, sorry I thought this was about the "exiting" notofication, not "exited"
  2929. # [22:01] <@ehsan> gavin: so we basically need to count the number of private docshells that we have around
  2930. # [22:01] <@ehsan> and marking windows such as the error console private screws up that calculation
  2931. # [22:01] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d21cb6921b71 - David Zbarsky - Bug 828815: Restore functionality of | SVGElement[onxxx] = Function | r=bz
  2932. # [22:02] * Quits: lduros (user@moz-4894EA28.nic.resnet.group.upenn.edu) (Client exited)
  2933. # [22:02] * Joins: twi (Adium@DF3DF5FB.A9BF6B5A.11C743EC.IP)
  2934. # [22:02] * Quits: mak (chatzilla@moz-35A66F5E.retail.telecomitalia.it) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 2.0/20110318052756])
  2935. # [22:03] * Quits: romaxa (romaxa@670ACB81.66590CC0.4A6948F8.IP) (Ping timeout)
  2936. # [22:03] <@ehsan> edmorley: why would someone want to push a DONTBUILD mq patchset?
  2937. # [22:03] * Joins: bent (bent@moz-410EFF94.superkabel.de)
  2938. # [22:03] * Quits: bent (bent@moz-410EFF94.superkabel.de) (Quit: bent)
  2939. # [22:03] * Quits: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP) (Quit: erikvold)
  2940. # [22:03] <edmorley> ehsan: working on things NPOTB
  2941. # [22:03] * Joins: rlewis (Thunderbir@moz-D47321EC.cable.virginmedia.com)
  2942. # [22:04] * Quits: @dveditz (dveditz@moz-131789FA.dhcp.cruzio.com) (Ping timeout)
  2943. # [22:04] * Quits: nattofriends (tsutsumi@moz-A369A791.warosu.org) (Ping timeout)
  2944. # [22:04] <@ehsan> edmorley: ok, why would you *push* that patchset to let's say try?
  2945. # [22:04] <edmorley> ehsan: or to flip it around: why are people landing things NPOTB any less likely to be pushing >1 changeset?
  2946. # [22:04] * Joins: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2947. # [22:04] * Joins: mkaply_ (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  2948. # [22:04] <edmorley> ehsan: inbound
  2949. # [22:04] * Joins: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net)
  2950. # [22:04] * ChanServ sets mode: +o dveditz
  2951. # [22:04] <@ehsan> oh
  2952. # [22:04] * Quits: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Connection reset by peer)
  2953. # [22:04] * mkaply_ is now known as mkaply
  2954. # [22:05] * Quits: Wes (chatzilla@moz-BEF0C255.page.ca) (Quit: ChatZilla 0.9.88-rdmsoft [XULRunner 1.9.0.17/2009122203])
  2955. # [22:05] <@ehsan> edmorley: I don't think that's a strong argument, but I'll post to dev.platform
  2956. # [22:05] * Quits: ericjung (Mibbit@5210CFD5.1A5EA44.72B23B3D.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  2957. # [22:05] * Joins: jlmendezbonini (textual@moz-FF9FDD58.twcny.res.rr.com)
  2958. # [22:06] <yury> rillian: do you know if there are any plans to implement Media Source Extensions in ff?
  2959. # [22:06] * Joins: romaxa (romaxa@670ACB81.66590CC0.4A6948F8.IP)
  2960. # [22:06] <rillian> yury: no
  2961. # [22:06] <rillian> I mean, we generally agree it needs doing, and the spec has gotten less awful
  2962. # [22:07] * jmaher is now known as jmaher|afk
  2963. # [22:07] <rillian> but I don't think anyone's working on it
  2964. # [22:07] * Joins: akeybl (akeybl@2557E599.66715431.D25A875A.IP)
  2965. # [22:07] <yury> agree, I'm just looking for something that will decode the audio data
  2966. # [22:08] * Joins: nattofriends (tsutsumi@moz-A369A791.warosu.org)
  2967. # [22:08] * jcranmer|away is now known as jcranmer
  2968. # [22:09] * Joins: victorporof (victorporo@E4295265.F695A43D.79933D60.IP)
  2969. # [22:09] <@roc> ehsan: in bug 830600 ... what's the O(N^2) case with your patch?
  2970. # [22:10] * juanb is now known as juanb|mth
  2971. # [22:10] * juanb|mth is now known as juanb|mtg
  2972. # [22:10] * Joins: mak (chatzilla@moz-35A66F5E.retail.telecomitalia.it)
  2973. # [22:10] <@ehsan> roc: " \n" for example
  2974. # [22:10] <@ehsan> oh
  2975. # [22:10] <@ehsan> hrm
  2976. # [22:10] <@ehsan> no
  2977. # [22:10] <@roc> I don't think so
  2978. # [22:11] <@ehsan> yeah
  2979. # [22:11] <@ehsan> perhaps I was mistaken
  2980. # [22:11] <@ehsan> roc: I think I was, the simple version should be O(n) as well
  2981. # [22:12] <@roc> actually it still is O(N^2) because of the repeated string copying via Cut()
  2982. # [22:12] <@roc> I'll comment in the bug.
  2983. # [22:12] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Quit: brendan)
  2984. # [22:12] <@ehsan> yeah
  2985. # [22:12] * Quits: Optimizer (Optimizer@A9E35D7D.666C080C.274D17D6.IP) (Ping timeout)
  2986. # [22:13] <@ehsan> roc: the more complicated patch doesn't have this problem since we don't Cut() inside the loop
  2987. # [22:13] <@ehsan> hmm
  2988. # [22:13] <@ehsan> roc: I think I still prefer the more complicated patch a bit...
  2989. # [22:13] <gaston> akeybl: re your comment on 830303, i'm landing to aurora/beta, let me know the outcome for -release
  2990. # [22:13] <@roc> I don't :-)
  2991. # [22:14] * Quits: till (till@moz-DC038B2F.web.vodafone.de) (Client exited)
  2992. # [22:14] * Joins: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP)
  2993. # [22:14] <@ehsan> roc: fair enough :)
  2994. # [22:14] <gps> ehsan++ (DONTBUILD changes)
  2995. # [22:15] <@ehsan> gps: if you agree with the proposal please say so :)
  2996. # [22:15] <@ehsan> (on dev.platform)
  2997. # [22:15] <gps> ehsan: ... but the post asked to speak up if you disagree!
  2998. # [22:15] <gps> :)
  2999. # [22:15] <@ehsan> yeah well
  3000. # [22:15] * Joins: cilias (cilias@moz-D65C0C74.cpe.net.cable.rogers.com)
  3001. # [22:15] <@ehsan> gps: I personally don't think that we should get consensus for everything on dev.platform
  3002. # [22:16] <akeybl> gaston: just approved
  3003. # [22:16] * Quits: victorporof (victorporo@E4295265.F695A43D.79933D60.IP) (Ping timeout)
  3004. # [22:16] <gaston> oh thanks
  3005. # [22:16] <akeybl> :)
  3006. # [22:16] <@ehsan> gps: but I'm afraid that if nobody says anything, then people tell me that everybody silently disagrees!
  3007. # [22:16] <gaston> gotta clone a release tree then..
  3008. # [22:16] <@ehsan> akeybl: hey, do we need approvals for test-only changes on aurora?
  3009. # [22:16] * Joins: Optimizer (Optimizer@7376E8A.4ECB12B2.274D17D6.IP)
  3010. # [22:17] * Quits: Design (chatzilla@moz-7A1F690C.threembb.co.uk) (Ping timeout)
  3011. # [22:17] * Joins: Design (chatzilla@moz-7A1F690C.threembb.co.uk)
  3012. # [22:18] * Quits: sicking (sicking@moz-7F871C5C.hsd1.ca.comcast.net) (Quit: sicking)
  3013. # [22:18] <edmorley> ehsan: no; a=test-only
  3014. # [22:18] <@ehsan> thanks
  3015. # [22:19] <@ehsan> BenWa: are you interested in taking over bug 795961?
  3016. # [22:19] <edmorley> ehsan: fwiw I agree with the DONTBUILD changes as long as we announce it (which the newsgroup post has done)
  3017. # [22:20] <@ehsan> edmorley: cool!
  3018. # [22:20] <edmorley> ehsan: I've skimmed the last several hundred commits and couldn't find any instances of multiple DONTBUILDs
  3019. # [22:20] <@ehsan> honestly the current semantics are so twisted I can't see how anybody can disagree :)
  3020. # [22:20] <@ehsan> yeah that matches my anecdotal guess
  3021. # [22:20] <edmorley> ehsan: I seem to recall spells of them before, but think that was for things like marionette before it was hooked up
  3022. # [22:21] <edmorley> ehsan: the current semantics do match that for CLOSED TREE and approvals
  3023. # [22:21] <@ehsan> edmorley: then they're all broken ;)
  3024. # [22:21] <edmorley> though closed tree is relevant to the state of the tree not the push, so perhaps more logical
  3025. # [22:21] <@ehsan> yeah perhaps
  3026. # [22:21] * Quits: dzbarsky (Adium@moz-442A761B.wlan.wireless-pennnet.upenn.edu) (Quit: Leaving.)
  3027. # [22:21] <@ehsan> I mean
  3028. # [22:22] <@ehsan> the whole "put things in a commit message" is a huge hack anyways
  3029. # [22:22] <edmorley> indeed
  3030. # [22:22] * Quits: @roc (chatzilla@E2F7352.56080C53.97BBD552.IP) (Quit: ChatZilla 0.9.89-rdmsoft [XULRunner 1.9.2.10/20100914130356])
  3031. # [22:22] * Joins: damons (gnubeard@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3032. # [22:22] * Joins: roc (chatzilla@E2F7352.56080C53.97BBD552.IP)
  3033. # [22:22] * ChanServ sets mode: +o roc
  3034. # [22:23] <jhammel> ++
  3035. # [22:23] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/41b70a63b036 - Andres Hernandez - Bug 822284 - Intermittent browser_privatebrowsing_cookieacceptdialog.js, browser_privatebrowsing_crh.js; r=ehsan
  3036. # [22:24] * Joins: ekr_ (ekr@43CB6079.66715431.D25A875A.IP)
  3037. # [22:24] <@ehsan> jhammel: error: operand expected
  3038. # [22:24] <jhammel> :) 13:22 <@ehsan> the whole "put things in a commit message" is a huge hack anyways
  3039. # [22:24] <@ehsan> :)
  3040. # [22:25] * Quits: ferjm (ferjm@moz-23947203.red-88-0-242.dynamicip.rima-tde.net) (Quit: Leaving)
  3041. # [22:25] <@ted> totally agreed
  3042. # [22:25] * Joins: Wes (chatzilla@moz-BEF0C255.page.ca)
  3043. # [22:26] * edmorley puts jhammel in a commit message
  3044. # [22:26] <jhammel> heh
  3045. # [22:26] * Quits: nattofriends (tsutsumi@moz-A369A791.warosu.org) (Ping timeout)
  3046. # [22:26] <@ted> there's something that hg's wire protocol supports where you can send extra metadata along, but i think we'd have to have an extension both client and server side
  3047. # [22:26] <@roc> how does one enable SSL connections to irc.mozilla.org in Chatzilla?
  3048. # [22:26] * Quits: jimm (jimm@E48845AB.3A9F9BD4.4C2245EF.IP) (Connection reset by peer)
  3049. # [22:26] <khuey> step 1: switch to irssi
  3050. # [22:26] * Joins: jimm (jimm@E48845AB.3A9F9BD4.4C2245EF.IP)
  3051. # [22:26] <jhammel> it would be sweet if essentially most commit messages were autogenerated from metadata, since they're basically 'bug xxxxxx - <bug or attachment summary>;r=someone [DONTBUILD]'
  3052. # [22:27] <jhammel> but...yeah...
  3053. # [22:27] <edmorley> I would quite like us to remove the ".* b=[0-9]+" variant from the commit message hook
  3054. # [22:28] <edmorley> but anyhow
  3055. # [22:28] <jhammel> i didn't even know that existed
  3056. # [22:28] <@ted> people had lots of weird habits
  3057. # [22:28] <@ted> and we didn't want to break them all
  3058. # [22:28] <@gavin> ehsan: sounds gross
  3059. # [22:29] <@ehsan> gavin: yep :(
  3060. # [22:29] * jwir3 is now known as jwir3|coffee
  3061. # [22:29] <edmorley> the large variation on commit message styles make extracting the relevant bug number hard (for things like m-cMerge and backout script commit message generation)
  3062. # [22:29] * Quits: @roc (chatzilla@E2F7352.56080C53.97BBD552.IP) (Quit: ChatZilla 0.9.89-rdmsoft [XULRunner 1.9.2.10/20100914130356])
  3063. # [22:29] <edmorley> notably when there are multiple bug numbers in the commit message
  3064. # [22:29] * Joins: roc (chatzilla@E2F7352.56080C53.97BBD552.IP)
  3065. # [22:29] * ChanServ sets mode: +o roc
  3066. # [22:30] * Joins: nattofriends (tsutsumi@moz-A369A791.warosu.org)
  3067. # [22:31] <gaston> speaking of DONTBUILD
  3068. # [22:31] * wlach|biab is now known as wlach
  3069. # [22:31] <gaston> is it considered a good practice to save resources for npotb patches ?
  3070. # [22:31] <@ted> http://www.selenic.com/blog/?p=644
  3071. # [22:31] <@ted> so yeah
  3072. # [22:31] <@ted> pushkeys are how they implement shareable bookmarks
  3073. # [22:32] <edmorley> gaston: yup
  3074. # [22:32] <@ted> basically arbitrary key=value tags with namespacing
  3075. # [22:32] <@ted> so ostensibly you could write an extension that added moz-specific metadata
  3076. # [22:32] <gaston> edmorley: what's the syntax ? either add NPOTB and/or DONTBUILD to the msg ?
  3077. # [22:32] <gaston> nothing more ?
  3078. # [22:32] <@ted> like "changeset-xxxxx=dontbuild"
  3079. # [22:32] <edmorley> gaston: just the string DONTBUILD
  3080. # [22:32] <gaston> oki
  3081. # [22:32] * Quits: clee (clee@2557E599.66715431.D25A875A.IP) (Ping timeout)
  3082. # [22:33] <edmorley> gaston: with ehsan's proposal, that string would need to be in the commit message of every changeset in the push
  3083. # [22:33] <edmorley> at the moment, just the top one
  3084. # [22:33] <gaston> that's beyond my hgfu, i only push one commit at once :)
  3085. # [22:33] <edmorley> :-)
  3086. # [22:34] * Quits: @roc (chatzilla@E2F7352.56080C53.97BBD552.IP) (Quit: ChatZilla 0.9.89-rdmsoft [XULRunner 1.9.2.10/20100914130356])
  3087. # [22:34] <@ehsan> ted: are you volunteering?
  3088. # [22:34] * Quits: vladan (vladan@F2D29657.F60B0462.67AC9B1.IP) (Connection reset by peer)
  3089. # [22:34] <edmorley> seconded
  3090. # [22:34] * Joins: vladan (vladan@F2D29657.F60B0462.67AC9B1.IP)
  3091. # [22:34] * Quits: nattofriends (tsutsumi@moz-A369A791.warosu.org) (Ping timeout)
  3092. # [22:35] * Joins: nattofriends (tsutsumi@moz-A369A791.warosu.org)
  3093. # [22:35] * Joins: scenor (Thunderbir@moz-F71CBBF1.adsl.highway.telekom.at)
  3094. # [22:36] * Parts: scenor (Thunderbir@moz-F71CBBF1.adsl.highway.telekom.at)
  3095. # [22:36] * Quits: mats (chatzilla@868A9748.A189EB51.4B330583.IP) (Quit: ChatZilla 0.9.89 [Firefox 17.0.1/20121128204232])
  3096. # [22:36] * Joins: mats (chatzilla@868A9748.A189EB51.4B330583.IP)
  3097. # [22:37] * Joins: roc (chatzilla@E2F7352.56080C53.97BBD552.IP)
  3098. # [22:37] * ChanServ sets mode: +o roc
  3099. # [22:38] * Quits: @dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net) (Ping timeout)
  3100. # [22:38] * Joins: dveditz (dveditz@moz-131789FA.dhcp.cruzio.com)
  3101. # [22:38] * ChanServ sets mode: +o dveditz
  3102. # [22:38] * Joins: brendan (brendaneic@2557E599.66715431.D25A875A.IP)
  3103. # [22:39] * Quits: RealRaven (Thunderbir@ABFA9079.11F68F7A.27F80FAC.IP) (Ping timeout)
  3104. # [22:40] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/0a10e0de8a48 - Nicolas B. Pierron - Bug 818023 - fun_getProperty: Use non-buitin script iterator. r=waldo
  3105. # [22:40] * Quits: pcwalton (pcwalton@2557E599.66715431.D25A875A.IP) (Quit: pcwalton)
  3106. # [22:40] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/02eb5acd9c6b - Landry Breuil - Bug 830303 - Fix plugin-container LD_LIBRARY_PATH on BSD (regression from 753046) DONTBUILD r=cjones a=akeybl
  3107. # [22:40] * Joins: brendan_ (brendaneic@2557E599.66715431.D25A875A.IP)
  3108. # [22:40] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Connection reset by peer)
  3109. # [22:40] * brendan_ is now known as brendan
  3110. # [22:40] * Joins: clee (clee@2557E599.66715431.D25A875A.IP)
  3111. # [22:40] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Quit: brendan)
  3112. # [22:40] * Quits: @roc (chatzilla@E2F7352.56080C53.97BBD552.IP) (Quit: ChatZilla 0.9.89-rdmsoft [XULRunner 1.9.2.10/20100914130356])
  3113. # [22:40] * Quits: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP) (Quit: Computer has gone to sleep.)
  3114. # [22:41] * Joins: roc (chatzilla@E2F7352.56080C53.97BBD552.IP)
  3115. # [22:41] * ChanServ sets mode: +o roc
  3116. # [22:41] * Joins: myk (myk@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3117. # [22:41] * Quits: clee (clee@2557E599.66715431.D25A875A.IP) (Quit: clee)
  3118. # [22:42] <Waldo> roc: use ircs://irc.mozilla.org:6697 (different port)
  3119. # [22:42] <@roc> thanks
  3120. # [22:43] * Quits: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP) (Quit: erikvold)
  3121. # [22:43] * Joins: RealRaven (Thunderbir@2DD6208B.3D87C2A.C3498625.IP)
  3122. # [22:43] <@ted> https://buglink.readthedocs.org/en/latest/index.html
  3123. # [22:43] <@ted> interesting
  3124. # [22:44] <@ted> ehsan: nope
  3125. # [22:44] <edmorley> well you can certainly tell linux32 desktop tests were switched back on again http://builddata.pub.build.mozilla.org/reports/pending/pending.html
  3126. # [22:45] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/65ec01c62495 - Dave Townsend - Backout bug 677092 due to bug 818468. a=bajaj
  3127. # [22:46] * Joins: jimb (user@moz-F4EC06CC.hsd1.or.comcast.net)
  3128. # [22:47] * Quits: AaronMT (AaronMT@F2D29657.F60B0462.67AC9B1.IP) (Quit: Textual IRC Client: www.textualapp.com)
  3129. # [22:47] * Joins: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3130. # [22:47] * Quits: capella|away (chatzilla@moz-DD0C7E4F.twcny.res.rr.com) (Quit: ChatZilla 0.9.89 [Firefox 19.0a2/20121212042015])
  3131. # [22:47] * Quits: damons (gnubeard@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: damons)
  3132. # [22:48] * Joins: clee (clee@2557E599.66715431.D25A875A.IP)
  3133. # [22:49] * Quits: mats (chatzilla@868A9748.A189EB51.4B330583.IP) (Quit: ChatZilla 0.9.89 [Firefox 17.0.1/20121128204232])
  3134. # [22:49] * Joins: scenor (Thunderbir@moz-F71CBBF1.adsl.highway.telekom.at)
  3135. # [22:49] * Joins: brendan (brendaneic@2557E599.66715431.D25A875A.IP)
  3136. # [22:49] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Connection reset by peer)
  3137. # [22:50] * Joins: brendan (brendaneic@2557E599.66715431.D25A875A.IP)
  3138. # [22:50] * Joins: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP)
  3139. # [22:50] <edmorley> ehsan: there's still about 60mins left on the b-c retrigger on 9a7f61363efe, once that hopefully comes back green, I'll merge that rev
  3140. # [22:50] <edmorley> boo at 95 mins win debug browser-chrome
  3141. # [22:50] * Quits: Design (chatzilla@moz-7A1F690C.threembb.co.uk) (Quit: ChatZilla 0.9.89 [Firefox 19.0/20130109111322])
  3142. # [22:50] * Quits: JPeterson (JPeterson@moz-68CC06AD.cust.tele2.se) (Quit: HydraIRC -> http://www.hydrairc.com <- s0 d4Mn l33t |t'z 5c4rY!)
  3143. # [22:50] <@ehsan> edmorley: cool! get someone to fix the bug that I filed about splitting them up ;)
  3144. # [22:51] * Joins: JPeterson (JPeterson@moz-68CC06AD.cust.tele2.se)
  3145. # [22:52] <edmorley> ehsan: indeed
  3146. # [22:52] <dholbert> anyone w/ a mac retina display willing to glance at a testcase really quick?
  3147. # [22:52] * Quits: mdas (mdas@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  3148. # [22:52] * Parts: scenor (Thunderbir@moz-F71CBBF1.adsl.highway.telekom.at)
  3149. # [22:52] * Joins: mdas (mdas@F2D29657.F60B0462.67AC9B1.IP)
  3150. # [22:53] <@ehsan> dholbert: sure
  3151. # [22:53] <dholbert> ehsan, thanks! Do you see vertical white lines here: https://bug830089.bugzilla.mozilla.org/attachment.cgi?id=702247
  3152. # [22:54] * nthomas is now known as nthomas|away
  3153. # [22:54] <dholbert> ehsan, (you'll probably see them if you zoom in, but I'm talking about at 100% zoom level)
  3154. # [22:54] <@ehsan> dholbert: I don't
  3155. # [22:54] * Quits: ekr_ (ekr@43CB6079.66715431.D25A875A.IP) (Quit: ekr_)
  3156. # [22:54] <dholbert> ehsan, ok, thanks
  3157. # [22:54] <dholbert> there goes that theory
  3158. # [22:54] <@ehsan> dholbert: neither on my mac monitor nor the external one
  3159. # [22:54] * Quits: mdas (mdas@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  3160. # [22:54] <dholbert> ehsan, thanks
  3161. # [22:54] * Joins: ekr_ (ekr@43CB6079.66715431.D25A875A.IP)
  3162. # [22:55] <cers> dholbert: I don't see any white lines either
  3163. # [22:55] * Quits: garnacho (carlos@moz-D7EB88C7.dyn.user.ono.com) (Client exited)
  3164. # [22:55] <dholbert> cers, thanks for confirmation
  3165. # [22:56] <jhammel> i see a grid, at various zoom levels (not a retina nor a mac)
  3166. # [22:56] * Joins: pcwalton (pcwalton@43CB6079.66715431.D25A875A.IP)
  3167. # [22:56] <dholbert> jhammel, yeah, that's known
  3168. # [22:56] <dholbert> bug reporter apparently sees lines at 100% zoom level, though (on mac)
  3169. # [22:56] <dholbert> oh wait
  3170. # [22:56] <dholbert> on windows
  3171. # [22:56] <dholbert> nevermind
  3172. # [22:56] <jhammel> interesting
  3173. # [22:56] <jhammel> heh
  3174. # [22:56] <dholbert> he just reported the bug in Safari on Windows
  3175. # [22:56] <dholbert> I saw safari and assumed he was a mac user :)
  3176. # [22:57] * Quits: ekr_ (ekr@43CB6079.66715431.D25A875A.IP) (Quit: ekr_)
  3177. # [22:57] * Joins: dzbarsky (Adium@moz-59812CB1.hsd1.pa.comcast.net)
  3178. # [22:58] <edmorley> bsmith: do you have an eta for being able to look at the #1 orangefactor NSS crasher bug 761987? it has now 1700 TBPLbot comments and TBPL was only able to start starring it 6 weeks ago
  3179. # [22:58] <edmorley> I was hoping now that the b2g deadline is about to pass, you might be able to spare some cycles?
  3180. # [22:59] * philor is now known as philor|away
  3181. # [22:59] * Quits: msucan (mihai@CDEB00D4.8819A7BF.BD62875.IP) (Quit: Leaving.)
  3182. # [22:59] <edmorley> it also seems related to a topcrasher in the wild
  3183. # [23:00] * Joins: rednaks (rednaks@1124285C.7B2CFADA.55FFA9B4.IP)
  3184. # [23:00] * Quits: dria (dria@F2D29657.F60B0462.67AC9B1.IP) (Quit: dria)
  3185. # [23:00] * Joins: mbrubeck (mozilla@7B99D36C.3A9F9BD4.4C2245EF.IP)
  3186. # [23:02] * Joins: ekr_ (ekr@43CB6079.66715431.D25A875A.IP)
  3187. # [23:03] * Quits: jet (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: jet)
  3188. # [23:03] * Joins: jet (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3189. # [23:03] * bsmith wishes edmorely had a less rational argument so he could continue to avoid fixing that bug
  3190. # [23:03] <bsmith> edmorely: sure, I would love to work on that bug this week in between my workweek sessions
  3191. # [23:04] <khuey> what work week are you at this week?
  3192. # [23:04] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d65eefeb7eaf - Brian Hackett - Bug 830967 - Don't skip sparse elements in 'this' when optimizing Array.concat, r=billm.
  3193. # [23:04] * Quits: ekr_ (ekr@43CB6079.66715431.D25A875A.IP) (Ping timeout)
  3194. # [23:04] * Quits: davidb (davidb@F2D29657.F60B0462.67AC9B1.IP) (Quit: davidb)
  3195. # [23:04] * Joins: ekr_ (ekr@43CB6079.66715431.D25A875A.IP)
  3196. # [23:05] * nthomas|away is now known as nthomas
  3197. # [23:05] <Jesse> bsmedberg: i couldn't find the right bugs to put in https://bugzilla.mozilla.org/show_bug.cgi?id=24418 's dependency list
  3198. # [23:05] * Joins: surkov (surkov@19A7BFBF.CE67D555.26B1D6E2.IP)
  3199. # [23:05] * Quits: @dbaron (dbaron@88F51059.F3BBB17D.144F44FA.IP) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  3200. # [23:06] <Jesse> bsmedberg: and i think it should become a metabug rather than discarded
  3201. # [23:06] <jesup> Ok, weird-ass JS/xpconnect bug: we're pushing a patch to clean up peerconnection's GC properties, and get an failure in websocket tests: browser_webconsole_bug_603750_websocket.js | received a Web Socket error - Got XPConnect JavaScript, expected Web Socket
  3202. # [23:06] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/eb032d63b415 - Chris Peterson - Bug 785918 - Part 2: Add MOZ_HAVE_CXX11_CONSTEXPR check and constexpr version of ArrayLength(). r=waldo
  3203. # [23:06] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/5969ce554320 - Chris Peterson - Bug 829912 - Check for null IME hints. r=jchen
  3204. # [23:06] * Quits: sfink_ (chatzilla@moz-CD25171E.dsl.pltn13.sbcglobal.net) (Quit: ChatZilla 0.9.87-4.1450hg.fc16 [XULRunner 16.0.2/20121026094400])
  3205. # [23:06] <@bsmedberg> Jesse: who's going to track it? I'm certainly not going to track/priotize it as a bug, and it's currently in my components.
  3206. # [23:06] <@bsmedberg> I don't want metabugs for things I'm not actively priotizing.
  3207. # [23:07] <Jesse> bsmedberg: move it to Core-Tracking
  3208. # [23:07] <@bsmedberg> what, so that nobody can track it?
  3209. # [23:07] * Quits: edmorley (edmorley@88F51059.F3BBB17D.144F44FA.IP) (Quit: -> home)
  3210. # [23:07] * Joins: edmorley (edmorley@88F51059.F3BBB17D.144F44FA.IP)
  3211. # [23:07] * Quits: edmorley (edmorley@88F51059.F3BBB17D.144F44FA.IP) (Connection reset by peer)
  3212. # [23:07] <Jesse> bsmedberg: to make it possible to find all the bugs that we'd need to fix for the feature to work as a whole
  3213. # [23:07] * @bsmedberg isn't happy with pass-the-buck bug triage either...
  3214. # [23:07] <jesup> https://tbpl.mozilla.org/?tree=Try&rev=6916eaae1e60 -- if we pop the patch (bug 824919), it's green. The patch doesn't touch anything anywhere near websockets....
  3215. # [23:07] <Jesse> bsmedberg: it's a metabug, there's no buck!
  3216. # [23:08] * Quits: lmandel (lmandel@F2D29657.F60B0462.67AC9B1.IP) (Quit: lmandel)
  3217. # [23:08] * Joins: scenor (Thunderbir@moz-F71CBBF1.adsl.highway.telekom.at)
  3218. # [23:08] * Quits: ddahl (ddahl@43CB6079.66715431.D25A875A.IP) (Ping timeout)
  3219. # [23:08] * Parts: scenor (Thunderbir@moz-F71CBBF1.adsl.highway.telekom.at)
  3220. # [23:08] * Quits: nattofriends (tsutsumi@moz-A369A791.warosu.org) (Ping timeout)
  3221. # [23:09] * Quits: ewong|sleep (chatzilla@moz-5B0EF77B.static.netvigator.com) (Ping timeout)
  3222. # [23:09] <Jesse> bsmedberg: metabugs like that are how we understand whether we have all the necessary bugs on file
  3223. # [23:09] * Joins: ddahl (ddahl@43CB6079.66715431.D25A875A.IP)
  3224. # [23:09] * Quits: mak (chatzilla@moz-35A66F5E.retail.telecomitalia.it) (Input/output error)
  3225. # [23:09] * Quits: pcwalton (pcwalton@43CB6079.66715431.D25A875A.IP) (Ping timeout)
  3226. # [23:09] * Joins: ewong|sleep (chatzilla@moz-5B0EF77B.static.netvigator.com)
  3227. # [23:10] * Quits: mconley (mconley@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  3228. # [23:10] <jesup> bsmedberg: cue Futurama meme "110 tabs open .... which one is making sound?"
  3229. # [23:10] * Quits: ddahl (ddahl@43CB6079.66715431.D25A875A.IP) (Max SendQ exceeded)
  3230. # [23:11] * Joins: mak (chatzilla@moz-35A66F5E.retail.telecomitalia.it)
  3231. # [23:12] * Joins: pcwalton (pcwalton@2557E599.66715431.D25A875A.IP)
  3232. # [23:12] <Jesse> bsmedberg: if marking a valid metabug as "incomplete" and refusing to identify its dependencies isn't "passing the buck", i don't know what is
  3233. # [23:12] * Joins: ddahl (ddahl@43CB6079.66715431.D25A875A.IP)
  3234. # [23:12] * Joins: Austin__ (austin@B65F78B7.1356EECA.2170E5F.IP)
  3235. # [23:12] * Quits: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP) (Quit: ZNC - http://znc.in)
  3236. # [23:12] * Joins: nattofriends (tsutsumi@moz-A369A791.warosu.org)
  3237. # [23:14] <jesup> bz/khuey/jst/anyone else - does "Got XPConnect JavaScript, expected Web Socket" mean anything to you? And how can code in peerconnection cause that in a test without peerconnections? Adding weakreference to the QI prototypes shouldn' t cause this; and nothing else gets invoked I assume
  3238. # [23:14] * Parts: Austin__ (austin@B65F78B7.1356EECA.2170E5F.IP)
  3239. # [23:14] * jwir3|coffee is now known as jwir3
  3240. # [23:15] * Joins: victorporof (victorporo@E4295265.F695A43D.79933D60.IP)
  3241. # [23:15] * Quits: mbrubeck (mozilla@7B99D36C.3A9F9BD4.4C2245EF.IP) (Quit: Leaving.)
  3242. # [23:15] * Quits: gcp (gcp@moz-D0E475EA.access.telenet.be) (Quit: Leaving)
  3243. # [23:16] <nemo> *sigh* Stupid Oracle appears unclear on the difference between a byte and a char :(
  3244. # [23:16] * Parts: jet (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3245. # [23:16] * Quits: yzen (Adium@67828CC7.C1A51174.9D42CF23.IP) (Quit: Leaving.)
  3246. # [23:16] * Quits: jhopkins (jhopkins@F2D29657.F60B0462.67AC9B1.IP) (Quit: jhopkins)
  3247. # [23:16] * Quits: victorporof (victorporo@E4295265.F695A43D.79933D60.IP) (Ping timeout)
  3248. # [23:17] * Joins: jet (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3249. # [23:17] * philor|away is now known as philor
  3250. # [23:17] <gaston> anyone already used hg push -r to push a single commit from a mozilla-{aurora,beta} repo to mozilla-release?
  3251. # [23:18] * Quits: clee (clee@2557E599.66715431.D25A875A.IP) (Quit: clee)
  3252. # [23:18] <nemo> Is there any way at all in cross-browser javascript to tell how many bytes represented in UTF-8 a string would be?
  3253. # [23:18] <gaston> -r doc states 'the specified revision and all its ancestors will be pushed to the remote repository.' so i wonder if it's a good idea
  3254. # [23:18] <nemo> you know, just to get a count that means something to this stupid db
  3255. # [23:18] <jhammel> nemo: hah! AIUI, that is completely implementation dependent
  3256. # [23:19] <nemo> :-/
  3257. # [23:19] * Joins: mbrubeck (mozilla@7B99D36C.3A9F9BD4.4C2245EF.IP)
  3258. # [23:19] * Joins: sewardj (sewardj@moz-3FB95117.dip.t-dialin.net)
  3259. # [23:20] * joduinn-brb is now known as joduinn
  3260. # [23:20] * Quits: atte (atte@moz-37C1DF97.dhcp.inet.fi) (Client exited)
  3261. # [23:21] * Quits: cilias (cilias@moz-D65C0C74.cpe.net.cable.rogers.com) (Quit: cilias)
  3262. # [23:23] <nemo> jhammel: lol. someone has an amusing hack. call encodeURI
  3263. # [23:23] <jhammel> interesting; yeah, that might work
  3264. # [23:23] * Quits: rednaks (rednaks@1124285C.7B2CFADA.55FFA9B4.IP) (Quit: Quitte)
  3265. # [23:24] * Joins: nrc (nrc@moz-B2C2EC73.cable.virginmedia.com)
  3266. # [23:25] * Joins: sicking (sicking@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3267. # [23:25] * Quits: lerc (quassel@121-74-244-0.telstraclear.net) (Ping timeout)
  3268. # [23:25] * mattwoodrow|away is now known as mattwoodrow
  3269. # [23:26] <timeless> hello world
  3270. # [23:26] <timeless> anyone here work on necko?
  3271. # [23:26] <timeless> i hit an odd case and am curious
  3272. # [23:26] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ef40e265cbcd - Jonathan Griffin - Bug 826111 - Support mochitests on b2g desktop build, r=ahal
  3273. # [23:26] <@smaug> biesi: ^
  3274. # [23:26] * Quits: myk (myk@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  3275. # [23:27] * Quits: pascalc (chatzilla@moz-446F98C8.fbxo.proxad.net) (Ping timeout)
  3276. # [23:27] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Quit: brendan)
  3277. # [23:27] <biesi> uh oh
  3278. # [23:27] <biesi> but I actually have to leave
  3279. # [23:28] * Joins: brendan (brendaneic@2557E599.66715431.D25A875A.IP)
  3280. # [23:29] * Quits: jfkthame (jfkthame@2B12A728.FB47D00B.9542EC20.IP) (Quit: jfkthame)
  3281. # [23:29] * Joins: ekr__ (ekr@43CB6079.66715431.D25A875A.IP)
  3282. # [23:30] * Quits: ekr_ (ekr@43CB6079.66715431.D25A875A.IP) (Ping timeout)
  3283. # [23:30] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Quit: brendan)
  3284. # [23:31] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  3285. # [23:31] * Joins: ekr_ (ekr@43CB6079.66715431.D25A875A.IP)
  3286. # [23:32] * Quits: dougt (dougt@moz-75E4F719.hsd1.ca.comcast.net) (Ping timeout)
  3287. # [23:32] * Joins: ekr___ (ekr@moz-3067EF9C.mycingular.net)
  3288. # [23:33] * Quits: joey (chatzilla@F2D29657.F60B0462.67AC9B1.IP) (Quit: ChatZilla 0.9.89 [Firefox 19.0a2/20130107042018])
  3289. # [23:33] * Quits: ekr_ (ekr@43CB6079.66715431.D25A875A.IP) (Ping timeout)
  3290. # [23:34] * Joins: RyanVM (RyanVM@moz-148999FE.phlapa.fios.verizon.net)
  3291. # [23:35] * Joins: rednaks (rednaks@1124285C.7B2CFADA.55FFA9B4.IP)
  3292. # [23:35] * Quits: andersh (andersh@moz-5BF371B3.bredband.oister.dk) (Connection reset by peer)
  3293. # [23:36] <timeless> err
  3294. # [23:36] * Quits: @smaug (chatzilla@moz-78A86AC.pp.htv.fi) (Ping timeout)
  3295. # [23:36] <timeless> biesi: fairly quickly, how could a squid proxy get something downloading a ~21mb file over https to end up w/ a 1.8mb beginning of the file and think it "succeeded"?
  3296. # [23:36] * Quits: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu) (Ping timeout)
  3297. # [23:37] * Joins: jfkthame (jfkthame@2B12A728.FB47D00B.9542EC20.IP)
  3298. # [23:37] <timeless> ... that's what i experienced
  3299. # [23:37] * Joins: brendan (brendaneic@2557E599.66715431.D25A875A.IP)
  3300. # [23:37] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  3301. # [23:37] * Quits: jfkthame (jfkthame@2B12A728.FB47D00B.9542EC20.IP) (Quit: jfkthame)
  3302. # [23:38] * Quits: mbrubeck (mozilla@7B99D36C.3A9F9BD4.4C2245EF.IP) (Quit: Leaving.)
  3303. # [23:38] <nemo> jhammel: yeah. that seems to work nicely. My crude variant is var ary=encodeURI(input).split("%");var cnt=0;for(var i=1;i<ary.length;i++) cnt+=ary[i].length-1;
  3304. # [23:38] * Quits: jhammel (jhammel@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: leaving)
  3305. # [23:38] <nemo> aw
  3306. # [23:38] <nemo> :)
  3307. # [23:38] <nemo> well. that's after fixing the newlines ofc
  3308. # [23:39] <jaws> seth: ping?
  3309. # [23:39] <seth> jaws: pong
  3310. # [23:39] * Quits: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP) (Quit: erikvold)
  3311. # [23:40] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Quit: brendan)
  3312. # [23:40] <jaws> seth: your work for bug 796179, does that handle long reference lines?
  3313. # [23:40] * timeless sighs
  3314. # [23:40] * Joins: dougt (dougt@moz-75E4F719.hsd1.ca.comcast.net)
  3315. # [23:40] <jaws> i'm hitting a bug with the error console now where it is hanging the browser because of CSS syntax errors in super long 1-line CSS files
  3316. # [23:40] <@roc> ehsan: I finished writing up the Web Audio MediaStream patches and got them building, but I don't actually have any way to test them. So I want to hook up AudioBufferNode and make sure it works.
  3317. # [23:40] * Quits: overholt (overholt@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  3318. # [23:40] * Joins: clee (clee@2557E599.66715431.D25A875A.IP)
  3319. # [23:40] * timeless wishes someone had made file pickers run out of process
  3320. # [23:41] <nemo> hum. that split is a bit inefficient
  3321. # [23:41] <Mook_as> nemo: length = unescape(encodeURI(input)).length;
  3322. # [23:41] <seth> jaws: it doesn't; that's only for the URIs
  3323. # [23:41] <@ehsan> roc: ok. do you want me to do that work?
  3324. # [23:41] <seth> jaws: same type of problem tho
  3325. # [23:41] * Joins: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  3326. # [23:41] <nemo> Mook_as: wait. how would that work Oo
  3327. # [23:41] * Quits: ekr___ (ekr@moz-3067EF9C.mycingular.net) (Quit: Colloquy for iPhone - http://colloquy.mobi)
  3328. # [23:41] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  3329. # [23:41] <@roc> I kinda feel responsible for making sure the code I wrote actually works at all
  3330. # [23:41] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/06e05b165c15 - Timothy Nikkel - Bug 831011. Remove unused member mOpacity in nsView. r=mats
  3331. # [23:41] <jaws> seth: ok, i'll file a new bug for it and link to yours
  3332. # [23:42] <seth> jaws: sounds good. are you hitting this on b2g btw?
  3333. # [23:42] <nemo> Mook_as: is that cross-browser?
  3334. # [23:42] <@ehsan> roc: ok sounds good :)
  3335. # [23:42] <jaws> seth: no, desktop firefox
  3336. # [23:42] <@ehsan> roc: let me know if I can help
  3337. # [23:42] <@roc> I've actually been able to spend time on it lately so that's good :-)
  3338. # [23:42] <seth> jaws: ok, cool. just asking because there is a different bug for the case where IPC is involved
  3339. # [23:43] <@ehsan> roc: that's great!
  3340. # [23:43] * sheeri is now known as sheeri-afk
  3341. # [23:44] * Quits: rbgray (chatzilla@moz-F1171FD7.plustechnologies.com) (Ping timeout)
  3342. # [23:45] <nemo> Mook_as: maybe .match(/%/) would be safer. otherwise, that's pretty clever.
  3343. # [23:45] <jaws> seth: k, i filed it as bug 831020
  3344. # [23:45] * Joins: mbrubeck (mozilla@7B99D36C.3A9F9BD4.4C2245EF.IP)
  3345. # [23:46] * Quits: mbrubeck (mozilla@7B99D36C.3A9F9BD4.4C2245EF.IP) (Connection reset by peer)
  3346. # [23:46] * philor is now known as philor|away
  3347. # [23:46] * catlee is now known as catlee-away
  3348. # [23:47] * Quits: hipokrit (hipokrit@1BF5DFDB.CA40E1F7.C558AD24.IP) (Ping timeout)
  3349. # [23:47] <Mook_as> nemo: for cross-browser questions, you probably want something more like #js. but yes, that's cross-browser and already in the wild, IIRC.
  3350. # [23:48] * Quits: vtmarvin (Thunderbir@9D75911A.1239134F.E4B2C495.IP) (Client exited)
  3351. # [23:48] * juanb|mtg is now known as juanb
  3352. # [23:48] * Joins: mbrubeck (mozilla@7B99D36C.3A9F9BD4.4C2245EF.IP)
  3353. # [23:48] * heycam|away is now known as heycam
  3354. # [23:48] * Quits: pnemsak (Miranda@moz-192A9791.orange.sk) (Connection reset by peer)
  3355. # [23:49] * Quits: mbrubeck (mozilla@7B99D36C.3A9F9BD4.4C2245EF.IP) (Quit: Leaving.)
  3356. # [23:49] * Quits: TheOne (one@moz-4ED76071.dip0.t-ipconnect.de) (Input/output error)
  3357. # [23:50] * Joins: jinsu (Mibbit@moz-62366410.socal.res.rr.com)
  3358. # [23:50] * Joins: edmorley (edmorley@moz-90F42104.range86-166.btcentralplus.com)
  3359. # [23:50] * Quits: akeybl (akeybl@2557E599.66715431.D25A875A.IP) (Quit: Leaving...)
  3360. # [23:51] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/096ee26f5a0d - Ethan Hugg - Bug 822197 Handle creation of more PeerConnections than MAX_LINES r=jesup
  3361. # [23:52] * Joins: capella|away (chatzilla@moz-DD0C7E4F.twcny.res.rr.com)
  3362. # [23:52] * Quits: darin (darin@3246441A.D6CCE4AE.77834EAA.IP) (Ping timeout)
  3363. # [23:52] * Joins: hipokrit (hipokrit@1BF5DFDB.CA40E1F7.C558AD24.IP)
  3364. # [23:53] * Joins: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP)
  3365. # [23:53] <mak> how do I disable angle? --disable-angle still tries to compile it
  3366. # [23:53] <@ehsan> does bzexport support git?
  3367. # [23:53] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c4388665988c - Daniel Holbert - Bug 830549: Mark a variable in nsFind.cpp as DebugOnly, to fix opt build warning. r=Neil
  3368. # [23:53] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/eb448d8799da - Daniel Holbert - Bug 830439: Add error-check for previously-ignored nsresult value in nsWebBrowserFind::GetSearchLimits(). r=mats
  3369. # [23:54] <sfink> ehsan: no
  3370. # [23:54] * Parts: jinsu (Mibbit@moz-62366410.socal.res.rr.com)
  3371. # [23:54] <njn> wow, how obnoxious is this:
  3372. # [23:54] * Joins: darin (darin@3246441A.D6CCE4AE.77834EAA.IP)
  3373. # [23:54] <njn> selNode = GetNodeLocation(wsRunObj.mStartReasonNode, &selOffset);
  3374. # [23:54] <njn> nsWSRunObject wsRunObj(this, selNode, selOffset);
  3375. # [23:54] <@ehsan> sfink: :((
  3376. # [23:54] <mcsmurf> mak: --disable-webgl
  3377. # [23:54] <mcsmurf> on trunk at least
  3378. # [23:54] <sfink> ehsan: what would that mean, exactly?
  3379. # [23:54] * Joins: akeybl (akeybl@2557E599.66715431.D25A875A.IP)
  3380. # [23:54] <mak> mcsmurf: cool, thx
  3381. # [23:54] <njn> ehsan: https://github.com/jlebar/moz-git-tools -- git-bz
  3382. # [23:55] * Quits: ekr__ (ekr@43CB6079.66715431.D25A875A.IP) (Ping timeout)
  3383. # [23:55] <@roc> ehsan: why didn't you just do what I suggested?
  3384. # [23:55] * Joins: ekr_ (ekr@43CB6079.66715431.D25A875A.IP)
  3385. # [23:57] <@ehsan> roc: the code got extremely messy...
  3386. # [23:57] * Quits: ekr_ (ekr@43CB6079.66715431.D25A875A.IP) (Ping timeout)
  3387. # [23:57] <@ehsan> I ended up having to restructure the whole loop
  3388. # [23:57] <@ehsan> and then gave up
  3389. # [23:57] <@ehsan> and used the code that I had
  3390. # [23:58] <@roc> I don't see why
  3391. # [23:59] <mak> mcsmurf: for some reason something is still trying to access (wrongly) the directx sdk... even with that :(
  3392. # [23:59] <@ehsan> roc: the existing loop assumes that you shrink down the string
  3393. # Session Close: Wed Jan 16 00:00:00 2013

The end :)