/irc-logs / mozilla / #developers / 2013-07-17 / end

Options:

  1. # Session Start: Wed Jul 17 00:00:01 2013
  2. # Session Ident: #developers
  3. # [00:00] * Joins: damons (gnubeard@97957D0A.8D753159.C943C01E.IP)
  4. # [00:00] <gps> Bas: sometimes you can just file a build config bug and ask a peer to do it
  5. # [00:00] * Quits: bnicholson_ (bnicholson@moz-BBE3ABD.mv.mozilla.com) (Quit: Ex-Chat)
  6. # [00:01] <gps> if you are wasting hours trying to grok some esoteric build foo, that's a waste of your time
  7. # [00:01] * Joins: bnicholson__ (bnicholson@moz-BBE3ABD.mv.mozilla.com)
  8. # [00:01] * Quits: breck (breck@moz-BE33DA21.fw1.sfo1.mozilla.net) (Client exited)
  9. # [00:01] * bnicholson__ is now known as bnicholson
  10. # [00:02] <Bas> gps: I have done the configure.in patch and have the first of the 2 verification builds going on the background. It's nice, now I get to watch a build rather than using useful work, it's great!
  11. # [00:03] <devd> For new JS code added to Gecko, is 'let' preferred over var? I think the former is what I (and I believe most people) want anyways
  12. # [00:04] * Quits: hurley (hurley@moz-BBE3ABD.mv.mozilla.com) (Quit: mootex)
  13. # [00:04] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  14. # [00:04] <till> BenWa: so gdb just hangs while trying to attach to the process
  15. # [00:04] * Joins: rednaks (rednaks@C8C1A17E.AFD91B9D.55FFA9B4.IP)
  16. # [00:04] <gps> devd: use let everywhere it is supported
  17. # [00:05] <BenWa> till: alright, well lets see if we can solve it with what we have so far
  18. # [00:05] <till> BenWa: and lldb doesn't show anything that looks interesting
  19. # [00:05] * coop is now known as coop|afk
  20. # [00:05] * joduinn-brb is now known as joduinn-mtg
  21. # [00:05] <till> BenWa: ok. Ping me if you need further info, I can easily reproduce this
  22. # [00:06] * Joins: breck (breck@moz-BE33DA21.fw1.sfo1.mozilla.net)
  23. # [00:06] <devd> gps: which is anywhere inside gecko, right?
  24. # [00:06] * Quits: alice (alice@31A094F3.6B10AC3.E2F59BBC.IP) (Client exited)
  25. # [00:06] <devd> gps: i.e., as long as it isn't interacting with general web, it should be fine?
  26. # [00:07] * jimm-bbiab is now known as jimm
  27. # [00:07] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  28. # [00:08] * Quits: hipokrit (hipokrit@1BF5DFDB.CA40E1F7.C558AD24.IP) (Quit: Leaving)
  29. # [00:08] * Joins: alice (alice@E91A4D72.6B10AC3.E2F59BBC.IP)
  30. # [00:08] * Joins: Honza_ (chatzilla@F8BF899B.23B79DE4.D0083327.IP)
  31. # [00:09] * Quits: Honza (chatzilla@F8BF899B.23B79DE4.D0083327.IP) (Ping timeout)
  32. # [00:09] * Honza_ is now known as Honza
  33. # [00:10] * Joins: armenzg (armenzg@moz-231EBBBE.dsl.bell.ca)
  34. # [00:11] <gps> devd: if it's chrome-privileged JS, you generally should use let everywhere, not var. if it's web-privileged, that area is gray
  35. # [00:11] * Quits: stully (quassel@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  36. # [00:11] <gps> for some web-privileged code you can load it with newer JS support
  37. # [00:13] * Quits: jesup|laptop (chatzilla@moz-D8B61DE6.phlapa.fios.verizon.net) (Quit: ChatZilla 0.9.90.1 [Firefox 24.0a2/20130712004003])
  38. # [00:13] * devd wonders if it is rude to say so on a patch
  39. # [00:13] * Quits: gustavold (gustavold@76AEFF9A.A913707B.DF2AC62B.IP) (Quit: Leaving.)
  40. # [00:14] <devd> It is kinda crazy that chrome-privileged JS code can get in without any lint or anything run against it
  41. # [00:14] <gps> devd: tell me about it. that being said, not everyone is on the same page w.r.t. consistent style
  42. # [00:15] * Quits: maxli (maxli@B5559308.9C54E60.2FA4EA88.IP) (Quit: Leaving.)
  43. # [00:15] <mrbkap> Don't we have a JS coding style page somewhere?
  44. # [00:15] <devd> gps: yeah, but isn't that true for C++ too? But I shutup and follow the convention because it is a net benefit if everyone follows a style
  45. # [00:16] <mrbkap> And a C++ coding style page?
  46. # [00:16] * mrbkap thinks he added something to it recently...
  47. # [00:16] <gps> mrbkap: the JS coding style is not as well followed and enforced as the C++
  48. # [00:16] * Joins: ehsan (ehsan@moz-AC89B3C8.vlan445.asr1.yyz1.gblx.net)
  49. # [00:16] * ChanServ sets mode: +o ehsan
  50. # [00:16] <mrbkap> gps: Ah, ok.
  51. # [00:16] <devd> If I am not wrong, no one will r+ unless you follow the C++ style
  52. # [00:16] <mrbkap> https://developer.mozilla.org/en-US/docs/Developer_Guide/Coding_Style fwiw
  53. # [00:16] <mrbkap> devd: That depends a lot on the reviewer.
  54. # [00:16] * JosiahOne is now known as JosiahOne|Away
  55. # [00:17] <mrbkap> devd: Some reviewers (me included most of the time) won't let you get away with even a misplaced space :)
  56. # [00:17] <devd> mrbkap: even in JS code?
  57. # [00:17] <mrbkap> devd: But others will skim over style issues.
  58. # [00:17] <@ehsan> yay, Toronto is back on irc!
  59. # [00:17] * Joins: smontagu (chatzilla@moz-C0106BAA.red.bezeqint.net)
  60. # [00:18] <devd> not to blame anyone, but all the vars all over contentSecurityPolicy.js make me sad
  61. # [00:18] <mrbkap> devd: Not sure, when I review JS code (I only own a very little bit) I'm pretty picky :)
  62. # [00:18] <devd> particularly, given that this is a "security" file
  63. # [00:18] <mrbkap> devd: IIRC that was a lot of the authors' first JS code ever.
  64. # [00:18] * Quits: briansmith (briansmith@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  65. # [00:18] * Joins: stully (quassel@moz-BE33DA21.fw1.sfo1.mozilla.net)
  66. # [00:19] * Joins: briansmith (briansmith@moz-BBE3ABD.mv.mozilla.com)
  67. # [00:19] <devd> grobinson: do you think you can use "let" instead of var in your patch to that file? All the vars make me sad and nervous
  68. # [00:19] * Quits: fabrice (fabrice@moz-CF6A762D.w90-20.abo.wanadoo.fr) (Input/output error)
  69. # [00:19] <devd> grobinson: see discussion above
  70. # [00:19] <devd> mrbkap: I guess you have to write a lot of JS code to realize how/when var can bite you
  71. # [00:20] <mrbkap> devd: Bite how? Hoisting problems or ...?
  72. # [00:20] * Joins: fabrice (fabrice@moz-CF6A762D.w90-20.abo.wanadoo.fr)
  73. # [00:20] * Quits: ekr (ekr@8ACF1000.5EFFC0B8.24454B25.IP) (Ping timeout)
  74. # [00:20] <devd> mrbkap: unexpected behavior once in a while?
  75. # [00:20] * fabrice is now known as fabrice|afk
  76. # [00:21] <mrbkap> heh
  77. # [00:21] <mrbkap> I guess so.
  78. # [00:22] * Quits: inolen (Adium@moz-D2D12FC1.socal.res.rr.com) (Ping timeout)
  79. # [00:22] * Joins: inolen (Adium@moz-D2D12FC1.socal.res.rr.com)
  80. # [00:23] * mrbkap implemented an early form of 'let' in SpiderMonkey a while ago, so might not be the best person to ask about this sort of thing.
  81. # [00:24] <cpeterson> Waldo: did you find an adequate solution for your question about MSVC versions? If the problem is that nobody wants to write MOZ_MSVC_VERSION_AT_LEAST(1600), we could just `#define MOZ_MSVC_VERSION_2010 1600` convenience macros so people could use #if MOZ_MSVC_VERSION_AT_LEAST(MOZ_MSVC_VERSION_2010).
  82. # [00:24] * mcote is now known as mcote|afk
  83. # [00:25] * Quits: gandalf (zbraniecki@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: My lid went down)
  84. # [00:25] * Joins: mmargoliono (min@moz-9DBD522D.static.internode.on.net)
  85. # [00:25] * catlee-buildduty is now known as catlee-away
  86. # [00:25] <Waldo> cpeterson: I suggested in the bug just having a huge ternary to handle 10/11/etc.
  87. # [00:26] <Waldo> cpeterson: which seems the simplest thing that can work, to me, but I might be missing something
  88. # [00:26] <grobinson> devd: sorry, which file?
  89. # [00:26] * Joins: krit (krit@moz-832F79EA.hsd1.ca.comcast.net)
  90. # [00:26] <grobinson> devd: ah, I see (scroll back)
  91. # [00:26] <devd> grobinson: contentSecurityPolicy.js, your script-nonce patch
  92. # [00:27] <grobinson> devd: I am going to work that patch over again, I'll get rid of any unnecessary vars (which is almost certainly all of them)
  93. # [00:27] <grobinson> devd: to punt, i was just following the conventions in the surrounding code ;)
  94. # [00:27] <NeilAway> RyanVM|afk: no, just rebuilt and it went through, so some build system wonkiness
  95. # [00:27] <cpeterson> Waldo: the terney sounds better than adding many new MSVC_VERSION_2010 convenience macros. The terney is ugly but it is encapsulated in just one macro.
  96. # [00:27] <Waldo> yup
  97. # [00:27] <devd> grobinson: yeah, I know. But that file is so ugly, I think every patch should slowly start improving it a bit
  98. # [00:28] <@khuey> did we reset try?
  99. # [00:28] * Quits: tomer (tomer@moz-F45DAEFD.static.012.net.il) (Ping timeout)
  100. # [00:29] <Waldo> khuey: backscroll here earlier today suggests we did
  101. # [00:29] * Quits: Archaeopteryx (itsme@88A4F830.41B437D3.50B05A3B.IP) (Ping timeout)
  102. # [00:30] * Quits: johanc (chatzilla@moz-8F2EFB9D.bredband.comhem.se) (Ping timeout)
  103. # [00:30] * Joins: maxli (maxli@B5559308.9C54E60.2FA4EA88.IP)
  104. # [00:30] * kats is now known as kats|away
  105. # [00:33] * khuey is now known as khuey|away
  106. # [00:35] * Quits: jammink (textual@moz-BBE3ABD.mv.mozilla.com) (Quit: Textual IRC Client: http://www.textualapp.com/)
  107. # [00:35] * Quits: mccr8 (mccr8@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: mccr8)
  108. # [00:37] * Joins: jammink (textual@moz-BBE3ABD.mv.mozilla.com)
  109. # [00:37] * mattwoodrow is now known as mattwoodrow|away
  110. # [00:37] * Quits: alice (alice@E91A4D72.6B10AC3.E2F59BBC.IP) (Client exited)
  111. # [00:39] <NeilAway> these days when adding constants to idls we have to rev the uuid to clear some cache or other right?
  112. # [00:39] <@gavin> no
  113. # [00:39] * Quits: ErvisTusha (ErvisTusha@DE08FFA3.F69FB6EA.363D84A4.IP) (Quit: Leaving)
  114. # [00:39] * Quits: luke (andhow@moz-12001187.dhcp.mdfd.or.charter.com) (Quit: luke)
  115. # [00:41] * armenzg is now known as armenzg_afk
  116. # [00:41] * Quits: armenzg_afk (armenzg@moz-231EBBBE.dsl.bell.ca) (Input/output error)
  117. # [00:41] * Joins: armenzg_afk (armenzg@moz-231EBBBE.dsl.bell.ca)
  118. # [00:42] * wlach is now known as wlach|afk
  119. # [00:42] * Quits: overholt (overholt@moz-AC89B3C8.vlan445.asr1.yyz1.gblx.net) (Ping timeout)
  120. # [00:43] * Quits: armenzg_afk (armenzg@moz-231EBBBE.dsl.bell.ca) (Ping timeout)
  121. # [00:43] * Joins: espadrine_ (ttyl@moz-926F218A.w92-128.abo.wanadoo.fr)
  122. # [00:43] * Quits: FabioMagnoni (fabiomagno@82682212.E509E499.5FA960DF.IP) (Input/output error)
  123. # [00:44] * Quits: espadrine` (ttyl@moz-ED52503B.w92-128.abo.wanadoo.fr) (Ping timeout)
  124. # [00:46] * Quits: jdm (jdm@92FB48CA.8B5E9DF.9A8C35B4.IP) (Quit: Lost terminal)
  125. # [00:47] * Quits: ggp (ggp@moz-BD721BD8.hsd1.pa.comcast.net) (Ping timeout)
  126. # [00:50] * Joins: clokep (Instantbir@5538644.6A558D2.4EF9B99B.IP)
  127. # [00:51] * Joins: luke (andhow@moz-12001187.dhcp.mdfd.or.charter.com)
  128. # [00:51] * Joins: sicking (sicking@moz-BE33DA21.fw1.sfo1.mozilla.net)
  129. # [00:51] * Quits: jandem (jandem@66C76B89.FB8EABAE.DF9376EA.IP) (Quit: jandem)
  130. # [00:53] * mattwoodrow|away is now known as mattwoodrow
  131. # [00:54] * geekboy|afk is now known as geekboy
  132. # [00:55] * Joins: cpearce (chatzilla@moz-17AE2498.xdsl.xnet.co.nz)
  133. # [00:55] * Joins: birtles (chatzilla@moz-C286AD9A.bitcat.net)
  134. # [00:59] * Quits: RealRaven (Thunderbir@1C7EC709.F74D0024.27F80FAC.IP) (Ping timeout)
  135. # [00:59] * Quits: sebasmagri (sebasmagri@91A98F12.F43C7CE2.C801199D.IP) (Ping timeout)
  136. # [01:00] * Joins: sebasmagri (sebasmagri@91A98F12.F43C7CE2.C801199D.IP)
  137. # [01:00] * Quits: ketas (ketas@135.216.191.90.dyn.estpak.ee) (Ping timeout)
  138. # [01:00] * Joins: RealRaven (Thunderbir@1C7EC709.F74D0024.27F80FAC.IP)
  139. # [01:01] * Quits: mdas (mdas@CC0122E6.8F96AEA7.2D179A7D.IP) (Input/output error)
  140. # [01:01] * Joins: ketas (ketas@135.216.191.90.dyn.estpak.ee)
  141. # [01:01] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  142. # [01:01] * Quits: smontagu (chatzilla@moz-C0106BAA.red.bezeqint.net) (Ping timeout)
  143. # [01:02] * Quits: sebasmagri (sebasmagri@91A98F12.F43C7CE2.C801199D.IP) (Ping timeout)
  144. # [01:02] * heycam|away is now known as heycam
  145. # [01:02] <glandium> mwu: how so?
  146. # [01:02] * Quits: Lethalman (lethal@moz-D0C444F8.net24.it) (Ping timeout)
  147. # [01:03] * Quits: @roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Ping timeout)
  148. # [01:03] * Quits: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Leaving.)
  149. # [01:03] * Quits: RealRaven (Thunderbir@1C7EC709.F74D0024.27F80FAC.IP) (Ping timeout)
  150. # [01:03] <mwu> glandium: not sure. some build logs in https://bugzilla.mozilla.org/show_bug.cgi?id=894538
  151. # [01:04] * jhammel is now known as jhammmel|bbiab
  152. # [01:05] <glandium> mwu: where is libstdc++.so in the b2g tree?
  153. # [01:06] <mwu> there's a number of places
  154. # [01:06] <mwu> glandium: btw this only seems to happen on gonk-jb
  155. # [01:06] <mwu> er
  156. # [01:06] <mwu> I said that before
  157. # [01:07] * Quits: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com) (Ping timeout)
  158. # [01:07] <glandium> mwu: it would have broken on tbpl if that wasn't only on gonk-jb ;)
  159. # [01:07] <mwu> but google probably shuffled things around in jb
  160. # [01:07] <mwu> yeah I realized the pointlessness of the statement after I typed it
  161. # [01:10] * Joins: ekr (ekr@8ACF1000.5EFFC0B8.24454B25.IP)
  162. # [01:11] * Quits: ehugg (chatzilla@CE3BE0DD.29102B70.6CD50604.IP) (Quit: ChatZilla 0.9.90 [Firefox 22.0/20130618035212])
  163. # [01:12] * Quits: jimm (jmathies@moz-864CAA4E.pn.at.cox.net) (Quit: )
  164. # [01:13] * Joins: smaug (chatzilla@moz-40039CD6.elisa-mobile.fi)
  165. # [01:13] * ChanServ sets mode: +o smaug
  166. # [01:13] <glandium> mwu: considering what the flags were before, we can try removing -static-libstdc++
  167. # [01:13] * Quits: aut0mata (automata@4F735419.C27CA109.16867D26.IP) (Ping timeout)
  168. # [01:14] <mwu> I'll update my tree and try it
  169. # [01:14] * Joins: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com)
  170. # [01:15] <glandium> mwu: note that it's not a proper fix
  171. # [01:16] <glandium> it goes against what 850576 fixed
  172. # [01:16] <mwu> hmm
  173. # [01:17] * Joins: ggp (ggp@moz-BD721BD8.hsd1.pa.comcast.net)
  174. # [01:17] <mwu> we need this because mozglue needs to link against stl, right?
  175. # [01:18] <mwu> so stl can't use the allocator in mozglue
  176. # [01:19] <mwu> on gonk-jb, I think there's a chance we don't need any stl things
  177. # [01:20] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Quit: ChatZilla 0.9.90 [Firefox 21.0/20130511120803])
  178. # [01:21] * Joins: darin (darin@3246441A.D6CCE4AE.77834EAA.IP)
  179. # [01:21] * Quits: glosoli (glosoli@moz-72C60525.static.zebra.lt) (Quit: Textual IRC Client: www.textualapp.com)
  180. # [01:21] <mwu> BionicGlue.cpp uses a vector for the pthread_atfork stuff, but on gonk-jb, we disable our pthread_atfork impl
  181. # [01:21] <mwu> since bionic is actually fixed there
  182. # [01:22] * Quits: @ehsan (ehsan@moz-AC89B3C8.vlan445.asr1.yyz1.gblx.net) (Input/output error)
  183. # [01:24] * Joins: Edgar (Thunderbir@moz-4438AAD3.dynamic.hinet.net)
  184. # [01:24] * Joins: wg9s (bill@moz-E9E3CA35.hsd1.ma.comcast.net)
  185. # [01:25] * Quits: wg9s (bill@moz-E9E3CA35.hsd1.ma.comcast.net) (Quit: ChatZilla 0.9.87-7.1450hg.fc19 [XULRunner 22.0/20130701153714])
  186. # [01:27] * Quits: krit (krit@moz-832F79EA.hsd1.ca.comcast.net) (Quit: Leaving.)
  187. # [01:30] * Quits: @smaug (chatzilla@moz-40039CD6.elisa-mobile.fi) (Ping timeout)
  188. # [01:30] * khuey|away is now known as khuey
  189. # [01:31] * geekboy is now known as geekboy|afk
  190. # [01:32] * Quits: peterbe (peterbe@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  191. # [01:33] * Joins: ehsan (ehsan@moz-AC89B3C8.vlan445.asr1.yyz1.gblx.net)
  192. # [01:33] * ChanServ sets mode: +o ehsan
  193. # [01:33] * Quits: @ehsan (ehsan@moz-AC89B3C8.vlan445.asr1.yyz1.gblx.net) (Input/output error)
  194. # [01:35] * jhammmel|bbiab is now known as jhammel
  195. # [01:37] * Quits: Edgar (Thunderbir@moz-4438AAD3.dynamic.hinet.net) (Quit: Edgar)
  196. # [01:37] * joduinn-mtg is now known as joduinn-food
  197. # [01:37] * Joins: annevk (annevk@moz-BE33DA21.fw1.sfo1.mozilla.net)
  198. # [01:38] * Quits: rednaks (rednaks@C8C1A17E.AFD91B9D.55FFA9B4.IP) (Ping timeout)
  199. # [01:39] * Joins: rednaks (rednaks@C8C1A17E.AFD91B9D.55FFA9B4.IP)
  200. # [01:39] * Joins: annevk__ (annevk@moz-BE33DA21.fw1.sfo1.mozilla.net)
  201. # [01:40] * Quits: mmargoliono (min@moz-9DBD522D.static.internode.on.net) (Ping timeout)
  202. # [01:40] * Quits: annevk (annevk@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  203. # [01:40] * Quits: mmc|laptop (mchew@9E727688.17C2F9C.163DC5C6.IP) (Quit: mmc|laptop)
  204. # [01:40] * rail is now known as rail_away
  205. # [01:41] * Joins: annevk (annevk@moz-BE33DA21.fw1.sfo1.mozilla.net)
  206. # [01:41] * Quits: annevk__ (annevk@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  207. # [01:41] * Joins: annevk_ (annevk@moz-BE33DA21.fw1.sfo1.mozilla.net)
  208. # [01:41] * Quits: annevk (annevk@moz-BE33DA21.fw1.sfo1.mozilla.net) (Connection reset by peer)
  209. # [01:42] * Quits: till (till@moz-80A4F943.adsl.alicedsl.de) (Client exited)
  210. # [01:42] * Quits: Mossop (mossop@9E727688.17C2F9C.163DC5C6.IP) (Ping timeout)
  211. # [01:43] * Quits: annevk_ (annevk@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  212. # [01:43] * Joins: annevk (annevk@moz-BE33DA21.fw1.sfo1.mozilla.net)
  213. # [01:43] * Quits: mak (chatzilla@moz-EB16AA57.retail.telecomitalia.it) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 2.0/20110318052756])
  214. # [01:44] * Quits: ahal|mobile (ahal@B7580712.F7EBA23.C3C3A9D0.IP) (Quit: Bye)
  215. # [01:45] * Joins: jet (jet@moz-79F891EE.hsd1.ca.comcast.net)
  216. # [01:45] * Quits: annevk (annevk@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  217. # [01:46] * JosiahOne|Away is now known as JosiahOne
  218. # [01:47] * Joins: annevk_ (annevk@moz-BE33DA21.fw1.sfo1.mozilla.net)
  219. # [01:50] * Joins: sheeri (sheeri@moz-3259B52F.hsd1.ma.comcast.net)
  220. # [01:51] * Quits: ctangira (ctangira@moz-CFCC7B62.cisco.com) (Ping timeout)
  221. # [01:51] * annevk_ is now known as annevk
  222. # [01:53] * Joins: FabioMagnoni (fabiomagno@82682212.E509E499.5FA960DF.IP)
  223. # [01:54] * Joins: bz_away (bzbarsky@moz-A28C5395.bstnma.fios.verizon.net)
  224. # [01:54] * Joins: hurley (hurley@moz-E76806A0.dsl.static.sonic.net)
  225. # [01:55] * Quits: sheeri (sheeri@moz-3259B52F.hsd1.ma.comcast.net) (Quit: sheeri)
  226. # [01:56] * Quits: FabioMagnoni (fabiomagno@82682212.E509E499.5FA960DF.IP) (Ping timeout)
  227. # [01:58] * Quits: annevk (annevk@moz-BE33DA21.fw1.sfo1.mozilla.net) (Connection reset by peer)
  228. # [01:58] * Joins: annevk (annevk@moz-BE33DA21.fw1.sfo1.mozilla.net)
  229. # [01:59] * Quits: ekr (ekr@8ACF1000.5EFFC0B8.24454B25.IP) (Quit: ekr)
  230. # [02:04] * joduinn-food is now known as joduinn-mtg
  231. # [02:04] * Joins: ehugg (ehugg@moz-6D0FD3FC.cisco.com)
  232. # [02:04] * geekboy|afk is now known as geekboy
  233. # [02:05] * Quits: terrence (terrence@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  234. # [02:06] * Quits: squeakytoy (christoffe@moz-79070305.dynamic.se.alltele.net) (Connection reset by peer)
  235. # [02:06] * Joins: squeakytoy (christoffe@moz-79070305.dynamic.se.alltele.net)
  236. # [02:06] <nrc> who knows how select boxes work, in particular how they interact with Windows?
  237. # [02:06] * nthomas is now known as nthomas|away
  238. # [02:09] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/b453f2f37de1 - Gregory Szorc - Bug 878607 - Backout aeb89583349d (bug 887814) for breaking bootstrap on MacPorts; r=jwatt
  239. # [02:09] * Quits: sicking (sicking@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: sicking)
  240. # [02:09] * Joins: sicking (sicking@moz-BE33DA21.fw1.sfo1.mozilla.net)
  241. # [02:10] * Quits: givanica (givanica@B20FEAB6.2F05FCCB.A0A36CCE.IP) (Quit: ZNC - http://znc.in)
  242. # [02:10] * Joins: Mossop (mossop@ADCA5A9E.3A5CECD3.F9E1BAE1.IP)
  243. # [02:11] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  244. # [02:11] * Quits: myk (myk@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Instantbird 1.5a1pre -- http://www.instantbird.com)
  245. # [02:12] * Quits: rednaks (rednaks@C8C1A17E.AFD91B9D.55FFA9B4.IP) (Ping timeout)
  246. # [02:13] * Joins: ekr (ekr@5AAE35B2.5EFFC0B8.24454B25.IP)
  247. # [02:13] * Joins: rednaks (rednaks@C8C1A17E.AFD91B9D.55FFA9B4.IP)
  248. # [02:13] * Quits: ekr (ekr@5AAE35B2.5EFFC0B8.24454B25.IP) (Quit: ekr)
  249. # [02:15] * Joins: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net)
  250. # [02:16] * Joins: jryans (jryans@moz-64B403F4.sw.biz.rr.com)
  251. # [02:16] * Joins: mccr8 (mccr8@moz-5FEA0C74.dsl.dynamic.sonic.net)
  252. # [02:16] * Parts: Snuffleupagus (chatzilla@moz-7411B7A4.bredband.comhem.se)
  253. # [02:19] * Quits: gaston (landry@moz-2911F07A.rhaalovely.net) (Ping timeout)
  254. # [02:19] * Quits: JosiahOne (Instantbir@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net) (Quit: [self dealloc];)
  255. # [02:20] * Joins: nattokirai (nattokirai@moz-C286AD9A.bitcat.net)
  256. # [02:21] * Quits: mbrubeck (mbrub_000@moz-45568FC0.hsd1.wa.comcast.net) (Quit: Leaving.)
  257. # [02:21] * Quits: damons (gnubeard@97957D0A.8D753159.C943C01E.IP) (Quit: damons)
  258. # [02:21] * Quits: rednaks (rednaks@C8C1A17E.AFD91B9D.55FFA9B4.IP) (Ping timeout)
  259. # [02:22] * Joins: krit (krit@moz-832F79EA.hsd1.ca.comcast.net)
  260. # [02:22] * Joins: gaston (landry@moz-2911F07A.rhaalovely.net)
  261. # [02:23] * nrc is now known as nrc|afk
  262. # [02:25] * Quits: bmoss (bmoss@D5B61E93.5F77D495.B41F1B80.IP) (Quit: bmoss)
  263. # [02:25] * Joins: ekr (ekr@moz-BD34266F.dynamic.hinet.net)
  264. # [02:25] * Quits: bdahl (bdahl@9E727688.17C2F9C.163DC5C6.IP) (Client exited)
  265. # [02:26] * Quits: smooney (sheilamoon@49384C59.5F77D495.B41F1B80.IP) (Quit: smooney)
  266. # [02:26] * Quits: hurley (hurley@moz-E76806A0.dsl.static.sonic.net) (Quit: Get MacIrssi - http://www.sysctl.co.uk/projects/macirssi/ )
  267. # [02:27] * Joins: smooney (sheilamoon@49384C59.5F77D495.B41F1B80.IP)
  268. # [02:29] * Joins: ctangira (ctangira@moz-44402D73.cisco.com)
  269. # [02:29] * Joins: damons (gnubeard@97957D0A.8D753159.C943C01E.IP)
  270. # [02:30] * Quits: jimb (user@moz-91B1931F.hsd1.or.comcast.net) (Input/output error)
  271. # [02:30] * Quits: lduros (user@moz-47F34250.phlapa.fios.verizon.net) (Client exited)
  272. # [02:30] <mihneadb> rstrong: would you mind adding run-sequentially in the manifest file to the tests that are not fixed yet so that we can address them separately in a different bug? Or would you rather have them all fixed in bug 889183
  273. # [02:31] <rstrong> mihneadb: I would be fine with that. Do you have an example of the syntax?
  274. # [02:31] <mihneadb> rstrong: https://bugzilla.mozilla.org/attachment.cgi?id=776051&action=diff
  275. # [02:32] <rstrong> is it just run-sequentially below the test after the run-if or skip-if when they are present
  276. # [02:32] <mihneadb> ctrl f for "run-seq"
  277. # [02:32] <mihneadb> yes
  278. # [02:32] * Joins: bbondy2 (bbondy@moz-717FF534.home.cgocable.net)
  279. # [02:32] * Parts: marco (marco@moz-BBE3ABD.mv.mozilla.com)
  280. # [02:32] <mihneadb> run-sequentially = reason
  281. # [02:32] * Quits: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com) (Quit: Instantbird 1.5a1pre -- http://www.instantbird.com)
  282. # [02:32] <mihneadb> you can check the diff to be sure
  283. # [02:32] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Ping timeout)
  284. # [02:32] * bbondy2 is now known as bbondy
  285. # [02:32] * hwine is now known as hwine|afk
  286. # [02:32] <rstrong> mihneadb: can it be after run-if or skip-if?
  287. # [02:33] <jaws> how can i use a high performance timer (like window.performance.now()) from a JSM?
  288. # [02:33] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  289. # [02:33] * Quits: smooney (sheilamoon@49384C59.5F77D495.B41F1B80.IP) (Quit: smooney)
  290. # [02:33] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  291. # [02:34] * Quits: sicking (sicking@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: sicking)
  292. # [02:34] <mihneadb> rstrong: from what I know the order does nat matter
  293. # [02:34] <mihneadb> rstrong: I'll try it after you upload the patch to be sure :)
  294. # [02:35] * Quits: ggo98 (Thunderbir@moz-9490803F.w86-212.abo.wanadoo.fr) (Ping timeout)
  295. # [02:35] * Joins: sicking (sicking@moz-BE33DA21.fw1.sfo1.mozilla.net)
  296. # [02:35] * Quits: TimAbraldes (Instantbir@moz-7FD19BDC.hsd1.or.comcast.net) (Quit: TimAbraldes)
  297. # [02:36] * Quits: gaston (landry@moz-2911F07A.rhaalovely.net) (Ping timeout)
  298. # [02:36] * Quits: Waldo (waldo@moz-BBE3ABD.mv.mozilla.com) (Quit: ChatZilla 0.9.87-7.1450hg.fc19 [XULRunner 21.0/20130612155439])
  299. # [02:37] * Quits: jet (jet@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  300. # [02:38] * Joins: gaston (landry@moz-2911F07A.rhaalovely.net)
  301. # [02:39] * ewong|away is now known as ewong
  302. # [02:40] * Quits: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Leaving.)
  303. # [02:41] * Quits: espadrine_ (ttyl@moz-926F218A.w92-128.abo.wanadoo.fr) (Ping timeout)
  304. # [02:42] * Joins: espadrine_ (ttyl@moz-926F218A.w92-128.abo.wanadoo.fr)
  305. # [02:42] * Quits: stully (quassel@moz-BE33DA21.fw1.sfo1.mozilla.net) (Input/output error)
  306. # [02:42] * Joins: ggo98 (Thunderbir@moz-F91A1592.w82-123.abo.wanadoo.fr)
  307. # [02:43] * Joins: espadrine` (ttyl@moz-27F57FBC.w92-128.abo.wanadoo.fr)
  308. # [02:43] * Quits: espadrine_ (ttyl@moz-926F218A.w92-128.abo.wanadoo.fr) (Ping timeout)
  309. # [02:44] * Joins: jet (jet@moz-79F891EE.hsd1.ca.comcast.net)
  310. # [02:44] * Quits: sicking (sicking@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: sicking)
  311. # [02:44] * Quits: KWierso|Home (chatzilla@moz-39E2648C.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.90-rdmsoft [XULRunner 1.9.0.17/2009122204])
  312. # [02:45] <rstrong> mihneadb: I just ran the tests on Windows with run-sequentially and all looks good so far. I'll upload a patch and r?you on it
  313. # [02:45] * geekboy is now known as geekboy|afk
  314. # [02:45] <mihneadb> rstrong: you mean one just for the ini file? great! thanks
  315. # [02:46] <rstrong> mihneadb: are you planning on landing tonight? I ask since inbound is still closed and I haven't landed the first patch yet
  316. # [02:46] <rstrong> mihneadb: yes, just the ini changes
  317. # [02:46] <mihneadb> rstrong: I don't have access, I'm just an intern :) I usually flag checkin-needed
  318. # [02:47] <rstrong> mihneadb: when do you plan on landing?
  319. # [02:47] <mihneadb> as soon as possible :S
  320. # [02:47] <mihneadb> I just set "checkin-needed" and one of the sheriffs lands it to inbound
  321. # [02:47] <rstrong> and can I land the run-sequentially without your parallelize patch?
  322. # [02:47] <mihneadb> yes
  323. # [02:48] <mihneadb> harness will just ignore that flag
  324. # [02:48] <rstrong> cool, then I'll land them both as soon as inbound opens
  325. # [02:48] <mihneadb> awesome, thanks !
  326. # [02:48] * Quits: breck (breck@moz-BE33DA21.fw1.sfo1.mozilla.net) (Client exited)
  327. # [02:48] <mihneadb> I'll do a run on my laptop with the updated ini as well to be sure it works with the parxpc patch as wel
  328. # [02:48] <mihneadb> l
  329. # [02:50] * Quits: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP) (Quit: erikvold)
  330. # [02:50] <rstrong> mihneadb: you will need to apply the patch in bug 894115 first
  331. # [02:51] * Joins: KWierso|Home (chatzilla@moz-39E2648C.hsd1.ca.comcast.net)
  332. # [02:51] <mihneadb> rstrong: ok. will you land that one as well?
  333. # [02:51] <rstrong> mihneadb: btw: the tests that need this most often are windows only though testing on linux would be a "good thing"
  334. # [02:52] <rstrong> I will land that patch at the same time
  335. # [02:52] <mihneadb> ok, great
  336. # [02:52] <mihneadb> :)
  337. # [02:52] <rstrong> probably tonight as long as inbound opens relatively soon
  338. # [02:52] * Quits: bnicholson (bnicholson@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  339. # [02:52] * Quits: maxli (maxli@B5559308.9C54E60.2FA4EA88.IP) (Quit: Leaving.)
  340. # [02:52] <mihneadb> aha
  341. # [02:52] * Quits: dholbert (dholbert@moz-BBE3ABD.mv.mozilla.com) (Quit: Ex-Chat)
  342. # [02:53] <rstrong> KWierso|Home: is inbound green enough yet?
  343. # [02:53] * Quits: capella|away (chatzilla@moz-8F413D10.twcny.res.rr.com) (Quit: ChatZilla 0.9.90.1 [Firefox 24.0a2/20130628004017])
  344. # [02:54] <KWierso|Home> rstrong: do your worst
  345. # [02:54] <KWierso|Home> (please be gentle)
  346. # [02:54] * Quits: ericjung (ericjung@moz-FC76CC78.bstnma.fios.verizon.net) (Quit: Leaving)
  347. # [02:54] <rstrong> KWierso|Home: thanks and I will
  348. # [02:55] <mihneadb> rstrong: is the patch in bug 894115 supposed to apply without conflicts?
  349. # [02:56] <rstrong> mihneadb: I just applied it to inbound without conflicts
  350. # [02:56] <mihneadb> you are right
  351. # [02:56] <mihneadb> it worked
  352. # [02:56] <mihneadb> (tried twice)
  353. # [02:56] <mihneadb> not sure what that was
  354. # [02:56] * Joins: dholbert (dholbert@moz-BBE3ABD.mv.mozilla.com)
  355. # [02:57] * Joins: capella|away (chatzilla@moz-8F413D10.twcny.res.rr.com)
  356. # [02:57] <mihneadb> ReferenceError: adjustGeneralPaths is not defined
  357. # [02:57] <mihneadb> I m missing something
  358. # [02:57] * mccr8 is now known as mccr8|away
  359. # [02:57] * sfoster is now known as sfoster|afk
  360. # [02:58] <rstrong> mihneadb: did you recompile in toolkit/mozapps/update
  361. # [02:58] <rstrong> It passed on try server btw
  362. # [02:58] <mihneadb> ah
  363. # [02:58] <mihneadb> it's head_update.js.in
  364. # [02:58] * capella|away is now known as capella
  365. # [02:59] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/399362c3e135 - Brian Hackett - Bug 894669 - Add analysis for finding variables unnecessarily entrained by inner functions, r=luke.
  366. # [02:59] * Quits: mcomella (mcomella@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  367. # [03:00] <mihneadb> rstrong: so with the parxpc patch applied, this one failed - http://pastebin.mozilla.org/2642164
  368. # [03:00] * Joins: ericjung (ericjung@moz-FC76CC78.bstnma.fios.verizon.net)
  369. # [03:01] * Quits: gaston (landry@moz-2911F07A.rhaalovely.net) (Ping timeout)
  370. # [03:01] <mihneadb> rstrong: so I guess you have to add run-seq for test_0113_general.js in xpcshell_updater.ini as well
  371. # [03:02] <mihneadb> hm
  372. # [03:02] * Joins: jimb (user@moz-91B1931F.hsd1.or.comcast.net)
  373. # [03:02] <mihneadb> actually it fails with that as well
  374. # [03:02] <mihneadb> maybe it s something with my setup
  375. # [03:02] <rstrong> that is weird. It doesn't fail on try without your patch.
  376. # [03:02] <mihneadb> I am testing with the parxpc patch
  377. # [03:03] <mihneadb> yes, it fails without my patch as well
  378. # [03:03] <mihneadb> something with my machine I guess
  379. # [03:03] <rstrong> see https://tbpl.mozilla.org/?tree=Try&rev=376277bd268d
  380. # [03:03] <mihneadb> I encountered that with 2 more tests (one in netwerk, one in docshell) as well
  381. # [03:03] <mihneadb> they pass on try, fail on my pc
  382. # [03:03] <mihneadb> I guess it's fine
  383. # [03:03] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/1372b813d76f - Dan Gohman - Bug 891695 - IonMonkey: Avoid passing pointers by const reference. r=rpearl
  384. # [03:04] <rstrong> mihneadb: I think that is a file permission check that is failing so it might have to do with perms
  385. # [03:04] <mihneadb> indeed
  386. # [03:05] * Quits: luke (andhow@moz-12001187.dhcp.mdfd.or.charter.com) (Quit: luke)
  387. # [03:05] <mihneadb> rstrong: should I open a new bug for the tests that still need investigation or will you take care of that?
  388. # [03:05] * Joins: breck (breck@moz-BE33DA21.fw1.sfo1.mozilla.net)
  389. # [03:05] <RyanVM|afk> jgilbert: ping
  390. # [03:05] * Joins: sewardj_ (sewardj@moz-14C60001.dip0.t-ipconnect.de)
  391. # [03:05] * Quits: chewey (chewey@moz-D61D437.dip0.t-ipconnect.de) (NickServ (GHOST command used by chewey_))
  392. # [03:05] * RyanVM|afk is now known as RyanVM
  393. # [03:05] * Quits: Mook_as (mook@moz-1FCC0032.activestate.com) (Quit: Mook_as)
  394. # [03:05] * Joins: chewey (chewey@moz-56019273.dip0.t-ipconnect.de)
  395. # [03:05] <rstrong> mihneadb: I'll take care of it
  396. # [03:05] * Quits: dao (dao@moz-91921B3B.superkabel.de) (Quit: Leaving.)
  397. # [03:06] <mihneadb> rstrong: ok, thanks
  398. # [03:06] * Quits: sewardj (sewardj@moz-240FEB51.dip0.t-ipconnect.de) (Ping timeout)
  399. # [03:08] <rstrong> mihneadb: np... I should be able to get the rest of the tests in mozapps/update/test/unit to run in parallel. The tests in mozapps/update/test_svc/unit on the other hand have to run sequential unless we do a major overhaul of the maintenance service
  400. # [03:08] <mihneadb> rstrong: that's fine
  401. # [03:10] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/47fce66eae89 - Jonathan Wilde - Bug 867543 - Part 1 - Generalize appbar css, make sprites more robust, move into platform. r=mbrubeck
  402. # [03:10] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/ae1a8bea0943 - Jonathan Wilde - Bug 867543 - Part 3 - Dynamically update and pluralize the labels with all of the correct nouns attached. r=mbrubeck
  403. # [03:10] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/c237d7e7230e - Jonathan Wilde - Bug 867543 - Part 2 - Add static labels. r=mbrubeck
  404. # [03:11] * Quits: bz_away (bzbarsky@moz-A28C5395.bstnma.fios.verizon.net) (Ping timeout)
  405. # [03:11] * Joins: bnicholson (bnicholson@moz-E98974C1.hsd1.ca.comcast.net)
  406. # [03:11] * Quits: ehugg (ehugg@moz-6D0FD3FC.cisco.com) (Quit: ehugg)
  407. # [03:12] <bholley> RyanVM: gar, mismerge on my push. Let me fix it
  408. # [03:12] <bholley> RyanVM: can you close the tree for a sec?
  409. # [03:12] <RyanVM> k
  410. # [03:12] <bholley> RyanVM: I rebased my patches forward, but git got confused by the earlier version that got backed out
  411. # [03:12] <bholley> RyanVM: so it skipped some of them
  412. # [03:13] * Parts: fzzzy (Donovan@moz-40919DA0.us-west-2.compute.amazonaws.com) (["Textual IRC Client: www.textualapp.com"])
  413. # [03:13] * Joins: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP)
  414. # [03:14] <bholley> RyanVM: actually, it's probably better to just land it all again atomically. The history will be confusing otherwise
  415. # [03:14] <bholley> RyanVM: back the whole thing out, cancel builds for the last few pushes, and reopen the tree?
  416. # [03:14] * Joins: dew (Instantbir@moz-2C6F2E2.dhcp.stls.mo.charter.com)
  417. # [03:14] <bholley> RyanVM: I'll do it right once the dust settles
  418. # [03:15] <bholley> RyanVM: sorry about that :-(
  419. # [03:15] * KaiRo_away is now known as KaiRo
  420. # [03:15] <bholley> RyanVM: sound ok?
  421. # [03:15] <RyanVM> sure, one sec
  422. # [03:17] <RyanVM> bholley: just waiting to push the backout until the builds all cancel
  423. # [03:18] <bholley> RyanVM: awesome, thanks
  424. # [03:18] <bholley> RyanVM: I just don't want to risk messing something up right when the tree reopens
  425. # [03:18] <bholley> since I'm sure there's a backlog
  426. # [03:18] <bholley> RyanVM: I'll be back in an hour
  427. # [03:18] <RyanVM> nah, we're past closing time
  428. # [03:18] <RyanVM> :)
  429. # [03:18] <RyanVM> ttyl
  430. # [03:20] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/a056cfef9768 - Ryan VanderMeulen - Backed out 10 changesets (bug 889911, bug 889714) due to merge conflicts on a CLOSED TREE.
  431. # [03:21] * Quits: bajaj (Adium@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  432. # [03:23] * mccr8|away is now known as mccr8
  433. # [03:24] * ctalbert is now known as ctalbert|afk
  434. # [03:25] * nthomas|away is now known as nthomas
  435. # [03:25] * Joins: schien (anonymous@moz-99690620.hinet-ip.hinet.net)
  436. # [03:26] * Quits: kinetik (kinetik@E086472B.1147CCF4.FC74E68.IP) (Ping timeout)
  437. # [03:27] * deian|away is now known as deian
  438. # [03:27] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b453f2f37de1 - Gregory Szorc - Bug 878607 - Backout aeb89583349d (bug 887814) for breaking bootstrap on MacPorts; r=jwatt
  439. # [03:28] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/582ffcd0459a - Wes Kocher - Merge inbound to m-c
  440. # [03:28] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/80b0af513f31 - Wes Kocher - Merge m-c to inbound
  441. # [03:29] * Quits: jet (jet@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  442. # [03:29] * Joins: kinetik (kinetik@E086472B.1147CCF4.FC74E68.IP)
  443. # [03:30] * Quits: briansmith (briansmith@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  444. # [03:30] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard)
  445. # [03:32] * Quits: pcwalton (pcwalton@moz-7B0110AD.mv.mozilla.com) (Quit: pcwalton)
  446. # [03:34] * Joins: pcwalton (pcwalton@moz-7B0110AD.mv.mozilla.com)
  447. # [03:36] * Quits: damons (gnubeard@97957D0A.8D753159.C943C01E.IP) (Quit: damons)
  448. # [03:36] * hwine|afk is now known as hwine-ooo
  449. # [03:40] * Quits: breck (breck@moz-BE33DA21.fw1.sfo1.mozilla.net) (Client exited)
  450. # [03:41] * nrc|afk is now known as nrc
  451. # [03:41] <jgilbert> RyanVM: pong?
  452. # [03:42] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  453. # [03:42] * heycam is now known as heycam|away
  454. # [03:43] * Joins: allstarschh (allstars@moz-99690620.hinet-ip.hinet.net)
  455. # [03:43] <KWierso|Home> jgilbert: not sure RyanVM's around. anything I can do?
  456. # [03:44] <jgilbert> KWierso|Home: I don't think so, had a question for him. Thanks though :)
  457. # [03:45] * Joins: Jerry (hshih@moz-99690620.hinet-ip.hinet.net)
  458. # [03:46] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/75ae4e009a0c - Wes Kocher - Backout 399362c3e135 (bug 894669) for bustage
  459. # [03:46] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  460. # [03:46] * Joins: StevenLee (Adium@moz-BD34266F.dynamic.hinet.net)
  461. # [03:47] <RyanVM> jgilbert: pong
  462. # [03:47] <RyanVM> jgilbert: just wanted to apologize again for the flag clearing - totally got the wrong bug
  463. # [03:48] <jgilbert> RyanVM: saw your post, no worries :)
  464. # [03:48] <jgilbert> really caught me off-guard though!
  465. # [03:48] <RyanVM> heh, I can imagine
  466. # [03:48] * Joins: sankha93 (Instantbir@E735FC94.D56F0A4C.E7DAB6F9.IP)
  467. # [03:48] * Quits: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP) (Quit: Computer has gone to sleep.)
  468. # [03:49] * Quits: azakai (alon@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  469. # [03:50] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/f1028e173331 - Chris Kitching - Bug 892094 - Create "Search" page in settings. r=liuche
  470. # [03:51] * Quits: mwu (mwu@moz-2E883D31.hsd1.nj.comcast.net) (Quit: Leaving)
  471. # [03:53] * Joins: bz_away (bzbarsky@moz-A28C5395.bstnma.fios.verizon.net)
  472. # [03:54] * Joins: jdm (jdm@92FB48CA.8B5E9DF.9A8C35B4.IP)
  473. # [03:54] * Quits: KaiRo (robert@moz-12573D3D.adsl.highway.telekom.at) (Input/output error)
  474. # [03:57] * Quits: sworkman (sworkman@moz-825EC923.hsd1.ca.comcast.net) (Ping timeout)
  475. # [03:59] <Bas> khuey gps: Finished testing my changes, either of you available to r+ it? :)
  476. # [03:59] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/a9ff16ddd0e5 - Chris Double - Bug 894148 - Implement MediaResource::ReadAt for threadsafe seek+read - r=cpearce
  477. # [03:59] * Joins: breck (breck@moz-BE33DA21.fw1.sfo1.mozilla.net)
  478. # [03:59] <glandium> Bas: build system stuff?
  479. # [03:59] <Bas> glandium: Aye
  480. # [03:59] <glandium> Bas: i'm around :)
  481. # [04:00] * Quits: clokep (Instantbir@5538644.6A558D2.4EF9B99B.IP) (Connection reset by peer)
  482. # [04:01] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard)
  483. # [04:02] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  484. # [04:03] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  485. # [04:03] * Quits: chewey (chewey@moz-56019273.dip0.t-ipconnect.de) (NickServ (GHOST command used by chewey_))
  486. # [04:03] <Bas> glandium: See bug 883004
  487. # [04:03] * Joins: chewey (chewey@moz-C134E54E.dip0.t-ipconnect.de)
  488. # [04:03] * Quits: jwilde (Thunderbir@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  489. # [04:04] * Quits: tanvi (tanvi@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  490. # [04:05] <dholbert> gps, ping
  491. # [04:05] <glandium> Bas: is it wanted that the version is not the same?
  492. # [04:05] * Joins: cervantes (cervantes@moz-99690620.hinet-ip.hinet.net)
  493. # [04:05] <Bas> glandium: It's wanted that the version is greater than or equal, this is apparently how that perl exit trick works :s don't ask me :p
  494. # [04:06] * Quits: cpeterson (cpeterson@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  495. # [04:06] * Quits: cpearce (chatzilla@moz-17AE2498.xdsl.xnet.co.nz) (Ping timeout)
  496. # [04:06] <glandium> Bas: i mean, before, it was 0x06020000, and now it's 0x06030000
  497. # [04:07] <Bas> glandium: Oh, doh, left over test-code. Fixing now, good catch.
  498. # [04:07] * jhopkins|afk is now known as jhopkins
  499. # [04:08] * Joins: sworkman (sworkman@moz-825EC923.hsd1.ca.comcast.net)
  500. # [04:08] * Quits: krit (krit@moz-832F79EA.hsd1.ca.comcast.net) (Quit: Leaving.)
  501. # [04:10] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ecfcb0796854 - Benoit Girard - Bug 838803 - Remove HAVE_STDCALL to work around clang bug. r=glandium
  502. # [04:11] * Quits: jgriffin (jgriffin@moz-C55C3E25.hsd1.wa.comcast.net) (Quit: jgriffin)
  503. # [04:13] * Quits: annevk (annevk@moz-BE33DA21.fw1.sfo1.mozilla.net) (Input/output error)
  504. # [04:13] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/fd656ca11e99 - Masayuki Nakano - Bug 893973 Check if the keydown event received view actually has focus and separate the MOZ_CRASH() for each case r=smichaud
  505. # [04:15] * Joins: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP)
  506. # [04:18] <dholbert> gps, un-ping
  507. # [04:19] * Joins: chmanchester|afk (user@moz-962996C5.seas.upenn.edu)
  508. # [04:19] * Quits: chmanchester (chmanchest@moz-BE33DA21.fw1.sfo1.mozilla.net) (Input/output error)
  509. # [04:20] * Quits: dholbert (dholbert@moz-BBE3ABD.mv.mozilla.com) (Quit: Ex-Chat)
  510. # [04:20] * Quits: @dbaron (dbaron@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  511. # [04:20] * mihneadb is now known as mihneadb|away
  512. # [04:20] * Quits: RyanVM (Thunderbir@moz-A2F98468.phlapa.fios.verizon.net) (Quit: RyanVM)
  513. # [04:21] * Quits: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP) (Quit: erikvold)
  514. # [04:23] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/f8600c4facba - Robert Strong - Part 1. use custom XREExeF and UpdRootD - Bug 889183 - mozapps/update xpcshell tests cannot be run concurrently. r=bbondy
  515. # [04:23] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/3ad86fe085e8 - Robert Strong - Part 2. add run-sequentially to xpcshell ini files for tests that can't run in parallel yet - Bug 889183 - mozapps/update xpcshell tests cannot be run concurrently.
  516. # [04:23] <firebot> r=mihneadb
  517. # [04:23] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/a3c0c332bda6 - Robert Strong - Simplify xpcshell ini files - Bug 894115 - xpcshell ini file confusion. r=bbondy
  518. # [04:27] * Quits: tonymec|away (tonymec@A8BC07D6.524123D0.A9371869.IP) (Input/output error)
  519. # [04:27] * bz_away is now known as bz
  520. # [04:27] * Quits: tonymec (tonymec@A8BC07D6.524123D0.A9371869.IP) (Ping timeout)
  521. # [04:27] * Joins: chmanchester (chmanchest@moz-BE33DA21.fw1.sfo1.mozilla.net)
  522. # [04:29] * Joins: wg9s (bill@moz-E9E3CA35.hsd1.ma.comcast.net)
  523. # [04:29] * Joins: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP)
  524. # [04:29] * Quits: chmanchester (chmanchest@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  525. # [04:29] * jhopkins is now known as jhopkins|afk
  526. # [04:29] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/82b1b2c74e2b - Robert Strong - Test followup fix for Bug 889183 - mozapps/update xpcshell tests cannot be run concurrently. r=me
  527. # [04:30] * Joins: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP)
  528. # [04:31] * Quits: ekr (ekr@moz-BD34266F.dynamic.hinet.net) (Ping timeout)
  529. # [04:32] * Quits: sheppy (uid12424@moz-5F4AA75A.irccloud.com) (Quit: )
  530. # [04:32] * Quits: jgilbert (jgilbert@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  531. # [04:34] * Joins: imsurit (Thunderbir@F9771623.68DBB717.1A5E31FF.IP)
  532. # [04:35] * Joins: gwagner_ (Gregor@moz-B8B530C2.hsd1.ca.comcast.net)
  533. # [04:38] * mattwoodrow is now known as mattwoodrow|away
  534. # [04:39] * Joins: cpearce (chatzilla@moz-17AE2498.xdsl.xnet.co.nz)
  535. # [04:40] * Quits: ericjung (ericjung@moz-FC76CC78.bstnma.fios.verizon.net) (Ping timeout)
  536. # [04:40] * Quits: sworkman (sworkman@moz-825EC923.hsd1.ca.comcast.net) (Quit: sworkman)
  537. # [04:41] * Joins: Mook (mook@moz-A73C8A70.dsl.teksavvy.com)
  538. # [04:41] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  539. # [04:43] * Quits: wg9s (bill@moz-E9E3CA35.hsd1.ma.comcast.net) (Quit: ChatZilla 0.9.87-7.1450hg.fc19 [XULRunner 22.0/20130701153714])
  540. # [04:43] * Joins: WG9s (bill@moz-E9E3CA35.hsd1.ma.comcast.net)
  541. # [04:44] * Quits: jhammel (jhammel@moz-14240F1C.hsd1.ca.comcast.net) (Quit: leaving)
  542. # [04:44] * Quits: WG9s (bill@moz-E9E3CA35.hsd1.ma.comcast.net) (Quit: ChatZilla 0.9.87-7.1450hg.fc19 [XULRunner 22.0/20130701153714])
  543. # [04:45] * Joins: FabioMagnoni (fabiomagno@82682212.E509E499.5FA960DF.IP)
  544. # [04:46] * Joins: aut0mata (automata@4F735419.C27CA109.16867D26.IP)
  545. # [04:46] * Joins: sheppy-offline (sheppy@moz-4992DE6D.static.kgpt.tn.charter.com)
  546. # [04:47] * Joins: FabioMag_ (fabiomagno@82682212.E509E499.5FA960DF.IP)
  547. # [04:47] * Quits: FabioMagnoni (fabiomagno@82682212.E509E499.5FA960DF.IP) (Connection reset by peer)
  548. # [04:47] * Joins: krit (krit@moz-832F79EA.hsd1.ca.comcast.net)
  549. # [04:49] * Quits: gwagner_ (Gregor@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner_)
  550. # [04:50] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  551. # [04:50] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard)
  552. # [04:51] * heycam|away is now known as heycam
  553. # [04:51] * Quits: spohl (Adium@9D714211.490ABD20.975DB329.IP) (Quit: Leaving.)
  554. # [04:52] * Quits: FabioMag_ (fabiomagno@82682212.E509E499.5FA960DF.IP) (Ping timeout)
  555. # [04:52] * Quits: ckitching (ckitching@moz-BE33DA21.fw1.sfo1.mozilla.net) (Input/output error)
  556. # [04:52] * Joins: gaston (landry@moz-2911F07A.rhaalovely.net)
  557. # [04:53] * sheppy-offline is now known as sheppy
  558. # [04:54] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  559. # [04:54] * Joins: ekr (ekr@moz-BD34266F.dynamic.hinet.net)
  560. # [04:55] * Quits: imsurit (Thunderbir@F9771623.68DBB717.1A5E31FF.IP) (Quit: imsurit)
  561. # [04:56] * corey is now known as corey|away
  562. # [05:01] <romaxa> what is the right way ro run unit tests like this one https://tbpl.mozilla.org/php/getParsedLog.php?id=25329363&tree=Try#error0 from local build ?
  563. # [05:01] <romaxa> gavin: ^
  564. # [05:01] * Quits: mccr8 (mccr8@moz-5FEA0C74.dsl.dynamic.sonic.net) (Quit: mccr8)
  565. # [05:02] <glandium> romaxa: ./mach mochitest-browser content/events/test/test_bug432698.html
  566. # [05:03] * Joins: gwagner_ (Gregor@moz-B8B530C2.hsd1.ca.comcast.net)
  567. # [05:04] <romaxa> glandium: it is asking for MOZBUILD_STATE_PATH
  568. # [05:05] <romaxa> glandium: what should that be ?
  569. # [05:05] * Quits: ejpbruel (ejpbruel@moz-5EE20326.adsl2.static.versatel.nl) (Ping timeout)
  570. # [05:05] * Quits: ekr (ekr@moz-BD34266F.dynamic.hinet.net) (Quit: ekr)
  571. # [05:05] <glandium> romaxa: what is it saying exactly?
  572. # [05:06] <romaxa> glandium: http://pastebin.mozilla.org/2642550
  573. # [05:07] <romaxa> glandium: my obj dir is inside /mnt/Storage/home_backups/romaxa/mozilla-central-mobile/obj-ff-gtk2-opt
  574. # [05:07] <glandium> romaxa: just don't CTRL+c
  575. # [05:07] <romaxa> ok
  576. # [05:07] * Joins: FabioMagnoni (fabiomagno@82682212.E509E499.5FA960DF.IP)
  577. # [05:08] <romaxa> glandium: now it fails with http://pastebin.mozilla.org/2642577
  578. # [05:08] <romaxa> glandium: do I need special pref for automation module?
  579. # [05:08] <glandium> romaxa: do you have a mozconfig?
  580. # [05:09] <romaxa> glandium: http://pastebin.mozilla.org/2642583
  581. # [05:11] <glandium> romaxa: is there a automation.py file in /mnt/Storage/home_backups/romaxa/mozilla-central-mobile/obj-ff-gtk2-opt/build ?
  582. # [05:11] * Joins: Asa (asa@4508CAE6.38324963.204CA821.IP)
  583. # [05:11] * Quits: seth (seth@moz-42C5FAA8.nc.res.rr.com) (Input/output error)
  584. # [05:11] * Joins: briansmith (briansmith@moz-BBE3ABD.mv.mozilla.com)
  585. # [05:11] * Joins: harth (harth@moz-3C999954.hsd1.ca.comcast.net)
  586. # [05:11] <romaxa> glandium: yep
  587. # [05:12] * Joins: roc (chatzilla@E2F7352.56080C53.97BBD552.IP)
  588. # [05:12] * ChanServ sets mode: +o roc
  589. # [05:12] <romaxa> glandium: I did MOZCONFIG=$(pwd)/mozconfig.gtkdesktop-opt ./mach mochitest-browser content/events/test/test_bug432698.html
  590. # [05:12] <romaxa> now it asks You may need to run |mach build| to build the test files.
  591. # [05:12] <romaxa> should I do that?
  592. # [05:12] <glandium> romaxa: maybe
  593. # [05:13] <romaxa> glandium: ok will try
  594. # [05:13] <@khuey> are private bugzilla comments visible to the security group?
  595. # [05:13] <@khuey> or some other set?
  596. # [05:14] * Quits: FabioMagnoni (fabiomagno@82682212.E509E499.5FA960DF.IP) (Input/output error)
  597. # [05:14] <glandium> khuey: i think they are visible to the security group
  598. # [05:14] <@khuey> ok, that's what I thought
  599. # [05:14] <@khuey> thanks
  600. # [05:14] <glandium> khuey: you can try to write one and i can tell you if i see it
  601. # [05:14] * Joins: FabioMagnoni (fabiomagno@moz-283ED0CB.user3g.veloxzone.com.br)
  602. # [05:15] <@khuey> glandium: https://bugzilla.mozilla.org/show_bug.cgi?id=856428#c16
  603. # [05:16] * Quits: mohammed (mohammed@moz-BBE3ABD.mv.mozilla.com) (Quit: mohammed)
  604. # [05:16] <glandium> khuey: i can see it
  605. # [05:16] <@khuey> ok
  606. # [05:17] <romaxa> glandium: hmm http://pastebin.mozilla.org/2642616
  607. # [05:17] <romaxa> glandium: after match build it did something but still asking for match build
  608. # [05:17] <glandium> romaxa: did you set MOZCONFIG when running mach build ?
  609. # [05:19] <romaxa> glandium: yep, here is the full log http://pastebin.mozilla.org/2642617
  610. # [05:20] <glandium> romaxa: does the content/events/test/test_bug432698.html file exist in your source tree?
  611. # [05:21] <romaxa> glandium: yep ~
  612. # [05:21] <romaxa> http://pastebin.mozilla.org/2642632
  613. # [05:21] <romaxa> glandium: can try to build it from scratch
  614. # [05:21] <romaxa> re-build
  615. # [05:21] * Quits: juanb (jbecerra@moz-BBE3ABD.mv.mozilla.com) (Quit: juanb)
  616. # [05:22] <glandium> romaxa: are there files under /media/Storage/home_backups/romaxa/mozilla-central-mobile/obj-ff-gtk2-opt/_tests/testing/mochitest/browser/ ?
  617. # [05:22] * Joins: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net)
  618. # [05:22] * Quits: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net) (Connection reset by peer)
  619. # [05:22] * Joins: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net)
  620. # [05:23] <romaxa> glandium: yep http://pastebin.mozilla.org/2642633
  621. # [05:23] * Joins: imsurit (Thunderbir@F9771623.68DBB717.1A5E31FF.IP)
  622. # [05:23] <glandium> romaxa: but /media/Storage/home_backups/romaxa/mozilla-central-mobile/obj-ff-gtk2-opt/_tests/testing/mochitest/browser/content/events/test/test_bug432698.html doesn't exist?
  623. # [05:24] <romaxa> glandium: no
  624. # [05:24] <romaxa> glandium: it does not exists there
  625. # [05:24] <glandium> romaxa: try finding why
  626. # [05:27] * Quits: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP) (Quit: Computer has gone to sleep.)
  627. # [05:28] * Quits: pcwalton (pcwalton@moz-7B0110AD.mv.mozilla.com) (Quit: pcwalton)
  628. # [05:29] * Quits: FabioMagnoni (fabiomagno@moz-283ED0CB.user3g.veloxzone.com.br) (Input/output error)
  629. # [05:30] * Quits: aut0mata (automata@4F735419.C27CA109.16867D26.IP) (Ping timeout)
  630. # [05:30] * Joins: chmanchester (chmanchest@moz-BE33DA21.fw1.sfo1.mozilla.net)
  631. # [05:32] * Quits: chmanchester (chmanchest@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  632. # [05:36] * Joins: digitsm (digitsm@3B80D752.72ECBFCF.C146C5E5.IP)
  633. # [05:37] * khuey is now known as khuey|away
  634. # [05:37] * Quits: imsurit (Thunderbir@F9771623.68DBB717.1A5E31FF.IP) (Ping timeout)
  635. # [05:38] * Joins: imsurit (Thunderbir@701ECC3D.270AB2FD.1A5E31FF.IP)
  636. # [05:38] * Quits: janv (varga@moz-8BF5D87F.flarion.as5628.telecom.sk) (Ping timeout)
  637. # [05:39] * Joins: janv (varga@moz-8BF5D87F.flarion.as5628.telecom.sk)
  638. # [05:39] * Quits: dzbarsky (Adium@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  639. # [05:44] * Joins: twi (Adium@moz-3A9F842E.cust.dsl.vodafone.it)
  640. # [05:44] * Quits: harth (harth@moz-3C999954.hsd1.ca.comcast.net) (Input/output error)
  641. # [05:50] * Quits: twi (Adium@moz-3A9F842E.cust.dsl.vodafone.it) (Ping timeout)
  642. # [05:51] <bholley> are b2g18 try pushes supposed to work?
  643. # [05:51] * sheppy is now known as sheppy-offline
  644. # [05:51] * joduinn-mtg is now known as joduinn
  645. # [05:53] <nthomas> no, it follows m-c
  646. # [05:53] <nthomas> configuration wise
  647. # [05:53] * Joins: twi (Adium@moz-3A9F842E.cust.dsl.vodafone.it)
  648. # [05:54] * Quits: imsurit (Thunderbir@701ECC3D.270AB2FD.1A5E31FF.IP) (Quit: imsurit)
  649. # [05:55] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d5469522e728 - Wes Kocher - Backout 1372b813d76f (bug 891695) for suspicion of causing bustage on a CLOSED TREE
  650. # [05:57] * Joins: dzbarsky (Adium@moz-A7CDB794.dia.static.qwest.net)
  651. # [05:57] * Joins: tonymec_ (tonymec@9CC2FBC6.C60529D.277517C1.IP)
  652. # [05:58] * tonymec_ is now known as tonymec|away
  653. # [06:00] * Joins: FabioMagnoni (fabiomagno@82682212.E509E499.5FA960DF.IP)
  654. # [06:00] * Quits: bholley (anonymous@moz-FCAF9AAB.hsd1.ca.comcast.net) (Quit: bholley)
  655. # [06:00] * Joins: tanvi (tanvi@moz-9440AA69.hsd1.ca.comcast.net)
  656. # [06:01] * Quits: krit (krit@moz-832F79EA.hsd1.ca.comcast.net) (Quit: Leaving.)
  657. # [06:02] * Joins: tonymec (tonymec@9CC2FBC6.C60529D.277517C1.IP)
  658. # [06:02] * Quits: FabioMagnoni (fabiomagno@82682212.E509E499.5FA960DF.IP) (Ping timeout)
  659. # [06:03] * joduinn is now known as joduinn-afk
  660. # [06:04] * Quits: janv (varga@moz-8BF5D87F.flarion.as5628.telecom.sk) (Ping timeout)
  661. # [06:05] * Quits: Matti (Matti@moz-2198D1A0.dip0.t-ipconnect.de) (Ping timeout)
  662. # [06:06] * Quits: mshal (mshal@moz-A514A42A.washdc.fios.verizon.net) (Quit: leaving)
  663. # [06:06] * Joins: janv (varga@moz-8BF5D87F.flarion.as5628.telecom.sk)
  664. # [06:07] * Joins: dbaron (dbaron@moz-FD349932.dsl.dynamic.sonic.net)
  665. # [06:07] * ChanServ sets mode: +ao dbaron dbaron
  666. # [06:09] * Joins: gandalf (zbraniecki@moz-4F155DA6.hsd1.ca.comcast.net)
  667. # [06:09] * Joins: Matti (Matti@moz-D7CBA692.dip0.t-ipconnect.de)
  668. # [06:11] * Joins: annevk (annevk@moz-1534F032.ptr.us.xo.net)
  669. # [06:13] * Joins: sworkman (sworkman@moz-825EC923.hsd1.ca.comcast.net)
  670. # [06:16] * Quits: briansmith (briansmith@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  671. # [06:17] * Quits: tanvi (tanvi@moz-9440AA69.hsd1.ca.comcast.net) (Quit: Leaving.)
  672. # [06:18] * Quits: tonymec (tonymec@9CC2FBC6.C60529D.277517C1.IP) (Ping timeout)
  673. # [06:18] * Quits: dew (Instantbir@moz-2C6F2E2.dhcp.stls.mo.charter.com) (Ping timeout)
  674. # [06:18] * Joins: dew (Instantbir@moz-2C6F2E2.dhcp.stls.mo.charter.com)
  675. # [06:19] * Quits: tonymec|away (tonymec@9CC2FBC6.C60529D.277517C1.IP) (Ping timeout)
  676. # [06:19] * Joins: cers (csonne@moz-D706C2D4.fullrate.dk)
  677. # [06:19] * Quits: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Quit: masayuki)
  678. # [06:20] * Quits: Mossop (mossop@ADCA5A9E.3A5CECD3.F9E1BAE1.IP) (Ping timeout)
  679. # [06:22] * Quits: jdm (jdm@92FB48CA.8B5E9DF.9A8C35B4.IP) (Ping timeout)
  680. # [06:23] * Joins: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  681. # [06:24] * Joins: mmc|laptop (mchew@ADCA5A9E.3A5CECD3.F9E1BAE1.IP)
  682. # [06:26] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard)
  683. # [06:29] * Quits: gandalf (zbraniecki@moz-4F155DA6.hsd1.ca.comcast.net) (Ping timeout)
  684. # [06:30] * Joins: FabioMagnoni (fabiomagno@82682212.E509E499.5FA960DF.IP)
  685. # [06:30] * Joins: glosoli (glosoli@moz-72C60525.static.zebra.lt)
  686. # [06:32] <@gavin> romaxa, glandium: test_bug432698.html is a mochitest, not mochitest-browser
  687. # [06:33] <@gavin> romaxa: so ./mach mochitest content/events/test/test_bug432698.html
  688. # [06:34] * Joins: gandalf (zbraniecki@moz-4F155DA6.hsd1.ca.comcast.net)
  689. # [06:37] <romaxa> gavin: ah ok will try that
  690. # [06:39] * Quits: glosoli (glosoli@moz-72C60525.static.zebra.lt) (Quit: Textual IRC Client: www.textualapp.com)
  691. # [06:43] * Quits: StevenLee (Adium@moz-BD34266F.dynamic.hinet.net) (Quit: Leaving.)
  692. # [06:44] * Joins: StevenLee (Adium@moz-BD34266F.dynamic.hinet.net)
  693. # [06:44] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Quit: Leaving.)
  694. # [06:45] * Quits: sworkman (sworkman@moz-825EC923.hsd1.ca.comcast.net) (Quit: sworkman)
  695. # [06:46] <jcranmer> down to waiting on 9 reviews :-)
  696. # [06:46] * Joins: tomer (tomer@moz-F45DAEFD.static.012.net.il)
  697. # [06:47] * Quits: Mook (mook@moz-A73C8A70.dsl.teksavvy.com) (Quit: Mook)
  698. # [06:49] * glob|away is now known as glob
  699. # [06:49] * Quits: FabioMagnoni (fabiomagno@82682212.E509E499.5FA960DF.IP) (Ping timeout)
  700. # [06:52] * Quits: lmandel (lmandel@8B192B20.1F93A08E.ADB88A9.IP) (Quit: lmandel)
  701. # [06:54] * Joins: ckitching (ckitching@moz-329F29A3.lightspeed.sntcca.sbcglobal.net)
  702. # [06:55] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  703. # [06:56] * nthomas is now known as nthomas|away
  704. # [06:59] <glandium> gavin, romaxa: mochitest-plain, then
  705. # [07:02] * Joins: imsurit (Thunderbir@701ECC3D.270AB2FD.1A5E31FF.IP)
  706. # [07:04] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  707. # [07:04] * Joins: sicking (sicking@moz-4BB97A06.hsd1.ca.comcast.net)
  708. # [07:06] * Quits: sicking (sicking@moz-4BB97A06.hsd1.ca.comcast.net) (Quit: sicking)
  709. # [07:07] * Joins: vendo (vendo@2A7A458C.685BED33.300931B2.IP)
  710. # [07:11] * Quits: gandalf (zbraniecki@moz-4F155DA6.hsd1.ca.comcast.net) (Ping timeout)
  711. # [07:17] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard)
  712. # [07:17] * Joins: n00b_dust (n00b_dust@9341B037.8EF137B1.81C43DD2.IP)
  713. # [07:18] * Joins: ericb2 (X@moz-9C4C3DED.fbx.proxad.net)
  714. # [07:18] * Joins: FabioMagnoni (fabiomagno@82682212.E509E499.5FA960DF.IP)
  715. # [07:21] * Quits: ctangira (ctangira@moz-44402D73.cisco.com) (Quit: ctangira)
  716. # [07:21] * Quits: n00b_dust (n00b_dust@9341B037.8EF137B1.81C43DD2.IP) (Quit: Leaving)
  717. # [07:26] * Quits: tomer (tomer@moz-F45DAEFD.static.012.net.il) (Ping timeout)
  718. # [07:27] * jcranmer is now known as jcranmer|away
  719. # [07:31] * Quits: breck (breck@moz-BE33DA21.fw1.sfo1.mozilla.net) (Client exited)
  720. # [07:32] * Fallen|away is now known as Fallen
  721. # [07:36] * Quits: FabioMagnoni (fabiomagno@82682212.E509E499.5FA960DF.IP) (Ping timeout)
  722. # [07:38] * whimboo|afk is now known as whimboo
  723. # [07:39] * Joins: jgilbert (jgilbert@986623D2.9083A694.9CA62458.IP)
  724. # [07:39] * Quits: annevk (annevk@moz-1534F032.ptr.us.xo.net) (Input/output error)
  725. # [07:40] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  726. # [07:40] * Quits: jimb (user@moz-91B1931F.hsd1.or.comcast.net) (Ping timeout)
  727. # [07:41] <avih> bsmedberg: the owner of liveclick says that it indeed parses the feeds itself, possibly more strictly than firefox's own livemarks. he pointed me to this validator which shows that your feed fails at the tag: http://feedvalidator.org/check.cgi?url=http%3A%2F%2Fbenjamin.smedbergs.us%2Fweekly-updates.fcgi%2Ffeed
  728. # [07:42] * Joins: Honza_ (chatzilla@F8BF899B.23B79DE4.D0083327.IP)
  729. # [07:42] * Quits: Honza (chatzilla@F8BF899B.23B79DE4.D0083327.IP) (Ping timeout)
  730. # [07:42] * Quits: mmc|laptop (mchew@ADCA5A9E.3A5CECD3.F9E1BAE1.IP) (Quit: mmc|laptop)
  731. # [07:42] * Honza_ is now known as Honza
  732. # [07:44] <avih> bsmedberg: it might be the space at "Steven Michaud" and possibly the last ":" which might need to be URI escaped (%20, etc)
  733. # [07:50] * Joins: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de)
  734. # [07:50] * Joins: jwilde (Thunderbir@moz-23E1A364.aton.com)
  735. # [07:51] * Quits: imsurit (Thunderbir@701ECC3D.270AB2FD.1A5E31FF.IP) (Quit: imsurit)
  736. # [07:53] * Joins: tzimmermann (tzimmerman@moz-80C771B4.pools.arcor-ip.net)
  737. # [07:54] * Quits: jammink (textual@moz-BBE3ABD.mv.mozilla.com) (Quit: Textual IRC Client: http://www.textualapp.com/)
  738. # [07:57] * Joins: Manuela (Mibbit@601F3B17.33662590.A5830293.IP)
  739. # [07:57] * Quits: Optimizer (Optimizer@EFBA1890.A4622784.BE90E62C.IP) (Ping timeout)
  740. # [07:58] * Joins: Optimizer (Optimizer@3AF6EFC8.77C3595E.BE90E62C.IP)
  741. # [07:58] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  742. # [08:00] * Quits: ericb2 (X@moz-9C4C3DED.fbx.proxad.net) (Quit: . . . ........)
  743. # [08:01] * Joins: cpeterson (cpeterson@moz-7626A9DE.lmi.net)
  744. # [08:01] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  745. # [08:02] * jchen is now known as jchen|away
  746. # [08:04] * Joins: mariogarbi (mariogarbi@601F3B17.33662590.A5830293.IP)
  747. # [08:04] * Quits: yzen (yzen@AA2C085E.10C8AEF8.9A8C35B4.IP) (Quit: yzen)
  748. # [08:05] * Quits: tmyoung (Thunderbir@moz-A52EE408.alyoung.com) (Quit: tmyoung)
  749. # [08:05] * Joins: FabioMagnoni (fabiomagno@82682212.E509E499.5FA960DF.IP)
  750. # [08:07] * Quits: FabioMagnoni (fabiomagno@82682212.E509E499.5FA960DF.IP) (Ping timeout)
  751. # [08:08] * Joins: gsvelto (gsvelto@moz-9F7F0A55.clienti.tiscali.it)
  752. # [08:08] * Joins: fredw (fredw@moz-B9C110E2.fbx.proxad.net)
  753. # [08:09] * Joins: harth (harth@moz-3C999954.hsd1.ca.comcast.net)
  754. # [08:10] * Joins: ericb2 (X@moz-9C4C3DED.fbx.proxad.net)
  755. # [08:11] * Joins: tanvi (tanvi@moz-9440AA69.hsd1.ca.comcast.net)
  756. # [08:12] * Quits: tanvi (tanvi@moz-9440AA69.hsd1.ca.comcast.net) (Quit: Leaving.)
  757. # [08:14] * Quits: jryans (jryans@moz-64B403F4.sw.biz.rr.com) (Quit: Be back later)
  758. # [08:14] * Joins: efaust (efaust@moz-FD7E1AF9.ghc.andrew.cmu.edu)
  759. # [08:15] * Quits: capella (chatzilla@moz-8F413D10.twcny.res.rr.com) (Quit: ChatZilla 0.9.90.1 [Firefox 24.0a2/20130628004017])
  760. # [08:15] * deian is now known as deian|away
  761. # [08:15] * Joins: stransky (stransky@moz-59D79C36.broadband2.iol.cz)
  762. # [08:15] <efaust> are there any known issues with FF 22 involving massively zoomed toolbar icons on Win 7, persistent across reboot and clean profile?
  763. # [08:15] <awilfox> Check DPI? Check accessibility settings?
  764. # [08:16] * Joins: smontagu (chatzilla@moz-C0106BAA.red.bezeqint.net)
  765. # [08:16] <glandium> rstrong: ping
  766. # [08:16] <efaust> yeah, it's the DPI issue. The person in my ear is just reporting features apparently :)
  767. # [08:16] <efaust> "issue"
  768. # [08:16] <rstrong> glandium: pong
  769. # [08:17] <glandium> rstrong: are there plans to make the updater upgrade itself first, and reexecuted to upgrade the rest?
  770. # [08:17] * glob is now known as glob|away
  771. # [08:18] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Quit: damons)
  772. # [08:18] <rstrong> glandium: we have tried to allocate resources to implement that years ago but it keeps getting pushed to the back burner due to other work.
  773. # [08:18] <rstrong> glandium: for what use case?
  774. # [08:19] <glandium> rstrong: i've been wanting to change firefox-bin to a symlink, but iirc the mar format doesn't support that, and the only way a mar format change could really work is to have the possibility of upgrading the updater before the rest
  775. # [08:20] <glandium> there are many improvements to updates that would have the same problem imho
  776. # [08:20] * Quits: arete_ (arete@moz-AF5AF8F1.dip0.t-ipconnect.de) (Quit: arete_)
  777. # [08:20] <rstrong> glandium: we've done mar format changes in the past without having to do that
  778. # [08:20] * Quits: jduell (jduell@moz-E765EB2E.hsd1.wa.comcast.net) (Quit: Leaving)
  779. # [08:21] <rstrong> we also have the ability to run a post update binary on windows and mac... just haven't gotten around to doing so on Linux yet
  780. # [08:21] <glandium> rstrong: change the updater in version x and do the actual mar change in version y ?
  781. # [08:21] <glandium> that kind of sucks
  782. # [08:21] <rstrong> glandium: it does kind of suck but it isn't terrible suckage
  783. # [08:22] <rstrong> terrible suckage being leaving users stranded
  784. # [08:22] <glandium> rstrong: from a user perspective it is. (for those using an old version, having to upgrade twice)
  785. # [08:23] <glandium> and if we end up doing that regularly enough, that would make upgrades even more painful
  786. # [08:23] <rstrong> glandium: we've always been able to just use normal release cycles to accomplish these sort of changes without requiring them to update twice in a row
  787. # [08:24] <glandium> rstrong: if a user skips a release or two, he'll have to uprade twice
  788. # [08:24] <rstrong> you could also use a post update binary to accomplish one-off's and that does use the updated binary to accomplish the task
  789. # [08:24] <glandium> i've had to do it on my mac install
  790. # [08:24] <glandium> istr i even had to upgrade three times at one point
  791. # [08:25] <glandium> (i'm really not using osx a lot)
  792. # [08:25] <rstrong> glandium: that has always been due to an update already being in progress and another update being released
  793. # [08:26] * Joins: willyaranda (willyarand@9B16F31C.CF111F0B.E21948B5.IP)
  794. # [08:26] <glandium> rstrong: anyways, the answer to my question is "planned, but always pushed back"
  795. # [08:26] <glandium> another way to look at it is "never gonna happen" :(
  796. # [08:26] <rstrong> the only way Firefox would upgrade 3 times in a row is if there were an update in progress when a new release was advertised and either an immediate security release or a requirement to update to a specific version before moving forward which we haven't done on mac in my memory
  797. # [08:26] * Fallen is now known as Fallen|away
  798. # [08:27] * Quits: nattokirai (nattokirai@moz-C286AD9A.bitcat.net) (Ping timeout)
  799. # [08:28] <rstrong> glandium: well, if the value of implementing it outweighs the value of other work it would get implemented. I can say that this won't fix the have to update twice issue though.
  800. # [08:28] * Joins: nattokirai (nattokirai@moz-C286AD9A.bitcat.net)
  801. # [08:28] <glandium> rstrong: it would fix the have to update twice because we did changes that do require the user to go through a given version
  802. # [08:29] <rstrong> That is well known but mainly impacts non-release users and extremely intermittent users. There is a patch specifically for that but it can strand users as it is currently implemented
  803. # [08:29] * Joins: gcp (gcp@moz-9CEB1C98.access.telenet.be)
  804. # [08:29] <rstrong> glandium: when? We haven't done that since we deprecated XP SP1 and below
  805. # [08:30] <glandium> rstrong: whenever there would be a need for a mar format change, or some massive improvement (like incremental updates for individual zip contents)
  806. # [08:30] <rstrong> and the previous time to that was years as well
  807. # [08:30] <rstrong> glandium: like I said, we haven't had to do that for a mar format change
  808. # [08:30] * glob|away is now known as glob
  809. # [08:31] * Quits: ericb2 (X@moz-9C4C3DED.fbx.proxad.net) (Quit: . . . ........)
  810. # [08:31] <rstrong> glandium: agreed that it would likely be wonderful to have if we did the zip content patch.
  811. # [08:32] <rstrong> on the other hand, we can advertise different mars for different versions.
  812. # [08:32] * Joins: briansmith (briansmith@moz-BE33DA21.fw1.sfo1.mozilla.net)
  813. # [08:32] * jchen|away is now known as jchen
  814. # [08:32] <rstrong> the ones that handle incremental updates for zips would get one mar and the ones that don't get the current format
  815. # [08:32] <glandium> rstrong: that's true too, but we don't do all version combinations
  816. # [08:33] <glandium> and it's kind of painful for releng
  817. # [08:33] <rstrong> glandium: not sure what you mean by all version combinations
  818. # [08:33] * baku|away is now known as baku
  819. # [08:33] <rstrong> yes, there is a lot of pain to go around ;)
  820. # [08:34] <awilfox> All version combinations likely meaning, e.g., 16 -> (17,18,19,20,21,22) 17 -> (18,19,20,21,22)
  821. # [08:34] <glandium> anyways, thanks ; i won't hold my breath :)
  822. # [08:34] <awilfox> Then you have some various point releases in each one
  823. # [08:34] <glandium> KWierso|Home: i think we can reopen m-i
  824. # [08:34] <KWierso|Home> glandium: yeah
  825. # [08:36] <rstrong> I believe we currently do, 3 versions behind and greater > complete to latest and 1 or 2 versions behind > partial and the same complete to latest. That would still be doable
  826. # [08:36] * Joins: capella (chatzilla@moz-8F413D10.twcny.res.rr.com)
  827. # [08:37] * Quits: ddahl (ddahl@5D3B67E3.71E1659D.DFB5E910.IP) (Ping timeout)
  828. # [08:37] * Quits: squib (squib@moz-54866485.dhcp.mdsn.wi.charter.com) (Quit: Leaving)
  829. # [08:37] * Quits: sankha93 (Instantbir@E735FC94.D56F0A4C.E7DAB6F9.IP) (Ping timeout)
  830. # [08:38] * Quits: jgilbert (jgilbert@986623D2.9083A694.9CA62458.IP) (Ping timeout)
  831. # [08:38] * Quits: @roc (chatzilla@E2F7352.56080C53.97BBD552.IP) (Ping timeout)
  832. # [08:38] * Quits: gwagner_ (Gregor@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner_)
  833. # [08:40] * jchen is now known as jchen|away
  834. # [08:40] * Quits: cpeterson (cpeterson@moz-7626A9DE.lmi.net) (Input/output error)
  835. # [08:40] * Quits: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 1.8.0.9/2006120508])
  836. # [08:41] * Joins: pcwalton (pcwalton@moz-481A040C.hsd1.ca.comcast.net)
  837. # [08:41] * Quits: capella (chatzilla@moz-8F413D10.twcny.res.rr.com) (Ping timeout)
  838. # [08:41] * Joins: sankha93 (Instantbir@E490E24E.B6A63309.25B273F5.IP)
  839. # [08:42] * Joins: capella (chatzilla@moz-8F413D10.twcny.res.rr.com)
  840. # [08:44] * Joins: smooney (sheilamoon@moz-57825793.hsd1.ca.comcast.net)
  841. # [08:44] * Quits: @dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net) (Ping timeout)
  842. # [08:45] * Joins: briansmith_ (briansmith@moz-BE33DA21.fw1.sfo1.mozilla.net)
  843. # [08:46] * Quits: briansmith (briansmith@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  844. # [08:48] * Quits: StevenLee (Adium@moz-BD34266F.dynamic.hinet.net) (Quit: Leaving.)
  845. # [08:49] * Joins: StevenLee (Adium@moz-BD34266F.dynamic.hinet.net)
  846. # [08:49] * Joins: Pauly (paul@601F3B17.33662590.A5830293.IP)
  847. # [08:57] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Quit: ChatZilla 0.9.90.1 [SeaMonkey 2.19/20130630004618])
  848. # [08:57] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  849. # [08:58] * Quits: gsvelto (gsvelto@moz-9F7F0A55.clienti.tiscali.it) (Quit: Leaving)
  850. # [08:58] * Joins: pnemsak (Miranda@moz-BE85878E.citicom.sk)
  851. # [09:02] * Quits: smooney (sheilamoon@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  852. # [09:08] * Quits: StevenLee (Adium@moz-BD34266F.dynamic.hinet.net) (Quit: Leaving.)
  853. # [09:09] * Joins: StevenLee (Adium@moz-BD34266F.dynamic.hinet.net)
  854. # [09:10] <fabrice|afk> is it possible to enable the pre-processor for .webidl files?
  855. # [09:11] <glandium> fabrice|afk: probably not without modifying the script handling them
  856. # [09:12] * fabrice|afk is now known as fabrice
  857. # [09:12] <fabrice> glandium: do you happen where I should look at?
  858. # [09:12] <glandium> and even then, they would use Preprocessor.py, which is different from the C preprocessor
  859. # [09:13] * Joins: arete_ (arete@7F157D9C.7513494.E1A97B56.IP)
  860. # [09:13] <fabrice> glandium: that should be ok
  861. # [09:14] <glandium> i also wonder if that wouldn't defeat the purpose of webidl
  862. # [09:14] <glandium> in fact, i don't know if the spec even permits that
  863. # [09:15] <glandium> why would you want webidl files preprocessed in the first place?
  864. # [09:16] <heycam> the spec would see the webidl file after the preprocessing, I guess
  865. # [09:16] <heycam> I saw boris say this the other day: http://logbot.glob.com.au/?c=mozilla%23content&s=16+Jul+2013&e=16+Jul+2013&h=ifdef#c108079
  866. # [09:16] <heycam> so maybe it's already possible
  867. # [09:16] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Quit: Leaving.)
  868. # [09:17] * Joins: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net)
  869. # [09:17] <fabrice> glandium: I'm trying to get a build with --disable-xul working, and we adding xul things in some webidl files like CanvasContext2D
  870. # [09:17] <glandium> fabrice: oh my
  871. # [09:18] * Joins: ErvisTusha (ErvisTusha@5F8246CD.F69FB6EA.363D84A4.IP)
  872. # [09:18] <glandium> heycam: indeed. bug 838146
  873. # [09:18] * Quits: ggp (ggp@moz-BD721BD8.hsd1.pa.comcast.net) (Ping timeout)
  874. # [09:19] * Joins: catalinn (Thunderbir@5BF13806.7F10AE13.A721DA5F.IP)
  875. # [09:20] * Joins: Standard8 (Standard8@87C1F78E.1DE10CA8.D8E68FF6.IP)
  876. # [09:20] <glandium> fabrice: ^
  877. # [09:20] <fabrice> glandium: yep, perfect thanks!
  878. # [09:20] * Tomcat|afk is now known as Tomcat
  879. # [09:21] * Joins: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP)
  880. # [09:21] * Quits: Hendikins (wolfox@moz-7570CB49.lns3.ken.bigpond.net.au) (Ping timeout)
  881. # [09:21] * Joins: ggp (ggp@moz-BD721BD8.hsd1.pa.comcast.net)
  882. # [09:22] * mgerva|afk is now known as mgerva
  883. # [09:22] * Joins: Archaeopteryx (itsme@63C963D0.930CA6B4.2DB0BBA1.IP)
  884. # [09:22] * Joins: Hendikins (wolfox@moz-7570CB49.lns3.ken.bigpond.net.au)
  885. # [09:23] * Joins: gsvelto (gsvelto@moz-9F7F0A55.clienti.tiscali.it)
  886. # [09:24] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5939320824b1 - Mike Hommey - Bug 894242 - Make C++0x/C++11 mode of gcc/clang mandatory. r=ted
  887. # [09:24] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/1469a9e83e2d - Mike Hommey - Bug 894240 - Fix pointer dereference in js::cli::OptionParser::extractValue. r=Waldo
  888. # [09:24] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/af7c55ced80b - Mike Hommey - Backout changeset cd67ffb5ca47 (bug 883381), effectively restoring bug 877937
  889. # [09:25] * Joins: masayuki1 (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  890. # [09:28] * Joins: gandalf (zbraniecki@moz-4F155DA6.hsd1.ca.comcast.net)
  891. # [09:28] * Quits: ckitching (ckitching@moz-329F29A3.lightspeed.sntcca.sbcglobal.net) (Input/output error)
  892. # [09:29] * Quits: masayuki2 (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Ping timeout)
  893. # [09:29] * Joins: ericb2 (X@moz-9C4C3DED.fbx.proxad.net)
  894. # [09:30] * Quits: StevenLee (Adium@moz-BD34266F.dynamic.hinet.net) (Quit: Leaving.)
  895. # [09:31] * Joins: jfkthame (jfkthame@47739555.EBC79BE3.8D534776.IP)
  896. # [09:31] * Quits: jfkthame (jfkthame@47739555.EBC79BE3.8D534776.IP) (Quit: jfkthame)
  897. # [09:32] * Joins: edmorley (edmorley@moz-8B746B75.cable.virginmedia.com)
  898. # [09:33] * Quits: pcwalton (pcwalton@moz-481A040C.hsd1.ca.comcast.net) (Quit: pcwalton)
  899. # [09:33] * Joins: StevenLee (Adium@moz-BD34266F.dynamic.hinet.net)
  900. # [09:34] * Joins: teoli (teoli@88F51059.F3BBB17D.144F44FA.IP)
  901. # [09:34] <mjrosenb> /home/mjrosenb/android/android-ndk-r8d/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86/bin/../lib/gcc/arm-linux-androideabi/4.6/../../../../arm-linux-androideabi/bin/ld: fatal error: libxul.so: mmap: failed to allocate 1228452764 bytes for output file: Cannot allocate memory
  902. # [09:34] <mjrosenb> uh-oh.
  903. # [09:34] * Joins: AndreeaMatei (Thunderbir@601F3B17.33662590.A5830293.IP)
  904. # [09:35] <glandium> mjrosenb: use ndk r8e
  905. # [09:35] <glandium> (assuming your host is 64-bits)
  906. # [09:35] <mjrosenb> glandium: she is.
  907. # [09:36] * Quits: StevenLee (Adium@moz-BD34266F.dynamic.hinet.net) (Quit: Leaving.)
  908. # [09:36] * Joins: ferjm (ferjm@moz-63741C33.red-83-57-242.dynamicip.rima-tde.net)
  909. # [09:38] * Joins: mchen (chatzilla@moz-99690620.hinet-ip.hinet.net)
  910. # [09:41] <mjrosenb> haha, I still have an environment variable for ndk-r4c
  911. # [09:42] * NeilAway sighs
  912. # [09:43] * Quits: ericb2 (X@moz-9C4C3DED.fbx.proxad.net) (Quit: . . . ........)
  913. # [09:43] <NeilAway> not only did PromiseBinding.cpp "fail" to compile again but the build decides to recompile a bunch of other files so 300 lines of scrollback isn't enough to see what went wrong
  914. # [09:43] <NeilAway> and I mean "wrong" since I bet a rebuild will work
  915. # [09:43] * Quits: gandalf (zbraniecki@moz-4F155DA6.hsd1.ca.comcast.net) (Ping timeout)
  916. # [09:44] * Quits: briansmith_ (briansmith@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  917. # [09:44] * Joins: dao (dao@moz-91921B3B.superkabel.de)
  918. # [09:45] * Joins: Optimize1 (Instantbir@94C77FC6.955079FB.AA3EB577.IP)
  919. # [09:45] <mjrosenb> NeilAway: this is why all of my terminals are set to ~65k lines of scrollback
  920. # [09:46] * Joins: ericb2 (X@moz-9C4C3DED.fbx.proxad.net)
  921. # [09:46] * Quits: cers (csonne@moz-D706C2D4.fullrate.dk) (Quit: Computer has gone to sleep.)
  922. # [09:47] * Joins: ericb2_ (X@moz-9C4C3DED.fbx.proxad.net)
  923. # [09:48] * Quits: ericb2 (X@moz-9C4C3DED.fbx.proxad.net) (Ping timeout)
  924. # [09:51] * Joins: n00b_dust (n00b_dust@9341B037.8EF137B1.81C43DD2.IP)
  925. # [09:51] * Joins: Boriss (FlyingToas@87C1F78E.1DE10CA8.D8E68FF6.IP)
  926. # [09:51] <KWierso|Home> glandium: uh oh
  927. # [09:52] <glandium> sigh
  928. # [09:52] <glandium> qt builds are using gcc 4.4
  929. # [09:52] <glandium> great
  930. # [09:52] <glandium> ah no, b2g desktop
  931. # [09:52] * Joins: gandalf (zbraniecki@moz-4F155DA6.hsd1.ca.comcast.net)
  932. # [09:52] <edmorley> qt builds were stopped over a year ago
  933. # [09:53] * Joins: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com)
  934. # [09:53] * Joins: glazou (glazou@moz-204094DD.disruptive-innovations.fr)
  935. # [09:53] <edmorley> similarly for rpm
  936. # [09:53] <glandium> edmorley: yeah, but with the underline, Bg looked like Bq
  937. # [09:53] <glandium> stupid font
  938. # [09:53] <edmorley> ah
  939. # [09:53] * Joins: Pike (chatzilla@moz-A151C4BB.pool.mediaways.net)
  940. # [09:53] * Quits: @dbaron (dbaron@moz-FD349932.dsl.dynamic.sonic.net) (Ping timeout)
  941. # [09:53] <edmorley> I guess I have context so never read them as that :-)
  942. # [09:54] * Joins: Kailas (patilkr@21ABB6A8.FBB3C975.EA0E6944.IP)
  943. # [09:54] * Quits: ericb2_ (X@moz-9C4C3DED.fbx.proxad.net) (Quit: . . . ........)
  944. # [09:54] <edmorley> glandium, Tomcat will back them out (I'd like him to have a go at backouts)
  945. # [09:54] <glandium> edmorley: only 5939320824b1, then
  946. # [09:54] <edmorley> yup
  947. # [09:55] <glazou> bonjour
  948. # [09:55] * Quits: cronco (Thunderbir@17FF97FF.AE2F10B0.3376CD77.IP) (Ping timeout)
  949. # [09:55] * Quits: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP) (Quit: erikvold)
  950. # [09:55] * heycam is now known as heycam|away
  951. # [09:55] <edmorley> glandium: annoying that they're using 4.4 ; though it doesn't surprise me :-/
  952. # [09:56] * Joins: ericb2 (X@moz-9C4C3DED.fbx.proxad.net)
  953. # [09:56] <glandium> edmorley: at least that's something that can be fixed in m-c
  954. # [09:57] <glandium> without fooling around with the releng side of things
  955. # [09:57] <glandium> or so i hope
  956. # [09:58] * Joins: pcwalton (pcwalton@moz-481A040C.hsd1.ca.comcast.net)
  957. # [09:58] * Quits: pcwalton (pcwalton@moz-481A040C.hsd1.ca.comcast.net) (Quit: pcwalton)
  958. # [09:58] <glandium> fsck, it looks like it does need a releng side fix
  959. # [09:58] * Quits: glob (glob@moz-DF237567.glob.com.au) (Quit: reboot)
  960. # [09:58] <glandium> :(((
  961. # [10:01] * Quits: pnemsak (Miranda@moz-BE85878E.citicom.sk) (Ping timeout)
  962. # [10:01] * Quits: gandalf (zbraniecki@moz-4F155DA6.hsd1.ca.comcast.net) (Ping timeout)
  963. # [10:02] * Joins: glob (glob@moz-DF237567.glob.com.au)
  964. # [10:02] * Quits: catalinn (Thunderbir@5BF13806.7F10AE13.A721DA5F.IP) (Ping timeout)
  965. # [10:02] * Joins: pnemsak (Miranda@moz-BE85878E.citicom.sk)
  966. # [10:03] <glandium> man i hate our buildbot config
  967. # [10:05] * Joins: gandalf (zbraniecki@moz-4F155DA6.hsd1.ca.comcast.net)
  968. # [10:05] * Joins: StevenLee (Adium@moz-BD34266F.dynamic.hinet.net)
  969. # [10:06] * Joins: RealRaven (Thunderbir@1C7EC709.F74D0024.27F80FAC.IP)
  970. # [10:06] * Joins: Mano (mano@A8D2B235.BCB0C83B.39716721.IP)
  971. # [10:07] * Quits: fredw (fredw@moz-B9C110E2.fbx.proxad.net) (Quit: Leaving.)
  972. # [10:07] * Quits: ericb2 (X@moz-9C4C3DED.fbx.proxad.net) (Quit: Success !!)
  973. # [10:07] * Joins: Gijs (gijs@moz-C11B0461.dsl.alice.nl)
  974. # [10:09] * Quits: RealRaven (Thunderbir@1C7EC709.F74D0024.27F80FAC.IP) (Ping timeout)
  975. # [10:10] <ewong> welcome to the jungle. :)
  976. # [10:10] * Joins: drbalor (aidan@moz-476C12CD.static.enta.net)
  977. # [10:10] <KWierso|Home> we got "fun" and games :)
  978. # [10:11] * Quits: sfoster|afk (sfoster@moz-D30056A1.hsd1.or.comcast.net) (Quit: Leaving)
  979. # [10:13] * Joins: b10n1k (j0ni@moz-4350BD36.home.otenet.gr)
  980. # [10:13] * Joins: RealRaven (Thunderbir@1C7EC709.F74D0024.27F80FAC.IP)
  981. # [10:14] <glandium> edmorley: Tomcat is a new sheriff?
  982. # [10:14] <edmorley> yeah
  983. # [10:15] <glandium> Tomcat: condolences ;)
  984. # [10:15] <KWierso|Home> ^
  985. # [10:15] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  986. # [10:15] <Tomcat> glandium: NO its great :)
  987. # [10:15] <glandium> Tomcat: you say that because you're new and enthusiastic
  988. # [10:16] <edmorley> lol
  989. # [10:16] <Pike> tomcat isn't new by any measure
  990. # [10:16] <glandium> Pike: sheriffing
  991. # [10:17] <Pike> glandium: I think he's just addicted to things that other folks consider painful. QA, partners, sheriff. Sounds like a steady cruise to me
  992. # [10:17] <glandium> Pike: fair enough
  993. # [10:17] <Tomcat> heh you forget plugincheck
  994. # [10:18] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  995. # [10:18] * Quits: Kailas (patilkr@21ABB6A8.FBB3C975.EA0E6944.IP) (Ping timeout)
  996. # [10:19] * Joins: Ms2ger (Ms2ger@54323780.629A11C5.3773EA9F.IP)
  997. # [10:19] * Joins: mmargoliono (min@moz-9DBD522D.static.internode.on.net)
  998. # [10:20] * Quits: gsvelto (gsvelto@moz-9F7F0A55.clienti.tiscali.it) (Quit: Leaving)
  999. # [10:21] * Joins: gsvelto (gsvelto@moz-9F7F0A55.clienti.tiscali.it)
  1000. # [10:25] * Quits: Boriss (FlyingToas@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: Boriss)
  1001. # [10:26] * Quits: gandalf (zbraniecki@moz-4F155DA6.hsd1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  1002. # [10:27] * Quits: Manuela (Mibbit@601F3B17.33662590.A5830293.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1003. # [10:28] * Quits: Hendikins (wolfox@moz-7570CB49.lns3.ken.bigpond.net.au) (Ping timeout)
  1004. # [10:29] * Joins: Hendikins (wolfox@moz-7570CB49.lns3.ken.bigpond.net.au)
  1005. # [10:33] * Quits: birtles (chatzilla@moz-C286AD9A.bitcat.net) (Quit: ChatZilla 0.9.90-rdmsoft [XULRunner 1.9.0.17/2009122204])
  1006. # [10:35] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  1007. # [10:36] * Quits: b10n1k (j0ni@moz-4350BD36.home.otenet.gr) (Ping timeout)
  1008. # [10:37] * sewardj_ is now known as sewardj
  1009. # [10:38] * Quits: jwilde (Thunderbir@moz-23E1A364.aton.com) (Ping timeout)
  1010. # [10:38] * Joins: Kailas (patilkr@8F18B592.9EA085B9.A76F6622.IP)
  1011. # [10:39] * Joins: msucan (mihai@6585D74C.39ADAF53.320F75DD.IP)
  1012. # [10:42] * Quits: stransky (stransky@moz-59D79C36.broadband2.iol.cz) (Quit: Connection reset by beer)
  1013. # [10:42] * Joins: Boriss (FlyingToas@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1014. # [10:42] * Joins: jwilde (Thunderbir@moz-23E1A364.aton.com)
  1015. # [10:42] * Quits: RealRaven (Thunderbir@1C7EC709.F74D0024.27F80FAC.IP) (Ping timeout)
  1016. # [10:42] * Quits: harth (harth@moz-3C999954.hsd1.ca.comcast.net) (Input/output error)
  1017. # [10:42] * whimboo is now known as whimboo|afk
  1018. # [10:44] <glandium> edmorley: that backout is taking a long time ;)
  1019. # [10:44] * Joins: nhirata (anonymous@514D186.F3BBB17D.144F44FA.IP)
  1020. # [10:44] <edmorley> glandium: we found a bug in qbackout that corrupts the repo, Tomcat is about to push now after recloning
  1021. # [10:45] <glandium> sigh mercurial
  1022. # [10:45] <edmorley> qbackout is a third party extension
  1023. # [10:45] <edmorley> but yeah :-)
  1024. # [10:45] <glandium> edmorley: that doesn't excuse that it's possible to fuck up the repo
  1025. # [10:45] * Quits: nattokirai (nattokirai@moz-C286AD9A.bitcat.net) (Quit: nattokirai)
  1026. # [10:45] * Joins: RealRaven (Thunderbir@37759DF8.895B7C89.27F80FAC.IP)
  1027. # [10:46] * Quits: Kailas (patilkr@8F18B592.9EA085B9.A76F6622.IP) (Ping timeout)
  1028. # [10:46] * Joins: Kailas (patilkr@8F18B592.9EA085B9.A76F6622.IP)
  1029. # [10:48] * Quits: sankha93 (Instantbir@E490E24E.B6A63309.25B273F5.IP) (Ping timeout)
  1030. # [10:48] * Quits: jcranmer|away (jtcranmer@moz-EBF2B4AB.cs.illinois.edu) (Ping timeout)
  1031. # [10:48] * Quits: efaust (efaust@moz-FD7E1AF9.ghc.andrew.cmu.edu) (Ping timeout)
  1032. # [10:49] * Quits: mjrosenb (mjrosenb@moz-B3592BDA.club.cc.cmu.edu) (Ping timeout)
  1033. # [10:49] <Tomcat> glandium: done
  1034. # [10:50] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/7e6eb43139f1 - Carsten "Tomcat" Book - Backed out changeset 5939320824b1 (bug 894242) "CLOSED TREE"
  1035. # [10:50] <Tomcat> glandium: and sorry for the wait
  1036. # [10:50] <glandium> Tomcat: thanks
  1037. # [10:51] * Joins: b10n1k (j0ni@moz-DA423081.home.otenet.gr)
  1038. # [10:51] * Joins: cers (csonne@moz-D706C2D4.fullrate.dk)
  1039. # [10:51] * Quits: jwilde (Thunderbir@moz-23E1A364.aton.com) (Quit: jwilde)
  1040. # [10:52] * Quits: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1041. # [10:53] * Joins: blassey (blassey@514D186.F3BBB17D.144F44FA.IP)
  1042. # [10:53] * Joins: jcranmer|away (jtcranmer@moz-EBF2B4AB.cs.illinois.edu)
  1043. # [10:54] * Joins: mjrosenb (mjrosenb@moz-B3592BDA.club.cc.cmu.edu)
  1044. # [10:54] * Joins: efaust (efaust@moz-FD7E1AF9.ghc.andrew.cmu.edu)
  1045. # [10:55] * Quits: n00b_dust (n00b_dust@9341B037.8EF137B1.81C43DD2.IP) (Quit: Leaving)
  1046. # [10:55] * Quits: Boriss (FlyingToas@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: Boriss)
  1047. # [10:56] * Joins: thinker (user@moz-D00ACA96.dynamic.kbronet.com.tw)
  1048. # [10:57] <@dolske> zomg, Tomcat witha badge? \o/
  1049. # [10:58] <Tomcat> dolske: i prefer gun :P
  1050. # [10:58] <@dolske> /o\
  1051. # [10:58] <@dolske> ;)
  1052. # [10:59] <edmorley> hehe
  1053. # [11:00] * Quits: dao (dao@moz-91921B3B.superkabel.de) (Quit: Leaving.)
  1054. # [11:01] <KWierso|Home> all glory to the hypnotomcat
  1055. # [11:01] <Tomcat> glandium / dolske and yeah sheriff since 3 weeks or so, and edmorley,ryanvm and KWierso|Home show me how all the nice stuff works so learning from this guys
  1056. # [11:01] <Tomcat> :)
  1057. # [11:01] <edmorley> KWierso|Home: you should be in bed! :-)
  1058. # [11:02] <KWierso|Home> edmorley: but it's only midni-....
  1059. # [11:02] <KWierso|Home> 2am...
  1060. # [11:02] <KWierso|Home> :|
  1061. # [11:02] * Joins: sheeri (sheeri@moz-3259B52F.hsd1.ma.comcast.net)
  1062. # [11:02] <edmorley> or at the very least off of IRC :-)
  1063. # [11:02] * Quits: sheeri (sheeri@moz-3259B52F.hsd1.ma.comcast.net) (Quit: sheeri)
  1064. # [11:02] <Ms2ger> Good morning, KWierso|Home :)
  1065. # [11:03] * Joins: tiziana (tiziana@41D9A064.F1A1EB16.73D36934.IP)
  1066. # [11:03] <KWierso|Home> edmorley: so apparently drinking a can of coke at 8pm because there's nothing else to drink in your apartment except bad-smelling tap water is a bad idea :P
  1067. # [11:04] * Joins: jacek (jacek@moz-5D707D3B.psi.wroc.pl)
  1068. # [11:05] <Mano> "arrow function may not contain yield"
  1069. # [11:05] <Mano> :-/
  1070. # [11:05] <ewong> "mach"
  1071. # [11:06] * glob is now known as glob|away
  1072. # [11:07] * Joins: robertbindar (Thunderbir@590D2376.7E118222.89C0DD0D.IP)
  1073. # [11:09] * Joins: trevorh1 (trevor@moz-D2386388.lnse1.woo.bigpond.net.au)
  1074. # [11:09] * Quits: trevorh (trevor@7FC2753A.FA42EE26.2CE63F58.IP) (Ping timeout)
  1075. # [11:11] * NeilAway wonders what abuse of JavaScript Mano attempted to achieve that error
  1076. # [11:11] * Joins: vigneshwaran (vigneshwar@EF638AB6.182FBA42.8B4AB1DB.IP)
  1077. # [11:11] <Mano> NeilAway: just trivial Task.spawn usage
  1078. # [11:12] <Mano> not sure how could that be an abuse, but i guess it is, hence the exception
  1079. # [11:14] * Joins: ekr (ekr@moz-BD34266F.dynamic.hinet.net)
  1080. # [11:16] * Quits: pnemsak (Miranda@moz-BE85878E.citicom.sk) (Ping timeout)
  1081. # [11:16] * Joins: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1082. # [11:17] * Joins: pnemsak (Miranda@moz-BE85878E.citicom.sk)
  1083. # [11:21] <NeilAway> Mano: you lost me at Task :-P
  1084. # [11:22] <Mano> NeilAway: lost as in "that's the abuse" or "really no idea what's going on in toolkit in the last 6 months" :) ?
  1085. # [11:24] <Mano> but seriously, i cannot see what's conceptually wrong about Task.spawn( () => { yield ...; yield ...; })
  1086. # [11:25] * Joins: AlinT (AlinT@601F3B17.33662590.A5830293.IP)
  1087. # [11:25] <Mano> (well, missing parenthesis, for one thing)
  1088. # [11:25] <Ms2ger> That arrow functions aren't supposed to store data, I guess
  1089. # [11:26] <Yoric> Mano: Arrows don't support yield.
  1090. # [11:26] <Mano> Yoric: that i figured ;)
  1091. # [11:26] <Mano> stuck on the "why" part
  1092. # [11:26] <Yoric> |yield| only works in a |function()| – and, one of these days, in a |function*()| instead.
  1093. # [11:26] * whimboo|afk is now known as whimboo
  1094. # [11:27] * Joins: mak (chatzilla@moz-EB16AA57.retail.telecomitalia.it)
  1095. # [11:27] <Yoric> Well, arrows are functions, while |yield| belongs in a generator, which has very different semantics.
  1096. # [11:27] <Yoric> For the moment, we allow |yield| in |function()|, but that's going to be deprecated one of these days now that there is an official syntax for generators.
  1097. # [11:27] <Mano> ah, so maybe because the current syntax that doesn't differentiate between functions and generators is expected to be removed.
  1098. # [11:27] <Mano> makes sense.
  1099. # [11:28] <Mano> or what you said while i was writing :)
  1100. # [11:29] <glazou> how can I detect a checked/unchecked change in <treecell type="checkbox"> ?
  1101. # [11:29] <glazou> https://developer.mozilla.org/en-US/docs/Tree_Widget_Changes says nothing about it
  1102. # [11:30] <ewong> firebot uuid
  1103. # [11:30] <firebot> 1d5d1a16-445c-4e40-9d75-92f4b9a3617c (/msg firebot cid for CID form)
  1104. # [11:30] <ewong> firebot cid
  1105. # [11:30] <firebot> {0x35012739, 0x8d17, 0x4c7c, {0x87, 0xcd, 0xb9, 0x25, 0xdc, 0x62, 0x4d, 0xc3}}
  1106. # [11:30] * Joins: dao (dao@moz-91921B3B.superkabel.de)
  1107. # [11:34] * Joins: imsurit (Thunderbir@7B672EB2.B57F3098.EA3F9A4E.IP)
  1108. # [11:34] <Mano> glazou: don't think you can, for the same reason you cannot detect text changes
  1109. # [11:35] <glazou> hmmm... that makes it difficult to do something when the user changes such a checkbox's state
  1110. # [11:35] <Mano> glazou: look at what a11y does
  1111. # [11:35] * Quits: jcv (john@moz-9DD98F0F.cable.mindspring.com) (Ping timeout)
  1112. # [11:36] <Mano> http://mxr.mozilla.org/mozilla-central/source/accessible/src/xul/XULTreeGridAccessible.cpp
  1113. # [11:36] <glazou> looking
  1114. # [11:37] <Mano> it basically listens to TreeViewInvalidated
  1115. # [11:37] <Mano> wait, that's not the public method
  1116. # [11:37] <Mano> so TreeInvalidated
  1117. # [11:38] <Mano> that's a dom dom event
  1118. # [11:38] <glazou> trying that strategy
  1119. # [11:38] <glazou> thanks Mano
  1120. # [11:38] * Joins: glosoli (glosoli@1F8DFFFB.92418C4F.4C12D11B.IP)
  1121. # [11:38] <Mano> np
  1122. # [11:38] * Quits: glosoli (glosoli@1F8DFFFB.92418C4F.4C12D11B.IP) (Quit: Textual IRC Client: www.textualapp.com)
  1123. # [11:38] <Mano> indeed TreeInvalidated doesn't seem to be documented in mdn
  1124. # [11:38] * Joins: glosoli (glosoli@1F8DFFFB.92418C4F.4C12D11B.IP)
  1125. # [11:38] <Mano> so no idea what's set on the event etc
  1126. # [11:39] <glazou> I'll find out
  1127. # [11:39] * Joins: phenom (phenom@D257114B.13BADB45.4A5F0685.IP)
  1128. # [11:39] <glazou> I need a place to start from :)
  1129. # [11:39] <glazou> thx again
  1130. # [11:39] <glazou> s/need/needed
  1131. # [11:47] <edmorley> Tomcat: ah I forgot to reopen the tree - want to do the honours? :-)
  1132. # [11:47] <edmorley> Tomcat: (first restore button :-))
  1133. # [11:49] * Quits: Archaeopteryx (itsme@63C963D0.930CA6B4.2DB0BBA1.IP) (Quit: It has been this message for years.)
  1134. # [11:49] <glazou> Mano: ok, since my tree is content-based I can set a DOMAttrModified listener on the treecell and watch @value changes; that works just fine
  1135. # [11:49] <glazou> that's a bit heavy but it works
  1136. # [11:49] <Mano> glazou: or better, mutation observers
  1137. # [11:49] <glazou> yes
  1138. # [11:50] <Mano> DOMAttrModified is deprecated iirc.
  1139. # [11:50] <glazou> yep
  1140. # [11:51] * MrDHat|afk is now known as MrDHat
  1141. # [11:51] <Tomcat> edmorley: ok :)
  1142. # [11:52] <glandium> Tomcat, edmorley: you can reasonably reopen m-i. The builds would have failed already if there was still a problem
  1143. # [11:53] <edmorley> glandium: keeping it closed wasn't intentional, I just forgot :-)
  1144. # [11:53] * Quits: Kailas (patilkr@8F18B592.9EA085B9.A76F6622.IP) (Quit: Leaving)
  1145. # [11:53] <glandium> edmorley: haaaan
  1146. # [11:53] <Tomcat> edmorley: its open now
  1147. # [11:53] <Tomcat> glandium: see we can read your mind
  1148. # [11:53] <Tomcat> :)
  1149. # [11:53] * Joins: Boriss (FlyingToas@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1150. # [11:57] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  1151. # [11:57] * ChanServ sets mode: +o roc
  1152. # [11:58] * Quits: imsurit (Thunderbir@7B672EB2.B57F3098.EA3F9A4E.IP) (Quit: imsurit)
  1153. # [11:58] * Joins: noahclone (cool@1898D0E.3AF4F557.5B054FC6.IP)
  1154. # [12:00] * Parts: noahclone (cool@1898D0E.3AF4F557.5B054FC6.IP) (ISON krissie firebot wymette@aim.com noahclone )
  1155. # [12:02] * Quits: Boriss (FlyingToas@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: Boriss)
  1156. # [12:04] * AlinT is now known as AlinT{lunch}
  1157. # [12:04] * ewong is now known as ewong|away
  1158. # [12:06] * Quits: RealRaven (Thunderbir@37759DF8.895B7C89.27F80FAC.IP) (Ping timeout)
  1159. # [12:06] * Quits: digitsm (digitsm@3B80D752.72ECBFCF.C146C5E5.IP) (Ping timeout)
  1160. # [12:07] * Quits: teoli (teoli@88F51059.F3BBB17D.144F44FA.IP) (Input/output error)
  1161. # [12:07] * Quits: ekr (ekr@moz-BD34266F.dynamic.hinet.net) (Ping timeout)
  1162. # [12:10] * Joins: RealRaven (Thunderbir@37759DF8.895B7C89.27F80FAC.IP)
  1163. # [12:11] * Quits: tiziana (tiziana@41D9A064.F1A1EB16.73D36934.IP) (Quit: tiziana)
  1164. # [12:12] * Joins: stransky (stransky@moz-107AD163.redhat.com)
  1165. # [12:13] * Joins: sankha93 (Instantbir@E8C69F6B.D948C092.E7DAB6F9.IP)
  1166. # [12:18] * Joins: clokep (Instantbir@5538644.6A558D2.4EF9B99B.IP)
  1167. # [12:18] <NeilAway> glazou: a custom view knows, of course
  1168. # [12:19] * Joins: KaiRo (robert@moz-CA11DC6F.adsl.highway.telekom.at)
  1169. # [12:19] <glazou> NeilAway: yeah but I don't have one in my current case
  1170. # [12:19] <NeilAway> glazou: there was a plan to have a tree view observer that works on content views, but it stalled
  1171. # [12:20] * NeilAway can't even remember the bug#
  1172. # [12:21] * Joins: marxin (marxin@48518BFC.3B96A244.4E88690D.IP)
  1173. # [12:22] * Joins: smaug (chatzilla@moz-6BFCEC70.elisa-mobile.fi)
  1174. # [12:22] * ChanServ sets mode: +o smaug
  1175. # [12:23] * Joins: imsurit (Thunderbir@5C73FCE7.1877AE08.1A5E31FF.IP)
  1176. # [12:24] * Joins: darktrojan (geoff@moz-F23687F.dsl.telstraclear.net)
  1177. # [12:24] * Quits: alfredo (chatzilla@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1178. # [12:31] <Ms2ger> Linus is an asshole, news at 10?
  1179. # [12:31] <@smaug> ?
  1180. # [12:32] <@smaug> what did he say now?
  1181. # [12:32] <gcp> that he thinks cursing is ok
  1182. # [12:33] <tbsaunde> Ms2ger: no no news is at 11
  1183. # [12:33] <KaiRo> why is that bad? just means he's European, I guess ;-)
  1184. # [12:33] <gcp> but but our sensibilities!
  1185. # [12:33] <gcp> our political correctness!
  1186. # [12:34] <@smaug> He is oddly harsh-talking, given that he is a Swedish speaking Finn.
  1187. # [12:35] <Ms2ger> Also, Linux for Workgroups made me smile
  1188. # [12:35] * @smaug can't imagine jst talking the same way
  1189. # [12:35] <gcp> Mozilla in general is quite "nice" as far as open source stuff goes.
  1190. # [12:35] <KaiRo> Ms2ger: yes, it's version 3.11 after all ;-)
  1191. # [12:35] <gcp> I blame the US centric origins.
  1192. # [12:36] * Ms2ger used Windows 3.11 long ago
  1193. # [12:36] * Joins: alfredo (chatzilla@moz-99690620.hinet-ip.hinet.net)
  1194. # [12:36] * Quits: imsurit (Thunderbir@5C73FCE7.1877AE08.1A5E31FF.IP) (Quit: imsurit)
  1195. # [12:36] <KaiRo> yes, Mozilla is hard for Europeans at times - we tend to have longs discussions just because someone said something the way they would say it in their own country
  1196. # [12:37] * ferjm is now known as ferjm|afk
  1197. # [12:37] <KaiRo> esp. when it comes to French people for example
  1198. # [12:37] <gcp> US doesn't say "pardon my French" for nothing
  1199. # [12:38] <KaiRo> but I had my share of that as well because things I said came across to harshly
  1200. # [12:38] <fabrice> KaiRo: do you have something with French people? !
  1201. # [12:38] <gcp> I often notice my tone on IRC and Bugzilla is much harasher than many other people.
  1202. # [12:39] <KaiRo> fabrice: all those I have met within Mozilla are people I like, I think - some US people get offended by French people or other Europeans talking somewhat harshly at times
  1203. # [12:39] <fabrice> we're not harsh, we're honest ;)
  1204. # [12:40] * KaiRo wonders if he just should have said "French people suck" just to stay with the streotypes and show what he's talking about - but realizes he probably has become soft as well ;-)
  1205. # [12:41] * Ms2ger revokes KaiRo's Europeanness
  1206. # [12:42] * Quits: bz (bzbarsky@moz-A28C5395.bstnma.fios.verizon.net) (Ping timeout)
  1207. # [12:42] <KaiRo> Ms2ger: I accept only on the condition that I get a visa in exchange so I can live and work in the US for some time :p
  1208. # [12:43] <@smaug> oh, if KaiRo wants to live in US, then what Ms2ger said ;)
  1209. # [12:43] * Quits: cers (csonne@moz-D706C2D4.fullrate.dk) (Ping timeout)
  1210. # [12:43] <KaiRo> heh
  1211. # [12:47] <glazou> KaiRo: only because too many people in the US are too easily offended by things that should not offend anyone ; for instance, almost everyone's cursing in the US but everyone's offended when someone ELSE is doing it
  1212. # [12:48] <glazou> hence the french cursing in Matrix I presume :-D
  1213. # [12:48] <glazou> KaiRo: yes we suck but we have better food :-p
  1214. # [12:49] * Joins: teoli (teoli@88F51059.F3BBB17D.144F44FA.IP)
  1215. # [12:49] * glazou hides :-D
  1216. # [12:50] <@ted> gcp: i don't think it's the cursing people have a problem with
  1217. # [12:51] * Joins: Boriss (FlyingToas@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1218. # [12:51] <@ted> i think it's the belittling people and things like that
  1219. # [12:51] * Joins: cers (csonne@moz-D706C2D4.fullrate.dk)
  1220. # [12:51] * heycam|away is now known as heycam
  1221. # [12:51] <glazou> speaking of food, I need to eat something ; bbl
  1222. # [12:51] <@smaug> KaiRo: curious, would you have time to try to reproduce bug 892588?
  1223. # [12:51] * glazou is now known as glazou_lunch
  1224. # [12:52] <@smaug> glazou_lunch: yes, you definitely have better food
  1225. # [12:53] <Ms2ger> glazou has a good idea there
  1226. # [12:53] * Ms2ger gets some lunch too
  1227. # [12:53] <@smaug> hmm, food
  1228. # [12:53] * @smaug could walk few meters and pick up some blueberries
  1229. # [12:54] * Quits: sankha93 (Instantbir@E8C69F6B.D948C092.E7DAB6F9.IP) (Ping timeout)
  1230. # [12:54] <@ted> the blueberries are ripe around here
  1231. # [12:54] <@ted> yum
  1232. # [12:57] * Joins: sankha93 (Instantbir@F7C28E4F.CAFD56BA.25B273F5.IP)
  1233. # [12:59] * Quits: ErvisTusha (ErvisTusha@5F8246CD.F69FB6EA.363D84A4.IP) (Quit: Leaving)
  1234. # [12:59] * Quits: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP) (Ping timeout)
  1235. # [12:59] * Quits: sankha93 (Instantbir@F7C28E4F.CAFD56BA.25B273F5.IP) (Quit: He will be back!)
  1236. # [12:59] <decoder> 31:54.38 /usr/bin/ld.gold.real: error: read-only segment has dynamic relocations
  1237. # [13:00] * Joins: christoffer__ (christoffe@moz-79070305.dynamic.se.alltele.net)
  1238. # [13:00] <decoder> ive just hit that when building m-c with clang trunk
  1239. # [13:00] <decoder> linking libxul
  1240. # [13:00] * Quits: squeakytoy (christoffe@moz-79070305.dynamic.se.alltele.net) (Ping timeout)
  1241. # [13:01] * Joins: till (till@moz-27A64241.adsl.alicedsl.de)
  1242. # [13:02] * Joins: jfkthame (jfkthame@47739555.EBC79BE3.8D534776.IP)
  1243. # [13:03] * baku is now known as baku|away
  1244. # [13:03] * Quits: StevenLee (Adium@moz-BD34266F.dynamic.hinet.net) (Quit: Leaving.)
  1245. # [13:04] * Quits: jfkthame (jfkthame@47739555.EBC79BE3.8D534776.IP) (Ping timeout)
  1246. # [13:05] * Quits: vigneshwaran (vigneshwar@EF638AB6.182FBA42.8B4AB1DB.IP) (Ping timeout)
  1247. # [13:05] * Joins: jfkthame (jfkthame@47739555.EBC79BE3.8D534776.IP)
  1248. # [13:06] * mattwoodrow|away is now known as mattwoodrow
  1249. # [13:07] * Quits: Jerry (hshih@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1250. # [13:07] * Quits: dzbarsky (Adium@moz-A7CDB794.dia.static.qwest.net) (Quit: Leaving.)
  1251. # [13:07] * Quits: jfkthame (jfkthame@47739555.EBC79BE3.8D534776.IP) (Ping timeout)
  1252. # [13:07] * AlinT{lunch} is now known as AlinT
  1253. # [13:08] * Joins: ejpbruel (ejpbruel@moz-5EE20326.adsl2.static.versatel.nl)
  1254. # [13:08] * Joins: KevinSjoberg (KevinSjobe@1AF35000.B4D1CE3.D4BDD572.IP)
  1255. # [13:08] * Joins: jfkthame (jfkthame@47739555.EBC79BE3.8D534776.IP)
  1256. # [13:08] * Quits: KevinSjoberg (KevinSjobe@1AF35000.B4D1CE3.D4BDD572.IP) (Quit: Textual IRC Client: www.textualapp.com)
  1257. # [13:09] * Joins: KevinSjoberg (KevinSjobe@1AF35000.B4D1CE3.D4BDD572.IP)
  1258. # [13:10] * Quits: KevinSjoberg (KevinSjobe@1AF35000.B4D1CE3.D4BDD572.IP) (Quit: Textual IRC Client: www.textualapp.com)
  1259. # [13:10] * Joins: KevinSjoberg (KevinSjobe@1AF35000.B4D1CE3.D4BDD572.IP)
  1260. # [13:10] * Quits: jfkthame (jfkthame@47739555.EBC79BE3.8D534776.IP) (Ping timeout)
  1261. # [13:11] * Joins: jfkthame (jfkthame@47739555.EBC79BE3.8D534776.IP)
  1262. # [13:12] * Quits: darktrojan (geoff@moz-F23687F.dsl.telstraclear.net) (Quit: darktrojan)
  1263. # [13:13] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1264. # [13:13] * Quits: RealRaven (Thunderbir@37759DF8.895B7C89.27F80FAC.IP) (Quit: RealRaven)
  1265. # [13:13] * Quits: jfkthame (jfkthame@47739555.EBC79BE3.8D534776.IP) (Ping timeout)
  1266. # [13:14] * Joins: RealRaven (Thunderbir@37759DF8.895B7C89.27F80FAC.IP)
  1267. # [13:14] <glandium> decoder: something is not properly built PIC
  1268. # [13:14] * Joins: jfkthame (jfkthame@47739555.EBC79BE3.8D534776.IP)
  1269. # [13:14] <glandium> decoder: you have no other message?
  1270. # [13:15] <glandium> if gold doesn't tell what object has the relocation, then it sucks
  1271. # [13:16] <KaiRo> smaug: sorry, I don't really have time to reproduce anything - and then that's a QA job anyhow, not a PM one. That said, I intentionally asked if a dev can reproduce because that could lead to direct debugging :)
  1272. # [13:16] * Quits: jfkthame (jfkthame@47739555.EBC79BE3.8D534776.IP) (Ping timeout)
  1273. # [13:17] <KaiRo> ted: mmmh, I love fresh berries, can you send some over? :p
  1274. # [13:18] * Joins: jfkthame (jfkthame@47739555.EBC79BE3.8D534776.IP)
  1275. # [13:19] * Quits: clokep (Instantbir@5538644.6A558D2.4EF9B99B.IP) (Quit: Instantbird 1.5a1pre -- http://www.instantbird.com)
  1276. # [13:19] * Quits: cdiehl (cdiehl@moz-84C1335B.pool.mediaways.net) (Ping timeout)
  1277. # [13:20] * Quits: jfkthame (jfkthame@47739555.EBC79BE3.8D534776.IP) (Ping timeout)
  1278. # [13:21] * Joins: jfkthame (jfkthame@47739555.EBC79BE3.8D534776.IP)
  1279. # [13:22] * Joins: vigneshwaran (vigneshwar@moz-8F1E767.sjc.collab.net)
  1280. # [13:22] * Joins: cdiehl (cdiehl@moz-F1835AC3.pool.mediaways.net)
  1281. # [13:22] <@ted> KaiRo: the raspberries are ripe too
  1282. # [13:22] <@ted> and the blackberries will be in soon
  1283. # [13:23] * Quits: jfkthame (jfkthame@47739555.EBC79BE3.8D534776.IP) (Ping timeout)
  1284. # [13:23] * Joins: Bebe (bebe@601F3B17.33662590.A5830293.IP)
  1285. # [13:23] * Joins: tonymec_ (tonymec@EF19FAAF.578798F3.A9371869.IP)
  1286. # [13:23] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d671f193a5da - Eitan Isaacson - Bug 894601 - Fix regression in context menu activation in Android.
  1287. # [13:24] * Joins: jfkthame (jfkthame@47739555.EBC79BE3.8D534776.IP)
  1288. # [13:24] <decoder> glandium: ill build with verbose one sec
  1289. # [13:24] * tonymec_ is now known as tonymec|away
  1290. # [13:24] * Quits: RealRaven (Thunderbir@37759DF8.895B7C89.27F80FAC.IP) (Quit: RealRaven)
  1291. # [13:25] * Joins: RealRaven (Thunderbir@37759DF8.895B7C89.27F80FAC.IP)
  1292. # [13:25] <KaiRo> ted: nice, sounds tasty
  1293. # [13:26] * Quits: jfkthame (jfkthame@47739555.EBC79BE3.8D534776.IP) (Ping timeout)
  1294. # [13:27] * Joins: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz)
  1295. # [13:27] * Joins: jfkthame (jfkthame@47739555.EBC79BE3.8D534776.IP)
  1296. # [13:29] * Quits: jfkthame (jfkthame@47739555.EBC79BE3.8D534776.IP) (Ping timeout)
  1297. # [13:30] * Joins: jfkthame (jfkthame@47739555.EBC79BE3.8D534776.IP)
  1298. # [13:31] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/bf423f63b3a1 - Masatoshi Kimura - Bug 885107 - Sync testharness with the latest upstream. r=Ms2ger
  1299. # [13:31] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/e12c6f7d6676 - Masatoshi Kimura - Bug 885107 - Fix testharness tests outside dom/imptests. r=dbaron
  1300. # [13:32] <NeilAway> glob++ for better interdiff warning
  1301. # [13:32] * Quits: jfkthame (jfkthame@47739555.EBC79BE3.8D534776.IP) (Ping timeout)
  1302. # [13:33] * Joins: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu)
  1303. # [13:33] * Quits: Bebe (bebe@601F3B17.33662590.A5830293.IP) (Ping timeout)
  1304. # [13:33] * Joins: jfkthame (jfkthame@47739555.EBC79BE3.8D534776.IP)
  1305. # [13:33] * mattwoodrow is now known as mattwoodrow|away
  1306. # [13:34] <decoder> glandium: i dont see any more messages:/
  1307. # [13:35] * Quits: vigneshwaran (vigneshwar@moz-8F1E767.sjc.collab.net) (Ping timeout)
  1308. # [13:35] * Quits: jfkthame (jfkthame@47739555.EBC79BE3.8D534776.IP) (Ping timeout)
  1309. # [13:36] * Joins: jfkthame (jfkthame@47739555.EBC79BE3.8D534776.IP)
  1310. # [13:37] * Quits: cdiehl (cdiehl@moz-F1835AC3.pool.mediaways.net) (Ping timeout)
  1311. # [13:38] * Quits: jfkthame (jfkthame@47739555.EBC79BE3.8D534776.IP) (Ping timeout)
  1312. # [13:39] * Joins: Archaeopteryx (itsme@63C963D0.930CA6B4.2DB0BBA1.IP)
  1313. # [13:39] * Joins: cdiehl (cdiehl@moz-92A2D5C5.pool.mediaways.net)
  1314. # [13:39] * Joins: jfkthame (jfkthame@47739555.EBC79BE3.8D534776.IP)
  1315. # [13:41] * Quits: teoli (teoli@88F51059.F3BBB17D.144F44FA.IP) (Input/output error)
  1316. # [13:41] * Joins: teoli (teoli@88F51059.F3BBB17D.144F44FA.IP)
  1317. # [13:41] * Quits: jfkthame (jfkthame@47739555.EBC79BE3.8D534776.IP) (Ping timeout)
  1318. # [13:42] * Joins: tonymec (tonymec@EF19FAAF.578798F3.A9371869.IP)
  1319. # [13:42] * Joins: jcv (john@moz-9DD98F0F.cable.mindspring.com)
  1320. # [13:43] <glandium> decoder: :(
  1321. # [13:43] <glandium> decoder: can you try bfd ld?
  1322. # [13:43] * Joins: jfkthame (jfkthame@47739555.EBC79BE3.8D534776.IP)
  1323. # [13:43] * Quits: teoli (teoli@88F51059.F3BBB17D.144F44FA.IP) (Connection reset by peer)
  1324. # [13:43] * Joins: teoli (teoli@88F51059.F3BBB17D.144F44FA.IP)
  1325. # [13:45] * Quits: jfkthame (jfkthame@47739555.EBC79BE3.8D534776.IP) (Ping timeout)
  1326. # [13:46] * Joins: jfkthame (jfkthame@47739555.EBC79BE3.8D534776.IP)
  1327. # [13:47] * Quits: mmargoliono (min@moz-9DBD522D.static.internode.on.net) (Ping timeout)
  1328. # [13:47] * Joins: mmargoliono (min@moz-9DBD522D.static.internode.on.net)
  1329. # [13:48] * Quits: dao (dao@moz-91921B3B.superkabel.de) (Quit: Leaving.)
  1330. # [13:48] * Quits: jfkthame (jfkthame@47739555.EBC79BE3.8D534776.IP) (Ping timeout)
  1331. # [13:48] * Joins: Bebe (bebe@moz-104CC309.mv.mozilla.com)
  1332. # [13:49] * Joins: jfkthame (jfkthame@47739555.EBC79BE3.8D534776.IP)
  1333. # [13:51] * Quits: teoli (teoli@88F51059.F3BBB17D.144F44FA.IP) (Input/output error)
  1334. # [13:51] * Quits: jfkthame (jfkthame@47739555.EBC79BE3.8D534776.IP) (Ping timeout)
  1335. # [13:52] * Joins: jfkthame (jfkthame@47739555.EBC79BE3.8D534776.IP)
  1336. # [13:52] * Quits: jfkthame (jfkthame@47739555.EBC79BE3.8D534776.IP) (Quit: jfkthame)
  1337. # [13:53] * Quits: mmargoliono (min@moz-9DBD522D.static.internode.on.net) (Ping timeout)
  1338. # [13:53] <Mano> Yoric: do you know when https://bugzilla.mozilla.org/show_bug.cgi?id=887923 is going to land?
  1339. # [13:54] <Mano> I just run into the problem that then runs before the function returns
  1340. # [13:54] * Quits: cdiehl (cdiehl@moz-92A2D5C5.pool.mediaways.net) (Ping timeout)
  1341. # [13:55] <Ms2ger> NeilAway, so are you going to remove xpfe/components/autocomplete/src?
  1342. # [13:56] * Joins: vigneshwaran (vigneshwar@EF638AB6.182FBA42.8B4AB1DB.IP)
  1343. # [13:56] * Parts: vigneshwaran (vigneshwar@EF638AB6.182FBA42.8B4AB1DB.IP)
  1344. # [13:56] <NeilAway> Ms2ger: src? yeah, I can remove that soon
  1345. # [13:56] * Quits: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu) (Ping timeout)
  1346. # [13:57] <Standard8> FF doesn't build that anyway ;-)
  1347. # [13:57] <NeilAway> Ms2ger: would be nice if I can fix content to not need public and then remove both at once
  1348. # [13:57] <Ms2ger> Standard8, yet another reason to get rid of it :)
  1349. # [13:57] * Quits: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1350. # [13:57] <Ms2ger> NeilAway, I'll take anything I can get :)
  1351. # [13:57] * Quits: allstarschh (allstars@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  1352. # [13:57] <Standard8> Ms2ger: I've been trying to get rid of xpfe/ for years
  1353. # [13:57] <Standard8> no-one can decide where the last bits should go though
  1354. # [13:58] <Standard8> or rather, I've never had clear answers
  1355. # [13:58] <Ms2ger> "Elsewhere"
  1356. # [13:58] * Joins: cdiehl (cdiehl@moz-B1C870B2.pool.mediaways.net)
  1357. # [13:59] <@smaug> hmm, what are the last bits...
  1358. # [13:59] * @smaug checks
  1359. # [13:59] <@smaug> oh, appshell is still there
  1360. # [13:59] <@smaug> that could go under toolkit/ I think
  1361. # [14:00] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e0c9008cb0be - Jonathan Kew - bug 879963 - test for redundant downloading of a repeated @font-face resource. r=dbaron
  1362. # [14:00] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/33c17daf66bf - Jonathan Kew - bug 879963 - part 2 - avoid adding duplicate face entries to a user font family. r=dbaron
  1363. # [14:00] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/1b2c43ed9fdc - Jonathan Kew - bug 879963 - part 1 - preserve in-progress font loaders when updating the user font set. r=dbaron
  1364. # [14:01] * Joins: mmargoliono (min@moz-9DBD522D.static.internode.on.net)
  1365. # [14:01] * simone is now known as simone|food
  1366. # [14:03] * Joins: squeakytoy (christoffe@moz-79070305.dynamic.se.alltele.net)
  1367. # [14:03] * Ms2ger heads off for a while
  1368. # [14:03] * Quits: christoffer__ (christoffe@moz-79070305.dynamic.se.alltele.net) (Ping timeout)
  1369. # [14:04] * Quits: Standard8 (Standard8@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  1370. # [14:04] * Quits: KWierso|Home (chatzilla@moz-39E2648C.hsd1.ca.comcast.net) (Ping timeout)
  1371. # [14:05] * Joins: KWierso|Home (chatzilla@moz-39E2648C.hsd1.ca.comcast.net)
  1372. # [14:05] * Joins: Standard8 (Standard8@DA4ABEAF.1DE10CA8.D8E68FF6.IP)
  1373. # [14:06] <Yoric> Mano: I don't know that anyone is working on it actively.
  1374. # [14:08] * Joins: marcoz (marco.zehe@moz-E0F29204.dip0.t-ipconnect.de)
  1375. # [14:08] * Fallen|away is now known as Fallen
  1376. # [14:09] <Mano> ok :(
  1377. # [14:11] * Quits: mmargoliono (min@moz-9DBD522D.static.internode.on.net) (Ping timeout)
  1378. # [14:13] * Quits: till (till@moz-27A64241.adsl.alicedsl.de) (Client exited)
  1379. # [14:13] * Joins: till (till@moz-27A64241.adsl.alicedsl.de)
  1380. # [14:14] * Joins: sierk (sierk@moz-2C3BC162.pool.mediaways.net)
  1381. # [14:14] * Quits: sierk (sierk@moz-2C3BC162.pool.mediaways.net) (Quit: sierk)
  1382. # [14:15] * Joins: till_ (till@moz-27A64241.adsl.alicedsl.de)
  1383. # [14:16] * Quits: till (till@moz-27A64241.adsl.alicedsl.de) (Ping timeout)
  1384. # [14:17] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/baa536e25712 - Bas Schouten - Bug 883004 - Part 2: Move Direct2D 1.1 detection to configure.in r=glandium
  1385. # [14:17] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  1386. # [14:17] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/abf08bdc5e93 - Bas Schouten - Bug 883004 - Part 3: Add Direct2D 1.1 backend to Moz2D. r=jrmuizel
  1387. # [14:19] <tbsaunde> NeilAway: what are you changing about the xpfe autocomplete stuff?
  1388. # [14:19] * Quits: @smaug (chatzilla@moz-6BFCEC70.elisa-mobile.fi) (Ping timeout)
  1389. # [14:20] * Quits: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net) (Quit: Konversation terminated!)
  1390. # [14:20] * Joins: surkov (surkov@moz-6EE3EE5C.cpe.net.cable.rogers.com)
  1391. # [14:21] <NeilAway> tbsaunde: LDAP was the last consumer of nsAutoCompleteResults/nsAutoCompleteItem
  1392. # [14:22] * Joins: yzen (yzen@AA2C085E.10C8AEF8.9A8C35B4.IP)
  1393. # [14:23] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/56423bbe9a13 - Carsten "Tomcat" Book - Relanding after backout Bug 891695 - IonMonkey: Avoid passing pointers by const reference. r=rpearl
  1394. # [14:24] <Bas> We really need to fix that 80 character line width.
  1395. # [14:24] <Bas> 100 is -so- much better.
  1396. # [14:26] * Joins: mmargoliono (min@moz-9DBD522D.static.internode.on.net)
  1397. # [14:26] * Quits: twi (Adium@moz-3A9F842E.cust.dsl.vodafone.it) (Ping timeout)
  1398. # [14:28] <tbsaunde> NeilAway: so you killed the ldap uses and are now removing them? sounds nice
  1399. # [14:28] * Joins: tiziana (tiziana@41D9A064.F1A1EB16.73D36934.IP)
  1400. # [14:29] * Joins: maxli (maxli@moz-AC89B3C8.vlan445.asr1.yyz1.gblx.net)
  1401. # [14:31] * Joins: ericjung (ericjung@moz-FC76CC78.bstnma.fios.verizon.net)
  1402. # [14:32] <Bas> Does anyone know where the coding style decision was made to snuggle Pointer *'s with types rather than variables?
  1403. # [14:32] * glazou_lunch is now known as glazou
  1404. # [14:34] * Joins: RyanVM (Thunderbir@moz-A2F98468.phlapa.fios.verizon.net)
  1405. # [14:37] * Joins: FabioMagnoni (fabiomagno@moz-D6320631.dynamic.adsl.gvt.net.br)
  1406. # [14:39] * jmaher|afk is now known as jmaher
  1407. # [14:39] * Quits: cdiehl (cdiehl@moz-B1C870B2.pool.mediaways.net) (Ping timeout)
  1408. # [14:40] * Quits: snorp (snorp@moz-BD8D0B1E.lightspeed.livnmi.sbcglobal.net) (Ping timeout)
  1409. # [14:40] * Joins: cdiehl (cdiehl@moz-DDCC37B4.pool.mediaways.net)
  1410. # [14:40] * Joins: jpb (chatzilla@moz-DF053F63.cse.bris.ac.uk)
  1411. # [14:40] * Quits: Standard8 (Standard8@DA4ABEAF.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  1412. # [14:40] * Joins: victorporof (victorporo@A15909FD.8E4D8E22.4A6B528C.IP)
  1413. # [14:41] * Joins: Standard8 (Standard8@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1414. # [14:42] * Joins: givanica (givanica@757D2793.251E5D55.FB866788.IP)
  1415. # [14:42] * Quits: FabioMagnoni (fabiomagno@moz-D6320631.dynamic.adsl.gvt.net.br) (Input/output error)
  1416. # [14:42] * Joins: FabioMagnoni (fabiomagno@moz-D6320631.dynamic.adsl.gvt.net.br)
  1417. # [14:43] * Quits: tonymec (tonymec@EF19FAAF.578798F3.A9371869.IP) (Ping timeout)
  1418. # [14:44] * Joins: tonymec (tonymec@EF19FAAF.578798F3.A9371869.IP)
  1419. # [14:44] * Quits: KevinSjoberg (KevinSjobe@1AF35000.B4D1CE3.D4BDD572.IP) (Ping timeout)
  1420. # [14:44] * Quits: ericjung (ericjung@moz-FC76CC78.bstnma.fios.verizon.net) (Connection reset by peer)
  1421. # [14:44] * Joins: jdm (jdm@92FB48CA.8B5E9DF.9A8C35B4.IP)
  1422. # [14:45] * Quits: jpb (chatzilla@moz-DF053F63.cse.bris.ac.uk) (Quit: ChatZilla 0.9.90 [SeaMonkey 2.9/20120422230342])
  1423. # [14:45] * sheppy-offline is now known as sheppy
  1424. # [14:45] * Quits: cdiehl (cdiehl@moz-DDCC37B4.pool.mediaways.net) (Ping timeout)
  1425. # [14:47] * Joins: teoli (teoli@88F51059.F3BBB17D.144F44FA.IP)
  1426. # [14:47] <decoder> glandium: ill try
  1427. # [14:48] * till_ is now known as till
  1428. # [14:48] * Joins: cdiehl (cdiehl@moz-C361E91.pool.mediaways.net)
  1429. # [14:48] * Quits: FabioMagnoni (fabiomagno@moz-D6320631.dynamic.adsl.gvt.net.br) (Input/output error)
  1430. # [14:48] * Joins: FabioMagnoni (fabiomagno@FF49B6EE.E7D3F7AC.243A7AC9.IP)
  1431. # [14:49] * Quits: cervantes (cervantes@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1432. # [14:49] * jcranmer|away is now known as jcranmer
  1433. # [14:50] * Joins: capella-s3 (capella-s3@moz-8F413D10.twcny.res.rr.com)
  1434. # [14:51] * simone|food is now known as simone
  1435. # [14:52] <Yoric> Mmmh...
  1436. # [14:52] <Yoric> Is it normal that "JSON.stringify(a)" and "a.toJSON()" don't return the same value?
  1437. # [14:53] * glob|away is now known as glob
  1438. # [14:53] * Joins: ericjung (ericjung@moz-FC76CC78.bstnma.fios.verizon.net)
  1439. # [14:53] * Quits: teoli (teoli@88F51059.F3BBB17D.144F44FA.IP) (Ping timeout)
  1440. # [14:53] <Yoric> i.e. JSON.stringify(a) actually returns JSON.stringify(a.toJSON())
  1441. # [14:54] * Quits: cdiehl (cdiehl@moz-C361E91.pool.mediaways.net) (Ping timeout)
  1442. # [14:55] <NeilAway> tbsaunde: well, Standard8 wrote a JS toolkit-based LDAP autocomplete
  1443. # [14:55] * Joins: mikeratcliffe (mikeratcli@moz-A40DCA75.client.static.strong-ba2.blackoakcomputers.com)
  1444. # [14:55] <NeilAway> Yoric: what's toJSON anyway?
  1445. # [14:55] * Joins: teoli (teoli@88F51059.F3BBB17D.144F44FA.IP)
  1446. # [14:55] * Joins: joey-2 (chatzilla@moz-97A010DE.princetowncable.com)
  1447. # [14:55] <Yoric> Well, in that case, a method that returns a string.
  1448. # [14:57] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  1449. # [14:57] * Quits: reyre (reyre@moz-9002CDDA.cpe.net.cable.rogers.com) (Client exited)
  1450. # [14:57] * Quits: loadRPi (pi@moz-9B0A8128.range31-52.btcentralplus.com) (Ping timeout)
  1451. # [14:58] * Joins: loadRPi (pi@moz-2834F85A.range31-52.btcentralplus.com)
  1452. # [14:58] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/15e6d2cab9f3 - Ryan VanderMeulen - Backed out changeset 56423bbe9a13 (bug 891695) because it didn't un-bust itself automagically.
  1453. # [14:58] * heycam is now known as heycam|away
  1454. # [14:58] * Joins: cdiehl (cdiehl@moz-B394F774.pool.mediaways.net)
  1455. # [14:59] * Quits: victorporof (victorporo@A15909FD.8E4D8E22.4A6B528C.IP) (Connection reset by peer)
  1456. # [14:59] * Quits: vendo (vendo@2A7A458C.685BED33.300931B2.IP) (Quit: Leaving.)
  1457. # [14:59] * ewong|sleep is now known as ewong
  1458. # [15:00] <Yoric> NeilAway: http://pastebin.mozilla.org/2644631
  1459. # [15:00] <@bsmedberg> RyanVM: is inbound closed until bustage clears?
  1460. # [15:00] <RyanVM> inbound's open
  1461. # [15:01] * Joins: AaronMT (AaronMT@moz-5DF3A271.cpe.net.cable.rogers.com)
  1462. # [15:02] * Fallen is now known as Fallen|away
  1463. # [15:02] * Joins: Manuela (Mibbit@601F3B17.33662590.A5830293.IP)
  1464. # [15:03] * Joins: wolfiR (wolfiR@moz-F64889E.office.ziggo.nl)
  1465. # [15:04] * Joins: KevinSjoberg (KevinSjobe@1AF35000.B4D1CE3.D4BDD572.IP)
  1466. # [15:05] * Joins: annevk (annevk@moz-1534F032.ptr.us.xo.net)
  1467. # [15:05] * Quits: stransky (stransky@moz-107AD163.redhat.com) (Quit: Connection reset by beer)
  1468. # [15:05] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  1469. # [15:05] * Parts: Pauly (paul@601F3B17.33662590.A5830293.IP)
  1470. # [15:07] * Joins: stransky (stransky@moz-107AD163.redhat.com)
  1471. # [15:07] * Joins: sheeri (sheeri@moz-3259B52F.hsd1.ma.comcast.net)
  1472. # [15:08] * Quits: mmargoliono (min@moz-9DBD522D.static.internode.on.net) (Ping timeout)
  1473. # [15:08] * Joins: Pauly (Mibbit@601F3B17.33662590.A5830293.IP)
  1474. # [15:09] <NeilAway> Yoric: hmm, looks like the return value of toJSON is itself stringified
  1475. # [15:09] <Yoric> Yes.
  1476. # [15:09] <Yoric> I've looked at the spec, this seems the intended behavior.
  1477. # [15:09] <Yoric> Ah, well.
  1478. # [15:09] <NeilAway> Yoric: I wouldn't want to try JSON.stringify({ toJSON: function() { return this; } }) though
  1479. # [15:12] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1480. # [15:13] * jhopkins|afk is now known as jhopkins
  1481. # [15:13] * Fallen|away is now known as Fallen
  1482. # [15:15] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  1483. # [15:15] * rail_away is now known as rail
  1484. # [15:16] * Joins: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu)
  1485. # [15:17] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/290f46211dd1 - Mihnea Dobrescu-Balaur - Bug 887706 - Use a dynamic port in httpserver xpcshell tests so they can be run in parallel. r=Waldo
  1486. # [15:17] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/f64c241a4f2f - Mihnea Dobrescu-Balaur - Bug 889076 - Use the profile dir to store minidumps in the crashreporter xpcshell tests. r=ted
  1487. # [15:17] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/edbf03dce90c - Brian Hackett - Bug 894669 - Add analysis for finding variables unnecessarily entrained by inner functions, r=luke.
  1488. # [15:17] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/eae43bdf03c2 - Mihnea Dobrescu-Balaur - Bug 888537 - Use a dynamic port in downloads/ xpcshell tests so they can be run in parallel. r=mak
  1489. # [15:17] * Joins: mshal (mshal@moz-A514A42A.washdc.fios.verizon.net)
  1490. # [15:17] * Quits: mak (chatzilla@moz-EB16AA57.retail.telecomitalia.it) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 2.0/20110318052756])
  1491. # [15:18] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/0bf0cbaabe6f - Shu-yu Guo - Bug 894782 - Fix callsite cloning interaction with inline dispatch in Ion. (r=jandem)
  1492. # [15:19] * Joins: imsurit (Thunderbir@5C73FCE7.1877AE08.1A5E31FF.IP)
  1493. # [15:19] * Quits: masayuki1 (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Quit: masayuki1)
  1494. # [15:20] * glazou is annoyed by the find toolbar on top of the window after so many years of a bottom find toolbar
  1495. # [15:21] * Quits: AlinT (AlinT@601F3B17.33662590.A5830293.IP) (Quit: Leaving)
  1496. # [15:21] * Quits: jhlin (jolin@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1497. # [15:22] * Joins: luke (andhow@moz-12001187.dhcp.mdfd.or.charter.com)
  1498. # [15:23] * Joins: Edgar (Thunderbir@moz-4438AAD3.dynamic.hinet.net)
  1499. # [15:24] * Quits: glosoli (glosoli@1F8DFFFB.92418C4F.4C12D11B.IP) (Quit: Textual IRC Client: www.textualapp.com)
  1500. # [15:24] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e9d9bf1d7231 - Mark Finkle - Bug 894882 - Make sure the correct host is displayed when prompting for WebRTC from iframes r=wesj
  1501. # [15:24] * catlee-away is now known as catlee
  1502. # [15:26] * Quits: Manuela (Mibbit@601F3B17.33662590.A5830293.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1503. # [15:26] * Joins: Manuela (Mibbit@601F3B17.33662590.A5830293.IP)
  1504. # [15:28] * Joins: freddyb (freddyb@moz-DB4A9C19.scl3.mozilla.com)
  1505. # [15:28] <freddyb> if I had binary data to be used within an xpcshell test, what is the best practice?
  1506. # [15:28] <freddyb> can I just put the file in the same folder as the test.js and make it live in that folder for all eternity?
  1507. # [15:29] * Joins: ekr (ekr@moz-BD34266F.dynamic.hinet.net)
  1508. # [15:29] <firebot> Check-in:
  1509. # [15:29] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/d1c616745325 - Benjamin Smedberg - Bug 889788 - Plugin doorhanger breaks when plugins are dynamically removed from a page. This implements the short-term solution of hiding the plugin doorhanger when
  1510. # [15:29] <firebot> no more plugins are on the page (the better long-term solution will keep showing the UI and track all the plugins a page ever uses). This also implements a short-term solution when a user enables a plugin. Also bug 887088 - Short-term UI solution: when a
  1511. # [15:29] <firebot> user loads multiple tabs from a site and enables a plugin on one of them, the plugins are not enabled on other tabs but the "continue allowing" button does nothing. This patch makes the "Continue Allowing" button enable existing plugins of that type.
  1512. # [15:29] <firebot> r=jaws r=jschoenick
  1513. # [15:29] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/6fe281a19554 - Benjamin Smedberg - Bug 888908 - When the location bar is missing, don't auto-popup the plugin notification (ever). It will still pop up when clicking the in-page UI. And Australis will
  1514. # [15:30] * Joins: digitsm (digitsm@3B80D752.72ECBFCF.C146C5E5.IP)
  1515. # [15:30] <firebot> make this code moot anyway, r=jaws
  1516. # [15:30] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/9b855bab8073 - Benjamin Smedberg - Bug 889480 - When NP_Initialize fails, we should not try to call NP_Shutdown later, r=gfritzsche
  1517. # [15:31] * Joins: AlinT (AlinT@moz-104CC309.mv.mozilla.com)
  1518. # [15:31] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/3b4a649104aa - Axel Hecht - bug 891118, bug 890726, localize html validation and about pages, r=mfinkle, a=lsblakk
  1519. # [15:31] * Quits: digitsm (digitsm@3B80D752.72ECBFCF.C146C5E5.IP) (Quit: Leaving)
  1520. # [15:32] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c15f503a96cc - Tom Schuster - Bug 868859 - Make chromeWindow.content work in e10s. r=bz
  1521. # [15:32] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/6a788f399a7f - Tom Schuster - Bug 868859 - Use CPOWs to pass browser.contentWindow and webProgress.DOMWindow in e10s. r=felipe
  1522. # [15:32] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/0ded4854067b - Tom Schuster - Bug 886903 - Send correct UserAgent data for content process. r=jdm
  1523. # [15:32] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/ca8afb897e13 - Tom Schuster - Bug 893858 - More testing for CPOWs and two small bug fixes. r=dvander
  1524. # [15:33] * Quits: Edgar (Thunderbir@moz-4438AAD3.dynamic.hinet.net) (Quit: Edgar)
  1525. # [15:33] * Quits: tchevalier (Thunderbir@moz-C2751B0C.fbx.proxad.net) (Quit: tchevalier)
  1526. # [15:33] * Quits: @bsmedberg (bsmedberg@moz-748CAEF1.jst.pa.atlanticbb.net) (Quit: Leaving)
  1527. # [15:34] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  1528. # [15:35] * Joins: ctangira (ctangira@moz-44402D73.cisco.com)
  1529. # [15:36] * mattwoodrow|away is now known as mattwoodrow
  1530. # [15:36] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  1531. # [15:36] <mariogarbi> Hello guys
  1532. # [15:36] * Joins: tomer (tomer@moz-F45DAEFD.static.012.net.il)
  1533. # [15:37] * Quits: JeroenDeDauw (j@moz-38157B43.dip0.t-ipconnect.de) (Ping timeout)
  1534. # [15:37] <mariogarbi> I was wondering if anyone knew something about Australis specific preferences other than "browser.uiCustomization.debug", or if there is a place where I could get this information cause I had little luck with diffs
  1535. # [15:37] * Joins: tchevalier (Thunderbir@moz-C2751B0C.fbx.proxad.net)
  1536. # [15:38] * Joins: JeroenDeDauw (j@moz-3D93E779.dip0.t-ipconnect.de)
  1537. # [15:39] * Quits: Jesse (jruderman@moz-537BCF9.hsd1.ca.comcast.net) (Connection reset by peer)
  1538. # [15:39] * baku|away is now known as baku
  1539. # [15:39] * Joins: ahal (ahal@moz-AC89B3C8.vlan445.asr1.yyz1.gblx.net)
  1540. # [15:40] <Gijs> mariogarbi: let's take this to #fx-team
  1541. # [15:41] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  1542. # [15:42] * kats|away is now known as kats
  1543. # [15:42] * Joins: twi (Adium@moz-A99363D0.cust.dsl.vodafone.it)
  1544. # [15:42] * Quits: Mano (mano@A8D2B235.BCB0C83B.39716721.IP) (Ping timeout)
  1545. # [15:42] * Quits: @roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Ping timeout)
  1546. # [15:43] * coop|afk is now known as coop|mtg
  1547. # [15:43] * Joins: Jesse (jruderman@moz-537BCF9.hsd1.ca.comcast.net)
  1548. # [15:43] * Joins: lduros (user@moz-47F34250.phlapa.fios.verizon.net)
  1549. # [15:43] * Quits: JeroenDeDauw (j@moz-3D93E779.dip0.t-ipconnect.de) (Quit: Leaving.)
  1550. # [15:43] * openjck|offline is now known as openjck
  1551. # [15:43] * Joins: JeroenDeDauw (j@moz-3D93E779.dip0.t-ipconnect.de)
  1552. # [15:43] * Quits: kinetik (kinetik@E086472B.1147CCF4.FC74E68.IP) (Ping timeout)
  1553. # [15:43] <glazou> yet another major regression in the editor thanks to the changes done a few months ago :-(
  1554. # [15:43] <glazou> pfff
  1555. # [15:44] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  1556. # [15:44] * ChanServ sets mode: +o roc
  1557. # [15:44] * Joins: mconley (mconley@moz-AC89B3C8.vlan445.asr1.yyz1.gblx.net)
  1558. # [15:44] * Joins: armenzg (armenzg@moz-AC89B3C8.vlan445.asr1.yyz1.gblx.net)
  1559. # [15:45] <glazou> maybe Linus is right, I should curse a bit too
  1560. # [15:47] * Joins: jimm (jmathies@moz-864CAA4E.pn.at.cox.net)
  1561. # [15:47] * Joins: jryans (jryans@9DF100B3.ED1CC86.B83ED108.IP)
  1562. # [15:47] * Joins: reyre (reyre@86C3727C.33EE9F8A.1139E686.IP)
  1563. # [15:48] * Joins: m_gol (m_gol@moz-771E8251.neoplus.adsl.tpnet.pl)
  1564. # [15:48] * Joins: kinetik (kinetik@E086472B.1147CCF4.FC74E68.IP)
  1565. # [15:49] * catlee is now known as catlee-mtg
  1566. # [15:49] * Quits: mgol (m_gol@moz-BB52398B.neoplus.adsl.tpnet.pl) (Ping timeout)
  1567. # [15:53] * Quits: cdiehl (cdiehl@moz-B394F774.pool.mediaways.net) (Ping timeout)
  1568. # [15:55] * Joins: cdiehl (cdiehl@moz-56C8ED4D.pool.mediaways.net)
  1569. # [15:56] * Fallen is now known as Fallen|away
  1570. # [15:57] * jcranmer is now known as jcranmer|away
  1571. # [15:57] * Joins: sankha93 (Instantbir@B3D2983B.18989014.F44414AF.IP)
  1572. # [15:58] * Quits: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: Leaving.)
  1573. # [16:00] * Joins: glosoli (glosoli@moz-72C60525.static.zebra.lt)
  1574. # [16:00] * Joins: vingtetun (vingtetun@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1575. # [16:02] * Joins: snorp (snorp@moz-BD8D0B1E.lightspeed.livnmi.sbcglobal.net)
  1576. # [16:02] * Quits: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de) (Input/output error)
  1577. # [16:02] * Joins: bsmedberg (bsmedberg@moz-748CAEF1.jst.pa.atlanticbb.net)
  1578. # [16:02] * ChanServ sets mode: +o bsmedberg
  1579. # [16:03] * Tomcat is now known as Tomcat|afk
  1580. # [16:03] * simone is now known as simone|brb
  1581. # [16:04] <Pike> do we have markup/css to create an ellipsis in the middle of an overflowing string? https://developer.mozilla.org/en-US/docs/Web/CSS/text-overflow says that we can control both start and end, but I can't find middle. I thought we had some, though
  1582. # [16:04] * Parts: mariogarbi (mariogarbi@601F3B17.33662590.A5830293.IP) (Leaving)
  1583. # [16:04] * Quits: gerv (Instantbir@moz-8E68CF56.in-addr.arpa) (Quit: Instantbird 1.5a1pre -- http://www.instantbird.com)
  1584. # [16:04] * Joins: mariogarbi (mariogarbi@601F3B17.33662590.A5830293.IP)
  1585. # [16:05] * Quits: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Quit: masayuki)
  1586. # [16:05] * Joins: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  1587. # [16:05] * Joins: gerv (Instantbir@moz-8E68CF56.in-addr.arpa)
  1588. # [16:05] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/352b3d608ade - Drew Willcoxon - Bug 894234 - Guard against audioContext->IsOffline(). r=ehsan
  1589. # [16:05] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/b794c01d9e70 - Jan Beich - Bug 803480 - Enable NeckoWifi by default only on platforms where it's actually supported. r=ted
  1590. # [16:05] <joe> does anyone know to make the mochitest framework list the tests like it used to?
  1591. # [16:05] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/0791d8310519 - Marco Castelluccio - Bug 894162 - webapprt-test-chrome|content tests hang after opening WebappRT Test Shim. r=myk
  1592. # [16:05] * Joins: hipokrit (hipokrit@1BF5DFDB.CA40E1F7.C558AD24.IP)
  1593. # [16:06] <joe> it made it way easier to select a particular test
  1594. # [16:06] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/f91d3bfa7706 - Marco Castelluccio - Bug 827346 - indexedDB.open() silently fails in an Open Web App (OWA/mozApp). r=myk
  1595. # [16:06] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/998f732e370c - Guillaume Abadie - Bug 890311 - [WebGL 2.0] Add WebGL2Context C++ class inheriting WebGLContext. r=jgilbert
  1596. # [16:06] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/ab8b01fae7e1 - Mihnea Dobrescu-Balaur - Bug 887480 - Make the content/base xpcshell tests use dynamic httpd ports so they can be run concurrently. r=bz
  1597. # [16:06] * Quits: robertbindar (Thunderbir@590D2376.7E118222.89C0DD0D.IP) (Quit: robertbindar)
  1598. # [16:07] <Gijs> Pike: I think XUL's crop attribute lets you do that?
  1599. # [16:07] <Gijs> crop=middle ?
  1600. # [16:07] <Gijs> (or center, or centre, perhaps, I don't know)
  1601. # [16:07] <Gijs> center, apparently.
  1602. # [16:09] * Fallen|away is now known as Fallen
  1603. # [16:09] * Joins: simonab (Mibbit@601F3B17.33662590.A5830293.IP)
  1604. # [16:09] * Joins: lmandel (lmandel@8B192B20.1F93A08E.ADB88A9.IP)
  1605. # [16:12] <RyanVM> ehsan: ping
  1606. # [16:13] <Yoric> ttaubert: ping
  1607. # [16:13] * Quits: arete_ (arete@7F157D9C.7513494.E1A97B56.IP) (Ping timeout)
  1608. # [16:13] * mcote|afk is now known as mcote
  1609. # [16:13] <ttaubert> Yoric: y....yes?
  1610. # [16:13] <Yoric> :)
  1611. # [16:13] * simone|brb is now known as simone
  1612. # [16:13] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/7fff53368c4e - Mina Almasry - Bug 888864 - Changing a stylesheet ProcessingInstruction's data no longer applies immediately. r=bz
  1613. # [16:13] <Yoric> In SessionStoreInternal.onTabLoad, I find myself needing to determine which tab XULElement I'm dealing with.
  1614. # [16:14] <Yoric> Do you have this information?
  1615. # [16:14] <Yoric> Ah, I have a workaround.
  1616. # [16:14] <Yoric> But I'm still interested in the information if you have it.
  1617. # [16:14] <ttaubert> Yoric: there's a _getTabForBrowser() method
  1618. # [16:15] <Yoric> Ouch.
  1619. # [16:15] <Yoric> It looks... slow.
  1620. # [16:15] <glazou> Pike, Gijs: yes crop="center"
  1621. # [16:15] * Joins: arete_ (arete@2563FA9C.7513494.E1A97B56.IP)
  1622. # [16:15] <decoder> glandium:
  1623. # [16:15] <decoder> 32:13.58 /usr/bin/ld.bfd.real: read-only segment has dynamic relocations.
  1624. # [16:15] * Joins: nical (nico@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1625. # [16:15] <decoder> no other message -.-
  1626. # [16:15] <ttaubert> Yoric: yes, I don't particularly like it. a weakmap would be better
  1627. # [16:15] <Yoric> For the moment, I'll go for my workaround.
  1628. # [16:15] <Yoric> Thanks.
  1629. # [16:16] <ttaubert> Yoric: working on that e10s stuff already?
  1630. # [16:16] * sheppy is now known as sheppy-offline
  1631. # [16:16] <Yoric> No, working on the cache stuff for the moment.
  1632. # [16:16] <ttaubert> ok
  1633. # [16:16] * Joins: mstange (markus@moz-E5E15E18.dip0.t-ipconnect.de)
  1634. # [16:16] <Yoric> Attempting to salvage something from the work already done :)
  1635. # [16:17] * Joins: bz (bzbarsky@moz-A28C5395.bstnma.fios.verizon.net)
  1636. # [16:17] * ChanServ sets mode: +o bz
  1637. # [16:17] <decoder> glandium: any recommendations on how to debug this?
  1638. # [16:18] * Quits: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com) (Ping timeout)
  1639. # [16:19] <daleharvey> mrbkap: ping
  1640. # [16:19] * Joins: StevenLee (Adium@moz-7EC6AE3F.dynamic.hinet.net)
  1641. # [16:21] * Quits: arete_ (arete@2563FA9C.7513494.E1A97B56.IP) (Quit: arete_)
  1642. # [16:21] * Quits: jryans (jryans@9DF100B3.ED1CC86.B83ED108.IP) (Quit: Be back later)
  1643. # [16:22] * Joins: jandem (jandem@66C76B89.FB8EABAE.DF9376EA.IP)
  1644. # [16:22] * mattwoodrow is now known as mattwoodrow|away
  1645. # [16:22] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/4aed60373019 - Jan de Mooij - Bug 894447 - Avoid unnecessary monitor instructions and bailouts with JSOP_SETELEM accessing named properties and backout bug 894463. r=bhackett
  1646. # [16:23] * Joins: gustavold (gustavold@76AEFF9A.A913707B.DF2AC62B.IP)
  1647. # [16:25] * Joins: johanc (chatzilla@moz-8F2EFB9D.bredband.comhem.se)
  1648. # [16:26] * Joins: ehsan (ehsan@moz-AC89B3C8.vlan445.asr1.yyz1.gblx.net)
  1649. # [16:26] * ChanServ sets mode: +o ehsan
  1650. # [16:27] <Pike> Gijs, glazou: thanks
  1651. # [16:27] * Joins: snorp_ (snorp@moz-BD8D0B1E.lightspeed.livnmi.sbcglobal.net)
  1652. # [16:27] * Quits: snorp (snorp@moz-BD8D0B1E.lightspeed.livnmi.sbcglobal.net) (Quit: Textual IRC Client: http://www.textualapp.com/)
  1653. # [16:27] * snorp_ is now known as snorp
  1654. # [16:28] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e42886a7cff4 - Alexander Surkov - Bug 882647 - get rid of BOUNDARY_ATTRIBUTE_RANGE, r=tbsaunde
  1655. # [16:28] * Joins: mdas (mdas@moz-AC89B3C8.vlan445.asr1.yyz1.gblx.net)
  1656. # [16:29] <nemo> *sigh* I really hate the new nightly icon
  1657. # [16:29] <nemo> every time I look at it :-/
  1658. # [16:34] * Quits: ekr (ekr@moz-BD34266F.dynamic.hinet.net) (Quit: ekr)
  1659. # [16:35] * Quits: Pauly (Mibbit@601F3B17.33662590.A5830293.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1660. # [16:35] * Quits: Optimize1 (Instantbir@94C77FC6.955079FB.AA3EB577.IP) (Ping timeout)
  1661. # [16:36] * Joins: dao (dao@moz-91921B3B.superkabel.de)
  1662. # [16:37] * Quits: imsurit (Thunderbir@5C73FCE7.1877AE08.1A5E31FF.IP) (Ping timeout)
  1663. # [16:38] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/31b881b4b960 - Paul Adenot - Bug 894150 - Unregister the PannerNode in the AudioListener when destroying the stream. r=ehsan
  1664. # [16:40] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/55768d72cb11 - Chris Lord - Bug 869696 - Disable gralloc surfaces on the Geeksphone Peak. r=jrmuizel
  1665. # [16:40] * armenzg is now known as armenzg_mtg
  1666. # [16:40] <edmorley> RyanVM: do we think https://tbpl.mozilla.org/php/getParsedLog.php?id=25378057&tree=Mozilla-Central is that relanding needing a backout again, or is it a case of the manifests not being obeyed throughout?
  1667. # [16:41] <edmorley> eg once we merge birch to m-c all will be fine?
  1668. # [16:42] * Quits: binki (ohnobinki@moz-5F431110.try.wideopenwest.com) (Ping timeout)
  1669. # [16:42] * mattwoodrow|away is now known as mattwoodrow
  1670. # [16:43] * Joins: harth (harth@moz-3C999954.hsd1.ca.comcast.net)
  1671. # [16:44] * Quits: KevinSjoberg (KevinSjobe@1AF35000.B4D1CE3.D4BDD572.IP) (Ping timeout)
  1672. # [16:45] * Joins: KevinSjoberg (KevinSjobe@1AF35000.B4D1CE3.D4BDD572.IP)
  1673. # [16:45] * Quits: harth (harth@moz-3C999954.hsd1.ca.comcast.net) (Ping timeout)
  1674. # [16:46] * Joins: mmc|laptop (mchew@ADCA5A9E.3A5CECD3.F9E1BAE1.IP)
  1675. # [16:47] * Quits: @ehsan (ehsan@moz-AC89B3C8.vlan445.asr1.yyz1.gblx.net) (Input/output error)
  1676. # [16:47] * Joins: ehsan (ehsan@moz-AC89B3C8.vlan445.asr1.yyz1.gblx.net)
  1677. # [16:47] * ChanServ sets mode: +o ehsan
  1678. # [16:49] * Joins: arky (arky@F9C2AC92.A7953508.B9D97DBA.IP)
  1679. # [16:49] * Quits: @ehsan (ehsan@moz-AC89B3C8.vlan445.asr1.yyz1.gblx.net) (Input/output error)
  1680. # [16:49] * joduinn-afk is now known as joduinn-coffee
  1681. # [16:49] <NeilAway> mrbkap: I hate to be a pain, but XBL
  1682. # [16:50] <Yoric> ttaubert: Your turn :)
  1683. # [16:50] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/27272cf3e1c5 - Anton Kovalyov - Bug 885417 - Have UIDs as values for profiler sidebar items; r=vporof
  1684. # [16:50] <firebot> http://hg.mozilla.org/mozilla-central/rev/89db54075df6 - Ryan VanderMeulen - Merge m-c to fx-team.
  1685. # [16:50] <firebot> http://hg.mozilla.org/mozilla-central/rev/3673d2c688b4 - Ed Morley - Merge latest green fx-team changeset and mozilla-central
  1686. # [16:50] <firebot> http://hg.mozilla.org/mozilla-central/rev/94149d48caa9 - Ryan VanderMeulen - Merge m-c to fx-team.
  1687. # [16:50] <firebot> http://hg.mozilla.org/mozilla-central/rev/cca017679bfa - Anton Kovalyov - Bug 828046 - Save/load profiles to/from disk; r=robcee
  1688. # [16:51] * Joins: binki (ohnobinki@moz-5F431110.try.wideopenwest.com)
  1689. # [16:51] * catlee-mtg is now known as catlee-afk
  1690. # [16:51] * Joins: ehsan (ehsan@moz-AC89B3C8.vlan445.asr1.yyz1.gblx.net)
  1691. # [16:51] * ChanServ sets mode: +o ehsan
  1692. # [16:52] * ferjm|afk is now known as ferjm
  1693. # [16:53] * Quits: binki (ohnobinki@moz-5F431110.try.wideopenwest.com) (Ping timeout)
  1694. # [16:54] * Joins: binki (ohnobinki@moz-5F431110.try.wideopenwest.com)
  1695. # [16:54] * Joins: victorporof (victorporo@95520E16.124F9E.4A6B528C.IP)
  1696. # [16:55] * Joins: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com)
  1697. # [16:55] * Quits: Manuela (Mibbit@601F3B17.33662590.A5830293.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1698. # [16:56] * Quits: binki (ohnobinki@moz-5F431110.try.wideopenwest.com) (Ping timeout)
  1699. # [16:56] * Joins: bajaj (Adium@moz-BBE3ABD.mv.mozilla.com)
  1700. # [16:57] * Joins: binki (ohnobinki@moz-5F431110.try.wideopenwest.com)
  1701. # [16:57] * Quits: @bz (bzbarsky@moz-A28C5395.bstnma.fios.verizon.net) (Ping timeout)
  1702. # [16:57] * Joins: kanru` (kanru@moz-20FF9630.dynamic.hinet.net)
  1703. # [16:57] * Joins: bz (bzbarsky@moz-A28C5395.bstnma.fios.verizon.net)
  1704. # [16:57] * ChanServ sets mode: +o bz
  1705. # [16:57] * Quits: tzimmermann (tzimmerman@moz-80C771B4.pools.arcor-ip.net) (Quit: Ex-Chat)
  1706. # [16:58] * Quits: capella (chatzilla@moz-8F413D10.twcny.res.rr.com) (Quit: ChatZilla 0.9.90.1 [Firefox 24.0a2/20130628004017])
  1707. # [16:58] * Joins: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net)
  1708. # [16:58] * ChanServ sets mode: +o dveditz
  1709. # [17:00] * Quits: ctangira (ctangira@moz-44402D73.cisco.com) (Ping timeout)
  1710. # [17:00] * Quits: simonab (Mibbit@601F3B17.33662590.A5830293.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1711. # [17:01] * Joins: ctangira (ctangira@moz-D18ACF5E.dllstx.fios.verizon.net)
  1712. # [17:01] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ad74eb485a87 - Dan Gohman - Bug 891695 - IonMonkey: Avoid passing pointers by const reference. r=rpearl
  1713. # [17:01] * Joins: capella (chatzilla@moz-8F413D10.twcny.res.rr.com)
  1714. # [17:03] * Quits: @bsmedberg (bsmedberg@moz-748CAEF1.jst.pa.atlanticbb.net) (Quit: Leaving)
  1715. # [17:05] <RyanVM> edmorley: we're seeing the error on some OSX jobs on inbound too, but haven't on birch
  1716. # [17:05] <RyanVM> edmorley: So I'm tentatively inclined to wait and see
  1717. # [17:05] <edmorley> yeah I'd say lets wait and see what happens now i've merged to m-c
  1718. # [17:06] * Joins: myk (myk@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1719. # [17:06] <RyanVM> i wish we could kick off a new windows build to check
  1720. # [17:06] * RyanVM should ping Mossop to see if he's making any progress on fixing them
  1721. # [17:07] * Joins: mdas_ (mdas@moz-104CC309.mv.mozilla.com)
  1722. # [17:08] * Joins: ekr (ekr@moz-BD34266F.dynamic.hinet.net)
  1723. # [17:08] * Quits: capella (chatzilla@moz-8F413D10.twcny.res.rr.com) (Quit: ChatZilla 0.9.90.1 [Firefox 24.0a2/20130628004017])
  1724. # [17:08] * Joins: mdas__ (mdas@moz-AC89B3C8.vlan445.asr1.yyz1.gblx.net)
  1725. # [17:08] * Quits: mdas (mdas@moz-AC89B3C8.vlan445.asr1.yyz1.gblx.net) (Ping timeout)
  1726. # [17:08] * Joins: imsurit (Thunderbir@56ABD545.73A0F9A5.1A5E31FF.IP)
  1727. # [17:09] * Joins: mbrubeck (mbrub_000@moz-45568FC0.hsd1.wa.comcast.net)
  1728. # [17:09] * Quits: mdas_ (mdas@moz-104CC309.mv.mozilla.com) (Ping timeout)
  1729. # [17:10] <evilpie> ttaubert: I am actually not really sure what the end decision for session store was now
  1730. # [17:10] * Quits: joey-2 (chatzilla@moz-97A010DE.princetowncable.com) (Connection reset by peer)
  1731. # [17:11] * Joins: joey-2 (chatzilla@moz-97A010DE.princetowncable.com)
  1732. # [17:12] * Quits: glazou (glazou@moz-204094DD.disruptive-innovations.fr) (Quit: bbl)
  1733. # [17:13] * hwine-ooo is now known as hwine
  1734. # [17:14] * Quits: mmc|laptop (mchew@ADCA5A9E.3A5CECD3.F9E1BAE1.IP) (Quit: mmc|laptop)
  1735. # [17:15] * Fallen is now known as Fallen|away
  1736. # [17:17] * Joins: jryans (jryans@3DF2E497.7CA53166.F12515B4.IP)
  1737. # [17:18] * Quits: ejpbruel (ejpbruel@moz-5EE20326.adsl2.static.versatel.nl) (Ping timeout)
  1738. # [17:18] * Quits: tiziana (tiziana@41D9A064.F1A1EB16.73D36934.IP) (Quit: tiziana)
  1739. # [17:19] * jchen|away is now known as jchen
  1740. # [17:19] * Quits: @dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net) (Ping timeout)
  1741. # [17:19] * Quits: Asa (asa@4508CAE6.38324963.204CA821.IP) (Ping timeout)
  1742. # [17:20] * Quits: mariogarbi (mariogarbi@601F3B17.33662590.A5830293.IP) (Client exited)
  1743. # [17:20] * Quits: pnemsak (Miranda@moz-BE85878E.citicom.sk) (Quit: pnemsak)
  1744. # [17:20] * Joins: pcwalton (pcwalton@moz-481A040C.hsd1.ca.comcast.net)
  1745. # [17:21] * Quits: kanru` (kanru@moz-20FF9630.dynamic.hinet.net) (Input/output error)
  1746. # [17:21] * armenzg_mtg is now known as armenzg
  1747. # [17:21] * Fallen|away is now known as Fallen
  1748. # [17:22] * Joins: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net)
  1749. # [17:22] * ChanServ sets mode: +o dveditz
  1750. # [17:22] * Joins: mcsmurf (mcsmurf@moz-805B9E27.dip0.t-ipconnect.de)
  1751. # [17:22] * Joins: kanru` (kanru@moz-20FF9630.dynamic.hinet.net)
  1752. # [17:22] <@ehsan> padenot: fwiw the patches in bug 882543 should be good to go if you want to land them
  1753. # [17:23] * Quits: wolfiR (wolfiR@moz-F64889E.office.ziggo.nl) (Ping timeout)
  1754. # [17:23] <padenot> ehsan: yes, I've been rebasing them this morning
  1755. # [17:23] <@ehsan> cool
  1756. # [17:24] <padenot> ehsan: I've got a couple more in my queue on the same topic, but the profile are looking good, now
  1757. # [17:24] <@ehsan> \o/
  1758. # [17:24] <mcsmurf> hm, looks like there is some rendering regression on websites on trunk
  1759. # [17:24] <@ehsan> padenot: is the processing bits showing up in the profiles?
  1760. # [17:24] * mcsmurf checks bugzilla..
  1761. # [17:24] <padenot> ehsan: with everything applied, yes
  1762. # [17:24] * Quits: ctangira (ctangira@moz-D18ACF5E.dllstx.fios.verizon.net) (Ping timeout)
  1763. # [17:24] * Quits: jryans (jryans@3DF2E497.7CA53166.F12515B4.IP) (Connection reset by peer)
  1764. # [17:24] * Joins: jryans_ (jryans@3DF2E497.7CA53166.F12515B4.IP)
  1765. # [17:25] * Quits: annevk (annevk@moz-1534F032.ptr.us.xo.net) (Input/output error)
  1766. # [17:25] <@ehsan> padenot: that's great! :)
  1767. # [17:25] * jryans_ is now known as jryans
  1768. # [17:25] <ttaubert> evilpie: the end decision was to look into a solution that uses e10s components now and achieves the same the "cut saveState() in chunks" bug
  1769. # [17:25] <evilpie> ttaubert: oh that is good (for us) :)
  1770. # [17:25] <padenot> ehsan: we are still slower than chrome, on most benchmarks, but by a factor of 1.3 to 1.8 or something
  1771. # [17:26] <@ehsan> padenot: that's something we can fix
  1772. # [17:26] <padenot> ehsan: and there is still room for improvement, I've got a list of possible fixes in my notebook
  1773. # [17:26] * Quits: stransky (stransky@moz-107AD163.redhat.com) (Quit: Connection reset by beer)
  1774. # [17:26] * Joins: juanb (jbecerra@moz-BBE3ABD.mv.mozilla.com)
  1775. # [17:27] <padenot> ehsan: plus I'm preparing a patch to enable sse2 for the speex resampler, since that is pretty high in the profiles
  1776. # [17:27] <@ehsan> padenot: please convert them to bugs ;)
  1777. # [17:27] * Quits: @dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net) (Ping timeout)
  1778. # [17:27] <padenot> ehsan: will do
  1779. # [17:27] <@ehsan> padenot: that's fantastic!
  1780. # [17:27] <@ehsan> what's the bug# for sse2 resampler?
  1781. # [17:27] <padenot> not yet created
  1782. # [17:27] <@ehsan> padenot: (we need a NEON implementation too)
  1783. # [17:27] <padenot> I'll do it now
  1784. # [17:27] <@ehsan> otherwise we'll get destroyed on ARM
  1785. # [17:27] <@ehsan> ty
  1786. # [17:27] * Joins: tiziana (tiziana@41D9A064.F1A1EB16.73D36934.IP)
  1787. # [17:28] <padenot> ehsan: so, there are code in the speex repo to do sse for the inner loops, I'm merely importing it
  1788. # [17:28] <padenot> we'd have to write code for neon, but nothing impossible
  1789. # [17:28] * Joins: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net)
  1790. # [17:28] * ChanServ sets mode: +o dveditz
  1791. # [17:29] * Quits: tiziana (tiziana@41D9A064.F1A1EB16.73D36934.IP) (Quit: tiziana)
  1792. # [17:29] <@ehsan> yep
  1793. # [17:29] <@ehsan> padenot: thanks for staying on top of this
  1794. # [17:29] * Joins: jwilde (Thunderbir@moz-23E1A364.aton.com)
  1795. # [17:30] * jimm is now known as jimm-lunch
  1796. # [17:31] * Quits: dao (dao@moz-91921B3B.superkabel.de) (Quit: Leaving.)
  1797. # [17:31] * Joins: [1]kdcw (kdcw@moz-F7413045.pk.shawcable.net)
  1798. # [17:32] <RyanVM> bsmedberg: inbound bc orange
  1799. # [17:32] * Quits: kdcw (kdcw@moz-F7413045.pk.shawcable.net) (Ping timeout)
  1800. # [17:32] * [1]kdcw is now known as kdcw
  1801. # [17:32] <RyanVM> bsmedberg: https://tbpl.mozilla.org/php/getParsedLog.php?id=25380043&tree=Mozilla-Inbound
  1802. # [17:32] <NeilAway> mrbkap: so, it looks like XBL1 used to special case the <observes> element or something
  1803. # [17:32] * Quits: binki (ohnobinki@moz-5F431110.try.wideopenwest.com) (Ping timeout)
  1804. # [17:33] * Joins: binki (ohnobinki@moz-5F431110.try.wideopenwest.com)
  1805. # [17:33] * Fallen is now known as Fallen|away
  1806. # [17:34] * Quits: AndreeaMatei (Thunderbir@601F3B17.33662590.A5830293.IP) (Client exited)
  1807. # [17:35] * mattwoodrow is now known as mattwoodrow|away
  1808. # [17:35] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/aeff293dadd3 - Dan Gohman - Bug 891739 - IonMonkey: Make or_ and xor_ range analysis even more precise, and avoid calling js_bitscan_clz32 with a zero operand. r=nbp,waldo
  1809. # [17:36] <RyanVM> bsmedberg: backing you out
  1810. # [17:36] * Joins: jrmuizel (jrmuizel@moz-AC89B3C8.vlan445.asr1.yyz1.gblx.net)
  1811. # [17:36] * Quits: binki (ohnobinki@moz-5F431110.try.wideopenwest.com) (Ping timeout)
  1812. # [17:37] * Quits: mshal (mshal@moz-A514A42A.washdc.fios.verizon.net) (Quit: leaving)
  1813. # [17:37] * Joins: mshal (mshal@moz-A514A42A.washdc.fios.verizon.net)
  1814. # [17:38] * Joins: binki (ohnobinki@moz-5F431110.try.wideopenwest.com)
  1815. # [17:38] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e6d3454da7a7 - Ryan VanderMeulen - Backed out 3 changesets (bug 889480, bug 889788, bug 888908) for mochitest-bc orange.
  1816. # [17:39] * Joins: jammink (textual@moz-BBE3ABD.mv.mozilla.com)
  1817. # [17:39] * mattwoodrow|away is now known as mattwoodrow
  1818. # [17:39] * Quits: willyaranda (willyarand@9B16F31C.CF111F0B.E21948B5.IP) (Ping timeout)
  1819. # [17:40] * Joins: mixedpuppy (mixedpuppy@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1820. # [17:41] * Joins: willyaranda (willyarand@9B16F31C.CF111F0B.E21948B5.IP)
  1821. # [17:42] * jcranmer|away is now known as jcranmer
  1822. # [17:42] * Joins: gandalf (zbraniecki@moz-4F155DA6.hsd1.ca.comcast.net)
  1823. # [17:43] * Quits: binki (ohnobinki@moz-5F431110.try.wideopenwest.com) (Ping timeout)
  1824. # [17:43] <padenot> do we really have to do runtime check for SSE availability in 2013?
  1825. # [17:43] * Joins: dao (dao@moz-91921B3B.superkabel.de)
  1826. # [17:44] * Quits: imsurit (Thunderbir@56ABD545.73A0F9A5.1A5E31FF.IP) (Quit: imsurit)
  1827. # [17:44] <RyanVM> ehsan: ping
  1828. # [17:44] <@ehsan> hi
  1829. # [17:44] <RyanVM> hi :)
  1830. # [17:44] <derf> padenot: I've had people file bugs because our MMX vs. MMXEXT checking was buggy.
  1831. # [17:44] <@ehsan> padenot: yes :(
  1832. # [17:45] * Joins: jet (jet@moz-79F891EE.hsd1.ca.comcast.net)
  1833. # [17:45] <RyanVM> fyi, a checkin-needed-aurora on the whiteboard is enough for me to find it without re-adding checkin-needed :)
  1834. # [17:45] * Quits: jryans (jryans@3DF2E497.7CA53166.F12515B4.IP) (Connection reset by peer)
  1835. # [17:45] * Joins: jryans (jryans@7FDE091.8D907DF.67894F1C.IP)
  1836. # [17:45] * Quits: myk (myk@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Instantbird 1.5a1pre -- http://www.instantbird.com)
  1837. # [17:45] * Joins: myk (myk@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1838. # [17:45] * coop|mtg is now known as coop
  1839. # [17:45] <padenot> speex's resampler sse code does not do this check, I guess I'll have to add it
  1840. # [17:45] <@ehsan> RyanVM: cool, didn't know that
  1841. # [17:45] <RyanVM> ehsan: and in general, if you're going to request uplift after pushing to inbound, that's probably a better way to go about it anyway so it doesn't get clobbered by mcMerge
  1842. # [17:46] <@ehsan> padenot: maybe speex doesn't care about that, but we definitely have users who do not have SSE2
  1843. # [17:46] <@ehsan> RyanVM: right!
  1844. # [17:46] * Joins: ehugg (chatzilla@CE3BE0DD.29102B70.6CD50604.IP)
  1845. # [17:46] <@ehsan> RyanVM: speaking of which, should mc-merge clear checkin-needed at all?
  1846. # [17:46] * ewong is now known as ewong|sleep
  1847. # [17:46] <RyanVM> yes
  1848. # [17:46] <RyanVM> I use it all the time for when I push to inbound
  1849. # [17:47] <RyanVM> i mean, we could conceivably make it an optional thing (on by default)
  1850. # [17:47] <RyanVM> but that would require someone to write the patch :)
  1851. # [17:48] <@ehsan> RyanVM: hehe, well, you definitely use it more often than I do, so your opinion should overrule mine :)
  1852. # [17:48] <RyanVM> I think in general, mcMerge as-is is built to handle the common workflow with little variance
  1853. # [17:48] <RyanVM> over time, it probably should
  1854. # [17:48] <RyanVM> being part of the tbpl repo at least makes that easier to do now
  1855. # [17:49] * Joins: sotaro (sikeda@moz-AC89B3C8.vlan445.asr1.yyz1.gblx.net)
  1856. # [17:49] * Quits: ekr (ekr@moz-BD34266F.dynamic.hinet.net) (Ping timeout)
  1857. # [17:49] * Joins: dbaron (dbaron@moz-FD349932.dsl.dynamic.sonic.net)
  1858. # [17:49] * ChanServ sets mode: +ao dbaron dbaron
  1859. # [17:49] * Joins: binki (ohnobinki@moz-5F431110.try.wideopenwest.com)
  1860. # [17:50] * Joins: aut0mata (automata@4F735419.C27CA109.16867D26.IP)
  1861. # [17:50] * Joins: sfoster (sfoster@4B1066ED.D46F33C7.10389559.IP)
  1862. # [17:51] * Quits: dao (dao@moz-91921B3B.superkabel.de) (Quit: Leaving.)
  1863. # [17:51] * Joins: josh (josh@moz-348C4790.hsd1.mn.comcast.net)
  1864. # [17:52] <@ehsan> RyanVM: it's part of tbpl now? o_O
  1865. # [17:52] <@ehsan> (that's good news!)
  1866. # [17:52] <RyanVM> yeppers!
  1867. # [17:52] * @ehsan remembers the days when he hacked on tbpl
  1868. # [17:52] <@ehsan> those good ol' days
  1869. # [17:52] <RyanVM> https://hg.mozilla.org/webtools/tbpl/file/991419b41511/mcmerge
  1870. # [17:52] <@ehsan> nice!
  1871. # [17:52] <RyanVM> and it actually runs on tbpl.mozilla.org now
  1872. # [17:53] * Quits: binki (ohnobinki@moz-5F431110.try.wideopenwest.com) (Ping timeout)
  1873. # [17:53] <@ehsan> great
  1874. # [17:53] * Quits: willyaranda (willyarand@9B16F31C.CF111F0B.E21948B5.IP) (Ping timeout)
  1875. # [17:53] * Quits: pcwalton (pcwalton@moz-481A040C.hsd1.ca.comcast.net) (Quit: pcwalton)
  1876. # [17:54] * Joins: jgriffin (jgriffin@moz-C55C3E25.hsd1.wa.comcast.net)
  1877. # [17:54] * Quits: jwilde (Thunderbir@moz-23E1A364.aton.com) (Quit: jwilde)
  1878. # [17:54] * mdas__ is now known as mdas
  1879. # [17:55] * Joins: ddahl (ddahl@5D3B67E3.71E1659D.DFB5E910.IP)
  1880. # [17:55] * Joins: bholley (anonymous@moz-FCAF9AAB.hsd1.ca.comcast.net)
  1881. # [17:56] * Quits: ahal (ahal@moz-AC89B3C8.vlan445.asr1.yyz1.gblx.net) (Input/output error)
  1882. # [17:57] * Joins: pcwalton (pcwalton@moz-481A040C.hsd1.ca.comcast.net)
  1883. # [17:57] * Quits: yzen (yzen@AA2C085E.10C8AEF8.9A8C35B4.IP) (Quit: yzen)
  1884. # [17:57] * Joins: binki (ohnobinki@moz-5F431110.try.wideopenwest.com)
  1885. # [17:57] * hwine is now known as hwine|mtg
  1886. # [17:59] <mcsmurf> someone has already seen a bug filed today which is about text one a website flowing out of a box? like Bug 894931, regression from yesterday
  1887. # [17:59] <mcsmurf> s/one/on
  1888. # [17:59] * Joins: mmc|laptop (mchew@9E727688.17C2F9C.163DC5C6.IP)
  1889. # [17:59] <mcsmurf> just asking before I search through the 101 changesets from the birch to mozilla-central changeset as the regression is somewhere there..
  1890. # [17:59] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  1891. # [17:59] * Joins: imsurit (Thunderbir@56ABD545.73A0F9A5.1A5E31FF.IP)
  1892. # [18:00] * Joins: ahal (ahal@moz-AC89B3C8.vlan445.asr1.yyz1.gblx.net)
  1893. # [18:00] <gaston> padenot: i still test ffx on my 10 years-old machines from time to time, so yes for runtime-check for sse :p
  1894. # [18:01] <padenot> gaston: a ten years old machine should have sse, but yes, I'm putting the runtime-check in
  1895. # [18:02] <padenot> we are talking SSE, not even SSE2, here :-)
  1896. # [18:02] <gaston> ah right
  1897. # [18:02] <gaston> well i know of people running even older machines.... so its still possible :)
  1898. # [18:02] * Quits: jacek (jacek@moz-5D707D3B.psi.wroc.pl) (Quit: Konversation terminated!)
  1899. # [18:02] <padenot> Maybe there is someone somewhere that has a pentium 2 and like to run Firefox on it
  1900. # [18:03] <gaston> hey, i was running ffx daily on a p3 500 3 years ago !
  1901. # [18:04] * Joins: capella (chatzilla@moz-8F413D10.twcny.res.rr.com)
  1902. # [18:05] * Quits: jandem (jandem@66C76B89.FB8EABAE.DF9376EA.IP) (Quit: jandem)
  1903. # [18:06] * Joins: Asa (asa@moz-BBE3ABD.mv.mozilla.com)
  1904. # [18:07] * Quits: binki (ohnobinki@moz-5F431110.try.wideopenwest.com) (Ping timeout)
  1905. # [18:07] * Joins: yzen (yzen@C8A3A5EA.A6295926.9D42CF23.IP)
  1906. # [18:08] * Joins: dao (dao@moz-91921B3B.superkabel.de)
  1907. # [18:08] * wlach|afk is now known as wlach
  1908. # [18:09] * armenzg is now known as armenzg_lunch
  1909. # [18:09] * Joins: jhammel (jhammel@moz-14240F1C.hsd1.ca.comcast.net)
  1910. # [18:09] * Quits: yzen (yzen@C8A3A5EA.A6295926.9D42CF23.IP) (Ping timeout)
  1911. # [18:09] * Joins: yzen (yzen@67828CC7.C1A51174.9D42CF23.IP)
  1912. # [18:09] * Joins: smooney (sheilamoon@43E60B97.5F77D495.B41F1B80.IP)
  1913. # [18:10] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5e3d564cd1b5 - William Chen - Bug 796061 - Part 1: Remove mBindingTable from nsBindingManager. r=mrbkap
  1914. # [18:10] * Quits: arky (arky@F9C2AC92.A7953508.B9D97DBA.IP) (Quit: Leaving)
  1915. # [18:10] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/d810dcc0726f - William Chen - Bug 796061 - Part 2: Remove mInsertionParentTable from nsBindingManager. r=mrbkap
  1916. # [18:10] * Joins: stully (quassel@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1917. # [18:10] * Quits: pcwalton (pcwalton@moz-481A040C.hsd1.ca.comcast.net) (Ping timeout)
  1918. # [18:12] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/df259aaab707 - Ed Morley - Backed out changeset e0c9008cb0be (bug 879963)
  1919. # [18:12] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/06950afe0165 - Ed Morley - Backed out changeset 1b2c43ed9fdc (bug 879963) for intermittent failures in test_redundant_font_download.html
  1920. # [18:12] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/86aed5b3c69e - Ed Morley - Backed out changeset 33c17daf66bf (bug 879963)
  1921. # [18:12] <botond> Is there a more concise syntax for linking to bugs on MozillaWiki than "[https://bugzilla.mozilla.org/show_bug.cgi?id=834613 bug 834613]"?
  1922. # [18:12] <gcp> {{bug|xxxx}}
  1923. # [18:13] * Joins: binki (ohnobinki@moz-5F431110.try.wideopenwest.com)
  1924. # [18:13] * jhopkins is now known as jhopkins|afk
  1925. # [18:13] <botond> Perfect, thanks!
  1926. # [18:14] * Quits: mikeratcliffe (mikeratcli@moz-A40DCA75.client.static.strong-ba2.blackoakcomputers.com) (Quit: Leaving.)
  1927. # [18:14] * Joins: JosiahOne (Instantbir@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net)
  1928. # [18:14] * Joins: ehugg_ (ehugg@1C5A5184.709C0A2A.6157E88D.IP)
  1929. # [18:15] * corey|away is now known as corey
  1930. # [18:15] * simone is now known as simone|away
  1931. # [18:15] * gregglind_away is now known as gregglind
  1932. # [18:16] * Quits: mconley (mconley@moz-AC89B3C8.vlan445.asr1.yyz1.gblx.net) (Connection reset by peer)
  1933. # [18:16] * Quits: brambles (xymox@moz-969AAE9B.barwen.ch) (Ping timeout)
  1934. # [18:16] * Joins: mconley (mconley@moz-AC89B3C8.vlan445.asr1.yyz1.gblx.net)
  1935. # [18:17] * Joins: mccr8 (mccr8@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1936. # [18:17] * Joins: brambles (xymox@moz-969AAE9B.barwen.ch)
  1937. # [18:18] * Quits: jryans (jryans@7FDE091.8D907DF.67894F1C.IP) (Connection reset by peer)
  1938. # [18:18] * Joins: jryans_ (jryans@7FDE091.8D907DF.67894F1C.IP)
  1939. # [18:18] * mdas is now known as mdas|afk
  1940. # [18:18] * ctalbert|afk is now known as ctalbert|mtg
  1941. # [18:19] * Quits: Boriss (FlyingToas@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: Boriss)
  1942. # [18:19] * Joins: spohl (Adium@9595115E.F3C49ECA.D39A8B3F.IP)
  1943. # [18:20] * Joins: Boriss (FlyingToas@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1944. # [18:20] <RyanVM> edmorley: you backing sunfish out or should I?
  1945. # [18:20] * Joins: TimAbraldes (Instantbir@moz-7FD19BDC.hsd1.or.comcast.net)
  1946. # [18:20] * Quits: mixedpuppy (mixedpuppy@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: mixedpuppy)
  1947. # [18:21] * Standard8 is now known as Standard8Away
  1948. # [18:21] * Quits: Standard8Away (Standard8@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: ZNC - http://znc.in)
  1949. # [18:21] * Joins: mcomella (mcomella@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1950. # [18:21] <edmorley> RyanVM: about to, just also starting 1:1
  1951. # [18:21] * Quits: binki (ohnobinki@moz-5F431110.try.wideopenwest.com) (Ping timeout)
  1952. # [18:21] <RyanVM> ok
  1953. # [18:21] * Joins: binki (ohnobinki@moz-5F431110.try.wideopenwest.com)
  1954. # [18:22] * Quits: Boriss (FlyingToas@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: Boriss)
  1955. # [18:23] * Quits: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com) (Quit: Instantbird 1.5a1pre -- http://www.instantbird.com)
  1956. # [18:23] * edmorley is now known as edmorley|mtg
  1957. # [18:23] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/a984893f3f2a - Ed Morley - Backed out changeset ad74eb485a87 (bug 891695) for startup crashes on a CLOSED TREE
  1958. # [18:23] * jwir3 is now known as jwir3|away
  1959. # [18:23] * jwir3|away is now known as jwir3|lunch
  1960. # [18:23] * Joins: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1961. # [18:24] <RyanVM> edmorley|mtg: I can star inbound up if you want
  1962. # [18:24] * Quits: jryans_ (jryans@7FDE091.8D907DF.67894F1C.IP) (Quit: Be back later)
  1963. # [18:24] <edmorley|mtg> RyanVM: ta :-)
  1964. # [18:24] <RyanVM> np
  1965. # [18:25] * Quits: josh (josh@moz-348C4790.hsd1.mn.comcast.net) (Quit: josh)
  1966. # [18:27] <daleharvey> Anyone seen mrbkap?
  1967. # [18:27] * Quits: binki (ohnobinki@moz-5F431110.try.wideopenwest.com) (Ping timeout)
  1968. # [18:28] * Joins: jduell (jduell@moz-E765EB2E.hsd1.wa.comcast.net)
  1969. # [18:28] * Joins: binki (ohnobinki@moz-5F431110.try.wideopenwest.com)
  1970. # [18:28] * @bz mutters about people whose editors are in auto-break-blame mode
  1971. # [18:28] * jimm-lunch is now known as jimm
  1972. # [18:28] * Quits: imsurit (Thunderbir@56ABD545.73A0F9A5.1A5E31FF.IP) (Ping timeout)
  1973. # [18:29] <mjrosenb> bz: is that auto-change-tabs-to-spaces mode?
  1974. # [18:29] * Quits: smooney (sheilamoon@43E60B97.5F77D495.B41F1B80.IP) (Quit: smooney)
  1975. # [18:30] * joduinn-coffee is now known as joduinn-commute
  1976. # [18:30] <@bz> and auto-trim-trailing-whitespace
  1977. # [18:30] <@bz> MAkes the patches harder to review
  1978. # [18:30] * Joins: jandem (jandem@66C76B89.FB8EABAE.DF9376EA.IP)
  1979. # [18:30] <@bz> and breaks the blame....
  1980. # [18:30] * Quits: cdiehl (cdiehl@moz-56C8ED4D.pool.mediaways.net) (Ping timeout)
  1981. # [18:30] * jdm is now known as jemdan
  1982. # [18:31] * jemdan is now known as jendam
  1983. # [18:31] <mjrosenb> bz: yeah, but I'd blame a bad blame implementation/frontend before i'd blame the editor.
  1984. # [18:31] * Joins: Mossop (mossop@9E727688.17C2F9C.163DC5C6.IP)
  1985. # [18:32] * Quits: mcomella (mcomella@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1986. # [18:32] * Joins: cdiehl (cdiehl@moz-3855D8CD.pool.mediaways.net)
  1987. # [18:32] * jendam is now known as jdm
  1988. # [18:32] * Quits: sfink (chatzilla@moz-A1E9034E.releng.scl3.mozilla.com) (Ping timeout)
  1989. # [18:32] * Joins: imsurit (Thunderbir@F3DDF38B.16B33D5B.1A5E31FF.IP)
  1990. # [18:33] <RyanVM> mjrosenb: so we're still hitting the TraceJumpRelocations crash on inbound pretty frequently :(
  1991. # [18:33] * daleharvey blames the people who keep committing whitespace
  1992. # [18:34] * Quits: binki (ohnobinki@moz-5F431110.try.wideopenwest.com) (Ping timeout)
  1993. # [18:34] <efaust> bz: clearly what we need is a precommit lint hook :P
  1994. # [18:34] * Joins: chmanchester (chmanchest@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1995. # [18:35] * Quits: Jesse (jruderman@moz-537BCF9.hsd1.ca.comcast.net) (Quit: Jesse)
  1996. # [18:35] * Joins: briansmith (briansmith@moz-CFF20623.dsl.pltn13.sbcglobal.net)
  1997. # [18:36] <mjrosenb> RyanVM: so I think the patch that got backed out would have fixed it.
  1998. # [18:36] * Quits: mstange (markus@moz-E5E15E18.dip0.t-ipconnect.de) (Quit: mstange)
  1999. # [18:36] <mjrosenb> RyanVM: I'm trying to figure out why on earth that went south.
  2000. # [18:36] <RyanVM> mjrosenb: Yeah, so now what? :(
  2001. # [18:36] * Quits: FabioMagnoni (fabiomagno@FF49B6EE.E7D3F7AC.243A7AC9.IP) (Ping timeout)
  2002. # [18:36] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Ping timeout)
  2003. # [18:36] * Joins: smooney (sheilamoon@43E60B97.5F77D495.B41F1B80.IP)
  2004. # [18:36] * Quits: briansmith (briansmith@moz-CFF20623.dsl.pltn13.sbcglobal.net) (Quit: Leaving)
  2005. # [18:37] * Joins: Mook_as (mook@moz-1FCC0032.activestate.com)
  2006. # [18:38] <Ms2ger> "If your a good C developer... we're hiring"
  2007. # [18:38] * catlee-afk is now known as catlee-buildduty
  2008. # [18:38] <Ms2ger> I think you should also hire a copy-editor...
  2009. # [18:38] <mjrosenb> RyanVM: wait, we're still getting the crashes that the patch was backed out for after it was backed out?
  2010. # [18:39] <RyanVM> yes
  2011. # [18:39] <RyanVM> we're still seeing those crashes post-backout
  2012. # [18:39] * Joins: mcomella (mcomella@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2013. # [18:39] * Quits: openjck (openjck@moz-73F89E5C.com) (Input/output error)
  2014. # [18:39] <@ted> Ms2ger: they probably just screwed up their C program that composed that message, which is why they need a good C developer
  2015. # [18:39] <Ms2ger> Of course
  2016. # [18:39] * Quits: chmanchester|afk (user@moz-962996C5.seas.upenn.edu) (Input/output error)
  2017. # [18:39] * Joins: openjck (openjck@moz-73F89E5C.com)
  2018. # [18:39] <mjrosenb> RyanVM: greaaat. well, Iguess that makes my job more interesting if not easier.
  2019. # [18:40] * mjrosenb grumbles about mochitests
  2020. # [18:40] * Ms2ger grumbles about shell tests
  2021. # [18:40] * Joins: binki (ohnobinki@moz-5F431110.try.wideopenwest.com)
  2022. # [18:40] <mjrosenb> Ms2ger: but debugging shell tests are so easy compared with mochitests
  2023. # [18:40] * Joins: maikmerten (maikmerten@moz-71074A91.dynamic.qsc.de)
  2024. # [18:41] * Joins: terrence (terrence@moz-BBE3ABD.mv.mozilla.com)
  2025. # [18:42] * Joins: overholt (overholt@moz-AC89B3C8.vlan445.asr1.yyz1.gblx.net)
  2026. # [18:42] * openjck is now known as openjck|lunch
  2027. # [18:43] * Joins: FabioMagnoni (fabiomagno@moz-74F7D059.user.veloxzone.com.br)
  2028. # [18:43] * Quits: binki (ohnobinki@moz-5F431110.try.wideopenwest.com) (Ping timeout)
  2029. # [18:44] * Quits: jduell (jduell@moz-E765EB2E.hsd1.wa.comcast.net) (Ping timeout)
  2030. # [18:44] * Quits: victorporof (victorporo@95520E16.124F9E.4A6B528C.IP) (Connection reset by peer)
  2031. # [18:44] * Joins: annevk (annevk@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2032. # [18:44] * Joins: mihir (Mibbit@1567016F.A3D38452.222AB294.IP)
  2033. # [18:45] * khuey|away is now known as khuey
  2034. # [18:45] * Joins: ckitching (ckitching@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2035. # [18:46] <till> Ms2ger: I think they just some words there. Along the lines of "girlfriend is".
  2036. # [18:47] * Quits: ehugg_ (ehugg@1C5A5184.709C0A2A.6157E88D.IP) (Quit: ehugg_)
  2037. # [18:48] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/998c273658b8 - Ryan VanderMeulen - Backed out 4 changesets (bug 893858, bug 868859, bug 886903) for Linux debug mochitest-other crashes on a CLOSED TREE.
  2038. # [18:48] * sheppy-offline is now known as sheppy
  2039. # [18:48] * Joins: smaug (chatzilla@moz-EA94A8DE.elisa-mobile.fi)
  2040. # [18:48] * ChanServ sets mode: +o smaug
  2041. # [18:48] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  2042. # [18:48] * Joins: bdahl (bdahl@9E727688.17C2F9C.163DC5C6.IP)
  2043. # [18:49] * mdas|afk is now known as mdas
  2044. # [18:49] <mjrosenb> RyanVM: so, if the crash is /tests/dom/tests/mochitest/whatwg/test_bug477323.html, what should I pass to mochitests as TEST_PATH?
  2045. # [18:50] * Joins: sfink (chatzilla@moz-B96B23B.dsl.pltn13.sbcglobal.net)
  2046. # [18:50] * Quits: FabioMagnoni (fabiomagno@moz-74F7D059.user.veloxzone.com.br) (Ping timeout)
  2047. # [18:50] <Ms2ger> ./mach mochitest-plain --debugger=gdb dom/tests/mochitest/whatwg/test_bug477323.html
  2048. # [18:51] * Quits: marcoz (marco.zehe@moz-E0F29204.dip0.t-ipconnect.de) (Quit: Leaving.)
  2049. # [18:51] * Quits: annevk (annevk@moz-BE33DA21.fw1.sfo1.mozilla.net) (Connection reset by peer)
  2050. # [18:51] * Joins: FabioMagnoni (fabiomagno@moz-E7A80610.user3g.veloxzone.com.br)
  2051. # [18:51] * Joins: annevk (annevk@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2052. # [18:51] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Quit: damons)
  2053. # [18:53] * Joins: binki (ohnobinki@moz-5F431110.try.wideopenwest.com)
  2054. # [18:53] * Quits: gandalf (zbraniecki@moz-4F155DA6.hsd1.ca.comcast.net) (Ping timeout)
  2055. # [18:53] * coop is now known as coop|lunch
  2056. # [18:53] <RealRaven> Is it possible to load a stringBunde from another locale than the one that is currently active?
  2057. # [18:54] * Quits: annevk (annevk@moz-BE33DA21.fw1.sfo1.mozilla.net) (Input/output error)
  2058. # [18:54] * Joins: annevk (annevk@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2059. # [18:55] * glob is now known as glob|away
  2060. # [18:55] * Parts: nical (nico@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2061. # [18:55] * Joins: mwu (mwu@moz-2E883D31.hsd1.nj.comcast.net)
  2062. # [18:55] <mjrosenb> Ms2ger: mach seems to assume that I have a .mozbuild file?
  2063. # [18:56] * Quits: KevinSjoberg (KevinSjobe@1AF35000.B4D1CE3.D4BDD572.IP) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  2064. # [18:56] <Ms2ger> How do you build the browser?
  2065. # [18:56] * Joins: annevk_ (annevk@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2066. # [18:56] * Quits: annevk (annevk@moz-BE33DA21.fw1.sfo1.mozilla.net) (Connection reset by peer)
  2067. # [18:56] <sfink> why would he do that? :-)
  2068. # [18:57] * Quits: smooney (sheilamoon@43E60B97.5F77D495.B41F1B80.IP) (Quit: smooney)
  2069. # [18:57] * Quits: Archaeopteryx (itsme@63C963D0.930CA6B4.2DB0BBA1.IP) (Ping timeout)
  2070. # [18:57] <Ms2ger> Because running a mochitest in the shell is hard?
  2071. # [18:57] * Quits: mccr8 (mccr8@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: mccr8)
  2072. # [18:58] * Joins: gandalf (zbraniecki@moz-4F155DA6.hsd1.ca.comcast.net)
  2073. # [18:58] * rail is now known as rail-lunch
  2074. # [18:58] * hwine|mtg is now known as hwine
  2075. # [18:58] <mjrosenb> Ms2ger: ../../configure --tons-of-options; make; make package
  2076. # [18:58] * Joins: KevinSjoberg (KevinSjobe@D68E47E6.478B4B95.D4BDD572.IP)
  2077. # [18:58] <Ms2ger> Fascinating
  2078. # [18:59] <@bz> sfink: because you want to test what our users are using? ;)
  2079. # [18:59] * Quits: FabioMagnoni (fabiomagno@moz-E7A80610.user3g.veloxzone.com.br) (Ping timeout)
  2080. # [18:59] <Ms2ger> mjrosenb, try ./mach xpcshell-test, ctrl-c as soon as it starts running, and then try again?
  2081. # [18:59] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  2082. # [18:59] <mjrosenb> sfink: tbf, my browser is a nightly that I built myself
  2083. # [19:00] <mjrosenb> Ms2ger: the second time it displays the same message.
  2084. # [19:00] <Ms2ger> Bah
  2085. # [19:00] <mjrosenb> I guess I should just let it create ~/.mozbuild?
  2086. # [19:00] <Ms2ger> Oh
  2087. # [19:00] <Ms2ger> It's asking to create it?
  2088. # [19:00] <Ms2ger> Then yes
  2089. # [19:01] * Joins: jduell (jduell@moz-E765EB2E.hsd1.wa.comcast.net)
  2090. # [19:01] <Ms2ger> I thought you meant it didn't give an obvious way to continue
  2091. # [19:01] <annevk_> The number of times I type Minefield...
  2092. # [19:01] * annevk_ is now known as annevk
  2093. # [19:01] * Joins: FabioMagnoni (fabiomagno@moz-D6320631.dynamic.adsl.gvt.net.br)
  2094. # [19:02] * Joins: krit (krit@moz-832F79EA.hsd1.ca.comcast.net)
  2095. # [19:02] * mihneadb|away is now known as mihneadb
  2096. # [19:03] * Quits: FabioMagnoni (fabiomagno@moz-D6320631.dynamic.adsl.gvt.net.br) (Input/output error)
  2097. # [19:03] * Joins: FabioMagnoni (fabiomagno@B3DF7B11.7E50630E.243A7AC9.IP)
  2098. # [19:04] * armenzg_lunch is now known as armenzg
  2099. # [19:04] * Quits: Gijs (gijs@moz-C11B0461.dsl.alice.nl) (Quit: poof)
  2100. # [19:04] * Quits: binki (ohnobinki@moz-5F431110.try.wideopenwest.com) (Ping timeout)
  2101. # [19:04] * Joins: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2102. # [19:06] <mjrosenb> Ms2ger: so, how is it going to know where to start the test?
  2103. # [19:06] <mjrosenb> Ms2ger: well then: https://gist.github.com/6022429
  2104. # [19:06] * Joins: tiziana (tiziana@41D9A064.F1A1EB16.73D36934.IP)
  2105. # [19:06] * Joins: jwilde (Thunderbir@moz-23E1A364.aton.com)
  2106. # [19:07] <Ms2ger> Bah
  2107. # [19:07] <Ms2ger> !summon gps
  2108. # [19:07] * Ms2ger gets dinner
  2109. # [19:07] * Joins: pcwalton (pcwalton@moz-7B0110AD.mv.mozilla.com)
  2110. # [19:07] * Joins: binki (ohnobinki@moz-5F431110.try.wideopenwest.com)
  2111. # [19:07] <mjrosenb> gps: ping?
  2112. # [19:07] * Joins: ejpbruel (ejpbruel@moz-5EE20326.adsl2.static.versatel.nl)
  2113. # [19:08] <mjrosenb> speaking of food, I should get lunch
  2114. # [19:08] * Quits: ejpbruel (ejpbruel@moz-5EE20326.adsl2.static.versatel.nl) (Client exited)
  2115. # [19:08] <mrbkap> daleharvey: hey
  2116. # [19:08] <billm> jimm: ping
  2117. # [19:08] <mrbkap> daleharvey: what's up?
  2118. # [19:08] * Joins: mccr8 (mccr8@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2119. # [19:08] * Joins: azakai (alon@moz-BBE3ABD.mv.mozilla.com)
  2120. # [19:09] * Joins: sicking (sicking@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2121. # [19:09] * Quits: capella-s3 (capella-s3@moz-8F413D10.twcny.res.rr.com) (Quit: Talk atcha later)
  2122. # [19:09] * Joins: gwagner_ (Gregor@moz-BBE3ABD.mv.mozilla.com)
  2123. # [19:10] * Parts: edmorley|mtg (edmorley@moz-8B746B75.cable.virginmedia.com)
  2124. # [19:10] * Joins: brson (brson@C261DB39.6E5482D7.8DDCAE07.IP)
  2125. # [19:10] * Quits: KevinSjoberg (KevinSjobe@D68E47E6.478B4B95.D4BDD572.IP) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  2126. # [19:10] * Quits: @dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net) (Ping timeout)
  2127. # [19:10] <tbsaunde> mjrosenb: use make mochitest-plain TEST_PATH=blah EXTRA_TEST_ARGS='--debugger gdb --debugger-interactive'?
  2128. # [19:10] * Joins: jgilbert (jgilbert@moz-4C088FCE.hsd1.ca.comcast.net)
  2129. # [19:11] * Joins: smooney (sheilamoon@43E60B97.5F77D495.B41F1B80.IP)
  2130. # [19:11] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Quit: damons)
  2131. # [19:12] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  2132. # [19:12] * Joins: mcomella_ (mcomella@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2133. # [19:13] * Joins: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net)
  2134. # [19:13] * Quits: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net) (Max SendQ exceeded)
  2135. # [19:13] * Joins: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net)
  2136. # [19:13] * Quits: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net) (Max SendQ exceeded)
  2137. # [19:13] * Joins: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net)
  2138. # [19:13] * Quits: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net) (Max SendQ exceeded)
  2139. # [19:13] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Quit: damons)
  2140. # [19:13] <billm> khuey: ping
  2141. # [19:13] <mjrosenb> tbsaunde: right, my initial question was what is TEST_PATH here
  2142. # [19:13] * Quits: mcomella (mcomella@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  2143. # [19:13] * Quits: gcp (gcp@moz-9CEB1C98.access.telenet.be) (Quit: Leaving)
  2144. # [19:14] <@khuey> billm: pong
  2145. # [19:14] * Joins: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net)
  2146. # [19:14] * Quits: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net) (Max SendQ exceeded)
  2147. # [19:14] * Joins: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net)
  2148. # [19:14] * Quits: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net) (Max SendQ exceeded)
  2149. # [19:14] <mjrosenb> https://wiki.mozilla.org/Mobile/Fennec/Android#Mochitests has a very limited set of choices for TEST_PATH
  2150. # [19:14] * Joins: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net)
  2151. # [19:14] * Quits: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net) (Max SendQ exceeded)
  2152. # [19:14] <billm> khuey: do you know if XPCOM modules are guaranteed to be shut down properly at shutdown?
  2153. # [19:14] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/98604d9f3c1f - Robert O'Callahan - Bug 868498 - Don't reframe for changes between position:static and position:relative. r=heycam, a=lsblakk
  2154. # [19:14] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/49c72ba550e6 - Stephen Pohl - Bug 870917 - Fix overlay scrollbars in XUL trees to fade and disappear correctly instead of pulsating continuously. r=roc, a=lsblakk
  2155. # [19:14] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/2cc1ab17c0de - Stephen Pohl - Bug 868498 - Enable switching between overlay and regular scrollbars without browser restart on Mac OSX. r=roc, a=lsblakk
  2156. # [19:15] * Joins: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net)
  2157. # [19:15] * Quits: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net) (Max SendQ exceeded)
  2158. # [19:15] <@khuey> billm: I'm 99.9% sure they are
  2159. # [19:15] * Joins: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net)
  2160. # [19:15] * Quits: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net) (Max SendQ exceeded)
  2161. # [19:15] <@khuey> billm: bsmedberg can confirm
  2162. # [19:15] * Joins: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net)
  2163. # [19:15] * Quits: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net) (Max SendQ exceeded)
  2164. # [19:15] <@khuey> billm: (unless we crash or something, of course)
  2165. # [19:15] <billm> khuey: right, ok, thanks. I'll check if he comes online.
  2166. # [19:15] <tbsaunde> mjrosenb: I'd expect dom/tests/something/or/other.html
  2167. # [19:16] * Quits: jet (jet@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  2168. # [19:16] * Joins: Jesse (jruderman@moz-BBE3ABD.mv.mozilla.com)
  2169. # [19:16] * Joins: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net)
  2170. # [19:16] * Quits: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net) (Max SendQ exceeded)
  2171. # [19:16] * Joins: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net)
  2172. # [19:16] * Quits: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net) (Max SendQ exceeded)
  2173. # [19:16] * Joins: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net)
  2174. # [19:16] * Quits: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net) (Max SendQ exceeded)
  2175. # [19:16] <mihneadb> ckitching: http://www.infoq.com/presentations/Clojure-LLVM?utm_source=dlvr.it&utm_medium=facebook
  2176. # [19:16] <daleharvey> mrbkap: julien asked me to follow up with the patch you reviewed, just want to make sure I was doing the right thing
  2177. # [19:16] <mjrosenb> tbsaunde: also, I think I need mochitest-remote not mochitest-plain
  2178. # [19:17] <daleharvey> https://hg.mozilla.org/try/rev/b323a4a68efa is the nits reviewed
  2179. # [19:17] * Joins: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net)
  2180. # [19:17] * Quits: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net) (Max SendQ exceeded)
  2181. # [19:17] * jhopkins|afk is now known as jhopkins
  2182. # [19:17] * Joins: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net)
  2183. # [19:17] * Quits: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net) (Max SendQ exceeded)
  2184. # [19:17] <mrbkap> daleharvey: Can you link me to the bug?
  2185. # [19:17] * Quits: mihir (Mibbit@1567016F.A3D38452.222AB294.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  2186. # [19:17] * Joins: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net)
  2187. # [19:17] * Quits: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net) (Max SendQ exceeded)
  2188. # [19:17] * Joins: marco (marco@moz-BBE3ABD.mv.mozilla.com)
  2189. # [19:18] * Quits: @ehsan (ehsan@moz-AC89B3C8.vlan445.asr1.yyz1.gblx.net) (Input/output error)
  2190. # [19:18] * Joins: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net)
  2191. # [19:18] * Quits: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net) (Max SendQ exceeded)
  2192. # [19:18] <marco> in mochitests, is it possible to wait for an asynchronous result in a cleanup function?
  2193. # [19:18] * Joins: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net)
  2194. # [19:18] * Quits: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net) (Max SendQ exceeded)
  2195. # [19:18] * Joins: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net)
  2196. # [19:18] * Quits: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net) (Max SendQ exceeded)
  2197. # [19:18] * joduinn-commute is now known as joduinn-mtg
  2198. # [19:19] * Joins: hurley (hurley@moz-BBE3ABD.mv.mozilla.com)
  2199. # [19:19] <tbsaunde> mjrosenb: maybe I really don't know much about the wonderful world of android
  2200. # [19:19] * Joins: gcp (gpascutto@moz-9CEB1C98.access.telenet.be)
  2201. # [19:19] <daleharvey> https://bugzilla.mozilla.org/show_bug.cgi?id=891884 is the bug, was slightly confused by the switch for usingCustomParseOptions to a pointer but try should tell me if I got it wrong
  2202. # [19:19] * Joins: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net)
  2203. # [19:19] * Quits: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net) (Max SendQ exceeded)
  2204. # [19:19] * Joins: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net)
  2205. # [19:19] * Quits: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net) (Max SendQ exceeded)
  2206. # [19:19] * Joins: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net)
  2207. # [19:19] * Quits: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net) (Max SendQ exceeded)
  2208. # [19:20] <gps> mjrosenb: pong
  2209. # [19:20] <mrbkap> daleharvey: The new patch looks good to me.
  2210. # [19:20] * Joins: vikash (vikash@6B893906.5E1BB424.A3D1B221.IP)
  2211. # [19:20] * Joins: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net)
  2212. # [19:20] * Quits: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net) (Max SendQ exceeded)
  2213. # [19:20] * Joins: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net)
  2214. # [19:20] * Quits: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net) (Max SendQ exceeded)
  2215. # [19:20] * Joins: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net)
  2216. # [19:20] * Quits: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net) (Max SendQ exceeded)
  2217. # [19:21] * Joins: mjh563 (mjh563@moz-D891C5B8.cable.virginmedia.com)
  2218. # [19:21] * Quits: krit (krit@moz-832F79EA.hsd1.ca.comcast.net) (Connection reset by peer)
  2219. # [19:21] * Joins: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net)
  2220. # [19:21] * Quits: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net) (Max SendQ exceeded)
  2221. # [19:21] * Joins: krit (krit@moz-832F79EA.hsd1.ca.comcast.net)
  2222. # [19:21] * Joins: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net)
  2223. # [19:21] * Quits: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net) (Max SendQ exceeded)
  2224. # [19:22] * Joins: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net)
  2225. # [19:22] * Quits: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net) (Max SendQ exceeded)
  2226. # [19:22] <mjrosenb> gps: Ms2ger implied that you would know something about this: https://gist.github.com/6022429
  2227. # [19:22] * Quits: ahal (ahal@moz-AC89B3C8.vlan445.asr1.yyz1.gblx.net) (Input/output error)
  2228. # [19:22] <abr> dveditz: I think your client might be going insane. You wanna check?
  2229. # [19:22] <abr> (assuming he can get backscroll..)
  2230. # [19:22] * Joins: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net)
  2231. # [19:22] * Quits: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net) (Max SendQ exceeded)
  2232. # [19:22] <gps> mjrosenb: I've seen that a few times. usually due to something not finding the proper objdir
  2233. # [19:23] * Joins: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net)
  2234. # [19:23] * Quits: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net) (Max SendQ exceeded)
  2235. # [19:23] <Mook_as> billm: I'm 99% sure we just exit(0) instead of actually shutting things down
  2236. # [19:23] <gps> try running the mach command from the objdir
  2237. # [19:23] <Ms2ger> gavin, can you deal with dveditz?
  2238. # [19:23] * Joins: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net)
  2239. # [19:23] * Quits: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net) (Max SendQ exceeded)
  2240. # [19:23] * Quits: jrmuizel (jrmuizel@moz-AC89B3C8.vlan445.asr1.yyz1.gblx.net) (Client exited)
  2241. # [19:23] <Ms2ger> Mook_as, well, that was what espindola was trying to do
  2242. # [19:23] <Ms2ger> Mook_as, also, why he left
  2243. # [19:23] <mjrosenb> gps: so ../../mach?
  2244. # [19:23] * Joins: jrmuizel (jrmuizel@moz-AC89B3C8.vlan445.asr1.yyz1.gblx.net)
  2245. # [19:23] * Joins: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net)
  2246. # [19:23] * Quits: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net) (Max SendQ exceeded)
  2247. # [19:23] * khuey sets mode: +b dveditz!*@*
  2248. # [19:24] <mjrosenb> Ms2ger: gps: wait, can mach do mochitest-remote?
  2249. # [19:24] <mjrosenb> or has mochitest-plain engulfed the functionality of mochitest-remote?
  2250. # [19:24] * Joins: ahal (ahal@moz-AC89B3C8.vlan445.asr1.yyz1.gblx.net)
  2251. # [19:24] <@khuey> Ms2ger: gavin told me to deal with it
  2252. # [19:24] <Ms2ger> Why are you doing mochitest-remote?
  2253. # [19:24] * Quits: pcwalton (pcwalton@moz-7B0110AD.mv.mozilla.com) (Connection reset by peer)
  2254. # [19:24] <@khuey> Ms2ger: so /mode +b it is :-)
  2255. # [19:24] <Ms2ger> khuey++
  2256. # [19:24] * Joins: pcwalton (pcwalton@moz-7B0110AD.mv.mozilla.com)
  2257. # [19:25] <gps> mjrosenb: you should install "mach" in PATH and you can just type "mach"
  2258. # [19:25] <mjrosenb> gps: oh, didn't realize it was that smart.
  2259. # [19:25] <gps> https://developer.mozilla.org/en-US/docs/Developer_Guide/mach#Adding_mach_to_your_shell%27s_search_path
  2260. # [19:25] <mjrosenb> gps: good to know.
  2261. # [19:26] <Mook_as> Ms2ger: yeah, http://mxr.mozilla.org/mozilla-central/source/widget/windows/nsWindow.cpp?mark=4512#4493 exists. so only some hard coded things run.
  2262. # [19:26] * Joins: squib (squib@moz-54866485.dhcp.mdsn.wi.charter.com)
  2263. # [19:26] * Quits: jdm (jdm@92FB48CA.8B5E9DF.9A8C35B4.IP) (Ping timeout)
  2264. # [19:27] * Joins: tanvi (tanvi@moz-9440AA69.hsd1.ca.comcast.net)
  2265. # [19:27] * Joins: jdm (jdm@92FB48CA.8B5E9DF.9A8C35B4.IP)
  2266. # [19:27] <mjrosenb> gps: ok, sitting in my objdir, with a symlink to mach in ~/bin: https://gist.github.com/6022582 --looks like thesame error to me.
  2267. # [19:28] * Joins: jryans (jryans@7FDE091.8D907DF.67894F1C.IP)
  2268. # [19:28] <daleharvey> mrbkap: great thanks, will wait for try to be sure then get it landed
  2269. # [19:29] <gps> mjrosenb: are there a bunch of "automation.py" files in your objdir?
  2270. # [19:29] * Quits: jgilbert (jgilbert@moz-4C088FCE.hsd1.ca.comcast.net) (Ping timeout)
  2271. # [19:29] * Quits: @bz (bzbarsky@moz-A28C5395.bstnma.fios.verizon.net) (Ping timeout)
  2272. # [19:30] <mjrosenb> gps: there are 0 .py files in my objdir.
  2273. # [19:30] <mjrosenb> gps: but they seem to exist in subdirectories.
  2274. # [19:30] <gps> mjrosenb: objdir/build/automation.py?
  2275. # [19:30] <mjrosenb> gps: there is a build/automation.py
  2276. # [19:31] * khuey sets mode: -b dveditz!*@*
  2277. # [19:31] * jdm is now known as jdm|busy
  2278. # [19:31] <@khuey> Ms2ger: let me know if he start misbehaving in any channel I have OP in
  2279. # [19:32] <gps> mjrosenb: my guess is mach is somehow picking up the wrong objdir. do you have MOZCONFIG in your environment variables?
  2280. # [19:32] <gps> this reminds me - mach should really print important environment info if it fails to aid in debugging
  2281. # [19:32] <Ms2ger> khuey, will do if I notice
  2282. # [19:32] * rail-lunch is now known as rail
  2283. # [19:33] <daleharvey> nhirata: https://bugzilla.mozilla.org/show_bug.cgi?id=881136
  2284. # [19:33] * Joins: jimb (user@9E727688.17C2F9C.163DC5C6.IP)
  2285. # [19:33] <@khuey> mmm 12000 csets
  2286. # [19:33] * Joins: wolfiR (wolfiR@253956BC.3B3EB5A1.563A904D.IP)
  2287. # [19:34] <mjrosenb> gps: I don't use MOZCONFIG.
  2288. # [19:34] * Joins: jet (jet@moz-79F891EE.hsd1.ca.comcast.net)
  2289. # [19:35] * Quits: Pike (chatzilla@moz-A151C4BB.pool.mediaways.net) (Quit: ChatZilla 0.9.90.1 [Firefox 22.0/20130618035212])
  2290. # [19:35] * Quits: @Cwiiis (cwiiis@88F51059.F3BBB17D.144F44FA.IP) (Ping timeout)
  2291. # [19:35] * Quits: jryans (jryans@7FDE091.8D907DF.67894F1C.IP) (Quit: Be back later)
  2292. # [19:36] <mjrosenb> oh hey, make seems to be working now
  2293. # [19:36] <mjrosenb> *boggle*
  2294. # [19:36] * Joins: arnaud_bienner (arno@moz-A1109EC1.dsl.sta.abo.bbox.fr)
  2295. # [19:36] * Quits: Bebe (bebe@moz-104CC309.mv.mozilla.com) (Ping timeout)
  2296. # [19:37] * Joins: cpeterson (cpeterson@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2297. # [19:38] * jwir3|lunch is now known as jwir3
  2298. # [19:38] <gps> mjrosenb: I don't know what could be causing it. I suspect mach is detecting the wrong objdir or srcdir
  2299. # [19:39] <gps> there isn't a good way to diagnose that ATM without opening a Python debugger
  2300. # [19:40] * Quits: ckitching (ckitching@moz-BE33DA21.fw1.sfo1.mozilla.net) (Input/output error)
  2301. # [19:40] * Quits: surkov (surkov@moz-6EE3EE5C.cpe.net.cable.rogers.com) (Quit: surkov)
  2302. # [19:40] * Joins: KevinSjoberg (KevinSjobe@D68E47E6.478B4B95.D4BDD572.IP)
  2303. # [19:43] * Joins: ckitching (ckitching@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2304. # [19:43] * Joins: tmyoung (Thunderbir@moz-A52EE408.alyoung.com)
  2305. # [19:43] <mjrosenb> gps: well, I got the non-mach way of doing things working
  2306. # [19:43] <mjrosenb> sort of
  2307. # [19:44] <mjrosenb> I still need to figure out how to attach gdb/jimdb
  2308. # [19:44] <mjrosenb> but I'll do that after lunch.
  2309. # [19:44] <mjrosenb> because food.
  2310. # [19:44] * Quits: jwilde (Thunderbir@moz-23E1A364.aton.com) (Ping timeout)
  2311. # [19:45] * Quits: RealRaven (Thunderbir@37759DF8.895B7C89.27F80FAC.IP) (Quit: RealRaven)
  2312. # [19:45] * Joins: RealRaven (Thunderbir@37759DF8.895B7C89.27F80FAC.IP)
  2313. # [19:45] * Joins: Optimizer1 (Instantbir@3AF6EFC8.77C3595E.BE90E62C.IP)
  2314. # [19:47] * Quits: teoli (teoli@88F51059.F3BBB17D.144F44FA.IP) (Input/output error)
  2315. # [19:47] * Quits: imsurit (Thunderbir@F3DDF38B.16B33D5B.1A5E31FF.IP) (Quit: imsurit)
  2316. # [19:47] <Optimizer> hey, is there any issue in Nightly from last three days regarding margins and paddings , specially the vertical ones ?
  2317. # [19:48] <Optimizer> while text looks vertically centered in Aurora, it is aligned to top in Nightly
  2318. # [19:48] * Joins: WeirdAl (chatzilla@moz-D461843.ask.info)
  2319. # [19:49] * Quits: wolfiR (wolfiR@253956BC.3B3EB5A1.563A904D.IP) (Ping timeout)
  2320. # [19:49] * Quits: mmc|laptop (mchew@9E727688.17C2F9C.163DC5C6.IP) (Ping timeout)
  2321. # [19:49] * Joins: wolfiR (wolfiR@253956BC.3B3EB5A1.563A904D.IP)
  2322. # [19:50] * sheppy is now known as sheppy-offline
  2323. # [19:50] <mcsmurf> Optimizer: do you have an example page?
  2324. # [19:51] <Optimizer> mcsmurf: gmail's login page
  2325. # [19:51] * Joins: rniwa (rniwa@5FEFE500.BA327C77.775DF071.IP)
  2326. # [19:51] <Optimizer> the sing in button's text is vertically centered in aurora
  2327. # [19:51] <Optimizer> while is vertically aligned to top in nightly
  2328. # [19:52] <mcsmurf> hm I see
  2329. # [19:53] <mcsmurf> don't know of such a bug, but I don't know that many layout bugs anyway ;)
  2330. # [19:53] <Optimizer> can you reproduce ?
  2331. # [19:53] <mcsmurf> if you want to file a bug/find a bug: regressed between 2013-06-22 and 2013-07-15
  2332. # [19:53] <mcsmurf> yes
  2333. # [19:53] * Joins: jviereck (Adium@moz-587DE482.ethz.ch)
  2334. # [19:54] * Quits: jviereck (Adium@moz-587DE482.ethz.ch) (Client exited)
  2335. # [19:54] <Optimizer> no its not that large, the regression range
  2336. # [19:54] <@dolske> bug 893298.
  2337. # [19:54] <Optimizer> it has been happening for only less than a week now
  2338. # [19:54] <mcsmurf> ah
  2339. # [19:54] * jdm|busy is now known as jdm
  2340. # [19:54] <Optimizer> ah
  2341. # [19:54] <Optimizer> thanks dolske
  2342. # [19:56] * Quits: RealRaven (Thunderbir@37759DF8.895B7C89.27F80FAC.IP) (Quit: RealRaven)
  2343. # [19:56] * Joins: RealRaven (Thunderbir@37759DF8.895B7C89.27F80FAC.IP)
  2344. # [19:56] * Quits: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz) (Ping timeout)
  2345. # [19:57] * Joins: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP)
  2346. # [20:00] * Quits: aut0mata (automata@4F735419.C27CA109.16867D26.IP) (Ping timeout)
  2347. # [20:01] * baku is now known as baku|away
  2348. # [20:01] * Quits: Asa (asa@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2349. # [20:02] <WeirdAl> Who owns the update service these days? I'm trying to find out if my addon can listen for app updates.
  2350. # [20:02] <WeirdAl> through observer service
  2351. # [20:02] * Quits: @dbaron (dbaron@moz-FD349932.dsl.dynamic.sonic.net) (Ping timeout)
  2352. # [20:02] * mgerva is now known as mgerva|afk
  2353. # [20:03] * Quits: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: Leaving.)
  2354. # [20:03] * Joins: dholbert (dholbert@moz-B8EBBCE7.hsd1.ca.comcast.net)
  2355. # [20:04] <mbrubeck> WeirdAl: I think rstrong owns it.
  2356. # [20:04] * Quits: RealRaven (Thunderbir@37759DF8.895B7C89.27F80FAC.IP) (Quit: RealRaven)
  2357. # [20:05] * Joins: RealRaven (Thunderbir@37759DF8.895B7C89.27F80FAC.IP)
  2358. # [20:05] * Joins: Asa (asa@moz-BBE3ABD.mv.mozilla.com)
  2359. # [20:06] * Joins: Snuffleupagus (chatzilla@moz-7411B7A4.bredband.comhem.se)
  2360. # [20:06] * geekboy|afk is now known as geekboy
  2361. # [20:07] * Joins: Lethalman (lethal@moz-D859DDA2.service.infuturo.it)
  2362. # [20:08] * Joins: dzbarsky (Adium@moz-A7CDB794.dia.static.qwest.net)
  2363. # [20:08] * openjck|lunch is now known as openjck
  2364. # [20:09] * Quits: dholbert (dholbert@moz-B8EBBCE7.hsd1.ca.comcast.net) (Quit: Ex-Chat)
  2365. # [20:09] * Quits: dzbarsky (Adium@moz-A7CDB794.dia.static.qwest.net) (Quit: Leaving.)
  2366. # [20:09] * Joins: dzbarsky (Adium@moz-A7CDB794.dia.static.qwest.net)
  2367. # [20:10] * Quits: brambles (xymox@moz-969AAE9B.barwen.ch) (Ping timeout)
  2368. # [20:11] * Joins: brambles (xymox@moz-969AAE9B.barwen.ch)
  2369. # [20:11] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Ping timeout)
  2370. # [20:11] * Joins: dholbert (dholbert@moz-B8EBBCE7.hsd1.ca.comcast.net)
  2371. # [20:11] * Joins: catalinn (Thunderbir@5BF13806.7F10AE13.A721DA5F.IP)
  2372. # [20:11] * Quits: dholbert (dholbert@moz-B8EBBCE7.hsd1.ca.comcast.net) (Input/output error)
  2373. # [20:11] * Joins: dholbert_ (dholbert@moz-B8EBBCE7.hsd1.ca.comcast.net)
  2374. # [20:11] * dholbert_ is now known as dholbert
  2375. # [20:12] * Joins: bz (bzbarsky@moz-A28C5395.bstnma.fios.verizon.net)
  2376. # [20:12] * ChanServ sets mode: +o bz
  2377. # [20:12] * Joins: lizzard (ehenry@moz-58147956.tmodns.net)
  2378. # [20:14] * Quits: nhirata (anonymous@514D186.F3BBB17D.144F44FA.IP) (Quit: nhirata)
  2379. # [20:14] * Quits: loadRPi (pi@moz-2834F85A.range31-52.btcentralplus.com) (Ping timeout)
  2380. # [20:15] * Joins: jwilde (Thunderbir@moz-BBE3ABD.mv.mozilla.com)
  2381. # [20:16] * Joins: aut0mata (automata@4F735419.C27CA109.16867D26.IP)
  2382. # [20:16] * Quits: dao (dao@moz-91921B3B.superkabel.de) (Quit: Leaving.)
  2383. # [20:16] * Joins: dao (dao@moz-91921B3B.superkabel.de)
  2384. # [20:17] <evilpie> Enn: hey
  2385. # [20:17] * Quits: glosoli (glosoli@moz-72C60525.static.zebra.lt) (Quit: Textual IRC Client: www.textualapp.com)
  2386. # [20:17] <Optimizer> wow, so today there is another layout regresion : see http://www.arewefastyet.com/?a=b&view=regress for examplep
  2387. # [20:18] <Optimizer> looks perfectly correct on yesterday's nightly
  2388. # [20:18] * Joins: ejpbruel (ejpbruel@moz-5EE20326.adsl2.static.versatel.nl)
  2389. # [20:18] * Quits: dao (dao@moz-91921B3B.superkabel.de) (Ping timeout)
  2390. # [20:18] * Joins: Mnyromyr (Mnyromyr@moz-D6ED52A8.unity-media.net)
  2391. # [20:18] * Joins: loadRPi (pi@moz-2834F85A.range31-52.btcentralplus.com)
  2392. # [20:18] * Joins: azakai_ (alon@moz-BBE3ABD.mv.mozilla.com)
  2393. # [20:18] * Joins: glosoli (glosoli@moz-72C60525.static.zebra.lt)
  2394. # [20:18] <Optimizer> man! I guess , this is the bleeding edge ?
  2395. # [20:19] * Quits: gandalf (zbraniecki@moz-4F155DA6.hsd1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  2396. # [20:20] <Optimizer> dolske: is this also known ?
  2397. # [20:20] <mcsmurf> Optimizer: I filed Bug 894931 today
  2398. # [20:20] <Optimizer> ah.
  2399. # [20:20] <mcsmurf> layout regression in today's nightly
  2400. # [20:20] <mcsmurf> but might be another bug
  2401. # [20:20] <mcsmurf> let me see
  2402. # [20:20] <mcsmurf> I have mozilla-inbound nightlies locally to check
  2403. # [20:20] * coop|lunch is now known as coop
  2404. # [20:21] * Joins: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2405. # [20:22] <mcsmurf> Optimizer: yes, it's the same bug, e8bf739addfa is affected, 3d33faf4d81f is not
  2406. # [20:22] <Optimizer> ok
  2407. # [20:22] <mcsmurf> hope they'll find a workaround rather soon :o
  2408. # [20:22] <mcsmurf> as the underlying bug landed on beta
  2409. # [20:22] <mcsmurf> today to fix another bug
  2410. # [20:23] * Quits: capella (chatzilla@moz-8F413D10.twcny.res.rr.com) (Quit: ChatZilla 0.9.90.1 [Firefox 24.0a2/20130628004017])
  2411. # [20:23] * Joins: mmc|laptop (mchew@9E727688.17C2F9C.163DC5C6.IP)
  2412. # [20:23] <sfink> when do cookies get synced to cookies.sqlite? I have a mismatch between my actual cookie and what's stored in the db, which is messing up bzexport's cookie stealing
  2413. # [20:23] * Quits: Asa (asa@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2414. # [20:24] * Quits: StevenLee (Adium@moz-7EC6AE3F.dynamic.hinet.net) (Quit: Leaving.)
  2415. # [20:24] * Quits: binki (ohnobinki@moz-5F431110.try.wideopenwest.com) (Ping timeout)
  2416. # [20:25] * Joins: capella (chatzilla@moz-8F413D10.twcny.res.rr.com)
  2417. # [20:25] * Joins: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP)
  2418. # [20:27] * Joins: Asa (asa@moz-BBE3ABD.mv.mozilla.com)
  2419. # [20:27] * Joins: krit1 (krit@moz-1FC1932F.adobe.com)
  2420. # [20:27] * Quits: krit (krit@moz-832F79EA.hsd1.ca.comcast.net) (Ping timeout)
  2421. # [20:28] * Quits: sfoster (sfoster@4B1066ED.D46F33C7.10389559.IP) (Ping timeout)
  2422. # [20:29] * mcomella_ is now known as mcomella
  2423. # [20:30] * Joins: sfoster (sfoster@4B1066ED.D46F33C7.10389559.IP)
  2424. # [20:30] * Quits: Optimizer1 (Instantbir@3AF6EFC8.77C3595E.BE90E62C.IP) (Ping timeout)
  2425. # [20:31] * Joins: binki (ohnobinki@moz-5F431110.try.wideopenwest.com)
  2426. # [20:35] * Quits: armenzg (armenzg@moz-AC89B3C8.vlan445.asr1.yyz1.gblx.net) (Connection reset by peer)
  2427. # [20:35] * Joins: armenzg_ (armenzg@moz-AC89B3C8.vlan445.asr1.yyz1.gblx.net)
  2428. # [20:37] * Joins: damons (gnubeard@97957D0A.8D753159.C943C01E.IP)
  2429. # [20:37] * Joins: ErvisTusha (ErvisTusha@31CA722B.F69FB6EA.363D84A4.IP)
  2430. # [20:37] * fabrice is now known as fabrice|afk
  2431. # [20:38] * Quits: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP) (Quit: erikvold)
  2432. # [20:38] * Quits: binki (ohnobinki@moz-5F431110.try.wideopenwest.com) (Ping timeout)
  2433. # [20:39] * Quits: lizzard (ehenry@moz-58147956.tmodns.net) (Ping timeout)
  2434. # [20:39] <jet> paul: ping
  2435. # [20:40] * Joins: surkov (surkov@moz-6EE3EE5C.cpe.net.cable.rogers.com)
  2436. # [20:40] * Joins: brendan (brendaneic@FB2030FC.5F77D495.B41F1B80.IP)
  2437. # [20:41] * Joins: dbaron (dbaron@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2438. # [20:41] * ChanServ sets mode: +ao dbaron dbaron
  2439. # [20:43] * Quits: ferjm (ferjm@moz-63741C33.red-83-57-242.dynamicip.rima-tde.net) (Quit: Leaving)
  2440. # [20:43] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/95523c5901df - Luke Wagner - Bug 882008 - OdinMonkey: fix subtraction to take doublish, rm Use (r=bbouvier)
  2441. # [20:43] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/541c383c1698 - Luke Wagner - Bug 880538 - LifoAlloc::release after parsing every function (r=bbouvier)
  2442. # [20:44] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  2443. # [20:44] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/d112cd2746c4 - Luke Wagner - Bug 880538 - set pn->pn_funbox immediately (r=bhackett)
  2444. # [20:44] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/4ae936372107 - Luke Wagner - Bug 880538 - OdinMonkey: don't create an IonContext in MacroAssembler (r=sstangl)
  2445. # [20:44] <till> A SEO company that calls itself "Moz". Why?
  2446. # [20:44] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/63d537758124 - Luke Wagner - Bug 880538 - OdinMonkey: make a single pass over the parse tree (r=bbouvier)
  2447. # [20:44] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/ae3f61b13984 - Luke Wagner - Bug 880538 - store a pointer from ParseContext to it's PNK_FUNCTION ParseNode (r=bhackett)
  2448. # [20:44] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/eea0b122e8b5 - Luke Wagner - Bug 880538 - move 'hasDestructuringArgs' flag into the FunctionBox (r=bhackett)
  2449. # [20:45] * Quits: yzen (yzen@67828CC7.C1A51174.9D42CF23.IP) (Quit: yzen)
  2450. # [20:45] * Joins: yzen (yzen@67828CC7.C1A51174.9D42CF23.IP)
  2451. # [20:45] * Quits: Snuffleupagus (chatzilla@moz-7411B7A4.bredband.comhem.se) (Connection reset by peer)
  2452. # [20:45] * Joins: Snuffleupagus (chatzilla@moz-7411B7A4.bredband.comhem.se)
  2453. # [20:45] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/95a4b87a0583 - Till Schneidereit - Bug 894948 - Remove effectively-dead analysis-related code from interpreter. r=jandem
  2454. # [20:46] * Quits: tonymec (tonymec@EF19FAAF.578798F3.A9371869.IP) (Ping timeout)
  2455. # [20:46] * Joins: tonymec (tonymec@EF19FAAF.578798F3.A9371869.IP)
  2456. # [20:47] * Joins: Archaeopteryx (itsme@63C963D0.930CA6B4.2DB0BBA1.IP)
  2457. # [20:47] <firebot> Check-in:
  2458. # [20:47] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/0acd7501dc40 - Jim Mathies - Bug 888236 - Cleanup MetroWidget's Destroy method, shutdown layer manager and call base widget destroy methods. Potential fix for crash in nsIFrame::GetNearestWidget().
  2459. # [20:48] <firebot> r=bbondy
  2460. # [20:48] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/563493c995b3 - Jim Mathies - Bug 881463 - Fix for intermittent browser_selection_textarea.js. r=rsilveira
  2461. # [20:48] * Quits: joey-2 (chatzilla@moz-97A010DE.princetowncable.com) (Connection reset by peer)
  2462. # [20:48] * Joins: binki (ohnobinki@moz-5F431110.try.wideopenwest.com)
  2463. # [20:48] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/27857f7ab7d7 - Gregory Szorc - Bug 845050 - FileCopier support for symlinks; r=glandium
  2464. # [20:49] * Joins: joey-2 (chatzilla@moz-97A010DE.princetowncable.com)
  2465. # [20:49] * Fallen|away is now known as Fallen
  2466. # [20:51] * Joins: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP)
  2467. # [20:53] * Quits: yzen (yzen@67828CC7.C1A51174.9D42CF23.IP) (Ping timeout)
  2468. # [20:53] * Joins: chmanche_ (chmanchest@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2469. # [20:53] * Quits: chmanchester (chmanchest@moz-BE33DA21.fw1.sfo1.mozilla.net) (Connection reset by peer)
  2470. # [20:53] * Quits: gsvelto (gsvelto@moz-9F7F0A55.clienti.tiscali.it) (Quit: Leaving)
  2471. # [20:53] * Joins: Waldo (waldo@moz-BBE3ABD.mv.mozilla.com)
  2472. # [20:53] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/97a092648a62 - Guillaume Abadie - Bug 895010 - Disable WebGL vertex array objects for now - r=jgilbert
  2473. # [20:54] * Quits: bdahl (bdahl@9E727688.17C2F9C.163DC5C6.IP) (Connection reset by peer)
  2474. # [20:54] * Quits: chmanche_ (chmanchest@moz-BE33DA21.fw1.sfo1.mozilla.net) (Connection reset by peer)
  2475. # [20:54] * Joins: bdahl (bdahl@9E727688.17C2F9C.163DC5C6.IP)
  2476. # [20:54] * Joins: pbocan (Thunderbir@moz-FFF8AA08.adsl.slovanet.sk)
  2477. # [20:54] * Joins: yzen (yzen@C8A3A5EA.A6295926.9D42CF23.IP)
  2478. # [20:55] * Joins: chmanchester (chmanchest@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2479. # [20:55] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/76e7ef98a9d1 - Nicolas B. Pierron - Bug 867856 - Fix intermittent timeout of bug743094.js test case. r=h4writer
  2480. # [20:56] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/334b24c05703 - Nicolas B. Pierron - Bug 892426 - Add an additional temp-Register to SetElementIC. r=jandem
  2481. # [20:56] * deian|away is now known as deian
  2482. # [20:56] * Quits: pbocan (Thunderbir@moz-FFF8AA08.adsl.slovanet.sk) (Quit: pbocan)
  2483. # [20:56] * Joins: dao (dao@moz-91921B3B.superkabel.de)
  2484. # [20:58] * ctalbert|mtg is now known as ctalbert
  2485. # [20:58] * Quits: catalinn (Thunderbir@5BF13806.7F10AE13.A721DA5F.IP) (Ping timeout)
  2486. # [20:58] * Quits: ehugg (chatzilla@CE3BE0DD.29102B70.6CD50604.IP) (Quit: ChatZilla 0.9.90.1 [Firefox 22.0/20130618035212])
  2487. # [20:58] * Joins: catalinn (Thunderbir@5BF13806.7F10AE13.A721DA5F.IP)
  2488. # [20:58] <cpeterson> till: Moz, the SEO company, had been "SEOmoz". But now they claim that their new "Moz" name has nothing to do with Mozilla, even though SEOmoz was named as such because they did stuff with Mozilla's DMOZ.
  2489. # [20:58] <RyanVM> daleharvey: ping
  2490. # [20:58] * Quits: jet (jet@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  2491. # [20:59] <till> cpeterson: wow
  2492. # [20:59] <bbouvier> cpeterson: is DMOZ still active?
  2493. # [20:59] <till> and MozCon certainly doesn't sounds like something we'd be doing ...
  2494. # [21:00] * Quits: bholley (anonymous@moz-FCAF9AAB.hsd1.ca.comcast.net) (Quit: bholley)
  2495. # [21:00] <@dolske> poor timing for dmose to be gone. ;)
  2496. # [21:00] <cpeterson> till: Wikipedia says "This [Moz] rebranding caused the company a trademark issue with DOZ.com, another marketing company." But no issue with Mozilla? <:\
  2497. # [21:00] * Quits: jwilde (Thunderbir@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2498. # [21:00] <jimm> do we still require the 'ns' prefix on idl files?
  2499. # [21:00] <cpeterson> bbouvier: IDK but dmoz.org still has content
  2500. # [21:01] * Quits: catalinn (Thunderbir@5BF13806.7F10AE13.A721DA5F.IP) (Ping timeout)
  2501. # [21:01] <till> cpeterson: :(, that's just sad
  2502. # [21:01] <nbp> RyanVM: when there is a push window, people take it …
  2503. # [21:02] <RyanVM> nbp: yep, and the way things have been going the last few days, I fully expect something in those pushes to be broken
  2504. # [21:02] * Joins: bholley (anonymous@moz-FCAF9AAB.hsd1.ca.comcast.net)
  2505. # [21:02] * Quits: bholley (anonymous@moz-FCAF9AAB.hsd1.ca.comcast.net) (Quit: bholley)
  2506. # [21:04] * Joins: harth (harth@moz-3C999954.hsd1.ca.comcast.net)
  2507. # [21:05] * Quits: maikmerten (maikmerten@moz-71074A91.dynamic.qsc.de) (Client exited)
  2508. # [21:05] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  2509. # [21:06] * geekboy is now known as geekboy|afk
  2510. # [21:07] <Optimizer> what are property aliases in CSS property names ?
  2511. # [21:07] * armenzg_ is now known as armenzg_brb
  2512. # [21:09] * gregglind is now known as gregglind_afk
  2513. # [21:09] * Quits: wlach (wlach@5A322A17.4F9B71DB.80C20C35.IP) (Quit: Leaving)
  2514. # [21:09] * Joins: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP)
  2515. # [21:09] * Joins: ialagenchev1 (Adium@moz-BBE3ABD.mv.mozilla.com)
  2516. # [21:10] * Quits: ialagenchev (Adium@moz-BBE3ABD.mv.mozilla.com) (Connection reset by peer)
  2517. # [21:10] * Joins: mcomella_ (mcomella@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2518. # [21:10] * armenzg_brb is now known as armenzg_mtg
  2519. # [21:11] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  2520. # [21:11] * Joins: chmanchester|afk (user@moz-962996C5.seas.upenn.edu)
  2521. # [21:11] * Quits: mcomella (mcomella@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  2522. # [21:11] * mcomella_ is now known as mcomella
  2523. # [21:11] * Joins: arete_ (arete@moz-66B26E4E.dip0.t-ipconnect.de)
  2524. # [21:12] <@bz> Optimizer: cases when two names mean the same property
  2525. # [21:12] * Quits: krit1 (krit@moz-1FC1932F.adobe.com) (Connection reset by peer)
  2526. # [21:12] <@bz> Optimizer: e.g. -moz-transition and transition
  2527. # [21:13] <@bz> Optimizer: it's basically only used for the period when we have a property exposed both prefixed and unprefixed
  2528. # [21:13] <Optimizer> oh, so in the domutils.getCSSPropertyNames API, I pass includeAliases options, then it includes both -moz-transition and transition ?
  2529. # [21:13] <@bz> yes
  2530. # [21:13] <Optimizer> ok, so no need of that then :)
  2531. # [21:14] * Quits: jandem (jandem@66C76B89.FB8EABAE.DF9376EA.IP) (Quit: jandem)
  2532. # [21:14] <@bz> Optimizer: the full alias list is at http://mxr.mozilla.org/mozilla-central/source/layout/style/nsCSSPropAliasList.h#38
  2533. # [21:14] <Optimizer> we don't want to encourage users to use prefixed properties when non prefixed are present, while suggesting autocomplete in inspector
  2534. # [21:15] <@bz> yeah, agreed
  2535. # [21:15] <Optimizer> although it might not be bad to include it
  2536. # [21:16] <Optimizer> since prefixed properties name will only be autocompleted when the user start to type -moz
  2537. # [21:16] <Optimizer> which in any case we cannot auto complete to non prefixed versinos
  2538. # [21:17] * ialagenchev1 is now known as ialagenchev
  2539. # [21:17] * Quits: harth (harth@moz-3C999954.hsd1.ca.comcast.net) (Input/output error)
  2540. # [21:17] * Joins: harth (harth@moz-3C999954.hsd1.ca.comcast.net)
  2541. # [21:18] * Joins: briansmith (briansmith@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2542. # [21:20] * Quits: binki (ohnobinki@moz-5F431110.try.wideopenwest.com) (Ping timeout)
  2543. # [21:20] * Quits: briansmith (briansmith@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  2544. # [21:21] * Joins: binki (ohnobinki@moz-5F431110.try.wideopenwest.com)
  2545. # [21:21] * Quits: vladan (workvladan@moz-AC89B3C8.vlan445.asr1.yyz1.gblx.net) (Quit: Leaving.)
  2546. # [21:21] * grobinson is now known as grobinson|afk
  2547. # [21:21] * Joins: vladan (vladan@moz-AC89B3C8.vlan445.asr1.yyz1.gblx.net)
  2548. # [21:22] * Parts: vladan (vladan@moz-AC89B3C8.vlan445.asr1.yyz1.gblx.net)
  2549. # [21:22] * Quits: mccr8 (mccr8@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: mccr8)
  2550. # [21:22] * Joins: vladan (vladan@moz-AC89B3C8.vlan445.asr1.yyz1.gblx.net)
  2551. # [21:22] * nsm is now known as nsm|lunch
  2552. # [21:23] * Quits: vladan (vladan@moz-AC89B3C8.vlan445.asr1.yyz1.gblx.net) (Quit: Leaving.)
  2553. # [21:23] <Waldo> jimm: ns delenda est, I say
  2554. # [21:23] <Waldo> jimm: "mozI" is probably preferred now
  2555. # [21:23] * Joins: vladan (vladan@moz-AC89B3C8.vlan445.asr1.yyz1.gblx.net)
  2556. # [21:24] * Quits: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Leaving.)
  2557. # [21:24] * Quits: brson (brson@C261DB39.6E5482D7.8DDCAE07.IP) (Ping timeout)
  2558. # [21:24] * jhopkins is now known as jhopkins|brb
  2559. # [21:25] * Quits: KevinSjoberg (KevinSjobe@D68E47E6.478B4B95.D4BDD572.IP) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  2560. # [21:25] * Quits: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP) (Quit: erikvold)
  2561. # [21:26] * Joins: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2562. # [21:26] * Quits: sankha93 (Instantbir@B3D2983B.18989014.F44414AF.IP) (Quit: He will be back!)
  2563. # [21:27] * Joins: mohammed (mohammed@moz-BBE3ABD.mv.mozilla.com)
  2564. # [21:27] * Quits: harth (harth@moz-3C999954.hsd1.ca.comcast.net) (Input/output error)
  2565. # [21:27] * Quits: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Leaving.)
  2566. # [21:28] * jhammel is now known as jhammel|afk
  2567. # [21:28] * Joins: harth (harth@moz-3C999954.hsd1.ca.comcast.net)
  2568. # [21:28] <Ms2ger> Waldo, not really
  2569. # [21:29] * Quits: dao (dao@moz-91921B3B.superkabel.de) (Quit: Leaving.)
  2570. # [21:29] * Quits: damons (gnubeard@97957D0A.8D753159.C943C01E.IP) (Quit: damons)
  2571. # [21:29] * Joins: brson (brson@moz-BBE3ABD.mv.mozilla.com)
  2572. # [21:31] <jcranmer> there was a movement afoot to use mozI instead
  2573. # [21:31] <Ms2ger> What, in 2004?
  2574. # [21:31] <jcranmer> no, 2007/2008-ish
  2575. # [21:32] <jcranmer> not enough people care about the interface naming schemes
  2576. # [21:32] * Quits: brendan (brendaneic@FB2030FC.5F77D495.B41F1B80.IP) (Quit: brendan)
  2577. # [21:32] <Archaeopteryx> sdwilsh used it for storage
  2578. # [21:32] <jcranmer> so nothing came of nsI/mozI/etc.
  2579. # [21:33] <jcranmer> 37 mozI interfaces
  2580. # [21:33] <jcranmer> versus 1440 nsI* according to c-c's list
  2581. # [21:33] <mconnor> jcranmer: to be fair, how many of those were created since?
  2582. # [21:34] <mconnor> no one wnated to change existing APIs, and many prefixed APIs are rather old
  2583. # [21:34] <jcranmer> not meany
  2584. # [21:34] <jcranmer> maybe 1 or 2
  2585. # [21:35] <@bz> mozilla::IFoo
  2586. # [21:35] <@bz> Is the obvious answer
  2587. # [21:35] <jcranmer> doesn't work in IDL files
  2588. # [21:35] <jcranmer> unless someone adds namespacing
  2589. # [21:35] <@dolske> mozilla::ELSEoo
  2590. # [21:35] <Mook_as> that will be fun to reflect into JS, too
  2591. # [21:36] <jcranmer> Ci.mozilla.IFoo
  2592. # [21:36] <jcranmer> duh
  2593. # [21:36] <catlee-buildduty> vlad: hey - win64 build bustage on date
  2594. # [21:36] <jcranmer> or we could even do Cim.IFoo
  2595. # [21:37] * Joins: krit (krit@moz-832F79EA.hsd1.ca.comcast.net)
  2596. # [21:38] * Quits: tiziana (tiziana@41D9A064.F1A1EB16.73D36934.IP) (Quit: tiziana)
  2597. # [21:39] * jhopkins|brb is now known as jhopkins
  2598. # [21:39] * Quits: krit (krit@moz-832F79EA.hsd1.ca.comcast.net) (Quit: Leaving.)
  2599. # [21:39] * Quits: capella (chatzilla@moz-8F413D10.twcny.res.rr.com) (Ping timeout)
  2600. # [21:40] * Quits: ggp (ggp@moz-BD721BD8.hsd1.pa.comcast.net) (Ping timeout)
  2601. # [21:40] * Quits: Snuffleupagus (chatzilla@moz-7411B7A4.bredband.comhem.se) (Ping timeout)
  2602. # [21:40] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard)
  2603. # [21:40] * Joins: ggp_ (ggp@moz-BD721BD8.hsd1.pa.comcast.net)
  2604. # [21:40] * Joins: brendan (brendaneic@FB2030FC.5F77D495.B41F1B80.IP)
  2605. # [21:41] * Joins: capella (chatzilla@moz-8F413D10.twcny.res.rr.com)
  2606. # [21:41] * Joins: gandalf (zbraniecki@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2607. # [21:41] * Quits: brson (brson@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2608. # [21:42] * NeilAway wonders what the best way to distinguish between an attribute and a method is
  2609. # [21:43] * Quits: awilfox (awilfox@moz-3ED24B54.wilcox-tech.com) (Ping timeout)
  2610. # [21:44] * Joins: damons (gnubeard@97957D0A.8D753159.C943C01E.IP)
  2611. # [21:45] * Mook_as wonders what context NeilAway is thinking of
  2612. # [21:45] * ctalbert is now known as ctalbert|mtg
  2613. # [21:46] <NeilAway> Mook_as: you have an object X, and a property Y, you want to know whether to write X[Y] or X[Y]()
  2614. # [21:47] <Mook_as> right. JS, Python, C++, other? :)
  2615. # [21:47] <NeilAway> Mook_as: JS
  2616. # [21:48] <Mook_as> X[Y] instanceof Function, for the most part. (watch out for the silliness of Functions from different globals being unrelated, of course)
  2617. # [21:48] * Joins: dholbert_ (dholbert@moz-BBE3ABD.mv.mozilla.com)
  2618. # [21:48] * Quits: dholbert_ (dholbert@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  2619. # [21:48] * Joins: cronco (Thunderbir@17FF97FF.AE2F10B0.3376CD77.IP)
  2620. # [21:48] <mwu> jesup: hey, do you know why the impl in bug 825112 isn't opensles?
  2621. # [21:49] <gandalf> sicking: ping
  2622. # [21:49] <jesup> mwu: my understanding is that there are issues with OpenSLES on Gonk
  2623. # [21:49] * Joins: ehsan (ehsan@moz-AC89B3C8.vlan445.asr1.yyz1.gblx.net)
  2624. # [21:49] * ChanServ sets mode: +o ehsan
  2625. # [21:49] * sheppy-offline is now known as sheppy
  2626. # [21:49] * Quits: botond (chatzilla@moz-AC89B3C8.vlan445.asr1.yyz1.gblx.net) (Ping timeout)
  2627. # [21:49] <jesup> From the people in Taiwan
  2628. # [21:49] <@bz> NeilAway: typeof(X[Y]) == "function"
  2629. # [21:50] <@bz> NeilAway: as long as you just care whether X[Y] is callable
  2630. # [21:50] <jesup> Probably due to the base versions we're running on
  2631. # [21:50] <mwu> jesup: reading the comments in the bug, sounds like BS to me
  2632. # [21:50] <@bz> NeilAway: (note that there are callable objects that are not Functions)
  2633. # [21:50] <NeilAway> bz: yeah, but I don't think that applies here
  2634. # [21:51] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/d5c2206ce4e4 - Stephen Pohl - Bug 890897 - Don't show overlay scrollbars when we don't end up scrolling the page because we're already at an acceptable place. r=roc, a=lsblakk
  2635. # [21:51] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/9f1046be7b52 - Honza Bambas - Bug 892486 - Telemetry for appcache vs http cache page load. r=ehsan, a=lsblakk
  2636. # [21:51] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/d82b7796df90 - Chris Lord - Bug 892246 - Allow subdocument scrolling to reveal margins. r=kats, a=lsblakk
  2637. # [21:51] * Quits: johanc (chatzilla@moz-8F2EFB9D.bredband.comhem.se) (Ping timeout)
  2638. # [21:51] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/5fdab6872b49 - Chris Lord - Bug 886576 - Fix screen-sized pages not revealing the toolbar. r=kats, a=lsblakk
  2639. # [21:51] * Joins: krit (krit@moz-832F79EA.hsd1.ca.comcast.net)
  2640. # [21:51] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/3eeb8f19f8b4 - Gabor Krizsanits - Bug 874158 - Crash in GetNativeForGlobal. r=bholley, a=lsblakk
  2641. # [21:52] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/4ff094eeafcf - Sriram Ramasubramanian - Bug 890006 - Dynamic toolbar scrolling causing BrowserToolbar to show its background. r=mfinkle, a=lsblakk
  2642. # [21:52] <firebot> Check-in:
  2643. # [21:52] <mwu> jesup: we.. should be able to just turn on the opensles backend already there in theory, right?
  2644. # [21:52] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/3066fc2742cb - Jonathan Kew - bug 890374 - [hidpi] fix CSS/device coordinate mismatch in XUL popup manager, so that we show the correct tooltip for items in the Bookmarks or History sidebar. r=roc a=lsblakk
  2645. # [21:52] <NeilAway> bz: now, what would be neat would be if X was a webidl object then typeof X[Y] wouldn't actually call Y, since it would know what type it is from the definition ;-)
  2646. # [21:53] <mwu> jesup: I'll try to turn it on and see what happens.
  2647. # [21:53] * Joins: dveditz_ (dveditz@moz-67794A0A.hsd1.ca.comcast.net)
  2648. # [21:53] * ChanServ sets mode: +o dveditz_
  2649. # [21:53] <jesup> mwu: we can make pass 2 with OpenSLES :-) I don't know what's involved in "porting OpenSLES to B2G" mentioned way back when to Dan
  2650. # [21:53] <mwu> jesup: opensles on b2g is identical to android
  2651. # [21:54] <mwu> there's no reason that I know of that we can't go straight to opensles
  2652. # [21:54] * Joins: dao (dao@moz-91921B3B.superkabel.de)
  2653. # [21:54] <mwu> and there's already an opensles backend
  2654. # [21:54] * Joins: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net)
  2655. # [21:54] * armenzg_mtg is now known as armenzg
  2656. # [21:56] * Quits: janv (varga@moz-8BF5D87F.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  2657. # [21:57] * Joins: wlach (wlach@E71D525F.16E18C08.3DEE0DD0.IP)
  2658. # [21:58] * Joins: rednaks (rednaks@C8C1A17E.AFD91B9D.55FFA9B4.IP)
  2659. # [21:58] * Quits: mjh563 (mjh563@moz-D891C5B8.cable.virginmedia.com) (Quit: )
  2660. # [21:58] * Quits: harth (harth@moz-3C999954.hsd1.ca.comcast.net) (Input/output error)
  2661. # [21:58] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/3c1303aea111 - Ryan VanderMeulen - Backed out changeset 76e7ef98a9d1 (bug 867856) for jit-test failures.
  2662. # [21:59] * hwine is now known as hwine-food
  2663. # [21:59] * nsm|lunch is now known as nsm
  2664. # [21:59] * Joins: ctangira (ctangira@moz-CFCC7B62.cisco.com)
  2665. # [22:00] * mgerva|afk is now known as mgerva
  2666. # [22:01] * Quits: capella (chatzilla@moz-8F413D10.twcny.res.rr.com) (Ping timeout)
  2667. # [22:01] <jesup> mwu: ping padenot on this as well
  2668. # [22:02] * Joins: Snuffleupagus (chatzilla@moz-7411B7A4.bredband.comhem.se)
  2669. # [22:03] <Optimizer> bz: domUtils.getCSSValuesForProperty("margin") does not contains "auto" in the returned array ?
  2670. # [22:03] * RyanVM is now known as RyanVM|brb
  2671. # [22:03] * Quits: surkov (surkov@moz-6EE3EE5C.cpe.net.cable.rogers.com) (Quit: surkov)
  2672. # [22:03] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  2673. # [22:03] * Quits: JeroenDeDauw (j@moz-3D93E779.dip0.t-ipconnect.de) (Quit: Leaving.)
  2674. # [22:03] * Quits: sheeri (sheeri@moz-3259B52F.hsd1.ma.comcast.net) (Quit: sheeri)
  2675. # [22:03] <@bz> Optimizer: mmm... Right now getCSSValuesForProperty only does keywords or colors
  2676. # [22:03] <@bz> Optimizer: and initial/inherit
  2677. # [22:03] <Optimizer> what is auto ?
  2678. # [22:03] <@bz> Optimizer: we should fix it do to "auto" as needed
  2679. # [22:04] * Joins: capella (chatzilla@moz-8F413D10.twcny.res.rr.com)
  2680. # [22:04] <@bz> Optimizer: not a keyword from the pov of our CSS parser; it's a special case
  2681. # [22:04] <@bz> Optimizer: please file?
  2682. # [22:04] <Optimizer> what should I say ?
  2683. # [22:04] * @bz should have caught that in review
  2684. # [22:04] * Quits: dao (dao@moz-91921B3B.superkabel.de) (Quit: Leaving.)
  2685. # [22:04] <Optimizer> (which component too .. )
  2686. # [22:04] * Joins: jet (jet@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2687. # [22:04] <@bz> Optimizer: That domUtils.getCSSValuesForProperty("margin" should include "auto"
  2688. # [22:04] * armenzg is now known as armenzg_mtg
  2689. # [22:04] <Optimizer> what is the dynamic part here ?
  2690. # [22:04] <Optimizer> auto or margin ?
  2691. # [22:04] <Optimizer> margin is for sure, as width, height etc also have auto
  2692. # [22:04] * nthomas|away is now known as nthomas|mtg
  2693. # [22:05] <@bz> Optimizer: dynamic in what sense?
  2694. # [22:05] <@bz> File under CSS Parsing and Computation
  2695. # [22:05] <Optimizer> but are there other things like "auto" that are left out
  2696. # [22:05] <@bz> cc me an Mina?
  2697. # [22:05] <@bz> ah
  2698. # [22:05] <@bz> cheking
  2699. # [22:05] <@bz> er, checking
  2700. # [22:05] <Optimizer> ok :) let me prepare the bug to file
  2701. # [22:05] <@bz> So
  2702. # [22:05] <@bz> property values can be....
  2703. # [22:06] <@bz> keyword, length, percent, color, url, number, integer, angle, frequency, time, string, counter, attr, identifier
  2704. # [22:06] <@bz> "auto"
  2705. # [22:06] <@bz> "inherit"
  2706. # [22:06] <@bz> "none"
  2707. # [22:06] <@bz> So we should include "none" in our stuff, like "auto"
  2708. # [22:06] <@bz> "normal" also
  2709. # [22:06] <@bz> gradient, system font, timing function
  2710. # [22:06] <@bz> "all"
  2711. # [22:07] <@bz> image rect, calc, element
  2712. # [22:07] * Quits: chmanchester (chmanchest@moz-BE33DA21.fw1.sfo1.mozilla.net) (Input/output error)
  2713. # [22:07] <Optimizer> none is there
  2714. # [22:07] <Optimizer> already
  2715. # [22:07] <Optimizer> let me check normal
  2716. # [22:07] <@bz> So auto/non/normal/all
  2717. # [22:07] <RyanVM|brb> bholley: inbound orange (ignore the jit-test failures, those are something else) - https://tbpl.mozilla.org/php/getParsedLog.php?id=25391958&tree=Mozilla-Inbound
  2718. # [22:07] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  2719. # [22:07] * RyanVM|brb is glad he closed the tree when he did
  2720. # [22:07] <@bz> I don't see how "none" can be there....
  2721. # [22:08] <@bz> Which prop are you looking at?
  2722. # [22:08] <Optimizer> normal is also there
  2723. # [22:08] <Optimizer> well, I have implemented the autocompletino and I can autocomplete none and normal
  2724. # [22:08] <Optimizer> none is in display
  2725. # [22:08] <Optimizer> normal is in font-weight
  2726. # [22:08] <RyanVM|brb> is someone near bholley IRL?
  2727. # [22:08] * geekboy|afk is now known as geekboy
  2728. # [22:09] <@bz> display "none" is not the same "none"
  2729. # [22:09] <@bz> let me get you an example
  2730. # [22:09] * sfoster is now known as sfoster|lunch
  2731. # [22:09] * Parts: ialagenchev (Adium@moz-BBE3ABD.mv.mozilla.com)
  2732. # [22:09] <Optimizer> domUtils.getCSSValuesForProperty("display") returns "none" as one of array items
  2733. # [22:09] <@bz> Yeah
  2734. # [22:10] <@bz> "none" is a keyword for display
  2735. # [22:10] <@bz> but...
  2736. # [22:10] <Optimizer> oh ..
  2737. # [22:10] <@bz> Try background-image
  2738. # [22:10] <Optimizer> ok
  2739. # [22:10] <Optimizer> yup, not there
  2740. # [22:10] <@bz> And font-weight is just weird....
  2741. # [22:11] <@bz> But let me find you a failing example for normal
  2742. # [22:11] <Optimizer> summary : "domUtils.getCSSValuesForProperty does not return non keyword values like auto/normal/none/all"
  2743. # [22:11] <Optimizer> ?
  2744. # [22:11] <@bz> letter-spacing
  2745. # [22:11] <@bz> yeah
  2746. # [22:11] <Optimizer> not there too
  2747. # [22:11] <@bz> and transition-property is the only place "all" is used
  2748. # [22:11] <Optimizer> whats with CSS ? :P
  2749. # [22:11] <@bz> well
  2750. # [22:11] <@bz> There's the CSS spec
  2751. # [22:11] * Joins: ialagenchev (Adium@moz-BBE3ABD.mv.mozilla.com)
  2752. # [22:11] <@bz> and there's how our parser chunks things up. ;)
  2753. # [22:11] <@bz> And what you're seeing is the latter view. ;)
  2754. # [22:12] <@bz> not the spec fiew
  2755. # [22:12] <Optimizer> heh
  2756. # [22:12] <@bz> er, view
  2757. # [22:12] * Joins: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP)
  2758. # [22:13] * Joins: Pauly (Mibbit@9CE575BF.A4D7A2CC.CD219C36.IP)
  2759. # [22:13] <catlee-buildduty> ehsan: hey
  2760. # [22:13] <@ehsan> catlee-buildduty: hello sir!
  2761. # [22:14] <catlee-buildduty> hey - w64 builds are busted on date
  2762. # [22:14] <catlee-buildduty> I just pushed m-c there earlier
  2763. # [22:14] <Optimizer> bz: bug 895076
  2764. # [22:14] <@ehsan> :(
  2765. # [22:14] <@bz> Optimizer: thanks
  2766. # [22:15] <@ehsan> catlee-buildduty: huh
  2767. # [22:15] <@ehsan> so, NS_STDCALL is apparently defined to __cdecl on win64
  2768. # [22:15] * @ehsan lols
  2769. # [22:16] <@ehsan> catlee-buildduty: what visual studio do we use for those builds? 2010?
  2770. # [22:16] * Quits: jet (jet@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: jet)
  2771. # [22:16] <@bz> ehsan: well, does win64 even have multiple calling conventions>
  2772. # [22:16] <@bz> ehsan: ?
  2773. # [22:16] <@ehsan> good question
  2774. # [22:16] <catlee-buildduty> ehsan: not sure...check the log
  2775. # [22:17] <@ehsan> bz: Given the expanded register set, x64 just uses the __fastcall calling convention
  2776. # [22:17] <@ehsan> the fix should be simple
  2777. # [22:17] <@ehsan> catlee-buildduty: let me try to build locally...
  2778. # [22:17] * Quits: Pauly (Mibbit@9CE575BF.A4D7A2CC.CD219C36.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  2779. # [22:18] * Quits: FabioMagnoni (fabiomagno@B3DF7B11.7E50630E.243A7AC9.IP) (Input/output error)
  2780. # [22:18] * Quits: rednaks (rednaks@C8C1A17E.AFD91B9D.55FFA9B4.IP) (Ping timeout)
  2781. # [22:18] <@ehsan> "On Itanium Processor Family (IPF) and x64 processors, __stdcall is accepted and ignored by the compiler; on IPF, by convention, parameters are passed in register."
  2782. # [22:18] <catlee-buildduty> ehsan: looks like 2010
  2783. # [22:18] <@ehsan> yep, there's the bug
  2784. # [22:18] <@ehsan> catlee-buildduty: cool, ty
  2785. # [22:18] <catlee-buildduty> http://hg.mozilla.org/releases/mozilla-release/file/13a1e0da40c0/browser/config/mozconfigs/win64/nightly#l26
  2786. # [22:20] <@bz> ehsan: that's what I thought, re __fastcall
  2787. # [22:20] * Quits: capella (chatzilla@moz-8F413D10.twcny.res.rr.com) (Ping timeout)
  2788. # [22:21] * Joins: capella (chatzilla@moz-8F413D10.twcny.res.rr.com)
  2789. # [22:21] * Quits: damons (gnubeard@97957D0A.8D753159.C943C01E.IP) (Quit: damons)
  2790. # [22:21] * Joins: vladan1 (vladan@moz-AC89B3C8.vlan445.asr1.yyz1.gblx.net)
  2791. # [22:21] * Joins: briansmith (briansmith@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2792. # [22:22] * Joins: rednaks (rednaks@C8C1A17E.AFD91B9D.55FFA9B4.IP)
  2793. # [22:22] * Quits: vladan (vladan@moz-AC89B3C8.vlan445.asr1.yyz1.gblx.net) (Ping timeout)
  2794. # [22:22] * vladan1 is now known as vladan
  2795. # [22:22] * wlach is now known as wlach|mtg
  2796. # [22:23] * jmaher is now known as jmaher|afk
  2797. # [22:23] * Joins: damons (gnubeard@97957D0A.8D753159.C943C01E.IP)
  2798. # [22:23] * Joins: brson (brson@moz-BBE3ABD.mv.mozilla.com)
  2799. # [22:23] <mwu> padenot: ping
  2800. # [22:24] * Quits: Lethalman (lethal@moz-D859DDA2.service.infuturo.it) (Connection reset by peer)
  2801. # [22:25] <@ehsan> catlee-buildduty: cool building locally now
  2802. # [22:27] * Joins: Pauly (Mibbit@9CE575BF.A4D7A2CC.CD219C36.IP)
  2803. # [22:27] * Quits: krit (krit@moz-832F79EA.hsd1.ca.comcast.net) (Quit: Leaving.)
  2804. # [22:27] * Joins: kentuckyfriedtakahe (ajones@moz-FB42EA5C.xdsl.xnet.co.nz)
  2805. # [22:27] <@ehsan> catlee-buildduty: also, filed https://bugzilla.mozilla.org/show_bug.cgi?id=895083
  2806. # [22:27] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  2807. # [22:28] <catlee-buildduty> ehsan: thanks!
  2808. # [22:28] * Quits: @smaug (chatzilla@moz-EA94A8DE.elisa-mobile.fi) (Ping timeout)
  2809. # [22:28] <@ehsan> sure thing
  2810. # [22:29] * Joins: mccr8 (mccr8@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2811. # [22:29] <@ehsan> catlee-buildduty: btw, why are we running non-win64 builds on date?
  2812. # [22:29] <@ehsan> we're not planning to land anything on date directly
  2813. # [22:29] <catlee-buildduty> dunno
  2814. # [22:29] <catlee-buildduty> easier that way
  2815. # [22:29] <@ehsan> should I file a bug?
  2816. # [22:30] <catlee-buildduty> I wanted to make sure we didn't bust anything
  2817. # [22:30] <catlee-buildduty> it's pretty low load right now
  2818. # [22:30] * Joins: jet (jet@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2819. # [22:30] * Joins: dao (dao@moz-91921B3B.superkabel.de)
  2820. # [22:30] * Joins: ehugg (chatzilla@CE3BE0DD.29102B70.6CD50604.IP)
  2821. # [22:31] * Joins: jryans (jryans@3DF2E497.7CA53166.F12515B4.IP)
  2822. # [22:31] <@ehsan> well, like I said, date will just be a copy of m-c (and later on m-i) so no bustage risk there
  2823. # [22:31] <catlee-buildduty> not from the code :)
  2824. # [22:31] <catlee-buildduty> the infra stuff maybe
  2825. # [22:31] <@ehsan> oh
  2826. # [22:31] <@ehsan> ok
  2827. # [22:31] <@ehsan> well
  2828. # [22:31] <@ehsan> I don't care much ;)
  2829. # [22:32] * Quits: jrmuizel (jrmuizel@moz-AC89B3C8.vlan445.asr1.yyz1.gblx.net) (Ping timeout)
  2830. # [22:32] * Joins: jrmuizel (jrmuizel@moz-AC89B3C8.vlan445.asr1.yyz1.gblx.net)
  2831. # [22:32] * Quits: Archaeopteryx (itsme@63C963D0.930CA6B4.2DB0BBA1.IP) (Quit: It has been this message for years.)
  2832. # [22:34] * Joins: Cwiiis (cwiiis@88F51059.F3BBB17D.144F44FA.IP)
  2833. # [22:34] * ChanServ sets mode: +o Cwiiis
  2834. # [22:34] * Quits: Asa (asa@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2835. # [22:35] * Quits: mcomella (mcomella@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  2836. # [22:35] * Joins: Asa (asa@moz-BBE3ABD.mv.mozilla.com)
  2837. # [22:35] * Joins: mcomella (mcomella@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2838. # [22:35] <gabor> how can I run an xpcshell test with mach with the flag: check-interactive
  2839. # [22:36] * Quits: @Cwiiis (cwiiis@88F51059.F3BBB17D.144F44FA.IP) (Ping timeout)
  2840. # [22:36] * Joins: bholley (anonymous@moz-FCAF9AAB.hsd1.ca.comcast.net)
  2841. # [22:36] * bnicholson is now known as bnicholson|afk
  2842. # [22:36] <bholley> RyanVM|brb: hi
  2843. # [22:36] <bholley> RyanVM|brb: is the bustage mine?
  2844. # [22:37] <bholley> RyanVM|brb: I had pretty good try coverage
  2845. # [22:37] <RyanVM|brb> bholley: it's weird, only the OSX B2G build is showing it
  2846. # [22:37] * RyanVM|brb is now known as RyanVM
  2847. # [22:37] * Joins: Jesse_ (jruderman@moz-BBE3ABD.mv.mozilla.com)
  2848. # [22:37] <RyanVM> bholley: I'm kind of waiting to see how more of them go
  2849. # [22:37] * Quits: Jesse (jruderman@moz-BBE3ABD.mv.mozilla.com) (Connection reset by peer)
  2850. # [22:37] <Ms2ger> gabor, the help says --interactive, -i
  2851. # [22:37] <bholley> RyanVM: it predates my push though, right?
  2852. # [22:38] <RyanVM> the jit-tests, yes
  2853. # [22:38] <bholley> gabor: what are you wondering?
  2854. # [22:38] <RyanVM> not the cppunittests
  2855. # [22:38] * Quits: smontagu (chatzilla@moz-C0106BAA.red.bezeqint.net) (Ping timeout)
  2856. # [22:38] * jlebar is now known as jlebar|afk
  2857. # [22:39] <bholley> RyanVM: how do I run those locally?
  2858. # [22:39] <RyanVM> make check ?
  2859. # [22:40] <Ms2ger> Yeah
  2860. # [22:40] * Joins: jryans_ (jryans@7FDE091.8D907DF.67894F1C.IP)
  2861. # [22:40] * Quits: jryans (jryans@3DF2E497.7CA53166.F12515B4.IP) (Connection reset by peer)
  2862. # [22:40] <gabor> Ms2ger: ehh...thanks, was a typo
  2863. # [22:40] <RyanVM> bholley: but it's going to be really fun if this is only happening on the B2G build
  2864. # [22:40] * Joins: Archaeopteryx (itsme@63C963D0.930CA6B4.2DB0BBA1.IP)
  2865. # [22:40] <gabor> bholley: wondering?
  2866. # [22:40] <RyanVM> bholley: the Linux B2G build appears to be OK
  2867. # [22:40] <bholley> gabor: about --interactive
  2868. # [22:41] * Quits: mihneadb (mihneadb@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  2869. # [22:41] * Joins: jet_ (jet@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2870. # [22:41] <bholley> RyanVM: it should be - I pushed it to try on linux64 a jillion times :-)
  2871. # [22:41] * jchen is now known as jchen|away
  2872. # [22:41] * Quits: jet (jet@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  2873. # [22:41] * jet_ is now known as jet
  2874. # [22:41] * Joins: chmanchester (chmanchest@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2875. # [22:41] <bholley> RyanVM: or does try not run b2g?
  2876. # [22:41] * jhammel|afk is now known as jhammel
  2877. # [22:41] <bholley> RyanVM: https://tbpl.mozilla.org/?tree=Try&rev=61156f134cbd
  2878. # [22:42] <RyanVM> bholley: only if you select all builds
  2879. # [22:42] <bholley> RyanVM: that was an osx try push (ignore the xpcshell failures)
  2880. # [22:42] <gabor> bholley: tried '-check-interactive' then something that was _almost_ '-interactive' and was wondering why it does not work ;)
  2881. # [22:42] <bholley> RyanVM: so the b2g builds are desktop b2g builds?
  2882. # [22:42] <bholley> gabor: yeah it's different with mach now
  2883. # [22:42] * Quits: chmanchester|afk (user@moz-962996C5.seas.upenn.edu) (Input/output error)
  2884. # [22:42] <Ms2ger> gabor, seriously though, there's help ;)
  2885. # [22:43] <bholley> RyanVM: I can spin up a local build
  2886. # [22:43] <bholley> RyanVM: and see if I can repro on my mac
  2887. # [22:43] * Joins: jryans (jryans@7FDE091.8D907DF.67894F1C.IP)
  2888. # [22:43] <RyanVM> bholley: yes
  2889. # [22:43] * Quits: jryans_ (jryans@7FDE091.8D907DF.67894F1C.IP) (Connection reset by peer)
  2890. # [22:43] * Fallen is now known as Fallen|away
  2891. # [22:43] * Quits: yzen (yzen@C8A3A5EA.A6295926.9D42CF23.IP) (Quit: yzen)
  2892. # [22:43] <RyanVM> bholley: looks like the regular osx debug firefox build was OK (going through the actual log)
  2893. # [22:43] * Quits: jdm (jdm@92FB48CA.8B5E9DF.9A8C35B4.IP) (Quit: Lost terminal)
  2894. # [22:44] <gabor> Ms2ger: yeah... even help does not help if one cannot type now does it? ;)
  2895. # [22:44] * Quits: jrmuizel (jrmuizel@moz-AC89B3C8.vlan445.asr1.yyz1.gblx.net) (Client exited)
  2896. # [22:44] * Joins: jrmuizel (jrmuizel@moz-AC89B3C8.vlan445.asr1.yyz1.gblx.net)
  2897. # [22:44] * Quits: jrmuizel (jrmuizel@moz-AC89B3C8.vlan445.asr1.yyz1.gblx.net) (Client exited)
  2898. # [22:44] <daleharvey> RyanVM: pong
  2899. # [22:45] * Joins: jrmuizel (jrmuizel@moz-AC89B3C8.vlan445.asr1.yyz1.gblx.net)
  2900. # [22:45] <RyanVM> daleharvey: I pinged you in the bug, just wondering if you'd made any progress on the b2g18 patch
  2901. # [22:45] * armenzg_mtg is now known as armenzg
  2902. # [22:45] <bholley> RyanVM: shall I spin up a desktop b2g build?
  2903. # [22:45] <RyanVM> bholley: I need to run now, but please keep KWierso|Home in the loop
  2904. # [22:45] <RyanVM> bholley: would be good :)
  2905. # [22:45] <bholley> ok
  2906. # [22:45] <bholley> KWierso|Home: ^
  2907. # [22:45] <RyanVM> ttyl
  2908. # [22:45] * RyanVM is now known as RyanVM|afk
  2909. # [22:45] <bholley> RyanVM|afk: <3
  2910. # [22:46] <daleharvey> RyanVM: ah yeh sorry, closed bugs didnt come up on my dashboard, will get to it tomorrow, apologies and cheers for the ping
  2911. # [22:46] * Quits: arnaud_bienner (arno@moz-A1109EC1.dsl.sta.abo.bbox.fr) (Quit: Ex-Chat)
  2912. # [22:46] * Quits: mdas (mdas@moz-AC89B3C8.vlan445.asr1.yyz1.gblx.net) (Input/output error)
  2913. # [22:46] * hwine-food is now known as hwine
  2914. # [22:46] * Quits: msucan (mihai@6585D74C.39ADAF53.320F75DD.IP) (Quit: Leaving.)
  2915. # [22:46] * Joins: mdas (mdas@moz-AC89B3C8.vlan445.asr1.yyz1.gblx.net)
  2916. # [22:46] * jchen|away is now known as jchen
  2917. # [22:47] * Joins: mihneadb (mihneadb@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2918. # [22:47] <bholley> KWierso|Home: I'm spinning up a desktop b2g build to see if I can repro those unit test failures
  2919. # [22:47] <KWierso|Home> bholley: okay
  2920. # [22:47] * Quits: brson (brson@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2921. # [22:48] <JosiahOne> Does anyone know why in a xml method, doing:
  2922. # [22:48] <JosiahOne> timeoutID = setTimeout("this.finishCloseTab(aOptTabIndexNodeOrInfo, aNoUndo)", 250);
  2923. # [22:48] <JosiahOne> Doesn't seem to call finishCloseTab.
  2924. # [22:48] * Quits: mdas (mdas@moz-AC89B3C8.vlan445.asr1.yyz1.gblx.net) (Ping timeout)
  2925. # [22:48] <JosiahOne> However; this.finishCloseTab(aOptTabIndexNodeOrInfo, aNoUndo) does work.
  2926. # [22:48] <Mook_as> JosiahOne: ugh, why a string? |this| is probably the window or something like that.
  2927. # [22:49] <@ehsan> catlee-buildduty: hmm, bad news
  2928. # [22:49] <Ms2ger> setTimeout(() => { this.finishCloseTab(aOptTabIndexNodeOrInfo, aNoUndo) }, 250)
  2929. # [22:49] <@ehsan> catlee-buildduty: my build is well past the xpcom bits now :(
  2930. # [22:49] <catlee-buildduty> ehsan: eh?
  2931. # [22:50] <@ehsan> catlee-buildduty: can you dig out the exact version of the compiler + service packs etc please?
  2932. # [22:50] <JosiahOne> Mook_as: Because I've tried every syntax in the world and nothing seems to call it...
  2933. # [22:50] <@ehsan> catlee-buildduty: or, alternatively, can I do these builds on try?
  2934. # [22:50] <catlee-buildduty> ehsan: yeah, they work on try
  2935. # [22:50] <@ehsan> how do I do those builds? -p win64?
  2936. # [22:51] * Quits: capella (chatzilla@moz-8F413D10.twcny.res.rr.com) (Ping timeout)
  2937. # [22:51] * Joins: vladan1 (vladan@moz-AC89B3C8.vlan445.asr1.yyz1.gblx.net)
  2938. # [22:51] <JosiahOne> Ms2ger: Huh? That doesn't make any sense?
  2939. # [22:51] * Joins: harth (harth@moz-3C999954.hsd1.ca.comcast.net)
  2940. # [22:51] * Quits: marco (marco@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  2941. # [22:51] <Ms2ger> JosiahOne, do tell
  2942. # [22:51] * Quits: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP) (Quit: Computer has gone to sleep.)
  2943. # [22:51] * Joins: capella (chatzilla@moz-8F413D10.twcny.res.rr.com)
  2944. # [22:52] * Quits: vladan (vladan@moz-AC89B3C8.vlan445.asr1.yyz1.gblx.net) (Ping timeout)
  2945. # [22:52] <Optimizer> arrow functions ftw
  2946. # [22:52] <JosiahOne> Ms2ger: Seems odd. I've never seen it called like that.
  2947. # [22:52] * Quits: damons (gnubeard@97957D0A.8D753159.C943C01E.IP) (Quit: damons)
  2948. # [22:52] <Ms2ger> setTimeout((function() { this.finishCloseTab(aOptTabIndexNodeOrInfo, aNoUndo) }).bind(this), 250)
  2949. # [22:52] <Ms2ger> Better?
  2950. # [22:53] <JosiahOne> Yep. :)
  2951. # [22:53] <catlee-buildduty> ehsan: http://trychooser.pub.build.mozilla.org/ sez yes
  2952. # [22:53] <@ehsan> cool
  2953. # [22:53] <@ehsan> catlee-buildduty: I think I'll just write the patch and push to try!
  2954. # [22:53] <@ehsan> catlee-buildduty: local testing is overrated ;)
  2955. # [22:53] * armenzg is now known as armenzg_omw
  2956. # [22:54] <catlee-buildduty> :P
  2957. # [22:54] <Optimizer> JosiahOne: lol
  2958. # [22:54] * Optimizer imagines a mom kissing child's booboo to let the child feel better :D
  2959. # [22:55] <Mook_as> Ms2ger: you probably want this.finishCloseTab.bind(this, aOptTabIndexNodeOrInfo, aNoUndo) instead? (because people like to do stuff like that in loops... and modify the local vars)
  2960. # [22:55] <JosiahOne> Lol.
  2961. # [22:55] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  2962. # [22:55] * Quits: dew (Instantbir@moz-2C6F2E2.dhcp.stls.mo.charter.com) (Ping timeout)
  2963. # [22:55] <Ms2ger> Mook_as, no, I want the fat arrow
  2964. # [22:56] <Optimizer> me too
  2965. # [22:56] <Mook_as> well, yes. I'd want that too :p
  2966. # [22:56] <Optimizer> I want slim arrow too, but they are not in spec yet
  2967. # [22:56] * jlebar|afk is now known as jlebar
  2968. # [22:56] * Quits: armenzg_omw (armenzg@moz-AC89B3C8.vlan445.asr1.yyz1.gblx.net) (Input/output error)
  2969. # [22:56] * deian is now known as deian|away
  2970. # [22:56] * Joins: marco (marco@moz-BBE3ABD.mv.mozilla.com)
  2971. # [22:56] <gaston> gps: awesome blogpost on automation
  2972. # [22:56] <JosiahOne> I still don't know why: "setTimeout(finishCloseTab, 250, aOptTabIndexNodeOrInfo, aNoUndo)" doesn't work though...
  2973. # [22:56] * Joins: armenzg_omw (armenzg@moz-AC89B3C8.vlan445.asr1.yyz1.gblx.net)
  2974. # [22:56] <Optimizer> lol
  2975. # [22:57] <Optimizer> sorry for so much lolling
  2976. # [22:57] <Ms2ger> Wrong this object
  2977. # [22:57] <Optimizer> and yes, the scope of the function is not changed, thus the |this| will refer to something else
  2978. # [22:57] * Joins: nhirata (anonymous@moz-B6414118.static.dsl.as9105.com)
  2979. # [22:57] <Optimizer> (like in case of event handlers, |this| refers to the DOM object who fired the event when not binded)
  2980. # [22:58] <JosiahOne> I see.
  2981. # [22:58] * Quits: maxli (maxli@moz-AC89B3C8.vlan445.asr1.yyz1.gblx.net) (Quit: Leaving.)
  2982. # [22:58] * Quits: armenzg_omw (armenzg@moz-AC89B3C8.vlan445.asr1.yyz1.gblx.net) (Ping timeout)
  2983. # [23:00] <JosiahOne> Optimizer, Ms2ger: Well thanks. Unfortunately javascript is still kind of new to me, so I lack much knowledge.
  2984. # [23:00] <JosiahOne> Especially these very Javascripty things. :)
  2985. # [23:02] * Quits: wolfiR (wolfiR@253956BC.3B3EB5A1.563A904D.IP) (Ping timeout)
  2986. # [23:02] * Joins: wolfiR (wolfiR@253956BC.3B3EB5A1.563A904D.IP)
  2987. # [23:02] <JosiahOne> Ms2ger: Is there a significant benefit to using the double arrow?
  2988. # [23:02] * Quits: ehugg (chatzilla@CE3BE0DD.29102B70.6CD50604.IP) (Quit: ChatZilla 0.9.90.1 [Firefox 22.0/20130618035212])
  2989. # [23:02] <Ms2ger> JosiahOne, it takes the this from the scope, so you don't have to use Mook_as's contortions
  2990. # [23:03] * Quits: harth (harth@moz-3C999954.hsd1.ca.comcast.net) (Input/output error)
  2991. # [23:03] <JosiahOne> Ms2ger: Cool. In that case I'll use it. :)
  2992. # [23:05] * Quits: ejpbruel (ejpbruel@moz-5EE20326.adsl2.static.versatel.nl) (Ping timeout)
  2993. # [23:05] <gps> gaston: thanks!
  2994. # [23:06] <Optimizer> is this build bustage error on try known : e:\builds\moz2_slave\try-w64-0000000000000000000000\build\xpcom\glue\nsThreadUtils.h(330) : error C2953: 'nsRunnableMethodTraits<R(__cdecl C::* )(void),Owning>' : class template has already been define
  2995. # [23:07] * Quits: ErvisTusha (ErvisTusha@31CA722B.F69FB6EA.363D84A4.IP) (Quit: Leaving)
  2996. # [23:07] * Joins: zwol (zack@moz-B5A0CE71.pitbpa.fios.verizon.net)
  2997. # [23:07] * gregglind_afk is now known as gregglind
  2998. # [23:07] * Ms2ger waves at KWierso|Home
  2999. # [23:07] * Quits: wolfiR (wolfiR@253956BC.3B3EB5A1.563A904D.IP) (Quit: Leaving)
  3000. # [23:07] <Ms2ger> See you at 3am ;)
  3001. # [23:07] <Mook_as> Optimizer: win64? https://bugzilla.mozilla.org/show_bug.cgi?id=895083
  3002. # [23:07] <KWierso|Home> Ms2ger: pretty much :)
  3003. # [23:07] <Optimizer> yup
  3004. # [23:08] * nthomas|mtg is now known as nthomas
  3005. # [23:08] <Optimizer> Mook_as: thanks
  3006. # [23:08] * Jesse_ is now known as Jesse
  3007. # [23:08] * rail is now known as rail_away
  3008. # [23:08] <Optimizer> I thought my patch did something ;)
  3009. # [23:09] * jhopkins is now known as jhopkins|afk
  3010. # [23:09] <KWierso|Home> bholley: looks like that cpuunittests thing is still broken on ryanvm's backout push :(
  3011. # [23:10] <NeilAway> bz: do you remember the bug#s where mrbkap was changing the way xbl handles children?
  3012. # [23:10] * hwine is now known as hwine|mtg
  3013. # [23:10] <mrbkap> NeilAway: 653881
  3014. # [23:10] * vladan1 is now known as vladan
  3015. # [23:10] <NeilAway> mrbkap: oh, you are here
  3016. # [23:11] <NeilAway> mrbkap: I have this little problem in that xbl1 used to ignore <observes> elements even if there was no <children> to place them under, they would just not appear in the frame tree
  3017. # [23:11] * wlach|mtg is now known as wlach
  3018. # [23:12] <mrbkap> NeilAway: ugh
  3019. # [23:12] * Quits: capella (chatzilla@moz-8F413D10.twcny.res.rr.com) (Ping timeout)
  3020. # [23:12] * jchen is now known as jchen|away
  3021. # [23:12] * Quits: mcote (mcote@1D8E4B86.9B0C981.6C85A25D.IP) (Ping timeout)
  3022. # [23:14] <mrbkap> NeilAway: Can you file a bug?
  3023. # [23:14] <mrbkap> NeilAway: I'll have to research how that used to work.
  3024. # [23:14] * Joins: capella (chatzilla@moz-8F413D10.twcny.res.rr.com)
  3025. # [23:14] <NeilAway> mrbkap: yeah, I just wanted a bug for the blocks field ;-)
  3026. # [23:14] <mrbkap> NeilAway: great, thanks :)
  3027. # [23:15] * Quits: Ms2ger (Ms2ger@54323780.629A11C5.3773EA9F.IP) (Quit: nn)
  3028. # [23:16] * Joins: ejpbruel (ejpbruel@moz-5EE20326.adsl2.static.versatel.nl)
  3029. # [23:16] * NeilAway thwaps Ms2ger
  3030. # [23:17] * Joins: bmoss (bmoss@D1238BA1.5F77D495.B41F1B80.IP)
  3031. # [23:17] * Joins: jwilde (Thunderbir@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3032. # [23:18] * sfoster|lunch is now known as sfoster
  3033. # [23:18] * Quits: cpearce (chatzilla@moz-17AE2498.xdsl.xnet.co.nz) (Ping timeout)
  3034. # [23:18] * Quits: gwagner_ (Gregor@moz-BBE3ABD.mv.mozilla.com) (Quit: gwagner_)
  3035. # [23:19] * Quits: Pauly (Mibbit@9CE575BF.A4D7A2CC.CD219C36.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  3036. # [23:19] <NeilAway> mrbkap: well, bug 653881 deleted the comment in part 1
  3037. # [23:19] <mrbkap> NeilAway: Which comment?
  3038. # [23:19] * NeilAway tries to work out how to link to it
  3039. # [23:20] <mwu> jesup: do you know a good way of testing webrtc audio?
  3040. # [23:20] <NeilAway> mrbkap: https://bugzilla.mozilla.org/attachment.cgi?id=703989&action=diff#a/content/xbl/src/nsXBLBinding.cpp_sec6 - scroll down to line 811
  3041. # [23:20] <mwu> I accidentally enabled the backend I wanted and now I want to test it
  3042. # [23:20] <jesup> mwu: mozilla.github.com/gum_test.html
  3043. # [23:21] <mwu> 404
  3044. # [23:21] * Joins: gwagner_ (Gregor@moz-BBE3ABD.mv.mozilla.com)
  3045. # [23:22] <bholley> KWierso|Home: my local b2g build is almost done
  3046. # [23:22] * bholley checks
  3047. # [23:22] <mrbkap> NeilAway: Is it possible that I fixed your problem in bug 888787?
  3048. # [23:22] <mwu> google tells me http://mozilla.github.io/webrtc-landing/gum_test.html
  3049. # [23:22] * Quits: wlach (wlach@E71D525F.16E18C08.3DEE0DD0.IP) (Quit: Computer has gone to sleep.)
  3050. # [23:22] <jesup> Sorry, right
  3051. # [23:23] <jesup> See the topic in #media
  3052. # [23:23] <mwu> thanks, I'll join that channel
  3053. # [23:24] <mrbkap> NeilAway: I readded (basically) the code that ignored <template> and <observers> -- I didn't see any other places that needed that treatment.
  3054. # [23:24] * Quits: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP) (Connection reset by peer)
  3055. # [23:24] * Quits: michal (michal@moz-6CE1017D.broadband17.iol.cz) (Ping timeout)
  3056. # [23:24] * Joins: JeroenDeDauw (j@moz-3D93E779.dip0.t-ipconnect.de)
  3057. # [23:26] * Quits: tonymec (tonymec@EF19FAAF.578798F3.A9371869.IP) (Ping timeout)
  3058. # [23:26] * dveditz_ is now known as dveditz
  3059. # [23:27] * Quits: kanru` (kanru@moz-20FF9630.dynamic.hinet.net) (Ping timeout)
  3060. # [23:27] * Joins: mmargoliono (min@moz-9DBD522D.static.internode.on.net)
  3061. # [23:27] <bholley> KWierso|Home: easy fix. sec
  3062. # [23:27] <NeilAway> mrbkap: I have that changeset in my build :-(
  3063. # [23:27] <KWierso|Home> bholley: \o/
  3064. # [23:28] * Joins: breck (breck@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3065. # [23:28] * Joins: damons (gnubeard@97957D0A.8D753159.C943C01E.IP)
  3066. # [23:28] <NeilAway> mrbkap: the trouble is that the element has two children, one of which matches the insertion point, and the other is an observes
  3067. # [23:29] * Quits: tomer (tomer@moz-F45DAEFD.static.012.net.il) (Ping timeout)
  3068. # [23:29] <mrbkap> NeilAway: that should be fine.
  3069. # [23:29] <NeilAway> mrbkap: well, I'll see if I can debug it then
  3070. # [23:29] <mrbkap> NeilAway: What's happening?
  3071. # [23:30] <NeilAway> mrbkap: well, <menulist><menupopup/><observes/></menulist> ends up with a menulist with no XBL content
  3072. # [23:30] * bholley grumbles about platform fragmentation and b2g
  3073. # [23:30] * Quits: ahal (ahal@moz-AC89B3C8.vlan445.asr1.yyz1.gblx.net) (Input/output error)
  3074. # [23:31] <mrbkap> uh, duh
  3075. # [23:31] <mrbkap> NeilAway: I typo'd my patch :(
  3076. # [23:31] <mrbkap> NeilAway: I'm using nsGkAtoms::observer not ::observes :(
  3077. # [23:32] * grobinson|afk is now known as grobinson
  3078. # [23:32] <bholley> KWierso|Home: may I push the fix?
  3079. # [23:32] <mrbkap> NeilAway: Can you file?
  3080. # [23:32] <KWierso|Home> bholley: go for it
  3081. # [23:32] <NeilAway> mrbkap: great, I'll recompile and test to confirm
  3082. # [23:32] <bholley> rgr
  3083. # [23:32] * Quits: jryans (jryans@7FDE091.8D907DF.67894F1C.IP) (Quit: Be back later)
  3084. # [23:32] * Quits: reyre (reyre@86C3727C.33EE9F8A.1139E686.IP) (Client exited)
  3085. # [23:32] * Joins: reyre (rick@B2D8AB09.33EE9F8A.1139E686.IP)
  3086. # [23:32] * jchen|away is now known as jchen
  3087. # [23:33] * Quits: ctangira (ctangira@moz-CFCC7B62.cisco.com) (Ping timeout)
  3088. # [23:33] * Quits: capella (chatzilla@moz-8F413D10.twcny.res.rr.com) (Ping timeout)
  3089. # [23:33] * Quits: hub (hub@moz-E12780DE.cable.teksavvy.com) (Ping timeout)
  3090. # [23:33] * Quits: dao (dao@moz-91921B3B.superkabel.de) (Quit: Leaving.)
  3091. # [23:33] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ff75b1f352e9 - Bobby Holley - Bug 887334 - Enter a compartment in b2g-only unloading code. r=me CLOSED TREE
  3092. # [23:34] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  3093. # [23:35] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/2d7edd0ded0e - Guillaume Abadie - Bug 895010 - Disable vertex array object tests since the extension has been disabled. r=jrmuizel CLOSED TREE
  3094. # [23:35] * Quits: overholt (overholt@moz-AC89B3C8.vlan445.asr1.yyz1.gblx.net) (Quit: Leaving)
  3095. # [23:36] * Quits: twi (Adium@moz-A99363D0.cust.dsl.vodafone.it) (Quit: Leaving.)
  3096. # [23:36] * Joins: WG9s (bill@moz-E9E3CA35.hsd1.ma.comcast.net)
  3097. # [23:36] <jcranmer> ehsan: outside of the prtypes.h stuff, how much do you care about killing uses of NSPR?
  3098. # [23:37] <@ehsan> jcranmer: mostly as a matter of hygiene
  3099. # [23:37] <@ehsan> how come?
  3100. # [23:37] <jcranmer> just curious
  3101. # [23:37] * Quits: drbalor (aidan@moz-476C12CD.static.enta.net) (Ping timeout)
  3102. # [23:37] <jcranmer> I've made a list of all the NSPR headers and what we have equivalents for in MFBT/xpcom and what we dont
  3103. # [23:38] * Joins: capella (chatzilla@moz-8F413D10.twcny.res.rr.com)
  3104. # [23:39] * Joins: arnaud_bienner (arno@moz-A1109EC1.dsl.sta.abo.bbox.fr)
  3105. # [23:39] * Quits: breck (breck@moz-BE33DA21.fw1.sfo1.mozilla.net) (Client exited)
  3106. # [23:39] <jcranmer> prlog.h and prtime.h are the only biggies we don't have wrappers around anywhere
  3107. # [23:39] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  3108. # [23:39] * hwine|mtg is now known as hwine
  3109. # [23:40] * Joins: mina (mina@moz-90B1521E.cable.teksavvy.com)
  3110. # [23:40] * Joins: breck (breck@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3111. # [23:40] <mina> RyanVM|afk: ping
  3112. # [23:40] * openjck is now known as openjck|offline
  3113. # [23:40] * Quits: Mnyromyr (Mnyromyr@moz-D6ED52A8.unity-media.net) (Quit: ChatZilla 0.9.86 [SeaMonkey 1.1.19/2010030105])
  3114. # [23:40] * Joins: michal (michal@moz-6CE1017D.broadband17.iol.cz)
  3115. # [23:41] * Quits: phenom (phenom@D257114B.13BADB45.4A5F0685.IP) (Ping timeout)
  3116. # [23:42] * Joins: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3117. # [23:43] * Joins: phenom (phenom@71E6F8B3.F5BFF26B.4A5F0685.IP)
  3118. # [23:43] * Quits: damons (gnubeard@97957D0A.8D753159.C943C01E.IP) (Quit: damons)
  3119. # [23:44] <KWierso|Home> "Output exceeded 52428800 bytes, remaining output has been truncated"
  3120. # [23:44] <KWierso|Home> =\
  3121. # [23:45] * Joins: armenzg_omw (armenzg@AD1AB91E.8829A0B.47C41102.IP)
  3122. # [23:45] * Quits: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP) (Quit: erikvold)
  3123. # [23:46] * Quits: mconley (mconley@moz-AC89B3C8.vlan445.asr1.yyz1.gblx.net) (Input/output error)
  3124. # [23:47] * Quits: nhirata (anonymous@moz-B6414118.static.dsl.as9105.com) (Quit: nhirata)
  3125. # [23:48] * Joins: damons (gnubeard@97957D0A.8D753159.C943C01E.IP)
  3126. # [23:48] <jcranmer> ehsan, Waldo: fwiw, I'm not planning on doing anything with char16_t until after I tackle NSPR atomics
  3127. # [23:48] <Waldo> sgtm
  3128. # [23:48] * Quits: ejpbruel (ejpbruel@moz-5EE20326.adsl2.static.versatel.nl) (Ping timeout)
  3129. # [23:48] <@ehsan> sgtm2
  3130. # [23:48] * Quits: kentuckyfriedtakahe (ajones@moz-FB42EA5C.xdsl.xnet.co.nz) (Quit: Ex-Chat)
  3131. # [23:48] <jcranmer> one mass change at a time :-)
  3132. # [23:49] <Waldo> I care far more about progress being forward, than about progress on particular fronts happening by particular times
  3133. # [23:49] <jcranmer> fwiw, if people want to go on a kill-useless-headers range
  3134. # [23:49] <jcranmer> trashing every use of prlong.h is a good start
  3135. # [23:49] * Joins: cpearce (chatzilla@moz-17AE2498.xdsl.xnet.co.nz)
  3136. # [23:49] * Joins: janv (varga@moz-8BF5D87F.flarion.as5628.telecom.sk)
  3137. # [23:49] <jcranmer> afaict, that header is not needed, even within NSPR/NSS code
  3138. # [23:50] * Quits: hurley (hurley@moz-BBE3ABD.mv.mozilla.com) (Quit: mootex)
  3139. # [23:52] * Joins: drbalor (aidan@moz-476C12CD.static.enta.net)
  3140. # [23:52] * Quits: jrmuizel (jrmuizel@moz-AC89B3C8.vlan445.asr1.yyz1.gblx.net) (Ping timeout)
  3141. # [23:54] * Quits: mmc|laptop (mchew@9E727688.17C2F9C.163DC5C6.IP) (Quit: mmc|laptop)
  3142. # [23:54] * Quits: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net) (Ping timeout)
  3143. # [23:54] <Optimizer> can I know the anchor of an anchored panel if I have reference to the panel in JS ?
  3144. # [23:55] * Quits: @bz (bzbarsky@moz-A28C5395.bstnma.fios.verizon.net) (Ping timeout)
  3145. # [23:56] * hwine is now known as hwine|mtg
  3146. # [23:57] * kats is now known as kats|away
  3147. # [23:57] * Quits: mfinkle (mfinkle@moz-F01E80CE.hsd1.pa.comcast.net) (Ping timeout)
  3148. # [23:57] <@ehsan> jcranmer: bug 895141
  3149. # [23:57] * Joins: brson (brson@moz-BBE3ABD.mv.mozilla.com)
  3150. # [23:58] <jcranmer> ehsan: duly noted
  3151. # [23:58] * Quits: brson (brson@moz-BBE3ABD.mv.mozilla.com) (Quit: leaving)
  3152. # [23:58] * Quits: briansmith (briansmith@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Leaving)
  3153. # [23:58] * Joins: brson (brson@moz-BBE3ABD.mv.mozilla.com)
  3154. # [23:58] * Quits: capella (chatzilla@moz-8F413D10.twcny.res.rr.com) (Ping timeout)
  3155. # [23:58] * Quits: johns (johns@2557E599.66715431.D25A875A.IP) (Ping timeout)
  3156. # [23:58] * Joins: johns (johns@moz-BBE3ABD.mv.mozilla.com)
  3157. # [23:59] * Quits: till (till@moz-27A64241.adsl.alicedsl.de) (Quit: does so)
  3158. # Session Close: Thu Jul 18 00:00:00 2013

The end :)