/irc-logs / mozilla / #developers / 2013-06-19 / end

Options:

  1. # Session Start: Wed Jun 19 00:00:00 2013
  2. # Session Ident: #developers
  3. # [00:00] * Joins: josh (josh@moz-348C4790.hsd1.mn.comcast.net)
  4. # [00:01] * Quits: chmanchester (chmanchest@moz-BE33DA21.fw1.sfo1.mozilla.net) (Input/output error)
  5. # [00:02] * Quits: josh (josh@moz-348C4790.hsd1.mn.comcast.net) (Quit: josh)
  6. # [00:02] * kats-afk is now known as kats
  7. # [00:02] * Quits: sheppy (sheppy@moz-43EEF1A9.dhcp.kgpt.tn.charter.com) (Quit: NO CARRIER)
  8. # [00:03] * Joins: josh (josh@moz-348C4790.hsd1.mn.comcast.net)
  9. # [00:03] <jlebar> Dear people who know C++:
  10. # [00:03] <jlebar> Why can I extern |const char* foo|, but not |const char* const foo|?
  11. # [00:03] <jlebar> The latter fails to link.
  12. # [00:04] <@khuey> did you get the declarations and definitions right in both cases?
  13. # [00:04] <@khuey> that's surprising to me
  14. # [00:04] <jlebar> yeah, me too.
  15. # [00:04] * Joins: bjacob_ (bjacob@F2D29657.F60B0462.67AC9B1.IP)
  16. # [00:04] * Quits: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net) (Quit: jib)
  17. # [00:04] * Joins: gal007 (Mibbit@moz-7C05E6DD.cab.prima.net.ar)
  18. # [00:04] * Joins: chmanchester (chmanchest@moz-BE33DA21.fw1.sfo1.mozilla.net)
  19. # [00:05] * Quits: rednaks (rednaks@7873B65B.9DD69A96.55FFA9B4.IP) (Quit: Téléportation !)
  20. # [00:05] <jlebar> khuey: http://pastebin.mozilla.org/2539345
  21. # [00:05] <jlebar> khuey: but take the second const off, and it works fine.
  22. # [00:05] <edwin> khuey: Got time for literally a 3 line review? padenot would love you forever. He might even -- I'm not making any guarantees here -- but he might even let you stroke his beard.
  23. # [00:06] * Joins: bdahl (bdahl@moz-801E009D.vlan502.asr1.cdg2.gblx.net)
  24. # [00:06] <@khuey> jlebar: try extern blah blah in test2.cpp
  25. # [00:06] <@khuey> ?
  26. # [00:07] <@khuey> edwin: so if I don't want to stroke padenot's beard I shouldn't review this thing?
  27. # [00:07] * Quits: bjacob_ (bjacob@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  28. # [00:07] <jlebar> khuey: same thing
  29. # [00:07] * Joins: jgilbert (jgilbert@moz-4C088FCE.hsd1.ca.comcast.net)
  30. # [00:07] * Parts: gal007 (Mibbit@moz-7C05E6DD.cab.prima.net.ar)
  31. # [00:08] <@khuey> jlebar: use nm (?) to see what symbol is actually generated in test2.cpp and maybe it'll give you a clue?
  32. # [00:08] <edwin> khuey: If you don't want to stroke padenot's beard then you're a mad man and clearly not of sound mind to be reviewing patches
  33. # [00:08] <@khuey> lol
  34. # [00:08] <@khuey> edwin: what do you want me to review?
  35. # [00:08] <jlebar> edwin: well played
  36. # [00:08] * hwine is now known as hwine|afk
  37. # [00:08] <@khuey> edwin: 794282?
  38. # [00:09] <@khuey> this is one of those days where I wish I were more familiar with the STL
  39. # [00:10] * Joins: dria (dria@moz-F5EB0C5D.dsl.teksavvy.com)
  40. # [00:10] * Quits: capella (chatzilla@moz-890811F7.twcny.res.rr.com) (Ping timeout)
  41. # [00:11] * Joins: reyre_ (reyre@moz-9002CDDA.cpe.net.cable.rogers.com)
  42. # [00:11] <jfkthame> jlebar: try adding "extern const char* const foo;" to test2.cpp *before* the actual definition (not after it)
  43. # [00:11] <reuben> jlebar: you're never defining it…
  44. # [00:11] * Quits: rstrong (androirc@A5A0595A.66715431.D25A875A.IP) (Input/output error)
  45. # [00:11] * Joins: rstrong (androirc@A5A0595A.66715431.D25A875A.IP)
  46. # [00:11] <jhammel> khuey: well, it ain't standard
  47. # [00:11] <jlebar> jfkthame++
  48. # [00:11] * Joins: capella (chatzilla@moz-890811F7.twcny.res.rr.com)
  49. # [00:11] <jlebar> jfkthame: Can you explain why that matters?
  50. # [00:11] <jfkthame> nope
  51. # [00:11] <jhammel> 'cept in the narrow c++ way, its hard to call those things templates...
  52. # [00:12] <jlebar> lol
  53. # [00:12] <reuben> huh, neat
  54. # [00:12] <@khuey> jfkthame: nice
  55. # [00:12] <jlebar> That is so incredibly strange.
  56. # [00:12] <jhammel> and it ain't much of a library. 'nuff said ;)
  57. # [00:12] * @khuey bows to jfkthame's knowledge of esoteric C++ insanity
  58. # [00:12] * Joins: geo (geo@2557E599.66715431.D25A875A.IP)
  59. # [00:12] <edwin> khuey: That's the one :) just the configure.in change; the rest has been looked at
  60. # [00:12] * jfkthame claims no special knowledge, just tried the experiment
  61. # [00:13] <@khuey> edwin: r+
  62. # [00:14] <reuben> jlebar: |const| implies |static|, so you need to explicitly tell it that it's an external declaration in the definition too
  63. # [00:14] <reuben> jlebar: I think prepending |extern | to the definition would also work
  64. # [00:14] <jlebar> reuben: o.O
  65. # [00:14] * RyanVM gets ready to merge cypress over to inbound
  66. # [00:14] <RyanVM> khueybot would never break something
  67. # [00:14] <jcranmer> jlebar: I can explain why it works
  68. # [00:14] <jlebar> reuben: So |extern const char* const foo| is a /definition/?
  69. # [00:14] <@khuey> who is khueybot?
  70. # [00:14] <jcranmer> jlebar: const declarations are implicitly internal linkage
  71. # [00:15] * Joins: mmargoliono (min@moz-9DBD522D.static.internode.on.net)
  72. # [00:15] <jcranmer> jlebar: extern is an external linkage
  73. # [00:15] <RyanVM> khuey: I've been typing failing all week
  74. # [00:15] * philor|away is now known as philor
  75. # [00:15] <reuben> jlebar: no, but |const char* const foo = "foo";| has internal linkage, it's never seen in test.cpp
  76. # [00:15] <jcranmer> when the extern goes first, the external linkage overrides the presumed internal linkage
  77. # [00:15] <reuben> ^
  78. # [00:15] <jlebar> jcranmer: reuben: I see.
  79. # [00:15] <jcranmer> when the non-extern goes first, the error comes from mismatched linkage
  80. # [00:16] * Quits: steve (chatzilla@moz-AD078039.range86-181.btcentralplus.com) (Quit: ChatZilla 0.9.90 [Firefox 21.0/20130512193848])
  81. # [00:16] <jfkthame> note that this wasn't the case in C, it's a C++ innovation
  82. # [00:16] <jlebar> Now I have a great answer to "write a valid C program that doesn't compile as C++"
  83. # [00:16] <jfkthame> so those of us who cut our teeth on good ol' K&R can stumble over it
  84. # [00:17] <jcranmer> int main() { return main(); }
  85. # [00:17] <jcranmer> jlebar: that's a simpler program :-)
  86. # [00:18] <jlebar> thanks, guys.
  87. # [00:19] <reuben> |main = 0;| is another example :P
  88. # [00:19] <jfkthame> fwiw, http://stackoverflow.com/questions/998425/why-does-const-imply-internal-linkage-in-c-when-it-doesnt-in-c
  89. # [00:19] <RyanVM> philor: don't know what to make of the orange on inbound
  90. # [00:20] <philor> ipc bustage? gasp!
  91. # [00:20] <jhammel> jcranmer: compiles in g++ for me; why shoudn't it?
  92. # [00:20] <RyanVM> philor: no comment :P
  93. # [00:20] <jcranmer> there's a clause somewhere that main isn't allowed to call itself
  94. # [00:20] <philor> next thing you know, we'll have a platform where any test might exit with code -20 at any time!
  95. # [00:20] <ialagenchev> Can someone tell me why the compiler wouldn't like me calling do_QueryInterface in HTMLInputElement.h?
  96. # [00:21] <jhammel> jcranmer: ah, so its explicitly outlawed by the standard
  97. # [00:21] <jcranmer> that may be C99 saying that though
  98. # [00:21] <jcranmer> I've forgotten where
  99. # [00:21] <jhammel> when calling main from main is outlawed, only outlaws will segfault for no reason ;)
  100. # [00:21] <@khuey> ialagenchev: are you trying to QI to something that's only forward declared?
  101. # [00:21] * Quits: breck (breck@21FF058A.A04951A6.2321E71E.IP) (Client exited)
  102. # [00:21] <ialagenchev> khuey: nsIHttpChannelInternal
  103. # [00:21] <sfink> I'm generally getting the impression that jhammel forgot to take his meds today
  104. # [00:22] <@khuey> ialagenchev: yeah ... so you probably have to include that header or move that do_QueryInterface into the .cpp file and include the header there
  105. # [00:22] <jhammel> has anyone noticed that you can never see the light inside the fridge before it turns on no matter how fast you open the door?
  106. # [00:23] <philor> heh, 41 pending and 176 running on cypress
  107. # [00:23] <@khuey> ialagenchev: adding more header includes to headers is not particularly awesome
  108. # [00:23] <ialagenchev> khuey: yeah the cpp works, that's where I had it initially, but I wanted to do a private method
  109. # [00:23] * Quits: hipokrit (hipokrit@1BF5DFDB.CA40E1F7.C558AD24.IP) (Client exited)
  110. # [00:23] <sfink> jhammel: I refuse to admit that I spent a fair amount of time trying to do that as a kid
  111. # [00:24] <jhammel> sfink: ha! lol
  112. # [00:24] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/a73bc11da471 - Edwin Flores - Bug 794282 - Enable gstreamer by default in builds, but pref off r=cpearce,khuey
  113. # [00:24] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/9173dcf026ee - Edwin Flores - Bug 882567 - Handle fatal gstreamer errors by aborting playback r=alessandro.d
  114. # [00:24] * Joins: FabioMagnoni (fabiomagno@C6A6A78C.34A40524.A8479B91.IP)
  115. # [00:24] * Quits: jfkthame (jfkthame@AB8046DF.6B7B908E.3E2A4E92.IP) (Quit: jfkthame)
  116. # [00:24] <ialagenchev> khuey: is it ok if I had the private body in the cpp? I see that all privates are in the .h
  117. # [00:25] <RyanVM> philor: I was feeling wild and crazy
  118. # [00:26] * Quits: RealRaven (Thunderbir@24B9C021.8D6F0354.27F80FAC.IP) (Quit: RealRaven)
  119. # [00:26] * Quits: FabioMagnoni (fabiomagno@C6A6A78C.34A40524.A8479B91.IP) (Ping timeout)
  120. # [00:27] <RyanVM> philor: Hey, I'm told that if we come up with a 100% reliable way to hit code -20, we might be able to get it fixed!
  121. # [00:27] * Joins: RealRaven (Thunderbir@24B9C021.8D6F0354.27F80FAC.IP)
  122. # [00:27] * Quits: cers (csonne@moz-D706C2D4.fullrate.dk) (Quit: Computer has gone to sleep.)
  123. # [00:28] * Quits: RealRaven (Thunderbir@24B9C021.8D6F0354.27F80FAC.IP) (Quit: RealRaven)
  124. # [00:28] * hwine|afk is now known as hwine
  125. # [00:28] <philor> RyanVM: the fix is a lie
  126. # [00:28] <RyanVM> and soylent green is people?
  127. # [00:28] <philor> though I'm told that if I'm polite and just take any crap that people want to dump on my head at 3am Saturday morning, then... then... then...
  128. # [00:29] <philor> then I'll need to take a shower, I guess
  129. # [00:29] <RyanVM> KWierso and I were discussing today
  130. # [00:29] <RyanVM> we think that instead of red, failures should be brown
  131. # [00:29] <RyanVM> more fitting
  132. # [00:29] <philor> heh
  133. # [00:32] * Quits: Archaeopteryx (itsme@moz-69F3BD68.cust.telecolumbus.net) (Quit: It has been this message for years.)
  134. # [00:34] * Quits: reyre_ (reyre@moz-9002CDDA.cpe.net.cable.rogers.com) (Client exited)
  135. # [00:35] * Quits: taras (taras@moz-8E045071.hsd1.wa.comcast.net) (Ping timeout)
  136. # [00:37] <RyanVM> ehsan: so suddenly we're hitting bug 681152
  137. # [00:37] <stully> reuben: ping
  138. # [00:37] <reuben> stully: pong
  139. # [00:37] <@ehsan> huh
  140. # [00:37] <stully> reuben: is it okay to land the patch for 807688 on inbound when I need it for the Android contacts API?
  141. # [00:38] <stully> as far as I understand, it's won't be available to me on the birch branch
  142. # [00:38] * Joins: AaronMT (AaronMT@moz-5DF3A271.cpe.net.cable.rogers.com)
  143. # [00:38] * Joins: jfkthame (jfkthame@AB8046DF.6B7B908E.3E2A4E92.IP)
  144. # [00:38] * Quits: jfkthame (jfkthame@AB8046DF.6B7B908E.3E2A4E92.IP) (Quit: jfkthame)
  145. # [00:38] <@ehsan> RyanVM: maybe that's a different bug, since so far that has only occured on windows?
  146. # [00:38] <@ehsan> and the new failure is on mac
  147. # [00:38] <reuben> stully: birch gets merged periodically with inbound and central. I don't know if we do cherry-picks, or how that influences the merge. RyanVM: ^?
  148. # [00:39] <RyanVM> stully: birch gets merged to m-c
  149. # [00:39] <RyanVM> same as inbound
  150. # [00:39] <RyanVM> birch is primarily intended for b2g development work
  151. # [00:39] <stully> how often is periodically?
  152. # [00:39] <RyanVM> 1-2 times a day
  153. # [00:39] <RyanVM> i'll be merging it in the near future
  154. # [00:39] * Quits: mixedpuppy (mixedpuppy@2557E599.66715431.D25A875A.IP) (Quit: mixedpuppy)
  155. # [00:39] <stully> oh okay, nevermind then.
  156. # [00:39] <RyanVM> *please* don't double-land
  157. # [00:40] <reuben> *astronomical near future
  158. # [00:40] <reuben> :D
  159. # [00:40] <@roc> dougt: was it you who was complaining about Google's home page advertising Chrome via "Cube Slam" yesterday?
  160. # [00:40] * Joins: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net)
  161. # [00:40] * Quits: kaze (kaze@A5A0595A.66715431.D25A875A.IP) (Quit: good night)
  162. # [00:40] <gwagner> stully: are you already landing the android implementation?
  163. # [00:40] * Quits: ferjm|afk (ferjm@moz-63741C33.red-83-57-242.dynamicip.rima-tde.net) (Quit: Leaving)
  164. # [00:40] <@ehsan> roc: http://grab.by/nFuW
  165. # [00:40] <stully> gwagner: no, it's not ready yet. I'm was just confused about inbound vs birch.
  166. # [00:40] <@roc> right
  167. # [00:41] <@roc> the interesting thing is, that game works in Firefox.
  168. # [00:41] <@ehsan> roc: except that it crashes on widnows
  169. # [00:41] <@ehsan> *windows
  170. # [00:41] <@roc> ok
  171. # [00:41] <@roc> WFM on Linux
  172. # [00:41] <@roc> although I didn't test the PeerConnection stuff
  173. # [00:41] <@ehsan> roc: but many "chrome" apps these days work everywhere
  174. # [00:41] <@ehsan> or at least in firefox
  175. # [00:41] <@ehsan> roc: that link goes to https://www.google.com/intl/en/chrome/browser/promo/cubeslam/
  176. # [00:41] <@ehsan> fwiw
  177. # [00:42] <@ehsan> so it's not a question of promoting CubeSlam
  178. # [00:42] <@roc> oh, I know
  179. # [00:42] <@ehsan> it's another way to get people to install chrome
  180. # [00:42] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/2f6babcfa00e - Till Schneidereit - Bug 882468 - Simplify BooleanGetPrimitiveValue. r=jwalden
  181. # [00:42] <@roc> this is not new
  182. # [00:42] <@ehsan> yep
  183. # [00:43] <@roc> nobody seems to know that chrome.angrybirds.com works in Firefox
  184. # [00:43] <@ehsan> yes
  185. # [00:43] <@ehsan> people would probably think there's no way that angry birds works in firefox since it has a chrome logo
  186. # [00:43] <@ehsan> I mean, at least one person actually told me that once!
  187. # [00:46] * Quits: capella (chatzilla@moz-890811F7.twcny.res.rr.com) (Ping timeout)
  188. # [00:46] * Joins: taras (taras@moz-8E045071.hsd1.wa.comcast.net)
  189. # [00:47] * Quits: maxli (maxli@C03F2759.C70D537E.2FA4EA88.IP) (Connection reset by peer)
  190. # [00:47] * Joins: maxli (maxli@C03F2759.C70D537E.2FA4EA88.IP)
  191. # [00:47] * Joins: capella (chatzilla@moz-890811F7.twcny.res.rr.com)
  192. # [00:49] * Joins: cers (csonne@moz-D706C2D4.fullrate.dk)
  193. # [00:49] * Quits: AaronMT (AaronMT@moz-5DF3A271.cpe.net.cable.rogers.com) (Ping timeout)
  194. # [00:51] * Quits: yzen (yzen@AA2C085E.10C8AEF8.9A8C35B4.IP) (Quit: yzen)
  195. # [00:51] <dougt> roc: yeah.
  196. # [00:51] * Quits: lduros (user@moz-424BE74C.phlapa.fios.verizon.net) (Ping timeout)
  197. # [00:51] * Quits: Pike (chatzilla@moz-E6191924.pool.mediaways.net) (Quit: ChatZilla 0.9.90 [Firefox 21.0/20130511120803])
  198. # [00:51] <dougt> roc: i was tired/confused about google's home page and our start page.
  199. # [00:51] * Quits: tanvi (tanvi@2557E599.66715431.D25A875A.IP) (Quit: Leaving.)
  200. # [00:51] <dougt> roc: it is kind of sad that if you type "google" into our url bar, you'll end up with a chrome ad
  201. # [00:52] * Joins: lduros (user@moz-424BE74C.phlapa.fios.verizon.net)
  202. # [00:53] * Joins: tanvi (tanvi@43CB6079.66715431.D25A875A.IP)
  203. # [00:53] * Joins: mixedpuppy (mixedpuppy@2557E599.66715431.D25A875A.IP)
  204. # [00:53] <philor> but it's a faster way to browse the web!
  205. # [00:53] * Quits: lduros (user@moz-424BE74C.phlapa.fios.verizon.net) (Client exited)
  206. # [00:53] * baku|away is now known as baku
  207. # [00:54] * Quits: jdm (jdm@moz-801E009D.vlan502.asr1.cdg2.gblx.net) (Ping timeout)
  208. # [00:54] <@khuey> dougt: ABP ftw
  209. # [00:54] * mcote is now known as mcote|afk
  210. # [00:54] <@ehsan> khuey: ABP doesn't block that
  211. # [00:54] * Joins: AaronMT (AaronMT@moz-5DF3A271.cpe.net.cable.rogers.com)
  212. # [00:55] <@khuey> ehsan: typing google into my URL bar doesn't get me a chrome ad ...
  213. # [00:55] * baku is now known as baku|away
  214. # [00:55] <@khuey> so if ABP isn't blocking it ...
  215. # [00:55] <@ehsan> khuey: try https://www.google.ca/webhp?hl=en&tab=ww&authuser=0
  216. # [00:55] * Quits: firebot (firebot@moz-CCAE6962.carolina.res.rr.com) (Ping timeout)
  217. # [00:55] <@khuey> sure, I get it there
  218. # [00:55] <@ehsan> I see "Put on your game face: Play Cube Slam in Chrome "
  219. # [00:55] <@khuey> yeah
  220. # [00:56] <@khuey> and an offer to view the site in French
  221. # [00:56] * @khuey wonders which one is more useless to him
  222. # [00:56] <@ehsan> yes
  223. # [00:56] <philor> mmm, bsmedberg's cypress backout shows the same failure as pre-backout, that's
  224. # [00:57] * vladan is now known as vladan-afk
  225. # [00:57] <RyanVM> philor: errr
  226. # [00:57] * Quits: twi (Adium@moz-2E4A4B6F.business.telecomitalia.it) (Connection reset by peer)
  227. # [00:57] * Joins: twi (Adium@moz-2E4A4B6F.business.telecomitalia.it)
  228. # [00:58] * Joins: MaxP (Mibbit@moz-F5D3AE52.fbx.proxad.net)
  229. # [00:58] * Joins: birtles (chatzilla@moz-C286AD9A.bitcat.net)
  230. # [00:58] * Joins: damons (gnubeard@97957D0A.8D753159.C943C01E.IP)
  231. # [00:58] * jchen is now known as zz_jchen
  232. # [00:59] * Joins: mmc|laptop (mchew@2557E599.66715431.D25A875A.IP)
  233. # [00:59] * Quits: bdahl (bdahl@moz-801E009D.vlan502.asr1.cdg2.gblx.net) (Client exited)
  234. # [01:00] * Joins: firebot (firebot@moz-CCAE6962.carolina.res.rr.com)
  235. # [01:03] * Joins: dhylands (dhylands@781720B5.505814D4.5D698A29.IP)
  236. # [01:03] * kats is now known as kats|away
  237. # [01:03] * Quits: geo (geo@2557E599.66715431.D25A875A.IP) (Quit: Leaving...)
  238. # [01:04] * Quits: tanvi (tanvi@43CB6079.66715431.D25A875A.IP) (Quit: Leaving.)
  239. # [01:04] * Quits: mmc|laptop (mchew@2557E599.66715431.D25A875A.IP) (Quit: mmc|laptop)
  240. # [01:04] * Quits: bmoss (bmoss@2557E599.66715431.D25A875A.IP) (Ping timeout)
  241. # [01:04] * Quits: twi (Adium@moz-2E4A4B6F.business.telecomitalia.it) (Quit: Leaving.)
  242. # [01:05] * Parts: ialagenchev (Adium@2557E599.66715431.D25A875A.IP)
  243. # [01:06] * Joins: tanvi (tanvi@2557E599.66715431.D25A875A.IP)
  244. # [01:08] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c952e7bb36f0 - Sam Foster - Bug 858388 - Refactor richgrid arrangeItems, autocomplete uses deferlayout. r=jimm
  245. # [01:08] * Joins: breck (breck@moz-E512D9D2.hsd1.ca.comcast.net)
  246. # [01:09] * catlee is now known as catlee-away
  247. # [01:11] * Quits: ddahl (ddahl@2557E599.66715431.D25A875A.IP) (Ping timeout)
  248. # [01:11] * Quits: rstrong (androirc@A5A0595A.66715431.D25A875A.IP) (Quit: AndroIRC - Android IRC Client ( http://www.androirc.com ))
  249. # [01:12] * Joins: retrecal (retrecal__@moz-31CD4929.lightspeed.sntcca.sbcglobal.net)
  250. # [01:12] * Joins: rstrong (androirc@A5A0595A.66715431.D25A875A.IP)
  251. # [01:13] * Joins: twi (Adium@moz-2E4A4B6F.business.telecomitalia.it)
  252. # [01:13] * Joins: norton- (norton@E680EB3B.B72C3CE3.9FD833D8.IP)
  253. # [01:14] * Quits: TiagoTiago (chatzilla@2969BD06.4602B962.2044E515.IP) (Quit: ChatZilla 0.9.90 [Firefox 21.0/20130511120803])
  254. # [01:14] * Joins: njn (chatzilla@moz-8A015057.dyn.iinet.net.au)
  255. # [01:15] * Joins: geo (geo@2557E599.66715431.D25A875A.IP)
  256. # [01:16] * cjford is now known as cford
  257. # [01:16] * Quits: @roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Ping timeout)
  258. # [01:17] <RyanVM> stully: just merged you over to m-c
  259. # [01:17] <stully> thanks!
  260. # [01:17] * Joins: cpearce_ (chatzilla@538BABFE.A073F3E.97BBD552.IP)
  261. # [01:18] * Quits: cpearce (chatzilla@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  262. # [01:18] * cpearce_ is now known as cpearce
  263. # [01:19] * Quits: sicking (sicking@8F5BDF33.A213E503.6B0FE838.IP) (Ping timeout)
  264. # [01:19] * Joins: sicking (sicking@8F5BDF33.A213E503.6B0FE838.IP)
  265. # [01:20] * Quits: cronco (Thunderbir@17FF97FF.AE2F10B0.3376CD77.IP) (Client exited)
  266. # [01:20] * Joins: bholley (anonymous@moz-21DD2AC0.hsd1.ca.comcast.net)
  267. # [01:23] * Joins: bmoss (bmoss@2557E599.66715431.D25A875A.IP)
  268. # [01:23] <@bsmedberg> philor: I am now totally perplexed :-(
  269. # [01:24] * Joins: RealRaven (Thunderbir@24B9C021.8D6F0354.27F80FAC.IP)
  270. # [01:24] * @bsmedberg suspects dependency-fu since it passed on try, but who really knows
  271. # [01:25] * Quits: bmoss (bmoss@2557E599.66715431.D25A875A.IP) (Connection reset by peer)
  272. # [01:25] * Joins: bmoss (bmoss@2557E599.66715431.D25A875A.IP)
  273. # [01:25] * Joins: cronco (Thunderbir@17FF97FF.AE2F10B0.3376CD77.IP)
  274. # [01:27] * Quits: RealRaven (Thunderbir@24B9C021.8D6F0354.27F80FAC.IP) (Ping timeout)
  275. # [01:28] * Fallen is now known as Fallen|away
  276. # [01:28] * Quits: @ehsan (ehsan@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  277. # [01:29] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/da601e58ecb0 - Jared Wein - Bug 698174 - Set full-screen-api.approval-required to false before checking fullscreen context menu items. r=cpearce
  278. # [01:30] <philor> edwin: did you intend to break b2g desktop builds on Linux?
  279. # [01:30] <RyanVM> bsmedberg: I have no clue either. I did clobber before I pushed inbound
  280. # [01:31] * rail is now known as rail_away
  281. # [01:31] * Joins: ss (ss@43CB6079.66715431.D25A875A.IP)
  282. # [01:31] * Parts: ss (ss@43CB6079.66715431.D25A875A.IP)
  283. # [01:31] <philor> we probably forgot that we asked releng to set up cypress to break that test
  284. # [01:32] * Quits: inolen (Adium@moz-FA2406D8.socal.res.rr.com) (Ping timeout)
  285. # [01:32] * Joins: bjacob_ (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  286. # [01:33] <RyanVM> i'm just wondering what from a releng standpoint could be affecting it that way
  287. # [01:33] <RyanVM> bsmedberg: I guess if you're feeling brave, try pushing to inbound and see what happens
  288. # [01:33] <RyanVM> maybe first thing tomorrow morning when things aren't busy
  289. # [01:34] * Joins: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net)
  290. # [01:34] <philor> yeah, yeah, tomorrow, that's the ticket!
  291. # [01:34] * Joins: wg9s (bill@moz-E9E3CA35.hsd1.ma.comcast.net)
  292. # [01:35] * Quits: maxli (maxli@C03F2759.C70D537E.2FA4EA88.IP) (Quit: Leaving.)
  293. # [01:35] <RyanVM> (no coincidence that I'll be on a train then :D)
  294. # [01:35] * Quits: Jesse (jruderman@2557E599.66715431.D25A875A.IP) (Quit: Jesse)
  295. # [01:35] * Joins: inolen (Adium@moz-FA2406D8.socal.res.rr.com)
  296. # [01:36] * Quits: Waldo (waldo@2557E599.66715431.D25A875A.IP) (Quit: brb)
  297. # [01:37] * Joins: ddahl (ddahl@2557E599.66715431.D25A875A.IP)
  298. # [01:39] * Quits: JeroenDeDauw (j@moz-26AA8F7.dip0.t-ipconnect.de) (Ping timeout)
  299. # [01:40] * Quits: bsmith (bsmith@43CB6079.66715431.D25A875A.IP) (Ping timeout)
  300. # [01:40] * Joins: JeroenDeDauw (j@moz-D99B0E5D.dip0.t-ipconnect.de)
  301. # [01:40] * Quits: b10n1k (j0ni@moz-BB605A7B.adsl.cyta.gr) (Ping timeout)
  302. # [01:40] * Joins: maxli (maxli@C03F2759.C70D537E.2FA4EA88.IP)
  303. # [01:41] <philor> sort of tough to tell from the bug, which went from a patch that only enabled gstreamer for desktop to one which enabled it for desktop-b2g also, without any comment
  304. # [01:41] * Joins: Jesse (jruderman@2557E599.66715431.D25A875A.IP)
  305. # [01:43] * Joins: bsmith (bsmith@43CB6079.66715431.D25A875A.IP)
  306. # [01:44] * Quits: pcwalton (pcwalton@2557E599.66715431.D25A875A.IP) (Quit: pcwalton)
  307. # [01:46] * Quits: mak (chatzilla@moz-59C7C304.retail.telecomitalia.it) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 2.0/20110318052756])
  308. # [01:47] * Quits: twi (Adium@moz-2E4A4B6F.business.telecomitalia.it) (Quit: Leaving.)
  309. # [01:47] * Quits: sicking (sicking@8F5BDF33.A213E503.6B0FE838.IP) (Quit: sicking)
  310. # [01:47] * Quits: bmoss (bmoss@2557E599.66715431.D25A875A.IP) (Ping timeout)
  311. # [01:48] * Joins: Waldo (waldo@2557E599.66715431.D25A875A.IP)
  312. # [01:48] * Quits: mwargers (chatzilla@moz-AF369B35.adsl.online.nl) (Ping timeout)
  313. # [01:49] * Joins: clokep (Instantbir@5538644.6A558D2.4EF9B99B.IP)
  314. # [01:49] * heycam|away is now known as heycam
  315. # [01:49] * Quits: ekr (ekr@43CB6079.66715431.D25A875A.IP) (Quit: ekr)
  316. # [01:50] * Joins: bmoss (bmoss@2557E599.66715431.D25A875A.IP)
  317. # [01:50] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/4703321564be - Ryan VanderMeulen - Backed out changeset 2f6babcfa00e (bug 882468) for JS crashes.
  318. # [01:51] * Joins: roc (chatzilla@E2F7352.56080C53.97BBD552.IP)
  319. # [01:51] * ChanServ sets mode: +o roc
  320. # [01:53] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  321. # [01:54] * Quits: mixedpuppy (mixedpuppy@2557E599.66715431.D25A875A.IP) (Quit: mixedpuppy)
  322. # [01:55] * Joins: ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP)
  323. # [01:55] * ChanServ sets mode: +o ehsan
  324. # [01:55] * Joins: mixedpuppy (mixedpuppy@2557E599.66715431.D25A875A.IP)
  325. # [01:56] * Quits: maxli (maxli@C03F2759.C70D537E.2FA4EA88.IP) (Quit: Leaving.)
  326. # [01:56] * Joins: maxli (maxli@C03F2759.C70D537E.2FA4EA88.IP)
  327. # [01:58] * Quits: Asa (asa@2557E599.66715431.D25A875A.IP) (Ping timeout)
  328. # [01:58] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  329. # [01:59] * Quits: mixedpuppy (mixedpuppy@2557E599.66715431.D25A875A.IP) (Quit: mixedpuppy)
  330. # [02:00] * Joins: Sixmsj (Sixmsj@moz-CC98DFCB.hsd1.ca.comcast.net)
  331. # [02:00] * Quits: maxli (maxli@C03F2759.C70D537E.2FA4EA88.IP) (Quit: Leaving.)
  332. # [02:00] * Quits: auswerk (aus@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Leaving.)
  333. # [02:01] * MrDHat is now known as MrDHat|afk
  334. # [02:02] * Quits: jhammel (jhammel@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: leaving)
  335. # [02:02] * Quits: rstrong (androirc@A5A0595A.66715431.D25A875A.IP) (Quit: AndroIRC - Android IRC Client ( http://www.androirc.com ))
  336. # [02:04] * Quits: ddahl (ddahl@2557E599.66715431.D25A875A.IP) (Ping timeout)
  337. # [02:04] * Joins: ekr (ekr@43CB6079.66715431.D25A875A.IP)
  338. # [02:04] * Quits: ekr (ekr@43CB6079.66715431.D25A875A.IP) (Quit: ekr)
  339. # [02:05] * Quits: myk (myk@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Instantbird 1.5a1pre -- http://www.instantbird.com)
  340. # [02:06] * Quits: aklotz (Thunderbir@moz-55246988.cg.shawcable.net) (Quit: aklotz)
  341. # [02:06] * Quits: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net) (Quit: ehugg)
  342. # [02:06] * Quits: norton- (norton@E680EB3B.B72C3CE3.9FD833D8.IP) (Ping timeout)
  343. # [02:07] * Quits: bmoss (bmoss@2557E599.66715431.D25A875A.IP) (Quit: bmoss)
  344. # [02:08] * Quits: damons (gnubeard@97957D0A.8D753159.C943C01E.IP) (Quit: damons)
  345. # [02:08] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/2dc0a505dce9 - Nicholas Nethercote - Bug 883688 - Fix uninitialized |gotLambda| in ion/IonBuilder.cpp. r=djvj.
  346. # [02:10] * Quits: jorendorff (jorendorff@moz-2F32ACA3.hsd1.tn.comcast.net) (Quit: jorendorff)
  347. # [02:12] <edwin> philor: fffffuuuuuu-- let me take a look
  348. # [02:12] <edwin> I saw that on try; thought I had fixed it
  349. # [02:13] * Quits: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  350. # [02:15] * Joins: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net)
  351. # [02:16] * Joins: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net)
  352. # [02:16] <edwin> philor: Is it okay if I just push a quick fix r=bustage?
  353. # [02:19] * Joins: anton (anton@moz-49D42D15.c.ircrelay.com)
  354. # [02:20] <anton> why would firefox crash when executed via ./mach run but doesn't crash when i run the exact same command ./mach run uses?
  355. # [02:21] <anton> * Call to xpconnect wrapped JSObject produced this error: *
  356. # [02:21] <anton> [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: file:///Users/akovalyov/Source/fx-team/obj-x86_64-apple-darwin12.4.0/dist/NightlyDebug.app/Contents/MacOS/components/nsHandlerService.js :: HandlerService.prototype._ds :: line 891" data: no]
  357. # [02:21] * Quits: cronco (Thunderbir@17FF97FF.AE2F10B0.3376CD77.IP) (Quit: cronco)
  358. # [02:24] * Quits: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Leaving.)
  359. # [02:24] * Joins: jorendorff (jorendorff@moz-2F32ACA3.hsd1.tn.comcast.net)
  360. # [02:25] <philor> edwin: sure
  361. # [02:27] * Quits: inolen (Adium@moz-FA2406D8.socal.res.rr.com) (Ping timeout)
  362. # [02:28] <philor> bsmedberg: or maybe, since it also came over to inbound on the merge from cypress, it was actually your other cset that caused it
  363. # [02:28] * mattwoodrow|away is now known as mattwoodrow
  364. # [02:28] * Quits: bent (chatzilla@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: ChatZilla 0.9.90-rdmsoft [XULRunner 18.0.2/20130201065344])
  365. # [02:29] * Joins: inolen (Adium@moz-FA2406D8.socal.res.rr.com)
  366. # [02:30] <RyanVM> *sigh* You know what happens when you assume
  367. # [02:30] * Joins: auswerk (aus@moz-BE33DA21.fw1.sfo1.mozilla.net)
  368. # [02:31] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/aad877111804 - Edwin Flores - Bug 794282 - Fix desktop b2g compile error from changeset a73bc11da471 r=bustage
  369. # [02:31] * Quits: inolen (Adium@moz-FA2406D8.socal.res.rr.com) (Ping timeout)
  370. # [02:31] * joduinn-mtg is now known as joduinn-coffee
  371. # [02:32] * Quits: geo (geo@2557E599.66715431.D25A875A.IP) (Connection reset by peer)
  372. # [02:32] * Joins: geo- (geo@2557E599.66715431.D25A875A.IP)
  373. # [02:32] * bjacob_ is now known as bjacob_dinner
  374. # [02:33] * Joins: inolen (Adium@moz-FA2406D8.socal.res.rr.com)
  375. # [02:33] * Quits: jimm (jmathies@moz-864CAA4E.pn.at.cox.net) (Quit: )
  376. # [02:34] * Quits: jorendorff (jorendorff@moz-2F32ACA3.hsd1.tn.comcast.net) (Quit: jorendorff)
  377. # [02:34] * openjck is now known as openjck|offline
  378. # [02:35] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/8f04327695ca - Jeff Muizelaar - Bug 880836. Fix a typo caught by joe.
  379. # [02:36] * Quits: auswerk (aus@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  380. # [02:37] * Quits: breck (breck@moz-E512D9D2.hsd1.ca.comcast.net) (Client exited)
  381. # [02:37] * Quits: marxin (marxin@8BFD70CE.3B96A244.4E88690D.IP) (Ping timeout)
  382. # [02:39] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/eb62fca45f70 - David Zbarsky - Fix error message in ipdl compiler, no bug, r=jlebar over irc
  383. # [02:39] * Quits: geo- (geo@2557E599.66715431.D25A875A.IP) (Quit: Leaving...)
  384. # [02:40] * Quits: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP) (Quit: erikvold)
  385. # [02:40] * joduinn-coffee is now known as joduinn
  386. # [02:41] * Quits: RyanVM (Thunderbir@2557E599.66715431.D25A875A.IP) (Quit: RyanVM)
  387. # [02:42] * Joins: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP)
  388. # [02:42] * Quits: lmandel (lmandel@556E85CD.E855F8D7.412CF160.IP) (Ping timeout)
  389. # [02:43] * Joins: T3 (T3@70FD052F.7B285143.16867D26.IP)
  390. # [02:43] * Quits: nattofriends (tsutsumi@moz-A369A791.warosu.org) (Ping timeout)
  391. # [02:43] * Joins: lmandel (lmandel@556E85CD.E855F8D7.412CF160.IP)
  392. # [02:44] * Joins: nattofriends (tsutsumi@moz-A369A791.warosu.org)
  393. # [02:44] * Quits: bkase (bkase@2557E599.66715431.D25A875A.IP) (Ping timeout)
  394. # [02:44] * Quits: @smaug (chatzilla@moz-D8807168.elisa-laajakaista.fi) (Ping timeout)
  395. # [02:45] * cford is now known as cford|away
  396. # [02:45] * Joins: breck (breck@moz-AD418F52.dsl.static.sonic.net)
  397. # [02:45] * Joins: annevk (annevk@moz-C65BF652.gtokyofl22.vectant.ne.jp)
  398. # [02:46] * Quits: lmandel (lmandel@556E85CD.E855F8D7.412CF160.IP) (Ping timeout)
  399. # [02:47] * Quits: bajaj1 (Adium@2557E599.66715431.D25A875A.IP) (Quit: Leaving.)
  400. # [02:47] * Joins: FabioMagnoni (fabiomagno@C6A6A78C.34A40524.A8479B91.IP)
  401. # [02:47] * Joins: JosiahOne (Instantbir@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net)
  402. # [02:47] <mattwoodrow> gwagner: ping
  403. # [02:48] <JosiahOne> Is it possible to log in a test file so it shows up in the build info on tbpl?
  404. # [02:48] * Quits: KWierso (chatzilla@2557E599.66715431.D25A875A.IP) (Ping timeout)
  405. # [02:48] <gwagner> mattwoodrow: pong
  406. # [02:49] <mattwoodrow> gwagner: Does the crash reproduce with a clean profile? I haven't been able to reproduce it
  407. # [02:49] <JosiahOne> s/build info/build log
  408. # [02:49] * Quits: mccr8 (mccr8@2557E599.66715431.D25A875A.IP) (Quit: mccr8)
  409. # [02:49] <mattwoodrow> (bug 884344)
  410. # [02:49] <mattwoodrow> 884334
  411. # [02:49] <gwagner> mattwoodrow: yep also with a clean profile
  412. # [02:50] <mattwoodrow> debug build?
  413. # [02:50] <gwagner> no regular nightly
  414. # [02:50] <gwagner> mattwoodrow: https://crash-stats.mozilla.com/report/index/bp-f2784c0c-b238-421b-a23d-9c1df2130619
  415. # [02:51] * Joins: imsurit (chatzilla@E264E171.68DBB717.1A5E31FF.IP)
  416. # [02:52] * Quits: mjh563 (mjh563@moz-D891C5B8.cable.virginmedia.com) (Quit: )
  417. # [02:53] * nthomas|balrog is now known as nthomas|away
  418. # [02:53] * Quits: annevk (annevk@moz-C65BF652.gtokyofl22.vectant.ne.jp) (Ping timeout)
  419. # [02:55] * Joins: annevk (annevk@moz-C65BF652.gtokyofl22.vectant.ne.jp)
  420. # [02:57] * Joins: cronco (Thunderbir@17FF97FF.AE2F10B0.3376CD77.IP)
  421. # [02:57] * Quits: Mook_as (mook@moz-1FCC0032.activestate.com) (Quit: Mook_as)
  422. # [02:57] * Quits: annevk (annevk@moz-C65BF652.gtokyofl22.vectant.ne.jp) (Ping timeout)
  423. # [02:57] * Joins: annevk (annevk@moz-C65BF652.gtokyofl22.vectant.ne.jp)
  424. # [03:00] * ewong|away is now known as ewong
  425. # [03:01] * Quits: imsurit (chatzilla@E264E171.68DBB717.1A5E31FF.IP) (Quit: ChatZilla 0.9.90 [Firefox 22.0/20130612084701])
  426. # [03:01] * Joins: imsurit (chatzilla@E264E171.68DBB717.1A5E31FF.IP)
  427. # [03:01] * Quits: bsmith (bsmith@43CB6079.66715431.D25A875A.IP) (Ping timeout)
  428. # [03:03] * Quits: cpearce (chatzilla@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  429. # [03:04] <froydnj> jmaher|afk: will mochitest manifests support annotations about the tests similar to reftests?
  430. # [03:04] <jmaher|afk> froydnj: yes
  431. # [03:04] <jmaher|afk> not exactly the same, more like xpcshell
  432. # [03:05] * Quits: ggp (ggp@moz-BE33DA21.fw1.sfo1.mozilla.net) (Input/output error)
  433. # [03:05] <froydnj> shiny.
  434. # [03:05] * ctalbert|mtg is now known as ctalbert|afk
  435. # [03:05] * Joins: ggp (ggp@moz-BE33DA21.fw1.sfo1.mozilla.net)
  436. # [03:05] <jmaher|afk> yeah, it will be a little road to travel down, but the wheels are starting to roll
  437. # [03:05] * Quits: wg9s (bill@moz-E9E3CA35.hsd1.ma.comcast.net) (Quit: ChatZilla 0.9.87-6.1450hg.fc18 [XULRunner 21.0/20130521122340])
  438. # [03:06] <froydnj> parallel mochitests inc
  439. # [03:06] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  440. # [03:07] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/f3ca96dd397e - Frank Yan - Bug 873251 - [Metro] Update buttons and backgrounds of Firefox app bar. r=jwilde
  441. # [03:07] <jmaher|afk> froydnj: oh? rly?
  442. # [03:08] <jmaher|afk> froydnj: I guess if we annotated the tests which required focus/input then we could run everything else in parallel :)
  443. # [03:08] <froydnj> jmaher|afk: basically. I don't know if it would work nearly so well for mochitests
  444. # [03:09] * Joins: ddahl (ddahl@2557E599.66715431.D25A875A.IP)
  445. # [03:09] <jmaher|afk> would be fun to experiment with though
  446. # [03:09] * Quits: chmanchester (chmanchest@moz-BE33DA21.fw1.sfo1.mozilla.net) (Input/output error)
  447. # [03:10] * Quits: cronco (Thunderbir@17FF97FF.AE2F10B0.3376CD77.IP) (Quit: cronco)
  448. # [03:10] * Joins: bkase (bkase@moz-D48C0393.lightspeed.sntcca.sbcglobal.net)
  449. # [03:10] * Quits: dew (Instantbir@moz-66796D51.dhcp.stls.mo.charter.com) (Ping timeout)
  450. # [03:11] * Quits: annevk (annevk@moz-C65BF652.gtokyofl22.vectant.ne.jp) (Ping timeout)
  451. # [03:11] * Joins: chmanchester (chmanchest@moz-BE33DA21.fw1.sfo1.mozilla.net)
  452. # [03:12] * Quits: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  453. # [03:12] * Joins: jorendorff (jorendorff@moz-2F32ACA3.hsd1.tn.comcast.net)
  454. # [03:13] * Joins: Kailas (patilkr@F05EDD9B.6F9D402.4A949B84.IP)
  455. # [03:13] * Quits: stully (quassel@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  456. # [03:13] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  457. # [03:14] * Quits: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net) (Quit: jib)
  458. # [03:15] * Joins: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP)
  459. # [03:15] * Joins: dew (Instantbir@moz-66796D51.dhcp.stls.mo.charter.com)
  460. # [03:15] * Joins: annevk (annevk@moz-C65BF652.gtokyofl22.vectant.ne.jp)
  461. # [03:18] * Quits: annevk (annevk@moz-C65BF652.gtokyofl22.vectant.ne.jp) (Ping timeout)
  462. # [03:18] * Quits: seth (seth@2557E599.66715431.D25A875A.IP) (Input/output error)
  463. # [03:18] * Quits: bkase (bkase@moz-D48C0393.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  464. # [03:18] * khuey is now known as khuey|away
  465. # [03:18] * Joins: annevk (annevk@moz-C65BF652.gtokyofl22.vectant.ne.jp)
  466. # [03:18] * Quits: marco (Thunderbir@moz-941A5711.retail.telecomitalia.it) (Quit: marco)
  467. # [03:20] * Quits: Sixmsj (Sixmsj@moz-CC98DFCB.hsd1.ca.comcast.net) (Quit: Computer has gone to sleep.)
  468. # [03:20] * Joins: bkase (bkase@moz-D48C0393.lightspeed.sntcca.sbcglobal.net)
  469. # [03:21] * Joins: jimb (user@moz-91B1931F.hsd1.or.comcast.net)
  470. # [03:22] * Quits: bkase (bkase@moz-D48C0393.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  471. # [03:22] * Joins: janv (varga@moz-8BF5D87F.flarion.as5628.telecom.sk)
  472. # [03:23] * Joins: cpearce (chatzilla@moz-AE665A1C.xdsl.xnet.co.nz)
  473. # [03:23] * bjacob_dinner is now known as bjacob
  474. # [03:25] * Quits: bholley (anonymous@moz-21DD2AC0.hsd1.ca.comcast.net) (Ping timeout)
  475. # [03:25] * Joins: bholley (anonymous@moz-21DD2AC0.hsd1.ca.comcast.net)
  476. # [03:26] * Joins: marco (Thunderbir@moz-941A5711.retail.telecomitalia.it)
  477. # [03:26] * Quits: @dbaron (dbaron@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  478. # [03:27] * Joins: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net)
  479. # [03:28] * Quits: marco (Thunderbir@moz-941A5711.retail.telecomitalia.it) (Quit: marco)
  480. # [03:28] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/1885bc168943 - Jonathan Wilde - Bug 811392 - Work - Choose better background colors for location text in the Firefox app bar. r=fryn
  481. # [03:29] * Joins: tonymec (tonymec@D04A963A.F2FC6AF0.9D2324B7.IP)
  482. # [03:30] * Quits: chewey (chewey@moz-D8D1BE4B.dip0.t-ipconnect.de) (NickServ (GHOST command used by chewey_))
  483. # [03:30] * Quits: nattofriends (tsutsumi@moz-A369A791.warosu.org) (Ping timeout)
  484. # [03:30] * Joins: Asa (asa@4508CAE6.38324963.204CA821.IP)
  485. # [03:30] * Joins: chewey (chewey@moz-5B1159DD.dip0.t-ipconnect.de)
  486. # [03:31] * Quits: Kailas (patilkr@F05EDD9B.6F9D402.4A949B84.IP) (Quit: Leaving)
  487. # [03:32] <@bz_cooking> RyanVM: ping
  488. # [03:32] <@bz_cooking> philor: ping
  489. # [03:32] * Quits: annevk (annevk@moz-C65BF652.gtokyofl22.vectant.ne.jp) (Ping timeout)
  490. # [03:32] * Quits: Sreenidhi (mz@43CB6079.66715431.D25A875A.IP) (Quit: I'm not at my desk!!!!)
  491. # [03:34] <philor> bz_cooking: yo
  492. # [03:35] <@bsmedberg> philor: crap really? That's unexpected. I guess I'll back that one out too? :-(
  493. # [03:35] * pmoore is now known as pmoore|away
  494. # [03:35] * @bsmedberg is massively confused about this
  495. # [03:35] * Quits: tmyoung (Thunderbir@moz-A52EE408.alyoung.com) (Ping timeout)
  496. # [03:35] * Joins: nattofriends (tsutsumi@moz-A369A791.warosu.org)
  497. # [03:36] <philor> bsmedberg: thanks! it's getting a little orange on inbound, and I'm going to have to stay late at work tonight
  498. # [03:37] * Quits: terrence (terrence@2557E599.66715431.D25A875A.IP) (Ping timeout)
  499. # [03:38] * nthomas|away is now known as nthomas|balrog
  500. # [03:38] * Quits: KaiRo_away (robert@moz-9541F07F.adsl.highway.telekom.at) (Input/output error)
  501. # [03:38] * Quits: mmargoliono (min@moz-9DBD522D.static.internode.on.net) (Ping timeout)
  502. # [03:38] * Quits: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP) (Quit: erikvold)
  503. # [03:38] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/8d00587e9c29 - Benjamin Smedberg - Back out 2d970c9c1fad - Bug 882858 Because of mochitest-browser failures in browser_CTP_drag_drop.js and perhaps browser_pluginnotification.js
  504. # [03:39] * Joins: tmyoung (Thunderbir@moz-A52EE408.alyoung.com)
  505. # [03:39] * Quits: jgriffin (jgriffin@moz-C55C3E25.hsd1.wa.comcast.net) (Quit: jgriffin)
  506. # [03:41] * Joins: aja (Instantbir@EAB29ED7.71C78C16.7880DB15.IP)
  507. # [03:42] <aja> Congrats on shipping, yet again.
  508. # [03:42] <aja> ....sorry, no cupcakes here :)
  509. # [03:42] * Joins: pcwalton (pcwalton@2557E599.66715431.D25A875A.IP)
  510. # [03:44] * Quits: Jesse (jruderman@2557E599.66715431.D25A875A.IP) (Quit: Jesse)
  511. # [03:44] <JosiahOne> What did we ship that I don't know about?
  512. # [03:45] <JonathanS> aja, Pinkie Pie is not happy of that
  513. # [03:45] <aja> well....i'm already running 22 build1
  514. # [03:45] <mattwoodrow> gwagner: I think I know what the issue is, would you be willing to test a patch
  515. # [03:45] * Joins: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net)
  516. # [03:45] <JosiahOne> aja: 22 isn't released until the 25th.
  517. # [03:46] <gwagner> mattwoodrow: sure. I have to test if I can reproduce it with my own build
  518. # [03:47] * Joins: Jesse (jruderman@2557E599.66715431.D25A875A.IP)
  519. # [03:47] <mattwoodrow> gwagner: good point. http://www.pastebin.mozilla.org/2539995
  520. # [03:47] <mattwoodrow> looks like a valid issue anyway, i'll put it in the bug too
  521. # [03:48] * Joins: allstarschh (allstars@moz-99690620.hinet-ip.hinet.net)
  522. # [03:48] <gwagner> mattwoodrow: will take a few min. compiling right now
  523. # [03:48] <njn> I just got this on Linux when building FF: "gstreamer-plugins-base-0.10... Package gstreamer-0.10 was not found in the pkg-config search path."
  524. # [03:48] * Quits: Waldo (waldo@2557E599.66715431.D25A875A.IP) (Quit: ChatZilla 0.9.87-6.1450hg.fc18 [XULRunner 21.0/20130521122340])
  525. # [03:48] <njn> anyone seen that before?
  526. # [03:48] * Quits: nattofriends (tsutsumi@moz-A369A791.warosu.org) (Ping timeout)
  527. # [03:48] * Quits: bholley (anonymous@moz-21DD2AC0.hsd1.ca.comcast.net) (Quit: bholley)
  528. # [03:49] * Quits: ddahl (ddahl@2557E599.66715431.D25A875A.IP) (Ping timeout)
  529. # [03:49] * Joins: nattofriends (tsutsumi@moz-A369A791.warosu.org)
  530. # [03:49] * Quits: FabioMagnoni (fabiomagno@C6A6A78C.34A40524.A8479B91.IP) (Input/output error)
  531. # [03:50] <@bz_cooking> ehsan: ping
  532. # [03:50] * zz_jchen is now known as jchen
  533. # [03:50] <@ehsan> bz_cooking: hi
  534. # [03:51] * bz_cooking is now known as bz
  535. # [03:51] <@bz> ehsan: so ondevicelight
  536. # [03:51] <@bz> Do you need a non-constant boolean for whether it's enabled?
  537. # [03:51] <heycam> njn, edwin may know
  538. # [03:52] <njn> heycam: |apt-get install libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev| seems to have fixed it
  539. # [03:52] <@ehsan> bz: I don't think so
  540. # [03:53] * Quits: Jesse (jruderman@2557E599.66715431.D25A875A.IP) (Quit: Jesse)
  541. # [03:53] <njn> heycam: stackexchange sites are wonderful
  542. # [03:53] <heycam> :)
  543. # [03:54] * Joins: Jesse (jruderman@2557E599.66715431.D25A875A.IP)
  544. # [03:54] <@bz> ehsan: ok, then the thing I described in the bug should not be too bad....
  545. # [03:55] <@bz> ehsan: with conditional classinfo
  546. # [03:55] <@ehsan> I guess
  547. # [03:55] * Joins: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net)
  548. # [03:55] <@ehsan> bz: but I figured it may be unnecessary if window moves over soonish
  549. # [03:56] <@bz> Sure
  550. # [03:56] <@bz> It's Hard. :(
  551. # [03:56] <@ehsan> yeah I know...
  552. # [03:56] <@bz> There's way too many pieces.
  553. # [03:56] * Quits: Jesse (jruderman@2557E599.66715431.D25A875A.IP) (Quit: Jesse)
  554. # [03:56] * @bz would love it if we made progress on _something_ in there
  555. # [03:56] <@bz> Actuall...
  556. # [03:56] <@ehsan> so I guess that's a no?
  557. # [03:56] <@bz> er, actually
  558. # [03:57] <@bz> Oh, I commented in the bug
  559. # [03:57] <@bz> It's a no... but
  560. # [03:57] * @ehsan goes to read
  561. # [03:57] <@bz> You said 25?
  562. # [03:57] <@ehsan> yeah
  563. # [03:57] <@bz> We could do webidl quickstubs for window in 25 maybe
  564. # [03:57] <@bz> and then not put this prop in xpidl at all
  565. # [03:57] <@bz> the drawback is it would not be visible via Xrays
  566. # [03:57] <@bz> which is kinda not great
  567. # [03:58] <@ehsan> what does that mean?
  568. # [03:58] * heycam is now known as heycam|away
  569. # [03:58] <@bz> It means that chrome code would not see a .ondevicewhatever on content windows
  570. # [03:59] <@bz> But chrome code would see it on chrome windows and content code would see it on content windows
  571. # [03:59] * Quits: Asa (asa@4508CAE6.38324963.204CA821.IP) (Quit: )
  572. # [03:59] <froydnj> man, wish everything built as fast as android =/
  573. # [03:59] <@ehsan> huh
  574. # [03:59] <@ehsan> that's not super
  575. # [03:59] <@bz> "which is kinda not great", I said.
  576. # [03:59] <@ehsan> yeah
  577. # [03:59] <@ehsan> ok, I'll just do what you suggested
  578. # [03:59] * Joins: ahuang (alan@moz-99690620.hinet-ip.hinet.net)
  579. # [04:00] <@bz> ok, great
  580. # [04:00] <@ehsan> thanks
  581. # [04:00] <@bz> No problem.
  582. # [04:00] * Joins: ekr (ekr@moz-AEFB747.hfc.comcastbusiness.net)
  583. # [04:02] * Joins: Mook (mook@moz-891952A8.dsl.teksavvy.com)
  584. # [04:03] * Joins: cervantes (cervantes@moz-99690620.hinet-ip.hinet.net)
  585. # [04:04] * Quits: tonymec (tonymec@D04A963A.F2FC6AF0.9D2324B7.IP) (Input/output error)
  586. # [04:04] * Quits: nigelb (nigel@AC024D61.81112D4F.EE6E63A5.IP) (Quit: Reconnecting)
  587. # [04:04] * Joins: nigelb (nigel@AC024D61.81112D4F.EE6E63A5.IP)
  588. # [04:05] * Joins: Asa (asa@4508CAE6.38324963.204CA821.IP)
  589. # [04:05] * Quits: nigelb (nigel@AC024D61.81112D4F.EE6E63A5.IP) (Quit: be back in a bit)
  590. # [04:06] * Joins: nigelb (nigel@AC024D61.81112D4F.EE6E63A5.IP)
  591. # [04:06] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  592. # [04:06] * Quits: ekr (ekr@moz-AEFB747.hfc.comcastbusiness.net) (Quit: ekr)
  593. # [04:06] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  594. # [04:06] * Joins: cpearce_ (chatzilla@moz-AE665A1C.xdsl.xnet.co.nz)
  595. # [04:06] * Joins: tonymec (tonymec@D04A963A.F2FC6AF0.9D2324B7.IP)
  596. # [04:06] * Joins: Hendy (wolfox@moz-13914647.hhui4.ken.bigpond.net.au)
  597. # [04:07] * Quits: cpearce (chatzilla@moz-AE665A1C.xdsl.xnet.co.nz) (Ping timeout)
  598. # [04:07] * Quits: breck (breck@moz-AD418F52.dsl.static.sonic.net) (Client exited)
  599. # [04:07] * Quits: Hendikins (wolfox@moz-38BDA24B.lns20.syd6.internode.on.net) (Ping timeout)
  600. # [04:07] * Hendy is now known as Hendikins
  601. # [04:08] * Quits: Hendikins (wolfox@moz-13914647.hhui4.ken.bigpond.net.au) (Quit: Any technology, no matter how primitive, is magic to those who don't understand it)
  602. # [04:08] * joduinn is now known as joduinn-afk
  603. # [04:08] * Joins: Hendikins (wolfox@moz-13914647.hhui4.ken.bigpond.net.au)
  604. # [04:08] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Ping timeout)
  605. # [04:08] * Joins: ekr (ekr@moz-D7997EC8.rtfm.com)
  606. # [04:09] * Joins: breck (breck@moz-AD418F52.dsl.static.sonic.net)
  607. # [04:09] * Quits: cpearce_ (chatzilla@moz-AE665A1C.xdsl.xnet.co.nz) (Ping timeout)
  608. # [04:09] * Quits: jorendorff (jorendorff@moz-2F32ACA3.hsd1.tn.comcast.net) (Quit: jorendorff)
  609. # [04:11] * Quits: @bz (bzbarsky@moz-A28C5395.bstnma.fios.verizon.net) (Ping timeout)
  610. # [04:12] * Quits: cpeterson (cpeterson@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  611. # [04:13] <gwagner> mattwoodrow: it works :)
  612. # [04:13] <mattwoodrow> gwagner: awesome, i'll land it asap
  613. # [04:13] <mattwoodrow> thanks for testing it
  614. # [04:13] * Joins: bz (bzbarsky@moz-A28C5395.bstnma.fios.verizon.net)
  615. # [04:13] * ChanServ sets mode: +o bz
  616. # [04:13] <gwagner> sure. I guess I have to download a new nightly since it won't update any more
  617. # [04:14] * JosiahOne is now known as JosiahOne|afk
  618. # [04:14] * Joins: mixedpuppy (mixedpuppy@moz-BDD802ED.hfc.comcastbusiness.net)
  619. # [04:16] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  620. # [04:16] * Quits: firebot (firebot@moz-CCAE6962.carolina.res.rr.com) (Ping timeout)
  621. # [04:17] * Quits: imsurit (chatzilla@E264E171.68DBB717.1A5E31FF.IP) (Client exited)
  622. # [04:17] * Joins: mconley (mconley@D4B46A36.8C6552CA.6816E6B7.IP)
  623. # [04:18] * Joins: knelson (Adium@moz-4E463C50.dsl.pltn13.sbcglobal.net)
  624. # [04:18] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  625. # [04:18] * Joins: imsurit (chatzilla@E264E171.68DBB717.1A5E31FF.IP)
  626. # [04:19] * Quits: AaronMT (AaronMT@moz-5DF3A271.cpe.net.cable.rogers.com) (Quit: Textual IRC Client: www.textualapp.com)
  627. # [04:20] <janv> ehsan: thanks for the comments
  628. # [04:21] * Quits: knelson (Adium@moz-4E463C50.dsl.pltn13.sbcglobal.net) (Quit: Leaving.)
  629. # [04:22] * Joins: sankha93 (Instantbir@B9DEEB97.F36055FE.8B6C1D65.IP)
  630. # [04:22] * Joins: atsai (atsai@moz-99690620.hinet-ip.hinet.net)
  631. # [04:22] * Joins: shelly (shelly@moz-99690620.hinet-ip.hinet.net)
  632. # [04:24] * Quits: dzbarsky (Adium@2557E599.66715431.D25A875A.IP) (Quit: Leaving.)
  633. # [04:24] * Joins: davidb (davidb@moz-C56D5C4E.dsl.bell.ca)
  634. # [04:24] * Quits: davidb (davidb@moz-C56D5C4E.dsl.bell.ca) (Input/output error)
  635. # [04:25] * Joins: ddahl (ddahl@2557E599.66715431.D25A875A.IP)
  636. # [04:27] * Quits: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP) (Quit: Computer has gone to sleep.)
  637. # [04:28] * Joins: m_kato (m_kato@moz-C286AD9A.bitcat.net)
  638. # [04:28] * Joins: cpearce (chatzilla@538BABFE.A073F3E.97BBD552.IP)
  639. # [04:28] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  640. # [04:29] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  641. # [04:29] * Quits: azakai (alon@2557E599.66715431.D25A875A.IP) (Ping timeout)
  642. # [04:30] * Joins: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP)
  643. # [04:31] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Ping timeout)
  644. # [04:37] * philor is now known as philor|away
  645. # [04:37] * Quits: gwagner (gwagner@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: gwagner)
  646. # [04:38] * Quits: taras (taras@moz-8E045071.hsd1.wa.comcast.net) (Ping timeout)
  647. # [04:38] * Quits: JosiahOne|afk (Instantbir@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net) (Quit: [self dealloc];)
  648. # [04:38] * Joins: firebot (firebot@moz-F8C1AF63.carolina.res.rr.com)
  649. # [04:38] <@ehsan> janv: no problem!
  650. # [04:39] * Quits: nhirata (anonymous@moz-1A50F7F8.hsd1.ca.comcast.net) (Quit: nhirata)
  651. # [04:40] * Quits: tonymec (tonymec@D04A963A.F2FC6AF0.9D2324B7.IP) (Ping timeout)
  652. # [04:40] * Quits: tonymec|away (tonymec@D04A963A.F2FC6AF0.9D2324B7.IP) (Ping timeout)
  653. # [04:42] <jcranmer> and now begins the slow process of s/NS_DECL_ISUPPORTS/NS_DECL_THREADSAFE_ISUPPORTS/
  654. # [04:43] * Quits: nattofriends (tsutsumi@moz-A369A791.warosu.org) (Ping timeout)
  655. # [04:44] * Joins: ericchou (ericchou@moz-99690620.hinet-ip.hinet.net)
  656. # [04:44] * Quits: imsurit (chatzilla@E264E171.68DBB717.1A5E31FF.IP) (Client exited)
  657. # [04:44] * Quits: pcwalton (pcwalton@2557E599.66715431.D25A875A.IP) (Quit: pcwalton)
  658. # [04:45] * Quits: ddahl (ddahl@2557E599.66715431.D25A875A.IP) (Ping timeout)
  659. # [04:45] * Joins: annevk (annevk@moz-CCA5E396.tokyo.ocn.ne.jp)
  660. # [04:46] * Quits: breck (breck@moz-AD418F52.dsl.static.sonic.net) (Client exited)
  661. # [04:46] * Joins: tonymec__ (tonymec@CA4882C8.3A176707.9D2324B7.IP)
  662. # [04:46] * tonymec__ is now known as tonymec|away
  663. # [04:47] * Joins: nattofriends (tsutsumi@moz-A369A791.warosu.org)
  664. # [04:48] * Quits: ggp (ggp@moz-BE33DA21.fw1.sfo1.mozilla.net) (Input/output error)
  665. # [04:48] * Joins: ggp (ggp@moz-BE33DA21.fw1.sfo1.mozilla.net)
  666. # [04:51] * heycam|away is now known as heycam
  667. # [04:52] * Quits: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  668. # [04:54] * Joins: tonymec (tonymec@CA4882C8.3A176707.9D2324B7.IP)
  669. # [04:55] * Joins: breck (breck@moz-E512D9D2.hsd1.ca.comcast.net)
  670. # [04:55] <jcranmer> this is very much a C++11-y patch
  671. # [04:55] <jcranmer> I use static_assert, decltype, type_traits, and atomics
  672. # [04:55] * Quits: brson (brson@2557E599.66715431.D25A875A.IP) (Quit: leaving)
  673. # [04:55] <njn> what could possibly go wrong :P
  674. # [04:55] <jcranmer> I guess all I need to add now are lambdas, auto, and >>
  675. # [04:55] * Quits: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP) (Quit: Computer has gone to sleep.)
  676. # [04:56] <jld> Needs more rvalue references?
  677. # [04:56] <jcranmer> well to be fair, all I'm really adding are the atomics
  678. # [04:56] <jcranmer> everything else is to make sure I'm actually getting everything properly
  679. # [04:58] * Quits: Mossop (mossop@moz-3D9B2D8F.lsanca.fios.verizon.net) (Ping timeout)
  680. # [05:00] * Joins: FabioMagnoni (fabiomagno@C6A6A78C.34A40524.A8479B91.IP)
  681. # [05:01] <@bz> mmm, decltype
  682. # [05:02] * Parts: xorrbit (Noob@moz-662AD2E2.nepharia.org)
  683. # [05:03] * Quits: FabioMagnoni (fabiomagno@C6A6A78C.34A40524.A8479B91.IP) (Ping timeout)
  684. # [05:06] * Quits: bkelly (bkelly@moz-8C21D137.washdc.fios.verizon.net) (Quit: Leaving.)
  685. # [05:06] * Quits: tonymec (tonymec@CA4882C8.3A176707.9D2324B7.IP) (concrete.mozilla.org gravel.mozilla.org)
  686. # [05:06] * Quits: tonymec|away (tonymec@CA4882C8.3A176707.9D2324B7.IP) (concrete.mozilla.org gravel.mozilla.org)
  687. # [05:06] * Quits: annevk (annevk@moz-CCA5E396.tokyo.ocn.ne.jp) (concrete.mozilla.org gravel.mozilla.org)
  688. # [05:06] * Quits: m_kato (m_kato@moz-C286AD9A.bitcat.net) (concrete.mozilla.org gravel.mozilla.org)
  689. # [05:06] * Quits: cpearce (chatzilla@538BABFE.A073F3E.97BBD552.IP) (concrete.mozilla.org gravel.mozilla.org)
  690. # [05:06] * Quits: shelly (shelly@moz-99690620.hinet-ip.hinet.net) (concrete.mozilla.org gravel.mozilla.org)
  691. # [05:06] * Quits: atsai (atsai@moz-99690620.hinet-ip.hinet.net) (concrete.mozilla.org gravel.mozilla.org)
  692. # [05:06] * Quits: sankha93 (Instantbir@B9DEEB97.F36055FE.8B6C1D65.IP) (concrete.mozilla.org gravel.mozilla.org)
  693. # [05:06] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (concrete.mozilla.org gravel.mozilla.org)
  694. # [05:06] * Quits: Hendikins (wolfox@moz-13914647.hhui4.ken.bigpond.net.au) (concrete.mozilla.org gravel.mozilla.org)
  695. # [05:06] * Quits: cervantes (cervantes@moz-99690620.hinet-ip.hinet.net) (concrete.mozilla.org gravel.mozilla.org)
  696. # [05:06] * Quits: ahuang (alan@moz-99690620.hinet-ip.hinet.net) (concrete.mozilla.org gravel.mozilla.org)
  697. # [05:06] * Quits: chewey (chewey@moz-5B1159DD.dip0.t-ipconnect.de) (concrete.mozilla.org gravel.mozilla.org)
  698. # [05:06] * Quits: janv (varga@moz-8BF5D87F.flarion.as5628.telecom.sk) (concrete.mozilla.org gravel.mozilla.org)
  699. # [05:06] * Quits: JeroenDeDauw (j@moz-D99B0E5D.dip0.t-ipconnect.de) (concrete.mozilla.org gravel.mozilla.org)
  700. # [05:06] * Quits: njn (chatzilla@moz-8A015057.dyn.iinet.net.au) (concrete.mozilla.org gravel.mozilla.org)
  701. # [05:06] * Quits: birtles (chatzilla@moz-C286AD9A.bitcat.net) (concrete.mozilla.org gravel.mozilla.org)
  702. # [05:06] * Quits: MaxP (Mibbit@moz-F5D3AE52.fbx.proxad.net) (concrete.mozilla.org gravel.mozilla.org)
  703. # [05:06] * Quits: cers (csonne@moz-D706C2D4.fullrate.dk) (concrete.mozilla.org gravel.mozilla.org)
  704. # [05:06] * Quits: capella (chatzilla@moz-890811F7.twcny.res.rr.com) (concrete.mozilla.org gravel.mozilla.org)
  705. # [05:06] * Quits: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net) (concrete.mozilla.org gravel.mozilla.org)
  706. # [05:06] * Quits: karl (karl@moz-C433B975.jetstream.xtra.co.nz) (concrete.mozilla.org gravel.mozilla.org)
  707. # [05:06] * Quits: kentuckyfriedtakahe (ajones@538BABFE.A073F3E.97BBD552.IP) (concrete.mozilla.org gravel.mozilla.org)
  708. # [05:06] * Quits: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP) (concrete.mozilla.org gravel.mozilla.org)
  709. # [05:06] * Quits: Matt (matthewger@E05025B2.7102BCB6.B7C3970A.IP) (concrete.mozilla.org gravel.mozilla.org)
  710. # [05:06] * Quits: gaston (landry@moz-2911F07A.rhaalovely.net) (concrete.mozilla.org gravel.mozilla.org)
  711. # [05:06] * Quits: jduell (jduell@moz-E765EB2E.hsd1.wa.comcast.net) (concrete.mozilla.org gravel.mozilla.org)
  712. # [05:06] * Quits: espadrine (ttyl@moz-6849D97A.dclient.lsne.ch) (concrete.mozilla.org gravel.mozilla.org)
  713. # [05:06] * Quits: Optimizer (Optimizer@930C0F2D.D1B67D4C.274D17D6.IP) (concrete.mozilla.org gravel.mozilla.org)
  714. # [05:06] * Quits: michal (michal@moz-167B440E.broadband6.iol.cz) (concrete.mozilla.org gravel.mozilla.org)
  715. # [05:06] * Quits: hery (weechat@4A83457D.B31F7523.92AEF337.IP) (concrete.mozilla.org gravel.mozilla.org)
  716. # [05:06] * Quits: vd (vd@moz-7A53EEF0.ddns.cablebg.net) (concrete.mozilla.org gravel.mozilla.org)
  717. # [05:06] * Quits: spohl (Adium@514F4E33.F8C24747.473D6A24.IP) (concrete.mozilla.org gravel.mozilla.org)
  718. # [05:06] * Quits: brambles (xymox@moz-969AAE9B.barwen.ch) (concrete.mozilla.org gravel.mozilla.org)
  719. # [05:06] * Quits: vchang (Vincent@moz-99690620.hinet-ip.hinet.net) (concrete.mozilla.org gravel.mozilla.org)
  720. # [05:06] * Quits: KenChang (KenChang@moz-99690620.hinet-ip.hinet.net) (concrete.mozilla.org gravel.mozilla.org)
  721. # [05:06] * Quits: jhlin (jolin@moz-99690620.hinet-ip.hinet.net) (concrete.mozilla.org gravel.mozilla.org)
  722. # [05:06] * Quits: GinaYeh (GinaYeh@moz-99690620.hinet-ip.hinet.net) (concrete.mozilla.org gravel.mozilla.org)
  723. # [05:06] * Quits: billm (billm@moz-E7DF4F8C.lightspeed.sntcca.sbcglobal.net) (concrete.mozilla.org gravel.mozilla.org)
  724. # [05:06] * Quits: mounir (mounir@moz-7DBD2CFF.fr) (concrete.mozilla.org gravel.mozilla.org)
  725. # [05:06] * Quits: logbot (logbot@moz-58CB32ED.glob.com.au) (concrete.mozilla.org gravel.mozilla.org)
  726. # [05:06] * Quits: nbp (pierron@moz-7EB03C5F.fbx.proxad.net) (concrete.mozilla.org gravel.mozilla.org)
  727. # [05:06] * Quits: avih (quassel@49DF9E91.D1859F25.ADCC8A61.IP) (concrete.mozilla.org gravel.mozilla.org)
  728. # [05:06] * Quits: NeilZZZ (neil@moz-7E027EE5.cable.virginmedia.com) (concrete.mozilla.org gravel.mozilla.org)
  729. # [05:06] * Quits: tchevalier (Thunderbir@moz-C2751B0C.fbx.proxad.net) (concrete.mozilla.org gravel.mozilla.org)
  730. # [05:06] * Quits: alfredo (chatzilla@moz-99690620.hinet-ip.hinet.net) (concrete.mozilla.org gravel.mozilla.org)
  731. # [05:06] * Quits: ewong (chatzilla@moz-E5D50C2E.static.netvigator.com) (concrete.mozilla.org gravel.mozilla.org)
  732. # [05:06] * Quits: ketas (ketas@135.216.191.90.dyn.estpak.ee) (concrete.mozilla.org gravel.mozilla.org)
  733. # [05:06] * Quits: Matti (Matti@moz-C77E96AD.dip0.t-ipconnect.de) (concrete.mozilla.org gravel.mozilla.org)
  734. # [05:06] * Quits: hub (hub@E639FEDB.F04051C4.DC1243F8.IP) (concrete.mozilla.org gravel.mozilla.org)
  735. # [05:06] * Quits: Dagger (Dagger@moz-38590C6F.cable.virginmedia.com) (concrete.mozilla.org gravel.mozilla.org)
  736. # [05:06] * Quits: cstipkovic (uid6805@moz-C944F5EC.irccloud.com) (concrete.mozilla.org gravel.mozilla.org)
  737. # [05:06] * Quits: NimeshNeema (uid2689@moz-A588D045.irccloud.com) (concrete.mozilla.org gravel.mozilla.org)
  738. # [05:06] * Quits: jamesr (uid10481@moz-A588D045.irccloud.com) (concrete.mozilla.org gravel.mozilla.org)
  739. # [05:06] * Quits: sawrubh (uid6719@moz-D8B63698.irccloud.com) (concrete.mozilla.org gravel.mozilla.org)
  740. # [05:06] * Quits: sid0 (uid2934@moz-A588D045.irccloud.com) (concrete.mozilla.org gravel.mozilla.org)
  741. # [05:06] * Quits: blassey_mobile (uid2297@moz-C944F5EC.irccloud.com) (concrete.mozilla.org gravel.mozilla.org)
  742. # [05:06] * Quits: pdr|afk (uid7901@moz-A588D045.irccloud.com) (concrete.mozilla.org gravel.mozilla.org)
  743. # [05:06] * Quits: ttaubert (uid2620@moz-C944F5EC.irccloud.com) (concrete.mozilla.org gravel.mozilla.org)
  744. # [05:06] * Quits: biesi_ (uid8099@moz-D8B63698.irccloud.com) (concrete.mozilla.org gravel.mozilla.org)
  745. # [05:06] * Quits: hadleybeeman (uid7394@moz-D8B63698.irccloud.com) (concrete.mozilla.org gravel.mozilla.org)
  746. # [05:06] * Quits: gfritzsche (uid7586@moz-D8B63698.irccloud.com) (concrete.mozilla.org gravel.mozilla.org)
  747. # [05:06] * Quits: felipe (uid2734@moz-C944F5EC.irccloud.com) (concrete.mozilla.org gravel.mozilla.org)
  748. # [05:06] * Quits: dolske|cloud_ (uid2681@moz-A588D045.irccloud.com) (concrete.mozilla.org gravel.mozilla.org)
  749. # [05:06] * Quits: rail_away (rail@moz-E6144DC3.iqchoice.com) (concrete.mozilla.org gravel.mozilla.org)
  750. # [05:06] * Quits: jaws (uid2871@moz-D8B63698.irccloud.com) (concrete.mozilla.org gravel.mozilla.org)
  751. # [05:06] * Quits: timeless (uid4015@moz-A588D045.irccloud.com) (concrete.mozilla.org gravel.mozilla.org)
  752. # [05:06] * Quits: akeybl (uid11012@moz-C944F5EC.irccloud.com) (concrete.mozilla.org gravel.mozilla.org)
  753. # [05:06] * Quits: fhd (uid2508@moz-A588D045.irccloud.com) (concrete.mozilla.org gravel.mozilla.org)
  754. # [05:06] * Quits: Unfocused (uid2622@moz-A588D045.irccloud.com) (concrete.mozilla.org gravel.mozilla.org)
  755. # [05:06] * Quits: dcamp (uid6663@moz-D8B63698.irccloud.com) (concrete.mozilla.org gravel.mozilla.org)
  756. # [05:06] * Quits: gozala (uid5923@moz-C944F5EC.irccloud.com) (concrete.mozilla.org gravel.mozilla.org)
  757. # [05:06] * Quits: daleharvey (uid513@moz-A588D045.irccloud.com) (concrete.mozilla.org gravel.mozilla.org)
  758. # [05:06] * Quits: evilpie (uid7877@moz-C944F5EC.irccloud.com) (concrete.mozilla.org gravel.mozilla.org)
  759. # [05:06] * Quits: abot2211 (atopal@moz-19F3D8B3.net) (concrete.mozilla.org gravel.mozilla.org)
  760. # [05:06] * Quits: molnarg (darkelf@moz-A80E711.clients.your-server.de) (concrete.mozilla.org gravel.mozilla.org)
  761. # [05:06] * Quits: @dolske (dolske@moz-DB4A9C19.scl3.mozilla.com) (concrete.mozilla.org gravel.mozilla.org)
  762. # [05:06] * Quits: Honza (chatzilla@F8BF899B.23B79DE4.D0083327.IP) (concrete.mozilla.org gravel.mozilla.org)
  763. # [05:06] * Quits: thinker (user@moz-D00ACA96.dynamic.kbronet.com.tw) (concrete.mozilla.org gravel.mozilla.org)
  764. # [05:06] * Quits: merike|away (merike@moz-F5B95BAF.cable.starman.ee) (concrete.mozilla.org gravel.mozilla.org)
  765. # [05:06] * Joins: brambles (xymox@moz-969AAE9B.barwen.ch)
  766. # [05:06] * Joins: molnarg (darkelf@moz-A80E711.clients.your-server.de)
  767. # [05:06] * Joins: mounir (mounir@moz-7DBD2CFF.fr)
  768. # [05:06] * Joins: abot2211 (atopal@moz-19F3D8B3.net)
  769. # [05:06] * Joins: vd (vd@moz-7A53EEF0.ddns.cablebg.net)
  770. # [05:06] * Joins: nbp (pierron@moz-7EB03C5F.fbx.proxad.net)
  771. # [05:06] * Joins: rail_away (rail@moz-E6144DC3.iqchoice.com)
  772. # [05:06] * Joins: Matt (matthewger@E05025B2.7102BCB6.B7C3970A.IP)
  773. # [05:06] * Joins: gaston (landry@moz-2911F07A.rhaalovely.net)
  774. # [05:06] * Joins: Dagger (Dagger@moz-38590C6F.cable.virginmedia.com)
  775. # [05:06] * Joins: janv (varga@moz-8BF5D87F.flarion.as5628.telecom.sk)
  776. # [05:06] * Joins: Optimizer (Optimizer@930C0F2D.D1B67D4C.274D17D6.IP)
  777. # [05:06] * Joins: karl (karl@moz-C433B975.jetstream.xtra.co.nz)
  778. # [05:06] * Joins: espadrine (ttyl@moz-6849D97A.dclient.lsne.ch)
  779. # [05:06] * Joins: chewey (chewey@moz-5B1159DD.dip0.t-ipconnect.de)
  780. # [05:06] * Joins: dcamp (uid6663@moz-D8B63698.irccloud.com)
  781. # [05:06] * Joins: JeroenDeDauw (j@moz-D99B0E5D.dip0.t-ipconnect.de)
  782. # [05:06] * Joins: m_kato (m_kato@moz-C286AD9A.bitcat.net)
  783. # [05:06] * Joins: Hendikins (wolfox@moz-13914647.hhui4.ken.bigpond.net.au)
  784. # [05:06] * Joins: annevk (annevk@moz-CCA5E396.tokyo.ocn.ne.jp)
  785. # [05:06] * Joins: jduell (jduell@moz-E765EB2E.hsd1.wa.comcast.net)
  786. # [05:06] * Joins: shelly (shelly@moz-99690620.hinet-ip.hinet.net)
  787. # [05:06] * Joins: cers (csonne@moz-D706C2D4.fullrate.dk)
  788. # [05:06] * Joins: dolske (dolske@21373740.52B8005.D25A875A.IP)
  789. # [05:06] * ChanServ sets mode: +o dolske
  790. # [05:06] * Joins: birtles (chatzilla@moz-C286AD9A.bitcat.net)
  791. # [05:06] * Joins: hub (hub@E639FEDB.F04051C4.DC1243F8.IP)
  792. # [05:06] * Joins: michal (michal@moz-167B440E.broadband6.iol.cz)
  793. # [05:06] * Joins: hery (weechat@4A83457D.B31F7523.92AEF337.IP)
  794. # [05:06] * Joins: cpearce (chatzilla@538BABFE.A073F3E.97BBD552.IP)
  795. # [05:06] * Joins: NeilZZZ (neil@moz-7E027EE5.cable.virginmedia.com)
  796. # [05:06] * Joins: tonymec|away (tonymec@CA4882C8.3A176707.9D2324B7.IP)
  797. # [05:06] * Joins: pdr|afk (uid7901@moz-A588D045.irccloud.com)
  798. # [05:06] * Joins: tchevalier (Thunderbir@moz-C2751B0C.fbx.proxad.net)
  799. # [05:06] * Joins: sankha93 (Instantbir@B9DEEB97.F36055FE.8B6C1D65.IP)
  800. # [05:06] * Joins: billm (billm@moz-E7DF4F8C.lightspeed.sntcca.sbcglobal.net)
  801. # [05:06] * Joins: capella (chatzilla@moz-890811F7.twcny.res.rr.com)
  802. # [05:06] * Joins: Honza (chatzilla@F8BF899B.23B79DE4.D0083327.IP)
  803. # [05:06] * Joins: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP)
  804. # [05:06] * Joins: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net)
  805. # [05:07] * Joins: tonymec (tonymec@CA4882C8.3A176707.9D2324B7.IP)
  806. # [05:07] * Joins: avih (quassel@49DF9E91.D1859F25.ADCC8A61.IP)
  807. # [05:07] * Joins: merike|away (merike@moz-F5B95BAF.cable.starman.ee)
  808. # [05:07] * Joins: njn (chatzilla@moz-8A015057.dyn.iinet.net.au)
  809. # [05:07] * merike|away is now known as merike
  810. # [05:07] * jcranmer wonders if nsThread is supposed to be threadsafe :-/
  811. # [05:07] * Joins: gfritzsche (uid7586@moz-D8B63698.irccloud.com)
  812. # [05:07] * Joins: KenChang (KenChang@moz-99690620.hinet-ip.hinet.net)
  813. # [05:07] * Joins: vchang (Vincent@moz-99690620.hinet-ip.hinet.net)
  814. # [05:07] * Joins: NimeshNeema (uid2689@moz-A588D045.irccloud.com)
  815. # [05:08] * Joins: dolske|cloud_ (uid2681@moz-A588D045.irccloud.com)
  816. # [05:08] * Joins: gozala (uid5923@moz-C944F5EC.irccloud.com)
  817. # [05:08] <jcranmer> I can tell you that who is threadsafe and who isn't in xpcom/ appears to be decided by a coin flip
  818. # [05:08] * Joins: logbot (logbot@moz-58CB32ED.glob.com.au)
  819. # [05:08] <jld> But is the coin flip threadsafe?
  820. # [05:08] * Joins: cstipkovic (uid6805@moz-C944F5EC.irccloud.com)
  821. # [05:08] * Joins: felipe (uid2734@moz-C944F5EC.irccloud.com)
  822. # [05:08] * gozala is now known as IRCMonkey15166
  823. # [05:09] * Joins: blassey_mobile (uid2297@moz-C944F5EC.irccloud.com)
  824. # [05:09] * Joins: alfredo (chatzilla@moz-99690620.hinet-ip.hinet.net)
  825. # [05:09] * Joins: darkowlzz|zZzz (sunny@44488A4A.9EE147E0.25B273F5.IP)
  826. # [05:09] * Joins: daleharvey (uid513@moz-A588D045.irccloud.com)
  827. # [05:09] * Joins: Unfocused (uid2622@moz-A588D045.irccloud.com)
  828. # [05:10] * Joins: cervantes (cervantes@moz-99690620.hinet-ip.hinet.net)
  829. # [05:10] * Joins: ahuang (alan@moz-99690620.hinet-ip.hinet.net)
  830. # [05:10] * Joins: timeless (uid4015@moz-A588D045.irccloud.com)
  831. # [05:11] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  832. # [05:11] <jcranmer> yay, I can compile xpcom!
  833. # [05:11] * Mook is pretty sure nsThread is threadsafe, otherwise nsIEventTarget::dispatch() is pretty useless
  834. # [05:11] <@bz> jcranmer: now you have two problems?
  835. # [05:11] * Joins: yzen (yzen@AA2C085E.10C8AEF8.9A8C35B4.IP)
  836. # [05:11] * Joins: ketas (ketas@135.216.191.90.dyn.estpak.ee)
  837. # [05:12] * Joins: dbaron (dbaron@moz-FD349932.dsl.dynamic.sonic.net)
  838. # [05:12] * ChanServ sets mode: +o dbaron
  839. # [05:12] * Joins: sid0 (uid2934@moz-A588D045.irccloud.com)
  840. # [05:12] <jcranmer> bz: I made my code error if I say NS_IMPL_THREADSAFE_* but don't say NS_DECL_THREADSAFE_ISUPPORTS
  841. # [05:13] * khuey|away is now known as khuey
  842. # [05:13] * Parts: aja (Instantbir@EAB29ED7.71C78C16.7880DB15.IP)
  843. # [05:14] <@khuey> why do concrete and gravel keep netsplitting all the time?
  844. # [05:14] * Quits: ggp (ggp@moz-BE33DA21.fw1.sfo1.mozilla.net) (Input/output error)
  845. # [05:14] <@khuey> that didn't use to happen
  846. # [05:14] * Joins: ggp (ggp@moz-BE33DA21.fw1.sfo1.mozilla.net)
  847. # [05:15] * Joins: chmanche` (user@moz-962996C5.seas.upenn.edu)
  848. # [05:15] * chmanche` is now known as chmanchester|afk
  849. # [05:15] * Quits: chmanchester (chmanchest@moz-BE33DA21.fw1.sfo1.mozilla.net) (Input/output error)
  850. # [05:15] <Callek> khuey: today it was "move concrete from ams1 to AWS euw1"
  851. # [05:15] <Callek> since ams1 is shutting down
  852. # [05:16] <Callek> monday was the same but had to be rolled back due to software confusion between gravel and concrete
  853. # [05:16] <Callek> sand is the around just locked away in its room, until it can prove it can behave with its new friend "IPv6"
  854. # [05:16] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/822b350df442 - Ehsan Akhgari - Backed out changeset 9173dcf026ee (bug 882567) because of mochitest-1 timeouts on Linux
  855. # [05:16] * Quits: ggp (ggp@moz-BE33DA21.fw1.sfo1.mozilla.net) (Connection reset by peer)
  856. # [05:16] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/2e1acd3b9ce8 - Ehsan Akhgari - Backed out 2 changesets (bug 794282) because of mochitest-1 timeouts on Linux
  857. # [05:16] <Callek> only they've been friends a while now, taking a while for them to get along
  858. # [05:17] * Quits: mwu (mwu@moz-2E883D31.hsd1.nj.comcast.net) (Quit: Leaving)
  859. # [05:17] * philor|away is now known as philor
  860. # [05:18] <philor> in what may be my best bitter-sheriff move ever, on the way home from work I stopped at the store to buy Advil
  861. # [05:18] * Joins: jaws (uid2871@moz-D8B63698.irccloud.com)
  862. # [05:19] * Joins: nattoenemies (tsutsumi@moz-4CEEC7AA.warosu.org)
  863. # [05:19] * kats|away is now known as kats
  864. # [05:19] * Quits: nattofriends (tsutsumi@moz-A369A791.warosu.org) (Quit: さよなら)
  865. # [05:19] * nattoenemies is now known as nattofriends
  866. # [05:19] <@bz> philor: Just don't drink at the same time?
  867. # [05:20] * Mook is surprised you don't already have an IV drip based setup
  868. # [05:20] * Quits: Optimizer (Optimizer@930C0F2D.D1B67D4C.274D17D6.IP) (Ping timeout)
  869. # [05:21] <KWierso|Home> for the advil or the drink?
  870. # [05:21] <@bz> Of booze, or advil?
  871. # [05:21] <philor> but my choices for b2g mochitest-3 dom/contacts/ bustage are layout, FHR, browser console, or browser prefs, I *have* to drink
  872. # [05:22] * Joins: AaronMT (aaronmt@moz-5DF3A271.cpe.net.cable.rogers.com)
  873. # [05:22] * Joins: sawrubh (uid6719@moz-D8B63698.irccloud.com)
  874. # [05:22] * Joins: fhd (uid2508@moz-A588D045.irccloud.com)
  875. # [05:23] * Joins: imsurit (chatzilla@8274EA9D.11381745.1A5E31FF.IP)
  876. # [05:24] * Joins: Optimizer (Optimizer@4F117CAA.CF241F85.D2D1FAF0.IP)
  877. # [05:25] * Quits: AaronMT (aaronmt@moz-5DF3A271.cpe.net.cable.rogers.com) (Quit: Leaving)
  878. # [05:26] * Joins: hadleybeeman (uid7394@moz-D8B63698.irccloud.com)
  879. # [05:27] * Joins: jamesr (uid10481@moz-A588D045.irccloud.com)
  880. # [05:28] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  881. # [05:30] * Joins: ttaubert (uid2620@moz-C944F5EC.irccloud.com)
  882. # [05:30] * Joins: evilpie (uid7877@moz-C944F5EC.irccloud.com)
  883. # [05:30] * Joins: akeybl (uid11012@moz-C944F5EC.irccloud.com)
  884. # [05:31] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  885. # [05:31] * Joins: biesi_ (uid8099@moz-D8B63698.irccloud.com)
  886. # [05:32] * Quits: njn (chatzilla@moz-8A015057.dyn.iinet.net.au) (Client exited)
  887. # [05:32] * Joins: ekr_ (ekr@moz-AEFB747.hfc.comcastbusiness.net)
  888. # [05:33] * bz is now known as bz_sleep
  889. # [05:34] <philor> I know, we could open Cypress!
  890. # [05:34] * philor kills me
  891. # [05:36] * Joins: jhlin (jolin@moz-99690620.hinet-ip.hinet.net)
  892. # [05:36] * Quits: ekr_ (ekr@moz-AEFB747.hfc.comcastbusiness.net) (Quit: ekr_)
  893. # [05:37] * Joins: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP)
  894. # [05:38] * Quits: philikon (pweitersha@moz-CED54CE5.boerde.de) (Ping timeout)
  895. # [05:38] * Joins: philikon (pweitersha@moz-CED54CE5.boerde.de)
  896. # [05:39] <JonathanS> auto crap = new Crap()?
  897. # [05:39] * cford|away is now known as cford
  898. # [05:39] * Joins: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net)
  899. # [05:40] * Joins: lmandel (lmandel@556E85CD.E855F8D7.412CF160.IP)
  900. # [05:41] * mcote|afk is now known as mcote
  901. # [05:42] * kats is now known as kats|away
  902. # [05:42] * Joins: ekr_ (ekr@moz-AEFB747.hfc.comcastbusiness.net)
  903. # [05:42] * Quits: aut0mata (automata@94C7AAD7.84D54F57.E0F4401A.IP) (Ping timeout)
  904. # [05:43] * Quits: lmandel (lmandel@556E85CD.E855F8D7.412CF160.IP) (Ping timeout)
  905. # [05:44] * Quits: ekr_ (ekr@moz-AEFB747.hfc.comcastbusiness.net) (Ping timeout)
  906. # [05:45] * Joins: ggp (ggp@moz-2BD0ED8A.tmodns.net)
  907. # [05:45] * Joins: dzbarsky (Adium@moz-A7CDB794.dia.static.qwest.net)
  908. # [05:46] * Joins: atsai (atsai@moz-99690620.hinet-ip.hinet.net)
  909. # [05:48] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  910. # [05:48] * Quits: clokep (Instantbir@5538644.6A558D2.4EF9B99B.IP) (Quit: Instantbird 1.5a1pre -- http://www.instantbird.com)
  911. # [05:48] * Quits: mconley (mconley@D4B46A36.8C6552CA.6816E6B7.IP) (Input/output error)
  912. # [05:51] * Joins: bkase (bkase@moz-F2813A2B.hfc.comcastbusiness.net)
  913. # [05:53] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/1d4c00e49f93 - Ehsan Akhgari - Backed out changeset 57624f26be8f (bug 702080) on the suspicion of causing a b2g mochitest-3 failure, since it touches code near remote browser stuff
  914. # [05:54] <jcranmer> at this rate, my m-c queue is shaping up to have *every patch* require rebuilding world
  915. # [05:55] * Joins: mconley (mconley@D4B46A36.8C6552CA.6816E6B7.IP)
  916. # [05:55] <philor> where do Metro people live?
  917. # [05:55] * glob|away is now known as glob
  918. # [05:55] <jcranmer> touch-configure, several in a row that touch nsISupportsImpl.h, next one touches xpidl...
  919. # [05:56] * Joins: njn (chatzilla@moz-8A015057.dyn.iinet.net.au)
  920. # [05:56] <njn> is there an easy way to cancel all unfinished jobs in a try server run?
  921. # [05:56] <@bz_sleep> yes
  922. # [05:56] <@bz_sleep> the red X in tbpl
  923. # [05:56] * jcranmer goes ahead and adds a patch that touches jsapi.h
  924. # [05:56] <@bz_sleep> njn: ^
  925. # [05:56] <njn> bz_sleep: that does them one at a time, no?
  926. # [05:57] <philor> njn: left of the list of pushes, when you hover
  927. # [05:57] <@bz_sleep> njn: if you hover under the pusher's name, to the left of the list of changeset ids
  928. # [05:57] <@bz_sleep> njn: there should be a red X that appears then
  929. # [05:57] * Joins: wlach (wlach@D8483823.1075BAF2.3DEE0DD0.IP)
  930. # [05:57] <njn> ah, gotcha
  931. # [05:57] <njn> thanks!
  932. # [05:57] <@bz_sleep> (yes, the sudden appearing UI is sudden)
  933. # [05:57] <@bz_sleep> No problem.
  934. # [05:57] <@bz_sleep> I guess it's actually a white X on red background...
  935. # [05:58] <philor> we like our hovers, indeed we do
  936. # [05:58] <@bz_sleep> " Zarro Boogs found. "
  937. # [05:58] * @bz_sleep is happy
  938. # [05:58] <@bz_sleep> Also, should sleep for real. ;)
  939. # [05:59] * kripton is now known as Kripton
  940. # [05:59] * Joins: kentuckyfriedtakahe (ajones@538BABFE.A073F3E.97BBD552.IP)
  941. # [05:59] * Joins: digitsm (digitsm@AF94F582.17518922.C146C5E5.IP)
  942. # [06:01] * Quits: mconley (mconley@D4B46A36.8C6552CA.6816E6B7.IP) (Input/output error)
  943. # [06:01] * Joins: ekr_ (ekr@moz-AEFB747.hfc.comcastbusiness.net)
  944. # [06:04] * Quits: ekr_ (ekr@moz-AEFB747.hfc.comcastbusiness.net) (Ping timeout)
  945. # [06:07] * Quits: jhlin (jolin@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  946. # [06:08] * Joins: jhlin (jolin@moz-99690620.hinet-ip.hinet.net)
  947. # [06:09] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Quit: Leaving.)
  948. # [06:11] * Joins: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net)
  949. # [06:12] * Quits: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net) (Quit: jib)
  950. # [06:15] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  951. # [06:16] * Quits: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net) (Ping timeout)
  952. # [06:17] * Joins: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net)
  953. # [06:18] * Quits: ggp (ggp@moz-2BD0ED8A.tmodns.net) (Ping timeout)
  954. # [06:19] * Quits: breck (breck@moz-E512D9D2.hsd1.ca.comcast.net) (Client exited)
  955. # [06:20] * Quits: imsurit (chatzilla@8274EA9D.11381745.1A5E31FF.IP) (Quit: ChatZilla 0.9.90 [Firefox 22.0/20130617145905])
  956. # [06:20] * Joins: breck (breck@moz-E512D9D2.hsd1.ca.comcast.net)
  957. # [06:22] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  958. # [06:25] * Joins: ggp (ggp@moz-2BD0ED8A.tmodns.net)
  959. # [06:27] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Quit: Leaving.)
  960. # [06:32] * Joins: Sixmsj (Sixmsj@moz-CC98DFCB.hsd1.ca.comcast.net)
  961. # [06:34] <@roc> how hard is it these days to add something to NSPR?
  962. # [06:34] <jcranmer> it'd be easier to add it to mfbt, I suppose
  963. # [06:34] <@roc> I want to add an I/O operation to PRFileDesc
  964. # [06:35] * Quits: ggp (ggp@moz-2BD0ED8A.tmodns.net) (Ping timeout)
  965. # [06:36] * Joins: ggp (ggp@moz-2BD0ED8A.tmodns.net)
  966. # [06:37] * Joins: basanta (basanta___@40EEA86D.7261ED03.CFF65E33.IP)
  967. # [06:37] * Quits: kdc (chatzilla@moz-2ACC6B38.pk.shawcable.net) (Connection reset by peer)
  968. # [06:37] * Quits: ggp (ggp@moz-2BD0ED8A.tmodns.net) (Input/output error)
  969. # [06:37] * Joins: kdc (chatzilla@moz-2ACC6B38.pk.shawcable.net)
  970. # [06:38] <basanta> Is it possible to resume build from where it failed after making changes to .mozconfig ?
  971. # [06:40] * Quits: ekr (ekr@moz-D7997EC8.rtfm.com) (Ping timeout)
  972. # [06:41] * Quits: rniwa (rniwa@5FEFE500.BA327C77.775DF071.IP) (Quit: rniwa)
  973. # [06:42] * glob is now known as glookbib
  974. # [06:42] * Joins: pranavrc (pranavrc@34825E38.E403A972.520CDC98.IP)
  975. # [06:42] * glookbib is now known as glob
  976. # [06:45] * Quits: josh (josh@moz-348C4790.hsd1.mn.comcast.net) (Quit: josh)
  977. # [06:46] <philor> basanta: no - you have to run configure to have your mozconfig changes take effect, and then depending on what you changed, things may still be broken or wind up even more broken if you try to keep going, it's usually faster to just remove your objdir than to wait for it to die again or build something that winds up broken and half one thing and half another
  978. # [06:47] <basanta> philor, okay, my build environment is very very slow so ..
  979. # [06:50] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  980. # [06:51] * nthomas|balrog is now known as nthomas|away
  981. # [06:52] * Kripton is now known as kripton
  982. # [06:54] * Joins: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net)
  983. # [07:00] * Quits: inolen (Adium@moz-FA2406D8.socal.res.rr.com) (Ping timeout)
  984. # [07:01] * Joins: inolen (Adium@moz-FA2406D8.socal.res.rr.com)
  985. # [07:02] * Joins: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net)
  986. # [07:02] * Joins: imsurit (chatzilla@8274EA9D.11381745.1A5E31FF.IP)
  987. # [07:04] * joduinn-afk is now known as joduinn
  988. # [07:06] * Quits: wlach (wlach@D8483823.1075BAF2.3DEE0DD0.IP) (Ping timeout)
  989. # [07:08] * Quits: nbp (pierron@moz-7EB03C5F.fbx.proxad.net) (Ping timeout)
  990. # [07:08] * Joins: nbp (pierron@moz-7EB03C5F.fbx.proxad.net)
  991. # [07:10] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  992. # [07:10] <dholbert> ehsan, I'm pretty sure that b2g m-3 failure is the console.jsm patch, not the IsResourceDoc patch
  993. # [07:11] <dholbert> ehsan, the failure comes right after "WARNING - E/GeckoConsole( 776): [JavaScript Error: "console is undefined" {file: "resource://gre/modules/ContactDB.jsm" line: 894"
  994. # [07:11] <dholbert> and in a passing log, there aren't any occurrences of the string "console is undefined"
  995. # [07:12] * Joins: b10n1k (j0ni@moz-BB605A7B.adsl.cyta.gr)
  996. # [07:12] <dholbert> (and ContactDB.jsm does import Console.jsm, http://mxr.mozilla.org/mozilla-central/source/dom/contacts/fallback/ContactDB.jsm#19
  997. # [07:12] <dholbert> )
  998. # [07:14] * heycam is now known as heycam|away
  999. # [07:14] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  1000. # [07:17] * Quits: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net) (Connection reset by peer)
  1001. # [07:17] * Quits: dzbarsky (Adium@moz-A7CDB794.dia.static.qwest.net) (Ping timeout)
  1002. # [07:18] * khuey is now known as khuey|away
  1003. # [07:18] * jcranmer is now known as jcranmer|away
  1004. # [07:19] * Joins: dzbarsky (Adium@moz-A7CDB794.dia.static.qwest.net)
  1005. # [07:19] <gwagner> dholbert: oh we shouldn't import console here
  1006. # [07:19] * Joins: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net)
  1007. # [07:19] <dholbert> gwagner, we do, though
  1008. # [07:20] <gwagner> why?
  1009. # [07:20] <dholbert> I don't know, I didn't write the test or the library it's using :)
  1010. # [07:20] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1011. # [07:21] <gwagner> yeah I wrote it. at least most of it and we shouldn't include it :)
  1012. # [07:21] <dholbert> ah :)
  1013. # [07:21] <gwagner> where does it cause problems?
  1014. # [07:21] <dholbert> it looks like it's there for a "console.warn()" statement
  1015. # [07:21] <gwagner> yeah
  1016. # [07:22] <dholbert> and it apparently causes problems when we invoke that code, in current inbound
  1017. # [07:22] <gwagner> that's not how we use it for b2g
  1018. # [07:22] <dholbert> (on b2g)
  1019. # [07:22] <dholbert> ok
  1020. # [07:22] <gwagner> it works for b2g desktop builds
  1021. # [07:22] * cford is now known as cford|away
  1022. # [07:24] <dholbert> gwagner, for now, I'm going to back out the bug that appears to have regressed it (bug 879228); if you know what needs to be done to prevent it from breaking, could you either file a bug or post on that existing bug?
  1023. # [07:25] <gwagner> dholbert: I will just remove it from contactsDB but I am not sure why it broke now
  1024. # [07:25] <dholbert> gwagner, (it sounds like you might have a bustage fix in mind, but I'd lean towards a backout, because we're already several layers of backouts deep, and I'd like to get to a known-good state)
  1025. # [07:26] <gwagner> yeah back out. I am not fixing it tonight
  1026. # [07:26] <dholbert> ok, cool. thanks :)
  1027. # [07:27] * Joins: steve (chatzilla@moz-AD078039.range86-181.btcentralplus.com)
  1028. # [07:28] * Joins: vigneshwaran (vigneshwar@FC0B83FD.138D8F1E.FD6A0EFF.IP)
  1029. # [07:30] <steve> guys. so I put together a gtkEmbed embedding example which I can bulld using codeblocks, but which bombs out deep in initializing code. trying to make it using mozilla build system but it bombs out with "# error "STL code can only be used with infallible ::operator new()" error. I need a little help with this or I'll have to drop it & move over to chromium cause mozilla weirdnesses are...
  1030. # [07:30] <steve> ...taking up too much of my time.
  1031. # [07:33] <steve> will file what I have in bugzilla as not having a functioning gtk embed sample app is a bug imo.
  1032. # [07:35] * Quits: @ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP) (Input/output error)
  1033. # [07:36] <dholbert> steve, hg blame says that warning was added in this cset: http://hg.mozilla.org/mozilla-central/rev/cec7b12eb5e3
  1034. # [07:36] <dholbert> which mentions "Allow reviewed+approved STL headers to be included"
  1035. # [07:36] <dholbert> which STL header(s) are you trying to use?
  1036. # [07:37] * Quits: cpearce (chatzilla@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  1037. # [07:38] <steve> I have no idea without going any deeper into this. reached my pain threshold. reckon there's less pain in moving to chromium. realise no-one here wants to hear that & I'm tired & frustrated so maybe that feeling will pass but right now ... not a happy bunny.
  1038. # [07:39] <steve> this is why you have a maintained standard embedding sample application on all supported platforms. so embedding developers don't have to dive into moz unstable build hell
  1039. # [07:39] <dholbert> steve, it looks like http://mxr.mozilla.org/mozilla-central/source/config/stl-headers is the list of "approved" STL headers, and your code must be using something that's not on that list. Quick-and-dirty way to get past the build failure would probably be to add your guessed-at STL headers to that list
  1040. # [07:40] * Quits: hub (hub@E639FEDB.F04051C4.DC1243F8.IP) (Ping timeout)
  1041. # [07:41] <dholbert> steve, good luck! Sorry that this is causing you trouble. I wish I knew more about that code & could help
  1042. # [07:41] <steve> if it's just a paranoid #error somewhere, I'd be tempted to turn that off instead
  1043. # [07:41] <dholbert> it's an #error, but it's not paranoid I don't think. See the cset I linked above
  1044. # [07:41] <dholbert> but if you want to try removing that build-time check as a hack, that'd work too
  1045. # [07:42] <dholbert> (I think)
  1046. # [07:42] * Joins: Optimize1 (Instantbir@4F3E1057.A6DE773B.88FACCAA.IP)
  1047. # [07:42] <dholbert> looks like that's here: http://mxr.mozilla.org/mozilla-central/source/config/gcc-stl-wrapper.template.h#41
  1048. # [07:42] <philor> dholbert: did you back out but bounce off the closed-tree hook?
  1049. # [07:43] <dholbert> philor, nope, haven't gone through with it yet
  1050. # [07:43] <dholbert> philor, I'll be sure to add CLOSED TREE though, thanks!
  1051. # [07:43] <steve> cheers. will kill that.
  1052. # [07:43] * Joins: GinaYeh-laptop (GinaYeh@moz-99690620.hinet-ip.hinet.net)
  1053. # [07:43] * Quits: schien (anonymous@moz-99690620.hinet-ip.hinet.net) (Quit: schien)
  1054. # [07:44] * Quits: yzen (yzen@AA2C085E.10C8AEF8.9A8C35B4.IP) (Quit: yzen)
  1055. # [07:44] * Quits: bkase (bkase@moz-F2813A2B.hfc.comcastbusiness.net) (Ping timeout)
  1056. # [07:45] * Quits: @dbaron (dbaron@moz-FD349932.dsl.dynamic.sonic.net) (Ping timeout)
  1057. # [07:45] * Quits: alfredo (chatzilla@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1058. # [07:46] <firebot> Check-in:
  1059. # [07:46] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/62b7d9ca9586 - Daniel Holbert - Backed out changeset e086e888bd8d (bug 879228), on the suspicion of causing a b2g mochitest-3 failure, since the failure mentions 'console is undefined' and this patch
  1060. # [07:46] <firebot> touched Console.jsm.
  1061. # [07:47] <dholbert> philor, wha... what jedi magic did you use to find out that there'd been a test-failure before the run had completed?
  1062. # [07:47] <dholbert> (on the canceled-via-self-serve jobs)
  1063. # [07:48] <philor> dholbert: it just cancels wherever it is, and it was past the failure by then - I cancelled not because I knew it had failed but because I found your argument persuasive so I knew that wasn't the one where I wanted multiple runs of assurance
  1064. # [07:48] * Joins: schien (anonymous@moz-99690620.hinet-ip.hinet.net)
  1065. # [07:48] <dholbert> philor, ah, gotcha
  1066. # [07:48] <philor> reopened, our long national nightmare is over
  1067. # [07:49] <KWierso|Home> thought it was a national pastime?
  1068. # [07:49] * Quits: kentuckyfriedtakahe (ajones@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  1069. # [07:50] <philor> no, that's breaking it, not the after-effects
  1070. # [07:50] * mcote is now known as mcote|afk
  1071. # [07:51] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  1072. # [07:51] <philor> and having breaking the tree be our pastime and a broken tree be our nightmare seems like an absolutely perfect fit for us
  1073. # [07:52] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/8866d9627149 - Robert O'Callahan - Bug 879717. Delay entering HAVE_CURRENT_DATA state until a video frame has been stored in the image container. r=cpearce
  1074. # [07:52] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/775a172255b1 - Robert O'Callahan - Bug 880854. Part 2: Support reflows/frame reconstruction in print/print-preview documents by promoting them to frame reconstruction of the whole document. r=mats
  1075. # [07:52] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/5c044f3a5587 - Robert O'Callahan - Bug 880854. Part 1: Make nsIFrame::DumpFrameTree virtual and take no parameter, to be easier to call from buggy debuggers like gdb. r=mats
  1076. # [07:52] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/04d60f86b935 - Robert O'Callahan - Bug 883731. Part 3: Make all calls to ChangeReadyState go through UpdateReadyStateForDtaData. r=cpearce
  1077. # [07:52] * Quits: imsurit (chatzilla@8274EA9D.11381745.1A5E31FF.IP) (Quit: ChatZilla 0.9.90 [Firefox 22.0/20130617145905])
  1078. # [07:52] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/78424c3ea6cb - Robert O'Callahan - Bug 883731. Part 2: Remove ResourceLoaded notifications since they don't make much sense with a media cache. r=cpearce
  1079. # [07:53] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/acc1c0494f49 - Robert O'Callahan - Bug 883731. Part 1: Remove nsIDOMHTMLMediaElement:: and MediaDecoderOwner:: prefixes. r=cpearce
  1080. # [07:54] * Quits: jimb (user@moz-91B1931F.hsd1.or.comcast.net) (Ping timeout)
  1081. # [07:54] * Quits: breck (breck@moz-E512D9D2.hsd1.ca.comcast.net) (Client exited)
  1082. # [07:56] * Quits: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  1083. # [07:57] * Joins: twi (Adium@moz-2E4A4B6F.business.telecomitalia.it)
  1084. # [07:58] * heycam|away is now known as heycam
  1085. # [07:59] * Joins: Quan3 (chatzilla@moz-9505990C.dclient.hispeed.ch)
  1086. # [07:59] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Connection reset by peer)
  1087. # [08:01] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1088. # [08:01] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Quit: Leaving.)
  1089. # [08:01] * Quits: nattofriends (tsutsumi@moz-4CEEC7AA.warosu.org) (Quit: さよなら)
  1090. # [08:01] * whimboo|afk is now known as whimboo
  1091. # [08:03] * Joins: nattofriends (tsutsumi@moz-4CEEC7AA.warosu.org)
  1092. # [08:06] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b6b8be9f8e0d - Chris Peterson - Bug 883729 - Fix -Wnull-conversion warnings in xpcom. r=bsmedberg
  1093. # [08:06] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/6c5e99d67cd0 - Chris Peterson - Bug 883501 - Fix -Wreorder warning in xpcom/base/nsConsoleMessage.cpp. r=msucan
  1094. # [08:10] * Quits: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP) (Quit: Computer has gone to sleep.)
  1095. # [08:10] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/416252ef9d1e - Daniel Holbert - Bug 884564: Make CreateContinuationFor() infallible and directly return its outparam. r=bz
  1096. # [08:10] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/b660582ee451 - Daniel Holbert - Bug 884576: Make some nsBlockFrame helper-methods (ReflowPushedFloats, PrepareResizeReflow, & SplitLine) infallible. r=bz
  1097. # [08:12] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/4558994f91a0 - Nicholas Nethercote - Bug 634839 (part 2a) - Remove unnecessary headers (as found by include-what-you-use) from jsapi.h. r=jorendorff.
  1098. # [08:12] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/7c148efceaf9 - Nicholas Nethercote - Bug 634839 (part 2b) - Remove more unnecessary headers (as found by include-what-you-use) from SpiderMonkey. r=jorendorff.
  1099. # [08:13] * Joins: cpeterson (cpeterson@moz-11915559.hsd1.ca.comcast.net)
  1100. # [08:14] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/78245cf88e94 - Makoto Kato - Bug 880590 - Remove _WIN64 define by configure. r=ted
  1101. # [08:14] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/0c7d548ae188 - Makoto Kato - Bug 884634 - GTK3 port should use Linux theme. r=karlt
  1102. # [08:14] * Joins: twi1 (Adium@moz-2E4A4B6F.business.telecomitalia.it)
  1103. # [08:15] * Quits: twi (Adium@moz-2E4A4B6F.business.telecomitalia.it) (Ping timeout)
  1104. # [08:17] * Quits: dbradley (dbradley@1DA716E2.7763A1F0.52E8B953.IP) (Quit: )
  1105. # [08:19] * Joins: alfredo (chatzilla@moz-99690620.hinet-ip.hinet.net)
  1106. # [08:21] * philor is now known as philor|away
  1107. # [08:21] * Quits: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net) (Ping timeout)
  1108. # [08:22] * Quits: tmyoung (Thunderbir@moz-A52EE408.alyoung.com) (Quit: tmyoung)
  1109. # [08:23] * Joins: bkase (bkase@moz-AD233F1B.dia.static.qwest.net)
  1110. # [08:23] * Quits: m_kato (m_kato@moz-C286AD9A.bitcat.net) (Quit: Leaving...)
  1111. # [08:24] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/0414d4228e85 - Daniel Holbert - Bug 884564 followup: fix end-of-line whitespace in nsBlockFrame::CreateContinuationFor. (whitespace-only, DONTBUILD)
  1112. # [08:29] * Joins: tmyoung (Thunderbir@moz-A52EE408.alyoung.com)
  1113. # [08:29] * Quits: tmyoung (Thunderbir@moz-A52EE408.alyoung.com) (Quit: tmyoung)
  1114. # [08:30] * Quits: Matt (matthewger@E05025B2.7102BCB6.B7C3970A.IP) (Ping timeout)
  1115. # [08:32] * Quits: juanb (jbecerra@moz-ACDE7EEC.mozilla.com) (Ping timeout)
  1116. # [08:32] * Joins: MarioMi (Mibbit@601F3B17.33662590.A5830293.IP)
  1117. # [08:33] * Quits: Sixmsj (Sixmsj@moz-CC98DFCB.hsd1.ca.comcast.net) (Quit: Computer has gone to sleep.)
  1118. # [08:33] * Quits: sankha93 (Instantbir@B9DEEB97.F36055FE.8B6C1D65.IP) (Quit: Instantbird 1.4 -- http://www.instantbird.com)
  1119. # [08:36] * Joins: Ms2ger (Ms2ger@moz-DB7CCFB.adsl-dyn.isp.belgacom.be)
  1120. # [08:37] * Quits: @roc (chatzilla@E2F7352.56080C53.97BBD552.IP) (Ping timeout)
  1121. # [08:37] * Joins: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net)
  1122. # [08:38] * Quits: pranavrc (pranavrc@34825E38.E403A972.520CDC98.IP) (Quit: Ping timeout: ∞)
  1123. # [08:39] <Ms2ger> Bonjour
  1124. # [08:42] * Joins: ferjm (ferjm@moz-63741C33.red-83-57-242.dynamicip.rima-tde.net)
  1125. # [08:43] * Joins: stransky (stransky@moz-59D79C36.broadband2.iol.cz)
  1126. # [08:47] * Joins: TimAbraldes1 (Instantbir@moz-7FD19BDC.hsd1.or.comcast.net)
  1127. # [08:48] * Quits: TimAbraldes (Instantbir@moz-7FD19BDC.hsd1.or.comcast.net) (Ping timeout)
  1128. # [08:49] * Joins: gsvelto (gsvelto@moz-3EAF8FD9.clienti.tiscali.it)
  1129. # [08:49] * Quits: TimAbraldes1 (Instantbir@moz-7FD19BDC.hsd1.or.comcast.net) (Quit: TimAbraldes1)
  1130. # [08:49] * Joins: WeirdAl (chatzilla@moz-A79AE29F.hsd1.ca.comcast.net)
  1131. # [08:50] * Joins: cpearce (chatzilla@moz-AE665A1C.xdsl.xnet.co.nz)
  1132. # [08:50] * Fallen|away is now known as Fallen
  1133. # [08:50] * Joins: robarnold (rob@BD56354E.DB510C09.6E370BFC.IP)
  1134. # [08:51] * Joins: sankha93 (Instantbir@BE39845E.105820C5.8B6C1D65.IP)
  1135. # [08:52] * Joins: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net)
  1136. # [08:57] <steve> bonjour. does anyone know how to add system libraries to mozilla makefiles ? docs say use EXTRA_DSO_LIBS but doesn't seem to be working
  1137. # [08:57] <steve> (linux)
  1138. # [08:58] <steve> https://developer.mozilla.org/en-US/docs/EXTRA_DSO_LIBS
  1139. # [08:59] * Quits: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  1140. # [09:01] * Quits: Mook (mook@moz-891952A8.dsl.teksavvy.com) (Ping timeout)
  1141. # [09:01] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1142. # [09:03] * Joins: Six (Mibbit@4635A996.8273A320.BA2F4534.IP)
  1143. # [09:03] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  1144. # [09:04] * darkowlzz|zZzz is now known as darkowlzz
  1145. # [09:04] * Joins: Mook (mook@moz-891952A8.dsl.teksavvy.com)
  1146. # [09:04] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  1147. # [09:04] * ChanServ sets mode: +o roc
  1148. # [09:05] * whimboo is now known as whimboo|afk
  1149. # [09:06] * Quits: squib (squib@moz-54866485.dhcp.mdsn.wi.charter.com) (Quit: Leaving)
  1150. # [09:06] * Quits: cpeterson (cpeterson@moz-11915559.hsd1.ca.comcast.net) (Input/output error)
  1151. # [09:07] * Joins: Matt (matthewger@173F2E9D.96442F2E.EE1C58A.IP)
  1152. # [09:07] * Joins: gcp (gpascutto@moz-9CEB1C98.access.telenet.be)
  1153. # [09:08] * Quits: Matt (matthewger@173F2E9D.96442F2E.EE1C58A.IP) (services.mozilla.org (Too many invalid passwords))
  1154. # [09:08] <steve> nvm got it
  1155. # [09:08] * Joins: Matt (matthewger@173F2E9D.96442F2E.EE1C58A.IP)
  1156. # [09:09] * Quits: Matt (matthewger@173F2E9D.96442F2E.EE1C58A.IP) (Quit: Matt)
  1157. # [09:09] * Joins: matthewgertner (matthewger@173F2E9D.96442F2E.EE1C58A.IP)
  1158. # [09:10] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Quit: damons)
  1159. # [09:11] * Joins: nsilva (androirc@moz-801E009D.vlan502.asr1.cdg2.gblx.net)
  1160. # [09:12] * Quits: WeirdAl (chatzilla@moz-A79AE29F.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.90 [Firefox 21.0/20130511120803])
  1161. # [09:12] * Joins: pnemsak (Miranda@moz-BE85878E.citicom.sk)
  1162. # [09:13] * mgerva|afk is now known as mgerva
  1163. # [09:13] * Quits: twi1 (Adium@moz-2E4A4B6F.business.telecomitalia.it) (Connection reset by peer)
  1164. # [09:13] * Joins: twi (Adium@moz-2E4A4B6F.business.telecomitalia.it)
  1165. # [09:13] * Quits: b10n1k (j0ni@moz-BB605A7B.adsl.cyta.gr) (Ping timeout)
  1166. # [09:14] * Joins: nicalsilva (androirc@CB95C601.A6EBA1A7.EC2613E4.IP)
  1167. # [09:14] * Joins: m_kato (chatzilla@moz-2C90F9DA.fomapc01.ap.so-net.ne.jp)
  1168. # [09:15] * Joins: nico (androirc@moz-801E009D.vlan502.asr1.cdg2.gblx.net)
  1169. # [09:15] * Quits: nsilva (androirc@moz-801E009D.vlan502.asr1.cdg2.gblx.net) (Ping timeout)
  1170. # [09:16] * Joins: nical (nico@moz-801E009D.vlan502.asr1.cdg2.gblx.net)
  1171. # [09:17] * Quits: nicalsilva (androirc@CB95C601.A6EBA1A7.EC2613E4.IP) (Ping timeout)
  1172. # [09:19] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/734147446def - Asaf Romano - Relanding Bug 834539 - Replace getPageTitle with an async API. r=mak. sr=gavin.
  1173. # [09:19] <steve> ok - so new GTK embed now builds through moz build system. doesnt work, but it builds ...
  1174. # [09:23] <dholbert> steve, nice!
  1175. # [09:24] <dholbert> steve, what is this for, out of curiosity? are you working on gtk apps and you want to be able to embed gecko in them?
  1176. # [09:24] <steve> developing a 3D web browser. want to use gecko to render pages in my 3D renderer from OpenGL
  1177. # [09:25] <steve> but it's generic. others can use it for whatever.
  1178. # [09:25] <dholbert> steve, (note also that it's after midnight California-time, and a good fraction of Mozilla developers are in California plus or minus a few timezones, which is why it's pretty quiet at the moment)
  1179. # [09:25] <dholbert> steve, sounds snazzy
  1180. # [09:25] <steve> sure - not a problem. been at this straight for about 5-6 days now ... it's all a bit of a blur
  1181. # [09:25] <dholbert> heh
  1182. # [09:25] * joduinn is now known as joduinn-afk
  1183. # [09:26] <steve> yeah - it's cool. works on windows. check it out if you're interested http://advance-software.com/products
  1184. # [09:26] * Joins: ddahl (ddahl@moz-9CE00FC0.holiday-inn-express.mozilla.hq)
  1185. # [09:30] * Joins: jhorak (jhorak@moz-468C5913.net.upcbroadband.cz)
  1186. # [09:31] * Joins: tzimmermann (tzimmerman@moz-2C2F4783.pools.arcor-ip.net)
  1187. # [09:32] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1188. # [09:33] * Joins: AndreeaMatei (Thunderbir@601F3B17.33662590.A5830293.IP)
  1189. # [09:35] * Joins: dzbarsky1 (Adium@moz-A7CDB794.dia.static.qwest.net)
  1190. # [09:35] * Quits: dzbarsky (Adium@moz-A7CDB794.dia.static.qwest.net) (Connection reset by peer)
  1191. # [09:37] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  1192. # [09:38] * Quits: nico (androirc@moz-801E009D.vlan502.asr1.cdg2.gblx.net) (Ping timeout)
  1193. # [09:39] * Joins: vtmarvin (Thunderbir@173F2E9D.96442F2E.EE1C58A.IP)
  1194. # [09:43] <Six> hi daniel
  1195. # [09:43] <Six> dholbert :)
  1196. # [09:43] <dholbert> hi!
  1197. # [09:43] <Six> Thanks for the verification on the backout ;)
  1198. # [09:44] <Six> i almost had a heart attack when i saw it was backed out xD
  1199. # [09:44] <dholbert> sure!
  1200. # [09:44] <dholbert> heh
  1201. # [09:45] <dholbert> yeah, test failures can be mysterious sometimes
  1202. # [09:45] * Joins: sewardj (sewardj@moz-26335AF.dip0.t-ipconnect.de)
  1203. # [09:45] <dholbert> and it can be difficult to correctly attribute blame
  1204. # [09:45] <Six> when i opened the bugmail i was guessing a change to mozilla-central, instead i get a backed out...
  1205. # [09:46] * Joins: Gijs (gijs@moz-9BA617B3.cable.virginmedia.com)
  1206. # [09:46] <Six> yeah i don't blame anyone, just i wasn't expecting that in this mail :)
  1207. # [09:46] * Joins: victorporof (victorporo@70DEDDA.9004F55.9B1E38F4.IP)
  1208. # [09:46] * Quits: Mook (mook@moz-891952A8.dsl.teksavvy.com) (Quit: Mook)
  1209. # [09:47] * Quits: gsvelto (gsvelto@moz-3EAF8FD9.clienti.tiscali.it) (Quit: Leaving)
  1210. # [09:47] * Joins: jdm (jdm@moz-801E009D.vlan502.asr1.cdg2.gblx.net)
  1211. # [09:47] * Joins: Standard8 (Standard8@moz-801E009D.vlan502.asr1.cdg2.gblx.net)
  1212. # [09:47] <Six> my bug list is almost empty so feel free to tell me if you have something that you think i could handle ;)
  1213. # [09:47] * Joins: gsvelto (gsvelto@moz-3EAF8FD9.clienti.tiscali.it)
  1214. # [09:52] <KWierso|Home> hrm, this flash drive doesn't appreciate me unbundling beta, aurora, central and inbound simultaneously...
  1215. # [09:53] * Joins: edmorley (edmorley@moz-8B746B75.cable.virginmedia.com)
  1216. # [09:54] * Quits: edmorley (edmorley@moz-8B746B75.cable.virginmedia.com) (Quit: Instantbird 1.5a1pre -- http://www.instantbird.com)
  1217. # [09:54] * Joins: edmorley (edmorley@moz-8B746B75.cable.virginmedia.com)
  1218. # [09:54] * Quits: sfoster (sfoster@moz-D30056A1.hsd1.or.comcast.net) (Ping timeout)
  1219. # [09:55] * Joins: dzbarsky (Adium@moz-A7CDB794.dia.static.qwest.net)
  1220. # [09:55] * Quits: dzbarsky1 (Adium@moz-A7CDB794.dia.static.qwest.net) (Connection reset by peer)
  1221. # [09:58] <dholbert> Six, ok! thanks
  1222. # [09:58] * Joins: dzbarsky1 (Adium@moz-A7CDB794.dia.static.qwest.net)
  1223. # [09:58] * Quits: dzbarsky (Adium@moz-A7CDB794.dia.static.qwest.net) (Connection reset by peer)
  1224. # [09:59] <dholbert> Six, nothing comes to mind offhand, but http://www.joshmatthews.net/bugsahoy/ may help you find something to chip away at
  1225. # [09:59] * Fallen is now known as Fallen|away
  1226. # [09:59] <dholbert> Six, I'm off to bed - cheers!
  1227. # [09:59] * dholbert is now known as dholbert|afk
  1228. # [09:59] * Joins: jorendorff (jorendorff@moz-2F32ACA3.hsd1.tn.comcast.net)
  1229. # [10:00] <steve> give me ten minutes to complete a build & if the new GTK Embed sample app is still playing up, anyone who's interested could take a look at it.
  1230. # [10:00] * whimboo|afk is now known as whimboo
  1231. # [10:00] * Quits: jorendorff (jorendorff@moz-2F32ACA3.hsd1.tn.comcast.net) (Quit: jorendorff)
  1232. # [10:01] <steve> not wanting to interfere though - if there's higher priority stuff, please ignore
  1233. # [10:01] * Quits: MarioMi (Mibbit@601F3B17.33662590.A5830293.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1234. # [10:01] * pmoore|away is now known as pmoore
  1235. # [10:03] * Joins: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net)
  1236. # [10:04] * Quits: retrecal (retrecal__@moz-31CD4929.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  1237. # [10:06] * Quits: Hendikins (wolfox@moz-13914647.hhui4.ken.bigpond.net.au) (Ping timeout)
  1238. # [10:07] * Joins: Hendikins (wolfox@moz-13914647.hhui4.ken.bigpond.net.au)
  1239. # [10:08] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  1240. # [10:10] * Quits: @dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net) (Ping timeout)
  1241. # [10:13] * Quits: tonymec|away (tonymec@CA4882C8.3A176707.9D2324B7.IP) (Ping timeout)
  1242. # [10:14] * Quits: birtles (chatzilla@moz-C286AD9A.bitcat.net) (Quit: ChatZilla 0.9.90-rdmsoft [XULRunner 1.9.0.17/2009122204])
  1243. # [10:14] * Quits: tonymec (tonymec@CA4882C8.3A176707.9D2324B7.IP) (Ping timeout)
  1244. # [10:15] * Joins: mwargers (chatzilla@moz-AF369B35.adsl.online.nl)
  1245. # [10:16] * Joins: RealRaven (Thunderbir@24B9C021.8D6F0354.27F80FAC.IP)
  1246. # [10:16] * Joins: martyn (martyn@moz-93D3BA27.range86-131.btcentralplus.com)
  1247. # [10:17] * Fallen|away is now known as Fallen
  1248. # [10:17] * Quits: bkase (bkase@moz-AD233F1B.dia.static.qwest.net) (Ping timeout)
  1249. # [10:19] * Quits: mwargers (chatzilla@moz-AF369B35.adsl.online.nl) (Connection reset by peer)
  1250. # [10:20] * Joins: mwargers (chatzilla@moz-AF369B35.adsl.online.nl)
  1251. # [10:20] * Joins: Boriss (FlyingToas@moz-801E009D.vlan502.asr1.cdg2.gblx.net)
  1252. # [10:22] * Joins: dzbarsky (Adium@moz-A7CDB794.dia.static.qwest.net)
  1253. # [10:22] * Quits: dzbarsky1 (Adium@moz-A7CDB794.dia.static.qwest.net) (Connection reset by peer)
  1254. # [10:22] * Quits: romaxa (romaxa@670ACB81.66590CC0.4A6948F8.IP) (Quit: Bye Bye)
  1255. # [10:23] * Joins: romaxa (romaxa@670ACB81.66590CC0.4A6948F8.IP)
  1256. # [10:23] * heycam is now known as heycam|away
  1257. # [10:24] * Quits: romaxa (romaxa@670ACB81.66590CC0.4A6948F8.IP) (Quit: Bye Bye)
  1258. # [10:24] * heycam|away is now known as heycam
  1259. # [10:24] * heycam is now known as heycam|away
  1260. # [10:24] * Joins: twi1 (Adium@moz-2E4A4B6F.business.telecomitalia.it)
  1261. # [10:25] * Quits: twi (Adium@moz-2E4A4B6F.business.telecomitalia.it) (Ping timeout)
  1262. # [10:25] * Joins: romaxa (romaxa@670ACB81.66590CC0.4A6948F8.IP)
  1263. # [10:27] * Quits: stransky (stransky@moz-59D79C36.broadband2.iol.cz) (Quit: Connection reset by beer)
  1264. # [10:29] <Tomcat> roc: thanks for the comment in bug 884704, will look if i see this also on other platforms
  1265. # [10:29] * Joins: marxin (marxin@8BFD70CE.3B96A244.4E88690D.IP)
  1266. # [10:30] * KWierso|Home spots tbpl comments from edmorley...
  1267. # [10:30] <KWierso|Home> well, that's my cue...
  1268. # [10:30] <edmorley> hehe :-)
  1269. # [10:30] <Tomcat> :)
  1270. # [10:36] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1271. # [10:36] * Quits: njn (chatzilla@moz-8A015057.dyn.iinet.net.au) (Quit: ChatZilla 0.9.90 [Firefox 24.0a1/20130612162615])
  1272. # [10:38] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  1273. # [10:39] * simone|away is now known as simone
  1274. # [10:39] * Quits: RealRaven (Thunderbir@24B9C021.8D6F0354.27F80FAC.IP) (Quit: RealRaven)
  1275. # [10:40] * Joins: RealRaven (Thunderbir@24B9C021.8D6F0354.27F80FAC.IP)
  1276. # [10:41] * Joins: andreasn (andreasn@moz-2FCE8DD7.nomad.chalmers.se)
  1277. # [10:42] * Joins: ehoogeveen (Instantbir@moz-DC53E53C.upc-j.chello.nl)
  1278. # [10:43] * Joins: smontagu (chatzilla@moz-D2765AF8.red.bezeqint.net)
  1279. # [10:46] * Joins: msucan (mihai@CC37971C.700B7157.7C5F70AF.IP)
  1280. # [10:46] * Joins: kaze (kaze@moz-801E009D.vlan502.asr1.cdg2.gblx.net)
  1281. # [10:48] <edmorley> roc: ping
  1282. # [10:48] * Joins: bkase (bkase@moz-AD233F1B.dia.static.qwest.net)
  1283. # [10:48] * Quits: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  1284. # [10:49] * Joins: till (till@moz-A91CF934.adsl.alicedsl.de)
  1285. # [10:51] * Quits: bkase (bkase@moz-AD233F1B.dia.static.qwest.net) (Ping timeout)
  1286. # [10:52] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/abe93cefa9cf - Ed Morley - Backed out changeset 04d60f86b935 (bug 883731)
  1287. # [10:52] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/59679baba21b - Ed Morley - Backed out changeset f3ca96dd397e (bug 873251) for causing mochitest-metro-chrome failures
  1288. # [10:52] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/5199b67ba029 - Ed Morley - Backed out changeset 78424c3ea6cb (bug 883731)
  1289. # [10:52] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/b22438ffe268 - Ed Morley - Backed out changeset acc1c0494f49 (bug 883731)
  1290. # [10:53] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/bef10ede6c1e - Ed Morley - Backed out changeset 8866d9627149 (bug 879717) for assertions during test_playback_rate.html on Windows on a CLOSED TREE
  1291. # [10:54] * Quits: m_kato (chatzilla@moz-2C90F9DA.fomapc01.ap.so-net.ne.jp) (Ping timeout)
  1292. # [10:58] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/bef2efa89087 - Ed Morley - Backed out changeset 1885bc168943 (bug 811392) since the patch it depends on has now been backed out on a CLOSED TREE
  1293. # [10:59] * mgerva is now known as mgerva|brb
  1294. # [10:59] * Joins: mmargoliono (min@moz-9DBD522D.static.internode.on.net)
  1295. # [10:59] <Ms2ger> edmorley, and a good morning to you too
  1296. # [10:59] <edmorley> Ms2ger: :-)
  1297. # [11:03] * Joins: smaug (chatzilla@moz-D8807168.elisa-laajakaista.fi)
  1298. # [11:03] * ChanServ sets mode: +o smaug
  1299. # [11:05] <nigelb> Morning Ms2ger
  1300. # [11:05] <nigelb> hullo edmorley
  1301. # [11:05] <edmorley> hi :-)
  1302. # [11:05] <edmorley> how are you>
  1303. # [11:05] <nigelb> doing the "how did this thing ever work?" dance on some code.
  1304. # [11:06] * Joins: stransky (stransky@moz-107AD163.redhat.com)
  1305. # [11:06] <Ms2ger> Maybe it didn't ;)
  1306. # [11:06] <nigelb> It still works except in one place. I can't figure out why is works at all.
  1307. # [11:07] <steve> step through it
  1308. # [11:07] <Ms2ger> Nice xkcd
  1309. # [11:12] <@smaug> hmm, no merge lately
  1310. # [11:13] * Joins: robertbindar (Thunderbir@21CB02C5.25EC5D82.2B3D3D4.IP)
  1311. # [11:13] <edmorley> smaug: ?
  1312. # [11:14] <@smaug> edmorley: m-i to m-c
  1313. # [11:14] <edmorley> there was one 10 hours ago
  1314. # [11:14] * Joins: Pike (chatzilla@moz-E6191924.pool.mediaways.net)
  1315. # [11:14] <edmorley> and inbound is currently broken
  1316. # [11:14] * baku|away is now known as baku
  1317. # [11:14] <edmorley> we only normally merge 1-2 times a day
  1318. # [11:14] <@smaug> ah, my patch just missed the merge
  1319. # [11:14] <edmorley> ah :-)
  1320. # [11:15] * Joins: cers_ (csonne@moz-D706C2D4.fullrate.dk)
  1321. # [11:15] * Quits: cers (csonne@moz-D706C2D4.fullrate.dk) (Connection reset by peer)
  1322. # [11:16] * Quits: karl (karl@moz-C433B975.jetstream.xtra.co.nz) (Ping timeout)
  1323. # [11:21] * Quits: dzbarsky (Adium@moz-A7CDB794.dia.static.qwest.net) (Quit: Leaving.)
  1324. # [11:22] * Joins: glazou (glazou@moz-204094DD.disruptive-innovations.fr)
  1325. # [11:25] * mgerva|brb is now known as mgerva
  1326. # [11:26] * Joins: ewong (chatzilla@moz-E5D50C2E.static.netvigator.com)
  1327. # [11:27] * Quits: mwargers (chatzilla@moz-AF369B35.adsl.online.nl) (Ping timeout)
  1328. # [11:27] * Quits: andreasn (andreasn@moz-2FCE8DD7.nomad.chalmers.se) (Ping timeout)
  1329. # [11:28] * Quits: Quan3 (chatzilla@moz-9505990C.dclient.hispeed.ch) (Connection reset by peer)
  1330. # [11:28] * Quits: glazou (glazou@moz-204094DD.disruptive-innovations.fr) (Quit: brb)
  1331. # [11:31] * Quits: nical (nico@moz-801E009D.vlan502.asr1.cdg2.gblx.net) (Ping timeout)
  1332. # [11:32] <Yoric> !seen stamm
  1333. # [11:32] <firebot> I've never seen a 'stamm', sorry.
  1334. # [11:32] <Yoric> !seen geekboy
  1335. # [11:32] <firebot> geekboy was last seen 13 hours, 5 minutes and 56 seconds ago, changing nick to geekboy|afk.
  1336. # [11:32] * Joins: nical (nico@moz-801E009D.vlan502.asr1.cdg2.gblx.net)
  1337. # [11:33] <Yoric> geekboy|afk: I'm taking over bug 837326, will you be available to reply to some questions if I have any?
  1338. # [11:33] * Joins: andreasn (andreasn@moz-2FCE8DD7.nomad.chalmers.se)
  1339. # [11:34] * Joins: pnkfelix|rcirc (pnkfelix@moz-801E009D.vlan502.asr1.cdg2.gblx.net)
  1340. # [11:34] * Joins: pnkfelix (pnkfelix@moz-801E009D.vlan502.asr1.cdg2.gblx.net)
  1341. # [11:36] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1342. # [11:36] * Joins: jonco (Adium@88F51059.F3BBB17D.144F44FA.IP)
  1343. # [11:37] * Quits: Gijs (gijs@moz-9BA617B3.cable.virginmedia.com) (Connection reset by peer)
  1344. # [11:38] * ewong is now known as ewong|away
  1345. # [11:38] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  1346. # [11:39] * Joins: Gijs (gijs@moz-9BA617B3.cable.virginmedia.com)
  1347. # [11:42] <mikedeboer> does anyone else have the same problem I'm having: fresh build of m-c on OSX 10.8.3 crashes on startup??
  1348. # [11:43] * Joins: glazou (glazou@moz-204094DD.disruptive-innovations.fr)
  1349. # [11:43] <glazou> bonjour
  1350. # [11:44] * Fallen is now known as Fallen|away
  1351. # [11:45] * Quits: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  1352. # [11:45] * Joins: KaiRo (robert@moz-593E1C4D.adsl.highway.telekom.at)
  1353. # [11:45] * Quits: jhorak (jhorak@moz-468C5913.net.upcbroadband.cz) (Quit: Leaving)
  1354. # [11:46] * Joins: jandem (jandem@66C76B89.FB8EABAE.DF9376EA.IP)
  1355. # [11:46] * AndreeaMatei is now known as AndreeaM|lunch
  1356. # [11:47] * Joins: m_kato (chatzilla@moz-2C90F9DA.fomapc01.ap.so-net.ne.jp)
  1357. # [11:49] * glob is now known as glob|away
  1358. # [11:52] * Quits: m_kato (chatzilla@moz-2C90F9DA.fomapc01.ap.so-net.ne.jp) (Ping timeout)
  1359. # [11:53] * Joins: m_kato (chatzilla@moz-2C90F9DA.fomapc01.ap.so-net.ne.jp)
  1360. # [11:54] <mikedeboer> nvmd, I reverted - just thought I'd let ppl now about it...
  1361. # [11:56] * Quits: annevk (annevk@moz-CCA5E396.tokyo.ocn.ne.jp) (Input/output error)
  1362. # [11:56] * Joins: gandalf (zbraniecki@moz-AA3AB54F.dynamic.chello.pl)
  1363. # [11:57] <Gijs> mikedeboer: you reverted? Do you mean the problem was a patch/change you had locally, or current tip is really broken for you and you reverted to something older?
  1364. # [11:57] * Joins: jacek (jacek@moz-5D707D3B.psi.wroc.pl)
  1365. # [12:01] * Joins: Mossop (mossop@moz-3D9B2D8F.lsanca.fios.verizon.net)
  1366. # [12:01] * glazou is now known as glazou_afk
  1367. # [12:02] * Quits: cdiehl (cdiehl@moz-170E4054.mc.videotron.ca) (Ping timeout)
  1368. # [12:03] * Joins: cdiehl (cdiehl@moz-170E4054.mc.videotron.ca)
  1369. # [12:04] * Joins: clokep (Instantbir@5538644.6A558D2.4EF9B99B.IP)
  1370. # [12:06] * Quits: vd (vd@moz-7A53EEF0.ddns.cablebg.net) (Ping timeout)
  1371. # [12:06] * Joins: vd (vd@moz-7A53EEF0.ddns.cablebg.net)
  1372. # [12:07] <Gijs> well, in any case, tip from 20 minutes ago works here... :)
  1373. # [12:10] * Joins: nico (androirc@moz-801E009D.vlan502.asr1.cdg2.gblx.net)
  1374. # [12:12] * Joins: elin (elin@moz-99690620.hinet-ip.hinet.net)
  1375. # [12:12] * Joins: marco (Thunderbir@moz-18CDBB0.retail.telecomitalia.it)
  1376. # [12:12] * Quits: sankha93 (Instantbir@BE39845E.105820C5.8B6C1D65.IP) (Ping timeout)
  1377. # [12:14] * Quits: Optimizer (Optimizer@4F117CAA.CF241F85.D2D1FAF0.IP) (Ping timeout)
  1378. # [12:15] * Joins: Optimizer (Optimizer@4F117CAA.CF241F85.D2D1FAF0.IP)
  1379. # [12:16] * Joins: darktrojan (geoff@moz-8DCE008B.dsl.telstraclear.net)
  1380. # [12:16] <mikedeboer> Gijs: reverted to an older revision and that one also crashes :( http://www.pastebin.mozilla.org/2541455
  1381. # [12:17] * Joins: sankha93 (Instantbir@794B2ADF.82126C03.8B6C1D65.IP)
  1382. # [12:17] * Quits: Optimizer (Optimizer@4F117CAA.CF241F85.D2D1FAF0.IP) (Ping timeout)
  1383. # [12:17] * Quits: Mossop (mossop@moz-3D9B2D8F.lsanca.fios.verizon.net) (Input/output error)
  1384. # [12:17] * Joins: Optimizer (Optimizer@4F117CAA.CF241F85.D2D1FAF0.IP)
  1385. # [12:17] * Quits: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net) (Connection reset by peer)
  1386. # [12:17] <Gijs> mikedeboer: looks like https://bugzilla.mozilla.org/show_bug.cgi?id=884334
  1387. # [12:17] <Gijs> mikedeboer: try that patch locally?
  1388. # [12:18] * Joins: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net)
  1389. # [12:19] <Yoric> I want to write a module or component that monitors cookie-rejected, preferably in js.
  1390. # [12:19] <Yoric> Any suggestion where I should put that in the tree?
  1391. # [12:20] <mikedeboer> Gijs: trying...
  1392. # [12:20] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1393. # [12:20] * Joins: jfkthame (jfkthame@AB8046DF.6B7B908E.3E2A4E92.IP)
  1394. # [12:20] * Joins: imsurit (chatzilla@7EFDE910.C9C00F2A.1A5E31FF.IP)
  1395. # [12:22] * Quits: RealRaven (Thunderbir@24B9C021.8D6F0354.27F80FAC.IP) (Quit: RealRaven)
  1396. # [12:23] * Joins: RealRaven (Thunderbir@24B9C021.8D6F0354.27F80FAC.IP)
  1397. # [12:23] * Quits: brambles (xymox@moz-969AAE9B.barwen.ch) (Ping timeout)
  1398. # [12:24] * Joins: brambles (xymox@moz-969AAE9B.barwen.ch)
  1399. # [12:25] * mgerva is now known as mgerva|afk
  1400. # [12:25] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/36fb664f9101 - Jan de Mooij - Bug 883171 - Remove JSContext::fp() and JSContext::regs(). r=luke
  1401. # [12:26] * Quits: Hendikins (wolfox@moz-13914647.hhui4.ken.bigpond.net.au) (Ping timeout)
  1402. # [12:27] * Joins: Hendikins (wolfox@moz-13914647.hhui4.ken.bigpond.net.au)
  1403. # [12:27] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5fae2a068802 - Kan-Ru Chen (陳侃如) - Bug 783451 - Remove outdated FIXME comment. r=nrc,bent DONTBUILD
  1404. # [12:27] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/5c902b055c44 - Kan-Ru Chen (陳侃如) - Bug 783451 - Add ipdl testcases. r=bent DONTBUILD
  1405. # [12:27] * Quits: RealRaven (Thunderbir@24B9C021.8D6F0354.27F80FAC.IP) (Quit: RealRaven)
  1406. # [12:28] * Joins: vtmarvin1 (Thunderbir@9D75911A.1239134F.E4B2C495.IP)
  1407. # [12:28] * Joins: RealRaven (Thunderbir@24B9C021.8D6F0354.27F80FAC.IP)
  1408. # [12:29] * Quits: steve (chatzilla@moz-AD078039.range86-181.btcentralplus.com) (Client exited)
  1409. # [12:29] <Ms2ger> Slackers!
  1410. # [12:29] <Ms2ger> "We had 6,041 checkins in May 2013. This is down from last month’s 6,364 checkins, and down from our record of 6,433 in Mar2013."
  1411. # [12:30] <darktrojan> boo
  1412. # [12:30] <darktrojan> where's gerv? I haven't seen the bug 900000 sweepstake yet
  1413. # [12:31] * Parts: jonco (Adium@88F51059.F3BBB17D.144F44FA.IP)
  1414. # [12:34] * Quits: elin (elin@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1415. # [12:34] * Quits: Optimizer (Optimizer@4F117CAA.CF241F85.D2D1FAF0.IP) (Ping timeout)
  1416. # [12:35] <@roc> darktrojan!
  1417. # [12:35] <darktrojan> hi
  1418. # [12:35] <@roc> you should come into the office on Friday now that we're having (ginger) beer o'clock
  1419. # [12:35] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  1420. # [12:36] <darktrojan> one particular friday or on a regular basis?
  1421. # [12:36] <@roc> I'm not sure. We've only done it once.
  1422. # [12:37] <@roc> but I think regular
  1423. # [12:37] <Ms2ger> Ginger beer? Haven't heard that since children's books from the forties
  1424. # [12:37] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1425. # [12:37] * glazou_afk is now known as glazou
  1426. # [12:37] <darktrojan> okay, I have the cold of death at the mo, so not this friday
  1427. # [12:38] <@roc> Ms2ger: didn't know you were that old
  1428. # [12:38] <darktrojan> now we do!
  1429. # [12:38] * darktrojan makes a note
  1430. # [12:38] <@roc> but yeah, ginger beer is a thing here
  1431. # [12:39] <darktrojan> how many people are in the office these days, roc?
  1432. # [12:39] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  1433. # [12:39] * Joins: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu)
  1434. # [12:40] <darktrojan> enough to stop you rattling around in there?
  1435. # [12:40] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ccdd6aa7b488 - Jon Coppeard - Bug 884371 - Remove JSMutableHandleXXX from the js/src directory r=terrence
  1436. # [12:40] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/75b8543e2b04 - Jon Coppeard - Bug 884283 - GC: Rename RootMethods to GCMethods r=terrence
  1437. # [12:41] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/f126bff5d429 - Jon Coppeard - Bug 884371 - Remove JSMutableHandleXXX from the js directory r=bholley
  1438. # [12:41] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/693f9855e226 - Jon Coppeard - Bug 884371 - Remove JSMutableHandleXXX from the browser r=bz
  1439. # [12:41] * Quits: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net) (Connection reset by peer)
  1440. # [12:41] * Joins: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net)
  1441. # [12:42] <@roc> darktrojan: 9
  1442. # [12:42] * Quits: allstarschh (allstars@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  1443. # [12:43] <darktrojan> that's gone up a bit
  1444. # [12:43] <darktrojan> I think it was 5 + heycam when I visited
  1445. # [12:44] * Quits: clokep (Instantbir@5538644.6A558D2.4EF9B99B.IP) (Quit: Instantbird 1.5a1pre -- http://www.instantbird.com)
  1446. # [12:45] * Joins: clokep (Instantbir@5538644.6A558D2.4EF9B99B.IP)
  1447. # [12:45] * Joins: Optimizer (Optimizer@4F117CAA.CF241F85.D2D1FAF0.IP)
  1448. # [12:45] * Joins: mak (chatzilla@moz-59C7C304.retail.telecomitalia.it)
  1449. # [12:46] * Quits: digitsm (digitsm@AF94F582.17518922.C146C5E5.IP) (Ping timeout)
  1450. # [12:46] <mikedeboer> Gijs: that patch worked! :)
  1451. # [12:46] <Gijs> mikedeboer: great! :)
  1452. # [12:47] <Gijs> mikedeboer: good thing we've not merged UX yet...
  1453. # [12:47] * Quits: Optimizer (Optimizer@4F117CAA.CF241F85.D2D1FAF0.IP) (Ping timeout)
  1454. # [12:47] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  1455. # [12:47] * Joins: Optimizer (Optimizer@4F117CAA.CF241F85.D2D1FAF0.IP)
  1456. # [12:47] <mikedeboer> Gijs: oboy indeed
  1457. # [12:49] * Quits: cpearce (chatzilla@moz-AE665A1C.xdsl.xnet.co.nz) (Ping timeout)
  1458. # [12:49] * Joins: marxin_ (marxin@8BFD70CE.3B96A244.4E88690D.IP)
  1459. # [12:50] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/84e4bef463e5 - Ed Morley - Bug 880226 - Disable browser_bug386835.js for too many intermittent failures, whilst we wait for review
  1460. # [12:50] * Quits: Optimizer (Optimizer@4F117CAA.CF241F85.D2D1FAF0.IP) (Input/output error)
  1461. # [12:50] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/d5bf8119f147 - Ed Morley - Bug 861700 - Disable browser_705597.js & browser_707862.js for too many intermitent failures, whilst we wait for review
  1462. # [12:50] * Joins: Optimizer (Optimizer@4F117CAA.CF241F85.D2D1FAF0.IP)
  1463. # [12:50] <Ms2ger> roc, to be fair, they were published until the early sixties
  1464. # [12:51] * Quits: RealRaven (Thunderbir@24B9C021.8D6F0354.27F80FAC.IP) (Quit: RealRaven)
  1465. # [12:51] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1466. # [12:51] <edmorley> jandem: real or intermittent? https://tbpl.mozilla.org/php/getParsedLog.php?id=24328255&tree=Mozilla-Inbound
  1467. # [12:51] <edmorley> (on your push)
  1468. # [12:51] * Joins: RealRaven (Thunderbir@24B9C021.8D6F0354.27F80FAC.IP)
  1469. # [12:51] * Joins: fer (fherrera@moz-DEE3D64.dynamic.jazztel.es)
  1470. # [12:51] <edmorley> presuming real
  1471. # [12:52] <jandem> edmorley: was green on try: https://tbpl.mozilla.org/?tree=Try&rev=e98dd713b583
  1472. # [12:52] <jandem> edmorley: it's possible something broke it in the meantime but would be weird
  1473. # [12:52] * Quits: Optimizer (Optimizer@4F117CAA.CF241F85.D2D1FAF0.IP) (Input/output error)
  1474. # [12:53] <edmorley> jandem: changes since qbase for the try push: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=175f9d9b9918&tochange=bef2efa89087
  1475. # [12:53] * Quits: darkowlzz (sunny@44488A4A.9EE147E0.25B273F5.IP) (Ping timeout)
  1476. # [12:53] * Joins: Optimizer (Optimizer@4F117CAA.CF241F85.D2D1FAF0.IP)
  1477. # [12:54] <edmorley> jandem: have requested a retrigger of that job, so we'll see in ~20mins
  1478. # [12:54] * Joins: darkowlzz (sunny@E948B57E.43C343EF.27560D6E.IP)
  1479. # [12:54] * Joins: norton- (norton@E680EB3B.B72C3CE3.9FD833D8.IP)
  1480. # [12:55] <jandem> edmorley: great thanks. There's also a rootanalysis build running for jon's push
  1481. # [12:56] <edmorley> ah indeed :-)
  1482. # [12:56] * Quits: Optimizer (Optimizer@4F117CAA.CF241F85.D2D1FAF0.IP) (Input/output error)
  1483. # [12:56] * Joins: Optimizer (Optimizer@4F117CAA.CF241F85.D2D1FAF0.IP)
  1484. # [12:56] * Joins: sicking (sicking@8F5BDF33.A213E503.6B0FE838.IP)
  1485. # [12:58] * Quits: m_kato (chatzilla@moz-2C90F9DA.fomapc01.ap.so-net.ne.jp) (Ping timeout)
  1486. # [12:58] <evilpie> can somebody give editbugs to wingo@igalia.com?
  1487. # [13:00] * Joins: m_kato (chatzilla@moz-B9F89E85.fomapc01.ap.so-net.ne.jp)
  1488. # [13:01] <@roc> syre
  1489. # [13:01] <@roc> done
  1490. # [13:02] * Quits: clokep (Instantbir@5538644.6A558D2.4EF9B99B.IP) (Ping timeout)
  1491. # [13:02] * Joins: markh1 (Instantbir@moz-F12BC886.bjzv3.vic.bigpond.net.au)
  1492. # [13:04] * MrDHat|afk is now known as MrDHat\
  1493. # [13:04] * MrDHat\ is now known as MrDHat
  1494. # [13:04] * AndreeaM|lunch is now known as AndreeaMatei
  1495. # [13:06] * Joins: annevk (annevk@moz-DAFE1A45.tokyo.ocn.ne.jp)
  1496. # [13:08] * Quits: annevk (annevk@moz-DAFE1A45.tokyo.ocn.ne.jp) (Ping timeout)
  1497. # [13:11] <jandem> edmorley: this is weird. I just pushed another patch to try, on top of that one, and the rootanalysis build is green: https://tbpl.mozilla.org/?tree=Try&showall=1&rev=f1219327118a
  1498. # [13:11] * Quits: RealRaven (Thunderbir@24B9C021.8D6F0354.27F80FAC.IP) (Quit: RealRaven)
  1499. # [13:11] * Joins: RealRaven (Thunderbir@24B9C021.8D6F0354.27F80FAC.IP)
  1500. # [13:11] <edmorley> jandem: clobber?
  1501. # [13:12] * Quits: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu) (Connection reset by peer)
  1502. # [13:14] <jandem> edmorley: maybe..
  1503. # [13:14] * mattwoodrow is now known as mattwoodrow|away
  1504. # [13:15] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/43905d1c6ec1 - Fernando Jiménez - Bug 884760 - Typo in OfflineCacheInstaller.jsm. r=me
  1505. # [13:15] <edmorley> jandem: have clobbered and retriggered on inbound
  1506. # [13:16] <jandem> edmorley: thanks. the other SM builds are green too. If the clobber doesn't help it's probably some weird analysis problem :(
  1507. # [13:16] * Quits: RealRaven (Thunderbir@24B9C021.8D6F0354.27F80FAC.IP) (Quit: RealRaven)
  1508. # [13:16] * Joins: spohl (Adium@514F4E33.F8C24747.473D6A24.IP)
  1509. # [13:17] * Joins: RealRaven (Thunderbir@24B9C021.8D6F0354.27F80FAC.IP)
  1510. # [13:19] * Quits: basanta (basanta___@40EEA86D.7261ED03.CFF65E33.IP) (Quit: Leaving)
  1511. # [13:19] <avih> can i track the history of a file before it got imported into mercurial (netscape days?)? when was that initial hg import?
  1512. # [13:21] <avih> specifically, i'm trying to track the history of this line: http://hg.mozilla.org/mozilla-central/annotate/d2a7cfa34154/docshell/base/nsDocShell.cpp#l241
  1513. # [13:21] <glazou> avih: http://bonsai.mozilla.org/cvsqueryform.cgi ?
  1514. # [13:21] <Gijs> avih: there's a git repo with a combined CVS+hg history, let me see if I can find it quickly.
  1515. # [13:22] * Quits: GinaYeh-laptop (GinaYeh@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1516. # [13:22] <Gijs> avih: https://github.com/ehsan/mozilla-history/
  1517. # [13:23] <avih> thanks guys. what's the rough VCS history of the code?
  1518. # [13:23] * Joins: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu)
  1519. # [13:23] <avih> i know it was mosaic, netscape, mozilla, but there could have been more than 3 VCS systems
  1520. # [13:24] <glazou> not mosaic
  1521. # [13:24] <glazou> that code was started with gecko
  1522. # [13:24] <avih> ok. that was around 95 or so?
  1523. # [13:24] <glazou> 98
  1524. # [13:24] <avih> ok
  1525. # [13:24] <avih> interesting. i'm quite positive i used mosaic earlier than 98..
  1526. # [13:25] <glazou> sure, but mosaic was not gecko-based
  1527. # [13:25] <@roc> hehe
  1528. # [13:25] <avih> oh :)
  1529. # [13:25] <glazou> the original code died with unreleased Grommit version in 97/98 IIRC
  1530. # [13:25] * Quits: Hendikins (wolfox@moz-13914647.hhui4.ken.bigpond.net.au) (Ping timeout)
  1531. # [13:25] <glazou> or was it 98/99
  1532. # [13:26] <avih> roc: am i going to end up with you on this line? :) http://hg.mozilla.org/mozilla-central/annotate/d2a7cfa34154/docshell/base/nsDocShell.cpp#l241
  1533. # [13:26] * Joins: Hendikins (wolfox@moz-13914647.hhui4.ken.bigpond.net.au)
  1534. # [13:26] <jfkthame> i think you're going to end up at https://bugzilla.mozilla.org/show_bug.cgi?id=164931
  1535. # [13:26] <@roc> wherever you end up it's going to be very dark
  1536. # [13:26] <glazou> LOL
  1537. # [13:28] * Quits: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP) (Ping timeout)
  1538. # [13:29] <avih> jfkthame: aye. that bug added that line, and much of the code around it. although it seems the starvation system was there before that.
  1539. # [13:30] <glazou> avih: fwiw, Gecko was started at a San Diego-based startup called Digital Style, that Netscape acquired for that reason ; one of the original authors, Peter Linss, is still around working for HP and is co-chairing the CSS Working Group with me
  1540. # [13:30] <avih> bug 164931 initial post relates to a system which exists no more IMO, yet it still hangs the browser up to 2000ms while documents is loading
  1541. # [13:30] <Yoric> glazou: Interesting.
  1542. # [13:30] <avih> glazou: :)
  1543. # [13:31] * glazou still has a few Digital Style and NSCP SanDiego goodies somewhere
  1544. # [13:34] <Ms2ger> glazou, on an unrelated note, I didn't feel the Gare du Nord is *that* bad ;)
  1545. # [13:34] * Quits: nico (androirc@moz-801E009D.vlan502.asr1.cdg2.gblx.net) (Client exited)
  1546. # [13:35] * Joins: nico (androirc@moz-801E009D.vlan502.asr1.cdg2.gblx.net)
  1547. # [13:35] <glazou> Ms2ger: you closed your nose, you're blind and look so poor nobody annoyed you?-)
  1548. # [13:35] <Ms2ger> Sounds right :)
  1549. # [13:35] <glazou> :)
  1550. # [13:35] <Ms2ger> I may have blocked out the smell
  1551. # [13:36] <padenot> Ms2ger: come say hi!
  1552. # [13:36] <Ms2ger> padenot, I probably will next time I'm in Paris
  1553. # [13:36] <padenot> Ms2ger: nice
  1554. # [13:36] <Ms2ger> I hear there's a nice office... ;)
  1555. # [13:36] * padenot looks around
  1556. # [13:36] <padenot> indeed
  1557. # [13:37] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  1558. # [13:37] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1559. # [13:37] <Ms2ger> Heh
  1560. # [13:37] <glazou> Ms2ger: s/office/palace
  1561. # [13:37] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1562. # [13:38] * Quits: m_kato (chatzilla@moz-B9F89E85.fomapc01.ap.so-net.ne.jp) (Ping timeout)
  1563. # [13:39] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Ping timeout)
  1564. # [13:39] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  1565. # [13:39] * mattwoodrow|away is now known as mattwoodrow
  1566. # [13:42] * Joins: SDUP (chatzilla@moz-61084789.w92-139.abo.wanadoo.fr)
  1567. # [13:42] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/03c829d7d4e7 - Till Schneidereit - Bug 882468 - Simplify BooleanGetPrimitiveValue. r=waldo,evilpie
  1568. # [13:44] <RealRaven> ping all
  1569. # [13:44] <RealRaven> this is quite shocking to me, current Thunderbird platform Version = 17.0.6 as well??? I thought Tb 17.0.6 was on Gecko 22???
  1570. # [13:45] <SDUP> is there any js debugger included with Firefox 14 ? Venkman is still a relevant option to debug js ?
  1571. # [13:45] <till> RealRaven: I'm not entirely sure, but my bet would be that Thunderbird uses long term stability releases as its basis
  1572. # [13:45] <till> RealRaven: that'd mean they'll update to 24 when that's released
  1573. # [13:45] * Quits: chmanchester|afk (user@moz-962996C5.seas.upenn.edu) (Ping timeout)
  1574. # [13:46] <RealRaven> that would mean we are jumping Gecko fropm 17 to 24 on the next big release.
  1575. # [13:46] <@roc> SDUP: why would you be using Firefox 14???
  1576. # [13:46] <till> RealRaven: and 24 is going from Nightly to Aurora next week
  1577. # [13:46] <till> RealRaven: yes
  1578. # [13:46] <SDUP> roc: our xulrunner app is based on Fx14
  1579. # [13:46] <till> RealRaven: but really, I'm just speculating, don't know much about Thunderbird releases
  1580. # [13:46] <RealRaven> Ok. I am just working on an update dialog for my Addons users, want to nag them to update to at least Tb 17
  1581. # [13:47] <RealRaven> I have lots of users who use 16, 15, 14, 12, 11...
  1582. # [13:47] <RealRaven> (almost) no idea why
  1583. # [13:47] <avih> roc: have any suggestion/design-change for this? https://bugzilla.mozilla.org/show_bug.cgi?id=880036#c10
  1584. # [13:47] <RealRaven> I guess Gecko 17.0.6 is probably very close to 22
  1585. # [13:48] <RealRaven> just hard to explain that to ordinary users
  1586. # [13:49] * Quits: cervantes (cervantes@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1587. # [13:50] <darktrojan> Thunderbird is indeed Gecko 17
  1588. # [13:50] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1589. # [13:50] <darktrojan> also, did we unfreeze the gecko/20100101 in the user agent string?
  1590. # [13:50] * mgerva|afk is now known as mgerva
  1591. # [13:51] <@roc> rip it out
  1592. # [13:52] <@roc> avih: seriously. Try removing it altogether.
  1593. # [13:52] <@roc> see how it affects Talos Tp
  1594. # [13:52] * NeilAway thwaps glob for linking to secure bugs from his blog post
  1595. # [13:53] <avih> yeah, i guess tp5 would be at least 10% slower
  1596. # [13:53] <@roc> why?
  1597. # [13:53] * Quits: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1598. # [13:53] <avih> but however you look at it, a page which loads at 500ms while hanging the browser is worse IMO than a page which loads at 1500ms while keeping the browser fully responsive
  1599. # [13:54] <avih> because pains would be handled while the content loads
  1600. # [13:54] <avih> paints
  1601. # [13:54] * Quits: glazou (glazou@moz-204094DD.disruptive-innovations.fr) (Quit: brb)
  1602. # [13:54] * Quits: jdm (jdm@moz-801E009D.vlan502.asr1.cdg2.gblx.net) (Quit: Lost terminal)
  1603. # [13:54] <@ted> avih: we do have a Tp5 responsiveness test...
  1604. # [13:55] <@ted> (we run Tp5 with the event loop instrumentation enabled)
  1605. # [13:55] <avih> ted: TBH i don't know what all the talos tests actually test. but i agree it would be interesting to see how it affects talos results indeed.
  1606. # [13:56] <@roc> avih: I think you should try it. It's not like we're currently locking out all paints for 2s while a page loads.
  1607. # [13:56] <@ted> avih: just saying, if you could show that it regresses tp5 but improves tp5 responsiveness you'd have a better argument
  1608. # [13:56] <avih> (i have more than touched tsvg and tscroll, though didn't mess much with tp5)
  1609. # [13:56] * Joins: paolo (paolo@moz-4D6E4D7A.retail.telecomitalia.it)
  1610. # [13:56] * Quits: jhlin (jolin@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1611. # [13:56] * Fallen|away is now known as Fallen
  1612. # [13:56] <avih> roc: actually, on many cases we actually are (blocking all paints)
  1613. # [13:57] <avih> roc: because it's enhanced by an unoptimal of the refresh driver scheduler, which is what my patch fixed.
  1614. # [13:58] <@roc> I know throbber paints while documents are loading affect Tp5 quite a bit.
  1615. # [13:59] <avih> so the combination of unoptimal scheduling and this by-design starvation does starve paints. changing any of those would fix it, yet we should probably fix both
  1616. # [14:00] <avih> roc: makes sense. but would you prefer hanged browser for 500ms until the page renders? or animated throbber and responsive browser for 1500ms?
  1617. # [14:00] * Quits: mmargoliono (min@moz-9DBD522D.static.internode.on.net) (Ping timeout)
  1618. # [14:00] * Quits: KWierso|Home (chatzilla@moz-39E2648C.hsd1.ca.comcast.net) (Ping timeout)
  1619. # [14:01] * Joins: KWierso|Home (chatzilla@moz-39E2648C.hsd1.ca.comcast.net)
  1620. # [14:02] * kmoir-afk is now known as kmoir-buildduty
  1621. # [14:02] <@roc> I'm not convinced the browser actually does hang for 500ms on a slow page load
  1622. # [14:02] * kmoir-buildduty is now known as kmoir
  1623. # [14:02] * Joins: glazou (daniel.gla@moz-204094DD.disruptive-innovations.fr)
  1624. # [14:03] <@roc> remember that the page's paint suppression timer will still be happening
  1625. # [14:04] <@roc> another confounding factor is that we'll have OMTC and OMT animated images soon, so the throbber will animate even if the main thread is blocked
  1626. # [14:04] <avih> roc: i can tell you for a fact it _can_ starve tab animation paints on some cases on a slow enough system even though the refresh driver keeps ticking and animating at about 50hz
  1627. # [14:04] <@roc> ok
  1628. # [14:04] * Tomcat is now known as Tomcat|mtg
  1629. # [14:04] * edmorley is now known as edmorley|mtg
  1630. # [14:05] <@roc> so I think with OMTC this becomes irrelevant since painting doesn't use WM_PAINT anymore
  1631. # [14:05] <avih> i was improving talos tests to stress the browser, and notice that all the animations don't actually animate on screen, which is how i ended up filing this bug
  1632. # [14:06] <till> roc: ping
  1633. # [14:06] <@roc> till: hi
  1634. # [14:06] <till> roc: hi
  1635. # [14:06] <@roc> till: hello
  1636. # [14:06] <till> heh
  1637. # [14:06] <avih> roc: yeah, waiting for OMTC :)
  1638. # [14:06] <till> roc: I can't find any info on when azure acceleration is going to be switched on by default on OS X
  1639. # [14:06] <till> roc: am I just looking in the wrong places?
  1640. # [14:07] <@roc> for canvas, or content?
  1641. # [14:07] * Quits: SDUP (chatzilla@moz-61084789.w92-139.abo.wanadoo.fr) (Quit: ChatZilla 0.9.90 [Firefox 21.0/20130511120803])
  1642. # [14:08] <till> roc: sorry, for canvas
  1643. # [14:08] <@roc> I don't know
  1644. # [14:08] <till> (although I'm interested in content, too)
  1645. # [14:08] <@roc> QuartzGL kind of exploded on the launch pad
  1646. # [14:08] <till> who would?
  1647. # [14:08] <till> mmh, what does that mean?
  1648. # [14:09] <@roc> we got it working and then discovered it was all kinds of crashy
  1649. # [14:09] <@roc> for us anyway. Oddly enough Safari uses it OK.
  1650. # [14:09] <till> I see
  1651. # [14:09] <@roc> so the current plan is to enable SkiaGL on Mac. You can actually do this today via prefs.
  1652. # [14:10] <till> that is the gfx.canvas.azure.accelerated pref, right?
  1653. # [14:10] <till> ah, and the backends, flag, I guess?
  1654. # [14:10] <till> Whatever "cg" means as a backend :)
  1655. # [14:11] <@roc> yeah, change backends to skiagl or something
  1656. # [14:13] * Joins: jhorak (jhorak@moz-107AD163.redhat.com)
  1657. # [14:13] <@roc> or just "skia"
  1658. # [14:13] * Quits: imsurit (chatzilla@7EFDE910.C9C00F2A.1A5E31FF.IP) (Quit: ChatZilla 0.9.90 [Firefox 22.0/20130617145905])
  1659. # [14:13] <till> skiagl seems to work
  1660. # [14:13] <till> sadly, at least for one test I'm looking at, it is much slower than cg
  1661. # [14:13] * Joins: jib (Jan-Ivar@moz-D0297AE3.phlapa.fios.verizon.net)
  1662. # [14:14] <@roc> gfx.canvas.azure.accelerated is true?
  1663. # [14:14] <till> yes
  1664. # [14:14] <till> mmh, weird
  1665. # [14:15] <till> so, the test I'm looking at is http://files.jacksondunstan.com/articles/2272/BitmapScaleRotHTML5.html
  1666. # [14:15] * Joins: steve (chatzilla@moz-AD078039.range86-181.btcentralplus.com)
  1667. # [14:16] <till> With accelerated=false, I get 100ms/120ms/170ms for the opaque, and slightly higher numbers for the alpha tests
  1668. # [14:16] <till> with accelerated=true and backends=cg, I get between 12ms and 19ms on all tests
  1669. # [14:17] <till> with backends=skia, I get very unstable numbers between 25ms and 75ms
  1670. # [14:18] <till> however, I get the same with backends=skiagl
  1671. # [14:18] <till> or backends=foo
  1672. # [14:18] <@roc> hehe
  1673. # [14:19] <@roc> I think you want "skia"
  1674. # [14:19] <@roc> also about:support might help
  1675. # [14:19] <KaiRo> for Linux, to test what we think will be what we enable OMTC with, should backends be skiagl as well?
  1676. # [14:19] * Joins: aut0mata (automata@94C7AAD7.84D54F57.E0F4401A.IP)
  1677. # [14:20] <till> It does, thanks!
  1678. # [14:20] * glazou is now known as glazou_busy
  1679. # [14:20] * KaiRo recently saw some color problems in his OMTC testing on Linux
  1680. # [14:20] * Joins: ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP)
  1681. # [14:20] * ChanServ sets mode: +o ehsan
  1682. # [14:22] * Joins: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP)
  1683. # [14:22] <till> Ah, restarting between switching backends helps ...
  1684. # [14:23] * Quits: sankha93 (Instantbir@794B2ADF.82126C03.8B6C1D65.IP) (Quit: Instantbird 1.4 -- http://www.instantbird.com)
  1685. # [14:23] <till> roc: so, is a very severe performance degradation expected with the skiaGL backend at this point?
  1686. # [14:23] <till> roc: compared to the Quartz backend, that is
  1687. # [14:23] <@roc> depends on what you're doing
  1688. # [14:24] <firebot> Check-in:
  1689. # [14:24] <@roc> for some benchmarks it's a definite speedup
  1690. # [14:24] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/566ca9eb534e - Ehsan Akhgari - Bug 884632 - Optimize MediaStreamGraphImpl::PrepareUpdatesToMainThreadState in order to only include AudioNodeStreams that the main thread is interested in; r=roc
  1691. # [14:24] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/deed7fb2834e - Ehsan Akhgari - Bug 883011 - Optimize PrepareUpdatesToMainThread to avoid re-allocating memory as much as possible; r=roc
  1692. # [14:24] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/42ec2b2ca987 - Arnaud Sourioux - Bug 702080 - Replace GetDisplayDocument with IsResourceDoc when needed. r=bz
  1693. # [14:24] * Joins: mjh563 (mjh563@moz-D891C5B8.cable.virginmedia.com)
  1694. # [14:24] * Quits: Hendikins (wolfox@moz-13914647.hhui4.ken.bigpond.net.au) (Quit: Any technology, no matter how primitive, is magic to those who don't understand it)
  1695. # [14:25] * Joins: Hendikins (wolfox@moz-13914647.hhui4.ken.bigpond.net.au)
  1696. # [14:25] <till> roc: for this, http://files.jacksondunstan.com/articles/2272/BitmapScaleRotHTML5.html, numbers with skia are ~4x worse than with quartz
  1697. # [14:25] * till doesn't know how well-made that test is
  1698. # [14:26] <steve> status update: new standalone GTK Embed test compiles & runs under the debugger. seg faults standalone. so reckon that's a core bug :)
  1699. # [14:26] <steve> latest ff22 beta source
  1700. # [14:27] <steve> so going to be a printf logfest to debug that one.
  1701. # [14:27] * glazou_busy is now known as glazou
  1702. # [14:28] <avih> roc: btw, this starvation-by-design definitely works differently on windows/linux. on linux it happens on every page load for 2000ms. on windows, once it "releases" once, it appears to never happen again on any page.
  1703. # [14:28] * Quits: Hendikins (wolfox@moz-13914647.hhui4.ken.bigpond.net.au) (Quit: Any technology, no matter how primitive, is magic to those who don't understand it)
  1704. # [14:28] * Joins: Hendikins (wolfox@moz-13914647.hhui4.ken.bigpond.net.au)
  1705. # [14:28] <froydnj> steve: might mean you have some uninitialized memory floating about in the embed code
  1706. # [14:29] <steve> sure. it's unintialized something somewhere. or a stomp
  1707. # [14:29] <Yoric> To pass a literal PRUnichar* to a function, what's the standard way?
  1708. # [14:29] <Yoric> w"foo"
  1709. # [14:29] <Yoric> or
  1710. # [14:29] <Yoric> NS_LITERAL_STRING("foo").get()
  1711. # [14:29] <Yoric> or something else entirely?
  1712. # [14:29] * Joins: silverwind (silverwind@moz-25DBC916.adsl.highway.telekom.at)
  1713. # [14:30] <steve> froydnj: think I know where it is as the same isszue popped up whilst putting it togther
  1714. # [14:30] * Joins: maxli (maxli@F2D29657.F60B0462.67AC9B1.IP)
  1715. # [14:30] * mattwoodrow is now known as mattwoodrow|away
  1716. # [14:30] * rail_away is now known as rail
  1717. # [14:30] * Joins: sheppy (sheppy@moz-43EEF1A9.dhcp.kgpt.tn.charter.com)
  1718. # [14:32] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/3e8212722888 - Nathan Froyd - Bug 871596 - part 2 - add a new memberAlignmentType to replace the scattered uint32_t alignments; r=bent
  1719. # [14:32] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/ca677b5c6229 - Nathan Froyd - Bug 871596 - part 1 - rewrite Pickle's alignment mechanism to be more obviously optimizable; r=bent
  1720. # [14:32] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/e582f705dafa - Nathan Froyd - Bug 871596 - part 3 - replace memcpys of POD datatypes in Pickle with something smarter; r=bent
  1721. # [14:32] * Quits: darktrojan (geoff@moz-8DCE008B.dsl.telstraclear.net) (Quit: darktrojan)
  1722. # [14:33] * Joins: JosiahOne (Instantbir@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net)
  1723. # [14:36] <steve> think it's a fault deep in RegisterModule(&kXPCOMModule, NULL); around line 390 in nsComponentManager.cpp, but dropping in some debug then will build that to confirm. going to be a slow one again today ...
  1724. # [14:37] <decoder> froydnj: the crash im seeing is a heap buffer overflow related to memalign. so it might well be a backport problem. im trying to reproduce now with llvm trunk
  1725. # [14:37] <decoder> we can still ask the asan devs for help with the backporting
  1726. # [14:37] <steve> if if fails there, I'll upload the source as I've looked at it & it goes deep into quirky weirdnesses I know nothing about.
  1727. # [14:38] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1728. # [14:38] * Joins: gal007 (Mibbit@C293DEA5.6EA2CA7A.8BF46E4E.IP)
  1729. # [14:39] * Joins: yzen (yzen@AA2C085E.10C8AEF8.9A8C35B4.IP)
  1730. # [14:39] * Quits: gal007 (Mibbit@C293DEA5.6EA2CA7A.8BF46E4E.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1731. # [14:39] <Standard8> have we got any good / secure / documented way to strip/sanitise html from text in content space?
  1732. # [14:39] * Quits: nical (nico@moz-801E009D.vlan502.asr1.cdg2.gblx.net) (Client exited)
  1733. # [14:39] * Joins: mga (Mibbit@B82B6361.D524BA5E.966CA46.IP)
  1734. # [14:40] * Quits: Hendikins (wolfox@moz-13914647.hhui4.ken.bigpond.net.au) (Quit: Any technology, no matter how primitive, is magic to those who don't understand it)
  1735. # [14:40] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  1736. # [14:40] * kats|away is now known as kats
  1737. # [14:40] * Joins: Hendikins (wolfox@moz-13914647.hhui4.ken.bigpond.net.au)
  1738. # [14:41] * Quits: yzen (yzen@AA2C085E.10C8AEF8.9A8C35B4.IP) (Quit: yzen)
  1739. # [14:41] * Quits: glazou (daniel.gla@moz-204094DD.disruptive-innovations.fr) (Quit: brb)
  1740. # [14:41] * Joins: mwargers (chatzilla@moz-B8CAEC7B.ip.telfort.nl)
  1741. # [14:43] <steve> In fact may as well provide source now, as there's a bug somewhere & can never have too many experienced pairs of eyes on stuff like this : http://advance-software.com/misc/embedding_tests_gtkEmbed.tar.gz
  1742. # [14:43] * Joins: nical (nico@moz-801E009D.vlan502.asr1.cdg2.gblx.net)
  1743. # [14:43] * Joins: glazou (glazou@moz-204094DD.disruptive-innovations.fr)
  1744. # [14:44] * Joins: atuljangra (Mibbit@425133EE.4850A4DD.1957C0DA.IP)
  1745. # [14:44] * Joins: Cwiiis (cwiiis@88F51059.F3BBB17D.144F44FA.IP)
  1746. # [14:44] * Quits: jwalker (jwalker@moz-BB05A345.cable.virginmedia.com) (Ping timeout)
  1747. # [14:44] <steve> it ain't pretty but it works under the debugger. when it's solid & stable will tidy it up but first need the API solid. Hasn't been exercised for a long time as the original GTK Embed was pulled from the tree ages ago (FF4 source).
  1748. # [14:44] * Quits: atuljangra (Mibbit@425133EE.4850A4DD.1957C0DA.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1749. # [14:45] * Quits: twi1 (Adium@moz-2E4A4B6F.business.telecomitalia.it) (Quit: Leaving.)
  1750. # [14:45] <steve> the stability issue is in an unoptimized debug build. might be fine in release. dunno. haven't tried that yet.
  1751. # [14:46] * Quits: @roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Ping timeout)
  1752. # [14:46] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  1753. # [14:47] <@bz_sleep> If I land stuff now, will it miss today's nightly?
  1754. # [14:47] * @bz_sleep hopes so
  1755. # [14:47] <steve> so that source sits right next to winEmbed in embedding/tests in the tree then connect up the moz.build stuff so it builds. the output binary must be copied into the /dist/bin directory as it's currently hardwired to look in the program's directory for libxpcom, etc. so zap the symlink it generates in dist/bin
  1756. # [14:47] * bz_sleep is now known as bz
  1757. # [14:47] * Tomcat|mtg is now known as Tomcat
  1758. # [14:49] * Joins: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz)
  1759. # [14:49] * Joins: FabioMagnoni (fabiomagno@C6A6A78C.34A40524.A8479B91.IP)
  1760. # [14:49] <Ms2ger> bz, sure
  1761. # [14:49] <gfritzsche> do we have any NS_IMPL_ISUPPORTS version that can deal with templates?
  1762. # [14:50] * gfritzsche hasn't found anything
  1763. # [14:50] <Ms2ger> gfritzsche, don't think so
  1764. # [14:50] <gfritzsche> hm :(
  1765. # [14:51] * @bz wonders whether baku exists
  1766. # [14:51] * Joins: wlach (wlach@D8483823.1075BAF2.3DEE0DD0.IP)
  1767. # [14:51] <Ms2ger> bz, I think that's undecidable
  1768. # [14:52] <steve> the stability issue *might* be to do with a bunch of stl paranoid #errors I had to disable to get the thing to build. happy to fix GTK Embed so they don't need disabling but wanted to get it building & running as quickly as possible first. will open a bugzilla entry for this unless there are any objections.
  1769. # [14:53] <@bz> I guess the real question is whether baku plans to update his form patches or whether I should just do it....
  1770. # [14:53] * Parts: vigneshwaran (vigneshwar@FC0B83FD.138D8F1E.FD6A0EFF.IP)
  1771. # [14:53] * Quits: wlach (wlach@D8483823.1075BAF2.3DEE0DD0.IP) (Ping timeout)
  1772. # [14:53] <froydnj> decoder: supposedly there's going to be a 3.3 maintenance branch too, we could ask for them to backport there
  1773. # [14:54] * Quits: aut0mata (automata@94C7AAD7.84D54F57.E0F4401A.IP) (Ping timeout)
  1774. # [14:55] * @bsmedberg discovers just how awful the plugin doorhanger tests really are
  1775. # [14:55] * Joins: twi (Adium@moz-2E4A4B6F.business.telecomitalia.it)
  1776. # [14:55] <@bsmedberg> gfritzsche: that doesn't sound like a great idea in general
  1777. # [14:56] * Joins: jwalker (jwalker@moz-BB05A345.cable.virginmedia.com)
  1778. # [14:57] * Joins: digitsm (digitsm@AF94F582.17518922.C146C5E5.IP)
  1779. # [14:57] * Quits: twi (Adium@moz-2E4A4B6F.business.telecomitalia.it) (Ping timeout)
  1780. # [14:57] <gfritzsche> bsmedberg: even for observers that look identical except a client type they call to?
  1781. # [14:58] <@bsmedberg> gfritzsche: I'm not sure what that means, but why would you need to templatize the nsISupports impl?
  1782. # [14:58] <@bsmedberg> couldn't you use a shared nsISupports impl between them?
  1783. # [14:59] <gfritzsche> bsmedberg: hm, right, i could of course have them share a common base
  1784. # [14:59] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/a111fc485061 - Bas Schouten - Bug 883352 - With OMTC enabled on Metro Firefox, we crash when scrolling. r=jmuizelaar
  1785. # [14:59] <gfritzsche> oops, thanks
  1786. # [15:01] * Joins: hub (hub@E639FEDB.F04051C4.DC1243F8.IP)
  1787. # [15:02] * Quits: norton- (norton@E680EB3B.B72C3CE3.9FD833D8.IP) (Ping timeout)
  1788. # [15:03] * Joins: AaronMT (AaronMT@moz-5DF3A271.cpe.net.cable.rogers.com)
  1789. # [15:04] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  1790. # [15:04] * Quits: Six (Mibbit@4635A996.8273A320.BA2F4534.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1791. # [15:04] * Quits: FabioMagnoni (fabiomagno@C6A6A78C.34A40524.A8479B91.IP) (Input/output error)
  1792. # [15:05] <edmorley|mtg> jandem: latest job came back green, have retriggered some more to tell for sure
  1793. # [15:06] <edmorley|mtg> jandem: think there may be an issue with the clobberer and these builds, filed bug 884788
  1794. # [15:06] * edmorley|mtg is now known as edmorley
  1795. # [15:06] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/01068ed464ca - Hannes Verschore - Bug 884298: IonMonkey: Allow inlining of functions containing JSOP_FUNCALL, r=jandem
  1796. # [15:07] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Quit: )
  1797. # [15:07] * Quits: shelly (shelly@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1798. # [15:08] <jandem> edmorley: excellent :)
  1799. # [15:10] * jmaher|afk is now known as jmaher
  1800. # [15:11] * Joins: yzen (yzen@AA2C085E.10C8AEF8.9A8C35B4.IP)
  1801. # [15:12] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  1802. # [15:12] * catlee-away is now known as catlee
  1803. # [15:12] * Joins: sankha93 (Instantbir@B9DEEB97.F36055FE.8B6C1D65.IP)
  1804. # [15:12] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1805. # [15:13] * Joins: ekr (ekr@moz-D7997EC8.rtfm.com)
  1806. # [15:14] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Ping timeout)
  1807. # [15:14] * khuey|away is now known as khuey
  1808. # [15:16] * Joins: overholt (overholt@35765CFB.88764A66.72A31D6.IP)
  1809. # [15:16] * Joins: sotaro (sikeda@F2D29657.F60B0462.67AC9B1.IP)
  1810. # [15:17] <@khuey> so I landed patches on cypress yesterday
  1811. # [15:17] <@khuey> did bsmedberg totally screw me over? :-P
  1812. # [15:17] <@bsmedberg> khuey: no, they ended up on inbound
  1813. # [15:17] <@bsmedberg> although I tried :-(
  1814. # [15:17] <@khuey> oh so we just don't post inbound merges to bugs?
  1815. # [15:17] <@bsmedberg> I suspect not
  1816. # [15:18] * jhopkins|afk is now known as jhopkins
  1817. # [15:18] <@khuey> ok
  1818. # [15:18] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1819. # [15:18] <decoder> froydnj: sounds like a good option too, yep :)
  1820. # [15:18] * Joins: Six (Mibbit@4635A996.8273A320.BA2F4534.IP)
  1821. # [15:19] * vladan-afk is now known as vladan
  1822. # [15:20] * Joins: FabioMagnoni (fabiomagno@C6A6A78C.34A40524.A8479B91.IP)
  1823. # [15:20] * jcranmer|away is now known as jcranmer
  1824. # [15:20] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5458a7880db5 - Joey Armstrong - bug 872087: mozbuild HOST_LIBRARY_NAME conversion cleanup. r=gps
  1825. # [15:21] * Quits: mga (Mibbit@B82B6361.D524BA5E.966CA46.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1826. # [15:21] * Quits: FabioMagnoni (fabiomagno@C6A6A78C.34A40524.A8479B91.IP) (Ping timeout)
  1827. # [15:24] * Quits: pnkfelix|rcirc (pnkfelix@moz-801E009D.vlan502.asr1.cdg2.gblx.net) (Input/output error)
  1828. # [15:26] * Quits: pnkfelix (pnkfelix@moz-801E009D.vlan502.asr1.cdg2.gblx.net) (Quit: Leaving.)
  1829. # [15:26] * darkowlzz is now known as darkowlzz|afk
  1830. # [15:28] * Joins: ahal (ahal@F2D29657.F60B0462.67AC9B1.IP)
  1831. # [15:29] * JosiahOne is now known as JosiahOne|Away
  1832. # [15:30] * Quits: brambles (xymox@moz-969AAE9B.barwen.ch) (Ping timeout)
  1833. # [15:30] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  1834. # [15:30] * Joins: Enn (enn@F2D29657.F60B0462.67AC9B1.IP)
  1835. # [15:31] * Joins: brambles (xymox@moz-969AAE9B.barwen.ch)
  1836. # [15:31] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  1837. # [15:31] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1838. # [15:32] * Joins: davidb (davidb@F2D29657.F60B0462.67AC9B1.IP)
  1839. # [15:32] * Joins: bkelly (bkelly@moz-8C21D137.washdc.fios.verizon.net)
  1840. # [15:33] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Ping timeout)
  1841. # [15:33] * coop|afk is now known as coop|mtg
  1842. # [15:34] * Quits: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1843. # [15:35] * Joins: gustavold (gustavold@E3CDD417.C185DE05.C7EA744A.IP)
  1844. # [15:35] * glob|away is now known as glob
  1845. # [15:37] * Joins: aut0mata (automata@5415C3A6.9456BBF.1629D72D.IP)
  1846. # [15:39] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1847. # [15:40] * Joins: jimm (jmathies@moz-864CAA4E.pn.at.cox.net)
  1848. # [15:40] * Quits: marco (Thunderbir@moz-18CDBB0.retail.telecomitalia.it) (Quit: marco)
  1849. # [15:40] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  1850. # [15:45] * Quits: philipp64 (chatzilla@moz-B40B9015.ctcweb.net) (Client exited)
  1851. # [15:46] * sheppy is now known as sheppy-afk
  1852. # [15:48] * Joins: imsurit (chatzilla@7EFDE910.C9C00F2A.1A5E31FF.IP)
  1853. # [15:48] * Joins: mconley_ (mconley@F2D29657.F60B0462.67AC9B1.IP)
  1854. # [15:49] * mconley_ is now known as mconley
  1855. # [15:50] * Quits: jfkthame (jfkthame@AB8046DF.6B7B908E.3E2A4E92.IP) (Quit: jfkthame)
  1856. # [15:50] * Quits: nico (androirc@moz-801E009D.vlan502.asr1.cdg2.gblx.net) (Quit: AndroIRC - Android IRC Client ( http://www.androirc.com ))
  1857. # [15:51] * Quits: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net) (Quit: Konversation terminated!)
  1858. # [15:53] * Quits: markh1 (Instantbir@moz-F12BC886.bjzv3.vic.bigpond.net.au) (Ping timeout)
  1859. # [15:54] <Tomcat> khuey: thanks!
  1860. # [15:57] * pmoore is now known as pmoore|away
  1861. # [15:58] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  1862. # [16:01] * Quits: overholt (overholt@35765CFB.88764A66.72A31D6.IP) (Ping timeout)
  1863. # [16:04] * Quits: ekr (ekr@moz-D7997EC8.rtfm.com) (Ping timeout)
  1864. # [16:04] * Quits: @ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP) (Input/output error)
  1865. # [16:04] * pmoore|away is now known as pmoore
  1866. # [16:04] * Joins: hipokrit (hipokrit@1BF5DFDB.CA40E1F7.C558AD24.IP)
  1867. # [16:05] <@ted> i like that we have a 10+ year old meta bug about fixing compiler warnings
  1868. # [16:06] * Joins: jdm (jdm@moz-801E009D.vlan502.asr1.cdg2.gblx.net)
  1869. # [16:07] <jdm> jcranmer: do you have any problems with the slightly adjusted patch for bug 882424?
  1870. # [16:07] * Joins: abwillis (abwillis@CBAC43F2.9DD4DBBF.6A7A197.IP)
  1871. # [16:07] <jcranmer> jdm: nope
  1872. # [16:07] <jdm> alright, I'll push it
  1873. # [16:08] * Quits: yzen (yzen@AA2C085E.10C8AEF8.9A8C35B4.IP) (Quit: yzen)
  1874. # [16:12] <Ms2ger> ted, feel like fixing a couple? ;)
  1875. # [16:12] <@ted> Ms2ger: sure don't
  1876. # [16:12] * Quits: Boriss (FlyingToas@moz-801E009D.vlan502.asr1.cdg2.gblx.net) (Quit: Boriss)
  1877. # [16:13] * Quits: imsurit (chatzilla@7EFDE910.C9C00F2A.1A5E31FF.IP) (Quit: ChatZilla 0.9.90 [Firefox 22.0/20130617145905])
  1878. # [16:14] <Ms2ger> ted, :(
  1879. # [16:14] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/f523cbfd3be8 - Jacek Caban - Bug 884222 - Use __declspec(dllexport) in Opus on mingw. r=derf
  1880. # [16:15] * Joins: Boriss (FlyingToas@moz-801E009D.vlan502.asr1.cdg2.gblx.net)
  1881. # [16:15] <jdm> anybody know if I can run mach xpcshell under a debugger?
  1882. # [16:15] <jdm> with a command line argument, that is?
  1883. # [16:15] <@ted> does it support --debugger ?
  1884. # [16:15] <@ted> it has --debug
  1885. # [16:16] <jdm> ted: --debug doesn't actually throw me into gdb :/
  1886. # [16:16] <jdm> maybe I should file a bug about that
  1887. # [16:16] <@ted> feels pretty broken
  1888. # [16:16] <Ms2ger> Please
  1889. # [16:17] <jdm> oh heh, bholley reported it in march and I commented on it
  1890. # [16:17] <@ted> yeah, uh, that's broken
  1891. # [16:18] <jdm> back to make
  1892. # [16:18] * mcote|afk is now known as mcote
  1893. # [16:18] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  1894. # [16:18] <@ted> http://mxr.mozilla.org/mozilla-central/source/testing/xpcshell/mach_commands.py#92
  1895. # [16:18] <@ted> it doesn't even try to pass the debug argument down to runTests
  1896. # [16:18] <jdm> heh
  1897. # [16:18] <@ted> which is good, because that doesn't take a debug argument
  1898. # [16:19] <@ted> http://mxr.mozilla.org/mozilla-central/source/testing/xpcshell/runxpcshelltests.py#628
  1899. # [16:19] <@ted> that wants debugger,debuggerArgs
  1900. # [16:19] <@ted> probably could crib from the mochitest command and make it work
  1901. # [16:19] * Quits: steve (chatzilla@moz-AD078039.range86-181.btcentralplus.com) (Quit: ChatZilla 0.9.90 [Firefox 21.0/20130512193848])
  1902. # [16:19] <jdm> yep
  1903. # [16:19] <jdm> I'll make it a mentored bug for now
  1904. # [16:21] * Joins: lmandel (lmandel@556E85CD.E855F8D7.412CF160.IP)
  1905. # [16:21] * Joins: jorendorff (jorendorff@moz-2F32ACA3.hsd1.tn.comcast.net)
  1906. # [16:22] * Joins: Edgar (Thunderbir@moz-9BD6E278.dynamic.hinet.net)
  1907. # [16:25] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/798c709e591f - Boris Zbarsky - Bug 883968. Give <object>/<embed>/<applet> channels notification callbacks that can actually be used from script. r=johns
  1908. # [16:25] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/192cecc0111e - Andrea Marchesini - Bug 841442 - Rename nsHTMLFormElement to HTMLFormElement
  1909. # [16:25] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/259e68f8843d - Andrea Marchesini - Bug 841442 - Move HTMLFormElement to WebIDL, r=bz
  1910. # [16:25] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/aa768b37b1c8 - Boris Zbarsky - Bug 884109. Remove GetDocumentFromCaller from NS_NewHTMLImage/OptionElement and remove the XPCOM-y bits for creating those, since WebIDL bindings don't use those.
  1911. # [16:25] <firebot> r=smaug
  1912. # [16:27] * Quits: cers_ (csonne@moz-D706C2D4.fullrate.dk) (Quit: Computer has gone to sleep.)
  1913. # [16:28] * Joins: sfoster (sfoster@moz-D30056A1.hsd1.or.comcast.net)
  1914. # [16:28] * Quits: Edgar (Thunderbir@moz-9BD6E278.dynamic.hinet.net) (Input/output error)
  1915. # [16:29] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5a3dc3d31890 - Josh Matthews - Bug 883495 - Avoid releasing a scriptable DNS listener off the main thread. r=mcmanus
  1916. # [16:30] <edmorley> ted: think a keyword would be a better replacement for that meta now
  1917. # [16:30] * Joins: yzen (yzen@EA83C0CE.A6295926.9D42CF23.IP)
  1918. # [16:31] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/62f26a2bab83 - Benoit Girard - Bug 882937 - Fix GTest dependencies. r=glandium
  1919. # [16:31] * Tomcat is now known as Tomcat|afk
  1920. # [16:32] * Quits: pnemsak (Miranda@moz-BE85878E.citicom.sk) (Quit: pnemsak)
  1921. # [16:32] * Joins: arky (arky@93632583.3EA50541.FA662B63.IP)
  1922. # [16:32] * Joins: tonymec__ (tonymec@moz-AE43E70C.adsl-dyn.isp.belgacom.be)
  1923. # [16:32] * Quits: yzen (yzen@EA83C0CE.A6295926.9D42CF23.IP) (Ping timeout)
  1924. # [16:32] <jcranmer> ^^ so all nodes now use webidl bindings?
  1925. # [16:32] * tonymec__ is now known as tonymec|away
  1926. # [16:32] * Joins: yzen (yzen@67828CC7.C1A51174.9D42CF23.IP)
  1927. # [16:32] * Joins: ekr (ekr@43CB6079.66715431.D25A875A.IP)
  1928. # [16:33] * philor|away is now known as philor
  1929. # [16:33] * coop|mtg is now known as coop|buildduty
  1930. # [16:34] * pmoore is now known as pmoore|away
  1931. # [16:34] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/1230bd543454 - Tim Taubert - Bug 792806 - Update list of visible tabs only once after switching to another group; r=dao
  1932. # [16:34] <firebot> http://hg.mozilla.org/mozilla-central/rev/2c0a957f5d54 - Anton Kovalyov - Bug 881006 - Change Profile panel tooltip to say JavaScript Profiler; r=harth
  1933. # [16:34] <firebot> http://hg.mozilla.org/mozilla-central/rev/531048ab5fed - Ryan VanderMeulen - Merge m-c and fx-team.
  1934. # [16:34] <firebot> http://hg.mozilla.org/mozilla-central/rev/ce4e72421c35 - Anton Kovalyov - Bug 850145 - Use SideMenuWidget in the Profiler; r=vporof
  1935. # [16:35] <firebot> http://hg.mozilla.org/mozilla-central/rev/9a6abcbf5b1a - Christian Ascheberg - Bug 848347 - external links do not always open correctly; r=ttaubert
  1936. # [16:35] <firebot> http://hg.mozilla.org/mozilla-central/rev/c12150cfdfef - Ed Morley - Merge latest green fx-team changeset and mozilla-central
  1937. # [16:35] <firebot> http://hg.mozilla.org/mozilla-central/rev/0d9da02c7108 - Ryan VanderMeulen - Merge m-c and fx-team.
  1938. # [16:35] <firebot> http://hg.mozilla.org/mozilla-central/rev/24e725b72a0d - Tim Taubert - Bug 792806 - Follow-up to add missing semicolon; r=dao
  1939. # [16:37] * Quits: matthewgertner (matthewger@173F2E9D.96442F2E.EE1C58A.IP) (Ping timeout)
  1940. # [16:38] * Joins: ehsan (ehsan@F2D29657.F60B0462.67AC9B1.IP)
  1941. # [16:38] * ChanServ sets mode: +o ehsan
  1942. # [16:39] * Quits: sicking (sicking@8F5BDF33.A213E503.6B0FE838.IP) (Quit: sicking)
  1943. # [16:39] * Joins: matthewgertner (matthewger@173F2E9D.96442F2E.EE1C58A.IP)
  1944. # [16:39] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1945. # [16:39] * Quits: philipp64|laptop (chatzilla@moz-B40B9015.ctcweb.net) (Ping timeout)
  1946. # [16:41] <decoder> froydnj: i cannot reproduce the issue with llvm trunk. works fine for me. it might indeed be related to the backporting then
  1947. # [16:41] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  1948. # [16:42] <decoder> shall we ask kcc if he can create a backport patch to the 3.3 branch so we can use that, and they can land it when the maintenance branch opens?
  1949. # [16:42] * Quits: Optimize1 (Instantbir@4F3E1057.A6DE773B.88FACCAA.IP) (Ping timeout)
  1950. # [16:43] * Joins: jfkthame (jfkthame@AB8046DF.6B7B908E.3E2A4E92.IP)
  1951. # [16:44] <froydnj> decoder: please do
  1952. # [16:44] <froydnj> sorry for my incompetent backporting skills
  1953. # [16:44] <froydnj> decoder: do you have stack traces or anything from the crashes?
  1954. # [16:45] * Joins: wlach (wlach@D8483823.1075BAF2.3DEE0DD0.IP)
  1955. # [16:45] <decoder> froydnj: yes I do, once sec :) and im pretty sure your skills are not at fault^^
  1956. # [16:45] * Joins: steve (chatzilla@moz-AD078039.range86-181.btcentralplus.com)
  1957. # [16:46] <steve> ok ... so the crash in the new GTK_Embed isn't as nasty as I thought. the earlier issue was due to wrong build flags. current issue is it's crashing inside gtk_widget_show(browser->topLevelWindow);
  1958. # [16:47] <decoder> froydnj: http://pastebin.mozilla.org/2542182
  1959. # [16:47] <decoder> i need to head out, be back in an hour
  1960. # [16:47] <decoder> approx
  1961. # [16:47] <steve> totally gtk programming noob so does that call a paint op internally that could be crashing ? works under the debugger
  1962. # [16:47] <froydnj> whoa, that looks weird
  1963. # [16:48] <decoder> froydnj: m-c rev b7175c5829b5 btw.
  1964. # [16:48] <decoder> err
  1965. # [16:48] <decoder> no
  1966. # [16:48] * Quits: Hendikins (wolfox@moz-13914647.hhui4.ken.bigpond.net.au) (Ping timeout)
  1967. # [16:48] <decoder> ah no. b7175c5829b5 is correct
  1968. # [16:48] <decoder> =)
  1969. # [16:48] * Joins: Hendikins (wolfox@moz-13914647.hhui4.ken.bigpond.net.au)
  1970. # [16:50] * Joins: FabioMagnoni (fabiomagno@C6A6A78C.34A40524.A8479B91.IP)
  1971. # [16:50] * Joins: cers (csonne@moz-D706C2D4.fullrate.dk)
  1972. # [16:51] * Quits: mcote (mcote@1D8E4B86.9B0C981.6C85A25D.IP) (Quit: leaving)
  1973. # [16:51] * Quits: tchevalier (Thunderbir@moz-C2751B0C.fbx.proxad.net) (Quit: tchevalier)
  1974. # [16:51] * Joins: tchevalier (Thunderbir@moz-C2751B0C.fbx.proxad.net)
  1975. # [16:52] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/9d7ab37cf1d3 - Joey Armstrong - bug 881344: move SHARED_LIBRARY_LIBS to mozbuild (logic). r=gps
  1976. # [16:52] * Quits: cers (csonne@moz-D706C2D4.fullrate.dk) (Quit: Computer has gone to sleep.)
  1977. # [16:54] * Joins: mcote (mcote@1D8E4B86.9B0C981.6C85A25D.IP)
  1978. # [16:54] <steve> should be able to figure this out myself. will just simplify it until it stops crashing then work back.
  1979. # [16:55] * Joins: bajaj (Adium@2557E599.66715431.D25A875A.IP)
  1980. # [16:57] * Quits: FabioMagnoni (fabiomagno@C6A6A78C.34A40524.A8479B91.IP) (Ping timeout)
  1981. # [16:57] * btm_home is now known as btm_lr
  1982. # [16:57] <froydnj> decoder: do you know why the addresses for the shadow bytes in that crash have no correlation with the crashing address?
  1983. # [16:59] * Joins: Edgar (Thunderbir@moz-9BD6E278.dynamic.hinet.net)
  1984. # [16:59] * froydnj wishes he understood why Telemetry.cpp got rebuilt after a full rebuild
  1985. # [17:00] <froydnj> ...and not touching that file
  1986. # [17:00] * Quits: aut0mata (automata@5415C3A6.9456BBF.1629D72D.IP) (Ping timeout)
  1987. # [17:00] <@bz> froydnj: it hates your freedoms.
  1988. # [17:00] * Quits: glazou (glazou@moz-204094DD.disruptive-innovations.fr) (Quit: bbl)
  1989. # [17:00] <froydnj> bz: it sucks cpu cycles like a vampire sucks blood
  1990. # [17:01] <froydnj> seems like a deficiency in the build system somewhere
  1991. # [17:01] <@bsmedberg> what's the simple way in hg to re-apply a patch a patch which was backed out?
  1992. # [17:01] * Joins: sicking (sicking@8F5BDF33.A213E503.6B0FE838.IP)
  1993. # [17:01] <@bsmedberg> hg transplant refuses to do it because it's already present
  1994. # [17:02] <edmorley> bsmedberg: sfink's qbackout extension has a reapply option https://bitbucket.org/sfink/qbackout
  1995. # [17:02] <edmorley> --apply
  1996. # [17:02] * geekboy|afk is now known as geekboy
  1997. # [17:03] <till> That sfink guy!
  1998. # [17:04] <froydnj> that moment when you realize sfink has already written hg-fu to solve your problems
  1999. # [17:04] * Quits: steve (chatzilla@moz-AD078039.range86-181.btcentralplus.com) (Ping timeout)
  2000. # [17:04] <@bsmedberg> yep
  2001. # [17:04] <till> indeed
  2002. # [17:05] <@bsmedberg> hrm, it makes a new commit message instead of using the old one
  2003. # [17:06] * sheppy-afk is now known as sheppy
  2004. # [17:07] * Quits: Edgar (Thunderbir@moz-9BD6E278.dynamic.hinet.net) (Quit: Edgar)
  2005. # [17:07] * Joins: ctangira (ctangira@moz-CFCC7B62.cisco.com)
  2006. # [17:08] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5d643a8431a7 - Benjamin Smedberg - Bug 882339 - Cache the blocklist state on plugin tags to avoid querying the blocklist service constantly, r=johns
  2007. # [17:10] * Joins: [1]kdcw (kdcw@moz-F7413045.pk.shawcable.net)
  2008. # [17:10] * Quits: kdcw (kdcw@moz-F7413045.pk.shawcable.net) (Ping timeout)
  2009. # [17:10] * [1]kdcw is now known as kdcw
  2010. # [17:11] * Joins: FabioMagnoni (fabiomagno@C6A6A78C.34A40524.A8479B91.IP)
  2011. # [17:13] * Joins: Edgar (Thunderbir@moz-9BD6E278.dynamic.hinet.net)
  2012. # [17:14] * Quits: FabioMagnoni (fabiomagno@C6A6A78C.34A40524.A8479B91.IP) (Ping timeout)
  2013. # [17:14] * Joins: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP)
  2014. # [17:15] * Quits: matthewgertner (matthewger@173F2E9D.96442F2E.EE1C58A.IP) (Quit: matthewgertner)
  2015. # [17:15] * Joins: matthewgertner (matthewger@173F2E9D.96442F2E.EE1C58A.IP)
  2016. # [17:15] * Quits: ochameau (ochameau@moz-109A6728.fbx.proxad.net) (Ping timeout)
  2017. # [17:15] * Parts: matthewgertner (matthewger@173F2E9D.96442F2E.EE1C58A.IP)
  2018. # [17:16] * Joins: lduros (user@moz-424BE74C.phlapa.fios.verizon.net)
  2019. # [17:17] * Joins: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  2020. # [17:18] * Ms2ger wonders who got him a SeaMonkey gift code
  2021. # [17:18] * Joins: matthewgertner (matthewger@173F2E9D.96442F2E.EE1C58A.IP)
  2022. # [17:18] * Joins: aklotz (Thunderbir@moz-55246988.cg.shawcable.net)
  2023. # [17:18] * Quits: silverwind (silverwind@moz-25DBC916.adsl.highway.telekom.at) (Ping timeout)
  2024. # [17:18] <matthewgertner> if the NickServ is rejecting my password, is there a room here where I can get irc.mozilla.org support?
  2025. # [17:18] <matthewgertner> or am I supposed to file a bug?
  2026. # [17:19] <Ms2ger> Try #it, I guess
  2027. # [17:19] <matthewgertner> ah okay… scoured the list but couldn't see it
  2028. # [17:19] <matthewgertner> cheers
  2029. # [17:19] * Quits: Boriss (FlyingToas@moz-801E009D.vlan502.asr1.cdg2.gblx.net) (Quit: Boriss)
  2030. # [17:20] * Joins: bjacob (bjacob@F2D29657.F60B0462.67AC9B1.IP)
  2031. # [17:20] * Joins: Boriss (FlyingToas@moz-801E009D.vlan502.asr1.cdg2.gblx.net)
  2032. # [17:20] * Quits: AndreeaMatei (Thunderbir@601F3B17.33662590.A5830293.IP) (Quit: AndreeaMatei)
  2033. # [17:20] * Quits: robertbindar (Thunderbir@21CB02C5.25EC5D82.2B3D3D4.IP) (Ping timeout)
  2034. # [17:21] * mdas is now known as mdas|out
  2035. # [17:21] * Joins: Boriss_ (FlyingToas@moz-801E009D.vlan502.asr1.cdg2.gblx.net)
  2036. # [17:21] * Quits: Boriss (FlyingToas@moz-801E009D.vlan502.asr1.cdg2.gblx.net) (Connection reset by peer)
  2037. # [17:21] * Boriss_ is now known as Boriss
  2038. # [17:21] * Joins: pranavrc (pranavrc@CAE8C16B.378E99F2.520CDC98.IP)
  2039. # [17:21] * ctalbert|afk is now known as ctalbert|mtg
  2040. # [17:21] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/f44ac4a65b1a - Nick Alexander - Backed out changeset 3a4c1a113154 (Bug 874132) for jarsigner "Please specify alias name" errors.
  2041. # [17:23] * Quits: stransky (stransky@moz-107AD163.redhat.com) (Quit: Connection reset by beer)
  2042. # [17:25] * Joins: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net)
  2043. # [17:26] * Joins: dbaron (dbaron@moz-FD349932.dsl.dynamic.sonic.net)
  2044. # [17:26] * ChanServ sets mode: +o dbaron
  2045. # [17:28] <@bsmedberg> CLOBBER is my enemy
  2046. # [17:29] <Ms2ger> Fortunately you only have to touch it to defeat it
  2047. # [17:29] <ekr> CLOBBER is everyone's enemy
  2048. # [17:30] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  2049. # [17:30] * simone is now known as simone|away
  2050. # [17:30] * Joins: mstange (markus@moz-3DD7BBCE.dip0.t-ipconnect.de)
  2051. # [17:31] * Quits: jhorak (jhorak@moz-107AD163.redhat.com) (Quit: Leaving)
  2052. # [17:32] * openjck|offline is now known as openjck
  2053. # [17:33] * btm_lr is now known as btm_home
  2054. # [17:34] * pmoore|away is now known as pmoore
  2055. # [17:35] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/98b3cca0fe06 - Kannan Vijayan - Bug 870034 - Test case.
  2056. # [17:35] * Quits: ekr (ekr@43CB6079.66715431.D25A875A.IP) (Quit: ekr)
  2057. # [17:35] * Quits: mak (chatzilla@moz-59C7C304.retail.telecomitalia.it) (Connection reset by peer)
  2058. # [17:36] * Joins: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net)
  2059. # [17:36] * Joins: ekr (ekr@43CB6079.66715431.D25A875A.IP)
  2060. # [17:37] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/31ef25bb8b28 - Margaret Leibovic - Bug 877782 - Reposition form autocomplete popup if dynamic toolbar changes visibility. r=kats
  2061. # [17:37] * Quits: sheppy (sheppy@moz-43EEF1A9.dhcp.kgpt.tn.charter.com) (Ping timeout)
  2062. # [17:38] <sfink> yeah, I have logic to scrounge through history to recover the original commit message. It's either not working for some reason, or I forgot to push it to the repo.
  2063. # [17:38] * Quits: Edgar (Thunderbir@moz-9BD6E278.dynamic.hinet.net) (Quit: Edgar)
  2064. # [17:38] * Joins: mak (chatzilla@moz-59C7C304.retail.telecomitalia.it)
  2065. # [17:38] <djvj> what's the policy for pushing test cases which also need uplift to Aurora?
  2066. # [17:40] * mak is now known as mak|afk
  2067. # [17:41] * Joins: imsurit (chatzilla@7EFDE910.C9C00F2A.1A5E31FF.IP)
  2068. # [17:41] * Quits: loadRPi (pi@moz-44290896.range86-166.btcentralplus.com) (Ping timeout)
  2069. # [17:41] * Joins: loadRPi (pi@moz-44290896.range86-166.btcentralplus.com)
  2070. # [17:44] * Joins: breck (breck@moz-AD418F52.dsl.static.sonic.net)
  2071. # [17:44] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  2072. # [17:44] * jmaher is now known as jmaher|lunch
  2073. # [17:44] * Quits: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net) (Quit: ehugg)
  2074. # [17:45] * hwine is now known as hwine|afk
  2075. # [17:45] * Joins: seth (seth@moz-D840E602.dsl.static.sonic.net)
  2076. # [17:45] * joduinn-afk is now known as joduinn-coffee
  2077. # [17:45] <@ted> BenWa: so i think on Windows we could simply use named events
  2078. # [17:46] * Joins: sheppy (sheppy@moz-43EEF1A9.dhcp.kgpt.tn.charter.com)
  2079. # [17:46] <@ted> you call CreateEvent with a name, and then you can call OpenEvent from another process with the same name and signal it
  2080. # [17:46] * Joins: RyanVM (Thunderbir@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2081. # [17:46] <@ted> there's a function called RegisterWaitForSingleObject, you can pass it a handle (which you get from CreateEvent) and it will call a callback on a background thread when it's signaled
  2082. # [17:46] * Joins: juanb (jbecerra@moz-ACDE7EEC.mozilla.com)
  2083. # [17:47] <@ted> so for testing purposes we could have an environment variable that sets the event name, then it'd be easy for automation to signal it
  2084. # [17:47] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Quit: damons)
  2085. # [17:48] <@ted> ehsan: does that ^^ sound sane?
  2086. # [17:49] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/6a532ecacec0 - Rick Eyre - Bug 884507 - Change SECOND_TO_MS macro to be named MS_TO_SECONDS r=rillian
  2087. # [17:49] * Quits: nbp (pierron@moz-7EB03C5F.fbx.proxad.net) (Ping timeout)
  2088. # [17:49] * Joins: bmoss (bmoss@2557E599.66715431.D25A875A.IP)
  2089. # [17:50] * Quits: Asa (asa@4508CAE6.38324963.204CA821.IP) (Ping timeout)
  2090. # [17:51] * Quits: mak|afk (chatzilla@moz-59C7C304.retail.telecomitalia.it) (Connection reset by peer)
  2091. # [17:52] * Quits: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner)
  2092. # [17:52] * Quits: ddahl (ddahl@moz-9CE00FC0.holiday-inn-express.mozilla.hq) (Ping timeout)
  2093. # [17:52] <BenWa> ted: Can these events pass data unlike a signal?
  2094. # [17:53] * Quits: sicking (sicking@8F5BDF33.A213E503.6B0FE838.IP) (Ping timeout)
  2095. # [17:53] <@ted> no, they're just a notification that something happened
  2096. # [17:53] <@ted> if we wanted something more complex we could use named pipes
  2097. # [17:53] * Joins: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net)
  2098. # [17:53] <@ted> or a socket or something
  2099. # [17:53] * Quits: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner)
  2100. # [17:54] <BenWa> ted: If you built something into the breakpad handler we would get this feature cross platform. But messing with breakpad seems to always have complications every time I tried
  2101. # [17:54] <@ted> yeah, that's tricky
  2102. # [17:54] <@ted> also we don't have a way to trigger breakpad easily on every platform anyway
  2103. # [17:54] <@ted> if we did this with a socket we could make it easily cross-platform
  2104. # [17:54] * Joins: mak|afk (chatzilla@moz-59C7C304.retail.telecomitalia.it)
  2105. # [17:54] <@ehsan> ted: what's the problem we're solving?
  2106. # [17:55] <@ted> ehsan: triggering a profile dump from outside the process
  2107. # [17:55] <@ted> we have that hooked up to SIGUSR1 on linux AIUI
  2108. # [17:55] <@ehsan> yeah, that's the way to send signals on windows pretty much
  2109. # [17:55] * Joins: sicking (sicking@8F5BDF33.A213E503.6B0FE838.IP)
  2110. # [17:55] * Quits: arky (arky@93632583.3EA50541.FA662B63.IP) (Quit: Leaving)
  2111. # [17:55] <@ehsan> you might wanna worry about namespaces etc
  2112. # [17:55] <@ehsan> but for software run from the same desktop it should be fine
  2113. # [17:55] <@ted> ehsan: my thought was just have an environment variable to specify the event name
  2114. # [17:56] <@ted> kind of a pain, but mostly useful for automation
  2115. # [17:56] * Quits: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  2116. # [17:56] * Quits: seth (seth@moz-D840E602.dsl.static.sonic.net) (Ping timeout)
  2117. # [17:56] * Joins: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net)
  2118. # [17:56] <@ehsan> ted: why wouldn't we hardcode it?
  2119. # [17:56] * JosiahOne|Away is now known as JosiahOne
  2120. # [17:56] <@ehsan> ted: that seems very scary
  2121. # [17:56] <@ted> to support having multiple browsers running?
  2122. # [17:56] <@ted> i guess we could put the PID in there or something
  2123. # [17:56] <@ehsan> yeah
  2124. # [17:57] <@ehsan> making a tool for signaling arbitrary events is... not a good idea!
  2125. # [17:57] <@ehsan> BenWa: let me know if you need help with the win32 magic
  2126. # [17:57] <@bsmedberg> philor: is "Unknown event type 0x1" for a mac "leakstats | log file incomplete" still bug 774844 even though that summary mentions other error types?
  2127. # [17:57] <BenWa> ehsan: ted: I don't have time to work on it. I'm already working on a bunch of profiler features on the side =\
  2128. # [17:57] * Joins: nhirata (anonymous@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2129. # [17:58] <@ehsan> padenot: for security bug test cases, click on the Details link, that gives you the plaintext source
  2130. # [17:58] <@ehsan> BenWa: ok, then I won't help you I guess :P
  2131. # [17:58] <philor> bsmedberg: yeah, throw 'em all in there
  2132. # [17:58] * Joins: jhammel (jhammel@moz-14240F1C.hsd1.ca.comcast.net)
  2133. # [17:58] * Joins: WeirdAl (chatzilla@moz-D461843.ask.info)
  2134. # [17:58] <RyanVM> bsmedberg: why not
  2135. # [17:58] <@bsmedberg> hah
  2136. # [17:59] * Joins: robertbindar (Thunderbir@6D5ED09.F8294BDC.D731B824.IP)
  2137. # [18:00] * Joins: terrence (terrence@2557E599.66715431.D25A875A.IP)
  2138. # [18:01] * Quits: nhirata (anonymous@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: nhirata)
  2139. # [18:01] <@ted> BenWa: i could probably whip up a patch for that when i get a few things cleared up here
  2140. # [18:01] * Joins: Boriss_ (FlyingToas@moz-801E009D.vlan502.asr1.cdg2.gblx.net)
  2141. # [18:01] <@ted> ehsan: what do you mean "making a tool for signaling arbitrary events"?
  2142. # [18:01] * geekboy is now known as geekboy|afk
  2143. # [18:01] <@ted> ehsan: oh, you mean allowing clients to set the event name?
  2144. # [18:01] * Quits: Boriss (FlyingToas@moz-801E009D.vlan502.asr1.cdg2.gblx.net) (Connection reset by peer)
  2145. # [18:01] * Boriss_ is now known as Boriss
  2146. # [18:01] * Quits: Boriss (FlyingToas@moz-801E009D.vlan502.asr1.cdg2.gblx.net) (Quit: Boriss)
  2147. # [18:01] <@ehsan> ted: if you pass in the name of the event in an env var, isn't that what you're building?
  2148. # [18:02] <@ehsan> yeah
  2149. # [18:02] <@ted> i suppose so, yeah
  2150. # [18:02] <@ted> heh
  2151. # [18:02] * Joins: Mossop (mossop@moz-3D9B2D8F.lsanca.fios.verizon.net)
  2152. # [18:02] <@ted> i guess something like "firefoxprofiler%d" % pid
  2153. # [18:02] <@ted> would be fine
  2154. # [18:03] <@ehsan> yep
  2155. # [18:03] * Joins: bent (chatzilla@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2156. # [18:03] * Joins: andregarzia (andregarzi@B2B49C2C.738ED6C8.368B8D1A.IP)
  2157. # [18:03] * Quits: tchevalier (Thunderbir@moz-C2751B0C.fbx.proxad.net) (Quit: tchevalier)
  2158. # [18:04] * Joins: tchevalier (Thunderbir@moz-C2751B0C.fbx.proxad.net)
  2159. # [18:04] * Joins: norton- (norton@E680EB3B.B72C3CE3.9FD833D8.IP)
  2160. # [18:04] * Joins: jgriffin (jgriffin@moz-C55C3E25.hsd1.wa.comcast.net)
  2161. # [18:04] * Joins: lizzard (ehenry@moz-5624D62.tmodns.net)
  2162. # [18:05] <@ehsan> ted: also, y u no review?
  2163. # [18:05] * Joins: nhirata (anonymous@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2164. # [18:05] * cford|away is now known as cford
  2165. # [18:05] * Quits: ekr (ekr@43CB6079.66715431.D25A875A.IP) (Ping timeout)
  2166. # [18:06] <@ted> uh sorry
  2167. # [18:06] * darkowlzz|afk is now known as darkowlzz
  2168. # [18:06] <@ehsan> ted: I'll keep pestering you. you know that, right? :)
  2169. # [18:07] * Fallen is now known as Fallen|away
  2170. # [18:08] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/728ba49f0550 - Kannan Vijayan - Bug 877589 - Add test case. DONTBUILD
  2171. # [18:08] * Quits: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  2172. # [18:08] * edmorley is now known as edmorley|mtg
  2173. # [18:09] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/43f6621f6873 - Terrence Cole - Bug 884065 - Assert if JS_DestroyContext is called with active exact rooters; r=sfink
  2174. # [18:09] * kats is now known as kats|away
  2175. # [18:10] * Joins: cpeterson (cpeterson@moz-11915559.hsd1.ca.comcast.net)
  2176. # [18:10] * kmoir is now known as kmoir-afk
  2177. # [18:11] * Quits: kmoir-afk (chatzilla@moz-9AEE821.cpe.teksavvy.com) (Quit: ChatZilla 0.9.90 [Firefox 21.0/20130511120803])
  2178. # [18:11] * geekboy|afk is now known as geekboy
  2179. # [18:12] * Joins: myk (myk@moz-63AED48B.dsl.dynamic.sonic.net)
  2180. # [18:12] * Quits: sicking (sicking@8F5BDF33.A213E503.6B0FE838.IP) (Quit: sicking)
  2181. # [18:13] * Joins: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net)
  2182. # [18:13] <@ted> ehsan: i have your patches open in tabs here, i'll get to them, sorry
  2183. # [18:14] <philor> jdm: good news, now you just leak!
  2184. # [18:14] <jdm> fffff
  2185. # [18:14] * Joins: taras (taras@moz-8E045071.hsd1.wa.comcast.net)
  2186. # [18:14] <philor> or maybe whatever else was busted hasn't run yet, I didn't look and don't remember
  2187. # [18:15] <jdm> no, just the leak it seems
  2188. # [18:15] <jdm> mea culpa
  2189. # [18:15] * Joins: m_gol (m_gol@moz-9BDB7946.dynamic.chello.pl)
  2190. # [18:15] * Joins: ialagenchev (Adium@2557E599.66715431.D25A875A.IP)
  2191. # [18:15] * jdm backs out
  2192. # [18:15] <jdm> I did not run mochitests locally
  2193. # [18:16] * Quits: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  2194. # [18:16] * Quits: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net) (Input/output error)
  2195. # [18:16] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/2def848b4ed3 - Josh Matthews - Backed out changeset 5a3dc3d31890 (bug 883495)
  2196. # [18:16] * Joins: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net)
  2197. # [18:17] * Quits: juanb (jbecerra@moz-ACDE7EEC.mozilla.com) (Ping timeout)
  2198. # [18:18] <froydnj> roc: ping?
  2199. # [18:18] * Joins: ehugg (ehugg@moz-E08CDF81.public.wayport.net)
  2200. # [18:18] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/30514cb515db - Terrence Cole - Bug 884562 - Allow root analysis to be enabled when using generational GC; r=sfink DONTBUILD
  2201. # [18:18] * Joins: bholley (anonymous@moz-21DD2AC0.hsd1.ca.comcast.net)
  2202. # [18:18] <Gijs> Is there an easy way to check whether an event was fired from a system target or not?
  2203. # [18:18] * Joins: tonymec (tonymec@moz-AE43E70C.adsl-dyn.isp.belgacom.be)
  2204. # [18:19] <Gijs> Sorry, let me rephrase... whether we're looking at the 'system' part of an event's propagation, or at the 'normal' one?
  2205. # [18:20] <froydnj> way to MITM, opendns :(
  2206. # [18:20] * Joins: retrecal (retrecal__@moz-31CD4929.lightspeed.sntcca.sbcglobal.net)
  2207. # [18:22] * Quits: mixedpuppy (mixedpuppy@moz-BDD802ED.hfc.comcastbusiness.net) (Quit: mixedpuppy)
  2208. # [18:22] * kats|away is now known as kats
  2209. # [18:23] * Quits: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net) (Ping timeout)
  2210. # [18:25] <RyanVM> jdm: what did I tell you about burning my tree?!?!
  2211. # [18:25] <jdm> eep
  2212. # [18:25] * jdm scurries away
  2213. # [18:25] * Quits: tonymec (tonymec@moz-AE43E70C.adsl-dyn.isp.belgacom.be) (Connection reset by peer)
  2214. # [18:25] <sfink> I like the smell of wood smoke
  2215. # [18:25] <RyanVM> :)
  2216. # [18:26] * Parts: ehoogeveen (Instantbir@moz-DC53E53C.upc-j.chello.nl)
  2217. # [18:26] * Quits: jfkthame (jfkthame@AB8046DF.6B7B908E.3E2A4E92.IP) (Quit: jfkthame)
  2218. # [18:26] * Quits: tzimmermann (tzimmerman@moz-2C2F4783.pools.arcor-ip.net) (Quit: Ex-Chat)
  2219. # [18:26] * Joins: tonymec (tonymec@moz-AE43E70C.adsl-dyn.isp.belgacom.be)
  2220. # [18:26] * Joins: chmanchester (chmanchest@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2221. # [18:28] <decoder> froydnj: nope, thats indeed strange
  2222. # [18:28] * Quits: bmoss (bmoss@2557E599.66715431.D25A875A.IP) (Ping timeout)
  2223. # [18:29] <sfink> RyanVM: I have a bad feeling about terrence's latest 30514cb515db push
  2224. # [18:29] <RyanVM> what could possibly go wrong?
  2225. # [18:29] <jdm> I agree, that's my least favourite hash
  2226. # [18:29] * Joins: mmc|laptop (mchew@2557E599.66715431.D25A875A.IP)
  2227. # [18:30] * jmaher|lunch is now known as jmaher
  2228. # [18:30] * froydnj plays terrence's push backwards
  2229. # [18:31] * Quits: mak|afk (chatzilla@moz-59C7C304.retail.telecomitalia.it) (Connection reset by peer)
  2230. # [18:31] * Joins: stully (quassel@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2231. # [18:31] <RyanVM> I think I'm going to have to suck it up and file those b2g shutdown timeouts
  2232. # [18:31] * Quits: darkowlzz (sunny@E948B57E.43C343EF.27560D6E.IP) (Ping timeout)
  2233. # [18:31] <terrence> froydnj: thanks for the backout!
  2234. # [18:32] * Joins: mccr8 (mccr8@2557E599.66715431.D25A875A.IP)
  2235. # [18:32] <froydnj> terrence: np!
  2236. # [18:32] * Joins: bmoss (bmoss@2557E599.66715431.D25A875A.IP)
  2237. # [18:33] * Joins: Asa (asa@2557E599.66715431.D25A875A.IP)
  2238. # [18:33] * Joins: bkase (bkase@moz-AD233F1B.dia.static.qwest.net)
  2239. # [18:33] * Quits: @smaug (chatzilla@moz-D8807168.elisa-laajakaista.fi) (Ping timeout)
  2240. # [18:33] * Joins: rajul (quassel@A2DDF553.812B5995.2051BA92.IP)
  2241. # [18:33] <terrence> froydnj: assuming the commit is actually bad.. I don't see any unexpected bustage there yet...
  2242. # [18:33] * terrence crosses his fingers
  2243. # [18:34] * romaxa is now known as romaxa_ms
  2244. # [18:34] * Joins: mak|afk (chatzilla@moz-59C7C304.retail.telecomitalia.it)
  2245. # [18:35] * Joins: darkowlzz (sunny@BF6DF0AF.29492B91.F44414AF.IP)
  2246. # [18:35] * Joins: ekr (ekr@43CB6079.66715431.D25A875A.IP)
  2247. # [18:35] * Joins: atuljangra (Mibbit@425133EE.4850A4DD.1957C0DA.IP)
  2248. # [18:35] * Joins: cers (csonne@moz-D706C2D4.fullrate.dk)
  2249. # [18:36] * kripton is now known as Kripton
  2250. # [18:36] * Joins: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net)
  2251. # [18:36] * ChanServ sets mode: +o dveditz
  2252. # [18:36] * jimm is now known as jimm-lunch
  2253. # [18:37] * Quits: martyn (martyn@moz-93D3BA27.range86-131.btcentralplus.com) (Quit: Ex-Chat)
  2254. # [18:37] * Quits: jdm (jdm@moz-801E009D.vlan502.asr1.cdg2.gblx.net) (Quit: Lost terminal)
  2255. # [18:37] * Quits: bkase (bkase@moz-AD233F1B.dia.static.qwest.net) (Ping timeout)
  2256. # [18:37] * Joins: gwagner (gwagner@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2257. # [18:38] * Joins: ggp (ggp@2557E599.66715431.D25A875A.IP)
  2258. # [18:38] * Joins: josh (josh@moz-348C4790.hsd1.mn.comcast.net)
  2259. # [18:38] * Quits: cers (csonne@moz-D706C2D4.fullrate.dk) (Quit: Computer has gone to sleep.)
  2260. # [18:39] * Joins: Swatinem (swatinem@moz-3CF0DCF6.vie.surfer.at)
  2261. # [18:39] * glob is now known as glob|away
  2262. # [18:39] <bent> bsmedberg, what component does xpcshell count as? XPCOM?
  2263. # [18:39] * Fallen|away is now known as Fallen
  2264. # [18:40] * Quits: Gijs (gijs@moz-9BA617B3.cable.virginmedia.com) (Quit: poof)
  2265. # [18:40] * mattwoodrow|away is now known as mattwoodrow
  2266. # [18:40] * hwine|afk is now known as hwine
  2267. # [18:40] <RyanVM> testing...xpcshell harness?
  2268. # [18:40] * Joins: mixedpuppy (mixedpuppy@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2269. # [18:41] <@gavin> I'd just use XPCOM
  2270. # [18:41] * Joins: Mook_as (mook@moz-1FCC0032.activestate.com)
  2271. # [18:41] * Quits: sheppy (sheppy@moz-43EEF1A9.dhcp.kgpt.tn.charter.com) (Ping timeout)
  2272. # [18:42] * Quits: lizzard (ehenry@moz-5624D62.tmodns.net) (Ping timeout)
  2273. # [18:43] * Joins: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2274. # [18:44] * Joins: mwu (mwu@moz-2E883D31.hsd1.nj.comcast.net)
  2275. # [18:44] * Quits: bholley (anonymous@moz-21DD2AC0.hsd1.ca.comcast.net) (Ping timeout)
  2276. # [18:44] * Quits: pranavrc (pranavrc@CAE8C16B.378E99F2.520CDC98.IP) (Quit: Ping timeout: ∞)
  2277. # [18:44] * Joins: bholley (anonymous@moz-21DD2AC0.hsd1.ca.comcast.net)
  2278. # [18:44] * Joins: thinker (user@moz-D00ACA96.dynamic.kbronet.com.tw)
  2279. # [18:45] * Joins: juanb (jbecerra@moz-ACDE7EEC.mozilla.com)
  2280. # [18:46] * Quits: nhirata (anonymous@moz-BE33DA21.fw1.sfo1.mozilla.net) (Input/output error)
  2281. # [18:46] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/9f852d187722 - Kannan Vijayan - Bug 883789 - Use baseline fallback stubs to track double-overflow of BinaryArith and UnaryArith ops. r=h4writer
  2282. # [18:46] * Joins: nhirata (anonymous@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2283. # [18:47] * Quits: jacek (jacek@moz-5D707D3B.psi.wroc.pl) (Quit: Konversation terminated!)
  2284. # [18:47] * Joins: azakai (alon@2557E599.66715431.D25A875A.IP)
  2285. # [18:48] * Quits: mreavy (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net) (Connection reset by peer)
  2286. # [18:48] * juanb is now known as juanb|brb
  2287. # [18:48] <Optimizer> bugzilla is dead ?
  2288. # [18:48] * Quits: vtmarvin (Thunderbir@173F2E9D.96442F2E.EE1C58A.IP) (Ping timeout)
  2289. # [18:49] * Joins: KWierso (chatzilla@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2290. # [18:49] * Joins: TimAbraldes (Instantbir@moz-7FD19BDC.hsd1.or.comcast.net)
  2291. # [18:49] <JosiahOne> Optimizer: Better file a bug on that. ;) It's working fine here.
  2292. # [18:49] * Joins: jet (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2293. # [18:49] <Optimizer> JosiahOne: can you file it for me ?
  2294. # [18:49] <Optimizer> ;)
  2295. # [18:50] <RyanVM> heh, reminds me of when we had the trees closed for the scl3 changeover and I had a link to the bug # in the closure message
  2296. # [18:50] <RyanVM> "if you can read this, we're good"
  2297. # [18:50] <JosiahOne> Optimizer: Oh, sorry. It's coffee time. ;)
  2298. # [18:50] * Quits: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP) (Quit: erikvold)
  2299. # [18:50] <Optimizer> meh, I use JS
  2300. # [18:50] <Optimizer> it doesn't take time
  2301. # [18:51] * Joins: sheppy (sheppy@moz-43EEF1A9.dhcp.kgpt.tn.charter.com)
  2302. # [18:51] * Joins: dao (dao@moz-27830057.superkabel.de)
  2303. # [18:51] <JosiahOne> Lol.
  2304. # [18:51] * Joins: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz)
  2305. # [18:52] * JosiahOne is now known as JosiahOneAway
  2306. # [18:52] <JosiahOneAway> Bah.
  2307. # [18:53] * JosiahOneAway is now known as JosiahOne|Away
  2308. # [18:53] * Joins: jfkthame (jfkthame@AB8046DF.6B7B908E.3E2A4E92.IP)
  2309. # [18:54] <gps> can someone remind me how to show hidden builders on tbpl?
  2310. # [18:54] <sfink> &showall=1
  2311. # [18:54] <gps> sfink: thank you!
  2312. # [18:54] * khuey is now known as khuey|away
  2313. # [18:55] * Joins: nbp (pierron@moz-7EB03C5F.fbx.proxad.net)
  2314. # [18:55] * Joins: mccr8_ (mccr8@2557E599.66715431.D25A875A.IP)
  2315. # [18:55] * Quits: mccr8 (mccr8@2557E599.66715431.D25A875A.IP) (Connection reset by peer)
  2316. # [18:55] * mccr8_ is now known as mccr8
  2317. # [18:55] * Quits: Enn (enn@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  2318. # [18:55] * Quits: mccr8 (mccr8@2557E599.66715431.D25A875A.IP) (Input/output error)
  2319. # [18:56] * Joins: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP)
  2320. # [18:56] * Joins: mccr8 (mccr8@2557E599.66715431.D25A875A.IP)
  2321. # [18:56] * Quits: ekr (ekr@43CB6079.66715431.D25A875A.IP) (Quit: ekr)
  2322. # [18:56] <RyanVM> gps: feel free to stop by and ask next time :P
  2323. # [18:56] * Joins: bkase (bkase@2557E599.66715431.D25A875A.IP)
  2324. # [18:56] * Quits: ehugg (ehugg@moz-E08CDF81.public.wayport.net) (Quit: ehugg)
  2325. # [18:57] * Joins: lizzard (ehenry@6902864.17C2F9C.163DC5C6.IP)
  2326. # [18:58] <@bsmedberg> bent: I typically use xpconnect, but it depends on what the bug is
  2327. # [18:58] <bent> ok!
  2328. # [18:59] * juanb|brb is now known as juanb
  2329. # [19:01] * joduinn-coffee is now known as joduinn-mtg
  2330. # [19:01] * Quits: imsurit (chatzilla@7EFDE910.C9C00F2A.1A5E31FF.IP) (Client exited)
  2331. # [19:02] * Quits: Dagger (Dagger@moz-38590C6F.cable.virginmedia.com) (No route to host)
  2332. # [19:02] * Joins: Dagger2 (Dagger@moz-38590C6F.cable.virginmedia.com)
  2333. # [19:04] * Quits: mak|afk (chatzilla@moz-59C7C304.retail.telecomitalia.it) (Connection reset by peer)
  2334. # [19:04] * Quits: nical (nico@moz-801E009D.vlan502.asr1.cdg2.gblx.net) (Quit: nical)
  2335. # [19:04] * Quits: andreasn (andreasn@moz-2FCE8DD7.nomad.chalmers.se) (Ping timeout)
  2336. # [19:05] * Joins: ekr (ekr@43CB6079.66715431.D25A875A.IP)
  2337. # [19:05] * Quits: ekr (ekr@43CB6079.66715431.D25A875A.IP) (Quit: ekr)
  2338. # [19:05] * Joins: ekr (ekr@43CB6079.66715431.D25A875A.IP)
  2339. # [19:09] * Joins: mak|afk (chatzilla@moz-59C7C304.retail.telecomitalia.it)
  2340. # [19:10] * Joins: Sreenidhi (mz@43CB6079.66715431.D25A875A.IP)
  2341. # [19:10] * Quits: chmanchester (chmanchest@moz-BE33DA21.fw1.sfo1.mozilla.net) (Connection reset by peer)
  2342. # [19:10] * Joins: chmanchester (chmanchest@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2343. # [19:10] * Joins: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP)
  2344. # [19:10] * Quits: myk (myk@moz-63AED48B.dsl.dynamic.sonic.net) (Quit: Instantbird 1.5a1pre -- http://www.instantbird.com)
  2345. # [19:10] * Joins: myk (myk@moz-63AED48B.dsl.dynamic.sonic.net)
  2346. # [19:11] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/60a18af6cc27 - Kannan Vijayan - Backed out changeset 9f852d187722 (bug 883789)
  2347. # [19:11] * JosiahOne|Away is now known as JosiahOne
  2348. # [19:11] * Quits: dao (dao@moz-27830057.superkabel.de) (Quit: Leaving.)
  2349. # [19:12] * Joins: tmyoung (Thunderbir@moz-A52EE408.alyoung.com)
  2350. # [19:13] * Quits: breck (breck@moz-AD418F52.dsl.static.sonic.net) (Connection reset by peer)
  2351. # [19:13] * Joins: breck (breck@moz-AD418F52.dsl.static.sonic.net)
  2352. # [19:13] * Quits: Mossop (mossop@moz-3D9B2D8F.lsanca.fios.verizon.net) (Ping timeout)
  2353. # [19:14] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/3efe3f3d2c25 - Jan de Mooij - Bug 882111 - Don't push an interpreter frame when calling into the JITs. r=djvj
  2354. # [19:14] * jimm-lunch is now known as jimm
  2355. # [19:14] * Quits: norton- (norton@E680EB3B.B72C3CE3.9FD833D8.IP) (Ping timeout)
  2356. # [19:15] * Joins: Enn (enn@F2D29657.F60B0462.67AC9B1.IP)
  2357. # [19:16] * Joins: FabioMagnoni (fabiomagno@C6A6A78C.34A40524.A8479B91.IP)
  2358. # [19:16] * Quits: bholley (anonymous@moz-21DD2AC0.hsd1.ca.comcast.net) (Ping timeout)
  2359. # [19:17] * Joins: Waldo (waldo@2557E599.66715431.D25A875A.IP)
  2360. # [19:17] * Joins: ehugg (ehugg@moz-6D0FD3FC.cisco.com)
  2361. # [19:18] * Joins: Boriss (FlyingToas@moz-801E009D.vlan502.asr1.cdg2.gblx.net)
  2362. # [19:18] * Joins: bholley (anonymous@moz-21DD2AC0.hsd1.ca.comcast.net)
  2363. # [19:18] * Quits: tmyoung (Thunderbir@moz-A52EE408.alyoung.com) (Ping timeout)
  2364. # [19:18] * Quits: jfkthame (jfkthame@AB8046DF.6B7B908E.3E2A4E92.IP) (Quit: jfkthame)
  2365. # [19:19] * Quits: ehugg (ehugg@moz-6D0FD3FC.cisco.com) (Ping timeout)
  2366. # [19:19] * Quits: paolo (paolo@moz-4D6E4D7A.retail.telecomitalia.it) (Quit: Konversation terminated!)
  2367. # [19:19] * Joins: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net)
  2368. # [19:19] * Standard8 is now known as Standard8Away
  2369. # [19:20] * Joins: knelson (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2370. # [19:20] * Parts: knelson (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2371. # [19:21] * Joins: Mossop (mossop@moz-3D9B2D8F.lsanca.fios.verizon.net)
  2372. # [19:21] * Quits: nhirata (anonymous@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  2373. # [19:22] * Quits: Six (Mibbit@4635A996.8273A320.BA2F4534.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  2374. # [19:23] * Joins: tmyoung (Thunderbir@moz-A52EE408.alyoung.com)
  2375. # [19:23] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/aded0559ac48 - Shane Caraveo - bug 882132 fix setting provider icon via worker api, r=felipe
  2376. # [19:24] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/a72d816724da - Terrence Cole - Bug 884628 - Optimize the post-barrier verifier; r=jonco
  2377. # [19:24] * Quits: jib (Jan-Ivar@moz-D0297AE3.phlapa.fios.verizon.net) (Quit: jib)
  2378. # [19:25] * Quits: ekr (ekr@43CB6079.66715431.D25A875A.IP) (Ping timeout)
  2379. # [19:25] * Quits: Boriss (FlyingToas@moz-801E009D.vlan502.asr1.cdg2.gblx.net) (Quit: Boriss)
  2380. # [19:26] <@ehsan> froydnj: when you pinged roc, did you realize that he's not on the channel? :)
  2381. # [19:26] * Quits: nmatsakis (nmatsakis@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  2382. # [19:27] * Joins: nmatsakis (nmatsakis@moz-DB4A9C19.scl3.mozilla.com)
  2383. # [19:27] * Joins: Boriss (FlyingToas@moz-801E009D.vlan502.asr1.cdg2.gblx.net)
  2384. # [19:27] <froydnj> ehsan: no :)
  2385. # [19:28] <@ehsan> froydnj: I always have that problem... his nick is too short
  2386. # [19:28] * Quits: gandalf (zbraniecki@moz-AA3AB54F.dynamic.chello.pl) (Quit: I took the wrong pill!!!)
  2387. # [19:28] <@ehsan> froydnj: but I now have a mental map of the NZ timezone ;)
  2388. # [19:28] <froydnj> ehsan: =D
  2389. # [19:28] <@ehsan> so I can tell you that he'll probably come online in 2-3 hours
  2390. # [19:28] * Standard8Away is now known as Standard8
  2391. # [19:29] <froydnj> ok, thanks
  2392. # [19:29] <@ehsan> np
  2393. # [19:29] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d7a1b18447fe - Benjamin Smedberg - Bug 882858 - Add a "showing" notification to PopupNotifications, r=jaws sr=gavin
  2394. # [19:29] <@ehsan> bz: have you ever seen anything like this? https://tbpl.mozilla.org/php/getParsedLog.php?id=24336383&tree=Try&full=1#error0
  2395. # [19:29] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  2396. # [19:30] <@ehsan> seems like the compiler just crashes
  2397. # [19:30] * Quits: trevorh (trevor@moz-356539A0.lns2.woo.bigpond.net.au) (Ping timeout)
  2398. # [19:30] * geekboy is now known as geekboy|afk
  2399. # [19:30] <@ehsan> secretrobotron: ping
  2400. # [19:31] <avih> bz: re not regress bug 630127, yes, the patch i posted a week ago takes care of that, see bug 880036#c5
  2401. # [19:31] * Joins: gandalf (zbraniecki@moz-AA3AB54F.dynamic.chello.pl)
  2402. # [19:32] * Joins: toddw (toddw@moz-1FCC0032.activestate.com)
  2403. # [19:32] <@bz> ehsan: nope
  2404. # [19:32] <secretrobotron> ehsan: pong
  2405. # [19:32] <@bz> It doesn't even claim ICE
  2406. # [19:33] * Quits: gandalf (zbraniecki@moz-AA3AB54F.dynamic.chello.pl) (Quit: I took the wrong pill!!!)
  2407. # [19:33] <RyanVM> ehsan: I want to say I've seen that before, but I'm not finding a bug for it
  2408. # [19:33] <@ehsan> bz: yeah... something to keep in mind I guess
  2409. # [19:33] <@ehsan> RyanVM: I couldn't either
  2410. # [19:33] <@ehsan> secretrobotron: do you think you can put up the patch for review today?
  2411. # [19:33] <@ehsan> uplift is next week...
  2412. # [19:33] * Joins: mreavy (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  2413. # [19:34] <secretrobotron> yes!
  2414. # [19:34] <secretrobotron> just need to finish that test!
  2415. # [19:34] <@ehsan> \o/
  2416. # [19:35] * Joins: brendan (brendaneic@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2417. # [19:36] * Quits: mak|afk (chatzilla@moz-59C7C304.retail.telecomitalia.it) (Connection reset by peer)
  2418. # [19:36] * Quits: jchen (jchen@CCB8E494.35B7D9C8.4CD1A128.IP) (Max SendQ exceeded)
  2419. # [19:36] * Joins: zz_jchen (jchen@CCB8E494.35B7D9C8.4CD1A128.IP)
  2420. # [19:36] * geekboy|afk is now known as geekboy
  2421. # [19:36] * Quits: bmoss (bmoss@2557E599.66715431.D25A875A.IP) (Ping timeout)
  2422. # [19:37] * zz_jchen is now known as zz_zz_jchen
  2423. # [19:37] <RyanVM> music to my ears :)
  2424. # [19:37] * zz_zz_jchen is now known as jchen
  2425. # [19:37] * geekboy is now known as geekboy|afk
  2426. # [19:38] * Joins: ekr (ekr@43CB6079.66715431.D25A875A.IP)
  2427. # [19:38] * Joins: squib (squib@moz-54866485.dhcp.mdsn.wi.charter.com)
  2428. # [19:38] * Joins: bmoss (bmoss@2557E599.66715431.D25A875A.IP)
  2429. # [19:38] * cpeterson is now known as cpeterson|commute
  2430. # [19:39] * Quits: tanvi (tanvi@2557E599.66715431.D25A875A.IP) (Ping timeout)
  2431. # [19:39] * Quits: cpeterson|commute (cpeterson@moz-11915559.hsd1.ca.comcast.net) (Input/output error)
  2432. # [19:39] * Joins: tanvi (tanvi@2557E599.66715431.D25A875A.IP)
  2433. # [19:40] * mattwoodrow is now known as mattwoodrow|away
  2434. # [19:42] * Joins: mak|afk (chatzilla@moz-59C7C304.retail.telecomitalia.it)
  2435. # [19:42] * khuey|away is now known as khuey
  2436. # [19:42] * Quits: josh (josh@moz-348C4790.hsd1.mn.comcast.net) (Quit: josh)
  2437. # [19:43] * mattwoodrow|away is now known as mattwoodrow
  2438. # [19:44] * Joins: ddahl (ddahl@2557E599.66715431.D25A875A.IP)
  2439. # [19:45] <jimm> Do we have a list somewhere of all the project repos that regularly merge with mc?
  2440. # [19:45] <jimm> RyanVM: ^ any ideas? re bug 847442
  2441. # [19:45] * Quits: lgarner (lgarner@2D337F52.2D31AF7B.5AEB50C4.IP) (Quit: Leaving)
  2442. # [19:45] * philor is now known as philor|away
  2443. # [19:47] <@ehsan> dholbert|afk: btw, sorry about my misjudgement on bug 702080
  2444. # [19:47] <RyanVM> jimm: birch, fx-team, inbound, services-central (rarely), build-system (rarely)
  2445. # [19:47] * Quits: bmoss (bmoss@2557E599.66715431.D25A875A.IP) (Ping timeout)
  2446. # [19:47] <jimm> freaking awesome, thanks
  2447. # [19:47] * dholbert|afk is now known as dholbert
  2448. # [19:47] <RyanVM> jimm: but for that bug
  2449. # [19:48] <nalexander> RyanVM: rnewman, gps, and I try to merge s-c to m-c at least once a week. For a while I was hitting every day :)
  2450. # [19:48] <RyanVM> jimm: the better approach is to basically assume "based on m-c" unless otherwise stated
  2451. # [19:48] * Quits: mconley (mconley@F2D29657.F60B0462.67AC9B1.IP) (Connection reset by peer)
  2452. # [19:48] <RyanVM> so basically, blacklisting aurora/beta/esr17/b2g18*/etc
  2453. # [19:48] * Joins: mconley (mconley@F2D29657.F60B0462.67AC9B1.IP)
  2454. # [19:48] <RyanVM> so if someone stands up a branch for UX/GFX/etc, it'll "just work" by default
  2455. # [19:48] * Quits: tmyoung (Thunderbir@moz-A52EE408.alyoung.com) (Ping timeout)
  2456. # [19:49] <dholbert> ehsan, np! it was mysterious; hard to attribute blame
  2457. # [19:49] <jimm> ok, I will mention that. thanks.
  2458. # [19:50] * Joins: pcwalton (pcwalton@43CB6079.66715431.D25A875A.IP)
  2459. # [19:52] * Joins: rstrong (androirc@A5A0595A.66715431.D25A875A.IP)
  2460. # [19:52] * Joins: tmyoung (Thunderbir@moz-A52EE408.alyoung.com)
  2461. # [19:53] * Quits: andregarzia (andregarzi@B2B49C2C.738ED6C8.368B8D1A.IP) (Quit: andregarzia)
  2462. # [19:53] * Quits: Standard8 (Standard8@moz-801E009D.vlan502.asr1.cdg2.gblx.net) (Ping timeout)
  2463. # [19:53] * Quits: rstrong (androirc@A5A0595A.66715431.D25A875A.IP) (Input/output error)
  2464. # [19:53] * Joins: rstrong (androirc@A5A0595A.66715431.D25A875A.IP)
  2465. # [19:54] * Quits: tmyoung (Thunderbir@moz-A52EE408.alyoung.com) (Ping timeout)
  2466. # [19:55] * Parts: toddw (toddw@moz-1FCC0032.activestate.com) (Ex-Chat)
  2467. # [19:55] * Joins: Standard8 (Standard8@moz-801E009D.vlan502.asr1.cdg2.gblx.net)
  2468. # [19:57] * Joins: geo (geo@2557E599.66715431.D25A875A.IP)
  2469. # [19:57] * Joins: bmoss (bmoss@2557E599.66715431.D25A875A.IP)
  2470. # [19:58] * Quits: shorlander (shorlander@moz-D8631F16.dhcp.insightbb.com) (Input/output error)
  2471. # [19:58] * Joins: marco (Thunderbir@moz-70AB2F88.retail.telecomitalia.it)
  2472. # [19:59] * Joins: tmyoung (Thunderbir@moz-A52EE408.alyoung.com)
  2473. # [19:59] * Quits: Standard8 (Standard8@moz-801E009D.vlan502.asr1.cdg2.gblx.net) (Ping timeout)
  2474. # [19:59] * Quits: wlach (wlach@D8483823.1075BAF2.3DEE0DD0.IP) (Ping timeout)
  2475. # [19:59] * Joins: Standard8Away (Standard8@moz-801E009D.vlan502.asr1.cdg2.gblx.net)
  2476. # [19:59] * Quits: Standard8Away (Standard8@moz-801E009D.vlan502.asr1.cdg2.gblx.net) (Quit: ZNC - http://znc.in)
  2477. # [20:00] * Joins: jimb (user@9E727688.17C2F9C.163DC5C6.IP)
  2478. # [20:00] * Joins: smaug (chatzilla@moz-D8807168.elisa-laajakaista.fi)
  2479. # [20:00] * ChanServ sets mode: +o smaug
  2480. # [20:01] * Quits: Boriss (FlyingToas@moz-801E009D.vlan502.asr1.cdg2.gblx.net) (Quit: Boriss)
  2481. # [20:01] <tanvi> smaug: ping
  2482. # [20:01] * hwine is now known as hwine|afk
  2483. # [20:01] * Quits: sheppy (sheppy@moz-43EEF1A9.dhcp.kgpt.tn.charter.com) (Ping timeout)
  2484. # [20:02] <avih> tn: i saw the different behavior on win/linux (don't have a mac), but changing the constant fixed both win/linux. what differentiate the 2 issues you observe?
  2485. # [20:02] * Joins: Boriss (FlyingToas@moz-801E009D.vlan502.asr1.cdg2.gblx.net)
  2486. # [20:02] * Joins: Boriss_ (FlyingToas@moz-801E009D.vlan502.asr1.cdg2.gblx.net)
  2487. # [20:03] * Quits: Boriss (FlyingToas@moz-801E009D.vlan502.asr1.cdg2.gblx.net) (Connection reset by peer)
  2488. # [20:03] * Boriss_ is now known as Boriss
  2489. # [20:03] * juanb is now known as juanb|brb
  2490. # [20:03] * Quits: Swatinem (swatinem@moz-3CF0DCF6.vie.surfer.at) (Ping timeout)
  2491. # [20:03] * Quits: digitsm (digitsm@AF94F582.17518922.C146C5E5.IP) (Ping timeout)
  2492. # [20:03] * edmorley|mtg is now known as edmorley|away
  2493. # [20:04] * Quits: Boriss (FlyingToas@moz-801E009D.vlan502.asr1.cdg2.gblx.net) (Quit: Boriss)
  2494. # [20:04] * Quits: tmyoung (Thunderbir@moz-A52EE408.alyoung.com) (Ping timeout)
  2495. # [20:04] * jchen is now known as zz_jchen
  2496. # [20:06] * Quits: brendan (brendaneic@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: brendan)
  2497. # [20:06] * Quits: jhammel (jhammel@moz-14240F1C.hsd1.ca.comcast.net) (Quit: leaving)
  2498. # [20:06] * Joins: sheppy (sheppy@moz-43EEF1A9.dhcp.kgpt.tn.charter.com)
  2499. # [20:06] * Quits: breck (breck@moz-AD418F52.dsl.static.sonic.net) (Ping timeout)
  2500. # [20:07] * Quits: mconley (mconley@F2D29657.F60B0462.67AC9B1.IP) (Connection reset by peer)
  2501. # [20:07] * Joins: mconley (mconley@F2D29657.F60B0462.67AC9B1.IP)
  2502. # [20:07] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/61b6312cfab2 - Terrence Cole - Bug 884934 - Fix intermittent SM(r) failure on InitialShapeTable::Ptr; r=sfink
  2503. # [20:08] * Joins: brendan (brendaneic@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2504. # [20:08] * Joins: tmyoung (Thunderbir@moz-A52EE408.alyoung.com)
  2505. # [20:09] * Waldo is now known as Waldo|doctor
  2506. # [20:09] * Joins: jfkthame (jfkthame@AB8046DF.6B7B908E.3E2A4E92.IP)
  2507. # [20:10] * IRCMonkey15166 is now known as gozala
  2508. # [20:11] * gozala is now known as IRCMonkey27457
  2509. # [20:11] * philor|away is now known as philor
  2510. # [20:12] * Quits: @dbaron (dbaron@moz-FD349932.dsl.dynamic.sonic.net) (Ping timeout)
  2511. # [20:12] * IRCMonkey27457 is now known as gozala
  2512. # [20:12] * Joins: xelawafs (chatzilla@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2513. # [20:12] * Parts: xelawafs (chatzilla@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2514. # [20:13] * Joins: steve (chatzilla@moz-AD078039.range86-181.btcentralplus.com)
  2515. # [20:13] * gozala is now known as IRCMonkey34595
  2516. # [20:13] * Quits: IRCMonkey34595 (uid5923@moz-C944F5EC.irccloud.com) (Quit: )
  2517. # [20:13] <steve> m_web_browser = do_CreateInstance(NS_WEBBROWSER_CONTRACTID);
  2518. # [20:14] * Quits: geo (geo@2557E599.66715431.D25A875A.IP) (Quit: Leaving...)
  2519. # [20:14] * Joins: gozala_ (uid5923@moz-C944F5EC.irccloud.com)
  2520. # [20:14] <steve> failing in new GTK_Embed sample .. debug build from command line. runs ok from ddd.
  2521. # [20:14] * Quits: bmoss (bmoss@2557E599.66715431.D25A875A.IP) (Ping timeout)
  2522. # [20:15] <steve> probably something missing from XRE_InitEmbedding2 on linux.
  2523. # [20:15] * juanb|brb is now known as juanb
  2524. # [20:15] * Quits: gozala_ (uid5923@moz-C944F5EC.irccloud.com) (Quit: )
  2525. # [20:15] * Joins: gozala (uid5923@moz-C944F5EC.irccloud.com)
  2526. # [20:16] <tn> avih, oh, since there was no 2 second thing on linux i thought it was different
  2527. # [20:16] * Quits: tmyoung (Thunderbir@moz-A52EE408.alyoung.com) (Ping timeout)
  2528. # [20:16] * Quits: m_gol (m_gol@moz-9BDB7946.dynamic.chello.pl) (Quit: Linkinus - http://linkinus.com)
  2529. # [20:16] * gozala is now known as IRCMonkey9047
  2530. # [20:17] * joduinn-mtg is now known as joduinn-brb
  2531. # [20:17] * IRCMonkey9047 is now known as gozasla
  2532. # [20:17] * gozasla is now known as gozala_
  2533. # [20:18] * Joins: m_gol (m_gol@moz-9BDB7946.dynamic.chello.pl)
  2534. # [20:18] * gozala_ is now known as gozala
  2535. # [20:18] * Joins: cronco (Thunderbir@17FF97FF.AE2F10B0.3376CD77.IP)
  2536. # [20:18] <avih> tn: the 2s on linux is worse than windows. on linux it happens on every page load, while on windows after it's fixed once i couldn't see it happen again during the same session.
  2537. # [20:19] * Joins: digitsm (digitsm@2FE0B538.A8F2F936.C146C5E5.IP)
  2538. # [20:19] <steve> current source : http://advance-software.com/misc/embedding_tests_gtkEmbed.tar.gz - goes right next to winEmbed in embedding/tests
  2539. # [20:20] <steve> will try switching from XRE_InitEmbedding to FF init equivalent & see if the problem vanishes
  2540. # [20:21] * Joins: bmoss (bmoss@2557E599.66715431.D25A875A.IP)
  2541. # [20:22] * nsm is now known as nsm|away
  2542. # [20:23] * Joins: brson (brson@2557E599.66715431.D25A875A.IP)
  2543. # [20:24] * Quits: digitsm (digitsm@2FE0B538.A8F2F936.C146C5E5.IP) (Ping timeout)
  2544. # [20:24] <tn> avih, even this favor perf code is not supposed to starve native events for more than 20ms, so something is going quite wrong
  2545. # [20:24] * geekboy|afk is now known as geekboy
  2546. # [20:24] <avih> tn: this code was added 11 years ago.. a lot changed since then
  2547. # [20:25] * Joins: damons (gnubeard@97957D0A.8D753159.C943C01E.IP)
  2548. # [20:25] * Quits: cronco (Thunderbir@17FF97FF.AE2F10B0.3376CD77.IP) (Quit: cronco)
  2549. # [20:25] * Joins: cronco (Thunderbir@17FF97FF.AE2F10B0.3376CD77.IP)
  2550. # [20:25] * Joins: Archaeopteryx (itsme@moz-D680859C.cust.telecolumbus.net)
  2551. # [20:25] <avih> tn: ermm.. not sure what you mean? it uses 2000ms starvation by default. that's what the hint aims at
  2552. # [20:26] * Quits: yzen (yzen@67828CC7.C1A51174.9D42CF23.IP) (Quit: yzen)
  2553. # [20:26] * Joins: cpeterson|commute (cpeterson@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2554. # [20:27] * zz_jchen is now known as jchen
  2555. # [20:28] * Joins: wolfiR (wolfiR@moz-E50CDDC9.hotspotsvankpn.com)
  2556. # [20:28] * Kripton is now known as kripton
  2557. # [20:28] * joduinn-brb is now known as joduinn-commute
  2558. # [20:28] * Joins: tmyoung1 (Thunderbir@moz-A52EE408.alyoung.com)
  2559. # [20:28] <tn> avih, yes, but there is further code that tries not to prevent native events from getting starved for more than 20ms. completely not handling native events for 2 seconds on every page load would be a complete disaster and would have been noticed everywhere all the time
  2560. # [20:28] * Joins: shorlander (shorlander@moz-D8631F16.dhcp.insightbb.com)
  2561. # [20:29] * mdas|out is now known as mdas
  2562. # [20:29] <tn> avih, http://mxr.mozilla.org/mozilla-central/source/widget/xpwidgets/nsBaseAppShell.cpp#274
  2563. # [20:29] * Quits: ekr (ekr@43CB6079.66715431.D25A875A.IP) (Ping timeout)
  2564. # [20:29] <avih> tn: it only happens if refresh driver iterations happen to be more than 16ms. so i guess it's not a very common case, but you can try the testcase, reload as many times as you like, experience the hang on every reload on linux
  2565. # [20:30] <tn> avih, i'm not doubting anything that you observed
  2566. # [20:30] * Quits: tmyoung1 (Thunderbir@moz-A52EE408.alyoung.com) (Ping timeout)
  2567. # [20:30] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/6d4a482b6aa7 - Kannan Vijayan - Bug 883789 - Use baseline fallback stubs to track double-overflow of BinaryArith and UnaryArith ops. r=h4writer
  2568. # [20:32] * Quits: juanb (jbecerra@moz-ACDE7EEC.mozilla.com) (Ping timeout)
  2569. # [20:32] <avih> tn: understanding the intricacies of the events handling and priorities of a 10 TO code around which so much stuff changed could be some task. I happened to observe this case, let's handle it one case at a time. right now changing this constant fixes both linux and windows on that case, with their slightly different symptoms.
  2570. # [20:33] * Joins: juanb (jbecerra@2557E599.66715431.D25A875A.IP)
  2571. # [20:34] * Joins: aceman (inet@moz-BFB4DA3E.dynamic.nextra.sk)
  2572. # [20:34] * Joins: tmyoung (Thunderbir@moz-A52EE408.alyoung.com)
  2573. # [20:34] * Quits: kaze (kaze@moz-801E009D.vlan502.asr1.cdg2.gblx.net) (Ping timeout)
  2574. # [20:34] <aceman> how can I check quickly if the focus is in some child of a hbox?
  2575. # [20:34] * Quits: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net) (Ping timeout)
  2576. # [20:35] * Quits: brson (brson@2557E599.66715431.D25A875A.IP) (Ping timeout)
  2577. # [20:37] * Quits: jfkthame (jfkthame@AB8046DF.6B7B908E.3E2A4E92.IP) (Quit: jfkthame)
  2578. # [20:38] <Archaeopteryx> aceman: if (document.querySelector("hbox :focus"))?
  2579. # [20:38] * hwine|afk is now known as hwine
  2580. # [20:38] * Joins: Jesse (jruderman@moz-537BCF9.hsd1.ca.comcast.net)
  2581. # [20:39] * Joins: jib (Jan-Ivar@moz-D0297AE3.phlapa.fios.verizon.net)
  2582. # [20:39] <@bz> if you don't care which hbox
  2583. # [20:39] <Archaeopteryx> of course you likely do something like aHbox.qS(":focus")
  2584. # [20:39] <Archaeopteryx> or you have an id for the selector
  2585. # [20:40] <aceman> good idea
  2586. # [20:40] <tn> avih, ok, i just wanted to point out that the favor perf code isn't working as intended, so we could have deeper problems with potentially even bigger wins
  2587. # [20:40] * juanb is now known as juanb|lunch
  2588. # [20:40] <aceman> Archaeopteryx: thanks
  2589. # [20:40] * Joins: tmyoung1 (Thunderbir@moz-A52EE408.alyoung.com)
  2590. # [20:40] * Quits: tmyoung (Thunderbir@moz-A52EE408.alyoung.com) (Ping timeout)
  2591. # [20:40] <avih> tn: agreed. i said "rip it out" send a chill down my spine ;)
  2592. # [20:42] <tn> avih, you should rip it out and do a try run
  2593. # [20:42] * Quits: Cwiiis (cwiiis@88F51059.F3BBB17D.144F44FA.IP) (Quit: Leaving)
  2594. # [20:42] <tn> avih, if it has 0% talos impact or 50% talos impact both are very important to know what we want to do
  2595. # [20:43] * Quits: RealRaven (Thunderbir@24B9C021.8D6F0354.27F80FAC.IP) (Quit: RealRaven)
  2596. # [20:43] * Joins: RealRaven (Thunderbir@24B9C021.8D6F0354.27F80FAC.IP)
  2597. # [20:44] <aceman> Archaeopteryx: what when it does not work?
  2598. # [20:44] <avih> tn: very much agreed
  2599. # [20:44] <Yoric> ttaubert: By the way, any chance of a session restore review?
  2600. # [20:44] * Joins: dzbarsky (Adium@2557E599.66715431.D25A875A.IP)
  2601. # [20:44] <Archaeopteryx> aceman: you mean it doesn't find any matching node?
  2602. # [20:44] * Quits: dzbarsky (Adium@2557E599.66715431.D25A875A.IP) (Client exited)
  2603. # [20:44] <aceman> Archaeopteryx: I have the cursor blinking in a textbox and it is not found
  2604. # [20:44] <aceman> returns null
  2605. # [20:45] * Joins: nickecarlo (nickecarlo@moz-B3117AF3.fibertel.com.ar)
  2606. # [20:45] <aceman> oh, that is not considered focus
  2607. # [20:45] * Joins: wlach (wlach@5A322A17.4F9B71DB.80C20C35.IP)
  2608. # [20:46] <aceman> when I click a menulist and it stays with the dotted outline, that is found
  2609. # [20:46] * Joins: bsmith (bsmith@43CB6079.66715431.D25A875A.IP)
  2610. # [20:47] <avih> tn: btw, smaug suggested to make it a pref for a while, possibly even set it to 10 by default. how would you feel about that?
  2611. # [20:47] * Joins: dzbarsky (Adium@2557E599.66715431.D25A875A.IP)
  2612. # [20:47] <tn> avih, sure, i'm all for experimenting with it
  2613. # [20:47] * Quits: lizzard (ehenry@6902864.17C2F9C.163DC5C6.IP) (Quit: lizzard)
  2614. # [20:48] <avih> tn: i mean, land a patch to make it a pref
  2615. # [20:48] * Joins: yzen (yzen@AA2C085E.10C8AEF8.9A8C35B4.IP)
  2616. # [20:48] * Joins: phenom (phenom@B75374EF.4F1CD37.F44414AF.IP)
  2617. # [20:48] * kripton is now known as Kripton
  2618. # [20:48] <tn> avih, yes, that sounds good
  2619. # [20:48] <aceman> Archaeopteryx: ok, textboxes have a focused="true" attribute
  2620. # [20:48] * Joins: dao (dao@moz-27830057.superkabel.de)
  2621. # [20:49] <tn> avih, you might want to talk to henri as well, the new html5 parser seems to make somewhat intricate use of the favor perf stuff
  2622. # [20:49] <avih> tn: in that case, should we first open a new bug to make it a pref, and make one of the bugs blocking the other?
  2623. # [20:49] <tn> avih, yeah, sounds good, new bug to make it a pref
  2624. # [20:50] <@smaug> bug 884955
  2625. # [20:50] <@smaug> tn: ^
  2626. # [20:50] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/4be8af5b96c7 - Boris Zbarsky - Bug 883827. Make Optional<NonNull<T>> and Optional<OwningNonNull<T>> nicer to use by having their const Value() method return a T&. r=peterv
  2627. # [20:50] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/32bffdedafee - Boris Zbarsky - Bug 883887. Add an Unlink method to js::ExpandoAndGeneration. r=peterv
  2628. # [20:50] <avih> tn: hmm.. interesting. i should rally put this bug asside for a week at least.. got pressing stuff to do. but i keep getting back to it :)
  2629. # [20:50] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/af5a1ae148db - Boris Zbarsky - Bug 884401. Remove the hasXPConnectImpls annotations for HTMLElement, Element, and Node in WebIDL bindings, since all those are gone. r=peterv
  2630. # [20:51] <@smaug> tn: does html5 parser do anything which the old parser doesn't?
  2631. # [20:51] * Joins: chmanche` (user@moz-962996C5.seas.upenn.edu)
  2632. # [20:51] <@smaug> this odd starvation thing was added *long* ago
  2633. # [20:51] * jchen is now known as zz_jchen
  2634. # [20:51] * Joins: dbaron (dbaron@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2635. # [20:51] * ChanServ sets mode: +o dbaron
  2636. # [20:51] * chmanche` is now known as chmanchester|lunch
  2637. # [20:51] <tn> smaug, not sure. one of my questions would be if henri just copied the old parser
  2638. # [20:51] <@smaug> (IIRC by stuart, but haven't checked the blame for awhile)
  2639. # [20:51] * Quits: chmanchester (chmanchest@moz-BE33DA21.fw1.sfo1.mozilla.net) (Input/output error)
  2640. # [20:51] <@smaug> tn: I'd guess so
  2641. # [20:53] <avih> smaug: wouldn't it be better to read the pref into a static var, to only read it once?
  2642. # [20:54] * Quits: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP) (Quit: erikvold)
  2643. # [20:54] <@smaug> avih: I was thinking that first, but this is not perf critical code in any way
  2644. # [20:54] * Joins: noahclone (cool@ECA22E46.F289141C.5B054FC6.IP)
  2645. # [20:54] <@smaug> so decided to take the simplest possible approach
  2646. # [20:54] <@smaug> but I can change if wanted
  2647. # [20:54] <avih> smaug: it looks like it's not in any hot code, but OTOH, i didn't verify it. i only observed the code
  2648. # [20:55] * mak|afk is now known as mak
  2649. # [20:55] * Joins: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP)
  2650. # [20:55] <avih> smaug: i'm not asking to, i'm discussing it :)
  2651. # [20:55] <@smaug> just accessing nsIAppShell is significantly slower than GetUint
  2652. # [20:55] * Quits: zz_jchen (jchen@CCB8E494.35B7D9C8.4CD1A128.IP) (Max SendQ exceeded)
  2653. # [20:55] * Joins: jchen (jchen@CCB8E494.35B7D9C8.4CD1A128.IP)
  2654. # [20:55] <@smaug> anyhow, I'm hoping to get rid of this soon-ish
  2655. # [20:56] <avih> that sounds convincing :) r+
  2656. # [20:57] * Joins: lizzard (ehenry@6902864.17C2F9C.163DC5C6.IP)
  2657. # [20:57] <avih> smaug: it has an idl definition as well. you sure it compiles?
  2658. # [20:58] <@smaug> idl?
  2659. # [20:58] <avih> (just noticed you changed the signature)
  2660. # [20:58] <aceman> bz: can I detect if <editor> is focused (has cursor in it) ?
  2661. # [20:58] * Quits: jesup (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net) (Ping timeout)
  2662. # [20:58] <@smaug> avih: what signature
  2663. # [20:58] <@smaug> everything is within nsDocShell.cpp
  2664. # [20:58] <avih> smaug: http://dxr.mozilla.org/mozilla-central/source/widget/nsIAppShell.idl#l43
  2665. # [20:59] <@smaug> I didn't change that
  2666. # [20:59] <@smaug> I changed only docshell part
  2667. # [20:59] <@smaug> should I change all FavorPerformanceHint usage
  2668. # [21:00] <@smaug> I don't think so
  2669. # [21:00] <@smaug> since 0 is used elsewhere
  2670. # [21:00] <@bz> aceman: dunno offhand
  2671. # [21:00] * Joins: nhirata (anonymous@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2672. # [21:00] * Quits: ctangira (ctangira@moz-CFCC7B62.cisco.com) (Ping timeout)
  2673. # [21:00] * Quits: nhirata (anonymous@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: nhirata)
  2674. # [21:00] * Joins: system64 (iakshay@DF1E4059.83885371.1228A288.IP)
  2675. # [21:01] <@smaug> avih: this all is just so bizarre
  2676. # [21:01] <avih> ?
  2677. # [21:01] * cpeterson|commute is now known as cpeterson
  2678. # [21:01] <@smaug> the whole FavorPerformanceHint
  2679. # [21:01] <@smaug> no one has measured it for ages
  2680. # [21:01] * Joins: ctangira (ctangira@moz-B74E97F4.cisco.com)
  2681. # [21:01] * Quits: steve (chatzilla@moz-AD078039.range86-181.btcentralplus.com) (Quit: ChatZilla 0.9.90 [Firefox 21.0/20130512193848])
  2682. # [21:01] * Joins: nhirata (anonymous@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2683. # [21:01] <avih> i think i understand why it got there in the first place, but no clue if it's supposed to be useful these days
  2684. # [21:02] * Quits: bmoss (bmoss@2557E599.66715431.D25A875A.IP) (Ping timeout)
  2685. # [21:02] * Parts: edmorley|away (edmorley@moz-8B746B75.cable.virginmedia.com)
  2686. # [21:02] * Quits: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Leaving.)
  2687. # [21:03] * Quits: tmyoung1 (Thunderbir@moz-A52EE408.alyoung.com) (Ping timeout)
  2688. # [21:03] * Joins: bmoss (bmoss@2557E599.66715431.D25A875A.IP)
  2689. # [21:03] * Parts: noahclone (cool@ECA22E46.F289141C.5B054FC6.IP)
  2690. # [21:05] * Joins: digitsm (digitsm@AF1D19A3.CB11A5E6.C146C5E5.IP)
  2691. # [21:05] * gregglind_sick is now known as gregglind
  2692. # [21:06] * Quits: mmc|laptop (mchew@2557E599.66715431.D25A875A.IP) (Quit: mmc|laptop)
  2693. # [21:06] * Joins: tmyoung (Thunderbir@moz-A52EE408.alyoung.com)
  2694. # [21:06] <vlad> hm, if I just did a make reftest, why would the resulting reftest.log only have about 3300 tests run instead of 9000?
  2695. # [21:07] * sheppy is now known as sheppy-afk
  2696. # [21:07] * Quits: cpeterson (cpeterson@moz-BE33DA21.fw1.sfo1.mozilla.net) (Input/output error)
  2697. # [21:07] <Ms2ger> It's... under nine thousand?
  2698. # [21:07] <vlad> tinderboxes say 9070 plus a few hundred todos
  2699. # [21:08] * Joins: cpeterson (cpeterson@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2700. # [21:08] * Quits: tanvi (tanvi@2557E599.66715431.D25A875A.IP) (Quit: Leaving.)
  2701. # [21:08] * Quits: lizzard (ehenry@6902864.17C2F9C.163DC5C6.IP) (Quit: lizzard)
  2702. # [21:08] * Quits: mak (chatzilla@moz-59C7C304.retail.telecomitalia.it) (Connection reset by peer)
  2703. # [21:08] <@ehsan> vlad: how are you running the reftetss?
  2704. # [21:08] * Quits: phenom (phenom@B75374EF.4F1CD37.F44414AF.IP) (Ping timeout)
  2705. # [21:09] * geekboy is now known as geekboy|afk
  2706. # [21:09] * Quits: Jesse (jruderman@moz-537BCF9.hsd1.ca.comcast.net) (Quit: Jesse)
  2707. # [21:09] * Quits: bsmith (bsmith@43CB6079.66715431.D25A875A.IP) (Ping timeout)
  2708. # [21:09] <ttaubert> Yoric: totally. until the end of the week at the latest
  2709. # [21:09] <@ehsan> philor: what's the "normal" try server turnaround time these days?
  2710. # [21:10] * Quits: Sreenidhi (mz@43CB6079.66715431.D25A875A.IP) (Quit: I'm not at my desk!!!!)
  2711. # [21:10] * Parts: aceman (inet@moz-BFB4DA3E.dynamic.nextra.sk)
  2712. # [21:10] * Quits: WeirdAl (chatzilla@moz-D461843.ask.info) (Ping timeout)
  2713. # [21:10] <ttaubert> quite bad
  2714. # [21:10] * Quits: ddahl (ddahl@2557E599.66715431.D25A875A.IP) (Ping timeout)
  2715. # [21:10] * Joins: mak|afk (chatzilla@moz-59C7C304.retail.telecomitalia.it)
  2716. # [21:11] <catlee> about 5 hours
  2717. # [21:11] * Quits: dao (dao@moz-27830057.superkabel.de) (Quit: Leaving.)
  2718. # [21:11] <philor> other than 10.7, if you're talking about in the middle of a weekday, maybe a couple hours more than inbound
  2719. # [21:11] * mak|afk is now known as mak
  2720. # [21:11] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/f1ce5983b285 - Guilherme Gonçalves - Bug 874996 - Part 1 - Simplify handling of geolocation requests. r=jdm
  2721. # [21:11] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/59e7f2102e16 - Guilherme Gonçalves - Bug 874996 - Part 2 - Issue error events for geolocation provider errors. r=jdm
  2722. # [21:11] <philor> 10.7's not doing so well, so that'll be 4-5 hours later
  2723. # [21:11] * Quits: tmyoung (Thunderbir@moz-A52EE408.alyoung.com) (Ping timeout)
  2724. # [21:12] * Quits: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP) (Quit: erikvold)
  2725. # [21:12] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/aa1227e3d6ba - Gregory Szorc - Bug 884028 - Acquire lock before writing to terminal; r=ted
  2726. # [21:12] * Quits: rajul (quassel@A2DDF553.812B5995.2051BA92.IP) (Client exited)
  2727. # [21:12] * Quits: jet (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: jet)
  2728. # [21:12] * Joins: ErvisTusha (ErvisTusha@403F1E2B.F69FB6EA.363D84A4.IP)
  2729. # [21:13] * tchevalier is now known as tchevalier|away
  2730. # [21:13] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  2731. # [21:13] * Quits: Optimizer (Optimizer@4F117CAA.CF241F85.D2D1FAF0.IP) (Ping timeout)
  2732. # [21:13] * Joins: karl (karl@moz-C433B975.jetstream.xtra.co.nz)
  2733. # [21:13] * Joins: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP)
  2734. # [21:17] * Joins: tmyoung (Thunderbir@moz-A52EE408.alyoung.com)
  2735. # [21:17] * Quits: mak (chatzilla@moz-59C7C304.retail.telecomitalia.it) (Connection reset by peer)
  2736. # [21:19] * Waldo|doctor is now known as Waldo
  2737. # [21:19] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  2738. # [21:20] * sfoster is now known as sfoster|lunch
  2739. # [21:20] * jchen is now known as zz_jchen
  2740. # [21:20] * cford is now known as cford|away
  2741. # [21:20] * Quits: bholley (anonymous@moz-21DD2AC0.hsd1.ca.comcast.net) (Ping timeout)
  2742. # [21:21] * Quits: tmyoung (Thunderbir@moz-A52EE408.alyoung.com) (Ping timeout)
  2743. # [21:21] * Quits: ialagenchev (Adium@2557E599.66715431.D25A875A.IP) (Quit: Leaving.)
  2744. # [21:21] * Joins: bholley (anonymous@moz-21DD2AC0.hsd1.ca.comcast.net)
  2745. # [21:21] * JosiahOne is now known as JosiahOne|Away
  2746. # [21:21] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/754436cbbc10 - Jim Mathies - Bug 882902 - Attach selection management generically to chrome text inputs. r=fryn
  2747. # [21:21] * Joins: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  2748. # [21:21] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/4e5d6e8d8849 - Jim Mathies - Bug 880885 - Add support for sliding hover nav buttons part 1. r=fryn
  2749. # [21:21] <jimm> ah, crap. what's the process for updating a bad bug number?
  2750. # [21:21] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/08f0b84d5e62 - Jim Mathies - Bug 882902 - Remove old fennec text input bindings no longer in use. r=fryn
  2751. # [21:21] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/f0f88a7512a5 - Jim Mathies - Bug 880885 - Add support for sliding hover nav buttons part 2. r=fryn
  2752. # [21:21] <jimm> backout and repush using DONTBUILD?
  2753. # [21:22] <dholbert> jimm, yeah
  2754. # [21:23] * Quits: brendan (brendaneic@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: brendan)
  2755. # [21:23] * Quits: zz_jchen (jchen@CCB8E494.35B7D9C8.4CD1A128.IP) (Max SendQ exceeded)
  2756. # [21:23] * Joins: breck (breck@moz-75F4A57.hsd1.ca.comcast.net)
  2757. # [21:23] * Joins: jchen (jchen@CCB8E494.35B7D9C8.4CD1A128.IP)
  2758. # [21:23] * Quits: jchen (jchen@CCB8E494.35B7D9C8.4CD1A128.IP) (Max SendQ exceeded)
  2759. # [21:24] * Joins: jchen (jchen@CCB8E494.35B7D9C8.4CD1A128.IP)
  2760. # [21:24] * Quits: smontagu (chatzilla@moz-D2765AF8.red.bezeqint.net) (Ping timeout)
  2761. # [21:24] * Joins: Optimizer (Optimizer@93243F3B.7E4F6A3.274D17D6.IP)
  2762. # [21:24] * Joins: brson (brson@2557E599.66715431.D25A875A.IP)
  2763. # [21:25] * Joins: tmyoung (Thunderbir@moz-A52EE408.alyoung.com)
  2764. # [21:25] * Joins: overholt (overholt@35765CFB.88764A66.72A31D6.IP)
  2765. # [21:26] * Joins: jviereck (Adium@moz-2E67E93A.ethz.ch)
  2766. # [21:27] * Quits: atuljangra (Mibbit@425133EE.4850A4DD.1957C0DA.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  2767. # [21:28] * Quits: karl (karl@moz-C433B975.jetstream.xtra.co.nz) (Ping timeout)
  2768. # [21:28] * Quits: digitsm (digitsm@AF1D19A3.CB11A5E6.C146C5E5.IP) (Ping timeout)
  2769. # [21:28] * Joins: jfkthame (jfkthame@AB8046DF.6B7B908E.3E2A4E92.IP)
  2770. # [21:29] * Joins: mak (chatzilla@moz-59C7C304.retail.telecomitalia.it)
  2771. # [21:29] * Joins: atuljangra (Instantbir@EF3E976E.8A081499.D30E9BEF.IP)
  2772. # [21:30] * Joins: mcsmurf (mcsmurf@moz-E6FD5634.dip0.t-ipconnect.de)
  2773. # [21:30] * Joins: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP)
  2774. # [21:30] * Joins: brendan (brendaneic@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2775. # [21:31] * hwine is now known as hwine-food
  2776. # [21:31] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/34f21621f66f - Jim Mathies - Backed out changeset f0f88a7512a5 (bug 880885) due to bad bug number.
  2777. # [21:31] * Quits: darkowlzz (sunny@BF6DF0AF.29492B91.F44414AF.IP) (Ping timeout)
  2778. # [21:31] * Quits: Optimizer (Optimizer@93243F3B.7E4F6A3.274D17D6.IP) (Connection reset by peer)
  2779. # [21:31] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/cbc4be7ae5da - Jim Mathies - Backed out changeset 4e5d6e8d8849 (bug 880885) due to bad bug number.
  2780. # [21:31] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/c3f16d4c914b - Jim Mathies - merge backouts (bug 880885)
  2781. # [21:31] * joduinn-commute is now known as joduinn-mtg
  2782. # [21:31] <BenWa> Looks like https://build.mozilla.org/trychooser/ has been down for a few days
  2783. # [21:31] * Joins: sfosters (sfoster@moz-D30056A1.hsd1.or.comcast.net)
  2784. # [21:31] * Quits: RealRaven (Thunderbir@24B9C021.8D6F0354.27F80FAC.IP) (Quit: RealRaven)
  2785. # [21:32] <reuben> BenWa: WFM, redirects to http://trychooser.pub.build.mozilla.org/
  2786. # [21:32] * Joins: RealRaven (Thunderbir@24B9C021.8D6F0354.27F80FAC.IP)
  2787. # [21:32] <BenWa> ok thanks
  2788. # [21:32] <sfink> I vaguely remember hearing that build.mozilla.org web services are going away
  2789. # [21:32] * Joins: jhammel (jhammel@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2790. # [21:32] <sfink> I don't know what that means
  2791. # [21:32] * Quits: sfoster|lunch (sfoster@moz-D30056A1.hsd1.or.comcast.net) (Ping timeout)
  2792. # [21:33] <mcsmurf> going away, why?
  2793. # [21:33] <mcsmurf> oh, hm.
  2794. # [21:33] <sfink> dunno. Might just be internal server shuffling.
  2795. # [21:33] * coop|buildduty is now known as coop|mtg
  2796. # [21:33] <sfink> if I could only remember where I saw that...
  2797. # [21:34] * Quits: Asa (asa@2557E599.66715431.D25A875A.IP) (Ping timeout)
  2798. # [21:34] <mcsmurf> I mainly thought of the self-service build API now
  2799. # [21:34] <mcsmurf> if this one will stay
  2800. # [21:35] * Joins: Asa (asa@2557E599.66715431.D25A875A.IP)
  2801. # [21:36] * Quits: wolfiR (wolfiR@moz-E50CDDC9.hotspotsvankpn.com) (Ping timeout)
  2802. # [21:36] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/1cfbe0f0c74d - Jim Mathies - Bug 880855 - Add support for sliding hover nav buttons part 1. r=fryn DONTBUILD
  2803. # [21:36] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/870691ed6060 - Jim Mathies - Bug 880855 - Add support for sliding hover nav buttons part 2. r=fryn DONTBUILD
  2804. # [21:36] * Quits: tmyoung (Thunderbir@moz-A52EE408.alyoung.com) (Ping timeout)
  2805. # [21:36] * Kripton is now known as kripton
  2806. # [21:37] * Quits: damons (gnubeard@97957D0A.8D753159.C943C01E.IP) (Quit: damons)
  2807. # [21:37] * Quits: brendan (brendaneic@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: brendan)
  2808. # [21:38] * Quits: rstrong (androirc@A5A0595A.66715431.D25A875A.IP) (Input/output error)
  2809. # [21:38] * Joins: rstrong (androirc@A5A0595A.66715431.D25A875A.IP)
  2810. # [21:38] * openjck is now known as openjck|lunch
  2811. # [21:38] <mattwoodrow> bent: ping
  2812. # [21:39] * Quits: Ms2ger (Ms2ger@moz-DB7CCFB.adsl-dyn.isp.belgacom.be) (Quit: nn)
  2813. # [21:40] <bent> mattwoodrow, pong
  2814. # [21:40] <mattwoodrow> bent: just a review ping for bug 868919
  2815. # [21:40] * Joins: tmyoung (Thunderbir@moz-A52EE408.alyoung.com)
  2816. # [21:41] * Quits: RealRaven (Thunderbir@24B9C021.8D6F0354.27F80FAC.IP) (Ping timeout)
  2817. # [21:41] <bent> mattwoodrow, since 7pm last night?! /me only has ten fingers...
  2818. # [21:41] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/2409890805a3 - Olli Pettay - Bug 884955 - Add a pref to override NS_EVENT_STARVATION_DELAY_HINT, r=avih
  2819. # [21:42] * Joins: brendan (brendaneic@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2820. # [21:42] * Quits: ErvisTusha (ErvisTusha@403F1E2B.F69FB6EA.363D84A4.IP) (Client exited)
  2821. # [21:42] * Joins: ErvisTusha (ErvisTusha@403F1E2B.F69FB6EA.363D84A4.IP)
  2822. # [21:42] * Quits: mak (chatzilla@moz-59C7C304.retail.telecomitalia.it) (Connection reset by peer)
  2823. # [21:42] <mattwoodrow> bent: Sorry, I wasn't sure what timezone you're in, was hoping to get it landed today
  2824. # [21:42] <froydnj> mattwoodrow: do you know enough about reftests to address dbaron's comment here: https://bugzilla.mozilla.org/show_bug.cgi?id=859339#c19?
  2825. # [21:42] * Joins: RealRaven (Thunderbir@3972FC74.F8A90F2B.27F80FAC.IP)
  2826. # [21:43] * Quits: tmyoung (Thunderbir@moz-A52EE408.alyoung.com) (Ping timeout)
  2827. # [21:45] <mattwoodrow> froydnj: It should be fine.
  2828. # [21:45] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/231754e0dbcf - Ted Mielczarek - bug 860409 - Allow passing both an analog and digital value for buttons. r=smaug
  2829. # [21:45] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/3af6f05984ae - Ted Mielczarek - bug 851547 - Make Gamepad API preffable. r=smaug
  2830. # [21:46] <mattwoodrow> There's no special tests, we just run the suite using a GPU compositor on most platforms
  2831. # [21:46] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/7a159e3dad7b - Ted Mielczarek - bug 690935 - implement navigator.getGamepads(). r=smaug
  2832. # [21:46] * Quits: bkase (bkase@2557E599.66715431.D25A875A.IP) (Ping timeout)
  2833. # [21:46] <mattwoodrow> and that requires your screen to be big enough to fit the 800x1000 window
  2834. # [21:46] * Joins: mak (chatzilla@moz-59C7C304.retail.telecomitalia.it)
  2835. # [21:48] <froydnj> mattwoodrow: so the visibility of that window doesn't matter?
  2836. # [21:48] * Quits: ErvisTusha (ErvisTusha@403F1E2B.F69FB6EA.363D84A4.IP) (Quit: Leaving)
  2837. # [21:49] * Joins: rajul (quassel@A2DDF553.812B5995.2051BA92.IP)
  2838. # [21:49] <mattwoodrow> froydnj: Shouldn't do, no
  2839. # [21:49] * Joins: tmyoung (Thunderbir@moz-A52EE408.alyoung.com)
  2840. # [21:49] * Quits: thinker (user@moz-D00ACA96.dynamic.kbronet.com.tw) (Ping timeout)
  2841. # [21:49] <froydnj> mattwoodrow: excellent, thanks
  2842. # [21:50] * Quits: tmyoung (Thunderbir@moz-A52EE408.alyoung.com) (Ping timeout)
  2843. # [21:51] * JosiahOne|Away is now known as JosiahOne
  2844. # [21:52] * Joins: dao (dao@moz-27830057.superkabel.de)
  2845. # [21:52] <cpeterson> does anyone mind PM'ing me the "Spamfilter password" to sign up for bsmedberg's weekly-updates status website? <:)
  2846. # [21:52] * Quits: pcwalton (pcwalton@43CB6079.66715431.D25A875A.IP) (Input/output error)
  2847. # [21:52] * Joins: reyre_ (reyre@86C3727C.33EE9F8A.1139E686.IP)
  2848. # [21:53] * juanb|lunch is now known as juanb
  2849. # [21:54] <cpeterson> I've got the password now. Thanks!
  2850. # [21:54] * Joins: tmyoung (Thunderbir@moz-A52EE408.alyoung.com)
  2851. # [21:54] * Quits: ferjm (ferjm@moz-63741C33.red-83-57-242.dynamicip.rima-tde.net) (Quit: Leaving)
  2852. # [21:55] <jaws> slow bugzilla is slow
  2853. # [21:55] * mdas is now known as mdas|afk
  2854. # [21:55] * hwine-food is now known as hwine
  2855. # [21:55] * Joins: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net)
  2856. # [21:55] <Callek> jaws: fast bugzilla is fast
  2857. # [21:56] <Yoric> ttaubert: cool :)
  2858. # [21:56] * Quits: RealRaven (Thunderbir@3972FC74.F8A90F2B.27F80FAC.IP) (Quit: RealRaven)
  2859. # [21:56] <Callek> jaws: related: https://blog.mozilla.org/it/2013/06/18/bugzilla-feeling-slow/
  2860. # [21:56] * Joins: RealRaven (Thunderbir@3972FC74.F8A90F2B.27F80FAC.IP)
  2861. # [21:56] <Yoric> geekboy|afk: How can I programmatically try to set a third-party cookie and decide whether it is accepted or rejected?
  2862. # [21:58] * Quits: Enn (enn@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  2863. # [21:58] * Quits: RealRaven (Thunderbir@3972FC74.F8A90F2B.27F80FAC.IP) (Quit: RealRaven)
  2864. # [21:58] <@ehsan> dougt: ping
  2865. # [21:59] * Joins: RealRaven (Thunderbir@3972FC74.F8A90F2B.27F80FAC.IP)
  2866. # [21:59] <Yoric> ehsan: Same question as geekboy|afk, by the way.
  2867. # [21:59] <dougt> hey ehsan
  2868. # [21:59] * Quits: bmoss (bmoss@2557E599.66715431.D25A875A.IP) (Ping timeout)
  2869. # [21:59] <@ehsan> dougt: hey! are we working on prerendering?
  2870. # [21:59] <@ehsan> Yoric: write a test case?
  2871. # [21:59] * Joins: damons (gnubeard@97957D0A.8D753159.C943C01E.IP)
  2872. # [22:00] <@ehsan> Yoric: not sure what you're asking
  2873. # [22:00] <dougt> we are working on predictive network optimizations.
  2874. # [22:00] <dougt> one of them that we'll investigate, of course, is pre rendering.
  2875. # [22:00] <@ehsan> dougt: cool
  2876. # [22:00] * Quits: juanb (jbecerra@2557E599.66715431.D25A875A.IP) (Quit: juanb)
  2877. # [22:00] <@ehsan> dougt: is there a bug on file for that?
  2878. # [22:00] <dougt> yeah, it is magic
  2879. # [22:00] <dougt> nope
  2880. # [22:00] <dougt> we are just starting.
  2881. # [22:00] <@ehsan> that's something I'd really like to see
  2882. # [22:00] * Quits: mak (chatzilla@moz-59C7C304.retail.telecomitalia.it) (Connection reset by peer)
  2883. # [22:00] * Joins: geo (geo@2557E599.66715431.D25A875A.IP)
  2884. # [22:00] <dougt> ehsan: have you seen in on mobile?
  2885. # [22:00] * Joins: juanb (jbecerra@moz-ACDE7EEC.mozilla.com)
  2886. # [22:00] <@ehsan> dougt: ok. I'm just looking for a way to be in the loop...
  2887. # [22:00] <dougt> chrome on the iPhone does it.
  2888. # [22:01] <dougt> it is F* awesome.
  2889. # [22:01] <@ehsan> I've never run chrome on iphone
  2890. # [22:01] <@ehsan> what about on android?
  2891. # [22:01] <dougt> they are going to kill us on mobile pretty good.
  2892. # [22:01] <@ehsan> dougt: it's freaking awesome even on desktop ;)
  2893. # [22:01] <dougt> between pretending, and spdy parodying...
  2894. # [22:01] <dougt> hala
  2895. # [22:01] * Quits: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  2896. # [22:01] <dougt> proxying!
  2897. # [22:01] <@ehsan> spdy proxying?
  2898. # [22:01] <Yoric> ehsan: I'm looking for a way to request setting a third-party cookie and force the cookie to be accepted/rejected, for the sake of unit testing. Do you know if there is a simple way to do that?
  2899. # [22:02] <dougt> yeah, they are going to route http traffic through their data center and push it through a sydy pipe down to the browser
  2900. # [22:02] * Joins: jesup (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  2901. # [22:02] <@ehsan> Yoric: yes, write a test case which loads an iframe from a third party domain twice
  2902. # [22:02] <dougt> the last couple hops are the most expenstive.
  2903. # [22:02] <@ehsan> dougt: *wow*
  2904. # [22:02] * Quits: tmyoung (Thunderbir@moz-A52EE408.alyoung.com) (Ping timeout)
  2905. # [22:02] * Joins: mmc|laptop (mchew@2557E599.66715431.D25A875A.IP)
  2906. # [22:02] * Joins: mak (chatzilla@moz-59C7C304.retail.telecomitalia.it)
  2907. # [22:02] <dougt> ehsan: it will be awesome for the user's experience.
  2908. # [22:02] <@ehsan> dougt: I'm sure the NSA would appreciate that
  2909. # [22:03] * dougt shrugs
  2910. # [22:03] <@ehsan> yeah
  2911. # [22:03] * Joins: kentuckyfriedtakahe (ajones@538BABFE.A073F3E.97BBD552.IP)
  2912. # [22:03] <dougt> they'll get it at att or verizon
  2913. # [22:03] * Quits: brendan (brendaneic@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: brendan)
  2914. # [22:03] <@ehsan> is that also iOS specific?
  2915. # [22:03] <dougt> if you want to build to protect against NSA snoping, you are going to build a niche product.
  2916. # [22:03] <dougt> ehsan: nope
  2917. # [22:03] * @ehsan needs to get an iphone to play with this stuff
  2918. # [22:03] <Yoric> ehsan: I was hoping to write a xpcshell test, but I'll move to mochi if necessary. Why twice, though?
  2919. # [22:03] * jchen is now known as zz_jchen
  2920. # [22:03] <@ehsan> dougt: like firefox? ;)
  2921. # [22:03] <dougt> like firefox.
  2922. # [22:04] <@bz> hmm
  2923. # [22:04] <@ehsan> Yoric: you want to load the first time to give it a chance to set the cookie, and a second time to test if it has been set
  2924. # [22:04] <dougt> i mean, don't kid yourself.
  2925. # [22:04] <@bz> So prerendering is fun
  2926. # [22:04] * Joins: bmoss (bmoss@2557E599.66715431.D25A875A.IP)
  2927. # [22:04] * nthomas|away is now known as nthomas|balrog
  2928. # [22:04] <@ehsan> dougt: sigh :(
  2929. # [22:04] <@bz> The chrome approach to it was interesting when I talked to them
  2930. # [22:04] <@ehsan> bz: fun how?
  2931. # [22:04] * Joins: ftigeot (ftigeot@moz-6631238D.zefyris.com)
  2932. # [22:04] <@bz> well, so what happens to script running in the prerendered page?
  2933. # [22:04] <@ehsan> dougt: I see your viewpoint, don't get me wrong
  2934. # [22:04] * Quits: RealRaven (Thunderbir@3972FC74.F8A90F2B.27F80FAC.IP) (Quit: RealRaven)
  2935. # [22:05] <@bz> They run it
  2936. # [22:05] <Yoric> ehsan: Ok, but how do I force the cookie to be accepted/rejected?
  2937. # [22:05] <@ehsan> bz: yeah, that's what I would expect
  2938. # [22:05] <@bz> when it does history.back().... they were not sure what happened
  2939. # [22:05] <dougt> bz: there are a bunch of cases where you have to cancel the render (like window.print)
  2940. # [22:05] <@bz> Right
  2941. # [22:05] <@bz> So you have to audit your entire API surface
  2942. # [22:05] <dougt> i think we need to investigate and see what can be done.
  2943. # [22:05] <@ehsan> Yoric: by messing with the pref I'd assume
  2944. # [22:05] <@bz> and find all those places
  2945. # [22:05] * Joins: RealRaven (Thunderbir@3972FC74.F8A90F2B.27F80FAC.IP)
  2946. # [22:05] <@bz> I agree we need to do something
  2947. # [22:05] <Yoric> ehsan: I'm working on bug 837326, btw.
  2948. # [22:05] * sfosters is now known as sfoster
  2949. # [22:05] <dougt> bz: frontend is going to do this of their thumbnailing thing.
  2950. # [22:05] <@bz> I'm just saying that they can rely on their sandbox to save them....
  2951. # [22:05] <dougt> (unless they disable script… which would be entertaining)
  2952. # [22:05] <@ehsan> bz: we can just piggy back on the work done by chromium for a large part of it right?
  2953. # [22:06] <@bz> ehsan: can we?
  2954. # [22:06] <@bz> ehsan: it's not like they have a spec
  2955. # [22:06] <froydnj> we can switch to blink!
  2956. # [22:06] <dougt> a bit -- like what to watch out for.
  2957. # [22:06] <@bz> ehsan: And they care less about crashes and whatnot
  2958. # [22:06] * Quits: mwargers (chatzilla@moz-B8CAEC7B.ip.telfort.nl) (Client exited)
  2959. # [22:06] <@ehsan> bz: they do, it's their code :(
  2960. # [22:06] * Joins: tmyoung (Thunderbir@moz-A52EE408.alyoung.com)
  2961. # [22:06] <dougt> froydnj: switching to blink wouldn't help.
  2962. # [22:06] <@bz> ehsan: and also, they care less about doing the wrong thing than we do
  2963. # [22:06] * Quits: zz_jchen (jchen@CCB8E494.35B7D9C8.4CD1A128.IP) (Max SendQ exceeded)
  2964. # [22:06] <@ehsan> bz: that's true
  2965. # [22:06] <@bz> ehsan: which may be a strength, of course.
  2966. # [22:06] * Joins: jchen (jchen@CCB8E494.35B7D9C8.4CD1A128.IP)
  2967. # [22:06] <@bz> ehsan: worse is better and all
  2968. # [22:06] <@ehsan> of course it is!
  2969. # [22:07] <@ehsan> yeah
  2970. # [22:07] <dougt> this isn't one of those things that has to work 100%
  2971. # [22:07] <froydnj> dougt: the code to do this lives someplace else? or just not open-source?
  2972. # [22:07] <Yoric> ehsan: Ok, so back to plan A: xpcshell test + messing with preferences. Thanks for the multi-tasking brainstorming :)
  2973. # [22:07] <@ehsan> froydnj: it's in chromium
  2974. # [22:07] * Joins: mwargers (chatzilla@moz-B8CAEC7B.ip.telfort.nl)
  2975. # [22:07] <@ehsan> froydnj: blink has nothing to do with it, afaik
  2976. # [22:08] <@bz> dougt: well
  2977. # [22:08] <@bz> dougt: it has to not screw up other things
  2978. # [22:08] <@ehsan> Yoric: using xpcshell is a bad idea
  2979. # [22:08] <Yoric> ehsan: Why?
  2980. # [22:08] <@ehsan> froydnj: I'd use a real browser, i.e., mochitest
  2981. # [22:08] <dougt> bz: obviously.
  2982. # [22:08] <dougt> :)
  2983. # [22:08] <@bz> dougt: is it obvious?
  2984. # [22:08] * geekboy|afk is now known as geekboy
  2985. # [22:08] <@bz> dougt: in Chrome it _does_ screw up other things pretty easily
  2986. # [22:08] <dougt> assuming that you'll probably review many of the patches… yes.
  2987. # [22:08] <@bz> dougt: last I tested
  2988. # [22:08] <dougt> bz: does it?
  2989. # [22:08] <@ehsan> bz: how?
  2990. # [22:08] <@bz> dougt: I would love to not have to review this stuff
  2991. # [22:08] <dougt> user impact?
  2992. # [22:08] * Quits: tmyoung (Thunderbir@moz-A52EE408.alyoung.com) (Ping timeout)
  2993. # [22:09] <@bz> well, like history.back() screwing up stuff
  2994. # [22:09] * Quits: mak (chatzilla@moz-59C7C304.retail.telecomitalia.it) (Connection reset by peer)
  2995. # [22:09] <@bz> at various points it crashed, went back from the currently rendered page, etc
  2996. # [22:09] <Yoric> ehsan: I'm just unit-testing cookie rejection.
  2997. # [22:09] <@bz> (Note they may have fixed that one now)
  2998. # [22:09] <@ehsan> bz: well, those are bugs, not fundamental problems
  2999. # [22:09] <@bz> sure
  3000. # [22:09] <@ehsan> Yoric: yes, and you should use a mochitest IMO
  3001. # [22:09] <@bz> There's just huge surface for such bugs here
  3002. # [22:09] <@bz> you have to audit _every_ API to see if they're safe in a prerender
  3003. # [22:09] <@bz> or something
  3004. # [22:10] <@ehsan> Yoric: you don't subscribe to the idea of xpcshell==unit-test, do you? ;)
  3005. # [22:10] <@bz> Or just not worry and see what bugs get reported, of course.
  3006. # [22:10] <@bz> Anyway
  3007. # [22:10] <@ehsan> bz: I think we can do a mixture of both
  3008. # [22:10] <Yoric> ehsan: No, but I subscribe to the idea of xpcshell == easier to avoid screwing up other tests :)
  3009. # [22:10] <@ehsan> Yoric: that's going to end up not being true for this specific thing
  3010. # [22:10] <@bz> dougt: I got to actually do something other than reviews today
  3011. # [22:10] <Yoric> ehsan: What do you mean?
  3012. # [22:10] <@bz> dougt: it was incredible
  3013. # [22:11] <@ehsan> Yoric: specially because you won't actually be testing what matters, that is, what happens *in the browser*
  3014. # [22:11] * Joins: brendan (brendaneic@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3015. # [22:11] * @bz did reviews too
  3016. # [22:11] <@bz> but only for about 2 hours instead of 6.5....
  3017. # [22:11] * Joins: bkase (bkase@2557E599.66715431.D25A875A.IP)
  3018. # [22:11] <dougt> bz: does that mean you have room in your review queue?
  3019. # [22:11] * Joins: cpearce (chatzilla@moz-AE665A1C.xdsl.xnet.co.nz)
  3020. # [22:11] <@ehsan> bz: I'm planning to throw some reviews at you hopefully soonish ;)
  3021. # [22:11] * Joins: nemo (nemo@moz-57FDFA.hsd1.md.comcast.net)
  3022. # [22:11] <@ehsan> you're welcome in advance!
  3023. # [22:12] <nemo> So. I ran into a curious rendering flaw on OSX w/ radial gradient
  3024. # [22:12] <@bz> dougt: if you're willing to gamble that your review will not happen until two weeks from now....
  3025. # [22:12] <@bz> ehsan: likewise. ;)
  3026. # [22:12] <nemo> http://m8y.org/tmp/testcase348.xhtml - the shadow below the purple area is actually a radial gradient on a white area
  3027. # [22:12] <@gavin> dougt: I don't really understand why prerendeing is related to thumbnailing
  3028. # [22:12] <nemo> looks fine on Linux and Windows
  3029. # [22:12] * Joins: mak (chatzilla@moz-59C7C304.retail.telecomitalia.it)
  3030. # [22:13] * Quits: chmanchester|lunch (user@moz-962996C5.seas.upenn.edu) (Input/output error)
  3031. # [22:13] * Joins: chmanchester (chmanchest@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3032. # [22:13] <nemo> looks like it was scaled up terribly blocking stutery bits of gradient on OSX
  3033. # [22:13] <Yoric> ehsan: Well, I'll try and finish a xpcshell test first, then I'll add a mochitest.
  3034. # [22:13] <@ehsan> gavin: dougt: I don't, fwiw!
  3035. # [22:13] <nemo> latest nightly
  3036. # [22:13] <dougt> heh
  3037. # [22:13] <@ehsan> Yoric: what's the value in testing this twice?
  3038. # [22:13] <nemo> the reason the curves are static instead of % btw is to avoid distorting based on browser window size
  3039. # [22:14] <nemo> wonder if it exposes some OSX prob w/ very large gradients
  3040. # [22:14] * Joins: tmyoung (Thunderbir@moz-A52EE408.alyoung.com)
  3041. # [22:14] <dougt> gavin: ask drew. there maybe some stuff we can share.
  3042. # [22:14] <dougt> gavin: don't let me hold you up.
  3043. # [22:14] <anton> BenWa: ping
  3044. # [22:15] <dougt> gavin: we aren't close to anything concrete.
  3045. # [22:15] <BenWa> anton: pong
  3046. # [22:15] * mdas|afk is now known as mdas
  3047. # [22:15] * Joins: ekr (ekr@moz-D7997EC8.rtfm.com)
  3048. # [22:15] <@ehsan> gavin: btw sorry I've been silent on that thread, I feel like I have nothing to add to what I've said before...
  3049. # [22:15] * Joins: jet (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3050. # [22:15] <anton> BenWa: the data that the SPS profiler generates. are there any docs about its data structure? say, what's responsiveness field and what's time?
  3051. # [22:16] <BenWa> anton: No, there's no documentation because so far there's only been cleopatra reading it
  3052. # [22:16] * Quits: atuljangra (Instantbir@EF3E976E.8A081499.D30E9BEF.IP) (Quit: Need some break from Moz-awesomeness! :-))
  3053. # [22:16] * geekboy is now known as geekboy|afk
  3054. # [22:16] <BenWa> anton: Note that the data gets transformed by the addon but it may not be relevant to you
  3055. # [22:16] <anton> BenWa: i'm mostly interested about top-level 'libs' property and properties of each frame: 'name', 'responsiveness' and 'time'. I'm documenting it for the profiler.js (actor implementation)
  3056. # [22:16] <@gavin> ehsan: no worries
  3057. # [22:17] * Joins: atuljangra (Instantbir@EF3E976E.8A081499.D30E9BEF.IP)
  3058. # [22:17] * Quits: atuljangra (Instantbir@EF3E976E.8A081499.D30E9BEF.IP) (Client exited)
  3059. # [22:17] * Quits: tmyoung (Thunderbir@moz-A52EE408.alyoung.com) (Ping timeout)
  3060. # [22:17] <BenWa> anton: The time fields are particularly interesting because right now we use nspr time but it will need to change most likely
  3061. # [22:17] * Quits: mmc|laptop (mchew@2557E599.66715431.D25A875A.IP) (Quit: mmc|laptop)
  3062. # [22:17] <BenWa> anton: libs is used for symbolication so if you don't do that then you wont need the field
  3063. # [22:18] * Quits: Asa (asa@2557E599.66715431.D25A875A.IP) (Ping timeout)
  3064. # [22:18] <ftigeot> hi. I have filled a bug report against nspr (adding two files). should I ask for a review or sth ?
  3065. # [22:18] <ftigeot> I don't see an obvious way to ask for a review on non-patch files
  3066. # [22:18] <Yoric> ehsan: First test is easy to write and will help me find bugs. Second test will take more time to write and will help find regressions.
  3067. # [22:19] * cford|away is now known as cford
  3068. # [22:19] * Quits: Archaeopteryx (itsme@moz-D680859C.cust.telecolumbus.net) (Quit: It has been this message for years.)
  3069. # [22:19] <BenWa> anton: the name field is very vague. It's an address, something passed it from JS which we parse, otherwise a string that can be displayed correctly coming from the profiler_label
  3070. # [22:19] * Quits: jhammel (jhammel@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: rebooting)
  3071. # [22:19] <@ehsan> Yoric: if by first test you mean the xpcshell test, then you're wrong ;)
  3072. # [22:19] <nalexander> ftigeot: you could ask for needsinfo.
  3073. # [22:19] <@ehsan> it's actually harder
  3074. # [22:19] <@ehsan> cause you need to mess with the cookie API etc
  3075. # [22:19] <@ehsan> versus just adding a ^headers^ file with a Set-Cookie header in it :)
  3076. # [22:19] * Joins: atuljangra (Instantbir@EF3E976E.8A081499.D30E9BEF.IP)
  3077. # [22:20] * Quits: janv (varga@moz-8BF5D87F.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  3078. # [22:20] * Joins: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3079. # [22:20] <ftigeot> nalexander: how could I do that ?
  3080. # [22:20] <Yoric> ehsan: For third-party cookies? I'm sure it's a little more complicated than that.
  3081. # [22:20] <Yoric> Anyway, back to ciding.
  3082. # [22:20] <@ehsan> ok!
  3083. # [22:20] <reuben> ftigeot: why is it not a patch?
  3084. # [22:20] <nalexander> ftigeot: it's just a Bugzilla option, look at the bottom of the page.
  3085. # [22:20] * Joins: kaze (kaze@A5A0595A.66715431.D25A875A.IP)
  3086. # [22:21] <ftigeot> reuben: these are complete new files
  3087. # [22:21] * Joins: tmyoung (Thunderbir@moz-A52EE408.alyoung.com)
  3088. # [22:21] <anton> BenWa: thanks! what about responsiveness? e.g. 0.000298 is out of what range? 0..1 with 1 being unresponsive at all?
  3089. # [22:21] <nemo> hum. lemme make a simpler testcase I guess...
  3090. # [22:21] * Joins: jhammel (jhammel@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3091. # [22:21] <BenWa> anton: I think it's in millisecond
  3092. # [22:21] <reuben> ftigeot: uh… right. you can create patches for new files just like you do for other changes
  3093. # [22:22] * Joins: IanN (chatzilla@moz-C2F768A9.perr.cable.virginmedia.com)
  3094. # [22:22] <@dbaron> is bugzilla down?
  3095. # [22:22] <ftigeot> nalexander: I really don't see anything obvious
  3096. # [22:23] * Joins: sicking (sicking@8F5BDF33.A213E503.6B0FE838.IP)
  3097. # [22:23] <reuben> ftigeot: check out https://developer.mozilla.org/en-US/docs/Mercurial_FAQ#How_can_I_generate_a_patch_for_somebody_else_to_check-in_for_me.3F
  3098. # [22:23] <ftigeot> reuben: I figured adding complete files was simpler...
  3099. # [22:23] <anton> BenWa: oh. so if get samples every millisecond (i think that's the current interval) what does 0.000298 means? sorry for a dumb question :)
  3100. # [22:23] * Quits: bholley (anonymous@moz-21DD2AC0.hsd1.ca.comcast.net) (Ping timeout)
  3101. # [22:23] <mcsmurf> dbaron: looks down to me, too
  3102. # [22:23] <nalexander> ftigeot: no, complete files are not easier.
  3103. # [22:23] <mcsmurf> dbaron: or at least very slow
  3104. # [22:23] <@dbaron> very slow
  3105. # [22:23] <@dbaron> the bug eventually loaded for me
  3106. # [22:23] * Joins: bholley (anonymous@moz-21DD2AC0.hsd1.ca.comcast.net)
  3107. # [22:23] <mcsmurf> yeah, bit slow
  3108. # [22:24] <BenWa> anton: well if you're idle the number will be really low
  3109. # [22:24] <BenWa> anton: It could be in milliseconds however
  3110. # [22:24] <BenWa> err normal seconds
  3111. # [22:24] * sheppy-afk is now known as sheppy
  3112. # [22:24] * Joins: Sreenidhi (mz@43CB6079.66715431.D25A875A.IP)
  3113. # [22:25] <ftigeot> nalexander, reuben: ok, I'll try to create a git patch. is there a nspr git repo somewhere ? I only saw a hg version
  3114. # [22:25] * Quits: jviereck (Adium@moz-2E67E93A.ethz.ch) (Quit: Leaving.)
  3115. # [22:25] <reuben> ftigeot: if you have an hg clone already, why not create the patch there?
  3116. # [22:26] * Joins: Asa (asa@2557E599.66715431.D25A875A.IP)
  3117. # [22:26] * Quits: jgilbert (jgilbert@moz-4C088FCE.hsd1.ca.comcast.net) (Ping timeout)
  3118. # [22:26] <ftigeot> reuben: the doc said "in git style"
  3119. # [22:26] * Quits: Sreenidhi (mz@43CB6079.66715431.D25A875A.IP) (Ping timeout)
  3120. # [22:27] <reuben> ftigeot: yea, that's what the |[diff] git = 1| option does
  3121. # [22:27] * Joins: Archaeopteryx (itsme@moz-D680859C.cust.telecolumbus.net)
  3122. # [22:27] <@ted> anton: you're looking at the Tp5 responsiveness results?
  3123. # [22:27] <reuben> i.e. see the rest of that section in the doc
  3124. # [22:27] <@ted> or just profiler data?
  3125. # [22:27] <anton> ted: just profiler data
  3126. # [22:28] <anton> ted: trying to document that before i start rewriting devtools profiler ui
  3127. # [22:28] <@ted> ah
  3128. # [22:28] * Quits: tmyoung (Thunderbir@moz-A52EE408.alyoung.com) (Ping timeout)
  3129. # [22:28] * Joins: wolfiR (wolfiR@moz-E50CDDC9.hotspotsvankpn.com)
  3130. # [22:30] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/189e40137b04 - Wes Johnston - Bug 882136 - Remove notifications created by NotificationHelper when Fennec is killed. r=lucasr
  3131. # [22:30] <ftigeot> grmbl can't use qnew
  3132. # [22:31] <@ted> http://mxr.mozilla.org/mozilla-central/source/tools/profiler/platform.cpp#543
  3133. # [22:31] <@ted> it's milliseconds
  3134. # [22:31] * Joins: auswerk (aus@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3135. # [22:31] * Joins: lizzard (ehenry@6902864.17C2F9C.163DC5C6.IP)
  3136. # [22:32] * Quits: ahal (ahal@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  3137. # [22:32] * Joins: tmyoung (Thunderbir@moz-A52EE408.alyoung.com)
  3138. # [22:32] <@ted> BenWa: hrm, the profiler doesn't technically measure that accurately
  3139. # [22:32] <BenWa> ted: no?
  3140. # [22:32] <@ted> (in the default case where we're responsive)
  3141. # [22:32] * Joins: ahal (ahal@F2D29657.F60B0462.67AC9B1.IP)
  3142. # [22:32] <@ted> but that's probably not terribly important
  3143. # [22:32] <@ted> http://mxr.mozilla.org/mozilla-central/source/toolkit/xre/EventTracer.cpp#130
  3144. # [22:32] <@ted> there's an optional sleep at the end of the loop if the event is serviced quickly and we have time left between sampling intervals
  3145. # [22:33] * Quits: mak (chatzilla@moz-59C7C304.retail.telecomitalia.it) (Connection reset by peer)
  3146. # [22:33] <@ted> the default sampling interval is only 10ms
  3147. # [22:33] <@ted> so it probably doesn't make much difference
  3148. # [22:33] <BenWa> ted: Well the average event lag will be ~10ms then
  3149. # [22:33] <@ted> yeah
  3150. # [22:33] <BenWa> other then that the sample colors for 10ms is dark black so it's not noticable. Good to know
  3151. # [22:34] <BenWa> I plan on adding data about when we swap frames. I think we will move towards focusing more on missed frames then input lag
  3152. # [22:34] <BenWa> It easier to argue about not missing a frame then responding to events every 15ms
  3153. # [22:34] <@ted> heh
  3154. # [22:34] <@ted> well they're both important
  3155. # [22:34] * Quits: reyre_ (reyre@86C3727C.33EE9F8A.1139E686.IP) (Client exited)
  3156. # [22:34] * Joins: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz)
  3157. # [22:35] <@ted> but most of the laggy shit i see in profiles is way beyond 15ms anyway
  3158. # [22:35] <BenWa> Agreed. I will leave resp. data
  3159. # [22:35] * Quits: geo (geo@2557E599.66715431.D25A875A.IP) (Connection reset by peer)
  3160. # [22:35] <@ted> "hey why did my browser hang for 3 seconds"
  3161. # [22:35] * Quits: bmoss (bmoss@2557E599.66715431.D25A875A.IP) (Ping timeout)
  3162. # [22:35] <BenWa> Yes exactly and the data we collect here makes it clearly red
  3163. # [22:35] * Joins: geo- (geo@2557E599.66715431.D25A875A.IP)
  3164. # [22:35] * Joins: mak (chatzilla@moz-59C7C304.retail.telecomitalia.it)
  3165. # [22:35] <BenWa> ted: Although sometimes I've noticed that the browser is lagging but we seem to get a tracer event. Might just be because we got a partial event loop flush
  3166. # [22:36] * Joins: bmoss (bmoss@2557E599.66715431.D25A875A.IP)
  3167. # [22:36] <@ted> interesting, yeah
  3168. # [22:36] <BenWa> The grap goes from black-red-black-red but the UI is locked
  3169. # [22:36] <@ted> right, something eating up lots of cycles, but letting up just enough to sneak in tracer events
  3170. # [22:37] <@ted> kinda hard, if you service the event loop you're not really completely unresponsive
  3171. # [22:37] * Quits: tmyoung (Thunderbir@moz-A52EE408.alyoung.com) (Ping timeout)
  3172. # [22:37] * geo- is now known as geo
  3173. # [22:37] * Joins: janv (varga@moz-8BF5D87F.flarion.as5628.telecom.sk)
  3174. # [22:37] <BenWa> It gave me the impression that we got through several tracer event but no frames which shouldn't be if we're keeping things in the queue ordered
  3175. # [22:38] * Quits: capella (chatzilla@moz-890811F7.twcny.res.rr.com) (Ping timeout)
  3176. # [22:38] <@ted> what queue?
  3177. # [22:38] <@ted> i don't claim to know the specifics of how our event loops work
  3178. # [22:38] <BenWa> the event loop
  3179. # [22:38] <@ted> the tracer events are just fired into the native event loop
  3180. # [22:39] <BenWa> Right. Who knows since we have multiple event loop in practice
  3181. # [22:39] * Quits: lizzard (ehenry@6902864.17C2F9C.163DC5C6.IP) (Quit: lizzard)
  3182. # [22:39] <MrDHat> How do I add multiple attachements in Bugzilla?
  3183. # [22:39] * Joins: capella (chatzilla@moz-890811F7.twcny.res.rr.com)
  3184. # [22:40] <BenWa> MrDHat: One at a time =\
  3185. # [22:40] <nemo> http://m8y.org/tmp/testcase351.xhtml - reduced testcase of the ugly radial gradient rendering under OSX
  3186. # [22:41] <nemo> (compared to Linux/Windows)
  3187. # [22:41] <MrDHat> BenWa: I've got 3 screenshots and I don't want to clutter the comments section, isn't it possible to add them in one go?
  3188. # [22:41] * Quits: system64 (iakshay@DF1E4059.83885371.1228A288.IP) (Quit: Quit)
  3189. # [22:41] * Quits: davidb (davidb@F2D29657.F60B0462.67AC9B1.IP) (Quit: davidb)
  3190. # [22:42] <@ted> MrDHat: nope
  3191. # [22:42] <jhammel> .zip :)
  3192. # [22:42] <ftigeot> reuben: I'm sorry but I can't get my hg version to generate a git style patch. would hg log -pr output be acceptable ?
  3193. # [22:42] <MrDHat> :/
  3194. # [22:43] <BenWa> MrDHat: IMO I wouldn't zip them if you want people to look at them. Don't worry about the comment/email spam if what your contributing is useful
  3195. # [22:43] <reuben> ftigeot: |hg diff --git -p -U 8| doesn't work?
  3196. # [22:43] * Joins: tmyoung (Thunderbir@moz-A52EE408.alyoung.com)
  3197. # [22:44] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/29e698ae2b5c - Nicolas B. Pierron - Bug 871848 - Save volatile registers before inlined calls followed by a bailout. r=bhackett
  3198. # [22:44] * nsm|away is now known as nsm
  3199. # [22:45] <anton> ted: do you know what sResponsivenessLoc is in http://mxr.mozilla.org/mozilla-central/source/tools/profiler/platform.cpp#533 ?
  3200. # [22:45] <MrDHat> BenWa: I was thinking of uploading a zip and poiting links to the hosted images as well, should that work?
  3201. # [22:46] * Quits: jandem (jandem@66C76B89.FB8EABAE.DF9376EA.IP) (Quit: Bye)
  3202. # [22:46] <ftigeot> reuben: it did. many thanks!
  3203. # [22:46] * Quits: tmyoung (Thunderbir@moz-A52EE408.alyoung.com) (Ping timeout)
  3204. # [22:46] <MrDHat> *pointing
  3205. # [22:46] <@ted> anton: i think it's just a ring buffer
  3206. # [22:46] * Quits: jfkthame (jfkthame@AB8046DF.6B7B908E.3E2A4E92.IP) (Quit: jfkthame)
  3207. # [22:46] <@ted> actually no
  3208. # [22:46] <@ted> i don't
  3209. # [22:46] * joduinn-mtg is now known as joduinn-brb
  3210. # [22:46] <@ted> hah
  3211. # [22:46] <anton> :)
  3212. # [22:47] * Quits: damons (gnubeard@97957D0A.8D753159.C943C01E.IP) (Quit: damons)
  3213. # [22:47] <@ted> actually it looks like a really weirdly implemented ring buffer
  3214. # [22:47] * Joins: Jesse (jruderman@moz-537BCF9.hsd1.ca.comcast.net)
  3215. # [22:47] <@ted> in that when it overflows it shifts all the data back by one space
  3216. # [22:48] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/da94b18e9f27 - Ehsan Akhgari - Bug 882766 - Recognize clang even when it doesn't #define __GNUC__; r=ted
  3217. # [22:48] <@ted> that's all BenWa's code, blame him
  3218. # [22:48] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/069b2adf589e - Ehsan Akhgari - Bug 752034 - Use the Windows SDK when building with Clang on Windows; r=ted
  3219. # [22:48] * Quits: capella (chatzilla@moz-890811F7.twcny.res.rr.com) (Quit: ChatZilla 0.9.90-2013040112 [Firefox 24.0a1/20130612060006])
  3220. # [22:48] <karolyi> ted: just wanted to report that is successfully hacked the skip-cert-error in a xulrunner profile, thank you for your help :)
  3221. # [22:49] * Joins: capella (chatzilla@moz-890811F7.twcny.res.rr.com)
  3222. # [22:49] <karolyi> s/is/i/g
  3223. # [22:49] <@ted> np
  3224. # [22:49] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/627c03f469d8 - Bas Schouten - Bug 878032 - Part 1: Factor out some simle none-RenderTarget dependent functions. r=jrmuizel
  3225. # [22:49] <@ted> glad that worked
  3226. # [22:49] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/3cb61a7d5746 - Bas Schouten - Bug 878032 - Part 2: Factor out partial bitmap uploading and scaling. r=jrmuizel
  3227. # [22:49] * coop|mtg is now known as coop|buildduty
  3228. # [22:50] * Joins: tmyoung (Thunderbir@moz-A52EE408.alyoung.com)
  3229. # [22:50] <anton> ted: yeah i saw the shifting and got confused
  3230. # [22:50] <BenWa> anton: ted: That code is used the draw the graph. It's not even a ring buffer. It just shifts everything over to append the last sample lol. It's bad but easy to get right
  3231. # [22:51] <BenWa> I plan on removing that code
  3232. # [22:52] * Joins: tmyoung1 (Thunderbir@moz-A52EE408.alyoung.com)
  3233. # [22:52] * Joins: jgilbert (jgilbert@2557E599.66715431.D25A875A.IP)
  3234. # [22:52] * Quits: tmyoung (Thunderbir@moz-A52EE408.alyoung.com) (Ping timeout)
  3235. # [22:53] * openjck|lunch is now known as openjck
  3236. # [22:54] * Quits: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP) (Quit: erikvold)
  3237. # [22:54] * Quits: tmyoung1 (Thunderbir@moz-A52EE408.alyoung.com) (Ping timeout)
  3238. # [22:55] <Callek> should I be expecting graphics painting issues (gpu accel) windows 7 -- buildid 23.0a2 (2013-05-24) ---- lots of black regions, on content scroll and in chrome (e.g. urlbar on new tab)
  3239. # [22:55] <Callek> ----or am I likely just near OOM level
  3240. # [22:55] <Callek> ----or should I realize that I need to restart
  3241. # [22:55] * Joins: damons (gnubeard@97957D0A.8D753159.C943C01E.IP)
  3242. # [22:55] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/8ed0409f36c2 - Ehsan Akhgari - Bug 674927 - Part 2: Cleanup the async spellcheck stuff when the editor cleans up mozInlineSpellChecker; r=adw
  3243. # [22:55] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/f26888376433 - Aryeh Gregor - Bug 674927 - Part 3: Make the spellcheck attribute work correctly for contenteditable; r=ehsan
  3244. # [22:55] <Bas> Callek: Do you know if all of mozilla-central's users are on the Windows 8 SDK yet?
  3245. # [22:56] <Bas> I want to introduce a dependency but I don't want to break anyone :p
  3246. # [22:56] <Callek> Bas: seamonkey isn't
  3247. # [22:56] <Callek> Bas: at least I'm pretty sure its not
  3248. # [22:56] <Bas> Ugh :(
  3249. # [22:56] <Bas> Dammit
  3250. # [22:56] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b1636ba097f9 - Terrence Cole - Bug 884410 - Handlify the JS_EnumerateStandardClasses interface; r=jonco
  3251. # [22:56] <mcsmurf> another new dependency? hm..
  3252. # [22:56] <Callek> Bas: is it possible to introduce the dep conditional on win8 or with a configure option, or something
  3253. # [22:56] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/b07c97f12e34 - Terrence Cole - Bug 884410 - Handlify the JS_ResolveStandardClass interface; r=jonco
  3254. # [22:56] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/c55d7332c83a - Terrence Cole - Bug 884410 - Handlify the JS_TransplantObject interfaces; r=jonco
  3255. # [22:56] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/95952d257a56 - Terrence Cole - Bug 884410 - Remove JS_EnumerateResolvedStandardClasses; r=Waldo sr=luke
  3256. # [22:56] * Joins: pcwalton (pcwalton@43CB6079.66715431.D25A875A.IP)
  3257. # [22:56] * jmaher is now known as jmaher|afk
  3258. # [22:57] <Bas> Callek: Of course, it just sucks and introduces messy ifdefs in a bunch of places.
  3259. # [22:57] <@dolske> Bas: seamonkey should not be a blocker.
  3260. # [22:57] * Joins: seth (seth@2557E599.66715431.D25A875A.IP)
  3261. # [22:57] <Callek> Bas: I can own making us use it sooner, but so far we haven't and just lost a WHOLE cycle on no build machines (so we don't have a Gecko 21 release and are an extra week behind Gecko 22)
  3262. # [22:57] <Callek> dolske: indeed
  3263. # [22:57] <Bas> dolske: Okay, any idea who has the final call on whether or not m-c can have a unconditional dependency on the Win8 SDK?
  3264. # [22:57] <Callek> Bas: basically, seamonkey is not a hard-blocker, but it would be nice if there is an easy way to avoid breaking us, even if it means we're in a slightly non-standard config for a bit
  3265. # [22:57] <Bas> I hate #ifdef with a passion :)
  3266. # [22:58] * Quits: jet (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: jet)
  3267. # [22:58] * Joins: tmyoung (Thunderbir@moz-A52EE408.alyoung.com)
  3268. # [22:58] <jhammel> Bas: #define it away
  3269. # [22:58] <jhammel> oh, wait
  3270. # [22:58] <Bas> Callek: Meh, I'd hate for Seamonkey and m-c to work with different rendering engines.
  3271. # [22:58] <Bas> It'll be begging for trouble :)
  3272. # [22:58] <Callek> Bas: especially if we can avoid the switch at the very end of a gecko trunk cycle!
  3273. # [22:58] <mcsmurf> make sure people know about the new win8 dependency
  3274. # [22:58] <@dolske> Bas: good question. I suppose one one of the build peers.
  3275. # [22:58] <mcsmurf> in time
  3276. # [22:58] <Callek> basically "SeaMonkey is not a blocker, but useful to be given a few week heads up on dependancies like this"
  3277. # [22:58] <mcsmurf> guess a few people need to update their local build tools
  3278. # [22:59] <Callek> Bas: and it will be a harder switch for SeaMonkey if win2k3 can't install the win8 sdk, fwiw
  3279. # [22:59] <Bas> mcsmurf: Yeah, latest moz-build is all up to date.
  3280. # [22:59] <Callek> Bas: moz-build is up to date, but it doesn't ship win8 sdk
  3281. # [22:59] <@gavin> "whether or not m-c can have a unconditional dependency on the Win8 SDK" seems like something that needs broader concensus
  3282. # [22:59] * Quits: yzen (yzen@AA2C085E.10C8AEF8.9A8C35B4.IP) (Quit: yzen)
  3283. # [22:59] <Callek> gavin++
  3284. # [22:59] * Quits: tmyoung (Thunderbir@moz-A52EE408.alyoung.com) (Ping timeout)
  3285. # [23:00] <mcsmurf> "The installation of the Windows SDK is supported on the following operating systems: Windows 8 Windows Server 2012 Windows 7 Windows Server 2008 R2"
  3286. # [23:00] * joduinn-brb is now known as joduinn-mtg
  3287. # [23:00] <mcsmurf> (Windows 8 SDK)
  3288. # [23:00] <Bas> gavin: I'm fine with that as well. Our tendency to lag behind on SDKs is an annoyance, but it is something everyone has gotten used to :)
  3289. # [23:00] * Callek gives seamonkey as a data point with a "would be nice to have at the least a few weeks of data to get our ducks in a row"
  3290. # [23:00] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/8f1f12f449dc - Ehsan Akhgari - Bug 674927 - Part 4: Add a reftest which was removed by mistake
  3291. # [23:00] <Bas> I'll #ifdef away (and hope I do it right).
  3292. # [23:00] <Callek> mcsmurf: ahh boo that means we *can't* install win8 SDK on the systems we have now
  3293. # [23:00] * Quits: brendan (brendaneic@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: brendan)
  3294. # [23:00] <Callek> we'd haev to reimage and bringup new ones from scratch
  3295. # [23:00] <mcsmurf> oh boy
  3296. # [23:01] <Bas> mcsmurf: To be fare it's kind of ridiculous we're still running Win2K3 build machines :P But I'll put it behind a #ifdef as not to cause you trouble.
  3297. # [23:01] <nemo> added -webkit- prefix Safari also renders it incorrectly, but not quite the same
  3298. # [23:01] * Quits: bmoss (bmoss@2557E599.66715431.D25A875A.IP) (Ping timeout)
  3299. # [23:01] * mgerva is now known as mgerva|afk
  3300. # [23:01] <Callek> Bas: I don't disagree, but yea its hard to get traction on the work that can't be done by the seamonkey volunteers
  3301. # [23:01] <Callek> nevermind the time required for said volunteer work
  3302. # [23:02] <Callek> and there is a "# of machines available" problem for seamonkey as well
  3303. # [23:02] * Quits: maxli (maxli@F2D29657.F60B0462.67AC9B1.IP) (Quit: Leaving.)
  3304. # [23:02] <mcsmurf> we'll find some solution if one day Win8 SDK is required
  3305. # [23:02] * Quits: firebot (firebot@moz-F8C1AF63.carolina.res.rr.com) (Connection reset by peer)
  3306. # [23:03] <Callek> mcsmurf: you mean like desupport seamonkey on windows?
  3307. # [23:03] * Quits: mstange (markus@moz-3DD7BBCE.dip0.t-ipconnect.de) (Quit: mstange)
  3308. # [23:03] * Quits: Asa (asa@2557E599.66715431.D25A875A.IP) (Ping timeout)
  3309. # [23:03] <mcsmurf> erm :P
  3310. # [23:03] * jhopkins is now known as jhopkins|afk
  3311. # [23:03] <Bas> mcsmurf: That's not really the right attitude, first of all newer SDKs contain bugfixes and performance improvements, more importantly having #ifdef away using new functionality causes a hassle and makes people revert to using older, worse, APIs.
  3312. # [23:03] * Joins: Asa (asa@2557E599.66715431.D25A875A.IP)
  3313. # [23:03] * Joins: tmyoung (Thunderbir@moz-A52EE408.alyoung.com)
  3314. # [23:03] * Joins: bmoss (bmoss@2557E599.66715431.D25A875A.IP)
  3315. # [23:04] * Joins: josh (josh@moz-348C4790.hsd1.mn.comcast.net)
  3316. # [23:04] <JonathanS> When plugin.expose_full_path is gone, there is no need to have chrome access for about:plugins. It could be in standalone html file with a link from menu.
  3317. # [23:04] <mcsmurf> ok, possible, I'm not that into how the SDKs differ
  3318. # [23:04] * Quits: msucan (mihai@CC37971C.700B7157.7C5F70AF.IP) (Quit: Leaving.)
  3319. # [23:04] <mcsmurf> but to me it seems our build requirements change faster and faster
  3320. # [23:04] * Quits: ctangira (ctangira@moz-B74E97F4.cisco.com) (Quit: ctangira)
  3321. # [23:04] <mcsmurf> compared to the past
  3322. # [23:04] <@bsmedberg> JonathanS: I don't understand what you just said
  3323. # [23:05] * Quits: tmyoung (Thunderbir@moz-A52EE408.alyoung.com) (Ping timeout)
  3324. # [23:05] * Joins: brendan (brendaneic@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3325. # [23:05] <JonathanS> bsmedberg Bug 883671 Is there is a reason to do about:plugins without doing it in standalone html?
  3326. # [23:06] <@bsmedberg> what does "standalone HTML" mean?
  3327. # [23:06] <Bas> Looks like we even default to targetting WINSDK_VER 601 and not 602.
  3328. # [23:06] <@bsmedberg> JonathanS: we removed expose_full_path which means that unprivileged content can't see the information any more
  3329. # [23:06] * Joins: jet (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3330. # [23:07] * Quits: brendan (brendaneic@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: brendan)
  3331. # [23:07] <JonathanS> bsmedberg, single html file can get all installed plugins list.
  3332. # [23:07] * Quits: cpearce (chatzilla@moz-AE665A1C.xdsl.xnet.co.nz) (Ping timeout)
  3333. # [23:07] <@bsmedberg> how?
  3334. # [23:07] <JonathanS> navigator property?
  3335. # [23:07] <@khuey> er
  3336. # [23:07] <@khuey> !seen firebot?
  3337. # [23:07] <Yoric> ehsan: Would you be available to review my aforementioned patch? It's kind of urgent.
  3338. # [23:08] <@khuey> how am I supposed to update my uuids now?
  3339. # [23:08] <@ehsan> sure
  3340. # [23:08] <@ehsan> khuey: uuidgen
  3341. # [23:08] <nemo> dbaron: ah. I wasn't sure of component.
  3342. # [23:08] * Joins: firebot (firebot@moz-F8C1AF63.carolina.res.rr.com)
  3343. # [23:08] <@ehsan> http://www.uuidgen.com/
  3344. # [23:08] <dholbert> khuey, just use your social security number -- that should be pretty unique
  3345. # [23:08] <nemo> graphics. shall remember.
  3346. # [23:08] <@khuey> dholbert++
  3347. # [23:08] <@ehsan> dholbert++
  3348. # [23:08] <dholbert> \o/
  3349. # [23:09] * Joins: Sreenidhi (mz@43CB6079.66715431.D25A875A.IP)
  3350. # [23:09] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  3351. # [23:09] <@ehsan> dholbert: got your karma fix for the day ;)
  3352. # [23:09] <@dbaron> khuey, use the 'uuidgen' command
  3353. # [23:09] <dholbert> now I don't feel so bad about punching that baby
  3354. # [23:09] <philor> surely there's a mach uuid?
  3355. # [23:09] <@khuey> gps: ^
  3356. # [23:09] * Joins: tmyoung (Thunderbir@moz-A52EE408.alyoung.com)
  3357. # [23:09] <@ehsan> god
  3358. # [23:09] <@ehsan> mach is turning into emacs sooo quickly :(
  3359. # [23:10] <gps> bug 855160
  3360. # [23:10] <froydnj> not a bad thing
  3361. # [23:10] <philor> nah, still can't do matrix transforms
  3362. # [23:10] <@bsmedberg> ehsan: s/:(/:)]
  3363. # [23:10] <@ehsan> froydnj: depends who you ask!
  3364. # [23:10] <jgilbert> ehsan: at least I can still ^C out easily :P
  3365. # [23:10] <gps> python; import uuid; uuid.uuid1()
  3366. # [23:10] <@ehsan> bsmedberg: I don't even know what that means, and I don't *want* to know ;)
  3367. # [23:10] * Quits: seth (seth@2557E599.66715431.D25A875A.IP) (Connection reset by peer)
  3368. # [23:10] * Joins: seth (seth@2557E599.66715431.D25A875A.IP)
  3369. # [23:11] <froydnj> ehsan: yeah, but those naysayers are Wrong :)
  3370. # [23:11] <@ehsan> froydnj: s/Wrong/RIGHT/
  3371. # [23:11] * Quits: jhammel (jhammel@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: leaving)
  3372. # [23:11] * Quits: tmyoung (Thunderbir@moz-A52EE408.alyoung.com) (Ping timeout)
  3373. # [23:11] * Joins: brendan (brendaneic@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3374. # [23:11] <froydnj> "...on the next episode of Editor Wars...!"
  3375. # [23:12] <@ehsan> froydnj: I'm the Editor module owner, so this is totally my call
  3376. # [23:12] <froydnj> ehsan++
  3377. # [23:12] <@khuey> ha
  3378. # [23:13] * jld gets distracted by history while playing the annotate-to-find-reviewers game, and...
  3379. # [23:14] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/f189d72156e4 - Chris Peterson - Bug 880245 - Move Android's .jsm modules from Makefile.in to moz.build. r=joey
  3380. # [23:14] <jld> ...discovers bug 860029. I'm impressed that the tree got burnt *twice* by comment changes.
  3381. # [23:14] * Joins: tmyoung (Thunderbir@moz-A52EE408.alyoung.com)
  3382. # [23:15] * aki is now known as aki|mtg
  3383. # [23:15] * Joins: jfkthame (jfkthame@AB8046DF.6B7B908E.3E2A4E92.IP)
  3384. # [23:16] * Quits: taras (taras@moz-8E045071.hsd1.wa.comcast.net) (Ping timeout)
  3385. # [23:16] <@khuey> nsTArray is infallible now right?
  3386. # [23:16] * Quits: tmyoung (Thunderbir@moz-A52EE408.alyoung.com) (Ping timeout)
  3387. # [23:16] * Joins: ally (A@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3388. # [23:17] <ally> Has anyone seen this error recently on startup? "Could not find Mozilla runtime" It happened on my local build of m-c today
  3389. # [23:17] <@ehsan> khuey: yeah, that surprised me a while ago too
  3390. # [23:18] * Quits: cronco (Thunderbir@17FF97FF.AE2F10B0.3376CD77.IP) (Ping timeout)
  3391. # [23:18] <nemo> khuey: perl -e 'use UUID;UUID::generate($x);UUID::unparse($x,$z);print $z'
  3392. # [23:18] <@khuey> what is perl?
  3393. # [23:18] * Quits: Callek (chatzilla@moz-DD17331C.dhcp.oxfr.ma.charter.com) (Ping timeout)
  3394. # [23:18] * nemo growls
  3395. # [23:18] * coop|buildduty is now known as coop|afk
  3396. # [23:19] * Joins: Callek (chatzilla@moz-DD17331C.dhcp.oxfr.ma.charter.com)
  3397. # [23:19] * Joins: ctangira (ctangira@moz-CFCC7B62.cisco.com)
  3398. # [23:19] <philor> imPractical Extraction fRom Lots of syntax
  3399. # [23:19] <nemo> that's... pretty tortured
  3400. # [23:19] * ally offers nemo a cookie
  3401. # [23:20] <philor> that's why it fits, just like Perl's users!
  3402. # [23:20] <nemo> philor: at least it isn't python
  3403. # [23:21] <philor> darn right - the Python version was so short and simple, just *anybody* could remember it
  3404. # [23:21] <NeilAway> Bas: how can SDKs contain bugfixes?
  3405. # [23:21] <Bas> NeilAway: Inline code.
  3406. # [23:22] <Bas> NeilAway: There's quite a bit of it.
  3407. # [23:22] * Quits: seth (seth@2557E599.66715431.D25A875A.IP) (Ping timeout)
  3408. # [23:23] <NeilAway> JonathanS: no, plugin.expose_full_path is gone because there is chrome access for about:plugins
  3409. # [23:23] * Joins: seth (seth@2557E599.66715431.D25A875A.IP)
  3410. # [23:23] * Quits: janv (varga@moz-8BF5D87F.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  3411. # [23:23] * Joins: tmyoung (Thunderbir@moz-A52EE408.alyoung.com)
  3412. # [23:24] <NeilAway> Bas: bah, I guess Windows 3.1 was the last version where the SDK was just a list of exported functions and defined constants
  3413. # [23:25] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Client exited)
  3414. # [23:25] <Bas> NeilAway: Quite likely! :)
  3415. # [23:25] * Quits: bholley (anonymous@moz-21DD2AC0.hsd1.ca.comcast.net) (Ping timeout)
  3416. # [23:25] * Joins: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  3417. # [23:25] <NeilAway> (you could target 3.1 without including windows.h for instance)
  3418. # [23:25] * Joins: bholley (anonymous@moz-21DD2AC0.hsd1.ca.comcast.net)
  3419. # [23:25] * Quits: wolfiR (wolfiR@moz-E50CDDC9.hotspotsvankpn.com) (Quit: Leaving)
  3420. # [23:25] <NeilAway> (or linking to any lib files)
  3421. # [23:26] * kats is now known as kats|away
  3422. # [23:26] * Quits: tmyoung (Thunderbir@moz-A52EE408.alyoung.com) (Ping timeout)
  3423. # [23:26] <Bas> NeilAway: I had to avoid depending on the Win8 SDK at some point and manually define the vtable of a simple class I needed to access on Windows 8 systems. It was a nightmare, a true, nightmare.
  3424. # [23:27] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  3425. # [23:27] * sfoster is now known as sfoster|afk
  3426. # [23:27] * Joins: tmyoung (Thunderbir@moz-A52EE408.alyoung.com)
  3427. # [23:27] <Bas> NeilAway: This was the result: http://hg.mozilla.org/mozilla-central/file/d2a7cfa34154/gfx/2d/moz-d2d1-1.h
  3428. # [23:27] <nemo> head -c 100 /dev/urandom | md5sum | sed 's/\(........\)\(....\)\(....\)\(....\)\(............\)/\1-\2-\3-\4-\5/' # yes, I think dots make it more readable
  3429. # [23:28] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/358362de102b - Ehsan Akhgari - Bug 882770 - Do not use the MSVC driver commands for clang on Windows; r=ted
  3430. # [23:28] * Joins: taras (taras@moz-8E045071.hsd1.wa.comcast.net)
  3431. # [23:28] * Quits: atuljangra (Instantbir@EF3E976E.8A081499.D30E9BEF.IP) (Quit: Need some break from Moz-awesomeness! :-))
  3432. # [23:28] <philor> ehsan: and you win the prize for First One To Make Me Log In To treestatus Today
  3433. # [23:29] * Quits: tmyoung (Thunderbir@moz-A52EE408.alyoung.com) (Ping timeout)
  3434. # [23:29] * Joins: atuljangra (Mibbit@EF3E976E.8A081499.D30E9BEF.IP)
  3435. # [23:29] <philor> oh, no you don't, give that back
  3436. # [23:29] <@ehsan> philor: you should blame Bas
  3437. # [23:29] * Quits: gcp (gpascutto@moz-9CEB1C98.access.telenet.be) (Quit: Make a new plan, Stan!)
  3438. # [23:30] <philor> indeed
  3439. # [23:30] <Bas> It is my fault!
  3440. # [23:30] * Joins: knelson (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3441. # [23:31] * Quits: @smaug (chatzilla@moz-D8807168.elisa-laajakaista.fi) (Ping timeout)
  3442. # [23:31] <@ehsan> Bas: are you backing out or should I?
  3443. # [23:31] <NeilAway> Bas: hey, I don't suppose you know why my font metrics are different if I force directwrite fonts?
  3444. # [23:31] <joe> bas run everyone noticed you
  3445. # [23:32] <mcsmurf> "Windows"
  3446. # [23:32] <Bas> ehsan: I'll probably just push the fix. Unless you get some sort of satisfaction from backing it out :)
  3447. # [23:32] * Quits: capella (chatzilla@moz-890811F7.twcny.res.rr.com) (Connection reset by peer)
  3448. # [23:32] <Bas> If you do, by all means feel free :p
  3449. # [23:32] <@ehsan> Bas: well if you promise that it will fix it then that's fine
  3450. # [23:32] <joe> i want to push hurry hurry hurry
  3451. # [23:32] <@ehsan> but keeping the tree closed for hours to find out is not great
  3452. # [23:32] * Joins: capella (chatzilla@moz-890811F7.twcny.res.rr.com)
  3453. # [23:32] * Joins: tmyoung (Thunderbir@moz-A52EE408.alyoung.com)
  3454. # [23:32] <Bas> ehsan: It won't take hours to add an include ;)
  3455. # [23:32] <@ehsan> Bas: presumably you didn't hit this in your local builds?
  3456. # [23:33] <@ehsan> Bas: it will to find out whether it worked
  3457. # [23:33] <@ehsan> but I don't care much
  3458. # [23:33] <Bas> ehsan: I didn't, not initially at least. I wonder if I made some last minute include changes to create a cleaner include graph that borked it.
  3459. # [23:33] <@ehsan> I don't have anything else to push for now
  3460. # [23:33] <@ehsan> Bas: convince joe ;)
  3461. # [23:34] * Quits: kentuckyfriedtakahe (ajones@538BABFE.A073F3E.97BBD552.IP) (Quit: Ex-Chat)
  3462. # [23:34] <joe> back 'im out boys
  3463. # [23:34] <@ehsan> ok!
  3464. # [23:34] <Bas> :s
  3465. # [23:34] <Bas> Well, sure then. I feel more like playing a video game than adding an include anyway.
  3466. # [23:35] <@ehsan> lol
  3467. # [23:35] * Quits: tmyoung (Thunderbir@moz-A52EE408.alyoung.com) (Ping timeout)
  3468. # [23:35] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/72a95da7099f - Gary Kwong - Backout 29e698ae2b5c for causing orange in a CLOSED TREE.
  3469. # [23:35] <philor> see? some people just take their orange and go!
  3470. # [23:36] <@ehsan> joe: done
  3471. # [23:36] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5b3196ad66f4 - Ehsan Akhgari - Backed out 2 changesets (bug 878032) because of Windows build bustage
  3472. # [23:36] <Bas> Jesus, you backed both out?
  3473. # [23:36] <Bas> ffs.
  3474. # [23:37] <@ehsan> Bas: pardon?
  3475. # [23:37] <Bas> Nrver mind.
  3476. # [23:37] <Bas> *never
  3477. # [23:37] * Quits: jib (Jan-Ivar@moz-D0297AE3.phlapa.fios.verizon.net) (Quit: jib)
  3478. # [23:37] * Joins: cpearce (chatzilla@538BABFE.A073F3E.97BBD552.IP)
  3479. # [23:37] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  3480. # [23:37] * Joins: jesup|mac (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  3481. # [23:38] <@ehsan> Bas: you didn't ask me to back out one of the patches did you?
  3482. # [23:38] * Quits: rstrong (androirc@A5A0595A.66715431.D25A875A.IP) (Quit: AndroIRC - Android IRC Client ( http://www.androirc.com ))
  3483. # [23:38] <Bas> I did not.
  3484. # [23:38] * Joins: atulalt (Instantbir@EF3E976E.8A081499.D30E9BEF.IP)
  3485. # [23:38] * Joins: erikvold (erikvold@moz-550BFA92.dyn.novuscom.net)
  3486. # [23:38] <@ehsan> I didn't realize that they're not interdependent, since they were patches to the same bug
  3487. # [23:38] <Bas> It's not your fault, it's the lack of a real build system :)
  3488. # [23:38] <@ehsan> sorry if that was not correct
  3489. # [23:38] * Joins: karl (karl@538BABFE.A073F3E.97BBD552.IP)
  3490. # [23:39] <Bas> ehsan: No, you're absolutely right to back both out :p
  3491. # [23:39] <@ehsan> phew :)
  3492. # [23:39] * Quits: atulalt (Instantbir@EF3E976E.8A081499.D30E9BEF.IP) (Quit: Need some break from Moz-awesomeness! :-))
  3493. # [23:39] * Joins: tmyoung (Thunderbir@moz-A52EE408.alyoung.com)
  3494. # [23:39] * Joins: atulalt (Instantbir@EF3E976E.8A081499.D30E9BEF.IP)
  3495. # [23:39] * Quits: atulalt (Instantbir@EF3E976E.8A081499.D30E9BEF.IP) (Quit: Need some break from Moz-awesomeness! :-))
  3496. # [23:39] <Bas> ehsan: I'm just never going to do work on mozilla-central again. I had forgotten how much of a nightmare it is.
  3497. # [23:39] <Bas> And how wonderful my life was for a couple of weeks.
  3498. # [23:40] <@ehsan> Bas: where do you usually work?
  3499. # [23:40] * Quits: jesup|mac (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net) (Ping timeout)
  3500. # [23:40] <Bas> ehsan: My stand-alone Moz2D repository :)
  3501. # [23:40] <dholbert> Bas, while you're fixing it, I think the commit message had two typos in "simle none-RenderTarget" -- s/simle/simple/, s/none/non/ (I think?)
  3502. # [23:40] <@ehsan> heh, yeah. well, big software is hard ;)
  3503. # [23:40] <Bas> ehsan: Not if you know the word componetize :p
  3504. # [23:40] * Joins: cronco (Thunderbir@17FF97FF.AE2F10B0.3376CD77.IP)
  3505. # [23:40] * Joins: atulalt (Instantbir@EF3E976E.8A081499.D30E9BEF.IP)
  3506. # [23:40] * Quits: brendan (brendaneic@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: brendan)
  3507. # [23:40] * Joins: reyre_ (reyre@91189D34.E11ACA58.47C41102.IP)
  3508. # [23:40] * Quits: atulalt (Instantbir@EF3E976E.8A081499.D30E9BEF.IP) (Quit: Need some break from Moz-awesomeness! :-))
  3509. # [23:40] <Bas> Which is probably not in the dictionary :)
  3510. # [23:41] <Bas> But we all know what it means.
  3511. # [23:41] <@ehsan> Bas: that works very well in theory, but poorly in practice, as we've learned in Gecko ;)
  3512. # [23:41] <@ehsan> remember the pre-libxul days?
  3513. # [23:41] <Bas> ehsan: I haven't seen us ever try :p
  3514. # [23:41] <@ehsan> oh we did
  3515. # [23:41] <Bas> ehsan: Yes, it was much nicer working on m-c :P
  3516. # [23:41] <@ehsan> and failed
  3517. # [23:41] * Parts: knelson (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3518. # [23:41] <Bas> Well, trunk, in those days I suppose :)
  3519. # [23:41] <@ehsan> !
  3520. # [23:41] * Quits: ctangira (ctangira@moz-CFCC7B62.cisco.com) (Ping timeout)
  3521. # [23:41] <@ehsan> ok, I guess :)
  3522. # [23:41] <Bas> I'm sure it had some benefit, but my job got strictly worse after we got libxul :)
  3523. # [23:42] <Bas> I used to just make inside gfx, and everything was happy and good.
  3524. # [23:42] <@ehsan> well things might be nice now in the azure fantasy world, we'll see how things look in 5 years ;)
  3525. # [23:42] <Bas> I knew if my shit built with a fairly high degree of certainty (there were already too many interdependency), and it took less than 2 minutes :p
  3526. # [23:43] * aki|mtg is now known as aki
  3527. # [23:43] <@ehsan> Bas: you're just complaining about our build system... and many people feel the same
  3528. # [23:43] <philor> joe: so now you face a problem, push now, in the first slot after a reopening, wen you're certain to fail something and get backed out, or wait for the second slot and risk that more bustage will show up before there is a second slot
  3529. # [23:43] <Bas> ehsan: I'm also complaining about one big binary blob called xul.dll :p
  3530. # [23:43] <joe> philor: maybe I'll just throw away my patches and start a horse farm
  3531. # [23:43] <Bas> And every part of our tree having dependencies on every other part.
  3532. # [23:43] <Bas> Dragging in headers left and right like mad.
  3533. # [23:43] * Quits: tmyoung (Thunderbir@moz-A52EE408.alyoung.com) (Ping timeout)
  3534. # [23:43] <@ehsan> philor++
  3535. # [23:44] <@ehsan> Bas: yeah, well I hear you
  3536. # [23:44] * BenWa is now known as BenWa|sms
  3537. # [23:44] <@ehsan> like I said, big software is hard ;)
  3538. # [23:44] * Quits: reyre_ (reyre@91189D34.E11ACA58.47C41102.IP) (Client exited)
  3539. # [23:44] <Bas> ehsan: Qt seems to do a lot better than we do :P (plenty of big projects don't to be sure)
  3540. # [23:45] <Bas> It's always a delight to work on/build Qt even though in lines of code I think they're in the same ballpark as mozilla or more (not 100% sure)
  3541. # [23:45] <@ehsan> I have no experience with Qt so I wouldn't know
  3542. # [23:45] * Quits: victorporof (victorporo@70DEDDA.9004F55.9B1E38F4.IP) (Quit: victorporof)
  3543. # [23:46] <Bas> ehsan: They've done an excellent job (and introduced lots of smart mechanisms), to componetize.
  3544. # [23:46] <@ehsan> Bas: out of curiosity, what do they do about name visibility?
  3545. # [23:46] <Bas> ehsan: I'm sorry, by itself I'm not sure what you mean by 'name visibility' :)
  3546. # [23:46] * joe rolls the dice
  3547. # [23:47] * joduinn-mtg is now known as joduinn-brb
  3548. # [23:47] <@ehsan> Bas: like, function f in X.dll calling function g in Y.dll
  3549. # [23:47] <@ehsan> the name g should be exported from Y.dll somehow
  3550. # [23:47] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/f5f8e2d6d991 - Joe Drew - Bug 867774 - Tests for animated images with different disposal and blend modes. r=seth
  3551. # [23:47] <Bas> ehsan: Yes, yes, public API functions are exported?
  3552. # [23:47] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/7158e859e28c - Joe Drew - Bug 867774 - Create a FrameBlender class that holds on to an image's frames and can blend frames together on demand (while leaving the decision as to which frames to external
  3553. # [23:47] <firebot> users). r=seth
  3554. # [23:47] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/f0380ec657f8 - Joe Drew - Bug 867774 - Make RasterImage's frame blending helper functions threadsafe. r=jrmuizel
  3555. # [23:47] <@ehsan> Bas: oh, "public APIs". that's what I thought :)
  3556. # [23:48] <Bas> ehsan: Right, each component defines a well documented, external API.
  3557. # [23:48] <Bas> That's how componetizing works :p
  3558. # [23:48] * Quits: myk (myk@moz-63AED48B.dsl.dynamic.sonic.net) (Quit: Instantbird 1.5a1pre -- http://www.instantbird.com)
  3559. # [23:48] <@ehsan> yes, ok, then I shall maintain my previous position ;)
  3560. # [23:49] <Bas> Even if you're -not- splitting up into deparate DLLs that's a -really good- thing to do which we are -really bad- at :p
  3561. # [23:49] * Joins: tmyoung (Thunderbir@moz-A52EE408.alyoung.com)
  3562. # [23:49] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Quit: )
  3563. # [23:49] <@ehsan> if you have infinite time and resources, sure
  3564. # [23:49] <@ehsan> but sometimes pragmatism wins
  3565. # [23:49] * Joins: myk (myk@moz-63AED48B.dsl.dynamic.sonic.net)
  3566. # [23:49] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/6f3461e66694 - Jonathan Wilde - Bug 811392 - Work - Choose better background colors for location text in the Firefox app bar
  3567. # [23:49] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  3568. # [23:49] <lsblakk> gavin: can you weigh in on bug 861090 ? wondering how much you think this is a priority
  3569. # [23:49] <Bas> ehsan: In the end, in these cases short-term pragmatism just leads to enormous resource wastage in the future.
  3570. # [23:50] * jchen is now known as zz_jchen
  3571. # [23:50] <Bas> Sometimes you can afford to accumulate technical debt like that, in the long run it's not a viable strategy.
  3572. # [23:50] * juanb is now known as juanb|afk
  3573. # [23:50] <@ehsan> I don't know, I think we're doing fine in that regard today, we have many more important things to worry about
  3574. # [23:50] <Bas> ehsan: Wow, I don't think we're doing fine at all :P
  3575. # [23:50] * Quits: tmyoung (Thunderbir@moz-A52EE408.alyoung.com) (Ping timeout)
  3576. # [23:50] <@ehsan> ok!
  3577. # [23:51] * Quits: gbrown (gbrown@moz-6075880C.cg.shawcable.net) (Quit: gbrown)
  3578. # [23:51] * Joins: gbrown (gbrown@moz-6075880C.cg.shawcable.net)
  3579. # [23:52] * Quits: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP) (Quit: Computer has gone to sleep.)
  3580. # [23:52] <@gavin> lsblakk: looking
  3581. # [23:52] * Parts: sotaro (sikeda@F2D29657.F60B0462.67AC9B1.IP)
  3582. # [23:53] * Quits: bmoss (bmoss@2557E599.66715431.D25A875A.IP) (Ping timeout)
  3583. # [23:53] * Quits: sheppy (sheppy@moz-43EEF1A9.dhcp.kgpt.tn.charter.com) (Ping timeout)
  3584. # [23:53] * Quits: myk (myk@moz-63AED48B.dsl.dynamic.sonic.net) (Quit: Instantbird 1.5a1pre -- http://www.instantbird.com)
  3585. # [23:53] * gregglind is now known as gregglind_away
  3586. # [23:54] <@gavin> lsblakk: commented, I don't think we should track it
  3587. # [23:54] * Quits: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu) (Ping timeout)
  3588. # [23:55] * Joins: tmyoung (Thunderbir@moz-A52EE408.alyoung.com)
  3589. # [23:55] <lsblakk> gavin: cool, that fits with my thoughts on it too
  3590. # [23:55] * Joins: brendan (brendaneic@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3591. # [23:55] * Joins: bmoss (bmoss@2557E599.66715431.D25A875A.IP)
  3592. # [23:56] * Quits: tmyoung (Thunderbir@moz-A52EE408.alyoung.com) (Ping timeout)
  3593. # [23:57] * Quits: bjacob (bjacob@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  3594. # [23:57] * Joins: sheppy (sheppy@moz-43EEF1A9.dhcp.kgpt.tn.charter.com)
  3595. # [23:58] * Quits: sicking (sicking@8F5BDF33.A213E503.6B0FE838.IP) (Quit: sicking)
  3596. # [23:58] * Joins: myk (myk@moz-63AED48B.dsl.dynamic.sonic.net)
  3597. # [23:59] * BenWa|sms is now known as BenWa
  3598. # Session Close: Thu Jun 20 00:00:00 2013

The end :)