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

Options:

  1. # Session Start: Tue Aug 06 00:00:00 2013
  2. # Session Ident: #developers
  3. # [00:00] * Joins: FabioMag_ (fabiomagno@3C8073C7.2E9BF30E.BE9AB0A6.IP)
  4. # [00:00] * Quits: FabioMagnoni (fabiomagno@3C8073C7.2E9BF30E.BE9AB0A6.IP) (Connection reset by peer)
  5. # [00:00] * Quits: tantek (tantek@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: tantek)
  6. # [00:00] <@dolske> mbrubeck: ahh, ok. That would explain millisecond-level banding, but not the giant jumps.
  7. # [00:00] <bjacob> bhackett: can you repro in a debugger?
  8. # [00:00] <bhackett> bjacob: no, I can't
  9. # [00:01] <bhackett> bjacob: I've been trying on my 10.8 laptop with no luck
  10. # [00:01] <bjacob> bhackett: can you show me the cset that regresses it ?
  11. # [00:01] * Quits: Callek|Buildduty (chatzilla@moz-6A95E8C7.dhcp.oxfr.ma.charter.com) (Ping timeout)
  12. # [00:01] <bhackett> bjacob: https://tbpl.mozilla.org/?tree=Try&rev=56a7fada71f9
  13. # [00:01] * Joins: tonymec_ (tonymec@moz-AC4BCEE6.adsl-dyn.isp.belgacom.be)
  14. # [00:01] <jedp> anyone here who can help with a frameLoaderOwner.frameMessageManager.loadFrameScript kind of question?
  15. # [00:02] * Joins: karolyi (karolyi@moz-96052777.hu)
  16. # [00:02] * tonymec_ is now known as tonymec|away
  17. # [00:02] * Joins: twi (Adium@moz-B855A39F.cust.dsl.vodafone.it)
  18. # [00:02] <bhackett> bjacob: the main thing this patch does on the browser side is split how scripts are parsed/executed in XUL documents into two different runnables
  19. # [00:02] <bhackett> bjacob: I don't know yet if that is the only factor that's causing the orange though
  20. # [00:02] <jedp> I am trying to access content js objects through a framescript injected from chrome
  21. # [00:02] * Quits: IanN (chatzilla@moz-C2F768A9.perr.cable.virginmedia.com) (Quit: ChatZilla 0.9.90.1 [SeaMonkey 2.22a1/20130716193708])
  22. # [00:03] <bjacob> bhackett: 2 questions. 1) can this patch result in some html element being bigger (i.e. more pixels) than previously? 2) can this cset result in a significant memory usage increase ?
  23. # [00:03] <jedp> I've done this on b2g, but the recipe involved gaia, and now in straight-up firefox land, i'm having trouble getting it to work :(
  24. # [00:03] * Quits: teoli (teoli@moz-BD275144.range86-144.btcentralplus.com) (Input/output error)
  25. # [00:03] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  26. # [00:03] <bhackett> bjacob: it shouldn't affect rendering at all, and shouldn't have much of an effect on memory usage
  27. # [00:04] * Joins: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net)
  28. # [00:04] <dzbarsky> could someone please land https://bug901700.bugzilla.mozilla.org/attachment.cgi?id=785979 on beta?
  29. # [00:04] <bjacob> bhackett: we need to print some values, in particular, the width and height of the texture we're trying and failing to create. For example, suppose that the asyncness causes an uninitialized width / height to be used. That would explain this error.
  30. # [00:05] <bhackett> bjacob: ok. I looked at the OpenGL error codes which suggested that the buffer was being used prematurely
  31. # [00:05] <bhackett> http://www.opengl.org/wiki/OpenGL_Error
  32. # [00:05] <bjacob> bhackett: this error 0x0506 is INVALID_FRAMEBUFFER_OPERATION, happens typically when we failed to create a texture
  33. # [00:05] * Quits: Jesse (jruderman@moz-BBE3ABD.mv.mozilla.com) (Connection reset by peer)
  34. # [00:05] <bhackett> ok
  35. # [00:05] * Quits: @dveditz (dveditz@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  36. # [00:05] <bjacob> bhackett: so a too large size is the most likely culprit
  37. # [00:06] <bhackett> bjacob: where would be good places to add those printfs?
  38. # [00:06] <@smaug> dholbert: ping
  39. # [00:07] * Joins: dveditz (dveditz@moz-BBE3ABD.mv.mozilla.com)
  40. # [00:07] * ChanServ sets mode: +o dveditz
  41. # [00:07] * Joins: karolyi (karolyi@moz-96052777.hu)
  42. # [00:07] <bjacob> bhackett: oh wait, see "source format 0" --- definitely a bogus / uninitialized thing
  43. # [00:07] <bjacob> bhackett: right at that line 904 in CompositorOGL.cpp
  44. # [00:07] <bjacob> bhackett: rather line 902, the AppendPrintf line
  45. # [00:08] <bjacob> bhackett: you want to print aRect.width , aRect.height
  46. # [00:08] * Joins: Callek|Buildduty (chatzilla@moz-6A95E8C7.dhcp.oxfr.ma.charter.com)
  47. # [00:08] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/807e3285ff64 - Jeff Gilbert - Bug 901297 - Save and restore WebGL state for Mesa FB workarounds. - r=bjacob
  48. # [00:08] <bjacob> bhackett: and bufferSize wouldn't hurt
  49. # [00:08] <bhackett> bjacob: ok
  50. # [00:08] <bhackett> bjacob: what should the "source format" be?
  51. # [00:08] <bjacob> bhackett: except bufferSize falls out of scope right before that point
  52. # [00:08] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  53. # [00:08] * Quits: phenom (phenom@D62BF06E.825FB660.13EFE003.IP) (Quit: Leaving)
  54. # [00:09] <bjacob> bhackett: it should be GL_RGB or GL_RGBA. You can look up constants in gfx/gl/GLDefs.h
  55. # [00:09] <bhackett> bjacob: well it's directly determined from the width/height so that should be ok
  56. # [00:09] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/8f104f9e0e5b - Ryan VanderMeulen - But 899074, bug 900172, bug 901716 - Disable timeout-prone tests on B2G.
  57. # [00:09] <bjacob> bhackett: right
  58. # [00:09] * Quits: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net) (Quit: jib)
  59. # [00:10] * Joins: chmanchester (chmanchest@E48845AB.3A9F9BD4.4C2245EF.IP)
  60. # [00:10] * Joins: tantek (tantek@moz-BE33DA21.fw1.sfo1.mozilla.net)
  61. # [00:10] * Joins: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net)
  62. # [00:10] <bjacob> bhackett: oh, i guess width and height are 0 which should be legal, but prone to driver bugs (being a corner case of the spec) and i suppose that the drivers on the test slaves have a bug causing them to reject that.
  63. # [00:10] <bjacob> bhackett: in which case there would be a simple work-around
  64. # [00:10] <bhackett> bjacob: hmm, line 607 passes 0 to CreateFBOWithTexture for the source format
  65. # [00:11] <bjacob> bhackett: line 607 ?
  66. # [00:11] <bhackett> er, nm
  67. # [00:12] <bhackett> sorry, confused it with the source number
  68. # [00:12] * Quits: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net) (Quit: jib)
  69. # [00:12] <bjacob> bhackett: right
  70. # [00:12] * Joins: karolyi (karolyi@moz-96052777.hu)
  71. # [00:12] <bjacob> bhackett: framebuffer 0 means the default framebuffer
  72. # [00:13] <bjacob> bhackett: you might want to ask the authors of that file per hg log / annotate ;-) i haven't worked on that file before
  73. # [00:13] <bhackett> bjacob: ok, I might just look for another workaround
  74. # [00:13] <bjacob> bhackett: i bet nrc / Bas did, and they'd be up at that time of the day
  75. # [00:13] <bhackett> figure out which file is causing this orange and blacklist it or something
  76. # [00:13] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  77. # [00:14] <nrc> bjacob: hmmm?
  78. # [00:14] <bjacob> bhackett: no no, looks like a legit issue, at least a typical driver issue to work around
  79. # [00:14] <bjacob> nrc: bug 896054
  80. # [00:15] <bjacob> nrc: a NS_ERROR is causing reftests to intermittently fail... it's an incomplete framebuffer error, the format being 0... i told bhackett to expand the error msg so we get width / height
  81. # [00:15] * Joins: rednaks (rednaks@70E9666E.9D54C6E6.55FFA9B4.IP)
  82. # [00:15] <tn> wesj, think you uploaded the wrong patch to bug 788073
  83. # [00:16] <bjacob> nrc: CompositorOGL.cpp:904
  84. # [00:16] * mattwoodrow is now known as mattwoodrow|away
  85. # [00:16] * Joins: mmargoliono (min@moz-9DBD522D.static.internode.on.net)
  86. # [00:17] * joduinn is now known as joduinn-coffee
  87. # [00:17] <wesj> tn: doh. thanks
  88. # [00:17] * Joins: karolyi (karolyi@moz-96052777.hu)
  89. # [00:17] <tn> wesj, np. thanks for tackling it
  90. # [00:17] * Joins: pnkfelix (pnkfelix@moz-43495417.fbx.proxad.net)
  91. # [00:17] <decoder> Yoric: ping
  92. # [00:18] <bhackett> bjacob, nrc: ok, this try push should have the width/height info on failures: https://tbpl.mozilla.org/?tree=Try&rev=1c8c9f9a492b
  93. # [00:18] <nrc> bjacob: looks like GetFrameBufferInternalFormat is returning 0. So would be good to know the status of mWidget, I guess
  94. # [00:19] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  95. # [00:19] * Quits: glob|away (glob@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  96. # [00:19] <nrc> Also a bit weird (but not necessarily an error) that CreateRenderTargetFromSource has no source
  97. # [00:19] <bjacob> nrc: assuming you are one of the main authors of this file, and as it's late over here, I hereby hand over this bug to you. No need to thank me.
  98. # [00:20] <bjacob> ( / me is in paris atm)
  99. # [00:20] <nrc> bjacob: I'm probably not the best to help out because this is basically imported code from LayerManagerOGL
  100. # [00:21] <nrc> but I'll do what I can :-)
  101. # [00:21] * Quits: coop|afk (Chris@10509DCA.5060E84A.47C41102.IP) (Ping timeout)
  102. # [00:21] <bjacob> nrc: is Bas the best person then?
  103. # [00:21] * Joins: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net)
  104. # [00:22] <nrc> Maybe Vlad?
  105. # [00:22] <nrc> There may be no best person
  106. # [00:22] * Joins: karolyi (karolyi@moz-96052777.hu)
  107. # [00:22] * Joins: maxli (maxli@B5559308.9C54E60.2FA4EA88.IP)
  108. # [00:23] <nrc> why on earth are asking the widget for anything to do with GL?!
  109. # [00:23] * Quits: pnkfelix (pnkfelix@moz-43495417.fbx.proxad.net) (Ping timeout)
  110. # [00:23] <nrc> oh, b2g, maybe
  111. # [00:24] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  112. # [00:24] <nrc> I see why this would be broken on Mac
  113. # [00:24] <bjacob> bhackett: nrc: oh right, bhackett try putting printfs in nsBaseWidget::GetGLFrameBufferFormat() in widget/xpwidget/nsBaseWidget.cpp
  114. # [00:25] <bjacob> for it to return 0 ( == GL_NONE) either mLayerManager must be null or its backend must not be OPENGL
  115. # [00:25] * Joins: jhammel (jhammel@E48845AB.3A9F9BD4.4C2245EF.IP)
  116. # [00:25] <bhackett> ok
  117. # [00:25] * Joins: Asa (asa@4508CAE6.38324963.204CA821.IP)
  118. # [00:26] * Joins: jdm (jdm@92FB48CA.8B5E9DF.9A8C35B4.IP)
  119. # [00:26] * Quits: jammink (textual@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: Textual IRC Client: http://www.textualapp.com/)
  120. # [00:26] * Quits: mak (chatzilla@moz-BFE75F8A.retail.telecomitalia.it) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 2.0/20110318052756])
  121. # [00:27] * Joins: karolyi (karolyi@moz-96052777.hu)
  122. # [00:27] * Joins: glob (glob@E48845AB.3A9F9BD4.4C2245EF.IP)
  123. # [00:27] * Joins: mwargers (chatzilla@moz-AF369B35.adsl.online.nl)
  124. # [00:28] * Quits: tomer (tomer@moz-F45DAEFD.static.012.net.il) (Ping timeout)
  125. # [00:28] * rail is now known as rail_away
  126. # [00:28] <nrc> bhackett: also worth printing in ContainerLayerComposite.cpp::ContainerRender if previousTarget is null or not, adn to confirm that surfaceCopyNeeded is true
  127. # [00:29] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  128. # [00:30] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/39b48da88a15 - David Zbarsky - Bug 901700: Rev nsIDOMSVGElement iid due to interface changes made earlier rs=jlebar over irc, a+ba=bajaj
  129. # [00:31] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/3161a5850426 - David Zbarsky - Bug 901700: Rev nsIDOMSVGElement iid due to interface changes made earlier rs=jlebar over irc, a=bajaj
  130. # [00:32] * Joins: karolyi (karolyi@moz-96052777.hu)
  131. # [00:33] * jmontgomery_away is now known as jmontgomery
  132. # [00:33] * Joins: mjh563 (mjh563@moz-D891C5B8.cable.virginmedia.com)
  133. # [00:34] * Quits: ahal (ahal@E48845AB.3A9F9BD4.4C2245EF.IP) (Connection reset by peer)
  134. # [00:34] * Quits: Fallen|away (Fallen@moz-F0262F50.ch) (Ping timeout)
  135. # [00:34] * NeilAway wonders how much bhackett knows about compiling xul scripts, in particular whether it's possible to honour the disable xul cache preference
  136. # [00:34] * Joins: ahal_ (ahal@E48845AB.3A9F9BD4.4C2245EF.IP)
  137. # [00:34] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  138. # [00:35] <bhackett> NeilAway: I don't know much about the caching mechanisms, though I'd like to use off thread JS parsing to remove the need for XDR, if possible
  139. # [00:37] * Joins: Fallen|away (Fallen@moz-F0262F50.ch)
  140. # [00:37] * Joins: karolyi (karolyi@moz-96052777.hu)
  141. # [00:38] <bhackett> bjacob, nrc: ok, this try push should have the extra printfs: https://tbpl.mozilla.org/?tree=Try&rev=d91362791e7f
  142. # [00:38] * Quits: twi (Adium@moz-B855A39F.cust.dsl.vodafone.it) (Quit: Leaving.)
  143. # [00:38] * Joins: njn (chatzilla@moz-295CFA85.dyn.iinet.net.au)
  144. # [00:38] * ChanServ sets mode: +o njn
  145. # [00:38] * nrc wait and watches
  146. # [00:39] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  147. # [00:39] * Joins: janv (varga@moz-8BF5D87F.flarion.as5628.telecom.sk)
  148. # [00:39] * Quits: annevk (annevk@B0ADC688.8D7E048C.E47BD0D.IP) (Input/output error)
  149. # [00:40] <@njn> On my try push I got lots of orange and red for "Win7 x64 opt" and "Win2012 x64 (VM) opt" -- is that expected?
  150. # [00:41] * Quits: aut0mata (automata@3DCA807D.FA36B139.BB0EBA72.IP) (Ping timeout)
  151. # [00:42] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b44c631a881a - David Keeler - bug 887052 - rename nsIStrictTransportSecurityService to nsISiteSecurityService for refactoring r=cviecco r=mcmanus r=jst sr=jst
  152. # [00:42] * Joins: karolyi (karolyi@moz-96052777.hu)
  153. # [00:42] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/25593587283a - David Keeler - bug 887052 - refactor nsISiteSecurityService for multiple headers r=cviecco r=mcmanus r=jst sr=jst
  154. # [00:43] * Joins: aut0mata (automata@3DCA807D.FA36B139.BB0EBA72.IP)
  155. # [00:44] * Quits: tanvi (tanvi@moz-7B0110AD.mv.mozilla.com) (Quit: Leaving.)
  156. # [00:44] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  157. # [00:45] * Joins: tonymec (tonymec@moz-AC4BCEE6.adsl-dyn.isp.belgacom.be)
  158. # [00:47] * Quits: arnaud_bienner (arno@moz-A1109EC1.dsl.sta.abo.bbox.fr) (Quit: Ex-Chat)
  159. # [00:47] <Waldo> dolske: where in the world did you find the MV police blotter account? it is glorious
  160. # [00:47] * Joins: karolyi (karolyi@moz-96052777.hu)
  161. # [00:49] * Quits: jimm (jmathies@moz-864CAA4E.pn.at.cox.net) (Quit: )
  162. # [00:49] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  163. # [00:50] <jedp> hello, whom can I ask about frameMessageManagers and loadFrameScript?
  164. # [00:51] <jedp> is there someone in da house?
  165. # [00:51] <fabrice1> jedp: that would be smaug I guess
  166. # [00:52] <jedp> smaug could you be the one to help me with my frameMessageManager and loadFrameScript question?
  167. # [00:53] * Joins: karolyi (karolyi@moz-96052777.hu)
  168. # [00:53] * Quits: FabioMag_ (fabiomagno@3C8073C7.2E9BF30E.BE9AB0A6.IP) (Ping timeout)
  169. # [00:53] <jlebar> fabrice1: Right as I'm attaching patches. :)
  170. # [00:53] <@smaug> jedp: just ask
  171. # [00:53] <jlebar> fabrice1: what's your idea?
  172. # [00:53] <jedp> smaug it is this: i have a chrome module that wants to interact with some remotely-hosted JS. I create an iframe sandbox and source the remote JS. Then I inject a chrome framescript that has async message listeners/senders
  173. # [00:53] * Quits: myk (myk@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Instantbird 1.5a1pre -- http://www.instantbird.com)
  174. # [00:53] <fabrice1> jlebar: I can register the message listener at the window level in webapps.js and dispatch to application objects based on the manifest url
  175. # [00:54] <jedp> smaug but i can't see how to get my framescript to access objects/functions in the remotely-hosted js that is the src of the iframe the framescript was itself loaded into
  176. # [00:54] <jlebar> fabrice1: how do you keep track of the application objects?
  177. # [00:54] <jedp> smaug thank you - and here's an attempted patch and the issue I'm having: https://bugzilla.mozilla.org/show_bug.cgi?id=878941#c18
  178. # [00:54] <@smaug> jesup: .content is the top level window object
  179. # [00:54] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  180. # [00:54] * Quits: wlach (wlach@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  181. # [00:55] * joduinn-coffee is now known as joduinn
  182. # [00:55] <fabrice1> jlebar: well, we never destroy them until the window is closed, so I'll need a map keyed on the manifest url
  183. # [00:55] <jlebar> fabrice1: but the fact that we never destroy them until the window is closed is the bug.
  184. # [00:56] <@smaug> jesup: er, sorry, that wasn't to you
  185. # [00:56] <jedp> there could be an irc equiv of "damn you, autocomplete"
  186. # [00:56] * Quits: smooney (sheilamoon@moz-BBE3ABD.mv.mozilla.com) (Quit: smooney)
  187. # [00:57] <jlebar> fabrice1: maybe I should come visit you.
  188. # [00:57] <fabrice1> jlebar: sure, let's talk tomorrow, I'm about to leave
  189. # [00:57] <jlebar> fabrice1: okay. In the meantime I'll post patches, and feel free to say there's an easier way to do this.
  190. # [00:57] <jlebar> fabrice1: the work is still useful even if we don't sue it here.
  191. # [00:57] <fabrice1> jlebar: sure thing!
  192. # [00:58] * Joins: karolyi (karolyi@moz-96052777.hu)
  193. # [00:58] <@smaug> jedp: so what code loads http://people.mozilla.org/~jparsons/.well-known/idp-proxy/bogus ?
  194. # [00:58] * Joins: tanvi (tanvi@moz-9440AA69.hsd1.ca.comcast.net)
  195. # [00:58] <markh> jlebar: are you aware of people using your moz-git-tools on Windows?
  196. # [00:58] * Joins: tanvi1 (tanvi@moz-9440AA69.hsd1.ca.comcast.net)
  197. # [00:59] <jlebar> markh: I think khuey is trying, but it's non-trivial because he has to get hg and git running in the same shell.
  198. # [00:59] <markh> jlebar: *that* I can do. But the moz-build bash doesn't support "process substitution"...
  199. # [00:59] <markh> which I didn't even know was a thing :)
  200. # [00:59] * Joins: wlach (wlach@moz-9B611B71.tmodns.net)
  201. # [00:59] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  202. # [00:59] <jedp> smaug thanks for your help. in the attachment, it's this.HostFrame (https://bug878941.bugzilla.mozilla.org/attachment.cgi?id=786006) - it uses Sandbox.jsm to load that source
  203. # [00:59] <jlebar> markh: :-/
  204. # [01:00] <jlebar> markh: That's a pretty crappy bash...
  205. # [01:00] * Quits: tanvi (tanvi@moz-9440AA69.hsd1.ca.comcast.net) (Ping timeout)
  206. # [01:00] <markh> yep - neither the mozbuild bash nor the bash that comes with git itself can
  207. # [01:00] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b69fe190433a - Shu-yu Guo - No Bug - Guard PJS tests to only apply to Nightly. (a=test-only)
  208. # [01:01] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/ed5644a4d25d - Adam Roach [:abr] - Bug 901707: update IPeerConnection UUID r=ekr ba=bajaj
  209. # [01:01] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/b2435283b4f7 - Adam Roach [:abr] - Bug 901706: update IPeerConnectionObserver UUID r=ekr ba=bajaj
  210. # [01:01] <jlebar> markh: http://cygwin.com/ml/cygwin/2010-01/msg00979.html
  211. # [01:01] * Quits: fabrice1 (fabrice@moz-7B0110AD.mv.mozilla.com) (Quit: Leaving.)
  212. # [01:01] <@smaug> jedp: but you just load a js file to an iframe?
  213. # [01:02] <@smaug> the js file doesn't get executed
  214. # [01:02] <@smaug> or am I missing something here
  215. # [01:02] <jedp> derp
  216. # [01:02] * Quits: ddahl (ddahl@5D3B67E3.71E1659D.DFB5E910.IP) (Connection reset by peer)
  217. # [01:02] <@smaug> http://people.mozilla.org/~jparsons/.well-known/idp-proxy/bogus is just plain/text document
  218. # [01:03] <markh> jlebar: the error is "cannot make pipe for process substitution", which offers lots of hits
  219. # [01:03] * Joins: karolyi (karolyi@moz-96052777.hu)
  220. # [01:03] * Joins: ddahl (ddahl@5D3B67E3.71E1659D.DFB5E910.IP)
  221. # [01:03] <jlebar> markh: Sounds like this may require modifying the tools.
  222. # [01:03] * Quits: cilias (cilias@moz-D65C0C74.cpe.net.cable.rogers.com) (Quit: cilias)
  223. # [01:04] <markh> yeah, hence my question if anyone else had beaten this path yet :) I don't even know that "feature" existed, so naively though I could do something like:
  224. # [01:04] <markh> -hg_cmd qref -sl <(echo "try: $@ $commit_msg")
  225. # [01:04] <markh> +echo "try: $@ $commit_msg" | hg_cmd qref -sl
  226. # [01:04] * Joins: jet (jet@moz-79F891EE.hsd1.ca.comcast.net)
  227. # [01:04] <markh> but I think I might need to understand it a little better first ;)
  228. # [01:04] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  229. # [01:04] * Callek|Buildduty is now known as Callek
  230. # [01:05] <jlebar> markh: good luck!
  231. # [01:05] <markh> :)
  232. # [01:05] * Quits: catalinn (Thunderbir@5BF13806.7F10AE13.A721DA5F.IP) (Ping timeout)
  233. # [01:06] * Parts: bhackett (bhackett@moz-4C1E443F.clients.kiwiirc.com)
  234. # [01:07] * Joins: Jesse (jruderman@moz-BBE3ABD.mv.mozilla.com)
  235. # [01:08] * Joins: karolyi (karolyi@moz-96052777.hu)
  236. # [01:09] * Quits: hipokrit (hipokrit@1BF5DFDB.CA40E1F7.C558AD24.IP) (Quit: Leaving)
  237. # [01:10] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  238. # [01:10] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/caa19279dbb6 - Mats Palmgren - Bug 874073 - Re-enable the 852293.html test and disable the real culprit, 802902.html. r=ryanvm
  239. # [01:10] * Quits: cronco (Thunderbir@17FF97FF.AE2F10B0.3376CD77.IP) (Quit: cronco)
  240. # [01:10] <RyanVM> abr: ping
  241. # [01:11] <abr> ryanvm: pong
  242. # [01:11] <RyanVM> abr: I'm 99.9% sure you didn't push to the right branch on beta
  243. # [01:11] <rnewman> bajaj: what's the "aurora-no-wait-beta-pre-b1" process? should I request beta approval, will you automatically change, ...?
  244. # [01:11] <RyanVM> you pushed to GECKO220b3_2013052820_RELBRANCH
  245. # [01:11] <RyanVM> instead of default
  246. # [01:11] <abr> ARGH!
  247. # [01:12] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/713f5ee88301 - Adam Roach [:abr] - Bug 901706: update IPeerConnectionObserver UUID r=ekr
  248. # [01:12] <KWierso> ddahl: ping?
  249. # [01:12] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/8d2ac3352fcc - Adam Roach [:abr] - Bug 901707: update IPeerConnection UUID r=ekr
  250. # [01:12] <bajaj> rnewman: i thought i changed it to beta
  251. # [01:12] <@gavin> smacleod: hmm, did you see discussion above re: bhackett's orange?
  252. # [01:12] <bajaj> and a+ it
  253. # [01:12] <jedp> smaug /me smacks forehead. thank you. :)
  254. # [01:12] <@gavin> smacleod: sounds rather similar to bug https://bugzilla.mozilla.org/show_bug.cgi?id=898713
  255. # [01:12] <bajaj> rnewman: let me look..
  256. # [01:12] * Quits: ckitching (ckitching@moz-329F29A3.lightspeed.sntcca.sbcglobal.net) (Input/output error)
  257. # [01:12] <rnewman> bajaj: oh, hah! delayed mail arrival
  258. # [01:12] <rnewman> excellent timing
  259. # [01:13] <abr> RyanVM: This is a little beyond my understanding of HG behavior. How do I switch branches?
  260. # [01:13] <rnewman> https://bugzilla.mozilla.org/show_bug.cgi?id=900694 is still marked for Aurora, tho
  261. # [01:13] * Joins: ckitching (ckitching@moz-329F29A3.lightspeed.sntcca.sbcglobal.net)
  262. # [01:13] <abr> Also, I presume Ineed to back my patches off the incorrect branch.
  263. # [01:13] * Joins: harth (harth@A1148499.C9D33E0E.56B58B45.IP)
  264. # [01:13] * Joins: karolyi (karolyi@moz-96052777.hu)
  265. # [01:13] <RyanVM> hg update -r tip
  266. # [01:13] <abr> RyanVM: Thanks.
  267. # [01:13] * Quits: bjacob (bjacob@moz-7B805CC2.rev.sfr.net) (Ping timeout)
  268. # [01:13] <RyanVM> abr: i don't think you need to worry about it
  269. # [01:13] <@gavin> you probably don't want "tip" though
  270. # [01:14] <RyanVM> abr: hg out should show you what branch you're pushing to
  271. # [01:14] <@gavin> since that's probably what led to this issue in the first place?
  272. # [01:14] <RyanVM> 22b3?
  273. # [01:14] * Joins: teoli (teoli@moz-BD275144.range86-144.btcentralplus.com)
  274. # [01:14] <abr> Oh, yep. It's right there.
  275. # [01:14] <abr> I do an out before I push, but that's not one of the lines that I read. :)
  276. # [01:14] * Quits: ehugg (chatzilla@B3716F60.29102B70.6CD50604.IP) (Ping timeout)
  277. # [01:14] <bajaj> rnewman: you can go ahead on beta with a = bajaj
  278. # [01:14] <rnewman> thanks
  279. # [01:15] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  280. # [01:15] <nrc> What is the equivalent of getter_AddRefs for mfbt RefPtrs?
  281. # [01:15] <RyanVM> abr: hg update -r default is what you're going to want when you re-push
  282. # [01:15] * Joins: bjacob (bjacob@moz-7B805CC2.rev.sfr.net)
  283. # [01:15] <ialagenchev1> dcamp: ping
  284. # [01:16] <@khuey> nrc: OutparamRef probably
  285. # [01:16] * Quits: teoli (teoli@moz-BD275144.range86-144.btcentralplus.com) (Ping timeout)
  286. # [01:16] <nrc> khuey: thanks!
  287. # [01:16] * Quits: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Client exited)
  288. # [01:17] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/82d3b49ce0df - Ryan VanderMeulen - Backed out changeset a4dd0dc4e354 (bug 824652) for Android M1 orange.
  289. # [01:17] <abr> ryanvm: Thanks.
  290. # [01:17] <markh> "pushing to try" - woohoo :)
  291. # [01:17] * Joins: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  292. # [01:17] <markh> "transaction abort!" - oh well - close though :)
  293. # [01:18] * Joins: karolyi (karolyi@moz-96052777.hu)
  294. # [01:18] <@gavin> smacleod: commented here: https://bugzilla.mozilla.org/show_bug.cgi?id=896054#c4
  295. # [01:19] <abr> ryanvm: Okay, landed on tip -- I assume that looks better?
  296. # [01:19] * Joins: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net)
  297. # [01:19] * Quits: ckitching (ckitching@moz-329F29A3.lightspeed.sntcca.sbcglobal.net) (Input/output error)
  298. # [01:19] * Quits: mmargoliono (min@moz-9DBD522D.static.internode.on.net) (Ping timeout)
  299. # [01:20] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  300. # [01:20] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/fc8f173db33b - Adam Roach [:abr] - Bug 901706: update IPeerConnectionObserver UUID r=ekr ba=bajaj
  301. # [01:20] <RyanVM> abr: much better, thanks
  302. # [01:20] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/ed78db6cf164 - Adam Roach [:abr] - Bug 901707: update IPeerConnection UUID r=ekr ba=bajaj
  303. # [01:20] * Joins: db48x (user@moz-EB26B80B.dsl.static.sonic.net)
  304. # [01:20] * Joins: ckitching (ckitching@moz-329F29A3.lightspeed.sntcca.sbcglobal.net)
  305. # [01:20] <abr> RyanVM: No, thank _you_ for catching that.
  306. # [01:20] <abr> I'd hate to be the guy who botched the beta release. :)
  307. # [01:23] * gregglind is now known as gregglind_away
  308. # [01:23] * Quits: Snuffleupagus (chatzilla@moz-7411B7A4.bredband.comhem.se) (Quit: ChatZilla 0.9.90.1 [Firefox 25.0a1/20130805030205])
  309. # [01:23] * Joins: karolyi (karolyi@moz-96052777.hu)
  310. # [01:25] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  311. # [01:28] * Joins: karolyi (karolyi@moz-96052777.hu)
  312. # [01:28] <dcamp> ialagenchev1: pong
  313. # [01:29] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/26f820862035 - Justin Lebar - Bug 893222 - Part 4: Tests. r=njn
  314. # [01:29] * Quits: surkov (surkov@moz-174FE592.cable.teksavvy.com) (Quit: surkov)
  315. # [01:29] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/8e603eea759e - Justin Lebar - Bug 893222 - Part 2: Fix escaping for huge strings displayed in about:memory. r=njn
  316. # [01:29] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/0482f992a8f7 - Justin Lebar - Bug 893222 - Part 1: Add a new PutEscapedString implementation, which takes a raw jschar*. r=njn
  317. # [01:29] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/644491cfe22d - Justin Lebar - Bug 893222 - Part 3: Modify the JS memory reporter to consider a string as "notable" if we have many small copies of it. r=njn
  318. # [01:29] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/019c0b931ad4 - Justin Lebar - Bug 899256 - Part 2: Change XPCJSRuntime.cpp's REPORT_BYTES so it doesn't require "nsIMemoryReporter::". r=me
  319. # [01:29] <@njn> jlebar: :)
  320. # [01:29] * Quits: kdc (chatzilla@moz-2ACC6B38.pk.shawcable.net) (Ping timeout)
  321. # [01:29] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/2bb6f1e0cdf9 - Justin Lebar - Bug 899256 - Rework JS memory reporters so gc-heap is no longer a top-level node. r=njn
  322. # [01:29] <ialagenchev1> dcamp: I wanted to ask you to comment on https://bugzilla.mozilla.org/show_bug.cgi?id=762593#c81 since you reviewed bug 877262, since mihai is offline until tomorrow. I already flagged him on it, but if you feel willing to comment, be my guest :-)
  323. # [01:30] * Joins: kdc_ (chatzilla@moz-2ACC6B38.pk.shawcable.net)
  324. # [01:30] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/c2634e0f7656 - Justin Lebar - Bug 893222 - Part 0: Make JSRope::getCharsNonDestructiveInternal work with a null tcx. r=bhackett
  325. # [01:30] * kdc_ is now known as kdc
  326. # [01:30] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  327. # [01:31] <ialagenchev1> dcamp: it might speed things up, but it's not necessary if you are busy.
  328. # [01:31] <@roc> jlebar: wow, that sounds really cool!
  329. # [01:32] * @khuey can't tell if that's serious or not
  330. # [01:32] <@roc> that was serious.
  331. # [01:32] * Quits: harth (harth@A1148499.C9D33E0E.56B58B45.IP) (Ping timeout)
  332. # [01:33] <@roc> in a past life I did some research on tools for automatically finding unnecessarily duplicated objects
  333. # [01:33] <dcamp> ialagenchev1: done
  334. # [01:33] <@roc> having about:memory tell you about duplicated stirngs is cool.
  335. # [01:33] <@khuey> oh, clearly I should have looked further back
  336. # [01:33] <@khuey> all I see is "make blah blah work with a null blah blah" :-P
  337. # [01:33] <@khuey> riveting ;-)
  338. # [01:33] * Joins: karolyi (karolyi@moz-96052777.hu)
  339. # [01:33] <ialagenchev1> dcamp: you are my hero
  340. # [01:35] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  341. # [01:37] * Quits: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Leaving.)
  342. # [01:37] * Quits: bjacob (bjacob@moz-7B805CC2.rev.sfr.net) (Ping timeout)
  343. # [01:38] * tanvi1 is now known as tanvi
  344. # [01:38] * Joins: karolyi (karolyi@moz-96052777.hu)
  345. # [01:39] <@smaug> gavin: is there some way to disable that new content process thingie (when testing something totally different)
  346. # [01:39] * heycam|away is now known as heycam
  347. # [01:39] * Quits: bholley (anonymous@moz-BBE3ABD.mv.mozilla.com) (Quit: bholley)
  348. # [01:40] <@gavin> smaug: browser.pagethumbnails.capturing_disabled
  349. # [01:40] <@smaug> thanks
  350. # [01:40] <@gavin> smaug: (that will soon also disable capturing thumbnails in general, not just with the e10s thing)
  351. # [01:40] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  352. # [01:40] <@smaug> ok
  353. # [01:41] <markh> gavin, smaug: I think you mean browser.pageThumbs.enabled?
  354. # [01:41] <@smaug> gavin: I just need to see DOMWindow logging in the terminla
  355. # [01:41] <@smaug> terminal
  356. # [01:41] <@smaug> from one process only
  357. # [01:41] <markh> oh - no
  358. # [01:41] <@gavin> markh: I was giving him an answer that would work post-bug 897811
  359. # [01:41] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/bded8515b5db - Po-Chun Chang - Bug 898691 - Avoid wasted work in TestTextFormatter.cpp. r=jlebar
  360. # [01:41] <markh> ah :)
  361. # [01:41] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/7fcf4c1b8463 - Mihnea Dobrescu-Balaur - Bug 899857 - Make xpcshell default to a plugins directory only if -p is not specified. r=ted
  362. # [01:41] <@gavin> but also should work now, right?
  363. # [01:41] <@gavin> or is that wrong
  364. # [01:42] * Quits: ahal_ (ahal@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  365. # [01:42] * Quits: glob (glob@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  366. # [01:42] * Quits: gcp (gpascutto@moz-9CEB1C98.access.telenet.be) (Connection reset by peer)
  367. # [01:42] <markh> gavin: browser.pageThumbs.enabled is the one post that bug landing
  368. # [01:42] <markh> ack
  369. # [01:42] <markh> copy/paste fail
  370. # [01:42] <markh> browser.pagethumbnails.capturing_disabled
  371. # [01:43] <@smaug> browser.pagethumbnails.capturing_disabled doesn't work currently
  372. # [01:43] <markh> that's the one that we are keeping and will work post that bug landing.
  373. # [01:43] <markh> smaug: browser.pageThumbs.enabled is the one you want now
  374. # [01:43] <@smaug> markh: but what works now?
  375. # [01:43] * @smaug tries
  376. # [01:43] * Joins: karolyi (karolyi@moz-96052777.hu)
  377. # [01:44] * Joins: birtles (chatzilla@moz-C286AD9A.bitcat.net)
  378. # [01:45] <@smaug> that works
  379. # [01:45] <markh> but in a day or so, we are nuking that and browser.pagethumbnails.capturing_disabled will work in all cases
  380. # [01:45] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  381. # [01:46] * Quits: ctangira (ctangira@moz-DDDEEA6D.cisco.com) (Quit: ctangira)
  382. # [01:46] * Quits: tonymec (tonymec@moz-AC4BCEE6.adsl-dyn.isp.belgacom.be) (Ping timeout)
  383. # [01:47] * Quits: bdahl (bdahl@moz-BE33DA21.fw1.sfo1.mozilla.net) (Client exited)
  384. # [01:47] * Quits: jwalker (jwalker@moz-BB05A345.cable.virginmedia.com) (Ping timeout)
  385. # [01:47] <Mossop> gps: ping
  386. # [01:47] * Joins: tonymec (tonymec@moz-AC4BCEE6.adsl-dyn.isp.belgacom.be)
  387. # [01:47] * Joins: smooney (sheilamoon@moz-57825793.hsd1.ca.comcast.net)
  388. # [01:49] * Joins: karolyi (karolyi@moz-96052777.hu)
  389. # [01:49] * Joins: jrgill (jrgill@moz-DEC99E33.stny.res.rr.com)
  390. # [01:49] <gps> Mossop: pong
  391. # [01:50] * Joins: annevk (annevk@B0ADC688.8D7E048C.E47BD0D.IP)
  392. # [01:50] <Mossop> gps: I have encountered something odd. I set up my windows environment on a loaner machine to use the installation of msvc9, yet when I start building and have one of the makefiles output the environment it has changed to use msvc10. Is there some feature of the build system that detects the vc to use and switches?
  393. # [01:50] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  394. # [01:50] * Parts: ckerschb (ckerschb@moz-B66EA4B2.ics.uci.edu)
  395. # [01:50] * Joins: fabrice (fabrice@moz-94F028C6.hsd1.ca.comcast.net)
  396. # [01:51] * Quits: janv (varga@moz-8BF5D87F.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  397. # [01:52] * Quits: annevk (annevk@B0ADC688.8D7E048C.E47BD0D.IP) (Ping timeout)
  398. # [01:54] * Joins: karolyi (karolyi@moz-96052777.hu)
  399. # [01:54] * Joins: jwalker (jwalker@moz-BB05A345.cable.virginmedia.com)
  400. # [01:55] * Joins: surkov (surkov@moz-174FE592.cable.teksavvy.com)
  401. # [01:55] * Joins: sicking (sicking@moz-BE33DA21.fw1.sfo1.mozilla.net)
  402. # [01:55] <@roc> every so often my Linux desktop has a seizure and all my windows flicker black. One at a time in a fast sequence.
  403. # [01:55] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  404. # [01:56] <gps> Mossop: a releng loaner or some random machine?
  405. # [01:56] <gps> if the former, I have no clue
  406. # [01:56] <Mossop> gps: A releng loaner
  407. # [01:56] <gps> in the latter, environment variables define the build environment
  408. # [01:56] * Joins: ahal_ (ahal@E48845AB.3A9F9BD4.4C2245EF.IP)
  409. # [01:56] * Quits: pcwalton (pcwalton@moz-7B0110AD.mv.mozilla.com) (Quit: pcwalton)
  410. # [01:57] * Quits: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Ping timeout)
  411. # [01:57] <Mossop> gps: What is different about the former?
  412. # [01:57] <avih> akeybl: any reason for changing the flags on bug 888304?
  413. # [01:57] * Quits: smooney (sheilamoon@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  414. # [01:57] * Joins: smooney (sheilamoon@moz-57825793.hsd1.ca.comcast.net)
  415. # [01:58] * Quits: brson (brson@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  416. # [01:58] <gps> Mossop: I don't know how the former works
  417. # [01:59] * Joins: karolyi (karolyi@moz-96052777.hu)
  418. # [02:00] * Quits: tessarakt2 (jens@moz-35DD4448.dip0.t-ipconnect.de) (Ping timeout)
  419. # [02:00] * Joins: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  420. # [02:00] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  421. # [02:01] <Unfocused> if i wanted to change the default prefs for all mochitests... where would i do that?
  422. # [02:01] * Joins: brson (brson@moz-BBE3ABD.mv.mozilla.com)
  423. # [02:01] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/028b406a35eb - Andrew McCreight - Bug 901756 - Fix a few nits in nsCycleCollector.cpp r=khuey
  424. # [02:02] <Mossop> Unfocused: runtests.py or automation.py I forget which
  425. # [02:04] * Joins: Waka_Flocka_Flame (Waka_Flock@moz-4C1E443F.clients.kiwiirc.com)
  426. # [02:04] <Unfocused> theres no prefs in automation.py.in anymore
  427. # [02:04] * Joins: karolyi (karolyi@moz-96052777.hu)
  428. # [02:04] <Mossop> Unfocused: As far as I know the blocklist is disabled for mochitests anyway. At least updating it
  429. # [02:04] <@khuey> mccr8: if that bitrots the patch I put in your review queue this morning I'm going to grumble :-P
  430. # [02:04] <Mossop> Unfocused: The problem in that bug is calls asking whether a plugin is blocked or not
  431. # [02:05] <mccr8> khuey: I can fix it for you... with the POWER OF GIT
  432. # [02:05] <Unfocused> Mossop: yea, and flipping blocklist.enabled will short-circuit that :)
  433. # [02:05] <Mossop> Will it?
  434. # [02:05] <@khuey> mccr8: hehe, so can I
  435. # [02:05] <@khuey> mccr8: merge ftw
  436. # [02:05] <mccr8> khuey: also, 12:02pm isn't "this morning"
  437. # [02:05] <Unfocused> er, irrc from when i looked at it last week
  438. # [02:05] * Joins: pcwalton (pcwalton@moz-BBE3ABD.mv.mozilla.com)
  439. # [02:06] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  440. # [02:06] <Mossop> Ok
  441. # [02:06] <@khuey> mccr8: barely
  442. # [02:06] <@khuey> mccr8: also how do you know I'm not in alaska this week?
  443. # [02:06] <mccr8> mccr8ST is the only relevant time zone
  444. # [02:06] <jgilbert> roc: I get something somewhat similar, though my windows stay black unless I mess around with switching between windows
  445. # [02:06] <Unfocused> yea, just triple checked
  446. # [02:07] * Quits: dew (Instantbir@moz-8A63B53.dhcp.stls.mo.charter.com) (Connection reset by peer)
  447. # [02:07] <@khuey> mccr8: ha
  448. # [02:07] <@khuey> mccr8: that would be better if you travelled more
  449. # [02:07] <@roc> jgilbert: I had that for a while and it got better with a hack karl showed up
  450. # [02:07] <jgilbert> roc: do you remember the hack?
  451. # [02:07] <Unfocused> oh, and runtests.py doesn't have prefs either. i'm thinking mozprofile/profile.py, but this is the first time i remember looking at that file
  452. # [02:08] <@roc> some GTK compositor setting
  453. # [02:08] * Quits: juanb (jbecerra@moz-BBE3ABD.mv.mozilla.com) (Quit: juanb)
  454. # [02:08] * Joins: glob (glob@E48845AB.3A9F9BD4.4C2245EF.IP)
  455. # [02:08] <jgilbert> roc: ah
  456. # [02:08] * geekboy is now known as geekboy|afk
  457. # [02:09] * Joins: karolyi (karolyi@moz-96052777.hu)
  458. # [02:09] <karl> something for mutter iirc
  459. # [02:09] * Quits: jorendorff (jorendorff@moz-1747FB68.hsd1.tn.comcast.net) (Ping timeout)
  460. # [02:09] <@njn> glandium: I guess debugging tools need to know about -gsplit-dwarf? Valgrind apparently doesn't :(
  461. # [02:10] <jcranmer> meh, who cares about valgrind? :-)
  462. # [02:10] <kinetik> ]/last dwarf
  463. # [02:10] <Unfocused> my kingdom for documentation
  464. # [02:10] * Quits: hurley (hurley@moz-E76806A0.dsl.static.sonic.net) (Quit: MOOTEX!)
  465. # [02:10] <jcranmer> Unfocused: that'll cost you more than a kingdom
  466. # [02:11] * Quits: glob (glob@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  467. # [02:11] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  468. # [02:11] <Unfocused> they can have australia too
  469. # [02:11] * Joins: glob (glob@E48845AB.3A9F9BD4.4C2245EF.IP)
  470. # [02:12] <glandium> njn: yeah, obviously
  471. # [02:12] <karl> i wonder how much faster builds would be if we only built tests when we needed them
  472. # [02:12] <@roc> CLUTTER_PAINT="disable-clipped-redraws:disable-culling"
  473. # [02:12] <glandium> njn: you can try dwp -e libxul.so
  474. # [02:13] <@roc> jgilbert: ^^^
  475. # [02:13] <@njn> glandium: I don't have dwp, and Ubuntu doesn't seem to know about it
  476. # [02:13] <glandium> njn: that will create a libxul.dwp file ; then try to add it as debuglink (objcopy --add-gnu-debuglink=libxul.dwp)
  477. # [02:14] <jgilbert> roc: where does this incantation go? :)
  478. # [02:14] <karl> jgilbert: env
  479. # [02:14] <glandium> njn: binutils too old, maybe?
  480. # [02:14] * Quits: tonymec (tonymec@moz-AC4BCEE6.adsl-dyn.isp.belgacom.be) (Ping timeout)
  481. # [02:14] * Joins: karolyi (karolyi@moz-96052777.hu)
  482. # [02:14] <@njn> glandium: (GNU Binutils for Ubuntu) 2.23.2
  483. # [02:15] <karl> jgilbert: .profile would work, or whatever invokes the gnome shell / clutter
  484. # [02:15] <glandium> njn: i have 2.23.52, and dwp is there
  485. # [02:15] * Quits: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  486. # [02:15] <@njn> glandium: ok
  487. # [02:16] * glob is now known as glob|away
  488. # [02:16] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  489. # [02:16] <karl> hmm, bash doesn't read .profile unless your .bash_profile or .bash_login sources it
  490. # [02:16] * Joins: tonymec (tonymec@moz-AC4BCEE6.adsl-dyn.isp.belgacom.be)
  491. # [02:17] * Quits: surkov (surkov@moz-174FE592.cable.teksavvy.com) (Quit: surkov)
  492. # [02:17] <jgilbert> karl: what about just .bashrc?
  493. # [02:18] <karl> jgilbert: i'm guessing that'll work
  494. # [02:18] <glandium> njn: even then, i'm not sure valgrind would actually like that
  495. # [02:19] <@njn> glandium: I think Valgrind can handle some kind of "debug info in a separate file"
  496. # [02:19] * Quits: ialagenchev1 (Adium@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  497. # [02:19] <corey> karl: IIRC .bash_profile and .bashrc are never both read (login vs. non-login shell)
  498. # [02:19] * Joins: karolyi (karolyi@moz-96052777.hu)
  499. # [02:19] <corey> karl: the INVOCATION section of the manpage is informative
  500. # [02:19] <Mossop> Callek: I don't suppose there is any way to retrieve old logs from builds?
  501. # [02:20] <glandium> njn: yeah, but with dwp, you have some debug info in the .so, some info in the .dwp, and aiui, the dwp uses new dwarf stuff that maybe valgrind doesn't support
  502. # [02:20] <@njn> glandium: you're probably right
  503. # [02:20] * Quits: lmandel (lmandel@279FD858.EFF8FC7B.ADB88A9.IP) (Quit: lmandel)
  504. # [02:20] * Joins: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com)
  505. # [02:21] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c1ee40fb7c52 - Jan Beich - Bug 901251 - Make --disable-necko-wifi actually work on Linux. r=glandium
  506. # [02:21] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/c00ddc7c87ad - Cykesiopka - Bug 843363 - Remove unused variable 'rv' in nsDirectoryViewer.cpp. r=bz
  507. # [02:21] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/a633e4d67d31 - JW Wang - Bug 875277 - Part 1: Implement WaveShaperNode.oversample - webidl enums. r=ehsan
  508. # [02:21] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  509. # [02:21] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/aee6b1a6c400 - JW Wang - Bug 875277 - Part 2: Implement WaveShaperNode.oversample - speex. r=ehsan
  510. # [02:24] * Quits: rednaks (rednaks@70E9666E.9D54C6E6.55FFA9B4.IP) (Ping timeout)
  511. # [02:25] * Quits: lduros (user@moz-47F34250.phlapa.fios.verizon.net) (Client exited)
  512. # [02:25] * Quits: stully (quassel@moz-BE33DA21.fw1.sfo1.mozilla.net) (Input/output error)
  513. # [02:28] * Joins: ehugg (ehugg@moz-6D0FD3FC.cisco.com)
  514. # [02:29] * Quits: smooney (sheilamoon@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  515. # [02:29] * Joins: karolyi (karolyi@moz-96052777.hu)
  516. # [02:30] * Quits: jet (jet@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  517. # [02:31] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  518. # [02:31] * Quits: dzbarsky (Adium@moz-5CEFB44B.washdc.fios.verizon.net) (Quit: Leaving.)
  519. # [02:31] * Quits: gandalf (zbraniecki@moz-DAF5CADA.hsd1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  520. # [02:33] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Quit: bmoss)
  521. # [02:34] * Quits: KWierso (chatzilla@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  522. # [02:34] * Quits: maxli (maxli@B5559308.9C54E60.2FA4EA88.IP) (Connection reset by peer)
  523. # [02:34] * Joins: maxli1 (maxli@B5559308.9C54E60.2FA4EA88.IP)
  524. # [02:34] * Joins: karolyi (karolyi@moz-96052777.hu)
  525. # [02:34] * Quits: Honza (chatzilla@F8BF899B.23B79DE4.D0083327.IP) (Ping timeout)
  526. # [02:35] * Joins: mdas (mdas@E48845AB.3A9F9BD4.4C2245EF.IP)
  527. # [02:35] * Quits: mdas (mdas@E48845AB.3A9F9BD4.4C2245EF.IP) (Connection reset by peer)
  528. # [02:36] * Joins: mdas (mdas@moz-104CC309.mv.mozilla.com)
  529. # [02:36] * Quits: mdas_ (mdas@moz-104CC309.mv.mozilla.com) (Ping timeout)
  530. # [02:36] * jmaher is now known as jmaher|afk
  531. # [02:36] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  532. # [02:36] * Joins: gandalf (zbraniecki@moz-DAF5CADA.hsd1.ca.comcast.net)
  533. # [02:36] * Joins: mdas_ (mdas@E48845AB.3A9F9BD4.4C2245EF.IP)
  534. # [02:38] * Quits: mdas (mdas@moz-104CC309.mv.mozilla.com) (Ping timeout)
  535. # [02:38] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/4d4d13a2b279 - Richard Newman - Bug 880109 - Begin a new session when environment changes. r=nalexander, a=bajaj
  536. # [02:38] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/80d0d5dcb0bb - Richard Newman - Bug 900694 - Part 2: BrowserHealthRecorder changes to track add-on uninstallation. r=nalexander, a=bajaj
  537. # [02:38] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/cb0e7325a085 - Richard Newman - Bug 900694 - Part 1: Add ProfileInformationCache.removeAddon. r=nalexander, a=bajaj
  538. # [02:38] * Quits: tantek (tantek@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: tantek)
  539. # [02:38] * Quits: mdas_ (mdas@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  540. # [02:38] * Joins: tessarakt (jens@moz-C4CF3502.dip0.t-ipconnect.de)
  541. # [02:39] * Joins: jet (jet@moz-79F891EE.hsd1.ca.comcast.net)
  542. # [02:39] * Quits: glob|away (glob@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  543. # [02:39] * Quits: edmorley (edmorley@453D1393.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  544. # [02:39] * Joins: wlach_ (wlach@moz-9B611B71.tmodns.net)
  545. # [02:40] * Joins: karolyi (karolyi@moz-96052777.hu)
  546. # [02:40] * Quits: mbrubeck (mbrub_000@moz-45568FC0.hsd1.wa.comcast.net) (Quit: Leaving.)
  547. # [02:41] * Quits: tessarakt (jens@moz-C4CF3502.dip0.t-ipconnect.de) (Ping timeout)
  548. # [02:41] <Callek> Mossop: if they are not on ftp theres a pretty good chance they are lost
  549. # [02:41] * Quits: Mossop (mossop@moz-3D9B2D8F.lsanca.fios.verizon.net) (Ping timeout)
  550. # [02:41] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  551. # [02:42] * Quits: wlach (wlach@moz-9B611B71.tmodns.net) (Quit: Ex-Chat)
  552. # [02:42] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  553. # [02:43] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/a0dd80f800e2 - Ryan VanderMeulen - Backed out changesets aee6b1a6c400 and a633e4d67d31 (bug 875277) for bustage.
  554. # [02:43] * Joins: sfosters (sfoster@moz-961AB6F2.hsd1.or.comcast.net)
  555. # [02:43] * Joins: ctangira (ctangira@moz-44402D73.cisco.com)
  556. # [02:43] * Quits: lizzard (ehenry@E48845AB.3A9F9BD4.4C2245EF.IP) (Quit: lizzard)
  557. # [02:43] * Quits: wlach_ (wlach@moz-9B611B71.tmodns.net) (Ping timeout)
  558. # [02:44] * Quits: sfoster (sfoster@moz-961AB6F2.hsd1.or.comcast.net) (Ping timeout)
  559. # [02:44] * Joins: tessarakt (jens@moz-59A4E64C.dip0.t-ipconnect.de)
  560. # [02:45] * Joins: karolyi (karolyi@moz-96052777.hu)
  561. # [02:46] * Quits: jgriffin (jgriffin@E48845AB.3A9F9BD4.4C2245EF.IP) (Quit: jgriffin)
  562. # [02:46] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  563. # [02:46] * Quits: @dbaron (dbaron@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  564. # [02:47] * Quits: ahal_ (ahal@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  565. # [02:47] * Quits: tessarakt (jens@moz-59A4E64C.dip0.t-ipconnect.de) (Ping timeout)
  566. # [02:47] * Quits: Ami_Ty (Amie@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Ami_Ty)
  567. # [02:47] * Joins: dbaron (dbaron@moz-BE33DA21.fw1.sfo1.mozilla.net)
  568. # [02:47] * ChanServ sets mode: +ao dbaron dbaron
  569. # [02:47] * Quits: tonymec (tonymec@moz-AC4BCEE6.adsl-dyn.isp.belgacom.be) (Ping timeout)
  570. # [02:47] * Quits: gandalf (zbraniecki@moz-DAF5CADA.hsd1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  571. # [02:47] * Quits: jhammel (jhammel@E48845AB.3A9F9BD4.4C2245EF.IP) (Quit: leaving)
  572. # [02:48] * Joins: tonymec (tonymec@moz-AC4BCEE6.adsl-dyn.isp.belgacom.be)
  573. # [02:48] * Joins: tessarakt (jens@moz-A0B67D8C.dip0.t-ipconnect.de)
  574. # [02:48] * Joins: ehugg_ (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net)
  575. # [02:49] * Quits: ehugg (ehugg@moz-6D0FD3FC.cisco.com) (Ping timeout)
  576. # [02:49] * ehugg_ is now known as ehugg
  577. # [02:50] * Joins: karolyi (karolyi@moz-96052777.hu)
  578. # [02:50] * Quits: tessarakt (jens@moz-A0B67D8C.dip0.t-ipconnect.de) (Ping timeout)
  579. # [02:51] * Joins: masayuki1 (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  580. # [02:51] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  581. # [02:52] * Joins: dew (Instantbir@moz-8A63B53.dhcp.stls.mo.charter.com)
  582. # [02:53] * Joins: sfoster_ (sfoster@moz-961AB6F2.hsd1.or.comcast.net)
  583. # [02:53] * Joins: tessarakt (jens@moz-7E7CD8F2.dip0.t-ipconnect.de)
  584. # [02:53] * Joins: bjacob (bjacob@moz-7B805CC2.rev.sfr.net)
  585. # [02:53] * Quits: sfosters (sfoster@moz-961AB6F2.hsd1.or.comcast.net) (Ping timeout)
  586. # [02:53] * Quits: maxli1 (maxli@B5559308.9C54E60.2FA4EA88.IP) (Quit: Leaving.)
  587. # [02:55] * Quits: tessarakt (jens@moz-7E7CD8F2.dip0.t-ipconnect.de) (Ping timeout)
  588. # [02:56] * ewong|sleep is now known as ewong
  589. # [02:57] * Quits: bajaj (Adium@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  590. # [02:57] * Joins: tessarakt (jens@moz-17A4CD0A.dip0.t-ipconnect.de)
  591. # [02:57] * Joins: sewardj_ (sewardj@moz-452F4778.dip0.t-ipconnect.de)
  592. # [02:58] <glandium> has the merge happened yet?
  593. # [02:58] * Quits: pcwalton (pcwalton@moz-BBE3ABD.mv.mozilla.com) (Quit: pcwalton)
  594. # [02:58] * Quits: sewardj (sewardj@moz-F7F4110B.dip0.t-ipconnect.de) (Ping timeout)
  595. # [02:58] <@gavin> yes
  596. # [02:58] * Quits: damons (gnubeard@97957D0A.8D753159.C943C01E.IP) (Quit: damons)
  597. # [02:58] * Joins: pcwalton (pcwalton@moz-BBE3ABD.mv.mozilla.com)
  598. # [02:59] * Quits: tessarakt (jens@moz-17A4CD0A.dip0.t-ipconnect.de) (Ping timeout)
  599. # [02:59] <@gavin> who knows about graphics and ipdl and e10s and wants to tell me what could cause http://mxr.mozilla.org/mozilla-central/source/gfx/layers/ipc/LayerTransactionChild.cpp#83 to be hit
  600. # [02:59] * Joins: surkov (surkov@moz-174FE592.cable.teksavvy.com)
  601. # [03:00] * Joins: karolyi (karolyi@moz-96052777.hu)
  602. # [03:01] * Joins: tessarakt (jens@moz-8904A07A.dip0.t-ipconnect.de)
  603. # [03:01] <nrc> gavin: got a stacktrace?
  604. # [03:01] <@gavin> markh: ^
  605. # [03:01] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  606. # [03:02] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  607. # [03:02] <@gavin> nrc: I don't, the try failure log I have is from an opt build
  608. # [03:02] <markh> I don't think we do have a stack trace, no. It's hit in the tests
  609. # [03:02] <nrc> ah
  610. # [03:02] <markh> I can see what a debug build throws up though
  611. # [03:02] <@gavin> billm: which xbl binding are you referring to in https://bugzilla.mozilla.org/show_bug.cgi?id=800347#c10 ?
  612. # [03:03] <nrc> markh: you should normally hit an assertion before you hit that, so a debug run should be more sueful
  613. # [03:03] * Joins: chmanchester|afk (user@moz-962996C5.seas.upenn.edu)
  614. # [03:04] * Quits: chmanchester (chmanchest@E48845AB.3A9F9BD4.4C2245EF.IP) (Input/output error)
  615. # [03:04] * Quits: jedp (jedp@moz-89599B04.dsl.dynamic.sonic.net) (Quit: Computer has gone to sleep.)
  616. # [03:04] * khuey is now known as khuey|away
  617. # [03:04] <@bz_away> Have beta1 builds happened?
  618. # [03:04] <markh> roc: ok, refreshing my debug build and I'll then re-run the tests that hit it
  619. # [03:05] * Joins: karolyi (karolyi@moz-96052777.hu)
  620. # [03:05] <@gavin> bz_away: aren't those usually delayed a bit?
  621. # [03:05] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  622. # [03:05] * Quits: @smaug (chatzilla@moz-D8807168.elisa-laajakaista.fi) (Ping timeout)
  623. # [03:05] * @bz_away is confused by the comments on 901682 saying the fix needs to happen on beta before beta1 today
  624. # [03:06] <@bz_away> From 4 hours ago....
  625. # [03:06] * Quits: mihneadb (mihneadb@E48845AB.3A9F9BD4.4C2245EF.IP) (Input/output error)
  626. # [03:06] <@gavin> oh, right
  627. # [03:06] <@gavin> bajaj: ^
  628. # [03:07] * Quits: tessarakt (jens@moz-8904A07A.dip0.t-ipconnect.de) (Ping timeout)
  629. # [03:07] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  630. # [03:07] <glandium> https://mail.mozilla.com/home/akeybl@mozilla.com/Release%20Management.html says the go-to-build is today and release on thursday
  631. # [03:07] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/a11cd50edb0d - Mike Hommey - Bug 901413 - Support GNU/kFreeBSD in AsmJSSignalHandlers.cpp. r=luke
  632. # [03:07] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/796cc8c83183 - Mike Hommey - Bug 901202 - Set WEBRTC_TARGET_ARCH to a right value on ia64. r=ted
  633. # [03:07] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/4752e1aea7b1 - Mike Hommey - Bug 901149 - Add the clang workaround for __float128 to HOST_CXXFLAGS when not cross-compiling. r=ted
  634. # [03:07] * Quits: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net) (Quit: ehugg)
  635. # [03:08] * Quits: markh (Instantbir@2FF4EFF1.DC6641C4.78BA16EF.IP) (Ping timeout)
  636. # [03:08] * Joins: Mossop (mossop@moz-3D9B2D8F.lsanca.fios.verizon.net)
  637. # [03:08] * corey is now known as corey|away
  638. # [03:09] * Joins: KWierso (chatzilla@E48845AB.3A9F9BD4.4C2245EF.IP)
  639. # [03:09] <@bz_away> gavin: are you happy reviewing an iid rev in content code? ;)
  640. # [03:10] * Joins: smooney (sheilamoon@moz-57825793.hsd1.ca.comcast.net)
  641. # [03:10] * Joins: karolyi (karolyi@moz-96052777.hu)
  642. # [03:10] <@bz_away> dzbarsky: ping
  643. # [03:11] <@bz_away> Anyone? ;)
  644. # [03:11] * Quits: vladan (vladan@5F5C8D6.46191683.57F33CED.IP) (Connection reset by peer)
  645. # [03:11] * Quits: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net) (Quit: jib)
  646. # [03:11] * Joins: markh (Instantbir@2FF4EFF1.DC6641C4.78BA16EF.IP)
  647. # [03:12] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  648. # [03:12] * Quits: Waka_Flocka_Flame (Waka_Flock@moz-4C1E443F.clients.kiwiirc.com) (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)
  649. # [03:12] * Quits: mjh563 (mjh563@moz-D891C5B8.cable.virginmedia.com) (Ping timeout)
  650. # [03:12] <@gavin> bz_away: uh, sure
  651. # [03:13] <rnewman> RyanVM: thanks for landing those beta changes for me
  652. # [03:13] <@bz_away> gavin: patch coming up
  653. # [03:13] * bz_away is now known as bz
  654. # [03:13] * Joins: vladan (vladan@5F5C8D6.46191683.57F33CED.IP)
  655. # [03:13] * Joins: Jerry (hshih@moz-99690620.hinet-ip.hinet.net)
  656. # [03:14] <@bz> gavin: patch in https://bugzilla.mozilla.org/show_bug.cgi?id=901682
  657. # [03:14] * Quits: chewey (chewey@moz-E2AF5965.dip0.t-ipconnect.de) (NickServ (GHOST command used by chewey_))
  658. # [03:14] * Joins: chewey (chewey@moz-450CC5B9.dip0.t-ipconnect.de)
  659. # [03:14] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  660. # [03:15] * Quits: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com) (Quit: mccr8)
  661. # [03:15] * Joins: karolyi (karolyi@moz-96052777.hu)
  662. # [03:17] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  663. # [03:17] <avih> roc: tried a clobber build with the missing frames detection patch, it ends with this error:
  664. # [03:17] <@gavin> bz: r+
  665. # [03:17] <avih> 6:18.80 No rule to make target 'DWMDll.h' needed by ['<command-line>', 'DWMDll.h']
  666. # [03:17] <avih> 6:18.81 <../../dist/include/DWMDll.h>: Found error
  667. # [03:17] <avih> 6:18.87 <export>: Found error
  668. # [03:17] <@bz> gavin: awesome, thanks
  669. # [03:19] * Quits: bent (chatzilla@moz-932324BF.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  670. # [03:19] * Quits: surkov (surkov@moz-174FE592.cable.teksavvy.com) (Quit: surkov)
  671. # [03:19] * Quits: vladan (vladan@5F5C8D6.46191683.57F33CED.IP) (Quit: Leaving.)
  672. # [03:20] <@roc> avih: oops, forgot to hg add some stuff
  673. # [03:20] * Joins: karolyi (karolyi@moz-96052777.hu)
  674. # [03:21] * jmontgomery is now known as jmontgomery_away
  675. # [03:21] <avih> roc: (eager to see how the detection correlates with my visual assessment)
  676. # [03:21] <avih> s/how/if/
  677. # [03:22] <@roc> I think there's a bug or something.
  678. # [03:22] <@roc> see comment #10
  679. # [03:22] <bajaj> bz: https://bugzilla.mozilla.org/show_bug.cgi?id=901682
  680. # [03:22] <bajaj> just approved
  681. # [03:22] <avih> yeah, i read your comment. though i don't mind much about the initial burst, tbh
  682. # [03:22] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  683. # [03:22] * Quits: jet (jet@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  684. # [03:22] <avih> roc: ^
  685. # [03:22] <bajaj> can we prioritize mozilla-beta landing ?
  686. # [03:22] * ewong is now known as ewong|sleep
  687. # [03:22] <bajaj> bz: please :)
  688. # [03:22] <@roc> I need to add more instrumentation to narrow down what the bug is. If it's a real bug, that would be very interesting.
  689. # [03:22] * Joins: mccr8 (mccr8@moz-5FEA0C74.dsl.dynamic.sonic.net)
  690. # [03:22] <@bz> bajaj: working on it
  691. # [03:23] <avih> roc: i care more about the stable state for now
  692. # [03:23] <bajaj> bz: thank you
  693. # [03:23] * Joins: pnkfelix (pnkfelix@moz-43495417.fbx.proxad.net)
  694. # [03:24] <@roc> avih: the stable state is probably working OK
  695. # [03:24] <avih> roc: also, there's still the issue that your system has much less scroll jank than mine, apparently, despite not being faster, as far as i can tell. this might point to interesting directions imo
  696. # [03:25] <@bz> bajaj: now if only the hook would let me push... ;)
  697. # [03:25] * Joins: mixedpuppy (mixedpuppy@moz-487B34D8.eng.wind.ca)
  698. # [03:25] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/37e7674e4737 - Boris Zbarsky - Bug 901682. Rev the IID for nsXMLHttpRequest. r=gavin
  699. # [03:25] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/ac6a028198c0 - Boris Zbarsky - Bug 901682. Rev the IID for nsXMLHttpRequest. r=gavin, a=bajaj, ba=bajaj
  700. # [03:25] * Quits: inolen (Adium@moz-D2D12FC1.socal.res.rr.com) (Ping timeout)
  701. # [03:25] * Joins: karolyi (karolyi@moz-96052777.hu)
  702. # [03:25] <@bz> bajaj: done
  703. # [03:26] * Joins: jedp (jedp@moz-89599B04.dsl.dynamic.sonic.net)
  704. # [03:26] <bajaj> bz: yep ba= does the trick ;)
  705. # [03:26] * Joins: inolen (Adium@moz-D2D12FC1.socal.res.rr.com)
  706. # [03:26] <bajaj> thank you
  707. # [03:27] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  708. # [03:27] <@bz> bajaj: no problem
  709. # [03:27] <@bz> bajaj: Sorry I missed that in review
  710. # [03:27] <@bz> tools++
  711. # [03:28] <avih> roc: btw, good talk in taipei :)
  712. # [03:28] * Joins: tchevalier (Thunderbir@moz-6BE893DA.rev.sfr.net)
  713. # [03:28] * Quits: smooney (sheilamoon@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  714. # [03:28] <bajaj> bz: i wish there was as hg hook to help with that way early
  715. # [03:28] <bajaj> i believe jwir3 is working on it
  716. # [03:28] * Quits: sicking (sicking@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: sicking)
  717. # [03:29] * Quits: @dveditz (dveditz@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  718. # [03:29] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  719. # [03:30] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  720. # [03:30] <@roc> avih: thanks. Hopefully the code review talk will be posted soon too.
  721. # [03:30] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  722. # [03:31] * Quits: pnkfelix (pnkfelix@moz-43495417.fbx.proxad.net) (Quit: Leaving.)
  723. # [03:31] <reuben> avih/roc: where are those talks being posted?
  724. # [03:32] <avih> reuben: appeared on planel.mozilla.org here's a direct link http://robert.ocallahan.org/2013/08/mozilla-engineering-culture-talk-now.html
  725. # [03:32] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/8cdcbec4b5f2 - Daniel Holbert - Bug 901645: Mark some variables in content/base/src as DebugOnly. r=smaug
  726. # [03:32] <reuben> avih: thanks
  727. # [03:33] <avih> sure
  728. # [03:33] <avih> thank roc ;)
  729. # [03:34] <markh> jlebar: is it known that git-push-to-try has issues with the hg "phases", and the final qpop it tries to do fails with "abort: popping would remove an immutable revision\n(see "hg help phases" for details)"?
  730. # [03:34] <jlebar> markh: yes; you just need to set up your own hook to work around that.
  731. # [03:34] <jlebar> markh: https://wiki.mozilla.org/ReleaseEngineering/TryServer#Disable_hg_phases_with_a_post-push_hook
  732. # [03:35] <jlebar> markh: Or you can wait for bug 725362 to be resolved. </joke>
  733. # [03:35] <markh> jlebar: any reason the command itself can't just execute that command?
  734. # [03:35] <jlebar> markh: no reason other than that I'd expect most people already have the hook already.
  735. # [03:35] <jlebar> I'd definitely take a patch.
  736. # [03:36] * Joins: karolyi (karolyi@moz-96052777.hu)
  737. # [03:36] <markh> I have a command called "try" - so "hg try" does the right thing - but hence the hook is on that command. But yeah, I'll submit a patch now I have the command itself working on windows :)
  738. # [03:36] <jlebar> markh: sgtm!
  739. # [03:36] * Joins: Boriss_ (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net)
  740. # [03:36] * Quits: Boriss_ (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Boriss_)
  741. # [03:36] <avih> gavin: apologies on 888304. i misread the changes. thx for the explanation.
  742. # [03:37] * Quits: Boriss (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  743. # [03:37] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  744. # [03:38] * Quits: jedp (jedp@moz-89599B04.dsl.dynamic.sonic.net) (Quit: Computer has gone to sleep.)
  745. # [03:38] * Quits: mcomella (mcomella@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  746. # [03:39] * Joins: surkov (surkov@moz-174FE592.cable.teksavvy.com)
  747. # [03:39] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  748. # [03:40] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  749. # [03:40] * Quits: mixedpuppy (mixedpuppy@moz-487B34D8.eng.wind.ca) (Quit: mixedpuppy)
  750. # [03:40] * Joins: tessarakt (jens@moz-E1197616.dip0.t-ipconnect.de)
  751. # [03:40] * Quits: brson (brson@moz-BBE3ABD.mv.mozilla.com) (Quit: leaving)
  752. # [03:41] * Joins: karolyi (karolyi@moz-96052777.hu)
  753. # [03:42] * Quits: tessarakt (jens@moz-E1197616.dip0.t-ipconnect.de) (Ping timeout)
  754. # [03:42] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  755. # [03:43] <@dbaron> jlebar, or have a push-to-try alias that explicitly invokes /usr/local/mercurial-2.0.1/bin/hg :-)
  756. # [03:43] * Joins: seth (seth@moz-D840E602.dsl.static.sonic.net)
  757. # [03:43] <jlebar> dbaron: lol
  758. # [03:44] <@dbaron> jlebar, my alias actually predates mercurial 2.1... so it was a trivial change
  759. # [03:44] * Joins: elin (elin@moz-99690620.hinet-ip.hinet.net)
  760. # [03:44] * Quits: seth (seth@moz-D840E602.dsl.static.sonic.net) (Input/output error)
  761. # [03:45] * Quits: @dbaron (dbaron@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  762. # [03:46] * Joins: karolyi (karolyi@moz-96052777.hu)
  763. # [03:47] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  764. # [03:47] * Joins: allstarschh (allstars@moz-99690620.hinet-ip.hinet.net)
  765. # [03:48] * Joins: tessarakt (jens@moz-E88DF0C3.dip0.t-ipconnect.de)
  766. # [03:49] * Quits: tonymec (tonymec@moz-AC4BCEE6.adsl-dyn.isp.belgacom.be) (Ping timeout)
  767. # [03:49] <markh> jlebar: https://github.com/mhammond/moz-git-tools/commit/0258b5159b42e52ee21e5bfcf8f2819a55f7799c (no pull request yet though - I'll let it bake and I'm sure when I come to pushing to m-c I'll hit a similar problem...)
  768. # [03:50] * Quits: tessarakt (jens@moz-E88DF0C3.dip0.t-ipconnect.de) (Ping timeout)
  769. # [03:50] * Quits: tonymec|away (tonymec@moz-AC4BCEE6.adsl-dyn.isp.belgacom.be) (Ping timeout)
  770. # [03:50] <jlebar> markh: note set -e at the top of the file; you don't want to leave garbage files sitting around.
  771. # [03:50] <jlebar> markh: Also, maybe you can use mktemp?
  772. # [03:50] <markh> no mktemp in the windows env best I can tell
  773. # [03:50] * Quits: Mossop (mossop@moz-3D9B2D8F.lsanca.fios.verizon.net) (Ping timeout)
  774. # [03:51] <jlebar> markh: wow, that's really gross.
  775. # [03:51] * joduinn is now known as joduinn-afk
  776. # [03:51] * Joins: karolyi (karolyi@moz-96052777.hu)
  777. # [03:51] <markh> (ie, in the moz-build environment)
  778. # [03:51] <jlebar> yeah
  779. # [03:51] <markh> I'm sure one exists
  780. # [03:51] <jlebar> sure
  781. # [03:51] * Quits: briansmith (briansmith@A08B97D3.FE812AB7.68501611.IP) (Ping timeout)
  782. # [03:52] * Joins: tonymec|away (tonymec@moz-AC4BCEE6.adsl-dyn.isp.belgacom.be)
  783. # [03:52] <markh> jlebar: comment about set -e and temp files went straight over my head though
  784. # [03:52] <jlebar> markh: :) set -e tells bash to exit on error.
  785. # [03:52] * mattwoodrow|away is now known as mattwoodrow
  786. # [03:52] * Joins: sicking (sicking@moz-BE33DA21.fw1.sfo1.mozilla.net)
  787. # [03:52] <heycam> I would prefer it if the "try:" commit message were on a separate empty commit on top of the patches I'm pushing
  788. # [03:52] <heycam> so I can see on tbpl more easily what patch I've got pushed
  789. # [03:52] <jlebar> markh: So if the qref fails, we'll leave the file around.
  790. # [03:52] * heycam is too lazy to fix it himself though :(
  791. # [03:52] <markh> oh - right - so an error leaves the tempfile hanging around
  792. # [03:52] <markh> right
  793. # [03:52] <jlebar> markh: sorry, g2g
  794. # [03:52] <jlebar> thanks for the patch!
  795. # [03:53] <markh> np, thx
  796. # [03:53] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  797. # [03:53] * jlebar is now known as jlebar|away
  798. # [03:53] <markh> heycam: yeah :) I might try and make that happen
  799. # [03:53] <heycam> markh++ :)
  800. # [03:53] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  801. # [03:53] <heycam> oh the other thing that bugs me is that it doesn't do an `hg qq` back to the queue I was using before
  802. # [03:53] <heycam> it leaves my on git-patches-temp
  803. # [03:54] <heycam> or whatever it's called
  804. # [03:54] <markh> yep, agreed!
  805. # [03:54] * Quits: tonymec|away (tonymec@moz-AC4BCEE6.adsl-dyn.isp.belgacom.be) (Ping timeout)
  806. # [03:54] <heycam> maybe I should have a separate inbound checkout that I get it to to push to, rather than my main one
  807. # [03:54] <markh> but I'm not sure I see why you'd be using the git tools *and* plain hg queues
  808. # [03:55] <heycam> I sometimes do quick patches in my inbound checkout
  809. # [03:55] <heycam> or have other patches I might keep around for pushing to try
  810. # [03:55] * Joins: philor (philor@moz-E8BD9EDD.csby.or.frontiernet.net)
  811. # [03:55] <heycam> philor, wb!
  812. # [03:55] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Quit: Leaving.)
  813. # [03:55] <markh> I can see it's a PITA while trying out the git tools though, and before you've "committed" to them...
  814. # [03:55] <heycam> heh
  815. # [03:56] <philor> thx
  816. # [03:56] * Quits: thomaslee (thomaslee@moz-6C3931E3.static.twtelecom.net) (Client exited)
  817. # [03:56] * Joins: karolyi (karolyi@moz-96052777.hu)
  818. # [03:58] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  819. # [03:58] * Quits: pcwalton (pcwalton@moz-BBE3ABD.mv.mozilla.com) (Quit: pcwalton)
  820. # [03:59] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/769f69cc50f1 - Brian R. Bondy - Bug 901025 - Allow GDI rendering mode when OMTC is enabled. r=jimm
  821. # [03:59] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/94c38c3b3b17 - Brian R. Bondy - Bug 901071 - D2D rendering always being disabled for Windows 8.1 on Intel hardware. r=bjacob
  822. # [04:00] * Joins: dhaval (dhaval@moz-B8B96E1D.cpe.net.cable.rogers.com)
  823. # [04:00] * Joins: tonymec (tonymec@moz-AC4BCEE6.adsl-dyn.isp.belgacom.be)
  824. # [04:01] * Quits: ctangira (ctangira@moz-44402D73.cisco.com) (Quit: ctangira)
  825. # [04:01] * Joins: karolyi (karolyi@moz-96052777.hu)
  826. # [04:01] * Joins: ericchou (ericchou@moz-99690620.hinet-ip.hinet.net)
  827. # [04:03] * Joins: shelly (shelly@moz-99690620.hinet-ip.hinet.net)
  828. # [04:03] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  829. # [04:05] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ae1ca732d820 - Alexander Surkov - Bug 900943 - multiline textbox contains bogus <br>, r=tbsaunde
  830. # [04:06] * Joins: karolyi (karolyi@moz-96052777.hu)
  831. # [04:06] * Quits: cpeterson (cpeterson@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  832. # [04:07] * rail_away is now known as rail
  833. # [04:08] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  834. # [04:10] * Quits: gustavold (gustavold@C3C3A2D6.EE4D6669.DF2AC62B.IP) (Ping timeout)
  835. # [04:11] * Joins: tessarakt (jens@moz-BE7051B1.dip0.t-ipconnect.de)
  836. # [04:11] * Quits: breck (breck@moz-75F4A57.hsd1.ca.comcast.net) (Client exited)
  837. # [04:12] * Joins: breck (breck@moz-75F4A57.hsd1.ca.comcast.net)
  838. # [04:13] * Quits: tessarakt (jens@moz-BE7051B1.dip0.t-ipconnect.de) (Ping timeout)
  839. # [04:13] * Quits: marco (marco@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  840. # [04:14] * Quits: KWierso (chatzilla@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  841. # [04:14] * Joins: smooney (sheilamoon@moz-57825793.hsd1.ca.comcast.net)
  842. # [04:14] * Quits: breck (breck@moz-75F4A57.hsd1.ca.comcast.net) (Client exited)
  843. # [04:14] * Joins: KWierso (chatzilla@E48845AB.3A9F9BD4.4C2245EF.IP)
  844. # [04:16] * Quits: mccr8 (mccr8@moz-5FEA0C74.dsl.dynamic.sonic.net) (Quit: mccr8)
  845. # [04:16] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  846. # [04:16] * Joins: karolyi (karolyi@moz-96052777.hu)
  847. # [04:16] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  848. # [04:16] * hwine is now known as hwine-ooo
  849. # [04:18] * Joins: tessarakt (jens@moz-FEEFCB43.dip0.t-ipconnect.de)
  850. # [04:18] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  851. # [04:21] * Joins: karolyi (karolyi@moz-96052777.hu)
  852. # [04:22] * Quits: Waldo (waldo@moz-BBE3ABD.mv.mozilla.com) (Quit: ChatZilla 0.9.87-7.1450hg.fc19 [XULRunner 22.0/20130701153714])
  853. # [04:23] * Quits: smooney (sheilamoon@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  854. # [04:23] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  855. # [04:23] * Joins: smooney (sheilamoon@moz-57825793.hsd1.ca.comcast.net)
  856. # [04:25] * Joins: KWierso_ (chatzilla@E48845AB.3A9F9BD4.4C2245EF.IP)
  857. # [04:25] * Quits: KWierso (chatzilla@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  858. # [04:26] * KWierso_ is now known as KWierso
  859. # [04:26] * heycam is now known as heycam|away
  860. # [04:26] * Quits: KaiRo_away (robert@moz-34ABB656.adsl.highway.telekom.at) (Input/output error)
  861. # [04:26] * Joins: karolyi (karolyi@moz-96052777.hu)
  862. # [04:27] * Quits: KWierso (chatzilla@E48845AB.3A9F9BD4.4C2245EF.IP) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  863. # [04:28] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  864. # [04:28] * Quits: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net) (Ping timeout)
  865. # [04:28] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  866. # [04:28] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  867. # [04:28] * Joins: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net)
  868. # [04:29] <markh> mach has been struggling recently :( Most recently, I'm seeing "ObjdirMismatchException: Objdir mismatch: o:\src\mm\mozilla-hg\mc-socialapi-landing\obj-i686-pc-mingw32 != o:/src/mm/mozilla-hg/mc-socialapi-landing/obj-@CONFIG_GUESS@"
  869. # [04:29] * Quits: ckitching (ckitching@moz-329F29A3.lightspeed.sntcca.sbcglobal.net) (Input/output error)
  870. # [04:29] * Joins: mixedpuppy (mixedpuppy@51A626B5.35B7DD5F.A38E6C4C.IP)
  871. # [04:29] <markh> actually, mach, I think you will find they *are* the same!
  872. # [04:30] * Quits: bjacob (bjacob@moz-7B805CC2.rev.sfr.net) (Ping timeout)
  873. # [04:30] * Joins: KWierso (chatzilla@E48845AB.3A9F9BD4.4C2245EF.IP)
  874. # [04:30] * Joins: Boriss (FlyingToas@moz-D58E9.public.monkeybrains.net)
  875. # [04:31] * Joins: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net)
  876. # [04:31] <KWierso> philor: !!!
  877. # [04:31] <avih> tanvi: ping
  878. # [04:31] * Joins: karolyi (karolyi@moz-96052777.hu)
  879. # [04:32] <philor> KWierso: miss me?
  880. # [04:32] <KWierso> a bit
  881. # [04:32] * Quits: birtles (chatzilla@moz-C286AD9A.bitcat.net) (Connection reset by peer)
  882. # [04:33] * Joins: birtles (chatzilla@moz-C286AD9A.bitcat.net)
  883. # [04:33] * Quits: m_kato (m_kato@moz-C286AD9A.bitcat.net) (Ping timeout)
  884. # [04:33] * Joins: m_kato (m_kato@moz-C286AD9A.bitcat.net)
  885. # [04:33] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  886. # [04:35] * Quits: smooney (sheilamoon@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  887. # [04:35] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Quit: Leaving.)
  888. # [04:35] * Quits: dhaval (dhaval@moz-B8B96E1D.cpe.net.cable.rogers.com) (Quit: This computer has gone to sleep)
  889. # [04:36] <KWierso> philor: I assume your time away has filled you with hopeful optimism about the state of the tree :)
  890. # [04:36] * Joins: Mossop (mossop@moz-3D9B2D8F.lsanca.fios.verizon.net)
  891. # [04:37] * Joins: karolyi (karolyi@moz-96052777.hu)
  892. # [04:37] <@bz> philor? optimism?
  893. # [04:37] <philor> KWierso: so far, my only opinion is that the amount of increase in hidden permared over the last three weeks makes using &showall=1 intolerable; I can't remember, is that what optimism feels like?
  894. # [04:37] * Quits: m_kato (m_kato@moz-C286AD9A.bitcat.net) (Ping timeout)
  895. # [04:37] <KWierso> I think so?
  896. # [04:37] <@bz> That's the philor I know!
  897. # [04:37] * Joins: m_kato (m_kato@moz-C286AD9A.bitcat.net)
  898. # [04:38] <KWierso> philor: oh, and tbpl's been at times ridiculously slow to the point of being unusable over the last few weeks
  899. # [04:38] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  900. # [04:38] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  901. # [04:39] <KWierso> though edmorley turned on gzip compression for some stuff this morning, and things have been better since
  902. # [04:39] * mattwoodrow is now known as mattwoodrow|away
  903. # [04:40] <Callek> philor: compare your m-c optimism with your cedar showall optimism, or if you're masochistic your ash showall optimism..... then you'll see you _really_ were optimistic about central!
  904. # [04:41] <gps> markh: I thought we fixed that in recent m-c
  905. # [04:41] <markh> gps: ahh - I thought I grabbed it just a few hours ago, but let me try again.
  906. # [04:41] * Quits: Mossop (mossop@moz-3D9B2D8F.lsanca.fios.verizon.net) (Ping timeout)
  907. # [04:42] * Joins: karolyi (karolyi@moz-96052777.hu)
  908. # [04:42] * Quits: mixedpuppy (mixedpuppy@51A626B5.35B7DD5F.A38E6C4C.IP) (Quit: mixedpuppy)
  909. # [04:42] <gps> markh: if it doesn't work, apply the patch from bug 894973 and file a new bug with the output
  910. # [04:43] * Quits: jwilde (Thunderbir@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  911. # [04:43] * Quits: masayuki1 (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Quit: masayuki1)
  912. # [04:43] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  913. # [04:43] * Joins: masayuki1 (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  914. # [04:44] <markh> gps: ok, thanks. was missing ~40 changesets - hopefully it was in one of them. Not sure where the fix was, so not sure what to incrementally build - it's lunchtime for me, so I'll just do a full build.
  915. # [04:45] * Quits: tchevalier (Thunderbir@moz-6BE893DA.rev.sfr.net) (Quit: tchevalier)
  916. # [04:46] * Quits: mhenretty (mhenretty@moz-EBD894EA.columbus.res.rr.com) (Quit: mhenretty)
  917. # [04:47] * Joins: karolyi (karolyi@moz-96052777.hu)
  918. # [04:47] * Joins: breck (breck@moz-E512D9D2.hsd1.ca.comcast.net)
  919. # [04:48] * Quits: jdm (jdm@92FB48CA.8B5E9DF.9A8C35B4.IP) (Quit: Lost terminal)
  920. # [04:48] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  921. # [04:48] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  922. # [04:48] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  923. # [04:50] * Quits: T3 (T3@8D2F72AE.EA79C52F.3927C314.IP) (Ping timeout)
  924. # [04:51] * Joins: tonymec|away (tonymec@moz-AC4BCEE6.adsl-dyn.isp.belgacom.be)
  925. # [04:51] * Joins: ctangira (ctangira@moz-44402D73.cisco.com)
  926. # [04:52] * Joins: karolyi (karolyi@moz-96052777.hu)
  927. # [04:53] * joduinn-afk is now known as joduinn-home
  928. # [04:53] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  929. # [04:54] * Joins: ekr_ (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  930. # [04:55] * Quits: breck (breck@moz-E512D9D2.hsd1.ca.comcast.net) (Client exited)
  931. # [04:56] * Quits: ekr_ (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Ping timeout)
  932. # [04:56] * Joins: jwilde (Thunderbir@moz-ABE52D50.hsd1.ca.comcast.net)
  933. # [04:57] * heycam|away is now known as heycam
  934. # [04:57] * Joins: karolyi (karolyi@moz-96052777.hu)
  935. # [04:58] <dholbert> froydnj, ping
  936. # [04:58] * Quits: birtles (chatzilla@moz-C286AD9A.bitcat.net) (Connection reset by peer)
  937. # [04:59] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  938. # [04:59] * Joins: birtles (chatzilla@moz-C286AD9A.bitcat.net)
  939. # [04:59] * Quits: m_kato (m_kato@moz-C286AD9A.bitcat.net) (Connection reset by peer)
  940. # [05:00] * Joins: m_kato (m_kato@moz-C286AD9A.bitcat.net)
  941. # [05:00] * Joins: birtles_ (chatzilla@moz-C286AD9A.bitcat.net)
  942. # [05:01] * Quits: birtles (chatzilla@moz-C286AD9A.bitcat.net) (Ping timeout)
  943. # [05:01] * birtles_ is now known as birtles
  944. # [05:02] * Quits: Jesse (jruderman@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  945. # [05:02] * Joins: karolyi (karolyi@moz-96052777.hu)
  946. # [05:02] * Joins: harth (harth@A1148499.C9D33E0E.56B58B45.IP)
  947. # [05:03] <tanvi> avih: pong
  948. # [05:04] <philor> sweet, Opera got Blink and we got Hallvord Steen? net win for us!
  949. # [05:04] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  950. # [05:04] * Joins: arasbm (zooby@moz-8E336844.vf.shawcable.net)
  951. # [05:04] * Quits: jwilde (Thunderbir@moz-ABE52D50.hsd1.ca.comcast.net) (Quit: jwilde)
  952. # [05:04] * Quits: harth (harth@A1148499.C9D33E0E.56B58B45.IP) (Ping timeout)
  953. # [05:04] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  954. # [05:04] * Joins: squib (squib@EBA84827.A73C08F8.348C8185.IP)
  955. # [05:05] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  956. # [05:05] <avih> tanvi: i was thinking of posting this http://www.pastebin.mozilla.org/2791335 to bug 815321 . how far am i from something useful?
  957. # [05:06] <tanvi> avih: this sounds like the content integrity spec that the w3c webappsec working group has been discussing
  958. # [05:06] <tanvi> avih: it does alleviate the mixed content concern
  959. # [05:06] * Quits: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  960. # [05:06] * Joins: dbaron (dbaron@moz-FD349932.dsl.dynamic.sonic.net)
  961. # [05:06] * ChanServ sets mode: +ao dbaron dbaron
  962. # [05:06] <tanvi> since the digest is served over https
  963. # [05:07] <avih> tanvi: is there anything to do with this? while not a security expect, i think it could be quite useful. what say you?
  964. # [05:07] <avih> yup
  965. # [05:07] * Joins: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net)
  966. # [05:07] <tanvi> avih: i really like the idea!
  967. # [05:07] * Quits: sfoster_ (sfoster@moz-961AB6F2.hsd1.or.comcast.net) (Ping timeout)
  968. # [05:07] * Joins: karolyi (karolyi@moz-96052777.hu)
  969. # [05:07] <tanvi> but there are a lot of details that have to be spec'ed out
  970. # [05:07] <avih> ok. i'll post it at the bug (was about to click "save" when you re-pinged me ;) )
  971. # [05:08] * Quits: jwalker (jwalker@moz-BB05A345.cable.virginmedia.com) (Ping timeout)
  972. # [05:08] <tanvi> about how to compute the hash. i think there were some concerns about padding and browsers computing the hash in a standard way
  973. # [05:08] <avih> yeah, sure. it was just a quick idea after readong of fx23 mixed content block
  974. # [05:08] * Joins: mixedpuppy (mixedpuppy@FAD454DC.CDDF2711.C4CBE0CB.IP)
  975. # [05:08] <tanvi> let me see if i can find any references to the content integrity spec/idea
  976. # [05:08] <avih> cool. thanks
  977. # [05:09] * Joins: cpeterson (cpeterson@moz-7626A9DE.lmi.net)
  978. # [05:09] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  979. # [05:09] <tanvi> avih: for mixed display content, this would also be very helpful. since i dont want to necessarily force all video and image content to go over ssl, but i hate the privacy/security implications that mixed display content pose
  980. # [05:10] <RyanVM> philor's back!
  981. # [05:10] <RyanVM> (in one piece, I hope)
  982. # [05:10] <nthomas> look who's back, back again
  983. # [05:10] * Joins: jwalker (jwalker@moz-BB05A345.cable.virginmedia.com)
  984. # [05:10] <philor> all parts accounted for, mostly unpunctured
  985. # [05:10] * Joins: sfoster (sfoster@moz-961AB6F2.hsd1.or.comcast.net)
  986. # [05:10] <RyanVM> philor: a definite improvement :P
  987. # [05:10] <avih> tanvi: actually, for streaming it's less simple since typically you want to start playing the content before you could compute the digest over the full content.
  988. # [05:11] <tanvi> avih, oh yeah, that's true. wouldn't really work for streaming
  989. # [05:11] <avih> tanvi: i was thinking more of 3rd party lib hosts, though unfortunately it may also make life easier for 3rd party ad servers... :/
  990. # [05:12] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  991. # [05:12] * Joins: karolyi (karolyi@moz-96052777.hu)
  992. # [05:12] <tanvi> yes, it would work for ads on ssl pages where hte 3rd party advertiser doesn't have an https option
  993. # [05:13] * Quits: elin (elin@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  994. # [05:13] <tanvi> have you heard about CSP and script-hash?
  995. # [05:13] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  996. # [05:13] * Quits: rnewman (rich_holyg@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  997. # [05:13] <tanvi> it uses a similar idea
  998. # [05:14] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  999. # [05:14] * Joins: ckerschb (ckerschb@moz-B66EA4B2.ics.uci.edu)
  1000. # [05:15] <avih> i haven't.
  1001. # [05:15] <tanvi> i can't seem to find any references right now
  1002. # [05:16] <avih> i don't typically follow browser security issues, but that blocked by default of mixed content on fx23 made me think of some concerns which users/devs would have, and if there could be a simple solution. i was assuming there might be some, but after reading through most of the mixed content docs i couldn't find anything similar to my suggestion...
  1003. # [05:17] * Joins: lmandel (lmandel@moz-76CE9D51.cable.teksavvy.com)
  1004. # [05:17] * Joins: smooney (sheilamoon@moz-57825793.hsd1.ca.comcast.net)
  1005. # [05:17] * Joins: rnewman (rich_holyg@moz-DB4A9C19.scl3.mozilla.com)
  1006. # [05:17] <avih> so i figured i should at least bring it up, at the potential cost of making me look silly ;)
  1007. # [05:17] <avih> glad i'm not ;)
  1008. # [05:17] * Joins: karolyi (karolyi@moz-96052777.hu)
  1009. # [05:18] * Quits: rniwa (rniwa@5FEFE500.BA327C77.775DF071.IP) (Quit: rniwa)
  1010. # [05:18] <tanvi> :)
  1011. # [05:18] <tanvi> thanks for bringing it up.
  1012. # [05:19] <tanvi> avih: i will post some documentation in the bug tomorrow once i do a little more digging for it
  1013. # [05:19] <avih> cool. thx/
  1014. # [05:19] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  1015. # [05:19] * Joins: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net)
  1016. # [05:19] * ChanServ sets mode: +o dveditz
  1017. # [05:19] <tanvi> the webappsec group hasn't started working on the content integrity spec yet, because it's busy with a couple other specs (including CSP). but hopefully we will soon
  1018. # [05:21] <avih> "content integrity specs" sounds like what i had in mind indeed. a shame that simple security ideas almost never work on first try ;) but glad to hear that smarted ppl than me are working on it :)
  1019. # [05:22] * Joins: karolyi (karolyi@moz-96052777.hu)
  1020. # [05:24] * Quits: kdc (chatzilla@moz-2ACC6B38.pk.shawcable.net) (Connection reset by peer)
  1021. # [05:24] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  1022. # [05:24] * Joins: kdc (chatzilla@moz-2ACC6B38.pk.shawcable.net)
  1023. # [05:24] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  1024. # [05:24] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1025. # [05:25] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  1026. # [05:25] * Joins: ckitching (ckitching@moz-329F29A3.lightspeed.sntcca.sbcglobal.net)
  1027. # [05:25] * Quits: surkov (surkov@moz-174FE592.cable.teksavvy.com) (Quit: surkov)
  1028. # [05:25] * RyanVM is now known as RyanVM|afk
  1029. # [05:26] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/876c7f8cbe32 - Daniel Holbert - Bug 901799: Remove no-longer-used variable 'compartment' from MacroAssembler::checkInterruptFlagsPar(). r=bhackett
  1030. # [05:26] * Quits: m_kato (m_kato@moz-C286AD9A.bitcat.net) (Ping timeout)
  1031. # [05:28] * Joins: karolyi (karolyi@moz-96052777.hu)
  1032. # [05:28] * Joins: T3 (T3@8D2F72AE.EA79C52F.3927C314.IP)
  1033. # [05:28] * Joins: harth (harth@A1148499.C9D33E0E.56B58B45.IP)
  1034. # [05:28] * Quits: smooney (sheilamoon@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  1035. # [05:28] * Quits: squib (squib@EBA84827.A73C08F8.348C8185.IP) (Quit: Leaving)
  1036. # [05:28] * Joins: squib (squib@EBA84827.A73C08F8.348C8185.IP)
  1037. # [05:29] * Quits: RyanVM|afk (Thunderbir@E48845AB.3A9F9BD4.4C2245EF.IP) (Connection reset by peer)
  1038. # [05:29] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  1039. # [05:29] * Quits: KWierso (chatzilla@E48845AB.3A9F9BD4.4C2245EF.IP) (Connection reset by peer)
  1040. # [05:29] * Joins: m_kato (m_kato@moz-C286AD9A.bitcat.net)
  1041. # [05:30] * Joins: KWierso (chatzilla@E48845AB.3A9F9BD4.4C2245EF.IP)
  1042. # [05:31] * Quits: lmandel (lmandel@moz-76CE9D51.cable.teksavvy.com) (Quit: lmandel)
  1043. # [05:32] <@bz> Is PROFILER_LABEL ok on non-main threads?
  1044. # [05:32] * rail is now known as rail_away
  1045. # [05:32] * Quits: m_kato (m_kato@moz-C286AD9A.bitcat.net) (Ping timeout)
  1046. # [05:33] * Joins: karolyi (karolyi@moz-96052777.hu)
  1047. # [05:33] * Joins: RyanVM|afk (Thunderbir@E48845AB.3A9F9BD4.4C2245EF.IP)
  1048. # [05:34] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1049. # [05:34] <reuben> BenWa: ^
  1050. # [05:34] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  1051. # [05:35] <BenWa> reuben: To what message?
  1052. # [05:35] * Joins: mhenretty (mhenretty@moz-EBD894EA.columbus.res.rr.com)
  1053. # [05:35] <reuben> bz: given that there's a PROFILER_MAIN_THREAD_LABEL and it only asserts NS_IsMaiNThread before doing the same thing, I'd say yes
  1054. # [05:36] <reuben> BenWa: "Is PROFILER_LABEL ok on non-main threads?"
  1055. # [05:36] * Joins: m_kato (m_kato@moz-C286AD9A.bitcat.net)
  1056. # [05:36] <BenWa> reuben: Yes (maybe the message dropped, I don't see them)
  1057. # [05:36] <BenWa> reuben: Later we plan on introducing a faster main thread only variant of profiler_label
  1058. # [05:36] * Joins: dhaval (dhaval@moz-B8B96E1D.cpe.net.cable.rogers.com)
  1059. # [05:36] * Joins: mconley (mconley@moz-D640D16C.cable.teksavvy.com)
  1060. # [05:37] * Quits: mhenretty (mhenretty@moz-EBD894EA.columbus.res.rr.com) (Ping timeout)
  1061. # [05:37] * Quits: masayuki1 (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Quit: masayuki1)
  1062. # [05:38] * Joins: karolyi (karolyi@moz-96052777.hu)
  1063. # [05:38] * Quits: m_kato (m_kato@moz-C286AD9A.bitcat.net) (Ping timeout)
  1064. # [05:39] * Quits: sicking (sicking@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: sicking)
  1065. # [05:39] * Quits: ckerschb (ckerschb@moz-B66EA4B2.ics.uci.edu) (Ping timeout)
  1066. # [05:39] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  1067. # [05:40] * Quits: cpeterson (cpeterson@moz-7626A9DE.lmi.net) (Input/output error)
  1068. # [05:40] * Joins: ckerschb (ckerschb@moz-B66EA4B2.ics.uci.edu)
  1069. # [05:43] * Quits: ctangira (ctangira@moz-44402D73.cisco.com) (Quit: ctangira)
  1070. # [05:43] * Joins: breck (breck@moz-E512D9D2.hsd1.ca.comcast.net)
  1071. # [05:43] * Joins: karolyi (karolyi@moz-96052777.hu)
  1072. # [05:43] * Joins: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net)
  1073. # [05:44] <@bz> BenWa: thanks
  1074. # [05:45] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  1075. # [05:45] * Quits: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net) (Ping timeout)
  1076. # [05:46] <avih> tanvi: ah.. i just glimpsed over CSP and script-hash. not too simple ;) maybe they could take my suggestion as v1 and keep the rest for v2 ;)
  1077. # [05:46] <markh> gps: I don't see why a backslash would avoid that bug - isn't the problem simply that the "non expanded" version of config['topobjdir'] is being used?
  1078. # [05:46] <markh> (my workaround was to remove the @CONFIG-GUESS@ from mozconfig
  1079. # [05:46] * Quits: brambles (xymox@moz-969AAE9B.barwen.ch) (Ping timeout)
  1080. # [05:47] * Quits: botond-laptop (chatzilla@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  1081. # [05:47] <avih> tanvi: thx for the pointers.
  1082. # [05:47] * Quits: vladan-afk (vladan@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  1083. # [05:47] * Quits: botond (botond@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  1084. # [05:49] * Joins: brambles (xymox@moz-969AAE9B.barwen.ch)
  1085. # [05:49] * Joins: smooney (sheilamoon@moz-57825793.hsd1.ca.comcast.net)
  1086. # [05:51] * Quits: dhaval (dhaval@moz-B8B96E1D.cpe.net.cable.rogers.com) (Quit: This computer has gone to sleep)
  1087. # [05:53] * Joins: twi (Adium@moz-B855A39F.cust.dsl.vodafone.it)
  1088. # [05:53] * Joins: RyanVM|afk1 (Thunderbir@E48845AB.3A9F9BD4.4C2245EF.IP)
  1089. # [05:54] * Quits: ekr (ekr@moz-D7997EC8.rtfm.com) (Ping timeout)
  1090. # [05:54] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/7d4e75a5d414 - Nicolas B. Pierron - Bug 901178 - IonMonkey: Avoid parsing unused lambda functions. r=bhackett
  1091. # [05:54] * Quits: RyanVM|afk (Thunderbir@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  1092. # [05:55] * Quits: aut0mata (automata@3DCA807D.FA36B139.BB0EBA72.IP) (Ping timeout)
  1093. # [05:58] * Joins: karolyi (karolyi@moz-96052777.hu)
  1094. # [06:00] * Quits: ddahl (ddahl@5D3B67E3.71E1659D.DFB5E910.IP) (Ping timeout)
  1095. # [06:00] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  1096. # [06:00] * Joins: ddahl (ddahl@5D3B67E3.71E1659D.DFB5E910.IP)
  1097. # [06:00] * Quits: RyanVM|afk1 (Thunderbir@E48845AB.3A9F9BD4.4C2245EF.IP) (Connection reset by peer)
  1098. # [06:00] * Joins: botond (botond@13F2CEC5.7672369.D8E68FF6.IP)
  1099. # [06:01] * Quits: KWierso (chatzilla@E48845AB.3A9F9BD4.4C2245EF.IP) (Connection reset by peer)
  1100. # [06:03] * Quits: sfoster (sfoster@moz-961AB6F2.hsd1.or.comcast.net) (Ping timeout)
  1101. # [06:03] * Joins: sfoster (sfoster@moz-961AB6F2.hsd1.or.comcast.net)
  1102. # [06:03] * Joins: karolyi (karolyi@moz-96052777.hu)
  1103. # [06:03] * Quits: fxa (fxa90id@moz-88B014CD.nvidia.com) (Ping timeout)
  1104. # [06:04] * Quits: botond (botond@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  1105. # [06:04] * Joins: botond-laptop (chatzilla@B2068DC0.F60B0462.67AC9B1.IP)
  1106. # [06:05] * Joins: botond (botond@B2068DC0.F60B0462.67AC9B1.IP)
  1107. # [06:05] <jesup> where's the hg revision for Nightly builds stored? I'm trying to track down a regression range based on downloading nightlies
  1108. # [06:05] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  1109. # [06:05] <heycam> jesup, there's a .txt file in the directory on ftp.mozilla.org
  1110. # [06:05] <heycam> that contains the revision
  1111. # [06:05] <jesup> I don't see it in about:support
  1112. # [06:05] <heycam> about:buildconfig
  1113. # [06:06] * Joins: mhenretty (mhenretty@moz-EBD894EA.columbus.res.rr.com)
  1114. # [06:06] * Joins: vladan (vladan@13F2CEC5.7672369.D8E68FF6.IP)
  1115. # [06:07] <jesup> aha, thanks. And it's whatever.{os}.txt (I was looking for something without the OS, since I assume mac nightly revision == win32 nightly revision, etc)
  1116. # [06:08] * Quits: mixedpuppy (mixedpuppy@FAD454DC.CDDF2711.C4CBE0CB.IP) (Quit: mixedpuppy)
  1117. # [06:08] * Joins: karolyi (karolyi@moz-96052777.hu)
  1118. # [06:10] * Quits: mhenretty (mhenretty@moz-EBD894EA.columbus.res.rr.com) (Ping timeout)
  1119. # [06:10] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  1120. # [06:10] * Joins: dzbarsky (Adium@moz-5CEFB44B.washdc.fios.verizon.net)
  1121. # [06:10] * Joins: mbrubeck (mbrub_000@moz-45568FC0.hsd1.wa.comcast.net)
  1122. # [06:11] * Quits: botond-laptop (chatzilla@B2068DC0.F60B0462.67AC9B1.IP) (Ping timeout)
  1123. # [06:11] * Joins: botond-laptop (chatzilla@13F2CEC5.7672369.D8E68FF6.IP)
  1124. # [06:13] * Joins: karolyi (karolyi@moz-96052777.hu)
  1125. # [06:15] * Joins: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net)
  1126. # [06:15] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  1127. # [06:15] * Joins: ehugg (ehugg@moz-44D86B1E.cisco.com)
  1128. # [06:16] * Quits: mconley (mconley@moz-D640D16C.cable.teksavvy.com) (Input/output error)
  1129. # [06:16] <avih> roc: the missed frames detection works great. it correlates highly with my visual estimation. interestingly, typically it has a pattern of missed/duplicate/missed/duplicate/etc...
  1130. # [06:16] * Joins: krit (krit@moz-772EF3E6.superkabel.de)
  1131. # [06:16] * Quits: sfoster (sfoster@moz-961AB6F2.hsd1.or.comcast.net) (Ping timeout)
  1132. # [06:16] <@roc> that sounds like it could be a vsync timing bug?
  1133. # [06:16] <avih> it might
  1134. # [06:16] <@roc> I don't see that on my machine.
  1135. # [06:16] <@roc> although I haven't looked hard yet.
  1136. # [06:17] <avih> do you use it with the profiler? i added printf's together with the profiler labels
  1137. # [06:17] <@roc> the missed frame detection definitely has a bug at the start of an animation. See my latest comment.
  1138. # [06:17] <@roc> Yes, I use it with the profiler.
  1139. # [06:17] * Joins: sfoster (sfoster@moz-961AB6F2.hsd1.or.comcast.net)
  1140. # [06:17] <avih> on slow systems the profiler affects the results too much... printf's less so
  1141. # [06:17] <@roc> how do you get printfs to show up in an opt build? "start /console" or something?
  1142. # [06:18] * Joins: bdahl (bdahl@4272FEDC.BA6FA.189F3E15.IP)
  1143. # [06:18] <avih> yeah firefox --no-remote -console . the no remote since i use it on a clean profile
  1144. # [06:18] * Quits: jgilbert (jgilbert@moz-7B0110AD.mv.mozilla.com) (Ping timeout)
  1145. # [06:18] <avih> ermm.. -no-remote
  1146. # [06:18] * Joins: karolyi (karolyi@moz-96052777.hu)
  1147. # [06:19] * Quits: tanvi (tanvi@moz-9440AA69.hsd1.ca.comcast.net) (Quit: Leaving.)
  1148. # [06:20] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  1149. # [06:21] * Quits: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Quit: masayuki)
  1150. # [06:21] <avih> well, the vsync timing is a bit dodgy for two reasons: 1. we extrapolate the next vsync and set a (int) timer to 10% interval after it. and 2. we do this interpolation before we know how long it'll takes us to complete the driver tick.
  1151. # [06:21] <avih> extrapolation*
  1152. # [06:22] * Joins: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  1153. # [06:22] * Joins: janv (varga@moz-8BF5D87F.flarion.as5628.telecom.sk)
  1154. # [06:22] * Quits: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net) (Ping timeout)
  1155. # [06:22] * Quits: ehugg (ehugg@moz-44D86B1E.cisco.com) (Quit: ehugg)
  1156. # [06:23] <avih> i'll play with that a bit. i think even with the current method we can improve the timing.
  1157. # [06:23] * Joins: cpeterson (cpeterson@moz-7626A9DE.lmi.net)
  1158. # [06:24] * Joins: karolyi (karolyi@moz-96052777.hu)
  1159. # [06:24] * shorlander is now known as shorlander-away
  1160. # [06:25] * Joins: m_kato (m_kato@moz-C286AD9A.bitcat.net)
  1161. # [06:25] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  1162. # [06:26] * Quits: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Quit: masayuki)
  1163. # [06:26] * Joins: krit1 (krit@moz-8569A55.adobe.com)
  1164. # [06:26] <@njn> gps: ping
  1165. # [06:26] * Quits: krit (krit@moz-772EF3E6.superkabel.de) (Ping timeout)
  1166. # [06:27] * Joins: vigneshwaran (vigneshwar@56D06D16.E3A29D00.C943C01E.IP)
  1167. # [06:27] * Quits: harth (harth@A1148499.C9D33E0E.56B58B45.IP) (Input/output error)
  1168. # [06:27] <jesup> avih: yeah, misses are usually paired with dups when you have a constant-source-rate input and something is missing deadlines
  1169. # [06:27] * Quits: m_kato (m_kato@moz-C286AD9A.bitcat.net) (Ping timeout)
  1170. # [06:28] <jesup> darn, padenot and ehsan aren't around
  1171. # [06:28] <avih> jesup: define "missing deadlines"?
  1172. # [06:28] <jesup> kinda late for them
  1173. # [06:28] * Joins: m_kato (m_kato@moz-C286AD9A.bitcat.net)
  1174. # [06:28] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/65cd9cfc65c3 - Timothy Nikkel - Bug 896053. Unlink sibling/child lists of widgets for nsCocoaWindow's correctly. r=smichaud
  1175. # [06:28] <jesup> avih: vsync deadlines in particular; playout deadlines in general
  1176. # [06:29] * Joins: karolyi (karolyi@moz-96052777.hu)
  1177. # [06:30] <jesup> If this is a compositor, I used a PLL to figure out how long before VSYNC (conversely, how long since the last one) to start the composite operation to succeed with high percentage (avoid a dup, and a subsequent droP)
  1178. # [06:30] <avih> jesup: oh, yeah. i initially thought you meant "lacking deadlines", but then i figured it's "managed to not hit the deadline". right?
  1179. # [06:30] <jesup> yes
  1180. # [06:30] * Joins: juanb (jbecerra@moz-F1012875.hsd1.ca.comcast.net)
  1181. # [06:30] <avih> yeah, it makes sense.
  1182. # [06:30] <jesup> "blew through the deadline", if you prefer
  1183. # [06:30] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  1184. # [06:30] <avih> :)
  1185. # [06:31] * Quits: sfoster (sfoster@moz-961AB6F2.hsd1.or.comcast.net) (Ping timeout)
  1186. # [06:31] <@njn> so I used to be able to do partial builds, e.g. |make -C $OBJ js/src|. That no longer seems to work, presumably due to moz.build changes. Now I can do |mach build js/src|, but the disadvantage of that is that it always tries to link once it's finished js/src. Any way to avoid that link step?
  1187. # [06:31] * Joins: sfoster (sfoster@moz-961AB6F2.hsd1.or.comcast.net)
  1188. # [06:31] * Quits: ddahl (ddahl@5D3B67E3.71E1659D.DFB5E910.IP) (Ping timeout)
  1189. # [06:31] <jesup> Found a regression on windows; I think the libspeex resampler got broken on windows on 7/26 (7/27 nightly)
  1190. # [06:32] <avih> jesup: you're talking about mozilla's compositor? on that case, we do duplicate effort, since the refresh driver does something similar, though without a pll
  1191. # [06:32] <jesup> it's running slow... adding samples I'd guess
  1192. # [06:32] <jesup> avih: I don't know how mozilla's compositor works in any detail
  1193. # [06:32] <jesup> I was referring to what I did on Worldgate's videophones
  1194. # [06:33] <avih> right.
  1195. # [06:33] * Quits: vigneshwaran (vigneshwar@56D06D16.E3A29D00.C943C01E.IP) (Ping timeout)
  1196. # [06:33] * Joins: vigneshwaran (vigneshwar@FC0B83FD.138D8F1E.FD6A0EFF.IP)
  1197. # [06:33] <avih> jesup: well, actually, we don't really need a pll, and theoretically can know pretty good when will the next vsync happen
  1198. # [06:33] * Joins: mccr8 (mccr8@moz-5FEA0C74.dsl.dynamic.sonic.net)
  1199. # [06:33] * Quits: mccr8 (mccr8@moz-5FEA0C74.dsl.dynamic.sonic.net) (Input/output error)
  1200. # [06:34] <jesup> As it was on an embedded DSP, most compositing was just waiting for DMAs to finish or a scale-and-insert DSP function to run
  1201. # [06:34] * Joins: karolyi (karolyi@moz-96052777.hu)
  1202. # [06:34] <avih> as i noted earlier, our timers are only integer ms, so we have to aim to slightly past the next vsync, and 2. we extrapolate too early, so we don't take into account how long the current iteration would take. the latter is quite easy to fix, however. there's a patch already
  1203. # [06:35] <jesup> Right, the idea was to start the compositing as late as possible - as close to the vsync - in order to reduce the overall latency between a video frame being available for display and actually being displayed
  1204. # [06:35] <avih> yeah, i get it. for now, i'd be happy with always starting it asap after vsync :)
  1205. # [06:35] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  1206. # [06:36] <avih> once that's solid, we could start earlier, though that's dodgy, since it only works great if you have very stable composition times. or if you set your pll window to be short..
  1207. # [06:36] <jesup> can't get a signal to wake you up?
  1208. # [06:37] <avih> we don't have a good source for such signal ATM
  1209. # [06:37] <jesup> Ugh
  1210. # [06:37] <avih> none of the code is synced to vsync anywhere afaik
  1211. # [06:37] <jesup> WebGL can't see sync?
  1212. # [06:37] <avih> i mean, block synced
  1213. # [06:37] * Quits: sfoster (sfoster@moz-961AB6F2.hsd1.or.comcast.net) (Ping timeout)
  1214. # [06:37] <avih> didn't get that far
  1215. # [06:37] <jesup> 3D code really wants to see vsync....
  1216. # [06:38] <avih> yeah
  1217. # [06:38] <jesup> but maybe it's relying on our compositor?
  1218. # [06:38] <jesup> glandium: ping
  1219. # [06:39] * Joins: sfoster (sfoster@moz-961AB6F2.hsd1.or.comcast.net)
  1220. # [06:39] <avih> afaik the compositor kinda "floats" on its own timing, but on osx the double buffer will block us if we try to push 2 frames into a single vsync interval, so that kinda works. on windows we don't have any such block afaik
  1221. # [06:39] * Joins: karolyi (karolyi@moz-96052777.hu)
  1222. # [06:39] <@roc> that matches my understanding
  1223. # [06:39] <@roc> at least the way things work right now
  1224. # [06:40] * Joins: ddahl (ddahl@5D3B67E3.71E1659D.DFB5E910.IP)
  1225. # [06:40] <avih> at least my understanding is reasonable ;)
  1226. # [06:40] * Quits: sfoster (sfoster@moz-961AB6F2.hsd1.or.comcast.net) (Ping timeout)
  1227. # [06:41] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  1228. # [06:41] <jesup> roc: do you see any way bug 882543 could cause getUserMedia on windows fed to a <video> element to have a bad audio drift? (very bad). It's basically that bug, the libspeex SSE changes, or (outside chance) some cubeb change padenot made that sounds innocuous.
  1229. # [06:41] * Quits: ddahl (ddahl@5D3B67E3.71E1659D.DFB5E910.IP) (Ping timeout)
  1230. # [06:42] <avih> roc: if we deploy proper double buffering on windows, wouldn't the occasional (hopefully rare) block possibly reduce the number of occasional vsync misses?
  1231. # [06:42] * Joins: ddahl (ddahl@5D3B67E3.71E1659D.DFB5E910.IP)
  1232. # [06:42] * Quits: mbrubeck (mbrub_000@moz-45568FC0.hsd1.wa.comcast.net) (Quit: Leaving.)
  1233. # [06:43] <jesup> About 6 patches from that bug landed on m-c in the regression window. They all seem reasonable, but I definitely have an audio regression (another reason not to suspect MSG, and instead suspect libspeex resampler)
  1234. # [06:43] <@roc> jesup: anything's possible, but those patches mostly affect only offline MSGs
  1235. # [06:43] <jesup> yeah, exactly
  1236. # [06:43] <avih> brb few mins
  1237. # [06:43] <jesup> and sse would match it being windows only
  1238. # [06:44] <jesup> (though sse could run on mac and linus, so forget that unless they fubarred the runtime test)
  1239. # [06:44] * Joins: karolyi (karolyi@moz-96052777.hu)
  1240. # [06:44] <jesup> Or maybe the opts are bypassed on a 64-bit build?
  1241. # [06:44] <jesup> I haven't tested linux yet
  1242. # [06:45] <jesup> But it definitely regressed in the 7/27 nightly
  1243. # [06:45] <jesup> on win
  1244. # [06:45] <@roc> avih: I'm not exactly sure what you mean by double-buffering in this context. OMTC should give us some flexibility here, since we can block the OMTC thread without killing performance.
  1245. # [06:46] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  1246. # [06:46] <avih> roc: double buffering as using D3D more than single buffer chain. according to bas, if i understand correctly, currently we don't swap buffers but rather copy ours to the OS (at the GPU etc, and still) whenever we present.
  1247. # [06:46] * Joins: jet (jet@moz-79F891EE.hsd1.ca.comcast.net)
  1248. # [06:47] <avih> gtg. be back in few mins.
  1249. # [06:48] * Quits: karl (karl@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  1250. # [06:49] * Joins: karolyi (karolyi@moz-96052777.hu)
  1251. # [06:50] * Joins: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net)
  1252. # [06:50] * Joins: teoli (teoli@moz-BD275144.range86-144.btcentralplus.com)
  1253. # [06:51] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  1254. # [06:51] * nthomas is now known as nthomas|away
  1255. # [06:52] * dhylands|travel is now known as dhylands
  1256. # [06:53] * Joins: stransky (stransky@moz-59D79C36.broadband2.iol.cz)
  1257. # [06:54] * Joins: karolyi (karolyi@moz-96052777.hu)
  1258. # [06:54] * Quits: wesj (wesj@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1259. # [06:55] * Quits: mrbkap (mrbkap@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1260. # [06:56] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  1261. # [06:57] * Joins: mrbkap (mrbkap@C0C5E3A3.2379ECBA.D25A875A.IP)
  1262. # [06:57] * Quits: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net) (Ping timeout)
  1263. # [06:57] * Joins: vikash (vikash@40DF7679.9B5ABDAB.74119F78.IP)
  1264. # [06:58] * Joins: vendo (vendo@2A7A458C.685BED33.300931B2.IP)
  1265. # [06:58] * Joins: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net)
  1266. # [06:58] * jchen is now known as jchen|away
  1267. # [06:59] * Joins: karolyi (karolyi@moz-96052777.hu)
  1268. # [07:01] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  1269. # [07:02] * Joins: wesj (wesj@C0C5E3A3.2379ECBA.D25A875A.IP)
  1270. # [07:04] <cpearce> bz++
  1271. # [07:04] * Joins: karolyi (karolyi@moz-96052777.hu)
  1272. # [07:06] <avih> roc: back. the thing is, with proper double buffering, we could have much more leeway in our timing, since all we have to do is make sure we have at least one buffer at the chain at any time. so such miss/dup/miss/dup sequences would be avoided imo.
  1273. # [07:06] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  1274. # [07:09] <@roc> ok, now I'm seeing this miss-dup, miss-dup behavior
  1275. # [07:09] * Joins: karolyi (karolyi@moz-96052777.hu)
  1276. # [07:10] <@roc> I'm losing confidence in this frame measurement code
  1277. # [07:10] <@bz> cpearce: well, it would be if the code I write actually worked the first time... ;)
  1278. # [07:11] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  1279. # [07:12] <@roc> avih: there's some kind of lag in the way these counts are returned by GetDwmTimingInfo. When I get into the miss-dup, miss-dup pattern, I see that the beginning of an animation the refresh counts that include the time the compositor was suspended are reported by the GetDwmTimingInfo for the *third* frame of the animation, not the second as usual
  1280. # [07:13] <avih> roc: iirc in bas noticed that windows might not have this info instantly unless you really start using it. possible disables it by default, then does some internal averaging, then it starts working properly
  1281. # [07:13] * sfink is now known as sfink|pto
  1282. # [07:13] <glandium> jesup: pong
  1283. # [07:14] <@roc> that would be stupid and horrible
  1284. # [07:14] <@roc> so it's probably true
  1285. # [07:15] * Joins: karolyi (karolyi@moz-96052777.hu)
  1286. # [07:15] * Quits: smooney (sheilamoon@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  1287. # [07:15] <avih> heh
  1288. # [07:16] * Joins: mconley (mconley@moz-D640D16C.cable.teksavvy.com)
  1289. # [07:16] <jesup> glandium: hi. you reviewed bug 894941 (libspeex_resampler SSE runtime changes). Can you think of anything in that patch that could cause the resampler output size to change, relative to before the SSE changes? I'm seeing audio drift (delay increasing steadily) on 7/27 nightly and after (the bug landed 7/26)
  1290. # [07:16] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  1291. # [07:17] <glandium> jesup: i didn't review the code parts
  1292. # [07:17] <glandium> jesup: ehsan did
  1293. # [07:17] <jesup> Ok, was worth a try
  1294. # [07:18] * jesup is surprised they didn't have jmspeex (the author) review the import...
  1295. # [07:18] * Quits: jet (jet@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  1296. # [07:18] <glandium> jesup: apparently, this takes code that is in the upstream git
  1297. # [07:19] * Quits: bdahl (bdahl@4272FEDC.BA6FA.189F3E15.IP) (Client exited)
  1298. # [07:19] * Quits: arasbm (zooby@moz-8E336844.vf.shawcable.net) (Ping timeout)
  1299. # [07:19] <jesup> per jsmpeex, there is no true upstream - he was talking about making one to stop the proliferation of forks
  1300. # [07:19] <jesup> Since we were talking about using it in the webrtc.org upstream
  1301. # [07:20] * Joins: karolyi (karolyi@moz-96052777.hu)
  1302. # [07:20] <avih> jesup: it's probable that the sse resampler doesn't provide bitwise identical output to some reference resampler. so possibly it also somewhat affects stretching.
  1303. # [07:20] * krit1 is now known as krit
  1304. # [07:20] * jcranmer is now known as jcranmer|away
  1305. # [07:21] * Joins: mdas (mdas@E48845AB.3A9F9BD4.4C2245EF.IP)
  1306. # [07:21] <jesup> avih: that's a real huge back-it-out problem if true. A resampler needs to output the correct number of samples for the destination freq given the input, always, or it isn't doing what it said it was
  1307. # [07:21] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Quit: Leaving.)
  1308. # [07:21] * Joins: karl (karl@moz-C433B975.jetstream.xtra.co.nz)
  1309. # [07:21] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  1310. # [07:22] <jesup> There are usecases where you may not care or hear the drift, but in realtime audio it will kill you
  1311. # [07:22] * Quits: mmc|laptop (mchew@moz-BBC0C7F1.hsd1.ca.comcast.net) (Quit: mmc|laptop)
  1312. # [07:22] <avih> i agree it's a blocker
  1313. # [07:22] * Quits: mconley (mconley@moz-D640D16C.cable.teksavvy.com) (Ping timeout)
  1314. # [07:22] * Quits: mdas (mdas@E48845AB.3A9F9BD4.4C2245EF.IP) (Connection reset by peer)
  1315. # [07:22] <avih> jesup: can we swap the resampler with the previous one using some pref?
  1316. # [07:22] <jesup> I'm seeing like 1 second delay in a few minutes, and it builds forever. In like 10-15 min I had 5-6 seconds delay
  1317. # [07:23] <avih> 1 second in few minutes is quite a lot...
  1318. # [07:23] <jesup> avih: nope, I don't think so
  1319. # [07:23] <jesup> yeah
  1320. # [07:23] * Quits: wesj (wesj@C0C5E3A3.2379ECBA.D25A875A.IP) (Ping timeout)
  1321. # [07:23] <jesup> I'm trying to build on windows with a backout
  1322. # [07:23] <glandium> jesup: you can flip the use-sse flag with a debugger and see if that changes it
  1323. # [07:24] * Quits: mrbkap (mrbkap@C0C5E3A3.2379ECBA.D25A875A.IP) (Ping timeout)
  1324. # [07:24] <avih> not sire i get this: "This bug is about importing the code that is in the speex repo [1] and enabling it when we are on Intel, at compile time. Then, we need to add runtime checks in a couple locations." so is it runtime or compile time?
  1325. # [07:24] <glandium> (sse_private::sse*_enabled)
  1326. # [07:24] <glandium> avih: both
  1327. # [07:25] <glandium> avih: you can't have sse code when building on ppc ;)
  1328. # [07:25] * Joins: karolyi (karolyi@moz-96052777.hu)
  1329. # [07:25] <avih> very smart :p
  1330. # [07:25] <jesup> glandium: I don't get along with Windows debuggers well ;-) Though I can try.. kinda late though
  1331. # [07:25] <avih> so it's compiled if the target is a platform which might have sse, and then runtime-checked to verify it actually supports sse?
  1332. # [07:25] * Joins: mrbkap (mrbkap@C0C5E3A3.2379ECBA.D25A875A.IP)
  1333. # [07:25] <@roc> well, this sucks mightily
  1334. # [07:25] <jesup> avih: yes
  1335. # [07:26] <glandium> avih: yes
  1336. # [07:26] <avih> surely there's a pref to choose...
  1337. # [07:26] * dougt is now known as dougt|travelling
  1338. # [07:26] <avih> i mean, both are in anyway...
  1339. # [07:26] <glandium> avih: no, there's no pref
  1340. # [07:26] * Joins: mdas (mdas@E48845AB.3A9F9BD4.4C2245EF.IP)
  1341. # [07:26] <glandium> although, we could add prefs
  1342. # [07:26] <jesup> roc: no joke. I was worried it was my switching to the speex resampler on 7/22 that did it, but 7/23,24,25, and 26 nightlies were all clean
  1343. # [07:26] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  1344. # [07:26] * Joins: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net)
  1345. # [07:27] <glandium> (that would be global for all sse code)
  1346. # [07:27] * Joins: gandalf (zbraniecki@moz-DAF5CADA.hsd1.ca.comcast.net)
  1347. # [07:27] <@roc> no, I'm complaining about Microsoft
  1348. # [07:27] <avih> it _could_ be buggy upstream as well, or maybe we use it at a scenario at which it wasn't tested...
  1349. # [07:28] <glandium> jesup: note that the sse code *did* change something, as per comment 15. Maybe the mistake was to consider it was fine
  1350. # [07:28] * Joins: mmc|laptop (mchew@moz-BBC0C7F1.hsd1.ca.comcast.net)
  1351. # [07:28] <jesup> Per jmspeex (author of the code) there is no maintained upstream for that code
  1352. # [07:28] * jesup looks
  1353. # [07:28] * jchen|away is now known as jchen
  1354. # [07:29] <jesup> glandium: Yeah, that's the sort of error I'd expect if the samples in/out changed (at a 5-second read)
  1355. # [07:30] * Joins: karolyi (karolyi@moz-96052777.hu)
  1356. # [07:31] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  1357. # [07:33] * Quits: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net) (Ping timeout)
  1358. # [07:33] * Quits: kentuckyfriedtakahe (ajones@538BABFE.A073F3E.97BBD552.IP) (Quit: Ex-Chat)
  1359. # [07:33] * bz is now known as bz_sleep
  1360. # [07:33] <avih> hmmm.. this would have to be some very marginal failure. a second in 3 minutes is ~0.5% drift, but from 72 to 76 is >5%
  1361. # [07:33] * Joins: ericjung_ (ericjung@moz-FC76CC78.bstnma.fios.verizon.net)
  1362. # [07:34] <glandium> avih: units are not the same, though
  1363. # [07:34] <glandium> who knows what 76 bytes are
  1364. # [07:34] <avih> percentages are unitless ;)
  1365. # [07:34] <avih> yeah, true
  1366. # [07:35] <jesup> avih: you don't know how long that test went for, or what the input/output frequencies were (could change the error), etc
  1367. # [07:35] <avih> yup.
  1368. # [07:35] * Joins: karolyi (karolyi@moz-96052777.hu)
  1369. # [07:35] <jesup> and those are differences, not lengths
  1370. # [07:36] * Joins: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de)
  1371. # [07:36] * jchen is now known as jchen|away
  1372. # [07:36] <avih> well.. sse resampler is likely to have different bits due to different interpolation, but sequence length shouldn't change...
  1373. # [07:37] * jesup kicks off windows build
  1374. # [07:37] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  1375. # [07:37] <@roc> wow, you can follow MSDN on Facebook
  1376. # [07:37] <@roc> that must be exciting
  1377. # [07:37] <avih> lol
  1378. # [07:37] <jesup> avih: could be a foobar in the handling of the accumulating error
  1379. # [07:38] <avih> true as well.
  1380. # [07:38] <@roc> avih: SUCCESS!
  1381. # [07:38] <avih> roc: ?
  1382. # [07:38] <avih> you massaged getTimingInfo to be complicit? :)
  1383. # [07:38] <glandium> why does msvc2010 on try not handle macros like my local copy of msvc2010?
  1384. # [07:38] * Joins: jet (jet@moz-79F891EE.hsd1.ca.comcast.net)
  1385. # [07:38] <@roc> turns out that passing a valid HWND makes the information come back one frame too late
  1386. # [07:39] * Joins: arasbm (zooby@moz-8E336844.vf.shawcable.net)
  1387. # [07:39] <@roc> maybe the per-window data is updated off some event that hasn't happened yet right after our Present call (WM_PAINT completing? who knows)
  1388. # [07:39] <@roc> passing 0 for the HWND seems to fix it.
  1389. # [07:40] * Quits: sfink|pto (chatzilla@moz-50E03149.dsl.pltn13.sbcglobal.net) (Client exited)
  1390. # [07:40] <avih> roc: ah. but this would only work for the desktop window. which is fine, since the current refresh driver doesn't support independent intervals per window
  1391. # [07:40] <@roc> I can't believe that 30 years after I first discovered HWNDs I'm still messing with them
  1392. # [07:40] * Joins: karolyi (karolyi@moz-96052777.hu)
  1393. # [07:40] <avih> fwiw, the vsync timing at the refresh driver also uses 0
  1394. # [07:41] <@roc> yeah I know
  1395. # [07:41] <@roc> I thought I'd be clever and use the correct HWND since it was easy to do
  1396. # [07:41] <@roc> silly me
  1397. # [07:42] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  1398. # [07:42] <avih> i did some research on multiple monitors usage, and together with the fact that even on multi-mon setups firefox doesn't always run on non-primary displays, and got to the conclusion that by syncing to the primary display we should cover the vast vast majority of use cases (some 95%+ of the cases), which seemed enough for first go at vsync.
  1399. # [07:42] * Joins: darktrojan (geoff@moz-F23687F.dsl.telstraclear.net)
  1400. # [07:43] * Quits: tmyoung (Thunderbir@moz-A52EE408.alyoung.com) (Input/output error)
  1401. # [07:43] <avih> (of the cases which apply to our vsync implementation in the first case, i.e. dwm etc)
  1402. # [07:45] <@roc> yes, and of course you can have windows spanning monitors
  1403. # [07:45] <avih> yeah, though iirc windows pick the display on which the majority of the window is
  1404. # [07:46] * Joins: jhk (Jignesh@F1D06D1D.9938D3BE.CA052C06.IP)
  1405. # [07:47] * Quits: Kabaka (Kabaka@moz-55BA12D.vacantminded.com) (Ping timeout)
  1406. # [07:48] * Joins: thomaslee (thomaslee@moz-306D3DF4.hsd1.or.comcast.net)
  1407. # [07:48] * Quits: ddahl (ddahl@5D3B67E3.71E1659D.DFB5E910.IP) (Ping timeout)
  1408. # [07:48] * Quits: gandalf (zbraniecki@moz-DAF5CADA.hsd1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  1409. # [07:49] <@roc> I've uploaded the latest patch. I'm off home
  1410. # [07:50] * Joins: karolyi (karolyi@moz-96052777.hu)
  1411. # [07:51] <avih> roc: yeah, oticed the update. is the only change was to use 0 at HRESULT hr = CallDwmGetCompositionTimingInfo((HWND)mWidget->GetNativeData(NS_NATIVE_WINDOW), &timingInfo); ?
  1412. # [07:51] <avih> (i'll just modify it locally instead of switching the patch)
  1413. # [07:52] * Quits: @roc (chatzilla@E2F7352.56080C53.97BBD552.IP) (Ping timeout)
  1414. # [07:52] * Joins: harth (harth@A1148499.C9D33E0E.56B58B45.IP)
  1415. # [07:52] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  1416. # [07:52] * Joins: Kabaka (Kabaka@moz-55BA12D.vacantminded.com)
  1417. # [07:52] * Quits: Mook (mook@moz-B861D68E.dsl.teksavvy.com) (Quit: Mook)
  1418. # [07:54] * Quits: harth (harth@A1148499.C9D33E0E.56B58B45.IP) (Ping timeout)
  1419. # [07:55] * Quits: vigneshwaran (vigneshwar@FC0B83FD.138D8F1E.FD6A0EFF.IP) (Ping timeout)
  1420. # [07:55] * Joins: karolyi (karolyi@moz-96052777.hu)
  1421. # [07:55] * Quits: cpeterson (cpeterson@moz-7626A9DE.lmi.net) (Input/output error)
  1422. # [07:56] * Joins: gcp (gcp@moz-9CEB1C98.access.telenet.be)
  1423. # [07:56] * Joins: vigneshwaran (vigneshwar@FC0B83FD.138D8F1E.FD6A0EFF.IP)
  1424. # [07:56] * Quits: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP) (Quit: Computer has gone to sleep.)
  1425. # [07:57] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  1426. # [07:57] <markh> heycam: https://github.com/mhammond/moz-git-tools has those 2 things - a separate queue item for the try info, and resets qq to what it was before. Hopefully it even works (for you - does for me ;)
  1427. # [07:58] <markh> and I want bash to give me back those hours of my life
  1428. # [07:58] <heycam> markh, great! :)
  1429. # [07:59] * Quits: vigneshwaran (vigneshwar@FC0B83FD.138D8F1E.FD6A0EFF.IP) (Ping timeout)
  1430. # [08:00] <glandium> do we have hg bundles for m-c?
  1431. # [08:00] * Joins: karolyi (karolyi@moz-96052777.hu)
  1432. # [08:00] * Quits: cpearce (chatzilla@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  1433. # [08:01] <glandium> ah, ftp://ftp.mozilla.org/pub/mozilla.org/firefox/bundles/
  1434. # [08:01] * Quits: darktrojan (geoff@moz-F23687F.dsl.telstraclear.net) (Ping timeout)
  1435. # [08:01] * Quits: dzbarsky (Adium@moz-5CEFB44B.washdc.fios.verizon.net) (Quit: Leaving.)
  1436. # [08:01] * jmontgomery_away is now known as jmontgomery
  1437. # [08:02] * Joins: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net)
  1438. # [08:02] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  1439. # [08:03] * Joins: chmanchester (chmanchest@E48845AB.3A9F9BD4.4C2245EF.IP)
  1440. # [08:03] * Quits: chmanchester (chmanchest@E48845AB.3A9F9BD4.4C2245EF.IP) (Client exited)
  1441. # [08:05] * Joins: karolyi (karolyi@moz-96052777.hu)
  1442. # [08:06] * Joins: vigneshwaran (vigneshwar@FC0B83FD.138D8F1E.FD6A0EFF.IP)
  1443. # [08:06] * Quits: ckitching (ckitching@moz-329F29A3.lightspeed.sntcca.sbcglobal.net) (Quit: Leaving)
  1444. # [08:07] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  1445. # [08:08] * Joins: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  1446. # [08:08] * Joins: mbrubeck (mbrub_000@moz-45568FC0.hsd1.wa.comcast.net)
  1447. # [08:09] * Parts: vigneshwaran (vigneshwar@FC0B83FD.138D8F1E.FD6A0EFF.IP)
  1448. # [08:09] * Quits: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net) (Ping timeout)
  1449. # [08:10] * Joins: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP)
  1450. # [08:11] * Joins: karolyi (karolyi@moz-96052777.hu)
  1451. # [08:12] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  1452. # [08:13] * Joins: wolfiR (wolfiR@moz-47694148.dip0.t-ipconnect.de)
  1453. # [08:13] <avih> heh, the most epic trailer evah! :p http://vimeo.com/70941166
  1454. # [08:13] * Quits: mdas (mdas@E48845AB.3A9F9BD4.4C2245EF.IP) (Input/output error)
  1455. # [08:13] * Quits: breck (breck@moz-E512D9D2.hsd1.ca.comcast.net) (Client exited)
  1456. # [08:14] * Joins: mdas (mdas@E48845AB.3A9F9BD4.4C2245EF.IP)
  1457. # [08:14] * Tomcat|afk is now known as Tomcat
  1458. # [08:14] * Joins: Mossop (mossop@moz-3D9B2D8F.lsanca.fios.verizon.net)
  1459. # [08:15] * Quits: mdas (mdas@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  1460. # [08:15] * Joins: Manuela (Mibbit@601F3B17.33662590.A5830293.IP)
  1461. # [08:16] * Joins: karolyi (karolyi@moz-96052777.hu)
  1462. # [08:16] * Joins: Pauly (paul@601F3B17.33662590.A5830293.IP)
  1463. # [08:16] <avih> a bit overdone, if that can be said at all :)
  1464. # [08:16] * Quits: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net) (Quit: ehugg)
  1465. # [08:17] * joduinn-home is now known as joduinn-zzz
  1466. # [08:17] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  1467. # [08:18] * Quits: Mossop (mossop@moz-3D9B2D8F.lsanca.fios.verizon.net) (Ping timeout)
  1468. # [08:18] * Joins: vigneshwaran (vigneshwar@FC0B83FD.138D8F1E.FD6A0EFF.IP)
  1469. # [08:18] * Joins: darktrojan (geoff@moz-F23687F.dsl.telstraclear.net)
  1470. # [08:18] * Parts: ckerschb (ckerschb@moz-B66EA4B2.ics.uci.edu)
  1471. # [08:20] * Joins: gwagner (Gregor@moz-9F21C618.pck.nerim.net)
  1472. # [08:20] * darktrojan changes topic to 'Next uplift 16 Sept || Want to help? See #introduction || http://logbot.glob.com.au/?c=developers'
  1473. # [08:20] * Quits: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de) (Input/output error)
  1474. # [08:20] * Quits: ericjung_ (ericjung@moz-FC76CC78.bstnma.fios.verizon.net) (Quit: Leaving)
  1475. # [08:21] * Joins: mdas (mdas@E48845AB.3A9F9BD4.4C2245EF.IP)
  1476. # [08:21] * Joins: karolyi (karolyi@moz-96052777.hu)
  1477. # [08:22] * Quits: vigneshwaran (vigneshwar@FC0B83FD.138D8F1E.FD6A0EFF.IP) (Ping timeout)
  1478. # [08:22] * Joins: smontagu (chatzilla@moz-2D5407AB.red.bezeqint.net)
  1479. # [08:22] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  1480. # [08:23] <heycam> c++ experts, does this rely on undefined behaviour? http://pastebin.mozilla.org/2792393
  1481. # [08:24] <heycam> I have a non-POD type I want to stick in a union, and can't, so was thinking to create a layout-compatible type to store the data in the union, and cast it to the more useful type when I want to use it
  1482. # [08:26] * Quits: derf (derf@moz-4168F490.net) (Ping timeout)
  1483. # [08:26] * Joins: karolyi (karolyi@moz-96052777.hu)
  1484. # [08:26] <abr> heycam -- I think it's dicey at best. It certainly breaks if you get any virtual functions caught up in the mix.
  1485. # [08:27] * Quits: teoli (teoli@moz-BD275144.range86-144.btcentralplus.com) (Input/output error)
  1486. # [08:27] <heycam> abr, I won't be adding any virtual functions. I have a feeling that it is valid in C++11, from a bit of googling, but not sure about earlier versions
  1487. # [08:27] * Joins: teoli (teoli@moz-BD275144.range86-144.btcentralplus.com)
  1488. # [08:27] * Joins: derf (derf@moz-4168F490.net)
  1489. # [08:27] * Quits: mdas (mdas@E48845AB.3A9F9BD4.4C2245EF.IP) (Input/output error)
  1490. # [08:27] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  1491. # [08:28] * Joins: mdas (mdas@E48845AB.3A9F9BD4.4C2245EF.IP)
  1492. # [08:28] <glandium> heycam: and how do you construct and destruct that?
  1493. # [08:29] <heycam> glandium, I would be assigning NonPOD values into a union with a POD member
  1494. # [08:29] * Quits: teoli (teoli@moz-BD275144.range86-144.btcentralplus.com) (Ping timeout)
  1495. # [08:29] <glandium> heycam: so why does your nonpod need to be a nonpod?
  1496. # [08:29] <heycam> glandium, by doing a myUnion.thingo.AsNonPOD() = myAlreadyConstructedNonPOD
  1497. # [08:30] * Quits: mdas (mdas@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  1498. # [08:30] <glandium> if you're doing things like that, you might as well use a pod
  1499. # [08:30] <glandium> in which case you have no problem to begin with
  1500. # [08:30] <heycam> glandium, well, the existing non-POD class I have is nsStyleCoord -- it has constructors to enforce some invariants
  1501. # [08:30] <glandium> heycam: and you want to union it with what?
  1502. # [08:31] <heycam> glandium, some pointer values
  1503. # [08:31] * Joins: karolyi (karolyi@moz-96052777.hu)
  1504. # [08:31] * Fallen|away is now known as Fallen
  1505. # [08:32] * Quits: jet (jet@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  1506. # [08:32] <glandium> heycam: make nsStyleCoord a derived class from e.g. nsBaseStyleCoord, that would essentially be a POD version of nsStyleCoord, and use that in the union?
  1507. # [08:32] * Joins: AndreeaMatei (Thunderbir@601F3B17.33662590.A5830293.IP)
  1508. # [08:33] <glandium> ah, no, wouldn't work
  1509. # [08:33] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  1510. # [08:33] <heycam> I want to move this mFilterParameter into the union below it: https://hg.mozilla.org/mozilla-central/file/tip/layout/style/nsStyleStruct.h#l2336
  1511. # [08:33] <darktrojan> does vladimir's blogpost say he can build the tree in 1.46 seconds?
  1512. # [08:34] <glandium> darktrojan: he says he can have a no-op in 1.46 seconds
  1513. # [08:34] <darktrojan> ohh
  1514. # [08:34] <darktrojan> that's good
  1515. # [08:34] <darktrojan> not as good as building in 1.46 seconds
  1516. # [08:35] * Joins: tomer (tomer@moz-F45DAEFD.static.012.net.il)
  1517. # [08:35] <glandium> darktrojan: which is impossible
  1518. # [08:35] * Joins: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de)
  1519. # [08:35] <darktrojan> at the moment
  1520. # [08:36] * Quits: lerc (quassel@D9C8F2D2.85A70C12.788638A4.IP) (Ping timeout)
  1521. # [08:36] * Joins: karolyi (karolyi@moz-96052777.hu)
  1522. # [08:36] <darktrojan> 1.46 hours would be an improvement on my system
  1523. # [08:38] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  1524. # [08:38] * Joins: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net)
  1525. # [08:38] * Joins: victorporof (victorporo@B4B1C8EE.73B1E539.9B1E38F4.IP)
  1526. # [08:38] * Joins: gandalf (zbraniecki@moz-DAF5CADA.hsd1.ca.comcast.net)
  1527. # [08:41] * Quits: TimAbraldes (Instantbir@moz-7FD19BDC.hsd1.or.comcast.net) (Quit: TimAbraldes)
  1528. # [08:41] * Quits: jcv (john@moz-9DD98F0F.cable.mindspring.com) (Ping timeout)
  1529. # [08:41] * Joins: karolyi (karolyi@moz-96052777.hu)
  1530. # [08:43] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  1531. # [08:44] * jaoo|afk is now known as jaoo
  1532. # [08:45] * Quits: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net) (Ping timeout)
  1533. # [08:45] * Quits: gandalf (zbraniecki@moz-DAF5CADA.hsd1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  1534. # [08:45] * Joins: jcv (john@moz-9DD98F0F.cable.mindspring.com)
  1535. # [08:46] * Quits: arasbm (zooby@moz-8E336844.vf.shawcable.net) (Ping timeout)
  1536. # [08:46] * Joins: karolyi (karolyi@moz-96052777.hu)
  1537. # [08:48] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  1538. # [08:49] * Quits: nattofriends (tsutsumi@moz-4CEEC7AA.warosu.org) (Ping timeout)
  1539. # [08:49] * Joins: nattofriends (tsutsumi@moz-4CEEC7AA.warosu.org)
  1540. # [08:50] * Joins: AlinT (AlinT@moz-104CC309.mv.mozilla.com)
  1541. # [08:51] * Quits: gwagner (Gregor@moz-9F21C618.pck.nerim.net) (Quit: gwagner)
  1542. # [08:51] * Joins: karolyi (karolyi@moz-96052777.hu)
  1543. # [08:53] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  1544. # [08:53] * Joins: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net)
  1545. # [08:56] * Joins: karolyi (karolyi@moz-96052777.hu)
  1546. # [08:58] * Quits: philor (philor@moz-E8BD9EDD.csby.or.frontiernet.net) (Quit: philor)
  1547. # [08:58] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  1548. # [08:58] <Manuela> hi guys! I have a Metro related question....can anyone please help? :)
  1549. # [08:59] * Joins: pnemsak (Miranda@moz-BE85878E.citicom.sk)
  1550. # [08:59] <glandium> Manuela: try #windev
  1551. # [09:00] <Manuela> glandium: nobody is answering there
  1552. # [09:00] <Manuela> 10x :)
  1553. # [09:01] * Joins: karolyi (karolyi@moz-96052777.hu)
  1554. # [09:02] * Quits: sewardj_ (sewardj@moz-452F4778.dip0.t-ipconnect.de) (Ping timeout)
  1555. # [09:03] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  1556. # [09:04] * Joins: Honza (chatzilla@F8BF899B.23B79DE4.D0083327.IP)
  1557. # [09:06] * Joins: teoli (teoli@moz-BD275144.range86-144.btcentralplus.com)
  1558. # [09:07] * Joins: karolyi (karolyi@moz-96052777.hu)
  1559. # [09:07] * jmontgomery is now known as jmontgomery_away
  1560. # [09:08] * Joins: briansmith (briansmith@A08B97D3.FE812AB7.68501611.IP)
  1561. # [09:08] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  1562. # [09:10] * Joins: digitsm (digitsm@B0834CC7.F8D7B935.C146C5E5.IP)
  1563. # [09:11] * Joins: gandalf (zbraniecki@moz-DAF5CADA.hsd1.ca.comcast.net)
  1564. # [09:11] * Joins: cornel_ionce (Mibbit@28C4EA76.976FBEE.5BC07656.IP)
  1565. # [09:11] * Quits: thomaslee (thomaslee@moz-306D3DF4.hsd1.or.comcast.net) (Connection reset by peer)
  1566. # [09:12] * Joins: thomaslee (thomaslee@moz-306D3DF4.hsd1.or.comcast.net)
  1567. # [09:12] * Joins: karolyi (karolyi@moz-96052777.hu)
  1568. # [09:13] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  1569. # [09:14] * Joins: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net)
  1570. # [09:14] * mgerva|afk is now known as mgerva
  1571. # [09:17] * Joins: karolyi (karolyi@moz-96052777.hu)
  1572. # [09:18] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  1573. # [09:19] * Joins: kaze (kaze@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1574. # [09:20] * Quits: Noah (opera@DD117189.FCF79869.5B054FC6.IP) (Quit: Noah)
  1575. # [09:21] * Quits: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net) (Ping timeout)
  1576. # [09:21] * Joins: Bebe (bebe@601F3B17.33662590.A5830293.IP)
  1577. # [09:22] * Joins: karolyi (karolyi@moz-96052777.hu)
  1578. # [09:22] * Joins: jrgill2 (jrgill@moz-DEC99E33.stny.res.rr.com)
  1579. # [09:22] * Quits: jrgill (jrgill@moz-DEC99E33.stny.res.rr.com) (Connection reset by peer)
  1580. # [09:24] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  1581. # [09:24] * ChanServ sets mode: +o roc
  1582. # [09:24] * Quits: dew (Instantbir@moz-8A63B53.dhcp.stls.mo.charter.com) (Ping timeout)
  1583. # [09:24] * Joins: tzimmermann (tzimmerman@DA4ABEAF.1DE10CA8.D8E68FF6.IP)
  1584. # [09:25] * Quits: Hughman (Mibbit@48AD5368.2345EFF4.A3B82EC7.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1585. # [09:25] * Joins: mstange (markus@moz-233478CB.dip0.t-ipconnect.de)
  1586. # [09:26] * Quits: stransky (stransky@moz-59D79C36.broadband2.iol.cz) (Quit: Connection reset by beer)
  1587. # [09:28] * Quits: capella (chatzilla@moz-8F413D10.twcny.res.rr.com) (Connection reset by peer)
  1588. # [09:28] * Joins: karolyi_ (karolyi@moz-96052777.hu)
  1589. # [09:29] * Joins: capella (chatzilla@moz-8F413D10.twcny.res.rr.com)
  1590. # [09:29] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  1591. # [09:30] * Quits: karolyi_ (karolyi@moz-96052777.hu) (Ping timeout)
  1592. # [09:32] * Joins: mixedpuppy (mixedpuppy@B01CCA97.B4BD93AE.D0554A76.IP)
  1593. # [09:33] * Quits: juanb (jbecerra@moz-F1012875.hsd1.ca.comcast.net) (Quit: juanb)
  1594. # [09:33] * Joins: karolyi (karolyi@moz-96052777.hu)
  1595. # [09:34] * Quits: mwargers (chatzilla@moz-AF369B35.adsl.online.nl) (Ping timeout)
  1596. # [09:35] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  1597. # [09:36] * Joins: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP)
  1598. # [09:36] * Quits: @dbaron (dbaron@moz-FD349932.dsl.dynamic.sonic.net) (Ping timeout)
  1599. # [09:37] * Quits: smontagu (chatzilla@moz-2D5407AB.red.bezeqint.net) (Ping timeout)
  1600. # [09:37] * Joins: gwagner (Gregor@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1601. # [09:38] * Quits: mbrubeck (mbrub_000@moz-45568FC0.hsd1.wa.comcast.net) (Quit: Leaving.)
  1602. # [09:38] * Joins: smontagu (chatzilla@moz-4A2D02D7.red.bezeqint.net)
  1603. # [09:40] * Quits: tessarakt (jens@moz-FEEFCB43.dip0.t-ipconnect.de) (Ping timeout)
  1604. # [09:42] * Joins: ddahl (ddahl@5D3B67E3.71E1659D.DFB5E910.IP)
  1605. # [09:43] * Joins: jhorak (jhorak@moz-107AD163.redhat.com)
  1606. # [09:43] * Joins: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net)
  1607. # [09:44] * Joins: karolyi (karolyi@moz-96052777.hu)
  1608. # [09:44] <Tomcat> ttaubert_: will you do a merge today from fx team or shall i do it ?
  1609. # [09:45] * Quits: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net) (Ping timeout)
  1610. # [09:45] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  1611. # [09:46] * Joins: darkowlzz (sunny@FBFCDB6A.8165D294.25B273F5.IP)
  1612. # [09:49] * Joins: RealRaven (Thunderbir@B288EC7D.E64DB4BB.C3498625.IP)
  1613. # [09:51] * Quits: @roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Ping timeout)
  1614. # [09:51] * Quits: smontagu (chatzilla@moz-4A2D02D7.red.bezeqint.net) (Ping timeout)
  1615. # [09:52] * Quits: gandalf (zbraniecki@moz-DAF5CADA.hsd1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  1616. # [09:52] * Joins: smontagu (chatzilla@moz-66C54769.red.bezeqint.net)
  1617. # [09:53] * Quits: tonymec (tonymec@moz-AC4BCEE6.adsl-dyn.isp.belgacom.be) (Ping timeout)
  1618. # [09:54] * Joins: karolyi (karolyi@moz-96052777.hu)
  1619. # [09:54] * Joins: sewardj_ (sewardj@moz-EFC21E38.dip0.t-ipconnect.de)
  1620. # [09:55] * sewardj_ is now known as sewardj
  1621. # [09:55] * Joins: jammink (textual@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1622. # [09:55] * Quits: tonymec|away (tonymec@moz-AC4BCEE6.adsl-dyn.isp.belgacom.be) (Input/output error)
  1623. # [09:55] * Joins: mak (chatzilla@moz-BFE75F8A.retail.telecomitalia.it)
  1624. # [09:56] * Quits: vikash (vikash@40DF7679.9B5ABDAB.74119F78.IP) (Ping timeout)
  1625. # [09:56] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  1626. # [09:56] * Quits: briansmith (briansmith@A08B97D3.FE812AB7.68501611.IP) (Ping timeout)
  1627. # [09:57] * Quits: squib (squib@EBA84827.A73C08F8.348C8185.IP) (Ping timeout)
  1628. # [09:59] * Joins: karolyi (karolyi@moz-96052777.hu)
  1629. # [09:59] * Joins: squib (squib@EBA84827.A73C08F8.348C8185.IP)
  1630. # [09:59] * Quits: digitsm (digitsm@B0834CC7.F8D7B935.C146C5E5.IP) (Ping timeout)
  1631. # [10:00] * Joins: mwargers (chatzilla@AA28C7A5.235FEA6C.C6A14A47.IP)
  1632. # [10:00] * Joins: tiziana (tiziana@6F3103E6.E0256733.73D36934.IP)
  1633. # [10:01] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  1634. # [10:02] * Quits: smontagu (chatzilla@moz-66C54769.red.bezeqint.net) (Ping timeout)
  1635. # [10:03] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  1636. # [10:03] * Joins: smontagu (chatzilla@moz-F6453AE0.red.bezeqint.net)
  1637. # [10:04] * Quits: mwargers (chatzilla@AA28C7A5.235FEA6C.C6A14A47.IP) (Ping timeout)
  1638. # [10:04] * Joins: alfredo (chatzilla@moz-99690620.hinet-ip.hinet.net)
  1639. # [10:04] * Joins: karolyi (karolyi@moz-96052777.hu)
  1640. # [10:04] * Joins: davidillsley (nobody@9F8126EA.953AC8CF.4802DE8C.IP)
  1641. # [10:06] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  1642. # [10:06] * Joins: rednaks (rednaks@70E9666E.9D54C6E6.55FFA9B4.IP)
  1643. # [10:06] * Quits: squib (squib@EBA84827.A73C08F8.348C8185.IP) (Ping timeout)
  1644. # [10:07] * Quits: darkowlzz (sunny@FBFCDB6A.8165D294.25B273F5.IP) (Ping timeout)
  1645. # [10:08] * Quits: rednaks (rednaks@70E9666E.9D54C6E6.55FFA9B4.IP) (Quit: Téléportation !)
  1646. # [10:08] * Joins: rednaks (rednaks@70E9666E.9D54C6E6.55FFA9B4.IP)
  1647. # [10:08] * Joins: catalinn (Thunderbir@5BF13806.7F10AE13.A721DA5F.IP)
  1648. # [10:09] * Joins: mmargoliono (min@moz-9DBD522D.static.internode.on.net)
  1649. # [10:09] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d7c45e9d8a9d - Max Vujovic - Bug 898175 - Refactor filter parsing to use a keyword lookup table for filter function names. r=dbaron
  1650. # [10:09] * Joins: karolyi (karolyi@moz-96052777.hu)
  1651. # [10:09] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/aaae8e67910a - Dirk Schulze - Bug 901847 - Fixes syntax failure in filters drop-shadow test. r=heycam
  1652. # [10:11] * Joins: tessarakt (jens@moz-AD7B01F7.dip0.t-ipconnect.de)
  1653. # [10:11] * Joins: ckitching (ckitching@moz-329F29A3.lightspeed.sntcca.sbcglobal.net)
  1654. # [10:13] * Joins: mstange_ (markus@moz-9B32E30C.dip0.t-ipconnect.de)
  1655. # [10:13] * Quits: mstange (markus@moz-233478CB.dip0.t-ipconnect.de) (Ping timeout)
  1656. # [10:13] * mstange_ is now known as mstange
  1657. # [10:13] * heycam is now known as heycam|away
  1658. # [10:13] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  1659. # [10:14] * Joins: karolyi (karolyi@moz-96052777.hu)
  1660. # [10:15] * Quits: tomer (tomer@moz-F45DAEFD.static.012.net.il) (Ping timeout)
  1661. # [10:15] * Joins: dao (dao@moz-91921B3B.superkabel.de)
  1662. # [10:16] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  1663. # [10:17] * Joins: Ms2ger (Ms2ger@EDC982F3.6890FC55.187A1082.IP)
  1664. # [10:17] * Quits: smontagu (chatzilla@moz-F6453AE0.red.bezeqint.net) (Ping timeout)
  1665. # [10:18] * Joins: smontagu (chatzilla@moz-36D362D8.red.bezeqint.net)
  1666. # [10:19] * Joins: karolyi (karolyi@moz-96052777.hu)
  1667. # [10:20] * Quits: krit (krit@moz-8569A55.adobe.com) (Connection reset by peer)
  1668. # [10:20] * Joins: msucan (mihai@75550132.6CCEB4A3.320F75DD.IP)
  1669. # [10:21] <Ms2ger> Bonjour
  1670. # [10:22] * Joins: krit (krit@moz-772EF3E6.superkabel.de)
  1671. # [10:23] * Joins: masayuki1 (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  1672. # [10:24] * Joins: Lethalman (lethal@moz-28A40A77.service.infuturo.it)
  1673. # [10:26] * Quits: mcote (mcote@1D8E4B86.9B0C981.6C85A25D.IP) (Connection reset by peer)
  1674. # [10:26] * Joins: mcote (mcote@1D8E4B86.9B0C981.6C85A25D.IP)
  1675. # [10:27] * Quits: ddahl (ddahl@5D3B67E3.71E1659D.DFB5E910.IP) (Ping timeout)
  1676. # [10:27] * Joins: ddahl (ddahl@5D3B67E3.71E1659D.DFB5E910.IP)
  1677. # [10:28] * Quits: yury (yury@moz-3BE8938D.ok.ok.cox.net) (Ping timeout)
  1678. # [10:28] * Joins: yury (yury@moz-3BE8938D.ok.ok.cox.net)
  1679. # [10:28] * Joins: jacek (jacek@moz-5D707D3B.psi.wroc.pl)
  1680. # [10:28] * Joins: stransky (stransky@moz-107AD163.redhat.com)
  1681. # [10:28] * Quits: krit (krit@moz-772EF3E6.superkabel.de) (Quit: Leaving.)
  1682. # [10:29] * simone|away is now known as simone
  1683. # [10:30] * Quits: ckitching (ckitching@moz-329F29A3.lightspeed.sntcca.sbcglobal.net) (Input/output error)
  1684. # [10:32] * Quits: @dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net) (Ping timeout)
  1685. # [10:33] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/8cc1cd14c1fd - Julian Seward - Bug 892774 - Breakpad Stack scan: speed up MyCodeModules::GetModuleForAddress. r=bgirard.
  1686. # [10:35] * Joins: Gijs (gijs@moz-C11B0461.dsl.alice.nl)
  1687. # [10:35] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/612f8a4c8178 - Gian-Carlo Pascutto - Bug 772280 - Abort text selection if the selection is far off the click point. r=margaret
  1688. # [10:43] <paul> glandium: I hit this bug: bug 901149. Applied your patch. Clobbered. Now I have many link errors.
  1689. # [10:44] <paul> glandium: things like: /usr/bin/ld.gold.real: error: /home/paul/mozilla/obj/toolkit/library/../../dom/bindings/IDBFactoryBinding.o: file is empt
  1690. # [10:44] <glandium> paul: sounds like a problem with your filesystem or something
  1691. # [10:44] <paul> hmm
  1692. # [10:44] <glandium> paul: track empty files and remove them
  1693. # [10:45] <glandium> if you're using ccache, that could be ccache being annoying, too
  1694. # [10:45] <paul> I clobbered.
  1695. # [10:45] <paul> oh
  1696. # [10:45] <paul> ok
  1697. # [10:45] <glandium> CCACHE_RECACHE=1 mach build
  1698. # [10:45] <paul> I just cleared ccache (ccache -C)
  1699. # [10:46] <paul> let's see how it goes...
  1700. # [10:47] * Quits: Lethalman (lethal@moz-28A40A77.service.infuturo.it) (Ping timeout)
  1701. # [10:47] * Joins: Lethalman (lethal@moz-28A40A77.service.infuturo.it)
  1702. # [10:50] * Quits: mstange (markus@moz-9B32E30C.dip0.t-ipconnect.de) (Client exited)
  1703. # [10:51] * Joins: mstange (markus@moz-9B32E30C.dip0.t-ipconnect.de)
  1704. # [10:52] * Joins: karolyi_ (karolyi@moz-96052777.hu)
  1705. # [10:53] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  1706. # [10:54] * Quits: karolyi_ (karolyi@moz-96052777.hu) (Ping timeout)
  1707. # [10:54] * Joins: smaug (chatzilla@moz-D8807168.elisa-laajakaista.fi)
  1708. # [10:54] * ChanServ sets mode: +o smaug
  1709. # [10:57] * Quits: birtles (chatzilla@moz-C286AD9A.bitcat.net) (Quit: ChatZilla 0.9.90-rdmsoft [XULRunner 1.9.0.17/2009122204])
  1710. # [10:58] * Quits: Bebe (bebe@601F3B17.33662590.A5830293.IP) (Quit: Leaving)
  1711. # [10:58] * Joins: Bebe (bebe@moz-104CC309.mv.mozilla.com)
  1712. # [11:02] * Joins: karolyi (karolyi@moz-96052777.hu)
  1713. # [11:04] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  1714. # [11:05] * Joins: atsai (atsai@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1715. # [11:07] * Joins: karolyi (karolyi@moz-96052777.hu)
  1716. # [11:09] * Joins: cpearce (chatzilla@moz-E8B7789C.xdsl.xnet.co.nz)
  1717. # [11:09] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  1718. # [11:10] * Joins: vikash (vikash@8EA90A13.4F77613.74119F78.IP)
  1719. # [11:12] <Tomcat> hm does the metro guys have a own irc channel ?
  1720. # [11:12] <glandium> Tomcat: #windev
  1721. # [11:12] <Tomcat> ah glandium thanks
  1722. # [11:13] * Joins: karolyi (karolyi@moz-96052777.hu)
  1723. # [11:13] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Ping timeout)
  1724. # [11:13] * Quits: mstange (markus@moz-9B32E30C.dip0.t-ipconnect.de) (Ping timeout)
  1725. # [11:14] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  1726. # [11:15] <Tomcat> seems the last push on fx-team caused a new orange
  1727. # [11:18] * Joins: karolyi (karolyi@moz-96052777.hu)
  1728. # [11:19] * Joins: vingtetun (Thunderbir@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1729. # [11:19] * Quits: karolyi (karolyi@moz-96052777.hu) (Ping timeout)
  1730. # [11:23] <paul> mikeratcliffe: ping?
  1731. # [11:25] * Joins: mstange (markus@moz-9B32E30C.dip0.t-ipconnect.de)
  1732. # [11:28] * Joins: tonymec_ (tonymec@48EA233C.6D1AB40.A9371869.IP)
  1733. # [11:28] * tonymec_ is now known as tonymec|away
  1734. # [11:29] * Joins: bjacob (bjacob@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1735. # [11:29] * Joins: annevk (annevk@514D186.F3BBB17D.144F44FA.IP)
  1736. # [11:30] * Quits: annevk (annevk@514D186.F3BBB17D.144F44FA.IP) (Input/output error)
  1737. # [11:31] * Joins: krit (krit@moz-772EF3E6.superkabel.de)
  1738. # [11:31] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  1739. # [11:31] * ChanServ sets mode: +o roc
  1740. # [11:33] * Joins: annevk (annevk@88F51059.F3BBB17D.144F44FA.IP)
  1741. # [11:33] * Quits: Lethalman (lethal@moz-28A40A77.service.infuturo.it) (Ping timeout)
  1742. # [11:34] * Joins: pbocan (Thunderbir@moz-994A5AD.adsl.slovanet.sk)
  1743. # [11:39] * Joins: giuliadm (giulia@moz-68A1E50E.retail.telecomitalia.it)
  1744. # [11:39] * Quits: davidillsley (nobody@9F8126EA.953AC8CF.4802DE8C.IP) (Ping timeout)
  1745. # [11:40] * Quits: giuliadm (giulia@moz-68A1E50E.retail.telecomitalia.it) (Quit: AndroIRC - Android IRC Client ( http://www.androirc.com ))
  1746. # [11:41] * Quits: krit (krit@moz-772EF3E6.superkabel.de) (Ping timeout)
  1747. # [11:41] * Joins: krit (krit@moz-772EF3E6.superkabel.de)
  1748. # [11:44] * Quits: karl (karl@moz-C433B975.jetstream.xtra.co.nz) (Ping timeout)
  1749. # [11:44] * Joins: tonymec (tonymec@48EA233C.6D1AB40.A9371869.IP)
  1750. # [11:48] * Quits: masayuki1 (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Quit: masayuki1)
  1751. # [11:50] * Joins: b10n1k (j0ni@moz-3D3A3B84.access.hol.gr)
  1752. # [11:53] * Joins: masayuki1 (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  1753. # [11:53] <darktrojan> glandium, what is this --disable-compile-environment voodoo you speak of?
  1754. # [11:54] * AlinT is now known as AlinT{lunch}
  1755. # [11:55] * Quits: krit (krit@moz-772EF3E6.superkabel.de) (Ping timeout)
  1756. # [11:55] * Joins: krit (krit@moz-772EF3E6.superkabel.de)
  1757. # [11:56] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  1758. # [11:56] * Quits: senicar (senicar@moz-F92EEDF8.static.amis.net) (Ping timeout)
  1759. # [11:59] * Bebe is now known as Bebe|food
  1760. # [12:00] * Quits: @njn (chatzilla@moz-295CFA85.dyn.iinet.net.au) (Quit: ChatZilla 0.9.90.1 [Firefox 25.0a1/20130730065741])
  1761. # [12:00] * Quits: krit (krit@moz-772EF3E6.superkabel.de) (Ping timeout)
  1762. # [12:00] * Joins: krit (krit@moz-772EF3E6.superkabel.de)
  1763. # [12:01] * Quits: krit (krit@moz-772EF3E6.superkabel.de) (Ping timeout)
  1764. # [12:02] * Joins: krit (krit@moz-772EF3E6.superkabel.de)
  1765. # [12:02] * Joins: senicar (senicar@moz-F92EEDF8.static.amis.net)
  1766. # [12:03] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c9829bff3ae4 - Nicholas Nethercote - Bug 901750 - Change return type of |JSNative| from |JSBool| to |bool|. code=nnethercote,jandem. r=luke,bz.
  1767. # [12:06] <NeilAway> darktrojan: how did you think l10n repacks were done?
  1768. # [12:07] <darktrojan> I've never thought about that
  1769. # [12:07] * NeilAway looks at that push and reminisces about the CVS days where you had to write p=jandem to credit someone without commit access
  1770. # [12:08] * Quits: T3 (T3@8D2F72AE.EA79C52F.3927C314.IP) (Ping timeout)
  1771. # [12:08] * Joins: wlach_ (wlach@E48845AB.3A9F9BD4.4C2245EF.IP)
  1772. # [12:08] <Gijs> :)
  1773. # [12:09] * Joins: kdeeq (chatzilla@moz-D8450E2D.dhcp.inet.fi)
  1774. # [12:11] * Quits: kdeeq (chatzilla@moz-D8450E2D.dhcp.inet.fi) (Quit: ChatZilla 0.9.90.1 [Firefox 22.0/20130618035212])
  1775. # [12:12] * Joins: KaiRo (robert@moz-7133FD1E.adsl.highway.telekom.at)
  1776. # [12:13] * Quits: cpearce (chatzilla@moz-E8B7789C.xdsl.xnet.co.nz) (Ping timeout)
  1777. # [12:16] * Joins: lerc (quassel@B2E8CAD3.A8D14E52.788638A4.IP)
  1778. # [12:16] * Joins: nical (nico@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1779. # [12:21] * Quits: m_kato (m_kato@moz-C286AD9A.bitcat.net) (Quit: Leaving...)
  1780. # [12:25] * Quits: tiziana (tiziana@6F3103E6.E0256733.73D36934.IP) (Quit: tiziana)
  1781. # [12:26] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1782. # [12:27] * Quits: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP) (Ping timeout)
  1783. # [12:27] * Joins: tiziana (tiziana@6F3103E6.E0256733.73D36934.IP)
  1784. # [12:27] * Quits: tiziana (tiziana@6F3103E6.E0256733.73D36934.IP) (Quit: tiziana)
  1785. # [12:32] * Quits: gwagner (Gregor@87C1F78E.1DE10CA8.D8E68FF6.IP) (Connection reset by peer)
  1786. # [12:33] * Joins: gwagner (Gregor@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1787. # [12:33] * Joins: cpearce (chatzilla@moz-E8B7789C.xdsl.xnet.co.nz)
  1788. # [12:34] * Quits: wlach_ (wlach@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  1789. # [12:38] * Quits: mstange (markus@moz-9B32E30C.dip0.t-ipconnect.de) (Ping timeout)
  1790. # [12:38] * Joins: thomaslee_ (thomaslee@moz-306D3DF4.hsd1.or.comcast.net)
  1791. # [12:38] * Quits: thomaslee (thomaslee@moz-306D3DF4.hsd1.or.comcast.net) (Connection reset by peer)
  1792. # [12:39] * Quits: thomaslee_ (thomaslee@moz-306D3DF4.hsd1.or.comcast.net) (Client exited)
  1793. # [12:40] * Quits: masayuki1 (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Quit: masayuki1)
  1794. # [12:40] * Quits: cpearce (chatzilla@moz-E8B7789C.xdsl.xnet.co.nz) (Ping timeout)
  1795. # [12:40] * Joins: briansmith (briansmith@A08B97D3.FE812AB7.68501611.IP)
  1796. # [12:44] * Quits: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1797. # [12:46] * Quits: Manuela (Mibbit@601F3B17.33662590.A5830293.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1798. # [12:47] * Quits: darktrojan (geoff@moz-F23687F.dsl.telstraclear.net) (Ping timeout)
  1799. # [12:48] * mgerva is now known as mgerva|lunch
  1800. # [12:50] * Joins: darktrojan (geoff@moz-F23687F.dsl.telstraclear.net)
  1801. # [12:50] * Quits: vendo (vendo@2A7A458C.685BED33.300931B2.IP) (Quit: Leaving.)
  1802. # [12:52] <Gijs> Where do the tpaint/ts_paint runners live again? :s
  1803. # [12:52] * Gijs thought he knew but can't find them back
  1804. # [12:53] <Ms2ger> roc, I deny being you
  1805. # [12:54] <darktrojan> hah
  1806. # [12:56] * Quits: jammink (textual@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: Computer has gone to sleep.)
  1807. # [12:56] * Joins: digitsm (digitsm@F05E758E.CB11A5E6.C146C5E5.IP)
  1808. # [12:57] <darktrojan> I'm sure you'd rather you were him than me, Ms2ger
  1809. # [12:57] <Ms2ger> Possibly
  1810. # [12:57] <annevk> Ms2ger is our Spartacus
  1811. # [12:58] <darktrojan> I'M MS2GER
  1812. # [12:58] * mak is now known as mak|afk
  1813. # [12:58] <Ms2ger> I deny that too
  1814. # [12:58] <darktrojan> you're not spartacus?
  1815. # [13:01] * Quits: schien (anonymous@moz-99690620.hinet-ip.hinet.net) (Quit: schien)
  1816. # [13:01] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/2174a2ce7b02 - Marco Bonardo - Bug 894331 - Use an automatic batching behavior in Places results.
  1817. # [13:04] * Quits: rednaks (rednaks@70E9666E.9D54C6E6.55FFA9B4.IP) (Quit: Téléportation !)
  1818. # [13:05] <Ms2ger> Wut: https://twitter.com/MVPoliceBlotter
  1819. # [13:05] <@roc> :-)
  1820. # [13:07] * Ms2ger wonders about context for that quote
  1821. # [13:08] <padenot> /b 3
  1822. # [13:09] <@roc> which quote?
  1823. # [13:09] <@roc> the Spartacus quote is from the Stanley Kubrick movie
  1824. # [13:10] * Joins: mstange (markus@moz-9B32E30C.dip0.t-ipconnect.de)
  1825. # [13:10] <Ms2ger> No, https://twitter.com/littlecalculist/status/364421924505395200
  1826. # [13:10] * Quits: catalinn (Thunderbir@5BF13806.7F10AE13.A721DA5F.IP) (Quit: catalinn)
  1827. # [13:11] * Joins: surkov (surkov@moz-174FE592.cable.teksavvy.com)
  1828. # [13:11] * Quits: tonymec (tonymec@48EA233C.6D1AB40.A9371869.IP) (Ping timeout)
  1829. # [13:13] * Joins: Manuela (Mibbit@601F3B17.33662590.A5830293.IP)
  1830. # [13:13] * AlinT{lunch} is now known as AlinT
  1831. # [13:14] * Joins: schien (anonymous@moz-99690620.hinet-ip.hinet.net)
  1832. # [13:15] * simone is now known as simone|away
  1833. # [13:19] * Joins: tonymec (tonymec@48EA233C.6D1AB40.A9371869.IP)
  1834. # [13:21] * Quits: ddahl (ddahl@5D3B67E3.71E1659D.DFB5E910.IP) (Ping timeout)
  1835. # [13:24] <Yoric> !seen marco
  1836. # [13:24] <firebot> marco was last seen 12 hours, 57 minutes and 29 seconds ago, saying 'Yoric: to create a file with a particular set of permissions, should I use the open function? Or does also writeAtomic support unixMode?' in #perf.
  1837. # [13:25] * Quits: janv (varga@moz-8BF5D87F.flarion.as5628.telecom.sk) (Ping timeout)
  1838. # [13:26] * Joins: janv (varga@moz-8BF5D87F.flarion.as5628.telecom.sk)
  1839. # [13:26] * Fallen is now known as Fallen|away
  1840. # [13:26] * Joins: lduros (user@moz-47F34250.phlapa.fios.verizon.net)
  1841. # [13:26] * Joins: jfkthame (jfkthame@531A2EB8.9FD8EB1A.8D534776.IP)
  1842. # [13:27] <Tomcat> heh first time i broke a build
  1843. # [13:27] * Quits: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net) (Ping timeout)
  1844. # [13:28] * Joins: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net)
  1845. # [13:28] * Quits: jfkthame (jfkthame@531A2EB8.9FD8EB1A.8D534776.IP) (Ping timeout)
  1846. # [13:28] <Ms2ger> Nice: http://blog.bitops.com/blog/2013/08/05/faster-firefox-build-speeds/ http://benoitgirard.wordpress.com/2013/08/06/better-visual-studio-projects/
  1847. # [13:28] * Joins: till (till@moz-6B426FD3.adsl.alicedsl.de)
  1848. # [13:28] <Ms2ger> Only sad that they didn't spend time on something useful
  1849. # [13:29] * Joins: jfkthame (jfkthame@531A2EB8.9FD8EB1A.8D534776.IP)
  1850. # [13:30] <darktrojan> Yoric: polo!
  1851. # [13:30] * Quits: shelly (shelly@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1852. # [13:30] * Quits: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1853. # [13:31] * Quits: jfkthame (jfkthame@531A2EB8.9FD8EB1A.8D534776.IP) (Ping timeout)
  1854. # [13:31] * Quits: janv (varga@moz-8BF5D87F.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  1855. # [13:31] * Joins: jammink (textual@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1856. # [13:32] * Joins: jfkthame (jfkthame@531A2EB8.9FD8EB1A.8D534776.IP)
  1857. # [13:32] <darktrojan> well timed, Unfocused
  1858. # [13:32] <Unfocused> \o/
  1859. # [13:32] <darktrojan> that commented code is there deliberately
  1860. # [13:32] <Unfocused> oh?
  1861. # [13:33] <Unfocused> perhaps you should add a comment as to why
  1862. # [13:33] <darktrojan> when I change the test later I will look at it for hours wondering why it doesn't work
  1863. # [13:33] <Unfocused> heh
  1864. # [13:33] * Joins: ddahl (ddahl@5D3B67E3.71E1659D.DFB5E910.IP)
  1865. # [13:33] <darktrojan> I think I should add a comment, just never got around to it
  1866. # [13:34] * Bebe|food is now known as Bebe
  1867. # [13:34] * darktrojan does that
  1868. # [13:34] * capella is now known as capella|away
  1869. # [13:34] * Quits: jfkthame (jfkthame@531A2EB8.9FD8EB1A.8D534776.IP) (Ping timeout)
  1870. # [13:35] <darktrojan> it's so hard to tab-complete toolkit/mozapps/extensions these days :(
  1871. # [13:35] * Joins: jfkthame (jfkthame@531A2EB8.9FD8EB1A.8D534776.IP)
  1872. # [13:35] <darktrojan> can't we call things other things?
  1873. # [13:36] <Unfocused> yea :(
  1874. # [13:36] * Unfocused shakes fist at gps
  1875. # [13:37] <Unfocused> some people just want to watch the world burn
  1876. # [13:37] * Joins: mwargers (chatzilla@AA28C7A5.235FEA6C.C6A14A47.IP)
  1877. # [13:37] <darktrojan> how's this? " // These prefs should be set with these values from the tests above, but if you // change the tests above..."
  1878. # [13:37] * Quits: jfkthame (jfkthame@531A2EB8.9FD8EB1A.8D534776.IP) (Ping timeout)
  1879. # [13:37] <Ms2ger> Ha: http://www.bbc.co.uk/news/technology-23575249
  1880. # [13:38] <Unfocused> darktrojan: that would make me more confused :)
  1881. # [13:38] * Joins: jfkthame (jfkthame@531A2EB8.9FD8EB1A.8D534776.IP)
  1882. # [13:38] <darktrojan> I'll just uncomment the code
  1883. # [13:39] <Unfocused> anyway, must sleep. r+ with whatever you go with
  1884. # [13:39] <darktrojan> it'll do nothing but it won't break
  1885. # [13:39] <darktrojan> nn
  1886. # [13:39] <Unfocused> night :)
  1887. # [13:40] * Quits: jfkthame (jfkthame@531A2EB8.9FD8EB1A.8D534776.IP) (Ping timeout)
  1888. # [13:40] <Yoric> darktrojan: :)
  1889. # [13:41] <darktrojan> he's going to bed before midnight.. what is the world coming to?
  1890. # [13:41] * Joins: jfkthame (jfkthame@531A2EB8.9FD8EB1A.8D534776.IP)
  1891. # [13:42] * Quits: allstarschh (allstars@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  1892. # [13:42] * Quits: tonymec (tonymec@48EA233C.6D1AB40.A9371869.IP) (Ping timeout)
  1893. # [13:43] * Quits: jfkthame (jfkthame@531A2EB8.9FD8EB1A.8D534776.IP) (Ping timeout)
  1894. # [13:43] * mgerva|lunch is now known as mgerva
  1895. # [13:44] * Quits: jhlin (jolin@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1896. # [13:44] * Joins: jfkthame (jfkthame@531A2EB8.9FD8EB1A.8D534776.IP)
  1897. # [13:46] * Joins: tonymec (tonymec@48EA233C.6D1AB40.A9371869.IP)
  1898. # [13:46] * Quits: jfkthame (jfkthame@531A2EB8.9FD8EB1A.8D534776.IP) (Ping timeout)
  1899. # [13:47] * Joins: jfkthame (jfkthame@531A2EB8.9FD8EB1A.8D534776.IP)
  1900. # [13:48] * Quits: wolfiR (wolfiR@moz-47694148.dip0.t-ipconnect.de) (Ping timeout)
  1901. # [13:49] * Parts: vikash (vikash@8EA90A13.4F77613.74119F78.IP) (Leaving)
  1902. # [13:49] * Quits: jfkthame (jfkthame@531A2EB8.9FD8EB1A.8D534776.IP) (Ping timeout)
  1903. # [13:49] * Quits: briansmith (briansmith@A08B97D3.FE812AB7.68501611.IP) (Quit: Leaving)
  1904. # [13:50] * Joins: jfkthame (jfkthame@531A2EB8.9FD8EB1A.8D534776.IP)
  1905. # [13:50] * Joins: guestish (guestish@6AEA8262.E136EE5C.951DB911.IP)
  1906. # [13:52] * Quits: jfkthame (jfkthame@531A2EB8.9FD8EB1A.8D534776.IP) (Ping timeout)
  1907. # [13:53] * Joins: jfkthame (jfkthame@531A2EB8.9FD8EB1A.8D534776.IP)
  1908. # [13:54] * rail_away is now known as rail
  1909. # [13:55] * Quits: jfkthame (jfkthame@531A2EB8.9FD8EB1A.8D534776.IP) (Ping timeout)
  1910. # [13:56] * Joins: jfkthame (jfkthame@531A2EB8.9FD8EB1A.8D534776.IP)
  1911. # [13:56] * mak|afk is now known as mak
  1912. # [13:57] <Gijs> Tomcat: ping
  1913. # [13:57] * Fallen|away is now known as Fallen
  1914. # [13:57] <Tomcat> Gijs: pong
  1915. # [13:57] * Quits: digitsm (digitsm@F05E758E.CB11A5E6.C146C5E5.IP) (Ping timeout)
  1916. # [13:57] <Gijs> Tomcat: do we have a bug on file for the intermittent winXP debug orange on UX?
  1917. # [13:57] * Quits: dria (dria@moz-F5EB0C5D.dsl.teksavvy.com) (Ping timeout)
  1918. # [13:58] <Gijs> https://tbpl.mozilla.org/php/getParsedLog.php?id=26206423&tree=UX
  1919. # [13:58] * Quits: jfkthame (jfkthame@531A2EB8.9FD8EB1A.8D534776.IP) (Ping timeout)
  1920. # [13:58] <Gijs> TypeError: profile is undefined: Sidebar.prototype<.getItemByProfile@resource://gre/modules/commonjs/toolkit/loader.js -> resource:///modules/devtools/profiler/sidebar.js:91
  1921. # [13:58] <Gijs> TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/devtools/webconsole/test/browser_webconsole_network_panel.js | uncaught exception - TypeError: elem is null at resource://gre/modules/commonjs/toolkit/loader.js -> resource:///modules/devtools/webconsole/network-panel.js:263
  1922. # [13:58] <Gijs> the TBPL suggestions are unhelpful.
  1923. # [13:58] * Joins: kdudka (kdudka@40D806EA.B7FEB984.4E88690D.IP)
  1924. # [13:58] * Gijs has seen this once before today, IIRC on m-c...
  1925. # [13:59] * Joins: jfkthame (jfkthame@531A2EB8.9FD8EB1A.8D534776.IP)
  1926. # [13:59] * taras-pto is now known as taras
  1927. # [13:59] <Gijs> Mm, yeah, linux64 debug on the latest m-c cset has a similar failure.
  1928. # [13:59] <Gijs> TypeError: profile is undefined: Sidebar.prototype<.getItemByProfile@resource://gre/modules/commonjs/toolkit/loader.js -> resource:///modules/devtools/profiler/sidebar.js:91
  1929. # [13:59] * Joins: digitsm (digitsm@84873ABC.17518922.C146C5E5.IP)
  1930. # [13:59] <Tomcat> yeah
  1931. # [13:59] <Tomcat> hm have not a bug in mind that match this failure
  1932. # [14:00] <Gijs> Tomcat: can you file and star? I'm fairly sure this is really recent, so hopefully we can just get it fixed one way or another... :)
  1933. # [14:00] * taras is now known as IRCMonkey12305
  1934. # [14:00] * IRCMonkey12305 is now known as taras-
  1935. # [14:01] * Quits: jfkthame (jfkthame@531A2EB8.9FD8EB1A.8D534776.IP) (Ping timeout)
  1936. # [14:01] <Tomcat> Gijs: yeah will do
  1937. # [14:02] * Joins: jfkthame (jfkthame@531A2EB8.9FD8EB1A.8D534776.IP)
  1938. # [14:03] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e445650b4202 - Marco Bonardo - Bug 894331 - temporarily skip test_nsINavHistoryViewer.js on Windows due to slow IO causing timeouts
  1939. # [14:04] * Quits: jfkthame (jfkthame@531A2EB8.9FD8EB1A.8D534776.IP) (Ping timeout)
  1940. # [14:04] * Quits: mmargoliono (min@moz-9DBD522D.static.internode.on.net) (Ping timeout)
  1941. # [14:04] * Joins: jfkthame (jfkthame@531A2EB8.9FD8EB1A.8D534776.IP)
  1942. # [14:05] * Quits: b10n1k (j0ni@moz-3D3A3B84.access.hol.gr) (Ping timeout)
  1943. # [14:05] * Joins: masayuki1 (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  1944. # [14:05] * Joins: RyanVM (Thunderbir@E48845AB.3A9F9BD4.4C2245EF.IP)
  1945. # [14:06] * Joins: wolfiR (wolfiR@moz-47694148.dip0.t-ipconnect.de)
  1946. # [14:06] * Quits: jfkthame (jfkthame@531A2EB8.9FD8EB1A.8D534776.IP) (Ping timeout)
  1947. # [14:07] * Joins: glob (glob@E48845AB.3A9F9BD4.4C2245EF.IP)
  1948. # [14:07] * Joins: jfkthame (jfkthame@531A2EB8.9FD8EB1A.8D534776.IP)
  1949. # [14:08] * taras- is now known as taras
  1950. # [14:09] * Quits: jfkthame (jfkthame@531A2EB8.9FD8EB1A.8D534776.IP) (Ping timeout)
  1951. # [14:10] * Joins: dria (dria@moz-F5EB0C5D.dsl.teksavvy.com)
  1952. # [14:10] * Joins: harth (harth@A1148499.C9D33E0E.56B58B45.IP)
  1953. # [14:10] * Joins: jfkthame (jfkthame@531A2EB8.9FD8EB1A.8D534776.IP)
  1954. # [14:11] * Parts: robertbindar (Thunderbir@63EBD39F.99409D10.2B3D3D4.IP)
  1955. # [14:12] <mak> Tomcat: dear sheriff, I expect some timeouts on Windows from my previous push, that should be addressed by this disabling patch (for now)
  1956. # [14:12] * Quits: jfkthame (jfkthame@531A2EB8.9FD8EB1A.8D534776.IP) (Ping timeout)
  1957. # [14:13] <Tomcat> mak: ok cool :)
  1958. # [14:13] <Tomcat> RyanVM: ^
  1959. # [14:13] * glob is now known as gltabtab
  1960. # [14:13] * Joins: janv (varga@moz-8BF5D87F.flarion.as5628.telecom.sk)
  1961. # [14:13] <RyanVM> ok :)
  1962. # [14:13] * mak still wonders why Windows tinderboxes IO is so slow
  1963. # [14:13] <RyanVM> no kidding
  1964. # [14:13] * Joins: jfkthame (jfkthame@531A2EB8.9FD8EB1A.8D534776.IP)
  1965. # [14:13] * Quits: dria (dria@moz-F5EB0C5D.dsl.teksavvy.com) (Input/output error)
  1966. # [14:13] * Joins: dria (dria@moz-F5EB0C5D.dsl.teksavvy.com)
  1967. # [14:13] <RyanVM> even on the new slaves
  1968. # [14:13] * gltabtab is now known as glob
  1969. # [14:14] * Quits: darktrojan (geoff@moz-F23687F.dsl.telstraclear.net) (Quit: darktrojan)
  1970. # [14:14] <jwatt> I really hate our string classes
  1971. # [14:15] * Joins: Pike (chatzilla@moz-294DD240.pool.mediaways.net)
  1972. # [14:15] * Quits: jfkthame (jfkthame@531A2EB8.9FD8EB1A.8D534776.IP) (Ping timeout)
  1973. # [14:16] * Joins: jfkthame (jfkthame@531A2EB8.9FD8EB1A.8D534776.IP)
  1974. # [14:17] * sheppy-offline is now known as sheppy
  1975. # [14:18] <Ms2ger> Why's that?
  1976. # [14:18] <Gijs> Argh
  1977. # [14:18] <Gijs> mach mochitest-browser is still broken?
  1978. # [14:18] <Gijs> (objdir mismatch error, UX which is based on current m-c tip)
  1979. # [14:18] * Quits: jfkthame (jfkthame@531A2EB8.9FD8EB1A.8D534776.IP) (Ping timeout)
  1980. # [14:19] * Joins: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net)
  1981. # [14:19] * Joins: jfkthame (jfkthame@531A2EB8.9FD8EB1A.8D534776.IP)
  1982. # [14:20] * Gijs finds bug 901811
  1983. # [14:21] * Joins: b10n1k (j0ni@moz-E25E0DBA.access.hol.gr)
  1984. # [14:21] * Quits: harth (harth@A1148499.C9D33E0E.56B58B45.IP) (Input/output error)
  1985. # [14:21] * Quits: jfkthame (jfkthame@531A2EB8.9FD8EB1A.8D534776.IP) (Ping timeout)
  1986. # [14:22] * Joins: jfkthame (jfkthame@531A2EB8.9FD8EB1A.8D534776.IP)
  1987. # [14:22] <NeilAway> Unfocused: you think darktrojan's got it bad, I have to fight it every time I need to descend into comm-central's mozilla-central checkout
  1988. # [14:23] * Quits: mwargers (chatzilla@AA28C7A5.235FEA6C.C6A14A47.IP) (Ping timeout)
  1989. # [14:24] * Quits: jfkthame (jfkthame@531A2EB8.9FD8EB1A.8D534776.IP) (Ping timeout)
  1990. # [14:24] * Joins: ggp (ggp@moz-E996123A.wlan-a.fee.unicamp.br)
  1991. # [14:25] * Joins: matthewgertner (matthewger@173F2E9D.96442F2E.EE1C58A.IP)
  1992. # [14:25] * Joins: jfkthame (jfkthame@531A2EB8.9FD8EB1A.8D534776.IP)
  1993. # [14:25] * Bebe is now known as Bebe|mtg
  1994. # [14:25] <matthewgertner> I'm really confused
  1995. # [14:25] <matthewgertner> I open a SQLite DB using the mozstorage interfaces
  1996. # [14:25] <matthewgertner> at some point I close it (using asyncClose) and delete the DB file
  1997. # [14:26] <matthewgertner> then I install an extension that opens the same DB using mozIStorageService.openDatabase
  1998. # [14:26] <matthewgertner> it succeeds and the connectionReady property is set to true, but it doesn't create the physical database file
  1999. # [14:26] * Quits: RyanVM (Thunderbir@E48845AB.3A9F9BD4.4C2245EF.IP) (Connection reset by peer)
  2000. # [14:26] * Joins: RyanVM (Thunderbir@E48845AB.3A9F9BD4.4C2245EF.IP)
  2001. # [14:26] <matthewgertner> naturally when I try to use the new connection, all the API calls fail
  2002. # [14:27] * Quits: glob (glob@E48845AB.3A9F9BD4.4C2245EF.IP) (Connection reset by peer)
  2003. # [14:27] <matthewgertner> in the sources I don't see any reason why the DB wouldn't be created
  2004. # [14:27] * Quits: jfkthame (jfkthame@531A2EB8.9FD8EB1A.8D534776.IP) (Ping timeout)
  2005. # [14:27] <matthewgertner> it just calls sqlite3_open_v2
  2006. # [14:27] * Joins: glob (glob@E48845AB.3A9F9BD4.4C2245EF.IP)
  2007. # [14:27] * Joins: dzbarsky (Adium@moz-5CEFB44B.washdc.fios.verizon.net)
  2008. # [14:28] * Joins: jfkthame (jfkthame@531A2EB8.9FD8EB1A.8D534776.IP)
  2009. # [14:28] * Joins: joey-2 (chatzilla@moz-73B75604.nys.biz.rr.com)
  2010. # [14:30] * Quits: jfkthame (jfkthame@531A2EB8.9FD8EB1A.8D534776.IP) (Ping timeout)
  2011. # [14:30] * Joins: IanN (chatzilla@4837CDFE.2ECE621A.E5F36E28.IP)
  2012. # [14:31] * Joins: Cwiiis (cwiiis@88F51059.F3BBB17D.144F44FA.IP)
  2013. # [14:31] * ChanServ sets mode: +o Cwiiis
  2014. # [14:31] * Joins: jfkthame (jfkthame@531A2EB8.9FD8EB1A.8D534776.IP)
  2015. # [14:31] * Quits: reyre (reyre@moz-9002CDDA.cpe.net.cable.rogers.com) (Quit: Leaving)
  2016. # [14:32] * Joins: Optimizer (Instantbir@94C77FC6.955079FB.AA3EB577.IP)
  2017. # [14:33] * Quits: jfkthame (jfkthame@531A2EB8.9FD8EB1A.8D534776.IP) (Ping timeout)
  2018. # [14:33] * Joins: maxli (maxli@moz-A607CA26.student.cs.uwaterloo.ca)
  2019. # [14:34] <matthewgertner> hmmm, looks like the problem was caused the shared cache
  2020. # [14:34] * kmoir-afk is now known as kmoir
  2021. # [14:35] * Joins: jfkthame (jfkthame@531A2EB8.9FD8EB1A.8D534776.IP)
  2022. # [14:35] * Quits: joey-2 (chatzilla@moz-73B75604.nys.biz.rr.com) (Input/output error)
  2023. # [14:35] * Joins: armenzg (armenzg@moz-6476D764.cable.teksavvy.com)
  2024. # [14:36] * Quits: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net) (Ping timeout)
  2025. # [14:36] * Joins: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net)
  2026. # [14:37] * Quits: jfkthame (jfkthame@531A2EB8.9FD8EB1A.8D534776.IP) (Ping timeout)
  2027. # [14:38] * Joins: jfkthame (jfkthame@531A2EB8.9FD8EB1A.8D534776.IP)
  2028. # [14:39] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ea40469474a9 - David Zbarsky - Bug 889734 - Clean up indexedDB ipdl files r=bent
  2029. # [14:40] * Quits: jfkthame (jfkthame@531A2EB8.9FD8EB1A.8D534776.IP) (Ping timeout)
  2030. # [14:40] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5cc954048d92 - Hannes Verschore - Bug 900027 - IonMonkey: Spew if we can't log a function due to background compilation, r=jandem
  2031. # [14:40] * jmaher|afk is now known as jmaher
  2032. # [14:41] * Joins: ctangira (ctangira@moz-44402D73.cisco.com)
  2033. # [14:41] * Joins: jfkthame (jfkthame@531A2EB8.9FD8EB1A.8D534776.IP)
  2034. # [14:41] <gfritzsche> hm, what to about bmo spam like bug 901680?
  2035. # [14:41] <gfritzsche> *to do
  2036. # [14:41] <glob> gfritzsche, *sigh*
  2037. # [14:41] <glob> we get that a lot
  2038. # [14:42] * glob comments
  2039. # [14:43] <gfritzsche> thanks
  2040. # [14:43] * Quits: jfkthame (jfkthame@531A2EB8.9FD8EB1A.8D534776.IP) (Ping timeout)
  2041. # [14:44] * Joins: jfkthame (jfkthame@531A2EB8.9FD8EB1A.8D534776.IP)
  2042. # [14:44] * Quits: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  2043. # [14:46] * Quits: jfkthame (jfkthame@531A2EB8.9FD8EB1A.8D534776.IP) (Ping timeout)
  2044. # [14:47] * Joins: jfkthame (jfkthame@531A2EB8.9FD8EB1A.8D534776.IP)
  2045. # [14:48] * Joins: jfkthame_ (jfkthame@531A2EB8.9FD8EB1A.8D534776.IP)
  2046. # [14:48] * Quits: jfkthame_ (jfkthame@531A2EB8.9FD8EB1A.8D534776.IP) (Quit: jfkthame_)
  2047. # [14:49] * Joins: Edgar (Thunderbir@moz-E52ADBF1.dynamic.hinet.net)
  2048. # [14:50] * Joins: T3 (T3@8AD413DD.3053860D.A992BEAD.IP)
  2049. # [14:50] * Joins: jfkthame_ (jfkthame@531A2EB8.9FD8EB1A.8D534776.IP)
  2050. # [14:50] * Quits: jfkthame (jfkthame@531A2EB8.9FD8EB1A.8D534776.IP) (Quit: Leaving)
  2051. # [14:50] * Quits: jfkthame_ (jfkthame@531A2EB8.9FD8EB1A.8D534776.IP) (Client exited)
  2052. # [14:50] * Quits: ggp (ggp@moz-E996123A.wlan-a.fee.unicamp.br) (Input/output error)
  2053. # [14:50] * Joins: jfkthame (jfkthame@531A2EB8.9FD8EB1A.8D534776.IP)
  2054. # [14:51] * Joins: KWierso (chatzilla@E48845AB.3A9F9BD4.4C2245EF.IP)
  2055. # [14:51] * Quits: Edgar (Thunderbir@moz-E52ADBF1.dynamic.hinet.net) (Quit: Edgar)
  2056. # [14:51] * Quits: dzbarsky (Adium@moz-5CEFB44B.washdc.fios.verizon.net) (Quit: Leaving.)
  2057. # [14:52] * Joins: sheeri (sheeri@moz-3259B52F.hsd1.ma.comcast.net)
  2058. # [14:53] * Joins: ggp (ggp@moz-E996123A.wlan-a.fee.unicamp.br)
  2059. # [14:53] * Quits: ggp (ggp@moz-E996123A.wlan-a.fee.unicamp.br) (Input/output error)
  2060. # [14:53] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/97b77d14fb9d - ffxbld - Automated checkin: version bump for firefox 24.0b1 release. DONTBUILD CLOSED TREE a=release
  2061. # [14:54] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/c4d106aa7f30 - ffxbld - Added FIREFOX_24_0b1_RELEASE FIREFOX_24_0b1_BUILD1 tag(s) for changeset 97b77d14fb9d. DONTBUILD CLOSED TREE a=release
  2062. # [14:54] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/d772fc5a933c - ffxbld - Added FENNEC_24_0b1_RELEASE FENNEC_24_0b1_BUILD1 tag(s) for changeset 4c9d077b66e3. DONTBUILD CLOSED TREE a=release
  2063. # [14:54] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/4c9d077b66e3 - ffxbld - Automated checkin: version bump for fennec 24.0b1 release. DONTBUILD CLOSED TREE a=release
  2064. # [14:54] <gfritzsche> RyanVM: no other occurrences on bug 896965 so far, right?
  2065. # [14:56] * Joins: ggp (ggp@moz-E996123A.wlan-a.fee.unicamp.br)
  2066. # [14:57] * Joins: dzbarsky (Adium@moz-5CEFB44B.washdc.fios.verizon.net)
  2067. # [14:57] * Joins: mwargers (chatzilla@moz-AF369B35.adsl.online.nl)
  2068. # [14:57] * Quits: mstange (markus@moz-9B32E30C.dip0.t-ipconnect.de) (Ping timeout)
  2069. # [14:58] * Joins: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com)
  2070. # [14:58] * Quits: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com) (Input/output error)
  2071. # [14:58] * Joins: dhaval (dhaval@moz-B8B96E1D.cpe.net.cable.rogers.com)
  2072. # [14:58] * Quits: digitsm (digitsm@84873ABC.17518922.C146C5E5.IP) (Ping timeout)
  2073. # [15:00] * Joins: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com)
  2074. # [15:01] * Quits: ggp (ggp@moz-E996123A.wlan-a.fee.unicamp.br) (Ping timeout)
  2075. # [15:01] <sheppy> Hey all - I just installed the latest nightly, and now the only menu in my menu bar is "Nightly" -- and it's empty.
  2076. # [15:01] <sheppy> What's the deal with that? :)
  2077. # [15:04] <Gijs> sheppy: this is on OS X?
  2078. # [15:04] <sheppy> Gijs: Yeah
  2079. # [15:04] * Quits: stransky (stransky@moz-107AD163.redhat.com) (Quit: Connection reset by beer)
  2080. # [15:04] <sheppy> I've tried quitting and restarting, etc, but no change.
  2081. # [15:05] <Gijs> sheppy: if you open about:buildconfig, is this today's build or yesterday's?
  2082. # [15:05] * Quits: b10n1k (j0ni@moz-E25E0DBA.access.hol.gr) (Ping timeout)
  2083. # [15:05] <sheppy> Built from http://hg.mozilla.org/mozilla-central/rev/a0dd80f800e2
  2084. # [15:07] * Quits: dhaval (dhaval@moz-B8B96E1D.cpe.net.cable.rogers.com) (Quit: This computer has gone to sleep)
  2085. # [15:07] <Gijs> mmm, that's today's. Fun
  2086. # [15:07] * Joins: bhackett (bhackett@moz-E7EA111C.clients.kiwiirc.com)
  2087. # [15:07] <Gijs> Annnnd I can reproduce
  2088. # [15:07] * Joins: paolo (paolo@moz-71982CA6.retail.telecomitalia.it)
  2089. # [15:07] <Gijs> sheppy: can you file a bug, please? :O
  2090. # [15:07] <Gijs> * :)
  2091. # [15:07] <sheppy> I'll file… yes :)
  2092. # [15:07] * Quits: kaze (kaze@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  2093. # [15:08] <sheppy> I'm just glad I can still open tabs :)
  2094. # [15:08] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  2095. # [15:08] <bhackett> bjacob: ping
  2096. # [15:08] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  2097. # [15:08] <bjacob> bhackett: pong
  2098. # [15:08] * Joins: spohl (Adium@C97E3D49.F404A8D4.975DB329.IP)
  2099. # [15:08] * jhopkins|afk is now known as jhopkins
  2100. # [15:08] * Joins: jorendorff (jorendorff@moz-2F32ACA3.hsd1.tn.comcast.net)
  2101. # [15:08] <bhackett> bjacob: hi, the try push for those diagnostic tests yesterday is done
  2102. # [15:09] <bjacob> bhackett: link?
  2103. # [15:09] * Quits: surkov (surkov@moz-174FE592.cable.teksavvy.com) (Ping timeout)
  2104. # [15:09] <bhackett> bjacob: here's one of the logs, https://tbpl.mozilla.org/php/getParsedLog.php?id=26197035&tree=Try#error0 and the push itself https://tbpl.mozilla.org/?tree=Try&rev=d21b6b07034e
  2105. # [15:09] * Joins: gustavold (gustavold@C3C3A2D6.EE4D6669.DF2AC62B.IP)
  2106. # [15:10] <bhackett> bjacob: in nsBaseWidget::GetGLFrameBufferFormat, mLayerManager's GetBackendType() is LAYERS_CLIENT
  2107. # [15:10] <sheppy> bug 901921 filed
  2108. # [15:10] * Joins: armenzg_ (armenzg@28404928.6A6F5F66.47C41102.IP)
  2109. # [15:10] * Quits: armenzg (armenzg@moz-6476D764.cable.teksavvy.com) (Ping timeout)
  2110. # [15:11] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  2111. # [15:12] * Joins: mstange (markus@moz-9B32E30C.dip0.t-ipconnect.de)
  2112. # [15:12] <sheppy> Guess it's time to download an Aurora build that's newer than six months ago :)
  2113. # [15:12] * Joins: surkov (surkov@moz-174FE592.cable.teksavvy.com)
  2114. # [15:12] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  2115. # [15:13] <jfkthame> sheppy, interesting - i see the same issue with my Nightly, having allowed it to update itself just now - but my local (debug) build of the same changeset doesn't show the problem
  2116. # [15:13] <RyanVM> gfritzsche: correct, the only instances were on branches where it handed landed yet
  2117. # [15:13] <sheppy> jfkthame: that's weird.
  2118. # [15:14] <bjacob> bhackett: hm, i dont know about this LAYERS_CLIENT thing, i think it was introduced recently by either mattwoodrow|away or nrc
  2119. # [15:14] * hwine-ooo is now known as hwine
  2120. # [15:14] <sheppy> This'll be the first time I've run anything but Nightly in ages. That speaks well for the stability of our nightlies.
  2121. # [15:14] <jfkthame> yeah, must be something slightly different about my local build config, although it's pretty vanilla
  2122. # [15:16] <bhackett> bjacob: I can't tell if it's taking that isFormatCompatibleWithRGBA path or not
  2123. # [15:16] <gfritzsche> RyanVM: ok, great. will take a little as those tests changed a lot recently
  2124. # [15:16] <RyanVM> gfritzsche: ok, thanks for fixing :)
  2125. # [15:16] <bhackett> bjacob: would it be worthwhile to do a push that just always takes the 'slow path' branch?
  2126. # [15:17] <bhackett> bjacob: (or only in the LAYERS_CLIENT case)
  2127. # [15:18] <bjacob> bhackett: i really dont know. you need one of the people who worked with / added this recent ClientLayerManager concept, which i am unfamiliar with.
  2128. # [15:18] * Joins: yzen (yzen@67828CC7.C1A51174.9D42CF23.IP)
  2129. # [15:18] <bhackett> ok
  2130. # [15:18] <bjacob> bhackett: again, try nrc or mattwoodrow|away or maybe Bas
  2131. # [15:18] <Gijs> sheppy: did you have yesterday's build before?
  2132. # [15:19] * Quits: glob (glob@E48845AB.3A9F9BD4.4C2245EF.IP) (Quit: Leaving...)
  2133. # [15:20] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  2134. # [15:20] * capella|away is now known as capella
  2135. # [15:20] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  2136. # [15:22] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  2137. # [15:22] * simone|away is now known as simone
  2138. # [15:23] * Quits: bjacob (bjacob@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  2139. # [15:23] <Gijs> this is confusing... I'm seeing it working on inbound? :s
  2140. # [15:23] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  2141. # [15:23] * Joins: gsvelto (gsvelto@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2142. # [15:23] * Joins: jimm (jmathies@moz-864CAA4E.pn.at.cox.net)
  2143. # [15:25] * Joins: bjacob (bjacob@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2144. # [15:26] <sheppy> Gijs: No, I updated from the 7/30 build.
  2145. # [15:28] * Quits: ctangira (ctangira@moz-44402D73.cisco.com) (Quit: ctangira)
  2146. # [15:28] * armenzg_ is now known as armenzg_brb
  2147. # [15:29] * Joins: coop (Chris@CA9D1390.D6711D10.47C41102.IP)
  2148. # [15:30] * coop is now known as coop|buildduty
  2149. # [15:31] <Gijs> sheppy: so, as I just noted on the bug, this sucks. It's happening on the nightly build, but on the tinderbox build from the *same* revision, it works fine.
  2150. # [15:31] <Ms2ger> Oh, from roc's culture talk
  2151. # [15:31] <sheppy> Gijs: that's really bizarre
  2152. # [15:32] <sheppy> And yeah, this sucks.
  2153. # [15:32] <jfkthame> i'm guessing it must depend on official branding in some way, and was triggered during the version bump yesterday
  2154. # [15:32] <Gijs> Well, we have ifdefs and code that'll only run/compile/get included if it's a nightly/official branding-based thing.
  2155. # [15:32] <sheppy> Yeah, that seems to make sense.
  2156. # [15:32] <Gijs> Yeah
  2157. # [15:32] <Gijs> But that still sucks, a lot.
  2158. # [15:32] <jfkthame> indeed
  2159. # [15:33] <jfkthame> i'd started a local opt build to see if i could reproduce, but given your observations i don't think it will
  2160. # [15:33] * openjck|offline is now known as openjck
  2161. # [15:34] * Joins: harth (harth@A1148499.C9D33E0E.56B58B45.IP)
  2162. # [15:34] <Gijs> jfkthame: yeah, I've recently started to just download tinderbox builds for regressions that are clearly more recent than <1 month from now
  2163. # [15:34] * Gijs should really write a script to bisect stuff like that automatically
  2164. # [15:35] * Quits: pbocan (Thunderbir@moz-994A5AD.adsl.slovanet.sk) (Ping timeout)
  2165. # [15:35] * Quits: gcp (gcp@moz-9CEB1C98.access.telenet.be) (Ping timeout)
  2166. # [15:35] * armenzg_brb is now known as armenzg
  2167. # [15:35] <jfkthame> like mozregression?
  2168. # [15:35] * spohl is now known as spohl|away
  2169. # [15:35] * Quits: harth (harth@A1148499.C9D33E0E.56B58B45.IP) (Ping timeout)
  2170. # [15:36] <Gijs> jfkthame: that doesn't download tinderbox builds, I believe, only nightlies?
  2171. # [15:36] <jfkthame> oh, right - i think so
  2172. # [15:36] <Gijs> so that gets you roughly a 1-day range
  2173. # [15:37] <Gijs> by now we're sometimes running at 300 checkins a day, and if merges happen unluckily, you can get more than that inbetween 2 nightly builds
  2174. # [15:37] <Gijs> so it'd be helpful if it narrowed it down further without requiring local builds which take a lot of cycles
  2175. # [15:38] <Gijs> anyway, that's on my weekend pile :)
  2176. # [15:38] <jfkthame> right - although this means you'd be bisecting inbound, which means potentially a lot of broken checkins that later got backed out
  2177. # [15:38] <dao> sounds like we should merge more often and build more "nightlies"
  2178. # [15:38] <jfkthame> and check in fewer bad patches :)
  2179. # [15:38] * Quits: mstange (markus@moz-9B32E30C.dip0.t-ipconnect.de) (Ping timeout)
  2180. # [15:38] * Joins: reyre (reyre@916689EC.33EE9F8A.1139E686.IP)
  2181. # [15:39] * Joins: pbocan (Thunderbir@moz-994A5AD.adsl.slovanet.sk)
  2182. # [15:39] <Gijs> dao: I actually think that's a good idea... we should build more stuff with a nightly config (possibly without the forced clobber all the time)
  2183. # [15:40] * Joins: rednaks (rednaks@1CBF90A7.17F30DC8.55FFA9B4.IP)
  2184. # [15:40] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  2185. # [15:41] * Gijs wonders if that'd need a discussion in m.d.platform or something, or just a bug filed in the right place...
  2186. # [15:41] * Tomcat is now known as Tomcat|afk
  2187. # [15:41] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  2188. # [15:41] * Quits: jfkthame (jfkthame@531A2EB8.9FD8EB1A.8D534776.IP) (Ping timeout)
  2189. # [15:42] * Joins: mstange (markus@moz-9B32E30C.dip0.t-ipconnect.de)
  2190. # [15:44] * Quits: RealRaven (Thunderbir@B288EC7D.E64DB4BB.C3498625.IP) (Ping timeout)
  2191. # [15:44] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  2192. # [15:44] * Joins: jfkthame (jfkthame@531A2EB8.9FD8EB1A.8D534776.IP)
  2193. # [15:45] <Fallen> can mozregression install adons from a nightly url? I see there is a switch for addons, but hunting into mozprofile it seems its not possible to specify a path, or at least base path
  2194. # [15:45] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  2195. # [15:46] * Quits: brambles (xymox@moz-969AAE9B.barwen.ch) (Ping timeout)
  2196. # [15:46] * Joins: Enn (enn@13F2CEC5.7672369.D8E68FF6.IP)
  2197. # [15:46] * Joins: brambles (xymox@moz-969AAE9B.barwen.ch)
  2198. # [15:47] * Joins: julienw (julienw@moz-E38F5B6A.everlong.org)
  2199. # [15:47] <froydnj> dholbert: pong (though you're probably not up yet)
  2200. # [15:48] * Joins: RealRaven (Thunderbir@5980C78E.AB3F8E3.C3498625.IP)
  2201. # [15:48] <Gijs> Fallen: nightly url?
  2202. # [15:48] <Gijs> did you mean http URL?
  2203. # [15:48] * dholbert is now known as dholbert|pto
  2204. # [15:49] * Joins: AaronMT (AaronMT@13F2CEC5.7672369.D8E68FF6.IP)
  2205. # [15:49] <dholbert|pto> froydnj, up but on PTO & in an airport
  2206. # [15:49] <dholbert|pto> see bug comment
  2207. # [15:49] * Quits: AaronMT (AaronMT@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  2208. # [15:49] <Fallen> Gijs: yeah, something like http://ftp.mozilla.org/pub/mozilla.org/calendar/lightning/nightly/2013-07-16-03-02-01-comm-central/lightning-2.7a1.en-US.mac.xpi
  2209. # [15:49] * Quits: armenzg (armenzg@28404928.6A6F5F66.47C41102.IP) (Input/output error)
  2210. # [15:50] * Joins: gcp (gcp@moz-9CEB1C98.access.telenet.be)
  2211. # [15:50] <dholbert|pto> froydnj, ah, you did
  2212. # [15:50] <Gijs> Fallen: don't know! You could look at the code - mozregression is on github, and you could file an issue, I think? :)
  2213. # [15:50] * Joins: armenzg (armenzg@28404928.6A6F5F66.47C41102.IP)
  2214. # [15:50] * Quits: wolfiR (wolfiR@moz-47694148.dip0.t-ipconnect.de) (Quit: Leaving)
  2215. # [15:50] <froydnj> dholbert|pto: ah, I thought you might have wanted to discuss bug 900134 in a lower-latency fashion
  2216. # [15:50] <Fallen> Gijs: yeah I've filed an issue now. From looking at the code, mozprofile would support it, but mozregression doesn't
  2217. # [15:50] * Quits: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com) (Quit: Instantbird 1.5a1pre -- http://www.instantbird.com)
  2218. # [15:50] <froydnj> dholbert|pto: no worries, though. have a safe flight!
  2219. # [15:50] <dholbert|pto> thanks!
  2220. # [15:50] <Fallen> When I find time maybe I can even patch it
  2221. # [15:50] * Quits: brambles (xymox@moz-969AAE9B.barwen.ch) (Ping timeout)
  2222. # [15:50] * Joins: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com)
  2223. # [15:52] * Quits: armenzg (armenzg@28404928.6A6F5F66.47C41102.IP) (Ping timeout)
  2224. # [15:52] * Joins: digitsm (digitsm@80CDA53E.F8D7B935.C146C5E5.IP)
  2225. # [15:52] * mattwoodrow|away is now known as mattwoodrow
  2226. # [15:53] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  2227. # [15:53] * Joins: davidb (davidb@13F2CEC5.7672369.D8E68FF6.IP)
  2228. # [15:53] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  2229. # [15:54] * Joins: brambles (xymox@moz-969AAE9B.barwen.ch)
  2230. # [15:54] * Joins: maxli1 (maxli@13F2CEC5.7672369.D8E68FF6.IP)
  2231. # [15:55] * Joins: mconley (mconley@13F2CEC5.7672369.D8E68FF6.IP)
  2232. # [15:55] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  2233. # [15:55] * Quits: tonymec|away (tonymec@48EA233C.6D1AB40.A9371869.IP) (Input/output error)
  2234. # [15:55] * Quits: cornel_ionce (Mibbit@28C4EA76.976FBEE.5BC07656.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  2235. # [15:56] * Joins: armenzg (armenzg@moz-4F1A7003.cpe.net.cable.rogers.com)
  2236. # [15:56] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  2237. # [15:57] * Bebe|mtg is now known as Bebe
  2238. # [15:57] * jcranmer|away is now known as jcranmer
  2239. # [15:58] * Quits: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de) (Input/output error)
  2240. # [16:00] <@bz_sleep> glob: ping
  2241. # [16:00] * Joins: AaronMT (AaronMT@13F2CEC5.7672369.D8E68FF6.IP)
  2242. # [16:01] * Quits: T3 (T3@8AD413DD.3053860D.A992BEAD.IP) (Ping timeout)
  2243. # [16:01] * Quits: KWierso (chatzilla@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  2244. # [16:01] * kats|away is now known as kats
  2245. # [16:02] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  2246. # [16:02] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  2247. # [16:02] * Quits: maxli (maxli@moz-A607CA26.student.cs.uwaterloo.ca) (Quit: Lost terminal)
  2248. # [16:03] * maxli1 is now known as maxli
  2249. # [16:03] * Joins: davidillsley (nobody@moz-DA2D1448.sgyl.cable.virginmedia.com)
  2250. # [16:03] * Quits: jammink (textual@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: Computer has gone to sleep.)
  2251. # [16:04] * Quits: masayuki1 (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Quit: masayuki1)
  2252. # [16:05] * Quits: AaronMT (AaronMT@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Textual IRC Client: www.textualapp.com)
  2253. # [16:05] * Joins: tiziana (tiziana@6F3103E6.E0256733.73D36934.IP)
  2254. # [16:05] * Joins: AaronMT (AaronMT@13F2CEC5.7672369.D8E68FF6.IP)
  2255. # [16:05] <Gijs> dao, jfkthame: posted to m.d.planning
  2256. # [16:05] * Joins: StevenLee (Adium@moz-A29854D7.dynamic.hinet.net)
  2257. # [16:06] * Joins: philor (philor@moz-E8BD9EDD.csby.or.frontiernet.net)
  2258. # [16:07] * Quits: jrgill2 (jrgill@moz-DEC99E33.stny.res.rr.com) (Ping timeout)
  2259. # [16:08] * Joins: jrgill2 (jrgill@moz-DEC99E33.stny.res.rr.com)
  2260. # [16:09] * Joins: gabadie (gabadie@13F2CEC5.7672369.D8E68FF6.IP)
  2261. # [16:09] * Joins: tomer (tomer@moz-F45DAEFD.static.012.net.il)
  2262. # [16:12] <Pike> errr, Y U NO menubar on osx?
  2263. # [16:13] <Gijs> Pike: bug 901921
  2264. # [16:13] * Quits: teoli (teoli@moz-BD275144.range86-144.btcentralplus.com) (Connection reset by peer)
  2265. # [16:13] * Joins: jdm (jdm@92FB48CA.8B5E9DF.9A8C35B4.IP)
  2266. # [16:15] * Quits: tonymec (tonymec@48EA233C.6D1AB40.A9371869.IP) (Input/output error)
  2267. # [16:16] * Quits: mak (chatzilla@moz-BFE75F8A.retail.telecomitalia.it) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 2.0/20110318052756])
  2268. # [16:16] * Joins: teoli (teoli@moz-BD275144.range86-144.btcentralplus.com)
  2269. # [16:16] * Joins: ctangira (ctangira@moz-CFCC7B62.cisco.com)
  2270. # [16:16] * Joins: tonymec (tonymec@48EA233C.6D1AB40.A9371869.IP)
  2271. # [16:16] <Pike> Gijs: thanks. reading upon your comments, can you diff about:buildconfig for the two?
  2272. # [16:17] <Pike> also, should we disable updates for that? coop|buildduty
  2273. # [16:17] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/4099ce90560f - Mihnea Dobrescu-Balaur - Bug 899857 - Make xpcshell default to a plugins directory only if -p is not specified. r=ted, a=test-only
  2274. # [16:17] <Gijs> Pike: dunno if that's useful...
  2275. # [16:18] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/263073d5b262 - Daniel Holbert - Bug 900260: Explicitly cast 64-bit value to size_t, to fix build warning on 32-bit platforms (which won't run this code anyway). r=froydnj
  2276. # [16:18] <Gijs> Also, not easily :)
  2277. # [16:18] * bz_sleep is now known as bz
  2278. # [16:19] * Quits: mmc|laptop (mchew@moz-BBC0C7F1.hsd1.ca.comcast.net) (Quit: mmc|laptop)
  2279. # [16:20] * Pike tries
  2280. # [16:21] * Fallen is now known as Fallen|away
  2281. # [16:21] * Quits: Manuela (Mibbit@601F3B17.33662590.A5830293.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  2282. # [16:21] * Gijs is now known as Gijs_away
  2283. # [16:22] * Joins: KWierso (chatzilla@E48845AB.3A9F9BD4.4C2245EF.IP)
  2284. # [16:22] <botond> jwatt: ping
  2285. # [16:23] <Pike> nothing interesting in buildconfig
  2286. # [16:23] <jwatt> botond: pong
  2287. # [16:23] * Joins: glob (glob@E48845AB.3A9F9BD4.4C2245EF.IP)
  2288. # [16:23] * Quits: AndreeaMatei (Thunderbir@601F3B17.33662590.A5830293.IP) (Quit: AndreeaMatei)
  2289. # [16:23] <botond> jwatt: Is this a good time to go over that Eclipse stuff?
  2290. # [16:23] <jwatt> botond: as any :)
  2291. # [16:24] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  2292. # [16:24] * Joins: lmandel (lmandel@13F2CEC5.7672369.D8E68FF6.IP)
  2293. # [16:24] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  2294. # [16:24] * Quits: digitsm (digitsm@80CDA53E.F8D7B935.C146C5E5.IP) (Quit: Leaving)
  2295. # [16:26] * Quits: tonymec (tonymec@48EA233C.6D1AB40.A9371869.IP) (Input/output error)
  2296. # [16:26] * jchen|away is now known as jchen
  2297. # [16:26] <botond> jwatt: Great :) So, the most significant thing was that the macros MOZ_FINAL and MOZ_OVERRIDE could not be resolved, and caused entire classes/functions that used them to be marked as syntax errors. I fixed this by defining __cplusplus=201103 in Project Properties -> C/C++ General -> Preprocessor Include Paths, Macros etc., after which MOZ_FINAL and MOZ_OVERRIDE were correctly resolved to tje keywords 'final' and 'override', which Eclipse
  2298. # [16:26] * Quits: StevenLee (Adium@moz-A29854D7.dynamic.hinet.net) (Quit: Leaving.)
  2299. # [16:26] <botond> understands.
  2300. # [16:26] * Joins: joey-2 (chatzilla@moz-73B75604.nys.biz.rr.com)
  2301. # [16:26] * Joins: RyanVM1 (Thunderbir@E48845AB.3A9F9BD4.4C2245EF.IP)
  2302. # [16:27] * Quits: RyanVM (Thunderbir@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  2303. # [16:27] * Quits: RyanVM1 (Thunderbir@E48845AB.3A9F9BD4.4C2245EF.IP) (Quit: RyanVM1)
  2304. # [16:27] <jwatt> botond: MOZ_FINAL and MOZ_OVERRIDE are new since I wrote the doc - sounds like the doc just needs updated to reflect what you've done
  2305. # [16:28] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  2306. # [16:28] * Joins: darkowlzz (sunny@CF69250E.171E932B.25B273F5.IP)
  2307. # [16:28] * Quits: tiziana (tiziana@6F3103E6.E0256733.73D36934.IP) (Quit: tiziana)
  2308. # [16:28] * Joins: tonymec (tonymec@48EA233C.6D1AB40.A9371869.IP)
  2309. # [16:29] <Yoric> till: I just built your patch for Bug 888658 and it seems to build nicely. Do I understand correctly that lz4.c is built only in the anonymous namespace?
  2310. # [16:29] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  2311. # [16:30] <till> Yoric: that's good to hear
  2312. # [16:30] <till> Yoric: yes, you should only use mfbt/Compression.h
  2313. # [16:30] * glob is now known as glob|away
  2314. # [16:30] <Yoric> Ok.
  2315. # [16:30] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e4a05768e8c3 - Kartikaya Gupta - Bug 901187 - Send printf_stderr output to Visual Studio console if it is attached. r=bsmedberg
  2316. # [16:30] <Yoric> Unfortunately, this means that I'll have to export it without a namespace, as it's for js-ctypes consumer.
  2317. # [16:31] * Joins: RyanVM (Thunderbir@E48845AB.3A9F9BD4.4C2245EF.IP)
  2318. # [16:31] <Yoric> (and extern "C", too)
  2319. # [16:31] * Joins: phenom (phenom@C082DF29.25962DFD.13EFE003.IP)
  2320. # [16:31] * Quits: Optimizer (Instantbir@94C77FC6.955079FB.AA3EB577.IP) (Ping timeout)
  2321. # [16:32] <till> Yoric: if we can do something different within mfbt, can you explain that in a comment to the bug?
  2322. # [16:32] * Quits: lduros (user@moz-47F34250.phlapa.fios.verizon.net) (Client exited)
  2323. # [16:32] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  2324. # [16:33] <botond> jwatt: Given that eclipse parses the options used to compile each file from the just-print-mozilla-build.py output, is it not a bug (either in eclipse, or in how we're using it) to have to specify any macros or includes explicitly?
  2325. # [16:33] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  2326. # [16:34] <Yoric> till: Will do.
  2327. # [16:35] * Joins: overholt_ (overholt@13F2CEC5.7672369.D8E68FF6.IP)
  2328. # [16:35] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  2329. # [16:35] <jwatt> botond: the underlying cause is https://developer.mozilla.org/en-US/docs/Eclipse_CDT#Headers_are_only_parsed_once as far as I understand
  2330. # [16:35] <jwatt> botond: or at least I'm not aware of any other cause
  2331. # [16:35] * Joins: thinker (user@moz-D00ACA96.dynamic.kbronet.com.tw)
  2332. # [16:35] * Joins: aut0mata (automata@3DCA807D.FA36B139.BB0EBA72.IP)
  2333. # [16:36] <jwatt> botond: so yes, it's a deficiency in the way that Eclipse CDT gathers build information
  2334. # [16:36] <Ms2ger> Is new (std::nothrow) Foo infallible?
  2335. # [16:36] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5d6e9e87f6f9 - Yuan Xulei - Bug 895239 - Serialize non-textual container element as placeholder if OutputNonTextContentAsPlaceholder is set. r=smaug
  2336. # [16:36] <till> Yoric: thanks
  2337. # [16:36] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/802ef003bb08 - JW Wang - Bug 875277 - Part 1: Implement WaveShaperNode.oversample - webidl enums. r=ehsan
  2338. # [16:36] <botond> jwatt: I see. Well, the other workarounds I've had to employ are similar, so I'd imagine the same goes for them, but let me just mention them in case they ring a bell to you.
  2339. # [16:36] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/1406e31167e2 - JW Wang - Bug 875277 - Part 2: Implement WaveShaperNode.oversample - speex. r=ehsan
  2340. # [16:36] * Parts: Pauly (paul@601F3B17.33662590.A5830293.IP)
  2341. # [16:36] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/4a638ac362cb - Guillaume Abadie - Bug 871094 - Add a warning when calling WebGL clear(0). r=bjacob
  2342. # [16:37] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/2acbdba93afa - Andy Wingo - Bug 885695 - Simplify detection of legacy generators. r=Waldo, r=jorendorff
  2343. # [16:37] * glob|away is now known as glob
  2344. # [16:37] <botond> jwatt: 1) I had to manually add the Android NDK's include path to get Eclipse to find the JNI headers (which are included in files like AndroidBridge.cpp in Fennec).
  2345. # [16:38] <botond> jwatt: and 2) I had to define MOZILLA_INTERNAL_API to get Eclipse to parse the content of certain files that start with #ifdef MOZILLA_INTERNAL_API (this one definitely sounds like the bug you mentioned, since it looks like that file is sometimes included with MOZILLA_INTERNAL_API defined, and sometimes not)
  2346. # [16:39] <botond> jwatt: Should I edit the wiki page to mention these workarounds?
  2347. # [16:40] <jwatt> botond: yes, please do - and yes, I'd put the need for those defines down to the same bug
  2348. # [16:40] <jwatt> botond: the section I linked you to has some instructions that you should be able to use to confirm that the bug is indeed the source of the issue
  2349. # [16:41] <froydnj> Ms2ger: who said I was assigned to that bug?
  2350. # [16:42] <Ms2ger> froydnj, did you not just upload a patch for it?
  2351. # [16:44] * Joins: tallowen (tallowen@moz-99F2BB9C.hsd1.wa.comcast.net)
  2352. # [16:45] * Quits: teoli (teoli@moz-BD275144.range86-144.btcentralplus.com) (Connection reset by peer)
  2353. # [16:45] * Joins: teoli (teoli@moz-BD275144.range86-144.btcentralplus.com)
  2354. # [16:45] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  2355. # [16:46] * Joins: T3 (T3@8AD413DD.3053860D.A992BEAD.IP)
  2356. # [16:46] * Quits: gcp (gcp@moz-9CEB1C98.access.telenet.be) (Quit: Leaving)
  2357. # [16:47] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  2358. # [16:47] * Quits: victorporof (victorporo@B4B1C8EE.73B1E539.9B1E38F4.IP) (Quit: victorporof)
  2359. # [16:47] * Quits: phenom (phenom@C082DF29.25962DFD.13EFE003.IP) (Ping timeout)
  2360. # [16:47] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  2361. # [16:47] * Quits: T3 (T3@8AD413DD.3053860D.A992BEAD.IP) (Ping timeout)
  2362. # [16:48] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  2363. # [16:48] <botond> jwatt: OK, will do. One more thing: in your instructions you mention that "If you get many more than 2000 unresolved includes... then things have gone pretty wrong." When I initally went through the instructions, I got many more unresolved includes than that (tens of thousands). Then I turned on the 'Allow heuristic resolution of includes' flag in the indexer settings, and reindexed, and it went down to the 2000 range. I'll mention in the
  2364. # [16:48] <botond> wiki that it's important to have this flag turned on.
  2365. # [16:51] * Quits: gsvelto (gsvelto@87C1F78E.1DE10CA8.D8E68FF6.IP) (Input/output error)
  2366. # [16:51] * Joins: jammink (textual@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2367. # [16:51] * Joins: hipokrit (hipokrit@1BF5DFDB.CA40E1F7.C558AD24.IP)
  2368. # [16:51] * Joins: lduros (user@moz-47F34250.phlapa.fios.verizon.net)
  2369. # [16:51] * Joins: gcp (gpascutto@moz-9CEB1C98.access.telenet.be)
  2370. # [16:53] * joduinn-zzz is now known as joduinn-coffee
  2371. # [16:53] * Gijs_away is now known as Gijs
  2372. # [16:53] * Quits: nical (nico@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  2373. # [16:55] * Joins: nical (nico@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2374. # [16:55] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  2375. # [16:56] * Quits: jhorak (jhorak@moz-107AD163.redhat.com) (Quit: Leaving)
  2376. # [16:56] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  2377. # [16:56] * Quits: tonymec (tonymec@48EA233C.6D1AB40.A9371869.IP) (Input/output error)
  2378. # [16:57] * RyanVM is now known as RyanVM|shower
  2379. # [16:57] * Joins: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net)
  2380. # [16:57] * ChanServ sets mode: +o dveditz
  2381. # [16:58] * Quits: bhackett (bhackett@moz-E7EA111C.clients.kiwiirc.com) (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)
  2382. # [16:59] * Joins: tonymec_ (tonymec@48EA233C.6D1AB40.A9371869.IP)
  2383. # [16:59] * Joins: bhackett (bhackett@moz-E7EA111C.clients.kiwiirc.com)
  2384. # [17:00] * Parts: bhackett (bhackett@moz-E7EA111C.clients.kiwiirc.com)
  2385. # [17:00] * tonymec_ is now known as tonymec|away
  2386. # [17:01] * glob is now known as glob|away
  2387. # [17:01] * Joins: tonymec (tonymec@48EA233C.6D1AB40.A9371869.IP)
  2388. # [17:02] * Joins: kaze (kaze@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2389. # [17:03] * Joins: bent (chatzilla@moz-932324BF.hsd1.ca.comcast.net)
  2390. # [17:04] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  2391. # [17:04] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  2392. # [17:05] * Joins: T3 (T3@8AD413DD.3053860D.A992BEAD.IP)
  2393. # [17:06] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2394. # [17:08] * glob|away is now known as glob
  2395. # [17:08] * Joins: phenom (phenom@CF1CD36A.8F8E9C7.27560D6E.IP)
  2396. # [17:09] * overholt_ is now known as overholt
  2397. # [17:09] * Joins: tantek (tantek@moz-45485333.dsl.dynamic.sonic.net)
  2398. # [17:09] * Quits: dao (dao@moz-91921B3B.superkabel.de) (Quit: Leaving.)
  2399. # [17:09] * Joins: dao (dao@moz-91921B3B.superkabel.de)
  2400. # [17:10] * Quits: jhk (Jignesh@F1D06D1D.9938D3BE.CA052C06.IP) (Ping timeout)
  2401. # [17:10] * Quits: guestish (guestish@6AEA8262.E136EE5C.951DB911.IP) (Quit: Leaving)
  2402. # [17:10] * Quits: norton- (norton@moz-8C422B12.bredband.comhem.se) (Ping timeout)
  2403. # [17:10] * Quits: tantek (tantek@moz-45485333.dsl.dynamic.sonic.net) (Quit: tantek)
  2404. # [17:10] * joduinn-coffee is now known as joduinn-commute
  2405. # [17:11] * Quits: dao (dao@moz-91921B3B.superkabel.de) (Ping timeout)
  2406. # [17:12] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  2407. # [17:12] * Quits: glob (glob@E48845AB.3A9F9BD4.4C2245EF.IP) (Input/output error)
  2408. # [17:12] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  2409. # [17:12] * Joins: glob (glob@moz-DF237567.glob.com.au)
  2410. # [17:13] * Quits: fabrice (fabrice@moz-94F028C6.hsd1.ca.comcast.net) (Quit: Leaving.)
  2411. # [17:14] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  2412. # [17:14] * Joins: glob_ (glob@E48845AB.3A9F9BD4.4C2245EF.IP)
  2413. # [17:14] * Quits: glob (glob@moz-DF237567.glob.com.au) (NickServ (GHOST command used by glob_))
  2414. # [17:14] * glob_ is now known as glob
  2415. # [17:15] <bkelly> Is it a bug if a CSS animation continues to use CPU after the animationend event is fired?
  2416. # [17:15] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  2417. # [17:15] * Joins: mbrubeck (mbrub_000@moz-45568FC0.hsd1.wa.comcast.net)
  2418. # [17:16] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  2419. # [17:17] * Joins: victorporof (victorporo@B4B1C8EE.73B1E539.9B1E38F4.IP)
  2420. # [17:17] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  2421. # [17:18] * Quits: thinker (user@moz-D00ACA96.dynamic.kbronet.com.tw) (Ping timeout)
  2422. # [17:19] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  2423. # [17:19] * Quits: pnemsak (Miranda@moz-BE85878E.citicom.sk) (Quit: pnemsak)
  2424. # [17:20] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  2425. # [17:20] * ericjung is now known as ericjung|away
  2426. # [17:21] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  2427. # [17:22] * Joins: thinker (user@moz-D00ACA96.dynamic.kbronet.com.tw)
  2428. # [17:22] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  2429. # [17:24] * Quits: victorporof (victorporo@B4B1C8EE.73B1E539.9B1E38F4.IP) (Ping timeout)
  2430. # [17:24] * Quits: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Quit: masayuki)
  2431. # [17:24] * Joins: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  2432. # [17:25] * Quits: tonymec (tonymec@48EA233C.6D1AB40.A9371869.IP) (Ping timeout)
  2433. # [17:25] * Quits: till (till@moz-6B426FD3.adsl.alicedsl.de) (Client exited)
  2434. # [17:25] * Quits: tonymec|away (tonymec@48EA233C.6D1AB40.A9371869.IP) (Ping timeout)
  2435. # [17:26] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  2436. # [17:26] <nemo> bkelly: I have no idea personally, but I'm kinda curious as to what you are doing
  2437. # [17:26] <nemo> bkelly: you have a link?
  2438. # [17:27] <bkelly> nemo, I am about to post a new bug against gaia:contacts
  2439. # [17:27] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  2440. # [17:27] <bkelly> nemo, it appears that our transition animations are continuing to cause repaints after the animationend event
  2441. # [17:27] <bkelly> nemo, we can remove the animation styles I think after the transition, but was trying to determine if I should write a gecko bug
  2442. # [17:27] * Joins: squib (squib@EBA84827.A73C08F8.348C8185.IP)
  2443. # [17:28] * RyanVM|shower is now known as RyanVM
  2444. # [17:28] <bkelly> nemo, https://bugzilla.mozilla.org/show_bug.cgi?id=901964
  2445. # [17:28] * Quits: glob (glob@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  2446. # [17:28] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  2447. # [17:30] * Quits: RyanVM (Thunderbir@E48845AB.3A9F9BD4.4C2245EF.IP) (Connection reset by peer)
  2448. # [17:30] * Quits: KWierso (chatzilla@E48845AB.3A9F9BD4.4C2245EF.IP) (Connection reset by peer)
  2449. # [17:31] * Joins: jedp (jedp@moz-89599B04.dsl.dynamic.sonic.net)
  2450. # [17:32] * Joins: wlach (wlach@E48845AB.3A9F9BD4.4C2245EF.IP)
  2451. # [17:32] <nemo> ah. was hoping to see the page. but. cool.
  2452. # [17:32] * Joins: glob (glob@E48845AB.3A9F9BD4.4C2245EF.IP)
  2453. # [17:32] <nemo> will watch. this sort of stuff always interests me, since is the kind of little surprise that can mess me up pretty easily
  2454. # [17:32] <bkelly> nemo, ah, yea... hard to link the app... here is the CSS in question: https://github.com/mozilla-b2g/gaia/blob/master/apps/communications/contacts/style/animations.css
  2455. # [17:33] * Joins: RyanVM (Thunderbir@E48845AB.3A9F9BD4.4C2245EF.IP)
  2456. # [17:33] <nemo> huh. -99.99% - weird
  2457. # [17:33] <nemo> heh. that's not 'sactly a reduced testcase is it ;)
  2458. # [17:33] * Quits: glob (glob@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  2459. # [17:33] * Joins: glob_ (glob@E48845AB.3A9F9BD4.4C2245EF.IP)
  2460. # [17:33] * glob_ is now known as glob
  2461. # [17:34] * Joins: tiziana (tiziana@6F3103E6.E0256733.73D36934.IP)
  2462. # [17:34] <nemo> bkelly: should make a nice lil' testcase and attach it to the bug for the benefit of us lurkers
  2463. # [17:34] <nemo> prob would help debugging too
  2464. # [17:34] <bkelly> nemo, yea :-) I need to do more investigation... if it looks like the animations are the cause I will probably write a separate gecko bug and attach minimal test case there
  2465. # [17:35] * Joins: KWierso (chatzilla@E48845AB.3A9F9BD4.4C2245EF.IP)
  2466. # [17:35] * Joins: RyanVM1 (Thunderbir@E48845AB.3A9F9BD4.4C2245EF.IP)
  2467. # [17:35] <bkelly> anyway, just thought I would ask here in case it was expected behavior or something
  2468. # [17:35] <bkelly> thanks for the interest :-)
  2469. # [17:36] * Quits: RealRaven (Thunderbir@5980C78E.AB3F8E3.C3498625.IP) (Quit: RealRaven)
  2470. # [17:36] * Quits: RyanVM (Thunderbir@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  2471. # [17:37] * Joins: RealRaven (Thunderbir@5980C78E.AB3F8E3.C3498625.IP)
  2472. # [17:41] * Quits: blassey (blassey@moz-F49F69E4.hsd1.vt.comcast.net) (Input/output error)
  2473. # [17:41] * Joins: blassey (blassey@moz-F49F69E4.hsd1.vt.comcast.net)
  2474. # [17:41] * kmoir is now known as kmoir-afk
  2475. # [17:41] * Joins: bholley (anonymous@moz-FCAF9AAB.hsd1.ca.comcast.net)
  2476. # [17:41] * RyanVM1 is now known as RyanVM
  2477. # [17:41] * Joins: Mossop (mossop@moz-3D9B2D8F.lsanca.fios.verizon.net)
  2478. # [17:42] * Quits: hub (hub@moz-E12780DE.cable.teksavvy.com) (Ping timeout)
  2479. # [17:42] * Quits: darkowlzz (sunny@CF69250E.171E932B.25B273F5.IP) (Ping timeout)
  2480. # [17:43] * jhopkins is now known as jhopkins|afk
  2481. # [17:43] * Joins: kdcw (kdcw@moz-F7413045.pk.shawcable.net)
  2482. # [17:44] * spohl|away is now known as spohl
  2483. # [17:44] * Joins: arasbm (zooby@moz-8E336844.vf.shawcable.net)
  2484. # [17:45] <nemo> Ms2ger: hey. you're easily entertained. did you try my evil-html-that-destroys-your-about:sessionrestore ? :)
  2485. # [17:45] * Joins: marco (marco@moz-BBE3ABD.mv.mozilla.com)
  2486. # [17:46] <Ms2ger> nemo, ... do I want to? :)
  2487. # [17:46] <nemo> heh
  2488. # [17:46] <nemo> Ms2ger: well, at least you know to watch out for it if anyone does it for realz
  2489. # [17:47] <Ms2ger> Show me :)
  2490. # [17:47] * Joins: ehugg (chatzilla@B3716F60.29102B70.6CD50604.IP)
  2491. # [17:47] <nemo> https://bugzilla.mozilla.org/show_bug.cgi?id=901536 - try the "light" version off the test link - is faster and saves me 900 kilobytes of bandwidth :-p
  2492. # [17:47] * Joins: ehugg_ (ehugg@moz-DAF0B422.cisco.com)
  2493. # [17:47] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  2494. # [17:47] <nemo> the base folder is indexed for convenient snooping
  2495. # [17:47] * Joins: jgriffin (jgriffin@E48845AB.3A9F9BD4.4C2245EF.IP)
  2496. # [17:48] * Quits: reyre (reyre@916689EC.33EE9F8A.1139E686.IP) (Ping timeout)
  2497. # [17:48] <Ms2ger> Chrome doesn't seem to bat an eye
  2498. # [17:48] <nemo> Ms2ger: unsurprising
  2499. # [17:48] <nemo> Ms2ger: pretty obviously lack of a sanity check in Firefox
  2500. # [17:48] <nemo> presumably chrome is trimming the title at something reasonable, like, oh, ten thousand characters or something
  2501. # [17:49] <Ms2ger> They just use "hi"
  2502. # [17:49] <nemo> ah. even better
  2503. # [17:49] <nemo> threw out all the nulls
  2504. # [17:49] <nemo> Ms2ger: hmmm. I should make a version w/ valid characters and see what they do...
  2505. # [17:49] <nemo> hangon
  2506. # [17:51] * Fallen|away is now known as Fallen
  2507. # [17:51] * Joins: mdas (mdas@E48845AB.3A9F9BD4.4C2245EF.IP)
  2508. # [17:51] * nemo drums his fingers while sed churns away
  2509. # [17:52] * Quits: gwagner (Gregor@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: gwagner)
  2510. # [17:53] * Quits: Bebe (bebe@moz-104CC309.mv.mozilla.com) (Client exited)
  2511. # [17:53] * Quits: sewardj (sewardj@moz-EFC21E38.dip0.t-ipconnect.de) (Ping timeout)
  2512. # [17:54] * Joins: aklotz (Thunderbir@moz-935DE219.cg.shawcable.net)
  2513. # [17:54] * Joins: fabrice (fabrice@moz-BBE3ABD.mv.mozilla.com)
  2514. # [17:54] * Quits: RyanVM (Thunderbir@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  2515. # [17:55] * Joins: gwagner (Gregor@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2516. # [17:55] * Joins: reyre (reyre@B2D8AB09.33EE9F8A.1139E686.IP)
  2517. # [17:56] <nemo> Ms2ger: http://m8y.org/tmp/zipbomb/zipbomb_light_nonzero.html - try this one
  2518. # [17:56] * Quits: thinker (user@moz-D00ACA96.dynamic.kbronet.com.tw) (Ping timeout)
  2519. # [17:56] * Fallen is now known as Fallen|away
  2520. # [17:56] * Quits: mdas (mdas@E48845AB.3A9F9BD4.4C2245EF.IP) (Input/output error)
  2521. # [17:56] * Joins: brson (brson@moz-BBE3ABD.mv.mozilla.com)
  2522. # [17:56] * Joins: mdas (mdas@E48845AB.3A9F9BD4.4C2245EF.IP)
  2523. # [17:58] <nemo> Ms2ger: heh. I just fired up chrome over here and that one is just as entertaining there
  2524. # [17:58] <nemo> looks like anyway
  2525. # [17:58] <nemo> Ms2ger: I think I'll switch both links to "non-zero" versions
  2526. # [17:58] * Quits: mdas (mdas@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  2527. # [17:58] * Joins: RyanVM (Thunderbir@E48845AB.3A9F9BD4.4C2245EF.IP)
  2528. # [17:59] <nemo> Ms2ger: chrome is doing the sadface thing which is definitely a lot better than trying to render it.
  2529. # [17:59] <nemo> sooo, tab crashed or some limit was hit
  2530. # [18:00] * Joins: sewardj (sewardj@moz-EFC21E38.dip0.t-ipconnect.de)
  2531. # [18:00] <nemo> Ms2ger: but, IMO a sanity check makes most sense. Why on earth would you want to display a title that is 100 megabytes in size in its entirety - much elss the 1 gigabyte one
  2532. # [18:00] * Joins: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com)
  2533. # [18:00] * deian|away is now known as deian
  2534. # [18:00] <nemo> even 10,000 characters is a tad large for a title. substr(title,0,10000) done :)
  2535. # [18:01] * rail is now known as rail-mtg
  2536. # [18:02] * Quits: bjacob (bjacob@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  2537. # [18:02] <nemo> Ms2ger: heh. took chrome like a minute to close. hmmmm
  2538. # [18:02] <nemo> maybe chrome also wrote the title to session store :D
  2539. # [18:02] * nemo looks
  2540. # [18:02] * Quits: AlinT (AlinT@moz-104CC309.mv.mozilla.com) (Ping timeout)
  2541. # [18:03] * Quits: RyanVM (Thunderbir@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  2542. # [18:03] * rail-mtg is now known as rail
  2543. # [18:03] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  2544. # [18:03] * Joins: mdas (mdas@E48845AB.3A9F9BD4.4C2245EF.IP)
  2545. # [18:03] * Joins: ekr (ekr@moz-D7997EC8.rtfm.com)
  2546. # [18:04] * Joins: mbest (Instantbir@moz-DDB1ACBE.dsl.bell.ca)
  2547. # [18:04] * Joins: ahal (ahal@E48845AB.3A9F9BD4.4C2245EF.IP)
  2548. # [18:05] <nemo> Ms2ger: huh. weird. [10:10:0806/120941:FATAL:process_util_linux.cc(739)] Out of memory.
  2549. # [18:06] <nemo> Ms2ger: oh. maybe chromium is 32 bit not 64 bit. but still, firefox was only using 2.5GiB of RAM, which a 32 bit app should be able to address fine.
  2550. # [18:06] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  2551. # [18:06] <nemo> Ms2ger: bleah. might have to do a tiny version for chrome. maybe just uses too much memory.
  2552. # [18:07] * Quits: squib (squib@EBA84827.A73C08F8.348C8185.IP) (Quit: Leaving)
  2553. # [18:07] * Joins: RyanVM (Thunderbir@E48845AB.3A9F9BD4.4C2245EF.IP)
  2554. # [18:08] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  2555. # [18:08] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  2556. # [18:09] * Quits: krit (krit@moz-772EF3E6.superkabel.de) (Quit: Leaving.)
  2557. # [18:09] * mgerva is now known as mgerva|afk
  2558. # [18:10] * Joins: sfoster (sfoster@moz-961AB6F2.hsd1.or.comcast.net)
  2559. # [18:10] * jimm is now known as jimm-lunch
  2560. # [18:10] * glob is now known as glob|away
  2561. # [18:11] * Joins: Ami_Ty (Amie@moz-7B0110AD.mv.mozilla.com)
  2562. # [18:11] * Joins: breck (breck@moz-3F3AE2C7.hsd1.ca.comcast.net)
  2563. # [18:12] <nemo> nope. is 64 bit
  2564. # [18:12] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  2565. # [18:13] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  2566. # [18:13] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/be8fddef6140 - Gijs Kruitbosch - Bug 901481 - add an environment variable to set the number of entries kept by the profiler, r=BenWa
  2567. # [18:14] * Quits: aut0mata (automata@3DCA807D.FA36B139.BB0EBA72.IP) (Ping timeout)
  2568. # [18:14] * Quits: tallowen (tallowen@moz-99F2BB9C.hsd1.wa.comcast.net) (Input/output error)
  2569. # [18:14] * Joins: tallowen (tallowen@moz-99F2BB9C.hsd1.wa.comcast.net)
  2570. # [18:15] * Joins: Waldo (waldo@moz-BBE3ABD.mv.mozilla.com)
  2571. # [18:15] <nemo> Ms2ger: haha. no. the answer is just that chrome uses an insane amount of memory ;)
  2572. # [18:15] <nemo>
  2573. # [18:15] <nemo> 18513 nemo 20 0 15.6g 228m 13m R 99.4 1.4 1:18.99 chromium-browse
  2574. # [18:15] <nemo> Ms2ger: that's for the "light" version
  2575. # [18:15] <nemo> sooo, to get this to even work in a 32 bit version of chrome I guess I need to crank it waaaaay back
  2576. # [18:16] * Joins: dbaron (dbaron@moz-FD349932.dsl.dynamic.sonic.net)
  2577. # [18:16] * ChanServ sets mode: +ao dbaron dbaron
  2578. # [18:16] * Joins: jhammel (jhammel@E48845AB.3A9F9BD4.4C2245EF.IP)
  2579. # [18:16] * Quits: tallowen (tallowen@moz-99F2BB9C.hsd1.wa.comcast.net) (Ping timeout)
  2580. # [18:18] * joduinn-commute is now known as joduinn-mtg
  2581. # [18:20] * Quits: breck (breck@moz-3F3AE2C7.hsd1.ca.comcast.net) (Client exited)
  2582. # [18:20] * Joins: krit (krit@moz-772EF3E6.superkabel.de)
  2583. # [18:21] * Quits: ddahl (ddahl@5D3B67E3.71E1659D.DFB5E910.IP) (Ping timeout)
  2584. # [18:21] <nemo> Ms2ger: Oo - chromium sucks up every scrap of available memory even on the 5MiB version!
  2585. # [18:21] * nemo cranks it down to 1MiB
  2586. # [18:21] <nemo> eh. let's try 100KiB
  2587. # [18:21] * Joins: hub (hub@moz-E12780DE.cable.teksavvy.com)
  2588. # [18:21] * shorlander-away is now known as shorlander
  2589. # [18:21] * Joins: chmanchester (chmanchest@E48845AB.3A9F9BD4.4C2245EF.IP)
  2590. # [18:21] * simone is now known as simone|away
  2591. # [18:22] * Joins: jhk (Jignesh@2E05EF0F.823C3FDD.D06349B0.IP)
  2592. # [18:22] <nemo> oh. maybe it was caching...
  2593. # [18:22] * Joins: victorporof (victorporo@B4B1C8EE.73B1E539.9B1E38F4.IP)
  2594. # [18:22] <nemo> woah. all of chrome crashed
  2595. # [18:22] <nemo> (I was aborting and reloading
  2596. # [18:22] <nemo> )
  2597. # [18:22] * Joins: breck (breck@moz-E512D9D2.hsd1.ca.comcast.net)
  2598. # [18:23] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  2599. # [18:23] * Joins: ddahl (ddahl@5D3B67E3.71E1659D.DFB5E910.IP)
  2600. # [18:23] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  2601. # [18:24] * Quits: chmanchester|afk (user@moz-962996C5.seas.upenn.edu) (Input/output error)
  2602. # [18:24] * Quits: victorporof (victorporo@B4B1C8EE.73B1E539.9B1E38F4.IP) (Ping timeout)
  2603. # [18:25] * Quits: krit (krit@moz-772EF3E6.superkabel.de) (Connection reset by peer)
  2604. # [18:25] * Joins: krit (krit@moz-8569A55.adobe.com)
  2605. # [18:25] * Quits: krit (krit@moz-8569A55.adobe.com) (Connection reset by peer)
  2606. # [18:26] <nemo> Ms2ger: haha - even 100KiB causes chrome to suck up all my system memory :D
  2607. # [18:26] * kmoir-afk is now known as kmoir
  2608. # [18:27] * MrDHat|offline is now known as MrDHat
  2609. # [18:27] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  2610. # [18:27] * Joins: victorporof (victorporo@B4B1C8EE.73B1E539.9B1E38F4.IP)
  2611. # [18:27] * Quits: phenom (phenom@CF1CD36A.8F8E9C7.27560D6E.IP) (Ping timeout)
  2612. # [18:27] * Joins: krit (krit@29A303F3.6095F186.A0B21F13.IP)
  2613. # [18:28] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  2614. # [18:28] * Quits: wlach (wlach@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  2615. # [18:28] * Quits: chmanchester (chmanchest@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  2616. # [18:28] * Joins: aut0mata (automata@3DCA807D.FA36B139.BB0EBA72.IP)
  2617. # [18:29] * Fallen|away is now known as Fallen
  2618. # [18:29] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  2619. # [18:29] * Quits: jammink (textual@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: Computer has gone to sleep.)
  2620. # [18:29] * Quits: jacek (jacek@moz-5D707D3B.psi.wroc.pl) (Quit: Konversation terminated!)
  2621. # [18:30] * Quits: matthewgertner (matthewger@173F2E9D.96442F2E.EE1C58A.IP) (Quit: matthewgertner)
  2622. # [18:30] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  2623. # [18:30] <Yoric> ttaubert: ping
  2624. # [18:31] * Joins: dao (dao@moz-91921B3B.superkabel.de)
  2625. # [18:31] <ttaubert> Yoric: pong
  2626. # [18:31] * Quits: IanN (chatzilla@4837CDFE.2ECE621A.E5F36E28.IP) (Quit: ChatZilla 0.9.90.1 [Firefox 22.0/20130618035212])
  2627. # [18:31] * Quits: gwagner (Gregor@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: gwagner)
  2628. # [18:32] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/1ff572d74e73 - Tom Schuster - Bug 617804 - Note that SetTitle is implemeneted by JS. rs=felipe
  2629. # [18:32] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/460240a26564 - Tom Schuster - Bug 900675 - Move e10s webNavigation implementation in a jsm. r=felipe
  2630. # [18:32] * Quits: atsai (atsai@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: This computer has gone to sleep)
  2631. # [18:32] * Joins: chmanchester (chmanchest@E48845AB.3A9F9BD4.4C2245EF.IP)
  2632. # [18:32] * Joins: pcwalton (pcwalton@moz-7B0110AD.mv.mozilla.com)
  2633. # [18:32] * Joins: edmorley (edmorley@E48845AB.3A9F9BD4.4C2245EF.IP)
  2634. # [18:32] <Yoric> Do you have an ETA on your e10s-friendly patch?
  2635. # [18:32] <Yoric> ttaubert: ^
  2636. # [18:33] * Quits: aut0mata (automata@3DCA807D.FA36B139.BB0EBA72.IP) (Ping timeout)
  2637. # [18:33] * Joins: juanb (jbecerra@moz-BBE3ABD.mv.mozilla.com)
  2638. # [18:33] * Joins: wlach (wlach@E48845AB.3A9F9BD4.4C2245EF.IP)
  2639. # [18:33] * Ms2ger reads back
  2640. # [18:33] <Ms2ger> nemo, nice
  2641. # [18:33] <ttaubert> Yoric: yeah. I should post it this week. I'm unfortunately blocked by some cookie rewriting that's necessary for it and also a s*load of reviews
  2642. # [18:34] * corey|away is now known as corey
  2643. # [18:34] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  2644. # [18:34] <@bz> Who wants to debug some dojo code for me? (
  2645. # [18:34] * armenzg is now known as armenzg_lunch
  2646. # [18:34] <ttaubert> Yoric: btw, did you see the patch that billm landed?
  2647. # [18:34] * Quits: vingtetun (Thunderbir@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  2648. # [18:34] * Quits: AaronMT (AaronMT@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Textual IRC Client: www.textualapp.com)
  2649. # [18:35] <Yoric> ttaubert: Oh, already this week? Sounds good.
  2650. # [18:35] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  2651. # [18:35] <Yoric> Which billm patch is that?
  2652. # [18:35] * Joins: smooney (sheilamoon@moz-BBE3ABD.mv.mozilla.com)
  2653. # [18:35] <ttaubert> Yoric: bug 899812. it's been a great experience writing code in workers and jsms *and* having actual error reporting
  2654. # [18:35] * Joins: AaronMT (AaronMT@13F2CEC5.7672369.D8E68FF6.IP)
  2655. # [18:35] * Joins: mihneadb (mihneadb@E48845AB.3A9F9BD4.4C2245EF.IP)
  2656. # [18:35] * Joins: jammink (textual@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2657. # [18:35] * Joins: kaie2 (kaie@moz-2B4B5D4B.dip0.t-ipconnect.de)
  2658. # [18:36] * Quits: kaie (kaie@moz-EFAAE684.dip0.t-ipconnect.de) (Ping timeout)
  2659. # [18:36] * kaie2 is now known as kaie
  2660. # [18:36] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Quit: Leaving.)
  2661. # [18:36] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  2662. # [18:36] * Joins: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP)
  2663. # [18:36] * Joins: gwagner (Gregor@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2664. # [18:37] <Yoric> Ah, I haven't followed that bug closely.
  2665. # [18:37] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  2666. # [18:37] * Quits: tzimmermann (tzimmerman@DA4ABEAF.1DE10CA8.D8E68FF6.IP) (Quit: Ex-Chat)
  2667. # [18:38] <ttaubert> Yoric: you should see lots of output now when you have a syntax errors in one of your files
  2668. # [18:38] * Quits: RealRaven (Thunderbir@5980C78E.AB3F8E3.C3498625.IP) (Quit: RealRaven)
  2669. # [18:38] <Yoric> That's good.
  2670. # [18:38] <ttaubert> helped me a lot with the cookie rewrite that I moved to a jsm
  2671. # [18:39] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  2672. # [18:39] * Joins: RealRaven (Thunderbir@5980C78E.AB3F8E3.C3498625.IP)
  2673. # [18:39] <Yoric> I might even be able to remove my big startup try/catch in osfile_async_worker.js
  2674. # [18:39] <Yoric> s/big/ugly/
  2675. # [18:40] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  2676. # [18:40] * Quits: philor (philor@moz-E8BD9EDD.csby.or.frontiernet.net) (Quit: philor)
  2677. # [18:41] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/10df319c639d - Bob Owen - Bug 886262 - Ensure sandbox flags and, where necessary, null principal are set for child objects. r=bz
  2678. # [18:41] * kats is now known as kats-lunch
  2679. # [18:41] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/17221c8fa982 - Bob Owen - Bug 886262 - Tests for HTML <object>s do not inherit sandbox flags from their parents. r=bz
  2680. # [18:41] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/37747901aa72 - Mats Palmgren - Bug 873083 - Re-enable the 813372-1.html crashtest. r=ryanvm
  2681. # [18:41] * Quits: lduros (user@moz-47F34250.phlapa.fios.verizon.net) (Client exited)
  2682. # [18:41] * Joins: Mook_as (mook@moz-1FCC0032.activestate.com)
  2683. # [18:42] * julienw is now known as julienw_afk
  2684. # [18:42] * Quits: jammink (textual@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: Computer has gone to sleep.)
  2685. # [18:42] * Quits: sewardj (sewardj@moz-EFC21E38.dip0.t-ipconnect.de) (Ping timeout)
  2686. # [18:42] * Joins: bajaj (Adium@moz-BBE3ABD.mv.mozilla.com)
  2687. # [18:43] * Joins: jammink (textual@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2688. # [18:43] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  2689. # [18:43] <ttaubert> Yoric: yeah, I hope we don't need stuff like that anymore
  2690. # [18:44] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  2691. # [18:44] * Quits: tiziana (tiziana@6F3103E6.E0256733.73D36934.IP) (Quit: tiziana)
  2692. # [18:45] * Joins: tallowen (tallowen@moz-99F2BB9C.hsd1.wa.comcast.net)
  2693. # [18:45] * Quits: jammink (textual@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: Textual IRC Client: http://www.textualapp.com/)
  2694. # [18:45] * Joins: vingtetun (Thunderbir@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2695. # [18:46] <Yoric> ttaubert: At some point, we'll need to discuss landing order between your e10s-friendly saveState and my communication compression. If you are close to completion, you're completely welcome to land first.
  2696. # [18:46] * Joins: mcomella (mcomella@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2697. # [18:46] * Joins: bdahl (bdahl@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2698. # [18:46] * Joins: gandalf (zbraniecki@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2699. # [18:46] * Joins: myk (myk@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2700. # [18:47] <ttaubert> Yoric: yeah that's true. I'll try to post my patch asap so you can base yours off of it
  2701. # [18:48] * Quits: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP) (Quit: erikvold)
  2702. # [18:48] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/8c7abf287224 - Arnaud Sourioux - Bug 900274: Mark content/base/src as FAIL_ON_WARNINGS in Makefile.in r=smaug
  2703. # [18:48] <Yoric> Sounds good.
  2704. # [18:48] * Joins: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2705. # [18:48] <Yoric> I'm still waiting for metrics to give me some data on tab state caching anyway.
  2706. # [18:49] * Joins: heftig (heftig@moz-51BCBA1E.dip0.t-ipconnect.de)
  2707. # [18:49] <nemo> Ms2ger: well. still fiddling w/ it, caching was messing me up a bit. But, 16MiB string results in Chrome burning 6286MiB to render it
  2708. # [18:49] <nemo> Ms2ger: trying to find a value that would work w/ 32bit chrome too
  2709. # [18:49] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  2710. # [18:49] * Quits: hub (hub@moz-E12780DE.cable.teksavvy.com) (Ping timeout)
  2711. # [18:49] <nemo> that is, suck up a ton of memory and waste CPU, but not actually crash
  2712. # [18:49] * Joins: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP)
  2713. # [18:50] <nemo> Ms2ger: however, since the values are so much smaller, it doesn't spend that long rendering - and ofc, doesn't block on UI like w/ Firefox
  2714. # [18:50] * Quits: tallowen (tallowen@moz-99F2BB9C.hsd1.wa.comcast.net) (Ping timeout)
  2715. # [18:50] <nemo> apart from that one complete crash. behaviour isn't really that naughty
  2716. # [18:51] <jaoo> Ms2ger: ping
  2717. # [18:51] * Joins: aut0mata (automata@3DCA807D.FA36B139.BB0EBA72.IP)
  2718. # [18:51] <Ms2ger> Uh-oh
  2719. # [18:51] <Ms2ger> What's up?
  2720. # [18:51] <jaoo> Ms2ger: hey, got a sec for a question regarding weibidl stuff?
  2721. # [18:51] <Ms2ger> Sure
  2722. # [18:52] * Joins: mhenretty (mhenretty@moz-EBD894EA.columbus.res.rr.com)
  2723. # [18:52] * Quits: mixedpuppy (mixedpuppy@B01CCA97.B4BD93AE.D0554A76.IP) (Quit: mixedpuppy)
  2724. # [18:52] * jimm-lunch is now known as jimm
  2725. # [18:52] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  2726. # [18:52] <jaoo> Ms2ger: could we have a webidl inteface with an attribute whose type is a dictionary?
  2727. # [18:52] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  2728. # [18:52] * Joins: mixedpuppy (mixedpuppy@B01CCA97.B4BD93AE.D0554A76.IP)
  2729. # [18:53] <jaoo> Ms2ger: I'm working on bug 888593 and I have some doubts, sorry for bothering you.
  2730. # [18:53] * Ms2ger thinks
  2731. # [18:53] * Joins: lduros (user@moz-47F34250.phlapa.fios.verizon.net)
  2732. # [18:54] * Joins: Benvie (bbenvie@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2733. # [18:54] * Quits: mixedpuppy (mixedpuppy@B01CCA97.B4BD93AE.D0554A76.IP) (Quit: mixedpuppy)
  2734. # [18:55] <Ms2ger> "The type of the attribute ... MUST NOT be ... a dictionary"
  2735. # [18:55] <Ms2ger> quoth the spec
  2736. # [18:55] * Fallen is now known as Fallen|away
  2737. # [18:55] <Ms2ger> jaoo, so, no
  2738. # [18:55] <@bz> jaoo: what are you actually trying to accomplish?
  2739. # [18:55] * Quits: lduros (user@moz-47F34250.phlapa.fios.verizon.net) (Client exited)
  2740. # [18:55] * Joins: squib (squib@A5087023.2354C43D.D8E68FF6.IP)
  2741. # [18:55] * jhopkins|afk is now known as jhopkins
  2742. # [18:55] <@bz> jaoo: in terms of the API?
  2743. # [18:55] * Joins: mdas_ (mdas@moz-104CC309.mv.mozilla.com)
  2744. # [18:55] * Joins: lduros (user@moz-47F34250.phlapa.fios.verizon.net)
  2745. # [18:56] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  2746. # [18:56] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  2747. # [18:57] * Quits: mdas (mdas@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  2748. # [18:57] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/3ec1dff8c460 - Dan Gohman - Bug 900437 - IonMonkey: Optimize x/x on x86/x64, which also fixes a tricky lowering case that broke the backtracking allocator. r=bhackett
  2749. # [18:57] <jaoo> bz, Ms2ger: the current mozVoicemail API has an attribute whose type is nsIDOMMozVoicemailStatus and I was wondering if I could transform the nsIDOMMozVoicemailStatus interface into a dictionary. I'm learing all these stuff so sorry If I say something wrong.
  2750. # [18:57] * geekboy|afk is now known as geekboy
  2751. # [18:57] * Fallen|away is now known as Fallen
  2752. # [18:57] * Quits: lduros (user@moz-47F34250.phlapa.fios.verizon.net) (Client exited)
  2753. # [18:57] * Joins: matthewgertner (matthewger@E05025B2.7102BCB6.B7C3970A.IP)
  2754. # [18:58] <heftig> ugh, cloning my local mozilla-aurora repo now takes over 8 hours. wtf? is there anything i can do to speed it up?
  2755. # [18:58] <jaoo> Ms2ger: could you share with me where I can find the specs where you get that quote from please?
  2756. # [18:58] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  2757. # [18:58] * Joins: lduros (user@moz-47F34250.phlapa.fios.verizon.net)
  2758. # [18:58] <Ms2ger> jaoo, http://dev.w3.org/2006/webapi/WebIDL/#idl-attributes
  2759. # [18:58] * sheppy is now known as sheppy-offline
  2760. # [18:58] <heftig> i'm tempted to just use the github mirror for my nightlies
  2761. # [18:59] <jaoo> Ms2ger: thanks, I'll read the specs before making questions.
  2762. # [18:59] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  2763. # [18:59] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (No route to host)
  2764. # [18:59] <Ms2ger> jaoo, no problem
  2765. # [19:00] * jmontgomery_away is now known as jmontgomery
  2766. # [19:00] * Quits: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net) (Quit: jib)
  2767. # [19:00] * Joins: stully (quassel@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2768. # [19:01] * Joins: hub (hub@moz-E12780DE.cable.teksavvy.com)
  2769. # [19:01] * Joins: abr_ (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  2770. # [19:02] * Quits: ehugg_ (ehugg@moz-DAF0B422.cisco.com) (Ping timeout)
  2771. # [19:02] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  2772. # [19:03] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  2773. # [19:04] * Joins: ehugg_ (ehugg@moz-E5B2E155.mycingular.net)
  2774. # [19:04] * Quits: ehugg_ (ehugg@moz-E5B2E155.mycingular.net) (Quit: ehugg_)
  2775. # [19:04] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  2776. # [19:05] * Quits: gwagner (Gregor@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: gwagner)
  2777. # [19:05] * Joins: ckitching (ckitching@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2778. # [19:05] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  2779. # [19:05] * Joins: jviereck (Adium@moz-1F0637E1.ethz.ch)
  2780. # [19:06] <Waldo> heftig: you could download a bundle of the repo, I think https://hg.mozilla.org/releases/mozilla-aurora/archive/tip.tar.bz2
  2781. # [19:07] <heftig> Waldo: hmm. is that a repository, or just the working directory?
  2782. # [19:07] <@bz> jaoo: No, I meant what the JS-observable behavior should be
  2783. # [19:07] <Waldo> heftig: that's a bundle of the entire repo -- you can unbundle it into a repo with |hg unbundle|
  2784. # [19:07] <@bz> jaoo: the object JS gets: how should it behave?
  2785. # [19:08] * Joins: ialagenchev (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2786. # [19:09] * Joins: tiziana (tiziana@6F3103E6.E0256733.73D36934.IP)
  2787. # [19:09] <heftig> Waldo: are you sure it's not from `hg archive`?
  2788. # [19:09] <heftig> `hg bundle` seems to be something else
  2789. # [19:09] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/45f5051ec758 - Terrence Cole - Bug 901659 - Fix an exact rooting hazard in Debugger; r=jonco
  2790. # [19:09] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  2791. # [19:09] <Waldo> heftig: hmm, I dunno
  2792. # [19:09] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  2793. # [19:10] <Waldo> heftig: I do know there's some sort of thing to download the entire repo
  2794. # [19:10] * Joins: thomaslee (thomaslee@moz-6C3931E3.static.twtelecom.net)
  2795. # [19:10] * Joins: mmc|laptop (mchew@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2796. # [19:10] * Joins: hurley (hurley@moz-BBE3ABD.mv.mozilla.com)
  2797. # [19:10] <heftig> Waldo: I don't want to download the entire repo every night, though
  2798. # [19:10] <heftig> I already have a local repo, but over the months it has become immensely slow to clone
  2799. # [19:11] <heftig> with the latest uplift, it now spiked to 8+ hours
  2800. # [19:11] * Quits: mmc|laptop (mchew@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: mmc|laptop)
  2801. # [19:11] * Joins: mmc|laptop (mchew@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2802. # [19:13] <Waldo> heftig: why are you cloning it every night? why not just clone once, then update it every night?
  2803. # [19:13] * Waldo is missing something here
  2804. # [19:14] <@smaug> froydnj: what does new (std::nothrow) do in our code? Isn't that std:nothrow just totally useless
  2805. # [19:14] * Joins: sworkman (sworkman@moz-BBE3ABD.mv.mozilla.com)
  2806. # [19:14] <jaoo> bz: well, current behaviour is as follow. The mozVoicemail API has a readonly attribute whose type (nsIDOMMozVoicemailStatus) is actually something similar like a dictionary. I guess I could move nsIDOMMozVoicemailStatus to a MozVoicemailStatus webidl interface. Actually MozVoicemailStatus interface doesn't have any function, It only has readonly attributtes. For that reason I was thinking If I could use a dictionary instead.
  2807. # [19:14] <jaoo> am not explaing myself.
  2808. # [19:14] * kats-lunch is now known as kats
  2809. # [19:15] * Joins: azakai (alon@moz-BBE3ABD.mv.mozilla.com)
  2810. # [19:15] <Mook_as> Waldo: fwiw, the bundles are at http://ftp.mozilla.org/pub/mozilla.org/firefox/bundles/ - pretty sure tip.tar.bz2 is just an archive with no history
  2811. # [19:15] <Waldo> huh, I thought hgweb had UI for downloading bundles
  2812. # [19:15] <firebot> Check-in:
  2813. # [19:15] * Quits: lduros (user@moz-47F34250.phlapa.fios.verizon.net) (Connection reset by peer)
  2814. # [19:15] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/6231ff256efa - Dan Gohman - Bug 901273 - IonMonkey: Reduce the size of IC calls on x86/x64 by two bytes per call by putting ICEntry's firstStub_ and ICStub's stubCode_ at beginnings of their
  2815. # [19:15] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  2816. # [19:15] <firebot> respective classes, so that they don't need non-zero displacements. r=kvijayan
  2817. # [19:16] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  2818. # [19:16] * Joins: lduros (user@moz-47F34250.phlapa.fios.verizon.net)
  2819. # [19:16] * rail is now known as rail-lunch
  2820. # [19:16] <heftig> Waldo: i do that, but the buildbot makes a temporary clone of the repository for the build
  2821. # [19:16] <froydnj> smaug: honestly not sure
  2822. # [19:16] * kats is now known as kats|away
  2823. # [19:17] <froydnj> smaug: I am inclined to think it useless
  2824. # [19:17] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  2825. # [19:17] * AaronMT is now known as AaronMT|afk
  2826. # [19:18] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  2827. # [19:19] * Joins: fxa (fxa90id@moz-88B014CD.nvidia.com)
  2828. # [19:19] <jaoo> bz: I guess that having a new webidl interface (e.g. MozVoicemailStatus) for current nsIDOMMozVoicemailStatus interface as type of that attribute in the MozVoicemail webidl interface makes sense.
  2829. # [19:20] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  2830. # [19:20] * Quits: @Cwiiis (cwiiis@88F51059.F3BBB17D.144F44FA.IP) (Quit: Leaving)
  2831. # [19:20] <nemo> Ms2ger: updated http://m8y.org/tmp/zipbomb/test.html based on my Chrome experiments.
  2832. # [19:21] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  2833. # [19:22] * Joins: abr__ (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  2834. # [19:22] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  2835. # [19:23] * Quits: abr_ (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  2836. # [19:23] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  2837. # [19:23] * armenzg_lunch is now known as armenzg\
  2838. # [19:23] * Joins: lizzard (ehenry@E48845AB.3A9F9BD4.4C2245EF.IP)
  2839. # [19:23] * Joins: bajaj1 (Adium@moz-BBE3ABD.mv.mozilla.com)
  2840. # [19:23] <decoder> umm... what happens if you "return false;" in a function thats supposed to return char* ?
  2841. # [19:23] <decoder> in c++
  2842. # [19:23] * Quits: bajaj (Adium@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2843. # [19:24] <squib> decoder: probably returns the null pointer
  2844. # [19:24] <nemo> mhm
  2845. # [19:25] <decoder> squib: I would have expected that to not compile at all^^
  2846. # [19:25] <decoder> clang rejects it
  2847. # [19:25] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  2848. # [19:25] <decoder> but we have such code in ESR17
  2849. # [19:26] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  2850. # [19:26] * Quits: jgriffin (jgriffin@E48845AB.3A9F9BD4.4C2245EF.IP) (Quit: jgriffin)
  2851. # [19:26] * capella is now known as capella|away
  2852. # [19:26] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e19118c912a1 - Marty Rosenberg - Bug 901518: Don't try to use a double register as a memory location (r=shu)
  2853. # [19:26] * Joins: cpeterson (cpeterson@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2854. # [19:27] * Quits: gustavold (gustavold@C3C3A2D6.EE4D6669.DF2AC62B.IP) (Quit: Leaving.)
  2855. # [19:27] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  2856. # [19:28] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  2857. # [19:28] * Joins: jgriffin (jgriffin@E48845AB.3A9F9BD4.4C2245EF.IP)
  2858. # [19:29] * Joins: mkohler (mkohler@moz-1531EE3.dclient.hispeed.ch)
  2859. # [19:29] <jesup> Now the fun begins... windows bisect of a day's patches. Verified I can build the 'good' end and it's good, so now just ~6 bisects to do, at probably 45-55min plus (perhaps the las few will be faster, maybe 15 minutes) :-( :-(
  2860. # [19:30] <corey> is the menu bar supposed to be gone on OS X now (in Nightly)...?
  2861. # [19:30] <froydnj> corey: no
  2862. # [19:30] <KWierso> corey: it's a known bug
  2863. # [19:30] * glob|away is now known as glob
  2864. # [19:30] * Joins: darkowlzz (sunny@8E914751.D8EE24C5.E7DAB6F9.IP)
  2865. # [19:30] * mdas_ is now known as mdas
  2866. # [19:30] <KWierso> bug 901921
  2867. # [19:30] <corey> thanks
  2868. # [19:31] <nemo> Ms2ger: "BTW Google Chrome sucks, heh. Altho I still like the Chromebook" <- my SO.
  2869. # [19:31] * Quits: annevk (annevk@88F51059.F3BBB17D.144F44FA.IP) (Input/output error)
  2870. # [19:31] <mjrosenb|ARM> does anyone know someone who works on webkit? I have a question or two about jsc, and am wondering if their mailing lists are the best place to go.
  2871. # [19:31] <nemo> Shame there's no way to turn off the nag screen at startup after installing Ubuntu on it. I set it up for dual boot, and she accidentally wiped it on me at startup.
  2872. # [19:31] <nemo> Or if they'd at least make it harder to accidentally reset it at startup...
  2873. # [19:32] <Standard8> huh, someone removed res/ ?
  2874. # [19:32] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  2875. # [19:32] <nemo> mjrosenb|ARM: irc://irc.freenode.net/webkit ?
  2876. # [19:32] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  2877. # [19:32] <@bz> jaoo: are you still there?
  2878. # [19:32] <jaoo> bz: yes, I am.
  2879. # [19:33] <mjrosenb|ARM> nemo: yeah, just joined.
  2880. # [19:33] <@bz> jaoo: nsIDOMMozVoicemailStatus is nothing like a dictionary
  2881. # [19:33] <@bz> jaoo: for one thing it has readonly things
  2882. # [19:33] <@bz> jaoo: dictionaries are just vanilla Object() instances with no restrictions on what you do with the
  2883. # [19:33] <@bz> er, them
  2884. # [19:34] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  2885. # [19:34] * Joins: redDragon (msk@moz-CE003150.psi171.maxonline.com.sg)
  2886. # [19:34] * Joins: gustavold (gustavold@C3C3A2D6.EE4D6669.DF2AC62B.IP)
  2887. # [19:34] * Joins: gwagner (Gregor@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2888. # [19:34] <jaoo> bz: oh, good to know. So is it wrong to have a MozVoicemailStatus interface for the current nsIDOMMozVoicemailStatus interface?
  2889. # [19:35] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  2890. # [19:35] <jaoo> bz: A MozVoicemailStatus webidl interface I mean.
  2891. # [19:35] <@bz> jaoo: no, that would make perfect sense, imo
  2892. # [19:35] * Joins: sewardj (sewardj@moz-452F4778.dip0.t-ipconnect.de)
  2893. # [19:36] <@bz> Make it [NoInterfaceObject] while you're here? ;)
  2894. # [19:36] <Standard8> I need a sheriff
  2895. # [19:36] * Quits: gustavold (gustavold@C3C3A2D6.EE4D6669.DF2AC62B.IP) (Ping timeout)
  2896. # [19:36] <edmorley> Standard8: want me to abckout?
  2897. # [19:36] <edmorley> backout
  2898. # [19:36] * Joins: gustavold (gustavold@C3C3A2D6.EE4D6669.DF2AC62B.IP)
  2899. # [19:36] * Quits: lduros (user@moz-47F34250.phlapa.fios.verizon.net) (Connection reset by peer)
  2900. # [19:37] * kats|away is now known as kats
  2901. # [19:37] * Quits: inolen (Adium@moz-D2D12FC1.socal.res.rr.com) (Quit: Leaving.)
  2902. # [19:37] <Standard8> edmorley: bug 901921 - I think I've identified the cause, would be good if someone could double check before it gets backed out
  2903. # [19:37] <jaoo> bz: great, that means I guessed right, i did that in my WIP patch.
  2904. # [19:37] <edmorley> Standard8: will do :-)
  2905. # [19:37] * Quits: tiziana (tiziana@6F3103E6.E0256733.73D36934.IP) (Quit: tiziana)
  2906. # [19:38] * Joins: inolen (Adium@moz-D2D12FC1.socal.res.rr.com)
  2907. # [19:38] <jaoo> bz: I'll continue working on that, thanks.
  2908. # [19:38] * Quits: nical (nico@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  2909. # [19:38] * khuey|away is now known as khuey
  2910. # [19:38] * geekboy is now known as geekboy|afk
  2911. # [19:38] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/1e381c91885d - Ed Morley - Backed out changeset f87e93861239 (bug 649607) for causing bug 901921
  2912. # [19:39] * Joins: azakai_ (alon@moz-BBE3ABD.mv.mozilla.com)
  2913. # [19:39] * Quits: azakai_ (alon@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  2914. # [19:40] * Quits: reyre (reyre@B2D8AB09.33EE9F8A.1139E686.IP) (Client exited)
  2915. # [19:40] * openjck is now known as openjck|lunch
  2916. # [19:40] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/6d9203ca852e - Chris Peterson - Bug 900316 - Enable geolocation reporting for non-GSM Android devices. r=blassey r=hanno
  2917. # [19:40] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  2918. # [19:41] * Quits: jviereck (Adium@moz-1F0637E1.ethz.ch) (Quit: Leaving.)
  2919. # [19:41] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  2920. # [19:41] * Quits: redDragon (msk@moz-CE003150.psi171.maxonline.com.sg) (Quit: Sleeping)
  2921. # [19:42] * Quits: darkowlzz (sunny@8E914751.D8EE24C5.E7DAB6F9.IP) (services.mozilla.org (Too many invalid passwords))
  2922. # [19:42] * Joins: darkowlzz (sunny@8E914751.D8EE24C5.E7DAB6F9.IP)
  2923. # [19:43] * Joins: tanvi (tanvi@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2924. # [19:44] <Ms2ger> decoder, #define false 0? :)
  2925. # [19:44] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  2926. # [19:45] * Quits: sworkman (sworkman@moz-BBE3ABD.mv.mozilla.com) (Quit: sworkman)
  2927. # [19:45] * Quits: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP) (Quit: erikvold)
  2928. # [19:45] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  2929. # [19:46] <@bz> jaoo: no proble
  2930. # [19:47] * ericjung|away is now known as ericjung
  2931. # [19:47] * mgerva|afk is now known as mgerva
  2932. # [19:47] <Hixie> bz: do you mind if i respond to your e-mail on the whatwg list?
  2933. # [19:48] * Joins: sicking (sicking@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2934. # [19:49] * Quits: chmanchester (chmanchest@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  2935. # [19:49] * Quits: kaze (kaze@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  2936. # [19:49] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  2937. # [19:49] * Quits: ahal (ahal@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  2938. # [19:49] * Joins: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP)
  2939. # [19:49] * abr__ is now known as abr
  2940. # [19:50] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  2941. # [19:50] * geekboy|afk is now known as geekboy
  2942. # [19:50] <@bsmedberg> is registerCleanupFunction only for chrome mochitests, or does it work in all mochitests?
  2943. # [19:50] * Joins: reyre (reyre@B2D8AB09.33EE9F8A.1139E686.IP)
  2944. # [19:51] * Joins: chmanchester (chmanchest@E48845AB.3A9F9BD4.4C2245EF.IP)
  2945. # [19:51] * Joins: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP)
  2946. # [19:51] <Ms2ger> bsmedberg, looks like it might be SimpleTest.registerCleanupFunction elsewhere
  2947. # [19:51] * Quits: davidb (davidb@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2948. # [19:51] <@bsmedberg> ah cool
  2949. # [19:52] * Joins: lduros (user@moz-47F34250.phlapa.fios.verizon.net)
  2950. # [19:52] * geekboy is now known as geekboy|afk
  2951. # [19:53] * Joins: damons (gnubeard@97957D0A.8D753159.C943C01E.IP)
  2952. # [19:53] * Quits: sfoster (sfoster@moz-961AB6F2.hsd1.or.comcast.net) (Ping timeout)
  2953. # [19:53] * Joins: davidb (davidb@13F2CEC5.7672369.D8E68FF6.IP)
  2954. # [19:53] * geekboy|afk is now known as geekboy
  2955. # [19:53] * Quits: fxa (fxa90id@moz-88B014CD.nvidia.com) (Ping timeout)
  2956. # [19:54] * Joins: sfoster (sfoster@moz-961AB6F2.hsd1.or.comcast.net)
  2957. # [19:54] * Quits: Waldo (waldo@moz-BBE3ABD.mv.mozilla.com) (Quit: brb)
  2958. # [19:55] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2959. # [19:56] <@bsmedberg> froydnj: are you sure that new[] is infallible?
  2960. # [19:56] * rail-lunch is now known as rail
  2961. # [19:57] <froydnj> bsmedberg: ah, hm. let me check
  2962. # [19:57] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  2963. # [19:57] * Quits: gabadie (gabadie@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2964. # [19:58] * Joins: gabadie (gabadie@13F2CEC5.7672369.D8E68FF6.IP)
  2965. # [19:58] * Quits: jhopkins (jhopkins@moz-216F9986.tb.shawcable.net) (Quit: jhopkins)
  2966. # [19:58] * Joins: Waldo (waldo@moz-7B0110AD.mv.mozilla.com)
  2967. # [19:58] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/9ffbe336a432 - Randell Jesup - Bug 825112: Remove jni.h from opensles per review r=mwu
  2968. # [19:59] <froydnj> bsmedberg: mozalloc.h says yes: http://mxr.mozilla.org/mozilla-central/source/memory/mozalloc/mozalloc.h#210
  2969. # [19:59] <@bsmedberg> ok
  2970. # [20:00] <Ms2ger> froydnj, so std::nothrow is fallible?
  2971. # [20:01] * armenzg\ is now known as armenzg
  2972. # [20:01] <froydnj> smaug: ah, apparently new (std::nothrow) is just another way of saying new (mozilla::fallible_t)
  2973. # [20:01] <@bsmedberg> yep
  2974. # [20:01] <froydnj> Ms2ger: I just discovered that. some some of that content/ patch needs to be fixed
  2975. # [20:01] <Ms2ger> Yeah
  2976. # [20:01] <froydnj> why did we not just use the std::nothrow in the first place? compiler support?
  2977. # [20:02] <Ms2ger> I have to say I find fallible_t more obvious in its meaning than nothrow
  2978. # [20:03] * jcranmer is now known as jcranmer|away
  2979. # [20:03] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  2980. # [20:04] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  2981. # [20:04] <@bsmedberg> froydnj: because we never throw, so it seemed weird to say "nothrow"
  2982. # [20:05] <froydnj> bsmedberg: fair enough
  2983. # [20:05] * Joins: ahal (ahal@E48845AB.3A9F9BD4.4C2245EF.IP)
  2984. # [20:07] * Quits: tessarakt (jens@moz-AD7B01F7.dip0.t-ipconnect.de) (Client exited)
  2985. # [20:07] * Joins: Zanpo (Mibbit@moz-62AF0EAB.net.uwaterloo.ca)
  2986. # [20:08] * gregglind_away is now known as gregglind
  2987. # [20:08] <Zanpo> Hey, I just upgraded my nightly to 26.0a1 and it seems like the main menu has disappeared. this is on os x 10.8.3
  2988. # [20:08] <Zanpo> i also confirmed with a clean profile
  2989. # [20:09] * AaronMT|afk is now known as AaronMT
  2990. # [20:09] <mbrubeck> Zanpo: Yes, there's a bug on that; just a sec...
  2991. # [20:09] * Quits: sicking (sicking@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: sicking)
  2992. # [20:09] <mbrubeck> Zanpo: https://bugzilla.mozilla.org/show_bug.cgi?id=901921
  2993. # [20:09] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  2994. # [20:09] <mbrubeck> a new nightly update is building now
  2995. # [20:10] <Zanpo> mbrubeck: ah, thank you
  2996. # [20:10] * Joins: arnaud_bienner (arno@moz-A1109EC1.dsl.sta.abo.bbox.fr)
  2997. # [20:10] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  2998. # [20:10] * Quits: gwagner (Gregor@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: gwagner)
  2999. # [20:10] * Quits: Asa (asa@4508CAE6.38324963.204CA821.IP) (Ping timeout)
  3000. # [20:11] * Joins: norton- (norton@moz-8C422B12.bredband.comhem.se)
  3001. # [20:12] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3002. # [20:12] <@bsmedberg> froydnj: did you use some automated tool to find those nullchecks after new, or was that by hand?
  3003. # [20:12] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  3004. # [20:12] * Joins: tessarakt (jens@moz-AD7B01F7.dip0.t-ipconnect.de)
  3005. # [20:13] <froydnj> bsmedberg: grep for NS_ERROR_OUT_OF_MEMORY
  3006. # [20:13] <Hixie> bz: (i'm going to take your silence as assent, since i don't see why you wouldn't be ok with that)
  3007. # [20:13] <@bsmedberg> ah heh
  3008. # [20:13] <@bz> Hixie: hmm?
  3009. # [20:13] * Quits: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP) (Quit: erikvold)
  3010. # [20:13] <@bz> Hixie: silence on what?
  3011. # [20:13] * Joins: jhopkins (jhopkins@moz-216F9986.tb.shawcable.net)
  3012. # [20:13] <Ms2ger> bz, replying to your email on the whatwg list
  3013. # [20:13] <jlebar|away> bz: exactly.
  3014. # [20:13] <@bz> Hixie: oh, responding on-list. Not a problem at all.
  3015. # [20:13] * Quits: reyre (reyre@B2D8AB09.33EE9F8A.1139E686.IP) (Quit: Konversation terminated!)
  3016. # [20:13] <jlebar|away> :)
  3017. # [20:13] <Hixie> bz: ah, sorry, didn't realise you'd missed it :-)
  3018. # [20:13] <Hixie> bz: thanks
  3019. # [20:14] <Hixie> (i just assumed you were afk :-) )
  3020. # [20:14] <@bz> I was, kinda
  3021. # [20:14] * @bz has many windows. :(
  3022. # [20:14] <Hixie> heh
  3023. # [20:14] * jlebar|away is now known as jlebar
  3024. # [20:14] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3025. # [20:15] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  3026. # [20:16] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  3027. # [20:17] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3028. # [20:17] * Joins: sworkman (sworkman@moz-BBE3ABD.mv.mozilla.com)
  3029. # [20:17] * Quits: coop|buildduty (Chris@CA9D1390.D6711D10.47C41102.IP) (Ping timeout)
  3030. # [20:17] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  3031. # [20:17] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  3032. # [20:18] * Joins: coop (Chris@CA9D1390.D6711D10.47C41102.IP)
  3033. # [20:19] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3034. # [20:19] * Joins: mdas_ (mdas@moz-104CC309.mv.mozilla.com)
  3035. # [20:20] * Quits: overholt (overholt@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  3036. # [20:20] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  3037. # [20:20] * Joins: mixedpuppy (mixedpuppy@moz-B5ECF169.ptr.us.xo.net)
  3038. # [20:21] * Quits: glob (glob@E48845AB.3A9F9BD4.4C2245EF.IP) (Quit: Leaving...)
  3039. # [20:21] * Quits: mdas (mdas@moz-104CC309.mv.mozilla.com) (Ping timeout)
  3040. # [20:21] * Quits: arasbm (zooby@moz-8E336844.vf.shawcable.net) (Ping timeout)
  3041. # [20:23] * Quits: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP) (Quit: ZNC - http://znc.in)
  3042. # [20:23] * Quits: Ami_Ty (Amie@moz-7B0110AD.mv.mozilla.com) (Ping timeout)
  3043. # [20:24] * Quits: Waldo (waldo@moz-7B0110AD.mv.mozilla.com) (Quit: brb)
  3044. # [20:24] * Quits: darkowlzz (sunny@8E914751.D8EE24C5.E7DAB6F9.IP) (Ping timeout)
  3045. # [20:24] * Joins: Waldo (waldo@moz-BBE3ABD.mv.mozilla.com)
  3046. # [20:25] * rail is now known as rail_away
  3047. # [20:25] * Joins: Ami_Ty (Amie@moz-BBE3ABD.mv.mozilla.com)
  3048. # [20:25] <mbrubeck> I'm playing with a tool to visualize the statistics used by the graph server regression detector: http://limpet.net/plot/demo.html
  3049. # [20:26] * geekboy is now known as geekboy|afk
  3050. # [20:26] * Quits: mixedpuppy (mixedpuppy@moz-B5ECF169.ptr.us.xo.net) (Quit: mixedpuppy)
  3051. # [20:26] <mbrubeck> red line is trailing average; blue line is leading average
  3052. # [20:26] * Quits: inolen (Adium@moz-D2D12FC1.socal.res.rr.com) (Ping timeout)
  3053. # [20:26] * Quits: T3 (T3@8AD413DD.3053860D.A992BEAD.IP) (Ping timeout)
  3054. # [20:26] <Gijs> mbrubeck: why has it just gone up again? Did ICU land again? :S
  3055. # [20:26] <Gijs> (the red line, I guess?)
  3056. # [20:27] <mbrubeck> Gijs: That is indeed the ICU landing, I think. But it's gone back down (not yet reflected in the moving averages).
  3057. # [20:27] * rail_away is now known as rail
  3058. # [20:27] * Joins: inolen (Adium@moz-D2D12FC1.socal.res.rr.com)
  3059. # [20:27] <mbrubeck> When the red and blue lines get far apart, it indicates a regression. :D
  3060. # [20:27] * geekboy|afk is now known as geekboy
  3061. # [20:27] <mbrubeck> (or improvement)
  3062. # [20:28] <Gijs> mbrubeck: then I don't understand the graph. Far apart horizontally?
  3063. # [20:28] <mbrubeck> vertically
  3064. # [20:29] <mbrubeck> I'll be adding more data and an actual legend and controls next. :)
  3065. # [20:30] * Joins: jib (Jan-Ivar@moz-65488640.phlapa.east.verizon.net)
  3066. # [20:31] * Quits: mstange (markus@moz-9B32E30C.dip0.t-ipconnect.de) (Quit: mstange)
  3067. # [20:31] * Quits: maxli (maxli@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Leaving.)
  3068. # [20:31] * Joins: maxli (maxli@13F2CEC5.7672369.D8E68FF6.IP)
  3069. # [20:31] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  3070. # [20:32] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  3071. # [20:32] * Quits: jib (Jan-Ivar@moz-65488640.phlapa.east.verizon.net) (Ping timeout)
  3072. # [20:32] * Joins: overholt (overholt@13F2CEC5.7672369.D8E68FF6.IP)
  3073. # [20:33] * Quits: chmanchester (chmanchest@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3074. # [20:34] * Quits: brson (brson@moz-BBE3ABD.mv.mozilla.com) (Quit: Lost terminal)
  3075. # [20:34] * Quits: Ami_Ty (Amie@moz-BBE3ABD.mv.mozilla.com) (Quit: Ami_Ty)
  3076. # [20:34] * Joins: chmanchester (chmanchest@E48845AB.3A9F9BD4.4C2245EF.IP)
  3077. # [20:34] * Quits: ahal (ahal@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3078. # [20:34] * Joins: brson (brson@moz-BBE3ABD.mv.mozilla.com)
  3079. # [20:36] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3080. # [20:36] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  3081. # [20:36] * geekboy is now known as geekboy|afk
  3082. # [20:37] * Quits: paolo (paolo@moz-71982CA6.retail.telecomitalia.it) (Quit: Konversation terminated!)
  3083. # [20:39] * Joins: arasbm (zooby@moz-8E336844.vf.shawcable.net)
  3084. # [20:40] * jwir3 is now known as jwir3|lunch
  3085. # [20:40] * Joins: glob (glob@E48845AB.3A9F9BD4.4C2245EF.IP)
  3086. # [20:41] * Joins: jib (Jan-Ivar@moz-65488640.phlapa.east.verizon.net)
  3087. # [20:42] * Quits: @dbaron (dbaron@moz-FD349932.dsl.dynamic.sonic.net) (Ping timeout)
  3088. # [20:42] * Quits: Gijs (gijs@moz-C11B0461.dsl.alice.nl) (Quit: poof)
  3089. # [20:43] * Quits: terrence (terrence@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  3090. # [20:43] * Joins: gwagner (Gregor@moz-9F21C618.pck.nerim.net)
  3091. # [20:44] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3092. # [20:44] * Joins: ehugg_lime (ehugg_lime@96BE7AFF.9236F23D.31191230.IP)
  3093. # [20:44] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  3094. # [20:45] * Joins: darkowlzz (sunny@6A039677.1867DEA9.E7DAB6F9.IP)
  3095. # [20:45] * Joins: terrence (terrence@moz-BBE3ABD.mv.mozilla.com)
  3096. # [20:45] * Joins: T3 (T3@8AD413DD.3053860D.A992BEAD.IP)
  3097. # [20:46] * Quits: breck (breck@moz-E512D9D2.hsd1.ca.comcast.net) (Client exited)
  3098. # [20:46] * Joins: digitsm (digitsm@28193AF2.681A4ED1.C146C5E5.IP)
  3099. # [20:46] * Joins: reyre (reyre@B2D8AB09.33EE9F8A.1139E686.IP)
  3100. # [20:47] * Quits: jib (Jan-Ivar@moz-65488640.phlapa.east.verizon.net) (Quit: jib)
  3101. # [20:48] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3102. # [20:49] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  3103. # [20:49] * Joins: chmanchester|afk (user@moz-962996C5.seas.upenn.edu)
  3104. # [20:50] * Joins: ahal (ahal@E48845AB.3A9F9BD4.4C2245EF.IP)
  3105. # [20:50] * Quits: chmanchester (chmanchest@E48845AB.3A9F9BD4.4C2245EF.IP) (Input/output error)
  3106. # [20:50] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3107. # [20:51] <@smaug> froydnj: ugh
  3108. # [20:51] * Joins: mixedpuppy (mixedpuppy@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3109. # [20:51] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  3110. # [20:51] <@smaug> froydnj: could you make it use fallible_t then?
  3111. # [20:51] * mcomella is now known as mcomella|lunch
  3112. # [20:52] * Joins: phenom (phenom@1720058B.504D56A0.27560D6E.IP)
  3113. # [20:52] * Joins: mkmelin (mkmelin@moz-2FBA955B.elisa-laajakaista.fi)
  3114. # [20:52] * Quits: lizzard (ehenry@E48845AB.3A9F9BD4.4C2245EF.IP) (Quit: lizzard)
  3115. # [20:52] * glob is now known as glob|away
  3116. # [20:53] <heftig> Waldo: ended up using the git mirror. hg clones are just unbearably slow now. might be a regression in mercurial 2.7
  3117. # [20:53] * Quits: tanvi (tanvi@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Leaving.)
  3118. # [20:53] * Joins: jwilde (Thunderbir@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3119. # [20:53] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  3120. # [20:54] * Quits: bholley (anonymous@moz-FCAF9AAB.hsd1.ca.comcast.net) (Quit: bholley)
  3121. # [20:55] * Joins: karl (karl@moz-C433B975.jetstream.xtra.co.nz)
  3122. # [20:55] <mjrosenb|ARM> heftig: c.c i haven't run hg clone in many moons.
  3123. # [20:56] * Quits: mconley (mconley@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  3124. # [20:56] <mjrosenb|ARM> how do I say that a bug affects aurora?
  3125. # [20:56] * Joins: mconley (mconley@13F2CEC5.7672369.D8E68FF6.IP)
  3126. # [20:57] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  3127. # [20:57] * Quits: ahal (ahal@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3128. # [20:57] <heftig> mjrosenb|ARM: buildbot here does a hg clone across filesystems to create the working copy. takes over 8 hours
  3129. # [20:57] * geekboy|afk is now known as geekboy
  3130. # [20:57] * Quits: ehugg_lime (ehugg_lime@96BE7AFF.9236F23D.31191230.IP) (Ping timeout)
  3131. # [20:57] <heftig> just a few minutes with git.
  3132. # [20:57] <mbrubeck> mjrosenb|ARM: set the "status-firefox25" flag in the bug to "affected"
  3133. # [20:58] <mbrubeck> mjrosenb|ARM: Also nominate it for "tracking-firefox25" if you think release drivers should be aware of it and help drive a fix.
  3134. # [20:59] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3135. # [20:59] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  3136. # [20:59] * openjck|lunch is now known as openjck
  3137. # [20:59] <mjrosenb|ARM> mbrubeck: it is a fuzzbug, and I'm like 50% sure it isn't s-s
  3138. # [21:00] * Quits: blassey (blassey@moz-F49F69E4.hsd1.vt.comcast.net) (Ping timeout)
  3139. # [21:00] * Quits: T3 (T3@8AD413DD.3053860D.A992BEAD.IP) (Ping timeout)
  3140. # [21:01] * jmontgomery is now known as jmontgomery_away
  3141. # [21:01] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3142. # [21:01] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/57b72587c11f - Sid Stamm - Bug 851606 - Revert third-party-cookie default setting to "allow everything" and fix tests and prefs UI to reflect the change. r=dolske, a=bajaj
  3143. # [21:01] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  3144. # [21:02] * mgerva is now known as mgerva|afk
  3145. # [21:02] * Quits: glob|away (glob@E48845AB.3A9F9BD4.4C2245EF.IP) (Quit: Leaving...)
  3146. # [21:02] * Joins: sicking (sicking@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3147. # [21:03] * Joins: T3 (T3@8AD413DD.3053860D.A992BEAD.IP)
  3148. # [21:03] * Joins: azakai_ (alon@moz-BBE3ABD.mv.mozilla.com)
  3149. # [21:04] * Joins: BartlomiejB (bartlomiej@23F051CF.2814101B.59EB8DFD.IP)
  3150. # [21:04] * geekboy is now known as geekboy|afk
  3151. # [21:04] * Parts: kaie (kaie@moz-2B4B5D4B.dip0.t-ipconnect.de) (Leaving)
  3152. # [21:07] * Joins: RattyAway (Jim_diGriz@8F2B84D7.587715E1.FB243CD8.IP)
  3153. # [21:07] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3154. # [21:08] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  3155. # [21:08] * Joins: tmyoung (Thunderbir@moz-A52EE408.alyoung.com)
  3156. # [21:08] * Quits: mixedpuppy (mixedpuppy@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: mixedpuppy)
  3157. # [21:10] <RattyAway> Some Mozilla person set the Target Milestone in Bug 901736 and Bug 901728 to FUTURE. I've never seen anyone set the TM to Future before.Is this the normal workflow for the Toolkit::XUL Widgets?
  3158. # [21:11] <RattyAway> hope I've got the right :marco
  3159. # [21:11] * Quits: jedp (jedp@moz-89599B04.dsl.dynamic.sonic.net) (Quit: Computer has gone to sleep.)
  3160. # [21:12] * Quits: inolen (Adium@moz-D2D12FC1.socal.res.rr.com) (Ping timeout)
  3161. # [21:12] * Joins: inolen (Adium@moz-D2D12FC1.socal.res.rr.com)
  3162. # [21:12] * Quits: Boriss (FlyingToas@moz-D58E9.public.monkeybrains.net) (Quit: Boriss)
  3163. # [21:13] * Joins: ahal (ahal@E48845AB.3A9F9BD4.4C2245EF.IP)
  3164. # [21:13] <Ms2ger> That's marco
  3165. # [21:13] * Joins: ggp (ggp@moz-6D117D46.wlan-a.fee.unicamp.br)
  3166. # [21:14] <RattyAway> I think that these two bugs could be DUPed to bug 852648
  3167. # [21:14] * Quits: dougt|travelling (uid7064@moz-31ABA2C0.irccloud.com) (Quit: )
  3168. # [21:14] * Joins: fxa (fxa90id@moz-88B014CD.nvidia.com)
  3169. # [21:14] * Quits: jhk (Jignesh@2E05EF0F.823C3FDD.D06349B0.IP) (Connection reset by peer)
  3170. # [21:14] * Joins: ehugg_lime (ehugg_lime@moz-63B0B824.mycingular.net)
  3171. # [21:14] * Joins: jhk1 (Jignesh@2E05EF0F.823C3FDD.D06349B0.IP)
  3172. # [21:15] * Joins: jhk (Jignesh@2E05EF0F.823C3FDD.D06349B0.IP)
  3173. # [21:16] * Quits: jhk1 (Jignesh@2E05EF0F.823C3FDD.D06349B0.IP) (Ping timeout)
  3174. # [21:16] * Joins: dougt|travelling (uid7064@moz-31ABA2C0.irccloud.com)
  3175. # [21:16] * Quits: jhk (Jignesh@2E05EF0F.823C3FDD.D06349B0.IP) (Connection reset by peer)
  3176. # [21:16] * Joins: jhk1 (Jignesh@2E05EF0F.823C3FDD.D06349B0.IP)
  3177. # [21:16] * Quits: ggp (ggp@moz-6D117D46.wlan-a.fee.unicamp.br) (Ping timeout)
  3178. # [21:16] * Joins: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP)
  3179. # [21:17] * Quits: jhk1 (Jignesh@2E05EF0F.823C3FDD.D06349B0.IP) (Quit: Leaving.)
  3180. # [21:17] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3181. # [21:17] * Waldo is now known as Waldo|lunch
  3182. # [21:18] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  3183. # [21:18] * Quits: wlach (wlach@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3184. # [21:18] * Joins: Snuffleupagus (chatzilla@moz-7411B7A4.bredband.comhem.se)
  3185. # [21:19] * Joins: ggp (ggp@moz-6D117D46.wlan-a.fee.unicamp.br)
  3186. # [21:19] * Joins: chmanchester (chmanchest@E48845AB.3A9F9BD4.4C2245EF.IP)
  3187. # [21:20] * dougt|travelling is now known as dougt
  3188. # [21:21] <TheOne> ugh, today's mac nightly is b0rken
  3189. # [21:21] * coop is now known as coop|buildduty
  3190. # [21:21] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3191. # [21:22] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  3192. # [21:22] <reuben> oh shit
  3193. # [21:22] <reuben> the menu
  3194. # [21:22] * reuben hadn't noticed
  3195. # [21:22] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/581ed22255f0 - Benoit Girard - Bug 899858 - Cache pymake len() computation to speed up parsing. r=benjamin
  3196. # [21:22] <TheOne> you mean the one that's not there? :)
  3197. # [21:24] <@bz> RattyAway: it totally depends on the team
  3198. # [21:24] <TheOne> so that's what you meant when you said "more content, less chrome" :P
  3199. # [21:24] * Quits: chmanchester (chmanchest@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3200. # [21:24] * Quits: mdas_ (mdas@moz-104CC309.mv.mozilla.com) (Ping timeout)
  3201. # [21:24] <TheOne> in australis
  3202. # [21:24] * Quits: ahal (ahal@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3203. # [21:24] <@bsmedberg> BenWa: you'll push that pymake to my repo as well?
  3204. # [21:25] <Ms2ger> TheOne, should be fixed in the next nightly, aiui
  3205. # [21:26] * Joins: chmanchester (chmanchest@E48845AB.3A9F9BD4.4C2245EF.IP)
  3206. # [21:26] * Quits: chmanchester|afk (user@moz-962996C5.seas.upenn.edu) (Input/output error)
  3207. # [21:26] * Joins: tiziana (tiziana@8AFB9BEE.3EF91C32.73D36934.IP)
  3208. # [21:27] * Quits: BartlomiejB (bartlomiej@23F051CF.2814101B.59EB8DFD.IP) (Input/output error)
  3209. # [21:27] * Quits: chmanchester (chmanchest@E48845AB.3A9F9BD4.4C2245EF.IP) (Connection reset by peer)
  3210. # [21:27] * Joins: chmanchester (chmanchest@E48845AB.3A9F9BD4.4C2245EF.IP)
  3211. # [21:27] <TheOne> Ms2ger: I was about to file a bug...is there already one?
  3212. # [21:28] * Joins: breck (breck@moz-75F4A57.hsd1.ca.comcast.net)
  3213. # [21:28] <Ms2ger> bug 901921
  3214. # [21:28] <TheOne> thx
  3215. # [21:28] <TheOne> ah, it's in trunk
  3216. # [21:29] * Joins: BartlomiejB (bartlomiej@23F051CF.2814101B.59EB8DFD.IP)
  3217. # [21:29] * Quits: mkohler (mkohler@moz-1531EE3.dclient.hispeed.ch) (Quit: mkohler)
  3218. # [21:29] * Quits: lduros (user@moz-47F34250.phlapa.fios.verizon.net) (Client exited)
  3219. # [21:30] * Quits: teoli (teoli@moz-BD275144.range86-144.btcentralplus.com) (Connection reset by peer)
  3220. # [21:30] * Joins: teoli (teoli@moz-BD275144.range86-144.btcentralplus.com)
  3221. # [21:30] * Joins: mdas (mdas@E48845AB.3A9F9BD4.4C2245EF.IP)
  3222. # [21:32] * Joins: mdas_ (mdas@moz-104CC309.mv.mozilla.com)
  3223. # [21:32] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3224. # [21:32] * Joins: lizzard (ehenry@E48845AB.3A9F9BD4.4C2245EF.IP)
  3225. # [21:32] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  3226. # [21:33] * Quits: mdas (mdas@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3227. # [21:34] * joduinn-mtg is now known as joduinn-brb
  3228. # [21:35] <RyanVM> TheOne: new OSX respin should be done in 5min or so
  3229. # [21:35] <TheOne> RyanVM: great, thx for letting me know
  3230. # [21:36] * geekboy|afk is now known as geekboy
  3231. # [21:36] * Quits: Ms2ger (Ms2ger@EDC982F3.6890FC55.187A1082.IP) (Quit: nn)
  3232. # [21:37] * sheppy-offline is now known as sheppy
  3233. # [21:38] * froydnj wishes he could just upgrade builds on try to do PGO
  3234. # [21:38] * Joins: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP)
  3235. # [21:39] * Quits: ggp (ggp@moz-6D117D46.wlan-a.fee.unicamp.br) (Input/output error)
  3236. # [21:39] <@gavin> froydnj: what do you mean?/
  3237. # [21:39] <@gavin> you can have try create pgo builds
  3238. # [21:40] * Joins: ahal (ahal@E48845AB.3A9F9BD4.4C2245EF.IP)
  3239. # [21:40] <@gavin> https://wiki.mozilla.org/ReleaseEngineering/TryChooser#What_if_I_want_PGO_for_my_build
  3240. # [21:40] <froydnj> gavin: I know, but very often I realize I want a pgo build after I have pushed and even started running tests
  3241. # [21:40] * Joins: kaze (kaze@D2BA0166.A244758F.EC2613E4.IP)
  3242. # [21:40] * Joins: Boriss (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3243. # [21:40] <froydnj> gavin: and it would be nice if the self-serve "start a pgo build" Just Worked on try
  3244. # [21:40] * Joins: ggp (ggp@moz-6D117D46.wlan-a.fee.unicamp.br)
  3245. # [21:41] * jwir3|lunch is now known as jwir3
  3246. # [21:43] * Quits: ggp (ggp@moz-6D117D46.wlan-a.fee.unicamp.br) (Ping timeout)
  3247. # [21:43] * Joins: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3248. # [21:43] <BenWa> bsmedberg: I don't know there was a repo for it. What's the URL?
  3249. # [21:44] * Joins: mixedpuppy (mixedpuppy@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3250. # [21:44] <@bsmedberg> BenWa: http://hg.mozilla.org/users/bsmedberg_mozilla.com/pymake is the canonical repo, mozilla-central is just an export of that typically
  3251. # [21:44] <@gavin> froydnj: oh, I see
  3252. # [21:44] <BenWa> got it
  3253. # [21:44] * Quits: mixedpuppy (mixedpuppy@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: mixedpuppy)
  3254. # [21:46] <TheOne> RyanVM: how do I trigger the search for a new build if the about dialog is not accessible?
  3255. # [21:46] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3256. # [21:46] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  3257. # [21:46] * geekboy is now known as geekboy|afk
  3258. # [21:47] * Joins: tanvi (tanvi@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3259. # [21:47] * Joins: mdas (mdas@moz-104CC309.mv.mozilla.com)
  3260. # [21:47] * Joins: mixedpuppy (mixedpuppy@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3261. # [21:47] * Quits: lizzard (ehenry@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3262. # [21:47] <@smaug> felipe: ping
  3263. # [21:47] <felipe> smaug: pong
  3264. # [21:48] * Quits: mdas_ (mdas@moz-104CC309.mv.mozilla.com) (Ping timeout)
  3265. # [21:48] <@smaug> felipe: just curious about e10s
  3266. # [21:48] <@smaug> who is leading the thing?
  3267. # [21:48] * Joins: lizzard (ehenry@E48845AB.3A9F9BD4.4C2245EF.IP)
  3268. # [21:48] <@smaug> I might want to help in Q4
  3269. # [21:48] <@smaug> too much to do before that
  3270. # [21:48] * Quits: kdudka (kdudka@40D806EA.B7FEB984.4E88690D.IP) (Ping timeout)
  3271. # [21:48] * Quits: ahal (ahal@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3272. # [21:48] <RyanVM> TheOne: download it manually?
  3273. # [21:49] <TheOne> sigh
  3274. # [21:50] <felipe> smaug: vlad is leading, and there's daily activity going on in #e10s if you wanna join
  3275. # [21:50] * Parts: Snuffleupagus (chatzilla@moz-7411B7A4.bredband.comhem.se)
  3276. # [21:50] * Quits: BartlomiejB (bartlomiej@23F051CF.2814101B.59EB8DFD.IP) (Input/output error)
  3277. # [21:50] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3278. # [21:50] <@smaug> k
  3279. # [21:50] <@smaug> thanks
  3280. # [21:50] <felipe> smaug: currently we're trying to tackle various dogfooding bugs to make the browser reasonably usable for people who want to test it out
  3281. # [21:50] * Joins: BartlomiejB (bartlomiej@23F051CF.2814101B.59EB8DFD.IP)
  3282. # [21:51] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  3283. # [21:52] <RyanVM> anyone else seeing a lot of flash hangs on today's nightly?
  3284. # [21:52] * simone|away is now known as simone
  3285. # [21:52] * Quits: ehugg_lime (ehugg_lime@moz-63B0B824.mycingular.net) (Client exited)
  3286. # [21:53] * Joins: Snuffleupagus (chatzilla@moz-7411B7A4.bredband.comhem.se)
  3287. # [21:53] <TheOne> ok bug 901921 is fixed
  3288. # [21:53] * Quits: Zanpo (Mibbit@moz-62AF0EAB.net.uwaterloo.ca) (Quit: http://www.mibbit.com ajax IRC Client)
  3289. # [21:54] * Quits: tiziana (tiziana@8AFB9BEE.3EF91C32.73D36934.IP) (Quit: tiziana)
  3290. # [21:54] * Joins: cpearce (chatzilla@moz-E8B7789C.xdsl.xnet.co.nz)
  3291. # [21:54] * Quits: darkowlzz (sunny@6A039677.1867DEA9.E7DAB6F9.IP) (Ping timeout)
  3292. # [21:54] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3293. # [21:55] * Quits: hub (hub@moz-E12780DE.cable.teksavvy.com) (Ping timeout)
  3294. # [21:55] * nthomas|away is now known as nthomas
  3295. # [21:55] <mbrubeck> if anyone else asks how to open the about box to search for updates without a menu, "openAboutDialog()" in the Browser Console should do it
  3296. # [21:55] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  3297. # [21:55] * Quits: mixedpuppy (mixedpuppy@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: mixedpuppy)
  3298. # [21:56] <grobinson> who knows about the implementation of window.getComputedStyle?
  3299. # [21:57] <@smaug> grobinson: dbaron or bz
  3300. # [21:57] * Quits: jhammel (jhammel@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3301. # [21:57] <corey> grobinson: or other people in #layout or #content
  3302. # [21:57] <davidb> grobinson: is this about timing attacks?
  3303. # [21:57] <grobinson> davidb: no, it's about a possible bug I just found
  3304. # [21:57] * Joins: dbaron (dbaron@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3305. # [21:57] * ChanServ sets mode: +ao dbaron dbaron
  3306. # [21:57] <davidb> phew
  3307. # [21:57] * Joins: kentuckyfriedtakahe (ajones@538BABFE.A073F3E.97BBD552.IP)
  3308. # [21:57] <grobinson> smaug: corey thanks
  3309. # [21:58] * Quits: RattyAway (Jim_diGriz@8F2B84D7.587715E1.FB243CD8.IP) (Quit: ChatZilla 0.9.90.1 [SeaMonkey 2.0.15pre/20110606000022])
  3310. # [21:58] * Joins: jet (jet@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3311. # [21:58] * Joins: Asa (asa@moz-BBE3ABD.mv.mozilla.com)
  3312. # [21:58] * Joins: darkowlzz (sunny@6A039677.1867DEA9.E7DAB6F9.IP)
  3313. # [21:58] <BartlomiejB> which IDE do you use to develop Firefox?
  3314. # [21:58] * KaiRo is now known as KaiRo_away
  3315. # [21:59] * Joins: vladan1 (vladan@13F2CEC5.7672369.D8E68FF6.IP)
  3316. # [21:59] * Quits: janv (varga@moz-8BF5D87F.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  3317. # [21:59] * Joins: jedp (jedp@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3318. # [21:59] * mwobensmith is now known as mwobensmith-lunch-afk
  3319. # [21:59] <corey> mbrubeck: and how does one get to the browser console without a menu?
  3320. # [22:00] * Quits: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com) (Ping timeout)
  3321. # [22:00] * Quits: davidb (davidb@13F2CEC5.7672369.D8E68FF6.IP) (Quit: davidb)
  3322. # [22:00] * Joins: jhammel (jhammel@E48845AB.3A9F9BD4.4C2245EF.IP)
  3323. # [22:00] * Joins: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com)
  3324. # [22:00] * Quits: kdc (chatzilla@moz-2ACC6B38.pk.shawcable.net) (Ping timeout)
  3325. # [22:00] * Quits: vladan (vladan@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  3326. # [22:01] * Quits: mkmelin (mkmelin@moz-2FBA955B.elisa-laajakaista.fi) (Client exited)
  3327. # [22:01] <marco> RattyAway: they aren't exactly duplicates
  3328. # [22:01] * Joins: kdc (chatzilla@moz-2ACC6B38.pk.shawcable.net)
  3329. # [22:01] * Quits: mwobensmith-lunch-afk (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Leaving.)
  3330. # [22:01] * Quits: KWierso (chatzilla@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3331. # [22:01] <mbrubeck> corey: It's ctrl-shift-j on Windows/Linux; not sure about Mac...
  3332. # [22:02] * Quits: sicking (sicking@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: sicking)
  3333. # [22:02] * Joins: KWierso (chatzilla@E48845AB.3A9F9BD4.4C2245EF.IP)
  3334. # [22:02] <corey> cmd-shift-j it is.
  3335. # [22:02] * Quits: brson (brson@moz-BBE3ABD.mv.mozilla.com) (Quit: Lost terminal)
  3336. # [22:02] <marco> RattAway: but they could be closed as wontfix if 852648 lands
  3337. # [22:02] * Joins: brson (brson@moz-BBE3ABD.mv.mozilla.com)
  3338. # [22:03] * Joins: wlach (wlach@moz-EE4330B1.tmodns.net)
  3339. # [22:03] * joduinn-brb is now known as joduinn-mtf
  3340. # [22:03] * joduinn-mtf is now known as joduinn-mtg
  3341. # [22:03] * Joins: kdudka (kdudka@40D806EA.B7FEB984.4E88690D.IP)
  3342. # [22:04] * Joins: ahal (ahal@E48845AB.3A9F9BD4.4C2245EF.IP)
  3343. # [22:04] <corey> huh, "built from 1e381c91885d" but still no menus.
  3344. # [22:05] * Quits: smooney (sheilamoon@moz-BBE3ABD.mv.mozilla.com) (Quit: smooney)
  3345. # [22:05] * Quits: Pike (chatzilla@moz-294DD240.pool.mediaways.net) (Ping timeout)
  3346. # [22:05] * Joins: Pike_ (chatzilla@moz-294DD240.pool.mediaways.net)
  3347. # [22:05] * Pike_ is now known as Pike
  3348. # [22:06] * Joins: mixedpuppy (mixedpuppy@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3349. # [22:06] * Joins: armenzg_ (armenzg@92EA45D1.51109CF7.47C41102.IP)
  3350. # [22:06] * Quits: armenzg (armenzg@moz-4F1A7003.cpe.net.cable.rogers.com) (Ping timeout)
  3351. # [22:07] * mcomella|lunch is now known as mcomella
  3352. # [22:07] * Quits: rednaks (rednaks@1CBF90A7.17F30DC8.55FFA9B4.IP) (Ping timeout)
  3353. # [22:07] * coop|buildduty is now known as coop|afk
  3354. # [22:08] * Joins: rednaks (rednaks@F17CECC8.A9EBEB0F.55FFA9B4.IP)
  3355. # [22:08] <Fallen> hmm has anyone ever had a facebook login from a 10.0.0.0/8 ip? I just got this today, and I'm pretty sure it wasn't me
  3356. # [22:08] <Fallen> and I wonder why facebook is telling me a local ip is logging in
  3357. # [22:09] * Joins: smooney (sheilamoon@moz-BBE3ABD.mv.mozilla.com)
  3358. # [22:09] * Quits: Enn (enn@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  3359. # [22:10] * Joins: blassey (blassey@moz-F2654CD9.mycingular.net)
  3360. # [22:11] * Quits: reyre (reyre@B2D8AB09.33EE9F8A.1139E686.IP) (Quit: Konversation terminated!)
  3361. # [22:11] * Quits: davidillsley (nobody@moz-DA2D1448.sgyl.cable.virginmedia.com) (Client exited)
  3362. # [22:11] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3363. # [22:11] * Quits: jgriffin (jgriffin@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3364. # [22:11] * Quits: chmanchester (chmanchest@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3365. # [22:11] * Joins: chmanche_ (chmanchest@E48845AB.3A9F9BD4.4C2245EF.IP)
  3366. # [22:11] * Quits: mdas (mdas@moz-104CC309.mv.mozilla.com) (Ping timeout)
  3367. # [22:11] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  3368. # [22:12] * Quits: ahal (ahal@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3369. # [22:12] * Joins: jgriffin (jgriffin@E48845AB.3A9F9BD4.4C2245EF.IP)
  3370. # [22:13] * Joins: hub (hub@moz-E12780DE.cable.teksavvy.com)
  3371. # [22:14] * Joins: ahal (ahal@E48845AB.3A9F9BD4.4C2245EF.IP)
  3372. # [22:14] * Joins: tallowen (tallowen@moz-99F2BB9C.hsd1.wa.comcast.net)
  3373. # [22:15] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/281638967cf4 - Ehsan Akhgari - Bug 902111 - Forward-declare nsIFrame in nsISelectionPrivate.h; r=bzbarsky
  3374. # [22:15] * Quits: coop|afk (Chris@CA9D1390.D6711D10.47C41102.IP) (Ping timeout)
  3375. # [22:16] * Joins: mdas (mdas@E48845AB.3A9F9BD4.4C2245EF.IP)
  3376. # [22:16] * Quits: tallowen (tallowen@moz-99F2BB9C.hsd1.wa.comcast.net) (Ping timeout)
  3377. # [22:16] * Joins: tiziana (tiziana@8AFB9BEE.3EF91C32.73D36934.IP)
  3378. # [22:16] * Joins: Jesse (jruderman@moz-537BCF9.hsd1.ca.comcast.net)
  3379. # [22:16] * Joins: glob (glob@E48845AB.3A9F9BD4.4C2245EF.IP)
  3380. # [22:16] * Quits: vingtetun (Thunderbir@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  3381. # [22:17] * Quits: ahal (ahal@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3382. # [22:17] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3383. # [22:17] <seth> Fallen: prism probably =p
  3384. # [22:17] * Joins: coop (Chris@CA9D1390.D6711D10.47C41102.IP)
  3385. # [22:17] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  3386. # [22:18] * Joins: ahal (ahal@E48845AB.3A9F9BD4.4C2245EF.IP)
  3387. # [22:18] * Quits: rednaks (rednaks@F17CECC8.A9EBEB0F.55FFA9B4.IP) (Ping timeout)
  3388. # [22:18] * Quits: kaze (kaze@D2BA0166.A244758F.EC2613E4.IP) (Ping timeout)
  3389. # [22:19] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3390. # [22:20] * Quits: cpearce (chatzilla@moz-E8B7789C.xdsl.xnet.co.nz) (Ping timeout)
  3391. # [22:20] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  3392. # [22:21] * jmontgomery_away is now known as jmontgomery
  3393. # [22:21] * Joins: bholley (anonymous@moz-FCAF9AAB.hsd1.ca.comcast.net)
  3394. # [22:21] * Quits: ahal (ahal@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3395. # [22:21] * Quits: teoli (teoli@moz-BD275144.range86-144.btcentralplus.com) (No route to host)
  3396. # [22:22] * Joins: teoli (teoli@moz-BD275144.range86-144.btcentralplus.com)
  3397. # [22:22] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3398. # [22:22] * Quits: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP) (Quit: Textual IRC Client: http://www.textualapp.com/)
  3399. # [22:22] * Quits: tomer (tomer@moz-F45DAEFD.static.012.net.il) (Ping timeout)
  3400. # [22:23] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  3401. # [22:23] * Joins: kaze (kaze@D2BA0166.A244758F.EC2613E4.IP)
  3402. # [22:23] * capella|away is now known as capella
  3403. # [22:23] * Joins: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP)
  3404. # [22:24] * Quits: jhammel (jhammel@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3405. # [22:24] * Joins: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3406. # [22:24] * Quits: overholt (overholt@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  3407. # [22:24] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3408. # [22:24] * Quits: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Leaving.)
  3409. # [22:24] * Joins: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3410. # [22:25] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  3411. # [22:25] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/968357fb185f - Sriram Ramasubramanian - Bug 889562: Action-mode not showing in Android 4.3 [r=mfinkle]
  3412. # [22:26] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3413. # [22:27] * Quits: ctangira (ctangira@moz-CFCC7B62.cisco.com) (Ping timeout)
  3414. # [22:27] * Joins: jhammel (jhammel@E48845AB.3A9F9BD4.4C2245EF.IP)
  3415. # [22:27] * Quits: pbocan (Thunderbir@moz-994A5AD.adsl.slovanet.sk) (Quit: pbocan)
  3416. # [22:27] * Quits: @roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Ping timeout)
  3417. # [22:28] * Joins: Luqman (laden@moz-DCEF6040.csclub.uwaterloo.ca)
  3418. # [22:29] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  3419. # [22:29] * Joins: FabioMagnoni (fabiomagno@CF1DAD2D.3E712CFA.8AF99142.IP)
  3420. # [22:30] * armenzg_ is now known as armenzg
  3421. # [22:31] * Joins: ted (tmielczare@moz-DB4A9C19.scl3.mozilla.com)
  3422. # [22:31] * ChanServ sets mode: +o ted
  3423. # [22:31] <krit> dbaron: Can you to take a briefly look over https://bugzilla.mozilla.org/show_bug.cgi?id=896050 and give some advice if it is going into the right direction please? Just if you have time later today.
  3424. # [22:31] * Quits: jhammel (jhammel@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3425. # [22:32] * Joins: rednaks (rednaks@93B2D90.D4D4A2E.55FFA9B4.IP)
  3426. # [22:32] * Joins: glob_ (glob@E48845AB.3A9F9BD4.4C2245EF.IP)
  3427. # [22:32] * Quits: glob (glob@E48845AB.3A9F9BD4.4C2245EF.IP) (NickServ (GHOST command used by glob_))
  3428. # [22:32] * glob_ is now known as glob
  3429. # [22:33] * Quits: tiziana (tiziana@8AFB9BEE.3EF91C32.73D36934.IP) (Quit: tiziana)
  3430. # [22:33] * Waldo|lunch is now known as Waldo
  3431. # [22:33] * Quits: armenzg (armenzg@92EA45D1.51109CF7.47C41102.IP) (Ping timeout)
  3432. # [22:34] * Joins: armenzg (armenzg@moz-6476D764.cable.teksavvy.com)
  3433. # [22:34] * Joins: jhammel (jhammel@E48845AB.3A9F9BD4.4C2245EF.IP)
  3434. # [22:35] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/3854717d0830 - Ehsan Akhgari - Bug 902134 - Reduce the number of #includes in nsIDOMWindowUtils.h; r=bzbarsky
  3435. # [22:36] * Quits: krit (krit@29A303F3.6095F186.A0B21F13.IP) (Quit: Leaving.)
  3436. # [22:36] * jmontgomery is now known as jmontgomery_away
  3437. # [22:37] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  3438. # [22:37] * Quits: kdudka (kdudka@40D806EA.B7FEB984.4E88690D.IP) (Ping timeout)
  3439. # [22:37] * Joins: lduros (user@moz-47F34250.phlapa.fios.verizon.net)
  3440. # [22:37] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  3441. # [22:38] <mihneadb> RyanVM: b2g18 looking good
  3442. # [22:38] <mihneadb> https://tbpl.mozilla.org/?tree=Mozilla-B2g18&rev=179f60ef0916
  3443. # [22:40] * Quits: RealRaven (Thunderbir@5980C78E.AB3F8E3.C3498625.IP) (Quit: RealRaven)
  3444. # [22:41] * Quits: rednaks (rednaks@93B2D90.D4D4A2E.55FFA9B4.IP) (Ping timeout)
  3445. # [22:41] * Joins: RealRaven (Thunderbir@5980C78E.AB3F8E3.C3498625.IP)
  3446. # [22:41] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e5ebdc689486 - Trevor Saunders - bug 900330 - part 1 rm xpcom/typelib/xpidl/ r=ted
  3447. # [22:41] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/60287a04a9ea - Trevor Saunders - bug 900330 - generate the xpidl parser during precompile instead of export r=ted
  3448. # [22:41] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/9caf24f498d5 - Trevor Saunders - bug 900330 - part 0 clean up xpcom/typelib/xpt/src/Makefile.in r=ted
  3449. # [22:42] * Quits: edmorley (edmorley@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3450. # [22:42] * Joins: rednaks (rednaks@DD24FDEA.85AAFD50.55FFA9B4.IP)
  3451. # [22:42] * joduinn-mtg is now known as joduinn
  3452. # [22:43] * Joins: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net)
  3453. # [22:43] * openjck is now known as openjck|bbiab
  3454. # [22:44] * Quits: jhammel (jhammel@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3455. # [22:44] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3456. # [22:45] * rail is now known as rail_away
  3457. # [22:45] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  3458. # [22:46] * Joins: ckerschb (ckerschb@moz-B66EA4B2.ics.uci.edu)
  3459. # [22:46] * Quits: gustavold (gustavold@C3C3A2D6.EE4D6669.DF2AC62B.IP) (Ping timeout)
  3460. # [22:46] * Joins: ahal (ahal@E48845AB.3A9F9BD4.4C2245EF.IP)
  3461. # [22:48] * Quits: mixedpuppy (mixedpuppy@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: mixedpuppy)
  3462. # [22:48] * Joins: jhammel (jhammel@E48845AB.3A9F9BD4.4C2245EF.IP)
  3463. # [22:48] * jmontgomery_away is now known as jmontgomery
  3464. # [22:48] * Joins: jgilbert (jgilbert@moz-BBE3ABD.mv.mozilla.com)
  3465. # [22:49] * Joins: zoom (zoom@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3466. # [22:51] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3467. # [22:51] * Joins: gustavold (gustavold@E6F5ACBC.D551F508.DF2AC62B.IP)
  3468. # [22:52] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  3469. # [22:52] * Quits: AaronMT (AaronMT@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Textual IRC Client: www.textualapp.com)
  3470. # [22:52] * Quits: lizzard (ehenry@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3471. # [22:52] <gabadie> hi every one !
  3472. # [22:53] <gabadie> does someone can explain me why I have orange here https://tbpl.mozilla.org/?tree=Try&rev=07291f0cfb75 when I just added a interface in an WebIDL ?...
  3473. # [22:53] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3474. # [22:53] * Joins: jonasfj (jonasfj@13F2CEC5.7672369.D8E68FF6.IP)
  3475. # [22:54] * Quits: bholley (anonymous@moz-FCAF9AAB.hsd1.ca.comcast.net) (Quit: bholley)
  3476. # [22:54] * Quits: tH (Rob@cpc4-seac20-2-0-cust858.7-2.cable.virginmedia.com) (Ping timeout)
  3477. # [22:54] * Quits: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Leaving.)
  3478. # [22:55] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  3479. # [22:55] <@bz> gabadie: That's a known intermittent fail, no?
  3480. # [22:55] <RyanVM> gabadie: those are infra failures
  3481. # [22:55] * Joins: Boriss_ (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3482. # [22:55] <@bz> gabadie: at least the 10.7 debug one
  3483. # [22:55] <@bz> Both, looks like
  3484. # [22:56] * @bz wishes the new class were in the mozilla::dom namespace and all...
  3485. # [22:56] * Quits: Boriss (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  3486. # [22:56] * Boriss_ is now known as Boriss
  3487. # [22:56] * Quits: T3 (T3@8AD413DD.3053860D.A992BEAD.IP) (Ping timeout)
  3488. # [22:57] * Joins: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3489. # [22:57] <RyanVM> lol, ask a question, get a bonus review from bz
  3490. # [22:57] * Joins: vladan (vladan@13F2CEC5.7672369.D8E68FF6.IP)
  3491. # [22:57] <@bz> RyanVM: I saw "webidl".... ;)
  3492. # [22:57] * Joins: mixedpuppy (mixedpuppy@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3493. # [22:57] * Quits: vladan1 (vladan@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  3494. # [22:57] * Quits: jwilde (Thunderbir@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  3495. # [22:57] <gabadie> bz: nop, WebGL's classes are directly in mozilla namespace ...
  3496. # [22:57] <RyanVM> gabadie: that'll teach ya
  3497. # [22:57] <jonasfj> ted: Can I ask you about ideas for getting filenames from NSPR file descriptors?
  3498. # [22:57] * Quits: msucan (mihai@75550132.6CCEB4A3.320F75DD.IP) (Quit: Leaving.)
  3499. # [22:57] * Joins: lizzard (ehenry@E48845AB.3A9F9BD4.4C2245EF.IP)
  3500. # [22:57] * Joins: edmorley (edmorley@E48845AB.3A9F9BD4.4C2245EF.IP)
  3501. # [22:58] <gabadie> bz, RyanVM: do you think I can land on inbound with those 2 oranges ?
  3502. # [22:58] <RyanVM> gabadie: assuming the tests pass, sure
  3503. # [22:59] <RyanVM> gabadie: this is adding webidl interfaces?
  3504. # [22:59] <gabadie> yes, one
  3505. # [22:59] <RyanVM> if so, please touch CLOBBER when you push too
  3506. # [22:59] * Joins: Archaeopteryx (itsme@CB8BE322.73D4BC9A.1AF5A838.IP)
  3507. # [22:59] <RyanVM> lest we end up breaking Windows builds randomly
  3508. # [22:59] <gabadie> RyanVM: ok !
  3509. # [22:59] * RyanVM has a mental picture of bz sitting there with a single tear rolling down his cheek
  3510. # [22:59] * Joins: jwilde (Thunderbir@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3511. # [22:59] * @khuey makes a note not to pull for the rest of the week
  3512. # [23:00] <RyanVM> khuey: no comment
  3513. # [23:00] <gabadie> thanks guys!
  3514. # [23:00] * Quits: KaiRo_away (robert@moz-7133FD1E.adsl.highway.telekom.at) (Ping timeout)
  3515. # [23:01] * Quits: yzen (yzen@67828CC7.C1A51174.9D42CF23.IP) (Quit: yzen)
  3516. # [23:01] * Quits: KWierso (chatzilla@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3517. # [23:01] * Quits: lizzard (ehenry@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3518. # [23:01] * Quits: smooney (sheilamoon@moz-BBE3ABD.mv.mozilla.com) (Quit: smooney)
  3519. # [23:02] * Joins: KWierso (chatzilla@E48845AB.3A9F9BD4.4C2245EF.IP)
  3520. # [23:02] * Joins: lizzard (ehenry@E48845AB.3A9F9BD4.4C2245EF.IP)
  3521. # [23:03] <kats> why is dxr returning 404s for everything?
  3522. # [23:03] * Quits: digitsm (digitsm@28193AF2.681A4ED1.C146C5E5.IP) (Ping timeout)
  3523. # [23:04] * Joins: cpearce (chatzilla@538BABFE.A073F3E.97BBD552.IP)
  3524. # [23:04] * Joins: digitsm (digitsm@28282D23.7726931A.C146C5E5.IP)
  3525. # [23:05] * Quits: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net) (Quit: jib)
  3526. # [23:05] * Joins: KaiRo_away (robert@moz-7133FD1E.adsl.highway.telekom.at)
  3527. # [23:06] * Quits: lizzard (ehenry@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3528. # [23:06] * Joins: tH (Rob@cpc4-seac20-2-0-cust858.7-2.cable.virginmedia.com)
  3529. # [23:06] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3530. # [23:06] * spohl is now known as spohl|away
  3531. # [23:07] * joduinn is now known as joduinn-mtg
  3532. # [23:07] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  3533. # [23:07] * Joins: lizzard (ehenry@moz-E042EED.tmodns.net)
  3534. # [23:08] * Quits: gerv (Instantbir@moz-CD3A8BF9.hari.cable.virginmedia.com) (Ping timeout)
  3535. # [23:08] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c2aa14f70497 - Brian Hackett - Bug 902009 - Fold ToDouble(ToInt32(v)) conversions, r=jandem.
  3536. # [23:08] <@ted> jonasfj: i don't have any knowledge that would help you there, sorry
  3537. # [23:08] * jhopkins is now known as jhopkins|afk
  3538. # [23:09] * Quits: jdm (jdm@92FB48CA.8B5E9DF.9A8C35B4.IP) (Quit: Lost terminal)
  3539. # [23:09] * Quits: @dbaron (dbaron@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  3540. # [23:09] * Quits: lizzard (ehenry@moz-E042EED.tmodns.net) (Ping timeout)
  3541. # [23:10] * Joins: dbaron (dbaron@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3542. # [23:10] * ChanServ sets mode: +ao dbaron dbaron
  3543. # [23:10] * Quits: mcomella (mcomella@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  3544. # [23:10] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3545. # [23:11] * Joins: echo (Mibbit@moz-AA7379DC.lightspeed.irvnca.sbcglobal.net)
  3546. # [23:11] * Joins: roc (chatzilla@E2F7352.56080C53.97BBD552.IP)
  3547. # [23:11] * ChanServ sets mode: +o roc
  3548. # [23:11] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  3549. # [23:12] * Quits: jhammel (jhammel@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3550. # [23:12] * Quits: echo (Mibbit@moz-AA7379DC.lightspeed.irvnca.sbcglobal.net) (Quit: http://www.mibbit.com ajax IRC Client)
  3551. # [23:12] * Quits: surkov (surkov@moz-174FE592.cable.teksavvy.com) (Quit: surkov)
  3552. # [23:13] * Quits: mdas (mdas@E48845AB.3A9F9BD4.4C2245EF.IP) (Connection reset by peer)
  3553. # [23:13] * Quits: aut0mata (automata@3DCA807D.FA36B139.BB0EBA72.IP) (Ping timeout)
  3554. # [23:13] * Joins: mdas (mdas@E48845AB.3A9F9BD4.4C2245EF.IP)
  3555. # [23:13] <jonasfj> ted: I also doubt there's any API for it... but I need something along those lines for main-thread IO reporting... So I was considering to wrap PR_Open and maybe create NSPR IO just to keep track of the filename...
  3556. # [23:14] <jlebar> What's the best way to create an object which QI's to nsISupportsWeakReference from a mochitest-plain?
  3557. # [23:14] * Quits: mdas (mdas@E48845AB.3A9F9BD4.4C2245EF.IP) (Connection reset by peer)
  3558. # [23:14] <jlebar> I guess that's not quite the right question.
  3559. # [23:14] * Joins: mdas (mdas@E48845AB.3A9F9BD4.4C2245EF.IP)
  3560. # [23:14] * @bz waits for the right question
  3561. # [23:14] <jlebar> I want to create a nsIMessageListener which QI's to nsISupportsWeakReference. If I could make a weakly-referenceable function, that would work, too.
  3562. # [23:14] * Joins: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net)
  3563. # [23:14] <jlebar> But function isn't weakly-referenceable, and I don't have things like XPCOMUtils in mochitest.
  3564. # [23:14] * Quits: mconley (mconley@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  3565. # [23:15] <@khuey> any JSObject will QI to nsISupportsWeakReference, iirc
  3566. # [23:15] <@khuey> XPConnect does auto-magic here
  3567. # [23:15] <jlebar> khuey: that's what I thought, too, but apparently not a function.
  3568. # [23:15] <@khuey> jlebar: unfortunate :-(
  3569. # [23:15] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3570. # [23:15] <jlebar> khuey: Or maybe I have to declare my function differently?
  3571. # [23:15] * kmoir is now known as kmoir-afk
  3572. # [23:15] <Mook_as> I thought you needed to implement a QI that says it's okay, but xpconnect will do magic to make sure it actually works
  3573. # [23:15] * Joins: jhammel (jhammel@E48845AB.3A9F9BD4.4C2245EF.IP)
  3574. # [23:15] <@gavin> yeah, I thought what Mook_as said
  3575. # [23:16] * Quits: jedp (jedp@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Computer has gone to sleep.)
  3576. # [23:16] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  3577. # [23:16] <@gavin> i.e. khuey wrong
  3578. # [23:16] <@khuey> what else is new? :-P
  3579. # [23:16] <jlebar> Okay, I see. And I see how to implement QI. Thanks!
  3580. # [23:17] * Quits: geo (geo@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving...)
  3581. # [23:17] * Joins: philor (philor@moz-E8BD9EDD.csby.or.frontiernet.net)
  3582. # [23:18] * Quits: Snuffleupagus (chatzilla@moz-7411B7A4.bredband.comhem.se) (Connection reset by peer)
  3583. # [23:18] * Quits: tessarakt (jens@moz-AD7B01F7.dip0.t-ipconnect.de) (Ping timeout)
  3584. # [23:18] * Joins: Snuffleupagus (chatzilla@moz-7411B7A4.bredband.comhem.se)
  3585. # [23:19] * Quits: blassey (blassey@moz-F2654CD9.mycingular.net) (Ping timeout)
  3586. # [23:20] * Joins: jedp (jedp@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3587. # [23:20] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/115955c89521 - Guillaume Abadie - bug 892978 - [WebGL 2.0] Query objects (GL_ARB_occlusion_query_boolean) - r=jgilbert
  3588. # [23:23] * Quits: Boriss (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net) (Client exited)
  3589. # [23:23] * Joins: Boriss (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3590. # [23:24] * Quits: jedp (jedp@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  3591. # [23:24] * Quits: mdas (mdas@E48845AB.3A9F9BD4.4C2245EF.IP) (Input/output error)
  3592. # [23:24] * Quits: jgriffin (jgriffin@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3593. # [23:24] <jcranmer|away> khuey: JS objects only QI to nsISupportsWeakReference if the JS QI implements it
  3594. # [23:24] * Joins: mdas (mdas@E48845AB.3A9F9BD4.4C2245EF.IP)
  3595. # [23:25] * Joins: jgriffin (jgriffin@E48845AB.3A9F9BD4.4C2245EF.IP)
  3596. # [23:25] * Joins: bholley (anonymous@moz-FCAF9AAB.hsd1.ca.comcast.net)
  3597. # [23:25] * sheppy is now known as sheppy-offline
  3598. # [23:26] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3599. # [23:26] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  3600. # [23:26] * Quits: mdas (mdas@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3601. # [23:27] * Joins: TimAbraldes (Instantbir@125EF623.B2666F0E.66399531.IP)
  3602. # [23:27] * Joins: aut0mata (automata@3DCA807D.FA36B139.BB0EBA72.IP)
  3603. # [23:27] * openjck|bbiab is now known as openjck
  3604. # [23:27] * Joins: tessarakt (jens@moz-52374DE0.dip0.t-ipconnect.de)
  3605. # [23:29] * Quits: tessarakt (jens@moz-52374DE0.dip0.t-ipconnect.de) (Ping timeout)
  3606. # [23:29] * chmanche_ is now known as chmanchester
  3607. # [23:30] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3608. # [23:30] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  3609. # [23:31] * Joins: mcomella (mcomella@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3610. # [23:31] * bz is now known as bz_away
  3611. # [23:31] * Quits: glob (glob@E48845AB.3A9F9BD4.4C2245EF.IP) (Connection reset by peer)
  3612. # [23:31] * Quits: chmanchester (chmanchest@E48845AB.3A9F9BD4.4C2245EF.IP) (Connection reset by peer)
  3613. # [23:31] * Quits: jgriffin (jgriffin@E48845AB.3A9F9BD4.4C2245EF.IP) (Connection reset by peer)
  3614. # [23:31] * Quits: mihneadb (mihneadb@E48845AB.3A9F9BD4.4C2245EF.IP) (Connection reset by peer)
  3615. # [23:31] * Joins: tessarakt (jens@moz-7FD8B1AE.dip0.t-ipconnect.de)
  3616. # [23:31] * Quits: edmorley (edmorley@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3617. # [23:31] * Quits: KWierso (chatzilla@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3618. # [23:31] * Quits: RyanVM (Thunderbir@E48845AB.3A9F9BD4.4C2245EF.IP) (Connection reset by peer)
  3619. # [23:31] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Connection reset by peer)
  3620. # [23:32] * Quits: jhammel (jhammel@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3621. # [23:32] * Quits: ahal (ahal@E48845AB.3A9F9BD4.4C2245EF.IP) (Connection reset by peer)
  3622. # [23:32] * Parts: aki (aki@moz-A18C1E59.members.linode.com)
  3623. # [23:32] <jlebar> Is there something else you have to do to get QI to work on a content-JS object? Right now WrapNativeToJSVal fails.
  3624. # [23:33] * Joins: mihneadb (mihneadb@E48845AB.3A9F9BD4.4C2245EF.IP)
  3625. # [23:33] * Joins: KWierso (chatzilla@E48845AB.3A9F9BD4.4C2245EF.IP)
  3626. # [23:33] * jlebar kind of feels like he should need something more than a method named "QueryInterface."
  3627. # [23:33] * Joins: harth (harth@A1148499.C9D33E0E.56B58B45.IP)
  3628. # [23:33] * Quits: Pike (chatzilla@moz-294DD240.pool.mediaways.net) (Quit: ChatZilla 0.9.90.1 [Firefox 22.0/20130618035212])
  3629. # [23:33] * Joins: edmorley (edmorley@E48845AB.3A9F9BD4.4C2245EF.IP)
  3630. # [23:34] * Joins: smooney (sheilamoon@moz-BBE3ABD.mv.mozilla.com)
  3631. # [23:34] * Quits: lmandel (lmandel@13F2CEC5.7672369.D8E68FF6.IP) (Quit: lmandel)
  3632. # [23:34] * Quits: kaze (kaze@D2BA0166.A244758F.EC2613E4.IP) (Ping timeout)
  3633. # [23:35] * Joins: chmanchester (chmanchest@E48845AB.3A9F9BD4.4C2245EF.IP)
  3634. # [23:35] * Joins: RyanVM (Thunderbir@E48845AB.3A9F9BD4.4C2245EF.IP)
  3635. # [23:35] * khuey is now known as khuey|away
  3636. # [23:35] * khuey|away is now known as khuey
  3637. # [23:35] * Quits: victorporof (victorporo@B4B1C8EE.73B1E539.9B1E38F4.IP) (Quit: victorporof)
  3638. # [23:36] * Quits: norton- (norton@moz-8C422B12.bredband.comhem.se) (Ping timeout)
  3639. # [23:37] * Joins: sicking (sicking@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3640. # [23:38] * Quits: FabioMagnoni (fabiomagno@CF1DAD2D.3E712CFA.8AF99142.IP) (Input/output error)
  3641. # [23:39] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  3642. # [23:40] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  3643. # [23:41] * Quits: jlin (Jonathan@moz-619C4F64.x.rootbsd.net) (Ping timeout)
  3644. # [23:41] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b3ea93ee7659 - Shane Tully - Bug 901818 - Only enable Android backend for Contacts API on Nightly builds. r=reuben
  3645. # [23:41] * Quits: damons (gnubeard@97957D0A.8D753159.C943C01E.IP) (Quit: damons)
  3646. # [23:41] * Joins: jhammel (jhammel@E48845AB.3A9F9BD4.4C2245EF.IP)
  3647. # [23:41] * Quits: mmc|laptop (mchew@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: mmc|laptop)
  3648. # [23:41] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3649. # [23:42] * Joins: jgriffin (jgriffin@E48845AB.3A9F9BD4.4C2245EF.IP)
  3650. # [23:42] * Joins: jlin (Jonathan@moz-619C4F64.x.rootbsd.net)
  3651. # [23:42] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  3652. # [23:42] * Joins: mmc|laptop (mchew@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3653. # [23:43] * Quits: jfkthame (jfkthame@531A2EB8.9FD8EB1A.8D534776.IP) (Quit: This computer has gone to sleep)
  3654. # [23:44] * Quits: philor (philor@moz-E8BD9EDD.csby.or.frontiernet.net) (Quit: philor)
  3655. # [23:45] * Quits: tessarakt (jens@moz-7FD8B1AE.dip0.t-ipconnect.de) (Ping timeout)
  3656. # [23:46] * Joins: jedp (jedp@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3657. # [23:46] * Quits: heftig (heftig@moz-51BCBA1E.dip0.t-ipconnect.de) (Ping timeout)
  3658. # [23:47] * Joins: ahal (ahal@E48845AB.3A9F9BD4.4C2245EF.IP)
  3659. # [23:48] * Joins: tessarakt (jens@moz-E85BA77A.dip0.t-ipconnect.de)
  3660. # [23:48] * armenzg is now known as armenzg_afk
  3661. # [23:48] * Quits: smontagu (chatzilla@moz-36D362D8.red.bezeqint.net) (Ping timeout)
  3662. # [23:48] * Quits: armenzg_afk (armenzg@moz-6476D764.cable.teksavvy.com) (Quit: gone for the day)
  3663. # [23:48] * geekboy|afk is now known as geekboy
  3664. # [23:49] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/859de3e66574 - Josh Aas - Bug 899473 - Remove OS X 10.4 and 10.5 code from gfx. r=jmuizelaar
  3665. # [23:49] * Quits: KWierso (chatzilla@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3666. # [23:50] * Quits: pcwalton (pcwalton@moz-7B0110AD.mv.mozilla.com) (Ping timeout)
  3667. # [23:50] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3668. # [23:50] * Quits: brson (brson@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  3669. # [23:50] * Quits: mixedpuppy (mixedpuppy@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: mixedpuppy)
  3670. # [23:50] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  3671. # [23:50] * Quits: edmorley (edmorley@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3672. # [23:51] * Quits: Asa (asa@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  3673. # [23:51] * Joins: brson (brson@moz-BBE3ABD.mv.mozilla.com)
  3674. # [23:51] * Joins: KWierso (chatzilla@E48845AB.3A9F9BD4.4C2245EF.IP)
  3675. # [23:51] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Quit: bmoss)
  3676. # [23:51] * Joins: bjacob (bjacob@moz-7B805CC2.rev.sfr.net)
  3677. # [23:51] * Quits: digitsm (digitsm@28282D23.7726931A.C146C5E5.IP) (Ping timeout)
  3678. # [23:51] * Quits: sworkman (sworkman@moz-BBE3ABD.mv.mozilla.com) (Quit: sworkman)
  3679. # [23:52] * Quits: KaiRo_away (robert@moz-7133FD1E.adsl.highway.telekom.at) (Input/output error)
  3680. # [23:52] <Waldo> jlebar: returning this for the interface in question, I assume?
  3681. # [23:52] * Joins: Steffen (chatzilla@moz-B745C40C.access.ecotel.net)
  3682. # [23:52] * mattwoodrow is now known as mattwoodrow|away
  3683. # [23:52] * Quits: hurley (hurley@moz-BBE3ABD.mv.mozilla.com) (Quit: mootex)
  3684. # [23:53] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/621f96eecef3 - Dan Gohman - Bug 901275 - IonMonkey: Move failure and exception-handling code out of line. r=jandem
  3685. # [23:53] * Joins: digitsm (digitsm@9FE83C7.72ECBFCF.C146C5E5.IP)
  3686. # [23:53] * hwine is now known as hwine|afk
  3687. # [23:53] * Quits: tessarakt (jens@moz-E85BA77A.dip0.t-ipconnect.de) (Ping timeout)
  3688. # [23:54] * Joins: Asa (asa@moz-BBE3ABD.mv.mozilla.com)
  3689. # [23:54] * Joins: mdas (mdas@E48845AB.3A9F9BD4.4C2245EF.IP)
  3690. # [23:54] * Joins: tessarakt (jens@moz-2A83775.dip0.t-ipconnect.de)
  3691. # [23:55] * Joins: tchevalier (Thunderbir@BC2B54B3.7B54E63F.96B18764.IP)
  3692. # [23:57] * Joins: mixedpuppy (mixedpuppy@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3693. # [23:57] * Quits: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net) (Quit: jib)
  3694. # [23:58] * Quits: mdas (mdas@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3695. # [23:58] * Quits: teoli (teoli@moz-BD275144.range86-144.btcentralplus.com) (Connection reset by peer)
  3696. # [23:58] * Quits: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3697. # [23:58] * Joins: teoli (teoli@moz-BD275144.range86-144.btcentralplus.com)
  3698. # [23:58] * Joins: gbrown (gbrown@E48845AB.3A9F9BD4.4C2245EF.IP)
  3699. # [23:59] * Quits: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP) (Quit: erikvold)
  3700. # [23:59] * Quits: harth (harth@A1148499.C9D33E0E.56B58B45.IP) (Input/output error)
  3701. # [23:59] * bent is now known as bent|phone
  3702. # Session Close: Wed Aug 07 00:00:00 2013

The end :)