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

Options:

  1. # Session Start: Thu Jul 04 00:00:01 2013
  2. # Session Ident: #developers
  3. # [00:00] <jib> cpeterson: it is still on m-c fwiw.
  4. # [00:00] * Quits: jens__ (jens@moz-C7243651.dip0.t-ipconnect.de) (Ping timeout)
  5. # [00:00] * Quits: cpeterson|phone (androirc@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: goodbye)
  6. # [00:01] * Joins: jens__ (jens@moz-FB309220.dip0.t-ipconnect.de)
  7. # [00:01] * Quits: jdm (jdm@CAB30FBD.8F96AEA7.2D179A7D.IP) (Ping timeout)
  8. # [00:01] <jlebar> So suppose I have JS class X which defines X.prototype.queryInterface. Now I have JS class Y with Y.__proto__ = X.prototype. If Y declares its own QI function, how does that work?
  9. # [00:01] * Joins: brendan (brendaneic@2557E599.66715431.D25A875A.IP)
  10. # [00:01] * rail is now known as rail_away
  11. # [00:02] * jhammel is now known as jhammel|afk
  12. # [00:02] <jlebar> Or, does it not work, and Y's QI function replaces X's QI function?
  13. # [00:02] <jlebar> smaug: Okay. You will love my hack, then.
  14. # [00:02] * mdas|afk is now known as mdas
  15. # [00:03] <jlebar> smaug: Maybe you can answer ^?
  16. # [00:03] <@smaug> I don't know
  17. # [00:03] * Joins: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP)
  18. # [00:03] <@smaug> better to ask bholley about that
  19. # [00:03] <jlebar> he's not around. Maybe mrbkap?
  20. # [00:03] <@smaug> or even better would be to test
  21. # [00:04] <ttaubert> mihneadb: so how does that work, does each test get its own process? are they bundled in groups?
  22. # [00:04] * Joins: Asa (asa@4508CAE6.38324963.204CA821.IP)
  23. # [00:04] <mihneadb> ttaubert: every test gets its own xpcshell and profile dir
  24. # [00:04] * Quits: hipokrit (hipokrit@1BF5DFDB.CA40E1F7.C558AD24.IP) (Quit: Leaving)
  25. # [00:04] * Quits: jduell (jduell@moz-E765EB2E.hsd1.wa.comcast.net) (Quit: Leaving)
  26. # [00:04] <mihneadb> ttaubert: stuff like bin dir, test dir etc are shared
  27. # [00:04] * Quits: gandalf (zbraniecki@2557E599.66715431.D25A875A.IP) (Quit: I took the wrong pill!!!)
  28. # [00:04] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  29. # [00:04] <ttaubert> mihneadb: ok
  30. # [00:04] * Quits: smooney (sheilamoon@2557E599.66715431.D25A875A.IP) (Quit: smooney)
  31. # [00:05] <jlebar> mrbkap: ping?
  32. # [00:05] <mrbkap> jlebar: JS name lookup starts at the object and walks up the prototype chain until we find the name or the end of the prototype chain.
  33. # [00:05] <jlebar> mrbkap: so Y's QI replaces X's QI?
  34. # [00:05] <mrbkap> jlebar: Effectively, yes.
  35. # [00:05] * Joins: jdm (jdm@CAB30FBD.8F96AEA7.2D179A7D.IP)
  36. # [00:06] <jlebar> mrbkap: Do we have a helper that lets you forward QI up the proto chain, like we have a helper that lets you declare QI?
  37. # [00:06] * Joins: ekr (ekr@moz-D7997EC8.rtfm.com)
  38. # [00:06] * Quits: capella-s3 (capella-s3@moz-8F413D10.twcny.res.rr.com) (Ping timeout)
  39. # [00:06] * Quits: capella (chatzilla@moz-8F413D10.twcny.res.rr.com) (Ping timeout)
  40. # [00:06] * Joins: gandalf (zbraniecki@2557E599.66715431.D25A875A.IP)
  41. # [00:06] <mrbkap> jlebar: We don't really have a helper ... does Y's QI add stuff to the inherited one?
  42. # [00:06] <mrbkap> jlebar: at least, as far as I know.
  43. # [00:06] <jlebar> mrbkap: probably.
  44. # [00:06] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5a664b4fa914 - Eitan Isaacson - Bug 887586 - Replace referece to current accessible in VisualPresenter with a WeakMap. r=davidb
  45. # [00:06] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/71f4aa7955d0 - Eitan Isaacson - Bug 887592 - Fix filtering on browser events. r=davidb
  46. # [00:07] <jlebar> mrbkap: But I can enforce a rule that all Y's include the necessary interfaces; that seems like the simplest thing
  47. # [00:07] <mrbkap> jlebar: Do you know that there's a QI on your prototype?
  48. # [00:07] * heycam|away is now known as heycam
  49. # [00:07] <mrbkap> jlebar: Yeah.
  50. # [00:07] <jlebar> mrbkap: yes. The issue is that I want to add nsISupportsWeakReference to the QI on the proto
  51. # [00:07] <mrbkap> jlebar: Otherwise, you could do Object.getPrototypeOf(this).QueryInterface.call(this)
  52. # [00:07] <jlebar> mrbkap: so the proto can take weak refs of itself.
  53. # [00:07] * Quits: jens__ (jens@moz-FB309220.dip0.t-ipconnect.de) (Ping timeout)
  54. # [00:07] * Joins: mib_d8gdnm (Mibbit@55FF7181.CDD3A656.9E22F775.IP)
  55. # [00:07] * Joins: capella-s3 (capella-s3@moz-8F413D10.twcny.res.rr.com)
  56. # [00:08] <mrbkap> jlebar: The proto can take weak refs of itself... itself being the proto?
  57. # [00:08] <mrbkap> jlebar: not the instance?
  58. # [00:08] <jlebar> mrbkap: the proto can take weak refs of the instance
  59. # [00:08] * Joins: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net)
  60. # [00:08] * jhammel|afk is now known as jhammel
  61. # [00:08] <ttaubert> mihneadb: so if dump "do_get_profile().path" it seems that two tests get the same profile path
  62. # [00:08] * Joins: capella (chatzilla@moz-8F413D10.twcny.res.rr.com)
  63. # [00:08] * Joins: jens__ (jens@moz-FB6A7851.dip0.t-ipconnect.de)
  64. # [00:09] * khuey|pto is now known as khuey|in-the-sky
  65. # [00:09] <mrbkap> jlebar: The getPrototypeOf trick should work, fwiw.
  66. # [00:09] * khuey|in-the-sky is now known as khuey|slc
  67. # [00:09] <mihneadb> ttaubert: let me check. you did apply my patch, right?
  68. # [00:09] <ttaubert> mihneadb: yeah, everythings fails ;)
  69. # [00:09] <ttaubert> *everything
  70. # [00:09] * Joins: brambles (xymox@moz-969AAE9B.barwen.ch)
  71. # [00:09] <jlebar> mrbkap: But if I pass the object to e.g. nsIObserverService, it's not going to do the right thing; it'll call the QI on Y, right?
  72. # [00:09] * Quits: arnaud_bienner (arno@moz-A1109EC1.dsl.sta.abo.bbox.fr) (Quit: Ex-Chat)
  73. # [00:09] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e58c025b75b5 - Benoit Girard - Bug 775459 - Implement hit testing on layer tree + tests. r=kats
  74. # [00:09] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/63e0e9a4b257 - Benoit Girard - Bug 775459 - Make APZC attachable only to container layers. r=kats
  75. # [00:10] * Quits: nccuong (Instantbir@moz-7C9C3C02.fbx.proxad.net) (Quit: nccuong)
  76. # [00:10] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  77. # [00:10] <mrbkap> jlebar: Yes. I'm suggesting that Y's QI forwards to its prototype's QI impl.
  78. # [00:10] <jlebar> mrbkap: right, okay.
  79. # [00:10] <jlebar> mrbkap: Thanks; I think I get it. Maybe.
  80. # [00:10] <jlebar> JavaScript is hard.
  81. # [00:11] <mrbkap> jlebar: It isn't that hard, I think! It's just prototypes.
  82. # [00:11] * Quits: hery (weechat@4A83457D.B31F7523.92AEF337.IP) (Ping timeout)
  83. # [00:11] * Quits: mib_d8gdnm (Mibbit@55FF7181.CDD3A656.9E22F775.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  84. # [00:11] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/7e8f88b5e649 - Blake Kaplan - Bug 888749 - Don't be confused by <children> elements. r=dao
  85. # [00:11] <sfink> It isn't that hard, I think! It's just a hyperintelligent velociraptor with a flaming chainsaw.
  86. # [00:12] * Quits: sfoster (sfoster@4B1066ED.D46F33C7.10389559.IP) (Connection reset by peer)
  87. # [00:12] * Quits: jens__ (jens@moz-FB6A7851.dip0.t-ipconnect.de) (Ping timeout)
  88. # [00:12] * Joins: sfoster (sfoster@4B1066ED.D46F33C7.10389559.IP)
  89. # [00:12] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/199bda69b2d9 - Dan Gohman - Bug 889451 - Implement range analysis for or, xor, not, ursh, abs, min, and max, and better range analysis for shifts and mul. r=nbp
  90. # [00:13] * Quits: smontagu (chatzilla@moz-1D10D63F.red.bezeqint.net) (Ping timeout)
  91. # [00:13] * Quits: ddahl (ddahl@5D3B67E3.71E1659D.DFB5E910.IP) (Ping timeout)
  92. # [00:13] * Joins: jens__ (jens@moz-60B8FC71.dip0.t-ipconnect.de)
  93. # [00:13] * Quits: shorlander- (shorlander@moz-D330B48F.dhcp.insightbb.com) (Input/output error)
  94. # [00:14] * Joins: ddahl (ddahl@5D3B67E3.71E1659D.DFB5E910.IP)
  95. # [00:14] <mihneadb> ttaubert: so I put a dump statement in head.js and it only gets printed once
  96. # [00:15] * Quits: mwargers (chatzilla@moz-AF369B35.adsl.online.nl) (Ping timeout)
  97. # [00:15] <ttaubert> mihneadb: is that... bad? :)
  98. # [00:15] <ttaubert> expected?
  99. # [00:15] <mihneadb> not expected
  100. # [00:15] <mihneadb> since every xpcshell loads head
  101. # [00:15] <ttaubert> ok. because every process should load its own afai understand
  102. # [00:15] <ttaubert> ok
  103. # [00:15] * Quits: robertbindar (Thunderbir@C08487A5.F1A3820C.D731B824.IP) (Quit: robertbindar)
  104. # [00:16] * Joins: hery (weechat@4A83457D.B31F7523.92AEF337.IP)
  105. # [00:16] * philor|away is now known as philor
  106. # [00:16] * openjck is now known as openjck|bbiab
  107. # [00:17] * Quits: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net) (Ping timeout)
  108. # [00:17] <mihneadb> ttaubert: I double checked
  109. # [00:17] * Quits: jib (Jan-Ivar@moz-B9F6769B.pools.spcsdns.net) (Quit: jib)
  110. # [00:17] <mihneadb> every process gets started with its own head file
  111. # [00:17] * Quits: jandem (jandem@66C76B89.FB8EABAE.DF9376EA.IP) (Quit: jandem)
  112. # [00:18] <ttaubert> hm
  113. # [00:18] * Quits: jens__ (jens@moz-60B8FC71.dip0.t-ipconnect.de) (Ping timeout)
  114. # [00:18] * Joins: jens__ (jens@moz-6434C295.dip0.t-ipconnect.de)
  115. # [00:18] <Waldo> NeilAway: I assume you get a void string that also happens to be empty in that case (persist without id)?
  116. # [00:18] <firebot> Check-in:
  117. # [00:19] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/e6b2cb47bddd - Tanvi Vyas - Bug 838402 - Add new identity mode for mixed active content. Change messages for following modes: encrypted, mixed content, mixed active content, and mixed active content
  118. # [00:19] <firebot> blocked with display content. r=dolske
  119. # [00:19] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/213b01805710 - Tanvi Vyas - Bug 838402 - update a test case with the new identity mode for mixed display content. r=dolske
  120. # [00:19] <mihneadb> ttaubert: I think it only shows the output of the tests that failed
  121. # [00:19] <mihneadb> let me confirm
  122. # [00:19] <ttaubert> mihneadb: ok. so I put a dump() in two of the failing tests and they showed the same profile dir
  123. # [00:20] * Quits: Pike (chatzilla@moz-BE52C318.pool.mediaways.net) (Quit: ChatZilla 0.9.90 [Firefox 22.0/20130618035212])
  124. # [00:20] * Joins: brennan (norton@E680EB3B.B72C3CE3.9FD833D8.IP)
  125. # [00:20] * Quits: cpearce (chatzilla@538BABFE.A073F3E.97BBD552.IP) (Quit: ChatZilla 0.9.90-rdmsoft [XULRunner 18.0.2/20130201065344])
  126. # [00:20] * Quits: RealRaven (Thunderbir@EF24F1D2.D3452E82.27F80FAC.IP) (Quit: RealRaven)
  127. # [00:21] * Joins: RealRaven (Thunderbir@EF24F1D2.D3452E82.27F80FAC.IP)
  128. # [00:21] * Quits: Archaeopteryx (itsme@moz-E0F77182.cust.telecolumbus.net) (Quit: It has been this message for years.)
  129. # [00:21] <mihneadb> ttaubert: that's right
  130. # [00:22] <mihneadb> found it
  131. # [00:22] <ttaubert> ah cool, just played around with the python stuff
  132. # [00:22] <ttaubert> seems like the env variable is always the last thread's value?
  133. # [00:22] <mihneadb> don't think so
  134. # [00:22] <mihneadb> every thread gets its own env
  135. # [00:22] <mihneadb> I think it's because they all call tmpdir at the same time
  136. # [00:23] <ttaubert> hm
  137. # [00:23] <ttaubert> 'print profileDir' showed that they all set indeed different profile dirs
  138. # [00:23] <ttaubert> but only the last one that's printed is used for the tests
  139. # [00:23] <mihneadb> hm
  140. # [00:23] <mihneadb> ok
  141. # [00:23] * Quits: jens__ (jens@moz-6434C295.dip0.t-ipconnect.de) (Ping timeout)
  142. # [00:23] <mihneadb> was just doing that
  143. # [00:24] * Joins: cpearce (chatzilla@538BABFE.A073F3E.97BBD552.IP)
  144. # [00:24] <mihneadb> this is weird
  145. # [00:24] <mihneadb> it doesn't happen all the time
  146. # [00:24] <mihneadb> some race condition
  147. # [00:25] * khuey|slc is now known as khuey|pto
  148. # [00:25] * gregglind_afk is now known as gregglind_away
  149. # [00:25] * gregglind_away is now known as gregglind
  150. # [00:25] * Joins: jens__ (jens@moz-4EC03A80.dip0.t-ipconnect.de)
  151. # [00:25] <clever> ive been having trouble with setInterval in a sandbox lately, its throwing NS_ERROR_XPC_BAD_OP_ON_WN_PROTO
  152. # [00:25] <clever> and i'm not using .call or .apply on it
  153. # [00:26] <mihneadb> ttaubert: nvm, I know what it is
  154. # [00:26] <mihneadb> did a stupid change today
  155. # [00:26] <clever> it only throws an error on firefox 22 and up, but not 21 and down
  156. # [00:27] * Quits: lduros (user@moz-47F34250.phlapa.fios.verizon.net) (Client exited)
  157. # [00:27] <mihneadb> ttaubert: the tests are fine. they all use the profile dir
  158. # [00:28] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ee97a097d3fb - Dan Gohman - Bug 888280 - Give several things in CTypes.cpp internal name linkage. r=evilpies
  159. # [00:28] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/eeed158b708c - Dan Gohman - Bug 888280 - Move Loop out of LICM.h and into LICM.cpp r=evilpies
  160. # [00:28] <mihneadb> ttaubert: I was stupid and performed a copy of a python dict before spawning the threads and not after. so they all got the same reference
  161. # [00:28] <mihneadb> sorry for bothering you!
  162. # [00:28] <mrbkap> clever: that sounds like a regression from one of bholley's changes.
  163. # [00:28] <KWierso|Home> philor: you around?
  164. # [00:28] <ttaubert> mihneadb: cool, that was my guess after looking at the code :)
  165. # [00:28] <philor> KWierso|Home: yeah
  166. # [00:28] <clever> mrbkap: any info on what triggers ir and how i can work arround it?
  167. # [00:28] <ttaubert> mihneadb: hope it works now!
  168. # [00:28] <mihneadb> it does. for those tests at least :)
  169. # [00:29] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/7211a160f688 - Brian Nicholson - Bug 889554 - Save session between app upgrades. r=mfinkle
  170. # [00:29] <KWierso|Home> philor: are those m-oth oranges cd6b4a?
  171. # [00:29] <ttaubert> mihneadb: heh, great
  172. # [00:30] <KWierso|Home> dvander: ^^ ?
  173. # [00:30] <dvander> hrm?
  174. # [00:30] <KWierso|Home> https://tbpl.mozilla.org/php/getParsedLog.php?id=24907242&tree=Mozilla-Inbound&full=1#error0
  175. # [00:31] <mrbkap> clever: Not really :-/ Can you file a bug and CC him and me?
  176. # [00:31] * Quits: luke (andhow@2557E599.66715431.D25A875A.IP) (Quit: Leaving.)
  177. # [00:31] <philor> seems like a reasonable bet to me
  178. # [00:31] <clever> mrbkap: i dont have a simple testcase yet, is that ok?
  179. # [00:31] <daleharvey> what is the right way to use media files from other tests in a different component?
  180. # [00:32] <philor> and your little m1 and m4 too
  181. # [00:32] * Quits: micadeyeye (micadeyeye@moz-2F6FDD3C.dynamic.isadsl.co.za) (Ping timeout)
  182. # [00:32] <mrbkap> clever: For the moment, yeah... it should be pretty easy to come up with a chrome mochitest that shows this.
  183. # [00:32] <daleharvey> I have been adding $(topsrcdir)/content/media/test/audio.ogg to the tests makefile
  184. # [00:32] <philor> closed the tree, in case we're going to wind up with zero running Mac test suites
  185. # [00:32] * Quits: mak (chatzilla@moz-8B182CEB.retail.telecomitalia.it) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 2.0/20110318052756])
  186. # [00:33] * Quits: capella-s3 (capella-s3@moz-8F413D10.twcny.res.rr.com) (Ping timeout)
  187. # [00:33] * Quits: capella (chatzilla@moz-8F413D10.twcny.res.rr.com) (Ping timeout)
  188. # [00:33] * Quits: @dveditz (dveditz@2557E599.66715431.D25A875A.IP) (Ping timeout)
  189. # [00:33] <philor> oh, those'll only be 10.6 because it does gfx differently, doesn't it?
  190. # [00:33] * Joins: capella (chatzilla@moz-8F413D10.twcny.res.rr.com)
  191. # [00:33] * Joins: dveditz (dveditz@2557E599.66715431.D25A875A.IP)
  192. # [00:33] * ChanServ sets mode: +o dveditz
  193. # [00:33] <dvander> KWierso|Home, if that's in reference to the e10s patch, yeah, it's probably related.
  194. # [00:34] * Joins: capella-s3 (capella-s3@moz-8F413D10.twcny.res.rr.com)
  195. # [00:35] <KWierso|Home> dvander: got a fix, or shall we back you out?
  196. # [00:35] <dvander> KWierso|Home, back it out
  197. # [00:35] <KWierso|Home> will do
  198. # [00:35] <dvander> thanks
  199. # [00:35] * Quits: @dveditz (dveditz@2557E599.66715431.D25A875A.IP) (Ping timeout)
  200. # [00:36] * baku is now known as baku|away
  201. # [00:37] * Joins: dveditz (dveditz@2557E599.66715431.D25A875A.IP)
  202. # [00:37] * ChanServ sets mode: +o dveditz
  203. # [00:38] <KWierso|Home> dvander: done :)
  204. # [00:38] * Quits: brson (brson@2557E599.66715431.D25A875A.IP) (Ping timeout)
  205. # [00:38] * Quits: jens__ (jens@moz-4EC03A80.dip0.t-ipconnect.de) (Ping timeout)
  206. # [00:39] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/75f98ca9e995 - Wes Kocher - Back out cd6b4a1ef09c (bug 886988) for mochitest failures on a CLOSED TREE
  207. # [00:39] * Quits: @dveditz (dveditz@2557E599.66715431.D25A875A.IP) (Ping timeout)
  208. # [00:39] <clever> mrbkap: done
  209. # [00:39] * joduinn is now known as joduinn-coffee
  210. # [00:39] * coop is now known as coop|afk
  211. # [00:39] * geekboy|afk is now known as geekboy
  212. # [00:39] * Joins: jens__ (jens@moz-225A5F77.dip0.t-ipconnect.de)
  213. # [00:40] * catlee is now known as catlee-away
  214. # [00:40] <mrbkap> clever: thanks.
  215. # [00:41] * Joins: brson (brson@2557E599.66715431.D25A875A.IP)
  216. # [00:42] * Quits: geo (geo@2557E599.66715431.D25A875A.IP) (Connection reset by peer)
  217. # [00:42] * mattwoodrow is now known as mattwoodrow|away
  218. # [00:42] * Joins: geo- (geo@2557E599.66715431.D25A875A.IP)
  219. # [00:45] * ialagenchev is now known as ialagenchev|afk
  220. # [00:45] * Quits: markh (Instantbir@2FF4EFF1.DC6641C4.78BA16EF.IP) (Ping timeout)
  221. # [00:46] * Quits: brson (brson@2557E599.66715431.D25A875A.IP) (Quit: leaving)
  222. # [00:46] * Joins: brson (brson@2557E599.66715431.D25A875A.IP)
  223. # [00:46] * Joins: ggp_ (ggp@2557E599.66715431.D25A875A.IP)
  224. # [00:46] * Quits: rednaks (rednaks@CEDF5D3E.80CEACC9.55FFA9B4.IP) (Quit: Téléportation !)
  225. # [00:46] * Quits: ggp (ggp@2557E599.66715431.D25A875A.IP) (Connection reset by peer)
  226. # [00:46] * Joins: rednaks (rednaks@CEDF5D3E.80CEACC9.55FFA9B4.IP)
  227. # [00:48] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Quit: brendan)
  228. # [00:49] * Joins: markh (Instantbir@moz-F12BC886.bjzv3.vic.bigpond.net.au)
  229. # [00:49] <NeilAway> Waldo: presumably; I didn't look at any variables
  230. # [00:49] * Joins: areinald (Thunderbir@22BDA43C.45B1B57.95BF40E5.IP)
  231. # [00:50] * philor is now known as philor|away
  232. # [00:50] * Quits: ggp_ (ggp@2557E599.66715431.D25A875A.IP) (Ping timeout)
  233. # [00:51] * Joins: ggp (ggp@2557E599.66715431.D25A875A.IP)
  234. # [00:51] * Joins: dveditz (dveditz@2557E599.66715431.D25A875A.IP)
  235. # [00:51] * ChanServ sets mode: +o dveditz
  236. # [00:51] * Joins: micadeyeye (micadeyeye@moz-2F6FDD3C.dynamic.isadsl.co.za)
  237. # [00:52] * Quits: Snuffleupagus (chatzilla@moz-7411B7A4.bredband.comhem.se) (Connection reset by peer)
  238. # [00:52] * Quits: ggp (ggp@2557E599.66715431.D25A875A.IP) (Ping timeout)
  239. # [00:53] * Fallen is now known as Fallen|away
  240. # [00:53] * Quits: @dveditz (dveditz@2557E599.66715431.D25A875A.IP) (Ping timeout)
  241. # [00:55] * Fallen|away is now known as Fallen
  242. # [00:55] * Joins: birtles (chatzilla@moz-C286AD9A.bitcat.net)
  243. # [00:56] * Quits: capella-s3 (capella-s3@moz-8F413D10.twcny.res.rr.com) (Ping timeout)
  244. # [00:56] * Quits: RealRaven (Thunderbir@EF24F1D2.D3452E82.27F80FAC.IP) (Quit: RealRaven)
  245. # [00:56] * Quits: capella (chatzilla@moz-8F413D10.twcny.res.rr.com) (Ping timeout)
  246. # [00:56] * Joins: RealRaven (Thunderbir@EF24F1D2.D3452E82.27F80FAC.IP)
  247. # [00:56] * Quits: jens__ (jens@moz-225A5F77.dip0.t-ipconnect.de) (Ping timeout)
  248. # [00:56] * Joins: capella (chatzilla@moz-8F413D10.twcny.res.rr.com)
  249. # [00:57] * Joins: jens__ (jens@moz-F7AC09A0.dip0.t-ipconnect.de)
  250. # [00:57] * Joins: capella-s3 (capella-s3@moz-8F413D10.twcny.res.rr.com)
  251. # [00:58] * mcote is now known as mcote|afk
  252. # [00:58] * Joins: surkov (surkov@moz-6EE3EE5C.cpe.net.cable.rogers.com)
  253. # [00:59] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  254. # [00:59] * ChanServ sets mode: +o roc
  255. # [00:59] * Quits: jens__ (jens@moz-F7AC09A0.dip0.t-ipconnect.de) (Ping timeout)
  256. # [00:59] * Joins: jens__ (jens@moz-8415DF02.dip0.t-ipconnect.de)
  257. # [01:00] * Joins: luke (andhow@2557E599.66715431.D25A875A.IP)
  258. # [01:00] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Client exited)
  259. # [01:01] <mihneadb> bsmedberg: ping
  260. # [01:01] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c1e84483fc87 - Brian Nicholson - Bug 888497 - Fix focus order of browser toolbar. r=sriram
  261. # [01:01] <mihneadb> gfritzsche: ping
  262. # [01:01] * Quits: @smaug (chatzilla@moz-D8807168.elisa-laajakaista.fi) (Ping timeout)
  263. # [01:02] * Joins: dveditz (dveditz@2557E599.66715431.D25A875A.IP)
  264. # [01:02] * ChanServ sets mode: +o dveditz
  265. # [01:04] * Quits: @dveditz (dveditz@2557E599.66715431.D25A875A.IP) (Ping timeout)
  266. # [01:04] * Quits: RealRaven (Thunderbir@EF24F1D2.D3452E82.27F80FAC.IP) (Quit: RealRaven)
  267. # [01:04] * Quits: jens__ (jens@moz-8415DF02.dip0.t-ipconnect.de) (Ping timeout)
  268. # [01:04] * Joins: jens__ (jens@moz-C7CA9B41.dip0.t-ipconnect.de)
  269. # [01:04] * Joins: RealRaven (Thunderbir@EF24F1D2.D3452E82.27F80FAC.IP)
  270. # [01:05] * joduinn-coffee is now known as joduinn-mtg
  271. # [01:05] * Joins: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  272. # [01:05] * Joins: njn (chatzilla@moz-13C2D6A6.dyn.iinet.net.au)
  273. # [01:05] * Quits: adw (adw@2557E599.66715431.D25A875A.IP) (Ping timeout)
  274. # [01:06] * Joins: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz)
  275. # [01:06] * Joins: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net)
  276. # [01:07] * nrc|afk is now known as nrc
  277. # [01:07] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/681e4730cb6b - Wes Kocher - Back out bug 889442 for breaking Jetpack tests
  278. # [01:07] * Joins: tessarakt2 (jens@moz-8976EDD0.dip0.t-ipconnect.de)
  279. # [01:07] * Quits: jens__ (jens@moz-C7CA9B41.dip0.t-ipconnect.de) (Ping timeout)
  280. # [01:07] * geekboy is now known as geekboy|afk
  281. # [01:08] * Quits: rednaks (rednaks@CEDF5D3E.80CEACC9.55FFA9B4.IP) (Client exited)
  282. # [01:08] <jcranmer> so
  283. # [01:08] * Joins: adw (adw@2557E599.66715431.D25A875A.IP)
  284. # [01:08] <jcranmer> I have a wonderfully interesting question
  285. # [01:08] * Joins: kdc_ (chatzilla@moz-2ACC6B38.pk.shawcable.net)
  286. # [01:08] * Joins: rednaks (rednaks@CEDF5D3E.80CEACC9.55FFA9B4.IP)
  287. # [01:08] <jcranmer> for anyone who wishes to claim they understand intl/locale/src/
  288. # [01:08] * Quits: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP) (Quit: erikvold)
  289. # [01:09] <jcranmer> why are nsUNIXCharset.cpp and nsAndroidCharset.cpp the only versions that claim threadsafety?
  290. # [01:09] * Quits: brennan (norton@E680EB3B.B72C3CE3.9FD833D8.IP) (Ping timeout)
  291. # [01:09] * Quits: kdc (chatzilla@moz-2ACC6B38.pk.shawcable.net) (Ping timeout)
  292. # [01:10] * Joins: kdc (chatzilla@moz-2ACC6B38.pk.shawcable.net)
  293. # [01:10] * Quits: kdc_ (chatzilla@moz-2ACC6B38.pk.shawcable.net) (Ping timeout)
  294. # [01:11] * Fallen is now known as Fallen|away
  295. # [01:11] * Quits: auswerk (aus@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Leaving.)
  296. # [01:11] * Parts: luke (andhow@2557E599.66715431.D25A875A.IP)
  297. # [01:12] * Joins: jens__ (jens@moz-BE7681A6.dip0.t-ipconnect.de)
  298. # [01:12] * Quits: tessarakt2 (jens@moz-8976EDD0.dip0.t-ipconnect.de) (Ping timeout)
  299. # [01:13] * Quits: dzbarsky (Adium@2557E599.66715431.D25A875A.IP) (Quit: Leaving.)
  300. # [01:13] * Quits: adw (adw@2557E599.66715431.D25A875A.IP) (Connection reset by peer)
  301. # [01:13] * Quits: Boriss (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net) (Connection reset by peer)
  302. # [01:14] * philor|away is now known as philor
  303. # [01:14] * Quits: reyre_ (reyre@moz-9002CDDA.cpe.net.cable.rogers.com) (Connection reset by peer)
  304. # [01:14] * Joins: Boriss (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net)
  305. # [01:14] * Joins: dveditz (dveditz@2557E599.66715431.D25A875A.IP)
  306. # [01:14] * ChanServ sets mode: +o dveditz
  307. # [01:14] * Joins: kdc_ (chatzilla@moz-2ACC6B38.pk.shawcable.net)
  308. # [01:14] * Quits: @dveditz (dveditz@2557E599.66715431.D25A875A.IP) (Connection reset by peer)
  309. # [01:14] * Joins: adw (adw@2557E599.66715431.D25A875A.IP)
  310. # [01:15] * Quits: kdc (chatzilla@moz-2ACC6B38.pk.shawcable.net) (Ping timeout)
  311. # [01:15] * Quits: jgriffin (jgriffin@moz-C55C3E25.hsd1.wa.comcast.net) (Quit: jgriffin)
  312. # [01:15] * kdc_ is now known as kdc
  313. # [01:15] * Parts: sotaro (sikeda@F2D29657.F60B0462.67AC9B1.IP)
  314. # [01:15] * Quits: aklotz (Thunderbir@moz-935DE219.cg.shawcable.net) (Quit: aklotz)
  315. # [01:15] * Quits: adw (adw@2557E599.66715431.D25A875A.IP) (Connection reset by peer)
  316. # [01:16] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Client exited)
  317. # [01:16] * Quits: wlach (wlach@5A322A17.4F9B71DB.80C20C35.IP) (Quit: Ex-Chat)
  318. # [01:16] * Joins: ehugg_ (ehugg@moz-44D86B1E.cisco.com)
  319. # [01:16] * Joins: adw (adw@2557E599.66715431.D25A875A.IP)
  320. # [01:16] * Quits: Boriss (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net) (Client exited)
  321. # [01:16] * Joins: Boriss (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net)
  322. # [01:16] * Joins: dzbarsky (Adium@2557E599.66715431.D25A875A.IP)
  323. # [01:16] * Quits: jimm (jmathies@moz-864CAA4E.pn.at.cox.net) (Quit: )
  324. # [01:17] * Joins: reyre_ (reyre@moz-9002CDDA.cpe.net.cable.rogers.com)
  325. # [01:17] * Joins: dveditz (dveditz@2557E599.66715431.D25A875A.IP)
  326. # [01:17] * ChanServ sets mode: +o dveditz
  327. # [01:19] * Quits: adw (adw@2557E599.66715431.D25A875A.IP) (Ping timeout)
  328. # [01:19] * Joins: kdc_ (chatzilla@moz-2ACC6B38.pk.shawcable.net)
  329. # [01:19] * Quits: kdc (chatzilla@moz-2ACC6B38.pk.shawcable.net) (Ping timeout)
  330. # [01:19] * kdc_ is now known as kdc
  331. # [01:19] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d5eb319a7eaf - Marco Castelluccio - bug 889092 - Update category names to keep them in sync with Marketplace; r=myk
  332. # [01:19] * Joins: adw (adw@2557E599.66715431.D25A875A.IP)
  333. # [01:19] * khuey|pto is now known as khuey|slc
  334. # [01:19] * khuey|slc is now known as khuey|in-the-sky
  335. # [01:20] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/a242b0661531 - Jeff Walden - Bug 496923 - Make jstest browser harness load browser.js/shell.js from every path component in the test path. r=terrence
  336. # [01:20] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/7143d881c65d - Jeff Walden - Bug 496923 - Rerun update-test262.sh to account for the intl402-preloading changes. r=generating-script-was-reviewed
  337. # [01:20] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/6d41113101e9 - Jeff Walden - Bug 496923 - Update update-test262.sh to make the test262/intl402 tests work again. r=terrence
  338. # [01:20] * Quits: ehugg_ (ehugg@moz-44D86B1E.cisco.com) (Ping timeout)
  339. # [01:21] * Quits: surkov (surkov@moz-6EE3EE5C.cpe.net.cable.rogers.com) (Quit: surkov)
  340. # [01:21] * Quits: adw (adw@2557E599.66715431.D25A875A.IP) (Connection reset by peer)
  341. # [01:21] * mattwoodrow|away is now known as mattwoodrow
  342. # [01:22] * Quits: jdm (jdm@CAB30FBD.8F96AEA7.2D179A7D.IP) (Input/output error)
  343. # [01:22] * Joins: jdm_ (jdm@CAB30FBD.8F96AEA7.2D179A7D.IP)
  344. # [01:23] * Joins: ehugg_ (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net)
  345. # [01:25] * Quits: areinald (Thunderbir@22BDA43C.45B1B57.95BF40E5.IP) (Quit: areinald)
  346. # [01:26] * Joins: surkov (surkov@moz-6EE3EE5C.cpe.net.cable.rogers.com)
  347. # [01:26] <RealRaven> is it possible to defer loading an Iframe on a xul dialog?
  348. # [01:28] <RealRaven> at the moment the dialog loads super slow, because of the iframe content. the iframe loads a help file with examples from the web.
  349. # [01:29] * Joins: kdc_ (chatzilla@moz-2ACC6B38.pk.shawcable.net)
  350. # [01:29] <Mossop> Just don't set the iframe's src until you want it to start loading
  351. # [01:29] * Quits: kdc (chatzilla@moz-2ACC6B38.pk.shawcable.net) (Ping timeout)
  352. # [01:29] * kdc_ is now known as kdc
  353. # [01:29] * Quits: jdm_ (jdm@CAB30FBD.8F96AEA7.2D179A7D.IP) (Ping timeout)
  354. # [01:30] * corey is now known as corey|away
  355. # [01:30] * Joins: smooney (sheilamoon@moz-57825793.hsd1.ca.comcast.net)
  356. # [01:30] <RealRaven> ok, that sounds like a good idea... since it is on a tab I can trigger loading it when the tab gets activated. (And I can start a timer to load it in the background) at the moment the dialog is dealyed by 9 seconds :(
  357. # [01:30] <RealRaven> It is proibably possible to show a loading animation in the meantime
  358. # [01:33] * Quits: JosiahOne (Instantbir@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net) (Quit: [self dealloc];)
  359. # [01:33] * Joins: ehsan_ (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP)
  360. # [01:33] * Quits: @ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP) (Connection reset by peer)
  361. # [01:33] <Hixie> bz: yt?
  362. # [01:33] * Quits: bmoss (bmoss@2557E599.66715431.D25A875A.IP) (Ping timeout)
  363. # [01:34] <Hixie> bz: do you want navigator.mimeTypes and navigator.plugins to return useful data? It seems like a gigantic fingerprinting vector.
  364. # [01:35] * Quits: jorendorff (jorendorff@moz-2F32ACA3.hsd1.tn.comcast.net) (Quit: jorendorff)
  365. # [01:35] * Joins: ctangira (ctangira@moz-753F9106.evrt.wa.frontiernet.net)
  366. # [01:35] * Quits: ehugg_ (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net) (Quit: ehugg_)
  367. # [01:37] * Quits: ctangira (ctangira@moz-753F9106.evrt.wa.frontiernet.net) (Ping timeout)
  368. # [01:38] <RealRaven> Mossop: could I set their source to a placeHolder in xul (say an animation) in the meantime?
  369. # [01:38] * Quits: Asa (asa@4508CAE6.38324963.204CA821.IP) (Ping timeout)
  370. # [01:38] <Mossop> You can set it to whatever you like
  371. # [01:38] <RealRaven> Mossop: but no that animation would be invisible when I set the source attribute and it wouldn't actually show during loading.
  372. # [01:38] * Quits: rednaks (rednaks@CEDF5D3E.80CEACC9.55FFA9B4.IP) (Quit: Téléportation !)
  373. # [01:39] * NeilAway sighs
  374. # [01:39] <RealRaven> Just need to find out how to set it from code (the name of the attribute)...
  375. # [01:39] * Joins: ctangira (ctangira@moz-44D86B1E.cisco.com)
  376. # [01:39] <Mossop> Well it would keep loading until whatever you loaded displayed. You might be better off using a deck or something and flipping between a real element and the frame when you really want to
  377. # [01:39] * Quits: maxli (maxli@B5559308.9C54E60.2FA4EA88.IP) (Quit: Leaving.)
  378. # [01:39] <NeilAway> ted: did you choose hg page=less.exe -mnFRSXQ for mozillabuild?
  379. # [01:39] * Quits: lmandel (lmandel@moz-BBE1EA67.dsl.bell.ca) (Quit: lmandel)
  380. # [01:40] <RealRaven> Mossop: ok.
  381. # [01:40] * Quits: inolen (Adium@moz-3838F47A.adsl.delhitel.net) (Quit: Leaving.)
  382. # [01:40] * Joins: inolen (Adium@moz-3838F47A.adsl.delhitel.net)
  383. # [01:40] * Quits: smooney (sheilamoon@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  384. # [01:40] * Joins: lmandel (lmandel@moz-BBE1EA67.dsl.bell.ca)
  385. # [01:40] * Quits: Mossop (mossop@moz-3D9B2D8F.lsanca.fios.verizon.net) (Quit: Fleeing the scene)
  386. # [01:40] <RealRaven> and I guess I use .setAttribute("src",<url>)
  387. # [01:42] <NeilAway> ted: only -S rather makes -F pointless
  388. # [01:42] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard)
  389. # [01:43] <RealRaven> Mossop: I am using a tabpanel, and need an event for when the tab is clicked (if it happens before my 10 secs preload timeout).
  390. # [01:43] * Quits: JeroenDeDauw (j@moz-A6ED76F0.dip0.t-ipconnect.de) (Ping timeout)
  391. # [01:43] <RealRaven> Maybe a focus event on the tabpanel?
  392. # [01:43] * Quits: ehsan_ (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP) (Ping timeout)
  393. # [01:44] * Joins: JeroenDeDauw (j@moz-A6ED76F0.dip0.t-ipconnect.de)
  394. # [01:44] * Joins: ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP)
  395. # [01:44] * ChanServ sets mode: +o ehsan
  396. # [01:45] * Quits: dao (dao@moz-91921B3B.superkabel.de) (Quit: Leaving.)
  397. # [01:45] <RealRaven> or oncommand on the tab
  398. # [01:45] * openjck|bbiab is now known as openjck
  399. # [01:45] * mikeh is now known as mikeh|afk
  400. # [01:46] <philor> Waldo: https://tbpl.mozilla.org/php/getParsedLog.php?id=24911117&tree=Mozilla-Inbound doesn't look quite right
  401. # [01:47] * Quits: RealRaven (Thunderbir@EF24F1D2.D3452E82.27F80FAC.IP) (Quit: RealRaven)
  402. # [01:47] * Joins: RealRaven (Thunderbir@EF24F1D2.D3452E82.27F80FAC.IP)
  403. # [01:48] * Quits: RealRaven (Thunderbir@EF24F1D2.D3452E82.27F80FAC.IP) (Quit: RealRaven)
  404. # [01:49] * Joins: RealRaven (Thunderbir@EF24F1D2.D3452E82.27F80FAC.IP)
  405. # [01:49] * Quits: mixedpuppy (mixedpuppy@A5087023.2354C43D.D8E68FF6.IP) (Quit: mixedpuppy)
  406. # [01:49] * Joins: mixedpuppy (mixedpuppy@A5087023.2354C43D.D8E68FF6.IP)
  407. # [01:49] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  408. # [01:50] * Quits: @ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP) (Connection reset by peer)
  409. # [01:50] <philor> jld++
  410. # [01:50] * Joins: ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP)
  411. # [01:50] * ChanServ sets mode: +o ehsan
  412. # [01:51] <philor> just look how differently-unhappy those debug tests on Cedar are now! :)
  413. # [01:51] * Quits: gandalf (zbraniecki@2557E599.66715431.D25A875A.IP) (Quit: I took the wrong pill!!!)
  414. # [01:53] <jld> I see... a bunch of 404 errors from the test infrastructure?
  415. # [01:53] * Quits: juanb (jbecerra@2557E599.66715431.D25A875A.IP) (Ping timeout)
  416. # [01:53] * Quits: RealRaven (Thunderbir@EF24F1D2.D3452E82.27F80FAC.IP) (Quit: RealRaven)
  417. # [01:53] * Quits: myk (myk@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Instantbird 1.5a1pre -- http://www.instantbird.com)
  418. # [01:53] * Joins: RealRaven (Thunderbir@EF24F1D2.D3452E82.27F80FAC.IP)
  419. # [01:54] * Waldo looks
  420. # [01:54] <jld> philor: BTW, we might have been talking past each other a little, because apparently there are actual assertions (MOZ_ASSERT, JS_ASSERT, ???) and then there's something that used to be an assertion but turned into more of a "this probably ought to be true but whatever"
  421. # [01:54] * Joins: juanb (jbecerra@2557E599.66715431.D25A875A.IP)
  422. # [01:54] * Quits: juanb (jbecerra@2557E599.66715431.D25A875A.IP) (Input/output error)
  423. # [01:54] * Quits: RealRaven (Thunderbir@EF24F1D2.D3452E82.27F80FAC.IP) (Quit: RealRaven)
  424. # [01:54] <Waldo> philor: uh...
  425. # [01:54] <jld> and/or "this probably ought to be true but it kind of isn't, so instead we'll spam the logs and make everything slow"
  426. # [01:54] <Waldo> philor: I am not actually sure why ICU is being built at all there!
  427. # [01:55] * Joins: RealRaven (Thunderbir@EF24F1D2.D3452E82.27F80FAC.IP)
  428. # [01:55] <Waldo> or maybe that's part of the (separate) JS shell build, or something
  429. # [01:55] <Waldo> philor: there is https://bugzilla.mozilla.org/show_bug.cgi?id=869406 for that
  430. # [01:56] <jld> Meanwhile, I have a b2g device that's in ProfileLockedDialog and what is this.
  431. # [01:56] <Waldo> philor: the likely diagnosis is a MT bug in ICU's data-generation code, from the looks of it
  432. # [01:56] * Quits: RealRaven (Thunderbir@EF24F1D2.D3452E82.27F80FAC.IP) (Ping timeout)
  433. # [01:57] * Joins: maxli (maxli@B5559308.9C54E60.2FA4EA88.IP)
  434. # [01:57] <philor> Waldo: oh, look, I'm cc'ed, I must have once known about that
  435. # [01:57] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard)
  436. # [01:57] <mixedpuppy> philor, RyanVM: did the recent closing of try remove recent pushes to try? Just tried to retrigger a test and got: "Retrigger request for Fedora Mochitest Browser Chrome debug failed. (Build 26260244 not found on branch try)"
  437. # [01:58] <Hixie> jst: yt?
  438. # [01:58] * Quits: kdc (chatzilla@moz-2ACC6B38.pk.shawcable.net) (Connection reset by peer)
  439. # [01:59] * Joins: kdc (chatzilla@moz-2ACC6B38.pk.shawcable.net)
  440. # [02:00] * MrDHat is now known as MrDHat|afk
  441. # [02:00] <philor> mixedpuppy: that... I'd think that means the job fell out of releng's db, somehow
  442. # [02:01] <Waldo> philor: oh, that's the warn-as-error shell build, so of course Intl would be enabled in it
  443. # [02:01] * Waldo resolves his double-take
  444. # [02:02] * Joins: gandalf (zbraniecki@2557E599.66715431.D25A875A.IP)
  445. # [02:02] <mixedpuppy> philor: I assume that means I'll need to repush? I wanted to run bc a few times to ensure I have an orange fixed
  446. # [02:02] * Quits: ialagenchev|afk (Adium@2557E599.66715431.D25A875A.IP) (Quit: Leaving.)
  447. # [02:02] <mixedpuppy> my favorite bug 860421
  448. # [02:03] <philor> mixedpuppy: I FUCKING LOVE THAT BUG!
  449. # [02:03] <philor> um, I mean, what's the URL for the try push?
  450. # [02:03] <mixedpuppy> https://tbpl.mozilla.org/?tree=Try&rev=2e3f2005c25f
  451. # [02:03] * mcote|afk is now known as mcote
  452. # [02:03] * Joins: smooney (sheilamoon@moz-57825793.hsd1.ca.comcast.net)
  453. # [02:03] * Joins: bmoss (bmoss@2557E599.66715431.D25A875A.IP)
  454. # [02:03] * Joins: spohl (Adium@C6E1F017.2F2076AE.473D6A24.IP)
  455. # [02:03] <mixedpuppy> I was finally able to reliably reproduce it in a local vm :)
  456. # [02:04] * Quits: spohl (Adium@C6E1F017.2F2076AE.473D6A24.IP) (Input/output error)
  457. # [02:04] <philor> mixedpuppy: you can't actually retrigger pending jobs, you have to wait until they start
  458. # [02:04] <mixedpuppy> ah, ok
  459. # [02:04] <mixedpuppy> anticipation got the better of me
  460. # [02:05] <philor> self-serve deals with that by not giving you a button in https://secure.pub.build.mozilla.org/buildapi/self-serve/try/rev/2e3f2005c25f (other than the footgun of a cancel button), tbpl deals with it by lying to you about what you can do, and then mocking you while it dashes your hopes
  461. # [02:05] <Hixie> cpeterson: ping?
  462. # [02:06] * Quits: pcwalton (pcwalton@43CB6079.66715431.D25A875A.IP) (Quit: pcwalton)
  463. # [02:06] * Quits: reyre_ (reyre@moz-9002CDDA.cpe.net.cable.rogers.com) (Connection reset by peer)
  464. # [02:06] <philor> bnicholson: remember when we used to be able to compile Android builds?
  465. # [02:06] <mixedpuppy> my hopes will only be dashed by the color orange
  466. # [02:06] * Joins: ialagenchev (Adium@2557E599.66715431.D25A875A.IP)
  467. # [02:07] <bnicholson> philor: it was nice, wasn't it
  468. # [02:07] <philor> good times, good times
  469. # [02:07] * philor goes ahead and clobbers whether or not that's the problem
  470. # [02:07] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  471. # [02:07] * Quits: mccr8 (mccr8@2557E599.66715431.D25A875A.IP) (Quit: mccr8)
  472. # [02:08] * Quits: ialagenchev (Adium@2557E599.66715431.D25A875A.IP) (Quit: Leaving.)
  473. # [02:08] <bnicholson> philor: bad merge, i'll backout
  474. # [02:08] <philor> thanks
  475. # [02:10] <philor> KWierso|Home: so, about that fix-jetpack-bustage backout
  476. # [02:10] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/f1a49caa21d9 - Brian Nicholson - Backout c1e84483fc87 for Android bustage
  477. # [02:10] * Joins: ITsay (ITsay@moz-C6BA8325.dynamic-ip.hinet.net)
  478. # [02:10] <philor> oh, ffs, I'm not even looking at that backout, I'm looking at the one before it
  479. # [02:12] <Gijs> So in some cases new Error().stack only gives me some of the stack - in particular, when code runs that was triggered by loading a JSM, and I'd like to see what triggered loading that JSM... how could I figure that out?
  480. # [02:12] <Gijs> (I have chrome privileges, so if there's anything else I can ask for a full JS stack or something, from JS, that works)
  481. # [02:14] * mcote is now known as mcote|afk
  482. # [02:14] * Quits: bajaj (Adium@2557E599.66715431.D25A875A.IP) (Quit: Leaving.)
  483. # [02:14] * Joins: pcwalton (pcwalton@43CB6079.66715431.D25A875A.IP)
  484. # [02:15] * Quits: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  485. # [02:17] * Quits: ctangira (ctangira@moz-44D86B1E.cisco.com) (Quit: ctangira)
  486. # [02:18] * Quits: afwang (afwang@moz-CFE05FEE.hsd1.ca.comcast.net) (Ping timeout)
  487. # [02:18] * Quits: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Leaving.)
  488. # [02:19] * Joins: afwang (afwang@moz-CFE05FEE.hsd1.ca.comcast.net)
  489. # [02:20] * khuey|in-the-sky is now known as khuey|pto
  490. # [02:20] * khuey|pto is now known as khuey|in-the-sky
  491. # [02:22] * Quits: jgilbert_ (jgilbert@43CB6079.66715431.D25A875A.IP) (Ping timeout)
  492. # [02:23] <cpeterson> Hixie: pong
  493. # [02:23] * Quits: gandalf (zbraniecki@2557E599.66715431.D25A875A.IP) (Ping timeout)
  494. # [02:24] * Quits: bent (chatzilla@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: ChatZilla 0.9.90-rdmsoft [XULRunner 18.0.2/20130201065344])
  495. # [02:24] <clever> Gijs: one sec
  496. # [02:24] <Hixie> cpeterson: hey
  497. # [02:25] <cpeterson> Hixie: hi
  498. # [02:25] <Hixie> cpeterson: so i'm looking to spec navigator.plugins and navigator.mimeTypes, because bz asked me to because apparently he hates me.
  499. # [02:25] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ff011e5b3655 - Ehsan Akhgari - Bug 890072 - Part 2: Keep the ConvolverNode alive while its reverb buffers are being exhausted; r=roc
  500. # [02:25] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/0ed650741dc5 - Ehsan Akhgari - Bug 890072 - Part 1: Factor out PlayingRefChanged from DelayNodeEngine; r=roc
  501. # [02:25] <clever> Gijs: i sometimes use Components.stack for getting a stack trace, but it lacks argument info
  502. # [02:25] <Hixie> cpeterson: it seems like a _gigantic_ fingerprinting vector.
  503. # [02:25] * Quits: mwu (mwu@moz-2E883D31.hsd1.nj.comcast.net) (Quit: Leaving)
  504. # [02:25] <clever> Gijs: and its purely object based, need to iterate over .caller of each element
  505. # [02:25] <Hixie> cpeterson: even with the changes in that bug you were working on, it seems like it's still a pretty gigantic vector.
  506. # [02:25] <Hixie> cpeterson: are we really stuck with it?
  507. # [02:25] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard)
  508. # [02:26] * Joins: arasbm (zooby@moz-8E336844.vf.shawcable.net)
  509. # [02:26] <Hixie> cpeterson: (said bug being https://bugzilla.mozilla.org/show_bug.cgi?id=757726)
  510. # [02:27] <cpeterson> Hixie: I don't know. I have a WIP patch that will "stealth" all but the most common plugins from navigator.plugins.
  511. # [02:27] <Hixie> cpeterson: even with that you can still actually see the plugins if you know they exist, though, right?
  512. # [02:27] <cpeterson> Hixie: fingerprinters would not be able to enumerate all plugins, but they could still query by name
  513. # [02:27] * Quits: mcote|afk (mcote@1D8E4B86.9B0C981.6C85A25D.IP) (Quit: leaving)
  514. # [02:28] * Joins: gandalf (zbraniecki@2557E599.66715431.D25A875A.IP)
  515. # [02:28] <Hixie> cpeterson: seems like an attacker here would just go around making a huge list of plugins (e.g. using a botnet to scoop up a list), and then just check them all, which is pretty much as bad as with them being enumerable
  516. # [02:28] * Joins: mcote (mcote@1D8E4B86.9B0C981.6C85A25D.IP)
  517. # [02:28] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  518. # [02:28] <Hixie> cpeterson: especially since each one give many bits of data (version number, e.g.)
  519. # [02:28] <Gijs> clever: thanks, I'll give that a shot
  520. # [02:28] <Hixie> (and that's not even talking about the way the version number itself is a great way to get pwned)
  521. # [02:28] <cpeterson> Hixie: yes, there are only so many plugins, so making a big list is not hard.
  522. # [02:28] * Quits: maxli (maxli@B5559308.9C54E60.2FA4EA88.IP) (Quit: Leaving.)
  523. # [02:28] * nthomas is now known as nthomas|away
  524. # [02:29] * Joins: maxli (maxli@B5559308.9C54E60.2FA4EA88.IP)
  525. # [02:29] <Hixie> cpeterson: k
  526. # [02:29] <Hixie> cpeterson: i wonder what we should do
  527. # [02:29] * Quits: mcote (mcote@1D8E4B86.9B0C981.6C85A25D.IP) (Quit: leaving)
  528. # [02:29] <cpeterson> Hixie: in the bug, I mentioned that I think the plugin ordering might be *more* fingerprintable than the list of installed plugins.
  529. # [02:30] <Gijs> clever: that doesn't seem to make a difference in terms of what info it gives me. :(
  530. # [02:30] * Quits: maxli (maxli@B5559308.9C54E60.2FA4EA88.IP) (Ping timeout)
  531. # [02:31] <Hixie> cpeterson: yeah, i'm going from the assumption that if we do this at all, we normalise the order somehow
  532. # [02:31] <cpeterson> Hixie: the enumeration order is currently based on install time. so a fingerprinter can differentiate between someone who installed Flash then Silverlight from someone you installed Silverlight then Flash.
  533. # [02:31] <clever> Gijs: ah :(
  534. # [02:31] <Hixie> cpeterson: (either random, or alphabetic)
  535. # [02:31] <cpeterson> Hixie: I posted patch (last year?) that randomize the order, but it was r- because it didn't solve "the real problem"
  536. # [02:32] * Quits: sfoster (sfoster@4B1066ED.D46F33C7.10389559.IP) (Quit: Leaving)
  537. # [02:32] <Hixie> cpeterson: yeah
  538. # [02:32] <Hixie> cpeterson: i want to say we should just make this list always return exactly one plugin (flash), regardless of what plugins are installed (or something like that)
  539. # [02:33] <Hixie> cpeterson: and hardcode all the version numbers and filenames that we expose, too
  540. # [02:33] <Hixie> cpeterson: but i dunno how much that would break
  541. # [02:33] <cpeterson> Hixie: but 95% (or whatever) of people will have the same few plugins installed (Flash, QuickTime, whatever). With randomized order they can be distinguished into 2^3 subgroups (I think)
  542. # [02:34] <cpeterson> Hixie: even if we hide or hardcode version numbers, serious fingerprinters can just load some Flash content that just queries Flash's own version API.
  543. # [02:36] <Hixie> cpeterson: sure, but at least then we are down to one plugin, and adobe can fix that problem on their end if they stop changing their version number or some such.
  544. # [02:36] <yury> (or fonts: http://pomax.nihongoresources.com/downloads/fonttest/)
  545. # [02:36] <Hixie> (something we should probably do too, but that's a separate issue)
  546. # [02:36] <Hixie> cpeterson: also, click to play will help that
  547. # [02:37] <KWierso|Home> ehsan: uh oh
  548. # [02:37] <@ehsan> crap
  549. # [02:37] * Quits: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net) (Quit: ehugg)
  550. # [02:38] <cpeterson> Hixie: I think there are three separate issues: ability to enumerate plugins (partially defeated by querying a list of known plugins); plugin enumeration order (my randomize patch); hardcode coding version numbers
  551. # [02:38] <@ehsan> I hate gcc sooooo much
  552. # [02:38] * Joins: nattokirai (nattokirai@47FDC9E7.9CD517C2.134C27BB.IP)
  553. # [02:38] <Hixie> cpeterson: well i'm also suggesting just making the array useless, removing the ability to query plugins at all.
  554. # [02:38] <cpeterson> (and click-to-play helps with version tracking)
  555. # [02:38] <reuben> argh, why do moz.build files have tab-width: 40 in their modelines
  556. # [02:39] <cpeterson> Hixie: remove navigator.plugins, but keep navigator.mimeTypes?
  557. # [02:39] * Quits: nattokirai (nattokirai@47FDC9E7.9CD517C2.134C27BB.IP) (Quit: nattokirai)
  558. # [02:39] <Hixie> cpeterson: leave the api, just make it act as if no plugins are installed (or a specific set of plugins)
  559. # [02:39] * Quits: bdahl (bdahl@moz-BE33DA21.fw1.sfo1.mozilla.net) (Client exited)
  560. # [02:40] <Hixie> cpeterson: i've no idea if that's web compatible enough to work
  561. # [02:40] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/4937e561e40d - Ehsan Akhgari - Backed out 2 changesets (bug 890072) because gcc sucks
  562. # [02:40] * Quits: gandalf (zbraniecki@2557E599.66715431.D25A875A.IP) (Quit: I took the wrong pill!!!)
  563. # [02:41] <cpeterson> Hixie: Mozilla's "plugin check" service will break if we kill navigator.plugins or prevent enumeration. But that can be solved with by implementing plugin version updating within Firefox itself.
  564. # [02:41] <cpeterson> https://www.mozilla.org/en-US/plugincheck/
  565. # [02:41] * Joins: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP)
  566. # [02:41] <Hixie> cpeterson: yeah, that specific case can be given elevated rights or something
  567. # [02:42] <Hixie> cpeterson: as someone on the bug said, it seems a bit dubious that we're allowing unelevated scripts the ability to determine that you're vulnerable
  568. # [02:42] <Hixie> cpeterson: especially that easily
  569. # [02:43] <Hixie> cpeterson: anyway, i take it you're about as in the dark on what we could do here as i am
  570. # [02:43] <Hixie> cpeterson: i guess i'll just spec it for now
  571. # [02:43] <cpeterson> Hixie: spec what in particular?
  572. # [02:43] * Joins: ehugg_lime (ehugg_lime@moz-C5E0C256.mycingular.net)
  573. # [02:44] <cpeterson> Hixie: breaking navigator.plugins enumeration will break Mozilla's Plugin Check, but we can escalate a native solution within Firefox
  574. # [02:44] <Hixie> cpeterson: navigator.plugins, navigator.mimeTypes, etc
  575. # [02:44] <Hixie> cpeterson: i mean, spec it in its fingerprinting glory.
  576. # [02:45] <Hixie> cpeterson: and just put up big warning signs and maybe allow browsers to lie
  577. # [02:45] <Hixie> cpeterson: in the hope that maybe one day they will
  578. # [02:46] * openjck is now known as openjck|offline
  579. # [02:46] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/fa7bbdf1b910 - Brian Nicholson - Bug 888497 - Fix focus order of browser toolbar. r=sriram
  580. # [02:46] <cpeterson> Hixie: sounds good. maybe specify that the enumeration order is undefined, many not be stable, or may not exposed all installed plugins. That gives us some wiggle room. I will try to push my randomizer patch again...
  581. # [02:46] <cpeterson> s/many/may/
  582. # [02:46] * deian is now known as deian|away
  583. # [02:46] <Hixie> cpeterson: yeah
  584. # [02:46] <Hixie> cpeterson: thanks for the info!
  585. # [02:47] <clever> mrbkap: fixed
  586. # [02:47] <mrbkap> clever: I saw.
  587. # [02:47] <cpeterson> Hixie: np! I'm glad someone is exposing this issue
  588. # [02:48] <clever> mrbkap: while i'm here, do you know c-types?
  589. # [02:48] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c9978562db88 - Drew Willcoxon - Bug 879111 - Mute Web Audio when allowMedia is false on the docshell. r=ehsan
  590. # [02:48] <mrbkap> clever: a little. I've used them before.
  591. # [02:48] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/ffd2f85714be - Drew Willcoxon - Bug 870101 - Make BackgroundPageThumbs load about:blank after capturing windows so that they're eventually collected. r=markh
  592. # [02:48] * Joins: darkowlzz (sunny@93CE7049.D264A0C2.EACE93BE.IP)
  593. # [02:48] * Quits: terrence (terrence@2557E599.66715431.D25A875A.IP) (Ping timeout)
  594. # [02:49] <clever> mrbkap: http://privatepaste.com/3f74d2b9f7 cant get this one to work
  595. # [02:49] <clever> mrbkap: ive tried every combination i can, but nothing happens
  596. # [02:49] * Quits: RyanVM|afk (Thunderbir@moz-A2F98468.phlapa.fios.verizon.net) (Quit: RyanVM|afk)
  597. # [02:50] <@ted> NeilAway: yes, but it wasn't extremely scientific
  598. # [02:51] <mrbkap> clever: what happens when you try?
  599. # [02:51] <mrbkap> clever: (it already seems that the declaration uses different types than the ones I found on msdn)
  600. # [02:51] <clever> mrbkap: i forget, let me see what happens...
  601. # [02:52] <clever> mrbkap: i tried several combinations, the other one was all long's
  602. # [02:53] * Quits: mikeh|afk (mikeh@moz-EFE5FECB.dsl.bell.ca) (Ping timeout)
  603. # [02:53] <clever> mrbkap: Components.utils.import("resource://earthangel/shutdown.js",null).shutdown(); returns 5
  604. # [02:53] * Joins: mikeh (mikeh@moz-5EE57537.dsl.bell.ca)
  605. # [02:53] <clever> mrbkap: the code will return ctypes.winLastError if the function returns 0
  606. # [02:53] * Quits: ehugg_lime (ehugg_lime@moz-C5E0C256.mycingular.net) (Client exited)
  607. # [02:55] * mikeh is now known as mikeh|afk
  608. # [02:55] <mrbkap> clever: I'd try to get the types correct first.
  609. # [02:55] * Quits: smooney (sheilamoon@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  610. # [02:56] <mrbkap> clever: In particular, you're passing unsigned longs in place of pointers.
  611. # [02:56] <clever> mrbkap: hmmm, let me see if there was a special pointer type
  612. # [02:56] <jld> ...is this one of those OSes with 32-bit longs and 64-bit pointers?
  613. # [02:56] <clever> jld: 32bit windows is my test system
  614. # [02:57] * Quits: bmoss (bmoss@2557E599.66715431.D25A875A.IP) (Ping timeout)
  615. # [02:57] * Mook_as notes the bools are unsigned long for the return type and bool for in parameters... which can't be right
  616. # [02:57] <clever> uintptr_t then ?
  617. # [02:57] <Mook_as> also, isn't 5 access_denied?
  618. # [02:58] * mrbkap defers to Mook_as on that.
  619. # [02:58] * Parts: ITsay (ITsay@moz-C6BA8325.dynamic-ip.hinet.net)
  620. # [02:58] * Mook_as defers to http://msdn.microsoft.com/en-us/library/windows/desktop/ms681382%28v=vs.85%29.aspx
  621. # [02:58] <clever> let me go over the docs again...
  622. # [02:59] * KaiRo_away is now known as KaiRo
  623. # [02:59] * Joins: maxli (maxli@B5559308.9C54E60.2FA4EA88.IP)
  624. # [02:59] <clever> yeah, i dont know why bool isnt set as the return type??? :S
  625. # [02:59] <mrbkap> clever: If I'm reading the MSDN docs right, BOOL should be ctypes.int, LPTSTR is ctypes.char.ptr and dword is ctypes.unsigned_long
  626. # [02:59] * Quits: Mook_as (mook@moz-1FCC0032.activestate.com) (Quit: Mook_as)
  627. # [03:00] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard)
  628. # [03:00] <clever> DWORD == unsigned_long ?
  629. # [03:00] <mrbkap> clever: yes.
  630. # [03:00] * khuey|in-the-sky is now known as khuey|pto
  631. # [03:00] <mrbkap> clever: I got that from http://msdn.microsoft.com/en-us/library/windows/desktop/aa383751%28v=vs.85%29.aspx
  632. # [03:00] <mrbkap> So take that for what it's worth ;)
  633. # [03:00] <clever> i was reading http://msdn.microsoft.com/en-us/library/windows/desktop/aa376874%28v=vs.85%29.aspx
  634. # [03:00] <clever> ah, same one, the escaping made it look different
  635. # [03:01] * Quits: ekr (ekr@moz-D7997EC8.rtfm.com) (Ping timeout)
  636. # [03:01] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/0f63df1a49dc - ffxbld - Added FIREFOX_23_0b3_RELEASE FIREFOX_23_0b3_BUILD1 tag(s) for changeset 4be469df6d23. DONTBUILD CLOSED TREE a=release
  637. # [03:01] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/4be469df6d23 - ffxbld - Automated checkin: version bump for firefox 23.0b3 release. DONTBUILD CLOSED TREE a=release
  638. # [03:02] * Joins: chmanchester|afk (user@moz-962996C5.seas.upenn.edu)
  639. # [03:02] * jchen is now known as jchen|away
  640. # [03:02] * Quits: chmanchester (chmanchest@moz-BE33DA21.fw1.sfo1.mozilla.net) (Input/output error)
  641. # [03:04] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Quit: )
  642. # [03:04] <clever> mrbkap: still returns 5, let me pastebin the new code
  643. # [03:04] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  644. # [03:04] <clever> mrbkap: http://privatepaste.com/4ba0a1bbd5
  645. # [03:05] * Quits: maxli (maxli@B5559308.9C54E60.2FA4EA88.IP) (Ping timeout)
  646. # [03:05] * kats|away is now known as kats
  647. # [03:05] <mrbkap> clever: that value seems like the function is being called properly, but your process doesn't have permission to call it.
  648. # [03:06] <clever> mrbkap: ive not had any trouble putting it into standby with SetSuspendState, and this user can shut the machine down just fine
  649. # [03:06] <clever> and i am an admin under 'users accounts'
  650. # [03:07] * Quits: arasbm (zooby@moz-8E336844.vf.shawcable.net) (Ping timeout)
  651. # [03:07] * Quits: mihneadb (mihneadb@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  652. # [03:08] <clever> and a related minor problem, SetSuspendState cause firefox to think my script is REAL slow
  653. # [03:08] * Joins: mihneadb (mihneadb@moz-BE33DA21.fw1.sfo1.mozilla.net)
  654. # [03:08] <clever> because that part of the js takes 10+ hours to run
  655. # [03:09] * Joins: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net)
  656. # [03:10] * Quits: mihneadb (mihneadb@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  657. # [03:10] * Quits: fabrice (fabrice@2557E599.66715431.D25A875A.IP) (Quit: Leaving.)
  658. # [03:13] * Quits: mixedpuppy (mixedpuppy@A5087023.2354C43D.D8E68FF6.IP) (Quit: mixedpuppy)
  659. # [03:13] * Joins: Asa (asa@4508CAE6.38324963.204CA821.IP)
  660. # [03:13] * Quits: mcomella (mcomella@moz-BE33DA21.fw1.sfo1.mozilla.net) (Input/output error)
  661. # [03:15] * Joins: sheeri (sheeri@moz-3259B52F.hsd1.ma.comcast.net)
  662. # [03:15] * kats is now known as kats|away
  663. # [03:16] * Quits: sheeri (sheeri@moz-3259B52F.hsd1.ma.comcast.net) (Quit: sheeri)
  664. # [03:17] * grobinson is now known as grobinson|afk
  665. # [03:17] * Quits: @roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Ping timeout)
  666. # [03:17] * joduinn-mtg is now known as joduinn-brb
  667. # [03:17] * Joins: arasbm (zooby@moz-8E336844.vf.shawcable.net)
  668. # [03:20] * Joins: Jerry (hshih@moz-99690620.hinet-ip.hinet.net)
  669. # [03:21] * Joins: sewardj__ (sewardj@moz-D10F341C.dip0.t-ipconnect.de)
  670. # [03:22] * Quits: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 1.8.0.9/2006120508])
  671. # [03:22] * Quits: tn (tn@moz-2E73ACE4.wp.shawcable.net) (Ping timeout)
  672. # [03:22] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Quit: Leaving.)
  673. # [03:23] * Quits: sewardj_ (sewardj@moz-38138F9F.dip0.t-ipconnect.de) (Ping timeout)
  674. # [03:23] * Joins: reyre_ (reyre@moz-9002CDDA.cpe.net.cable.rogers.com)
  675. # [03:23] * hwine is now known as hwine-ooo
  676. # [03:24] * jchen|away is now known as jchen
  677. # [03:24] * Joins: Edgar (Thunderbir@moz-D5383894.dynamic.hinet.net)
  678. # [03:26] * Joins: bdahl (bdahl@4272FEDC.BA6FA.189F3E15.IP)
  679. # [03:26] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  680. # [03:26] * Quits: stully (quassel@moz-BE33DA21.fw1.sfo1.mozilla.net) (Input/output error)
  681. # [03:27] * KWierso|Home is now known as KWierso|PackingButAround
  682. # [03:29] * Quits: Edgar (Thunderbir@moz-D5383894.dynamic.hinet.net) (Quit: Edgar)
  683. # [03:31] * Quits: brson (brson@2557E599.66715431.D25A875A.IP) (Ping timeout)
  684. # [03:31] * Quits: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner)
  685. # [03:31] <darkowlzz> padenot, ping!
  686. # [03:32] * Joins: brson (brson@2557E599.66715431.D25A875A.IP)
  687. # [03:32] * nthomas|away is now known as nthomas
  688. # [03:33] * Quits: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP) (Quit: erikvold)
  689. # [03:34] * Quits: chewey (chewey@moz-3025A7D.dip0.t-ipconnect.de) (NickServ (GHOST command used by chewey_))
  690. # [03:34] * Joins: chewey (chewey@moz-C132C0E5.dip0.t-ipconnect.de)
  691. # [03:35] * Quits: Asa (asa@4508CAE6.38324963.204CA821.IP) (Quit: )
  692. # [03:35] * Quits: cronco (Thunderbir@17FF97FF.AE2F10B0.3376CD77.IP) (Quit: cronco)
  693. # [03:35] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b2d489d6748d - Mike Hommey - Bug 889236 - Cleanup GeckoLoader.loadMozGlue after bug 850875. r=kats
  694. # [03:36] * Joins: brendan (brendaneic@EB618058.615B56E6.43362C16.IP)
  695. # [03:38] * Quits: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net) (Input/output error)
  696. # [03:39] * Quits: jet (jet@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: jet)
  697. # [03:39] * Joins: bmoss (bmoss@2557E599.66715431.D25A875A.IP)
  698. # [03:40] * ewong|away is now known as ewong
  699. # [03:40] <Waldo> clever: the DOM operation callback that checks for slow-script compares PR_Now() results, which means it's looking at wall-clock time and not some sense of CPU time :-\
  700. # [03:40] * Joins: tn (tn@moz-2E73ACE4.wp.shawcable.net)
  701. # [03:40] * Quits: bmoss (bmoss@2557E599.66715431.D25A875A.IP) (Quit: bmoss)
  702. # [03:41] * Quits: brendan (brendaneic@EB618058.615B56E6.43362C16.IP) (Connection reset by peer)
  703. # [03:41] * Joins: brendan (brendaneic@EB618058.615B56E6.43362C16.IP)
  704. # [03:41] <Waldo> clever: aside from the cross-platform considerations of this, this seems like something that could be fixed without too much trouble
  705. # [03:41] * aki is now known as aki|away
  706. # [03:42] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5e815a5ca50d - Ehsan Akhgari - Bug 890072 - Part 2: Keep the ConvolverNode alive while its reverb buffers are being exhausted; r=roc
  707. # [03:42] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/7151ab8ff70c - Ehsan Akhgari - Bug 890072 - Part 1: Factor out PlayingRefChanged from DelayNodeEngine; r=roc
  708. # [03:42] * joduinn-brb is now known as joduinn
  709. # [03:43] <froydnj> man, osx/android testers on try are very backed up
  710. # [03:44] <KWierso|PackingButAround> froydnj: I know, right?
  711. # [03:45] * Waldo notes PR_IntervalNow() is not an alternative, as it uses gettimeofday
  712. # [03:45] * Joins: ericchou (ericchou@moz-99690620.hinet-ip.hinet.net)
  713. # [03:45] <KWierso|PackingButAround> froydnj: still waiting for tests pushed four hours ago to even start
  714. # [03:45] * Joins: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net)
  715. # [03:45] <Waldo> looks like clock_gettime with CLOCK_MONOTONIC_RAW is what would be desired on Linux, with new enough kernels to support that clock
  716. # [03:46] <jcranmer> Waldo: sadly, we still don't have a good MFBT-ish response for time
  717. # [03:46] <Waldo> jcranmer: yeah
  718. # [03:46] * Quits: cpeterson (cpeterson@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  719. # [03:46] <Waldo> someone with time (pun intended) should do that
  720. # [03:46] <glandium> Waldo: it should just use TimeStamp
  721. # [03:46] * Joins: shelly (shelly@moz-99690620.hinet-ip.hinet.net)
  722. # [03:46] <jcranmer> TimeStamp uses PRNow I thought
  723. # [03:46] <Jesse> Waldo: PR_IntervalNow wasn't fixed in https://bugzilla.mozilla.org/show_bug.cgi?id=757593 ??
  724. # [03:46] <glandium> jcranmer: no
  725. # [03:47] <froydnj> Waldo: now just hang on a second!
  726. # [03:47] <Waldo> porting that over is probably not unreasonable, but it doesn't solve the problem here
  727. # [03:47] <glandium> Waldo: i actually want to move timestamp to mfbt, but it's going to be painful
  728. # [03:48] <Waldo> Jesse: PR_IntervalNow considers wall-clock time, and it includes time the computer's suspended, hibernated, etc.
  729. # [03:48] <jcranmer> what about cases where we want wall-clock time?
  730. # [03:48] * jcranmer has been looking at how to handle datetime in mailnews
  731. # [03:48] <Waldo> there are obviously multiple kinds of times to be supported by all this
  732. # [03:48] <jcranmer> to be fair, JS is even worse when it comes to time
  733. # [03:49] * Quits: KaiRo (robert@moz-1AA549C8.adsl.highway.telekom.at) (Input/output error)
  734. # [03:49] <Waldo> PR_Now and PR_IntervalNow happen to be not right for busy-timing, idle timing, etc.
  735. # [03:49] <Waldo> they're fine for other use cases
  736. # [03:49] * Joins: bbouvier (bnjbouv@moz-63AFAFBF.gagahome.fr)
  737. # [03:49] <Waldo> jcranmer: the JS standard library is worse in basically every respect along every axis compared to basically everything :-)
  738. # [03:49] * Joins: GinaYeh-laptop (GinaYeh@moz-A5BD3BE3.dynamic.hinet.net)
  739. # [03:49] <Jesse> as graydon would say: can we just stop talking about "time" and use a distributed causality DAG?
  740. # [03:50] * Joins: aja (Instantbir@E263534E.1C8376FD.7880DB15.IP)
  741. # [03:50] <jcranmer> Waldo: well, EcmaScript says that it's pretty much up to implementations in what they support with Date.parse
  742. # [03:50] * khuey|pto is now known as khuey|in-the-sky
  743. # [03:50] * Joins: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net)
  744. # [03:50] <Waldo> jcranmer: sure; blame brendan for not writing an algorithm that could be standardized
  745. # [03:51] <brendan> Waldo: i didn't write it
  746. # [03:51] <jcranmer> meh, just spec that you follow NSPR's implementation
  747. # [03:51] <jcranmer> which is o_O
  748. # [03:51] <Waldo> brendan: oh, good point, you used PR_somethingorother
  749. # [03:51] * Quits: @ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP) (Connection reset by peer)
  750. # [03:51] * Joins: mixedpuppy (mixedpuppy@moz-7B3CFB22.vc.shawcable.net)
  751. # [03:51] * Quits: Gijs (gijs@moz-C11B0461.dsl.alice.nl) (Quit: sleep)
  752. # [03:51] * Joins: ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP)
  753. # [03:51] * ChanServ sets mode: +o ehsan
  754. # [03:51] * Joins: allstarschh (allstars@moz-99690620.hinet-ip.hinet.net)
  755. # [03:51] * jcranmer hasn't found a datetime API he likes
  756. # [03:52] <jcranmer> even C++11 makes me want to wretch here
  757. # [03:52] <Waldo> mm, PRMJ
  758. # [03:52] * Joins: cronco (Thunderbir@17FF97FF.AE2F10B0.3376CD77.IP)
  759. # [03:53] * jcranmer sighs as he looks at network
  760. # [03:53] <jcranmer> for an API which disclaims the ability to use it off the main thread, it sure has a lot of threadsafe class implementations
  761. # [03:53] * Waldo wonders if someone will ever rename that directory now that we can
  762. # [03:54] * Joins: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  763. # [03:55] <glandium> jcranmer: network code uses a thread pool
  764. # [03:55] <glandium> (aiui)
  765. # [03:56] <jcranmer> actually, it's about twelve thousand times more complicated
  766. # [03:56] <jcranmer> but I'm willing to bet some reviewers are going to be surprised about the code here that claims to be threadsafe
  767. # [03:57] * Waldo wonders how much longer he should keep hanging on til froydnj gets back to him (some seconds are longer than others ;-) )
  768. # [03:57] <@khuey|in-the-sky> "claims to be threadsafe" != "has threadsafe refcounting"
  769. # [03:58] * @dolske hums "khuey in the sky with diamonds"
  770. # [03:59] * Quits: pcwalton (pcwalton@43CB6079.66715431.D25A875A.IP) (Quit: pcwalton)
  771. # [03:59] <@khuey|in-the-sky> :-D
  772. # [04:02] * Quits: alfredo (chatzilla@moz-99690620.hinet-ip.hinet.net) (Quit: ChatZilla 0.9.90 [Firefox 21.0/20130512194445])
  773. # [04:02] <KWierso|PackingButAround> ehsan: did your first push also cause those m-1 leaks?
  774. # [04:02] * Joins: alfredo (chatzilla@moz-99690620.hinet-ip.hinet.net)
  775. # [04:02] * Quits: cronco (Thunderbir@17FF97FF.AE2F10B0.3376CD77.IP) (Ping timeout)
  776. # [04:03] * Quits: mshal (mshal@moz-A514A42A.washdc.fios.verizon.net) (Quit: leaving)
  777. # [04:03] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  778. # [04:03] <KWierso|PackingButAround> I know you backed out, so they should be gone now, but just as a heads up for the relanding?
  779. # [04:04] * Quits: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Quit: masayuki)
  780. # [04:04] * Joins: elin (elin@moz-99690620.hinet-ip.hinet.net)
  781. # [04:05] * Joins: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  782. # [04:05] * Quits: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner)
  783. # [04:06] * mattwoodrow is now known as mattwoodrow|away
  784. # [04:11] * Quits: lmandel (lmandel@moz-BBE1EA67.dsl.bell.ca) (Quit: lmandel)
  785. # [04:12] * Quits: @dveditz (dveditz@2557E599.66715431.D25A875A.IP) (Ping timeout)
  786. # [04:13] * Quits: azakai (alon@2557E599.66715431.D25A875A.IP) (Quit: Ex-Chat)
  787. # [04:14] * Joins: cervantes (cervantes@moz-99690620.hinet-ip.hinet.net)
  788. # [04:19] * Quits: atsai (atsai@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  789. # [04:20] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  790. # [04:20] <@ehsan> hmm
  791. # [04:20] <@ehsan> dammit
  792. # [04:20] * heycam is now known as heycam|away
  793. # [04:21] * joduinn is now known as joduinn-afk
  794. # [04:21] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/4afa33be1fce - Ehsan Akhgari - Backed out 2 changesets (bug 890072) for possible leaks
  795. # [04:21] * Joins: atsai (atsai@moz-99690620.hinet-ip.hinet.net)
  796. # [04:22] * jlebar is now known as jlebar|awayy
  797. # [04:22] * jlebar|awayy is now known as jlebar|away
  798. # [04:22] * Quits: @ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP) (Input/output error)
  799. # [04:23] * Joins: ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP)
  800. # [04:23] * ChanServ sets mode: +o ehsan
  801. # [04:23] * Quits: Optimizer (Optimizer@C8EA4853.9EE11D7D.D2D1FAF0.IP) (Ping timeout)
  802. # [04:25] * Quits: @ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP) (Ping timeout)
  803. # [04:26] * Quits: surkov (surkov@moz-6EE3EE5C.cpe.net.cable.rogers.com) (Quit: surkov)
  804. # [04:31] * Quits: brendan (brendaneic@EB618058.615B56E6.43362C16.IP) (Quit: brendan)
  805. # [04:32] * Joins: Optimizer (Optimizer@EE23C525.7752A5ED.BE90E62C.IP)
  806. # [04:32] * Joins: Sixmsj (Sixmsj@moz-3720A502.hsd1.ca.comcast.net)
  807. # [04:33] * Quits: darkowlzz (sunny@93CE7049.D264A0C2.EACE93BE.IP) (Connection reset by peer)
  808. # [04:34] * khuey|in-the-sky is now known as khuey
  809. # [04:34] * Joins: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP)
  810. # [04:34] * khuey is now known as khuey|pto
  811. # [04:36] * Quits: Sixmsj (Sixmsj@moz-3720A502.hsd1.ca.comcast.net) (Quit: Computer has gone to sleep.)
  812. # [04:37] * Joins: tessarakt2 (jens@moz-8718581C.dip0.t-ipconnect.de)
  813. # [04:37] * Quits: brson (brson@2557E599.66715431.D25A875A.IP) (Quit: leaving)
  814. # [04:38] * Quits: jens__ (jens@moz-BE7681A6.dip0.t-ipconnect.de) (Ping timeout)
  815. # [04:39] * Quits: @dbaron (dbaron@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  816. # [04:40] * Quits: jammink (textual@2557E599.66715431.D25A875A.IP) (Quit: Textual IRC Client: http://www.textualapp.com/)
  817. # [04:41] * Joins: Sixmsj (Sixmsj@moz-3720A502.hsd1.ca.comcast.net)
  818. # [04:41] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  819. # [04:43] * Quits: Waldo (waldo@2557E599.66715431.D25A875A.IP) (Quit: ChatZilla 0.9.87-6.1450hg.fc18 [XULRunner 21.0/20130521122340])
  820. # [04:43] * Joins: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net)
  821. # [04:44] * Joins: surkov (surkov@moz-6EE3EE5C.cpe.net.cable.rogers.com)
  822. # [04:46] * philor is now known as philor|away
  823. # [04:51] * Quits: surkov (surkov@moz-6EE3EE5C.cpe.net.cable.rogers.com) (Quit: surkov)
  824. # [04:51] * Joins: surkov (surkov@moz-6EE3EE5C.cpe.net.cable.rogers.com)
  825. # [04:53] * kats|away is now known as kats
  826. # [04:54] * Joins: jhlin (jolin@moz-99690620.hinet-ip.hinet.net)
  827. # [04:56] * Quits: surkov (surkov@moz-6EE3EE5C.cpe.net.cable.rogers.com) (Quit: surkov)
  828. # [04:57] * Quits: Sixmsj (Sixmsj@moz-3720A502.hsd1.ca.comcast.net) (Ping timeout)
  829. # [04:59] * Joins: Boriss_ (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net)
  830. # [04:59] * Quits: Boriss_ (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Boriss_)
  831. # [05:00] * Quits: Boriss (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  832. # [05:01] * Joins: Sixmsj (Sixmsj@moz-3720A502.hsd1.ca.comcast.net)
  833. # [05:03] * Joins: roc (chatzilla@E2F7352.56080C53.97BBD552.IP)
  834. # [05:03] * ChanServ sets mode: +o roc
  835. # [05:04] * Quits: Sixmsj (Sixmsj@moz-3720A502.hsd1.ca.comcast.net) (Quit: Computer has gone to sleep.)
  836. # [05:05] * Joins: Asa (asa@4508CAE6.38324963.204CA821.IP)
  837. # [05:09] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Ping timeout)
  838. # [05:10] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  839. # [05:11] * Quits: phenom (phenom@511B58EF.8B458B7.3B788C77.IP) (Quit: Leaving)
  840. # [05:12] * heycam|away is now known as heycam
  841. # [05:13] * Joins: Austin__ (austin@moz-F78B7921.cpe.net.cable.rogers.com)
  842. # [05:13] * Quits: billm (billm@moz-E7DF4F8C.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  843. # [05:15] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  844. # [05:16] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  845. # [05:16] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  846. # [05:16] * Parts: Austin__ (austin@moz-F78B7921.cpe.net.cable.rogers.com)
  847. # [05:17] * Quits: atsai (atsai@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  848. # [05:18] * Joins: atsai (atsai@moz-99690620.hinet-ip.hinet.net)
  849. # [05:20] * Joins: Mook (mook@moz-A7E339B3.dsl.teksavvy.com)
  850. # [05:21] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  851. # [05:22] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  852. # [05:23] * philor|away is now known as philor
  853. # [05:26] * Joins: billm (billm@moz-E7DF4F8C.lightspeed.sntcca.sbcglobal.net)
  854. # [05:28] * Quits: Asa (asa@4508CAE6.38324963.204CA821.IP) (Ping timeout)
  855. # [05:28] * Joins: darkowlzz (sunny@15673D1B.1CB2C652.A35A6174.IP)
  856. # [05:28] * Joins: Asa (asa@4508CAE6.38324963.204CA821.IP)
  857. # [05:28] * Quits: bsmith (bsmith@43CB6079.66715431.D25A875A.IP) (Ping timeout)
  858. # [05:30] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  859. # [05:31] * kats is now known as kats|away
  860. # [05:35] * Joins: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net)
  861. # [05:36] * Quits: ferjm|afk (ferjm@moz-63741C33.red-83-57-242.dynamicip.rima-tde.net) (Quit: Leaving)
  862. # [05:36] * Quits: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner)
  863. # [05:36] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/010467c3da6e - Nicholas Nethercote - Bug 889146 (part 14) - Make DataViewObject::{byteLength,byteLengthValue,byteOffset,byteOffsetValue}() more sane. r=sfink.
  864. # [05:36] * Parts: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net) (Leaving...)
  865. # [05:36] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/6f7ee0fd72e8 - Nicholas Nethercote - Bug 889146 (part 11) - Move some functions into TypedArrayObject and make its SLOT members private. r=sfink.
  866. # [05:36] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard)
  867. # [05:36] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/298a680ab26b - Nicholas Nethercote - Bug 889146 (part 16) - Rename jstypedarray.{h,cpp} as vm/TypedArrayObject.{h,cpp}. r=sfink.
  868. # [05:36] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/35ce088f84a0 - Steve Fink - Bug 889559 - Test management of the linked list of multiview ArrayBufferObjects in the overflow case where obj_trace is called multiple times. r=wmccloskey.
  869. # [05:36] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/b77c33d1cb37 - Nicholas Nethercote - Bug 889146 (part 13) - Use appropriate methods from TypedArrayObject where appropriate. r=sfink.
  870. # [05:37] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/dd66fa52787f - Nicholas Nethercote - Bug 889146 (part 12) - Remove JSObject::isTypedArray(). r=sfink.
  871. # [05:37] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/551bd45d1b13 - Nicholas Nethercote - Bug 889146 (part 15) - Remove jstypedarrayinlines.h. r=sfink.
  872. # [05:37] * Quits: bdahl (bdahl@4272FEDC.BA6FA.189F3E15.IP) (Client exited)
  873. # [05:38] * Joins: mconley (mconley@moz-552AB153.static.videotron.ca)
  874. # [05:39] * Quits: Jesse (jruderman@2557E599.66715431.D25A875A.IP) (Quit: Jesse)
  875. # [05:41] * Joins: fabrice (fabrice@moz-94F028C6.hsd1.ca.comcast.net)
  876. # [05:42] * Quits: darkowlzz (sunny@15673D1B.1CB2C652.A35A6174.IP) (Ping timeout)
  877. # [05:42] * Joins: smooney (sheilamoon@moz-57825793.hsd1.ca.comcast.net)
  878. # [05:42] <clever> mrbkap: not sure if its related, but i had to click start->shutdown 3 times in a row for the machine to turn off
  879. # [05:42] <clever> mrbkap: my messed up c-types calls may have somehow broken the real shutdown button, lol
  880. # [05:43] * Joins: darkowlzz (sunny@15673D1B.1CB2C652.A35A6174.IP)
  881. # [05:45] * Quits: tanvi (tanvi@2557E599.66715431.D25A875A.IP) (Ping timeout)
  882. # [05:47] * Joins: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net)
  883. # [05:49] * Quits: tonymec (tonymec@moz-C4652FAF.adsl-dyn.isp.belgacom.be) (Ping timeout)
  884. # [05:50] * Joins: tonymec (tonymec@moz-C4652FAF.adsl-dyn.isp.belgacom.be)
  885. # [05:52] * Joins: jet (jet@moz-79F891EE.hsd1.ca.comcast.net)
  886. # [05:52] * Joins: seth (seth@moz-D840E602.dsl.static.sonic.net)
  887. # [05:54] * Quits: seth (seth@moz-D840E602.dsl.static.sonic.net) (Ping timeout)
  888. # [05:58] * Quits: taras (taras@D2ABC49B.2F7415B9.B87ED48A.IP) (Ping timeout)
  889. # [05:59] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  890. # [05:59] * Joins: taras (taras@D2ABC49B.2F7415B9.B87ED48A.IP)
  891. # [06:04] * Joins: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net)
  892. # [06:04] * Quits: Matti (Matti@moz-A0064276.dip0.t-ipconnect.de) (Ping timeout)
  893. # [06:04] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c99a43a2eaba - Cameron McCormack - Comment typo fix, no bug (DONTBUILD)
  894. # [06:05] * Quits: smooney (sheilamoon@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  895. # [06:06] * Joins: jdm (jdm@moz-B993E2E3.dsl.teksavvy.com)
  896. # [06:07] * Joins: pcwalton (pcwalton@moz-481A040C.hsd1.ca.comcast.net)
  897. # [06:07] * Quits: christoffer__ (christoffe@moz-79070305.dynamic.se.alltele.net) (Ping timeout)
  898. # [06:07] * Joins: squeakytoy (christoffe@moz-79070305.dynamic.se.alltele.net)
  899. # [06:08] * Quits: elin (elin@moz-99690620.hinet-ip.hinet.net) (Quit: elin)
  900. # [06:09] * Joins: Matti (Matti@moz-C475FA5F.dip0.t-ipconnect.de)
  901. # [06:09] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  902. # [06:09] * Joins: elin (elin@moz-99690620.hinet-ip.hinet.net)
  903. # [06:10] * Quits: pcwalton (pcwalton@moz-481A040C.hsd1.ca.comcast.net) (Quit: .)
  904. # [06:12] * Joins: tanvi1 (tanvi@moz-9440AA69.hsd1.ca.comcast.net)
  905. # [06:15] * Quits: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net) (Quit: ehugg)
  906. # [06:16] * Joins: janv (varga@moz-8BF5D87F.flarion.as5628.telecom.sk)
  907. # [06:17] * Quits: jet (jet@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  908. # [06:20] * Quits: dzbarsky (Adium@2557E599.66715431.D25A875A.IP) (Quit: Leaving.)
  909. # [06:21] * Joins: dzbarsky (Adium@2557E599.66715431.D25A875A.IP)
  910. # [06:28] * Joins: Sixmsj (Sixmsj@moz-3720A502.hsd1.ca.comcast.net)
  911. # [06:29] * Quits: tanvi1 (tanvi@moz-9440AA69.hsd1.ca.comcast.net) (Quit: Leaving.)
  912. # [06:30] * Quits: mconley (mconley@moz-552AB153.static.videotron.ca) (Input/output error)
  913. # [06:30] * corey|away is now known as corey
  914. # [06:34] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  915. # [06:39] * Quits: sankha93 (Instantbir@761AFFFD.4A7A14DD.8B6C1D65.IP) (Quit: Instantbird 1.4 -- http://www.instantbird.com)
  916. # [06:40] * Quits: GinaYeh-laptop (GinaYeh@moz-A5BD3BE3.dynamic.hinet.net) (Ping timeout)
  917. # [06:42] * Quits: elin (elin@moz-99690620.hinet-ip.hinet.net) (Quit: elin)
  918. # [06:48] * Quits: darkowlzz (sunny@15673D1B.1CB2C652.A35A6174.IP) (Connection reset by peer)
  919. # [06:50] * Quits: tonymec (tonymec@moz-C4652FAF.adsl-dyn.isp.belgacom.be) (Ping timeout)
  920. # [06:51] * Joins: tonymec (tonymec@moz-C4652FAF.adsl-dyn.isp.belgacom.be)
  921. # [06:53] * Quits: kdc (chatzilla@moz-2ACC6B38.pk.shawcable.net) (Ping timeout)
  922. # [06:53] * Joins: kdc (chatzilla@moz-2ACC6B38.pk.shawcable.net)
  923. # [06:54] * Quits: reyre_ (reyre@moz-9002CDDA.cpe.net.cable.rogers.com) (Client exited)
  924. # [06:58] * Joins: seth (seth@moz-D840E602.dsl.static.sonic.net)
  925. # [06:58] * Joins: vigneshwaran (vigneshwar@FC0B83FD.138D8F1E.FD6A0EFF.IP)
  926. # [06:59] * Quits: jhammel (jhammel@moz-14240F1C.hsd1.ca.comcast.net) (Quit: leaving)
  927. # [06:59] * Joins: teoli (teoli@FC6F2E63.92661168.F1085784.IP)
  928. # [07:00] * Quits: seth (seth@moz-D840E602.dsl.static.sonic.net) (Ping timeout)
  929. # [07:01] * Joins: tanvi (tanvi@moz-9440AA69.hsd1.ca.comcast.net)
  930. # [07:01] * Joins: tanvi1 (tanvi@moz-9440AA69.hsd1.ca.comcast.net)
  931. # [07:03] * Quits: tanvi (tanvi@moz-9440AA69.hsd1.ca.comcast.net) (Ping timeout)
  932. # [07:05] <KWierso|PackingButAround> philor: ping if you're around?
  933. # [07:06] <philor> KWierso|PackingButAround: what's up?
  934. # [07:06] <KWierso|PackingButAround> philor: how long on average do try results hang around?
  935. # [07:06] <philor> 30 days
  936. # [07:06] <KWierso|PackingButAround> that'll do, then
  937. # [07:07] <KWierso|PackingButAround> (pushes today, hopes the results will finally be back by tuesday)
  938. # [07:07] * philor goes to look at whether that's still true
  939. # [07:08] <philor> 14 days, which is sort of similar to 30
  940. # [07:08] * Joins: dbaron (dbaron@moz-FD349932.dsl.dynamic.sonic.net)
  941. # [07:08] * ChanServ sets mode: +o dbaron
  942. # [07:09] <KWierso|PackingButAround> that should still be plenty
  943. # [07:09] <philor> http://ftp.mozilla.org/pub/mozilla.org/firefox/try-builds/?C=M;O=A
  944. # [07:09] * Quits: givanica (givanica@B20FEAB6.2F05FCCB.A0A36CCE.IP) (Ping timeout)
  945. # [07:09] * Quits: mixedpuppy (mixedpuppy@moz-7B3CFB22.vc.shawcable.net) (Quit: mixedpuppy)
  946. # [07:10] * Joins: givanica (givanica@B20FEAB6.2F05FCCB.A0A36CCE.IP)
  947. # [07:12] * bz is now known as bz_sleep
  948. # [07:14] * Joins: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net)
  949. # [07:15] * Quits: teoli (teoli@FC6F2E63.92661168.F1085784.IP) (Input/output error)
  950. # [07:17] * Joins: stransky (stransky@moz-59D79C36.broadband2.iol.cz)
  951. # [07:19] * nthomas is now known as nthomas|away
  952. # [07:20] * Quits: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner)
  953. # [07:20] * Quits: jdm (jdm@moz-B993E2E3.dsl.teksavvy.com) (Ping timeout)
  954. # [07:22] * Quits: aut0mata (automata@94C7AAD7.84D54F57.E0F4401A.IP) (Ping timeout)
  955. # [07:22] * Joins: n00b_dust (n00b_dust@AABD7BFC.8EF137B1.81C43DD2.IP)
  956. # [07:23] * Joins: masayuki1 (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  957. # [07:25] * Quits: yzen (yzen@AA2C085E.10C8AEF8.9A8C35B4.IP) (Quit: yzen)
  958. # [07:28] * jchen is now known as jchen|away
  959. # [07:29] * Quits: Mook (mook@moz-A7E339B3.dsl.teksavvy.com) (Quit: Mook)
  960. # [07:31] * Joins: elin (elin@moz-99690620.hinet-ip.hinet.net)
  961. # [07:32] * Joins: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net)
  962. # [07:32] * ChanServ sets mode: +o dveditz
  963. # [07:33] * Quits: brambles (xymox@moz-969AAE9B.barwen.ch) (Ping timeout)
  964. # [07:34] * Joins: brambles (xymox@moz-969AAE9B.barwen.ch)
  965. # [07:36] * Quits: k17e (ajones@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  966. # [07:39] * Joins: k17e (ajones@538BABFE.A073F3E.97BBD552.IP)
  967. # [07:40] * Joins: jdm (jdm@moz-99E0DB62.dsl.teksavvy.com)
  968. # [07:41] * KWierso|PackingButAround is now known as KWierso|Home
  969. # [07:41] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard)
  970. # [07:42] * Joins: wolfiR (wolfiR@moz-F64889E.office.ziggo.nl)
  971. # [07:42] * Joins: jviereck (Adium@moz-6715FEC2.adsl.alicedsl.de)
  972. # [07:42] * corey is now known as corey|away
  973. # [07:43] * Joins: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de)
  974. # [07:44] * Joins: RattyAway (Jim_diGriz@8F2B84D7.587715E1.FB243CD8.IP)
  975. # [07:44] <RattyAway> According to the CLOBBER file:
  976. # [07:44] <RattyAway> # MERGE NOTE: When merging two branches that require a CLOBBER, you should
  977. # [07:44] <RattyAway> # merge both CLOBBER descriptions, to ensure that users on
  978. # [07:44] <RattyAway> # both branches correctly see the clobber warning.
  979. # [07:44] <RattyAway> oops wrong tab
  980. # [07:44] * Parts: RattyAway (Jim_diGriz@8F2B84D7.587715E1.FB243CD8.IP)
  981. # [07:45] * Joins: bsmith (bsmith@43CB6079.66715431.D25A875A.IP)
  982. # [07:47] * Quits: squeakytoy (christoffe@moz-79070305.dynamic.se.alltele.net) (Quit: Leaving)
  983. # [07:47] * Quits: jviereck (Adium@moz-6715FEC2.adsl.alicedsl.de) (Ping timeout)
  984. # [07:48] * jcranmer is now known as jcranmer|away
  985. # [07:49] * Joins: gandalf (zbraniecki@moz-4F155DA6.hsd1.ca.comcast.net)
  986. # [07:49] * Joins: jviereck (Adium@moz-C7D00CD5.adsl.alicedsl.de)
  987. # [07:50] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Quit: Leaving.)
  988. # [07:51] * Quits: tonymec (tonymec@moz-C4652FAF.adsl-dyn.isp.belgacom.be) (Ping timeout)
  989. # [07:52] * Joins: tonymec (tonymec@moz-C4652FAF.adsl-dyn.isp.belgacom.be)
  990. # [07:55] * Quits: jviereck (Adium@moz-C7D00CD5.adsl.alicedsl.de) (Quit: Leaving.)
  991. # [07:56] * nrc is now known as nrc|afk
  992. # [07:57] * Quits: TimAbraldes (Instantbir@moz-7FD19BDC.hsd1.or.comcast.net) (Quit: TimAbraldes)
  993. # [07:59] * Quits: k17e (ajones@538BABFE.A073F3E.97BBD552.IP) (Quit: Ex-Chat)
  994. # [08:02] * Joins: sankha93 (Instantbir@9276287F.8CAC2DA9.D2D1FAF0.IP)
  995. # [08:02] * mgerva|afk is now known as mgerva
  996. # [08:04] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/085ae4f94d1e - Nicholas Nethercote - Bug 889727 (part 1) - Make jsobj.h #include vm/Shape.h, instead of the other way around. r=terrence.
  997. # [08:04] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/4c48b980a3a0 - Nicholas Nethercote - Bug 889727 (part 2) - Slim down jsobjinlines.h some more. r=terrence.
  998. # [08:04] * baku|away is now known as baku
  999. # [08:05] * Joins: mixedpuppy (mixedpuppy@moz-7B3CFB22.vc.shawcable.net)
  1000. # [08:05] * Joins: TimAbraldes (Instantbir@moz-7FD19BDC.hsd1.or.comcast.net)
  1001. # [08:06] * Quits: tmyoung (Thunderbir@moz-A52EE408.alyoung.com) (Quit: tmyoung)
  1002. # [08:08] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/39c322f034cc - Steve Fink - Bug 890076 - Move isConstructing to CallArgs, r=Waldo
  1003. # [08:09] * Quits: bsmith (bsmith@43CB6079.66715431.D25A875A.IP) (Ping timeout)
  1004. # [08:10] * Joins: mihneadb (mihneadb@moz-329F29A3.lightspeed.sntcca.sbcglobal.net)
  1005. # [08:13] * Quits: @roc (chatzilla@E2F7352.56080C53.97BBD552.IP) (Ping timeout)
  1006. # [08:16] * Parts: aja (Instantbir@E263534E.1C8376FD.7880DB15.IP)
  1007. # [08:18] * Quits: n00b_dust (n00b_dust@AABD7BFC.8EF137B1.81C43DD2.IP) (Quit: Leaving)
  1008. # [08:19] * Quits: T3 (T3@70FD052F.7B285143.16867D26.IP) (Client exited)
  1009. # [08:23] * Joins: jhorak (jhorak@moz-107AD163.redhat.com)
  1010. # [08:23] * Quits: jdm (jdm@moz-99E0DB62.dsl.teksavvy.com) (Ping timeout)
  1011. # [08:23] * Quits: tanvi1 (tanvi@moz-9440AA69.hsd1.ca.comcast.net) (Quit: Leaving.)
  1012. # [08:24] * Joins: smontagu (chatzilla@moz-1D10D63F.red.bezeqint.net)
  1013. # [08:25] * Joins: martyn (martyn@moz-93D3BA27.range86-131.btcentralplus.com)
  1014. # [08:29] * Quits: Sixmsj (Sixmsj@moz-3720A502.hsd1.ca.comcast.net) (Quit: Computer has gone to sleep.)
  1015. # [08:29] * Joins: tanvi (tanvi@moz-9440AA69.hsd1.ca.comcast.net)
  1016. # [08:30] * Joins: tanvi1 (tanvi@moz-9440AA69.hsd1.ca.comcast.net)
  1017. # [08:31] * baku is now known as baku|away
  1018. # [08:31] * Quits: tanvi (tanvi@moz-9440AA69.hsd1.ca.comcast.net) (Ping timeout)
  1019. # [08:33] * Quits: mihneadb (mihneadb@moz-329F29A3.lightspeed.sntcca.sbcglobal.net) (Quit: Leaving)
  1020. # [08:33] * Quits: stransky (stransky@moz-59D79C36.broadband2.iol.cz) (Quit: Connection reset by beer)
  1021. # [08:38] * Quits: jld (jld@moz-B94C75AD.xlerb.net) (Quit: unconfusing irssi)
  1022. # [08:38] * Joins: jld (jld@moz-B94C75AD.xlerb.net)
  1023. # [08:39] * Joins: robertbindar (Thunderbir@C08487A5.F1A3820C.D731B824.IP)
  1024. # [08:39] * baku|away is now known as baku
  1025. # [08:39] * Joins: bsmith (bsmith@moz-425F71CF.hfc.comcastbusiness.net)
  1026. # [08:40] * Joins: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1027. # [08:44] * Joins: tomer (tomer@moz-F45DAEFD.static.012.net.il)
  1028. # [08:45] * Joins: darkowlzz (sunny@287586CC.66C1D72B.EACE93BE.IP)
  1029. # [08:45] * baku is now known as baku|away
  1030. # [08:50] * Joins: jviereck (Adium@moz-3584DA80.dynamic.eduroam.mwn.de)
  1031. # [08:51] * Quits: arete (arete@moz-4FFE6734.dip0.t-ipconnect.de) (Quit: arete)
  1032. # [08:56] * Quits: bsmith (bsmith@moz-425F71CF.hfc.comcastbusiness.net) (Ping timeout)
  1033. # [08:57] * Joins: Optimizer1 (Instantbir@94C77FC6.955079FB.AA3EB577.IP)
  1034. # [08:58] * Quits: Optimizer1 (Instantbir@94C77FC6.955079FB.AA3EB577.IP) (Quit: bye :))
  1035. # [08:59] * sewardj__ is now known as sewardj
  1036. # [09:02] * Joins: smooney (sheilamoon@moz-57825793.hsd1.ca.comcast.net)
  1037. # [09:05] * Joins: ctangira (ctangira@moz-753F9106.evrt.wa.frontiernet.net)
  1038. # [09:06] * Joins: Boriss (FlyingToas@moz-D58E9.public.monkeybrains.net)
  1039. # [09:07] * Quits: @dbaron (dbaron@moz-FD349932.dsl.dynamic.sonic.net) (Ping timeout)
  1040. # [09:07] * Joins: mwargers (chatzilla@moz-AF369B35.adsl.online.nl)
  1041. # [09:07] * Quits: dzbarsky (Adium@2557E599.66715431.D25A875A.IP) (Quit: Leaving.)
  1042. # [09:08] * Quits: BenWa (BenWa@moz-B9E3729F.members.linode.com) (Ping timeout)
  1043. # [09:08] * Quits: ivan (ivan@moz-531C3EC9.members.linode.com) (Ping timeout)
  1044. # [09:08] * Quits: secretrobotron (secretrobo@moz-E9501591.members.linode.com) (Ping timeout)
  1045. # [09:08] * Quits: bhearsum|afk (bhearsum@moz-FBAE94.members.linode.com) (Ping timeout)
  1046. # [09:08] * Quits: rflint (rflint@moz-A287E317.com) (Ping timeout)
  1047. # [09:08] * Quits: smacleod (steven@moz-28AF3AC9.members.linode.com) (Ping timeout)
  1048. # [09:09] * Quits: vlad (vlad@moz-97F0FD4D.members.linode.com) (Ping timeout)
  1049. # [09:09] * Quits: lduros|android (user@moz-50CF8834.members.linode.com) (Ping timeout)
  1050. # [09:09] * Joins: vlad (vlad@moz-97F0FD4D.members.linode.com)
  1051. # [09:09] * Quits: reed (reed@tech.monkey) (Ping timeout)
  1052. # [09:09] * Joins: bhearsum (bhearsum@moz-FBAE94.members.linode.com)
  1053. # [09:09] * Joins: smacleod (steven@moz-28AF3AC9.members.linode.com)
  1054. # [09:09] * Joins: ivan (ivan@moz-531C3EC9.members.linode.com)
  1055. # [09:09] * Joins: rflint (rflint@moz-A287E317.com)
  1056. # [09:09] * Joins: reed (reed@tech.monkey)
  1057. # [09:10] * Joins: pnemsak (Miranda@moz-BE85878E.citicom.sk)
  1058. # [09:10] * Joins: BenWa (BenWa@moz-B9E3729F.members.linode.com)
  1059. # [09:11] * Joins: secretrobotron (secretrobo@moz-E9501591.members.linode.com)
  1060. # [09:15] * Joins: AndreeaMatei (Thunderbir@601F3B17.33662590.A5830293.IP)
  1061. # [09:15] * Quits: afwang (afwang@moz-CFE05FEE.hsd1.ca.comcast.net) (Ping timeout)
  1062. # [09:17] * Quits: jviereck (Adium@moz-3584DA80.dynamic.eduroam.mwn.de) (Quit: Leaving.)
  1063. # [09:17] * Joins: Optimize1 (Instantbir@4F3E1057.A6DE773B.88FACCAA.IP)
  1064. # [09:17] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/fa9c841f9abb - Simon Montagu - Use GetFrameBaseLevel to drill down to the first leaf frame instead of just looking at the first child when getting the line direction. Bug 889742, r=roc
  1065. # [09:18] * Quits: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP) (Quit: Computer has gone to sleep.)
  1066. # [09:18] * Joins: stransky (stransky@moz-107AD163.redhat.com)
  1067. # [09:20] * Quits: Optimize1 (Instantbir@4F3E1057.A6DE773B.88FACCAA.IP) (Ping timeout)
  1068. # [09:20] * Quits: KWierso|Home (chatzilla@moz-39E2648C.hsd1.ca.comcast.net) (Ping timeout)
  1069. # [09:21] * Joins: afwang (afwang@moz-CFE05FEE.hsd1.ca.comcast.net)
  1070. # [09:22] * Joins: GinaYeh-laptop (GinaYeh@moz-A5BD3BE3.dynamic.hinet.net)
  1071. # [09:25] * Quits: vigneshwaran (vigneshwar@FC0B83FD.138D8F1E.FD6A0EFF.IP) (Ping timeout)
  1072. # [09:25] * Joins: mihneadb (mihneadb@moz-329F29A3.lightspeed.sntcca.sbcglobal.net)
  1073. # [09:25] * Quits: mihneadb (mihneadb@moz-329F29A3.lightspeed.sntcca.sbcglobal.net) (Input/output error)
  1074. # [09:27] * Joins: dao (dao@moz-91921B3B.superkabel.de)
  1075. # [09:28] * Joins: Optimizer1 (Instantbir@94C77FC6.955079FB.AA3EB577.IP)
  1076. # [09:31] * Quits: ctangira (ctangira@moz-753F9106.evrt.wa.frontiernet.net) (Ping timeout)
  1077. # [09:32] * Joins: Pauly (paul@601F3B17.33662590.A5830293.IP)
  1078. # [09:32] * Joins: ctangira (ctangira@moz-44D86B1E.cisco.com)
  1079. # [09:33] * Joins: Ms2ger (Ms2ger@moz-12E1F766.adsl-dyn.isp.belgacom.be)
  1080. # [09:33] * Quits: Optimizer1 (Instantbir@94C77FC6.955079FB.AA3EB577.IP) (Ping timeout)
  1081. # [09:33] <Ms2ger> Bonjour
  1082. # [09:37] * Joins: cornel_ionce (Mibbit@28C4EA76.976FBEE.5BC07656.IP)
  1083. # [09:37] <Pauly> morning
  1084. # [09:39] * Quits: arasbm (zooby@moz-8E336844.vf.shawcable.net) (Ping timeout)
  1085. # [09:42] * Quits: Boriss (FlyingToas@moz-D58E9.public.monkeybrains.net) (Quit: Boriss)
  1086. # [09:42] * Joins: Boriss (FlyingToas@moz-D58E9.public.monkeybrains.net)
  1087. # [09:43] * Quits: smooney (sheilamoon@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  1088. # [09:43] * Quits: ctangira (ctangira@moz-44D86B1E.cisco.com) (Quit: ctangira)
  1089. # [09:48] <NeilAway> clever: shutdown is a privilege, not a right
  1090. # [09:48] <NeilAway> clever: in particular, it's not granted to processes by default, you have to ask for it
  1091. # [09:49] * Quits: @dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net) (Ping timeout)
  1092. # [09:53] * Quits: Boriss (FlyingToas@moz-D58E9.public.monkeybrains.net) (Quit: Boriss)
  1093. # [09:53] * Quits: gandalf (zbraniecki@moz-4F155DA6.hsd1.ca.comcast.net) (Quit: I took the wrong pill!!!)
  1094. # [09:54] * Quits: GinaYeh-laptop (GinaYeh@moz-A5BD3BE3.dynamic.hinet.net) (Ping timeout)
  1095. # [09:57] * Joins: m_gol (m_gol@moz-FF768491.neoplus.adsl.tpnet.pl)
  1096. # [10:00] * philor is now known as philor|away
  1097. # [10:00] * Quits: njn (chatzilla@moz-13C2D6A6.dyn.iinet.net.au) (Quit: ChatZilla 0.9.90 [Firefox 25.0a1/20130701160039])
  1098. # [10:02] * Joins: dbaron (dbaron@moz-FD349932.dsl.dynamic.sonic.net)
  1099. # [10:02] * ChanServ sets mode: +o dbaron
  1100. # [10:03] * Quits: m_gol (m_gol@moz-FF768491.neoplus.adsl.tpnet.pl) (Client exited)
  1101. # [10:03] * Joins: m_gol (m_gol@moz-FF768491.neoplus.adsl.tpnet.pl)
  1102. # [10:04] * Joins: Sixmsj (Sixmsj@moz-3720A502.hsd1.ca.comcast.net)
  1103. # [10:06] * Joins: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net)
  1104. # [10:06] * heycam is now known as heycam|away
  1105. # [10:06] * Quits: tanvi1 (tanvi@moz-9440AA69.hsd1.ca.comcast.net) (Quit: Leaving.)
  1106. # [10:10] * Quits: nli-- (Linear-log@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  1107. # [10:10] * Quits: tessarakt2 (jens@moz-8718581C.dip0.t-ipconnect.de) (Ping timeout)
  1108. # [10:11] * Quits: birtles (chatzilla@moz-C286AD9A.bitcat.net) (Quit: ChatZilla 0.9.90-rdmsoft [XULRunner 1.9.0.17/2009122204])
  1109. # [10:13] * Joins: twi (Adium@766A1765.A4FB6927.5214B4E2.IP)
  1110. # [10:13] * Joins: glazou (glazou@moz-204094DD.disruptive-innovations.fr)
  1111. # [10:14] * Quits: annevk (annevk@AADB958B.2BCC87B7.F1F2B54B.IP) (Input/output error)
  1112. # [10:14] * Joins: annevk (annevk@AADB958B.2BCC87B7.F1F2B54B.IP)
  1113. # [10:15] * Joins: nli-- (Linear-log@moz-99690620.hinet-ip.hinet.net)
  1114. # [10:16] * Joins: gandalf (zbraniecki@moz-4F155DA6.hsd1.ca.comcast.net)
  1115. # [10:16] * Quits: gandalf (zbraniecki@moz-4F155DA6.hsd1.ca.comcast.net) (Max SendQ exceeded)
  1116. # [10:18] <glazou> bonjour
  1117. # [10:20] * Joins: catalinn (Thunderbir@254B81FB.B81F0DCB.D602D2C5.IP)
  1118. # [10:22] * Joins: teoli (teoli@moz-3905A9A1.cust.bluewin.ch)
  1119. # [10:23] * Quits: alfredo (chatzilla@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1120. # [10:23] * Joins: Optimize1 (Instantbir@4F3E1057.A6DE773B.88FACCAA.IP)
  1121. # [10:24] * Joins: smaug (chatzilla@moz-D8807168.elisa-laajakaista.fi)
  1122. # [10:24] * ChanServ sets mode: +o smaug
  1123. # [10:24] * Joins: nccuong (Instantbir@moz-10E3E16B.enst.fr)
  1124. # [10:24] * Joins: GinaYeh-laptop (GinaYeh@moz-99690620.hinet-ip.hinet.net)
  1125. # [10:25] * Joins: alfredo (chatzilla@moz-99690620.hinet-ip.hinet.net)
  1126. # [10:25] * Joins: gandalf (zbraniecki@moz-4F155DA6.hsd1.ca.comcast.net)
  1127. # [10:26] * Quits: m_gol (m_gol@moz-FF768491.neoplus.adsl.tpnet.pl) (Ping timeout)
  1128. # [10:27] * Quits: wolfiR (wolfiR@moz-F64889E.office.ziggo.nl) (Ping timeout)
  1129. # [10:28] * Quits: GinaYeh-laptop (GinaYeh@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1130. # [10:29] <gaston> awesome! the skia update broke all bsds \o/
  1131. # [10:29] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  1132. # [10:29] <Ms2ger> Sounds surpri... Actually, it doesn't
  1133. # [10:30] <gaston> :)
  1134. # [10:30] * Quits: gandalf (zbraniecki@moz-4F155DA6.hsd1.ca.comcast.net) (Quit: I took the wrong pill!!!)
  1135. # [10:31] * Quits: @dbaron (dbaron@moz-FD349932.dsl.dynamic.sonic.net) (Ping timeout)
  1136. # [10:33] * Quits: afwang (afwang@moz-CFE05FEE.hsd1.ca.comcast.net) (Ping timeout)
  1137. # [10:34] <@smaug> good morning
  1138. # [10:35] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e86ba1c0326c - Cameron McCormack - Bug 890196 - Remove unnecessary code to fill out nsSVGTextFrame2::mPositions when more characters are specified than positions. r=longsonr
  1139. # [10:36] * Quits: ggo98 (Thunderbir@moz-FDE41B87.w92-141.abo.wanadoo.fr) (Quit: ggo98)
  1140. # [10:36] <NeilAway> gaston =~ s/skia/$FOO/
  1141. # [10:37] <gaston> yeah, that too
  1142. # [10:37] <NeilAway> gaston: I have the same sort of feeling for s/all bsds/comm-central/
  1143. # [10:37] <gaston> right :)
  1144. # [10:37] <NeilAway> :-)
  1145. # [10:38] * Quits: Sixmsj (Sixmsj@moz-3720A502.hsd1.ca.comcast.net) (Quit: Computer has gone to sleep.)
  1146. # [10:38] <gaston> we could generalize that to 'the * update broke (!firefox)'...
  1147. # [10:39] <glandium> gaston: that works for $random-landing too
  1148. # [10:40] <gaston> break all the things!
  1149. # [10:41] * Joins: gsvelto (gsvelto@moz-B2C58806.clienti.tiscali.it)
  1150. # [10:41] * Joins: mmargoliono (min@moz-9DBD522D.static.internode.on.net)
  1151. # [10:42] * Joins: afwang (afwang@moz-CFE05FEE.hsd1.ca.comcast.net)
  1152. # [10:42] * Joins: msucan (mihai@A1FDA068.FE846B83.7C5F70AF.IP)
  1153. # [10:44] * Joins: b10n1k (j0ni@moz-7247467.home.otenet.gr)
  1154. # [10:45] * Joins: ferjm (ferjm@moz-D71F39DB.red-88-30-236.staticip.rima-tde.net)
  1155. # [10:46] * simone|away is now known as simone
  1156. # [10:46] <AutomatedTester> mounir: hey, do you know who would be the best person to speak to about https://bugzilla.mozilla.org/show_bug.cgi?id=853622 ?
  1157. # [10:47] * Quits: dao (dao@moz-91921B3B.superkabel.de) (Quit: Leaving.)
  1158. # [10:48] <AutomatedTester> or Ms2ger^
  1159. # [10:49] <Ms2ger> smaug?
  1160. # [10:49] <@smaug> or wesj
  1161. # [10:49] <AutomatedTester> thanks chaps
  1162. # [10:50] * Quits: andreasn (andreasn@moz-7FB52705.a336.priv.bahnhof.se) (Ping timeout)
  1163. # [10:50] * Joins: GinaYeh-laptop (GinaYeh@moz-99690620.hinet-ip.hinet.net)
  1164. # [10:53] * Quits: tonymec (tonymec@moz-C4652FAF.adsl-dyn.isp.belgacom.be) (Ping timeout)
  1165. # [10:53] * Fallen|away is now known as Fallen
  1166. # [10:54] * Joins: tonymec (tonymec@moz-C4652FAF.adsl-dyn.isp.belgacom.be)
  1167. # [10:54] * Joins: wolfiR (wolfiR@moz-F64889E.office.ziggo.nl)
  1168. # [10:56] * Joins: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP)
  1169. # [10:56] * Quits: alfredo (chatzilla@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1170. # [10:57] * Joins: twi1 (Adium@E96FEAC0.7616BA87.9F317FFB.IP)
  1171. # [10:58] * Quits: twi (Adium@766A1765.A4FB6927.5214B4E2.IP) (Ping timeout)
  1172. # [11:00] * Joins: jandem (jandem@66C76B89.FB8EABAE.DF9376EA.IP)
  1173. # [11:01] * Joins: alfredo (chatzilla@moz-99690620.hinet-ip.hinet.net)
  1174. # [11:04] * Quits: GinaYeh-laptop (GinaYeh@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1175. # [11:06] * Quits: b10n1k (j0ni@moz-7247467.home.otenet.gr) (Ping timeout)
  1176. # [11:06] <@smaug> er
  1177. # [11:07] <@smaug> xpcshell tests
  1178. # [11:07] <@smaug> again
  1179. # [11:07] <@smaug> I just hate them
  1180. # [11:07] * @smaug should r- all the patches which add more xpcshell tests
  1181. # [11:10] * Quits: jhlin (jolin@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1182. # [11:12] * Joins: jhlin (jolin@moz-99690620.hinet-ip.hinet.net)
  1183. # [11:18] * Joins: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP)
  1184. # [11:19] <@smaug> Yoric: could we disable test_logging.js ?
  1185. # [11:19] <@smaug> at least on linux
  1186. # [11:19] * Joins: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net)
  1187. # [11:20] <Ms2ger> Didn't we?
  1188. # [11:20] <@smaug> no
  1189. # [11:20] <@smaug> there is a comment we did
  1190. # [11:20] <Ms2ger> skip-if = (os == "win" || "linux") && debug
  1191. # [11:20] * Quits: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  1192. # [11:20] <@smaug> but it certainly runs on linux
  1193. # [11:20] <Ms2ger> Wait
  1194. # [11:21] * Joins: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net)
  1195. # [11:22] <@smaug> somehow it got re-enabled
  1196. # [11:22] <@smaug> or something
  1197. # [11:22] * Quits: stransky (stransky@moz-107AD163.redhat.com) (Quit: Connection reset by beer)
  1198. # [11:23] <@smaug> er
  1199. # [11:23] <@smaug> is my tree too old
  1200. # [11:23] <@smaug> fun
  1201. # [11:23] * Quits: teoli (teoli@moz-3905A9A1.cust.bluewin.ch) (Ping timeout)
  1202. # [11:23] * Quits: cpearce (chatzilla@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  1203. # [11:23] * Joins: mstange (markus@moz-A4155DB0.dip0.t-ipconnect.de)
  1204. # [11:24] * Quits: dhylands (dhylands@781720B5.505814D4.5D698A29.IP) (Ping timeout)
  1205. # [11:24] * Quits: squib (squib@moz-54866485.dhcp.mdsn.wi.charter.com) (Quit: Leaving)
  1206. # [11:25] * Quits: ferjm (ferjm@moz-D71F39DB.red-88-30-236.staticip.rima-tde.net) (Quit: This computer has gone to sleep)
  1207. # [11:30] * Joins: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz)
  1208. # [11:30] <paul> linking libxul.so takes for ever (~2 minutes). Is there anything I can do to speed that up? I use ccache already.
  1209. # [11:31] <@smaug> gold is possibly a bit faster linker
  1210. # [11:31] <@smaug> and at least it uses less memory
  1211. # [11:31] <gaston> 2 minutes is forever ????
  1212. # [11:31] <gaston> it takes 3h on some of my machines :p
  1213. # [11:31] <paul> :)
  1214. # [11:32] <Ms2ger> I wish it took 2 minutes
  1215. # [11:32] <padenot> gold is definitly faster
  1216. # [11:32] <paul> I'll look at gold
  1217. # [11:32] <padenot> the package is named binutils-gold, and it changes the default linker to gold automatically
  1218. # [11:33] <padenot> on debian-like distros at least
  1219. # [11:33] * mgerva is now known as mgerva|afk
  1220. # [11:33] <paul> cool
  1221. # [11:33] <@smaug> 51s
  1222. # [11:33] <Ms2ger> 12 minutes or so here
  1223. # [11:33] <padenot> less than 30s here :-)
  1224. # [11:34] <Ms2ger> Yeah, yeah, gloat :)
  1225. # [11:34] <@smaug> padenot: hmm, debug or opt?
  1226. # [11:34] <@smaug> 51s was debug
  1227. # [11:34] <padenot> debug
  1228. # [11:34] * Joins: marxin (marxin@A9BACB7.3B96A244.4E88690D.IP)
  1229. # [11:34] <@smaug> hmm, how do you get it down to 30s
  1230. # [11:35] <padenot> super hot caches, ssd, super fast cpu, gold
  1231. # [11:35] <@smaug> ssd, fast cpu, gold
  1232. # [11:35] <@smaug> this is a laptop though
  1233. # [11:35] <@smaug> so not the fastest possible cpu
  1234. # [11:36] <padenot> yeah, mine is a "laptop" that is way too heavier to actually carry around
  1235. # [11:36] * ewong is now known as ewong|away
  1236. # [11:36] <mcsmurf> building on some Ivy Bridge ultra-low voltage on Windows takes forever..
  1237. # [11:36] <mcsmurf> +CPU
  1238. # [11:36] <padenot> transportable workstation, rather
  1239. # [11:37] * Joins: jacek (jacek@moz-5D707D3B.psi.wroc.pl)
  1240. # [11:37] <paul> 2 minutes to 90s.
  1241. # [11:37] <padenot> not bad for just installing a package :-)
  1242. # [11:37] <paul> indeed.
  1243. # [11:37] <Yoric> smaug: Yes, we should.
  1244. # [11:37] <Yoric> smaug: There's a fix at work, pending review.
  1245. # [11:38] <@smaug> Yoric: looks like it is disabled, but I just had an old tree
  1246. # [11:39] <@smaug> it is a bit odd to see that service being created after thread-shutdown notification
  1247. # [11:39] * Quits: cdiehl (cdiehl@moz-F1835AC3.pool.mediaways.net) (Ping timeout)
  1248. # [11:39] * Joins: cdiehl (cdiehl@moz-F1835AC3.pool.mediaways.net)
  1249. # [11:44] <Yoric> Indeed.
  1250. # [11:45] * Quits: Optimize1 (Instantbir@4F3E1057.A6DE773B.88FACCAA.IP) (Ping timeout)
  1251. # [11:45] * Joins: Optimizer1 (Instantbir@94C77FC6.955079FB.AA3EB577.IP)
  1252. # [11:46] * Quits: gaston (landry@moz-2911F07A.rhaalovely.net) (Ping timeout)
  1253. # [11:48] * Joins: cpearce (chatzilla@moz-6DB1578B.xdsl.xnet.co.nz)
  1254. # [11:51] * Joins: till (till@moz-47C068D.adsl.alicedsl.de)
  1255. # [11:51] * Joins: dzbarsky (Adium@moz-A7CDB794.dia.static.qwest.net)
  1256. # [11:52] * Quits: nccuong (Instantbir@moz-10E3E16B.enst.fr) (Ping timeout)
  1257. # [11:52] * Quits: Optimizer1 (Instantbir@94C77FC6.955079FB.AA3EB577.IP) (Ping timeout)
  1258. # [11:53] * Joins: Optimize1 (Instantbir@94C77FC6.955079FB.AA3EB577.IP)
  1259. # [11:55] * Joins: nccuong (Instantbir@moz-BB49ABC6.enst.fr)
  1260. # [11:59] * Quits: dzbarsky (Adium@moz-A7CDB794.dia.static.qwest.net) (Quit: Leaving.)
  1261. # [12:04] * Quits: gsvelto (gsvelto@moz-B2C58806.clienti.tiscali.it) (Connection reset by peer)
  1262. # [12:05] * Joins: gsvelto (gsvelto@moz-B2C58806.clienti.tiscali.it)
  1263. # [12:06] * Quits: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net) (Ping timeout)
  1264. # [12:06] * Joins: ferjm (ferjm@53EF5629.3416E031.E21948B5.IP)
  1265. # [12:07] * Joins: teoli (teoli@moz-90161243.cust.bluewin.ch)
  1266. # [12:12] * Joins: Kailas (patilkr@21ABB6A8.FBB3C975.EA0E6944.IP)
  1267. # [12:12] * Joins: vigneshwaran (vigneshwar@FC0B83FD.138D8F1E.FD6A0EFF.IP)
  1268. # [12:14] * Joins: mstange_ (markus@moz-11404E2E.dip0.t-ipconnect.de)
  1269. # [12:14] <Kailas> Hi, Does anyone know notifyObservers() for SSL certificate errors, mixed-content errors, CORS errors?
  1270. # [12:14] * Quits: mstange (markus@moz-A4155DB0.dip0.t-ipconnect.de) (Ping timeout)
  1271. # [12:14] * mstange_ is now known as mstange
  1272. # [12:14] <Kailas> similar to what we have for CSP errors : https://mxr.mozilla.org/mozilla-central/source/content/base/src/contentSecurityPolicy.js#646
  1273. # [12:14] * Joins: mikeratcliffe (mikeratcli@moz-A40DCA75.client.static.strong-ba2.blackoakcomputers.com)
  1274. # [12:15] * Quits: cornel_ionce (Mibbit@28C4EA76.976FBEE.5BC07656.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1275. # [12:17] * Quits: atsai (atsai@moz-99690620.hinet-ip.hinet.net) (Quit: This computer has gone to sleep)
  1276. # [12:19] * Quits: teoli (teoli@moz-90161243.cust.bluewin.ch) (Ping timeout)
  1277. # [12:20] <@smaug> Kailas: I don't think we have notifications for mixed-content. At least I don't see anything in http://mxr.mozilla.org/mozilla-central/source/content/base/src/nsMixedContentBlocker.cpp?force=1
  1278. # [12:20] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/acc55dc38b38 - Florian Quèze - Bug 888336 - chat title not displayed after tearing off and reattaching a chat window, r=mixedpuppy.
  1279. # [12:21] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/1947e3caa654 - Florian Quèze - Bug 888867 - chat nub not sized correctly on a Mac retina screen, r=mixedpuppy.
  1280. # [12:21] <@smaug> Kailas: but there is nsIWebProgressListener::STATE_LOADED_MIXED_ACTIVE_CONTENT / nsIWebProgressListener::STATE_BLOCKED_MIXED_ACTIVE_CONTENT
  1281. # [12:21] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  1282. # [12:21] * ChanServ sets mode: +o roc
  1283. # [12:21] <@smaug> etc
  1284. # [12:21] * Fallen is now known as Fallen|away
  1285. # [12:21] * Joins: m_gol (m_gol@moz-E14F1BB.neoplus.adsl.tpnet.pl)
  1286. # [12:21] * Quits: vigneshwaran (vigneshwar@FC0B83FD.138D8F1E.FD6A0EFF.IP) (Ping timeout)
  1287. # [12:22] <Kailas> smaug: thanks!
  1288. # [12:22] * Joins: vingtetun (vingtetun@moz-64E1A8DA.fbx.proxad.net)
  1289. # [12:26] * Joins: vigneshwaran (vigneshwar@FC0B83FD.138D8F1E.FD6A0EFF.IP)
  1290. # [12:27] * glazou is now known as glazou_lunch
  1291. # [12:28] * Quits: masayuki1 (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Quit: masayuki1)
  1292. # [12:29] * Joins: masayuki1 (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  1293. # [12:30] * Quits: jhorak (jhorak@moz-107AD163.redhat.com) (Ping timeout)
  1294. # [12:30] * Joins: jhorak (jhorak@moz-107AD163.redhat.com)
  1295. # [12:31] * Joins: dao (dao@moz-91921B3B.superkabel.de)
  1296. # [12:32] * Quits: ericchou (ericchou@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1297. # [12:33] * Quits: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net) (Quit: Konversation terminated!)
  1298. # [12:34] * Joins: cronco (cronco@4E4DE4E5.9D85AA30.3376CD77.IP)
  1299. # [12:37] <Yoric> What could cause an indexedDB.open to remain forever pending?
  1300. # [12:38] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Quit: Edgar)
  1301. # [12:38] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  1302. # [12:38] <Yoric> That's in the WebAppRT.
  1303. # [12:40] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1304. # [12:40] * Quits: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1305. # [12:42] * Joins: brennan (norton@E680EB3B.B72C3CE3.9FD833D8.IP)
  1306. # [12:47] * mgerva|afk is now known as mgerva
  1307. # [12:47] * Quits: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  1308. # [12:48] * Quits: shorlander (shorlander@moz-D330B48F.dhcp.insightbb.com) (Ping timeout)
  1309. # [12:48] * Quits: zmo (guyzmo@moz-159B066F.m0g.net) (Quit: leaving)
  1310. # [12:50] * Quits: alfredo (chatzilla@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1311. # [12:53] * Joins: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu)
  1312. # [12:57] * Joins: robhawkes (robhawkes@moz-3D2B5DAB.skybroadband.com)
  1313. # [12:57] * Quits: Kailas (patilkr@21ABB6A8.FBB3C975.EA0E6944.IP) (Ping timeout)
  1314. # [12:59] * Quits: gavinLai (gavin@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1315. # [13:00] <Yoric> Well, at least, the bug has been filed already as bug 827346.
  1316. # [13:03] * mattwoodrow|away is now known as mattwoodrow
  1317. # [13:04] * Quits: jhlin (jolin@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1318. # [13:04] * Quits: marxin (marxin@A9BACB7.3B96A244.4E88690D.IP) (Quit: Leaving)
  1319. # [13:09] <NeilAway> glandium: how much do you know about expandlibs_exec.py?
  1320. # [13:12] * Joins: darktrojan (geoff@moz-F23687F.dsl.telstraclear.net)
  1321. # [13:13] * Quits: Asa (asa@4508CAE6.38324963.204CA821.IP) (Ping timeout)
  1322. # [13:13] * Joins: lsumar (lsumar@moz-54971330.jetstream.xtra.co.nz)
  1323. # [13:13] * Joins: Asa (asa@4508CAE6.38324963.204CA821.IP)
  1324. # [13:15] * Quits: Jerry (hshih@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1325. # [13:17] * Joins: Kailas (patilkr@8F18B592.9EA085B9.A76F6622.IP)
  1326. # [13:17] * Quits: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de) (Ping timeout)
  1327. # [13:17] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  1328. # [13:19] * Joins: Gijs (gijs@moz-C11B0461.dsl.alice.nl)
  1329. # [13:20] * Joins: jhk (Jignesh@7FC79FD2.5827C9F6.D06349B0.IP)
  1330. # [13:20] * Quits: Kailas (patilkr@8F18B592.9EA085B9.A76F6622.IP) (Ping timeout)
  1331. # [13:21] * Fallen|away is now known as Fallen
  1332. # [13:24] * Quits: wolfiR (wolfiR@moz-F64889E.office.ziggo.nl) (Ping timeout)
  1333. # [13:24] * Joins: RealRaven (Thunderbir@64C5DF04.E714BFA3.27F80FAC.IP)
  1334. # [13:24] * Joins: KaiRo (robert@moz-1AA549C8.adsl.highway.telekom.at)
  1335. # [13:25] * Quits: RealRaven (Thunderbir@64C5DF04.E714BFA3.27F80FAC.IP) (Quit: RealRaven)
  1336. # [13:26] * Joins: RealRaven (Thunderbir@64C5DF04.E714BFA3.27F80FAC.IP)
  1337. # [13:29] * Quits: cpearce (chatzilla@moz-6DB1578B.xdsl.xnet.co.nz) (Ping timeout)
  1338. # [13:30] * mattwoodrow is now known as mattwoodrow|away
  1339. # [13:33] * Fallen is now known as Fallen|away
  1340. # [13:33] * Joins: dstrbad (dejan@moz-85D86CCD.duo.carnet.hr)
  1341. # [13:33] * Quits: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP) (Quit: erikvold)
  1342. # [13:37] * simone is now known as simone|away
  1343. # [13:39] * baku|away is now known as baku
  1344. # [13:40] * Quits: shelly (shelly@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1345. # [13:43] * Joins: marxin (marxin@A9BACB7.3B96A244.4E88690D.IP)
  1346. # [13:43] * Quits: elin (elin@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1347. # [13:44] * Quits: darkowlzz (sunny@287586CC.66C1D72B.EACE93BE.IP) (Ping timeout)
  1348. # [13:49] * Quits: vingtetun (vingtetun@moz-64E1A8DA.fbx.proxad.net) (Ping timeout)
  1349. # [13:50] * Joins: cornel_ionce (Mibbit@28C4EA76.976FBEE.5BC07656.IP)
  1350. # [13:50] * Joins: darkowlzz (sunny@287586CC.66C1D72B.EACE93BE.IP)
  1351. # [13:54] * Quits: darkowlzz (sunny@287586CC.66C1D72B.EACE93BE.IP) (Max SendQ exceeded)
  1352. # [13:55] * Quits: dstrbad (dejan@moz-85D86CCD.duo.carnet.hr) (Ping timeout)
  1353. # [13:59] * Quits: gmoro (guilherme@7FADD5F8.12B7AC2C.B53A5734.IP) (Ping timeout)
  1354. # [13:59] * glazou_lunch is now known as glazou
  1355. # [14:01] * Quits: geo- (geo@2557E599.66715431.D25A875A.IP) (Connection reset by peer)
  1356. # [14:01] * Joins: geo (geo@2557E599.66715431.D25A875A.IP)
  1357. # [14:01] * Joins: gaston (landry@moz-2911F07A.rhaalovely.net)
  1358. # [14:01] * Joins: jdm (jdm@moz-99E0DB62.dsl.teksavvy.com)
  1359. # [14:02] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1360. # [14:04] * Joins: surkov (surkov@moz-6EE3EE5C.cpe.net.cable.rogers.com)
  1361. # [14:05] * Quits: twi1 (Adium@E96FEAC0.7616BA87.9F317FFB.IP) (Ping timeout)
  1362. # [14:06] * Joins: maxli (maxli@F2D29657.F60B0462.67AC9B1.IP)
  1363. # [14:08] * Quits: nrc|afk (nrc@7BE24E90.A5032A01.3CFC199D.IP) (Ping timeout)
  1364. # [14:09] <glandium> NeilAway: i wrote it
  1365. # [14:10] <Ms2ger> glandium, does that mean you understand it? :)
  1366. # [14:10] * Joins: dstrbad (dejan@moz-3806C3ED.duo.carnet.hr)
  1367. # [14:10] <glandium> Ms2ger: i hope so
  1368. # [14:10] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  1369. # [14:12] * Joins: KevinSjoberg (KevinSjobe@D68E47E6.478B4B95.D4BDD572.IP)
  1370. # [14:15] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  1371. # [14:20] * coop|afk is now known as coop
  1372. # [14:22] * Quits: trevorh (trevor@moz-356539A0.lns2.woo.bigpond.net.au) (Quit: Leaving.)
  1373. # [14:22] * catlee-away is now known as catlee
  1374. # [14:23] * Joins: andreasn (andreasn@moz-7FB52705.a336.priv.bahnhof.se)
  1375. # [14:23] * Quits: surkov (surkov@moz-6EE3EE5C.cpe.net.cable.rogers.com) (Quit: surkov)
  1376. # [14:24] * Quits: schien (anonymous@moz-99690620.hinet-ip.hinet.net) (Quit: schien)
  1377. # [14:24] * Joins: gmoro (guilherme@7FADD5F8.12B7AC2C.B53A5734.IP)
  1378. # [14:26] * Quits: philor|away (philor@moz-638273A8.my-nick.name) (Ping timeout)
  1379. # [14:26] * kmoir-afk is now known as kmoir
  1380. # [14:27] * Joins: T3 (T3@70FD052F.7B285143.16867D26.IP)
  1381. # [14:27] * Joins: Pike (chatzilla@moz-BE52C318.pool.mediaways.net)
  1382. # [14:31] * Joins: philor|away (philor@moz-638273A8.my-nick.name)
  1383. # [14:32] * simone|away is now known as simone
  1384. # [14:32] * Quits: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  1385. # [14:33] * Quits: darktrojan (geoff@moz-F23687F.dsl.telstraclear.net) (Quit: darktrojan)
  1386. # [14:33] * Quits: brennan (norton@E680EB3B.B72C3CE3.9FD833D8.IP) (Ping timeout)
  1387. # [14:34] * Joins: bsmith (bsmith@moz-425F71CF.hfc.comcastbusiness.net)
  1388. # [14:35] * Joins: b10n1k (j0ni@moz-55BFAD2D.home.otenet.gr)
  1389. # [14:37] * Joins: surkov (surkov@F2D29657.F60B0462.67AC9B1.IP)
  1390. # [14:39] * Quits: cervantes (cervantes@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1391. # [14:39] * Quits: jdm (jdm@moz-99E0DB62.dsl.teksavvy.com) (Ping timeout)
  1392. # [14:43] * Quits: allstarschh (allstars@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  1393. # [14:43] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  1394. # [14:44] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1395. # [14:45] * MrDHat|afk is now known as MrDHat
  1396. # [14:50] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/0dbc3d79971d - David Burns - Bug 890214 : adding missing import to marionette testrunner; r=dhunt
  1397. # [14:52] * Joins: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz)
  1398. # [14:56] * Quits: lsumar (lsumar@moz-54971330.jetstream.xtra.co.nz) (Quit: Leaving)
  1399. # [14:56] <NeilAway> glandium: ok, so I tried to build Firefox last week, and linking somewhere in NSS failed because expandlibs_exec.py removed mozglue.lib from the command line which was needed for one of its symbols
  1400. # [14:56] * Joins: lsumar (lsumar@moz-54971330.jetstream.xtra.co.nz)
  1401. # [14:56] <NeilAway> glandium: mozglue is an import library, so expandlibs_exec.py couldn't find any objects in it, I guess
  1402. # [14:58] * Joins: overholt (overholt@F2D29657.F60B0462.67AC9B1.IP)
  1403. # [14:58] * Joins: stransky (stransky@moz-59D79C36.broadband2.iol.cz)
  1404. # [14:59] * Quits: gsvelto (gsvelto@moz-B2C58806.clienti.tiscali.it) (Quit: Leaving)
  1405. # [15:00] * Fallen|away is now known as Fallen
  1406. # [15:00] * kats|away is now known as kats
  1407. # [15:03] * Joins: marcoz (marco.zehe@moz-E5376BA3.dip0.t-ipconnect.de)
  1408. # [15:04] * Joins: gsvelto (gsvelto@moz-B2C58806.clienti.tiscali.it)
  1409. # [15:05] * Parts: vigneshwaran (vigneshwar@FC0B83FD.138D8F1E.FD6A0EFF.IP)
  1410. # [15:06] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/efa23d6bd3fa - Kartikaya Gupta - Bug 803207 - Kill GetDevicePixelsPerMetaViewportPixel and use widget scaling correctly on Fennec. r=mbrubeck
  1411. # [15:07] * Quits: jwalker (jwalker@moz-BB05A345.cable.virginmedia.com) (Ping timeout)
  1412. # [15:07] * Joins: jwalker (jwalker@moz-BB05A345.cable.virginmedia.com)
  1413. # [15:09] * Joins: ggo98 (Thunderbir@moz-FDE41B87.w92-141.abo.wanadoo.fr)
  1414. # [15:10] <decoder> nice.. google docs is dosing my firefox
  1415. # [15:10] <decoder> err google drive
  1416. # [15:10] <decoder> it says im not logged in anymore, then the slow script dialog keeps popping up
  1417. # [15:10] <decoder> no chance to close the page
  1418. # [15:10] <decoder> or navigate away
  1419. # [15:11] * Quits: RealRaven (Thunderbir@64C5DF04.E714BFA3.27F80FAC.IP) (Quit: RealRaven)
  1420. # [15:11] * Joins: RealRaven (Thunderbir@64C5DF04.E714BFA3.27F80FAC.IP)
  1421. # [15:14] * bhearsum is now known as bhearsum|buildduty
  1422. # [15:15] * Joins: jdm (jdm@CAB30FBD.8F96AEA7.2D179A7D.IP)
  1423. # [15:15] * Joins: wolfiR (wolfiR@969455F7.A86EC307.3C4DE51F.IP)
  1424. # [15:15] * Joins: AaronMT (AaronMT@moz-5DF3A271.cpe.net.cable.rogers.com)
  1425. # [15:16] * Quits: RealRaven (Thunderbir@64C5DF04.E714BFA3.27F80FAC.IP) (Quit: RealRaven)
  1426. # [15:16] * Joins: darkowlzz (sunny@287586CC.66C1D72B.EACE93BE.IP)
  1427. # [15:16] * Joins: sgimeno (santiago.g@A922400D.48362F18.BCC03455.IP)
  1428. # [15:16] * Joins: RealRaven (Thunderbir@64C5DF04.E714BFA3.27F80FAC.IP)
  1429. # [15:17] * Quits: janv (varga@moz-8BF5D87F.flarion.as5628.telecom.sk) (Ping timeout)
  1430. # [15:17] * Quits: jwalker (jwalker@moz-BB05A345.cable.virginmedia.com) (Ping timeout)
  1431. # [15:18] * Joins: janv (varga@moz-8BF5D87F.flarion.as5628.telecom.sk)
  1432. # [15:18] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b11787e3544b - Kartikaya Gupta - Bug 866265 - Use the resolution from the metrics object instead of inferring it from the layer transform. r=kentuckyfriedtakahe
  1433. # [15:19] * Joins: lduros (user@moz-47F34250.phlapa.fios.verizon.net)
  1434. # [15:23] * Joins: davidb (davidb@moz-C56D5C4E.dsl.bell.ca)
  1435. # [15:24] * Quits: RealRaven (Thunderbir@64C5DF04.E714BFA3.27F80FAC.IP) (Quit: RealRaven)
  1436. # [15:24] * Joins: ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP)
  1437. # [15:24] * ChanServ sets mode: +o ehsan
  1438. # [15:24] * Joins: jwalker (jwalker@moz-BB05A345.cable.virginmedia.com)
  1439. # [15:25] * Joins: RealRaven (Thunderbir@64C5DF04.E714BFA3.27F80FAC.IP)
  1440. # [15:25] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/dcb39a1b77d6 - Ehsan Akhgari - Bug 890023 - Set the output channel count for ConvolverNode to 2 unconditionally; r=roc
  1441. # [15:29] * kats is now known as kats|away
  1442. # [15:30] * Quits: mmargoliono (min@moz-9DBD522D.static.internode.on.net) (Ping timeout)
  1443. # [15:35] * Quits: JeroenDeDauw (j@moz-A6ED76F0.dip0.t-ipconnect.de) (Ping timeout)
  1444. # [15:35] * Joins: JeroenDeDauw (j@moz-F2CF4D6F.dip0.t-ipconnect.de)
  1445. # [15:35] * mattwoodrow|away is now known as mattwoodrow
  1446. # [15:36] * kats|away is now known as kats
  1447. # [15:39] * Joins: schien (anonymous@moz-D45ECB18.dynamic.hinet.net)
  1448. # [15:40] * Quits: m_gol (m_gol@moz-E14F1BB.neoplus.adsl.tpnet.pl) (Ping timeout)
  1449. # [15:42] * Quits: wolfiR (wolfiR@969455F7.A86EC307.3C4DE51F.IP) (Quit: Leaving)
  1450. # [15:43] * Joins: twi (Adium@742E04CE.5F91A0A6.7562401D.IP)
  1451. # [15:46] * Joins: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net)
  1452. # [15:47] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/bc99f68f8946 - Ehsan Akhgari - Bug 889016 - Part 2: Report an error in the synchronous AudioContext.createBuffer unless the legacy pref has been set; r=roc
  1453. # [15:47] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/1bdf3f4ac0fe - Ehsan Akhgari - Bug 889016 - Part 1: Add an API to report a not-enough-arguments error in Web IDL bindings; r=bzbarsky
  1454. # [15:47] * Joins: m_gol (m_gol@moz-24D843E.neoplus.adsl.tpnet.pl)
  1455. # [15:47] * Quits: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net) (Client exited)
  1456. # [15:47] * Quits: darkowlzz (sunny@287586CC.66C1D72B.EACE93BE.IP) (Connection reset by peer)
  1457. # [15:48] * mikeh|afk is now known as mikeh
  1458. # [15:51] <NeilAway> smaug: how much do we have to worry about untrusted events bubbling up from content these days? we have to explicitly opt-in?
  1459. # [15:52] * Joins: yzen (yzen@82D66FFE.A6295926.9D42CF23.IP)
  1460. # [15:52] <@smaug> on needs to explicitly opt-in when adding listeners to chrome
  1461. # [15:54] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  1462. # [15:54] * Quits: yzen (yzen@82D66FFE.A6295926.9D42CF23.IP) (Ping timeout)
  1463. # [15:54] * Quits: b10n1k (j0ni@moz-55BFAD2D.home.otenet.gr) (Ping timeout)
  1464. # [15:54] * Quits: gsvelto (gsvelto@moz-B2C58806.clienti.tiscali.it) (Input/output error)
  1465. # [15:54] * Joins: yzen (yzen@67828CC7.C1A51174.9D42CF23.IP)
  1466. # [15:55] <NeilAway> smaug: so these are now unnecessary? http://mxr.mozilla.org/comm-central/source/suite/browser/tabbrowser.xml?mark=2762-2763,2779-2780#2760
  1467. # [15:55] <Tomcat> bsmedberg: hey :) hm we still have lot of plugins in pfs actually
  1468. # [15:55] <@bsmedberg> we should fix that
  1469. # [15:55] * Joins: gsvelto (gsvelto@moz-B2C58806.clienti.tiscali.it)
  1470. # [15:55] <Tomcat> https://github.com/mozilla/zamboni/blob/master/services/pfs.py
  1471. # [15:55] <Tomcat> yeah
  1472. # [15:56] <@bsmedberg> I know there was at least a bug to make the old PFS use the new shortlist
  1473. # [15:56] <Tomcat> some of the stuff in there i even have never heard
  1474. # [15:56] <Tomcat> like VideoEgg Publisher
  1475. # [15:57] <@smaug> NeilAway: yes, those shouldn't be needed anymore
  1476. # [15:57] <NeilAway> smaug: ta
  1477. # [15:57] * Joins: mcote (mcote@1D8E4B86.9B0C981.6C85A25D.IP)
  1478. # [15:57] * Quits: jandem (jandem@66C76B89.FB8EABAE.DF9376EA.IP) (Ping timeout)
  1479. # [15:58] * Joins: jandem (jandem@66C76B89.FB8EABAE.DF9376EA.IP)
  1480. # [15:58] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ddd4f7cc0da7 - Chris Lord - Bug 803299 - Some SVG tests need more fuzzing on Android with 24bpp. r=jwatt
  1481. # [15:58] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/10a7ec15f40f - Chris Lord - Bug 803299 - Respect gfx.android.rgb16.force pref. r=blassey
  1482. # [15:58] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/503416b1c643 - Chris Lord - Bug 803299 - Some tests require extra fuzzing on Android in 24-bit colour. r=blassey
  1483. # [15:58] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/1b0c3a3409f9 - Chris Lord - Bug 803299 - Replace black.png with black.html for webgl-color-alpha-test. r=jrmuizel
  1484. # [15:58] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/46e8e60c102d - Chris Lord - Bug 803299 - Enable 32-bit colour on Android. r=kats
  1485. # [15:58] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/b257784cdfdb - Brad Lassey - bug 803299 - Investigate using 24-bit or 32-bit color, only use 24bit for high memory (768MB RAM) devices r=kats
  1486. # [15:58] <glazou> gaaaah, there's is not equivalent to matchesSelector() for XPath :-(
  1487. # [15:58] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/45b3b865dbfe - Chris Lord - Bug 803299 - JPEG srgb icc fails on Android in 24-bit colour. r=jrmuizel
  1488. # [15:59] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/95ca90ad7d08 - Chris Lord - Bug 803299 - More tests pass on Android with 24-bit colour. r=blassey
  1489. # [16:00] <Tomcat> bsmedberg: and i'm fine with removing the pfs stuff in there, have new tasks as sheriff now etc
  1490. # [16:00] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  1491. # [16:00] * simone is now known as simone|away
  1492. # [16:01] * Joins: vingtetun (vingtetun@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1493. # [16:02] * Quits: marcoz (marco.zehe@moz-E5376BA3.dip0.t-ipconnect.de) (Quit: Leaving.)
  1494. # [16:02] * Joins: Jesse (jruderman@moz-537BCF9.hsd1.ca.comcast.net)
  1495. # [16:03] * mattwoodrow is now known as mattwoodrow|away
  1496. # [16:03] * Quits: bsmith (bsmith@moz-425F71CF.hfc.comcastbusiness.net) (Ping timeout)
  1497. # [16:05] * jhopkins is now known as jhopkins|bbiab
  1498. # [16:05] * Quits: dao (dao@moz-91921B3B.superkabel.de) (Quit: Leaving.)
  1499. # [16:06] * KaiRo is now known as KaiRo_away
  1500. # [16:07] * Quits: KevinSjoberg (KevinSjobe@D68E47E6.478B4B95.D4BDD572.IP) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  1501. # [16:07] * Joins: marcoz (marco.zehe@moz-E5376BA3.dip0.t-ipconnect.de)
  1502. # [16:08] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  1503. # [16:08] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  1504. # [16:09] * Quits: jhk (Jignesh@7FC79FD2.5827C9F6.D06349B0.IP) (Ping timeout)
  1505. # [16:09] * Joins: reyre_ (reyre@moz-9002CDDA.cpe.net.cable.rogers.com)
  1506. # [16:10] * Quits: @roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Ping timeout)
  1507. # [16:11] * Joins: ekr (ekr@moz-D7997EC8.rtfm.com)
  1508. # [16:13] * Quits: gsvelto (gsvelto@moz-B2C58806.clienti.tiscali.it) (Ping timeout)
  1509. # [16:14] * catlee is now known as catlee-away
  1510. # [16:14] * Joins: gsvelto (gsvelto@moz-137C71A9.clienti.tiscali.it)
  1511. # [16:16] * Quits: twi (Adium@742E04CE.5F91A0A6.7562401D.IP) (Ping timeout)
  1512. # [16:17] * Quits: KaiRo_away (robert@moz-1AA549C8.adsl.highway.telekom.at) (Ping timeout)
  1513. # [16:17] * Joins: KaIRC (robert@moz-11A3022F.adsl.highway.telekom.at)
  1514. # [16:17] * Quits: micadeyeye (micadeyeye@moz-2F6FDD3C.dynamic.isadsl.co.za) (Ping timeout)
  1515. # [16:18] * Tomcat is now known as Tomcat|afk
  1516. # [16:18] * Quits: sankha93 (Instantbir@9276287F.8CAC2DA9.D2D1FAF0.IP) (Quit: Instantbird 1.4 -- http://www.instantbird.com)
  1517. # [16:19] * Quits: @ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP) (Input/output error)
  1518. # [16:19] * Joins: ekr_ (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  1519. # [16:21] * Joins: vicamo (vicamo@moz-4C7BBB25.dynamic.hinet.net)
  1520. # [16:23] * Joins: nical (nico@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1521. # [16:24] * mattwoodrow|away is now known as mattwoodrow
  1522. # [16:26] * Quits: jhorak (jhorak@moz-107AD163.redhat.com) (Quit: Leaving)
  1523. # [16:29] * Quits: ekr_ (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: ekr_)
  1524. # [16:29] * Joins: ekr_ (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  1525. # [16:30] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  1526. # [16:31] * Quits: ekr_ (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: ekr_)
  1527. # [16:32] <Yoric> !seen gozala
  1528. # [16:32] <firebot> gozala was last seen 4 hours, 9 minutes and 11 seconds ago, saying 'I suppose for you guys too actually' in #jetpack.
  1529. # [16:34] * rail_away is now known as rail
  1530. # [16:35] * Quits: jandem (jandem@66C76B89.FB8EABAE.DF9376EA.IP) (Ping timeout)
  1531. # [16:35] * Parts: Pauly (paul@601F3B17.33662590.A5830293.IP)
  1532. # [16:37] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1533. # [16:37] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/433d91a460b3 - Srinath N - Bug 848344 - Clear media cache along with network cache when storage policy is set to STORE_ANYWHERE. r=michal
  1534. # [16:37] * Joins: jandem (jandem@66C76B89.FB8EABAE.DF9376EA.IP)
  1535. # [16:38] * jhopkins|bbiab is now known as jhopkins
  1536. # [16:38] * Quits: ferjm (ferjm@53EF5629.3416E031.E21948B5.IP) (Quit: Leaving)
  1537. # [16:38] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/c4e9afa543f1 - Jan de Mooij - Bug 887544 - Copy frame return value when entering Baseline from the interpreter. r=djvj, a=bajaj
  1538. # [16:38] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b9734ba18393 - Alexander Surkov - Bug 877976 - getTextAtOffset line boundary fails on last line of the document, r=tbsaunde
  1539. # [16:40] * Quits: Optimize1 (Instantbir@94C77FC6.955079FB.AA3EB577.IP) (Ping timeout)
  1540. # [16:40] * Quits: efaust (efaust@moz-FD7E1AF9.ghc.andrew.cmu.edu) (Connection reset by peer)
  1541. # [16:41] * Joins: wlach (wlach@5A322A17.4F9B71DB.80C20C35.IP)
  1542. # [16:42] * Joins: jorendorff (jorendorff@moz-2F32ACA3.hsd1.tn.comcast.net)
  1543. # [16:42] * Quits: AndreeaMatei (Thunderbir@601F3B17.33662590.A5830293.IP) (Quit: AndreeaMatei)
  1544. # [16:42] * Joins: Edgar (Thunderbir@moz-D5383894.dynamic.hinet.net)
  1545. # [16:44] * simone|away is now known as simone
  1546. # [16:46] * Joins: teoli (teoli@88F51059.F3BBB17D.144F44FA.IP)
  1547. # [16:46] * Quits: cornel_ionce (Mibbit@28C4EA76.976FBEE.5BC07656.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1548. # [16:47] * Joins: ehsan (ehsan@F2D29657.F60B0462.67AC9B1.IP)
  1549. # [16:47] * ChanServ sets mode: +o ehsan
  1550. # [16:48] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  1551. # [16:53] * Joins: aut0mata (automata@94C7AAD7.84D54F57.E0F4401A.IP)
  1552. # [16:56] * Quits: jdm (jdm@CAB30FBD.8F96AEA7.2D179A7D.IP) (Quit: Lost terminal)
  1553. # [16:58] <froydnj> man, why do talos tests take so long to run
  1554. # [16:58] * Joins: twi (Adium@A43A2C0C.9C02C6B6.2E7CF575.IP)
  1555. # [16:58] * Quits: jorendorff (jorendorff@moz-2F32ACA3.hsd1.tn.comcast.net) (Quit: jorendorff)
  1556. # [16:59] * Quits: lsumar (lsumar@moz-54971330.jetstream.xtra.co.nz) (Quit: This computer has gone to sleep)
  1557. # [17:00] * philor|away is now known as philor
  1558. # [17:00] * Quits: coop (Chris@4003DE95.818D26A5.B926A7E0.IP) (Quit: coop)
  1559. # [17:00] <bhearsum|buildduty> froydnj: they'd run faster if firefox did :)
  1560. # [17:01] <froydnj> bhearsum|buildduty: :)
  1561. # [17:05] * Joins: Cwiiis (cwiiis@88F51059.F3BBB17D.144F44FA.IP)
  1562. # [17:07] * Quits: martyn (martyn@moz-93D3BA27.range86-131.btcentralplus.com) (Quit: Ex-Chat)
  1563. # [17:12] * Quits: sancus (sancus@moz-3A9162D.off.net) (Ping timeout)
  1564. # [17:12] * Quits: glazou (glazou@moz-204094DD.disruptive-innovations.fr) (Quit: glazou)
  1565. # [17:12] * Quits: stuart (pavlov@elise.pavlov.net) (Ping timeout)
  1566. # [17:12] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Connection reset by peer)
  1567. # [17:12] * Joins: stuart (pavlov@moz-9E3E12EC.off.net)
  1568. # [17:13] * stuart is now known as IRCMonkey20296
  1569. # [17:13] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1570. # [17:13] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1571. # [17:13] * Quits: hub (hub@E639FEDB.F04051C4.DC1243F8.IP) (Ping timeout)
  1572. # [17:13] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1573. # [17:13] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1574. # [17:13] * Joins: sotaro (sikeda@F2D29657.F60B0462.67AC9B1.IP)
  1575. # [17:13] * Quits: cronco (cronco@4E4DE4E5.9D85AA30.3376CD77.IP) (Ping timeout)
  1576. # [17:13] * Joins: coop (Chris@moz-CBE19A51.dsl.bell.ca)
  1577. # [17:14] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1578. # [17:14] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1579. # [17:14] * Joins: jhk (Jignesh@7FC79FD2.5827C9F6.D06349B0.IP)
  1580. # [17:14] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1581. # [17:14] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1582. # [17:14] * Joins: hub (hub@E639FEDB.F04051C4.DC1243F8.IP)
  1583. # [17:15] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  1584. # [17:15] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1585. # [17:15] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1586. # [17:15] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1587. # [17:15] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1588. # [17:16] * Quits: jhk (Jignesh@7FC79FD2.5827C9F6.D06349B0.IP) (Ping timeout)
  1589. # [17:16] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1590. # [17:16] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1591. # [17:16] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1592. # [17:16] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1593. # [17:17] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1594. # [17:17] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1595. # [17:17] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1596. # [17:17] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1597. # [17:18] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1598. # [17:18] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1599. # [17:18] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1600. # [17:18] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1601. # [17:19] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1602. # [17:19] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1603. # [17:19] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1604. # [17:19] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1605. # [17:19] * Joins: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  1606. # [17:20] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1607. # [17:20] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1608. # [17:20] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1609. # [17:20] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1610. # [17:21] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1611. # [17:21] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1612. # [17:21] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1613. # [17:21] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1614. # [17:21] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Client exited)
  1615. # [17:22] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1616. # [17:22] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1617. # [17:22] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1618. # [17:22] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1619. # [17:23] * Joins: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  1620. # [17:23] <philor> gah
  1621. # [17:23] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1622. # [17:23] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1623. # [17:23] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1624. # [17:23] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1625. # [17:24] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1626. # [17:24] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1627. # [17:24] <Pike> hehe
  1628. # [17:24] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1629. # [17:24] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1630. # [17:25] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1631. # [17:25] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1632. # [17:25] <philor> wonder how often the first thing I say when I get up in the morning is "gah"
  1633. # [17:25] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1634. # [17:25] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1635. # [17:25] * Joins: jdm (jdm@F2D29657.F60B0462.67AC9B1.IP)
  1636. # [17:26] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1637. # [17:26] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1638. # [17:26] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1639. # [17:26] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1640. # [17:26] <Pike> philor: you should file a bug, and have a button on tbpl to add to it
  1641. # [17:27] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1642. # [17:27] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1643. # [17:27] <catalinn> is there a function that converts nscstring to nsacstring ?
  1644. # [17:27] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1645. # [17:27] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1646. # [17:27] <Pike> an nsCString is an nsACString
  1647. # [17:28] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1648. # [17:28] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1649. # [17:28] <catalinn> pike: I wasn't sure about this. Thank you
  1650. # [17:28] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1651. # [17:28] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1652. # [17:29] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1653. # [17:29] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1654. # [17:29] <mcsmurf> I wonder what sancus is doing there
  1655. # [17:29] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1656. # [17:29] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1657. # [17:29] <Ms2ger> Any ircops around to whack sancus with something heavy?
  1658. # [17:29] <mcsmurf> IRC client gone wild ;)
  1659. # [17:30] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1660. # [17:30] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1661. # [17:30] * merike|away is now known as merike
  1662. # [17:30] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1663. # [17:30] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1664. # [17:31] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1665. # [17:31] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1666. # [17:31] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1667. # [17:31] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1668. # [17:32] * jcranmer|away is now known as jcranmer
  1669. # [17:32] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1670. # [17:32] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1671. # [17:32] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1672. # [17:32] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1673. # [17:33] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1674. # [17:33] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1675. # [17:33] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1676. # [17:33] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1677. # [17:34] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1678. # [17:34] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1679. # [17:34] * Joins: trevorh (trevor@moz-356539A0.lns2.woo.bigpond.net.au)
  1680. # [17:34] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1681. # [17:34] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1682. # [17:35] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1683. # [17:35] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1684. # [17:35] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1685. # [17:35] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1686. # [17:36] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1687. # [17:36] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1688. # [17:36] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1689. # [17:36] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1690. # [17:36] * Quits: dstrbad (dejan@moz-3806C3ED.duo.carnet.hr) (Ping timeout)
  1691. # [17:37] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1692. # [17:37] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1693. # [17:37] * Quits: RealRaven (Thunderbir@64C5DF04.E714BFA3.27F80FAC.IP) (Quit: RealRaven)
  1694. # [17:37] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1695. # [17:37] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1696. # [17:38] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1697. # [17:38] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1698. # [17:38] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1699. # [17:38] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1700. # [17:38] * Joins: RealRaven (Thunderbir@64C5DF04.E714BFA3.27F80FAC.IP)
  1701. # [17:38] * Joins: mkaply (mkaply@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  1702. # [17:39] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1703. # [17:39] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1704. # [17:39] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1705. # [17:39] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1706. # [17:40] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1707. # [17:40] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1708. # [17:40] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1709. # [17:40] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1710. # [17:41] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1711. # [17:41] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1712. # [17:41] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1713. # [17:41] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1714. # [17:42] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1715. # [17:42] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1716. # [17:42] <Yoric> !seen mak
  1717. # [17:42] <firebot> mak was last seen 17 hours, 49 minutes and 36 seconds ago, saying 'ttaubert: from what I got, this runs separate processes with separate profiles' in #developers.
  1718. # [17:42] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1719. # [17:42] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1720. # [17:43] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1721. # [17:43] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1722. # [17:43] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  1723. # [17:43] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1724. # [17:43] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1725. # [17:44] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1726. # [17:44] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1727. # [17:44] * corey|away is now known as corey
  1728. # [17:44] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1729. # [17:44] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1730. # [17:45] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1731. # [17:45] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1732. # [17:45] * Quits: pnemsak (Miranda@moz-BE85878E.citicom.sk) (Connection reset by peer)
  1733. # [17:45] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1734. # [17:45] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1735. # [17:46] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1736. # [17:46] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1737. # [17:46] * Fallen is now known as Fallen|away
  1738. # [17:46] * Joins: dhylands (dhylands@781720B5.505814D4.5D698A29.IP)
  1739. # [17:46] * corey is now known as corey|away
  1740. # [17:46] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1741. # [17:46] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1742. # [17:47] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1743. # [17:47] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1744. # [17:47] * corey|away is now known as corey
  1745. # [17:47] <Ms2ger> BenWa, ping
  1746. # [17:47] <BenWa> Ms2ger: pong
  1747. # [17:47] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1748. # [17:47] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1749. # [17:47] <Ms2ger> I was looking at the check-webkit-style bug
  1750. # [17:48] <Ms2ger> First... Why me? :)
  1751. # [17:48] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1752. # [17:48] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1753. # [17:48] <BenWa> Ms2ger: Eh-san listed 2 names, I picked at random
  1754. # [17:48] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1755. # [17:48] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1756. # [17:49] <Ms2ger> And second, you seems to be making quite a few changes, can we get those upstreamed?
  1757. # [17:49] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1758. # [17:49] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1759. # [17:49] <BenWa> Ms2ger: If we think some are worth while. I think most are just getting the mozilla style
  1760. # [17:49] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1761. # [17:49] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1762. # [17:49] * Quits: lduros (user@moz-47F34250.phlapa.fios.verizon.net) (Connection reset by peer)
  1763. # [17:50] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1764. # [17:50] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1765. # [17:50] * davidb is now known as davidb|afk
  1766. # [17:50] * Quits: RealRaven (Thunderbir@64C5DF04.E714BFA3.27F80FAC.IP) (Quit: RealRaven)
  1767. # [17:50] <Ms2ger> The more you can get reviewed upstream, the less I need to do ;)
  1768. # [17:50] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1769. # [17:50] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1770. # [17:50] * Joins: RealRaven (Thunderbir@64C5DF04.E714BFA3.27F80FAC.IP)
  1771. # [17:50] <Ms2ger> Have you thought about updating the code later?
  1772. # [17:51] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1773. # [17:51] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1774. # [17:51] <BenWa> Ms2ger: If you're too busy to review I can find another reviewer
  1775. # [17:51] <BenWa> What do you mean updating later?
  1776. # [17:51] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1777. # [17:51] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1778. # [17:51] <Ms2ger> To changes made upstream
  1779. # [17:52] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1780. # [17:52] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1781. # [17:52] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1782. # [17:52] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1783. # [17:52] <BenWa> Ohh not really. This code isn't moving quickly or hardly at all and I'm hoping by that time we can use some clang based tool that may be finished by then
  1784. # [17:53] <BenWa> I see this more as a stop-gap until we get nicer tools
  1785. # [17:53] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1786. # [17:53] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1787. # [17:53] <Ms2ger> I see
  1788. # [17:53] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1789. # [17:53] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1790. # [17:54] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1791. # [17:54] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1792. # [17:54] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1793. # [17:54] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1794. # [17:54] * Joins: Six (Mibbit@moz-43E5A13F.net-81-220-19.versailles.rev.numericable.fr)
  1795. # [17:54] <Six> bsmedberg: hi
  1796. # [17:55] <Ms2ger> BenWa, I guess I can review, but it'll take some time to dive in
  1797. # [17:55] * Quits: janv (varga@moz-8BF5D87F.flarion.as5628.telecom.sk) (Ping timeout)
  1798. # [17:55] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1799. # [17:55] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1800. # [17:55] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1801. # [17:55] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1802. # [17:55] <BenWa> Ms2ger: Do you prefer that I look for another reviewer? I'm debating tabling this code since I've been seeing mixed interest in it =\
  1803. # [17:55] <Six> bsmedberg: i want to be sure about bug 883360, you really want to remove nsMainThreadPtrHandle::operator nsMainThreadPtrHolder<T>*() ??
  1804. # [17:56] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1805. # [17:56] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1806. # [17:56] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1807. # [17:56] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1808. # [17:56] <Ms2ger> BenWa, I don't think there's anybody here who's seen the webkit code before, so I dunno if that'd help
  1809. # [17:56] * corey is now known as corey|away
  1810. # [17:57] * Joins: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net)
  1811. # [17:57] * ChanServ sets mode: +o dveditz
  1812. # [17:57] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1813. # [17:57] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1814. # [17:57] <BenWa> Ms2ger: Well if you do review it look at part 3 first maybe. It shows sample patch and the expected output from it
  1815. # [17:57] <Ms2ger> Ah, tests
  1816. # [17:57] * Ms2ger approves
  1817. # [17:57] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1818. # [17:57] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1819. # [17:57] <Six> jdm: ping?
  1820. # [17:57] <jdm> Six: yo
  1821. # [17:58] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1822. # [17:58] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1823. # [17:58] <Six> jdm: hi did you see my two last sentences for bsmedberg about bug 883360?
  1824. # [17:58] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1825. # [17:58] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1826. # [17:59] <BenWa> Ms2ger: I wouldn't worry to much about reviewing the individual rules to closely. I plan on tweaking the rules as we go
  1827. # [17:59] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1828. # [17:59] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1829. # [17:59] <Ms2ger> BenWa, makes sense
  1830. # [17:59] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1831. # [17:59] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1832. # [18:00] * Quits: RealRaven (Thunderbir@64C5DF04.E714BFA3.27F80FAC.IP) (Quit: RealRaven)
  1833. # [18:00] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1834. # [18:00] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1835. # [18:00] <jdm> Six: let me re-read
  1836. # [18:00] <BenWa> Ms2ger: The first step is adding a mach target people can optional call and then eventually when we're happing we roll out a review bot to a few select users then finally the review bot would check most patches so well have lots of room for tweaking
  1837. # [18:00] <BenWa> happy*
  1838. # [18:00] * Joins: RealRaven (Thunderbir@64C5DF04.E714BFA3.27F80FAC.IP)
  1839. # [18:00] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1840. # [18:00] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1841. # [18:01] * Joins: AndreeaM (Thunderbir@4A4EF2ED.B4F628AD.CD219C36.IP)
  1842. # [18:01] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1843. # [18:01] * Quits: sancus (sancus@moz-3A9162D.off.net) (Max SendQ exceeded)
  1844. # [18:01] * Quits: nccuong (Instantbir@moz-BB49ABC6.enst.fr) (Quit: nccuong)
  1845. # [18:01] <Ms2ger> BenWa, you don't happen to have a design overview? :)
  1846. # [18:01] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1847. # [18:01] <BenWa> Nope, just a toy side project
  1848. # [18:02] <Ms2ger> Okay
  1849. # [18:02] <jdm> Six: yes, that sounds right
  1850. # [18:02] <Six> jdm: ok because when i remove this operator, i doesn't build anymore...
  1851. # [18:02] * Ms2ger looks for a tree to apply those patches on
  1852. # [18:03] <jdm> Six: yes, I'm not surprised
  1853. # [18:03] <jdm> we'll need to modify the places that rely on it
  1854. # [18:04] * Joins: janv (varga@moz-8BF5D87F.flarion.as5628.telecom.sk)
  1855. # [18:04] <Six> jdm: great... because there are atg least a few places where a nsMainThreadPtrHandle<T> is passed and a nsMainThreadPtrHolder<T> is expected
  1856. # [18:05] <jdm> Six: you may want to add another constructor that takes nsMainThreadPtrHandle<T>, in that case
  1857. # [18:08] * Quits: mkaply (mkaply@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Ping timeout)
  1858. # [18:09] * Quits: jacek (jacek@moz-5D707D3B.psi.wroc.pl) (Quit: Konversation terminated!)
  1859. # [18:10] * Joins: ctangira (ctangira@moz-753F9106.evrt.wa.frontiernet.net)
  1860. # [18:10] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/3c4bbca40720 - Florian Quèze - Bug 887368 - social notification icon not sized correctly on a retina screen, r=mixedpuppy.
  1861. # [18:11] <Six> jdm: ok i will try this thx :)
  1862. # [18:11] * Joins: mwu (mwu@moz-2E883D31.hsd1.nj.comcast.net)
  1863. # [18:13] * Joins: bdahl (bdahl@4272FEDC.BA6FA.189F3E15.IP)
  1864. # [18:14] * Joins: dbaron (dbaron@moz-FD349932.dsl.dynamic.sonic.net)
  1865. # [18:14] * kats is now known as kats|away
  1866. # [18:14] * ChanServ sets mode: +o dbaron
  1867. # [18:14] * Quits: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  1868. # [18:14] * Quits: ctangira (ctangira@moz-753F9106.evrt.wa.frontiernet.net) (Quit: ctangira)
  1869. # [18:16] * Joins: ctangira (ctangira@moz-753F9106.evrt.wa.frontiernet.net)
  1870. # [18:16] <Ms2ger> BenWa, so, how do I run this code?
  1871. # [18:17] * Quits: marcoz (marco.zehe@moz-E5376BA3.dip0.t-ipconnect.de) (Quit: Leaving.)
  1872. # [18:17] <BenWa> Ms2ger: Ohh I haven't written a mach target. You run check-moz-style with a patch applied
  1873. # [18:17] * Quits: twi (Adium@A43A2C0C.9C02C6B6.2E7CF575.IP) (Ping timeout)
  1874. # [18:18] <Ms2ger> tools/check-moz-style$ ./checkmozstyle.py
  1875. # [18:18] <Ms2ger> NameError: global name 'cpplint_testing' is not defined
  1876. # [18:18] <Ms2ger> Like that? :)
  1877. # [18:18] * Quits: sgimeno (santiago.g@A922400D.48362F18.BCC03455.IP) (Quit: KVIrc 4.0.2 Insomnia http://www.kvirc.net/)
  1878. # [18:19] * Joins: Sixmsj (Sixmsj@moz-3720A502.hsd1.ca.comcast.net)
  1879. # [18:19] <BenWa> *sigh* :(
  1880. # [18:19] * Quits: mwu (mwu@moz-2E883D31.hsd1.nj.comcast.net) (Quit: Leaving)
  1881. # [18:20] * Joins: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net)
  1882. # [18:20] * Quits: RealRaven (Thunderbir@64C5DF04.E714BFA3.27F80FAC.IP) (Quit: RealRaven)
  1883. # [18:21] * Joins: RealRaven (Thunderbir@64C5DF04.E714BFA3.27F80FAC.IP)
  1884. # [18:21] * wlach is now known as wlach|biab
  1885. # [18:21] * Joins: mikeh_ (mikeh@moz-178B986E.dsl.bell.ca)
  1886. # [18:22] * Quits: mikeh (mikeh@moz-5EE57537.dsl.bell.ca) (Ping timeout)
  1887. # [18:22] * Quits: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: Leaving.)
  1888. # [18:23] * jdm is now known as jdm|muzak
  1889. # [18:25] * Quits: ddahl (ddahl@5D3B67E3.71E1659D.DFB5E910.IP) (Ping timeout)
  1890. # [18:25] * mattwoodrow is now known as mattwoodrow|away
  1891. # [18:27] * simone is now known as simone|away
  1892. # [18:27] * rail is now known as rail-lunch
  1893. # [18:27] * Joins: Boriss (FlyingToas@moz-D58E9.public.monkeybrains.net)
  1894. # [18:29] * Parts: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net) (Leaving...)
  1895. # [18:32] * Joins: arasbm (zooby@moz-8E336844.vf.shawcable.net)
  1896. # [18:33] * Quits: RealRaven (Thunderbir@64C5DF04.E714BFA3.27F80FAC.IP) (Quit: RealRaven)
  1897. # [18:33] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1898. # [18:34] * Quits: vingtetun (vingtetun@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  1899. # [18:34] * Joins: RealRaven (Thunderbir@64C5DF04.E714BFA3.27F80FAC.IP)
  1900. # [18:35] * Quits: gsvelto (gsvelto@moz-137C71A9.clienti.tiscali.it) (Quit: Leaving)
  1901. # [18:37] * Joins: Mook_as (mook@moz-1FCC0032.activestate.com)
  1902. # [18:39] * mikeh_ is now known as mikeh
  1903. # [18:41] * Quits: RealRaven (Thunderbir@64C5DF04.E714BFA3.27F80FAC.IP) (Quit: RealRaven)
  1904. # [18:41] * Joins: aklotz (Thunderbir@moz-935DE219.cg.shawcable.net)
  1905. # [18:42] * Joins: RealRaven (Thunderbir@64C5DF04.E714BFA3.27F80FAC.IP)
  1906. # [18:45] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/115b64ca3075 - Shu-yu Guo - Bug 890249 - Have jit_test.py --tbpl also run the shell without any flags. (r=jandem)
  1907. # [18:47] * Joins: mkaply (mkaply@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  1908. # [18:48] * Joins: b10n1k (j0ni@moz-1B086DA8.home.otenet.gr)
  1909. # [18:49] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/08db0325dc30 - stefanh@inbox.com - Bug 857461 - Fix tests to accept bogus assertion triggered by box-shadow rule. r=surkov.
  1910. # [18:50] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/a9d6d86a8090 - stefanh@inbox.com - Bug 857461 - pinstripe: non-native focus rings are applied for links in chrome. r=Mano.
  1911. # [18:50] * Quits: Six (Mibbit@moz-43E5A13F.net-81-220-19.versailles.rev.numericable.fr) (Quit: http://www.mibbit.com ajax IRC Client)
  1912. # [18:51] * Joins: arnaud_bienner (arno@moz-A1109EC1.dsl.sta.abo.bbox.fr)
  1913. # [18:52] * Quits: stransky (stransky@moz-59D79C36.broadband2.iol.cz) (Quit: Connection reset by beer)
  1914. # [18:54] * Joins: gustavold (gustavold@2A2BB432.A91D62A7.DF2AC62B.IP)
  1915. # [18:54] * Joins: dao (dao@moz-91921B3B.superkabel.de)
  1916. # [18:54] * Joins: dstrbad (dejan@moz-3806C3ED.duo.carnet.hr)
  1917. # [18:55] * Quits: ctangira (ctangira@moz-753F9106.evrt.wa.frontiernet.net) (Quit: ctangira)
  1918. # [18:56] * Joins: fossterer (Thunderbir@EFD7D4EF.F5E5CB45.7796163B.IP)
  1919. # [18:56] * Quits: annevk (annevk@AADB958B.2BCC87B7.F1F2B54B.IP) (Input/output error)
  1920. # [18:59] * corey|away is now known as corey
  1921. # [18:59] <karolyi> hi, is there a way to remove the onbeforeunload events on all browser tab from addon code?
  1922. # [19:01] * Joins: shorlander (shorlander@moz-D330B48F.dhcp.insightbb.com)
  1923. # [19:02] * Quits: shorlander (shorlander@moz-D330B48F.dhcp.insightbb.com) (Ping timeout)
  1924. # [19:02] * Joins: brendan (brendaneic@35E90EE3.B8B12C49.396B22AD.IP)
  1925. # [19:03] * Quits: b10n1k (j0ni@moz-1B086DA8.home.otenet.gr) (Ping timeout)
  1926. # [19:04] * Quits: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net) (Quit: ehugg)
  1927. # [19:04] * Joins: cronco (Thunderbir@17FF97FF.AE2F10B0.3376CD77.IP)
  1928. # [19:04] * Joins: shorlander (shorlander@moz-D330B48F.dhcp.insightbb.com)
  1929. # [19:04] * dhylands is now known as dhylands|dr
  1930. # [19:06] * Quits: arasbm (zooby@moz-8E336844.vf.shawcable.net) (Ping timeout)
  1931. # [19:07] * Quits: Boriss (FlyingToas@moz-D58E9.public.monkeybrains.net) (Quit: Boriss)
  1932. # [19:07] * Quits: nical (nico@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  1933. # [19:09] * Quits: brendan (brendaneic@35E90EE3.B8B12C49.396B22AD.IP) (Ping timeout)
  1934. # [19:09] * Quits: dstrbad (dejan@moz-3806C3ED.duo.carnet.hr) (Ping timeout)
  1935. # [19:10] * rail-lunch is now known as rail
  1936. # [19:10] * jchen|away is now known as jchen
  1937. # [19:13] * Quits: taras (taras@D2ABC49B.2F7415B9.B87ED48A.IP) (Ping timeout)
  1938. # [19:14] * Joins: taras (taras@D2ABC49B.2F7415B9.B87ED48A.IP)
  1939. # [19:15] * Joins: sankha93 (Instantbir@D8F0AB2E.498FC86C.8B6C1D65.IP)
  1940. # [19:17] * Quits: teoli (teoli@88F51059.F3BBB17D.144F44FA.IP) (Input/output error)
  1941. # [19:17] * Joins: b10n1k (j0ni@moz-BF56EEF1.home.otenet.gr)
  1942. # [19:18] * Quits: mixedpuppy (mixedpuppy@moz-7B3CFB22.vc.shawcable.net) (Quit: mixedpuppy)
  1943. # [19:21] * Joins: mascondante (AndChat271@7ECF2CFC.69DBA29D.9A06DD32.IP)
  1944. # [19:21] * Joins: arasbm (zooby@moz-8E336844.vf.shawcable.net)
  1945. # [19:22] * Quits: Sixmsj (Sixmsj@moz-3720A502.hsd1.ca.comcast.net) (Ping timeout)
  1946. # [19:24] * Quits: mikeh (mikeh@moz-178B986E.dsl.bell.ca) (Ping timeout)
  1947. # [19:25] * Quits: Edgar (Thunderbir@moz-D5383894.dynamic.hinet.net) (Quit: Edgar)
  1948. # [19:25] * Joins: mikeh (mikeh@5C8F41F7.DEEB523A.39413EC0.IP)
  1949. # [19:26] * Joins: mjh563 (mjh563@moz-D891C5B8.cable.virginmedia.com)
  1950. # [19:26] * Joins: Sixmsj (Sixmsj@moz-3720A502.hsd1.ca.comcast.net)
  1951. # [19:27] * Joins: ctangira (ctangira@moz-753F9106.evrt.wa.frontiernet.net)
  1952. # [19:27] * Quits: bdahl (bdahl@4272FEDC.BA6FA.189F3E15.IP) (Client exited)
  1953. # [19:30] * Quits: mkaply (mkaply@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Ping timeout)
  1954. # [19:30] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  1955. # [19:30] <mascondante> Well since no one commented on my post to the 4th Pic on the Firefox Facebook page I will echo here: "<3 you guys. Have a happy 4th. Tell your dev channel to take a break. They deserve it :-)"
  1956. # [19:31] * Joins: mkaply (mkaply@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  1957. # [19:31] <Ms2ger> Why? Is this a special day?
  1958. # [19:32] * Quits: RealRaven (Thunderbir@64C5DF04.E714BFA3.27F80FAC.IP) (Quit: RealRaven)
  1959. # [19:33] * mattwoodrow|away is now known as mattwoodrow
  1960. # [19:33] * Joins: RealRaven (Thunderbir@64C5DF04.E714BFA3.27F80FAC.IP)
  1961. # [19:33] * Quits: Sixmsj (Sixmsj@moz-3720A502.hsd1.ca.comcast.net) (Quit: Textual IRC Client: www.textualapp.com)
  1962. # [19:34] * corey is now known as corey|away
  1963. # [19:34] <nalexander> trollolol
  1964. # [19:35] <mascondante> In the US it is. Since Mozilla is a US based country I see no reason to not extend the courtesy to the international community
  1965. # [19:35] * Quits: @dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net) (Ping timeout)
  1966. # [19:35] <Ms2ger> I didn't know Mozilla was a country
  1967. # [19:36] <Jesse> well, non-US employees have their own holidays as well :)
  1968. # [19:36] <mascondante> Idk if that was autocorrect or a brain fart lol
  1969. # [19:36] <Jesse> autofart
  1970. # [19:36] * Joins: FabioMagnoni (fabiomagno@moz-74057779.dsl.telesp.net.br)
  1971. # [19:36] <mascondante> :-)
  1972. # [19:36] * Joins: lmandel (lmandel@moz-BBE1EA67.dsl.bell.ca)
  1973. # [19:36] * Joins: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net)
  1974. # [19:36] * ChanServ sets mode: +o dveditz
  1975. # [19:36] <jcranmer> Mozilla has 2 offices in the US, 2 in Canada, 1 in England, France, China, Taiwan, Japan, and New Zealand
  1976. # [19:37] <Ms2ger> Sounds like we're an Asian country
  1977. # [19:37] <jcranmer> technically, New Zealand is more Oceania/Australasia
  1978. # [19:37] <Ms2ger> Fair point
  1979. # [19:38] <@gavin> you forgot berlin
  1980. # [19:38] <Ms2ger> More European, then
  1981. # [19:38] * Quits: mkaply (mkaply@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Ping timeout)
  1982. # [19:38] * Joins: Boriss (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1983. # [19:38] <jcranmer> gavin: it's not on https://www.mozilla.org/en-US/about/contact#map-mountain_view
  1984. # [19:38] <@gavin> https://www.mozilla.org/en-US/about/contact#map-mountain_view also forgot berlin
  1985. # [19:38] <@gavin> doesn't mean it doesn't exist! :)
  1986. # [19:38] <@gavin> (it will be bigger and nicer in the future, though)
  1987. # [19:39] <mascondante> Euroastrailian
  1988. # [19:39] <Mook_as> jcranmer: didn't the open up something in Paris recently?
  1989. # [19:39] <Mook_as> s/the/they/
  1990. # [19:39] <jcranmer> so that's 3 European offices, 3 Asian, 4 North American, and 1 Oceana
  1991. # [19:39] <@gavin> Paris is in France
  1992. # [19:39] <jcranmer> Mook_as: I said "France"
  1993. # [19:39] <Mook_as> oh, yes. I apparently can't read.
  1994. # [19:39] <jcranmer> unless you're referring to a Paris, Texas office
  1995. # [19:39] <@gavin> you could also count Portland
  1996. # [19:39] * Quits: Asa (asa@4508CAE6.38324963.204CA821.IP) (Ping timeout)
  1997. # [19:40] <jcranmer> technically it's not an office, although I know a lot of people pine for one
  1998. # [19:40] * Joins: Asa (asa@4508CAE6.38324963.204CA821.IP)
  1999. # [19:40] <@gavin> why is it not an office?
  2000. # [19:40] * philor wonders how fir they would go for one
  2001. # [19:40] <@gavin> it's a space paid for by mozilla that hosts mozilla employees
  2002. # [19:40] <@gavin> what definition are you using?
  2003. # [19:41] <jcranmer> it's paid for by mozilla?
  2004. # [19:41] * Joins: darkowlzz (sunny@8AA9352F.14EE26D8.C8B03EAF.IP)
  2005. # [19:41] <@gavin> yes
  2006. # [19:41] <jcranmer> I thought it was just a coworking space that we kind of took over
  2007. # [19:41] <@gavin> "coworking space that we kind of took over" is not incompatible with my definition of an office
  2008. # [19:41] * Quits: Cwiiis (cwiiis@88F51059.F3BBB17D.144F44FA.IP) (Quit: Leaving)
  2009. # [19:42] <karolyi> hi, is there a way to remove the onbeforeunload events on all browser tab from addon code?
  2010. # [19:42] <hub> for a while Vancouver was at a coworking space
  2011. # [19:42] * mikeh is now known as mikeh|afk
  2012. # [19:42] * Quits: RealRaven (Thunderbir@64C5DF04.E714BFA3.27F80FAC.IP) (Quit: RealRaven)
  2013. # [19:42] <mascondante> Be happy to see an east coast office spring up
  2014. # [19:42] * Quits: arasbm (zooby@moz-8E336844.vf.shawcable.net) (Ping timeout)
  2015. # [19:43] * Quits: vicamo (vicamo@moz-4C7BBB25.dynamic.hinet.net) (Quit: Konversation terminated!)
  2016. # [19:43] <jcranmer> I don't think there's a large enough concentration of people in one city on the east coast
  2017. # [19:43] <jcranmer> outside of Toronto :-P
  2018. # [19:43] * Joins: RealRaven (Thunderbir@64C5DF04.E714BFA3.27F80FAC.IP)
  2019. # [19:44] * jcranmer thinks he has heard noise before about a Boston space
  2020. # [19:44] * mdas is now known as mdas|afk
  2021. # [19:45] * Quits: aut0mata (automata@94C7AAD7.84D54F57.E0F4401A.IP) (Ping timeout)
  2022. # [19:45] * Quits: Boriss (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Boriss)
  2023. # [19:45] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  2024. # [19:46] <mascondante> That would work. Be happier to see one in Atlanta or Asheville but running cross country to look for work is just something I simply cannot afford.
  2025. # [19:46] * baku is now known as baku|away
  2026. # [19:46] * Joins: tmyoung (Thunderbir@moz-A52EE408.alyoung.com)
  2027. # [19:47] * Joins: phenom (phenom@E35AB8BB.AC94F875.4A5F0685.IP)
  2028. # [19:47] <nalexander> jcranmer: there is a Boston co-working space, but when I visited last fall it housed only 5 or so.
  2029. # [19:47] <Ms2ger> Work from home, like most employees?
  2030. # [19:48] * Joins: teoli_ (teoli@88F51059.F3BBB17D.144F44FA.IP)
  2031. # [19:49] <ttaubert> crazy talk
  2032. # [19:50] * Joins: Rahul21 (Rahul@EC0A0B2C.9B86A531.FFE8C4AF.IP)
  2033. # [19:50] <Rahul21> hello
  2034. # [19:50] <Rahul21> I need help with HTML DOM, can anyone help me out
  2035. # [19:50] * Joins: mixedpuppy (mixedpuppy@A5087023.2354C43D.D8E68FF6.IP)
  2036. # [19:51] <hub> jcranmer: we are reaching 7 in Montreal alone ;-)
  2037. # [19:51] <@ehsan> Ms2ger: ping
  2038. # [19:51] * mgerva is now known as mgerva|afk
  2039. # [19:51] * Ms2ger appears
  2040. # [19:51] * Quits: ctangira (ctangira@moz-753F9106.evrt.wa.frontiernet.net) (Quit: ctangira)
  2041. # [19:51] <@ehsan> Ms2ger: what
  2042. # [19:51] <@ehsan> heh
  2043. # [19:52] <@ehsan> Ms2ger: what's the status of bug 832883?
  2044. # [19:52] <@ehsan> firebot: bug 832883
  2045. # [19:52] <firebot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=832883 nor, --, ---, Ms2ger, ASSI, Move IDBKeyRange to Paris bindings
  2046. # [19:52] * Parts: Rahul21 (Rahul@EC0A0B2C.9B86A531.FFE8C4AF.IP)
  2047. # [19:52] * Joins: Boriss (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2048. # [19:53] <Ms2ger> ehsan, IndexedDatabaseManager::InitWindowless is still broken
  2049. # [19:53] <@ehsan> Ms2ger: broken how?
  2050. # [19:53] <Ms2ger> ehsan, if you pass it a non-global object
  2051. # [19:53] * Joins: rednaks (rednaks@1A3F7203.7D9D6404.55FFA9B4.IP)
  2052. # [19:53] * Quits: teoli_ (teoli@88F51059.F3BBB17D.144F44FA.IP) (Ping timeout)
  2053. # [19:54] <Ms2ger> /* Make sure our global is sane. Hopefully we can remove this sometime */
  2054. # [19:54] <Ms2ger> if (!(js::GetObjectClass(aGlobal)->flags & JSCLASS_DOM_GLOBAL)) {
  2055. # [19:54] <Ms2ger> return JS::NullPtr();
  2056. # [19:54] <Ms2ger> In GetConstructorObject
  2057. # [19:56] <@ehsan> Ms2ger: what about khuey|pto
  2058. # [19:56] <@ehsan> 's comemnt?
  2059. # [19:56] <@ehsan> dammit, Enter key!
  2060. # [19:56] <Ms2ger> About wrappercaching?
  2061. # [19:56] <@ehsan> yes
  2062. # [19:56] <Ms2ger> He's probably right, but I haven't touched the patch since
  2063. # [19:56] * Quits: mstange (markus@moz-11404E2E.dip0.t-ipconnect.de) (Quit: mstange)
  2064. # [19:57] <Ms2ger> Any particular reason you're asking?
  2065. # [19:58] * Fallen|away is now known as Fallen
  2066. # [19:58] * Joins: nccuong (Instantbir@moz-7C9C3C02.fbx.proxad.net)
  2067. # [20:00] <@ehsan> Ms2ger: yeah, I'm looking into converting all indexed db interfaces to WebIDL
  2068. # [20:01] <Ms2ger> \o/
  2069. # [20:01] <jcranmer> I feel I'm going to have a lot of bitrot from you then
  2070. # [20:01] * Quits: RealRaven (Thunderbir@64C5DF04.E714BFA3.27F80FAC.IP) (Quit: RealRaven)
  2071. # [20:01] <@ehsan> hmm
  2072. # [20:02] <@ehsan> Ms2ger: so, sadly, I have no idea how the codegen bits that generate GetConstructorObject work
  2073. # [20:02] <@ehsan> mostly because the thing is written in python :((
  2074. # [20:02] * Joins: RealRaven (Thunderbir@64C5DF04.E714BFA3.27F80FAC.IP)
  2075. # [20:02] * Joins: gabadie (Adium@F2D29657.F60B0462.67AC9B1.IP)
  2076. # [20:02] <jcranmer> ehsan: read the generated code?
  2077. # [20:02] * Joins: arasbm (zooby@moz-8E336844.vf.shawcable.net)
  2078. # [20:02] <@ehsan> Ms2ger: but do you wanna file a bug specifically on the GetConstructorObject problem?
  2079. # [20:02] <@ehsan> jcranmer: how would that help?
  2080. # [20:02] <Ms2ger> Can do
  2081. # [20:03] <@ehsan> thanks
  2082. # [20:03] * Quits: nccuong (Instantbir@moz-7C9C3C02.fbx.proxad.net) (Ping timeout)
  2083. # [20:03] * Joins: nccuong (Instantbir@moz-7C9C3C02.fbx.proxad.net)
  2084. # [20:03] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  2085. # [20:04] <@ehsan> Ms2ger: hmm, actually, here's a question
  2086. # [20:04] <jcranmer> okay, if this works, I need to pull, rebase, send off three more try runs, and then upload two dozen patches
  2087. # [20:04] <Ms2ger> Yes?
  2088. # [20:04] <Ms2ger> jcranmer, atomics?
  2089. # [20:04] <@ehsan> Ms2ger: if we modified GetConstructorObject to only do the caching if the js object is a global, would that fix the problem?
  2090. # [20:04] <jcranmer> Ms2ger: yep
  2091. # [20:04] * Quits: FabioMagnoni (fabiomagno@moz-74057779.dsl.telesp.net.br) (Input/output error)
  2092. # [20:04] <@ehsan> jcranmer: what are you doing to indexed db, out of curiosity?
  2093. # [20:04] <jcranmer> Ms2ger: I'm about 20 uses away from killing nsAtomicRefcnt.h altogether
  2094. # [20:05] <Ms2ger> ehsan, possibly
  2095. # [20:05] <jcranmer> ehsan: I'm touching everybody who has any sort of threadsafe refcounting
  2096. # [20:05] <@ehsan> ah, I see
  2097. # [20:05] <jcranmer> search for IMPL_THREADSAFE or NS_Atomic in the code base, and I'm touching that line of code
  2098. # [20:05] <jcranmer> which comes out to, in c-c and m-c, about 750 lines of code
  2099. # [20:07] * Joins: annevk (annevk@AADB958B.2BCC87B7.F1F2B54B.IP)
  2100. # [20:07] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  2101. # [20:07] <Ms2ger> ehsan, bug 890364
  2102. # [20:08] <@ehsan> Ms2ger: actually, CreateInterfaceObjects also wants a global :(
  2103. # [20:08] <@ehsan> not sure what we can do without one there
  2104. # [20:09] * Quits: annevk (annevk@AADB958B.2BCC87B7.F1F2B54B.IP) (Ping timeout)
  2105. # [20:09] * Joins: Lethalman (lethal@moz-DC608D7B.net24.it)
  2106. # [20:11] * Quits: yzen (yzen@67828CC7.C1A51174.9D42CF23.IP) (Quit: yzen)
  2107. # [20:14] <Ms2ger> ehsan, my approach would be "ask bz/peterv"
  2108. # [20:14] <@ehsan> peterv: ping?
  2109. # [20:15] <@ehsan> Ms2ger: bz is celebrating 7/4
  2110. # [20:15] <@ehsan> (presumably!)
  2111. # [20:15] * jdm|muzak is now known as jdm
  2112. # [20:15] <Ms2ger> And his kid, presumably
  2113. # [20:15] <@ehsan> perhaps ;)
  2114. # [20:16] <@ehsan> Ms2ger: actually, reading through the code, I think https://bugzilla.mozilla.org/show_bug.cgi?id=890364#c1 is all we need.
  2115. # [20:16] <@ehsan> let me take a stab at it!
  2116. # [20:16] <Ms2ger> Good luck :)
  2117. # [20:17] <Callek> I'm going to celebrate 7/5 -- easier to celebrate days off when it's the whole company
  2118. # [20:17] <Callek> :-)
  2119. # [20:19] * Joins: Sixmsj (Sixmsj@moz-3720A502.hsd1.ca.comcast.net)
  2120. # [20:19] * Quits: Sixmsj (Sixmsj@moz-3720A502.hsd1.ca.comcast.net) (Quit: Sixmsj)
  2121. # [20:21] * Quits: taras (taras@D2ABC49B.2F7415B9.B87ED48A.IP) (Ping timeout)
  2122. # [20:21] * Joins: geoextra (Mibbit@moz-91A4CF79.dip0.t-ipconnect.de)
  2123. # [20:21] * davidb|afk is now known as davidb
  2124. # [20:21] * Quits: dao (dao@moz-91921B3B.superkabel.de) (Quit: Leaving.)
  2125. # [20:22] * Quits: geoextra (Mibbit@moz-91A4CF79.dip0.t-ipconnect.de) (Quit: http://www.mibbit.com ajax IRC Client)
  2126. # [20:22] * Joins: taras (taras@D2ABC49B.2F7415B9.B87ED48A.IP)
  2127. # [20:22] * Joins: aut0mata (automata@moz-1CE7A56D.ifsc.usp.br)
  2128. # [20:23] * Joins: jviereck (Adium@moz-C7D00CD5.adsl.alicedsl.de)
  2129. # [20:25] * Quits: rednaks (rednaks@1A3F7203.7D9D6404.55FFA9B4.IP) (Ping timeout)
  2130. # [20:26] * Joins: rednaks (rednaks@E07271D3.1CE46348.55FFA9B4.IP)
  2131. # [20:27] * Joins: bsmith (bsmith@moz-425F71CF.hfc.comcastbusiness.net)
  2132. # [20:29] * Joins: stefanh (stefanh@moz-3EED0162.customers.ownit.se)
  2133. # [20:29] * Quits: jviereck (Adium@moz-C7D00CD5.adsl.alicedsl.de) (Quit: Leaving.)
  2134. # [20:30] * corey|away is now known as corey
  2135. # [20:31] * mdas|afk is now known as mdas
  2136. # [20:32] * Joins: n00b_dust (n00b_dust@99A5FFB3.71749499.43210A9D.IP)
  2137. # [20:32] * Joins: yzen (yzen@AA2C085E.10C8AEF8.9A8C35B4.IP)
  2138. # [20:34] * Quits: nccuong (Instantbir@moz-7C9C3C02.fbx.proxad.net) (Ping timeout)
  2139. # [20:34] * Quits: Gijs (gijs@moz-C11B0461.dsl.alice.nl) (Quit: out for groceries)
  2140. # [20:35] <n00b_dust> Hi, i keep getting "GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0' failed" whenever I run ./mach run...couldn't find anything to help on google either..
  2141. # [20:38] * Joins: nccuong (Instantbir@moz-7C9C3C02.fbx.proxad.net)
  2142. # [20:38] <mcsmurf> n00b_dust: looks like Bug 833117 to me
  2143. # [20:39] * Joins: ErvisTusha (ErvisTusha@A7C52663.F69FB6EA.363D84A4.IP)
  2144. # [20:39] <mcsmurf> but no solution..
  2145. # [20:40] * Joins: ctangira (ctangira@moz-753F9106.evrt.wa.frontiernet.net)
  2146. # [20:42] * Quits: ctangira (ctangira@moz-753F9106.evrt.wa.frontiernet.net) (Ping timeout)
  2147. # [20:42] * Joins: KevinSjoberg (KevinSjobe@moz-14D2BB03.cust.bredbandsbolaget.se)
  2148. # [20:43] * Joins: ctangira (ctangira@moz-44D86B1E.cisco.com)
  2149. # [20:43] * stefanh is now known as stefanh|away
  2150. # [20:43] * Quits: fossterer (Thunderbir@EFD7D4EF.F5E5CB45.7796163B.IP) (Quit: I'm away)
  2151. # [20:44] * Quits: Pike (chatzilla@moz-BE52C318.pool.mediaways.net) (Quit: ChatZilla 0.9.90 [Firefox 22.0/20130618035212])
  2152. # [20:45] * Joins: jviereck (Adium@moz-C7D00CD5.adsl.alicedsl.de)
  2153. # [20:45] * Quits: jviereck (Adium@moz-C7D00CD5.adsl.alicedsl.de) (Client exited)
  2154. # [20:47] * Quits: inolen (Adium@moz-3838F47A.adsl.delhitel.net) (Quit: Leaving.)
  2155. # [20:47] * corey is now known as corey|away
  2156. # [20:49] * Joins: squib (squib@moz-54866485.dhcp.mdsn.wi.charter.com)
  2157. # [20:50] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/920eb0b4939e - Joe Drew - Bug 717872 - Remove the imgFrame* helpers from FrameBlender now that we always have raw data pointers. r=seth
  2158. # [20:50] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/8e2e52c72e42 - Joe Drew - Bug 795737 - To avoid Cairo assertions, call Flush when we MarkDirty too, because we can draw locked images, which adds snapshots to the Cairo surfaces. r=Bas
  2159. # [20:50] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/6bc751e34867 - Joe Drew - Bug 888499 - Mark frames as dirty in a threadsafe way when imgFrame::ImageUpdated is called on them, and clear that dirty bit when we're drawing. r=seth
  2160. # [20:50] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/4210dd438a36 - Joe Drew - Bug 717872 - Store a frame's raw image data pointer beside its imgFrame pointer so we can access it without having to lock the frame. r=seth
  2161. # [20:51] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/233906d2c528 - Joe Drew - Bug 717872 - Don't change the content of mFrames, even when it'd be faster. r=seth
  2162. # [20:51] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/77c0bebf47ed - Joe Drew - Bug 717872 - Make blending functions take const source parameters so it's a little less likely that we modify things in mFrames again. r=seth
  2163. # [20:53] * Joins: Mnyromyr (Mnyromyr@AB80E76D.3E2A4CB2.F8DA5B95.IP)
  2164. # [20:59] * Quits: Bas (chatzilla@moz-9919860E.ftth.concepts.nl) (Ping timeout)
  2165. # [20:59] * Quits: sankha93 (Instantbir@D8F0AB2E.498FC86C.8B6C1D65.IP) (Ping timeout)
  2166. # [20:59] * Joins: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP)
  2167. # [21:01] * Joins: marco (Thunderbir@moz-D3FDDA4C.retail.telecomitalia.it)
  2168. # [21:01] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  2169. # [21:03] * Quits: lmandel (lmandel@moz-BBE1EA67.dsl.bell.ca) (Quit: lmandel)
  2170. # [21:03] * Joins: dao (dao@moz-91921B3B.superkabel.de)
  2171. # [21:04] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  2172. # [21:08] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/dcb39a1b77d6 - Ehsan Akhgari - Bug 890023 - Set the output channel count for ConvolverNode to 2 unconditionally; r=roc
  2173. # [21:08] <firebot> http://hg.mozilla.org/mozilla-central/rev/bc99f68f8946 - Ehsan Akhgari - Bug 889016 - Part 2: Report an error in the synchronous AudioContext.createBuffer unless the legacy pref has been set; r=roc
  2174. # [21:09] <firebot> http://hg.mozilla.org/mozilla-central/rev/b11787e3544b - Kartikaya Gupta - Bug 866265 - Use the resolution from the metrics object instead of inferring it from the layer transform. r=kentuckyfriedtakahe
  2175. # [21:09] <firebot> http://hg.mozilla.org/mozilla-central/rev/1bdf3f4ac0fe - Ehsan Akhgari - Bug 889016 - Part 1: Add an API to report a not-enough-arguments error in Web IDL bindings; r=bzbarsky
  2176. # [21:10] * Joins: lmandel (lmandel@F27D3820.D6C5F29.ADB88A9.IP)
  2177. # [21:10] * mikeh|afk is now known as mikeh
  2178. # [21:11] * Fallen is now known as Fallen|away
  2179. # [21:14] * Quits: gaston (landry@moz-2911F07A.rhaalovely.net) (Ping timeout)
  2180. # [21:14] * Joins: FabioMagnoni (fabiomagno@moz-74057779.dsl.telesp.net.br)
  2181. # [21:15] * Quits: Asa (asa@4508CAE6.38324963.204CA821.IP) (Ping timeout)
  2182. # [21:15] * Fallen|away is now known as Fallen
  2183. # [21:15] * Joins: Asa (asa@4508CAE6.38324963.204CA821.IP)
  2184. # [21:16] * Quits: nccuong (Instantbir@moz-7C9C3C02.fbx.proxad.net) (Ping timeout)
  2185. # [21:17] * Quits: FabioMagnoni (fabiomagno@moz-74057779.dsl.telesp.net.br) (Ping timeout)
  2186. # [21:17] * Joins: gandalf (zbraniecki@moz-4F155DA6.hsd1.ca.comcast.net)
  2187. # [21:20] * Joins: nccuong (Instantbir@moz-7C9C3C02.fbx.proxad.net)
  2188. # [21:22] * Quits: n00b_dust (n00b_dust@99A5FFB3.71749499.43210A9D.IP) (Quit: Leaving)
  2189. # [21:24] * joduinn-afk is now known as joduinn-home
  2190. # [21:24] * Joins: Gijs (gijs@moz-C11B0461.dsl.alice.nl)
  2191. # [21:29] * Quits: ctangira (ctangira@moz-44D86B1E.cisco.com) (Quit: ctangira)
  2192. # [21:32] * Quits: taras (taras@D2ABC49B.2F7415B9.B87ED48A.IP) (Ping timeout)
  2193. # [21:33] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  2194. # [21:34] * Quits: darkowlzz (sunny@8AA9352F.14EE26D8.C8B03EAF.IP) (Quit: Leaving)
  2195. # [21:34] * Joins: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net)
  2196. # [21:34] * Joins: taras (taras@D2ABC49B.2F7415B9.B87ED48A.IP)
  2197. # [21:35] <stefanh|away> philor: sorry, shouldn't have pushed them separately
  2198. # [21:35] <philor> stefanh|away: I was pretty sure you knew better, so I decided not to lecture you ;)
  2199. # [21:35] <stefanh|away> philor: heh, ok :-)
  2200. # [21:37] <Callek> I can happily lecture
  2201. # [21:37] * Quits: smontagu (chatzilla@moz-1D10D63F.red.bezeqint.net) (Ping timeout)
  2202. # [21:37] <Callek> stefanh|away: aren't you an american, why you pushing on July 4'th?
  2203. # [21:37] * Joins: tessarakt2 (jens@moz-50A480D4.dip0.t-ipconnect.de)
  2204. # [21:37] <Callek> :-P
  2205. # [21:38] * Joins: nical (nico@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2206. # [21:38] <Callek> or am I totally confusing myself -- like real badly?
  2207. # [21:38] <philor> "/../../mozilla-config.h:20:2: error: invalid preprocessing directive #def"
  2208. # [21:38] <philor> you don't say
  2209. # [21:38] <mcsmurf> I see no push from stefanh
  2210. # [21:38] * coop is now known as coop|afk
  2211. # [21:38] <stefanh|away> inbound
  2212. # [21:38] <Callek> in that case, /me goes back to lurking
  2213. # [21:38] * capella is now known as capella|away
  2214. # [21:39] <stefanh|away> Callek: :P
  2215. # [21:41] * Joins: Bas (chatzilla@8A447F1B.E7BADBF1.B0C2132F.IP)
  2216. # [21:41] <stefanh|away> Callek: you know I'm not, but what about you lurking today? :P
  2217. # [21:42] * Quits: tessarakt2 (jens@moz-50A480D4.dip0.t-ipconnect.de) (Ping timeout)
  2218. # [21:42] <Callek> stefanh|away: thats just it, when I typed that I thought you were -- then I realized how entirely confused I was being :P -- and I'm lurking because my social plans were all yesterday, I'm just lounging on my couch, and happened to look over at IRC ;-)
  2219. # [21:43] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/454706720bbc - Trevor Saunders - bug 888493 - add MOZ_CONSTEXPR_VAR r=waldo
  2220. # [21:43] <stefanh|away> Callek: :-)
  2221. # [21:44] * Quits: capella-s3 (capella-s3@moz-8F413D10.twcny.res.rr.com) (Ping timeout)
  2222. # [21:44] * Quits: mixedpuppy (mixedpuppy@A5087023.2354C43D.D8E68FF6.IP) (Quit: mixedpuppy)
  2223. # [21:44] * Joins: tessarakt2 (jens@moz-C1E7C77D.dip0.t-ipconnect.de)
  2224. # [21:45] * Joins: capella-s3 (capella-s3@moz-EF3BD942.pools.spcsdns.net)
  2225. # [21:45] * Quits: nccuong (Instantbir@moz-7C9C3C02.fbx.proxad.net) (Quit: nccuong)
  2226. # [21:47] * Quits: @dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net) (Ping timeout)
  2227. # [21:47] * Joins: mixedpuppy (mixedpuppy@A5087023.2354C43D.D8E68FF6.IP)
  2228. # [21:48] * Quits: mjrosenb (mjrosenb@moz-B3592BDA.club.cc.cmu.edu) (Ping timeout)
  2229. # [21:49] * Quits: aut0mata (automata@moz-1CE7A56D.ifsc.usp.br) (Ping timeout)
  2230. # [21:50] * Joins: mjrosenb (mjrosenb@moz-B3592BDA.club.cc.cmu.edu)
  2231. # [21:50] <philor> tbsaunde: https://tbpl.mozilla.org/php/getParsedLog.php?id=24946509&tree=Mozilla-Inbound
  2232. # [21:51] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard)
  2233. # [21:52] * Quits: jandem (jandem@66C76B89.FB8EABAE.DF9376EA.IP) (Quit: jandem)
  2234. # [21:53] * Joins: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net)
  2235. # [21:53] * ChanServ sets mode: +o dveditz
  2236. # [21:54] * Quits: mjrosenb (mjrosenb@moz-B3592BDA.club.cc.cmu.edu) (Ping timeout)
  2237. # [21:55] * Quits: tessarakt2 (jens@moz-C1E7C77D.dip0.t-ipconnect.de) (Ping timeout)
  2238. # [21:58] * Joins: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net)
  2239. # [21:58] * Joins: FabioMagnoni (fabiomagno@moz-74057779.dsl.telesp.net.br)
  2240. # [22:00] * Quits: surkov (surkov@F2D29657.F60B0462.67AC9B1.IP) (Quit: surkov)
  2241. # [22:00] * Quits: FabioMagnoni (fabiomagno@moz-74057779.dsl.telesp.net.br) (Input/output error)
  2242. # [22:00] * Joins: tessarakt2 (jens@moz-1EB93A1A.dip0.t-ipconnect.de)
  2243. # [22:03] * Quits: ErvisTusha (ErvisTusha@A7C52663.F69FB6EA.363D84A4.IP) (Quit: Leaving)
  2244. # [22:03] * Joins: mjrosenb (mjrosenb@moz-B3592BDA.club.cc.cmu.edu)
  2245. # [22:03] * Quits: jdm (jdm@F2D29657.F60B0462.67AC9B1.IP) (Quit: Lost terminal)
  2246. # [22:04] * Joins: jdm (jdm@F2D29657.F60B0462.67AC9B1.IP)
  2247. # [22:05] * Quits: capella|away (chatzilla@moz-8F413D10.twcny.res.rr.com) (Ping timeout)
  2248. # [22:06] * Joins: Rahul21 (Rahul@EC0A0B2C.9B86A531.FFE8C4AF.IP)
  2249. # [22:06] <Rahul21> hello can any1 help me with the DOM?
  2250. # [22:07] <joe> philor: you are a saint btw
  2251. # [22:07] <joe> philor: and happy independence day
  2252. # [22:07] <jdm> Rahul21: what help are you looking for?
  2253. # [22:07] * Joins: capella|away (chatzilla@moz-8F413D10.twcny.res.rr.com)
  2254. # [22:08] * Quits: arnaud_bienner (arno@moz-A1109EC1.dsl.sta.abo.bbox.fr) (Quit: Ex-Chat)
  2255. # [22:09] * Quits: taras (taras@D2ABC49B.2F7415B9.B87ED48A.IP) (Ping timeout)
  2256. # [22:10] * Joins: taras (taras@D2ABC49B.2F7415B9.B87ED48A.IP)
  2257. # [22:10] <Rahul21> jdm: I am not able to replace a node in the DOM using replacechild().
  2258. # [22:10] * Joins: mak (chatzilla@moz-3E05CDDE.retail.telecomitalia.it)
  2259. # [22:10] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/7d6d824067ea - Phil Ringnalda - Backed out changeset 454706720bbc (bug 888493) for build bustage
  2260. # [22:13] * Joins: cpearce (chatzilla@moz-6DB1578B.xdsl.xnet.co.nz)
  2261. # [22:15] <Rahul21> jdm:?
  2262. # [22:15] <jdm> Rahul21: that's not really enough information to give you any helkp
  2263. # [22:15] <jdm> Rahul21: pastebin your code
  2264. # [22:15] <jdm> pastebin.mozilla.org
  2265. # [22:16] <Rahul21> jdm:https://dpaste.de/LXfGF/
  2266. # [22:17] * Joins: kdc_ (chatzilla@moz-2ACC6B38.pk.shawcable.net)
  2267. # [22:17] <jdm> Rahul21: and what happens?
  2268. # [22:17] * Quits: kdc (chatzilla@moz-2ACC6B38.pk.shawcable.net) (Ping timeout)
  2269. # [22:17] * kdc_ is now known as kdc
  2270. # [22:17] <Rahul21> jdm: I had this existing code in which it kept on appending an audio node, but I only want to replace the existing one
  2271. # [22:17] <Rahul21> jdm: am I clear?
  2272. # [22:17] <jdm> sure
  2273. # [22:17] <jdm> what's the error you see?
  2274. # [22:20] * Parts: nical (nico@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2275. # [22:20] <Rahul21> jdm: Uncaught NotFoundError: An attempt was made to reference a Node in a context where it does not exist.
  2276. # [22:20] <jdm> Rahul21: maybe you need y[0].parentNode.replaceChild instead of record
  2277. # [22:23] <Rahul21> jdm: That works for the first iteration, but on the second iteration i get "Uncaught TypeError: Cannot read property 'parentNode' of undefined "
  2278. # [22:23] <tbsaunde> philor: sorry, that's.... odd
  2279. # [22:24] * stefanh|away is now known as stefanh
  2280. # [22:24] <jdm> Rahul21: sounds like y[0] doesn't actually exist
  2281. # [22:24] <jdm> or doesn't always exist, at least
  2282. # [22:24] * Quits: kdc (chatzilla@moz-2ACC6B38.pk.shawcable.net) (Ping timeout)
  2283. # [22:24] * Joins: kdc_ (chatzilla@moz-2ACC6B38.pk.shawcable.net)
  2284. # [22:24] * kdc_ is now known as kdc
  2285. # [22:25] * merike is now known as merike|away
  2286. # [22:25] * KaIRC is now known as KaiRo_away
  2287. # [22:27] <Rahul21> jdm: not sure what to do
  2288. # [22:27] * Quits: RealRaven (Thunderbir@64C5DF04.E714BFA3.27F80FAC.IP) (Quit: RealRaven)
  2289. # [22:27] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/05fd1cdaa0c1 - Masatoshi Kimura - Bug 885765 - Fix syntax errors in test_texImage2D.html and test_texSubImage2D.html. r=Ms2ger
  2290. # [22:27] * Joins: RealRaven (Thunderbir@64C5DF04.E714BFA3.27F80FAC.IP)
  2291. # [22:28] <jdm> Rahul21: sorry, can't really help.
  2292. # [22:28] <Rahul21> jdm: okay
  2293. # [22:28] * Parts: Rahul21 (Rahul@EC0A0B2C.9B86A531.FFE8C4AF.IP)
  2294. # [22:29] * Quits: maxli (maxli@F2D29657.F60B0462.67AC9B1.IP) (Quit: Leaving.)
  2295. # [22:30] * Quits: gandalf (zbraniecki@moz-4F155DA6.hsd1.ca.comcast.net) (Ping timeout)
  2296. # [22:30] * Quits: capella-s3 (capella-s3@moz-EF3BD942.pools.spcsdns.net) (Connection reset by peer)
  2297. # [22:30] * Joins: capella-s3 (capella-s3@moz-8F413D10.twcny.res.rr.com)
  2298. # [22:33] * capella|away is now known as capella
  2299. # [22:33] * Joins: gandalf (zbraniecki@moz-4F155DA6.hsd1.ca.comcast.net)
  2300. # [22:34] * Joins: sgimeno (santiago.g@moz-9357D3FC.red-88-1-76.dynamicip.rima-tde.net)
  2301. # [22:34] * Quits: jhopkins (jhopkins@moz-216F9986.tb.shawcable.net) (Quit: jhopkins)
  2302. # [22:35] * Quits: stefanh (stefanh@moz-3EED0162.customers.ownit.se) (Input/output error)
  2303. # [22:35] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  2304. # [22:35] * mattwoodrow is now known as matt
  2305. # [22:36] * matt is now known as mattwoodrow
  2306. # [22:36] * Quits: janv (varga@moz-8BF5D87F.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  2307. # [22:36] * Quits: sgimeno (santiago.g@moz-9357D3FC.red-88-1-76.dynamicip.rima-tde.net) (Client exited)
  2308. # [22:36] * Joins: sgimeno (santiago.g@moz-9357D3FC.red-88-1-76.dynamicip.rima-tde.net)
  2309. # [22:37] * Quits: lmandel (lmandel@F27D3820.D6C5F29.ADB88A9.IP) (Quit: lmandel)
  2310. # [22:37] * Quits: b10n1k (j0ni@moz-BF56EEF1.home.otenet.gr) (Ping timeout)
  2311. # [22:38] * rail is now known as rail_away
  2312. # [22:38] * Joins: lmandel (lmandel@F27D3820.D6C5F29.ADB88A9.IP)
  2313. # [22:38] * Quits: taras (taras@D2ABC49B.2F7415B9.B87ED48A.IP) (Ping timeout)
  2314. # [22:39] * Quits: victorporof (victorporo@74A9C5E8.1745F5FA.9B1E38F4.IP) (Quit: victorporof)
  2315. # [22:40] * Joins: aut0mata (automata@94C7AAD7.84D54F57.E0F4401A.IP)
  2316. # [22:40] * Joins: taras (taras@D2ABC49B.2F7415B9.B87ED48A.IP)
  2317. # [22:41] * mcote is now known as mcote|afk
  2318. # [22:42] * Quits: lmandel (lmandel@F27D3820.D6C5F29.ADB88A9.IP) (Quit: lmandel)
  2319. # [22:42] * Joins: JosiahOne (Instantbir@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net)
  2320. # [22:48] * bhearsum|buildduty is now known as bhearsum|afk
  2321. # [22:49] * Quits: tomer (tomer@moz-F45DAEFD.static.012.net.il) (Ping timeout)
  2322. # [22:49] * Joins: tomer (tomer@moz-F45DAEFD.static.012.net.il)
  2323. # [22:51] * Fallen is now known as Fallen|away
  2324. # [22:52] <JosiahOne> Where's the Window class located that's used as a param here: https://mxr.mozilla.org/mozilla-central/source/browser/components/sessionstore/src/SessionStore.jsm#918 ?
  2325. # [22:52] <Ms2ger> Looks like nsGlobalWindow
  2326. # [22:53] <JosiahOne> Ms2ger: Thanks!
  2327. # [22:54] <Ms2ger> Np
  2328. # [22:56] * Quits: capella (chatzilla@moz-8F413D10.twcny.res.rr.com) (Ping timeout)
  2329. # [22:56] * Quits: capella-s3 (capella-s3@moz-8F413D10.twcny.res.rr.com) (Ping timeout)
  2330. # [22:56] * Joins: clokep (Instantbir@moz-6BCB6950.static.ngn.east.myfairpoint.net)
  2331. # [22:56] * dhylands|dr is now known as dhylands
  2332. # [22:58] * Joins: capella-s3 (capella-s3@moz-8F413D10.twcny.res.rr.com)
  2333. # [22:58] * Joins: capella (chatzilla@moz-8F413D10.twcny.res.rr.com)
  2334. # [22:58] * Joins: mina (mina@FF5A77E7.B6F034AC.72A31D6.IP)
  2335. # [22:59] * Quits: AndreeaM (Thunderbir@4A4EF2ED.B4F628AD.CD219C36.IP) (Quit: AndreeaM)
  2336. # [22:59] <mina> where do I ask questions about stuff under editor/ in the source tree?
  2337. # [23:00] * Quits: gabadie (Adium@F2D29657.F60B0462.67AC9B1.IP) (Quit: Leaving.)
  2338. # [23:00] * Quits: tessarakt2 (jens@moz-1EB93A1A.dip0.t-ipconnect.de) (Ping timeout)
  2339. # [23:01] <jdm> mina: ehsan, that other guy, and maybe that third guy?
  2340. # [23:01] <jdm> mina: I suggest looking at the hg log for files you're interested in
  2341. # [23:01] <jdm> and/or hg blame
  2342. # [23:01] <jdm> hg annotate, sorry
  2343. # [23:02] <mina> jdm, aha. Okay
  2344. # [23:02] * Joins: tessarakt2 (jens@moz-11EC5A7B.dip0.t-ipconnect.de)
  2345. # [23:02] * Quits: schien (anonymous@moz-D45ECB18.dynamic.hinet.net) (Ping timeout)
  2346. # [23:03] <Ms2ger> mina, jdm was joking, that other guy and that third guy are ehsan as well
  2347. # [23:03] * Joins: maxli (maxli@B5559308.9C54E60.2FA4EA88.IP)
  2348. # [23:03] * Quits: taras (taras@D2ABC49B.2F7415B9.B87ED48A.IP) (Ping timeout)
  2349. # [23:03] * Joins: schien (anonymous@moz-D880AF43.dynamic.hinet.net)
  2350. # [23:04] * Quits: tessarakt2 (jens@moz-11EC5A7B.dip0.t-ipconnect.de) (Ping timeout)
  2351. # [23:04] <mina> Ms2ger, haha I see. I got to try out hg annotate anyway.
  2352. # [23:04] <mina> ehsan, ping
  2353. # [23:04] * Joins: taras (taras@D2ABC49B.2F7415B9.B87ED48A.IP)
  2354. # [23:06] * Joins: tessarakt2 (jens@moz-AA46CF04.dip0.t-ipconnect.de)
  2355. # [23:07] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Client exited)
  2356. # [23:08] * Quits: tessarakt2 (jens@moz-AA46CF04.dip0.t-ipconnect.de) (Ping timeout)
  2357. # [23:08] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  2358. # [23:08] * Joins: tessarakt2 (jens@moz-18669E1E.dip0.t-ipconnect.de)
  2359. # [23:09] * Joins: gabadie (Adium@F2D29657.F60B0462.67AC9B1.IP)
  2360. # [23:10] <@ehsan> mina: pong :s
  2361. # [23:10] <@ehsan> :D
  2362. # [23:10] <mina> ehsan, I'm trying to work on this issue: https://bugzilla.mozilla.org/show_bug.cgi?id=729046
  2363. # [23:10] <@ehsan> does anybody know how to edit hg history so that I can take my name out of editor/? ;)
  2364. # [23:10] <mina> hahaha
  2365. # [23:11] * Joins: mcomella (mcomella@moz-B2BDABDA.hsd1.ca.comcast.net)
  2366. # [23:11] <@ehsan> mina: ok
  2367. # [23:11] <Ms2ger> You could change your name
  2368. # [23:11] * Joins: FabioMagnoni (fabiomagno@moz-74057779.dsl.telesp.net.br)
  2369. # [23:11] <Ms2ger> Or only continue contributing under an assumed name
  2370. # [23:11] <@ehsan> Ms2ger: to what? Ms2ger? ;)
  2371. # [23:11] <mina> some of the elements defined with the ELEM macro don't have a corresponding member in nsGkAtoms
  2372. # [23:11] * Quits: masayuki1 (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Ping timeout)
  2373. # [23:11] <@ehsan> mina: like which ones?
  2374. # [23:11] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  2375. # [23:11] * ChanServ sets mode: +o roc
  2376. # [23:12] <mina> ehsan, the ones under this line: http://dxr.mozilla.org/mozilla-central/source/editor/libeditor/html/nsHTMLEditUtils.cpp#l762
  2377. # [23:12] <@ehsan> oh ok
  2378. # [23:12] <mina> ehsan, should I add them to nsGkAtoms...? or make a table for them...?
  2379. # [23:12] <@ehsan> mina: if you need them, sure
  2380. # [23:12] <@ehsan> mina: but have you talked to hsivonen about this?
  2381. # [23:12] * Quits: tessarakt2 (jens@moz-18669E1E.dip0.t-ipconnect.de) (Ping timeout)
  2382. # [23:12] <@ehsan> I don't know a lot about the parser side of things here
  2383. # [23:13] * Joins: tessarakt2 (jens@moz-ADAF303D.dip0.t-ipconnect.de)
  2384. # [23:13] <mina> oh I thought I couldn't find hsivonen, but apparently he is here
  2385. # [23:13] <mina> I'll ask. Thanks ehsan
  2386. # [23:13] <mina> hsivonen, ping!
  2387. # [23:13] * Quits: FabioMagnoni (fabiomagno@moz-74057779.dsl.telesp.net.br) (Ping timeout)
  2388. # [23:14] <@ehsan> mina: no worries, if you needed help with the editor bits, I can probably help :)
  2389. # [23:15] <Ms2ger> mina, but it's past midnight in Finland, and he tends to work more reasonable hours than most of us :)
  2390. # [23:16] * Quits: davidb (davidb@moz-C56D5C4E.dsl.bell.ca) (Quit: davidb)
  2391. # [23:16] * Joins: lsumar (lsumar@moz-54971330.jetstream.xtra.co.nz)
  2392. # [23:18] * Quits: catalinn (Thunderbir@254B81FB.B81F0DCB.D602D2C5.IP) (Ping timeout)
  2393. # [23:18] * Joins: teoli (teoli@88F51059.F3BBB17D.144F44FA.IP)
  2394. # [23:18] * Joins: catalinn (Thunderbir@8DAE8EA6.2D4EABFA.D602D2C5.IP)
  2395. # [23:19] * Quits: tessarakt2 (jens@moz-ADAF303D.dip0.t-ipconnect.de) (Ping timeout)
  2396. # [23:19] * Joins: Snuffleupagus (chatzilla@moz-7411B7A4.bredband.comhem.se)
  2397. # [23:19] * Joins: tessarakt2 (jens@moz-16BA2A84.dip0.t-ipconnect.de)
  2398. # [23:20] * Joins: twi (Adium@moz-4E40C4DB.cust.dsl.teletu.it)
  2399. # [23:20] * Quits: teoli (teoli@88F51059.F3BBB17D.144F44FA.IP) (Ping timeout)
  2400. # [23:20] * Quits: Ms2ger (Ms2ger@moz-12E1F766.adsl-dyn.isp.belgacom.be) (Quit: nn)
  2401. # [23:20] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Quit: )
  2402. # [23:20] * kmoir is now known as kmoir-afk
  2403. # [23:21] * Quits: lsumar (lsumar@moz-54971330.jetstream.xtra.co.nz) (Quit: This computer has gone to sleep)
  2404. # [23:21] * Quits: capella-s3 (capella-s3@moz-8F413D10.twcny.res.rr.com) (Ping timeout)
  2405. # [23:22] * Quits: msucan (mihai@A1FDA068.FE846B83.7C5F70AF.IP) (Quit: Leaving.)
  2406. # [23:22] * Quits: clokep (Instantbir@moz-6BCB6950.static.ngn.east.myfairpoint.net) (Ping timeout)
  2407. # [23:22] * Quits: twi (Adium@moz-4E40C4DB.cust.dsl.teletu.it) (Ping timeout)
  2408. # [23:22] * Joins: nrc|afk (nrc@7BE24E90.A5032A01.3CFC199D.IP)
  2409. # [23:22] * Quits: capella (chatzilla@moz-8F413D10.twcny.res.rr.com) (Ping timeout)
  2410. # [23:22] * Joins: capella (chatzilla@moz-8F413D10.twcny.res.rr.com)
  2411. # [23:23] * Quits: dao (dao@moz-91921B3B.superkabel.de) (Quit: Leaving.)
  2412. # [23:23] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ae3cbb0dd69f - Ehsan Akhgari - Bug 890072 - Part 1: Factor out PlayingRefChanged from DelayNodeEngine; r=roc
  2413. # [23:23] * Parts: sotaro (sikeda@F2D29657.F60B0462.67AC9B1.IP)
  2414. # [23:23] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/60307abd5f7f - Robert O'Callahan - Bug 886618. Part 4: Test. r=ehsan
  2415. # [23:23] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/987fd0f14e76 - Ehsan Akhgari - Bug 890072 - Part 2: Keep the ConvolverNode alive while its reverb buffers are being exhausted; r=roc
  2416. # [23:23] * Joins: capella-s3 (capella-s3@moz-8F413D10.twcny.res.rr.com)
  2417. # [23:23] <@ehsan> peterv: ping
  2418. # [23:24] * Quits: tessarakt2 (jens@moz-16BA2A84.dip0.t-ipconnect.de) (Ping timeout)
  2419. # [23:24] * Joins: twi (Adium@2373D7EF.A795AC70.2E7CF575.IP)
  2420. # [23:24] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/55258de26ac3 - Andreas Gal - Bug 867460: remove notion of ShaderProgramTypes from gfx/gl. Carry r=bas. r=bgirard for the changes.
  2421. # [23:24] * wlach|biab is now known as wlach
  2422. # [23:25] * Joins: tessarakt2 (jens@moz-3672DBE5.dip0.t-ipconnect.de)
  2423. # [23:26] * coop|afk is now known as coop
  2424. # [23:27] * Quits: Bas (chatzilla@8A447F1B.E7BADBF1.B0C2132F.IP) (Ping timeout)
  2425. # [23:28] * Quits: hub (hub@E639FEDB.F04051C4.DC1243F8.IP) (Ping timeout)
  2426. # [23:28] * Joins: hub (hub@E639FEDB.F04051C4.DC1243F8.IP)
  2427. # [23:29] * Quits: tessarakt2 (jens@moz-3672DBE5.dip0.t-ipconnect.de) (Ping timeout)
  2428. # [23:29] * Joins: tessarakt2 (jens@moz-450FC3EC.dip0.t-ipconnect.de)
  2429. # [23:29] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/73f2aa8c286e - Rick Eyre - Bug 882714 - Implement TextTrackCue::DisplayState r=rillian
  2430. # [23:29] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/3b63ac78d593 - Dão Gottwald - Bug 889770 - permissions.js onRadioClick tries to pass an nsIURI to nsIPermissionManager::remove, needs to be the host string instead. r=bsmedberg
  2431. # [23:30] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/621f299a41cf - George Wright - Bug 889969 - Inform Skia whether we support GL_OES_rgb8_rgba8 or not r=mattwoodrow
  2432. # [23:31] * Quits: overholt (overholt@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  2433. # [23:31] * Quits: taras (taras@D2ABC49B.2F7415B9.B87ED48A.IP) (Ping timeout)
  2434. # [23:32] * Joins: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP)
  2435. # [23:32] * Quits: mcomella (mcomella@moz-B2BDABDA.hsd1.ca.comcast.net) (Input/output error)
  2436. # [23:32] * Quits: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP) (Quit: erikvold)
  2437. # [23:32] * Quits: tessarakt2 (jens@moz-450FC3EC.dip0.t-ipconnect.de) (Ping timeout)
  2438. # [23:33] * Joins: taras (taras@D2ABC49B.2F7415B9.B87ED48A.IP)
  2439. # [23:33] * Quits: mascondante (AndChat271@7ECF2CFC.69DBA29D.9A06DD32.IP) (Ping timeout)
  2440. # [23:33] * nrc|afk is now known as nrc
  2441. # [23:33] * Joins: tessarakt2 (jens@moz-145B035D.dip0.t-ipconnect.de)
  2442. # [23:36] * Quits: @dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net) (Ping timeout)
  2443. # [23:36] * Quits: @dbaron (dbaron@moz-FD349932.dsl.dynamic.sonic.net) (Ping timeout)
  2444. # [23:37] * Joins: victorporof (victorporo@74A9C5E8.1745F5FA.9B1E38F4.IP)
  2445. # [23:38] * Quits: KevinSjoberg (KevinSjobe@moz-14D2BB03.cust.bredbandsbolaget.se) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  2446. # [23:41] * Joins: mconley (mconley@moz-552AB153.static.videotron.ca)
  2447. # [23:43] * Quits: tomer (tomer@moz-F45DAEFD.static.012.net.il) (Ping timeout)
  2448. # [23:43] * Joins: FabioMagnoni (fabiomagno@moz-74057779.dsl.telesp.net.br)
  2449. # [23:44] * Quits: tessarakt2 (jens@moz-145B035D.dip0.t-ipconnect.de) (Ping timeout)
  2450. # [23:44] * Quits: bsmith (bsmith@moz-425F71CF.hfc.comcastbusiness.net) (Quit: Leaving)
  2451. # [23:45] <peterv> ehsan: pong
  2452. # [23:45] * Joins: tessarakt2 (jens@moz-243CFE22.dip0.t-ipconnect.de)
  2453. # [23:47] * Quits: capella (chatzilla@moz-8F413D10.twcny.res.rr.com) (Ping timeout)
  2454. # [23:47] * Quits: capella-s3 (capella-s3@moz-8F413D10.twcny.res.rr.com) (Ping timeout)
  2455. # [23:48] * Joins: capella-s3 (capella-s3@moz-8F413D10.twcny.res.rr.com)
  2456. # [23:48] * Joins: capella (chatzilla@moz-8F413D10.twcny.res.rr.com)
  2457. # [23:49] * Quits: FabioMagnoni (fabiomagno@moz-74057779.dsl.telesp.net.br) (Ping timeout)
  2458. # [23:50] * Quits: RealRaven (Thunderbir@64C5DF04.E714BFA3.27F80FAC.IP) (Ping timeout)
  2459. # [23:51] * Quits: tessarakt2 (jens@moz-243CFE22.dip0.t-ipconnect.de) (Ping timeout)
  2460. # [23:52] * Joins: tessarakt2 (jens@moz-51DCD34A.dip0.t-ipconnect.de)
  2461. # [23:54] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/a2bb17a77137 - Nicholas Cameron - Bug 756606. Fix an assert in the d3d11 compositor. r=bas
  2462. # [23:54] * Quits: maxli (maxli@B5559308.9C54E60.2FA4EA88.IP) (Quit: Leaving.)
  2463. # [23:54] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/74a5d55fd3b8 - Nicholas Cameron - Bug 874721. Unify mask type enums; r=bas
  2464. # [23:56] * Quits: mak (chatzilla@moz-3E05CDDE.retail.telecomitalia.it) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 2.0/20110318052756])
  2465. # [23:56] * Quits: mconley (mconley@moz-552AB153.static.videotron.ca) (Input/output error)
  2466. # [23:57] * Quits: ftigeot (ftigeot@moz-6631238D.zefyris.com) (Ping timeout)
  2467. # [23:57] * nrc is now known as nrc|afk
  2468. # [23:58] <catalinn> I'm trying to implement a dns lookup and I'm getting this error at build: no ‘nsresult mozilla::net::Dashboard::requestDNSLookup(const nsACString_internal&)’ member function declared in class ‘mozilla::net::Dashboard’. I can't figure it out . I did decalred function in nsIDashboard.idl. Can anyone help me?
  2469. # [23:58] * Quits: tessarakt2 (jens@moz-51DCD34A.dip0.t-ipconnect.de) (Ping timeout)
  2470. # [23:59] * Joins: tessarakt2 (jens@moz-90023985.dip0.t-ipconnect.de)
  2471. # [23:59] * Quits: Snuffleupagus (chatzilla@moz-7411B7A4.bredband.comhem.se) (Quit: ChatZilla 0.9.90 [Firefox 25.0a1/20130704031323])
  2472. # [23:59] * Quits: mikeratcliffe (mikeratcli@moz-A40DCA75.client.static.strong-ba2.blackoakcomputers.com) (Ping timeout)
  2473. # Session Close: Fri Jul 05 00:00:00 2013

The end :)