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

Options:

  1. # Session Start: Thu Jan 17 00:00:00 2013
  2. # Session Ident: #developers
  3. # [00:00] * Quits: jgriffin (jgriffin@moz-DD9CBA45.hsd1.wa.comcast.net) (Quit: jgriffin)
  4. # [00:00] <John-Galt> Does anyone happen to know if this is a stupidly dangrous way for an NPAPI plugin to decide whether a website should be able to access its privileged APIs? https://github.com/codebendercc/npapiPlugins/blob/master/Codebendercc/CodebenderccAPI.h#L81
  5. # [00:00] <@ehsan> roc: give me a sec please
  6. # [00:01] * Quits: pnemsak (Miranda@moz-192A9791.orange.sk) (Quit: pnemsak)
  7. # [00:01] * joduinn-mtg is now known as joduinn
  8. # [00:01] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/29288a6d1876 - Matt Woodrow - Bug 820839 - Draw OSX titlebar content into a retained buffer during the ThebesLayer painting phase, before we clear invalidation state. r=roc
  9. # [00:02] * joduinn is now known as joduinn-brb
  10. # [00:02] * Joins: alanp_ (alanp@moz-73937C09.cpe.distributel.net)
  11. # [00:02] <@roc> John-Galt: asking users to make decisions like that is always stupid
  12. # [00:02] * Quits: alanp (alanp@moz-1B78500.cpe.distributel.net) (Ping timeout)
  13. # [00:03] <John-Galt> roc: Yeah, I agree with that part. I'm asking more from a technical perspective.
  14. # [00:03] * Quits: kmoir (chatzilla@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  15. # [00:03] * philor is now known as philor|away
  16. # [00:03] <@ehsan> roc: so, AudioNode::Connect should ensure that you never succeed in adding inputs more than MaxNumberOfInputs
  17. # [00:03] <@ehsan> same with outputs
  18. # [00:03] <@ehsan> does that not work correctly?
  19. # [00:03] * Joins: jcv (john@moz-9DD98F0F.cable.mindspring.com)
  20. # [00:04] <dzbarsky> philor|away: I see it, but I don't think it's me
  21. # [00:04] * Quits: jcv (john@moz-9DD98F0F.cable.mindspring.com) (Quit: leaving)
  22. # [00:04] <njn> cpeterson: in several Makefiles we do |CXXFLAGS := $(filter-out -pedantic,$(CXXFLAGS))| :)
  23. # [00:04] * akeybl_ is now known as akeybl
  24. # [00:04] <dzbarsky> philor|away: looks like its https://hg.mozilla.org/integration/mozilla-inbound/rev/780c48afccc1
  25. # [00:04] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/fbe92fdbabc7 - Jonathan Watt - Bug 462197 - Part 2: The "Remove All Reports" button in about:crashes should remove old InstallTime files. r=ted
  26. # [00:04] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/eca602d98d14 - David Rajchenbach-Teller - Bug 828228 - Measure nsSearchService init with Telemetry. r=gavin
  27. # [00:04] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/be9dfaa088b2 - Jonathan Watt - Bug 462197 - Part 1: Use the variable name submittedDir instead of the misleading name reportsDir. r=ted
  28. # [00:05] * Quits: FabioMagnoni (fabiomagno@CC0C60DA.77432F63.8AF99142.IP) (Quit: FabioMagnoni)
  29. # [00:05] <@roc> John-Galt: I'm not 100% sure but I suspect the enclosing Web page could do something like window.confirm = function() { return true; }
  30. # [00:05] * capella|ZzZzz is now known as capella
  31. # [00:06] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Quit: brendan)
  32. # [00:06] <@roc> also, doing synchronous JS evaluation like this is horrible for various reasons.
  33. # [00:06] <@roc> mostly not to do with security.
  34. # [00:06] * Quits: Pike (Pike@moz-956D1177.pool.mediaways.net) (Quit: ChatZilla 0.9.89 [Firefox 18.0/20130104151948])
  35. # [00:06] <@roc> ehsan: that's wrong
  36. # [00:07] <@ehsan> why?
  37. # [00:07] * Quits: seth (seth@moz-D840E602.dsl.static.sonic.net) (Quit: seth)
  38. # [00:07] <@roc> ehsan: see my previous messages. For AudioGainNode for example, there is no limit to the number of connected input nodes you can have.
  39. # [00:07] * Quits: @bz (bzbarsky@moz-29D2559C.hfc.comcastbusiness.net) (Ping timeout)
  40. # [00:07] <@roc> the problem is confusion over the term "input"
  41. # [00:07] * Joins: brendan (brendaneic@2557E599.66715431.D25A875A.IP)
  42. # [00:07] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/47a91ed9da72 - Chris Peterson - Bug 829912 - Check for null IME hints. r=jchen a=lsblakk
  43. # [00:07] <@roc> "numberOfInputs" does not count the number of input *nodes*, but the number of input *ports*
  44. # [00:07] * Quits: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP) (Quit: erikvold)
  45. # [00:08] <abr> Does anyone here already have a cheatsheet typed up someone about how to use distcc with mach?
  46. # [00:08] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Connection reset by peer)
  47. # [00:08] <abr> s/someone/somewhere/
  48. # [00:08] * Joins: brendan (brendaneic@2557E599.66715431.D25A875A.IP)
  49. # [00:08] <blassey> seems like we shouldn't have tests that rely on the font on the machine
  50. # [00:08] <John-Galt> roc: Thanks. That's pretty much what I was afraid of.
  51. # [00:08] <blassey> data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAPoCAYAAAAmy5qxAAAgAElEQVR4nOzdP4gT6R/H8Sm2mMJiCosUW1xgCwMWBiwM2BiwuAULA1dcYAsJVxyLhQQLCTYSLI7FQoKFBIuDWPwgFkIshGwjxEKIhZAthFhckcIixRZTbPH9FcnMPDM7f3cmz5nz/YKw/NxkMzObvd/zme/zfR5DAAAAAEAT498+AAAAAAA/DwIIAAAAAG0IIAAAAAC0IYAAAAAA0IYAAgAAAEAbAggAAAAAbQggAAAAALQhgAAAAADQhgACAAAAQBsCCAAAAABtCCAAAAAAtCGAAAAAANCGAAIAAABAGwIIAAAAAG0IIAAAAAC0IYAAAAAA0IYAAgAAAEAbAggAAAAAbQggAAAAAL
  52. # [00:08] <blassey> QhgAAAAADQhgACAAAAQBsCCAAAAABtCCAAAAAAtCGAAAAAANCGAAIAAABAGwIIAAAAAG0IIAAAAAC0IYAAP5Dx8Vgad/al/6ovy+XS973G3YZ0n3Zl/m1e+Pse3j+U1kFTxsfjwn82AACAigCS0/L7UoZvhjJ6M5TZl1nm76MYRV7n8fFYRm+GMnwzLOjo0mv+1hDDMMQwDFn8s3D/ff517v770V9Hhb9vebckhmFI92k39PtHT7tSu1WX+s1apq/t+4eFHN/gVT/z+3cedQp5bwAAUCwCSE6jd2N3YBg22Er6PopR5HWuXq24P8u27YKOMNlyuRRjxxTDMGT/TsP3vd7znntMRQdZ+9R2f/bo7Sj0Oc2DlvucLI/azXrk+86/zRMfzvXvPO5mfu/DAv/e7FNbFovFuaoUAADIbi
  53. # [00:08] <blassey> sCSO1WXSp7ZSlfqaR+TfdJV8pXKlLZK8v4/eamlYzfjbwBz4N25u+jGEVe58q1amwAGbweuJ/Hyl5Z5CzX27mOnh257zt+7w8C9Vs1MQxDyr+Ui3kzxeTjxH3fqOld/Zd9ad5rSeugmfi1et27fvVbtcj3TRMiJuspYaM3w9Tvb5irENd73rvwNZmdzKT7tCv1mzWxLMt3TKZpSu1GTXrPe1oDKgAA/xVbEUBKpZL7f/5pB3uHfx66rxn+b3NTaaiA/Bh0VkD6r/regHTHzPVeDtu2pXR5NdCt7PlDxvybN/2q9edhqspB8BGn/6LvDqzzmn2ZuQN20zRl8nEa+dw0AWR8PMn0/ratVHPehVdzYp2J1G/VU1dZynsVmX8tvicHAID/su0IILs/bgChAvJj0FkBGb4Zut+3rGICyN
  54. # [00:08] <blassey> Ff3hSjwd8D3/c6T7JPPwo+VIvFQibHYxkfj2VyPJbGuu+kvFf2/fv4eJxpcD07mbkhytwxEiuPzrE177V876tWgiaBpvj517nMv87FPg2vPMy+zLxqzgWDQfOeN92ssleW1r2WHP11JP2XfTl62pXmvZaYpndtS7ulyOMBAADnbUcAoQKCBDorIGPlvUq7+adE2ae2WzUo7wWmGZ75P/9FBBBfBSfhkbaPYvp56oYPwzBk8Dr5b855bvexv1l8fOxd32AFpLauTliXS6E/c/B6HQ530v+3Imj+dS7tB22ZnUT32iwWC6ndqHnn8LT4hQEAAPiv2o4AQgUECXRWQNSeicqV/AFE/awO/u77vtd/6YWFzpPuuQpF1Nfx+7GYbqjxH2OWABIMB2FG70ZirvsuzB1DBq8Hia8REd95qd
  55. # [00:08] <@roc> uh oh
  56. # [00:08] * mdas is now known as mdas|afk
  57. # [00:08] <blassey> QAEqyAOCGnfiu8ub3zuLM65w30ygSpU+PqN6N7XQAAgN92BBANFRD71Jbhm6H0nvek96K32g8hxXsVXgE5Exm/H6+mezw7ksHrgW851otYLBYyO5nJ7GQWO1Vk+X3pPm/5PXq1H/vUTvU8/7n0Up+LbXs/33ce/yzc69J/1feFg6zXefp5Jv1Xfek978nwzdC3ulH1anwAUaf5VK/nG3hOPkx8A35fv8aZSOmX8vqOv5Wp4VkNGf1X/lBjn9pub4i6utb4eCzzb3OZnXjnl9TIPXrrBT/TNDP1XWStgCyXS+93HBEynelk9V/3Ux9HHtb6v03nKlcAACDSdgSQDVZA7FNbDh+0xdw5f/fXumxJ/2U/8rUixVVAbNuWzuOOeyc5+Ni/XY+dEhKn86jj/pyjZ9FTRWo3vSkljbvRAz
  58. # [00:08] <@roc> RUN
  59. # [00:08] <blassey> jnLrNhGDJ4df762LYtnUcdMS+Fn0s94VxGyjVbLFaBpfukK0bgd6R+FtJe59mXqW+VJnfwvLMe1J75r0PYoN935zviTnwatm1LZa8cGUB6L7xwELanxfTzVLqPO9J50vUFKPvUllJJaWiP+ZtpP2iLYRhSumy5/7b4Z+H9fhOqGd31Z8G6ZMrkY7aG8awVELXyFKwUOSpXVtezyCV44zi9ILXrVS3vBwDAf8F2BJANVUDsU1uq12u+AaBlWedCQNTdVpFiKiDL5VKqN/zHYZhm6PKfF9mpevzeO4bGb43Q56h7QRiGIeYlK/Ja15UBerCisVwupRYY4Jth53LJjGxSVgPI9NN0FT4CgaEUmGKT5jpPP0/FvBQ4jsDvu/7rvjTu7McGkOV37058cL+OLNTPaDCALL8vxbrkrSblBD
  60. # [00:08] <blassey> GVWuVQg4uzqpVhJK8E5fQx7N/1zmP6aepVIBIayZ39OeL2+4jivEfaCoh6vtPPIatrnYm7j0qeJXjTUgNR6w/6uwAASGs7AsiGKiDNg6b7nObvTd9gevR2JJbSVBu1QVsRFZCGsvt1/XbdN7haLpdy9OzIrdBYl8zMU7Js23ZfXyqFN+8O/zd074S7d58/hNzRPhN3wB7sLRARadz1n8ss5FycfRpMywo9FzWAdB61xdhZHVfveU9mX1ZTs4ID0MTrfCZSvuI1lzfuNnzvPfs8DV1+NSyAqEu9Nn9vhl7PJIO/w/swnCDhVCYMI3p38qgAIiLSf9mT5kHCsZ2J+7lQK2PqtKqkz5pTAblID0TWCkj74fqaRDSYq1PHxhdZgjeLQKVs+ilb9QcAgJ/ZdgQQpQIy+ThZP6axX9VBfV
  61. # [00:08] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/2f46f173ffe9 - Ed Morley - Backout 780c48afccc1 (bug 831354) for Android reftest failures on a CLOSED TREE
  62. # [00:08] * jhammel decodes this a block at a time
  63. # [00:08] <blassey> gAUe/y7kfMF1crB9Vr4VMs8lZA1B6A2vVqZMAa/D3INeit3azHDiqdpUebBy2prAfqYdN+Jh+969b6oxV5LtXrtVTn0gg5FzWAGIYh5d1yaAXA/5r466y+Z+1G+GDZtm2pKCtgRQUQEXGng7X+zH7ne/p56oYwY8dYbZ4XrIAsl7L/6/6qmTriOsYFkFTHofwNqIHu6OlqGVxzx5DZyWzV1H48Cf3q7JBeuVqNfV7Y8WWtgOz/uqpMVSI2JFWXR97k3hz2qS31216VLK5CCgAAztuOALKbbxnSsADSUtb6n36K3ixNnaMfNqjJWwFpKkEpabqMEwyMHSO++TtE90kn9no4lY/+y75bPaqGzGs/+uso8uc0fm9mOJeyO8gNnkswgKRpbE66zvu366l+3uD1wPfeUQHEWve3tB9mH3
  64. # [00:08] <blassey> yq1bneuqE+Kkg4/3t2MjsXHKNeZ9t2qql63aer6VOWZfn+3QmjlSsVXzjK8whbTcv5XtoKSHn9txgWWkXEm6qXYwneJLOTma+SxtLaAABktx0BJOc+CKED7t31ADgw+ApSpxQFN4gTyV8BsS6vz800EwdNnYfetJy0S5061OpE8Dimn7074bOTmW8QrjY3i4js3/GuRzA4WMomdEnn0n7YiTwXNYCk3Wcj6Tq7vR878ddZ7e+ICyBOKO4+CZ8eFWf+ddXEfriuIKWpZOyvP4f7d7xqXdjrRm9HbnUmqSncmXLWuOvvY3H2QWncbbgVjryPzuPz1ykqnIRWQM6851euVKR50JLWQdP31Qko5o7p+/eLhMQw4/dj5XOkp88EAID/ou0IIEoFZPB6IIPXAxkmfFXveAcDiDrILO+WYn
  65. # [00:08] * blassey was kicked by ehsan (ehsan)
  66. # [00:09] <qDot> I was just thinking I needed some base64 porn.
  67. # [00:09] <John-Galt> Heh
  68. # [00:09] <jhammel> qDot: TOTALLY!
  69. # [00:09] * cmcavoy is now known as cmcavoy-offline
  70. # [00:09] <jhammel> too bad ehsan kicked him before we even got to the good parts
  71. # [00:09] <@ehsan> roc: this is what the spec says: "The number of inputs feeding into the AudioNode."
  72. # [00:09] <qDot> Awww man he stopped before it got good.
  73. # [00:09] <@roc> yes
  74. # [00:09] <@roc> NOT input nodes
  75. # [00:09] <@roc> but input ports
  76. # [00:09] <@roc> that is why numberOfInputs for a GainNode is always 1 in Chrome
  77. # [00:10] <@roc> whether you connect 0, 1, 2 or more nodes into it
  78. # [00:10] <@ehsan> so you can connect more than one input node to a gain node?
  79. # [00:10] <@ehsan> hrm
  80. # [00:10] <@roc> absolutely
  81. # [00:10] <@ehsan> roc: so what do "ports" mean?
  82. # [00:10] <@roc> it's a term I just made up because the spec just calls them "inputs" which is horribly confusing
  83. # [00:10] <@roc> so most nodes treat all their inputs the same; everything just gets mixed together and then processed
  84. # [00:11] <@roc> so they only need a single input port
  85. # [00:11] * Quits: Nefzaoui (chatzilla@8CCD357E.D9F0C43F.80E43DAF.IP) (Quit: ChatZilla 0.9.89 [Firefox 18.0/20130104151925])
  86. # [00:11] <gps> abr: mach + distcc should be no different from client.mk + distcc
  87. # [00:11] * Quits: damons (gnubeard@2557E599.66715431.D25A875A.IP) (Quit: damons)
  88. # [00:11] <@roc> but when a node needs to treat different inputs in different ways, the numberOfInputs > 1
  89. # [00:11] <@ehsan> hmm
  90. # [00:11] <@roc> currently I believe the only node that does this is ChannelMergerNode
  91. # [00:12] * Quits: hipokrit (hipokrit@moz-7E0D846A.aus1.rackspace.com) (Quit: Leaving)
  92. # [00:12] <@ehsan> roc: ok yeah then I completely misunderstood the spec :(
  93. # [00:12] <@ehsan> and that code is horribly broken
  94. # [00:12] <@roc> okay
  95. # [00:12] * Joins: hipokrit (hipokrit@1BF5DFDB.CA40E1F7.C558AD24.IP)
  96. # [00:12] * Quits: @dveditz (dveditz@2557E599.66715431.D25A875A.IP) (Ping timeout)
  97. # [00:12] <@roc> I'll fix it.
  98. # [00:12] <@ehsan> roc: thanks!
  99. # [00:12] * Joins: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net)
  100. # [00:12] <abr> gps -- okay, no subtle gotchas, then. I really haven't taken time to dig into mach, and there seems to be a lot of magic built into it. Thanks.
  101. # [00:13] <@roc> do you want to post to the list to get the spec clarified, or should I?
  102. # [00:13] * Quits: Olipro (Olipro@moz-36AEAE5A.catv.pool.telekom.hu) (Ping timeout)
  103. # [00:13] <@ehsan> roc: please do so, you seem to have a much better understanding of things here :)
  104. # [00:13] <@ehsan> roc: I guess my mistake was not paying attention to the Merger and Splitter nodes... :(
  105. # [00:13] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/581b2c43af07 - Marco Bonardo - Bug 825786 - crash in nsAutoCompleteController::HandleDelete.
  106. # [00:14] * Joins: blassey (blassey@moz-9AA116AA.hsd1.ma.comcast.net)
  107. # [00:14] * Quits: TheOne (one@moz-AB474021.dip0.t-ipconnect.de) (Ping timeout)
  108. # [00:14] <@roc> in fact the spec uses the term "inputs" to mean different things in different places
  109. # [00:15] * Joins: bholley (anonymous@moz-24EDB000.hsd1.ca.comcast.net)
  110. # [00:15] <Waldo> njn, jcranmer: I filed a bug a long time ago to make us compile with -std=gnu99; it fell over because of tinderboxen compiling (l10n repacking, not actual building) with gcc < 4.2 (this was before 4.2 was a compiler requirement); I don't know if the tinderboxen have been updated enough to let us reland it or not
  111. # [00:15] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e270f015e0e1 - Trevor Saunders - bug 822289 - remove NS_IMPL_CYCLE_COLLECTION_CLASS and friends r=mccr8
  112. # [00:16] * Joins: TheOne (one@moz-4AF82330.dip0.t-ipconnect.de)
  113. # [00:17] <Waldo> njn, jcranmer: bug 721837 to update those tinderboxen, and bug 719659 to make us use -std=gnu99
  114. # [00:18] * philor|away is now known as philor
  115. # [00:18] * cmcavoy-offline is now known as cmcavoy
  116. # [00:18] <jcranmer> Waldo: one problem I know of is that RHEL5 glibc is too old to compile with C99
  117. # [00:18] <Waldo> SpiderMonkey no longer compiles as C and so doesn't trigger those warnings any more, but there are qcms headers that use C99 stuff in gcc's c89 mode still, that warned less due to the change
  118. # [00:18] <jcranmer> makes clang work very difficulty
  119. # [00:19] <Waldo> jcranmer: the only issue we ran into on tinderboxen making the change were the l10n repackers, and maybe SeaMonkey, but those should have been updated when m-c required 4.2
  120. # [00:19] * Joins: mayhemer (Miranda@moz-415580BA.broadband17.iol.cz)
  121. # [00:20] * Quits: ehugg_lime (ehugg_lime@moz-851FD57E.mycingular.net) (Client exited)
  122. # [00:20] * Quits: mkohler (mkohler@moz-C07DA036.dynamic.hispeed.ch) (Ping timeout)
  123. # [00:20] * Quits: DGMurdockIII (DGMurdockI@moz-F1247A16.hsd1.in.comcast.net) (Quit: ChatZilla 0.9.89 [Firefox 18.0/20130104151925])
  124. # [00:20] <blassey> anyway, this log has the data URIs I was trying to paste https://tbpl.mozilla.org/php/getParsedLog.php?id=18869036&tree=Mozilla-Inbound#error2
  125. # [00:21] <Waldo> heh
  126. # [00:21] * Quits: mdas|afk (mdas@50AE257C.D30B51A1.412CF160.IP) (Quit: )
  127. # [00:23] * Joins: dveditz (dveditz@2557E599.66715431.D25A875A.IP)
  128. # [00:23] * ChanServ sets mode: +o dveditz
  129. # [00:24] * Quits: joey (chatzilla@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  130. # [00:24] <gkw> smaug: ping again - this time about doc not having a null check in http://hg.mozilla.org/releases/mozilla-release/annotate/38b4e57fc168/dom/base/nsDOMWindowUtils.cpp#l1355
  131. # [00:24] * Joins: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP)
  132. # [00:25] <gkw> smaug: does the same concept apply?
  133. # [00:25] * Quits: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net) (Quit: PM: Preparing frontal lobe for mem sleep)
  134. # [00:25] <@smaug> looking
  135. # [00:26] <@smaug> gkw: doc is null checked
  136. # [00:26] * Quits: beaufour (beaufour@moz-EA4226EF.nyc.biz.rr.com) (Quit: beaufour)
  137. # [00:26] <@smaug> and nsCOMPtr keeps it alive
  138. # [00:27] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b7743e1e31e4 - Masatoshi Kimura - Bug 827824 - Use uint8_t for mTxInlineFrame. r=mcmanus
  139. # [00:27] * Quits: ekr (ekr@moz-D7997EC8.rtfm.com) (Ping timeout)
  140. # [00:28] <sstangl> is aurora intended to be open? "remote: Unable to check if the tree is open - treating as if CLOSED"
  141. # [00:28] <gkw> smaug: but i see crashes in that function https://crash-stats.mozilla.com/report/index/737fd024-4249-427c-9fd0-551342130110
  142. # [00:28] <gkw> smaug: aFlushLayout may be null instead, and it may lack a null check
  143. # [00:28] * Quits: TheOne (one@moz-4AF82330.dip0.t-ipconnect.de) (Input/output error)
  144. # [00:29] * rail is now known as rail_away
  145. # [00:29] * Fallen is now known as Fallen|away
  146. # [00:29] <@smaug> gkw: hmm, not a line which could crash..
  147. # [00:30] <gkw> smaug: the line in the crash report points to http://hg.mozilla.org/releases/mozilla-release/annotate/c23c45132139/dom/base/nsDOMWindowUtils.cpp#l1302
  148. # [00:30] * Joins: alice (alice@moz-3BCBEBE3.range86-150.btcentralplus.com)
  149. # [00:30] * Quits: ircloggr (nodebot@moz-218B8E8E.compute-1.amazonaws.com) (Client exited)
  150. # [00:30] <@smaug> gkw: and that makes no sense
  151. # [00:31] * Joins: ircloggr (nodebot@moz-218B8E8E.compute-1.amazonaws.com)
  152. # [00:31] * Quits: Optimizer (Optimizer@AF633441.BA9C3500.274D17D6.IP) (Ping timeout)
  153. # [00:31] <gkw> smaug: ? the crash report makes no sense? or line that it's pointed to?
  154. # [00:31] * gkw isn't really getting it
  155. # [00:31] <@smaug> the line it points to doesn't make sense
  156. # [00:32] <@smaug> there can't be null pointer crash there
  157. # [00:32] <njn> dholbert: do you think -pedantic is at all useful? I'm in the process of writing a patch that removes it. We explicitly strip it out of the CFLAGS/CXXFLAGS in 13 Makefiles
  158. # [00:32] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  159. # [00:32] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/2f28e36cd272 - Chris Peterson - Bug 831188 - Don't list inactive plugins (blocklisted or disabled) on about:plugins. r=bsmedberg
  160. # [00:32] * Quits: rednaks (rednaks@1124285C.7B2CFADA.55FFA9B4.IP) (Quit: Quitte)
  161. # [00:32] <gkw> smaug: well.. there is indeed a recent null crash at that aFlushLayout line through https://crash-stats.mozilla.com/report/index/737fd024-4249-427c-9fd0-551342130110
  162. # [00:32] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Quit: )
  163. # [00:33] * mcote is now known as mcote|afk
  164. # [00:33] * Quits: alice (alice@moz-3BCBEBE3.range86-150.btcentralplus.com) (Client exited)
  165. # [00:33] <gkw> hg blame points to gavin|away but gavin is away
  166. # [00:34] * Quits: Boriss (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net) (Client exited)
  167. # [00:34] * Joins: Boriss (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net)
  168. # [00:34] <edmorley|away> believe phx issues about to hit again (bug 831353 comment 6)
  169. # [00:35] <gkw> edmorley|away: :(
  170. # [00:35] <@smaug> gkw: I'd say that is somehow invalid crash report
  171. # [00:35] <derf> njn: -Wpointer-arith is useful (though you could enable that explicitly).
  172. # [00:35] <njn> derf: we already do!
  173. # [00:35] <njn> :)
  174. # [00:35] <derf> Brilliant.
  175. # [00:36] * Joins: yzen (Adium@AA2C085E.10C8AEF8.9A8C35B4.IP)
  176. # [00:36] <gkw> smaug: well, there's https://crash-stats.mozilla.com/report/index/d5bf1603-9043-4876-aad0-9302d2130110 and https://crash-stats.mozilla.com/report/index/3d85e94a-19ba-42d6-abe2-7a6172130110
  177. # [00:36] <njn> derf: probably because it is useful, and we disable -pedantic so often
  178. # [00:36] * Parts: yzen (Adium@AA2C085E.10C8AEF8.9A8C35B4.IP)
  179. # [00:36] * Quits: sheppy (sheppy@moz-41A7FBC7.sw.biz.rr.com) (Quit: sheppy)
  180. # [00:36] * AutomatedTester is now known as AutomatedTester|away
  181. # [00:37] <@smaug> gkw: yup, and those aren't helpful either
  182. # [00:37] <@smaug> unfortunatelyl
  183. # [00:37] <gkw> smaug: i see. how do we differentiate between bogus and correct stack traces then?
  184. # [00:37] <Jesse> njn: what are you removing -pedantic from?
  185. # [00:38] * Joins: FabioMagnoni (fabiomagno@CC0C60DA.77432F63.8AF99142.IP)
  186. # [00:38] <njn> Jesse: CFLAGS/CXXFLAGS, for GCC and clang
  187. # [00:38] * Joins: jgilbert (jgilbert@2557E599.66715431.D25A875A.IP)
  188. # [00:38] <@smaug> gkw: by looking at if the stack trace makes sense
  189. # [00:38] * Joins: lizzard (ehenry@moz-606E6FC0.dsl.static.sonic.net)
  190. # [00:39] * Quits: Anarchy (Jory@9C1294DF.53B24AC4.53A87FE.IP) (Quit: Leaving)
  191. # [00:39] <gkw> smaug: i see
  192. # [00:39] * Quits: spartanfire (guimdearau@F46E082D.5DB5DECB.7C9220AF.IP) (Quit: spartanfire)
  193. # [00:39] <jdm> sstangl: the answer is no, I'm pretty sure.
  194. # [00:40] * Joins: victorporof (victorporo@804353A6.368C7786.6A4F8DA2.IP)
  195. # [00:41] * Quits: coop (Chris@F2D29657.F60B0462.67AC9B1.IP) (Quit: coop)
  196. # [00:41] * Quits: lizzard (ehenry@moz-606E6FC0.dsl.static.sonic.net) (Ping timeout)
  197. # [00:41] * Joins: jcv (john@moz-9DD98F0F.cable.mindspring.com)
  198. # [00:42] <dholbert> njn, I'm not sure... I forget which warnings are from -pedantic vs. not
  199. # [00:42] * Joins: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net)
  200. # [00:42] * Joins: coop (Chris@F2D29657.F60B0462.67AC9B1.IP)
  201. # [00:42] <njn> dholbert: the short answer is "all the annoying, stupid ones" :)
  202. # [00:42] <njn> except -Wpointer-arith, which we enable separately
  203. # [00:42] <njn> dholbert: I'll CC you on the bug
  204. # [00:42] <njn> when I file it
  205. # [00:42] * Joins: teoli (teoli@moz-41A7FBC7.sw.biz.rr.com)
  206. # [00:42] * Quits: Mic (Instantbir@moz-41A4075C.superkabel.de) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  207. # [00:43] * Quits: victorporof (victorporo@804353A6.368C7786.6A4F8DA2.IP) (Ping timeout)
  208. # [00:43] <dholbert> njn, cool. I don't have strong feelings
  209. # [00:43] * Quits: ggoncalves (ggoncalves@2557E599.66715431.D25A875A.IP) (Ping timeout)
  210. # [00:43] * aki|buildduty is now known as aki|away
  211. # [00:44] <bholley> jduell: ping
  212. # [00:44] * Joins: zwol (zack@moz-523B260E.pitbpa.fios.verizon.net)
  213. # [00:44] <zwol> this is kind of a weird question, but,
  214. # [00:45] <zwol> yesterday i was running some of the mochitests locally and it was really ridiculously slow even for a debug build.
  215. # [00:45] <zwol> today, back to being reasonably fast.
  216. # [00:45] <zwol> any idea what might've changed?
  217. # [00:45] <NeilAway> njn: str.Replace(0, 3, "blah", 4); ?
  218. # [00:45] * Quits: hipokrit (hipokrit@1BF5DFDB.CA40E1F7.C558AD24.IP) (Quit: Leaving)
  219. # [00:46] * Joins: ggoncalves (ggoncalves@2557E599.66715431.D25A875A.IP)
  220. # [00:46] * Joins: lizzard (ehenry@moz-606E6FC0.dsl.static.sonic.net)
  221. # [00:46] * Quits: mconley (mconley@D4B46A36.8C6552CA.6816E6B7.IP) (Input/output error)
  222. # [00:46] <bholley> jduell: nevermind
  223. # [00:46] <njn> NeilAway: where is that defined? I only see 3-arg versions of Replace()
  224. # [00:47] <njn> NeilAway: oh, I think I found it
  225. # [00:47] <NeilAway> njn: nsTSubstring.h line 392
  226. # [00:47] * Quits: teoli (teoli@moz-41A7FBC7.sw.biz.rr.com) (Quit: )
  227. # [00:47] * Quits: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net) (Quit: ehugg)
  228. # [00:48] <njn> NeilAway: thanks!
  229. # [00:48] <NeilAway> njn: you can also use the string and let it strlen, or NS_LITERAL_CSTRING("blah") also works
  230. # [00:49] * Quits: willyaranda (willyarand@moz-7B107A11.dynamic.jazztel.es) (Quit: willyaranda)
  231. # [00:50] * Quits: Archaeopteryx (itsme@moz-756328DB.cust.telecolumbus.net) (Ping timeout)
  232. # [00:51] * philor is now known as philor|away
  233. # [00:52] * Quits: mshal (mshal@F2D29657.F60B0462.67AC9B1.IP) (Quit: leaving)
  234. # [00:52] * Quits: josh (josh@moz-7D5BC4BE.nyc.res.rr.com) (Quit: josh)
  235. # [00:52] * Quits: mayhemer (Miranda@moz-415580BA.broadband17.iol.cz) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  236. # [00:53] * Quits: mak (chatzilla@moz-35A66F5E.retail.telecomitalia.it) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 2.0/20110318052756])
  237. # [00:53] * Quits: andersh_ (andersh@moz-6CFEAD2F.bredband.3.dk) (Connection reset by peer)
  238. # [00:54] * Quits: nrc (nrc@moz-B2C2EC73.cable.virginmedia.com) (Ping timeout)
  239. # [00:54] * Quits: jlmendezbonini (textual@moz-FF9FDD58.twcny.res.rr.com) (Quit: )
  240. # [00:55] * AaronMT|away is now known as AaronMT
  241. # [00:57] * Joins: jlmendezbonini (textual@moz-FF9FDD58.twcny.res.rr.com)
  242. # [00:57] <njn> three concurrent builds really slows things down
  243. # [00:57] * Quits: mcsmurf (me@moz-BD2E9751.dip.t-dialin.net) (Quit: )
  244. # [00:58] * Quits: pcwalton (pcwalton@43CB6079.66715431.D25A875A.IP) (Quit: pcwalton)
  245. # [00:59] * Joins: gustavold (gustavold@60268C9D.479307F0.FBFF2E6D.IP)
  246. # [00:59] * Quits: akeybl (akeybl@2557E599.66715431.D25A875A.IP) (Quit: Leaving...)
  247. # [01:00] * Joins: pcwalton (pcwalton@43CB6079.66715431.D25A875A.IP)
  248. # [01:00] * Quits: gustavold (gustavold@60268C9D.479307F0.FBFF2E6D.IP) (Quit: Leaving.)
  249. # [01:01] * Quits: overholt (overholt@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  250. # [01:01] * Joins: ehugg_lime (ehugg_lime@moz-851FD57E.mycingular.net)
  251. # [01:01] * Joins: josh (josh@moz-7D5BC4BE.nyc.res.rr.com)
  252. # [01:02] * Quits: ggoncalves (ggoncalves@2557E599.66715431.D25A875A.IP) (Connection reset by peer)
  253. # [01:02] * Quits: myk (myk@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  254. # [01:02] * Joins: ggoncalves (ggoncalves@2557E599.66715431.D25A875A.IP)
  255. # [01:02] * Quits: @smaug (chatzilla@moz-78A86AC.pp.htv.fi) (Ping timeout)
  256. # [01:02] * Quits: nhirata (anonymous@moz-F8747CC6.dsl.ovh.fr) (Quit: nhirata)
  257. # [01:03] * Quits: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP) (Quit: erikvold)
  258. # [01:03] * Joins: alice (alice@moz-3BCBEBE3.range86-150.btcentralplus.com)
  259. # [01:03] * Joins: brendan_ (brendaneic@2557E599.66715431.D25A875A.IP)
  260. # [01:04] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Connection reset by peer)
  261. # [01:04] * brendan_ is now known as brendan
  262. # [01:04] * Quits: alice (alice@moz-3BCBEBE3.range86-150.btcentralplus.com) (Connection reset by peer)
  263. # [01:04] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Quit: brendan)
  264. # [01:04] * Joins: alice (alice@moz-3BCBEBE3.range86-150.btcentralplus.com)
  265. # [01:05] * Quits: josh (josh@moz-7D5BC4BE.nyc.res.rr.com) (Quit: josh)
  266. # [01:05] * Quits: gerv (Instantbir@moz-8E68CF56.in-addr.arpa) (Ping timeout)
  267. # [01:05] * Quits: jprmc (jprmc@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  268. # [01:05] * Joins: brendan (brendaneic@2557E599.66715431.D25A875A.IP)
  269. # [01:06] * Joins: kmoir (chatzilla@F2D29657.F60B0462.67AC9B1.IP)
  270. # [01:06] * cmcavoy is now known as cmcavoy-offline
  271. # [01:06] * Quits: juanb (jbecerra@E48845AB.3A9F9BD4.4C2245EF.IP) (Connection reset by peer)
  272. # [01:06] * Quits: jimm (jimm@E48845AB.3A9F9BD4.4C2245EF.IP) (Connection reset by peer)
  273. # [01:08] * philor|away is now known as philor
  274. # [01:08] * Joins: jimm (jimm@E48845AB.3A9F9BD4.4C2245EF.IP)
  275. # [01:09] * Quits: alice (alice@moz-3BCBEBE3.range86-150.btcentralplus.com) (Ping timeout)
  276. # [01:09] * Joins: damons (gnubeard@2557E599.66715431.D25A875A.IP)
  277. # [01:09] * Quits: mwu (mwu@moz-2E883D31.hsd1.nj.comcast.net) (Quit: Leaving)
  278. # [01:10] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  279. # [01:10] * AutomatedTester|away is now known as AutomatedTester
  280. # [01:11] * Quits: sewardj (sewardj@moz-691D9DD4.dip.t-dialin.net) (Ping timeout)
  281. # [01:11] * Joins: ekr (ekr@moz-D7997EC8.rtfm.com)
  282. # [01:12] <NeilAway> dholbert: we won't turn off -Wtype-limits will we?
  283. # [01:12] <dholbert> NeilAway, I hope not
  284. # [01:12] * Quits: sicking (sicking@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: sicking)
  285. # [01:13] <dholbert> NeilAway, ask njn if that's part of his pedantic-removal plan. I assume not
  286. # [01:13] * Quits: edmorley|away (edmorley@moz-94AF0AEB.range86-166.btcentralplus.com) (Ping timeout)
  287. # [01:13] <njn> NeilAway: Wtype-limits is enabled separately
  288. # [01:13] * Quits: ehugg_lime (ehugg_lime@moz-851FD57E.mycingular.net) (Ping timeout)
  289. # [01:14] * Quits: zwol (zack@moz-523B260E.pitbpa.fios.verizon.net) (Quit: Ex-Chat)
  290. # [01:14] * Joins: RyanVM (chatzilla@moz-148999FE.phlapa.fios.verizon.net)
  291. # [01:14] * Quits: smagnin (pike@moz-8CEB8724.fbx.proxad.net) (Quit: Quitte)
  292. # [01:14] * Quits: damons (gnubeard@2557E599.66715431.D25A875A.IP) (Quit: damons)
  293. # [01:14] * Quits: Dagger (Dagger@moz-9AFCB530.cable.virginmedia.com) (Ping timeout)
  294. # [01:14] * Quits: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com) (Ping timeout)
  295. # [01:15] * Joins: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com)
  296. # [01:15] * Joins: Dagger (Dagger@moz-9AFCB530.cable.virginmedia.com)
  297. # [01:15] * kmoir is now known as kmoir_afk
  298. # [01:15] * Quits: kmoir_afk (chatzilla@F2D29657.F60B0462.67AC9B1.IP) (Quit: ChatZilla 0.9.89 [Firefox 18.0/20130104151948])
  299. # [01:16] <Waldo> jcranmer, njn: it looks like l10n repack machines are now using a newer gcc, so I think I'm going to try getting that patch back in to compile with c99 with gcc; cross your fingers
  300. # [01:16] * Joins: edmorley|away (edmorley@moz-E05326D5.range86-145.btcentralplus.com)
  301. # [01:16] <NeilAway> dholbert: sorry for pinging you instead of njn
  302. # [01:16] <NeilAway> njn: phew ;-)
  303. # [01:16] * Quits: edmorley|away (edmorley@moz-E05326D5.range86-145.btcentralplus.com) (Quit: edmorley|away)
  304. # [01:16] <njn> Waldo: interestingly, disabling -pedantic gets rid of a bunch of the "this is C99 only " warnings
  305. # [01:16] <Waldo> NeilAway: -Wtype-limits controls things like warning on assigning uint64_t into uint32_t, right?
  306. # [01:17] <NeilAway> Waldo: I was more worried about the uint < 0 warning
  307. # [01:17] <Waldo> NeilAway: ah
  308. # [01:17] <njn> -Wtype-limits
  309. # [01:17] <njn> Warn if a comparison is always true or always false due to the
  310. # [01:17] <njn> limited range of the data type, but do not warn for constant
  311. # [01:17] <njn> expressions. For example, warn if an unsigned variable is compared
  312. # [01:17] <njn> against zero with < or >=. This warning is also enabled by
  313. # [01:17] <njn> -Wextra.
  314. # [01:17] <Waldo> ah, yes, that's good stuff
  315. # [01:17] <njn> Waldo: I'll include a diff of the warnings after removing -pedantic
  316. # [01:17] <Waldo> SpiderMonkey turned off...something...about possible type overflow on implicit conversions; I want to reenable it at some point
  317. # [01:17] * rail_away is now known as rail
  318. # [01:17] <njn> lots of annoying stuff, nothing I'll be sad to see go
  319. # [01:18] * Joins: gerv (Instantbir@moz-8E68CF56.in-addr.arpa)
  320. # [01:18] * Quits: Callek (chatzilla@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  321. # [01:18] * Quits: coop (Chris@F2D29657.F60B0462.67AC9B1.IP) (Quit: coop)
  322. # [01:18] <Waldo> espindola: so, I think I might be able to land bug 719659 again, now that l10n repack machines seem to use a newer gcc -- can I carry your r+ over on the patch there?
  323. # [01:19] * Joins: sewardj (sewardj@moz-691D9DD4.dip.t-dialin.net)
  324. # [01:19] <dholbert> Waldo, I don't think linux compilers warn at all about assigning uint64_t into uint32_t on linux
  325. # [01:19] <dholbert> erm s/on linux// (redundancy redundancy)
  326. # [01:19] <dholbert> Waldo, just about signed/unsigned comparisons (and maybe assignments?)
  327. # [01:20] * Quits: jhopkins (jhopkins@F2D29657.F60B0462.67AC9B1.IP) (Quit: jhopkins)
  328. # [01:20] * Quits: cviecco (cviecco@2557E599.66715431.D25A875A.IP) (Input/output error)
  329. # [01:21] * rail is now known as rail_away
  330. # [01:21] * AutomatedTester is now known as AutomatedTester|away
  331. # [01:21] * Quits: b10n1k (j0ni@moz-A50524F8.hsd1.il.comcast.net) (Ping timeout)
  332. # [01:22] * Joins: juanb (jbecerra@E48845AB.3A9F9BD4.4C2245EF.IP)
  333. # [01:22] * Quits: armenzg (armenzg@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  334. # [01:22] * Joins: b10n1k (j0ni@moz-A50524F8.hsd1.il.comcast.net)
  335. # [01:22] * Joins: armenzg (armenzg@F2D29657.F60B0462.67AC9B1.IP)
  336. # [01:23] * Joins: kaie2 (kaie@moz-96D38F2.dip.t-dialin.net)
  337. # [01:23] * Joins: cviecco (cviecco@2557E599.66715431.D25A875A.IP)
  338. # [01:24] * Quits: armenzg (armenzg@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  339. # [01:24] * Quits: kaie (kaie@moz-526951AA.dip.t-dialin.net) (Ping timeout)
  340. # [01:24] * kaie2 is now known as kaie
  341. # [01:25] <Waldo> dholbert: sorry, MSVC warning 4244, http://msdn.microsoft.com/en-us/library/th7a07tz.aspx
  342. # [01:25] * Quits: cviecco (cviecco@2557E599.66715431.D25A875A.IP) (Ping timeout)
  343. # [01:26] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Client exited)
  344. # [01:27] <dholbert> Waldo, yeah, that's the one
  345. # [01:27] * Quits: cilias (cilias@moz-D65C0C74.cpe.net.cable.rogers.com) (Quit: cilias)
  346. # [01:27] <dholbert> We hit tons of instances of that, unfortunately
  347. # [01:28] <dholbert> It's depressing & annoying to fix, so I usually just don't think about it :)
  348. # [01:28] * Joins: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  349. # [01:28] * Joins: Callek (chatzilla@8F761026.B5EF4AF6.E96CA9D8.IP)
  350. # [01:28] <Waldo> it's pretty easy to add the cast, if the conversion is known safe
  351. # [01:29] <Waldo> I'd like to add something to mfbt in the way of checked cast methods, so you could use those and get assertions if something untoward happens
  352. # [01:29] <Waldo> haven't had the time
  353. # [01:29] <Waldo> and it'd be gnarly like CheckedInt is gnarly
  354. # [01:29] * Joins: ehugg_lime (ehugg_lime@moz-851FD57E.mycingular.net)
  355. # [01:29] * lsblakk is now known as lsblakk|afk
  356. # [01:30] * Joins: cilias (cilias@moz-D65C0C74.cpe.net.cable.rogers.com)
  357. # [01:30] * Quits: sewardj (sewardj@moz-691D9DD4.dip.t-dialin.net) (Ping timeout)
  358. # [01:31] * Joins: sewardj (sewardj@moz-691D9DD4.dip.t-dialin.net)
  359. # [01:31] * Quits: dzbarsky (Adium@moz-59812CB1.hsd1.pa.comcast.net) (Ping timeout)
  360. # [01:31] <espindola> Waldo, looking
  361. # [01:31] * Joins: dzbarsky (Adium@moz-5649E395.phlapa.east.verizon.net)
  362. # [01:32] * joduinn-brb is now known as joduinn-afk
  363. # [01:33] <dholbert> Waldo, yeah. it's the "if the conversion is known safe" that's the tricky part
  364. # [01:33] <dholbert> Waldo, and what to do if it's not safe
  365. # [01:33] <espindola> Waldo, go for it
  366. # [01:33] * Quits: bajaj (Adium@2557E599.66715431.D25A875A.IP) (Quit: Leaving.)
  367. # [01:33] * Quits: gerv (Instantbir@moz-8E68CF56.in-addr.arpa) (Ping timeout)
  368. # [01:33] <Waldo> espindola: excellent
  369. # [01:33] <espindola> we might be able to even remove the -fgnu89-inline
  370. # [01:33] <Waldo> ooh, really?
  371. # [01:33] <espindola> but we can test that in another patch if you want
  372. # [01:34] <Waldo> (but of course I am going to FOLLOWUP THAT TO PIECES :-) )
  373. # [01:34] <espindola> yes, glibc was upgraded too
  374. # [01:34] <JonathanS> hsivonen, did you wrote HTML5 parser in java or adopted the code from?
  375. # [01:34] * geekboy is now known as geekboy|afk
  376. # [01:34] * Joins: sicking (sicking@moz-BE33DA21.fw1.sfo1.mozilla.net)
  377. # [01:36] * Quits: bsmith (bsmith@2557E599.66715431.D25A875A.IP) (Ping timeout)
  378. # [01:37] * Quits: pcwalton (pcwalton@43CB6079.66715431.D25A875A.IP) (Quit: pcwalton)
  379. # [01:37] <espindola> do I have to do anything special to get js error on the windows terminal?
  380. # [01:37] <espindola> I am passing -attach-console
  381. # [01:37] * whimboo is now known as whimboo|afk
  382. # [01:38] <espindola> and it is printing the MOZ_EVENT_TRACE
  383. # [01:38] <espindola> but even js parser errors are not printing :-(
  384. # [01:39] * Quits: ddahl (ddahl@43CB6079.66715431.D25A875A.IP) (Ping timeout)
  385. # [01:39] * Quits: jammink (textual@2557E599.66715431.D25A875A.IP) (Quit: Computer has gone to sleep.)
  386. # [01:40] <reuben> JonathanS, https://hg.mozilla.org/projects/htmlparser/shortlog/ac6723bd8be8 :)
  387. # [01:40] * Quits: ehugg_lime (ehugg_lime@moz-851FD57E.mycingular.net) (Client exited)
  388. # [01:40] * Joins: jammink (textual@2557E599.66715431.D25A875A.IP)
  389. # [01:40] <njn> Waldo, dholbert, derf, NeilAway: see bug 394311 about removing -pedantic
  390. # [01:41] * Joins: ehugg_lime (ehugg_lime@moz-851FD57E.mycingular.net)
  391. # [01:41] * Joins: spartanfire (guimdearau@moz-33A83FA2.mielccc.clients.pavlovmedia.com)
  392. # [01:41] * Joins: victorporof (victorporo@804353A6.368C7786.6A4F8DA2.IP)
  393. # [01:41] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Client exited)
  394. # [01:41] <gps> njn: FYI mach may not capture all compiler warnings. specifically, it may miss warnings from NSS and other projects that have their own build system
  395. # [01:42] <espindola> dump works at least :-(
  396. # [01:42] <njn> gps: eh, I think it gets enough to demonstrate things
  397. # [01:43] * Quits: victorporof (victorporo@804353A6.368C7786.6A4F8DA2.IP) (Ping timeout)
  398. # [01:43] * Joins: sworkman_ (sworkman@2557E599.66715431.D25A875A.IP)
  399. # [01:44] * Quits: sworkman (sworkman@2557E599.66715431.D25A875A.IP) (Ping timeout)
  400. # [01:44] * sworkman_ is now known as sworkman
  401. # [01:45] * Parts: spartanfire (guimdearau@moz-33A83FA2.mielccc.clients.pavlovmedia.com)
  402. # [01:45] * Quits: jdm (jdm@moz-4754F405.fbx.proxad.net) (Quit: Lost terminal)
  403. # [01:46] * Quits: sworkman (sworkman@2557E599.66715431.D25A875A.IP) (Input/output error)
  404. # [01:46] * Joins: sworkman (sworkman@2557E599.66715431.D25A875A.IP)
  405. # [01:47] <dholbert> njn, hmm, -Wtype-limits is listed in the warnings diff at https://bug394311.bugzilla.mozilla.org/attachment.cgi?id=703103 -- so that would be going away after all?
  406. # [01:48] * Quits: bjacob (bjacob@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  407. # [01:49] <njn> dholbert: that's a diff
  408. # [01:49] * Quits: ekr (ekr@moz-D7997EC8.rtfm.com) (Ping timeout)
  409. # [01:49] <njn> look for the +/- lines
  410. # [01:49] <njn> better still, view it as a patch
  411. # [01:49] <dholbert> njn, ahh
  412. # [01:50] * Quits: sewardj (sewardj@moz-691D9DD4.dip.t-dialin.net) (Ping timeout)
  413. # [01:50] * Joins: jprmc (jprmc@9FDAAF2.AEC9E1D6.DA78B690.IP)
  414. # [01:51] <dholbert> njn, cool. I don't feel like any of the removed warnings are particularly useful
  415. # [01:51] * Quits: ehugg_lime (ehugg_lime@moz-851FD57E.mycingular.net) (Client exited)
  416. # [01:51] <njn> dholbert: indeed
  417. # [01:52] * Joins: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  418. # [01:52] <jrmuizel> https://metrics.mozilla.com/data/content/pentaho-cdf-dd/Render?solution=community&path=%2Fdashboards&file=contributorMap.wcdf
  419. # [01:53] <Waldo> for no reason related to the bug itself, I find the bug summary for bug 517535 highly amusing right now
  420. # [01:54] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/8b9ecdf2995d - Jeff Hammel - Bug 831081 - kill VirtualenvManager._check_output() now that we require python 2.7;r=gps
  421. # [01:55] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  422. # [01:55] * ewong|away is now known as ewong
  423. # [01:55] <RyanVM> oh dear, 50 bugs approval to land on aurora that haven't
  424. # [01:56] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/836eb526e5fe - Daniel Holbert - Followup to Bug 821292: Remove unneeded semicolon after NS_INLINE_DECL_THREADSAFE_REFCOUNTING(), to fix build warning.
  425. # [01:56] * RyanVM will start with beta first :)
  426. # [01:56] <mccr8> RyanVM: Aurora is closed.
  427. # [01:57] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/fdc7bbbc2eea - Fabrice Desré - Bug 830294 - Can't launch an app after canceling its update r=ferjm
  428. # [01:57] * Quits: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  429. # [01:58] <espindola> vladan, do you know
  430. # [01:58] <espindola> ?
  431. # [01:58] <espindola> (why js error would not be printed on windows)
  432. # [01:58] <espindola> while dump works
  433. # [01:59] <vladan> espindola: what is throwing the JS error?
  434. # [01:59] <vladan> chrome or content?
  435. # [01:59] <espindola> vladan, about:telemetry
  436. # [01:59] <espindola> on OS X I get an error if I do something like
  437. # [01:59] <espindola> no_such_func()
  438. # [01:59] <espindola> I am almost sure I used to get it on windows too
  439. # [02:00] <espindola> bu not anymore
  440. # [02:00] <vladan> espindola: do you have all the logging-type configs set? https://developer.mozilla.org/en/docs/Setting_up_extension_development_environment#Development_preferences
  441. # [02:00] <vladan> and where are you checking for errors? in the JS error console?
  442. # [02:00] * Quits: jhammel (jhammel@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: no need for a quit message)
  443. # [02:00] <espindola> vladan, terminal
  444. # [02:00] <espindola> that is where it used to print
  445. # [02:01] * Quits: andreasn (andreasn@moz-FD3F641F.a336.priv.bahnhof.se) (Quit: Ex-Chat)
  446. # [02:01] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Client exited)
  447. # [02:02] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Quit: brendan)
  448. # [02:02] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/871089b35c46 - David Zbarsky - Bug 830181: SVGSymbolElement should QI to SVGTests r=me
  449. # [02:02] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  450. # [02:03] <RyanVM> mccr8: that would do it (hadn't actually loaded it in tbpl yet)
  451. # [02:03] <Waldo> espindola: I think if you add -console to the command line it'll get printed; it's a Windows thing
  452. # [02:03] <espindola> Waldo, I am using -attach-console
  453. # [02:04] <espindola> and dump works
  454. # [02:04] <Waldo> oddment
  455. # [02:04] <Waldo> and you have reached the edge of my knowledge :-)
  456. # [02:04] <firebot> Check-in:
  457. # [02:04] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/13c970f6a2e4 - Jeff Walden - Add a JSObject::addDataProperty overload that takes Handle<PropertyName*>, to preserve the name/element distinction further when possible, anticipating future
  458. # [02:04] <firebot> property-splitting work. No bug, r=sparky
  459. # [02:04] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/93822863127e - Jeff Walden - Bug 719659 - Add -std=gnu99 to CFLAGS so that gcc and friends permit use of C99 constructs without warnings. This doesn't mean that everything in C99 is permitted now --
  460. # [02:04] <RyanVM> mccr8: oh wow, they actually closed aurora for that
  461. # [02:04] <firebot> only the stuff supported by all the compilers we care about, including MSVC. r=espindola
  462. # [02:04] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/2e3ecf55210d - Jeff Walden - Bug 830871 - Remove JS_FRIEND_API from js_GetClassPrototype as it isn't (and shouldn't be) used outside SpiderMonkey. r=jorendorff
  463. # [02:05] * Quits: hurley (hurley@moz-E76806A0.dsl.static.sonic.net) (Quit: Get MacIrssi - http://www.sysctl.co.uk/projects/macirssi/ )
  464. # [02:06] * Quits: jammink (textual@2557E599.66715431.D25A875A.IP) (Ping timeout)
  465. # [02:06] <espindola> ok, looks like I just have to use -jsconsole and look at yet another window :-(
  466. # [02:07] * Joins: jammink (textual@2557E599.66715431.D25A875A.IP)
  467. # [02:08] <vladan> espindola: oic
  468. # [02:08] * dholbert is now known as dholbert|afk
  469. # [02:08] <vladan> yeah i usually just use the JS error console
  470. # [02:09] * Joins: alice (alice@moz-3BCBEBE3.range86-150.btcentralplus.com)
  471. # [02:09] <espindola> man, I had a better dev environment coding in assembly for dos :-(
  472. # [02:09] <@ehsan> Waldo: you know that we don't have a push hook to check for r= in the commit message, right?
  473. # [02:09] <Waldo> ehsan: yes
  474. # [02:09] <@ehsan> good!
  475. # [02:09] <Waldo> ehsan: eibti
  476. # [02:09] <@ehsan> eibti?
  477. # [02:10] <Waldo> explicit is better than implicit
  478. # [02:10] <@ehsan> false!
  479. # [02:10] <Waldo> true!
  480. # [02:10] <Waldo> I win
  481. # [02:10] <Waldo> ;-)
  482. # [02:10] <@ehsan> gah
  483. # [02:10] <@ehsan> well
  484. # [02:10] <@ehsan> you lost
  485. # [02:10] * Quits: alice (alice@moz-3BCBEBE3.range86-150.btcentralplus.com) (Ping timeout)
  486. # [02:10] <@ehsan> cause if you wanna be explicit that you didn't get a review, you just don't pretend you did
  487. # [02:10] <@ehsan> boom!
  488. # [02:11] <@dolske> some day a developer will show up who goes by 'sparky' and is going to be really confused.
  489. # [02:11] <KWierso> r=yourmother
  490. # [02:11] * Joins: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net)
  491. # [02:12] * Quits: mccr8 (mccr8@2557E599.66715431.D25A875A.IP) (Quit: mccr8)
  492. # [02:12] <@ehsan> dolske: sparky is the nearest translation of my last name into English
  493. # [02:12] <@ehsan> true story!
  494. # [02:12] <@ehsan> I should just start going by that nick
  495. # [02:12] * Quits: FabioMagnoni (fabiomagno@CC0C60DA.77432F63.8AF99142.IP) (Quit: FabioMagnoni)
  496. # [02:13] * Quits: Ann_Yiming (Ann_Yiming@2557E599.66715431.D25A875A.IP) (Input/output error)
  497. # [02:13] <Waldo> ehsan++
  498. # [02:13] <jorendorff> but then you will be blamed for whatever crazy thing Waldo wants to push
  499. # [02:13] * Quits: ggoncalves (ggoncalves@2557E599.66715431.D25A875A.IP) (Input/output error)
  500. # [02:13] <@dolske> I shall henceforth call you sparkly
  501. # [02:13] * ehsan is now known as sparky
  502. # [02:13] * Waldo will switch to lumpy
  503. # [02:13] <Waldo> but sparky shall live forever in our hearts :-(
  504. # [02:13] <jorendorff> Waldo: I am trying to refactor EmitVariables, and failing
  505. # [02:13] <@sparky> jorendorff: no then I will back him out and say he's lying, I never reviewed that patch
  506. # [02:13] <Waldo> jorendorff: understandable
  507. # [02:14] * Joins: gustavold1 (gustavold@18197C90.46F8B5EC.F2951590.IP)
  508. # [02:14] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Quit: Leaving.)
  509. # [02:14] <Waldo> jorendorff: and possibly you want #jsapi
  510. # [02:14] <Mook_as> espindola: if you like to crash a lot, there's https://github.com/mook/logophile ... (mainly because js isn't threadsafe)
  511. # [02:14] <@sparky> dolske: for reference: <http://translate.google.com/#auto/en/%D8%A7%D8%AE%DA%AF%D8%B1%DB%8C>
  512. # [02:15] * Joins: yzen (Adium@AA2C085E.10C8AEF8.9A8C35B4.IP)
  513. # [02:15] * sparky is now known as ehsan
  514. # [02:16] <@dolske> huh, what's it doing, a partial phoenetic "translation"? http://cl.ly/image/1j0j1h033e0B
  515. # [02:16] * Quits: jprmc (jprmc@9FDAAF2.AEC9E1D6.DA78B690.IP) (Ping timeout)
  516. # [02:16] <@dolske> oh, it fails at Auto for me.
  517. # [02:16] <Waldo> dolske: holy zoom-in batman!
  518. # [02:16] <@ehsan> dolske: that probably just knows arabic, it's skipping the two chars in there which are not in arabic
  519. # [02:16] <@dolske> Retina FTW
  520. # [02:16] <KWierso> dolske: if you change the destination language to spanish, the source language changes to persian
  521. # [02:16] <KWierso> but the translation ends up in english :\
  522. # [02:17] <@ehsan> nice job, google!
  523. # [02:17] <@ehsan> dolske: click on the Persian button on the top left perhaps?
  524. # [02:17] <@ehsan> maybe that fixes it
  525. # [02:17] <@dolske> yeah, it works.
  526. # [02:17] <@ehsan> \o/
  527. # [02:17] * Quits: Asa (asa@D88BF95E.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  528. # [02:17] <@dolske> at least, now I just believe you've sparklebombed google. ;)
  529. # [02:18] <@ehsan> lol
  530. # [02:18] * Joins: Asa (asa@D88BF95E.3A9F9BD4.4C2245EF.IP)
  531. # [02:18] <@ehsan> how fast do you think you can sparklebomb it? ;)
  532. # [02:18] * Joins: DGMurdockIII (DGMurdockI@moz-F1247A16.hsd1.in.comcast.net)
  533. # [02:18] <@dolske> huh. http://cl.ly/image/1Y033D2h1F0W
  534. # [02:19] <@ehsan> gets that one right too!
  535. # [02:19] <@ehsan> I bet that it won't get your name right
  536. # [02:19] <@dolske> nope, it's perfect! http://cl.ly/image/3s3E2c3r3x46
  537. # [02:19] * Joins: overholt (overholt@35765CFB.88764A66.72A31D6.IP)
  538. # [02:20] * Quits: sicking (sicking@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: sicking)
  539. # [02:20] <@ehsan> lol
  540. # [02:20] <@dolske> "Dolske" is a universal constant.
  541. # [02:20] <@ehsan> yeah we decided to add some new letters to the alphabet just for you :P
  542. # [02:21] * Joins: erikvold (erikvold@moz-FEB0D3F0.bchsia.telus.net)
  543. # [02:22] * Joins: tonymec__ (tonymec@64EA8286.8C61C497.DE2DB281.IP)
  544. # [02:22] <KWierso> hey, my name works if I force source language to german!
  545. # [02:22] * tonymec__ is now known as tonymec|away
  546. # [02:24] * Quits: cilias (cilias@moz-D65C0C74.cpe.net.cable.rogers.com) (Quit: cilias)
  547. # [02:26] * Quits: WeirdAl (chatzilla@moz-D461843.ask.info) (Client exited)
  548. # [02:26] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  549. # [02:26] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/60a1a1ff75f8 - Jon Coppeard - Bug 831205 - Fix GCC warning "comma at end of enumerator list". r=billm DONTBUILD
  550. # [02:26] * Quits: Mavericks (Mibbit@EB09A187.A93E7DC1.261E7448.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  551. # [02:27] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  552. # [02:28] * Quits: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net) (Quit: jib)
  553. # [02:28] * Quits: juanb (jbecerra@E48845AB.3A9F9BD4.4C2245EF.IP) (Quit: juanb)
  554. # [02:28] * Quits: overholt (overholt@35765CFB.88764A66.72A31D6.IP) (Quit: Leaving)
  555. # [02:29] <@roc> I sometimes wish C++ classes could have virtual constants
  556. # [02:29] <Waldo> I've heard dbaron mention wanting that too
  557. # [02:30] <@roc> so so cases like "virtual int GetValue() const = 0;" where every subclass overrides with a function that returns some constant, could be implemented more efficiently
  558. # [02:30] * Joins: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net)
  559. # [02:31] <Jesse> i was thinking the same thing
  560. # [02:31] <@dolske> I was thinking about cheese.
  561. # [02:31] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  562. # [02:31] <@ehsan> roc: compilers actually do store some integers in the vtable already
  563. # [02:31] <@ehsan> so the language might have exposed this idea as well
  564. # [02:32] * Quits: dcamp (dave@9E727688.17C2F9C.163DC5C6.IP) (Quit: Leaving...)
  565. # [02:32] <@roc> sure, it's simple to implement
  566. # [02:32] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  567. # [02:33] <@roc> virtual const int Type;
  568. # [02:33] <Waldo> I wonder if with some linker skulduggery and some manual reinterpret_cast<>ing you could hack it up yourself
  569. # [02:33] <Waldo> tell it to position certain functions at certain addresses, and test for those addresses, and all that
  570. # [02:34] <Waldo> I guess that fails with PIC maybe
  571. # [02:34] <Waldo> maybe
  572. # [02:34] <@roc> your depravity impresses me
  573. # [02:34] <Waldo> heh
  574. # [02:34] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/78e41d936992 - David Zbarsky - Bug 821955 r=longsonr
  575. # [02:34] <Waldo> I can think inventively, doesn't mean I'd do it :-)
  576. # [02:35] <Waldo> this could be useful, tho, we could manually inline virtual calls in well-predicted places, rather than having to rely on PGO
  577. # [02:35] * Waldo wonders how much further he could drag this bad idea out
  578. # [02:36] * Joins: brendan (brendaneic@2557E599.66715431.D25A875A.IP)
  579. # [02:37] <tbsaunde> so, can you have a symbol of size 0 and then make it have an address that isn't actually mapped?
  580. # [02:38] * Quits: gustavold1 (gustavold@18197C90.46F8B5EC.F2951590.IP) (Quit: Leaving.)
  581. # [02:38] * Quits: wesj (Instantbir@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Instantbird 1.3 -- http://www.instantbird.com)
  582. # [02:38] <tbsaunde> I guess size doesn't actually matter, but if you can then you don't need to worry about pic
  583. # [02:38] * heycam is now known as heycam|away
  584. # [02:39] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/2510df9be883 - Rafael Ávila de Espíndola - Bug 831100 - use std::string. r=vladan.
  585. # [02:39] * Quits: Mook_as (mook@moz-1FCC0032.activestate.com) (Quit: Mook_as)
  586. # [02:39] <Waldo> any DXR-wizards around to tell me how I could find every implementation of js::Wrapper::enter and subclasses of js::Wrapper?
  587. # [02:41] * Quits: Asa (asa@D88BF95E.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  588. # [02:41] * Joins: Asa (asa@D88BF95E.3A9F9BD4.4C2245EF.IP)
  589. # [02:41] * Joins: victorporof (victorporo@804353A6.368C7786.6A4F8DA2.IP)
  590. # [02:42] * Joins: tonymec (tonymec@64EA8286.8C61C497.DE2DB281.IP)
  591. # [02:43] * Quits: victorporof (victorporo@804353A6.368C7786.6A4F8DA2.IP) (Ping timeout)
  592. # [02:44] * Joins: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  593. # [02:45] * Joins: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net)
  594. # [02:45] * Quits: gandalf (zbraniecki@43CB6079.66715431.D25A875A.IP) (Quit: My lid went down)
  595. # [02:45] <jcranmer> Waldo: derived:js::Wrapper?
  596. # [02:46] * Quits: jammink (textual@2557E599.66715431.D25A875A.IP) (Ping timeout)
  597. # [02:46] <Waldo> jcranmer: thanks, that looks like it'll do
  598. # [02:46] * Joins: jesup|mac (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  599. # [02:46] <Waldo> jcranmer: no way to see a page of the individual enter() implementations, I take it?
  600. # [02:47] * jcranmer looks
  601. # [02:47] <jcranmer> for some reason, js/src/jswrapper.cpp wasn't indexed
  602. # [02:47] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Quit: Leaving.)
  603. # [02:47] <cpearce> ehsan: you can use uses of nsHTMLMediaElement::ReportLoadError() as an example of how to log to messages to the web console. that writes localizeable strings.
  604. # [02:48] <Waldo> sadly, it looks like that list might not be complete, either -- it looks like there's a SecurityWrapper<Base>::enter as well (template snafu? or missing jswrapper.cpp)
  605. # [02:48] <jcranmer> it seems that js/src wasn't properly indexed
  606. # [02:48] <Waldo> excellent :-(
  607. # [02:48] <jcranmer> I blame our horrible build system
  608. # [02:48] * Joins: jammink (textual@2557E599.66715431.D25A875A.IP)
  609. # [02:49] * jcranmer wonders why the Dxr build is still hidden on tbpl
  610. # [02:49] <Waldo> fair
  611. # [02:50] <jcranmer> that said, there's been a fair amount of new work since the version up on dxr.mozilla.org, but we still don't have something building that
  612. # [02:51] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  613. # [02:51] <Waldo> perhaps sadly, I still use MXR almost always, only try switching when something more up DXR's alley shows up
  614. # [02:51] <jcranmer> okay, we're definitely running our clang commands on js source code
  615. # [02:52] <@ehsan> cpearce: cool, thanks
  616. # [02:52] <jcranmer> I still use MXR most of the time too, although that's as much because the tree I develop on doesn't actually get indexed on DXR
  617. # [02:52] * Quits: Asa (asa@D88BF95E.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  618. # [02:53] * jcranmer should try out the new version of DXR some time
  619. # [02:53] * Quits: bbondy (bbondy@7F6E4DBB.3A9F9BD4.4C2245EF.IP) (Quit: Going offline, see ya! (www.adiirc.com))
  620. # [02:53] * Joins: allstarschh (allstars@moz-99690620.hinet-ip.hinet.net)
  621. # [02:54] <gps> I have been disconnected from The Matrix - noooo!
  622. # [02:54] <gps> (data center issues again)
  623. # [02:54] * Quits: jimm (jimm@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  624. # [02:54] * Joins: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net)
  625. # [02:55] * Quits: smooney_ (smooney@2557E599.66715431.D25A875A.IP) (Quit: smooney_)
  626. # [02:56] * Joins: Boriss_ (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net)
  627. # [02:56] * Quits: Boriss (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  628. # [02:56] * Boriss_ is now known as Boriss
  629. # [02:56] * Quits: lizzard (ehenry@moz-606E6FC0.dsl.static.sonic.net) (Quit: lizzard)
  630. # [02:57] <@dolske> ted: I had to stare for a few seconds before I got your RT of https://twitter.com/opera/status/291133795762057217
  631. # [02:57] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Quit: brendan)
  632. # [02:57] * Joins: Asa (asa@D88BF95E.3A9F9BD4.4C2245EF.IP)
  633. # [02:57] * Joins: brendan (brendaneic@2557E599.66715431.D25A875A.IP)
  634. # [02:58] * Quits: Boriss (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  635. # [02:58] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Quit: brendan)
  636. # [02:59] * Joins: brendan (brendaneic@2557E599.66715431.D25A875A.IP)
  637. # [02:59] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  638. # [03:00] * Joins: bz (bzbarsky@moz-C7E1A91E.bstnma.fios.verizon.net)
  639. # [03:00] * ChanServ sets mode: +o bz
  640. # [03:00] * Joins: juanb (jbecerra@2557E599.66715431.D25A875A.IP)
  641. # [03:01] * Quits: Asa (asa@D88BF95E.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  642. # [03:01] * Quits: sfink (chatzilla@moz-CD25171E.dsl.pltn13.sbcglobal.net) (Ping timeout)
  643. # [03:01] * Quits: bdahl (bdahl@moz-BE33DA21.fw1.sfo1.mozilla.net) (Client exited)
  644. # [03:02] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  645. # [03:02] * Joins: Asa (asa@D88BF95E.3A9F9BD4.4C2245EF.IP)
  646. # [03:03] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/8d0071573033 - Rafael Ávila de Espíndola - Bug 831133 - Record only the basename. r=vladan.
  647. # [03:04] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Quit: brendan)
  648. # [03:04] * Quits: Asa (asa@D88BF95E.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  649. # [03:04] <RyanVM> wheee, internal server errors
  650. # [03:05] <vladan> so if i type in the wrong URL, is the 404 an "external" server error?
  651. # [03:06] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/2cf4c078ae00 - Seth Fowler - Bug 811391 - Part 2: Tests. r=dbaron, a=akeybl
  652. # [03:06] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/542a20ea311c - Honza Bambas - Bug 829858 - Null dereference in nsHttpChannel::InitOfflineCacheEntry(). r=bsmith, a=lsblakk
  653. # [03:06] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/b6ed291b504f - Jason Duell - Bug 830920 - Reduce running time of test_websocket_basic.html. r=smaug, a=lsblakk
  654. # [03:06] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/1552a9bf3c99 - Brian Nicholson - Bug 828480 - Add null check for mSuggestionsOptInPrompt. r=mfinkle, a=akeybl
  655. # [03:06] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/15220b4f357d - Seth Fowler - Bug 811391 - Part 1: Ignore @page declarations involving viewport units. r=dbaron, a=akeybl
  656. # [03:06] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/5817ef2c4d33 - Honza Bambas - Bug 761040 - Offline cache entries are created for no-store entries. r=jduell, a=lsblakk
  657. # [03:06] <jcranmer> vladan: the server can return output text for a 40
  658. # [03:06] <jcranmer> 4
  659. # [03:07] * Joins: lizzard (ehenry@moz-606E6FC0.dsl.static.sonic.net)
  660. # [03:07] <jcranmer> decoder: it's strange how an unoptimized python tool is so much faster than a production perl tool
  661. # [03:08] * Quits: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net) (Quit: jib)
  662. # [03:08] <decoder> jcranmer: i dont think that has to do anything with python vs. perl
  663. # [03:09] <decoder> im pretty sure the lcov thing is just badly written
  664. # [03:09] <jcranmer> perhaps
  665. # [03:09] * Joins: alice (alice@moz-3BCBEBE3.range86-150.btcentralplus.com)
  666. # [03:09] <decoder> i looked at the code and it didnt look very nice ^^
  667. # [03:09] <decoder> but if it has the wrong design for the task then you can code as nice as you want and itll be slow
  668. # [03:09] <decoder> and i dont know what the guy is doing in lcov
  669. # [03:10] <jcranmer> I've seen some of the code
  670. # [03:10] <jcranmer> ...
  671. # [03:11] * Quits: alice (alice@moz-3BCBEBE3.range86-150.btcentralplus.com) (Ping timeout)
  672. # [03:11] <jcranmer> this is the hard part now
  673. # [03:11] <jcranmer> is trying to figure out how to display branch coverage
  674. # [03:11] * Quits: bnicholson (bnicholson@2557E599.66715431.D25A875A.IP) (Ping timeout)
  675. # [03:12] * Quits: jammink (textual@2557E599.66715431.D25A875A.IP) (Quit: Computer has gone to sleep.)
  676. # [03:13] <jcranmer> but I can regenerate data for all of c-c in about a minute
  677. # [03:13] * Joins: jdm (jdm@moz-4754F405.fbx.proxad.net)
  678. # [03:14] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  679. # [03:14] * Quits: yzen (Adium@AA2C085E.10C8AEF8.9A8C35B4.IP) (Quit: Leaving.)
  680. # [03:14] * Quits: mwobensmith (Adium@2557E599.66715431.D25A875A.IP) (Quit: Leaving.)
  681. # [03:15] * Quits: mreavy (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net) (Connection reset by peer)
  682. # [03:15] * Joins: tingyuan (tingyuan@moz-99690620.hinet-ip.hinet.net)
  683. # [03:16] * Joins: mreavy (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  684. # [03:16] <jcranmer> wait, what?
  685. # [03:16] <jcranmer> I can't specify the maximum width of a column?
  686. # [03:17] * Quits: @dveditz (dveditz@2557E599.66715431.D25A875A.IP) (Ping timeout)
  687. # [03:18] * Quits: Stan (Stan@moz-2FFB6AC2.dip.t-dialin.net) (Ping timeout)
  688. # [03:18] * Quits: erikvold (erikvold@moz-FEB0D3F0.bchsia.telus.net) (Quit: erikvold)
  689. # [03:18] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/4d2f27cdef91 - Jonathan Griffin - Bug 828558 - Don't attach to jsconsole window, r=mdas
  690. # [03:21] * Joins: gerv (Instantbir@moz-8E68CF56.in-addr.arpa)
  691. # [03:21] * Quits: tanvi (tanvi@2557E599.66715431.D25A875A.IP) (Quit: Leaving.)
  692. # [03:22] <jcranmer> oh, I should be able to, but gecko doesn't do it properly
  693. # [03:22] <jcranmer> poop
  694. # [03:23] * jcranmer grumbles at bz
  695. # [03:23] <stuart> khuey: ok i got it
  696. # [03:23] * Quits: jdm (jdm@moz-4754F405.fbx.proxad.net) (Quit: Lost terminal)
  697. # [03:25] <khuey> stuart: hmm?
  698. # [03:25] <stuart> http://farm9.staticflickr.com/8468/8387571671_66aa95ebb6_o.jpg
  699. # [03:25] * Quits: cabanier (cabanier@89803C3C.27D0C967.A0B21F13.IP) (Quit: Leaving.)
  700. # [03:25] <khuey> lol whut
  701. # [03:26] * Quits: tonymec (tonymec@64EA8286.8C61C497.DE2DB281.IP) (Ping timeout)
  702. # [03:26] * heycam|away is now known as heycam
  703. # [03:26] <stuart> ;-)
  704. # [03:26] * Quits: tonymec|away (tonymec@64EA8286.8C61C497.DE2DB281.IP) (Ping timeout)
  705. # [03:27] <stuart> it came to me while i was reading the news earlier
  706. # [03:27] * Quits: Callek (chatzilla@8F761026.B5EF4AF6.E96CA9D8.IP) (Input/output error)
  707. # [03:27] * Joins: ekr (ekr@moz-852466AF.mycingular.net)
  708. # [03:28] * Joins: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  709. # [03:29] <stuart> i spent at least 10 minutes on that too
  710. # [03:29] * Joins: bnicholson (bnicholson@moz-E98974C1.hsd1.ca.comcast.net)
  711. # [03:30] * Joins: erikvold (erikvold@moz-FEB0D3F0.bchsia.telus.net)
  712. # [03:32] * juanb is now known as juanb|afk
  713. # [03:33] * Joins: tonymec__ (tonymec@3961C56D.986E5AA1.DE2DB281.IP)
  714. # [03:33] * tonymec__ is now known as tonymec|away
  715. # [03:34] * Quits: berkerpeksag (berkerpeks@FBA9BF53.15DD287A.5DEFA22.IP) (Ping timeout)
  716. # [03:35] * Joins: Callek (chatzilla@8F761026.B5EF4AF6.E96CA9D8.IP)
  717. # [03:35] * Quits: felipe (felipe@2981D2F7.550A1EE7.DB5C0666.IP) (Quit: felipe)
  718. # [03:35] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/fa5112625653 - Christian Holler - Bug 829598 - Make js/src/jit-test/tests/gc/bug-820186.js a slow test. r=jandem, DONTBUILD
  719. # [03:39] * Quits: dzbarsky (Adium@moz-5649E395.phlapa.east.verizon.net) (Ping timeout)
  720. # [03:39] * Joins: dzbarsky (Adium@moz-5649E395.phlapa.east.verizon.net)
  721. # [03:39] * Joins: jhopkins (jhopkins@8F761026.B5EF4AF6.E96CA9D8.IP)
  722. # [03:39] * Quits: fabrice (fabrice@2557E599.66715431.D25A875A.IP) (Quit: Leaving.)
  723. # [03:40] * Joins: ggoncalves (ggoncalves@moz-CF8BEBEF.dia.static.qwest.net)
  724. # [03:42] <jcranmer> heh
  725. # [03:42] <jcranmer> in one of my test suite files
  726. # [03:42] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  727. # [03:43] <jcranmer> js::Interp's main switch loop was executed 287,088,954 times
  728. # [03:43] * Quits: bnicholson (bnicholson@moz-E98974C1.hsd1.ca.comcast.net) (Ping timeout)
  729. # [03:44] <@bz> jcranmer: you turned off the jit, eh? ;)
  730. # [03:44] <jcranmer> bz: no, this was running about half of make xpcshell-tests
  731. # [03:45] <jcranmer> I was looking at that line only because it was the widest-branching switch statement I could think of
  732. # [03:46] * Quits: fitzgen (fitzgen@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: zzzzzzzzz)
  733. # [03:46] * Quits: chewey (chewey@moz-79EE608.dip0.t-ipconnect.de) (NickServ (GHOST command used by chewey_))
  734. # [03:47] <jcranmer> http://www.tjhsst.edu/~jcranmer/c-ccov/js/src/jsinterp.cpp.gcov.html, line 1834
  735. # [03:47] * Joins: chewey (chewey@moz-3263CB3A.dip0.t-ipconnect.de)
  736. # [03:47] <jcranmer> that line was executed 2.4B times
  737. # [03:47] <jcranmer> [of course, that's from a year ago, but still]
  738. # [03:47] * Quits: azakai (alon@2557E599.66715431.D25A875A.IP) (Ping timeout)
  739. # [03:47] * Joins: cabanier (cabanier@moz-6A1F2F2C.hsd1.wa.comcast.net)
  740. # [03:49] * Quits: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net) (Quit: Leaving...)
  741. # [03:49] * Quits: jhopkins (jhopkins@8F761026.B5EF4AF6.E96CA9D8.IP) (Ping timeout)
  742. # [03:49] * Joins: sfink (chatzilla@moz-5C3702CC.dsl.pltn13.sbcglobal.net)
  743. # [03:49] * Joins: jhopkins (jhopkins@8F761026.B5EF4AF6.E96CA9D8.IP)
  744. # [03:50] <jcranmer> bz: also, while you're here
  745. # [03:50] * Joins: tonymec (tonymec@3961C56D.986E5AA1.DE2DB281.IP)
  746. # [03:50] * jcranmer slaps bz for not getting to max-width constraints on table columns after the reflow branch landed
  747. # [03:50] * Joins: cilias (cilias@moz-D65C0C74.cpe.net.cable.rogers.com)
  748. # [03:51] * Quits: garnacho (carlos@moz-D7EB88C7.dyn.user.ono.com) (Ping timeout)
  749. # [03:51] <Waldo> firebot: ping
  750. # [03:51] <firebot> Waldo: pong
  751. # [03:51] * Quits: KaiRo (robert@moz-12C88C7C.adsl.highway.telekom.at) (Input/output error)
  752. # [03:51] <cabanier> can anyone commit https://bugzilla.mozilla.org/show_bug.cgi?id=827053
  753. # [03:52] <cabanier> RyanVM: ping
  754. # [03:52] <RyanVM> cabanier: pong
  755. # [03:52] <cabanier> RyanVM: can you commit https://bugzilla.mozilla.org/show_bug.cgi?id=827053 ?
  756. # [03:52] * Quits: terrence (terrence@2557E599.66715431.D25A875A.IP) (Ping timeout)
  757. # [03:53] * Quits: billm (billm@2557E599.66715431.D25A875A.IP) (Quit: Leaving)
  758. # [03:53] <RyanVM> is there a link to a recent Try run?
  759. # [03:53] <@bz> jcranmer: hmm?
  760. # [03:53] <@bz> jcranmer: Was I supposed to do it?
  761. # [03:53] <cabanier> RyanVM: let me check
  762. # [03:54] * heycam is now known as heycam|away
  763. # [03:54] <jcranmer> bz: https://bugzilla.mozilla.org/show_bug.cgi?id=307866 suggests so
  764. # [03:54] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  765. # [03:54] <RyanVM> cabanier: also, your patch is missing the usual checkin metadate (name, commit message, etc) - see https://developer.mozilla.org/en-US/docs/Creating_a_patch_that_can_be_checked_in
  766. # [03:55] <@bz> jcranmer: key being "someone"
  767. # [03:56] <jcranmer> well, I've already hacked around it, so it's a low-priority request from me
  768. # [03:56] <cabanier> RyanVM: https://tbpl.mozilla.org/?tree=Try&rev=7f0ffc6ede2b
  769. # [03:56] <cabanier> RyanVM: OK. I will update it.
  770. # [03:56] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Ping timeout)
  771. # [03:56] <jcranmer> (higher priority request being the iframe auto-height bug IMO)
  772. # [03:56] <RyanVM> cabanier: don't worry about it, just please do so in the future (and use checkin-needed so I'll actually find it :))
  773. # [03:57] * Quits: ekr (ekr@moz-852466AF.mycingular.net) (Client exited)
  774. # [03:57] * Joins: ekr (ekr@moz-852466AF.mycingular.net)
  775. # [03:57] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/64450d6fee96 - Rik Cabanier - Bug 827053 - Add support for winding in fill + clip + isPointInPath + tests the feature. r=bas
  776. # [03:57] <cabanier> RyanVM: where do I set that? I couldn't find it in the window
  777. # [03:57] <RyanVM> keywords
  778. # [03:58] <cabanier> RyanVM: so I just set it in the details
  779. # [03:58] <RyanVM> no, on the bug
  780. # [03:58] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  781. # [03:58] <cabanier> RyanVM: ah! I was looking for a checkbox
  782. # [03:58] * Quits: tingyuan (tingyuan@moz-99690620.hinet-ip.hinet.net) (Quit: leaving)
  783. # [04:00] * Joins: jprmc (jprmc@moz-542588AA.cpe.net.cable.rogers.com)
  784. # [04:00] * Quits: nsm (nikhil@2557E599.66715431.D25A875A.IP) (Connection reset by peer)
  785. # [04:04] * Quits: cpearce (cpearce@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  786. # [04:05] <cabanier> RyanVM: thanks!
  787. # [04:06] <RyanVM> cabanier: not a problem :)
  788. # [04:06] <jcranmer> decoder: I've pushed all of my changes to my ccov stuff so it can now produce an output UI
  789. # [04:06] * Joins: armenzg (armenzg@8F761026.B5EF4AF6.E96CA9D8.IP)
  790. # [04:06] * heycam|away is now known as heycam
  791. # [04:08] <jcranmer> decoder: example output is here: http://www.tjhsst.edu/~jcranmer/test-c-c-cov/
  792. # [04:09] <jcranmer> [all numbers are bogus due to using subsets of data]
  793. # [04:09] * khuey is now known as khuey|away
  794. # [04:10] * Joins: alice (alice@moz-3BCBEBE3.range86-150.btcentralplus.com)
  795. # [04:10] * Quits: rlewis (Thunderbir@moz-D47321EC.cable.virginmedia.com) (Ping timeout)
  796. # [04:11] * Quits: jesup|mac (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net) (Ping timeout)
  797. # [04:11] * Quits: alice (alice@moz-3BCBEBE3.range86-150.btcentralplus.com) (Ping timeout)
  798. # [04:11] * Joins: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  799. # [04:12] * Joins: yzen (Adium@AA2C085E.10C8AEF8.9A8C35B4.IP)
  800. # [04:12] * Quits: ekr (ekr@moz-852466AF.mycingular.net) (Quit: Colloquy for iPhone - http://colloquy.mobi)
  801. # [04:13] * hwine is now known as hwine-zzz
  802. # [04:13] * Joins: berkerpeksag (berkerpeks@CFA04D52.F96081A7.BA04A6B2.IP)
  803. # [04:19] * Quits: cpeterson (cpeterson@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  804. # [04:22] * Quits: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  805. # [04:23] * Joins: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net)
  806. # [04:23] <bholley> dolske: yt?
  807. # [04:23] * Quits: erikvold (erikvold@moz-FEB0D3F0.bchsia.telus.net) (Quit: erikvold)
  808. # [04:24] * Quits: RyanVM (chatzilla@moz-148999FE.phlapa.fios.verizon.net) (Quit: ChatZilla 0.9.89-2012120118 [Firefox 21.0a1/20130115174049])
  809. # [04:25] <decoder> jcranmer: thanks, about to head to bed, but ill look tomorrow
  810. # [04:25] <decoder> past 4 am now >.<
  811. # [04:26] <jcranmer> k
  812. # [04:26] <jcranmer> I thought you were PST, looks like I was wrong
  813. # [04:26] <decoder> im in europe
  814. # [04:26] <decoder> germany
  815. # [04:26] * Joins: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net)
  816. # [04:26] * Quits: armenzg (armenzg@8F761026.B5EF4AF6.E96CA9D8.IP) (Input/output error)
  817. # [04:26] <jcranmer> CET, got it
  818. # [04:29] * Quits: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  819. # [04:29] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  820. # [04:33] * Joins: Mook (mook@moz-5FFA03A3.dsl.teksavvy.com)
  821. # [04:34] * Joins: gandalf (zbraniecki@moz-4F155DA6.hsd1.ca.comcast.net)
  822. # [04:35] * Quits: gandalf (zbraniecki@moz-4F155DA6.hsd1.ca.comcast.net) (Quit: I took the wrong pill!!!)
  823. # [04:36] * vladan is now known as vladan-afk
  824. # [04:39] * Joins: gandalf (zbraniecki@moz-4F155DA6.hsd1.ca.comcast.net)
  825. # [04:40] * Quits: gandalf (zbraniecki@moz-4F155DA6.hsd1.ca.comcast.net) (Quit: I took the wrong pill!!!)
  826. # [04:42] * Quits: espindola (espindola@moz-3C19F8D3.dsl.teksavvy.com) (Quit: Ex-Chat)
  827. # [04:42] * Joins: victorporof (victorporo@804353A6.368C7786.6A4F8DA2.IP)
  828. # [04:44] * Joins: bbondy (bbondy@7F6E4DBB.3A9F9BD4.4C2245EF.IP)
  829. # [04:44] * Quits: victorporof (victorporo@804353A6.368C7786.6A4F8DA2.IP) (Ping timeout)
  830. # [04:47] * Joins: pcwalton (pcwalton@43CB6079.66715431.D25A875A.IP)
  831. # [04:48] * Joins: sdumitriu (sdumitriu@4822AA52.AB54EB5E.6816E6B7.IP)
  832. # [04:48] * Joins: llmelon (chatzilla@moz-3983353E.tm.net.my)
  833. # [04:48] * philor is now known as philor|away
  834. # [04:49] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/81f41dd974c4 - Chris Jones - Bug 831307: Log breakpoint-level IPC errors always. r=dougt,jdm,jst a=blocking-b2g
  835. # [04:49] * Quits: Matti (Matti@moz-B0557489.dip.t-dialin.net) (Quit: quit)
  836. # [04:53] * Joins: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  837. # [04:54] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  838. # [04:55] * Joins: ekr (ekr@moz-D7997EC8.rtfm.com)
  839. # [04:56] * Joins: Edgar1 (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  840. # [04:56] * glob|away is now known as glob
  841. # [04:56] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  842. # [04:57] * Quits: jincreator (Thunderbir@D3DCC502.D747C7BE.60FBD70D.IP) (Quit: jincreator)
  843. # [04:57] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  844. # [04:57] * Quits: aklotz (Thunderbir@moz-55246988.cg.shawcable.net) (Quit: aklotz)
  845. # [05:01] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/da5cae51b833 - Jeff Walden - Fix some used-but-not-defined warnings, and some format-string warnings about needing to cast T* to void* for the %p specifier. No bug, r=themaid
  846. # [05:02] * Quits: sworkman (sworkman@2557E599.66715431.D25A875A.IP) (Quit: sworkman)
  847. # [05:03] * Joins: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP)
  848. # [05:05] * Quits: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP) (Ping timeout)
  849. # [05:05] * jhopkins is now known as jhopkins|afk
  850. # [05:07] * Joins: lmandel (lmandel@FE1F74.86ED00A7.971E19F6.IP)
  851. # [05:09] * Joins: erikvold (erikvold@moz-FEB0D3F0.bchsia.telus.net)
  852. # [05:10] * Joins: alice (alice@moz-3BCBEBE3.range86-150.btcentralplus.com)
  853. # [05:11] <dougt> cjones: that might have been the most reviewers per line in the code base.
  854. # [05:11] * Joins: ehugg_ (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net)
  855. # [05:12] * Quits: alice (alice@moz-3BCBEBE3.range86-150.btcentralplus.com) (Ping timeout)
  856. # [05:12] <cjones> dougt, more reviewers than non-comment lines, in fact
  857. # [05:12] <dougt> yeah, scary.
  858. # [05:12] * Quits: erikvold (erikvold@moz-FEB0D3F0.bchsia.telus.net) (Quit: erikvold)
  859. # [05:12] <dougt> i am going to die of laughter if it breaks the build or something.
  860. # [05:13] * Quits: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net) (Ping timeout)
  861. # [05:13] * Quits: lmandel (lmandel@FE1F74.86ED00A7.971E19F6.IP) (Quit: lmandel)
  862. # [05:13] * ehugg_ is now known as ehugg
  863. # [05:13] * Joins: erikvold (erikvold@moz-FEB0D3F0.bchsia.telus.net)
  864. # [05:13] * Joins: erikvold_ (erikvold@A5A0595A.66715431.D25A875A.IP)
  865. # [05:14] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Quit: Leaving.)
  866. # [05:14] <@dolske> bholley: i am now!
  867. # [05:14] * Joins: lmandel (lmandel@FE1F74.86ED00A7.971E19F6.IP)
  868. # [05:14] <bholley> dolske: nevermind, bz showed me a good trick :-)
  869. # [05:15] <@dolske> haha. do I want to know?
  870. # [05:15] * Quits: erikvold (erikvold@moz-FEB0D3F0.bchsia.telus.net) (Ping timeout)
  871. # [05:15] * erikvold_ is now known as erikvold
  872. # [05:15] * @dolske sees #content.
  873. # [05:19] * Quits: bbondy (bbondy@7F6E4DBB.3A9F9BD4.4C2245EF.IP) (Quit: Going offline, see ya! (www.adiirc.com))
  874. # [05:20] * Joins: mconley (mconley@D4B46A36.8C6552CA.6816E6B7.IP)
  875. # [05:20] * Quits: tonymec (tonymec@3961C56D.986E5AA1.DE2DB281.IP) (Ping timeout)
  876. # [05:20] * Quits: tonymec|away (tonymec@3961C56D.986E5AA1.DE2DB281.IP) (Ping timeout)
  877. # [05:20] <@bz> dolske: it involves nsIEditor
  878. # [05:20] <@bz> dolske: Do you still want to know? ;)
  879. # [05:22] <bholley> bz: I have to eat dinner. I'll get to the interdiff as soon as I can
  880. # [05:22] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/07f778300689 - Irving Reid - Bug 831459: use RawScript in JMChunkInfo::Convert() to prevent UnrootedScript construction in signal handler r=billm
  881. # [05:23] * Joins: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  882. # [05:24] * Quits: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP) (Quit: Computer has gone to sleep.)
  883. # [05:25] * ewong is now known as ewong|away
  884. # [05:25] <njn> Waldo: those %p warnings go away when you remove -pedantic
  885. # [05:25] <Waldo> njn: yes, I'm aware; I don't think it's that much of a burden to just cast
  886. # [05:25] <Waldo> njn: I tend to think -pedantic is just fine, fwiw
  887. # [05:26] <njn> Waldo: can you name something that it warns about that is interesting?
  888. # [05:26] <Waldo> if we're only talking 50-odd warnings across the entire tree for it, it really is not that big a deal
  889. # [05:26] * Quits: sfink (chatzilla@moz-5C3702CC.dsl.pltn13.sbcglobal.net) (Ping timeout)
  890. # [05:26] <njn> 80-odd for GCC
  891. # [05:26] <Waldo> same ballpark
  892. # [05:26] <Waldo> standards-conforming code is a virtue in and of itself, for one
  893. # [05:27] <Waldo> anyway, I really don't have time to argue this now, I'm on vacation Friday and will be on a plane all day tomorrow (hopefully on wifi), so I need to pack :-)
  894. # [05:27] * Joins: tonymec__ (tonymec@65F2EC8F.9478F248.277517C1.IP)
  895. # [05:27] * Quits: Waldo (waldo@2557E599.66715431.D25A875A.IP) (Quit: ChatZilla 0.9.87-5.1450hg.fc17 [XULRunner 17.0.1/20121213184845])
  896. # [05:27] * tonymec__ is now known as tonymec|away
  897. # [05:28] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e279a54371b7 - Ehsan Akhgari - Remove the unneeded explicit keyword from SharedLibrary's private constructor, no bug
  898. # [05:29] * Joins: smooney_ (smooney@moz-57825793.hsd1.ca.comcast.net)
  899. # [05:31] * Quits: lmandel (lmandel@FE1F74.86ED00A7.971E19F6.IP) (Quit: lmandel)
  900. # [05:32] * Quits: lizzard (ehenry@moz-606E6FC0.dsl.static.sonic.net) (Quit: lizzard)
  901. # [05:32] * Quits: AaronMT (AaronMT@moz-5DF3A271.cpe.net.cable.rogers.com) (Quit: Textual IRC Client: www.textualapp.com)
  902. # [05:32] * Quits: erikvold (erikvold@A5A0595A.66715431.D25A875A.IP) (Quit: erikvold)
  903. # [05:33] * Joins: tonymec (tonymec@65F2EC8F.9478F248.277517C1.IP)
  904. # [05:36] * Quits: Hendikins (wolfox@moz-13914647.hhui4.ken.bigpond.net.au) (Ping timeout)
  905. # [05:36] * Joins: Hendikins (wolfox@moz-13914647.hhui4.ken.bigpond.net.au)
  906. # [05:37] * Quits: llmelon (chatzilla@moz-3983353E.tm.net.my) (Ping timeout)
  907. # [05:39] * Joins: Boriss (FlyingToas@moz-62AAA429.hsd1.ca.comcast.net)
  908. # [05:40] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  909. # [05:41] <njn> roc: do you know about the ARENA_POISON stuff in nsPresArena.cpp?
  910. # [05:41] <@roc> yes
  911. # [05:41] * Joins: harth (harth@moz-3C999954.hsd1.ca.comcast.net)
  912. # [05:42] * Quits: naveed (nihsanulla@moz-E0791328.bstnma.fios.verizon.net) (Ping timeout)
  913. # [05:43] * Joins: victorporof (victorporo@804353A6.368C7786.6A4F8DA2.IP)
  914. # [05:44] <njn> roc: is it a debug-only thing?
  915. # [05:45] <njn> roc: I'm just looking for mmap() calls that we might not be measuring in about:memory
  916. # [05:45] * Quits: victorporof (victorporo@804353A6.368C7786.6A4F8DA2.IP) (Ping timeout)
  917. # [05:45] * Joins: erikvold (erikvold@moz-FEB0D3F0.bchsia.telus.net)
  918. # [05:45] <@roc> it's in release builds
  919. # [05:45] * Joins: erikvold_ (erikvold@A5A0595A.66715431.D25A875A.IP)
  920. # [05:46] * Parts: yzen (Adium@AA2C085E.10C8AEF8.9A8C35B4.IP)
  921. # [05:46] <njn> orly
  922. # [05:47] * Joins: lmandel (lmandel@FE1F74.86ED00A7.971E19F6.IP)
  923. # [05:47] * Quits: erikvold (erikvold@moz-FEB0D3F0.bchsia.telus.net) (Ping timeout)
  924. # [05:47] * erikvold_ is now known as erikvold
  925. # [05:47] <njn> roc: but it's only one page, or something like that?
  926. # [05:48] <@roc> yes
  927. # [05:48] * Quits: jlmendezbonini (textual@moz-FF9FDD58.twcny.res.rr.com) (Quit: )
  928. # [05:48] * philor|away is now known as philor
  929. # [05:49] * Quits: erikvold (erikvold@A5A0595A.66715431.D25A875A.IP) (Ping timeout)
  930. # [05:49] <njn> roc: ok, not worth measuring. thanks
  931. # [05:49] <@roc> shouldn't you at least measure it for verbose mode?
  932. # [05:51] * Joins: llmelon (chatzilla@moz-3983353E.tm.net.my)
  933. # [05:52] * Quits: smooney_ (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney_)
  934. # [05:52] * Joins: m_kato (m_kato@moz-348F61F0.mozilla.or.jp)
  935. # [05:55] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  936. # [05:55] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
  937. # [06:00] * Joins: teoli (teoli@moz-DB2960E7.sw.biz.rr.com)
  938. # [06:01] * Joins: gwagner (Gregor@A6CBEE60.C366FB5A.13A8CA36.IP)
  939. # [06:01] <philor> "[info at comment 1529]" may not be the most welcoming whiteboard ever
  940. # [06:01] <@dolske> O_O
  941. # [06:02] <philor> android tests crash at shutdown a bit
  942. # [06:02] * Quits: teoli (teoli@moz-DB2960E7.sw.biz.rr.com) (Ping timeout)
  943. # [06:02] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  944. # [06:04] * Joins: jhk (jhk@7FC79FD2.5827C9F6.D06349B0.IP)
  945. # [06:05] * Joins: bsmith (bsmith@2557E599.66715431.D25A875A.IP)
  946. # [06:08] * Quits: pcwalton (pcwalton@43CB6079.66715431.D25A875A.IP) (Quit: pcwalton)
  947. # [06:08] * Quits: jgilbert (jgilbert@2557E599.66715431.D25A875A.IP) (Ping timeout)
  948. # [06:08] * Joins: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  949. # [06:10] * Joins: alice (alice@moz-3BCBEBE3.range86-150.btcentralplus.com)
  950. # [06:12] * Quits: juanb|afk (jbecerra@2557E599.66715431.D25A875A.IP) (Quit: juanb|afk)
  951. # [06:12] * Joins: sfink (chatzilla@moz-5C3702CC.dsl.pltn13.sbcglobal.net)
  952. # [06:12] * Joins: sworkman (sworkman@moz-825EC923.hsd1.ca.comcast.net)
  953. # [06:12] * Quits: alice (alice@moz-3BCBEBE3.range86-150.btcentralplus.com) (Ping timeout)
  954. # [06:12] * Joins: Optimizer (Optimizer@E70CEFCA.1B98A9E0.BE90E62C.IP)
  955. # [06:14] <Mook> Yoric: hmm, do you expect your XPCOM promise thing to be threadsafe? (mostly, so that it would be possible to generate promises on background threads and pass it to the main thread)
  956. # [06:14] * Quits: taras (taras@moz-8E045071.hsd1.wa.comcast.net) (Ping timeout)
  957. # [06:15] * Joins: smontagu (chatzilla@757B0DC8.B3DCBEEA.CC465D70.IP)
  958. # [06:15] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/712eca11a04e - Benoit Girard - Bug 830809 - Remove 'shutdown start' label with eConsiderQuit. r=ehsan
  959. # [06:15] * Quits: Edgar1 (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  960. # [06:15] <njn> roc: no
  961. # [06:16] <njn> is it just me, or have debug builds gotten slower lately?
  962. # [06:18] * Quits: mwargers (chatzilla@moz-AF369B35.adsl.online.nl) (Ping timeout)
  963. # [06:19] * Joins: mwargers (chatzilla@moz-AF369B35.adsl.online.nl)
  964. # [06:19] * Joins: fabrice (fabrice@moz-94F028C6.hsd1.ca.comcast.net)
  965. # [06:19] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  966. # [06:23] * Quits: mwargers (chatzilla@moz-AF369B35.adsl.online.nl) (Ping timeout)
  967. # [06:23] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  968. # [06:25] * Quits: sworkman (sworkman@moz-825EC923.hsd1.ca.comcast.net) (Quit: sworkman)
  969. # [06:28] * Quits: mconley (mconley@D4B46A36.8C6552CA.6816E6B7.IP) (Input/output error)
  970. # [06:28] * Quits: fabrice (fabrice@moz-94F028C6.hsd1.ca.comcast.net) (Quit: Leaving.)
  971. # [06:28] * Quits: kentuckyfriedtakahe (ajones@538BABFE.A073F3E.97BBD552.IP) (Client exited)
  972. # [06:28] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Quit: damons)
  973. # [06:28] * jcranmer is now known as jcranmer|away
  974. # [06:30] * Quits: Optimizer (Optimizer@E70CEFCA.1B98A9E0.BE90E62C.IP) (Ping timeout)
  975. # [06:30] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Quit: Edgar)
  976. # [06:30] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  977. # [06:31] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  978. # [06:32] * Quits: DGMurdockIII (DGMurdockI@moz-F1247A16.hsd1.in.comcast.net) (Quit: ChatZilla 0.9.89 [Firefox 18.0/20130104151925])
  979. # [06:34] * Joins: Optimizer (Optimizer@A3CDB25F.241AFF02.D2D1FAF0.IP)
  980. # [06:36] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  981. # [06:37] <@bz> Anyone here have an Android device with both Firefox and Chrome?
  982. # [06:39] * Joins: Sander (chatzilla@FC5F1440.4B885322.61FF931A.IP)
  983. # [06:40] * Joins: juanb (jbecerra@moz-F1012875.hsd1.ca.comcast.net)
  984. # [06:42] * Joins: genester (Thunderbir@moz-A0C78C2.oc.oc.cox.net)
  985. # [06:42] * Quits: juanb (jbecerra@moz-F1012875.hsd1.ca.comcast.net) (Input/output error)
  986. # [06:42] * Joins: juanb (jbecerra@moz-F1012875.hsd1.ca.comcast.net)
  987. # [06:43] * Joins: victorporof (victorporo@804353A6.368C7786.6A4F8DA2.IP)
  988. # [06:45] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  989. # [06:45] * Quits: victorporof (victorporo@804353A6.368C7786.6A4F8DA2.IP) (Ping timeout)
  990. # [06:45] <glob> bz, i do
  991. # [06:45] * Joins: bnicholson (bnicholson@moz-E98974C1.hsd1.ca.comcast.net)
  992. # [06:49] * Quits: @roc (chatzilla@E2F7352.56080C53.97BBD552.IP) (Ping timeout)
  993. # [06:51] * Quits: Boriss (FlyingToas@moz-62AAA429.hsd1.ca.comcast.net) (Quit: Boriss)
  994. # [06:51] * Joins: Boriss (FlyingToas@moz-62AAA429.hsd1.ca.comcast.net)
  995. # [06:51] * Quits: m_kato (m_kato@moz-348F61F0.mozilla.or.jp) (Ping timeout)
  996. # [06:51] * Joins: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  997. # [06:52] * Joins: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP)
  998. # [06:52] * Joins: smooney_ (smooney@moz-57825793.hsd1.ca.comcast.net)
  999. # [06:53] * Quits: @ehsan (ehsan@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  1000. # [06:53] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1001. # [06:54] * Joins: ddahl (ddahl@648205EB.ED8DACAE.49D91E5E.IP)
  1002. # [06:57] * Quits: smooney_ (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney_)
  1003. # [07:00] * Joins: m_kato (m_kato@moz-348F61F0.mozilla.or.jp)
  1004. # [07:03] * Quits: jimb (user@moz-F4EC06CC.hsd1.or.comcast.net) (Input/output error)
  1005. # [07:04] * Quits: lmandel (lmandel@FE1F74.86ED00A7.971E19F6.IP) (Quit: lmandel)
  1006. # [07:06] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  1007. # [07:08] * Joins: bajaj1 (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1008. # [07:08] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Connection reset by peer)
  1009. # [07:09] * Quits: nmatsakis (nmatsakis@AAE222A3.FDDA6739.2321E71E.IP) (Quit: Computer has gone to sleep.)
  1010. # [07:11] * Joins: alice (alice@moz-3BCBEBE3.range86-150.btcentralplus.com)
  1011. # [07:13] * cjones is now known as cjones-brb
  1012. # [07:13] * Quits: alice (alice@moz-3BCBEBE3.range86-150.btcentralplus.com) (Ping timeout)
  1013. # [07:16] * Quits: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net) (Quit: ehugg)
  1014. # [07:20] * Quits: ekr (ekr@moz-D7997EC8.rtfm.com) (Ping timeout)
  1015. # [07:20] * Joins: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net)
  1016. # [07:21] * Quits: tn (tn@moz-2E73ACE4.wp.shawcable.net) (Quit: Leaving)
  1017. # [07:21] * Joins: ekr (ekr@moz-852466AF.mycingular.net)
  1018. # [07:23] * Joins: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net)
  1019. # [07:23] * ChanServ sets mode: +o dveditz
  1020. # [07:24] * Joins: GinaYeh-laptop (GinaYeh@moz-D971CBC1.dynamic.hinet.net)
  1021. # [07:26] * Quits: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net) (Quit: ehugg)
  1022. # [07:26] * Joins: tn (tn@moz-2E73ACE4.wp.shawcable.net)
  1023. # [07:27] * Quits: gwagner (Gregor@A6CBEE60.C366FB5A.13A8CA36.IP) (Quit: gwagner)
  1024. # [07:28] * Joins: ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP)
  1025. # [07:28] * ChanServ sets mode: +o ehsan
  1026. # [07:31] * Quits: ekr (ekr@moz-852466AF.mycingular.net) (Quit: Colloquy for iPhone - http://colloquy.mobi)
  1027. # [07:32] * Joins: erikvold (erikvold@moz-FEB0D3F0.bchsia.telus.net)
  1028. # [07:33] * Quits: @dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net) (Ping timeout)
  1029. # [07:35] * Quits: bsmith (bsmith@2557E599.66715431.D25A875A.IP) (Ping timeout)
  1030. # [07:35] * Joins: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  1031. # [07:36] * ewong|afk is now known as ewong
  1032. # [07:38] * Quits: erikvold (erikvold@moz-FEB0D3F0.bchsia.telus.net) (Quit: erikvold)
  1033. # [07:38] * Joins: bbondy (bbondy@E48845AB.3A9F9BD4.4C2245EF.IP)
  1034. # [07:40] * Quits: Mook (mook@moz-5FFA03A3.dsl.teksavvy.com) (Quit: zzz)
  1035. # [07:41] * Joins: past (Instantbir@moz-16F5829C.dsl.dyn.forthnet.gr)
  1036. # [07:42] * Joins: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP)
  1037. # [07:42] * heycam is now known as heycam|away
  1038. # [07:43] * Quits: bholley (anonymous@moz-24EDB000.hsd1.ca.comcast.net) (Quit: bholley)
  1039. # [07:44] * Joins: victorporof (victorporo@804353A6.368C7786.6A4F8DA2.IP)
  1040. # [07:44] * Joins: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de)
  1041. # [07:46] * Quits: victorporof (victorporo@804353A6.368C7786.6A4F8DA2.IP) (Ping timeout)
  1042. # [07:48] * Joins: andersh (andersh@moz-6CFEAD2F.bredband.3.dk)
  1043. # [07:48] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  1044. # [07:52] * Joins: erikvold (erikvold@moz-FEB0D3F0.bchsia.telus.net)
  1045. # [07:52] * Joins: tanvi (tanvi@moz-9440AA69.hsd1.ca.comcast.net)
  1046. # [07:52] * Joins: victorporof (victorporo@804353A6.368C7786.6A4F8DA2.IP)
  1047. # [07:55] * Joins: maikmerten (merten@moz-E254386D.cs.uni-dortmund.de)
  1048. # [07:55] * cjones-brb is now known as cjones
  1049. # [07:57] * Quits: erikvold (erikvold@moz-FEB0D3F0.bchsia.telus.net) (Quit: erikvold)
  1050. # [07:58] * Quits: victorporof (victorporo@804353A6.368C7786.6A4F8DA2.IP) (Ping timeout)
  1051. # [07:59] * Joins: dbaron (dbaron@moz-6A662ACD.bb.sky.com)
  1052. # [07:59] * ChanServ sets mode: +o dbaron
  1053. # [08:00] * Joins: sworkman (sworkman@moz-825EC923.hsd1.ca.comcast.net)
  1054. # [08:00] * Joins: victorporof (victorporo@804353A6.368C7786.6A4F8DA2.IP)
  1055. # [08:02] * Quits: mcote|afk (mcote@moz-FD8EB826.mc.videotron.ca) (Ping timeout)
  1056. # [08:02] * Quits: @bz (bzbarsky@moz-C7E1A91E.bstnma.fios.verizon.net) (Ping timeout)
  1057. # [08:02] * Quits: @ted (luser@moz-789E0865.scr.east.verizon.net) (Ping timeout)
  1058. # [08:03] * Joins: bz (bzbarsky@moz-C7E1A91E.bstnma.fios.verizon.net)
  1059. # [08:03] * ChanServ sets mode: +o bz
  1060. # [08:03] * Quits: Optimizer (Optimizer@A3CDB25F.241AFF02.D2D1FAF0.IP) (Ping timeout)
  1061. # [08:03] <capella> Who'd be familiar with issues with FF scrolling via gestures on mac ? Or is filing a bug best bet? I can't test an unconfirmed question from another channel
  1062. # [08:03] <capella> http://pastebin.mozilla.org/2065492
  1063. # [08:03] * Joins: ted (luser@moz-789E0865.scr.east.verizon.net)
  1064. # [08:03] * ChanServ sets mode: +o ted
  1065. # [08:04] * Quits: ewong (chatzilla@moz-3CBEA671.ctinets.com) (Quit: Reboot)
  1066. # [08:06] * glob is now known as glob|away
  1067. # [08:06] * Quits: ggoncalves (ggoncalves@moz-CF8BEBEF.dia.static.qwest.net) (Connection reset by peer)
  1068. # [08:08] * Joins: ggoncalves (ggoncalves@moz-CF8BEBEF.dia.static.qwest.net)
  1069. # [08:09] * Joins: mcote|afk (mcote@moz-FD8EB826.mc.videotron.ca)
  1070. # [08:09] * Quits: tanvi (tanvi@moz-9440AA69.hsd1.ca.comcast.net) (Quit: Leaving.)
  1071. # [08:10] * Quits: bbondy (bbondy@E48845AB.3A9F9BD4.4C2245EF.IP) (Quit: Going offline, see ya! (www.adiirc.com))
  1072. # [08:11] * Joins: alice (alice@moz-3BCBEBE3.range86-150.btcentralplus.com)
  1073. # [08:12] * Quits: GinaYeh-laptop (GinaYeh@moz-D971CBC1.dynamic.hinet.net) (Ping timeout)
  1074. # [08:13] * Quits: alice (alice@moz-3BCBEBE3.range86-150.btcentralplus.com) (Ping timeout)
  1075. # [08:15] * Joins: Optimizer (Optimizer@6964AAC4.27DDE783.BE90E62C.IP)
  1076. # [08:16] * Quits: ggoncalves (ggoncalves@moz-CF8BEBEF.dia.static.qwest.net) (Input/output error)
  1077. # [08:17] * Joins: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  1078. # [08:19] * Quits: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  1079. # [08:21] * Quits: Hendikins (wolfox@moz-13914647.hhui4.ken.bigpond.net.au) (Ping timeout)
  1080. # [08:21] * Joins: Hendikins (wolfox@moz-13914647.hhui4.ken.bigpond.net.au)
  1081. # [08:24] * philor is now known as philor|away
  1082. # [08:28] * Joins: jviereck (Adium@moz-340574DC.dclient.hispeed.ch)
  1083. # [08:29] * Quits: njn (chatzilla@moz-81F378C6.dyn.iinet.net.au) (Quit: ChatZilla 0.9.89 [Firefox 21.0a1/20130113141130])
  1084. # [08:29] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  1085. # [08:31] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1086. # [08:32] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  1087. # [08:35] * Quits: Sander (chatzilla@FC5F1440.4B885322.61FF931A.IP) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  1088. # [08:35] * Quits: sworkman (sworkman@moz-825EC923.hsd1.ca.comcast.net) (Quit: sworkman)
  1089. # [08:36] * Quits: jchen (jchen@CCB8E494.35B7D9C8.4CD1A128.IP) (Ping timeout)
  1090. # [08:37] * glob|away is now known as glob
  1091. # [08:38] * Quits: jviereck (Adium@moz-340574DC.dclient.hispeed.ch) (Quit: Leaving.)
  1092. # [08:38] * Joins: jchen (jchen@CCB8E494.35B7D9C8.4CD1A128.IP)
  1093. # [08:40] * juanb is now known as juanb|afk
  1094. # [08:41] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/9e6d6383957f - Randell Jesup - Bug 831427: Gate RemoveListener(stream) to avoid calling if Destroy() pending r=roc
  1095. # [08:42] * whimboo|afk is now known as whimboo
  1096. # [08:42] * Joins: ewong (chatzilla@moz-3CBEA671.ctinets.com)
  1097. # [08:42] * Joins: imphil (philipp@moz-55513EF0.rad.med.uni-muenchen.de)
  1098. # [08:45] * Quits: @dbaron (dbaron@moz-6A662ACD.bb.sky.com) (Ping timeout)
  1099. # [08:45] * Joins: jhorak (jhorak@moz-107AD163.redhat.com)
  1100. # [08:47] * Joins: dbaron (dbaron@moz-6A662ACD.bb.sky.com)
  1101. # [08:47] * ChanServ sets mode: +o dbaron
  1102. # [08:49] * Joins: mwargers (chatzilla@moz-AF369B35.adsl.online.nl)
  1103. # [08:49] * Joins: gandalf (zbraniecki@moz-4F155DA6.hsd1.ca.comcast.net)
  1104. # [08:49] * Joins: danielapetrovici (danielapet@601F3B17.33662590.A5830293.IP)
  1105. # [08:50] * Quits: @dbaron (dbaron@moz-6A662ACD.bb.sky.com) (Ping timeout)
  1106. # [08:51] * Quits: bnicholson (bnicholson@moz-E98974C1.hsd1.ca.comcast.net) (Ping timeout)
  1107. # [08:52] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  1108. # [08:56] * Joins: cpearce (cpearce@moz-A1E28DBA.xdsl.xnet.co.nz)
  1109. # [08:58] * Quits: jchen (jchen@CCB8E494.35B7D9C8.4CD1A128.IP) (Ping timeout)
  1110. # [08:58] * Joins: jchen (jchen@CCB8E494.35B7D9C8.4CD1A128.IP)
  1111. # [08:59] <mjrosenb> we default to building with clang?
  1112. # [09:00] * Joins: erikvold (erikvold@moz-FEB0D3F0.bchsia.telus.net)
  1113. # [09:01] <JonathanS> mjrosenb, in mac os x. yes
  1114. # [09:02] * Joins: scenor (Thunderbir@moz-F8AE4394.eduroam.meduniwien.ac.at)
  1115. # [09:02] * Quits: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP) (Quit: Computer has gone to sleep.)
  1116. # [09:05] <mjrosenb> this is on linux.
  1117. # [09:06] <mjrosenb> but top-alikes are showing me spending a large amount of time in clang.
  1118. # [09:07] <mjrosenb> root@ac:/home/mjrosenb/bin# readlink -f `which cc`
  1119. # [09:07] <mjrosenb> /usr/bin/clang
  1120. # [09:07] <mjrosenb> oh
  1121. # [09:07] <mjrosenb> funtimes.
  1122. # [09:08] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/9c91ff8c0a60 - Vicamo Yang - Bug 813978 - Part 1/5: use multi-key indexes. r=sicking, ferjm
  1123. # [09:08] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/5a26bc984b83 - Vicamo Yang - Bug 813978 - Part 2/5: rewrite filtering by only one condition. r=philikon
  1124. # [09:08] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/1b8dc288d62f - Vicamo Yang - Bug 813978 - Part 4/5: rewrite filtering by multiple phone numbers. r=ferjm
  1125. # [09:09] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/e7ebf7d70811 - Vicamo Yang - Bug 813978 - Part 3/5: rewrite filtering by mix of any two conditions. r=ferjm
  1126. # [09:09] <mjrosenb> CCCOMBOBREAKER
  1127. # [09:09] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/327e2e29fe89 - Vicamo Yang - Bug 813978 - Part 5/5: test cases for mixed filter targets. r=philikon
  1128. # [09:11] * Joins: pnemsak (Miranda@moz-BE85878E.citicom.sk)
  1129. # [09:12] * Quits: cilias (cilias@moz-D65C0C74.cpe.net.cable.rogers.com) (Quit: cilias)
  1130. # [09:12] * Joins: alice (alice@moz-3BCBEBE3.range86-150.btcentralplus.com)
  1131. # [09:13] * Quits: erikvold (erikvold@moz-FEB0D3F0.bchsia.telus.net) (Quit: erikvold)
  1132. # [09:14] * Quits: alice (alice@moz-3BCBEBE3.range86-150.btcentralplus.com) (Ping timeout)
  1133. # [09:14] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
  1134. # [09:14] * ChanServ sets mode: +o smaug
  1135. # [09:14] * Joins: taras (taras@moz-8E045071.hsd1.wa.comcast.net)
  1136. # [09:15] * Joins: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP)
  1137. # [09:16] * Joins: WeirdAl (chatzilla@moz-857040DF.hsd1.ca.comcast.net)
  1138. # [09:16] * Joins: ferjm (ferjm@53EF5629.3416E031.E21948B5.IP)
  1139. # [09:16] <WeirdAl> http://pastebin.mozilla.org/2065608 - can someone spot a problem in this XBL file? I'm a bit rusty, but it keeps saying this.tabs is undefined
  1140. # [09:17] <WeirdAl> err, that it's null
  1141. # [09:17] * Quits: paulproteus (quassel@rose.makesad.us) (Ping timeout)
  1142. # [09:17] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/02613b832b7c - Vicamo Yang - Bug 828633: re-enable test_strict_7bit_encoding.js. r=jgriffin
  1143. # [09:20] * Quits: azakai|far (alon@moz-8D0CC798.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  1144. # [09:20] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/0b0765410460 - Vicamo Yang - Bug 759529: add test case for SMS loopback, r=hsinyi
  1145. # [09:21] <mjrosenb> WeirdAl: it is all greek to me.
  1146. # [09:21] <glob> s/greek/geek/ ? :P
  1147. # [09:22] * Joins: paulproteus (quassel@moz-E86A3B42.makesad.us)
  1148. # [09:23] <mjrosenb> glob: I am quite fluent in geek.
  1149. # [09:24] <glob> mjrosenb, :)
  1150. # [09:24] * Quits: jchen (jchen@CCB8E494.35B7D9C8.4CD1A128.IP) (Ping timeout)
  1151. # [09:25] * Quits: scenor (Thunderbir@moz-F8AE4394.eduroam.meduniwien.ac.at) (Ping timeout)
  1152. # [09:25] * Joins: jchen (jchen@CCB8E494.35B7D9C8.4CD1A128.IP)
  1153. # [09:26] * Joins: scenor (Thunderbir@moz-F8AE4394.eduroam.meduniwien.ac.at)
  1154. # [09:26] * Joins: erikvold (erikvold@moz-FEB0D3F0.bchsia.telus.net)
  1155. # [09:27] <WeirdAl> uh, now it works...
  1156. # [09:31] <mjrosenb> sadly X's compose key doesn't allow me to enter greek.
  1157. # [09:32] <WeirdAl> ok, I needed a <children/> element in there
  1158. # [09:32] * Joins: Olipro (Olipro@moz-36AEAE5A.catv.pool.telekom.hu)
  1159. # [09:33] * Quits: scenor (Thunderbir@moz-F8AE4394.eduroam.meduniwien.ac.at) (Quit: scenor)
  1160. # [09:33] * Joins: scenor (Thunderbir@moz-F8AE4394.eduroam.meduniwien.ac.at)
  1161. # [09:33] * Quits: jchen (jchen@CCB8E494.35B7D9C8.4CD1A128.IP) (Ping timeout)
  1162. # [09:34] * Joins: jchen (jchen@CCB8E494.35B7D9C8.4CD1A128.IP)
  1163. # [09:36] * Joins: RealRaven (Thunderbir@58467D49.FCE1C320.C3498625.IP)
  1164. # [09:37] * Joins: alice (alice@moz-3BCBEBE3.range86-150.btcentralplus.com)
  1165. # [09:38] * Joins: pascalc (chatzilla@moz-446F98C8.fbxo.proxad.net)
  1166. # [09:41] * Joins: willyaranda (willyarand@moz-7B107A11.dynamic.jazztel.es)
  1167. # [09:43] * Joins: nhirata (anonymous@moz-F8747CC6.dsl.ovh.fr)
  1168. # [09:44] * Joins: smagnin (pike@moz-8CEB8724.fbx.proxad.net)
  1169. # [09:44] <NeilAway> bah, bisecting is no fun if changeset 118314 doesn't even start :-(
  1170. # [09:50] * Quits: dzbarsky (Adium@moz-5649E395.phlapa.east.verizon.net) (Quit: Leaving.)
  1171. # [09:51] * Quits: WeirdAl (chatzilla@moz-857040DF.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.89 [Firefox 18.0/20130104151925])
  1172. # [09:52] <hsivonen> gandalf: pong
  1173. # [09:52] * Joins: stransky (stransky@moz-107AD163.redhat.com)
  1174. # [09:53] * whimboo is now known as whimboo|afk
  1175. # [09:55] * Joins: TheOne (one@moz-82AECF3.dip0.t-ipconnect.de)
  1176. # [09:58] * Parts: scenor (Thunderbir@moz-F8AE4394.eduroam.meduniwien.ac.at)
  1177. # [09:59] * Joins: vikash (vikash@82768073.6A92A938.A3D1B221.IP)
  1178. # [10:00] * Joins: nrc (nrc@moz-B2C2EC73.cable.virginmedia.com)
  1179. # [10:00] * Joins: jviereck (Adium@moz-DBF9857.ethz.ch)
  1180. # [10:02] * Quits: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net) (Quit: jorendorff)
  1181. # [10:02] * glob is now known as glob|away
  1182. # [10:04] * Joins: marcoz (marco.zehe@moz-891A6849.dip.t-dialin.net)
  1183. # [10:05] * whimboo|afk is now known as whimboo
  1184. # [10:05] * Joins: jfkthame (jfkthame@2B12A728.FB47D00B.9542EC20.IP)
  1185. # [10:06] * Quits: m_kato (m_kato@moz-348F61F0.mozilla.or.jp) (Quit: Leaving...)
  1186. # [10:07] * Joins: tzimmermann (tzimmerman@moz-D54995F3.pools.arcor-ip.net)
  1187. # [10:07] * Quits: gandalf (zbraniecki@moz-4F155DA6.hsd1.ca.comcast.net) (Quit: I took the wrong pill!!!)
  1188. # [10:08] * Joins: Polynomial-C (Poly-C@moz-2D9016CA.dip.t-dialin.net)
  1189. # [10:09] * Joins: Ms2ger (Ms2ger@2BE1296A.E24D5586.3773EA9F.IP)
  1190. # [10:10] * Quits: jviereck (Adium@moz-DBF9857.ethz.ch) (Quit: Leaving.)
  1191. # [10:11] * Quits: jfkthame (jfkthame@2B12A728.FB47D00B.9542EC20.IP) (Quit: jfkthame)
  1192. # [10:11] * Quits: marcoz (marco.zehe@moz-891A6849.dip.t-dialin.net) (Quit: Leaving.)
  1193. # [10:15] * Joins: gandalf (zbraniecki@moz-4F155DA6.hsd1.ca.comcast.net)
  1194. # [10:15] * Joins: jfkthame (jfkthame@2B12A728.FB47D00B.9542EC20.IP)
  1195. # [10:17] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  1196. # [10:18] * Quits: cjones (cjones@moz-45913895.socal.res.rr.com) (Quit: Leaving)
  1197. # [10:20] * Joins: garnacho (carlos@moz-7EC74A99.dyn.user.ono.com)
  1198. # [10:20] * Joins: dbaron (dbaron@88F51059.F3BBB17D.144F44FA.IP)
  1199. # [10:20] * ChanServ sets mode: +o dbaron
  1200. # [10:21] * Quits: nrc (nrc@moz-B2C2EC73.cable.virginmedia.com) (Ping timeout)
  1201. # [10:21] * Joins: jdm (jdm@moz-4754F405.fbx.proxad.net)
  1202. # [10:22] * Joins: tingyuan (tingyuan@moz-99690620.hinet-ip.hinet.net)
  1203. # [10:22] * Joins: pnkfelix (pnkfelix@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net)
  1204. # [10:24] * baku|away is now known as baku
  1205. # [10:24] * Joins: Edgar1 (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  1206. # [10:24] * Joins: vtmarvin (Thunderbir@32DFDBE.7102BCB6.B7C3970A.IP)
  1207. # [10:24] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  1208. # [10:25] <Ms2ger> Good: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9a1) Gecko/20050821
  1209. # [10:25] <Ms2ger> Bad(Browser become unresponsive when start AutoScroll): Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9a1) Gecko/20050822
  1210. # [10:25] <Ms2ger> Sounds like a recent regression
  1211. # [10:26] <mjrosenb> huh, I'm getting bad certificates from two https addresses
  1212. # [10:26] * Quits: juanb|afk (jbecerra@moz-F1012875.hsd1.ca.comcast.net) (Quit: juanb|afk)
  1213. # [10:29] * Quits: gandalf (zbraniecki@moz-4F155DA6.hsd1.ca.comcast.net) (Quit: I took the wrong pill!!!)
  1214. # [10:30] * Joins: twi (Adium@4B8FCCF0.8AAAF769.FAAB0799.IP)
  1215. # [10:33] * Quits: @ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP) (Input/output error)
  1216. # [10:34] <mjrosenb> A PKCS #11 module returned CKR_DEVICE_ERROR, indicating that a problem has occurred with the token or slot.
  1217. # [10:34] <mjrosenb> (Error code: sec_error_pkcs11_device_error)
  1218. # [10:35] * capella is now known as capella|zZzZz
  1219. # [10:37] * Quits: mats (chatzilla@868A9748.A189EB51.4B330583.IP) (Quit: ChatZilla 0.9.89 [Firefox 17.0.1/20121128204232])
  1220. # [10:37] * mattwoodrow is now known as mattwoodrow|away
  1221. # [10:39] * Joins: edmorley (edmorley@moz-E05326D5.range86-145.btcentralplus.com)
  1222. # [10:41] * Joins: jviereck (Adium@moz-DBF9857.ethz.ch)
  1223. # [10:43] * Joins: msucan (mihai@CDEB00D4.8819A7BF.BD62875.IP)
  1224. # [10:43] * Joins: nrc (nrc@88F51059.F3BBB17D.144F44FA.IP)
  1225. # [10:44] * Quits: bajaj1 (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Quit: Leaving.)
  1226. # [10:44] * Quits: gerv (Instantbir@moz-8E68CF56.in-addr.arpa) (Ping timeout)
  1227. # [10:49] * Quits: KWierso (kwierso@moz-296B3117.hsd1.ca.comcast.net) (Ping timeout)
  1228. # [10:49] * Quits: KWierso|Home (chatzilla@moz-296B3117.hsd1.ca.comcast.net) (Ping timeout)
  1229. # [10:49] * Quits: dougt (dougt@moz-75E4F719.hsd1.ca.comcast.net) (Ping timeout)
  1230. # [10:49] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  1231. # [10:52] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  1232. # [10:55] * Quits: hub (hub@E639FEDB.F04051C4.DC1243F8.IP) (Ping timeout)
  1233. # [10:56] * Joins: sewardj (sewardj@moz-39B7A28D.dip.t-dialin.net)
  1234. # [10:57] * Quits: alice (alice@moz-3BCBEBE3.range86-150.btcentralplus.com) (Client exited)
  1235. # [10:59] * Joins: KWierso|Home (chatzilla@moz-296B3117.hsd1.ca.comcast.net)
  1236. # [11:00] * Joins: dougt (dougt@moz-75E4F719.hsd1.ca.comcast.net)
  1237. # [11:02] * Quits: birtles (chatzilla@moz-348F61F0.mozilla.or.jp) (Quit: ChatZilla 0.9.89-rdmsoft [XULRunner 1.9.0.17/2009122204])
  1238. # [11:02] * ewong is now known as ewong|afk
  1239. # [11:03] * Quits: sewardj (sewardj@moz-39B7A28D.dip.t-dialin.net) (Ping timeout)
  1240. # [11:03] * Quits: KWierso|Home (chatzilla@moz-296B3117.hsd1.ca.comcast.net) (Ping timeout)
  1241. # [11:03] * Quits: dougt (dougt@moz-75E4F719.hsd1.ca.comcast.net) (Ping timeout)
  1242. # [11:08] * Quits: KenChang (KenChang@moz-99690620.hinet-ip.hinet.net) (Quit: 暫離)
  1243. # [11:09] * Quits: merike|away (quassel@moz-60F54D46.cable.starman.ee) (Ping timeout)
  1244. # [11:09] * Quits: Cork (Cork@moz-1DDC043.cust.tele2.se) (Ping timeout)
  1245. # [11:09] * Quits: ketas (ketas@195.20.191.90.dyn.estpak.ee) (Ping timeout)
  1246. # [11:09] * Quits: JPeterson (JPeterson@moz-68CC06AD.cust.tele2.se) (Ping timeout)
  1247. # [11:09] * Quits: Hixie (ianh@C6D27F7B.5EFFBB68.81BC061B.IP) (Ping timeout)
  1248. # [11:09] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  1249. # [11:09] * Quits: hsivonen (hsivonen@moz-E533C3E2.esp.mediateam.fi) (Ping timeout)
  1250. # [11:09] * Quits: twi (Adium@4B8FCCF0.8AAAF769.FAAB0799.IP) (Ping timeout)
  1251. # [11:09] * Quits: macmaN (chezburger@moz-DA23949E.dyn.estpak.ee) (Ping timeout)
  1252. # [11:09] * Joins: ketas (ketas@195.20.191.90.dyn.estpak.ee)
  1253. # [11:09] * Joins: Hixie (ianh@C6D27F7B.5EFFBB68.81BC061B.IP)
  1254. # [11:09] * Joins: macmaN (chezburger@moz-DA23949E.dyn.estpak.ee)
  1255. # [11:10] * Joins: twi (Adium@4B8FCCF0.8AAAF769.FAAB0799.IP)
  1256. # [11:10] * Joins: JPeterson (JPeterson@moz-68CC06AD.cust.tele2.se)
  1257. # [11:10] * Joins: Cork (Cork@moz-1DDC043.cust.tele2.se)
  1258. # [11:10] * Joins: merike|away (quassel@moz-60F54D46.cable.starman.ee)
  1259. # [11:14] * Quits: jfkthame (jfkthame@2B12A728.FB47D00B.9542EC20.IP) (Quit: jfkthame)
  1260. # [11:14] * Joins: hsivonen (hsivonen@moz-E533C3E2.esp.mediateam.fi)
  1261. # [11:16] * Quits: genester (Thunderbir@moz-A0C78C2.oc.oc.cox.net) (Ping timeout)
  1262. # [11:16] * Joins: FabioMagnoni (fabiomagno@CC0C60DA.77432F63.8AF99142.IP)
  1263. # [11:16] * baku is now known as baku|away
  1264. # [11:17] * Joins: jfkthame (jfkthame@2B12A728.FB47D00B.9542EC20.IP)
  1265. # [11:21] * Joins: alice (alice@moz-A7C201EB.zone16.bethere.co.uk)
  1266. # [11:22] * Joins: hub (hub@E639FEDB.F04051C4.DC1243F8.IP)
  1267. # [11:22] * Joins: vendo (chatzilla@56D55732.7114713F.B1C414DA.IP)
  1268. # [11:23] * Quits: jhorak (jhorak@moz-107AD163.redhat.com) (Quit: Leaving)
  1269. # [11:24] * Quits: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net) (Ping timeout)
  1270. # [11:24] * Joins: mak (chatzilla@moz-35A66F5E.retail.telecomitalia.it)
  1271. # [11:25] * Joins: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net)
  1272. # [11:26] * Joins: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net)
  1273. # [11:29] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/08f1385d7f0f - Randell Jesup - Bug 805251 - Clean up DataChannel close logic r=mcmanus
  1274. # [11:29] * Quits: jdm (jdm@moz-4754F405.fbx.proxad.net) (Ping timeout)
  1275. # [11:29] * Quits: pascalc (chatzilla@moz-446F98C8.fbxo.proxad.net) (Ping timeout)
  1276. # [11:30] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Quit: Edgar)
  1277. # [11:30] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  1278. # [11:31] * Quits: jviereck (Adium@moz-DBF9857.ethz.ch) (Quit: Leaving.)
  1279. # [11:32] * Quits: jfkthame (jfkthame@2B12A728.FB47D00B.9542EC20.IP) (Quit: jfkthame)
  1280. # [11:32] * Joins: morrison (morrison@moz-E38E38E1.cust-10274.ip.static.uno.uk.net)
  1281. # [11:34] * mjrosenb grumbles about m-c being broken
  1282. # [11:34] * mjrosenb hopes the issue is his fault
  1283. # [11:35] * Quits: JeroenDeDauw (j@moz-5E2E69F0.dip.t-dialin.net) (Quit: Leaving.)
  1284. # [11:35] * Joins: JeroenDeDauw (j@moz-5E2E69F0.dip.t-dialin.net)
  1285. # [11:36] <edmorley> mjrosenb: green on tbpl
  1286. # [11:37] <edmorley> build issue?
  1287. # [11:37] <mjrosenb> I don't remember seeing any build errors
  1288. # [11:37] * edmorley changes topic to 'Introducing https://etherpad.mozilla.org/commonissues || Fix your tests, please! http://brasstacks.mozilla.com/orangefactor/ || Next merge: 18 February || New? Want to help? See #introduction || http://krijnhoetmer.nl/irc-logs/ , http://logbot.glob.com.au'
  1289. # [11:40] <edmorley> mjrosenb: so what's broken?
  1290. # [11:40] <glandium> edmorley: m-c
  1291. # [11:40] <glandium> :)
  1292. # [11:40] <mjrosenb> edmorley: https
  1293. # [11:40] <edmorley> ok
  1294. # [11:44] * Quits: harth (harth@moz-3C999954.hsd1.ca.comcast.net) (Input/output error)
  1295. # [11:45] <glandium> mjrosenb: linux?
  1296. # [11:46] <mjrosenb> glandium: yes
  1297. # [11:46] * Joins: jhorak (jhorak@moz-107AD163.redhat.com)
  1298. # [11:47] <mjrosenb> A PKCS #11 module returned CKR_DEVICE_ERROR, indicating that a problem has occurred with the token or slot.
  1299. # [11:47] <mjrosenb> (Error code: sec_error_pkcs11_device_error)
  1300. # [11:47] <glandium> mjrosenb: you may want to check /proc/$(pidof firefox)/maps see if there are multiple softokn3 or something like that
  1301. # [11:47] <mjrosenb> or An error occurred during a connection to bugzilla.mozilla.org.
  1302. # [11:47] <mjrosenb> Peer's certificate has an invalid signature.
  1303. # [11:47] <mjrosenb> (Error code: sec_error_bad_signature)
  1304. # [11:47] * Quits: errstr (trane@4B6E818F.DF074373.4372BB76.IP) (Ping timeout)
  1305. # [11:48] * Joins: jdm (jdm@moz-F8747CC6.dsl.ovh.fr)
  1306. # [11:49] <mjrosenb> 7f331799d000-7f33179f8000 r-xp 00000000 00:13 348120 /home/mjrosenb/src/central/central/objs/opt/security/nss/lib/softoken/libsoftokn3.so
  1307. # [11:49] <mjrosenb> 7f33179f8000-7f33179fa000 rw-p 0005a000 00:13 348120 /home/mjrosenb/src/central/central/objs/opt/security/nss/lib/softoken/libsoftokn3.so
  1308. # [11:49] <mjrosenb> indeed
  1309. # [11:49] <@dbaron> Ms2ger, do you think the mozilla::clamped patch should be typing mozilla::clamped everywhere rather than doing using namespace mozilla?
  1310. # [11:49] * Joins: errstr (trane@4B6E818F.DF074373.4372BB76.IP)
  1311. # [11:49] <Ms2ger> dbaron, no, he's preparing a new patch
  1312. # [11:50] * Quits: derf (derf@moz-4168F490.net) (Ping timeout)
  1313. # [11:50] <glandium> mjrosenb: that's normal
  1314. # [11:50] <Ms2ger> dbaron, I find it hard to get used to you being online in European mornings :)
  1315. # [11:50] * Joins: rednaks (rednaks@BD64C674.E857145E.55FFA9B4.IP)
  1316. # [11:50] <@dbaron> Ms2ger, it's only temporary
  1317. # [11:50] <@dbaron> Ms2ger, it does happen when I'm in Europe, after all
  1318. # [11:51] <Ms2ger> You're welcome to stay, of course :)
  1319. # [11:51] * Joins: jacek (jacek@moz-5D707D3B.psi.wroc.pl)
  1320. # [11:51] <mjrosenb> glandium: any other strings I should grep for?
  1321. # [11:51] <@dbaron> Ms2ger, not a big fan of this whole sunrise 8am sunset 4:20pm thing. Then again, Spain doesn't have that problem...
  1322. # [11:52] <Ms2ger> It's better in summer, fortunately
  1323. # [11:52] * Quits: alice (alice@moz-A7C201EB.zone16.bethere.co.uk) (Ping timeout)
  1324. # [11:54] * Quits: erikvold (erikvold@moz-FEB0D3F0.bchsia.telus.net) (Quit: erikvold)
  1325. # [11:54] * Joins: Stan (Stan@moz-2187249F.dip.t-dialin.net)
  1326. # [11:54] * Joins: jfkthame (jfkthame@2B12A728.FB47D00B.9542EC20.IP)
  1327. # [11:56] * Joins: alice (alice@moz-A7C201EB.zone16.bethere.co.uk)
  1328. # [11:57] * Joins: alice_ (alice@moz-3BCBEBE3.range86-150.btcentralplus.com)
  1329. # [11:58] * Quits: jcv (john@moz-9DD98F0F.cable.mindspring.com) (Ping timeout)
  1330. # [11:58] * Joins: vingtetun (vingtetun@moz-F8747CC6.dsl.ovh.fr)
  1331. # [11:59] <glandium> mjrosenb: did you enable fips?
  1332. # [11:59] * Quits: alice_ (alice@moz-3BCBEBE3.range86-150.btcentralplus.com) (Ping timeout)
  1333. # [12:00] * Quits: jhorak (jhorak@moz-107AD163.redhat.com) (Quit: Leaving)
  1334. # [12:01] <Yoric> ttaubert: ping
  1335. # [12:01] * Joins: jhorak (jhorak@moz-107AD163.redhat.com)
  1336. # [12:02] * baku|away is now known as baku
  1337. # [12:03] * heycam|away is now known as heycam
  1338. # [12:03] * Joins: Goldorak (chatzilla@7CD1B470.2BC633E3.88CF6591.IP)
  1339. # [12:03] * Quits: ddahl (ddahl@648205EB.ED8DACAE.49D91E5E.IP) (Ping timeout)
  1340. # [12:08] * Quits: Edgar1 (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Quit: Edgar1)
  1341. # [12:09] * Joins: paolo (paolo@moz-BA74B131.retail.telecomitalia.it)
  1342. # [12:12] * Joins: Mic (Instantbir@moz-31C2737B.superkabel.de)
  1343. # [12:14] * Joins: souradeep (souradeep@843FBBC2.5BD89482.47324136.IP)
  1344. # [12:14] * Joins: pascalc (chatzilla@moz-F8747CC6.dsl.ovh.fr)
  1345. # [12:14] * Joins: gandalf (zbraniecki@moz-4F155DA6.hsd1.ca.comcast.net)
  1346. # [12:20] * Quits: souradeep (souradeep@843FBBC2.5BD89482.47324136.IP) (Ping timeout)
  1347. # [12:20] * Joins: andersh_ (andersh@moz-86271A57.bredband.3.dk)
  1348. # [12:21] * Quits: andersh (andersh@moz-6CFEAD2F.bredband.3.dk) (Ping timeout)
  1349. # [12:21] * Joins: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  1350. # [12:23] * Joins: Matti (Matti@moz-9B555047.dip.t-dialin.net)
  1351. # [12:25] * Joins: derf (derf@moz-4168F490.net)
  1352. # [12:25] * Joins: souradeep (souradeep@843FBBC2.5BD89482.47324136.IP)
  1353. # [12:26] * Quits: souradeep (souradeep@843FBBC2.5BD89482.47324136.IP) (Quit: Leaving)
  1354. # [12:27] * Joins: sewardj (sewardj@moz-78F6E6F9.dip.t-dialin.net)
  1355. # [12:28] * whimboo is now known as whimboo|lunch
  1356. # [12:35] <gaston> gps: glandium: hm was mach turned on by default on unices or more python stuff enabled in the build recently ? all my nightlies failed in configure
  1357. # [12:35] <gaston> http://buildbot.rhaalovely.net/builders/mozilla-central-amd64/builds/639/steps/configure/logs/stdio
  1358. # [12:36] * Quits: edmorley (edmorley@moz-E05326D5.range86-145.btcentralplus.com) (Ping timeout)
  1359. # [12:36] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  1360. # [12:37] * Quits: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1361. # [12:37] * Quits: pnkfelix (pnkfelix@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net) (Ping timeout)
  1362. # [12:38] <glandium> gaston: erf, the virtualenv check ends up importing the world... file a bug
  1363. # [12:38] * Quits: allstarschh (allstars@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  1364. # [12:38] <Ms2ger> gaston, we landed part of the moz.build transition earlier
  1365. # [12:39] * Joins: edmorley (edmorley@moz-E05326D5.range86-145.btcentralplus.com)
  1366. # [12:39] * Joins: himsin (x@D9BD801B.3E31E221.BE3C3C1D.IP)
  1367. # [12:40] <glandium> gaston: actually, don't, just add a comment to bug 784841
  1368. # [12:40] <gaston> oki, will look at all that
  1369. # [12:40] <glandium> even better, let me do it
  1370. # [12:40] <Ms2ger> cp: missing destination file operand after `obj-x86_64-unknown-linux-gnu/.mozconfig'
  1371. # [12:41] <Ms2ger> But my build doesn't seem to mind
  1372. # [12:41] <gaston> if you have a fix or an idea i can test whatever you throw at me :)
  1373. # [12:41] * Quits: Optimizer (Optimizer@6964AAC4.27DDE783.BE90E62C.IP) (Ping timeout)
  1374. # [12:41] * Joins: Cwiiis (cwiiis@88F51059.F3BBB17D.144F44FA.IP)
  1375. # [12:42] <gaston> glandium: if you want to compare with a working configure : http://buildbot.rhaalovely.net/builders/mozilla-central-amd64/builds/637/steps/configure/logs/stdio
  1376. # [12:43] <gaston> that was 2 days ago, and i cloberred objdir in between
  1377. # [12:43] <glandium> gaston: check my comment in bug 784841, it points to what broke
  1378. # [12:45] <gaston> ah
  1379. # [12:45] * Joins: Optimizer (Optimizer@6964AAC4.27DDE783.BE90E62C.IP)
  1380. # [12:45] <gaston> annoying..
  1381. # [12:45] * Quits: Mic (Instantbir@moz-31C2737B.superkabel.de) (Connection reset by peer)
  1382. # [12:46] <gaston> well i guess it's just a matter of time before a working multiprocessing module becomes mandatory..
  1383. # [12:46] * Joins: teoli (teoli@moz-DB2960E7.sw.biz.rr.com)
  1384. # [12:47] * baku is now known as baku|away
  1385. # [12:47] * Quits: Optimizer (Optimizer@6964AAC4.27DDE783.BE90E62C.IP) (Ping timeout)
  1386. # [12:48] <mak> smaug: ping
  1387. # [12:49] * Joins: Optimizer (Optimizer@6964AAC4.27DDE783.BE90E62C.IP)
  1388. # [12:49] * Quits: teoli (teoli@moz-DB2960E7.sw.biz.rr.com) (Ping timeout)
  1389. # [12:50] <@smaug> mak: pong
  1390. # [12:51] * Quits: Optimizer (Optimizer@6964AAC4.27DDE783.BE90E62C.IP) (Ping timeout)
  1391. # [12:51] * Joins: Optimizer (Optimizer@6964AAC4.27DDE783.BE90E62C.IP)
  1392. # [12:52] <mjrosenb> glandium: just --disable-debug --enable-optimize
  1393. # [12:53] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1394. # [12:54] <ttaubert> Yoric: pong
  1395. # [12:55] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  1396. # [13:02] * Joins: kdudka (kdudka@moz-107AD163.redhat.com)
  1397. # [13:04] * Quits: Hendikins (wolfox@moz-13914647.hhui4.ken.bigpond.net.au) (Ping timeout)
  1398. # [13:04] * Joins: jimm (jimm@E48845AB.3A9F9BD4.4C2245EF.IP)
  1399. # [13:05] * Joins: Hendikins (wolfox@moz-13914647.hhui4.ken.bigpond.net.au)
  1400. # [13:06] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  1401. # [13:06] * Joins: dougt (dougt@moz-75E4F719.hsd1.ca.comcast.net)
  1402. # [13:08] * Quits: jimm (jimm@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  1403. # [13:08] * Quits: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  1404. # [13:09] * Fallen|away is now known as Fallen
  1405. # [13:09] * Quits: kdudka (kdudka@moz-107AD163.redhat.com) (Quit: Leaving)
  1406. # [13:10] * Quits: Optimizer (Optimizer@6964AAC4.27DDE783.BE90E62C.IP) (Ping timeout)
  1407. # [13:10] * Joins: Optimizer (Optimizer@6964AAC4.27DDE783.BE90E62C.IP)
  1408. # [13:12] * Quits: TheOne (one@moz-82AECF3.dip0.t-ipconnect.de) (Input/output error)
  1409. # [13:12] * Quits: Optimizer (Optimizer@6964AAC4.27DDE783.BE90E62C.IP) (Connection reset by peer)
  1410. # [13:13] * Joins: Optimizer (Optimizer@6964AAC4.27DDE783.BE90E62C.IP)
  1411. # [13:14] * Joins: KWierso|Home (chatzilla@moz-296B3117.hsd1.ca.comcast.net)
  1412. # [13:15] * mak is now known as mak|afk
  1413. # [13:15] * Quits: Optimizer (Optimizer@6964AAC4.27DDE783.BE90E62C.IP) (Input/output error)
  1414. # [13:15] * Joins: Optimizer (Optimizer@6964AAC4.27DDE783.BE90E62C.IP)
  1415. # [13:16] * Quits: victorporof (victorporo@804353A6.368C7786.6A4F8DA2.IP) (Quit: victorporof)
  1416. # [13:16] * Joins: jviereck (Adium@moz-25674D08.ethz.ch)
  1417. # [13:18] * Quits: Optimizer (Optimizer@6964AAC4.27DDE783.BE90E62C.IP) (Input/output error)
  1418. # [13:18] * Joins: Optimizer (Optimizer@6964AAC4.27DDE783.BE90E62C.IP)
  1419. # [13:19] * Joins: KaiRo (robert@moz-E95EA308.adsl.highway.telekom.at)
  1420. # [13:20] * Quits: Optimizer (Optimizer@6964AAC4.27DDE783.BE90E62C.IP) (Input/output error)
  1421. # [13:21] * Joins: Optimizer (Optimizer@6964AAC4.27DDE783.BE90E62C.IP)
  1422. # [13:21] * Joins: rlewis (Thunderbir@moz-D47321EC.cable.virginmedia.com)
  1423. # [13:23] * Quits: rlewis (Thunderbir@moz-D47321EC.cable.virginmedia.com) (Ping timeout)
  1424. # [13:23] * Joins: jviereck1 (Adium@moz-25674D08.ethz.ch)
  1425. # [13:23] * Joins: Sutch (bzlandfill@moz-D66F2C0.static.cable.virginmedia.com)
  1426. # [13:23] * Quits: jviereck (Adium@moz-25674D08.ethz.ch) (Connection reset by peer)
  1427. # [13:23] * Quits: Sutch (bzlandfill@moz-D66F2C0.static.cable.virginmedia.com) (Quit: CGI:IRC)
  1428. # [13:24] * Joins: rlewis (Thunderbir@moz-D47321EC.cable.virginmedia.com)
  1429. # [13:24] * Quits: Optimizer (Optimizer@6964AAC4.27DDE783.BE90E62C.IP) (Connection reset by peer)
  1430. # [13:24] * Joins: Optimizer (Optimizer@6964AAC4.27DDE783.BE90E62C.IP)
  1431. # [13:25] * Joins: dao (dao@moz-C51BE6D7.superkabel.de)
  1432. # [13:26] * Joins: jcv (john@moz-9DD98F0F.cable.mindspring.com)
  1433. # [13:26] * Quits: jviereck1 (Adium@moz-25674D08.ethz.ch) (Connection reset by peer)
  1434. # [13:26] * Joins: jviereck (Adium@moz-25674D08.ethz.ch)
  1435. # [13:27] * Quits: Optimizer (Optimizer@6964AAC4.27DDE783.BE90E62C.IP) (Input/output error)
  1436. # [13:27] * Joins: Optimizer (Optimizer@6964AAC4.27DDE783.BE90E62C.IP)
  1437. # [13:27] * Quits: @smaug (chatzilla@moz-78A86AC.pp.htv.fi) (Input/output error)
  1438. # [13:28] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/935b891ba398 - Jon Coppeard - Bug 831291 - GC: jsapi test Debugger fails under rooting analysis r=billm
  1439. # [13:28] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
  1440. # [13:28] * ChanServ sets mode: +o smaug
  1441. # [13:28] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/15db83a182f5 - Jon Coppeard - Bug 831370 - Rename IsAddressableGCThing to GetAddressableGCThing, now that it returns void* r=terrence
  1442. # [13:28] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/4959e4692993 - Jon Coppeard - Bug 831216 - GC: jsapi test GCFinalizeCallback fails under rooting analysis r=billm
  1443. # [13:28] <edmorley> asan burning yey
  1444. # [13:29] * Quits: paolo (paolo@moz-BA74B131.retail.telecomitalia.it) (Client exited)
  1445. # [13:31] * Quits: Callek (chatzilla@8F761026.B5EF4AF6.E96CA9D8.IP) (Ping timeout)
  1446. # [13:31] * Quits: Optimizer (Optimizer@6964AAC4.27DDE783.BE90E62C.IP) (Ping timeout)
  1447. # [13:32] * Joins: berdario (berdario@moz-D86E3582.retail.telecomitalia.it)
  1448. # [13:32] * Quits: jprmc (jprmc@moz-542588AA.cpe.net.cable.rogers.com) (Ping timeout)
  1449. # [13:33] * Joins: Optimizer (Optimizer@6964AAC4.27DDE783.BE90E62C.IP)
  1450. # [13:33] * Quits: jviereck (Adium@moz-25674D08.ethz.ch) (Quit: Leaving.)
  1451. # [13:34] * Joins: naveed (nihsanulla@moz-E0791328.bstnma.fios.verizon.net)
  1452. # [13:34] * mak|afk is now known as mak
  1453. # [13:35] * Quits: Optimizer (Optimizer@6964AAC4.27DDE783.BE90E62C.IP) (Input/output error)
  1454. # [13:35] * Joins: Optimizer (Optimizer@6964AAC4.27DDE783.BE90E62C.IP)
  1455. # [13:36] * Joins: jprmc (jprmc@moz-542588AA.cpe.net.cable.rogers.com)
  1456. # [13:38] * Quits: Optimizer (Optimizer@6964AAC4.27DDE783.BE90E62C.IP) (Input/output error)
  1457. # [13:38] * Joins: Optimizer (Optimizer@6964AAC4.27DDE783.BE90E62C.IP)
  1458. # [13:39] * Joins: Pike (Pike@moz-956D1177.pool.mediaways.net)
  1459. # [13:40] * Quits: Optimizer (Optimizer@6964AAC4.27DDE783.BE90E62C.IP) (Input/output error)
  1460. # [13:42] * Joins: Optimizer (Optimizer@6964AAC4.27DDE783.BE90E62C.IP)
  1461. # [13:44] * Quits: morrison (morrison@moz-E38E38E1.cust-10274.ip.static.uno.uk.net) (Client exited)
  1462. # [13:45] * Quits: Optimizer (Optimizer@6964AAC4.27DDE783.BE90E62C.IP) (Max SendQ exceeded)
  1463. # [13:46] * Joins: Optimizer (Optimizer@6964AAC4.27DDE783.BE90E62C.IP)
  1464. # [13:47] * Joins: Optimizer1 (Optimizer@6964AAC4.27DDE783.BE90E62C.IP)
  1465. # [13:48] * Quits: Optimizer (Optimizer@6964AAC4.27DDE783.BE90E62C.IP) (Ping timeout)
  1466. # [13:48] * Joins: Sander (chatzilla@FC5F1440.4B885322.61FF931A.IP)
  1467. # [13:49] * Quits: Optimizer1 (Optimizer@6964AAC4.27DDE783.BE90E62C.IP) (Max SendQ exceeded)
  1468. # [13:51] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/678cac97bf1a - Mats Palmgren - Bug 821479. r=roc
  1469. # [13:51] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/63ba23c13e9b - Mats Palmgren - Bug 821479. r=roc
  1470. # [13:56] * baku|away is now known as baku
  1471. # [13:56] * Joins: Callek (chatzilla@8F761026.B5EF4AF6.E96CA9D8.IP)
  1472. # [13:57] * Joins: Edgar (Thunderbir@moz-D8096516.dynamic.hinet.net)
  1473. # [13:59] * Joins: Optimizer (Optimizer@A26D9BAA.7B992933.BE90E62C.IP)
  1474. # [14:00] * Quits: berkerpeksag (berkerpeks@CFA04D52.F96081A7.BA04A6B2.IP) (Quit: WeeChat 0.3.7)
  1475. # [14:00] * whimboo|lunch is now known as whimboo
  1476. # [14:00] * Quits: Edgar (Thunderbir@moz-D8096516.dynamic.hinet.net) (Quit: Edgar)
  1477. # [14:01] * Joins: teoli (teoli@moz-DB2960E7.sw.biz.rr.com)
  1478. # [14:01] * Quits: teoli (teoli@moz-DB2960E7.sw.biz.rr.com) (Quit: )
  1479. # [14:03] <decoder> edmorley: thanks for the help with asan builds
  1480. # [14:03] * Quits: gandalf (zbraniecki@moz-4F155DA6.hsd1.ca.comcast.net) (Quit: I took the wrong pill!!!)
  1481. # [14:03] <decoder> ill see if I can find out what the problems are
  1482. # [14:04] <edmorley> decoder: that's ok :-)
  1483. # [14:04] <decoder> it's already nice we actually have them
  1484. # [14:04] <edmorley> yeah :-)
  1485. # [14:04] <edmorley> tbpl support for labelling them properly is in bug 831712
  1486. # [14:04] <decoder> yea, saw that thx
  1487. # [14:04] * Quits: alice (alice@moz-A7C201EB.zone16.bethere.co.uk) (Client exited)
  1488. # [14:05] <edmorley> aim to deploy later today, presuming r+
  1489. # [14:05] <edmorley> well, file the request for IT to deploy later today
  1490. # [14:05] * Joins: gwagner (Gregor@A6CBEE60.C366FB5A.13A8CA36.IP)
  1491. # [14:06] <edmorley> looking forward to chief self-service deploys (bug 827473)
  1492. # [14:08] * Joins: alice (alice@moz-3BCBEBE3.range86-150.btcentralplus.com)
  1493. # [14:09] * Quits: jhk (jhk@7FC79FD2.5827C9F6.D06349B0.IP) (Ping timeout)
  1494. # [14:10] <decoder> edmorley: the red ones dont look like asan problems in particular
  1495. # [14:10] <decoder> "make: *** obj-firefox/tools/update-packaging: No such file or directory. Stop."
  1496. # [14:10] <decoder> not sure what that is
  1497. # [14:10] * Quits: alice (alice@moz-3BCBEBE3.range86-150.btcentralplus.com) (Ping timeout)
  1498. # [14:10] <KaiRo> packaging is always nice, full of voodoo
  1499. # [14:10] <decoder> the orange is https://bugzilla.mozilla.org/show_bug.cgi?id=799494
  1500. # [14:10] * Joins: glazou (glazou@moz-204094DD.disruptive-innovations.fr)
  1501. # [14:11] <glazou> bonjour
  1502. # [14:11] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  1503. # [14:11] <edmorley> decoder: cool, least shows the new builds work :-)
  1504. # [14:12] <decoder> yep
  1505. # [14:12] <decoder> edmorley: I can fix the orange one, but terrence was also working on the fix afaik. the red one seems like a buildbot thing
  1506. # [14:12] <decoder> i dont know what the "nightly" job does different compared to a normal build
  1507. # [14:12] * Quits: pnemsak (Miranda@moz-BE85878E.citicom.sk) (Connection reset by peer)
  1508. # [14:12] * Joins: pnemsak (Miranda@moz-BE85878E.citicom.sk)
  1509. # [14:13] <edmorley> decoder: I'd leave for releng for the moment, it's probably something obvious :-)
  1510. # [14:13] <decoder> okay =)
  1511. # [14:13] <edmorley> so not worth the time sink
  1512. # [14:14] * decoder goes to fix jsbugmon first
  1513. # [14:14] <decoder> it broke with the virtualenv landing
  1514. # [14:15] <edmorley> ah
  1515. # [14:15] <Standard8> decoder: the update packaging thing… I saw that the other day when I messed up some mozconfigs and missed out --enable-update-packaging
  1516. # [14:15] <Standard8> decoder: if you're intentionally not doing update packaging, then you might need to get releng to turn that off
  1517. # [14:16] <edmorley> decoder: from what I can tell the nightly failure is us not generating the update mars properly - but we didn't want nightly updates anyway did we?
  1518. # [14:17] <decoder> Standard8: yea, we're not doing any updates. thanks, ill let them know when people awake :)
  1519. # [14:17] <decoder> yep. no updates
  1520. # [14:17] <decoder> releng is aware of that but they probably forgot to turn it off
  1521. # [14:20] * Quits: rednaks (rednaks@BD64C674.E857145E.55FFA9B4.IP) (Ping timeout)
  1522. # [14:20] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  1523. # [14:20] * Joins: rednaks (rednaks@DCBDB49D.D8B81367.55FFA9B4.IP)
  1524. # [14:21] * Quits: jcv (john@moz-9DD98F0F.cable.mindspring.com) (Quit: leaving)
  1525. # [14:24] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  1526. # [14:26] * Joins: alice (alice@moz-3BCBEBE3.range86-150.btcentralplus.com)
  1527. # [14:26] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  1528. # [14:27] * Joins: jcv (john@moz-9DD98F0F.cable.mindspring.com)
  1529. # [14:27] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/bc9d2b47cda8 - Nathan Froyd - Bug 831441 - delete unused variable in nsDOMStyleSheetSetList::GetSets; r=Ms2ger
  1530. # [14:28] * Quits: Callek (chatzilla@8F761026.B5EF4AF6.E96CA9D8.IP) (Ping timeout)
  1531. # [14:28] * Quits: alice (alice@moz-3BCBEBE3.range86-150.btcentralplus.com) (Ping timeout)
  1532. # [14:32] <NeilAway> mak: ping
  1533. # [14:32] <mak> NeilAway: pong
  1534. # [14:33] * Quits: @smaug (chatzilla@moz-78A86AC.pp.htv.fi) (Ping timeout)
  1535. # [14:33] <NeilAway> mak: so, tbsaunde wants to change getXXXProperties from atoms to strings
  1536. # [14:34] <KaiRo> why am I not surprised SeaMonkey is burning? it's not like some larger build system change landed, right?
  1537. # [14:34] <mak> NeilAway: hmm I'm not sure I know anything about that project... link?
  1538. # [14:34] <gaston> KaiRo: 784841 i suppose :)
  1539. # [14:35] <NeilAway> mak: there's a change in places that I wanted to run past you, let me link to it
  1540. # [14:35] * jmaher|afk is now known as jmaher
  1541. # [14:35] <KaiRo> gaston: also my first guess :)
  1542. # [14:35] <NeilAway> eek, typed attachment number (which turns out to be protected bug, oops)
  1543. # [14:36] <NeilAway> mak: https://bugzilla.mozilla.org/attachment.cgi?id=703046&action=diff#a/browser/components/places/content/treeView.js_sec2
  1544. # [14:36] <mak> uh, lots of changes
  1545. # [14:37] * Joins: Callek (chatzilla@F2D29657.F60B0462.67AC9B1.IP)
  1546. # [14:37] <Yoric> ttaubert: When would you be available for a (video) chat?
  1547. # [14:37] * AutomatedTester|away is now known as AutomatedTester
  1548. # [14:37] * whimboo is now known as whimboo|afk
  1549. # [14:37] * Quits: vtmarvin (Thunderbir@32DFDBE.7102BCB6.B7C3970A.IP) (Ping timeout)
  1550. # [14:38] <ttaubert> Yoric: next week? I'm on PTO at the moment (and yeah, stupid enough to be on IRC ;)
  1551. # [14:38] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d5b9cb99e141 - Ted Mielczarek - bug 825511 - use outputTimeout for runcppunittests.py. r=ahal
  1552. # [14:38] * whimboo|afk is now known as whimboo
  1553. # [14:38] * Joins: pnkfelix (pnkfelix@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net)
  1554. # [14:38] * Joins: nmatsakis (nmatsakis@AAE222A3.FDDA6739.2321E71E.IP)
  1555. # [14:38] <Yoric> ttaubert: Ok. Don't be surprised if you find a weird SessionStore when you return :)
  1556. # [14:38] <NeilAway> mak: so, the only thing that looks wrong to me is that he now needs to compare properties != null as "" is a valid string meaning that there are no special properties for that node
  1557. # [14:38] <ttaubert> Yoric: oh god, you're that fast? :)
  1558. # [14:38] * Quits: gwagner (Gregor@A6CBEE60.C366FB5A.13A8CA36.IP) (Quit: gwagner)
  1559. # [14:39] <NeilAway> ttaubert: no, it only looks fast becuase he works asynchronously
  1560. # [14:39] <NeilAway> *because
  1561. # [14:39] <ttaubert> heh
  1562. # [14:39] <ttaubert> Yoric: but I'd really like to exchange session restore ideas with you. I imagine you have a lot of suggestions
  1563. # [14:40] * sheeri-afk is now known as sheeri
  1564. # [14:40] <Yoric> ttaubert: I'm currently attempting to rework some more of it into asynchronicity. I'd just like to bounce ideas and/or determine how many things I'll break.
  1565. # [14:41] <mak> NeilAway: so, basically instead of passing in an array, and we add to it, the idea is that the method returns a long string of properties?
  1566. # [14:41] <ttaubert> Yoric: many. but I'm yet looking forward :)
  1567. # [14:41] <mak> NeilAway: and these properties clearly can't contain a space in the name since space is used as separator
  1568. # [14:42] * Joins: lvella (lucas@moz-849AF3A1.xd-dynamic.ctbcnetsuper.com.br)
  1569. # [14:42] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/152d3caaf16a - Milan Sreckovic - Bug 803568: Check for Cairo surface creation failure. r=bas
  1570. # [14:42] <mak> NeilAway: if there are no properties what is expected to return, empty string or undefined?
  1571. # [14:42] <NeilAway> mak: empty string
  1572. # [14:43] <mak> NeilAway: so, first he should remove aProperties argument...
  1573. # [14:43] * Quits: jhopkins|afk (jhopkins@8F761026.B5EF4AF6.E96CA9D8.IP) (Quit: jhopkins|afk)
  1574. # [14:44] <mak> NeilAway: and the final return props + " " + properties looks wrong (is this what you meant?)
  1575. # [14:45] * Quits: vikash (vikash@82768073.6A92A938.A3D1B221.IP) (Quit: This computer has gone to sleep)
  1576. # [14:45] <NeilAway> mak: no, the let properties = this._cellProperties.get(node, null)
  1577. # [14:45] * Quits: Sander (chatzilla@FC5F1440.4B885322.61FF931A.IP) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  1578. # [14:45] * Quits: Optimizer (Optimizer@A26D9BAA.7B992933.BE90E62C.IP) (Ping timeout)
  1579. # [14:45] <NeilAway> mak: since the default cached value is now "" instead of []
  1580. # [14:46] <mak> NeilAway: or better, looks like we always leave in a prefix whitespace. I suppose the trreeview just ignores those (so even if it gets " " is not a problem)
  1581. # [14:46] * Quits: sewardj (sewardj@moz-78F6E6F9.dip.t-dialin.net) (Ping timeout)
  1582. # [14:46] * Quits: dougt (dougt@moz-75E4F719.hsd1.ca.comcast.net) (Ping timeout)
  1583. # [14:47] * Quits: KWierso|Home (chatzilla@moz-296B3117.hsd1.ca.comcast.net) (Ping timeout)
  1584. # [14:47] <NeilAway> mak: not what I was asking about...
  1585. # [14:47] <NeilAway> mak: see lines 1180-1182
  1586. # [14:47] * Joins: jhk (jhk@6EE3C58A.62B6971.B58D974D.IP)
  1587. # [14:47] <mak> NeilAway: I see, so the if (!properties).
  1588. # [14:48] <NeilAway> mak: since I assume it's possible for a node to have no special properties, yes?
  1589. # [14:48] <mak> NeilAway: iirc the idea there is that if it has properties we don't set them again, sort of caching
  1590. # [14:49] * Joins: sewardj (sewardj@moz-41131527.dip.t-dialin.net)
  1591. # [14:49] * Quits: lvella (lucas@moz-849AF3A1.xd-dynamic.ctbcnetsuper.com.br) (Quit: Saindo)
  1592. # [14:49] <NeilAway> mak: right, but is "" a valid cache entry?
  1593. # [14:49] * ewong|sleep is now known as ewong
  1594. # [14:50] <NeilAway> mak: i.e. "this is known to be a normal node" rather than "this node is unknown"
  1595. # [14:50] <mak> NeilAway: yes, if the entry is in the Map, it has been populated
  1596. # [14:50] * Joins: paolo (paolo@moz-A2C1D59A.retail.telecomitalia.it)
  1597. # [14:52] <mak> NeilAway: so the check could be if (!this._cellProperties.has(node)) {set} .get()
  1598. # [14:53] * hwine-zzz is now known as hwine
  1599. # [14:53] <mak> or use a more proper != "" (though I suppose it may be " ")
  1600. # [14:54] * Joins: Optimizer (Optimizer@BCBC2404.9700A370.D5D59AD9.IP)
  1601. # [14:54] * ewong is now known as ewong|sleep
  1602. # [14:54] * Joins: ekr (ekr@moz-D7997EC8.rtfm.com)
  1603. # [14:55] <mak> or === undefined
  1604. # [14:55] <mak> NeilAway: good catch btw!
  1605. # [14:56] <NeilAway> mak: btw that's a Map, right?
  1606. # [14:56] * Joins: graememcc (chatzilla@moz-5268FCC0.range86-171.btcentralplus.com)
  1607. # [14:57] <mak> NeilAway: yes, indeed I wonder what that .get(aNode, null); does, likely nothing (the null I mean)
  1608. # [14:57] * Quits: Optimizer (Optimizer@BCBC2404.9700A370.D5D59AD9.IP) (Ping timeout)
  1609. # [14:58] * Joins: Optimizer (Optimizer@9A2C8796.3EA15E8E.BE90E62C.IP)
  1610. # [14:58] <NeilAway> mak: yeah, who wront that broken code? ;-)
  1611. # [14:58] <NeilAway> *wrote
  1612. # [14:59] * Joins: mshal (mshal@F2D29657.F60B0462.67AC9B1.IP)
  1613. # [14:59] <mak> NeilAway: *cough*
  1614. # [15:00] <NeilAway> mak: ah, you only reviewed it
  1615. # [15:00] <NeilAway> mak: it was originally a WeakMap which *does* have a default value
  1616. # [15:01] <mak> yeah, likely when we change from weak to map
  1617. # [15:01] * Quits: berdario (berdario@moz-D86E3582.retail.telecomitalia.it) (Ping timeout)
  1618. # [15:01] * nthomas|away is now known as nthomas
  1619. # [15:01] <mak> since weakmaps don't like places nodes
  1620. # [15:01] * Joins: alice (alice@moz-3BCBEBE3.range86-150.btcentralplus.com)
  1621. # [15:01] * Joins: KWierso|Home (chatzilla@moz-296B3117.hsd1.ca.comcast.net)
  1622. # [15:01] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  1623. # [15:02] * Joins: KWierso (kwierso@moz-296B3117.hsd1.ca.comcast.net)
  1624. # [15:02] <edmorley> boo at bug 825511 undoing half the buildtime win from making js make check parallel :-(
  1625. # [15:02] <NeilAway> mak: yeah, the change didn't update the calls to .get()
  1626. # [15:03] <mak> NeilAway: you are welcome to ask the patch author to also update that, while there. regardless should be harmless
  1627. # [15:03] * Joins: jhopkins (jhopkins@F2D29657.F60B0462.67AC9B1.IP)
  1628. # [15:04] * Joins: teoli (teoli@moz-DB2960E7.sw.biz.rr.com)
  1629. # [15:04] * aki|away is now known as aki|buildduty
  1630. # [15:05] * Quits: teoli (teoli@moz-DB2960E7.sw.biz.rr.com) (Quit: )
  1631. # [15:06] * Joins: jincreator (Thunderbir@36F49B88.AE3EA2FD.6B649F75.IP)
  1632. # [15:06] * Quits: alice (alice@moz-3BCBEBE3.range86-150.btcentralplus.com) (Client exited)
  1633. # [15:07] * Joins: jimm (jimm@E48845AB.3A9F9BD4.4C2245EF.IP)
  1634. # [15:07] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  1635. # [15:08] * Joins: genester (Thunderbir@moz-A0C78C2.oc.oc.cox.net)
  1636. # [15:08] * Quits: genester (Thunderbir@moz-A0C78C2.oc.oc.cox.net) (Input/output error)
  1637. # [15:08] * Joins: genester (Thunderbir@moz-A0C78C2.oc.oc.cox.net)
  1638. # [15:09] * Quits: jimm (jimm@E48845AB.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  1639. # [15:09] * Quits: mbrubeck (mozilla@CDD95C1F.3A9F9BD4.4C2245EF.IP) (Quit: Leaving.)
  1640. # [15:09] * Joins: davidb (davidb@F2D29657.F60B0462.67AC9B1.IP)
  1641. # [15:09] * Quits: smagnin (pike@moz-8CEB8724.fbx.proxad.net) (Client exited)
  1642. # [15:10] * glob|away is now known as glob
  1643. # [15:10] * Joins: dougt (dougt@moz-75E4F719.hsd1.ca.comcast.net)
  1644. # [15:11] <@ted> BenWa: my profile is giving me "out of memory" errors when i try to analyze now :-/
  1645. # [15:11] * wlach|afk is now known as wlach
  1646. # [15:11] * Joins: berdario (berdario@moz-4BCDDE42.ip46.fastwebnet.it)
  1647. # [15:11] * Joins: smagnin (pike@moz-8CEB8724.fbx.proxad.net)
  1648. # [15:11] <@ted> apparently on the line in onChromeEvent where it does JSON.parse(array)
  1649. # [15:12] * Joins: Mavericks (Mibbit@CF4B47C5.50AFE851.B84D4DA2.IP)
  1650. # [15:13] * Joins: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net)
  1651. # [15:13] * Joins: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net)
  1652. # [15:14] * Joins: yzen (Adium@AA2C085E.10C8AEF8.9A8C35B4.IP)
  1653. # [15:15] * mgerva is now known as gerva
  1654. # [15:16] * Quits: jprmc (jprmc@moz-542588AA.cpe.net.cable.rogers.com) (Input/output error)
  1655. # [15:16] * Joins: lduros (user@moz-4894EA28.nic.resnet.group.upenn.edu)
  1656. # [15:16] * Quits: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net) (Quit: jorendorff)
  1657. # [15:16] * Joins: kmoir (chatzilla@F2D29657.F60B0462.67AC9B1.IP)
  1658. # [15:17] * Joins: Pauly (paul@601F3B17.33662590.A5830293.IP)
  1659. # [15:17] * Joins: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net)
  1660. # [15:21] * nthomas is now known as nthomas|away
  1661. # [15:21] * Joins: sankha93 (sankha93@7061CD01.D6BD0D91.22D41759.IP)
  1662. # [15:22] * Joins: armenzg (armenzg@F2D29657.F60B0462.67AC9B1.IP)
  1663. # [15:23] * Quits: berdario (berdario@moz-4BCDDE42.ip46.fastwebnet.it) (Ping timeout)
  1664. # [15:24] * Joins: Edgar (Thunderbir@moz-D8096516.dynamic.hinet.net)
  1665. # [15:25] * Quits: dria (dria@moz-F5EB0C5D.dsl.teksavvy.com) (Quit: dria)
  1666. # [15:26] * Joins: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu)
  1667. # [15:26] * Quits: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net) (Quit: jorendorff)
  1668. # [15:26] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/8eb23e5170d0 - Chia-hung Tai - Bug 792328 - Process MM text attachment to String. r=vyang
  1669. # [15:27] * nthomas|away is now known as nthomas
  1670. # [15:27] * Quits: Mavericks (Mibbit@CF4B47C5.50AFE851.B84D4DA2.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1671. # [15:27] * Joins: teoli (teoli@moz-DB2960E7.sw.biz.rr.com)
  1672. # [15:28] * Quits: teoli (teoli@moz-DB2960E7.sw.biz.rr.com) (Quit: )
  1673. # [15:29] * Joins: Mavericks (Mibbit@CF4B47C5.50AFE851.B84D4DA2.IP)
  1674. # [15:30] * Quits: Mavericks (Mibbit@CF4B47C5.50AFE851.B84D4DA2.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1675. # [15:30] * Quits: Edgar (Thunderbir@moz-D8096516.dynamic.hinet.net) (Quit: Edgar)
  1676. # [15:31] * Joins: ericjung (Mibbit@5210CFD5.1A5EA44.72B23B3D.IP)
  1677. # [15:32] * joduinn-afk is now known as joduinn-mtg
  1678. # [15:32] * Joins: marcoz (marco.zehe@moz-891A6849.dip.t-dialin.net)
  1679. # [15:33] * Joins: overholt (overholt@F2D29657.F60B0462.67AC9B1.IP)
  1680. # [15:34] * Joins: bbondy (bbondy@E48845AB.3A9F9BD4.4C2245EF.IP)
  1681. # [15:35] * Joins: till (till@moz-3493B177.superkabel.de)
  1682. # [15:36] * Quits: genester (Thunderbir@moz-A0C78C2.oc.oc.cox.net) (Quit: genester)
  1683. # [15:36] <@ted> ugh
  1684. # [15:36] <@ted> soundcloud did something stupid
  1685. # [15:36] <@ted> and now i don't get the blocked plugin UI
  1686. # [15:36] <@ted> they just give me a message saying i have a plugin blocker installed and i should disable it
  1687. # [15:38] * Quits: pascalc (chatzilla@moz-F8747CC6.dsl.ovh.fr) (Ping timeout)
  1688. # [15:38] * Joins: jprmc (jprmc@moz-542588AA.cpe.net.cable.rogers.com)
  1689. # [15:38] * Joins: tomer (tomer@moz-F45DAEFD.static.012.net.il)
  1690. # [15:38] * Joins: Edgar (Thunderbir@moz-D8096516.dynamic.hinet.net)
  1691. # [15:39] * Joins: tobeytailor (tobeytailo@moz-568F92DD.dynamic.mnet-online.de)
  1692. # [15:40] * Joins: AaronMT (AaronMT@moz-5DF3A271.cpe.net.cable.rogers.com)
  1693. # [15:41] <gfritzsche> ted: hmpf, that looks bad :(
  1694. # [15:41] <@ted> i reloaded the page and it showed up
  1695. # [15:41] <@ted> must be more complex than that
  1696. # [15:41] <@ted> ah, i see
  1697. # [15:41] <@ted> must be due to the way their pages work
  1698. # [15:41] * Joins: ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP)
  1699. # [15:41] * ChanServ sets mode: +o ehsan
  1700. # [15:41] <@ted> i loaded a page, i get the blocked popup notification
  1701. # [15:42] <gfritzsche> ted: oh, right, and even works fine after activating flash
  1702. # [15:42] <gfritzsche> weird
  1703. # [15:42] * Quits: dougt (dougt@moz-75E4F719.hsd1.ca.comcast.net) (Ping timeout)
  1704. # [15:42] <@ted> then i clicked on another song, which loaded a new page (although i don't think it did an actual link navigation)
  1705. # [15:42] <@ted> and the plugin notification went away
  1706. # [15:42] * Joins: mconley (mconley@F2D29657.F60B0462.67AC9B1.IP)
  1707. # [15:42] <@ted> and i can't play the song
  1708. # [15:42] <mak> edmorley: was that bug to remove mobile/xul filed?
  1709. # [15:42] * Joins: pascalc (chatzilla@moz-F8747CC6.dsl.ovh.fr)
  1710. # [15:42] <@ted> gfritzsche: not sure if this is our bug or theirs
  1711. # [15:42] <mfinkle> mak: yes
  1712. # [15:43] <edmorley> mak: yes, bug 831236
  1713. # [15:43] <@ted> gfritzsche: try loading https://soundcloud.com/djearworm/dj-earworm-united-state-of-pop-2012 , but don't activate the plugins
  1714. # [15:43] <mak> mfinkle, edmorley thank you
  1715. # [15:43] <@ted> then scroll down and click on the link for "DJ Earworm - Speed"
  1716. # [15:43] <@ted> or whatever's under "Related"
  1717. # [15:44] <@ted> the next page will show their flash blocker warning, but our plugin activation UI is gone
  1718. # [15:44] * aki|buildduty is now known as aki|brb
  1719. # [15:45] <gfritzsche> ted: right, looks like they don't insert flash into the page anymore until the page is reloaded
  1720. # [15:45] <@ted> hah, soundcloud puts a link to their jobs page in the web console
  1721. # [15:45] <jdm> yessss, no more mobile/xul
  1722. # [15:45] <jdm> this pleases me
  1723. # [15:46] <@ted> did that get rm'ed?
  1724. # [15:46] * Joins: JosiahOne (Thunderbir@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net)
  1725. # [15:46] <KaiRo> what, mobiel/xul dead?
  1726. # [15:46] <NeilAway> ted: it uses html5 history
  1727. # [15:47] <KaiRo> thanks for f+++ing up every alternative mobile platform, then
  1728. # [15:47] <@ted> NeilAway: i was thinking it might be pushState
  1729. # [15:47] * KaiRo wuill switch away from Firefox on his main phone, then
  1730. # [15:47] <@ted> KaiRo: it's been dead for a while
  1731. # [15:47] <NeilAway> ted: quite possible
  1732. # [15:47] <glob> KaiRo, bug 831236
  1733. # [15:47] <Ms2ger> ted, not yet, I want to land DIRS first :)
  1734. # [15:48] <KaiRo> and it probably will be a few years until I'll use FF on my main phone, unless FxOS will ever become capable of being my main phone
  1735. # [15:48] <KaiRo> sucks
  1736. # [15:48] <@ted> KaiRo: i don't see the point in being indignant about it
  1737. # [15:48] * Quits: sankha93 (sankha93@7061CD01.D6BD0D91.22D41759.IP) (Ping timeout)
  1738. # [15:48] <@ted> nobody is working on the mobile/xul UI anymore
  1739. # [15:48] * KaiRo hates not using gecko for browsing
  1740. # [15:49] <edmorley> KaiRo: have you even tried native android recently?
  1741. # [15:49] <edmorley> KaiRo: it even has private browsing and a bunch of other cool stuff now
  1742. # [15:49] <edmorley> which I doubt has been backported to xul
  1743. # [15:49] <JosiahOne> I have local changes on my source directory. I need to update to the latest branch, however I know that the previous patch does not work on this latest branch. I need to update the patch, but I am not sure how I can do this?
  1744. # [15:49] <KaiRo> edmorley: I WILL NOT EVER use an Adnroid phone unless I have to
  1745. # [15:49] * @ted suspects kairo doesn't have an android phone
  1746. # [15:49] * Joins: dougt (dougt@moz-75E4F719.hsd1.ca.comcast.net)
  1747. # [15:49] <JosiahOne> KaiRo: Why not?
  1748. # [15:49] <edmorley> oh meego
  1749. # [15:49] * edmorley shrugs
  1750. # [15:50] * Joins: sankha93 (sankha93@7061CD01.D6BD0D91.22D41759.IP)
  1751. # [15:50] <KaiRo> edmorley: I'm using native Firefox on my tablet, and it's fine, but Android isn't the only free system out there - actually, Abndroid isn't even free, and I want a really free phone
  1752. # [15:50] * Quits: sankha93 (sankha93@7061CD01.D6BD0D91.22D41759.IP) (Max SendQ exceeded)
  1753. # [15:50] <edmorley> KaiRo: we should really come up with our own
  1754. # [15:50] <NeilAway> ted: so the real bug is that click-to-play doorhanger is hidden on html5 pushState
  1755. # [15:50] * Joins: sankha93 (sankha93@7061CD01.D6BD0D91.22D41759.IP)
  1756. # [15:50] <@ted> NeilAway: aha
  1757. # [15:50] <KaiRo> edmorley: Harmattan right now, but I'll buy any Mer-based phone for a few hundred euros before even thinking about any Android one
  1758. # [15:50] * mcote|afk is now known as mcote
  1759. # [15:51] <JosiahOne> KaiRo: Well it kind of is completely free. If you want to develop your own custom ROM using the source. Obviously Google's isn't free.
  1760. # [15:51] <JosiahOne> Google...
  1761. # [15:51] <Ms2ger> Oh dear, Qt?
  1762. # [15:51] <edmorley> KaiRo: see https://bugzilla.mozilla.org/show_bug.cgi?id=831236#c7 , I don't think removing android/xul will impact you
  1763. # [15:52] <KaiRo> edmorley: my hope was that someone would be able to create a browser that would look and work more similar to the native Android one but do it on XUL so those alternative platforms would still have the chance to run some Firefox variant
  1764. # [15:52] <NeilAway> ted: looks like Firefox has some clunky old code - http://mxr.mozilla.org/comm-central/source/mozilla/browser/base/content/browser.js#4081
  1765. # [15:52] <KaiRo> edmorley: well, right now it doesn't impact me directly as I'm still using an ancient Nightly - but that ones's rapidly getting very insecure
  1766. # [15:53] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c6f827a03d88 - Rafael Ávila de Espíndola - Bug 831100 - use std::string. Extra reviews. r=ehsan,vladan.
  1767. # [15:53] <NeilAway> ted: compared with SeaMonkey's slightly more up-to-date code: http://mxr.mozilla.org/comm-central/source/suite/browser/nsBrowserStatusHandler.js#336
  1768. # [15:53] <@bz> Does anyone here have both a recent Firefox nightly and Chrome on Android?
  1769. # [15:53] * Joins: gsvelto (Thunderbir@moz-9A1BE8AF.cust.dsl.vodafone.it)
  1770. # [15:53] <mak> KaiRo: fwiw, I have some open bugs to refactor APIs, and having to maintain a dead mobile/xul is a pain...
  1771. # [15:53] <KaiRo> and that said, I really really strongly dislike all native UI for Gecko, but I'd rather swallow that than webkit ;-)
  1772. # [15:53] * Quits: jhopkins (jhopkins@F2D29657.F60B0462.67AC9B1.IP) (Quit: jhopkins)
  1773. # [15:53] <KaiRo> mak: as I said, my hope was that someone would pick it up and refactor it
  1774. # [15:54] * KaiRo thinks all UI in this world should be rendered by web engines ;-)
  1775. # [15:54] <nrc> bz: yes - a few days old and only debug, does that help
  1776. # [15:54] * Joins: ahal (ahal@3468F8ED.AB54EB5E.6816E6B7.IP)
  1777. # [15:54] <jdm> JosiahOne: have you used mq before?
  1778. # [15:54] <jdm> that will be your easiest way to rebase your local changes
  1779. # [15:54] * aki|brb is now known as aki|buildduty
  1780. # [15:55] <JosiahOne> Is that Mercurial?
  1781. # [15:55] <Ms2ger> Mercurial Queues
  1782. # [15:55] <jdm> JosiahOne: it's a mercurial extension
  1783. # [15:55] <jdm> https://developer.mozilla.org/en/Mercurial_Queues
  1784. # [15:55] <KaiRo> I don't care if it's XUL or HTML in the end, but HTML still has a number of gaps in UI design where it hasn't caught up to XUL _yet_
  1785. # [15:55] <@ted> NeilAway: aha
  1786. # [15:55] <glazou> +1
  1787. # [15:55] <@bz> nrc: no, sadly
  1788. # [15:56] <@ted> bz: i have firefox nightly and whatever chrome shipped with my nexus 4
  1789. # [15:56] <@ted> is that good?
  1790. # [15:56] <@bz> nrc: was looking for a perf comparison on something. ;)
  1791. # [15:56] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/90a389d1e6a1 - tbirdbld - Automated checkin: version bump for thunderbird 19.0b1 release. DONTBUILD CLOSED TREE a=release
  1792. # [15:56] * Joins: jhopkins (jhopkins@F2D29657.F60B0462.67AC9B1.IP)
  1793. # [15:56] <nrc> ah, sorry then
  1794. # [15:56] <@bz> ted: yes
  1795. # [15:56] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/775ab58e0654 - tbirdbld - Added THUNDERBIRD_19_0b1_RELEASE THUNDERBIRD_19_0b1_BUILD1 tag(s) for changeset 90a389d1e6a1. DONTBUILD CLOSED TREE a=release
  1796. # [15:56] * Quits: bbondy (bbondy@E48845AB.3A9F9BD4.4C2245EF.IP) (Quit: Going offline, see ya! (www.adiirc.com))
  1797. # [15:56] <NeilAway> if it's local changes to working directory then mq is actually the hardest way to rebase them ;-)
  1798. # [15:56] <@ted> bz: ok, link me
  1799. # [15:56] <@bz> ted: http://dromaeo.com/?dom-attr
  1800. # [15:56] <JosiahOne> Neil: How would I better do this then.
  1801. # [15:56] <@bz> ted: the runs will give you results links like http://dromaeo.com/?id=NNNNN
  1802. # [15:57] <jdm> NeilAway: |hg qnew foo && hg qpop && hg pull -u && hg qpus| seems fairly simple to me
  1803. # [15:57] <@ted> bz: ok
  1804. # [15:57] <@bz> ted: if you can get me those, that would rock.
  1805. # [15:57] <NeilAway> JosiahOne: if you've changed a file, and created a diff, and done nothing else at all, then you just need to pull and update
  1806. # [15:57] <@bz> ted: thanks!
  1807. # [15:57] <@ted> also, typoing that to "dromeo.com" gives unexpected results
  1808. # [15:57] * catlee-away is now known as catlee
  1809. # [15:57] <NeilAway> jdm: doesn't run your merge program, so you fail
  1810. # [15:57] <jdm> sure, but I don't like merge programs :)
  1811. # [15:57] <Ms2ger> Yeah, merge programs usually fail
  1812. # [15:57] <JosiahOne> I have changed many files. It's the advanced.xul that got messed up.
  1813. # [15:57] * @ted is generally happy with kdiff3
  1814. # [15:57] <NeilAway> jdm: even internalmerge is less faily then .rej files :-P
  1815. # [15:57] * KaiRo lights a candle for webby UI on mobile and sings a memorial song or something
  1816. # [15:58] * cmcavoy-offline is now known as cmcavoy
  1817. # [15:58] <@ted> bz: http://dromaeo.com/?id=188367 is nightly
  1818. # [15:58] <jdm> NeilAway: is |hg diff >~/foo && hg revert -a && hg pull -u && hg import ~/foo| better?
  1819. # [15:58] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
  1820. # [15:58] * ChanServ sets mode: +o smaug
  1821. # [15:58] <@ted> (today's nightly)
  1822. # [15:58] * Joins: victorporof (victorporo@BED1CA73.70F4578F.79933D60.IP)
  1823. # [15:58] <NeilAway> jdm: it is if it merges, which I don't know, because I've never tried
  1824. # [15:59] <jdm> I think you have to set up some mercurial settings for a merge program
  1825. # [15:59] * jwir3|away is now known as jwir3
  1826. # [15:59] <jdm> but whatever, I'm sure JosiahOne is adventurous enough to merge by hand if necessary
  1827. # [15:59] <NeilAway> jdm: it's always discovered merge programs for me
  1828. # [15:59] <JosiahOne> Well the problem is that I know something won't merge properly. I created a patch for my bug, but now it won't import into the newest Nightly.
  1829. # [15:59] <gsvelto> mak: ping
  1830. # [15:59] <@ted> bz: http://dromaeo.com/?id=188369 is chrome
  1831. # [15:59] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  1832. # [15:59] <@bz> ted: hmm. Thanks!
  1833. # [16:00] <@ted> np
  1834. # [16:00] * @bz looks at numbers
  1835. # [16:00] <mak> gsvelto: hi, I have your review in queue, if it's about that, planning to look at it today
  1836. # [16:00] <jdm> JosiahOne: I recommend giving my last series of commands a try and fixing up the merge conflicts that arise
  1837. # [16:00] <JosiahOne> Alright.
  1838. # [16:00] * Joins: berdario (berdario@moz-4BCDDE42.ip46.fastwebnet.it)
  1839. # [16:00] <gsvelto> mak: Yes, it was about that, thank you :-) I was told that gavin is on vacation so I've left the review to you if it's not a problem.
  1840. # [16:01] <@bz> weird....
  1841. # [16:01] <mak> gsvelto: I just skimmed quickly through it yesterday and looks like I can do that, will let you know better later when I actually do it
  1842. # [16:01] <whimboo> anyone who has problems to build nightly on os x with latest changeset?
  1843. # [16:01] <gsvelto> mak: Sure, thanks again
  1844. # [16:01] <whimboo> aki|buildduty: ^
  1845. # [16:01] * @bz wonders whether we have a profiling setup on android that would let him get somewhere with this....
  1846. # [16:01] * Quits: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de) (Quit: ChatZilla 0.9.89 [SeaMonkey 2.14/20121118122904])
  1847. # [16:01] * Joins: beaufour (beaufour@E2B1F5E8.5A83674D.93403CC4.IP)
  1848. # [16:01] <whimboo> i get http://pastebin.mozilla.org/2066219
  1849. # [16:02] <aki|buildduty> whimboo: https://tbpl.mozilla.org/ doesn't seem to
  1850. # [16:02] <glandium> bz: the gecko profiler is supposed to work
  1851. # [16:02] <JosiahOne> jdm: I got this error: not updating: crosses branches (merge branches or update --check to force update)
  1852. # [16:02] <JosiahOne> abort: cannot import over an applied patch
  1853. # [16:02] <JosiahOne> "
  1854. # [16:02] * Joins: espindola (espindola@moz-B64844E3.dsl.teksavvy.com)
  1855. # [16:03] <jdm> hmm, fun
  1856. # [16:03] <KaiRo> Ms2ger: whatever you think of it, Qt is the one frontend lib that powers and will power the "real Linux" phones - other than HTML
  1857. # [16:03] <whimboo> aki|buildduty: already deleted the obj dir but without a change
  1858. # [16:03] <jdm> oh, maybe import is not what you want
  1859. # [16:03] <Ms2ger> JosiahOne, hg qpo -a && hg pull -u
  1860. # [16:03] * philor|away is now known as philor
  1861. # [16:04] <JosiahOne> Ms2ger: Do that now, or was I suppose to do that before I updated?
  1862. # [16:04] <Ms2ger> Do it now
  1863. # [16:05] <aki|buildduty> whimboo: we can try clobbering m-c and rebuilding
  1864. # [16:05] <JosiahOne> That just popped all my patches.
  1865. # [16:05] <whimboo> aki|buildduty: hm, how would that help my local build?
  1866. # [16:05] <Ms2ger> Yep, now hg qpu -a
  1867. # [16:05] <aki|buildduty> it would verify if it's replicatable on the build machines
  1868. # [16:05] <JosiahOne> Do I now re-apply the patches along with the "foo" one.
  1869. # [16:05] <Ms2ger> and then hg import ~/foo
  1870. # [16:06] <whimboo> aki|buildduty: ah, that's true. might be a solution
  1871. # [16:06] * Joins: hipokrit (hipokrit@1BF5DFDB.CA40E1F7.C558AD24.IP)
  1872. # [16:06] <whimboo> aki|buildduty: when i wanted to build via mach I was forced to do a clobber
  1873. # [16:06] <JosiahOne> That won't work. I have depending on another patch. Should I just import both?
  1874. # [16:06] <whimboo> aki|buildduty: i will try to go back until it works
  1875. # [16:06] <JosiahOne> Nevermind.
  1876. # [16:07] * Quits: Optimizer (Optimizer@9A2C8796.3EA15E8E.BE90E62C.IP) (Ping timeout)
  1877. # [16:07] * Joins: alice (alice@moz-3BCBEBE3.range86-150.btcentralplus.com)
  1878. # [16:07] <JosiahOne> No, I still get can not import over an applied patch. That was from the hg import ~/foo command.
  1879. # [16:07] * Joins: scenor (Thunderbir@moz-34B7C272.wireless.dyn.drei.com)
  1880. # [16:08] <Ms2ger> JosiahOne, oh!
  1881. # [16:08] <Ms2ger> JosiahOne, qimport, not import
  1882. # [16:08] <JosiahOne> :) Oh yeah...
  1883. # [16:08] <whimboo> aki|buildduty: i will also try with make -f instead of mach
  1884. # [16:08] * Parts: scenor (Thunderbir@moz-34B7C272.wireless.dyn.drei.com)
  1885. # [16:08] <Ms2ger> whimboo, doesn't help
  1886. # [16:08] <JosiahOne> Alright. That worked.
  1887. # [16:08] * Joins: lmandel (lmandel@F2D29657.F60B0462.67AC9B1.IP)
  1888. # [16:08] <Ms2ger> JosiahOne, great :)
  1889. # [16:08] * Joins: morrison (morrison@moz-43861252.internal.eduroam.ucl.ac.uk)
  1890. # [16:09] <JosiahOne> Wait a second.
  1891. # [16:09] <JosiahOne> My changes still aren't there.
  1892. # [16:09] * Quits: alice (alice@moz-3BCBEBE3.range86-150.btcentralplus.com) (Ping timeout)
  1893. # [16:09] <JosiahOne> Was I suppose to do something after importing foo?
  1894. # [16:10] * Joins: vikash (vikash@754E238B.FF56C043.ADC0C9EC.IP)
  1895. # [16:10] <@bz> glandium: the Gecko profiler is likely to be completely and utterly useless here
  1896. # [16:10] <@bz> glandium: but I'll give it a shot....
  1897. # [16:10] * Joins: scenor (Thunderbir@moz-34B7C272.wireless.dyn.drei.com)
  1898. # [16:10] * Joins: Optimizer (Optimizer@B652B723.BA5549B5.BE90E62C.IP)
  1899. # [16:10] <whimboo> Ms2ger: i see. looks like some more failures even http://pastebin.mozilla.org/2066229
  1900. # [16:10] <@bz> glandium: just in case it turns up something totally unexpected
  1901. # [16:10] <Ms2ger> JosiahOne, er, yes, qpush
  1902. # [16:10] <glandium> bz: i haven't looked at the history, thus know nothing about what you're after
  1903. # [16:10] <yzen> Yoric: ping
  1904. # [16:11] <@bz> glandium: At the moment, profiling a .id get
  1905. # [16:11] <@bz> glandium: which is mostly inlined
  1906. # [16:11] <@bz> glandium: so ...
  1907. # [16:11] <Ms2ger> whimboo, sounds like you get to fix warnings, or disable -WError
  1908. # [16:11] * Quits: sankha93 (sankha93@7061CD01.D6BD0D91.22D41759.IP) (Ping timeout)
  1909. # [16:12] <whimboo> Ms2ger: but why has it been started to fail now? it was working all the last months
  1910. # [16:12] <JosiahOne> How come that just imported perfectly? I thought I was going to have to fix something...
  1911. # [16:12] * Quits: tomer (tomer@moz-F45DAEFD.static.012.net.il) (Connection reset by peer)
  1912. # [16:12] <Ms2ger> whimboo, have you upgraded your compiler or mozconfig?
  1913. # [16:12] <jdm> JosiahOne: did it qpush perfectly as well?
  1914. # [16:12] <JosiahOne> Yep.
  1915. # [16:12] <whimboo> Ms2ger: no. all the same
  1916. # [16:12] * Joins: jhk1 (jhk@6EE3C58A.62B6971.B58D974D.IP)
  1917. # [16:12] * Quits: jhk (jhk@6EE3C58A.62B6971.B58D974D.IP) (Quit: Leaving.)
  1918. # [16:12] * Joins: tomer (tomer@moz-F45DAEFD.static.012.net.il)
  1919. # [16:13] * Joins: sankha93 (sankha93@7061CD01.D6BD0D91.22D41759.IP)
  1920. # [16:13] * Joins: jorendorff (jorendorff@moz-CABC5E59.sip.bna.bellsouth.net)
  1921. # [16:13] * Quits: nattofriends (tsutsumi@moz-A369A791.warosu.org) (Ping timeout)
  1922. # [16:13] * Joins: dria (dria@F2D29657.F60B0462.67AC9B1.IP)
  1923. # [16:13] <Ms2ger> whimboo, sounds like someone introduced a new case and dholbert|afk hasn't yet fixed it, then
  1924. # [16:13] <whimboo> hm i will check for the regression then
  1925. # [16:13] <Ms2ger> Wait, nsUDPSocketProvider is final
  1926. # [16:13] <Ms2ger> And has been since June
  1927. # [16:14] * Joins: nattofriends (tsutsumi@moz-A369A791.warosu.org)
  1928. # [16:14] <Ms2ger> whimboo, remove --enable-fail-on-warnings from your mozconfig, then
  1929. # [16:16] * Quits: rednaks (rednaks@DCBDB49D.D8B81367.55FFA9B4.IP) (Quit: Quitte)
  1930. # [16:16] * Quits: scenor (Thunderbir@moz-34B7C272.wireless.dyn.drei.com) (Quit: scenor)
  1931. # [16:16] * Joins: scenor (Thunderbir@moz-34B7C272.wireless.dyn.drei.com)
  1932. # [16:16] <whimboo> Ms2ger: there was 'ac_add_options --enable-warnings-as-errors' so that would explain it.. but still worth in finding what has been caused it
  1933. # [16:16] <whimboo> Ms2ger: thanks at least so that I'm able to build
  1934. # [16:17] * Fallen is now known as Fallen|away
  1935. # [16:17] <Ms2ger> whimboo, what's your compiler version?
  1936. # [16:17] <whimboo> Ms2ger: gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
  1937. # [16:17] <Ms2ger> Say what?
  1938. # [16:17] * Quits: vikash (vikash@754E238B.FF56C043.ADC0C9EC.IP) (Ping timeout)
  1939. # [16:18] <Ms2ger> You're not supposed to be able to build with gcc 4.2
  1940. # [16:18] <Ms2ger> Your mozconfig doesn't point to clang?
  1941. # [16:19] * Quits: smontagu (chatzilla@757B0DC8.B3DCBEEA.CC465D70.IP) (Ping timeout)
  1942. # [16:20] <whimboo> Ms2ger: i was using this as default
  1943. # [16:20] <whimboo> https://developer.mozilla.org/en-US/docs/Configuring_Build_Options#Firefox.2C_Default_Release_Configuration
  1944. # [16:20] <whimboo> if something is wrong there we should update the docs
  1945. # [16:20] <whimboo> but wait... if we don't specify clang we should fallback i believe
  1946. # [16:21] <@ted> too many build options :-/
  1947. # [16:21] <@ted> too many build docs, i mean
  1948. # [16:21] <whimboo> yes, http://mxr.mozilla.org/mozilla-central/source/build/macosx/mozconfig.common
  1949. # [16:21] <glandium> whimboo: that's not relevant to local builds
  1950. # [16:21] <whimboo> so clang is internally set... it was even my patch to do that
  1951. # [16:21] <Ms2ger> whimboo, ah, good, you are on clang then
  1952. # [16:22] <@ted> yeah, i fixed that
  1953. # [16:22] <Ms2ger> glandium, sure is if you have . $topsrcdir/build/macosx/universal/mozconfig in your mozconfig
  1954. # [16:22] <@ted> or i made someone fix it
  1955. # [16:22] <@ted> can't remember
  1956. # [16:22] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  1957. # [16:22] * Joins: mbrubeck (mozilla@CDD95C1F.3A9F9BD4.4C2245EF.IP)
  1958. # [16:22] <whimboo> Ms2ger: the docs say . $topsrcdir/build/macosx/common
  1959. # [16:23] <glandium> we should update the docs to say that no mozconfig is the recommended setup
  1960. # [16:23] <Ms2ger> whimboo, not the release one you pointed to :)
  1961. # [16:23] <whimboo> Ms2ger: well, i meant debug. sorry
  1962. # [16:23] <Ms2ger> glandium, we should kill mozconfigs
  1963. # [16:23] * Quits: jhk1 (jhk@6EE3C58A.62B6971.B58D974D.IP) (Ping timeout)
  1964. # [16:23] <glandium> Ms2ger: they are still useful
  1965. # [16:24] <JosiahOne> I find mozconfig annoying.
  1966. # [16:24] <Ms2ger> whimboo, anyway, how old is your clang?
  1967. # [16:24] * Quits: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu) (Ping timeout)
  1968. # [16:24] <glandium> JosiahOne: the point is: you don't need one. but if you want to customize things, they are useful
  1969. # [16:24] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Quit: damons)
  1970. # [16:24] * Parts: scenor (Thunderbir@moz-34B7C272.wireless.dyn.drei.com)
  1971. # [16:24] * Joins: mcomella (mcomella@moz-F9E82323.nwrknj.fios.verizon.net)
  1972. # [16:24] <whimboo> Ms2ger: Apple clang version 4.1 (tags/Apple/clang-421.11.66) (based on LLVM 3.1svn)
  1973. # [16:25] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  1974. # [16:25] <whimboo> it's still building so the errors are gone
  1975. # [16:25] <JosiahOne> glandium: Yeah. What I really hate are the .hgrc files. For some reason on Linux I have to keep adding to it over and over again. However on OS X I only did it once.
  1976. # [16:25] <whimboo> glandium: so when I want to build a debug build I have to create my own config, or not?
  1977. # [16:25] <derf> That's like, neolithic in clang-time.
  1978. # [16:25] * Joins: WaltS (Thunderbir@moz-B2990436.pitt.east.verizon.net)
  1979. # [16:26] <Ms2ger> Ooh
  1980. # [16:26] * Quits: mcomella (mcomella@moz-F9E82323.nwrknj.fios.verizon.net) (Quit: Leaving.)
  1981. # [16:26] <glandium> whimboo: yes, but you only need one line in it
  1982. # [16:26] <glandium> whimboo: are you using xcode 4.1?
  1983. # [16:26] <Ms2ger> Probably bug 830315
  1984. # [16:26] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Quit: damons)
  1985. # [16:27] <JosiahOne> Why in the world is this build taking so long!
  1986. # [16:27] <whimboo> glandium: no. 4.5.1
  1987. # [16:27] <Ms2ger> Because it's a lot of code
  1988. # [16:27] * Quits: ericjung (Mibbit@5210CFD5.1A5EA44.72B23B3D.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1989. # [16:28] * Joins: ericjung (Mibbit@5210CFD5.1A5EA44.72B23B3D.IP)
  1990. # [16:28] <JosiahOne> It usually only takes 10 minutes the first time. <8 after that.
  1991. # [16:28] <JosiahOne> I'm almost at 20 minutes.
  1992. # [16:29] * Quits: beaufour (beaufour@E2B1F5E8.5A83674D.93403CC4.IP) (Quit: beaufour)
  1993. # [16:29] <Ms2ger> Because it's a lot of changes you just pulled in, then
  1994. # [16:29] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/143e6064d88c - Rafael Ávila de Espíndola - Bug 831748 - refactor duplicated code. r=froydnj.
  1995. # [16:30] <JosiahOne> But even then, the amount of code is very little (Compared to normal). This new branch must be a lot larger than the previous or something.
  1996. # [16:30] <jesup> JosiahOne: what are you building (or building on)? A clean cold clobber build on a XEON/SSD/16GB from last year takes ~15 min for me. Rebuild for minor changes is only ~1:20 though (Linux/GCC, not clang)
  1997. # [16:30] <glazou> with ccache or not ?
  1998. # [16:30] * Joins: josh (josh@moz-7D5BC4BE.nyc.res.rr.com)
  1999. # [16:31] <JosiahOne> Mac Mini 2011, 8 GB RAM, 5400 RPM HD, Linux/GCC. Nothing fancy, but it usually is a lot faster.
  2000. # [16:31] <jesup> IIRC that's a cold ccache (enabled)
  2001. # [16:31] <BenWa> ted: I've noticed that error. It shows up even when ff is at ~1GB total in 64 bit mac. I'm not sure how to debug it. You can try decreasing the size of the circular buffer
  2002. # [16:31] * Quits: RealRaven (Thunderbir@58467D49.FCE1C320.C3498625.IP) (Ping timeout)
  2003. # [16:31] * Quits: morrison (morrison@moz-43861252.internal.eduroam.ucl.ac.uk) (Client exited)
  2004. # [16:32] * Joins: jlmendezbonini (textual@moz-FF9FDD58.twcny.res.rr.com)
  2005. # [16:32] <JosiahOne> Not sure about ccache.
  2006. # [16:32] * Joins: askalski (akuda@moz-137D1D7A.mimuw.edu.pl)
  2007. # [16:32] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  2008. # [16:32] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Input/output error)
  2009. # [16:33] <JosiahOne> I'm pretty sure ccache is enabld.
  2010. # [16:33] <JosiahOne> enabled*
  2011. # [16:33] <@ted> BenWa: hm, wonder what exactly is throwing the OOM error
  2012. # [16:34] * Quits: dastergon (dastergon@moz-310566EB.org) (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.)
  2013. # [16:34] * Quits: tomer (tomer@moz-F45DAEFD.static.012.net.il) (Ping timeout)
  2014. # [16:34] <BenWa> ted: I'll try with a debugger when I have time
  2015. # [16:34] <BenWa> it's likely the web worker
  2016. # [16:34] * Joins: dastergon (dastergon@moz-310566EB.org)
  2017. # [16:34] * Quits: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net) (Ping timeout)
  2018. # [16:34] * Quits: Optimizer (Optimizer@B652B723.BA5549B5.BE90E62C.IP) (Ping timeout)
  2019. # [16:35] <BenWa> ted: Did you see taras's email. We're a bit at a crossroad if we're going land these patches in or build the multi-threaded support on the current architecture
  2020. # [16:35] * Joins: RealRaven (Thunderbir@58467D49.FCE1C320.C3498625.IP)
  2021. # [16:35] * Joins: twi1 (Adium@4B8FCCF0.8AAAF769.FAAB0799.IP)
  2022. # [16:35] <@ted> BenWa: yeah, i did not get to reply yet
  2023. # [16:35] * Quits: twi (Adium@4B8FCCF0.8AAAF769.FAAB0799.IP) (Ping timeout)
  2024. # [16:35] <@ted> i actually just started getting patches upstream for review this week
  2025. # [16:36] <@ted> finally came up from air from being yanked around on other projects
  2026. # [16:36] <@bz> BenWa: ping
  2027. # [16:36] * Quits: yzen (Adium@AA2C085E.10C8AEF8.9A8C35B4.IP) (Quit: Leaving.)
  2028. # [16:36] <@bz> BenWa: got a sec?
  2029. # [16:36] <@bz> BenWa: so I have an Android nightly
  2030. # [16:36] <@bz> BenWa: and I'm trying to install the profiler extension
  2031. # [16:36] <BenWa> ted: Alright that's great
  2032. # [16:36] <gfritzsche> ted: afaict you were right on .pushState() breaking things on soundcloud :)
  2033. # [16:36] <BenWa> bz: yes
  2034. # [16:36] <@bz> BenWa: AMO says "Not available for Android"
  2035. # [16:36] * Quits: nattofriends (tsutsumi@moz-A369A791.warosu.org) (Ping timeout)
  2036. # [16:37] <@bz> BenWa: the link to the "latest pre-release build" says not compatible with 21
  2037. # [16:37] <BenWa> bz: install this instead https://github.com/bgirard/Gecko-Profiler-Addon/raw/master/geckoprofiler.xpi
  2038. # [16:37] * Joins: beaufour (beaufour@moz-D9B62C35.poly.edu)
  2039. # [16:37] <BenWa> Ohh umm
  2040. # [16:37] <glandium> i really wish build failures would should up faster on try
  2041. # [16:37] * Joins: jhk (jhk@6EE3C58A.62B6971.B58D974D.IP)
  2042. # [16:37] <BenWa> bz: That's weird many people are using it in the current nightly. Let me try a fresh install of it
  2043. # [16:37] <@ted> gfritzsche: cool, did you see NeilAway's links above?
  2044. # [16:37] * Joins: bjacob (bjacob@F2D29657.F60B0462.67AC9B1.IP)
  2045. # [16:38] * Joins: nattofriends (tsutsumi@moz-A369A791.warosu.org)
  2046. # [16:38] <@bz> "Gecko profiler could not be installed because it is not compatible with 21a1"
  2047. # [16:38] <@bz> or so
  2048. # [16:38] <@bz> (it fades out quickly)
  2049. # [16:38] <@bz> ah
  2050. # [16:38] <@bz> the link in the wiki is to RDP
  2051. # [16:38] <@bz> not to master
  2052. # [16:38] <@bz> does that matter?
  2053. # [16:39] <BenWa> Ohh, yes
  2054. # [16:39] <BenWa> let me fix that
  2055. # [16:39] <BenWa> which link? on AMO
  2056. # [16:39] <@bz> https://developer.mozilla.org/en-US/docs/Performance/Profiling_with_the_Built-in_Profiler#Running_the_profiler
  2057. # [16:39] <@bz> step 2 under there
  2058. # [16:39] <BenWa> kk
  2059. # [16:39] * Joins: jimm (jimm@E48845AB.3A9F9BD4.4C2245EF.IP)
  2060. # [16:40] <@bz> same thing with master
  2061. # [16:40] <gfritzsche> ted: euh, no, don't see it, sorry... gotta run for now
  2062. # [16:40] <@ted> gfritzsche: i put it on the bug, thanks for filing
  2063. # [16:41] <@bz> It claims maxVersion 18.*
  2064. # [16:41] * @bz wonders whether we pay attention to that nowadays
  2065. # [16:41] * Quits: dao (dao@moz-C51BE6D7.superkabel.de) (Quit: Leaving.)
  2066. # [16:42] <JosiahOne> !!! 30 minutes.... And I'm out of coffee too.
  2067. # [16:42] * Quits: @ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP) (Input/output error)
  2068. # [16:43] <JosiahOne> Time to get some more.
  2069. # [16:43] * Joins: Archaeopteryx (itsme@moz-756328DB.cust.telecolumbus.net)
  2070. # [16:43] <JosiahOne> On the bright side, I'm almost done building.
  2071. # [16:44] <davidb> edmorley: thanks (re diligence on the asan builds) - i'm just being paranoid :)
  2072. # [16:44] * Joins: aleth (aleth@moz-550F7904.ictp.it)
  2073. # [16:44] <jesup> bz: ping
  2074. # [16:44] <edmorley> davidb: yw
  2075. # [16:44] <edmorley> davidb: I couldn't tell if you meant from a "going to break buildbot" or "result in a successful asan build" pov
  2076. # [16:45] * Joins: vladan (vladan@36D53742.B90458C2.57F33CED.IP)
  2077. # [16:45] <davidb> edmorley: what does the patch do?
  2078. # [16:46] <edmorley> davidb: turns off update snippet creation, which is what was failing (and we didn't want updates anyway)
  2079. # [16:46] * Joins: Optimizer (Optimizer@49156452.1B6277ED.D5D59AD9.IP)
  2080. # [16:46] * Quits: Edgar (Thunderbir@moz-D8096516.dynamic.hinet.net) (Quit: Edgar)
  2081. # [16:46] <davidb> ok good.. basically my concern was about updates in general… don't want those working at all.
  2082. # [16:46] <edmorley> davidb: ie snippets for the automatic update service and creation of partial update mars etc
  2083. # [16:46] <davidb> got it
  2084. # [16:47] <davidb> ty
  2085. # [16:47] <edmorley> davidb: since otherwise if it updates mid automation, will cause confusion, right?
  2086. # [16:47] <@bz> jesup: ack
  2087. # [16:47] <@bz> BenWa: any ideas?
  2088. # [16:48] * hwine is now known as hwine|mtg
  2089. # [16:49] * Joins: gwagner (Gregor@A6CBEE60.C366FB5A.13A8CA36.IP)
  2090. # [16:50] * Parts: Pauly (paul@601F3B17.33662590.A5830293.IP)
  2091. # [16:50] <jesup> bug 826807 - jsapi usage in PeerConnectionImpl.cpp (Constraints) - two questions: is HTMLCanvasElement.cpp (::GetContext()) a reasonable template for handling errors, or is there another one? Few things call JS_GetPropertyByID/etc in C++ land. Second, this is an obvious blocker to production use and likely uplift to Aurora, but does it need to be corrected before flipping the pref for...
  2092. # [16:50] <jesup> ...PeerConnection to 'on'? (Though if I just need early error returns, it's likely not a big deal)
  2093. # [16:51] <@bz> jesup: looking
  2094. # [16:51] * Quits: paulproteus (quassel@rose.makesad.us) (Ping timeout)
  2095. # [16:51] <jesup> thanks
  2096. # [16:51] * jorendorff stands ready, assumes bz's got it
  2097. # [16:52] <aleth> How do I tell FF on Linux where to find (already installed) plugins?
  2098. # [16:52] <@bz> jesup: GetContext is an ok template
  2099. # [16:53] <jesup> bz: thanks
  2100. # [16:53] * Joins: yzen (Adium@moz-25407098.cpe.net.cable.rogers.com)
  2101. # [16:53] * Joins: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu)
  2102. # [16:53] <@bz> jesup: I'm not sure what our criteria forthe pref are
  2103. # [16:53] <@bz> jesup: this is _probably_ not exploitable if that's what you're asking
  2104. # [16:53] <JosiahOne> And this whole time there was never any problem with mine... I think. I need another bug addressed. This is going to be a long day. Thanks for your help guys.
  2105. # [16:53] * Quits: JosiahOne (Thunderbir@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net) (Quit: JosiahOne)
  2106. # [16:54] * Joins: paulproteus (quassel@moz-E86A3B42.makesad.us)
  2107. # [16:54] * Quits: nattofriends (tsutsumi@moz-A369A791.warosu.org) (Ping timeout)
  2108. # [16:54] <@bz> jesup: we really need to get you guys moved to WebIDL
  2109. # [16:54] <jesup> bz: that's question #1, and I think for correct usage it doesn't matter; this is all about bad input handling, so I'd say we could pref on with it, but mark it as webrtc-blocking+
  2110. # [16:54] <jesup> bz: agreed
  2111. # [16:55] * Joins: sicking (sicking@moz-7F871C5C.hsd1.ca.comcast.net)
  2112. # [16:55] <jesup> bz: is the Identity stuff ready for us to move?
  2113. # [16:55] * Joins: nattofriends (tsutsumi@moz-A369A791.warosu.org)
  2114. # [16:55] <jesup> bz: that's why PeerConnection is in JS today... Anant had to integrate with Identity/Persona, and they were JS only
  2115. # [16:56] * Joins: knelson (Adium@moz-B2829269.dsl.pltn13.sbcglobal.net)
  2116. # [16:56] * Parts: knelson (Adium@moz-B2829269.dsl.pltn13.sbcglobal.net)
  2117. # [16:56] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d01d7cb7693b - Mike Habicher - Bug 830995 - move Alloc/DeallocSurfaceDescriptorGralloc() calls out of the GonkNativeWindow mMutex lock, r=kanru
  2118. # [16:56] * jwir3 is now known as jwir3|away
  2119. # [16:56] * Joins: azakai|far (alon@moz-8D0CC798.lightspeed.sntcca.sbcglobal.net)
  2120. # [16:56] <@bz> jesup: js stuff is not movable yet
  2121. # [16:57] <jesup> bz: so, we stay on this track for now
  2122. # [16:58] * lsblakk|afk is now known as lsblakk
  2123. # [16:58] * Joins: TheOne (one@moz-82AECF3.dip0.t-ipconnect.de)
  2124. # [16:59] <@bz> jesup: but this is C++ code, no?
  2125. # [16:59] <@bz> jesup: the code you're changing right now
  2126. # [16:59] <@bz> jesup: The constraints stuff
  2127. # [16:59] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  2128. # [16:59] <@bz> jesup: can _that_ move to WebIDL?
  2129. # [16:59] <jesup> Constraints are used in the constructor for PeerConnection
  2130. # [17:00] <jesup> I honestly don't know if we can somehow move that without breaking the interface between PeerConnection and Persona/etc
  2131. # [17:00] <@bz> But I thought you said PeerConnection is in JS
  2132. # [17:00] * Joins: ddahl (ddahl@648205EB.ED8DACAE.49D91E5E.IP)
  2133. # [17:00] <@bz> Where does C++ come in?
  2134. # [17:00] <jesup> yes
  2135. # [17:00] * Quits: beaufour (beaufour@moz-D9B62C35.poly.edu) (Quit: beaufour)
  2136. # [17:01] * Quits: maikmerten (merten@moz-E254386D.cs.uni-dortmund.de) (Client exited)
  2137. # [17:01] <jesup> The C++ is a back-end to the JS
  2138. # [17:01] <@bz> ok
  2139. # [17:01] <@bz> So there's some C++
  2140. # [17:01] <@bz> which exposes an xpidl interface
  2141. # [17:01] <@bz> and JS that talks to it via that interface
  2142. # [17:01] <jesup> Lots of things in JS just mirror down to the PeerConnection (IPeerConnection.idl)
  2143. # [17:01] <@bz> right?
  2144. # [17:01] <jesup> Ah, so convert *that* to webidl
  2145. # [17:01] <@bz> So can we switch that idl+C++ bit to webidl?
  2146. # [17:01] <@bz> yes
  2147. # [17:02] <jesup> Yeah, that's probably possible
  2148. # [17:02] * Joins: beaufour (beaufour@moz-D9B62C35.poly.edu)
  2149. # [17:03] * @bz makes notes
  2150. # [17:03] <glandium> aleth: MOZ_PLUGIN_PATH
  2151. # [17:04] * Joins: dao (dao@moz-C51BE6D7.superkabel.de)
  2152. # [17:05] * Quits: tobeytailor (tobeytailo@moz-568F92DD.dynamic.mnet-online.de) (Quit: tobeytailor)
  2153. # [17:05] * Quits: Optimizer (Optimizer@49156452.1B6277ED.D5D59AD9.IP) (Ping timeout)
  2154. # [17:05] <aleth> glandium: thanks!
  2155. # [17:05] <davidb> edmorley: indeed :)
  2156. # [17:06] * Joins: akeybl (akeybl@moz-52D39FF6.hsd1.ca.comcast.net)
  2157. # [17:07] * Quits: sankha93 (sankha93@7061CD01.D6BD0D91.22D41759.IP) (Ping timeout)
  2158. # [17:08] <Pike> there's gonna be an IDN breakout session at the mlw workship, do we have someone with special interest in that? http://www.w3.org/blog/International/2012/12/17/special-interactive-sessions-planned-for-the-w3c-multilingualweb-workshop-in-rome-march-2013/
  2159. # [17:08] * Joins: sankha93 (sankha93@7061CD01.D6BD0D91.22D41759.IP)
  2160. # [17:09] * Joins: Waldo (waldo@A01051A9.6F669779.3D1CA460.IP)
  2161. # [17:10] * Joins: scenor (Thunderbir@moz-75A6DA49.wireless.dyn.drei.com)
  2162. # [17:10] * Quits: sicking (sicking@moz-7F871C5C.hsd1.ca.comcast.net) (Quit: sicking)
  2163. # [17:12] * Quits: jhk (jhk@6EE3C58A.62B6971.B58D974D.IP) (Ping timeout)
  2164. # [17:12] * Parts: aleth (aleth@moz-550F7904.ictp.it)
  2165. # [17:13] <jesup> bz: this closer to what you had in mind? If so, I'll put it up for review http://www.pastebin.mozilla.org/2066328
  2166. # [17:13] * Quits: mcote (mcote@moz-FD8EB826.mc.videotron.ca) (Quit: leaving)
  2167. # [17:13] <jesup> And I'll put WebIDL for PeerConnectionImpl on the radar
  2168. # [17:13] <@bz> jesup: looking
  2169. # [17:15] * Joins: Optimizer (Optimizer@831A2088.40259142.D5D59AD9.IP)
  2170. # [17:15] <@bz> jesup: JS_ValueToString can return null; you should return NS_ERROR_FAILURE if that happens
  2171. # [17:16] <@bz> jesup: or NS_ERROR_OUT_OF_MEMORY
  2172. # [17:16] * Joins: myk (myk@moz-64D96850.dsl.dynamic.sonic.net)
  2173. # [17:16] <jesup> bz: sure, NP
  2174. # [17:17] * Quits: Optimizer (Optimizer@831A2088.40259142.D5D59AD9.IP) (Ping timeout)
  2175. # [17:17] * Joins: ehsan (ehsan@F2D29657.F60B0462.67AC9B1.IP)
  2176. # [17:17] * ChanServ sets mode: +o ehsan
  2177. # [17:17] <@bz> You need to check the return value of JS_GetElement
  2178. # [17:17] <@bz> Other than that, this looks good.
  2179. # [17:17] * Joins: alice (alice@moz-3BCBEBE3.range86-150.btcentralplus.com)
  2180. # [17:17] <glazou> I hate those .mkdir.done
  2181. # [17:17] * Quits: paolo (paolo@moz-A2C1D59A.retail.telecomitalia.it) (Client exited)
  2182. # [17:17] * Joins: jammink (textual@2557E599.66715431.D25A875A.IP)
  2183. # [17:17] <glazou> even XPIs are now full of them
  2184. # [17:17] * Joins: Optimizer (Optimizer@A2015995.9700A370.D5D59AD9.IP)
  2185. # [17:17] <jesup> bz: thanks
  2186. # [17:18] <@bz> jesup: no problem
  2187. # [17:18] * Joins: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net)
  2188. # [17:19] <@ted> glazou: sorry, make sucks :-/
  2189. # [17:19] * Quits: alice (alice@moz-3BCBEBE3.range86-150.btcentralplus.com) (Ping timeout)
  2190. # [17:21] * Quits: askalski (akuda@moz-137D1D7A.mimuw.edu.pl) (Quit: Wychodzi)
  2191. # [17:21] <glandium> glazou: that's because our code to create xpis suck. but that's going to change
  2192. # [17:21] * Joins: mcote (mcote@moz-FD8EB826.mc.videotron.ca)
  2193. # [17:21] * Joins: ehugg_lime (ehugg_lime@moz-851FD57E.mycingular.net)
  2194. # [17:22] * Quits: stransky (stransky@moz-107AD163.redhat.com) (Quit: Connection reset by beer)
  2195. # [17:22] * Joins: genester (Thunderbir@moz-A0C78C2.oc.oc.cox.net)
  2196. # [17:22] <glazou> oh, that's new, an XPI in a universal OS X build cannot be unified because the i386 and the x86_64 xpis differ
  2197. # [17:23] <glazou> and of course, they should be strictly the same
  2198. # [17:23] * Joins: jhk (jhk@6EE3C58A.62B6971.B58D974D.IP)
  2199. # [17:23] * Quits: nmatsakis (nmatsakis@AAE222A3.FDDA6739.2321E71E.IP) (Quit: Computer has gone to sleep.)
  2200. # [17:24] * jcranmer|away is now known as jcranmer
  2201. # [17:25] * Joins: sworkman (sworkman@2557E599.66715431.D25A875A.IP)
  2202. # [17:25] * Joins: felipe (felipe@2981D2F7.550A1EE7.DB5C0666.IP)
  2203. # [17:25] * Quits: sworkman (sworkman@2557E599.66715431.D25A875A.IP) (Input/output error)
  2204. # [17:26] * Joins: sworkman (sworkman@2557E599.66715431.D25A875A.IP)
  2205. # [17:27] * Joins: hurley (hurley@moz-E76806A0.dsl.static.sonic.net)
  2206. # [17:29] * Joins: fabrice (fabrice@2557E599.66715431.D25A875A.IP)
  2207. # [17:30] * Quits: Boriss (FlyingToas@moz-62AAA429.hsd1.ca.comcast.net) (Quit: Boriss)
  2208. # [17:32] * Joins: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net)
  2209. # [17:32] * ChanServ sets mode: +o dveditz
  2210. # [17:32] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/4de05e48b784 - Charles Chan - Bug 710989 - Fix possible memset underflow in Time::Explode(). r=cjones
  2211. # [17:32] * Joins: terrence (terrence@2557E599.66715431.D25A875A.IP)
  2212. # [17:32] * Quits: sdumitriu (sdumitriu@4822AA52.AB54EB5E.6816E6B7.IP) (Quit: Leaving.)
  2213. # [17:32] * Quits: pnkfelix (pnkfelix@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net) (Quit: Leaving.)
  2214. # [17:34] * Quits: beaufour (beaufour@moz-D9B62C35.poly.edu) (Quit: beaufour)
  2215. # [17:35] * Joins: billm (billm@moz-CF6D0A66.hsd1.ca.comcast.net)
  2216. # [17:36] * Quits: jhk (jhk@6EE3C58A.62B6971.B58D974D.IP) (Ping timeout)
  2217. # [17:37] <jesup> smaug (or bz): ping re bug 827843 - it it useful to have N occurances of 'if (this._closed) throw new Error("Peer Connection is closed");', or one checkClosed() function called N time that does the same? I'm unclear on which is better JS form, and which is better for other reasons (size, de-duplication, speed, etc)
  2218. # [17:38] <@smaug> not sure
  2219. # [17:38] <@smaug> jesup: I was thinking the same
  2220. # [17:38] * glob is now known as glob|away
  2221. # [17:38] <@smaug> but wasn't big enough thing to care about :)
  2222. # [17:39] * Joins: gerv (Instantbir@moz-8E68CF56.in-addr.arpa)
  2223. # [17:39] * Joins: JosiahOne (josiahbrun@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net)
  2224. # [17:40] <jesup> I hate seeing the same boilerplate all over the place. Yeah, it's a minor point - I spent a lot of years worrying about embedded perf/memory use, and before that running N Mozilla's on a server for thin clients. (And ironically that's partly coming back with Android/B2G)
  2225. # [17:40] * Joins: kdcw (kdc@moz-F7413045.pk.shawcable.net)
  2226. # [17:40] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/27f62505f15c - Terrence Cole - Bug 799248 - Remove the SkipRoot in NewShortString; r=billm
  2227. # [17:40] * Quits: yzen (Adium@moz-25407098.cpe.net.cable.rogers.com) (Quit: Leaving.)
  2228. # [17:40] <@smaug> jesup: well, converting all that code to C++ would probably reduce memory usage
  2229. # [17:41] <jesup> OT: I wonder how well FF will work on Dell's Ophelia USB-sized PC replacement dongle
  2230. # [17:41] <Pike> oh hi, just received the first wave of bs
  2231. # [17:41] <jesup> smaug: :-)
  2232. # [17:42] <jesup> smaug: get on the back of the Identity/Persona guys to convert their stuff and we'll talk :-)
  2233. # [17:42] <JosiahOne> Converting to C++… That smells like trouble for OS X.
  2234. # [17:43] * Joins: juanb (jbecerra@moz-F1012875.hsd1.ca.comcast.net)
  2235. # [17:43] * Joins: beaufour (beaufour@moz-D9B62C35.poly.edu)
  2236. # [17:43] * Joins: lizzard (ehenry@moz-17B89992.tmodns.net)
  2237. # [17:43] <@smaug> jesup: I don't understand why they need to convert anything. Just provide some simple xpcom interface for the stuff webrtc needs
  2238. # [17:44] * Quits: jhorak (jhorak@moz-107AD163.redhat.com) (Client exited)
  2239. # [17:44] * Quits: cabanier (cabanier@moz-6A1F2F2C.hsd1.wa.comcast.net) (Quit: Leaving.)
  2240. # [17:44] * Quits: pascalc (chatzilla@moz-F8747CC6.dsl.ovh.fr) (Ping timeout)
  2241. # [17:44] * Parts: scenor (Thunderbir@moz-75A6DA49.wireless.dyn.drei.com)
  2242. # [17:45] * Joins: aklotz (Thunderbir@moz-55246988.cg.shawcable.net)
  2243. # [17:46] * Quits: ahal (ahal@3468F8ED.AB54EB5E.6816E6B7.IP) (Ping timeout)
  2244. # [17:47] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/1739c6c51d1c - Terrence Cole - Bug 829830 - Exactly root the fields in StackIter; r=nbp
  2245. # [17:47] <JosiahOne> Has anyone else noticed that the latest branch takes a lot longer to build?
  2246. # [17:47] <JosiahOne> At least the first time.
  2247. # [17:47] <@ted> we keep adding code :-/
  2248. # [17:48] <jesup> smaug: sure, that'd probably be enough. I wasn't involved when Anant and they (and JST IIRC) ended up with the current solution
  2249. # [17:48] <JosiahOne> ted: No kidding.
  2250. # [17:49] <JosiahOne> But I mean a jump of over 10 minutes.
  2251. # [17:49] * Quits: mbrubeck (mozilla@CDD95C1F.3A9F9BD4.4C2245EF.IP) (Quit: Leaving.)
  2252. # [17:50] <@ted> JosiahOne: from what?
  2253. # [17:50] <JosiahOne> About 10 minutes on first build, now it is like 25 minutes.
  2254. # [17:50] <@ted> i mean, what are you comparing to
  2255. # [17:50] <jesup> JosiahOne: which version was 10 minutes??
  2256. # [17:51] * Joins: rednaks (rednaks@DCBDB49D.D8B81367.55FFA9B4.IP)
  2257. # [17:51] <jesup> Mozilla 1.0 ? ;-)
  2258. # [17:51] <JosiahOne> jesup: The previous branch. I believe it was 20.
  2259. # [17:51] * Joins: ahal (ahal@3468F8ED.AB54EB5E.6816E6B7.IP)
  2260. # [17:51] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e3497f146c7c - Rafael Ávila de Espíndola - Bug 831303 - Fix the the stop where we start counting the shutdown time.r=ehsan.
  2261. # [17:51] <JosiahOne> Maybe 21.
  2262. # [17:51] <JosiahOne> What's the latest version?
  2263. # [17:51] <jesup> JosiahOne: Perhaps you had a hot ccache that was making them seem fast?
  2264. # [17:52] <@ted> can't think of anything obvious
  2265. # [17:52] <@ted> we added webrtc before that
  2266. # [17:52] <JosiahOne> Well I haven't changed anything.
  2267. # [17:52] <@ted> but 10 mins seems huge
  2268. # [17:52] <JosiahOne> Yeah it does.
  2269. # [17:52] <JosiahOne> Actually. It was over 30 minutes now.
  2270. # [17:53] <JosiahOne> Completely forgot about that. At 20 minutes I went to get coffee. Wasn't done till slightly over 30.
  2271. # [17:53] * Quits: marcoz (marco.zehe@moz-891A6849.dip.t-dialin.net) (Quit: Leaving.)
  2272. # [17:53] <@ted> what OS are you on?
  2273. # [17:53] <jesup> webrtc was added initially last June, preffed on by default in the summer, and the last major piece added on Sept/Oct
  2274. # [17:54] * jmaher is now known as jmaher|afk
  2275. # [17:54] * Joins: cabanier (cabanier@89803C3C.27D0C967.A0B21F13.IP)
  2276. # [17:54] <JosiahOne> Right now I'm on OS X. But when I ran the build I was on Ubuntu.
  2277. # [17:54] <jesup> And it didn't add a ton to build times (some, but not tons - it has a lot of plain C code)
  2278. # [17:54] * Joins: seth (seth@moz-D840E602.dsl.static.sonic.net)
  2279. # [17:54] <@ted> that's what i meant
  2280. # [17:54] <@ted> what OS are you building on
  2281. # [17:54] * Joins: mbrubeck (mozilla@CDD95C1F.3A9F9BD4.4C2245EF.IP)
  2282. # [17:55] <glazou> JosiahOne: happened to me ; eventually added --without-ccache
  2283. # [17:55] * @bz gives up on profiling on Android for now. :(
  2284. # [17:55] <JosiahOne> Right now I'm not building.
  2285. # [17:55] <JosiahOne> I'm just curious now. I haven't tried building on OS X since the latest merge.
  2286. # [17:55] <glandium> anyone around on windows with a build could paste me the output for lib -list objdir/dist/lib/libnspr4_s.lib ?
  2287. # [17:55] * Quits: terrence (terrence@2557E599.66715431.D25A875A.IP) (Ping timeout)
  2288. # [17:55] <glandium> err objdir/dist/lib/nspr4_s.lib
  2289. # [17:55] * Quits: juanb (jbecerra@moz-F1012875.hsd1.ca.comcast.net) (Quit: juanb)
  2290. # [17:56] * Joins: terrence (terrence@2557E599.66715431.D25A875A.IP)
  2291. # [17:56] * Quits: mbrubeck (mozilla@CDD95C1F.3A9F9BD4.4C2245EF.IP) (Quit: Leaving.)
  2292. # [17:56] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e7c8f4228da4 - Jeff Muizelaar - Bug 831438. Add pref for forcing 16bit on B2G. r=cjones
  2293. # [17:56] * @bsmedberg just gets that warm fuzzy feeling from resolving "hpux build bustage"
  2294. # [17:56] <jesup> 30 min for a cold build on a non-SSD non-super-hot mac sounds about right
  2295. # [17:56] <@bz> bsmedberg: heh
  2296. # [17:56] <Ms2ger> bsmedberg, best 90 minutes of your day? :)
  2297. # [17:57] <jesup> bsmedberg: Did you check the HPUX tinderbox machine? ;-)
  2298. # [17:57] * Quits: @bz (bzbarsky@moz-C7E1A91E.bstnma.fios.verizon.net) (Client exited)
  2299. # [17:57] <gaston> that's at least a bug # below 100000
  2300. # [17:57] <JosiahOne> jesup: Alright. I don't remember it taking that long before.
  2301. # [17:57] * Joins: pascalc (chatzilla@moz-F8747CC6.dsl.ovh.fr)
  2302. # [17:57] <@bsmedberg> I apparently got through about 110 bugs yesterday
  2303. # [17:57] * Joins: bz (bzbarsky@moz-C7E1A91E.bstnma.fios.verizon.net)
  2304. # [17:57] * ChanServ sets mode: +o bz
  2305. # [17:57] <@bsmedberg> only... 40 workdays to go?
  2306. # [17:57] * Quits: sankha93 (sankha93@7061CD01.D6BD0D91.22D41759.IP) (Ping timeout)
  2307. # [17:57] <@bz> bsmedberg: until?
  2308. # [17:57] <@ted> hah
  2309. # [17:57] <lizzard> bsmedberg: that is amazing...
  2310. # [17:58] <@bsmedberg> until I have triaged all the bugs in "my components"
  2311. # [17:58] <@bz> lol
  2312. # [17:58] <jesup> JosiahOne: once you have a warm ccache, AND if no one changes configure.in in a way that forces rebuilds to have different options, it can be a lot faster
  2313. # [17:58] <@ted> JosiahOne: uh so i don't understand your question
  2314. # [17:58] <@bsmedberg> lizzard: amazingly small or amazingly large?
  2315. # [17:58] <@ted> you're comparing your build time on what to what
  2316. # [17:58] <JosiahOne> I'm comparing the previous branch on Ubuntu, to the latest branch on Ubuntu.
  2317. # [17:58] <Ms2ger> bsmedberg, you're welcome to do DOM after that ;)
  2318. # [17:58] <lizzard> well, large to me. I would love to look over your shoulder and discuss while you triage stuff
  2319. # [17:58] <@bsmedberg> no thanks!
  2320. # [17:59] <@bsmedberg> that was to ms2ger... ;-)
  2321. # [17:59] <lizzard> if you feel like doing another 40 any time in the next few days :D
  2322. # [17:59] <@bsmedberg> lizzard: you could always stalk me...
  2323. # [18:00] * Joins: Ann_Yiming (Ann_Yiming@43CB6079.66715431.D25A875A.IP)
  2324. # [18:00] <JosiahOne> bsmedberg: How did you get through 110 bugs in one day… How long do you work?
  2325. # [18:00] <jcranmer> bsmedberg: in a few months, I will be able to mass-close ~300 bugs with the reason "I just rewrote the library that does stuff.
  2326. # [18:00] <lizzard> yes I could. a running commentary would be great too though. I will try watching your bugzilla self then
  2327. # [18:00] <jcranmer> Please test if it's still a problem."
  2328. # [18:00] <@bsmedberg> JosiahOne: most of these bugs are pretty clearly no longer relevant
  2329. # [18:00] <@bsmedberg> for right now I'm just sorting on last-changed date and doing the oldest ones first
  2330. # [18:01] <jcranmer> our fourth-oldest bug is something like "LDAP doesn't compile on AIX"
  2331. # [18:01] <JosiahOne> I see. So you just closed a whole bunch.
  2332. # [18:01] * Joins: sankha93 (sankha93@7061CD01.D6BD0D91.22D41759.IP)
  2333. # [18:01] * Quits: Waldo (waldo@A01051A9.6F669779.3D1CA460.IP) (Quit: back when on the plane and in the air, hopefully)
  2334. # [18:01] <@bsmedberg> jcranmer: oh please let me close it!
  2335. # [18:01] <@bsmedberg> JosiahOne: yeah, right now my close rate appears to be about 90%
  2336. # [18:01] <jcranmer> sorry, fifth-oldest
  2337. # [18:01] * Quits: ehugg_lime (ehugg_lime@moz-851FD57E.mycingular.net) (Client exited)
  2338. # [18:01] <jcranmer> bsmedberg: bug 1721
  2339. # [18:02] <JosiahOne> bsmedberg: Nice. How come whenever I close bugs, people keep opening them up. :)
  2340. # [18:02] <JosiahOne> I'm looking at you Ms2ger.
  2341. # [18:02] <@bsmedberg> JosiahOne: well either 1) you're making the wrong decisions 2) you're making them without talking to or without the support of the module owner or 3) you just need to be delegated some authority
  2342. # [18:03] <Ms2ger> What'd I do? :)
  2343. # [18:03] <JosiahOne> Ms2ger: You re-opened bug 340519. Then, somebody asked if you meant to do that. You never responded.
  2344. # [18:04] <JosiahOne> bsmedberg: That bug was over 2 years old I believe.
  2345. # [18:04] * Joins: ehugg (chatzilla@F72458CE.29102B70.6CD50604.IP)
  2346. # [18:04] <@ted> 2 years is not very old :)
  2347. # [18:04] * Ms2ger closes
  2348. # [18:05] * Joins: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net)
  2349. # [18:05] <JosiahOne> But it wasn't very relevant. At least I believe so.
  2350. # [18:05] <jcranmer> JosiahOne: I have bugs that I look at that are 10 years old
  2351. # [18:05] * Quits: lizzard (ehenry@moz-17B89992.tmodns.net) (Quit: lizzard)
  2352. # [18:05] * Joins: harth (harth@moz-3C999954.hsd1.ca.comcast.net)
  2353. # [18:05] <@bsmedberg> some elderly bugs are still quite valid
  2354. # [18:05] <jcranmer> like "add enum support to xpidl"
  2355. # [18:05] <jcranmer> :-P
  2356. # [18:05] <@ted> JosiahOne: in this case, i think closing that bug is the right thing
  2357. # [18:06] * Joins: pnkfelix (pnkfelix@moz-43495417.fbx.proxad.net)
  2358. # [18:06] * Quits: dao (dao@moz-C51BE6D7.superkabel.de) (Quit: Leaving.)
  2359. # [18:06] <JosiahOne> Well, Ms2ger just closed it. Pretty much for the same reason I did, except he added a referenced one.
  2360. # [18:06] <JosiahOne> she? I'm assuming he here.
  2361. # [18:07] <JosiahOne> And it was 6 years old, so that makes me feel better. :)
  2362. # [18:07] <JosiahOne> ted: Why thank you.
  2363. # [18:08] * Joins: bajaj (Adium@2557E599.66715431.D25A875A.IP)
  2364. # [18:08] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/339344803492 - Jeff Muizelaar - Bug 830256. Ensure that scrollable rect is as big as the drawable area. r=cjones,ajones
  2365. # [18:08] <JosiahOne> I'm going to build on OS X and see what happens.
  2366. # [18:09] <JosiahOne> Lunch time.
  2367. # [18:09] <@ted> JosiahOne: i think ms2ger is a robot
  2368. # [18:09] <@ted> so gender is hard there
  2369. # [18:09] * Joins: tanvi (tanvi@moz-9440AA69.hsd1.ca.comcast.net)
  2370. # [18:09] * Joins: tanvi1 (tanvi@moz-9440AA69.hsd1.ca.comcast.net)
  2371. # [18:10] <JosiahOne> ted: Alright, it referenced one. :)
  2372. # [18:10] <glazou> bsmedberg: I think a <1000 bug was closed not long ago
  2373. # [18:11] * Joins: smooney_ (smooney@2557E599.66715431.D25A875A.IP)
  2374. # [18:11] * Quits: terrence (terrence@2557E599.66715431.D25A875A.IP) (Ping timeout)
  2375. # [18:11] * Quits: tanvi (tanvi@moz-9440AA69.hsd1.ca.comcast.net) (Ping timeout)
  2376. # [18:12] * Joins: terrence (terrence@2557E599.66715431.D25A875A.IP)
  2377. # [18:12] <glazou> or was it 10k
  2378. # [18:12] * Joins: mccr8 (mccr8@43CB6079.66715431.D25A875A.IP)
  2379. # [18:12] * mcote is now known as mcote|lunch
  2380. # [18:12] * Parts: aklotz (Thunderbir@moz-55246988.cg.shawcable.net)
  2381. # [18:13] * Joins: aklotz (Thunderbir@moz-55246988.cg.shawcable.net)
  2382. # [18:13] <froydnj> go bsmedberg go
  2383. # [18:13] <glandium> glazou: #915? (kidding)
  2384. # [18:13] <glazou> LOL
  2385. # [18:14] <glazou> that one is famous
  2386. # [18:14] <jcranmer> glazou: can I hope it was #350?
  2387. # [18:14] <glazou> 753
  2388. # [18:14] <NeilAway> ted++
  2389. # [18:14] * Quits: terrence (terrence@2557E599.66715431.D25A875A.IP) (Ping timeout)
  2390. # [18:15] <NeilAway> glandium: did you still want that lib output?
  2391. # [18:15] <glazou> that was 753, filed in sep-1998, resofixed in jul-2009
  2392. # [18:15] <glandium> NeilAway: oh yes, please
  2393. # [18:15] * Quits: vladan (vladan@36D53742.B90458C2.57F33CED.IP) (Quit: Leaving.)
  2394. # [18:15] * Joins: terrence (terrence@2557E599.66715431.D25A875A.IP)
  2395. # [18:15] <Ms2ger> Heh, IE complains about BMO's certificate
  2396. # [18:16] <NeilAway> glandium: http://pastebin.mozilla.org/2066433
  2397. # [18:16] <glandium> NeilAway: thanks
  2398. # [18:17] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  2399. # [18:17] <glandium> NeilAway: no header?
  2400. # [18:17] * Quits: WaltS (Thunderbir@moz-B2990436.pitt.east.verizon.net) (Quit: Thunderbird 17.0)
  2401. # [18:17] <NeilAway> glandium: what, the copyright line you mean?
  2402. # [18:17] * Joins: alice (alice@moz-3BCBEBE3.range86-150.btcentralplus.com)
  2403. # [18:18] <glandium> NeilAway: or whatever else it outputs
  2404. # [18:18] <NeilAway> glandium: Microsoft (R) Library Manager Version 10.00.30319.01
  2405. # [18:18] * Quits: rednaks (rednaks@DCBDB49D.D8B81367.55FFA9B4.IP) (Ping timeout)
  2406. # [18:18] <NeilAway> glandium: Copyright (C) Microsoft Corporation. All rights reserved.
  2407. # [18:18] * Quits: gwagner (Gregor@A6CBEE60.C366FB5A.13A8CA36.IP) (Quit: gwagner)
  2408. # [18:19] * Quits: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP) (Ping timeout)
  2409. # [18:19] * Joins: morrison (morrison@514D186.F3BBB17D.144F44FA.IP)
  2410. # [18:19] * Quits: alice (alice@moz-3BCBEBE3.range86-150.btcentralplus.com) (Ping timeout)
  2411. # [18:19] <glandium> NeilAway: nothing else?
  2412. # [18:19] <glandium> NeilAway: are the lines you pasted starting with spaces?
  2413. # [18:20] * Joins: juanb (jbecerra@moz-ACDE7EEC.mozilla.com)
  2414. # [18:20] * Joins: lizzard (ehenry@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2415. # [18:21] * @bz mutters about only being able to request two needinfo at a time
  2416. # [18:22] * Quits: ddahl (ddahl@648205EB.ED8DACAE.49D91E5E.IP) (Ping timeout)
  2417. # [18:22] * Joins: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2418. # [18:22] * Quits: pnemsak (Miranda@moz-BE85878E.citicom.sk) (Quit: pnemsak)
  2419. # [18:24] * Quits: twi1 (Adium@4B8FCCF0.8AAAF769.FAAB0799.IP) (Quit: Leaving.)
  2420. # [18:24] * geekboy|afk is now known as geekboy
  2421. # [18:24] * Joins: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  2422. # [18:25] <JosiahOne> Should bugs be closed for issues that only effect old versions of Firefox?
  2423. # [18:25] <lizzard> JosiahOne: I'd also like to know that, and I don't
  2424. # [18:25] <jcranmer> I don't know issues can effect old versions, but I do know how the could affect them :-)
  2425. # [18:25] <Ms2ger> If they don't apply to trunk, that's what WFM is for
  2426. # [18:25] * Quits: glazou (glazou@moz-204094DD.disruptive-innovations.fr) (Quit: bbl)
  2427. # [18:25] <Ms2ger> JosiahOne, lizzard ^
  2428. # [18:25] * @bz ponders what his options are for this Android profiler thing
  2429. # [18:26] <JosiahOne> WFM?
  2430. # [18:26] * Joins: jet (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2431. # [18:26] * dholbert|afk is now known as dholbert
  2432. # [18:26] <jcranmer> JosiahOne: more seriously
  2433. # [18:26] <Ms2ger> WORKSFORME
  2434. # [18:26] <jcranmer> just because a bug was reported against an old version doesn't mean that it's not still valid in new versions
  2435. # [18:26] <lizzard> I think the answer might be "how old of a version"...
  2436. # [18:26] <Ms2ger> No, the answer depends on what trunk does
  2437. # [18:26] <@ted> if the bug doesn't exist in the current version then it seems acceptable to RESO WFM
  2438. # [18:26] * Joins: Boriss (FlyingToas@moz-AD418F52.dsl.static.sonic.net)
  2439. # [18:26] <JosiahOne> A bug was filed for an old version, but the issue isn't still valid. But it was never closed.
  2440. # [18:27] <jcranmer> anything that only affects unsupported versions of Firefox is invalid
  2441. # [18:27] <@ted> unless it's on ESR, in which case it's a judgement call
  2442. # [18:27] <jcranmer> anything which affects supported versions but not Trunk is a harder call
  2443. # [18:27] <lizzard> jcranmer and Ms2ger, those both sound like good answers
  2444. # [18:27] * AutomatedTester is now known as AutomatedTester|away
  2445. # [18:27] <JosiahOne> It only effects Firefox 14.
  2446. # [18:27] <Ms2ger> Kill it
  2447. # [18:27] <JosiahOne> If it still does, I'm not sure.
  2448. # [18:28] <jcranmer> and it basically comes down to "are we able and/or willing to backport changes?"
  2449. # [18:28] <JosiahOne> So "invalid" or "fixed"
  2450. # [18:28] * jcranmer hands JosiahOne a guide on the difference between "effect" and "affect"
  2451. # [18:28] <jcranmer> JosiahOne: WFM
  2452. # [18:28] <JosiahOne> Alright.
  2453. # [18:28] <lizzard> JosiahONe: affects
  2454. # [18:28] <lizzard> LOLLL
  2455. # [18:28] <jcranmer> INVALID = "It's not a bug in Mozilla"
  2456. # [18:29] <jcranmer> FIXED = "It is fixed by this patch"
  2457. # [18:29] <jcranmer> WFM = "It works on current versions"
  2458. # [18:29] * Quits: Matti (Matti@moz-9B555047.dip.t-dialin.net) (Ping timeout)
  2459. # [18:29] * Joins: sicking (sicking@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2460. # [18:29] * Joins: rednaks (rednaks@DCBDB49D.D8B81367.55FFA9B4.IP)
  2461. # [18:29] <jcranmer> INCOMPLETE = "This bug report is not actionable"
  2462. # [18:29] <Ms2ger> FIXED is also sometimes used for "It is fixed by this other other bug", while WFM is reserved for "It is fixed by an unidentified patch"
  2463. # [18:29] * Joins: atte (atte@moz-37C1DF97.dhcp.inet.fi)
  2464. # [18:30] <JosiahOne> Did I type effect? I did. I'm ashamed of myself.
  2465. # [18:30] <jcranmer> well, it's more generally "I can identify the actual fix of this bug"
  2466. # [18:30] * Joins: Matti (Matti@moz-46D36481.dip.t-dialin.net)
  2467. # [18:32] * Joins: bent (chatzilla@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2468. # [18:32] * vladan-afk is now known as vladan
  2469. # [18:33] * Joins: bholley (anonymous@moz-24EDB000.hsd1.ca.comcast.net)
  2470. # [18:33] * Joins: tobeytailor (tobeytailo@moz-EB65C107.dip.t-dialin.net)
  2471. # [18:34] * jwir3|away is now known as jwir3
  2472. # [18:34] * Quits: jincreator (Thunderbir@36F49B88.AE3EA2FD.6B649F75.IP) (Quit: jincreator)
  2473. # [18:34] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/a46302d16d20 - Boris Zbarsky - Bug 823228 part 2. Move indexed property access on windows from nsWindowSH::GetProperty to the outer window proxy. r=bholley
  2474. # [18:35] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/43511e31bf92 - Boris Zbarsky - Bug 823228 part 1. Make browser-test.js ignore indexed properties on the window when determining whether a test leaked properties onto the global. r=dao
  2475. # [18:35] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/697dc09bdc2a - Boris Zbarsky - Bug 831198. Make _arrowScrollAnim.stop() and _scrollAnim.stop() actually cancel the pending requestAnimationFrame callback. r=dao
  2476. # [18:36] * Joins: jincreator (Thunderbir@36F49B88.AE3EA2FD.6B649F75.IP)
  2477. # [18:38] * Joins: cviecco (cviecco@2557E599.66715431.D25A875A.IP)
  2478. # [18:38] * Joins: n00b_dust (n00b_dust@D4B5ADAA.E22CD66E.6525FFAA.IP)
  2479. # [18:39] * Quits: espindola (espindola@moz-B64844E3.dsl.teksavvy.com) (Ping timeout)
  2480. # [18:39] * Joins: nsm (nikhil@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2481. # [18:41] * Joins: Mook_as (mook@moz-1FCC0032.activestate.com)
  2482. # [18:41] * Joins: ggoncalves (ggoncalves@2557E599.66715431.D25A875A.IP)
  2483. # [18:43] * Joins: bdahl (bdahl@2557E599.66715431.D25A875A.IP)
  2484. # [18:43] * Joins: espindola (espindola@moz-20E3A89F.dsl.teksavvy.com)
  2485. # [18:44] * Quits: beaufour (beaufour@moz-D9B62C35.poly.edu) (Quit: beaufour)
  2486. # [18:45] <NeilAway> glandium: no spaces in the pastebin
  2487. # [18:45] <mak> gsvelto: hey, you italian?
  2488. # [18:46] <glandium> NeilAway: i know there's no spaces in the pastebin :) but is there on the raw output?
  2489. # [18:46] * Joins: ehugg_ (ehugg@E45EF543.C5EAED67.6CD50604.IP)
  2490. # [18:46] * khuey|away is now known as khuey
  2491. # [18:46] * Joins: sworkman_ (sworkman@2557E599.66715431.D25A875A.IP)
  2492. # [18:47] <NeilAway> glandium: only on the copyright lines
  2493. # [18:47] <glandium> NeilAway: ok thanks
  2494. # [18:48] * Quits: sworkman (sworkman@2557E599.66715431.D25A875A.IP) (Ping timeout)
  2495. # [18:48] * Quits: tanvi1 (tanvi@moz-9440AA69.hsd1.ca.comcast.net) (Quit: Leaving.)
  2496. # [18:48] * Quits: sworkman_ (sworkman@2557E599.66715431.D25A875A.IP) (Ping timeout)
  2497. # [18:48] * philor is now known as philor|away
  2498. # [18:49] <NeilAway> bz: you asked tbsaunde to update the idl documentation, and I just wanted to be sure of the wording, since that may be out of date too
  2499. # [18:50] <NeilAway> bz: in particular, ::-moz-tree-cell-text(x) is a pseudoelement, right?
  2500. # [18:50] <@bz> mmm
  2501. # [18:50] <@bz> It depends on who you're talking to
  2502. # [18:50] <@bz> from the point of view of an author, yes
  2503. # [18:51] * Joins: azakai (alon@2557E599.66715431.D25A875A.IP)
  2504. # [18:51] * Joins: ehugg__ (ehugg@4C5F2219.B58C4879.D538BA5B.IP)
  2505. # [18:51] <@bz> But if you talk to someone who's working on nsCSSRuleProcessor, they'll first grimace and then say no
  2506. # [18:51] <@bz> For documentation purposes, let's say yes
  2507. # [18:51] * Quits: ehugg_ (ehugg@E45EF543.C5EAED67.6CD50604.IP) (Ping timeout)
  2508. # [18:52] <NeilAway> bz: the old documentation says :moz-tree-cell-x pseudoclass is matched on the ::moz-tree-cell pseudoelement
  2509. # [18:52] * Joins: beaufour (beaufour@moz-D9B62C35.poly.edu)
  2510. # [18:54] * Joins: sworkman (sworkman@2557E599.66715431.D25A875A.IP)
  2511. # [18:54] * Quits: luke (andhow@2557E599.66715431.D25A875A.IP) (Ping timeout)
  2512. # [18:54] <@bz> NeilAway: er...
  2513. # [18:55] <@bz> NeilAway: pointer to this documentation?
  2514. # [18:55] * Quits: gcp (gcp@moz-D0E475EA.access.telenet.be) (Quit: Leaving)
  2515. # [18:55] * jmaher|afk is now known as jmaher
  2516. # [18:55] <@bz> So there are -moz-tree-cell and -moz-tree-cell-text anon boxes
  2517. # [18:55] * Quits: sworkman (sworkman@2557E599.66715431.D25A875A.IP) (Ping timeout)
  2518. # [18:55] <@bz> And quite separately from that there are various -moz-tree-* pseudo-elements
  2519. # [18:56] * Quits: kaie (kaie@moz-96D38F2.dip.t-dialin.net) (Quit: Leaving)
  2520. # [18:56] <@bz> I guess from the point of view of consumers anon boxes are also pseudo-elements
  2521. # [18:56] * Quits: smooney_ (smooney@2557E599.66715431.D25A875A.IP) (Quit: smooney_)
  2522. # [18:57] <@bsmedberg> jlebar: it's a good thing I ran that consoleservice patch through try... it broke two tests!
  2523. # [18:57] * Quits: imphil (philipp@moz-55513EF0.rad.med.uni-muenchen.de) (Ping timeout)
  2524. # [18:58] <NeilAway> bz: http://mxr.mozilla.org/comm-central/source/mozilla/layout/xul/base/src/tree/public/nsITreeView.idl#35
  2525. # [18:58] <jlebar> bsmedberg: Because someone removes the listeners after they enqueue the runnable?
  2526. # [18:58] * Quits: n00b_dust (n00b_dust@D4B5ADAA.E22CD66E.6525FFAA.IP) (Ping timeout)
  2527. # [18:58] * Quits: sewardj (sewardj@moz-41131527.dip.t-dialin.net) (Ping timeout)
  2528. # [18:58] <@bsmedberg> I'm guessing so, yes
  2529. # [18:58] * Joins: sworkman (sworkman@2557E599.66715431.D25A875A.IP)
  2530. # [18:58] <@bsmedberg> haven't loaded them up yet to check
  2531. # [18:58] * Joins: n00b_dust (n00b_dust@CD26ABC5.1C081A86.35E0727C.IP)
  2532. # [18:58] * jlebar was wondering if that would be a problem, but your approach seemed more correct.
  2533. # [18:58] * NeilAway wonders whether this is a patch to make all console messages async
  2534. # [18:58] <@bsmedberg> yeah, I think it makes more sense, and I suspect that it doesn't matter except for those tests
  2535. # [18:59] * Quits: josh (josh@moz-7D5BC4BE.nyc.res.rr.com) (Quit: josh)
  2536. # [18:59] * Joins: josh (josh@moz-7D5BC4BE.nyc.res.rr.com)
  2537. # [18:59] <@bsmedberg> NeilAway: they are async, I believe
  2538. # [18:59] * Quits: Boriss (FlyingToas@moz-AD418F52.dsl.static.sonic.net) (Quit: Boriss)
  2539. # [18:59] <Optimizer> is there a way of getting all the ids from an html page, or all the classes that are used in the page, or all the tagnames
  2540. # [18:59] * Joins: m_ri (chatzilla@moz-8C7EF5DA.retail.telecomitalia.it)
  2541. # [19:00] <@bsmedberg> no, this patch collects the list of listeners at the time we deliver the message, not the time we receive it
  2542. # [19:00] * Joins: maikmerten (maikmerten@moz-F97565E2.dynamic.qsc.de)
  2543. # [19:00] <Optimizer> or all the elements who have them, like all the elements who have some id assigned, or class
  2544. # [19:00] * cmcavoy is now known as cmcavoy-offline
  2545. # [19:00] <@bsmedberg> Optimizer: you can certainly walk the whole DOM tree
  2546. # [19:00] <@bz> Optimizer: "a way"?
  2547. # [19:00] * Quits: kmoir (chatzilla@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  2548. # [19:00] <@bsmedberg> perhaps you need this to be efficient, though...
  2549. # [19:00] * Joins: nmatsakis (nmatsakis@2557E599.66715431.D25A875A.IP)
  2550. # [19:00] <Optimizer> without waling
  2551. # [19:00] <Optimizer> whilst sitting
  2552. # [19:00] * Joins: jgriffin (jgriffin@moz-DD9CBA45.hsd1.wa.comcast.net)
  2553. # [19:00] <Optimizer> s/waling/walking
  2554. # [19:00] <Mook_as> querySelectorAll is "a way", if you go by attributes...
  2555. # [19:01] <@bz> You can get the list of all IDs without walking
  2556. # [19:01] <@bz> in C++
  2557. # [19:01] <Optimizer> so how to querySelectorAll the elements with id assigned to them
  2558. # [19:01] * Quits: eeejay (eeejay@moz-B3973587.xen.prgmr.com) (Ping timeout)
  2559. # [19:01] * Joins: eeejay (eeejay@moz-B3973587.xen.prgmr.com)
  2560. # [19:01] * Quits: hurley (hurley@moz-E76806A0.dsl.static.sonic.net) (Connection reset by peer)
  2561. # [19:01] <gsvelto> mak: Si :-)
  2562. # [19:01] <@bz> querySelectorAll will obviously walk
  2563. # [19:01] <Optimizer> bz: any idl ?
  2564. # [19:01] * Joins: hurley_ (hurley@moz-E76806A0.dsl.static.sonic.net)
  2565. # [19:01] <jcranmer> Optimizer: querySelectorAll("[id]")
  2566. # [19:01] <Optimizer> atleast I am not walking .
  2567. # [19:01] <@bz> Optimizer: no, but you could add some
  2568. # [19:01] * froydnj learns to look at build logs before canceling on unexpected orange; tests hung because of a bluetooth keyboard prompt
  2569. # [19:01] <@bz> There is nothing that will get you classes without walking
  2570. # [19:01] <JosiahOne> 40 minutes for the build!
  2571. # [19:02] <Optimizer> jcranmer: so taht will work with [class] too ?
  2572. # [19:02] <JosiahOne> This is crazy.
  2573. # [19:02] <nthomas> froydnj: please let #releng know about that if you're seeing it on tbpl
  2574. # [19:02] * Quits: berdario (berdario@moz-4BCDDE42.ip46.fastwebnet.it) (Input/output error)
  2575. # [19:02] <Ms2ger> Optimizer, yep
  2576. # [19:02] * Quits: hurley_ (hurley@moz-E76806A0.dsl.static.sonic.net) (Quit: Get MacIrssi - http://www.sysctl.co.uk/projects/macirssi/ )
  2577. # [19:02] <froydnj> nthomas: file bug (or is there a bug open?) or just IRC ping?
  2578. # [19:02] * Joins: hurley (hurley@moz-E76806A0.dsl.static.sonic.net)
  2579. # [19:02] <nthomas> bug is better
  2580. # [19:02] <nthomas> with link to log
  2581. # [19:03] <@bz> I strongly suggest measuring
  2582. # [19:03] <@bz> Whether querySelectorAll("[id]") is in fact faster than walking
  2583. # [19:03] <froydnj> nthomas: ok, thanks
  2584. # [19:03] <@bz> It may be
  2585. # [19:03] * cmcavoy-offline is now known as cmcavoy
  2586. # [19:03] <@bz> But it may not be
  2587. # [19:03] <nthomas> froydnj: we might have something on file already actually
  2588. # [19:03] <Optimizer> ah, so I have to write a walking method first :(
  2589. # [19:03] <@bz> uh
  2590. # [19:03] <Optimizer> or there is one ?
  2591. # [19:03] <@bz> var ids = [];
  2592. # [19:04] <@bsmedberg> there are several
  2593. # [19:04] <Optimizer> oaky let me runa test then
  2594. # [19:04] <@bz> function doWalk(node, ids) {
  2595. # [19:04] <Optimizer> yeah, now recurse ?
  2596. # [19:04] <@bz> var id = node.id;
  2597. # [19:04] * Quits: mconley (mconley@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  2598. # [19:04] <@bz> if (id) { ids.push(id); }
  2599. # [19:04] <Optimizer> bz: got the point :|, thanks :)
  2600. # [19:04] <@bz> for (var kid = node.firstChild; kid; kid = kid.nextSibling)
  2601. # [19:04] <@bz> yeah, indeed
  2602. # [19:04] * Joins: Asa (asa@2557E599.66715431.D25A875A.IP)
  2603. # [19:05] <froydnj> nthomas: bug 786679?
  2604. # [19:05] <@bsmedberg> bz: is that faster than treewalker?
  2605. # [19:05] <@bz> bsmedberg: We would need to measure, but I bet yes
  2606. # [19:05] <@bsmedberg> interesting
  2607. # [19:05] * Joins: ddahl (ddahl@43CB6079.66715431.D25A875A.IP)
  2608. # [19:05] <@bz> bsmedberg: given that we've been optimizing firstChild/nextSibling but not treewalker... ;)
  2609. # [19:05] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  2610. # [19:05] <nthomas> froydnj: oh yes
  2611. # [19:06] <froydnj> nthomas: logs posted, thanks for the pointer
  2612. # [19:06] * Quits: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net) (Ping timeout)
  2613. # [19:07] * hwine|mtg is now known as hwine-food
  2614. # [19:07] <nthomas> thanks for noticing it
  2615. # [19:07] * catlee is now known as catlee-away
  2616. # [19:07] * froydnj restarts his try run =/
  2617. # [19:07] * Quits: smagnin (pike@moz-8CEB8724.fbx.proxad.net) (Ping timeout)
  2618. # [19:08] * mak is now known as mak|afk
  2619. # [19:08] * Quits: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu) (Ping timeout)
  2620. # [19:08] * Joins: jhk (jhk@6EE3C58A.62B6971.B58D974D.IP)
  2621. # [19:08] * aki|buildduty is now known as aki|lunch
  2622. # [19:08] * Joins: smagnin (pike@moz-8CEB8724.fbx.proxad.net)
  2623. # [19:09] * Joins: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP)
  2624. # [19:09] * nthomas is now known as nthomas|away
  2625. # [19:09] * Quits: bent (chatzilla@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: ChatZilla 0.9.89-rdmsoft [XULRunner 1.9.2.19/20110707195905])
  2626. # [19:10] * Quits: seth (seth@moz-D840E602.dsl.static.sonic.net) (Quit: seth)
  2627. # [19:10] * Joins: vikash (vikash@87F1613B.93FDBA84.FB0CC892.IP)
  2628. # [19:10] * Quits: tzimmermann (tzimmerman@moz-D54995F3.pools.arcor-ip.net) (Quit: Ex-Chat)
  2629. # [19:10] * Quits: jhopkins (jhopkins@F2D29657.F60B0462.67AC9B1.IP) (Quit: jhopkins)
  2630. # [19:11] * Quits: JeroenDeDauw (j@moz-5E2E69F0.dip.t-dialin.net) (Quit: Leaving.)
  2631. # [19:11] * Joins: tanvi (tanvi@2557E599.66715431.D25A875A.IP)
  2632. # [19:11] * Joins: pcwalton (pcwalton@43CB6079.66715431.D25A875A.IP)
  2633. # [19:12] * Joins: vtmarvin (Thunderbir@9D75911A.1239134F.E4B2C495.IP)
  2634. # [19:12] * Quits: jincreator (Thunderbir@36F49B88.AE3EA2FD.6B649F75.IP) (Ping timeout)
  2635. # [19:12] * Ms2ger clears out 20% of a component, waves at bsmedberg
  2636. # [19:13] <@dolske> ehsan: "Reporter: sparky@bluefang-logic.com" fuuuuu
  2637. # [19:13] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/247a5773190b - Ethan Hugg - Bug 825565 CreateOffer/Answer should be callable more than once r=jesup
  2638. # [19:13] <Ms2ger> dolske, do they also have an office dog?
  2639. # [19:15] <jaws> does anybody know of any webpages that have those flash advertisements that block reading the webpage?
  2640. # [19:16] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ec5df8e5a755 - Mark Finkle - Bug 831123 - Disable CSS error reporting by default to improve pageload performance r=blassey
  2641. # [19:16] * Ms2ger clears 100% of a component
  2642. # [19:17] <Optimizer> bz: querySelectorAll is the fastest
  2643. # [19:17] <@bz> Optimizer: interesting
  2644. # [19:17] <Optimizer> even though it ran on the entire document, and other two ran only on body
  2645. # [19:17] <@bz> Optimizer: even if you have a small DOM?
  2646. # [19:17] <@bz> I guess it might not matter
  2647. # [19:17] <@bz> in any case, there you go
  2648. # [19:18] * Joins: alice (alice@moz-3BCBEBE3.range86-150.btcentralplus.com)
  2649. # [19:18] <Optimizer> bz: http://pastebin.mozilla.org/2066540
  2650. # [19:18] <Optimizer> lets try on facebook
  2651. # [19:19] <Optimizer> 10 times difference in querySelectorAll and TreeWalker
  2652. # [19:19] <Optimizer> 2 times in recursion
  2653. # [19:19] * Quits: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net) (Input/output error)
  2654. # [19:19] * Quits: alice (alice@moz-3BCBEBE3.range86-150.btcentralplus.com) (Ping timeout)
  2655. # [19:20] * Joins: erikvold (erikvold@moz-FEB0D3F0.bchsia.telus.net)
  2656. # [19:20] * Joins: jhammel (jhammel@moz-14240F1C.hsd1.ca.comcast.net)
  2657. # [19:20] * Quits: beaufour (beaufour@moz-D9B62C35.poly.edu) (Quit: beaufour)
  2658. # [19:20] * cmcavoy is now known as cmcavoy-offline
  2659. # [19:21] * jesup thinks ms2ger is playing with smaller components than bsmedberg
  2660. # [19:21] * Quits: lduros (user@moz-4894EA28.nic.resnet.group.upenn.edu) (Client exited)
  2661. # [19:22] * Quits: Asa (asa@2557E599.66715431.D25A875A.IP) (Ping timeout)
  2662. # [19:22] <Ms2ger> jesup, what, his components have more than one bug in it?
  2663. # [19:22] * cmcavoy-offline is now known as cmcavoy
  2664. # [19:22] <@ehsan> ted: smaug: others: who knows about SpecialPowers?
  2665. # [19:23] <Ms2ger> ted does
  2666. # [19:23] <gfritzsche> jaws: you mean those flash ad overlays?
  2667. # [19:23] * philor|away is now known as philor
  2668. # [19:23] <@smaug> ted does
  2669. # [19:23] <jhammel> jmaher does as well, i believe
  2670. # [19:23] <@ehsan> ted: urgent ping
  2671. # [19:24] <jaws> gfritzsche: yeah
  2672. # [19:24] <jdm> ehsan: hit me
  2673. # [19:24] * Joins: bent (chatzilla@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2674. # [19:24] <@ehsan> jdm: look at this: http://mxr.mozilla.org/mozilla-central/source/testing/specialpowers/content/specialpowersAPI.js#1113
  2675. # [19:24] <@ehsan> jdm: the third arg for getFEFW is an outparam
  2676. # [19:24] <jdm> orly
  2677. # [19:24] <@ehsan> will this work correctly through the specialpowers magic?
  2678. # [19:25] <gfritzsche> jaws: bug 752516 has links it seems
  2679. # [19:25] * Joins: dcamp (dave@moz-930D5B64.hsd1.wa.comcast.net)
  2680. # [19:25] <gfritzsche> oh sorry, wrong bug
  2681. # [19:25] * Quits: sfink (chatzilla@moz-5C3702CC.dsl.pltn13.sbcglobal.net) (Ping timeout)
  2682. # [19:25] <jdm> ehsan: there's no particular magic that doesn't involve wrap
  2683. # [19:26] <jdm> ehsan: I suspect you'll need to wrap the outparam
  2684. # [19:26] <@ehsan> jdm: please rephrase in English?
  2685. # [19:26] <@bz> Assertion failure: !recorded, at ../../../../mozilla/toolkit/components/telemetry/Telemetry.cpp:2002
  2686. # [19:26] <@bz> Is that expected behavior on shutdown? ;)
  2687. # [19:26] <@ehsan> bz: ask espadrine
  2688. # [19:26] <@ehsan> no
  2689. # [19:26] <jdm> ehsan: getFEFW(..., ..., out); var usable = SpecialPowers.wrap(out).value;
  2690. # [19:26] <@ehsan> sorry
  2691. # [19:26] <@ehsan> espindola:
  2692. # [19:26] <@ehsan> jdm: ok lemme try that
  2693. # [19:27] <jaws> gfritzsche: yeah, that's the opposite order than i was looking for
  2694. # [19:27] <@ted> ehsan: pong
  2695. # [19:27] <gfritzsche> jaws: bug 774315, but that URL doesn't repro anymore :/
  2696. # [19:27] <@ehsan> ted: see backscroll please?
  2697. # [19:27] * @ehsan is trying to reopen aurora
  2698. # [19:27] * Joins: lduros (user@moz-4894EA28.nic.resnet.group.upenn.edu)
  2699. # [19:27] <@ted> oh
  2700. # [19:27] <@ted> hm
  2701. # [19:28] <jaws> gfritzsche: yeah, that's the bug i'm looking at
  2702. # [19:28] <@ted> yeah, i don't really know the answer to that
  2703. # [19:28] <@ehsan> jdm: doesn't work
  2704. # [19:28] <@ted> bholley probably would
  2705. # [19:28] <jaws> i've got the patch mostly finished, just wanted to test a couple more pages
  2706. # [19:28] <jdm> ehsan: what is the problem you're seeing?
  2707. # [19:28] <@ehsan> in the caller, childFocusedWindow is an object
  2708. # [19:28] * Joins: sfink (chatzilla@moz-5C3702CC.dsl.pltn13.sbcglobal.net)
  2709. # [19:28] <@ehsan> like a JS object
  2710. # [19:28] <@ehsan> not a window
  2711. # [19:28] <@ehsan> or anything native
  2712. # [19:28] <gfritzsche> jaws: ah, sorry, don't have anything handy then :)
  2713. # [19:29] <@ehsan> note that the caller passes in a js object, as in, {}
  2714. # [19:29] <jaws> gfritzsche: no problem, thanks for trying :)
  2715. # [19:29] <@ehsan> jdm: ted: ^
  2716. # [19:29] <jdm> ehsan: sure. tell me the error you're seeing.
  2717. # [19:29] <@ehsan> jdm: there is no error
  2718. # [19:29] <@ehsan> hold on
  2719. # [19:29] <@ehsan> jdm: ted: can we go to a channel with less noise please?
  2720. # [19:29] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e7e4224b8c8d - Tim Lunn - Bug 829421 - Free ArgumentsData if JSObject allocation fails. r=nbp
  2721. # [19:29] <@ehsan> #ehsan?
  2722. # [19:29] <jdm> I'm there
  2723. # [19:29] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  2724. # [19:29] * Quits: erikvold (erikvold@moz-FEB0D3F0.bchsia.telus.net) (Quit: erikvold)
  2725. # [19:30] * Joins: yzen (Adium@AA2C085E.10C8AEF8.9A8C35B4.IP)
  2726. # [19:30] * Quits: ferjm (ferjm@53EF5629.3416E031.E21948B5.IP) (Quit: Leaving)
  2727. # [19:30] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/1f4836f0da57 - Doug Turner - Bug 830027 - Allow all device APIs that uses the content permission prompt from the system principal. r=fabrice/gwagner a=tef+
  2728. # [19:31] * Quits: llmelon (chatzilla@moz-3983353E.tm.net.my) (Ping timeout)
  2729. # [19:33] * Joins: bsmith (bsmith@2557E599.66715431.D25A875A.IP)
  2730. # [19:33] * Joins: dzbarsky (Adium@moz-8505A283.wlan.sas.upenn.edu)
  2731. # [19:34] * Joins: gustavold (gustavold@moz-C2DDCDB6.cm.sunflower.com)
  2732. # [19:34] * Joins: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu)
  2733. # [19:34] * Joins: Asa (asa@2557E599.66715431.D25A875A.IP)
  2734. # [19:35] * Quits: bholley (anonymous@moz-24EDB000.hsd1.ca.comcast.net) (Quit: bholley)
  2735. # [19:35] * Quits: harth (harth@moz-3C999954.hsd1.ca.comcast.net) (Input/output error)
  2736. # [19:35] * Joins: erikvold (erikvold@moz-FEB0D3F0.bchsia.telus.net)
  2737. # [19:35] * mak|afk is now known as mak
  2738. # [19:36] <Optimizer> anyone knows a verry large page with lots of dom ?
  2739. # [19:36] * Quits: pnkfelix (pnkfelix@moz-43495417.fbx.proxad.net) (Quit: Leaving.)
  2740. # [19:36] <Optimizer> I mean lots!
  2741. # [19:36] * Quits: beltzner (mike-beltz@moz-9E3E12EC.off.net) (Quit: Lost terminal)
  2742. # [19:36] <Optimizer> tried facebook with around 100 scroll downs, no luck
  2743. # [19:37] <Mook_as> tbpl, after pressing DOM a few times? :p
  2744. # [19:37] <Mook_as> err, down. sorry, muscle memory.
  2745. # [19:37] * Quits: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Ping timeout)
  2746. # [19:37] <Optimizer> :D
  2747. # [19:38] <Optimizer> lets see
  2748. # [19:38] <Ms2ger> cnn.com?
  2749. # [19:38] * Quits: Asa (asa@2557E599.66715431.D25A875A.IP) (Ping timeout)
  2750. # [19:38] <Optimizer> nah
  2751. # [19:39] <jhammel> i'd throw out timecube but that no longer exists
  2752. # [19:39] <Optimizer> so I have to timetravel for that ?
  2753. # [19:39] <Optimizer> :P
  2754. # [19:39] <khuey> timecube is gone?
  2755. # [19:39] <jhammel> OMG! the author was wiser than we knew!
  2756. # [19:40] * Quits: yzen (Adium@AA2C085E.10C8AEF8.9A8C35B4.IP) (Quit: Leaving.)
  2757. # [19:40] <jhammel> khuey, Optimizer : oh, nm, its back! it was a DNS expiry squat here page the other day
  2758. # [19:40] * Joins: mbrubeck (mozilla@CDD95C1F.3A9F9BD4.4C2245EF.IP)
  2759. # [19:40] <khuey> whew
  2760. # [19:40] <khuey> I was worried
  2761. # [19:40] <khuey> whatever would we do without timecube
  2762. # [19:40] <jhammel> beh, i lied again! there's some redirect
  2763. # [19:41] * jhammel gives up
  2764. # [19:41] <Optimizer> but you can always escape
  2765. # [19:41] <JosiahOne> How much DOM are you looking for?
  2766. # [19:41] * Quits: pascalc (chatzilla@moz-F8747CC6.dsl.ovh.fr) (Quit: bye)
  2767. # [19:41] <Ms2ger> A whole lotta DOM
  2768. # [19:41] <Optimizer> A whole lotta lotta DOM
  2769. # [19:41] <Optimizer> pressing down button on tbpl 10 times is also not enough
  2770. # [19:42] <JosiahOne> I don't know what tbpl is?
  2771. # [19:42] <Ms2ger> tbpl.mozilla.org
  2772. # [19:42] <JosiahOne> Ah.
  2773. # [19:42] * Joins: yzen (Adium@AA2C085E.10C8AEF8.9A8C35B4.IP)
  2774. # [19:42] <JosiahOne> Probably because it is in plain text? (No graphics)
  2775. # [19:42] * Joins: philipp64|laptop (chatzilla@moz-B40B9015.ctcweb.net)
  2776. # [19:43] <JosiahOne> cnet.com?
  2777. # [19:43] <JosiahOne> Keep going down?
  2778. # [19:43] <Optimizer> it is not infinite scrolling on cnet
  2779. # [19:44] * Quits: hurley (hurley@moz-E76806A0.dsl.static.sonic.net) (Quit: Get MacIrssi - http://www.sysctl.co.uk/projects/macirssi/ )
  2780. # [19:44] <JosiahOne> Oh. You need to have infinite scrolling? I don't understand? Is there a limit on the amount of articles?
  2781. # [19:44] * Joins: beltzner (mike-beltz@moz-9E3E12EC.off.net)
  2782. # [19:45] * Joins: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  2783. # [19:45] * Joins: cjones (cjones@moz-45913895.socal.res.rr.com)
  2784. # [19:46] * Quits: Matti (Matti@moz-46D36481.dip.t-dialin.net) (Ping timeout)
  2785. # [19:46] <Optimizer> how to querySelectAll tagnames ?
  2786. # [19:46] <Optimizer> [tagName] does not work
  2787. # [19:46] * Joins: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2788. # [19:46] * Quits: @dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net) (Ping timeout)
  2789. # [19:46] <JosiahOne> What's the difference between tbpl and cnet?
  2790. # [19:47] <mbrubeck> this sounds like a good joke
  2791. # [19:47] * mbrubeck waits for the punchline
  2792. # [19:47] <JosiahOne> Besides the obvious.
  2793. # [19:47] <espindola> ehsan, yes?
  2794. # [19:47] <JosiahOne> Don't say the domain.
  2795. # [19:47] <Optimizer> sub domain ?
  2796. # [19:47] <JosiahOne> ...
  2797. # [19:47] <Optimizer> suffix ?
  2798. # [19:47] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Input/output error)
  2799. # [19:47] <espindola> bz, no, not expected
  2800. # [19:47] <@ehsan> espindola: bz wants to talk to you
  2801. # [19:47] * Joins: Boriss (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2802. # [19:47] <espindola> bz, how do I reproduce it?
  2803. # [19:48] * Quits: Boriss (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net) (Client exited)
  2804. # [19:48] * Joins: Boriss (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2805. # [19:48] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  2806. # [19:48] <JosiahOne> Optimizer: I mean, you said tbpl was not enough, but cnet should be better there. Just keep clicking on show more content. It's the same idea as tbpl's green arrow. Or isn't it?
  2807. # [19:49] <Optimizer> oh, i did not see that
  2808. # [19:49] <Ms2ger> Optimizer, getElementsByTagName("foo")
  2809. # [19:50] <JosiahOne> What the green arrow, or the "show more content"
  2810. # [19:50] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Ping timeout)
  2811. # [19:50] <Optimizer> Ms2ger: :|
  2812. # [19:50] <Optimizer> I meant all the tags in the document
  2813. # [19:50] <Ms2ger> Er
  2814. # [19:50] <Ms2ger> Optimizer, getElementsByTagName("*")
  2815. # [19:50] <Optimizer> so basically the whole dom tree ?
  2816. # [19:50] <Optimizer> am I right
  2817. # [19:50] <Optimizer> flattened out
  2818. # [19:51] * Joins: mconley (mconley@D4B46A36.8C6552CA.6816E6B7.IP)
  2819. # [19:51] * Fallen|away is now known as Fallen
  2820. # [19:51] <Ms2ger> Yeah
  2821. # [19:51] <Optimizer> okay, cool
  2822. # [19:51] <Optimizer> Stress Testing done
  2823. # [19:51] * Joins: bnicholson (bnicholson@2557E599.66715431.D25A875A.IP)
  2824. # [19:52] * Quits: nrc (nrc@88F51059.F3BBB17D.144F44FA.IP) (Ping timeout)
  2825. # [19:52] <jhammel> Optimizer: so were you L. Ron Hubbard?
  2826. # [19:53] <Optimizer> o.O
  2827. # [19:53] * Quits: gustavold (gustavold@moz-C2DDCDB6.cm.sunflower.com) (Quit: Leaving.)
  2828. # [19:54] <mak> nbp: that patch in inbound broke everything
  2829. # [19:54] <Ms2ger> "Here's what the image is supposed to look like: verizon must be down again"
  2830. # [19:55] <seth> heh, so i bought the DTrace book because i want to expand my arsenal for debugging firefox, and i was surprised to see that firefox is actually used as an example in the book! how convenient! =)
  2831. # [19:55] * Joins: gandalf (zbraniecki@moz-4F155DA6.hsd1.ca.comcast.net)
  2832. # [19:55] * mcote|lunch is now known as mcote
  2833. # [19:56] * Quits: danielapetrovici (danielapet@601F3B17.33662590.A5830293.IP) (Quit: Leaving)
  2834. # [19:56] * cmcavoy is now known as cmcavoy-away
  2835. # [19:56] <JosiahOne> seth: I would say so.
  2836. # [19:57] <Optimizer> jhammel: why ?
  2837. # [19:58] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/dbaf061c64fb - Marco Bonardo - Backout e7e4224b8c8d (bug 829421) for bustage on a CLOSED TREE
  2838. # [19:58] * nhirata is now known as nhirata_pomodoro
  2839. # [19:58] * Joins: beaufour (beaufour@moz-D9B62C35.poly.edu)
  2840. # [19:58] <jhammel> Optimizer: Scientology stress tests
  2841. # [19:58] <sfink> seth: hopefully they don't use the old dtrace hooks in firefox that aren't there anymore...
  2842. # [19:58] * Quits: cpearce (cpearce@moz-A1E28DBA.xdsl.xnet.co.nz) (Ping timeout)
  2843. # [19:59] <seth> sfink: they haven't mentioned anything like that so far. just using standard providers
  2844. # [19:59] * Joins: cpearce (cpearce@moz-209BAB2B.xdsl.xnet.co.nz)
  2845. # [19:59] <Optimizer> jhammel: :D
  2846. # [20:00] <nbp> mak: hum … my bad. I guess this might be a typo :(
  2847. # [20:00] <mak> nbp: backed out :)
  2848. # [20:00] <nbp> mak: thanks
  2849. # [20:01] * Joins: jet_ (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2850. # [20:01] * Quits: jet (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net) (Connection reset by peer)
  2851. # [20:01] * jet_ is now known as jet
  2852. # [20:01] <nbp> mak: I didn't really expected to burn the tree with so much :D
  2853. # [20:02] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/80b5e0113254 - Julien Wajsberg - Bug 831393 - send manifestURL in the desktop-notification event. r=vingtetun. a=lsblakk
  2854. # [20:02] <mak> nbp: well, one line change, all build broken :)
  2855. # [20:02] * Quits: Optimizer (Optimizer@A2015995.9700A370.D5D59AD9.IP) (Ping timeout)
  2856. # [20:02] <mak> at least the patch is not called "trivial" like one that landed some days ago
  2857. # [20:02] * Quits: garnacho (carlos@moz-7EC74A99.dyn.user.ono.com) (Ping timeout)
  2858. # [20:03] <mak> mfinkle: and I think you broke a test...
  2859. # [20:03] <mak> mfinkle: /test_bug413958.html | monitorConsole | number of messages - got 0, expected 3
  2860. # [20:04] * Joins: twi (Adium@DF3DF5FB.A9BF6B5A.11C743EC.IP)
  2861. # [20:04] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/1b1be4ac343f - Ehsan Akhgari - Bug 823989 - Prevent the testpilot extension from screwing with focus to prevent having to close trees, etc.
  2862. # [20:04] * mak prepares another backout...
  2863. # [20:04] <mfinkle> mak: wtf
  2864. # [20:04] <mak> mfinkle: well, more than one test... many!
  2865. # [20:04] <mfinkle> we have a test that demands to have css error reporting to be enabled?
  2866. # [20:04] * Quits: nmatsakis (nmatsakis@2557E599.66715431.D25A875A.IP) (Ping timeout)
  2867. # [20:04] <mfinkle> those have to go
  2868. # [20:05] <mfinkle> backing out is fine by me
  2869. # [20:05] <mak> doing
  2870. # [20:05] <mfinkle> i can hack the tests later
  2871. # [20:05] <mfinkle> thanks
  2872. # [20:05] * Joins: Optimizer (Optimizer@DD354498.49932A2E.BE90E62C.IP)
  2873. # [20:06] <edmorley> mak: thanks for backing out, am head down on tbpl support for datazilla
  2874. # [20:07] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/d29ffd335728 - Gregory Szorc - Bug 808280 - Remove unused imports from mozconfig.py; r=ted
  2875. # [20:07] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/f7ae1bf4479a - Marco Bonardo - Backout ec5df8e5a755 (bug 831123) for breaking M8 on Android
  2876. # [20:07] <mak> edmorley: I just looked at tbpl for error and I couldn't do resist
  2877. # [20:07] * Quits: jacek (jacek@moz-5D707D3B.psi.wroc.pl) (Quit: Konversation terminated!)
  2878. # [20:07] <edmorley> :-)
  2879. # [20:07] <mak> also, not sure what I just wrote
  2880. # [20:07] <mak> I can ensure you I'm not drunk, even if it looks like...
  2881. # [20:08] * Joins: Asa (asa@2557E599.66715431.D25A875A.IP)
  2882. # [20:09] <@ehsan> edmorley: I think I've unfucked aurora, please let's keep it closed until we get green nightlies
  2883. # [20:09] * wlach is now known as wlach|biab
  2884. # [20:09] <edmorley> k
  2885. # [20:09] <edmorley> thank you
  2886. # [20:09] * Joins: hurley (hurley@moz-E76806A0.dsl.static.sonic.net)
  2887. # [20:09] <philor> heh, well played with that commit
  2888. # [20:10] <@ehsan> philor: that was actually a mistake, pushed from the wrong tree :(
  2889. # [20:10] <@ehsan> but who cares?
  2890. # [20:10] * Quits: vingtetun (vingtetun@moz-F8747CC6.dsl.ovh.fr) (Ping timeout)
  2891. # [20:10] <@ehsan> it's not like everyone was jumping to reopen aurora anyways
  2892. # [20:10] * philor considers how we can enable testpilot on profiling
  2893. # [20:10] <JosiahOne> Why does this not work on the latest branch. In advanced.xul. http://pastebin.mozilla.org/2066616
  2894. # [20:10] <@ehsan> philor: r=me on that
  2895. # [20:11] <philor> yeah, just not sure what ugly hack to use to enable it, since it builds off MOZ_UPDATE_CHANNEL
  2896. # [20:11] <mak> philor: well, you may consider that landing a prize for trying to debug the problem
  2897. # [20:11] <JosiahOne> Oh wait. I think I might know.
  2898. # [20:11] <bjacob> glandium: ping, i'd like to rebuild a dir under memory/replace with different CXXFLAGS, but CXXFLAGS doesnt seem to take effect?
  2899. # [20:11] <JosiahOne> Do spaces matter in .xul files?
  2900. # [20:11] * Joins: garnacho (carlos@moz-4E531195.dyn.user.ono.com)
  2901. # [20:12] <@ehsan> philor: MOZ_PROFILING would work, wouldn't it?
  2902. # [20:12] <glandium> bjacob: what is your patch?
  2903. # [20:12] <Ms2ger> JosiahOne, shouldn't particularly
  2904. # [20:12] <@ehsan> philor: as in, check for MOZ_UPDATE_CHANNEL=nightly && !MOZ_PROFILING?
  2905. # [20:12] <JosiahOne> Alright. I might have a solution then.
  2906. # [20:12] * Quits: ddahl (ddahl@43CB6079.66715431.D25A875A.IP) (Ping timeout)
  2907. # [20:13] <bjacob> glandium: my file is http://pastebin.mozilla.org/2066617 , the patch is added the 3 -O0 -g3 lines
  2908. # [20:13] <glandium> bjacob: you probably need to do that after including config.mk, or after including rules.mk
  2909. # [20:13] * Joins: alice (alice@moz-3BCBEBE3.range86-150.btcentralplus.com)
  2910. # [20:13] <jdm> ehsan: got a moment to point at code for bug 708267?
  2911. # [20:14] <philor> ehsan: default && !MOZ_PROFILING, how many people would suddenly find they were building it locally? and do I care?
  2912. # [20:14] <jdm> there's someone in #introduction asking about it
  2913. # [20:14] <bjacob> glandium: ah ok
  2914. # [20:14] <@ehsan> jdm: depends on whether that requires me to think
  2915. # [20:14] * Joins: ddahl (ddahl@43CB6079.66715431.D25A875A.IP)
  2916. # [20:14] <@ehsan> :/
  2917. # [20:14] <bjacob> glandium: thanks, putting it after rules.mk worked
  2918. # [20:14] <jdm> I wouldn't expect so, but you never know
  2919. # [20:14] <@ehsan> philor: I'd stick with nightly to be honest, I don't wanna deal with those people and neither do you
  2920. # [20:15] <@ehsan> jdm: ok looking
  2921. # [20:16] <@ehsan> philor: filed bug 831868
  2922. # [20:16] * Standard8 is now known as Standard8Away
  2923. # [20:16] <@ehsan> jdm: so? what's the question?
  2924. # [20:16] * Quits: Standard8Away (Standard8@B7F1AE36.48015583.54C3481B.IP) (Quit: ZNC - http://znc.in)
  2925. # [20:16] * Quits: Asa (asa@2557E599.66715431.D25A875A.IP) (Ping timeout)
  2926. # [20:16] <jdm> ehsan: prats has no idea where to look to make a change
  2927. # [20:17] * Joins: Ann_Yimi_ (Ann_Yiming@2557E599.66715431.D25A875A.IP)
  2928. # [20:17] <@ehsan> ah ok
  2929. # [20:17] <@ehsan> jdm: will comment in the bug
  2930. # [20:17] <jdm> thanks
  2931. # [20:17] * baku is now known as baku|away
  2932. # [20:17] * Quits: merike|away (quassel@moz-60F54D46.cable.starman.ee) (Ping timeout)
  2933. # [20:17] <@ehsan> jdm: done
  2934. # [20:18] <timeless> hey, is there a way to set the date for a cvs commit? :)
  2935. # [20:18] * Quits: sicking (sicking@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: sicking)
  2936. # [20:18] <timeless> (does anyone remember cvs?)
  2937. # [20:18] * Quits: Ann_Yiming (Ann_Yiming@43CB6079.66715431.D25A875A.IP) (Ping timeout)
  2938. # [20:18] * Joins: merike|away (quassel@moz-60F54D46.cable.starman.ee)
  2939. # [20:18] <JosiahOne> timeless: No, I use Walgreens. :)
  2940. # [20:18] <jdm> get out, heathen
  2941. # [20:18] <jhammel> JosiahOne++
  2942. # [20:18] <jdm> we don't like your kind around here
  2943. # [20:18] <timeless> JosiahOne: hey, i miss CVS...
  2944. # [20:19] <jhammel> wow
  2945. # [20:19] <timeless> we have Shoppers here instead
  2946. # [20:19] * Joins: sicking (sicking@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2947. # [20:19] <JosiahOne> I couldn't help myself.
  2948. # [20:19] <timeless> although, i really miss People's
  2949. # [20:19] <timeless> do you remember them? (long gone... *sigh*)
  2950. # [20:20] <JosiahOne> People's?
  2951. # [20:20] <timeless> on that subject, Magruder's is closing :(
  2952. # [20:20] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/48c0d6ebc3d5 - Kartikaya Gupta - Bug 831783 - Clean up some event constants. r=snorp
  2953. # [20:20] <timeless> http://en.wikipedia.org/wiki/Peoples_Drug
  2954. # [20:20] <JosiahOne> timeless: A city is closing?
  2955. # [20:20] <Ms2ger> timeless, need CVS help? Maybe ask the W3C ;)
  2956. # [20:21] <timeless> Ms2ger: thanks
  2957. # [20:21] <timeless> they're mostly moved to hg
  2958. # [20:21] <timeless> although various wg members are rebelling
  2959. # [20:21] <timeless> (and not in favor of cvs, just against hg)
  2960. # [20:21] <Ms2ger> Yeah, git :/
  2961. # [20:21] <timeless> they like stupid web servers with crappy offerings claiming they're "popular"
  2962. # [20:22] <timeless> JosiahOne: http://en.wikipedia.org/wiki/Magruder's
  2963. # [20:22] * Quits: twi (Adium@DF3DF5FB.A9BF6B5A.11C743EC.IP) (Quit: Leaving.)
  2964. # [20:22] <JosiahOne> timeless: Ah. It's also a city. http://en.wikipedia.org/wiki/Magruder,_Virginia
  2965. # [20:23] <timeless> that's not a city, that's an unincorporated town!
  2966. # [20:23] * Quits: jdm (jdm@moz-F8747CC6.dsl.ovh.fr) (Ping timeout)
  2967. # [20:23] <jhammel> </pedant>
  2968. # [20:23] <timeless> i'll see yours and raise you a Guam somewhere in the deep south!
  2969. # [20:23] * Quits: juanb (jbecerra@moz-ACDE7EEC.mozilla.com) (Quit: restarting)
  2970. # [20:23] <jcranmer> Virginia has very few cities, relatively speaking, since cities are independent from their counties
  2971. # [20:23] * timeless can't remember how to find guam
  2972. # [20:24] <timeless> it's landlocked and unincorporated
  2973. # [20:24] <JosiahOne> timeless: So it is. And I guess you were right. They did close. ;)
  2974. # [20:25] <JosiahOne> I didn't look it up. I just three-finger-tapped to get the definition of Magruder, and it just showed that location. I need to get serious now.
  2975. # [20:25] * Quits: ddahl (ddahl@43CB6079.66715431.D25A875A.IP) (Input/output error)
  2976. # [20:26] * Joins: cpeterson (cpeterson@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2977. # [20:26] * Joins: juanb (jbecerra@A5A0595A.66715431.D25A875A.IP)
  2978. # [20:27] <JosiahOne> Seriously, how long is Bugzilla going to say "First Patch" for me. I have created over 8 now.
  2979. # [20:27] * Quits: cpearce (cpearce@moz-209BAB2B.xdsl.xnet.co.nz) (Ping timeout)
  2980. # [20:28] <mbrubeck> weird -- maybe you should file a bug about that (in the bugzilla.mozilla.org product)
  2981. # [20:28] <jcranmer> JosiahOne: first patch is shown for all patches on the first bug for which you provided a patch
  2982. # [20:28] <JosiahOne> Ah. Thanks.
  2983. # [20:28] <JosiahOne> That makes sense.
  2984. # [20:28] <JosiahOne> …Not really, but it is an explanation.
  2985. # [20:30] * Joins: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net)
  2986. # [20:31] <@bz> Who would know something about CompareRepresentationBitrates ?
  2987. # [20:31] * Quits: jorendorff (jorendorff@moz-CABC5E59.sip.bna.bellsouth.net) (Quit: jorendorff)
  2988. # [20:31] * Joins: mdas (mdas@F2D29657.F60B0462.67AC9B1.IP)
  2989. # [20:32] <Ms2ger> jesup?
  2990. # [20:32] <Ms2ger> Apparently cpearce
  2991. # [20:32] * Joins: ojan (uid5519@moz-C944F5EC.irccloud.com)
  2992. # [20:32] * Joins: Boriss_ (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2993. # [20:32] <Ms2ger> And sworkman
  2994. # [20:32] * Joins: nmatsakis (nmatsakis@43CB6079.66715431.D25A875A.IP)
  2995. # [20:32] * Quits: Boriss_ (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Boriss_)
  2996. # [20:32] <@bz> jesup, cpearce, sworkman: ping
  2997. # [20:33] <sworkman> hey bz
  2998. # [20:33] <@bz> So CompareRepresentationBitrates
  2999. # [20:33] <sworkman> yup?
  3000. # [20:33] <@bz> Has an Equals() and a LessThan()
  3001. # [20:33] <@bz> the latter compares a member
  3002. # [20:33] <ojan> dholbert: yt? I'm wondering what the state of flexbox is in Gecko. I know it's in the nightly channel. What are your plans for when it will get shipped to stable?
  3003. # [20:33] <@bz> the former just tests pointer equality
  3004. # [20:33] <@bz> Is that expected?
  3005. # [20:33] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/7b6b22881aaa - Sriram Ramasubramanian - Bug 831402: Ability to show custom menu's PopupWindow above anchor. [r=mfinkle]
  3006. # [20:33] <sworkman> I think so - let me verify
  3007. # [20:33] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/384f08852a55 - Sriram Ramasubramanian - Bug 830179: Tab indicators are wrong for mdpi. [r=mfinkle] [needs-clobber]
  3008. # [20:33] <@bz> So you can get situations where Equals(a, b) is false
  3009. # [20:33] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/ce4d3552704d - Sriram Ramasubramanian - Bug 831402: Use android spinners for tablets. [r=mfinkle]
  3010. # [20:33] * Quits: Boriss (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  3011. # [20:33] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/ae0673777ec8 - Sriram Ramasubramanian - Bug 825498: Focus issue on tablets with h/w keyboard. [r=mfinkle]
  3012. # [20:33] <@bz> but both LessThan(a, b) and LessThan(b, a) are also false
  3013. # [20:33] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/154e9ce25e41 - Sriram Ramasubramanian - Bug 831402: Tablets will have a split action-bar. [r=mfinkle]
  3014. # [20:34] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/6b7cf7305ae6 - Sriram Ramasubramanian - Bug 831402: Dividers in tabs UI should be with action-bar. [r=mfinkle]
  3015. # [20:34] <@bz> Which seems ... suboptimal
  3016. # [20:34] * aki|lunch is now known as aki|buildduty
  3017. # [20:34] <ojan> dholbert: right now, we consider our implementation basically complete modulo a few small bugs...so we're getting ready to remove the prefix. we're gating that on compatibility testing with other browsers, which we obviously haven't done yet.
  3018. # [20:34] * Quits: ggoncalves (ggoncalves@2557E599.66715431.D25A875A.IP) (Ping timeout)
  3019. # [20:35] <ojan> dholbert: some Google apps are wanting to use it and want to have a sense of what sort of timeline they can expect.
  3020. # [20:35] * Joins: Mnyromyr (Mnyromyr@moz-A54526BF.unity-media.net)
  3021. # [20:35] <sworkman> bz: I'm in a meeting at the min - can I take a deeper look at get back to you?
  3022. # [20:35] * Joins: jhopkins (jhopkins@F2D29657.F60B0462.67AC9B1.IP)
  3023. # [20:35] * Joins: ggoncalves (ggoncalves@2557E599.66715431.D25A875A.IP)
  3024. # [20:35] * Quits: beaufour (beaufour@moz-D9B62C35.poly.edu) (Quit: beaufour)
  3025. # [20:37] * nthomas|away is now known as nthomas
  3026. # [20:37] * Joins: kmoir (chatzilla@F2D29657.F60B0462.67AC9B1.IP)
  3027. # [20:37] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  3028. # [20:37] * Joins: beaufour (beaufour@moz-D9B62C35.poly.edu)
  3029. # [20:38] * Joins: Boriss (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3030. # [20:39] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ce25418d00a8 - Rafael Ávila de Espíndola - Bug 831864 - Refactor some logic to a renderSymbolicatedStacks method. r=froydnj.
  3031. # [20:39] * mattwoodrow|away is now known as mattwoodrow
  3032. # [20:39] <@bz> sworkman: sure
  3033. # [20:40] * Quits: gandalf (zbraniecki@moz-4F155DA6.hsd1.ca.comcast.net) (Quit: I took the wrong pill!!!)
  3034. # [20:40] <mjrosenb> ok, I just rebuilt firefox, and I'm still having issues with not being able to connect to https sites.
  3035. # [20:41] * Joins: souradeep (souradeep@C94E92A6.39C686B7.CBC86F54.IP)
  3036. # [20:41] * Joins: cilias (cilias@moz-D65C0C74.cpe.net.cable.rogers.com)
  3037. # [20:42] <nemo> http://cs6257.userapi.com/u5190975/docs/1ad41c079459/1569805_original.gif programming metaphor
  3038. # [20:43] * AutomatedTester|away is now known as AutomatedTester
  3039. # [20:43] <nemo> goaway MY API
  3040. # [20:43] <froydnj> mjrosenb: connection reset?
  3041. # [20:43] * Quits: jlebar (quassel@2557E599.66715431.D25A875A.IP) (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.)
  3042. # [20:43] <mjrosenb> An error occurred during a connection to www.google.com.
  3043. # [20:43] <mjrosenb> A PKCS #11 module returned CKR_DEVICE_ERROR, indicating that a problem has occurred with the token or slot.
  3044. # [20:43] <mjrosenb> (Error code: sec_error_pkcs11_device_error)
  3045. # [20:43] <jesup> bz: seems a poor naming convention at the minimum
  3046. # [20:43] <mjrosenb> froydnj: ^
  3047. # [20:44] * Joins: jlebar (quassel@2557E599.66715431.D25A875A.IP)
  3048. # [20:44] <froydnj> mjrosenb: whoa, weird
  3049. # [20:44] * Joins: sewardj (sewardj@moz-39B7A28D.dip.t-dialin.net)
  3050. # [20:44] * Quits: maikmerten (maikmerten@moz-F97565E2.dynamic.qsc.de) (Client exited)
  3051. # [20:44] <timeless> JosiahOne: Guam fwiw: http://en.wikipedia.org/wiki/Guam,_Missouri
  3052. # [20:45] * hwine-food is now known as hwine|mtg
  3053. # [20:45] * Joins: dao (dao@moz-C51BE6D7.superkabel.de)
  3054. # [20:45] * rail_away is now known as rail
  3055. # [20:45] <timeless> you never know when a Nokia sub contractor will try to use that Guam for information when filling out map/time data ...
  3056. # [20:45] <dholbert> ojan, hi -- sorry ,was afk
  3057. # [20:45] <JosiahOne> timeless: Nice.
  3058. # [20:45] <reuben> firebot, uuid
  3059. # [20:45] <firebot> ba6eb683-90e6-443a-bbe5-0b14ce938bbe (/msg firebot cid for CID form)
  3060. # [20:45] * Joins: harth (harth@moz-3C999954.hsd1.ca.comcast.net)
  3061. # [20:45] <ojan> dholbert: no worries
  3062. # [20:46] <dholbert> ojan, likely to be default-enabled in Firefox 21
  3063. # [20:46] <timeless> JosiahOne: someday you can ask sp3000/myself to tell you the long story of that map
  3064. # [20:46] * Quits: jammink (textual@2557E599.66715431.D25A875A.IP) (Ping timeout)
  3065. # [20:46] <JosiahOne> timeless: The map? What about it?
  3066. # [20:47] <mjrosenb> froydnj: yeah, I can only assume that something strange happened with the build.
  3067. # [20:47] <timeless> JosiahOne: the map where this contractor was trying to fill in time zones and cities based on a list of things
  3068. # [20:47] <timeless> and managed to do a really bad job of it :)
  3069. # [20:47] <ojan> dholbert: and that's unprefixed?
  3070. # [20:47] <dholbert> ojan, yup
  3071. # [20:47] * Quits: harth (harth@moz-3C999954.hsd1.ca.comcast.net) (Ping timeout)
  3072. # [20:47] * Joins: damons (gnubeard@2557E599.66715431.D25A875A.IP)
  3073. # [20:47] <timeless> there were two Guams, (in case it isn't obvious, no one cares about Missouri)
  3074. # [20:47] <dholbert> ojan, that goes to release in May
  3075. # [20:47] * Joins: jammink (textual@2557E599.66715431.D25A875A.IP)
  3076. # [20:47] <JosiahOne> timeless: Interesting...
  3077. # [20:48] <ojan> dholbert: just curious...what did you have in mind for compatibility testing? we're trying to figure out exactly what we should do in order to unprefix it.
  3078. # [20:48] <timeless> an island in the indian ocean had a timezone from australia...
  3079. # [20:48] <timeless> the list of problems was very large
  3080. # [20:48] <dholbert> ojan, (it's only prefixed (& behind a pref) in one release, Firefox 18. We switched to being only-pref-controlled after that)
  3081. # [20:48] * Joins: squib (squib@moz-B01B5D55.dhcp.mdsn.wi.charter.com)
  3082. # [20:48] <mjrosenb> it makes searching for stuff via google very hard.
  3083. # [20:49] <dholbert> ojan, not sure -- just continually adding tests and listening for bug reports, basically. I don't think there's an official test suite at this point, is there?
  3084. # [20:49] <timeless> JosiahOne: file a bug against bugzilla to change "first patch" to "first [patch] contribution" ?
  3085. # [20:49] <timeless> you can include a patch for that too :)
  3086. # [20:49] <ojan> dholbert:
  3087. # [20:49] <JosiahOne> timeless: Why?
  3088. # [20:50] <timeless> JosiahOne> Seriously, how long is Bugzilla going to say "First Patch" for me. I have created over 8 now.
  3089. # [20:50] <JosiahOne> Yeah, someone said it was because it will keep saying that for that bug.
  3090. # [20:50] <timeless> well, if it said `first contribution` instead of `first patch`, it'd be less wrong, and hopefully less confusing, right?
  3091. # [20:50] * Joins: jimb (user@moz-F4EC06CC.hsd1.or.comcast.net)
  3092. # [20:50] * catlee-away is now known as catlee
  3093. # [20:50] <JosiahOne> That's true.
  3094. # [20:50] <reuben> hah, that's interesting, unincorporated areas. we don't have that in brazil
  3095. # [20:50] <ojan> dholbert: right...our tentative plan was to make all the test we've written work cross-browser (i.e. not just use -webkit prefixes everywhere) and see where gecko and webkit disagree.
  3096. # [20:51] <lizzard> does it say that until you get a patch accepted?
  3097. # [20:51] <timeless> reuben: rainforests?
  3098. # [20:51] <timeless> oh, you're losing those :)
  3099. # [20:51] <ojan> dholbert: we're looking into contributing some of those tests to the w3c as well...but not sure we're realistically follow through there.
  3100. # [20:51] <JosiahOne> lizzard: That would make sense. None of my patches have been reviewed or anything yet. That might be the issue.
  3101. # [20:51] <reuben> timeless, "In Brazil and Mexico, all land must belong to a municipality. Even large uninhabited areas, such as forests or grasslands, are by law part of the nearest "city". This is because in Latin America, a "municipality" is the equivalent of what in the United States and Canada is called a "County"."
  3102. # [20:51] <ojan> s/we're/we'll
  3103. # [20:52] <timeless> reuben: cute
  3104. # [20:52] <ojan> dholbert: anyways, thanks
  3105. # [20:52] * capella|zZzZz is now known as capella
  3106. # [20:52] * timeless tries to decide if that's a good thing or a bad thing
  3107. # [20:52] <timeless> offhand i'd assume it's a bad thing
  3108. # [20:52] <reuben> timeless, lol, and yea, the only rainforest large enough to be even considered for an unincorporated area would be Amazon forest
  3109. # [20:53] <Ms2ger> ojan++
  3110. # [20:53] <lizzard> reuben I think that is true in Colombia as well
  3111. # [20:53] <dholbert> ojan, that sounds good! I've been intending to do that as well (get tests into w3c-happy format & contribute 'em upstream)
  3112. # [20:53] * Quits: dzbarsky (Adium@moz-8505A283.wlan.sas.upenn.edu) (Quit: Leaving.)
  3113. # [20:54] * Joins: coop (Chris@F2D29657.F60B0462.67AC9B1.IP)
  3114. # [20:54] * Joins: Asa (asa@4AF308D5.3A9F9BD4.4C2245EF.IP)
  3115. # [20:54] <ojan> dholbert: we're attempting to contract that out to a different company. if it all works out well, we can do that with other tests as well.
  3116. # [20:54] <timeless> Canada is amusing wrt counties fwiw, http://en.wikipedia.org/wiki/Historic_counties_of_Ontario
  3117. # [20:54] * Joins: dmose (dmose@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3118. # [20:54] <timeless> it seems in Canada some provinces have areas which aren't divided into counties :)
  3119. # [20:54] <JosiahOne> I can't believe we are still talking about unincorperated areas. Along with other useless topics. This is awesome.
  3120. # [20:54] * Quits: myk (myk@moz-64D96850.dsl.dynamic.sonic.net) (Ping timeout)
  3121. # [20:54] <jlebar> derf: ping?
  3122. # [20:54] <dmose> is running "make configure" really supposed to invalidate enough dependencies to effectively cause a clobber?
  3123. # [20:54] * Quits: jammink (textual@2557E599.66715431.D25A875A.IP) (Ping timeout)
  3124. # [20:55] <dmose> "make -f client.mk configure", i should say
  3125. # [20:55] <Ms2ger> Oh hey, jwatt in my inbox
  3126. # [20:55] <Ms2ger> dmose, running configure is pretty much a clobber, yes
  3127. # [20:55] <Ms2ger> dmose, why are you doing that?
  3128. # [20:55] <jcranmer> Ms2ger: because configure.in changes on average every 36 hours?
  3129. # [20:55] <dmose> webrtc .gyp build glop
  3130. # [20:55] <Ms2ger> jcranmer, sounds right
  3131. # [20:56] <Ms2ger> dmose, ah, yes
  3132. # [20:56] * Quits: n00b_dust (n00b_dust@CD26ABC5.1C081A86.35E0727C.IP) (Input/output error)
  3133. # [20:56] <dmose> when i change webrtc build stuff, sometimes just do "make -f client.mk build_and_deploy" doesn't trigger the Makefiles to be rebuilt from the .gyp files
  3134. # [20:56] <derf> jlebar: Pong.
  3135. # [20:56] <dmose> i haven't yet figured out what the pattern as about why it sometimes does
  3136. # [20:56] <reuben> firebot, uuid
  3137. # [20:56] <dmose> so something's changed
  3138. # [20:56] <firebot> cd2cf7a1-f4c1-487b-8c1b-1a71c7097431 (/msg firebot cid for CID form)
  3139. # [20:56] <jlebar> derf: Hey. I'm trying to get perf to walk an ARM stack.
  3140. # [20:56] <dmose> because i'm pretty sure this didn't used to be true
  3141. # [20:57] <dmose> and i'm talking about running a clobber in a stable tree
  3142. # [20:57] <jlebar> derf: I looked up its ARM stackwalking code, and it's looking for frame pointers in the stack frames.
  3143. # [20:57] <dmose> one that i haven't updated in a few days
  3144. # [20:57] * jcranmer is now known as jcranmer|away
  3145. # [20:57] * Quits: vikash (vikash@87F1613B.93FDBA84.FB0CC892.IP) (Ping timeout)
  3146. # [20:57] <jlebar> derf: But I cannot for the life of me figure out what compiler option to pass to get GCC to write fps into the stack frames.
  3147. # [20:57] <jlebar> derf: fno-omit-frame-pointer is apparently not sufficient.
  3148. # [20:57] <dmose> Ms2ger: are you aware of this behavior having previously been different?
  3149. # [20:57] <jlebar> derf: do you have any idea?
  3150. # [20:57] <nemo> reuben: in Canada "crown land" basically started past my back yard growing up
  3151. # [20:58] <jlebar> derf: My function preludes look like "push {r4, r5, r6, r7, r11, lr}", which I presume is not sufficient.
  3152. # [20:58] <Ms2ger> dmose, I'm not
  3153. # [20:58] <dmose> hmph
  3154. # [20:58] <Ms2ger> dmose, but then again, I haven't looked at build stuff for long
  3155. # [20:58] <dmose> to be fair, i haven't done much gecko hacking in the last few years
  3156. # [20:58] <dmose> only started again in november or so
  3157. # [20:58] <JosiahOne> Question. Why aren't there float, int, etc in .js. What am I suppose to use for numbers?
  3158. # [20:58] * dmose bets ted would know
  3159. # [20:58] <Ms2ger> dmose, we may have had less code then :)
  3160. # [20:59] <mjrosenb> JosiahOne: numbers.
  3161. # [20:59] <dmose> Ms2ger: we still had enough that when clobber happened it was noticable
  3162. # [20:59] <JosiahOne> I need a float value.
  3163. # [20:59] <timeless> JosiahOne: js will do the right thing on average
  3164. # [20:59] <jlebar> timeless++
  3165. # [20:59] <mjrosenb> JosiahOne: all numbers are ieee dobules
  3166. # [20:59] <reuben> nemo, so you could say you had a view to the queen's backyard
  3167. # [20:59] <mjrosenb> *doubles.
  3168. # [20:59] <Ms2ger> dmose, but yeah, ted :)
  3169. # [20:59] <timeless> if you try to run in a tight integer loop, then a modern interpreter will treat it as an integer
  3170. # [20:59] <nemo> reuben: it was rather overgrown
  3171. # [20:59] <timeless> if you make the number have a decimal value, you'll be using a float
  3172. # [21:00] <dmose> Ms2ger: :-)
  3173. # [21:00] <nemo> reuben: also heavy on the grizzlies and mountain lions
  3174. # [21:00] <reuben> hahahaha
  3175. # [21:00] <jesup> dmose: rm -rf objdir; make -f client.mk :-) Or if you prefer, touch configure.in; make -f client.mk
  3176. # [21:00] <@ted> dmose: i thought we fixed all of those
  3177. # [21:00] * capella is now known as capella|away
  3178. # [21:00] <JosiahOne> No way. JS has "number".
  3179. # [21:00] <Ms2ger> jesup, ./mach build
  3180. # [21:00] <Ms2ger> JosiahOne, yep, and that's a double
  3181. # [21:00] * Joins: Matti (Matti@moz-46D36481.dip.t-dialin.net)
  3182. # [21:00] <@ted> jlebar: FWIW, I don't know anything about frame pointers on ARM, but I have code that can read the unwind tables
  3183. # [21:00] <dmose> jesup: i think you're misunderstanding
  3184. # [21:00] <@ted> (stolen from libunwind)
  3185. # [21:00] <JosiahOne> So do I just use "number foo = 1"
  3186. # [21:00] * timeless uses "float" loosely
  3187. # [21:01] <dmose> ted: so for me, it happens every single time i do "make -f client.mk configure"
  3188. # [21:01] <Ms2ger> JosiahOne, 'var foo = 1'
  3189. # [21:01] * Quits: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: seth)
  3190. # [21:01] <jesup> dmose: came in in the middle
  3191. # [21:01] <dmose> no matter what i've touched
  3192. # [21:01] <nemo> JosiahOne: so long as your numbers aren't over... 2^52 you should be fine
  3193. # [21:01] <dmose> heh
  3194. # [21:01] <@ted> dmose: yeah, we build them unconditionally from configure
  3195. # [21:01] <nemo> JosiahOne: also, there's always int arrays...
  3196. # [21:01] <jlebar> ted: I haveunwinding working in Gecko itself, but I'm trying to get perf (in the kernel) to work. Primarily because _Unwind_Backtrace(), which we use in SPS, does not work from signal handlers on ARM.
  3197. # [21:01] <dmose> ted: right, but why does the entire rest of the tree get rebuilt when all i've done is touch a .gyp file?
  3198. # [21:01] <jlebar> ted: I wonder if your libunwind code does.
  3199. # [21:01] <JosiahOne> This is so weird.
  3200. # [21:01] * Joins: gandalf (zbraniecki@moz-4F155DA6.hsd1.ca.comcast.net)
  3201. # [21:01] <dmose> there's no way (e.g.) URIloader and everything else is effected
  3202. # [21:02] <dmose> or XPCOM or ...
  3203. # [21:02] <@ted> jlebar: i dunno
  3204. # [21:02] * Quits: sewardj (sewardj@moz-39B7A28D.dip.t-dialin.net) (Ping timeout)
  3205. # [21:02] <@ted> but in the near future sewardj is rewriting SPS to use breakpad for unwinding
  3206. # [21:02] <jesup> dmose: it shouldn't be
  3207. # [21:02] * Joins: dzbarsky (Adium@moz-E63ADEBC.wlan.wireless-pennnet.upenn.edu)
  3208. # [21:02] <@ted> so we should theoretically be able to use this arm unwind stuff
  3209. # [21:02] <dmose> jesup: that's what i think too. but whenever i do "make -f client.mk configure", boom
  3210. # [21:02] <dmose> everything gets rebuilt
  3211. # [21:02] <jesup> Do people do that?
  3212. # [21:03] <dmose> i have to do it sometimes, to cause .gyp changes to be picked up
  3213. # [21:03] <dmose> so maybe that's the real bug
  3214. # [21:03] * Quits: ehugg__ (ehugg@4C5F2219.B58C4879.D538BA5B.IP) (Quit: ehugg__)
  3215. # [21:03] <@ted> yeah
  3216. # [21:03] <jesup> I didn't even notice it had a configure option
  3217. # [21:03] <Ms2ger> Well, that *is* a bug
  3218. # [21:03] <timeless> dmose: iirc a long time ago configure was smart enough to recognize that if the configure output hadn't changed from the previous time
  3219. # [21:03] <@ted> re-running configure is known to make you rbuild
  3220. # [21:03] <@ted> rebuild
  3221. # [21:03] * Quits: ehugg (chatzilla@F72458CE.29102B70.6CD50604.IP) (Quit: ChatZilla 0.9.89 [Firefox 18.0/20130104151925])
  3222. # [21:03] <timeless> not to result in something which triggered a world-rebuild
  3223. # [21:03] <dmose> what timeless said
  3224. # [21:03] <timeless> but i suspect that property was lost n-make rewrites ago
  3225. # [21:03] <dmose> why did that change?
  3226. # [21:03] <@ted> "depends"
  3227. # [21:03] <timeless> and i can't tell you how big n is
  3228. # [21:03] <@ted> my mozmake code is definitely not that smart
  3229. # [21:03] <@ted> because it's hard
  3230. # [21:04] <edmorley> jfkthame: trychooser for android reftest fixed now btw (bug 830868)
  3231. # [21:04] * froydnj wonders why he's getting mac gcc errors on a linux build
  3232. # [21:04] <dmose> i don't care if everything under .gyp generation gets rebuilt
  3233. # [21:04] <Ms2ger> It's messes with make dependencies, too
  3234. # [21:04] <dmose> that's still reasonably fast
  3235. # [21:04] <jesup> When I want to force rebuilds (because of teh bug where .gypi files aren't in the depend list), I touch configure and live with whatever happends
  3236. # [21:04] <dmose> i just don't want to see all of layout and content and xpcom rebuilt
  3237. # [21:04] <Ms2ger> In the sense that you'll need to reconfigure every time
  3238. # [21:04] <jesup> You could try touching the relevent .gyp files (which are in dependencies)
  3239. # [21:04] * Quits: Ms2ger (Ms2ger@2BE1296A.E24D5586.3773EA9F.IP) (Quit: nn)
  3240. # [21:04] * cmcavoy-away is now known as cmcavoy
  3241. # [21:04] <dmose> well, this happens when i edit one of them
  3242. # [21:05] <timeless> dmose: why not rm -rf objdir/path-to-codeyouworkon ; make ?
  3243. # [21:05] <jfkthame> edmorley: cool, thanks
  3244. # [21:05] <dmose> so in theory it's already "touched"
  3245. # [21:05] <jesup> And touching them doesn't force a configure
  3246. # [21:05] <dmose> timeless: that's an interesting idea
  3247. # [21:05] * timeless being lazy since...
  3248. # [21:05] <dmose> jesup: right
  3249. # [21:05] * Joins: brendan (brendaneic@2557E599.66715431.D25A875A.IP)
  3250. # [21:05] <jesup> Just don't do "make -f client.mk configure"
  3251. # [21:05] * jwir3 is now known as jwir3|lunch
  3252. # [21:05] <dmose> except for the part that that's the only i've found to get the .gyp changes to be seen
  3253. # [21:06] <jesup> timeless's solution would work if that actually caused .gyp files to be regenerated
  3254. # [21:06] <jesup> into Makefiles
  3255. # [21:06] <JosiahOne> … I love Java script.
  3256. # [21:06] <timeless> wouldn't it work period?
  3257. # [21:06] * Quits: Boriss (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  3258. # [21:06] <timeless> surely the .gyp generated makefiles are in a directory i'm asking him to kill?
  3259. # [21:06] * Quits: jet (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: jet)
  3260. # [21:06] * Joins: Boriss (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3261. # [21:06] <timeless> or did we lose the property where as we recurse down, we ensure the makefile exists and is current?
  3262. # [21:07] * timeless hasn't built in a while
  3263. # [21:07] <jesup> actually, let me check
  3264. # [21:07] <derf> jlebar: ARM doesn't have frame pointers in general.
  3265. # [21:07] <jlebar> derf: understood.
  3266. # [21:07] <derf> I don't know that there is _any_ gcc option that will generate them.
  3267. # [21:07] <froydnj> there's not
  3268. # [21:07] <jlebar> derf: The kernel really think so, as I read it. http://lxr.linux.no/#linux+v3.7.3/arch/arm/kernel/perf_event.c#L528
  3269. # [21:07] <derf> Not even -mapcs-frame.
  3270. # [21:07] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/9f56d7e548f1 - Tim Lunn - Bug 829421 - Free ArgumentsData if JSObject allocation fails. r=nbp
  3271. # [21:08] <timeless> dmose: while we're trading tips
  3272. # [21:08] <timeless> is there a way to get cvs commit to force a specific date?
  3273. # [21:08] <dmose> oh man
  3274. # [21:08] <timeless> or should i just recommend someone rewrite the ,v files the way we did w/ our tools? :)
  3275. # [21:08] * Joins: sewardj (sewardj@moz-39B7A28D.dip.t-dialin.net)
  3276. # [21:08] <jlebar> timeless: set your computer's clock? :)
  3277. # [21:08] <dmose> not only have i paged and swapped all that knowledge out of my brain
  3278. # [21:08] <dmose> i migrated to hard disk via HSM
  3279. # [21:09] <timeless> jlebar: yeah, i keep trying to remember if there's a sane way to do that ala fakeroot or chroot
  3280. # [21:09] <jesup> timeless: gyp->Makefile conversion is done in configure, and in generated .mk files that provide the dependencies that regenerate them if the gyp file changes - and you blew them away
  3281. # [21:09] <jesup> so no, it doesn't work
  3282. # [21:09] <@ted> jlebar: it thinks the fp is r11
  3283. # [21:09] <@ted> FWIW
  3284. # [21:09] <timeless> jesup: ouch
  3285. # [21:09] <jlebar> oh, interesting.
  3286. # [21:09] <@ted> http://lxr.free-electrons.com/source/arch/arm/include/uapi/asm/ptrace.h#L115
  3287. # [21:09] <jesup> The Makefile.in->Makefile logic doesn't know about gyp files
  3288. # [21:09] * Quits: morrison (morrison@514D186.F3BBB17D.144F44FA.IP) (Client exited)
  3289. # [21:10] * Quits: bajaj (Adium@2557E599.66715431.D25A875A.IP) (Ping timeout)
  3290. # [21:10] * Joins: bajaj (Adium@2557E599.66715431.D25A875A.IP)
  3291. # [21:10] <timeless> that sounds like a bug :)
  3292. # [21:10] * jhammel is now known as jhammel|lunch
  3293. # [21:10] <timeless> because my approach has historically worked pretty much everywhere
  3294. # [21:10] <timeless> including iirc with the disasters of nspr and nss
  3295. # [21:10] * Joins: mayhemer (Miranda@moz-415580BA.broadband17.iol.cz)
  3296. # [21:10] <jlebar> ted: that's interesting because we're pushing the fp but not the sp, which again messes up the stack-walking code, as I read it.
  3297. # [21:10] * Joins: we11ington (msu-cse498@moz-600949B7.cse.msu.edu)
  3298. # [21:10] * Quits: Jesse (jruderman@moz-537BCF9.hsd1.ca.comcast.net) (Quit: Jesse)
  3299. # [21:10] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c26533f49aaf - Chris Jones - Bug 786631, part 1: Refactor privilege adjustment. r=dhylands
  3300. # [21:11] * Quits: Cwiiis (cwiiis@88F51059.F3BBB17D.144F44FA.IP) (Quit: Leaving)
  3301. # [21:11] * Quits: kmoir (chatzilla@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  3302. # [21:11] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  3303. # [21:11] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/ae928c1ca2dc - Chris Jones - Bug 831191: Make PNG dumping work for r5g6b5 surfaces. r=joedrew
  3304. # [21:11] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/8463ca8a191a - Chris Jones - Bug 786631, part 2: Make the prelaunch process totipotent and specialize when it's taken. r=jlebar
  3305. # [21:11] <timeless> and ldap
  3306. # [21:11] <timeless> for that matter
  3307. # [21:11] <timeless> (places which i know dmose remembers)
  3308. # [21:11] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  3309. # [21:11] <jlebar> We do |push {r4, r5, r6, r7, r11, lr}|, and the kernel is looking for lr, sp, fp, as I read it.
  3310. # [21:11] <@ted> timeless: gyp is a special snowflake
  3311. # [21:11] <dmose> ROFL
  3312. # [21:12] <jlebar> derf: Okay, I revise my question. How do I get it to push the sp? :)
  3313. # [21:12] <timeless> ted: we only have one or two tiny piles of snowflakes here, you can keep your special snowflake
  3314. # [21:12] * Joins: ferjm (ferjm@moz-DEB3A31C.red-88-7-170.staticip.rima-tde.net)
  3315. # [21:12] * Joins: ehugg_lime (ehugg_lime@moz-E71CDCB2.hsd1.wa.comcast.net)
  3316. # [21:12] <mjrosenb> jlebar: pushing the sp is not well defined.
  3317. # [21:12] <dmose> ted: it's an obtuse declarative format, setup to generate files in a slightly lower-level obtuse declarative format
  3318. # [21:12] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  3319. # [21:12] <jesup> mozmake.py creates $OBJDIR/.../common.mk which has dependencies and such to regenerate Makefiles from .gyp files (and ironically regenerate itself)
  3320. # [21:12] <jlebar> mjrosenb: It's callee saved?
  3321. # [21:13] * Quits: beaufour (beaufour@moz-D9B62C35.poly.edu) (Quit: beaufour)
  3322. # [21:13] <@ted> it's just a bad fit with our build system currently
  3323. # [21:13] <mjrosenb> jlebar: no, if sp is in the register list, then the value that is stored is not defined.
  3324. # [21:13] * Quits: josh (josh@moz-7D5BC4BE.nyc.res.rr.com) (Quit: josh)
  3325. # [21:13] <jlebar> mjrosenb: Okay, so I must be misunderstanding this kernel code which appears to be looking for the sp in the stack frame.
  3326. # [21:13] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/3ee6b0c9bab9 - Wes Kocher - Bug 831474 - Update revision of Jetpack tests used in Firefox. r=kwierso
  3327. # [21:14] <jlebar> mjrosenb: http://lxr.linux.no/#linux+v3.7.3/arch/arm/kernel/perf_event.c#L528
  3328. # [21:14] <mjrosenb> jlebar: if you attempt to execute |push sp| it is actually an undefined instruction.
  3329. # [21:14] <jlebar> mjrosenb: gotcha
  3330. # [21:14] <timeless> mjrosenb: nice
  3331. # [21:14] * Joins: vtmarvin1 (Thunderbir@32DFDBE.7102BCB6.B7C3970A.IP)
  3332. # [21:15] <mjrosenb> well, the behavior is undefined
  3333. # [21:15] * Joins: WaltS (Thunderbir@moz-B2990436.pitt.east.verizon.net)
  3334. # [21:15] <mjrosenb> on tegras, and exynos, it does the right thing
  3335. # [21:15] <mjrosenb> on snapdragons, it gives an illegal instruction trap.
  3336. # [21:16] * Quits: till (till@moz-3493B177.superkabel.de) (Client exited)
  3337. # [21:16] * Joins: harth (harth@moz-3C999954.hsd1.ca.comcast.net)
  3338. # [21:16] <jlebar> mjrosenb: So do you see any way we can make this kernel code work? It's looking for a gap of one word between fp and lr, but the code gcc is generating is pushing r11, lr right next to each other.
  3339. # [21:17] * Quits: dao (dao@moz-C51BE6D7.superkabel.de) (Quit: Leaving.)
  3340. # [21:17] <mjrosenb> jlebar: you can mov sp, ir; push {...,ir, lr}
  3341. # [21:17] <jlebar> mjrosenb: sure, but I need to make gcc do that for me... :)
  3342. # [21:17] <jlebar> mjrosenb: I don't actually care what the sp is, I think.
  3343. # [21:17] <jlebar> Yeah; it's not read.
  3344. # [21:18] <mjrosenb> jlebar: ok, if the value is never read, then I think you can just push sp
  3345. # [21:18] <jlebar> mjrosenb: sure...but I need to make the compiler do this.
  3346. # [21:18] * Quits: kdcw (kdc@moz-F7413045.pk.shawcable.net) (Quit: HydraIRC -> http://www.hydrairc.com <- Like it? Visit #hydrairc on EFNet)
  3347. # [21:18] * Quits: sicking (sicking@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: sicking)
  3348. # [21:19] <mjrosenb> jlebar: yeah... that is a different problem.
  3349. # [21:19] <mjrosenb> jlebar: aren't kernel entry wrappers usually written in assembly?
  3350. # [21:19] <jlebar> Maybe -mapcs-frame?
  3351. # [21:20] <jlebar> Hm...mapcs-frame may be the magic word.
  3352. # [21:20] * Joins: kmoir (chatzilla@F2D29657.F60B0462.67AC9B1.IP)
  3353. # [21:20] <jlebar> 8bec: e92dd8f0 push {r4, r5, r6, r7, fp, ip, lr, pc}
  3354. # [21:20] <jlebar> Oh, and it does mv ip, sp right above.
  3355. # [21:21] <jlebar> mjrosenb: That...may have worked.
  3356. # [21:21] <mjrosenb> jlebar: sounds like it
  3357. # [21:21] <jlebar> mjrosenb: Cool. Let's see if mtpcs-frame works with mthumb.
  3358. # [21:22] <derf> jlebar: I don't think it does work with Thumb2.
  3359. # [21:22] * Quits: ericjung (Mibbit@5210CFD5.1A5EA44.72B23B3D.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  3360. # [21:22] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  3361. # [21:23] <jlebar> derf: stmdb sp!, {r4, r5, r6, r7, r8, lr}
  3362. # [21:23] <jlebar> :(
  3363. # [21:23] * Quits: WaltS (Thunderbir@moz-B2990436.pitt.east.verizon.net) (Quit: Thunderbird 17.0)
  3364. # [21:23] <jlebar> Okay, so now we see if Firefox builds with -marm.
  3365. # [21:23] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Quit: brendan)
  3366. # [21:23] * Joins: ericjung (Mibbit@5210CFD5.1A5EA44.72B23B3D.IP)
  3367. # [21:23] * Quits: erikvold (erikvold@moz-FEB0D3F0.bchsia.telus.net) (Ping timeout)
  3368. # [21:24] * Joins: WaltS (Thunderbir@moz-B2990436.pitt.east.verizon.net)
  3369. # [21:24] <jlebar> derf: unless maybe r7 is my fp. But perf does not seem to understand this.
  3370. # [21:25] <firebot> Check-in:
  3371. # [21:25] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/9b164e03f3be - L. David Baron - Bug 831354, test fix 1: Make continuous-inline-1{cd} tests no longer assume that the height of an inline in the default font is less than 20px. r=bzbarsky
  3372. # [21:25] * Quits: ekr (ekr@moz-D7997EC8.rtfm.com) (Ping timeout)
  3373. # [21:25] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/55d244d28023 - L. David Baron - Bug 831354, test fix 4: Make auto-hyphenation-2 not depend on different languages leading to the same font. r=jfkthame
  3374. # [21:25] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/47166178f558 - L. David Baron - Bug 702121, patch 3: Make the auto-hyphenation-{8,9,10} reftests not depend on picking the same fonts for different language or encoding values, to fix Android reftest
  3375. # [21:25] <firebot> failures from landing of bug 831354. r=jfkthame
  3376. # [21:25] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/74b69a84a1f2 - L. David Baron - Bug 831354, test fix 2: Make font inflation tests for selects less sensitive to font metrics by using matching font sizes on the block containing the select. r=jwir3
  3377. # [21:25] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/847763715f14 - L. David Baron - Bug 831354, test fix 3: Make flexbox-intrinsic-sizing-horiz-2a.xhtml not assume that the distance from the baseline of the default font to the top of its normal line
  3378. # [21:25] * Quits: squib (squib@moz-B01B5D55.dhcp.mdsn.wi.charter.com) (Quit: Leaving)
  3379. # [21:25] <firebot> height is less than or equal to 16px. r=dholbert
  3380. # [21:26] <mjrosenb> jlebar: I bet that will make all function calls slower
  3381. # [21:26] <jesup> bz: I had to ask for a quick re-review; testing showed non-existent constraints now errored out when it shouldn't
  3382. # [21:26] <mjrosenb> jlebar: I wonder if there is a way of doing that just for the kernel calls
  3383. # [21:26] <jlebar> mjrosenb: I acutally care about all calls, not just frames which call into the kernel.
  3384. # [21:27] * Quits: WaltS (Thunderbir@moz-B2990436.pitt.east.verizon.net) (Quit: Thunderbird 17.0)
  3385. # [21:27] <jlebar> mjrosenb: Since I want to walk userspace stacks.
  3386. # [21:27] <mjrosenb> jlebar: oic.
  3387. # [21:27] <mjrosenb> jlebar: carry on then.
  3388. # [21:27] <we11ington> Hey jaws, for bug #719318, I took a look at your comments and implemented them, but there was one thing I wanted to mention
  3389. # [21:28] <jlebar> mjrosenb: derf: Thanks a lot for your help.
  3390. # [21:28] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b8e4b51b78ab - Ehsan Akhgari - Bug 831900 - Ensure that SpecialPowers.getFocusedElementForWindow actually returns something; r=ted
  3391. # [21:28] * Quits: vendo (chatzilla@56D55732.7114713F.B1C414DA.IP) (Quit: ChatZilla 0.9.89-rdmsoft [XULRunner 1.9.0.17/2009122204])
  3392. # [21:28] <derf> jlebar: I mean, even if you build FF with some magic flag that gets you what you want... what happens when you want to take a sample in some third-party library?
  3393. # [21:29] <we11ington> jaws: You mentioned concern that for portrait monitors, using 90% of the width, and 75% of that width to be the height, we'd have 67.5% of available height--but it's not quite like that, since the monitor is taller than it is wide (I'm assuming not many square monitors exist)
  3394. # [21:29] <jlebar> derf: It bails and I don't get a stack. Which is way better than what happens now, where I get no stacks at all.
  3395. # [21:29] <mjrosenb> jlebar: yeah.... now that I think aboutit
  3396. # [21:29] <mjrosenb> jlebar: you should try buildinga js shell with that
  3397. # [21:29] <mjrosenb> jlebar: I suspec the jits wil be very upset
  3398. # [21:30] <jlebar> mjrosenb: with -marm?
  3399. # [21:30] * Quits: harth (harth@moz-3C999954.hsd1.ca.comcast.net) (Input/output error)
  3400. # [21:30] <we11ington> jaws: For a 3x4 monitor in portrait (so, a not-widescreen turned sideways), you'd have .9 * 3 = 2.7 for width, and .75 * 2.7 = 2.025 for height, which is *slightly* more than half
  3401. # [21:30] * Parts: dmose (dmose@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3402. # [21:30] <mjrosenb> jlebar: no, with -mapcs-frame
  3403. # [21:30] <jlebar> mm
  3404. # [21:30] * NeilAway wonders whether JosiahOne found the stray semicolon in his paste
  3405. # [21:30] <derf> jlebar: I mean, I suspect what you're actually going to have to do is parse the function prolog programmatically.
  3406. # [21:30] <JosiahOne> NeilAway: I did. It solved my problem. :)
  3407. # [21:30] <froydnj> and that way lies pain and suffering
  3408. # [21:30] * dhylands is now known as dhylands|lunch
  3409. # [21:30] <we11ington> jaws: For a 10x16 monitor in portrait (widescreen turned sideways), you'd have .9 * 10 = 9 for width, and .75 * 9 = 6.75 for height, which is about 42%
  3410. # [21:31] <mjrosenb> jlebar: any time we touch the calling convention, the jis will need to be poked.
  3411. # [21:31] <jlebar> derf: the goal here was to avoid modifying the kernel for the b2g phone...
  3412. # [21:31] * Joins: pascalc (chatzilla@moz-446F98C8.fbxo.proxad.net)
  3413. # [21:31] <jlebar> mjrosenb: Fantastic.
  3414. # [21:31] <derf> I'm not talking about modifying anything.
  3415. # [21:31] * Quits: @smaug (chatzilla@moz-78A86AC.pp.htv.fi) (Ping timeout)
  3416. # [21:31] <we11ington> So, unless you're dealing with a square monitor (not sure I've ever seen one), then your window height is around 40-50% of the available height
  3417. # [21:31] <mjrosenb> I wish there was some automated way to get the calling convention
  3418. # [21:32] <derf> mjrosenb: Read the instructions at the start of the function!
  3419. # [21:32] <jlebar> derf: I think I misunderstood; you were saying JS needs to parse the function prolog?
  3420. # [21:32] <derf> jlebar: I mean whatever you're using to unwind the callstack.
  3421. # [21:32] <jlebar> derf: that's going on in the kernel.
  3422. # [21:33] <derf> Oh, perhaps I misunderstood what you're trying to do.
  3423. # [21:33] * Quits: genester (Thunderbir@moz-A0C78C2.oc.oc.cox.net) (Quit: genester)
  3424. # [21:33] <jlebar> derf: perf unwinds inside the kernel, it turns out.
  3425. # [21:33] <derf> I mean, is the kernel even built with CONFIG_FRAME_POINTER?
  3426. # [21:33] <jlebar> derf: the stacks from inside the kernel look quite nice, so I guess so?
  3427. # [21:34] <derf> You should find out what options it's passing then.
  3428. # [21:34] * Joins: Jesse (jruderman@2557E599.66715431.D25A875A.IP)
  3429. # [21:34] * jlebar is not sure he has access to the kernel configs, but is grep'ing.
  3430. # [21:35] <derf> cat /proc/config.gz
  3431. # [21:36] <derf> jlebar: Anyway, I'd search /usr/src/linux/Makefile for CONFIG_FRAME_POINTER.
  3432. # [21:36] <derf> There are some interesting comments there.
  3433. # [21:36] <jlebar> derf: CONFIG_FRAME_POINTER is not in my config.gz. But anyway, I don't much care about unwinding kernel stacks.
  3434. # [21:36] <NeilAway> nemo: rofl
  3435. # [21:37] <derf> jlebar: I know, but clearly they've passed some options that affect the calling convention.
  3436. # [21:37] <derf> I wonder if -pg causes this.
  3437. # [21:37] <@ehsan> doublec: I stole the review for bug 831640
  3438. # [21:37] <@ehsan> doublec: it would be great if you could land it on inbound now so that I can rebase on top of it
  3439. # [21:37] <@ehsan> doublec: I'm wrapping up the decodeAudioData patch...
  3440. # [21:38] <jlebar> derf: Sorry, I'm confused why it matters. The calling convention that perf's userspace unwinding expects seems not to be affected by any config options. http://lxr.linux.no/#linux+v3.7.3/arch/arm/kernel/perf_event.c#L528
  3441. # [21:38] <jaws> we11ington: i just saw your message now. i'm reading
  3442. # [21:38] * nhirata_pomodoro is now known as nhirata
  3443. # [21:39] <jaws> we11ington: ah interesting, thanks for the correction!
  3444. # [21:39] * Quits: ehugg_lime (ehugg_lime@moz-E71CDCB2.hsd1.wa.comcast.net) (Ping timeout)
  3445. # [21:40] <we11ington> jaws: Yep. I've got a new patch ready, do I need to use a diff from the original version (before I did any changes) or a diff from the last version I did?
  3446. # [21:40] * Joins: WaltS (Thunderbir@moz-B2990436.pitt.east.verizon.net)
  3447. # [21:41] * Quits: WaltS (Thunderbir@moz-B2990436.pitt.east.verizon.net) (Quit: Just testing chat in Earlybird)
  3448. # [21:41] <jaws> we11ington: diff from the origianl version is best
  3449. # [21:42] * Joins: gustavold (gustavold@moz-C2DDCDB6.cm.sunflower.com)
  3450. # [21:42] * Quits: ericjung (Mibbit@5210CFD5.1A5EA44.72B23B3D.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  3451. # [21:42] <NeilAway> jlebar: aren't you used to use stmfd and ldmfd so that you don't have to remember which way they pair up?
  3452. # [21:42] <we11ington> jaws: That was my guess, so cool! I'll upload the new patch. Basically the only new things it does is go to 75% x 75% for normal monitors, and puts the GTK height reduction line back into the else block
  3453. # [21:43] <jlebar> NeilAway: tbh, I'm not too good with the arm ISA, and I can only guess what those instructions do.
  3454. # [21:43] <NeilAway> ehsan: lol @ 831900
  3455. # [21:43] <@ehsan> NeilAway: lol indeed!
  3456. # [21:43] * Joins: genester (Thunderbir@moz-A0C78C2.oc.oc.cox.net)
  3457. # [21:44] * Quits: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net) (Quit: PM: Preparing frontal lobe for mem sleep)
  3458. # [21:44] <NeilAway> jlebar: stmfd is the same as stmdb and ldmfd is the same as ldmia
  3459. # [21:44] * Joins: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  3460. # [21:45] <jlebar> oh, this is one of those fun arm user-friendly things.
  3461. # [21:45] * Quits: nhirata (anonymous@moz-F8747CC6.dsl.ovh.fr) (Quit: nhirata)
  3462. # [21:45] * Joins: ericjung (Mibbit@5210CFD5.1A5EA44.72B23B3D.IP)
  3463. # [21:45] <philor> ehsan: to add to your joyous day, a perwindowpb failure on aurora
  3464. # [21:46] <NeilAway> jlebar: mind you, last time I did any actual ARM programming was over half my age ago!
  3465. # [21:46] * Joins: tomer (tomer@moz-F45DAEFD.static.012.net.il)
  3466. # [21:47] <we11ington> Okay jaws: new feedback request is there :)
  3467. # [21:47] <philor> cjones: Windows bustage on inbound
  3468. # [21:47] <JosiahOne> NeilAway: And how long would that be? :)
  3469. # [21:47] <cjones> philikon, thanks, pushing a fix
  3470. # [21:47] <philikon> philor: ^
  3471. # [21:47] <jaws> cool, thanks we11ington
  3472. # [21:48] * edmorley is now known as edmorley|away
  3473. # [21:48] * Joins: cpearce (cpearce@41422687.51BA097A.72977A7F.IP)
  3474. # [21:48] <NeilAway> JosiahOne: too long :-(
  3475. # [21:48] * Joins: ehugg_lime (ehugg_lime@moz-E71CDCB2.hsd1.wa.comcast.net)
  3476. # [21:48] * Quits: mbrubeck (mozilla@CDD95C1F.3A9F9BD4.4C2245EF.IP) (Quit: Leaving.)
  3477. # [21:48] <@ehsan> philor: yep saw it, backing out
  3478. # [21:48] <JosiahOne> NeilAway: Lol.
  3479. # [21:49] * Quits: Boriss (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net) (Connection reset by peer)
  3480. # [21:49] * Joins: Boriss (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3481. # [21:49] * Quits: @dbaron (dbaron@88F51059.F3BBB17D.144F44FA.IP) (Ping timeout)
  3482. # [21:49] <JosiahOne> Could someone explain what "let" does in .js. What
  3483. # [21:49] <JosiahOne> '
  3484. # [21:49] <cjones> apologies
  3485. # [21:49] <JosiahOne> s the difference between let and =
  3486. # [21:50] <cjones> dammit, wrong fix
  3487. # [21:50] <philor> ehsan: even better, apparently it's either nightly-only, or non-nightly-only :)
  3488. # [21:50] <cjones> backing out
  3489. # [21:50] <@ehsan> yay!
  3490. # [21:50] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d9f4929d5738 - Chris Jones - Bustage fix for bug 786631: Need a win no-op too. r=me
  3491. # [21:50] <Mossop> JosiahOne: "let" declares a variable
  3492. # [21:51] <Mossop> JosiahOne: Specifically one scoped to the current block only, as opposed to "var" which declares either a function or global variable.
  3493. # [21:51] * Quits: ehugg_lime (ehugg_lime@moz-E71CDCB2.hsd1.wa.comcast.net) (Ping timeout)
  3494. # [21:51] <JosiahOne> Mossop: I can't believe this. Javascript is awesome. (And I though Obj-C was cool)
  3495. # [21:51] * Quits: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Leaving.)
  3496. # [21:52] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/9db432271c1b - Jan de Mooij - Bug 830943 - Fix tableswitch block ordering. r=dvander
  3497. # [21:53] <@bsmedberg> bz: do you know why you added a try/finally block here: http://hg.mozilla.org/mozilla-central/annotate/d29ffd335728/content/base/test/chrome/test_bug429785.xul#l40 ?
  3498. # [21:53] * Quits: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu) (Ping timeout)
  3499. # [21:54] * Joins: mbrubeck (mozilla@CDD95C1F.3A9F9BD4.4C2245EF.IP)
  3500. # [21:54] * Joins: birtles (birtles@moz-F80C25D.net182021018.t-com.ne.jp)
  3501. # [21:54] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/66f820124d4a - Chris Jones - Back out bug 786631
  3502. # [21:54] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/1e2f112e2de6 - Chris Jones - Back out bug 786631
  3503. # [21:54] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/4a8d8c2d97fd - Chris Jones - Back out bug 786631
  3504. # [21:54] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Client exited)
  3505. # [21:55] * Joins: smooney_ (smooney@2557E599.66715431.D25A875A.IP)
  3506. # [21:55] * Ann_Yimi_ is now known as Ann_Yiming_brb
  3507. # [21:57] * Joins: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3508. # [21:57] <JosiahOne> Who! Everything just disappeared. What happened?
  3509. # [21:57] <JosiahOne> Oh wait, never mind, it's back.
  3510. # [21:58] <sfink> It's called "blinking". You close your eyes and, eventually, open them again. Netscape invented it.
  3511. # [21:58] <nemo> ++
  3512. # [21:59] * Joins: jorendorff (jorendorff@moz-2E139815.hsd1.tn.comcast.net)
  3513. # [21:59] <JosiahOne> sfink: Lol. No, there is some weird bug on my IRC client. It seems to make things disappear and glitch up when I try changing my theme.
  3514. # [21:59] <JosiahOne> Seems fine now.
  3515. # [21:59] <JosiahOne> Okay, it isn't fine.
  3516. # [22:00] * Joins: jet (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3517. # [22:00] * Joins: ehugg (chatzilla@F72458CE.29102B70.6CD50604.IP)
  3518. # [22:00] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/735fee512096 - Doug Turner - Bug 831167 - Crash in mozilla::dom::devicestorage::PDeviceStorageRequestParent::Write. r=bent
  3519. # [22:01] * Quits: JosiahOne (josiahbrun@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net) (Quit: I left.)
  3520. # [22:01] * Quits: damons (gnubeard@2557E599.66715431.D25A875A.IP) (Ping timeout)
  3521. # [22:01] * Joins: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  3522. # [22:02] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Client exited)
  3523. # [22:03] * Joins: josh (josh@moz-7D5BC4BE.nyc.res.rr.com)
  3524. # [22:04] * Ann_Yiming_brb is now known as Ann_Yiming
  3525. # [22:04] * Quits: Asa (asa@4AF308D5.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3526. # [22:04] * Joins: beaufour (beaufour@moz-D9B62C35.poly.edu)
  3527. # [22:04] * Joins: Asa (asa@4AF308D5.3A9F9BD4.4C2245EF.IP)
  3528. # [22:05] * Quits: jprmc (jprmc@moz-542588AA.cpe.net.cable.rogers.com) (Ping timeout)
  3529. # [22:06] * Joins: Mossop_ (mossop@moz-3D9B2D8F.lsanca.fios.verizon.net)
  3530. # [22:06] * Quits: sankha93 (sankha93@7061CD01.D6BD0D91.22D41759.IP) (Quit: Leaving.)
  3531. # [22:07] * Joins: jprmc (jprmc@moz-542588AA.cpe.net.cable.rogers.com)
  3532. # [22:07] * Quits: Mossop (mossop@moz-3D9B2D8F.lsanca.fios.verizon.net) (Ping timeout)
  3533. # [22:07] * Mossop_ is now known as Mossop
  3534. # [22:07] * ferjm is now known as ferjm|afk
  3535. # [22:08] * Quits: we11ington (msu-cse498@moz-600949B7.cse.msu.edu) (Quit: we11ington)
  3536. # [22:10] * Joins: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  3537. # [22:10] * Joins: dao (dao@moz-C51BE6D7.superkabel.de)
  3538. # [22:10] * Quits: beaufour (beaufour@moz-D9B62C35.poly.edu) (Quit: beaufour)
  3539. # [22:11] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Client exited)
  3540. # [22:11] * Joins: erikvold (erikvold@moz-FEB0D3F0.bchsia.telus.net)
  3541. # [22:12] * Quits: FabioMagnoni (fabiomagno@CC0C60DA.77432F63.8AF99142.IP) (Quit: FabioMagnoni)
  3542. # [22:12] <@bsmedberg> gregglind: did you see my email?
  3543. # [22:13] * Quits: lizzard (ehenry@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: lizzard)
  3544. # [22:13] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/55d70bff493e - Jonathan Griffin - Bug 831857 - Use RotatingFileAppender for Marionette's log, r=gwagner
  3545. # [22:14] <jesup> bz: thanks. One last time. (Yes, it's tested) Need to file a few bugs for other uses probably... (gonk Automounter, a few others)
  3546. # [22:14] * Quits: jorendorff (jorendorff@moz-2E139815.hsd1.tn.comcast.net) (Ping timeout)
  3547. # [22:15] <jesup> bz: thanks! (beat me too it) Copied that usage from somewhere else; I'll fix and land
  3548. # [22:16] * Joins: andreasn (andreasn@moz-FD3F641F.a336.priv.bahnhof.se)
  3549. # [22:17] * Joins: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3550. # [22:18] <seth> oh jeez
  3551. # [22:19] * Joins: jorendorff (jorendorff@moz-2E139815.hsd1.tn.comcast.net)
  3552. # [22:19] <seth> i went to lunch while compiling, thinking it'd be done when i got back, but the machine went to sleep, so i'm right where i left off =(
  3553. # [22:19] * seth alters power management settings
  3554. # [22:19] <firebot> Check-in:
  3555. # [22:19] * Joins: davidb_ (davidb@F2D29657.F60B0462.67AC9B1.IP)
  3556. # [22:19] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/64d9b755c25e - Daniel Holbert - Bug 831354, test fix 5: Make flexbox-align-self-vert-rtl-1.xhtml wrap some text in a 100px-wide inline block, so that our different centering algorithms will be able to
  3557. # [22:20] <firebot> center it consistently. r=dbaron
  3558. # [22:20] * Quits: davidb (davidb@F2D29657.F60B0462.67AC9B1.IP) (Connection reset by peer)
  3559. # [22:20] * davidb_ is now known as davidb
  3560. # [22:20] * Quits: dria (dria@F2D29657.F60B0462.67AC9B1.IP) (Quit: dria)
  3561. # [22:21] * Quits: cpearce (cpearce@41422687.51BA097A.72977A7F.IP) (Ping timeout)
  3562. # [22:23] * Quits: dzbarsky (Adium@moz-E63ADEBC.wlan.wireless-pennnet.upenn.edu) (Quit: Leaving.)
  3563. # [22:24] * Joins: we11ington (msu-cse498@moz-600949B7.cse.msu.edu)
  3564. # [22:24] * Fallen is now known as Fallen|away
  3565. # [22:26] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  3566. # [22:26] * Quits: we11ington (msu-cse498@moz-600949B7.cse.msu.edu) (Quit: we11ington)
  3567. # [22:26] * Quits: mconley (mconley@D4B46A36.8C6552CA.6816E6B7.IP) (Input/output error)
  3568. # [22:27] <abr> Is there a published guideline somewhere about when to use MOZ_ASSERT versus PR_ASSERT versus NS_ASSERTION?
  3569. # [22:27] * Quits: past (Instantbir@moz-16F5829C.dsl.dyn.forthnet.gr) (Quit: past)
  3570. # [22:27] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/f1ed018dd540 - Randell Jesup - Bug 826807: Clean up JSAPI error handling in PeerConnection constraints r=bz
  3571. # [22:28] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  3572. # [22:28] <@bz> abr: MOZ_ASSERT for fatal asserts
  3573. # [22:28] <@bz> abr: NS_ASSERTION for nonfatal ones, I guess
  3574. # [22:28] * Joins: sicking (sicking@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3575. # [22:28] <@bz> abr: PR_ASSERT is effectively deprecated.
  3576. # [22:28] <@bz> abr: except in NSPR/NSS code.
  3577. # [22:28] * Joins: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net)
  3578. # [22:28] * ChanServ sets mode: +o dveditz
  3579. # [22:29] <abr> bz: thanks.
  3580. # [22:29] <jesup> and MOZ_ASSERT/NS_ASSERTION followed by if() if you want to protect opt builds
  3581. # [22:29] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  3582. # [22:30] * Quits: juanb (jbecerra@A5A0595A.66715431.D25A875A.IP) (Quit: restart)
  3583. # [22:32] * Joins: jammink (textual@2557E599.66715431.D25A875A.IP)
  3584. # [22:33] * jmaher is now known as jmaher|afk
  3585. # [22:33] * Quits: atte (atte@moz-37C1DF97.dhcp.inet.fi) (Client exited)
  3586. # [22:34] <edmorley|away> bz: we should probably rename them to something more intuitive, given how many times a week people ask :-)
  3587. # [22:34] * Quits: RealRaven (Thunderbir@58467D49.FCE1C320.C3498625.IP) (Quit: RealRaven)
  3588. # [22:36] <doublec> ehsan: still want me to land it?
  3589. # [22:36] * Quits: ehugg (chatzilla@F72458CE.29102B70.6CD50604.IP) (Input/output error)
  3590. # [22:36] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/f8bd1beec0f3 - Henrik Skupin - Bug 831782 - Small fixes for WebRTC mochitests. r=jesup
  3591. # [22:36] <@ehsan> doublec: yes please
  3592. # [22:37] <doublec> ehsan: no problem, will do it now
  3593. # [22:37] * Quits: Archaeopteryx (itsme@moz-756328DB.cust.telecolumbus.net) (Quit: Too much information in my brain driving me insane)
  3594. # [22:37] <@ehsan> thanks
  3595. # [22:37] <jesup> edmorley|away: Where would the fun in that be?
  3596. # [22:37] * Joins: JosiahOne (josiahbrun@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net)
  3597. # [22:37] * Joins: lizzard (ehenry@moz-17B89992.tmodns.net)
  3598. # [22:37] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/bfc3b3ad2875 - Diego Wilson - Bug 810334: Honor layer clip rects in HwcComposer2D. r=vlad a=cjones
  3599. # [22:38] <jesup> edmorley|away: We could re-open the "Are Assertions Fatal?" discussion...
  3600. # [22:38] <edmorley|away> lol
  3601. # [22:38] <jesup> but then again I need to eat dinner in a few hours
  3602. # [22:38] <@bz> We should also discuss the dangers of second-hand assertions.
  3603. # [22:39] <@bz> Maybe ban or require them in restaurants and other public places?
  3604. # [22:39] * Joins: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net)
  3605. # [22:39] * jcranmer|away is now known as jcranmer
  3606. # [22:39] * Joins: harth (harth@moz-3C999954.hsd1.ca.comcast.net)
  3607. # [22:39] <JosiahOne> Is it possible to run a try-server locally. I know it sounds weird, but I do not have the rights to create one. However, I need to build for multiple platforms for testing. Tryserver is the easiest way here. So can I run the try server locally, giving me the files necessary to test with.
  3608. # [22:39] * edmorley|away tries to stuff the lid back on the can of worms
  3609. # [22:39] <JosiahOne> Or do I have to cross-compile
  3610. # [22:39] * Joins: bholley (anonymous@A01051A9.6F669779.3D1CA460.IP)
  3611. # [22:40] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  3612. # [22:40] * Joins: ddahl (ddahl@43CB6079.66715431.D25A875A.IP)
  3613. # [22:40] * Joins: bholley_ (anonymous@A5A0595A.66715431.D25A875A.IP)
  3614. # [22:40] <@bz> edmorley|away: *wriggle*
  3615. # [22:41] * Quits: bholley (anonymous@A01051A9.6F669779.3D1CA460.IP) (Ping timeout)
  3616. # [22:41] * bholley_ is now known as bholley
  3617. # [22:41] <doublec> ehsan: done
  3618. # [22:42] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5db6d38f34ee - Chris Double - Bug 831640 - Remove unused AddRef/Release methods on MediaDecoderReader - r=ehsan
  3619. # [22:42] * Quits: alice (alice@moz-3BCBEBE3.range86-150.btcentralplus.com) (Ping timeout)
  3620. # [22:43] * Joins: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  3621. # [22:43] * Joins: alice (alice@moz-3BCBEBE3.range86-150.btcentralplus.com)
  3622. # [22:43] * Joins: cpearce (cpearce@moz-209BAB2B.xdsl.xnet.co.nz)
  3623. # [22:43] * Joins: roc (chatzilla@E2F7352.56080C53.97BBD552.IP)
  3624. # [22:43] * ChanServ sets mode: +o roc
  3625. # [22:44] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/def0c93bca26 - Jan Varga - Bug 831169 - crash in mozilla::dom::indexedDB::PIndexedDBTransactionChild::SendAllRequestsFinished. r=bent
  3626. # [22:44] <jlebar> mjrosenb: Anything in particular I should do in the js shell to test that hte JITs are working properly?
  3627. # [22:44] <@ehsan> doublec: thank you!
  3628. # [22:44] <doublec> np
  3629. # [22:45] <mbrubeck> edmorley|away or philor: Can you point me to the work that was done to build Android-only changes on Android only?
  3630. # [22:45] <mbrubeck> I think we'll want something similar for /browser/metro (Windows only)
  3631. # [22:46] <mbrubeck> Over on elm I am currently chewing up dozens of testpool machines, touching files that aren't even built or packaged on non-Windows platforms
  3632. # [22:46] <JosiahOne> Nobody has any ideas?
  3633. # [22:47] <edmorley|away> mbrubeck: sure, trying to find the bug (but the ongoing awesome bar bug I have is fighting back)
  3634. # [22:47] <froydnj> JosiahOne: you can just run the tests locally, you don't need all the infrastructure behind try
  3635. # [22:47] <JosiahOne> How would I do that?
  3636. # [22:48] <JosiahOne> Right now I just use ./mach build Obviously, that own't help.
  3637. # [22:48] <JosiahOne> won't*
  3638. # [22:48] <mbrubeck> JosiahOne: If you want to automatically kick off builds and tests, we use buildbot to do that: https://wiki.mozilla.org/Buildbot
  3639. # [22:48] <froydnj> JosiahOne: https://developer.mozilla.org/en-US/docs/Running_automated_tests
  3640. # [22:48] <froydnj> I'm sure there's a clever way to do it with mach too
  3641. # [22:48] <mbrubeck> The folks in #ateam can point to more resources about our buildbot setup.
  3642. # [22:49] <JosiahOne> Alright. I'll be right back, it's restroom time. :)
  3643. # [22:49] * Quits: lizzard (ehenry@moz-17B89992.tmodns.net) (Quit: lizzard)
  3644. # [22:49] <edmorley|away> mbrubeck: bug 787449
  3645. # [22:49] <mbrubeck> You can run things like "mach reftest" to launch the reftests
  3646. # [22:49] <edmorley|away> mbrubeck: #releng for buildbot
  3647. # [22:49] <mbrubeck> But you want something like buildbot if you want to automatically run tests on lots of platforms or machines at once
  3648. # [22:49] <mbrubeck> edmorley|away: thanks and thanks :)
  3649. # [22:49] * Quits: souradeep (souradeep@C94E92A6.39C686B7.CBC86F54.IP) (Ping timeout)
  3650. # [22:49] * Joins: we11ington (msu-cse498@moz-600949B7.cse.msu.edu)
  3651. # [22:50] * Quits: alice (alice@moz-3BCBEBE3.range86-150.btcentralplus.com) (Ping timeout)
  3652. # [22:50] * Quits: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP) (Quit: Computer has gone to sleep.)
  3653. # [22:50] <edmorley|away> mbrubeck: hunk you want is https://bugzilla.mozilla.org/attachment.cgi?id=670447&action=diff#a/misc.py_sec3
  3654. # [22:50] * Quits: graememcc (chatzilla@moz-5268FCC0.range86-171.btcentralplus.com) (Quit: ChatZilla 0.9.89 [Firefox 18.0/20130107224849])
  3655. # [22:51] <mbrubeck> ah, at least since we are in /browser we will not cause any b2g or android builds
  3656. # [22:51] <edmorley|away> mbrubeck: repo link is https://hg.mozilla.org/build/buildbotcustom/file/fb4205014434/misc.py#l126
  3657. # [22:51] * Quits: cpearce (cpearce@moz-209BAB2B.xdsl.xnet.co.nz) (Quit: ChatZilla 0.9.89 [Firefox 18.0/20130104151925])
  3658. # [22:52] * Joins: cpearce (cpearce@moz-209BAB2B.xdsl.xnet.co.nz)
  3659. # [22:52] * Quits: sworkman (sworkman@2557E599.66715431.D25A875A.IP) (Quit: sworkman)
  3660. # [22:52] * Joins: sworkman (sworkman@2557E599.66715431.D25A875A.IP)
  3661. # [22:53] * Quits: sworkman (sworkman@2557E599.66715431.D25A875A.IP) (Quit: sworkman)
  3662. # [22:53] * Joins: ehugg (ehugg@moz-FE206300.cisco.com)
  3663. # [22:53] <JosiahOne> I just need something to build on three platforms. OS X, Ubuntu, and Windows. Actually, just being able to build for Windows from OS X is fine.
  3664. # [22:54] * Joins: juanb (jbecerra@2557E599.66715431.D25A875A.IP)
  3665. # [22:54] <froydnj> JosiahOne: I don't think such a thing exists, save building in a Windows VM
  3666. # [22:54] <edmorley|away> JosiahOne: what bug # and patch and I'll push to try for you
  3667. # [22:54] * Joins: sworkman (sworkman@2557E599.66715431.D25A875A.IP)
  3668. # [22:54] * Joins: lizzard (ehenry@moz-17B89992.tmodns.net)
  3669. # [22:55] * Quits: sworkman (sworkman@2557E599.66715431.D25A875A.IP) (Input/output error)
  3670. # [22:55] <mjrosenb> jlebar: run jit tests.
  3671. # [22:55] * Quits: gsvelto (Thunderbir@moz-9A1BE8AF.cust.dsl.vodafone.it) (Quit: gsvelto)
  3672. # [22:55] * froydnj amused that windows doesn't have test queues atm
  3673. # [22:55] <JosiahOne> edmorely|away: It's fine. Stephen is doing that for me. I just wanted to know in case I take on a patch where no one has the rights to do that.
  3674. # [22:56] * Joins: sworkman (sworkman@2557E599.66715431.D25A875A.IP)
  3675. # [22:56] * Fallen|away is now known as Fallen
  3676. # [22:58] * Quits: jprmc (jprmc@moz-542588AA.cpe.net.cable.rogers.com) (Input/output error)
  3677. # [22:58] * Quits: lduros (user@moz-4894EA28.nic.resnet.group.upenn.edu) (Client exited)
  3678. # [22:58] * Quits: TheOne (one@moz-82AECF3.dip0.t-ipconnect.de) (Input/output error)
  3679. # [22:58] <JosiahOne> I build on Ubuntu and OS X myself, and I have a windows machine. But setting up the environment for Windows is a HUGE pain. So I just don't do it.
  3680. # [22:59] <mbrubeck> Well, running your own buildbot/tryserver will require setting up a windows build environment as a prerequisite
  3681. # [23:00] * Quits: pcwalton (pcwalton@43CB6079.66715431.D25A875A.IP) (Quit: pcwalton)
  3682. # [23:00] <mbrubeck> (if it's going to run builds and tests on Windows)
  3683. # [23:00] <JosiahOne> mbrubeck: Rats. I just want to compile Firefox for Windows on Mac. I am surprised this can't be done.
  3684. # [23:01] <JosiahOne> There is no way to create a Windows Installer from OS X?
  3685. # [23:01] * Joins: pcwalton (pcwalton@43CB6079.66715431.D25A875A.IP)
  3686. # [23:02] * Quits: Boriss (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net) (Connection reset by peer)
  3687. # [23:02] <froydnj> the installer is the least of your troubles
  3688. # [23:02] * Quits: genester (Thunderbir@moz-A0C78C2.oc.oc.cox.net) (Ping timeout)
  3689. # [23:02] * Quits: pcwalton (pcwalton@43CB6079.66715431.D25A875A.IP) (Connection reset by peer)
  3690. # [23:02] * Joins: pcwalton (pcwalton@43CB6079.66715431.D25A875A.IP)
  3691. # [23:02] * Quits: davidb (davidb@F2D29657.F60B0462.67AC9B1.IP) (Quit: davidb)
  3692. # [23:02] <JosiahOne> Well, compile and create the installer.
  3693. # [23:02] * philor is now known as philor|away
  3694. # [23:03] * Quits: dao (dao@moz-C51BE6D7.superkabel.de) (Quit: Leaving.)
  3695. # [23:03] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/afc451ec7f07 - Jonathan Watt - Bug 583738 - The "Remove All Reports" button on about:crashes should remove pending crashes. r=ted
  3696. # [23:03] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/73202f04f7dc - Marco Chen - Bug 830611 - [Audio] Add dom_audioagent.xpt into package-manifest.in. r=roc
  3697. # [23:03] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/9d879e26464a - Seth Fowler - Bug 824817 - Eliminate warnings in IPC code. r=cjones
  3698. # [23:04] * Quits: pcwalton (pcwalton@43CB6079.66715431.D25A875A.IP) (Quit: pcwalton)
  3699. # [23:04] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/5851eefea110 - Ben Turner - Backout bug 813867, a=akeybl
  3700. # [23:04] * Joins: myk (myk@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3701. # [23:04] * Quits: jet (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net) (Connection reset by peer)
  3702. # [23:05] * Joins: jet (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3703. # [23:05] <bdahl> Can anyone recommend someone who knows about PGO builds? There seems to be a regression on windows causing inverted images drawn to canvas for PGO builds.
  3704. # [23:05] * Quits: birtles (birtles@moz-F80C25D.net182021018.t-com.ne.jp) (Quit: ChatZilla 0.9.89-rdmsoft [XULRunner 1.9.0.17/2009122204])
  3705. # [23:06] * Joins: pwalton (pcwalton@43CB6079.66715431.D25A875A.IP)
  3706. # [23:08] * Quits: Jesse (jruderman@2557E599.66715431.D25A875A.IP) (Quit: Jesse)
  3707. # [23:08] <mjrosenb> jlebar: actually, it looks like that isn't changing the calling convention, just the internal stack frames, so IM shouldn't be affected?
  3708. # [23:09] <jlebar> mjrosenb: yeah, that's what I was thinking. But I should test.
  3709. # [23:09] * Joins: ekr (ekr@moz-D7997EC8.rtfm.com)
  3710. # [23:10] * Joins: dria (dria@moz-F5EB0C5D.dsl.teksavvy.com)
  3711. # [23:11] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ea6b3f0cdd25 - Adam Roach [:abr] - Bug 829461: Check for NULL media stream r=ehugg
  3712. # [23:11] * Joins: genester (Thunderbir@moz-A0C78C2.oc.oc.cox.net)
  3713. # [23:12] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/a50549c5caca - Jared Wein - Bug 780826 - Hover and active state for the video controls. r=dolske,shorlander
  3714. # [23:13] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/a951a8a24bbc - Frank Yan - Bug 795664 - Match the 1x full-screen icon to the 2x one on OS X. r=shorlander
  3715. # [23:13] * Joins: Boriss (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3716. # [23:13] * Joins: dzbarsky (Adium@moz-B872C4CE.wireless-pennnet.upenn.edu)
  3717. # [23:13] <glandium> i have an interesting problem... i can't connect to lwn.net with my main profile, but i can with a fresh one.
  3718. # [23:16] * Joins: Jesse (jruderman@2557E599.66715431.D25A875A.IP)
  3719. # [23:17] * dhylands|lunch is now known as dhylands
  3720. # [23:18] * Quits: ericjung (Mibbit@5210CFD5.1A5EA44.72B23B3D.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  3721. # [23:18] * cjones is now known as cjones-brb
  3722. # [23:18] * cjones-brb is now known as cjones
  3723. # [23:19] * Joins: jprmc (jprmc@moz-542588AA.cpe.net.cable.rogers.com)
  3724. # [23:19] * Quits: we11ington (msu-cse498@moz-600949B7.cse.msu.edu) (Quit: we11ington)
  3725. # [23:20] * Quits: Asa (asa@4AF308D5.3A9F9BD4.4C2245EF.IP) (Ping timeout)
  3726. # [23:20] <jesup> glandium: proxy?
  3727. # [23:20] * Joins: jdm (jdm@moz-4754F405.fbx.proxad.net)
  3728. # [23:21] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
  3729. # [23:21] * ChanServ sets mode: +o smaug
  3730. # [23:21] <glandium> jesup: no proxy, but i'm suspecting fx's dns cache
  3731. # [23:21] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  3732. # [23:21] * Joins: Asa (asa@4AF308D5.3A9F9BD4.4C2245EF.IP)
  3733. # [23:21] <jesup> yes, that's possible - and maybe even correct
  3734. # [23:21] <jesup> If they changed IP's but had a longish timeout
  3735. # [23:21] * philor|away is now known as philor
  3736. # [23:22] <jesup> wait a day or three
  3737. # [23:22] <jesup> (not really joking)
  3738. # [23:22] <jesup> Wireshark will tell you
  3739. # [23:22] * whimboo is now known as whimboo|afk
  3740. # [23:23] * bz is now known as bz_away
  3741. # [23:23] * Joins: TheOne (one@moz-82AECF3.dip0.t-ipconnect.de)
  3742. # [23:24] * Quits: bholley (anonymous@A5A0595A.66715431.D25A875A.IP) (Ping timeout)
  3743. # [23:24] * Quits: JosiahOne (josiahbrun@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net) (Quit: I left.)
  3744. # [23:24] * Joins: bholley (anonymous@A01051A9.6F669779.3D1CA460.IP)
  3745. # [23:24] * Joins: bholley_ (anonymous@A5A0595A.66715431.D25A875A.IP)
  3746. # [23:25] * Quits: lizzard (ehenry@moz-17B89992.tmodns.net) (Quit: lizzard)
  3747. # [23:26] <glandium> jesup: wireshark tells me something crazy
  3748. # [23:26] * Quits: bholley (anonymous@A01051A9.6F669779.3D1CA460.IP) (Ping timeout)
  3749. # [23:26] * bholley_ is now known as bholley
  3750. # [23:26] * Quits: jfkthame (jfkthame@2B12A728.FB47D00B.9542EC20.IP) (Quit: jfkthame)
  3751. # [23:26] * Quits: jorendorff (jorendorff@moz-2E139815.hsd1.tn.comcast.net) (Ping timeout)
  3752. # [23:26] <jesup> Corrupted DNS? DNSsec isn't deployed yet... Does it match nslookup/dig?
  3753. # [23:27] * Joins: victorporof_ (victorporo@BED1CA73.70F4578F.79933D60.IP)
  3754. # [23:27] * Joins: jorendorff (jorendorff@moz-2E139815.hsd1.tn.comcast.net)
  3755. # [23:27] * Joins: myk1 (myk@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3756. # [23:27] <glandium> jesup: i'm contacting the right ip, sending a syn, getting a syn/ack, and sending a ack... then nothing for 5 seconds, not even a push, and i get a duped syn/ack to which i answer with fin/ack
  3757. # [23:28] * Quits: myk1 (myk@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Instantbird 1.3a1pre -- http://www.instantbird.com)
  3758. # [23:28] * Quits: victorporof (victorporo@BED1CA73.70F4578F.79933D60.IP) (Ping timeout)
  3759. # [23:28] <jesup> MITM attack? Or something identified you as an attacker? (DoS protection)
  3760. # [23:28] <jesup> Likely not MITM
  3761. # [23:28] * Quits: msucan (mihai@CDEB00D4.8819A7BF.BD62875.IP) (Quit: Leaving.)
  3762. # [23:29] <jesup> And how does it know which profile you're on? Does the other profile do anything different/
  3763. # [23:29] <jesup> ?
  3764. # [23:29] <glandium> jesup: on the same machine with another instance of firefox, it works
  3765. # [23:29] * Quits: jprmc (jprmc@moz-542588AA.cpe.net.cable.rogers.com) (Ping timeout)
  3766. # [23:29] <jesup> Right - does wireshark show the same address?
  3767. # [23:29] <glandium> let's restart this one and see
  3768. # [23:29] <gkw> smaug: ping
  3769. # [23:30] <jesup> Actually: perhaps a load-balancer at their end ...
  3770. # [23:30] <glandium> jesup: lwn.net has only one address
  3771. # [23:30] * ahal is now known as ahal|afk
  3772. # [23:30] <jesup> and a dead server
  3773. # [23:30] <@smaug> gkw: pong
  3774. # [23:30] <gkw> smaug: the patch for bug 831472
  3775. # [23:31] <@smaug> gkw: yes?
  3776. # [23:31] <gkw> smaug: doesn't apply cleanly on mozilla-beta - i've backported it and will provide an interdiff, but do i need to re-request review?
  3777. # [23:31] <@smaug> I can review immediately
  3778. # [23:31] <gkw> smaug: ok
  3779. # [23:32] * cjones is now known as cjones-brb
  3780. # [23:32] <glandium> still happening after a restart... pretty amazing
  3781. # [23:32] <glandium> let's try again with some NSPR_LOG
  3782. # [23:33] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/c8758d96c354 - Dustin L. Howett - Bug 812647 - Fix OS.File's failure to find libc on case-sensitive OS X filesystems. r=Yoric, a=akeybl
  3783. # [23:33] <@ehsan> doublec: which patch are you working on?
  3784. # [23:33] <@smaug> gkw: ah, mDocShell->GetPresShell(getter_AddRefs(presShell)); is the change
  3785. # [23:33] <@smaug> in 20/1
  3786. # [23:34] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/afbe1011ae1c - Benoit Girard - Bug 820852 - Implement write poisoning on Windows. r=ehsan,espindola
  3787. # [23:35] <gkw> smaug: so is bug 486200 the likely regressor?
  3788. # [23:35] <gkw> or is it something else?
  3789. # [23:36] <@smaug> gkw: well, it was implemented in that one, so yes
  3790. # [23:36] <jesup> glandium: Is there anything in the syn/ack that's different between the profiles?
  3791. # [23:36] * jesup still thinks it's a loadbalancer, IF it can tell the difference between your two profiles
  3792. # [23:37] <jesup> maybe sequence numbers
  3793. # [23:37] <gkw> smaug: i don't suppose https://hg.mozilla.org/mozilla-central/rev/ba035df3292b was a factor?
  3794. # [23:37] <@smaug> no
  3795. # [23:37] <@smaug> gkw: that is the reason you had to create a separate patch
  3796. # [23:37] <@smaug> but it didn't cause the problem
  3797. # [23:38] * AaronMT is now known as AaronMT|away
  3798. # [23:38] * Joins: lizzard (ehenry@moz-17B89992.tmodns.net)
  3799. # [23:38] <gkw> smaug: ah, just as i expected :)
  3800. # [23:38] <@smaug> I mean separate patch for FF19 etc
  3801. # [23:38] <gkw> smaug: yep
  3802. # [23:38] <gkw> smaug: great, thanks!
  3803. # [23:38] * Joins: bhearsum (bhearsum@moz-FBAE94.members.linode.com)
  3804. # [23:38] * Quits: yzen (Adium@AA2C085E.10C8AEF8.9A8C35B4.IP) (Quit: Leaving.)
  3805. # [23:38] * Parts: bhearsum (bhearsum@moz-FBAE94.members.linode.com)
  3806. # [23:38] * Quits: genester (Thunderbir@moz-A0C78C2.oc.oc.cox.net) (Ping timeout)
  3807. # [23:39] * jwir3|lunch is now known as jwir3
  3808. # [23:40] <doublec> ehsan: bug 812881
  3809. # [23:40] <nmatsakis> when running mochitests, is there any way to run the browser in gdb?
  3810. # [23:40] <khuey> nmatsakis: EXTRA_TEST_ARGS=--debugger=gdb
  3811. # [23:40] <khuey> in the env
  3812. # [23:40] <doublec> ehsan: comment 28 describes what it's doing
  3813. # [23:40] <nmatsakis> khuey: thanks!
  3814. # [23:40] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/7d6a8a229453 - EKR - Strip a= from trickle ICE candidates
  3815. # [23:40] * Quits: bholley (anonymous@A5A0595A.66715431.D25A875A.IP) (Ping timeout)
  3816. # [23:41] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Client exited)
  3817. # [23:41] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/9511909a46ee - David Keeler - bug 827304 - rename browser_clickToPlayPluginScriptAccessPopup.js because it's long r=jaws
  3818. # [23:41] * Quits: lizzard (ehenry@moz-17B89992.tmodns.net) (Quit: lizzard)
  3819. # [23:42] <@ehsan> doublec: thanks
  3820. # [23:42] <philor> yay, the Linux b-c hang from the 19 merge is fixed, so now the leaked-until-shutdown that looked Mac-only on the 20 merge is Linux+Mac!
  3821. # [23:43] <tbsaunde> philor: isn't it great how many tests we have to let fail
  3822. # [23:43] * Joins: glazou (glazou@moz-910B7383.fbx.proxad.net)
  3823. # [23:44] * Quits: hipokrit (hipokrit@1BF5DFDB.CA40E1F7.C558AD24.IP) (Ping timeout)
  3824. # [23:44] * Joins: brendan (brendaneic@2557E599.66715431.D25A875A.IP)
  3825. # [23:44] * Quits: dzbarsky (Adium@moz-B872C4CE.wireless-pennnet.upenn.edu) (Quit: Leaving.)
  3826. # [23:45] * Quits: lmandel (lmandel@F2D29657.F60B0462.67AC9B1.IP) (Quit: lmandel)
  3827. # [23:45] * Quits: jorendorff (jorendorff@moz-2E139815.hsd1.tn.comcast.net) (Ping timeout)
  3828. # [23:45] * Joins: dbaron (dbaron@moz-6A662ACD.bb.sky.com)
  3829. # [23:45] * ChanServ sets mode: +o dbaron
  3830. # [23:45] * cmcavoy is now known as cmcavoy-offline
  3831. # [23:45] * cmcavoy-offline is now known as cmcavoy
  3832. # [23:45] * Joins: jprmc (jprmc@moz-542588AA.cpe.net.cable.rogers.com)
  3833. # [23:45] <nmatsakis> khuey: any idea why I might see proxy errors running mochitest in that way?
  3834. # [23:46] * Joins: hipokrit (hipokrit@moz-7E0D846A.aus1.rackspace.com)
  3835. # [23:46] <khuey> nmatsakis: http proxy errors? no
  3836. # [23:47] <glandium> man NSPR_LOG_MODULES=nsHttp:5 is scary
  3837. # [23:47] * glazou just found an absolutely major regression in the editor, something that should probably be a blocker for thunderbird
  3838. # [23:47] * Quits: josh (josh@moz-7D5BC4BE.nyc.res.rr.com) (Quit: josh)
  3839. # [23:48] * Quits: pwalton (pcwalton@43CB6079.66715431.D25A875A.IP) (Quit: pwalton)
  3840. # [23:48] * heycam is now known as heycam|away
  3841. # [23:48] <khuey> is thunderbird still a thing?
  3842. # [23:48] <nmatsakis> khuey: never mind, it seems to be working now. For some reason the first time I tried I got a message like "Firefox is configured to use a proxy but it is refusing connections."
  3843. # [23:48] <glandium> there are nsHttpConnectionMgr::TimeoutTickCB lines with hosts none of the loaded tabs should have contacted (but are in non loaded tabs... favicons?)
  3844. # [23:48] <nmatsakis> thanks again
  3845. # [23:48] <khuey> nmatsakis: np
  3846. # [23:48] <glazou> khuey: there are still big orgs relying on it yes and many, many users
  3847. # [23:48] * Joins: josh (josh@moz-7D5BC4BE.nyc.res.rr.com)
  3848. # [23:49] * Joins: yzen (Adium@AA2C085E.10C8AEF8.9A8C35B4.IP)
  3849. # [23:49] * Joins: genester (Thunderbir@moz-A0C78C2.oc.oc.cox.net)
  3850. # [23:49] * Parts: yzen (Adium@AA2C085E.10C8AEF8.9A8C35B4.IP)
  3851. # [23:49] * Joins: pcwalton (pcwalton@43CB6079.66715431.D25A875A.IP)
  3852. # [23:49] * Joins: bholley (anonymous@A01051A9.6F669779.3D1CA460.IP)
  3853. # [23:50] <glazou> khuey: and it will be a blocker to most inline wysiwyg editors, wikipedia's for instance
  3854. # [23:50] <glazou> that's enough of a thing for you ?-)
  3855. # [23:50] * Quits: armenzg (armenzg@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  3856. # [23:50] * Joins: armenzg (armenzg@F2D29657.F60B0462.67AC9B1.IP)
  3857. # [23:51] <khuey> glazou: ok now it's a thing ;-)
  3858. # [23:51] * Quits: hurley (hurley@moz-E76806A0.dsl.static.sonic.net) (Quit: Get MacIrssi - http://www.sysctl.co.uk/projects/macirssi/ )
  3859. # [23:51] * Quits: jhopkins (jhopkins@F2D29657.F60B0462.67AC9B1.IP) (Quit: jhopkins)
  3860. # [23:51] * Joins: njn (chatzilla@moz-81F378C6.dyn.iinet.net.au)
  3861. # [23:51] * Quits: mshal (mshal@F2D29657.F60B0462.67AC9B1.IP) (Quit: leaving)
  3862. # [23:51] * Fallen is now known as Fallen|away
  3863. # [23:51] * Quits: Pike (Pike@moz-956D1177.pool.mediaways.net) (Quit: ChatZilla 0.9.89 [Firefox 18.0/20130104151948])
  3864. # [23:52] * Joins: armenzg_ (armenzg@F2D29657.F60B0462.67AC9B1.IP)
  3865. # [23:52] * Quits: armenzg (armenzg@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  3866. # [23:52] * philor is now known as philor|away
  3867. # [23:53] * hwine|mtg is now known as hwine-zzz
  3868. # [23:53] * Joins: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP)
  3869. # [23:53] * Quits: Boriss (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net) (Client exited)
  3870. # [23:54] <cpeterson> is there an ETA for reopening mozilla-aurora? :\
  3871. # [23:54] * Joins: Boriss (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3872. # [23:54] * Quits: Callek (chatzilla@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  3873. # [23:54] <mak> cpeterson: ehsan going to post to dev.platform. currently waiting for win7 build
  3874. # [23:55] <@ehsan> cpeterson: there is not, not until somebody works on fixing it up
  3875. # [23:55] <cpeterson> ok
  3876. # [23:55] * Quits: armenzg_ (armenzg@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  3877. # [23:55] <glandium> jesup: so, it turns out i had an entry for safebrowsing.clients.google.com in /etc/hosts pointing to 127.0.0.1... and that lead to this behaviour
  3878. # [23:55] * Joins: armenzg (armenzg@F2D29657.F60B0462.67AC9B1.IP)
  3879. # [23:55] * Quits: TheOne (one@moz-82AECF3.dip0.t-ipconnect.de) (Input/output error)
  3880. # [23:56] * jhammel|lunch is now known as jhammel
  3881. # [23:57] <jesup> glandium: Hmmmm
  3882. # [23:57] <jesup> not a common user problem I'd imagine
  3883. # [23:57] * Joins: mconley (mconley@CB3EC984.A5F785DE.396E4C6D.IP)
  3884. # [23:57] <glandium> jesup: otoh, it also means that if for some reason google servers don't answer...
  3885. # [23:57] * Quits: armenzg (armenzg@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  3886. # [23:58] * Quits: erikvold (erikvold@moz-FEB0D3F0.bchsia.telus.net) (Ping timeout)
  3887. # [23:58] <glandium> i wonder if i should file a bug
  3888. # [23:58] <jesup> Not sure what that would mean in practice. File a bug.
  3889. # [23:59] <jesup> I fyou have a cpature that shows something useful, attach it
  3890. # [23:59] * kmoir is now known as kmoir-afk
  3891. # [23:59] * joduinn-mtg is now known as joduinn-afk
  3892. # [23:59] * Quits: mwargers (chatzilla@moz-AF369B35.adsl.online.nl) (Ping timeout)
  3893. # [23:59] <jesup> Since the other profile on the same machine (same /etc/hosts) was ok...
  3894. # [23:59] * Quits: kmoir-afk (chatzilla@F2D29657.F60B0462.67AC9B1.IP) (Quit: ChatZilla 0.9.89 [Firefox 18.0/20130104151948])
  3895. # [23:59] <jesup> Maybe there's a bad state if it couldn't fetch for "too long"
  3896. # Session Close: Fri Jan 18 00:00:01 2013

The end :)