/irc-logs / mozilla / #developers / 2012-12-14 / end

Options:

  1. # Session Start: Fri Dec 14 00:00:00 2012
  2. # Session Ident: #developers
  3. # [00:00] * AaronMT is now known as AaronMT|AFK
  4. # [00:01] * Quits: milan (milan@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  5. # [00:03] * Quits: clee (clee@2557E599.66715431.D25A875A.IP) (Quit: clee)
  6. # [00:04] <jhammel> just use seconds from the big bang, correcting for general relativity
  7. # [00:05] <jhammel> hmmm, there could be quantum problems near t = 0 tho :/
  8. # [00:08] * Quits: Optimizer (Optimizer@B5EDA3CF.E772AAF5.D2D1FAF0.IP) (Ping timeout)
  9. # [00:08] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Quit: brendan)
  10. # [00:09] * jlebar is now known as jlebar|dinner
  11. # [00:10] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/fb6ef9590c39 - Chris Pearce - Bug 821495 - Add cast to silence unnecessary data loss compile warning in AudioSampleFormat.h. r=kinetik
  12. # [00:10] * Quits: sworkman (sworkman@2557E599.66715431.D25A875A.IP) (Quit: sworkman)
  13. # [00:11] * Joins: Optimizer (Optimizer@FEFCFEDD.E998EF1.BE90E62C.IP)
  14. # [00:13] * Joins: pnkfelix (pnkfelix@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net)
  15. # [00:13] * hwine is now known as hwine|afk
  16. # [00:13] * Joins: mconley (mconley@D4B46A36.8C6552CA.6816E6B7.IP)
  17. # [00:13] <avih> NeilAway: yes, i made count the last optional (2nd to last at the IDL). thx :)
  18. # [00:15] * Quits: armenzg_afk (armenzg@moz-ED3249A4.dmz.releng.scl3.mozilla.com) (Ping timeout)
  19. # [00:15] * Quits: abwillis (abwillis@9877934.9DD4DBBF.6A7A197.IP) (Client exited)
  20. # [00:15] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/0d1752cf4551 - Matthew Gregan - Bug 815569 - Pause (rather than mute) media elements interrupted by the audio channel service. r=roc a=blocking-basecamp
  21. # [00:15] <@roc> apparently when Visual Studio is trying to load symbols for rtutils.dll and fails (hangs), that also causes Firefox to stop being able to load Web pages
  22. # [00:16] * Quits: jedp (jedp@moz-59C58F81.dsl.dynamic.sonic.net) (Ping timeout)
  23. # [00:16] <njn> I'm getting a hang due to a spinlock beneath OSXVersion() on Mac: http://pastebin.mozilla.org/1993412
  24. # [00:16] <njn> anyone know about that?
  25. # [00:16] <dholbert> Did "JS Component Loader: [js-filename] test for equality (==) mistyped as assignment (=)?" JS warning just get turned on in the past few days, or something?
  26. # [00:16] <njn> it wasn't happening the other day...
  27. # [00:16] * Quits: yury (yury@moz-68731345.ok.ok.cox.net) (Input/output error)
  28. # [00:17] <njn> benjamin: ^^^ could that be related to your strict mode stuff?
  29. # [00:17] <njn> benjamin: (what dholbert said)
  30. # [00:17] * Joins: armenzg_afk (armenzg@moz-ED3249A4.dmz.releng.scl3.mozilla.com)
  31. # [00:17] * Joins: brendan (brendaneic@2557E599.66715431.D25A875A.IP)
  32. # [00:17] <dholbert> (I'm seeing that warning all over the place in my debug build output, when I don't recall seeing it before. Seems like a valid/useful warning, I'm just wondering what made us suddenly start warning about it)
  33. # [00:17] * Quits: twi (Adium@moz-12EC5C5D.ip243.fastwebnet.it) (Quit: Leaving.)
  34. # [00:18] <dholbert> (it was added exactly a year ago, in https://hg.mozilla.org/mozilla-central/rev/ac2e9f57426d , but maybe it wasn't enabled until now?)
  35. # [00:18] * jhopkins|buildduty is now known as jhopkins|afk
  36. # [00:18] <dholbert> actually, s/it was added/it looks to have last been changed/
  37. # [00:19] * joduinn is now known as joduinn-mtg
  38. # [00:19] * Quits: hipokr1t (hipokrit@1BF5DFDB.CA40E1F7.C558AD24.IP) (Quit: Leaving)
  39. # [00:19] * Quits: tomer (tomer@7AF4670C.A2C54A10.FC30AC02.IP) (Ping timeout)
  40. # [00:20] * Quits: pnkfelix (pnkfelix@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net) (Ping timeout)
  41. # [00:20] * Quits: TheOne (one@moz-B0E77D54.dip.t-dialin.net) (Input/output error)
  42. # [00:21] * Joins: UCC (chatzilla@moz-1363F65F.residential.rdsnet.ro)
  43. # [00:21] <@ehsan|brb> bz: hey
  44. # [00:21] * ehsan|brb is now known as ehsan
  45. # [00:21] * KaiRo is now known as KaiRo_away
  46. # [00:21] * Quits: UCC (chatzilla@moz-1363F65F.residential.rdsnet.ro) (Quit: ChatZilla 0.9.89 [Firefox 16.0.2/20121024073032])
  47. # [00:22] <firebot> Check-in:
  48. # [00:22] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/4519670ac62d - Daniel Holbert - Bug 821507: Add parens around assignment-used-as-loop-condition in XPIProvider.jsm and PluginProvider.jsm, to fix JS strict warning "test for equality mistyped as
  49. # [00:22] <firebot> assignment". r=Mossop
  50. # [00:22] * Quits: yzen (Adium@AA2C085E.10C8AEF8.9A8C35B4.IP) (Quit: Leaving.)
  51. # [00:23] * Parts: edmorley (edmorley@moz-5C2387B0.range109-156.btcentralplus.com)
  52. # [00:23] <firebot> Check-in:
  53. # [00:23] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/6464b79a1cf9 - Gabriele Svelto - Bug 814771 - Add a cancelable runnable and use it to cancel a pending memory minimization procedure when an application is brought to the foreground r=jlebar
  54. # [00:24] * Quits: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net) (Quit: jib)
  55. # [00:24] * Quits: mreavy (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net) (Ping timeout)
  56. # [00:25] <njn> dammit
  57. # [00:25] * Joins: mreavy (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  58. # [00:25] <njn> I just want to land something
  59. # [00:25] <dholbert> njn, lose the push-race? :D
  60. # [00:25] <njn> twice!
  61. # [00:25] <njn> grr
  62. # [00:25] <dholbert> type fastar!!111!one!
  63. # [00:26] <njn> dholbert: I type plenty fast, it's |hg pull --rebase| is too damn slow
  64. # [00:27] * Joins: jedp (jedp@moz-59C58F81.dsl.dynamic.sonic.net)
  65. # [00:27] <@roc> just write a shell script that loops doing (hg pull --rebase; hg push) until it succeeds
  66. # [00:27] <jhammel> roc++
  67. # [00:27] <@roc> there should really be an hg push option for that
  68. # [00:27] <@roc> "hg push --harder"
  69. # [00:28] * whimboo|afk is now known as whimboo
  70. # [00:28] <Waldo> for added resiliency, open separate /querys to every person on IRC to distract them)
  71. # [00:28] * Quits: erikvold (erikvold@moz-33BF5BAF.gv.shawcable.net) (Quit: erikvold)
  72. # [00:28] <jhammel> Waldo++
  73. # [00:28] <njn> finally
  74. # [00:29] <jhammel> Waldo: though you forgot, "starting with, 'I have a question; can you help?'"
  75. # [00:29] * Joins: rlewis (Thunderbir@moz-D47321EC.cable.virginmedia.com)
  76. # [00:29] <njn> roc: there's a qfinish in there too, which complicates things
  77. # [00:29] <Waldo> jhammel++
  78. # [00:29] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/2c2785739e25 - Nicholas Nethercote - Bug 820652 (part 4) - DMD: Inline BlockSize into LiveBlock. r=jlebar.
  79. # [00:29] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/9f305729255b - Nicholas Nethercote - Bug 820652 (part 6) - DMD: Don't use LiveBlockKey in LiveBlock. r=jlebar.
  80. # [00:29] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/8c77de31ddc4 - Nicholas Nethercote - Bug 820652 (part 7) - DMD: Fix bug in strdup_. r=jlebar.
  81. # [00:29] <@roc> not really
  82. # [00:29] <Waldo> "never mind, figured it out!"
  83. # [00:29] <@roc> you don't have to qfinish on every iteration
  84. # [00:29] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/f54a6f692591 - Nicholas Nethercote - Bug 820652 (part 3) - DMD: Distinguish BlockSize and GroupSize. r=jlebar.
  85. # [00:29] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/f5fbf4fc5df2 - Nicholas Nethercote - Bug 820652 (part 1) - DMD: Split BlockKey in two, and fix the ensuing fall-out. r=jlebar.
  86. # [00:30] <jhammel> Waldo: itym, "never mind; switching to chrome"
  87. # [00:30] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/5ac16858d004 - Nicholas Nethercote - Bug 820652 (part 5) - DMD: Store the block address in LiveBlock. r=jlebar.
  88. # [00:30] <Waldo> \o/
  89. # [00:30] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/a77821dd8903 - Nicholas Nethercote - Bug 820652 (part 2) - DMD: Embriefen the hash policy of LiveBlockGroup and DoubleReportBlockGroup. r=jlebar.
  90. # [00:30] <jhammel> Waldo: then if you want, adding on, "I've been using Forfixe for 25 years! its a shame that i have to switch"
  91. # [00:30] * Quits: pascalc (chatzilla@moz-F8747CC6.dsl.ovh.fr) (Ping timeout)
  92. # [00:30] * bz is now known as bz_away
  93. # [00:31] <Waldo> jhammel and I are in a virtuous feedback cycle right now, and it is awesome
  94. # [00:31] * Quits: mak (chatzilla@moz-147FD4E.retail.telecomitalia.it) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 2.0/20110318052756])
  95. # [00:31] <jhammel> :)
  96. # [00:31] * Joins: sworkman (sworkman@2557E599.66715431.D25A875A.IP)
  97. # [00:32] <Waldo> now if only dolske could join in, for ultimate awesomeness
  98. # [00:32] * Joins: clee (clee@2557E599.66715431.D25A875A.IP)
  99. # [00:33] * Quits: eduardn (chatzilla@F633AEEC.B0C74DF7.54460F44.IP) (Ping timeout)
  100. # [00:33] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e66d60ed3000 - Gregor Wagner - Bug 820713 - Assertion failure: cx->runtime->requestDepth || cx->runtime->isHeapBusy(), at js/src/jscntxt.cpp:1492. r=billm
  101. # [00:36] * Quits: Mano (mano@76E70B2D.DBB5E440.39716721.IP) (Client exited)
  102. # [00:36] * Quits: teoli (teoli@88F51059.F3BBB17D.144F44FA.IP) (Input/output error)
  103. # [00:37] * Joins: teoli (teoli@88F51059.F3BBB17D.144F44FA.IP)
  104. # [00:38] <@roc> sweet, even though I've told Visual Studio not to load any symbols, it still does. And hangs.
  105. # [00:38] * baku|away is now known as baku
  106. # [00:38] * Quits: armenzg_afk (armenzg@moz-ED3249A4.dmz.releng.scl3.mozilla.com) (Input/output error)
  107. # [00:38] <Waldo> feature!
  108. # [00:38] <@roc> someone tell me again how awesome Visual Studio debugging is
  109. # [00:38] <@dolske> Waldo: get back to work, slacker! ;)
  110. # [00:39] <Waldo> dolske: hey, I started early, my day's basically done :-P
  111. # [00:39] <@dolske> that's why they never called it Visual Studio Live
  112. # [00:39] <Waldo> (early by west-coast standards, at least; not super early by EST standards)
  113. # [00:39] * Joins: Mardak (Mardak@2557E599.66715431.D25A875A.IP)
  114. # [00:40] * Quits: teoli (teoli@88F51059.F3BBB17D.144F44FA.IP) (Input/output error)
  115. # [00:41] * Quits: MrDHat (chatzilla@71F46A80.65450A6E.85BF2EFC.IP) (Ping timeout)
  116. # [00:42] * Joins: ekr (ekr@moz-630D3BFF.mycingular.net)
  117. # [00:42] * Quits: johanc (chatzilla@moz-8E1A9E8E.bredband.comhem.se) (Ping timeout)
  118. # [00:42] <njn> |strdup(NULL)| seg faults on my machine, interesting
  119. # [00:43] * Quits: hub (hub@CAB30FBD.8F96AEA7.2D179A7D.IP) (Ping timeout)
  120. # [00:43] * rhelmer_ is now known as rhelmer
  121. # [00:43] <Waldo> njn: pretty sure that behavior's undefined
  122. # [00:43] * Joins: erikvold (erikvold@moz-33BF5BAF.gv.shawcable.net)
  123. # [00:43] * Quits: erikvold (erikvold@moz-33BF5BAF.gv.shawcable.net) (Quit: erikvold)
  124. # [00:43] <@dolske> having two different strings at 0x0 would be disasterous!
  125. # [00:45] * Quits: mdas (mdas@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  126. # [00:45] * Joins: mdas (mdas@F2D29657.F60B0462.67AC9B1.IP)
  127. # [00:47] * Quits: mdas (mdas@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  128. # [00:47] * Quits: jedp (jedp@moz-59C58F81.dsl.dynamic.sonic.net) (Ping timeout)
  129. # [00:48] * Quits: JeroenDeDauw (j@moz-8863EB11.dip.t-dialin.net) (Quit: Leaving.)
  130. # [00:48] <Waldo> odd, strdup isn't actually C89 or C99 or C11
  131. # [00:48] * Joins: pnkfelix (pnkfelix@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net)
  132. # [00:48] * Joins: jedp (jedp@moz-59C58F81.dsl.dynamic.sonic.net)
  133. # [00:49] * Quits: myk (myk@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  134. # [00:50] <firebot> Check-in:
  135. # [00:50] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/0ad5a4247d71 - Daniel Holbert - Bug 821392: Mark pluginSupportsAsyncDXGIDrawing as 'inline' instead of 'static' to fix build warning for .cpp files that #include it without using that method. r=Bas
  136. # [00:51] * Quits: clee (clee@2557E599.66715431.D25A875A.IP) (Quit: clee)
  137. # [00:51] <@ehsan> huh
  138. # [00:52] <@ehsan> nthomas: so when I connect to MPT, it seems like I cannot resolve any names :(
  139. # [00:52] * Quits: willyaranda (willyarand@moz-C58FBBBB.dynamic.jazztel.es) (Quit: willyaranda)
  140. # [00:52] <nthomas> ehsan: if you're in an office maybe you don't need the VPN
  141. # [00:52] * Joins: hummeleBop (Instantbir@moz-2356396.fbx.proxad.net)
  142. # [00:52] <nthomas> he says hopefully
  143. # [00:52] <@ehsan> nthomas: I am at the office
  144. # [00:52] <@ehsan> how can I verify that?
  145. # [00:53] <nthomas> just disconnect the vpn and see if aus3-staging.mozilla.org resolves
  146. # [00:53] <nthomas> or try to load http://aus3-staging.mozilla.org/update/3/Firefox/20.0a1/20121212040209/WINNT_x86-msvc/en-US/nightly-birch-test/Windows_NT%205.1.3.0%20%28x86%29/default/default/update.xml
  147. # [00:53] * Joins: clee (clee@2557E599.66715431.D25A875A.IP)
  148. # [00:53] <@ehsan> nthomas: no, it doesn't resolve
  149. # [00:53] * cjones is now known as cjones-brb
  150. # [00:53] <@ehsan> nthomas: can you tell me what IP should that resolve to?
  151. # [00:53] <@ehsan> so that I can hardcode it?
  152. # [00:54] <nthomas> 10.8.74.30
  153. # [00:54] * Quits: pnemsak (Miranda@moz-192A9791.orange.sk) (Quit: pnemsak)
  154. # [00:54] <nthomas> hopefully you can route that with MPT-VPN on
  155. # [00:54] * Quits: clee (clee@2557E599.66715431.D25A875A.IP) (Quit: clee)
  156. # [00:54] * cmcavoy is now known as cmcavoy-offline
  157. # [00:55] * Quits: pnkfelix (pnkfelix@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net) (Ping timeout)
  158. # [00:56] <@ehsan> nthomas: I can ping that IP but I cannot connect to it over port 80
  159. # [00:56] <nthomas> to clarify, you should get an update to the birch nightly we just did, then would need to unset app.update.url.override, and then check for updates again to verify the channel. May or may not find an update until there is a later m-c nightly
  160. # [00:56] <nthomas> well poop
  161. # [00:56] <nthomas> I'll put them up on people or something instead
  162. # [00:57] <nthomas> mac ?
  163. # [00:57] * Joins: myk (myk@moz-BE33DA21.fw1.sfo1.mozilla.net)
  164. # [00:57] <@ehsan> yep
  165. # [00:58] * Joins: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  166. # [00:59] <Waldo> oddment
  167. # [00:59] * Waldo wonders how he could possibly crash addrefing mMainThread in https://crash-stats.mozilla.com/report/index/bp-3bb90f05-0fc1-4fab-b24c-982712121213 not anywhere close to during shutdown
  168. # [00:59] <Waldo> at least, not close to shutdown unless I accidentally brushed Ctrl+Q or something, but I'm pretty sure I didn't
  169. # [01:00] <nthomas> ehsan: try http://http://people.mozilla.com/~nthomas/bug819857/mac-update.xml for app.update.url.override
  170. # [01:01] * Quits: till (till@moz-FF275973.web.vodafone.de) (Client exited)
  171. # [01:01] <nthomas> only sane protocol
  172. # [01:01] * Quits: dao (dao@moz-DE32E385.superkabel.de) (Quit: Leaving.)
  173. # [01:01] * Joins: dao (dao@moz-DE32E385.superkabel.de)
  174. # [01:01] * mjschranz is now known as mjschranz_away
  175. # [01:01] * Quits: ehugg (chatzilla@CE3BE0DD.29102B70.6CD50604.IP) (Ping timeout)
  176. # [01:02] * Quits: vingtetun (vingtetun@moz-F8747CC6.dsl.ovh.fr) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 1.9.1.16/20110701103042])
  177. # [01:02] * Quits: dao (dao@moz-DE32E385.superkabel.de) (Connection reset by peer)
  178. # [01:03] <@ehsan> nthomas: ok I got the update to the nightly we just did on birch
  179. # [01:03] * Quits: coyotebush (corey@moz-2D845411.hsd1.ca.comcast.net) (Quit: Leaving.)
  180. # [01:03] <nthomas> ok
  181. # [01:03] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Quit: brendan)
  182. # [01:05] <@ehsan> nthomas: and according to the update dialog, I'm now on the nightly channel! :)
  183. # [01:05] <NeilAway> until hg push; do hg pull --rebase; done
  184. # [01:05] <nthomas> ehsan: huzzah!
  185. # [01:06] * Joins: knelson (Adium@moz-27BAB34D.dsl.pltn13.sbcglobal.net)
  186. # [01:06] * Parts: knelson (Adium@moz-27BAB34D.dsl.pltn13.sbcglobal.net)
  187. # [01:07] <@ehsan> nthomas: one question though
  188. # [01:08] <@ehsan> nthomas: if I get a partial update to the nightly branch tomorrow, would that do the right thing?
  189. # [01:08] * cjones-brb is now known as cjones
  190. # [01:08] * Quits: hummeleBop (Instantbir@moz-2356396.fbx.proxad.net) (Quit: Instantbird 1.3 -- http://www.instantbird.com)
  191. # [01:08] * Quits: nmatsakis (nmatsakis@43CB6079.66715431.D25A875A.IP) (Quit: Computer has gone to sleep.)
  192. # [01:08] <nthomas> ehsan: very unlikely to have the right buildID to get offered one
  193. # [01:08] <@ehsan> I see
  194. # [01:08] <@ehsan> nthomas: ok cool!
  195. # [01:08] <@ehsan> does this mean that we're done? :)
  196. # [01:08] <nthomas> sounds like I can turn birch updates back on, yeah
  197. # [01:08] <@ehsan> great!
  198. # [01:09] <@ehsan> nthomas: oh, there's one more question
  199. # [01:09] <@ehsan> nthomas: will there be future automatic nightly builds on birch?
  200. # [01:10] <benjamin> njn: yeah, it's bug bug 821103
  201. # [01:10] <nthomas> ehsan: The patch to disable them is landed, just needs a buildbot reconfig to deploy (whenever that may be). I think it doesn't matter if we get some extra birch nightlies on the current tip
  202. # [01:11] <@ehsan> nthomas: it does, since I'm planning to repurpose birch to test global PB builds
  203. # [01:11] <@ehsan> and I don't want anyone to be updated back to those builds on birch
  204. # [01:11] <nthomas> real soon now ?
  205. # [01:11] <@ehsan> nthomas: well I was planning to do that now!
  206. # [01:11] * Quits: ekr (ekr@moz-630D3BFF.mycingular.net) (Connection reset by peer)
  207. # [01:12] <@ehsan> so yeah, I'd say real soon ;)
  208. # [01:12] <nthomas> worst case we try to build on current tip rev, and it fails
  209. # [01:12] * Joins: ekr (ekr@moz-630D3BFF.mycingular.net)
  210. # [01:12] <nthomas> best case I find a few minutes to do a reconfig today
  211. # [01:12] * Quits: Archaeopteryx (itsme@moz-756328DB.cust.telecolumbus.net) (Quit: Too much information in my brain driving me insane)
  212. # [01:12] * Quits: akeybl (akeybl@2557E599.66715431.D25A875A.IP) (Quit: Leaving...)
  213. # [01:13] * Quits: bjacob (bjacob@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  214. # [01:13] <@ehsan> hmm
  215. # [01:13] * Joins: nattokirai (nattokirai@moz-348F61F0.mozilla.or.jp)
  216. # [01:13] <@ehsan> nthomas: can I put something in the code to make nightly builds fail perhaps?
  217. # [01:13] * Quits: jet (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  218. # [01:14] <nthomas> hmm, I'm assuming you're resetting the repo, but maybe not ?
  219. # [01:14] * Joins: milan (milan@F2D29657.F60B0462.67AC9B1.IP)
  220. # [01:14] * Quits: ekr (ekr@moz-630D3BFF.mycingular.net) (Ping timeout)
  221. # [01:14] * Joins: ehugg_lime (ehugg_lime@moz-3605680.mycingular.net)
  222. # [01:14] <@ehsan> no I was planning to not do that
  223. # [01:14] <@ehsan> this repo has a one line difference with m-c
  224. # [01:15] <@ehsan> (well after I backout those two patches)
  225. # [01:15] * Joins: jgriffin_ (jgriffin@moz-E31CD2CB.mozilla.org)
  226. # [01:15] <@ehsan> I can also reset but that takes longer...
  227. # [01:16] * Quits: jgriffin (jgriffin@moz-DD9CBA45.hsd1.wa.comcast.net) (Ping timeout)
  228. # [01:16] * jgriffin_ is now known as jgriffin
  229. # [01:16] <nthomas> alright, i'll do the reconfig
  230. # [01:17] * Joins: jet (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net)
  231. # [01:19] * Joins: cabanier (cabanier@moz-6A1F2F2C.hsd1.wa.comcast.net)
  232. # [01:19] <benjamin> dholbert: red on inbound
  233. # [01:19] <dholbert> benjamin: thanks, looking
  234. # [01:19] <@ehsan> nthomas: thank you so much!
  235. # [01:19] * Joins: jgriffin_ (jgriffin@moz-DD9CBA45.hsd1.wa.comcast.net)
  236. # [01:20] * Quits: aklotz (Thunderbir@moz-55246988.cg.shawcable.net) (Quit: aklotz)
  237. # [01:20] * Quits: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP) (Quit: Textual IRC Client: http://www.textualapp.com/)
  238. # [01:20] * Quits: jgriffin (jgriffin@moz-E31CD2CB.mozilla.org) (Ping timeout)
  239. # [01:20] * jgriffin_ is now known as jgriffin
  240. # [01:20] * Joins: clee (clee@43CB6079.66715431.D25A875A.IP)
  241. # [01:24] * Joins: pnkfelix (pnkfelix@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net)
  242. # [01:25] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/a17cb882eb6b - Benjamin Peterson - Backout bug 820902 for bustage. CLOSED TREE
  243. # [01:25] * Quits: mconley (mconley@D4B46A36.8C6552CA.6816E6B7.IP) (Input/output error)
  244. # [01:26] * Quits: lizzard (ehenry@moz-606E6FC0.dsl.static.sonic.net) (Quit: lizzard)
  245. # [01:26] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/7b689ddc455c - Daniel Holbert - back out FAIL_ON_WARNINGS labeling from bug 821392, since there's one remaining android-only warning in that directory. (CLOSED TREE)
  246. # [01:28] * Parts: biesi (cbiesinger@559BF46C.6B10AC3.E2F59BBC.IP) (Leaving)
  247. # [01:28] * Joins: biesi (cbiesinger@559BF46C.6B10AC3.E2F59BBC.IP)
  248. # [01:29] * hwine|afk is now known as hwine
  249. # [01:29] * Joins: mshal (mshal@moz-D5CACB19.washdc.fios.verizon.net)
  250. # [01:31] * Quits: pnkfelix (pnkfelix@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net) (Ping timeout)
  251. # [01:32] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  252. # [01:32] * Joins: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP)
  253. # [01:34] * joduinn-mtg is now known as joduinn-brb
  254. # [01:34] <benjamin> how does one reopen the tre , btw?
  255. # [01:34] * Joins: lizzard (ehenry@moz-606E6FC0.dsl.static.sonic.net)
  256. # [01:35] <dholbert> benjamin, https://treestatus.mozilla.org/
  257. # [01:35] <dholbert> benjamin, it requires BrowserID/Persona login to close/reopen; if you aren't on the whitelist, it won't let you, IIRC
  258. # [01:35] <dholbert> benjamin, (though you can ping edmorley to get on the whitelist)
  259. # [01:36] * Joins: biesi_ (cbiesinger@E91A4D72.6B10AC3.E2F59BBC.IP)
  260. # [01:36] <dholbert> benjamin, I can reopen it on your behalf, if your backout resolved the thing that caused the closure
  261. # [01:36] * benjamin is 86% sure
  262. # [01:36] <jhammel> that's very precise :)
  263. # [01:37] * Joins: biesi__ (cbiesinger@moz-48E61CD.snc1.tfbnw.net)
  264. # [01:37] <dholbert> OK, reopened
  265. # [01:37] <seth> we need a confidence interval here
  266. # [01:37] <jhammel> +/- 207%
  267. # [01:38] * Quits: biesi_ (cbiesinger@E91A4D72.6B10AC3.E2F59BBC.IP) (Ping timeout)
  268. # [01:38] <froydnj> jhammel: run for your liiiiiife
  269. # [01:38] * Quits: ehugg_lime (ehugg_lime@moz-3605680.mycingular.net) (Ping timeout)
  270. # [01:38] <Waldo> leeeeeroy jeeeenkins
  271. # [01:39] <Waldo> at least we can checkin
  272. # [01:39] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/dc0625023dc0 - Dão Gottwald - Bug 820799 - Set the lastSelected property to an empty string rather than null, since the latter stringifies to 'null'. r=neil
  273. # [01:39] <froydnj> Waldo must be 207% confident
  274. # [01:39] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/4cb7e17d0e3d - Dão Gottwald - Bug 263433 - 'text-link' XUL widget should open tabs rather than windows. r=enn
  275. # [01:39] <froydnj> or maybe just 55.3%
  276. # [01:39] <Waldo> repeating!
  277. # [01:39] <benjamin> +- 20%
  278. # [01:39] <benjamin> thanks
  279. # [01:40] * Joins: FabioMagnoni (fabiomagno@926368C8.33C6581A.B65F468E.IP)
  280. # [01:40] * Joins: jet_ (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net)
  281. # [01:40] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  282. # [01:40] * Quits: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu) (Ping timeout)
  283. # [01:41] * Joins: biesi_ (cbiesinger@moz-48E61CD.snc1.tfbnw.net)
  284. # [01:41] * whimboo is now known as whimboo|afk
  285. # [01:41] * Quits: biesi__ (cbiesinger@moz-48E61CD.snc1.tfbnw.net) (Ping timeout)
  286. # [01:42] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c6568365b0ec - Brian Hackett - Bug 820873 - Don't eliminate resume point uses of nodes which flow to phis, r=dvander
  287. # [01:42] * Quits: coop|afk (Chris@moz-FC611904.dsl.bell.ca) (Ping timeout)
  288. # [01:42] * Quits: karl (karl@moz-C433B975.jetstream.xtra.co.nz) (Ping timeout)
  289. # [01:43] * ewong|away is now known as ewong
  290. # [01:44] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  291. # [01:44] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/04b23376b9c3 - Gregor Wagner - Bug 821484 - ASSERTION: mDone shouldn't have been set to true already!: '!mDone', file dom/base/DOMRequest.cpp, line 113. r=sicking
  292. # [01:44] * Quits: myk (myk@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  293. # [01:45] * Joins: coop (Chris@moz-400FD9C3.dsl.bell.ca)
  294. # [01:45] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/9585e38ed39d - Ehsan Akhgari - Bug 821358 - Port the trace-malloc Windows TLS macros to DMD; r=njn
  295. # [01:46] * Quits: FabioMagnoni (fabiomagno@926368C8.33C6581A.B65F468E.IP) (Quit: FabioMagnoni)
  296. # [01:48] * Joins: jesup_ (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  297. # [01:48] * Quits: Mossop (mossop@2557E599.66715431.D25A875A.IP) (Ping timeout)
  298. # [01:48] * Joins: dao (dao@moz-DE32E385.superkabel.de)
  299. # [01:49] * geekboy is now known as geekboy|afk
  300. # [01:49] * Joins: espindola (espindola@moz-85711076.dsl.teksavvy.com)
  301. # [01:50] * Joins: myk (myk@moz-BE33DA21.fw1.sfo1.mozilla.net)
  302. # [01:50] * Joins: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net)
  303. # [01:52] <Waldo> ehsan: why doesn't the DMD stuff ^ use ThreadLocal, since it looks at a glance like it could?
  304. # [01:52] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b9a891c0a6e7 - Dan Mosedale - Bug 819825, fix ICE/STUN crash on Android by null-checking setlocale(), r=abr
  305. # [01:52] <@ehsan> Waldo: not sure
  306. # [01:52] * Quits: sicking (sicking@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: sicking)
  307. # [01:52] * joduinn-brb is now known as joduinn
  308. # [01:53] * Quits: jesup_ (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net) (Ping timeout)
  309. # [01:53] <ewong> blues don't need to be starred, right?
  310. # [01:54] <Waldo> just retriggered, as I understand it
  311. # [01:54] * Quits: bdahl (bdahl@moz-BE33DA21.fw1.sfo1.mozilla.net) (Client exited)
  312. # [01:55] * baku is now known as baku|away
  313. # [01:55] * Quits: @ehsan (ehsan@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  314. # [01:55] <dholbert> blue is auto-retriggered, so no action needs to be taken
  315. # [01:55] <ewong> oh ok.
  316. # [01:55] * Quits: jet (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: jet)
  317. # [01:55] * jet_ is now known as jet
  318. # [01:55] <dholbert> (unless you get like 10 of them in a row, in case something's wrong and you'd want to alert #build)
  319. # [01:55] <dholbert> *in which case
  320. # [01:56] * Joins: ehugg_lime (ehugg_lime@moz-3605680.mycingular.net)
  321. # [01:56] * Quits: tanvi (tanvi@2557E599.66715431.D25A875A.IP) (Quit: Leaving.)
  322. # [01:56] * Joins: jgilbert (jgilbert@2557E599.66715431.D25A875A.IP)
  323. # [01:56] * Quits: nattokirai (nattokirai@moz-348F61F0.mozilla.or.jp) (Quit: nattokirai)
  324. # [01:57] * Joins: nattokirai (nattokirai@moz-4B5534A0.mozilla.or.jp)
  325. # [01:58] * Quits: cabanier (cabanier@moz-6A1F2F2C.hsd1.wa.comcast.net) (Quit: Leaving.)
  326. # [01:59] * Quits: dao (dao@moz-DE32E385.superkabel.de) (Quit: Leaving.)
  327. # [01:59] <ewong> dholbert: I'm now looking at m-i.. there's a lot of stuff that aren't starred.. is that normal/usual?
  328. # [01:59] * geekboy|afk is now known as geekboy
  329. # [01:59] <dholbert> ewong, somewhat usual for m-i
  330. # [01:59] * Quits: sworkman (sworkman@2557E599.66715431.D25A875A.IP) (Quit: sworkman)
  331. # [01:59] <dholbert> ewong, technically on mozilla-central, you're supposed to star everything before you push
  332. # [02:00] <dholbert> on mozilla-inbound, there is no such rule -- it's more like "don't push on top of clearly-broken stuff"
  333. # [02:00] * Joins: pnkfelix (pnkfelix@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net)
  334. # [02:00] <dholbert> and we star inbound on an as-needed / volunteers-who-are-awesome basis
  335. # [02:01] <dholbert> ewong, tl;dr: on inbound, starring is encouraged but not required
  336. # [02:01] * Quits: Wevah (Wevah@moz-E56F151E.stcd.qwest.net) (Quit: Wevah)
  337. # [02:01] <ewong> dholbert: thanks!
  338. # [02:01] * Joins: Wevah (Wevah@moz-E56F151E.stcd.qwest.net)
  339. # [02:01] <dholbert> ewong, there's currently a bunch of orange on inbound that's fixed by by a backout, I think
  340. # [02:02] <dholbert> ewong, so that might be what you're seeing, too
  341. # [02:02] <dholbert> ewong, no prob
  342. # [02:03] <ewong> dholbert: I'm looking at a Linux pgo M-2 orange on https://tbpl.mozilla.org/?tree=Mozilla-Inbound&rev=2a929d0c5233 and I've seen it before somewhere..
  343. # [02:03] <ewong> with so many pushes.. losing track of where I've seen bugs
  344. # [02:04] * Joins: sworkman (sworkman@2557E599.66715431.D25A875A.IP)
  345. # [02:05] <dholbert> ewong, you can probably find where you've seen it before by visiting https://bugzilla.mozilla.org/query.cgi?query_format=advanced&;resolution= and searching the test name and error message
  346. # [02:05] * Quits: dzbarsky (Adium@moz-107E3F8F.wireless-pennnet.upenn.edu) (Quit: Leaving.)
  347. # [02:05] <dholbert> ewong, probably searching the "Comment" field
  348. # [02:05] <dholbert> (and leaving everything else in that search page @ default values)
  349. # [02:06] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/8a72b2a22450 - Chris AtLee - Bug 821131: Update unagi kernel. r=mwu DONTBUILD because NPOTB (nightlies only)
  350. # [02:06] <dholbert> ewong, it looks like the push right after that one has the same failure on Linux opt, FWIW. (but not linux64 opt)
  351. # [02:07] * Quits: myk (myk@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  352. # [02:07] * Quits: pnkfelix (pnkfelix@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net) (Ping timeout)
  353. # [02:08] * Quits: ehugg_lime (ehugg_lime@moz-3605680.mycingular.net) (Client exited)
  354. # [02:09] <ewong> dholbert: strange.. I don't see an orange Linux opt M on the next push
  355. # [02:10] * Joins: hub (hub@CAB30FBD.8F96AEA7.2D179A7D.IP)
  356. # [02:10] <dholbert> ewong, https://tbpl.mozilla.org/?tree=Mozilla-Inbound&rev=0ad5a4247d71
  357. # [02:10] * Joins: yury (yury@moz-68731345.ok.ok.cox.net)
  358. # [02:12] <ewong> oooh.. now I see where you are..
  359. # [02:12] * Joins: ehugg (chatzilla@moz-44D86B1E.cisco.com)
  360. # [02:12] * Quits: redfive (chatzilla@CAB81766.4502AAFB.4989C8B.IP) (Ping timeout)
  361. # [02:13] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/7878092679cf - Josh Matthews - Date: Mon Dec 10 00:16:09 2012 -0500
  362. # [02:13] * geekboy is now known as geekboy|afk
  363. # [02:13] <dholbert> jdm, nice commit message :)
  364. # [02:13] <jdm> arrrrrrrrrrrgh
  365. # [02:14] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  366. # [02:14] * dhylands is now known as dhylands|gym
  367. # [02:15] <ewong> so with the backouts.. I should ignore any of the builds prior to the backout since that build supercedes them, right?
  368. # [02:16] * jlebar|dinner is now known as jlebar
  369. # [02:16] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Ping timeout)
  370. # [02:16] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/2cf3cca4171e - Jason Orendorff - Tests for bug 744731, which luke accidentally fixed in rev b863ef9946b8. no_r=just-passing-tests.
  371. # [02:17] <dholbert> ewong, for what purpose?
  372. # [02:17] <dholbert> ewong, just for determining whether the tree is in a good state?
  373. # [02:17] <dholbert> or for determining what to star, if you're starring stuff? or what?
  374. # [02:17] <ewong> dholbert: yeah. to check if the tree is in a good state
  375. # [02:17] <dholbert> ewong, I think so, yeah
  376. # [02:17] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  377. # [02:17] <ewong> dholbert: actually.. a little bit of both
  378. # [02:18] <dholbert> ewong, so if you're sure that an orange was resolved by the backout, the convention is to star it with the changeset ID of the backout
  379. # [02:18] <dholbert> ewong, (as I did with my android reds)
  380. # [02:18] <dholbert> ewong, if you're not sure, though, better to leave it unstarred
  381. # [02:18] * Quits: Waldo (waldo@moz-7E986AF1.lodgenet.net) (Quit: ChatZilla 0.9.87-5.1450hg.fc17 [XULRunner 17.0.1/20121129151931])
  382. # [02:18] * catlee is now known as catlee-away
  383. # [02:18] <ewong> ah ok. thanks for the pointers dholbert
  384. # [02:19] * Quits: jhammel (jhammel@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: leaving)
  385. # [02:19] <dholbert> ewong, no prob!
  386. # [02:20] <ewong> dholbert: I suspect it will take me a while to understand all this.
  387. # [02:21] * Quits: gandalf (zbraniecki@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Computer has gone to sleep.)
  388. # [02:22] <dholbert> ewong, perhaps, but #developers is here to help. :)
  389. # [02:24] * AaronMT|AFK is now known as AaronMT
  390. # [02:24] * lsblakk is now known as lsblakk|afk
  391. # [02:24] <seth> dholbert: do i have to update the CID if i change a method on a class that's got a mozilla::Module::CIDEntry? i suspect so, right?
  392. # [02:24] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  393. # [02:25] * Quits: birtles (chatzilla@moz-348F61F0.mozilla.or.jp) (Ping timeout)
  394. # [02:25] * Quits: nattokirai (nattokirai@moz-4B5534A0.mozilla.or.jp) (Quit: nattokirai)
  395. # [02:26] * AutomatedTester is now known as AutomatedTester|AFK
  396. # [02:26] * Quits: hub (hub@CAB30FBD.8F96AEA7.2D179A7D.IP) (Ping timeout)
  397. # [02:26] * Joins: birtles (chatzilla@moz-4B5534A0.mozilla.or.jp)
  398. # [02:27] <ewong> there's a red B2G Panda opt that I'm not sure about..
  399. # [02:27] <ewong> for https://tbpl.mozilla.org/?tree=Mozilla-Inbound&rev=4cb7e17d0e3d
  400. # [02:28] * Quits: nhirata (anonymous@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: nhirata)
  401. # [02:28] * Quits: lizzard (ehenry@moz-606E6FC0.dsl.static.sonic.net) (Quit: lizzard)
  402. # [02:28] * Quits: Dagger (Dagger@moz-9AFCB530.cable.virginmedia.com) (Ping timeout)
  403. # [02:29] * Quits: cviecco (cviecco@2557E599.66715431.D25A875A.IP) (Input/output error)
  404. # [02:29] * Quits: WeirdAl (chatzilla@moz-D461843.ask.info) (Quit: ChatZilla 0.9.89 [Firefox 17.0.1/20121128204232])
  405. # [02:30] * Quits: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net) (Quit: jorendorff)
  406. # [02:31] <dholbert> seth, I'm not sure... I think I've only had to change a CID once, myself. But I suspect "yes"
  407. # [02:31] <dholbert> seth, by "change a method" do you mean "change a method signature"?
  408. # [02:31] <seth> dholbert: right
  409. # [02:31] <seth> dholbert: the Init method, no less =)
  410. # [02:32] <dholbert> pretty sure you'd need to update it then, yeah
  411. # [02:32] <seth> ok, will do. thanks!
  412. # [02:32] * Joins: brendan (brendaneic@moz-1A07509A.sub-70-199-66.myvzw.com)
  413. # [02:32] * Joins: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net)
  414. # [02:32] * Quits: @dveditz (dveditz@moz-CA4FEF00.hsd1.ca.comcast.net) (Quit: )
  415. # [02:33] * Joins: atsai (Conjuror@moz-99690620.hinet-ip.hinet.net)
  416. # [02:33] <ewong> dholbert: is there a policy on when to do a manual retrigger?
  417. # [02:34] * Joins: Conjuror (Conjuror@moz-99690620.hinet-ip.hinet.net)
  418. # [02:34] <dholbert> ewong, "when it might be useful", basically :)
  419. # [02:34] * Conjuror is now known as atsai|Z
  420. # [02:35] <dholbert> ewong, why do you want to do one? is there an orange that you're not sure if it's perma-orange or sporadic and you want to check?
  421. # [02:35] * Quits: romaxa (romaxa@670ACB81.66590CC0.4A6948F8.IP) (Ping timeout)
  422. # [02:35] * Quits: fabrice (fabrice@2557E599.66715431.D25A875A.IP) (Quit: Leaving.)
  423. # [02:35] * Joins: fabrice (fabrice@2557E599.66715431.D25A875A.IP)
  424. # [02:36] * Quits: spohl1 (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Quit: Leaving.)
  425. # [02:36] * Joins: pnkfelix (pnkfelix@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net)
  426. # [02:37] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
  427. # [02:37] * ChanServ sets mode: +o smaug
  428. # [02:37] <dholbert> ewong, in the red B2G build you mentioned above, I suspect it's an infra issue (or a sporadic thing), 'cause I don't think that push's "guilty" changes could've caused it
  429. # [02:38] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/65da8135423f - Benjamin Peterson - Bug 821469 - Don't start compression thread if not requested. r=billm
  430. # [02:38] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/bacea371020a - Matthew Gregan - Backed out changeset 0d1752cf4551 (landed on mozilla-beta when it should've landed on mozilla-b2g18) a=backout
  431. # [02:39] * Quits: hurley (hurley@moz-E76806A0.dsl.static.sonic.net) (Quit: Get MacIrssi - http://www.sysctl.co.uk/projects/macirssi/ )
  432. # [02:39] * Joins: romaxa (romaxa@670ACB81.66590CC0.4A6948F8.IP)
  433. # [02:40] * Quits: jet (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  434. # [02:41] * Quits: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  435. # [02:41] * Joins: lizzard (ehenry@moz-606E6FC0.dsl.static.sonic.net)
  436. # [02:41] * Quits: lizzard (ehenry@moz-606E6FC0.dsl.static.sonic.net) (Quit: lizzard)
  437. # [02:41] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  438. # [02:42] * Joins: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net)
  439. # [02:42] <ewong> dholbert: so would a retrigger work in this case?
  440. # [02:43] <dholbert> ewong, I'd expect it to
  441. # [02:43] * Quits: pnkfelix (pnkfelix@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net) (Ping timeout)
  442. # [02:43] * Quits: juanb (jbecerra@2557E599.66715431.D25A875A.IP) (Quit: juanb)
  443. # [02:43] <ewong> dholbert: so can I retrigger? I retriggered a tp yesterday and I've completely lost track of it..
  444. # [02:43] * Quits: milan (milan@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  445. # [02:43] <dholbert> ewong, sure
  446. # [02:44] * Quits: fabrice (fabrice@2557E599.66715431.D25A875A.IP) (Ping timeout)
  447. # [02:44] * Quits: biesi_ (cbiesinger@moz-48E61CD.snc1.tfbnw.net) (Ping timeout)
  448. # [02:44] <dholbert> ewong, to be clear: I'm not convinced ot
  449. # [02:45] <dholbert> *I'm not convinced it's useful to retrigger that particular job, given that there are green B2G builds after it
  450. # [02:45] <ewong> dholbert good point..
  451. # [02:45] <dholbert> but an investigatory retrigger here or there isn't a big deal
  452. # [02:45] <dholbert> and it's also arguably good to have results for every push, at least in theory
  453. # [02:45] * Joins: jet (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net)
  454. # [02:45] <ewong> doesn't seem to have any reaction to the retrigger button.
  455. # [02:46] * Joins: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  456. # [02:46] * Quits: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Quit: mkaply)
  457. # [02:46] <dholbert> ewong, strange. could be a tbpl bug
  458. # [02:47] <ewong> dholbert: or maybe tbpl is telling me 'don't bother'? :)
  459. # [02:47] <dholbert> heh
  460. # [02:47] * Quits: dbuc (dbuchner@2557E599.66715431.D25A875A.IP) (Quit: Leaving.)
  461. # [02:47] * dholbert gtg
  462. # [02:47] * Joins: nattokirai (nattokirai@moz-348F61F0.mozilla.or.jp)
  463. # [02:47] * jlebar is now known as jlebar|away
  464. # [02:47] <RyanVM> ewong: dholbert: bustage from bug 818045. retrigger through self-serve for now
  465. # [02:48] * Joins: dbuc (dbuchner@2557E599.66715431.D25A875A.IP)
  466. # [02:48] <dholbert> RyanVM, good to know, thanks
  467. # [02:48] * dholbert out
  468. # [02:48] * dholbert is now known as dholbert|afk
  469. # [02:48] <ewong> RyanVM: thanks
  470. # [02:48] <ewong> dholbert|afk: thanks!
  471. # [02:48] * Quits: gbrown (gbrown@moz-6075880C.cg.shawcable.net) (Ping timeout)
  472. # [02:49] * Quits: bnicholson (bnicholson@2557E599.66715431.D25A875A.IP) (Ping timeout)
  473. # [02:50] * Joins: dzbarsky (Adium@moz-59812CB1.hsd1.pa.comcast.net)
  474. # [02:50] * Quits: Mardak (Mardak@2557E599.66715431.D25A875A.IP) (Quit: Mardak)
  475. # [02:51] * Quits: StevenLee_ (chatzilla@moz-99690620.hinet-ip.hinet.net) (Client exited)
  476. # [02:53] * Quits: jet (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  477. # [02:53] * Joins: allstarschh (allstars@moz-99690620.hinet-ip.hinet.net)
  478. # [02:54] * Joins: Mardak (Mardak@2557E599.66715431.D25A875A.IP)
  479. # [02:54] * Quits: Mardak (Mardak@2557E599.66715431.D25A875A.IP) (Quit: Mardak)
  480. # [02:54] * Joins: devd (Name@moz-9DACDECA.cs.berkeley.edu)
  481. # [02:54] * Quits: dbuc (dbuchner@2557E599.66715431.D25A875A.IP) (Quit: Leaving.)
  482. # [02:55] * Quits: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  483. # [02:56] <joe> do you have to change the uuid of an interface if you add an an attribute to its list?
  484. # [02:56] <joe> eg
  485. # [02:56] * Joins: jesup_ (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  486. # [02:56] <joe> [scriptable, uuid...] to [scriptable, builtinclass, ...]
  487. # [02:56] * Quits: mccr8 (mccr8@2557E599.66715431.D25A875A.IP) (Quit: mccr8)
  488. # [02:56] * Joins: Mardak (Mardak@2557E599.66715431.D25A875A.IP)
  489. # [02:57] <devd> bsmith: http://notary.icsi.berkeley.edu/trust-tree/ is a nice visualization of our the CAs we see in our dataset
  490. # [02:57] * bc|afk is now known as bc
  491. # [02:57] * Joins: Dagger (Dagger@moz-9AFCB530.cable.virginmedia.com)
  492. # [02:57] * Joins: Mossop (mossop@moz-9CE00FC0.holiday-inn-express.mozilla.hq)
  493. # [02:57] <@gavin> joe: the attributes don't affect binary compatibility, so I would think not
  494. # [02:57] <devd> bsmith: you can click on each node and see further details like number of child certificates we saw
  495. # [02:57] * Joins: gbrown (gbrown@E3180D99.1265B4C.1F35243D.IP)
  496. # [02:57] * Joins: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net)
  497. # [02:58] * Joins: pnemsak (Miranda@moz-192A9791.orange.sk)
  498. # [02:58] * Quits: Mardak (Mardak@2557E599.66715431.D25A875A.IP) (Quit: Mardak)
  499. # [02:59] * Joins: StevenLee_ (chatzilla@moz-99690620.hinet-ip.hinet.net)
  500. # [03:00] * khuey is now known as khuey|away
  501. # [03:00] <bsmith> devd: wow, that's awesome
  502. # [03:00] <bsmith> I thoguht that you could not publish that data?
  503. # [03:03] * Joins: erikvold (erikvold@moz-33BF5BAF.gv.shawcable.net)
  504. # [03:04] * Joins: ehugg_lime (ehugg_lime@moz-3605680.mycingular.net)
  505. # [03:04] * Joins: karl (karl@538BABFE.A073F3E.97BBD552.IP)
  506. # [03:06] * Quits: cpearce (cpearce@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  507. # [03:06] * Joins: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  508. # [03:06] <devd> bsmith: I think the policy is
  509. # [03:06] * Quits: bent (chatzilla@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: ChatZilla 0.9.89-rdmsoft [XULRunner 1.9.2.19/20110707195905])
  510. # [03:07] <devd> if the same CAs exist in all our data sources
  511. # [03:07] <devd> then its fine
  512. # [03:07] <devd> or something like that .. this question is over my paygrade
  513. # [03:10] <firebot> Check-in:
  514. # [03:10] * Joins: bnicholson (bnicholson@moz-E98974C1.hsd1.ca.comcast.net)
  515. # [03:10] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/032490690d65 - Josh Matthews - Bug 819202 - Simplify the semantics of OpenBrowserWindow: new windows are public unless explicitly passed a 'private' option or global private browsing is in effect.
  516. # [03:10] <firebot> r=dao DONTBUILD
  517. # [03:10] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/0a05fb0f9add - Josh Matthews - Backed out changeset 7878092679cf (bug 819202)
  518. # [03:10] <@dolske> devd: I've seen that before! http://i.imgur.com/OjSXt.jpg
  519. # [03:10] <@dolske> didn't know my eye doctor was also playing in the crypto field...
  520. # [03:12] <devd> hahahahaha
  521. # [03:13] * Joins: pnkfelix (pnkfelix@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net)
  522. # [03:13] <devd> dolske: nope .. that image at least has some sense of order.
  523. # [03:13] <devd> dolske: the CA heirarchy is all anarchy :)
  524. # [03:14] <cjones> RyanVM, b2g18 is unhappy
  525. # [03:14] * Joins: milan (milan@F2D29657.F60B0462.67AC9B1.IP)
  526. # [03:14] * Quits: ehugg_lime (ehugg_lime@moz-3605680.mycingular.net) (Client exited)
  527. # [03:14] <RyanVM> cjones: yeah, pretty sure I know what's wrong
  528. # [03:14] * Quits: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  529. # [03:14] <cjones> cool
  530. # [03:14] <RyanVM> just running grep to make sure I don't miss any other possible ones
  531. # [03:15] <cjones> thanks for the epic uplift, btw :)
  532. # [03:15] <RyanVM> not done yet :P
  533. # [03:15] <RyanVM> that's only for bugs resolved through yesterday
  534. # [03:15] <RyanVM> just getting caught up
  535. # [03:15] <cjones> heh
  536. # [03:15] * Quits: @smaug (chatzilla@moz-78A86AC.pp.htv.fi) (Ping timeout)
  537. # [03:16] <RyanVM> (shocking, btw, that running grep on mozilla-b2g18 takes awhile)
  538. # [03:16] * RyanVM needs an SSD
  539. # [03:16] <RyanVM> this velociraptor just ain't enough
  540. # [03:17] * Quits: bajaj (Adium@2557E599.66715431.D25A875A.IP) (Quit: Leaving.)
  541. # [03:17] * jdm pictures RyanVM as the ultimate code cowboy riding a dinosaur
  542. # [03:17] * Joins: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net)
  543. # [03:17] <mjrosenb> RyanVM: it would be utterly spectacular if we linux had something like zfs's l2arc :(
  544. # [03:17] <RyanVM> mjrosenb: it's probably not helping my cause that I'm on Windows running this through msys
  545. # [03:18] * Quits: chewey (chewey@moz-8D16AAD6.dip0.t-ipconnect.de) (NickServ (GHOST command used by chewey_))
  546. # [03:18] <mjrosenb> msys?
  547. # [03:18] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
  548. # [03:18] * ChanServ sets mode: +o smaug
  549. # [03:18] * Joins: chewey (chewey@moz-AFDF7920.dip0.t-ipconnect.de)
  550. # [03:18] * Quits: jdm (jdm@F2D29657.F60B0462.67AC9B1.IP) (Quit: Lost terminal)
  551. # [03:19] * Quits: bholley (anonymous@moz-FCAF9AAB.hsd1.ca.comcast.net) (Quit: bholley)
  552. # [03:19] * Quits: pnkfelix (pnkfelix@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net) (Ping timeout)
  553. # [03:20] * Quits: milan (milan@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  554. # [03:20] <RyanVM> mjrosenb: sorta cygwin
  555. # [03:20] <mjrosenb> ahh.
  556. # [03:21] <jgilbert> do we have a trinary data type?
  557. # [03:21] <mjrosenb> jgilbert: bool
  558. # [03:21] <jgilbert> mjrosenb: >>
  559. # [03:21] <mjrosenb> jgilbert: true, false and file_not_found.
  560. # [03:22] * kk1fff|home is now known as kk1fff
  561. # [03:22] <mjrosenb> yeah. as far as I can tell, nobody other than solaris and freebsd have the ability to cache data from your painfully slow 2tb spinning rust data store on your zippity fast heat infused electron trap
  562. # [03:23] * Quits: AaronMT (AaronMT@moz-5DF3A271.cpe.net.cable.rogers.com) (Quit: Textual IRC Client: www.textualapp.com)
  563. # [03:24] <jgilbert> depends what you want in terms of caching, I think
  564. # [03:24] * Joins: cpearce (cpearce@538BABFE.A073F3E.97BBD552.IP)
  565. # [03:25] <seth> l2arc kinda sounds similar to apple's fusion drive stuff, but i don't know much about either
  566. # [03:26] <seth> although actually i think fusion drive actually moves the data, rather than just caching
  567. # [03:26] * hwine is now known as hwine-zzz
  568. # [03:26] * Quits: brendan (brendaneic@moz-1A07509A.sub-70-199-66.myvzw.com) (Quit: brendan)
  569. # [03:27] <RyanVM> aki: ping
  570. # [03:27] <aki> RyanVM: pong
  571. # [03:27] * Joins: mconley (mconley@D4B46A36.8C6552CA.6816E6B7.IP)
  572. # [03:27] * heycam is now known as heycam|away
  573. # [03:27] <RyanVM> aki: b2g18 is burning on b2g builds with what appears to be a harness issue
  574. # [03:27] * joduinn is now known as joduinn-afk
  575. # [03:27] <RyanVM> (the Bg reds)
  576. # [03:27] * Quits: jesup_ (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net) (Ping timeout)
  577. # [03:28] <aki> why do you think it's a harness issue?
  578. # [03:28] * Quits: devd (Name@moz-9DACDECA.cs.berkeley.edu) (Quit: leaving)
  579. # [03:28] <aki> the kernel update + large merge would seem suspect
  580. # [03:30] <RyanVM> aki: IOError: Can't find None in ['.', '/builds/slave/m-b2g18-linux32-g/mozharness/scripts/../configs', '/builds/slave/m-b2g18-linux32-g/mozharness/scripts/../../configs']!
  581. # [03:30] <RyanVM> it's dying before it even starts building
  582. # [03:30] <aki> a number of these aren't even using mozharness
  583. # [03:30] <RyanVM> and the kernel update is nightly only
  584. # [03:31] <RyanVM> ignore the non-Bg reds
  585. # [03:31] * @bz_away thinks EqualsIgnoreASCIICase is buggy
  586. # [03:31] * @bz_away is trying to verify via building now, but....
  587. # [03:31] * bz_away is now known as bz
  588. # [03:31] <RyanVM> aki: the non-Bg reds were bustage from the big push
  589. # [03:31] <@bz> That's kinda scary, if so
  590. # [03:31] * Quits: Mook_as (mook@moz-1FCC0032.activestate.com) (Quit: Mook_as)
  591. # [03:31] <RyanVM> aki: should be fixed now
  592. # [03:31] <jgilbert> bz: no kidding
  593. # [03:31] <aki> https://tbpl.mozilla.org/php/getParsedLog.php?id=17926170&tree=Mozilla-B2g18&full=1 doesn't have that error?
  594. # [03:31] <aki> RyanVM: please link me to a log
  595. # [03:31] <jgilbert> bz: do we not have test coverage for it?
  596. # [03:32] <@bz> well
  597. # [03:32] <@bz> We might
  598. # [03:32] <@bz> but it's only buggy with certain kinds of inputs
  599. # [03:32] <@bz> At least if I'm right about it being buggy
  600. # [03:32] <@bz> And we might not have been hitting it with those
  601. # [03:32] <@bz> Until I tried to use it in attr value compares today.... ;)
  602. # [03:32] <aki> aha, found it
  603. # [03:33] * @bz looks for an existing consumer
  604. # [03:33] <aki> RyanVM: ok, looks like the brand new builds from https://bugzilla.mozilla.org/show_bug.cgi?id=821401 are burning
  605. # [03:33] <aki> i'll hide and fix
  606. # [03:33] <bsmith> devd: you should consider relabling "inbound links" and "outbound links"
  607. # [03:33] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  608. # [03:33] * Quits: sewardj (sewardj@moz-DC2051D3.dip.t-dialin.net) (Ping timeout)
  609. # [03:34] <bsmith> .g. "Signed by" and "issues sub-CAs"
  610. # [03:36] <RyanVM> aki: thanks :)]
  611. # [03:37] <RyanVM> cjones: I've got 11 more to uplift, but it's 9:40 here. I can watch the tree for awhile, but won't be around to wait for tests to finish. Will you be around?
  612. # [03:37] * Quits: jimm (jmathies@moz-7F164CA1.pn.at.cox.net) (Quit: )
  613. # [03:37] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  614. # [03:37] * Quits: Optimizer (Optimizer@FEFCFEDD.E998EF1.BE90E62C.IP) (Ping timeout)
  615. # [03:38] * Quits: birtles (chatzilla@moz-4B5534A0.mozilla.or.jp) (Ping timeout)
  616. # [03:38] <@smaug> bsmith: "desktop configures a computer"? Is that "desktop" some team withing MoCo ?
  617. # [03:38] * Joins: birtles (chatzilla@moz-348F61F0.mozilla.or.jp)
  618. # [03:39] <bsmith> smaug: yes, desktop support. Sorry for the jargon
  619. # [03:39] * Joins: cviecco (cviecco@moz-2BC4CC72.hsd1.ca.comcast.net)
  620. # [03:39] <@smaug> bsmith: you know, there are non-moco employees here ;)
  621. # [03:39] * Quits: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net) (Ping timeout)
  622. # [03:40] <bsmith> :)
  623. # [03:40] <glob> happy bmo push day! http://globau.wordpress.com/2012/12/14/happy-bmo-push-day-23/
  624. # [03:41] * Quits: cviecco (cviecco@moz-2BC4CC72.hsd1.ca.comcast.net) (Ping timeout)
  625. # [03:41] * Quits: masayuki (Thunderbir@moz-66BDE38.ppp11.odn.ad.jp) (Ping timeout)
  626. # [03:41] <@bz> Oh, nevermind
  627. # [03:41] <@bz> I see what it's doing, ok
  628. # [03:41] <@bz> Hrm.
  629. # [03:41] * Joins: masayuki (Thunderbir@moz-66BDE38.ppp11.odn.ad.jp)
  630. # [03:41] * Joins: Optimizer (Optimizer@6AA8A9EF.7306E6CA.BE90E62C.IP)
  631. # [03:41] * @bz goes to look into why this testcase fails then
  632. # [03:42] * jedp is now known as jedp|mfbt
  633. # [03:42] * Quits: jedp|mfbt (jedp@moz-59C58F81.dsl.dynamic.sonic.net) (Quit: Computer has gone to sleep.)
  634. # [03:42] * Joins: fabrice (fabrice@moz-94F028C6.hsd1.ca.comcast.net)
  635. # [03:47] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  636. # [03:48] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  637. # [03:48] * Joins: DevHC (devhc@moz-91BE9568.pool.t-online.hu)
  638. # [03:48] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/4fb4bbc6b029 - Terrence Cole - Bug 821551 - Correctly root all callers of elementWriteIsDenseArray; r=billm
  639. # [03:49] * Joins: pnkfelix (pnkfelix@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net)
  640. # [03:50] * Quits: terrence (terrence@2557E599.66715431.D25A875A.IP) (Ping timeout)
  641. # [03:51] * Quits: jgriffin (jgriffin@moz-DD9CBA45.hsd1.wa.comcast.net) (Quit: jgriffin)
  642. # [03:51] * Joins: WG9s (bill@moz-7A06A043.hsd1.ma.comcast.net)
  643. # [03:53] * Joins: bholley (anonymous@moz-FCAF9AAB.hsd1.ca.comcast.net)
  644. # [03:56] * Quits: pnkfelix (pnkfelix@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net) (Ping timeout)
  645. # [03:56] * Quits: clee (clee@43CB6079.66715431.D25A875A.IP) (Quit: clee)
  646. # [03:58] * Quits: jammink (textual@2557E599.66715431.D25A875A.IP) (Quit: Computer has gone to sleep.)
  647. # [03:59] * Joins: nmatsakis (nmatsakis@AAE222A3.FDDA6739.2321E71E.IP)
  648. # [03:59] * Quits: erikvold (erikvold@moz-33BF5BAF.gv.shawcable.net) (Quit: erikvold)
  649. # [04:02] * Quits: rlewis (Thunderbir@moz-D47321EC.cable.virginmedia.com) (Ping timeout)
  650. # [04:04] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/0fb9ff76a177 - Nicholas D. Matsakis - Bug 820676: Remove unreachable basic blocks from the control flow graph in
  651. # [04:06] * mcote is now known as mcote|afk
  652. # [04:07] * Quits: WG9s (bill@moz-7A06A043.hsd1.ma.comcast.net) (Quit: ChatZilla 0.9.87-5.1450hg.fc17 [XULRunner 17.0.1/20121129151931])
  653. # [04:07] * Quits: @roc (chatzilla@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  654. # [04:07] * Quits: azakai (alon@2557E599.66715431.D25A875A.IP) (Ping timeout)
  655. # [04:08] * mattwoodrow is now known as mattwoodrow|away
  656. # [04:08] * Joins: roc (chatzilla@538BABFE.A073F3E.97BBD552.IP)
  657. # [04:08] * ChanServ sets mode: +o roc
  658. # [04:08] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  659. # [04:11] * Quits: dbradley (dbradley@7AD66899.7A60A104.52E8B953.IP) (Ping timeout)
  660. # [04:11] * dholbert|afk is now known as dholbert
  661. # [04:11] * Joins: sworkman_ (sworkman@2557E599.66715431.D25A875A.IP)
  662. # [04:11] * Joins: dbradley (dbradley@7AD66899.7A60A104.52E8B953.IP)
  663. # [04:12] * Joins: erikvold (erikvold@moz-33BF5BAF.gv.shawcable.net)
  664. # [04:12] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/f752f9d25631 - Shian-Yow Wu - Bug 818830 - B2G 3G: If we change APN name when data call is active, new data call cannot be established. r=vicamo
  665. # [04:13] * Quits: sworkman (sworkman@2557E599.66715431.D25A875A.IP) (Ping timeout)
  666. # [04:13] * Quits: sworkman_ (sworkman@2557E599.66715431.D25A875A.IP) (Ping timeout)
  667. # [04:14] * Joins: KaIRC (robert@moz-310A74D9.adsl.highway.telekom.at)
  668. # [04:14] * Quits: KaiRo_away (robert@moz-BC474452.adsl.highway.telekom.at) (Ping timeout)
  669. # [04:14] <RyanVM> wow, I'm in full-on moron mode tonight
  670. # [04:14] * Quits: glob (glob@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Leaving...)
  671. # [04:16] * Joins: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  672. # [04:17] * Joins: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net)
  673. # [04:18] <ewong> can't be worst than me if you're talking about starring..
  674. # [04:20] * Quits: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  675. # [04:20] * Quits: @smaug (chatzilla@moz-78A86AC.pp.htv.fi) (Ping timeout)
  676. # [04:21] * Joins: phx (Adium@DA386262.E8E44173.689607DE.IP)
  677. # [04:21] * Joins: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net)
  678. # [04:21] <RyanVM> ewong: i'm talking about the stupid number of times I've attempted to fix b2g18
  679. # [04:21] * Quits: cpeterson (cpeterson@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  680. # [04:21] * Quits: mreavy (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net) (Connection reset by peer)
  681. # [04:21] <njn> who knows about nsStackWalk.cpp, other than dbaron?
  682. # [04:21] <RyanVM> though I *think* i've got it this time
  683. # [04:22] <njn> espindola: ping?
  684. # [04:22] * Quits: Mossop (mossop@moz-9CE00FC0.holiday-inn-express.mozilla.hq) (Ping timeout)
  685. # [04:22] * Joins: mreavy (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  686. # [04:23] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
  687. # [04:23] * ChanServ sets mode: +o smaug
  688. # [04:24] * dhylands|gym is now known as dhylands
  689. # [04:25] * Joins: pnkfelix (pnkfelix@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net)
  690. # [04:26] <RyanVM> hah, and then something else breaks
  691. # [04:27] * Joins: jesup_ (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  692. # [04:28] <njn> espindola: never mind
  693. # [04:30] * Joins: jgilbert_ (jgilbert@2557E599.66715431.D25A875A.IP)
  694. # [04:31] * Quits: jgilbert (jgilbert@2557E599.66715431.D25A875A.IP) (Ping timeout)
  695. # [04:32] * Quits: pnkfelix (pnkfelix@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net) (Ping timeout)
  696. # [04:32] * Quits: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Connection reset by peer)
  697. # [04:32] * Quits: mshal (mshal@moz-D5CACB19.washdc.fios.verizon.net) (Ping timeout)
  698. # [04:33] * mattwoodrow|away is now known as mattwoodrow
  699. # [04:34] * heycam|away is now known as heycam
  700. # [04:35] * Joins: DevHC_ (devhc@moz-E8890961.dsl.pool.telekom.hu)
  701. # [04:35] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Quit: Leaving.)
  702. # [04:36] * Quits: DevHC (devhc@moz-91BE9568.pool.t-online.hu) (Ping timeout)
  703. # [04:39] * Quits: bsmith (bsmith@2557E599.66715431.D25A875A.IP) (Ping timeout)
  704. # [04:40] * nthomas is now known as nthomas|away
  705. # [04:40] * Quits: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  706. # [04:41] * Joins: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net)
  707. # [04:41] * Quits: pcwalton (pcwalton@2557E599.66715431.D25A875A.IP) (Quit: pcwalton)
  708. # [04:42] * Quits: jhopkins|afk (jhopkins@moz-216F9986.tb.shawcable.net) (Ping timeout)
  709. # [04:44] * Quits: Tommy (Tommy@moz-F7051E24.com) (Ping timeout)
  710. # [04:44] * Quits: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  711. # [04:46] * Joins: harth (harth@moz-3C999954.hsd1.ca.comcast.net)
  712. # [04:46] * Joins: sn0wb1rd_ (sn0wb1rd@moz-7DC12C05.sb.sd.cox.net)
  713. # [04:46] * Quits: jesup_ (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net) (Ping timeout)
  714. # [04:47] * Joins: bsmith (bsmith@2557E599.66715431.D25A875A.IP)
  715. # [04:47] * Joins: Tommy (Tommy@moz-F7051E24.com)
  716. # [04:48] * Quits: harth (harth@moz-3C999954.hsd1.ca.comcast.net) (Ping timeout)
  717. # [04:50] * Joins: harth (harth@moz-3C999954.hsd1.ca.comcast.net)
  718. # [04:50] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  719. # [04:54] * DevHC_ is now known as DevHC
  720. # [04:54] * Joins: cabanier (cabanier@moz-6A1F2F2C.hsd1.wa.comcast.net)
  721. # [04:54] <DevHC> bholley: troll
  722. # [04:55] <DevHC> there is no "clang 4"
  723. # [04:56] * Joins: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net)
  724. # [04:56] * Quits: harth (harth@moz-3C999954.hsd1.ca.comcast.net) (Ping timeout)
  725. # [04:56] * Quits: sn0wb1rd_ (sn0wb1rd@moz-7DC12C05.sb.sd.cox.net) (Quit: sn0wb1rd_)
  726. # [04:56] <espindola> njn: pong anyway :-)
  727. # [04:57] * Quits: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP) (Quit: Computer has gone to sleep.)
  728. # [04:58] * mattwoodrow is now known as mattwoodrow|away
  729. # [04:59] * Joins: ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP)
  730. # [04:59] * ChanServ sets mode: +o ehsan
  731. # [04:59] * Quits: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  732. # [04:59] <njn> espindola: take a look at bug 821577 if you're curious
  733. # [04:59] * Quits: gwagner (gwagner@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: gwagner)
  734. # [05:00] <njn> espindola: I think I reached a reasonable fix
  735. # [05:01] * Joins: pnkfelix (pnkfelix@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net)
  736. # [05:01] * Joins: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net)
  737. # [05:02] * Joins: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net)
  738. # [05:02] <espindola> gosh, I need to bring stuff back in cache for that
  739. # [05:02] <espindola> when do you get to hang?
  740. # [05:03] <espindola> I mean, there is a stack on the bug, but what do you have to do to reproduce it?
  741. # [05:03] * Quits: @ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP) (Input/output error)
  742. # [05:03] <espindola> njn: in any case, I hope if you don't mind if I look at it next week (Monday)
  743. # [05:03] * Quits: GinaYeh (GinaYeh@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  744. # [05:04] * Joins: surkov (surkov@1D099191.75504D41.E17943EE.IP)
  745. # [05:04] * Joins: harth (harth@moz-F41EB074.hsd1.ca.comcast.net)
  746. # [05:04] <njn> espindola: just run it in a tip build, instructions are here: https://wiki.mozilla.org/Performance/MemShrink/DMD
  747. # [05:05] <njn> espindola: my patch works, so your input isn't crucial, AFAICt
  748. # [05:05] * Quits: cilias (cilias@moz-D8CAF7D8.cpe.net.cable.rogers.com) (Quit: cilias)
  749. # [05:06] * Quits: RyanVM (RyanVM@moz-148999FE.phlapa.fios.verizon.net) (Quit: ChatZilla 0.9.89 [Firefox 20.0a1/20121206170546])
  750. # [05:08] * Quits: pnkfelix (pnkfelix@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net) (Ping timeout)
  751. # [05:08] * Joins: GinaYeh (GinaYeh@moz-99690620.hinet-ip.hinet.net)
  752. # [05:08] * Quits: harth (harth@moz-F41EB074.hsd1.ca.comcast.net) (Ping timeout)
  753. # [05:08] * Quits: andreasn (andreasn@moz-FD3F641F.a336.priv.bahnhof.se) (Ping timeout)
  754. # [05:11] * Joins: cviecco (cviecco@moz-2BC4CC72.hsd1.ca.comcast.net)
  755. # [05:12] * Quits: ehugg (chatzilla@moz-44D86B1E.cisco.com) (Quit: ChatZilla 0.9.89 [Firefox 17.0.1/20121129162756])
  756. # [05:12] * Quits: @smaug (chatzilla@moz-78A86AC.pp.htv.fi) (Ping timeout)
  757. # [05:13] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/babbf864b10c - Rafael Ávila de Espíndola - Bug 815709 - Shutdown time is read in the main thread. r=vladan.
  758. # [05:14] * Quits: bsmith (bsmith@2557E599.66715431.D25A875A.IP) (Ping timeout)
  759. # [05:14] * heycam is now known as heycam|away
  760. # [05:16] * Joins: bsmith (bsmith@2557E599.66715431.D25A875A.IP)
  761. # [05:16] * Quits: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: seth)
  762. # [05:19] * Quits: cviecco (cviecco@moz-2BC4CC72.hsd1.ca.comcast.net) (Connection reset by peer)
  763. # [05:19] * Joins: harth (harth@moz-F41EB074.hsd1.ca.comcast.net)
  764. # [05:19] * Joins: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  765. # [05:22] * Quits: harth (harth@moz-F41EB074.hsd1.ca.comcast.net) (Ping timeout)
  766. # [05:25] * heycam|away is now known as heycam
  767. # [05:25] * mcpherrin is now known as mm
  768. # [05:25] * Joins: biesi_ (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net)
  769. # [05:26] * mm is now known as mimcpher
  770. # [05:26] * Joins: RyanVM (RyanVM@moz-148999FE.phlapa.fios.verizon.net)
  771. # [05:26] * mimcpher is now known as mcpherrin
  772. # [05:26] * Joins: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net)
  773. # [05:26] * Quits: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net) (Input/output error)
  774. # [05:27] * Quits: RyanVM (RyanVM@moz-148999FE.phlapa.fios.verizon.net) (Quit: ChatZilla 0.9.89 [Firefox 20.0a1/20121206170546])
  775. # [05:27] * Joins: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net)
  776. # [05:28] * Joins: harth (harth@moz-F41EB074.hsd1.ca.comcast.net)
  777. # [05:28] * Quits: Optimizer (Optimizer@6AA8A9EF.7306E6CA.BE90E62C.IP) (Ping timeout)
  778. # [05:29] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/916f6915112d - Randell Jesup - Bug 806375: cleanup DataChannel, esp. channel close and connection shutdown r=mcmanus
  779. # [05:29] * Quits: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net) (Input/output error)
  780. # [05:30] * sheeri-afk is now known as sheeri
  781. # [05:30] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/042b44652822 - Wesley Johnston - Bug 715258 - Favicons are of low quality for local/internal pages
  782. # [05:32] * Joins: Optimizer (Optimizer@177DB137.68061386.D2D1FAF0.IP)
  783. # [05:37] * sheeri is now known as sheeri-afk
  784. # [05:37] * Joins: pnkfelix (pnkfelix@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net)
  785. # [05:38] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  786. # [05:40] * Joins: twi (Adium@moz-12EC5C5D.ip243.fastwebnet.it)
  787. # [05:40] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/21362f7ca849 - Mark Hammond - Bug 820489 - don't remove the sidebar origin attribute before unload. r=gavin
  788. # [05:41] * Joins: Mardak (Mardak@moz-4FA48382.hsd1.ca.comcast.net)
  789. # [05:43] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/6a0ed6484811 - Brian Smith - Bug 772365, Part 3: Add B2G-specific customizations to NSS certificate trust database with tests, r=rrelyea r=honzab
  790. # [05:43] <firebot> http://hg.mozilla.org/mozilla-central/rev/b11065872128 - Brian Smith - Bug 772365, Part 4: Check JAR signature during packaged app installation, r=anygregor
  791. # [05:44] * Quits: pnkfelix (pnkfelix@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net) (Ping timeout)
  792. # [05:46] * Joins: pcwalton (pcwalton@moz-481A040C.hsd1.ca.comcast.net)
  793. # [05:46] * Joins: mshal (mshal@moz-D5CACB19.washdc.fios.verizon.net)
  794. # [05:48] * Joins: cviecco (cviecco@moz-2BC4CC72.hsd1.ca.comcast.net)
  795. # [05:48] * Parts: kentuckyfriedtakahe (ajones@538BABFE.A073F3E.97BBD552.IP)
  796. # [05:49] * Quits: cpearce (cpearce@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  797. # [05:49] * Joins: Mossop (mossop@moz-9CE00FC0.holiday-inn-express.mozilla.hq)
  798. # [05:53] * Joins: sn0wb1rd_ (sn0wb1rd@moz-7DC12C05.sb.sd.cox.net)
  799. # [05:55] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  800. # [05:55] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  801. # [05:56] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Ping timeout)
  802. # [05:58] * joduinn-afk is now known as joduinn-home
  803. # [05:58] * jcranmer is now known as jcranmer|away
  804. # [05:59] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  805. # [06:00] * Quits: erikvold (erikvold@moz-33BF5BAF.gv.shawcable.net) (Quit: erikvold)
  806. # [06:00] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/f4beffe262c5 - Jim Blandy - Bug 820692: JS GDB pretty-printers: find enum values correctly, whether GDB stores them as .bitpos or .enumval. DONTBUILD r=sfink
  807. # [06:02] * Joins: vigneshwaran (vigneshwar@FC0B83FD.138D8F1E.FD6A0EFF.IP)
  808. # [06:02] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Ping timeout)
  809. # [06:03] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  810. # [06:03] * heycam is now known as heycam|away
  811. # [06:05] * Quits: jgilbert_ (jgilbert@2557E599.66715431.D25A875A.IP) (Ping timeout)
  812. # [06:05] * Quits: pnemsak (Miranda@moz-192A9791.orange.sk) (Quit: pnemsak)
  813. # [06:05] * Quits: @roc (chatzilla@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  814. # [06:05] * Quits: mconley (mconley@D4B46A36.8C6552CA.6816E6B7.IP) (Input/output error)
  815. # [06:06] <mjrosenb> gah, jimb committed code without being online :(
  816. # [06:06] * Joins: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net)
  817. # [06:07] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  818. # [06:10] * Quits: espindola (espindola@moz-85711076.dsl.teksavvy.com) (Client exited)
  819. # [06:13] * Joins: pnkfelix (pnkfelix@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net)
  820. # [06:13] * heycam|away is now known as heycam
  821. # [06:14] * Joins: jhopkins (jhopkins@moz-216F9986.tb.shawcable.net)
  822. # [06:15] <mfinkle> jesup, problem on inbound?
  823. # [06:15] <jesup> mfinkle: looking
  824. # [06:16] * cjones is now known as cjones-brb
  825. # [06:16] <tbsaunde> I don't suppose there's someone around who knows a bit about xptinfo and xpconnect calling methods on native interfaces?
  826. # [06:18] <jesup> mfinkle: grrr. the anonymous enum issue... compiler rev difference (saw some patches go around to fix other instances of this in the last day - did they update compilers or default options?)
  827. # [06:18] * Joins: roc (chatzilla@538BABFE.A073F3E.97BBD552.IP)
  828. # [06:18] * ChanServ sets mode: +o roc
  829. # [06:19] <jesup> who's sheriffing?
  830. # [06:20] <jesup> I guess I'd better backout and respin. I believe the solution is just to cast the anonymous enums
  831. # [06:20] * Quits: pnkfelix (pnkfelix@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net) (Ping timeout)
  832. # [06:20] * Quits: harth (harth@moz-F41EB074.hsd1.ca.comcast.net) (Input/output error)
  833. # [06:21] * Quits: Mardak (Mardak@moz-4FA48382.hsd1.ca.comcast.net) (Quit: Mardak)
  834. # [06:22] <mjrosenb> speaking of breakage
  835. # [06:22] * Joins: harth (harth@moz-F41EB074.hsd1.ca.comcast.net)
  836. # [06:22] <mjrosenb> i've been running into this:
  837. # [06:22] <mjrosenb> make[3]: *** No rule to make target `.gdbinit', needed by `../dist/bin/.gdbinit'. Stop.
  838. # [06:22] <jesup> cute
  839. # [06:22] <jesup> I know there's a .gdbinit in the tree now
  840. # [06:22] <mjrosenb> yeah, I assume jimb added it, but he is not around
  841. # [06:23] * Joins: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  842. # [06:23] * Quits: harth (harth@moz-F41EB074.hsd1.ca.comcast.net) (Ping timeout)
  843. # [06:25] * Quits: MrMazda (fmcz@moz-A5D13CA.cable.mindspring.com) (Quit: ChatZilla 0.9.89 [SeaMonkey 2.7.2/20121116143250])
  844. # [06:25] * Quits: phx (Adium@DA386262.E8E44173.689607DE.IP) (Quit: Leaving.)
  845. # [06:26] * Joins: dveditz (dveditz@moz-CA4FEF00.hsd1.ca.comcast.net)
  846. # [06:26] * ChanServ sets mode: +o dveditz
  847. # [06:26] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/0685e3a994e0 - Randell Jesup - backout 916f6915112d bug 806375 for anonymous enum bustage on linux
  848. # [06:26] * Quits: biesi_ (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net) (Ping timeout)
  849. # [06:27] * Quits: KaIRC (robert@moz-310A74D9.adsl.highway.telekom.at) (Input/output error)
  850. # [06:29] * Joins: spohl1 (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  851. # [06:29] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Connection reset by peer)
  852. # [06:30] * Joins: jedp (jedp@moz-59C58F81.dsl.dynamic.sonic.net)
  853. # [06:30] * Quits: jhopkins (jhopkins@moz-216F9986.tb.shawcable.net) (Ping timeout)
  854. # [06:31] * Joins: Mardak (Mardak@moz-4FA48382.hsd1.ca.comcast.net)
  855. # [06:32] * Quits: spohl1 (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  856. # [06:33] * Quits: cviecco (cviecco@moz-2BC4CC72.hsd1.ca.comcast.net) (Input/output error)
  857. # [06:34] * Quits: Mardak (Mardak@moz-4FA48382.hsd1.ca.comcast.net) (Connection reset by peer)
  858. # [06:34] * Joins: Mardak (Mardak@moz-4FA48382.hsd1.ca.comcast.net)
  859. # [06:37] * Joins: tetreis (T3@moz-4EB17C41.dsl.telesp.net.br)
  860. # [06:37] * Quits: T3 (T3@moz-76FE1A48.dsl.telesp.net.br) (Connection reset by peer)
  861. # [06:40] * Quits: Mardak (Mardak@moz-4FA48382.hsd1.ca.comcast.net) (Quit: Mardak)
  862. # [06:41] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d9e54b62a5f5 - Nicholas D. Matsakis - Bug 820676: Minor improvement. r=luke
  863. # [06:48] * cjones-brb is now known as cjones
  864. # [06:48] * Joins: coyotebush (corey@moz-31CC2724.dsl.dynamic.sonic.net)
  865. # [06:49] * Joins: pnkfelix (pnkfelix@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net)
  866. # [06:52] * Quits: coyotebush (corey@moz-31CC2724.dsl.dynamic.sonic.net) (Ping timeout)
  867. # [06:53] * Joins: coyotebush (corey@moz-31CC2724.dsl.dynamic.sonic.net)
  868. # [06:55] * Quits: mchen (chatzilla@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  869. # [06:55] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  870. # [06:55] * Quits: azakai|far (alon@moz-8D0CC798.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  871. # [06:56] * Joins: Mardak (Mardak@moz-4FA48382.hsd1.ca.comcast.net)
  872. # [06:56] * Quits: pnkfelix (pnkfelix@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net) (Ping timeout)
  873. # [06:57] * Quits: coyotebush (corey@moz-31CC2724.dsl.dynamic.sonic.net) (Ping timeout)
  874. # [06:57] * Joins: coyotebush (corey@moz-2D845411.hsd1.ca.comcast.net)
  875. # [06:58] * Quits: dzbarsky (Adium@moz-59812CB1.hsd1.pa.comcast.net) (Ping timeout)
  876. # [06:59] * Joins: harth (harth@moz-F41EB074.hsd1.ca.comcast.net)
  877. # [06:59] * Joins: dzbarsky (Adium@moz-E8FD3032.phlapa.east.verizon.net)
  878. # [07:00] * Joins: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP)
  879. # [07:03] * Quits: @roc (chatzilla@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  880. # [07:05] * Quits: ctyler (chris@moz-A54458EA.proximity.on.ca) (Ping timeout)
  881. # [07:06] * Quits: njn (chatzilla@EAB453D1.66A1342A.2CC906FD.IP) (Quit: ChatZilla 0.9.89 [Firefox 20.0a1/20121211044709])
  882. # [07:07] * Quits: nrc (nrc@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  883. # [07:07] * Joins: ctyler (chris@moz-A54458EA.proximity.on.ca)
  884. # [07:15] * Quits: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net) (Quit: ehugg)
  885. # [07:18] * Quits: coyotebush (corey@moz-2D845411.hsd1.ca.comcast.net) (Quit: Leaving.)
  886. # [07:21] * Joins: clee (clee@moz-E3C0B5D0.hsd1.ca.comcast.net)
  887. # [07:24] * Quits: surkov (surkov@1D099191.75504D41.E17943EE.IP) (Quit: surkov)
  888. # [07:25] * Joins: pnkfelix (pnkfelix@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net)
  889. # [07:25] * Joins: m_kato (m_kato@moz-348F61F0.mozilla.or.jp)
  890. # [07:25] * Joins: azakai|far (alon@moz-8D0CC798.lightspeed.sntcca.sbcglobal.net)
  891. # [07:27] * Quits: harth (harth@moz-F41EB074.hsd1.ca.comcast.net) (Ping timeout)
  892. # [07:27] * Joins: harth (harth@moz-F41EB074.hsd1.ca.comcast.net)
  893. # [07:31] * Joins: DevHC_ (devhc@moz-F0587E65.dsl.pool.telekom.hu)
  894. # [07:32] * Quits: DevHC (devhc@moz-E8890961.dsl.pool.telekom.hu) (Ping timeout)
  895. # [07:32] * Quits: bsmith (bsmith@2557E599.66715431.D25A875A.IP) (Ping timeout)
  896. # [07:32] * Joins: gandalf (zbraniecki@moz-4F155DA6.hsd1.ca.comcast.net)
  897. # [07:32] * Quits: pnkfelix (pnkfelix@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net) (Ping timeout)
  898. # [07:32] * Joins: sicking (sicking@moz-7F871C5C.hsd1.ca.comcast.net)
  899. # [07:34] * Joins: jhorak (jhorak@moz-2EE9C9C3.cust.nbox.cz)
  900. # [07:34] * Quits: clee (clee@moz-E3C0B5D0.hsd1.ca.comcast.net) (Quit: clee)
  901. # [07:34] * Quits: nmatsakis (nmatsakis@AAE222A3.FDDA6739.2321E71E.IP) (Quit: Computer has gone to sleep.)
  902. # [07:35] * Joins: clee (clee@moz-E3C0B5D0.hsd1.ca.comcast.net)
  903. # [07:36] * Quits: bnicholson (bnicholson@moz-E98974C1.hsd1.ca.comcast.net) (Input/output error)
  904. # [07:39] * Joins: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de)
  905. # [07:40] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  906. # [07:43] * Quits: tchevalier (Thunderbir@moz-CF45248.w109-210.abo.wanadoo.fr) (Quit: tchevalier)
  907. # [07:43] * Joins: redfive (chatzilla@moz-21A15B2D.dsl.pltn13.pacbell.net)
  908. # [07:43] * Joins: cviecco (cviecco@moz-2BC4CC72.hsd1.ca.comcast.net)
  909. # [07:44] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  910. # [07:44] * Quits: jedp (jedp@moz-59C58F81.dsl.dynamic.sonic.net) (Quit: Computer has gone to sleep.)
  911. # [07:45] * Quits: cviecco (cviecco@moz-2BC4CC72.hsd1.ca.comcast.net) (Ping timeout)
  912. # [07:47] * Joins: erikvold (erikvold@moz-33BF5BAF.gv.shawcable.net)
  913. # [07:47] * Joins: MrMazda (fmcz@moz-A5D13CA.cable.mindspring.com)
  914. # [07:47] * Quits: pcwalton (pcwalton@moz-481A040C.hsd1.ca.comcast.net) (Quit: pcwalton)
  915. # [07:48] * Joins: wolfiR (wolfiR@moz-39EB643D.dip0.t-ipconnect.de)
  916. # [07:48] * Joins: pnemsak (Miranda@moz-BE85878E.citicom.sk)
  917. # [07:49] * Joins: maikmerten (merten@moz-E254386D.cs.uni-dortmund.de)
  918. # [07:51] * Quits: gandalf (zbraniecki@moz-4F155DA6.hsd1.ca.comcast.net) (Ping timeout)
  919. # [07:51] * Joins: gandalf (zbraniecki@moz-4F155DA6.hsd1.ca.comcast.net)
  920. # [07:54] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  921. # [07:54] * Quits: karl (karl@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  922. # [07:55] * Joins: eduardn (chatzilla@F633AEEC.B0C74DF7.54460F44.IP)
  923. # [07:57] * Joins: kennyluck (kennyluck@1F39F32E.5A6411A4.B720AEC8.IP)
  924. # [07:58] * Quits: decoder (quassel@moz-216446B9.own-hero.net) (Ping timeout)
  925. # [07:58] * Joins: decoder (quassel@moz-216446B9.own-hero.net)
  926. # [08:01] * Joins: pnkfelix (pnkfelix@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net)
  927. # [08:02] * Joins: victorporof (victorporo@87CAE4F1.BEB908B0.79933D60.IP)
  928. # [08:04] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  929. # [08:05] * Joins: TheOne (TheOne@moz-D58488C3.dfki.uni-kl.de)
  930. # [08:08] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d72d915e308b - Alexandre Lissy - Bug 819790 - Fix reading SPDI fail. r=vicamo
  931. # [08:08] * Quits: pnkfelix (pnkfelix@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net) (Ping timeout)
  932. # [08:08] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  933. # [08:09] * Joins: Optimizer1 (Instantbir@D4A3BB78.9CB844E6.AA3EB577.IP)
  934. # [08:09] <bholley> DevHC_: ?
  935. # [08:09] <bholley> DevHC_: Apple clang version 4.0 (tags/Apple/clang-421.0.60) (based on LLVM 3.1svn)
  936. # [08:10] <bholley> DevHC_: is my clang -v
  937. # [08:10] <@bz> bholley: Apple's versioning is a lie, more or less
  938. # [08:11] * bholley shrugs
  939. # [08:11] <@bz> bholley: The real version there is the "3.1svn"
  940. # [08:12] <@bz> bholley: afaict
  941. # [08:12] <@bz> but anyway
  942. # [08:12] * Joins: teoli (teoli@88F51059.F3BBB17D.144F44FA.IP)
  943. # [08:13] <@bz> bholley: we're so close on elements....
  944. # [08:13] <bholley> bz: nothing's waiting on me, is it?
  945. # [08:13] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d78361a315b3 - Patrick Wang - Bug 819862 - Adding SIM path for EF_SPDI and corresponding test. r=vicamo
  946. # [08:13] * Quits: Bas (chatzilla@moz-1568A577.ftth.concepts.nl) (Input/output error)
  947. # [08:13] <@bz> bholley: nope
  948. # [08:13] <@bz> bholley: the only thing involving you is the reparenting patch and its reviews
  949. # [08:13] <@bz> bholley: and it's not waiting on you at the moment.
  950. # [08:14] <bholley> bz: FWIW the SOW patch looks ok
  951. # [08:14] <bholley> bz: I didn't review it line by line
  952. # [08:14] <bholley> bz: I'm starting to really hate SOWs though
  953. # [08:14] <bholley> bz: I think I'm going to give the separate scope thing another shot
  954. # [08:16] <bholley> bz: I realized that we can probably run XBL in a sandbox with an nsExpandedPrincipal, wantXrays, and sandboxPrototype
  955. # [08:16] * heycam is now known as heycam|away
  956. # [08:16] <bholley> bz: effectively reusing a lot of existing machinery to do the heavy lifting
  957. # [08:18] * Quits: eduardn (chatzilla@F633AEEC.B0C74DF7.54460F44.IP) (Quit: ChatZilla 0.9.89 [Firefox 17.0.1/20121128204232])
  958. # [08:18] * Quits: MrMazda (fmcz@moz-A5D13CA.cable.mindspring.com) (Quit: ChatZilla 0.9.89 [SeaMonkey 2.7.2/20121116143250])
  959. # [08:22] * Parts: DevHC_ (devhc@moz-F0587E65.dsl.pool.telekom.hu) (Leavingx)
  960. # [08:25] * Joins: MrMazda (fmcz@moz-A5D13CA.cable.mindspring.com)
  961. # [08:26] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  962. # [08:27] <@bz> bholley: I would love that
  963. # [08:27] <@bz> bholley: because without it, we have to check for "wants SOWs" in the hot path in bindings. ;)
  964. # [08:27] <@bz> bholley: And that's just not acceptable.
  965. # [08:27] * baku|away is now known as baku
  966. # [08:28] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Quit: Leaving.)
  967. # [08:28] * Joins: past (Instantbir@moz-4160552A.dsl.dyn.forthnet.gr)
  968. # [08:28] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  969. # [08:29] * Joins: Ms2ger (Ms2ger@70BC834E.EAE0455B.3773EA9F.IP)
  970. # [08:29] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/7e94ee1930f4 - Boris Zbarsky - Bug 759621 test. No review, test only.
  971. # [08:32] * fabrice is now known as fabrice|zZz
  972. # [08:32] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/4fe60dd3d145 - Jim Mathies - Bug 789529 - Fix for updater tests can't find channel-prefs.js - move channel-prefs back to its gre subdir. r=glandium
  973. # [08:32] * Joins: karl (karl@moz-C433B975.jetstream.xtra.co.nz)
  974. # [08:32] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/6fe5b65e41ed - Mike Hommey - Bug 821182 - Get firefox executable from the directory service instead of guesswork from CurProcD. r=past
  975. # [08:32] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/a9f1337be665 - Mike Hommey - Bug 791694 - Use XRE_EXECUTABLE_FILE in browser shell instead of guesswork from NS_XPCOM_CURRENT_PROCESS_DIR and MOZ_APP_NAME. r=jimm
  976. # [08:32] * Quits: Mossop (mossop@moz-9CE00FC0.holiday-inn-express.mozilla.hq) (Ping timeout)
  977. # [08:33] * Joins: mchen (chatzilla@64AFFDBE.DB65E16A.A0E4A240.IP)
  978. # [08:33] * Joins: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  979. # [08:33] * Joins: spohl1 (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  980. # [08:33] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Connection reset by peer)
  981. # [08:34] * Joins: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  982. # [08:34] * Quits: spohl1 (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Connection reset by peer)
  983. # [08:34] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Connection reset by peer)
  984. # [08:37] * Quits: erikvold (erikvold@moz-33BF5BAF.gv.shawcable.net) (Quit: erikvold)
  985. # [08:37] * Joins: pnkfelix (pnkfelix@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net)
  986. # [08:40] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/3d898c39d05e - Trevor Saunders - bug 781409 - remove nsITableLayout r=roc,davidb
  987. # [08:42] * Quits: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net) (Ping timeout)
  988. # [08:43] * Quits: pnkfelix (pnkfelix@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net) (Ping timeout)
  989. # [08:44] * Joins: gcp (gcp@moz-D0E475EA.access.telenet.be)
  990. # [08:45] * Joins: teoli_ (teoli@88F51059.F3BBB17D.144F44FA.IP)
  991. # [08:45] * Quits: teoli (teoli@88F51059.F3BBB17D.144F44FA.IP) (Connection reset by peer)
  992. # [08:45] * Joins: ferjm (ferjm@moz-23947203.red-88-0-242.dynamicip.rima-tde.net)
  993. # [08:48] * Joins: stransky (stransky@moz-FB491625.net.upcbroadband.cz)
  994. # [08:48] * Joins: RealRaven (Thunderbir@D219CF1E.7F246BAB.C3498625.IP)
  995. # [08:48] * Quits: Hendikins (wolfox@moz-13914647.hhui4.ken.bigpond.net.au) (Ping timeout)
  996. # [08:49] * Joins: Hendikins (wolfox@moz-13914647.hhui4.ken.bigpond.net.au)
  997. # [08:51] * Quits: TheOne (TheOne@moz-D58488C3.dfki.uni-kl.de) (Quit: )
  998. # [08:51] * Joins: phx (Adium@DA386262.E8E44173.689607DE.IP)
  999. # [08:58] * Quits: maikmerten (merten@moz-E254386D.cs.uni-dortmund.de) (Ping timeout)
  1000. # [08:58] * Quits: gandalf (zbraniecki@moz-4F155DA6.hsd1.ca.comcast.net) (Quit: Good night and good luck)
  1001. # [08:59] * Quits: Ms2ger (Ms2ger@70BC834E.EAE0455B.3773EA9F.IP) (Quit: bbl)
  1002. # [09:00] * Quits: trevorh (trevor@moz-4BA77865.lns5.woo.bigpond.net.au) (Quit: Leaving.)
  1003. # [09:00] * mattwoodrow|away is now known as mattwoodrow
  1004. # [09:00] * Joins: maikmerten (merten@moz-E254386D.cs.uni-dortmund.de)
  1005. # [09:00] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Connection reset by peer)
  1006. # [09:04] * Quits: romaxa (romaxa@670ACB81.66590CC0.4A6948F8.IP) (Ping timeout)
  1007. # [09:07] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1008. # [09:07] * Joins: romaxa (romaxa@670ACB81.66590CC0.4A6948F8.IP)
  1009. # [09:07] * Joins: dao (dao@moz-DE32E385.superkabel.de)
  1010. # [09:11] * Quits: nattokirai (nattokirai@moz-348F61F0.mozilla.or.jp) (Quit: nattokirai)
  1011. # [09:13] * Joins: pnkfelix (pnkfelix@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net)
  1012. # [09:13] * bz is now known as bz_sleep
  1013. # [09:14] * Joins: martyn (martyn@moz-5E9CD98A.range86-165.btcentralplus.com)
  1014. # [09:15] * Quits: birtles (chatzilla@moz-348F61F0.mozilla.or.jp) (Quit: ChatZilla 0.9.89-rdmsoft [XULRunner 1.9.0.17/2009122204])
  1015. # [09:20] * Quits: pnkfelix (pnkfelix@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net) (Ping timeout)
  1016. # [09:21] * Joins: Goldorak (chatzilla@7CD1B470.2BC633E3.88CF6591.IP)
  1017. # [09:21] * Joins: milan (milan@F2D29657.F60B0462.67AC9B1.IP)
  1018. # [09:21] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  1019. # [09:22] * Quits: bholley (anonymous@moz-FCAF9AAB.hsd1.ca.comcast.net) (Quit: bholley)
  1020. # [09:23] * whimboo|afk is now known as whimboo
  1021. # [09:23] * Quits: dzbarsky (Adium@moz-E8FD3032.phlapa.east.verizon.net) (Quit: Leaving.)
  1022. # [09:23] * AutomatedTester|AFK is now known as AutomatedTester
  1023. # [09:23] * Joins: TheOne (TheOne@moz-D58488C3.dfki.uni-kl.de)
  1024. # [09:24] * AutomatedTester is now known as AutomatedTester|AFK
  1025. # [09:24] * Quits: @dveditz (dveditz@moz-CA4FEF00.hsd1.ca.comcast.net) (Ping timeout)
  1026. # [09:24] * Joins: Stan (Stan@moz-5AC974F5.dip.t-dialin.net)
  1027. # [09:25] * Joins: dzbarsky (Adium@moz-E8FD3032.phlapa.east.verizon.net)
  1028. # [09:25] * Quits: Stan_ (Stan@moz-7ADD4A5D.dip.t-dialin.net) (Ping timeout)
  1029. # [09:27] * Quits: milan (milan@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  1030. # [09:31] <glandium> tbsaunde: you broke my build
  1031. # [09:32] <glandium> (local build), with 5aed5087fb7b
  1032. # [09:34] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/fe5784e9e50b - Randell Jesup - Bug 806375: cleanup DataChannel, esp. channel close and connection shutdown r=mcmanus
  1033. # [09:34] <@bz_sleep> glandium: what's broken?
  1034. # [09:34] <glandium> bz_sleep: linking libxul.so, because of a symbol not found
  1035. # [09:35] * Joins: pascalc (chatzilla@moz-446F98C8.fbxo.proxad.net)
  1036. # [09:35] <NeilAway> mjrosenb++
  1037. # [09:35] <glandium> bz_sleep: I'm testing this: http://www.pastebin.mozilla.org/1994429
  1038. # [09:35] * Joins: surkov (surkov@1D099191.75504D41.E17943EE.IP)
  1039. # [09:36] <@gavin> glandium: you should file a bug, mano and mak were seeing the same
  1040. # [09:37] * Quits: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP) (Quit: Computer has gone to sleep.)
  1041. # [09:37] <@bz_sleep> glandium: er
  1042. # [09:37] <@bz_sleep> glandium: Which symbol is not found?
  1043. # [09:38] <@bz_sleep> glandium: making that an NS_IMETHOD should so not be necessary...
  1044. # [09:38] <@gavin> for marco, it was nsIDOMCSSStyleDeclaration::GetPropertyCSSValue
  1045. # [09:38] <glandium> bz_sleep: the problem is in the .cpp, actually
  1046. # [09:38] * Quits: harth (harth@moz-F41EB074.hsd1.ca.comcast.net) (Input/output error)
  1047. # [09:38] * @bz_sleep is rereading patch
  1048. # [09:39] * Quits: maikmerten (merten@moz-E254386D.cs.uni-dortmund.de) (Ping timeout)
  1049. # [09:39] <@bz_sleep> which .cpp?
  1050. # [09:40] <glandium> bz_sleep: layout/style/nsComputedDOMStyle.cpp
  1051. # [09:40] <@bz_sleep> Hmm
  1052. # [09:40] <@bz_sleep> So this .cpp has:
  1053. # [09:40] <@bz_sleep> 17.79 +already_AddRefed<CSSValue>
  1054. # [09:40] <@bz_sleep> 17.80 +nsComputedDOMStyle::GetPropertyCSSValue(const nsAString& aPropertyName, ErrorResult& aRv)
  1055. # [09:40] <hsivonen> does mach provide a way to run mochitest-plain in gdb?
  1056. # [09:41] <glandium> ah, it's not that definition
  1057. # [09:41] <@bz_sleep> And the header says:
  1058. # [09:41] * Joins: maikmerten (merten@moz-E254386D.cs.uni-dortmund.de)
  1059. # [09:41] <@bz_sleep> 18.40 + virtual already_AddRefed<mozilla::dom::CSSValue>
  1060. # [09:41] <@bz_sleep> 18.41 + GetPropertyCSSValue(const nsAString& aProp, mozilla::ErrorResult& aRv)
  1061. # [09:41] <@bz_sleep> 18.42 + MOZ_OVERRIDE;
  1062. # [09:41] <@bz_sleep> 18.43 + using nsIDOMCSSStyleDeclaration::GetPropertyCSSValue;
  1063. # [09:41] <@bz_sleep> And the class inherits from nsDOMCSSDeclaration
  1064. # [09:41] * mattwoodrow is now known as mattwoodrow|away
  1065. # [09:41] <@bz_sleep> Hmm
  1066. # [09:41] <@bz_sleep> Maybe the "using" should say nsDOMCSSDeclaration::nsIDOMCSSStyleDeclaration::GetPropertyCSSValue ?
  1067. # [09:42] <@bz_sleep> er...
  1068. # [09:42] <@bz_sleep> nsDOMCSSDeclaration::GetPropertyCSSValue
  1069. # [09:42] * Quits: nattofriends (tsutsumi@moz-A369A791.warosu.org) (Ping timeout)
  1070. # [09:42] <glandium> gah, too early in the morning
  1071. # [09:42] <@bz_sleep> Too late at night in my case
  1072. # [09:42] * Quits: sicking (sicking@moz-7F871C5C.hsd1.ca.comcast.net) (Quit: sicking)
  1073. # [09:43] * Joins: nattofriends (tsutsumi@moz-A369A791.warosu.org)
  1074. # [09:43] <@dolske> just right for me!
  1075. # [09:43] <@bz_sleep> nsICSSDeclaration is what actually defines a useful GetPropertyCSSValue
  1076. # [09:43] <@dolske> goldilocks and the 3 programmers
  1077. # [09:44] <tbsaunde> glandium: just got home, looking
  1078. # [09:44] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  1079. # [09:44] * Joins: marcoz (marco.zehe@moz-81CEB0D3.dip.t-dialin.net)
  1080. # [09:44] <glandium> bz_sleep, tbsaunde: full error in bug 821618
  1081. # [09:44] <@bz_sleep> tbsaunde: btw... http://hg.mozilla.org/integration/mozilla-inbound/rev/5aed5087fb7b#l23.35
  1082. # [09:45] <@bz_sleep> tbsaunde: the indent is off on line 41 there
  1083. # [09:45] * baku is now known as baku|away
  1084. # [09:45] * Quits: clee (clee@moz-E3C0B5D0.hsd1.ca.comcast.net) (Quit: clee)
  1085. # [09:46] * Quits: romaxa (romaxa@670ACB81.66590CC0.4A6948F8.IP) (Ping timeout)
  1086. # [09:47] <@bz_sleep> This is complaining about a pure virtual function not being defined?
  1087. # [09:47] <@bz_sleep> What the heck?
  1088. # [09:47] <tbsaunde> bz_sleep: ok, looking but I can only do one thing at a time
  1089. # [09:47] <glandium> bz_sleep: it's complaining that a function that it didn't inline is defined nowhere
  1090. # [09:47] <glandium> (apparently)
  1091. # [09:48] * Joins: harth (harth@moz-F41EB074.hsd1.ca.comcast.net)
  1092. # [09:49] * jesup can't keep eyes open any longer and crashes
  1093. # [09:49] * Joins: pnkfelix (pnkfelix@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net)
  1094. # [09:49] * Joins: romaxa (romaxa@670ACB81.66590CC0.4A6948F8.IP)
  1095. # [09:49] * jesup was busy pulling out stuff for Hurricane Sandy donations... done now
  1096. # [09:50] * hsivonen wonders if there has been an infinite loop bug in JS::Value::isNull in the past couple of days
  1097. # [09:50] <gcp> didn't we respin nightly on android for that topcrasher?
  1098. # [09:50] <hsivonen> oh.
  1099. # [09:50] <hsivonen> I guess I should repull
  1100. # [09:51] <gcp> hsivonen: wasn't directed at you
  1101. # [09:51] <gcp> but for what it's worth, android nightlies have been unusable for me recently
  1102. # [09:51] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/6002b73474a7 - Jan de Mooij - Bug 821268 - Move NaNCond to the assembler. r=djvj
  1103. # [09:51] <hsivonen> gcp: for me, too
  1104. # [09:51] <tbsaunde> bz_sleep: glandium so, wtf why is using a virtual function even allowed???
  1105. # [09:53] <tbsaunde> glandium: if you change using nsIDOMCSSDeclaration to using nsICSSDeclaration does it build?
  1106. # [09:53] * Joins: smagnin (pike@moz-8CEB8724.fbx.proxad.net)
  1107. # [09:55] <glandium> tbsaunde: hmmm where?
  1108. # [09:55] * Quits: RealRaven (Thunderbir@D219CF1E.7F246BAB.C3498625.IP) (Quit: RealRaven)
  1109. # [09:55] * Joins: RealRaven (Thunderbir@D219CF1E.7F246BAB.C3498625.IP)
  1110. # [09:56] <tbsaunde> glandium: in nsComputedDOMStyle.h
  1111. # [09:58] * Quits: TheOne (TheOne@moz-D58488C3.dfki.uni-kl.de) (Ping timeout)
  1112. # [09:58] <mjrosenb> NeilAway: eh?
  1113. # [09:59] <glandium> tbsaunde: ah looks promising. will tell you in a bit
  1114. # [10:01] <glandium> tbsaunde: yep, worked. thanks
  1115. # [10:03] * Quits: RealRaven (Thunderbir@D219CF1E.7F246BAB.C3498625.IP) (Quit: RealRaven)
  1116. # [10:03] * Joins: RealRaven (Thunderbir@D219CF1E.7F246BAB.C3498625.IP)
  1117. # [10:03] * Quits: Hendikins (wolfox@moz-13914647.hhui4.ken.bigpond.net.au) (Ping timeout)
  1118. # [10:04] * Joins: Hendikins (wolfox@moz-13914647.hhui4.ken.bigpond.net.au)
  1119. # [10:05] <tbsaunde> glandium: great, sorry about that, I wonder what's special about your tool chain
  1120. # [10:05] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Quit: Leaving.)
  1121. # [10:05] <glandium> tbsaunde: it's clang 3.1 in C++98 mode
  1122. # [10:05] <glandium> on linux
  1123. # [10:06] * Quits: RealRaven (Thunderbir@D219CF1E.7F246BAB.C3498625.IP) (Quit: RealRaven)
  1124. # [10:06] * Joins: RealRaven (Thunderbir@D219CF1E.7F246BAB.C3498625.IP)
  1125. # [10:06] <tbsaunde> glandium: ah
  1126. # [10:07] * Quits: dzbarsky (Adium@moz-E8FD3032.phlapa.east.verizon.net) (Quit: Leaving.)
  1127. # [10:07] * Quits: dao (dao@moz-DE32E385.superkabel.de) (Quit: Leaving.)
  1128. # [10:07] * Quits: harth (harth@moz-F41EB074.hsd1.ca.comcast.net) (Input/output error)
  1129. # [10:09] * Quits: squib (squib@moz-B01B5D55.dhcp.mdsn.wi.charter.com) (Quit: Leaving)
  1130. # [10:09] <NeilAway> mjrosenb: you read thedailywtf too ;-)
  1131. # [10:09] * Joins: tzimmermann (tzimmerman@moz-D487730E.pools.arcor-ip.net)
  1132. # [10:10] <mjrosenb> NeilAway: ahh. that comment.
  1133. # [10:10] <gcp> peterv: ping
  1134. # [10:12] * Joins: vtmarvin (Thunderbir@32DFDBE.7102BCB6.B7C3970A.IP)
  1135. # [10:13] * Joins: cpearce (cpearce@moz-9EEA206C.xdsl.xnet.co.nz)
  1136. # [10:13] * Quits: m_kato (m_kato@moz-348F61F0.mozilla.or.jp) (Quit: Leaving...)
  1137. # [10:14] <peterv> gcp: pong
  1138. # [10:15] * Joins: edmorley (edmorley@moz-5C2387B0.range109-156.btcentralplus.com)
  1139. # [10:16] * Joins: TheOne (TheOne@moz-9F1B2257.dfki.uni-kl.de)
  1140. # [10:20] * Quits: RealRaven (Thunderbir@D219CF1E.7F246BAB.C3498625.IP) (Quit: RealRaven)
  1141. # [10:20] * Joins: RealRaven (Thunderbir@D219CF1E.7F246BAB.C3498625.IP)
  1142. # [10:20] * Joins: nrc (nrc@4B76F2B0.D05BE748.613E47D1.IP)
  1143. # [10:21] <edmorley> I love the way robocop has been busted on Android for three hours but people have been quite happy to land on top of it / haven;'t noticed...
  1144. # [10:21] * Quits: victorporof (victorporo@87CAE4F1.BEB908B0.79933D60.IP) (Quit: victorporof)
  1145. # [10:21] <mjrosenb> edmorley: because it is android
  1146. # [10:22] <mjrosenb> edmorley: I've determined that nobody actually cares about android other than #mobile
  1147. # [10:22] <mjrosenb> and the sherrifs :-p
  1148. # [10:23] <edmorley> mjrosenb: I can understand why (with Android), given the months it was more busted and thus the lack of faith people have built up
  1149. # [10:23] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b1fb4089fa9b - Ed Morley - Backout 042b44652822 (bug 715258) for breaking robocop & others on a CLOSED TREE
  1150. # [10:23] <tbsaunde> edmorley: and people sometimes don't bother look at inbound tbpl
  1151. # [10:24] <edmorley> however TBPL now manages to make bug suggestions for 95% of things, so if the suggestions don't match, it's very likely new
  1152. # [10:24] <ewong> edmorley: rpr? kinda like overwhelmed a bit with the influx of oranges/reds/blues/purples.. sorry
  1153. # [10:24] * Joins: kenchang (kenchang@moz-99690620.hinet-ip.hinet.net)
  1154. # [10:25] <edmorley> in this case, all three Android variants had the same failure on the same suite on every push (which would be a little more than cooincidental)
  1155. # [10:25] <edmorley> ewong: robocop mainly but yeah also rpr
  1156. # [10:25] <ewong> err sorry.. what's robocop?
  1157. # [10:26] <edmorley> rc
  1158. # [10:26] <ewong> OOoh yeah.. the rc oranges?
  1159. # [10:26] * Joins: graememcc (chatzilla@moz-8BA24341.range31-52.btcentralplus.com)
  1160. # [10:26] * Quits: surkov (surkov@1D099191.75504D41.E17943EE.IP) (Quit: surkov)
  1161. # [10:26] <edmorley> yup
  1162. # [10:27] <ewong> I couldn't figure out them.. so I thought someone more veteran than I should do the starring..
  1163. # [10:27] <edmorley> tbsaunde: I'm more than happy for people not to star/watch the tree on inbound (that's part of the deal after all), it would just sometimes be nice if people took a cursory glance before pushing :-)
  1164. # [10:28] * Quits: cpearce (cpearce@moz-9EEA206C.xdsl.xnet.co.nz) (Ping timeout)
  1165. # [10:28] * Quits: Optimizer (Optimizer@177DB137.68061386.D2D1FAF0.IP) (Ping timeout)
  1166. # [10:28] <edmorley> Anyway as they say: when philor's away, the PST mice will play
  1167. # [10:28] <edmorley> :-)
  1168. # [10:30] * Quits: RealRaven (Thunderbir@D219CF1E.7F246BAB.C3498625.IP) (Quit: RealRaven)
  1169. # [10:30] * Joins: RealRaven (Thunderbir@D219CF1E.7F246BAB.C3498625.IP)
  1170. # [10:30] <tbsaunde> edmorley: sure
  1171. # [10:32] * Joins: andreasn (andreasn@moz-FD3F641F.a336.priv.bahnhof.se)
  1172. # [10:32] <ewong> ahh.. should've seen mfinkle's push..
  1173. # [10:33] * Joins: tomer (tomer@7AF4670C.A2C54A10.FC30AC02.IP)
  1174. # [10:33] * Quits: andreasn (andreasn@moz-FD3F641F.a336.priv.bahnhof.se) (Quit: Ex-Chat)
  1175. # [10:33] * Joins: andreasn (andreasn@moz-FD3F641F.a336.priv.bahnhof.se)
  1176. # [10:33] <edmorley> ewong: I find a good way of clarifying the failures is to filter by test name
  1177. # [10:33] * Joins: Optimizer (Optimizer@75A61502.9B33ED22.BE90E62C.IP)
  1178. # [10:34] <edmorley> if that helps :-)
  1179. # [10:34] <ewong> edmorley: how do you do that?
  1180. # [10:34] * Joins: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu)
  1181. # [10:34] <ewong> oh wait.. unstarred
  1182. # [10:34] <ewong> from filters?
  1183. # [10:34] <edmorley> "Filters" menu on TBPL -> "Job name" -> "robocop"
  1184. # [10:35] * Quits: mbrubeck (mozilla@moz-45568FC0.hsd1.wa.comcast.net) (Quit: Leaving.)
  1185. # [10:35] <edmorley> ewong: only unstarred is also useful, but in this case I'd leave it unticked (so you can still see the green jobs, so you know when robocop went bad)
  1186. # [10:35] <edmorley> "robocop went bad" tehehe
  1187. # [10:35] <ewong> ah
  1188. # [10:36] <edmorley> (sorry I'm picturing bad cop good cop robocop)
  1189. # [10:36] <phx> hey so im using git and trying to figure out which specific commit causes the bug
  1190. # [10:36] <phx> but it seems like each time i check out a commit i have to recompile the whole thing
  1191. # [10:36] <phx> which takes a couple hours
  1192. # [10:37] <edmorley> phx: have you reduced the range to 24hrs using nightlies?
  1193. # [10:37] <phx> yeah
  1194. # [10:37] <edmorley> oh
  1195. # [10:37] <phx> or rather someone else did lol
  1196. # [10:37] <edmorley> yeah built times are quite slow
  1197. # [10:37] <edmorley> build
  1198. # [10:37] <edmorley> phx what platform?
  1199. # [10:38] * Quits: maligree (maligree@moz-73468007.ssp.dialog.net.pl) (Quit: I just remembered I'm sleep deprived.)
  1200. # [10:38] <phx> uhhhh, not sure haha
  1201. # [10:38] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  1202. # [10:38] <edmorley> phx: OS
  1203. # [10:38] <edmorley> also https://developer.mozilla.org/en-US/docs/Developer_Guide/Mozilla_build_FAQ#Making_builds_faster might be useful
  1204. # [10:38] * Quits: nrc (nrc@4B76F2B0.D05BE748.613E47D1.IP) (Ping timeout)
  1205. # [10:38] <phx> oh, linux
  1206. # [10:39] <phx> thought you meant moz component
  1207. # [10:39] * Joins: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net)
  1208. # [10:39] <phx> i was just hoping that there was a way to only compile files that have been actually changed
  1209. # [10:39] * Quits: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net) (Quit: Linkinus - http://linkinus.com)
  1210. # [10:40] <phx> since im going from a commit to the next one, so there should only be a few files that actually need to be recompiled
  1211. # [10:40] <edmorley> phx: that is what should be happening, however, there are particular files that if changed require a complete rebuild, so you may just be unlucky with your regression range
  1212. # [10:40] * Quits: TheOne (TheOne@moz-9F1B2257.dfki.uni-kl.de) (Ping timeout)
  1213. # [10:40] <edmorley> phx: are you using make -f client.mk ?
  1214. # [10:40] <phx> yeah
  1215. # [10:40] <edmorley> good
  1216. # [10:40] <phx> why?
  1217. # [10:41] <edmorley> phx: it skips configure if possible
  1218. # [10:41] <phx> i was using mach, but these commits are circa aug. 23rd
  1219. # [10:41] <edmorley> phx: are you using ccache?
  1220. # [10:41] <phx> don't know
  1221. # [10:41] <edmorley> https://developer.mozilla.org/en-US/docs/ccache
  1222. # [10:42] <tbsaunde> phx: you should use git bisect so you don't need to check absolutely every commit, or you can just binary search manually if you like for some reason
  1223. # [10:42] <phx> im using a binary search manually haha
  1224. # [10:42] <phx> i was told to use bisect, but then i thought that meant binary search
  1225. # [10:42] <phx> i'll look into that and ccache
  1226. # [10:43] <phx> thanks!
  1227. # [10:43] <edmorley> phx np :-)
  1228. # [10:43] <edmorley> phx: there is work underway to improve the build system fwiw
  1229. # [10:43] <edmorley> http://gregoryszorc.com/presentations/2012-11-29-firefox-build-system/ if you are interested
  1230. # [10:45] <phx> is that presentation supposed to be only 3 slides long? or is it just not displaying correctly for me?
  1231. # [10:45] <phx> haha
  1232. # [10:45] <edmorley> it's like 40+ or something
  1233. # [10:46] * Quits: RealRaven (Thunderbir@D219CF1E.7F246BAB.C3498625.IP) (Quit: RealRaven)
  1234. # [10:46] * Joins: RealRaven (Thunderbir@D219CF1E.7F246BAB.C3498625.IP)
  1235. # [10:47] * Joins: TheOne (TheOne@moz-9F1B2257.dfki.uni-kl.de)
  1236. # [10:48] <edmorley> I'm missing bugmail for a bug comment/closure a few hours ago; anyone else?
  1237. # [10:48] * Quits: RealRaven (Thunderbir@D219CF1E.7F246BAB.C3498625.IP) (Quit: RealRaven)
  1238. # [10:48] * Joins: RealRaven (Thunderbir@D219CF1E.7F246BAB.C3498625.IP)
  1239. # [10:49] * Joins: mak (chatzilla@moz-147FD4E.retail.telecomitalia.it)
  1240. # [10:50] * Joins: victorporof (victorporo@87CAE4F1.BEB908B0.79933D60.IP)
  1241. # [10:52] * Joins: cpearce (cpearce@moz-9EEA206C.xdsl.xnet.co.nz)
  1242. # [10:53] * Joins: jacek (jacek@moz-5D707D3B.psi.wroc.pl)
  1243. # [10:54] * Joins: maligree (maligree@moz-2E2DB52B.ssp.dialog.net.pl)
  1244. # [10:54] * Quits: maligree (maligree@moz-2E2DB52B.ssp.dialog.net.pl) (Quit: I've had it with you.)
  1245. # [10:56] * Quits: kenchang (kenchang@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1246. # [10:56] * Joins: jfkthame (jfkthame@1C457759.3AD06A77.86F5061.IP)
  1247. # [10:57] * Joins: Archaeopteryx (itsme@moz-756328DB.cust.telecolumbus.net)
  1248. # [10:58] * Quits: RealRaven (Thunderbir@D219CF1E.7F246BAB.C3498625.IP) (Quit: RealRaven)
  1249. # [10:58] * Joins: RealRaven (Thunderbir@D219CF1E.7F246BAB.C3498625.IP)
  1250. # [10:59] * Quits: marcoz (marco.zehe@moz-81CEB0D3.dip.t-dialin.net) (Quit: Leaving.)
  1251. # [10:59] <mjrosenb> oh, I didn't notice that before
  1252. # [11:00] <mjrosenb> robocop is failing locally because of .gdbinit
  1253. # [11:00] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/11fd34243cbd - Jonathan Kew - bug 820327 - work around potentially misleading backingScaleFactor returned by windows with zero area. r=roc
  1254. # [11:00] <mjrosenb> well, the robocop directory is failing to build with other things
  1255. # [11:00] * Quits: RealRaven (Thunderbir@D219CF1E.7F246BAB.C3498625.IP) (Quit: RealRaven)
  1256. # [11:00] * Joins: RealRaven (Thunderbir@D219CF1E.7F246BAB.C3498625.IP)
  1257. # [11:01] * Joins: rniwa_ (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net)
  1258. # [11:02] * Quits: RealRaven (Thunderbir@D219CF1E.7F246BAB.C3498625.IP) (Quit: RealRaven)
  1259. # [11:02] * Quits: cpearce (cpearce@moz-9EEA206C.xdsl.xnet.co.nz) (Ping timeout)
  1260. # [11:03] * Quits: capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com) (Ping timeout)
  1261. # [11:04] * Joins: capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com)
  1262. # [11:07] <cjones> edmorley, i've missed messages too
  1263. # [11:07] * Joins: msucan (mihai@CDEB00D4.8819A7BF.BD62875.IP)
  1264. # [11:07] <edmorley> cjones: ah, thank you
  1265. # [11:08] <edmorley> I'll file
  1266. # [11:08] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1267. # [11:08] <@dolske> I'm not sure if I would notice losing half my bugmail. :|
  1268. # [11:09] * Quits: capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com) (Ping timeout)
  1269. # [11:09] <edmorley> although all things considered, why am I filing a bug saying I haven't had enough bugmail...? :-)
  1270. # [11:10] * Joins: capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com)
  1271. # [11:10] * Joins: surkov (surkov@1D099191.75504D41.E17943EE.IP)
  1272. # [11:10] * Joins: RealRaven (Thunderbir@D219CF1E.7F246BAB.C3498625.IP)
  1273. # [11:12] <edmorley> filed bug 821640
  1274. # [11:13] * Quits: capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com) (Ping timeout)
  1275. # [11:14] * Joins: capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com)
  1276. # [11:17] * Fallen|away is now known as Fallen
  1277. # [11:17] * Quits: capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com) (Ping timeout)
  1278. # [11:17] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/49545b3e71d6 - Henrik Skupin - Bug 796892 - Create Mochitest for Audio only connection (send/disconnect). r=jesup
  1279. # [11:17] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  1280. # [11:18] * Joins: capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com)
  1281. # [11:21] * Quits: lerc (quassel@121-74-239-166.telstraclear.net) (Ping timeout)
  1282. # [11:23] * Quits: TheOne (TheOne@moz-9F1B2257.dfki.uni-kl.de) (Ping timeout)
  1283. # [11:23] * Quits: capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com) (Ping timeout)
  1284. # [11:23] * Quits: wchen (wchen@moz-7B98A7F3.corenetworks.net) (Ping timeout)
  1285. # [11:24] * Joins: capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com)
  1286. # [11:24] * Joins: TheOne (TheOne@moz-D58488C3.dfki.uni-kl.de)
  1287. # [11:26] * Quits: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1288. # [11:26] <mjrosenb> is it just me, or am I no longer able to attach a patch while filing a new bug?
  1289. # [11:26] * Joins: milan (milan@F2D29657.F60B0462.67AC9B1.IP)
  1290. # [11:28] <jfkthame> doesn't the Add Attachment button work?
  1291. # [11:29] <mjrosenb> yes, but I can set the file, its description and if it should be hidden
  1292. # [11:29] <mjrosenb> nothing else.
  1293. # [11:30] <mjrosenb> so I can't set its mime type
  1294. # [11:30] <mjrosenb> or ask for a review
  1295. # [11:30] <jfkthame> you need to "show advanced fields" at the top of the form
  1296. # [11:31] <mjrosenb> gah
  1297. # [11:31] <mjrosenb> that's what I get for changing my browser
  1298. # [11:31] <mjrosenb> jfkthame: thanks.
  1299. # [11:31] <jfkthame> interesting - wonder why the browser would affect it
  1300. # [11:32] <jfkthame> i thought your bugzilla prefs would determine the default
  1301. # [11:32] <mjrosenb> I would assume that it is stored in the session cookies?
  1302. # [11:32] * Quits: milan (milan@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  1303. # [11:33] * Joins: wchen (wchen@moz-7B98A7F3.corenetworks.net)
  1304. # [11:33] <edmorley> or else localStorage for maximum sync-impact
  1305. # [11:33] * Joins: kennyluck_ (kennyluck@1F39F32E.5A6411A4.B720AEC8.IP)
  1306. # [11:33] * Quits: kennyluck (kennyluck@1F39F32E.5A6411A4.B720AEC8.IP) (Connection reset by peer)
  1307. # [11:33] * kennyluck_ is now known as kennyluck
  1308. # [11:33] <jfkthame> i guess i assumed the server stored your prefs as part of your account, but that'd be too old-fashioned
  1309. # [11:33] <edmorley> hehe
  1310. # [11:36] * Quits: schien-laptop (schien@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1311. # [11:36] * Joins: FabioMagnoni (fabiomagno@926368C8.33C6581A.B65F468E.IP)
  1312. # [11:38] * ewong is now known as ewong|away
  1313. # [11:38] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  1314. # [11:38] * ChanServ sets mode: +o roc
  1315. # [11:46] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1316. # [11:46] * Joins: darktrojan (geoff@moz-B0044B59.telstraclear.net)
  1317. # [11:49] * Joins: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net)
  1318. # [11:51] <darktrojan> mak, do you ever sleep? looking at my bugmail recently it appears you do not
  1319. # [11:51] <mak> darktrojan: I sleep a lot
  1320. # [11:51] <mak> I'm like a cat
  1321. # [11:52] <darktrojan> sleep, eat, and comment on bugs?
  1322. # [11:52] <mak> but last night I had this param that was true, and became false... and you know...
  1323. # [11:52] <darktrojan> heh
  1324. # [11:52] <darktrojan> there is no spoon
  1325. # [11:52] <mak> and now I see this TestXPTCInvoke that is not even compiled...
  1326. # [11:53] <mak> and the temptation to make it run automatically is high
  1327. # [11:53] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  1328. # [11:54] <darktrojan> as long as you fix the bug
  1329. # [11:55] * Joins: schien-laptop (schien@moz-99690620.hinet-ip.hinet.net)
  1330. # [11:59] * Quits: kaze (kaze@moz-F8747CC6.dsl.ovh.fr) (Quit: WeeChat 0.3.7)
  1331. # [12:02] * Joins: kaze (kaze@moz-F8747CC6.dsl.ovh.fr)
  1332. # [12:04] * Joins: RattyAway (Jim_diGriz@CB3CAA29.EB4280A4.FB243CD8.IP)
  1333. # [12:04] <RattyAway> even with javascript.options.strict set to false, I'm still getting error messages like:
  1334. # [12:04] <RattyAway> Timestamp: 14/12/12 7:06:33 PM
  1335. # [12:04] <RattyAway> Warning: SyntaxError: test for equality (==) mistyped as assignment (=)?
  1336. # [12:04] <RattyAway> Source File: http://mxr.mozilla.org/script.js
  1337. # [12:04] <RattyAway> Line: 7, Column: 45
  1338. # [12:04] <RattyAway> Source Code:
  1339. # [12:04] <RattyAway> if (form = document.getElementById('source')) {
  1340. # [12:06] * Quits: atsai|Z (Conjuror@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1341. # [12:06] * Joins: hummeleBop (Instantbir@moz-2356396.fbx.proxad.net)
  1342. # [12:08] * Quits: ericchou (ericchou@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1343. # [12:10] * Quits: andreasn (andreasn@moz-FD3F641F.a336.priv.bahnhof.se) (Quit: Ex-Chat)
  1344. # [12:12] * Quits: rniwa_ (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net) (Quit: rniwa_)
  1345. # [12:14] * Joins: qpalzm (ck@C7C05874.E84ECEF3.3376CD77.IP)
  1346. # [12:16] * Joins: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  1347. # [12:16] <mjrosenb> RattyAway: I think it is a known bug that things are ocassionally getting parsed in strict mode.
  1348. # [12:18] <RattyAway> mjrosenb: Yeah but this only started recently... (I did check in safe-mode as well)
  1349. # [12:19] <RattyAway> Hmm unless mxr.mozilla.org is now using "use strict"??
  1350. # [12:20] <RattyAway> nope happens on other sites as well inc google.
  1351. # [12:20] * baku|away is now known as baku
  1352. # [12:21] * Joins: Manny_42 (Manny_42@moz-354DE331.intermediasud.com)
  1353. # [12:21] <Manny_42> hi everyone
  1354. # [12:21] * Quits: atsai (Conjuror@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1355. # [12:22] <Manny_42> i need some help on an extension dev is there someone
  1356. # [12:22] <Manny_42> who can help ?
  1357. # [12:22] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1358. # [12:23] <jfkthame> sounds like a topic for #extdev
  1359. # [12:23] <Manny_42> yeah i just saw this chan thx
  1360. # [12:23] <Manny_42> sry
  1361. # [12:24] * Quits: FabioMagnoni (fabiomagno@926368C8.33C6581A.B65F468E.IP) (Ping timeout)
  1362. # [12:24] <mjrosenb> RattyAway: https://bugzilla.mozilla.org/show_bug.cgi?id=821103
  1363. # [12:25] <RattyAway> mjrosenb:thanks
  1364. # [12:25] * Quits: gustavold (gustavold@9FF57A6A.27C9FAA1.6535E70B.IP) (Ping timeout)
  1365. # [12:26] * Joins: gustavold (gustavold@9FF57A6A.27C9FAA1.6535E70B.IP)
  1366. # [12:27] * Joins: Dhruv (Dhruv@1E77DB68.E1F79BA1.388CF16F.IP)
  1367. # [12:28] * Joins: rednaks (rednaks@24067163.74C6FD40.360EF119.IP)
  1368. # [12:31] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1369. # [12:31] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  1370. # [12:31] * Quits: rednaks (rednaks@24067163.74C6FD40.360EF119.IP) (Quit: Quitte)
  1371. # [12:33] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  1372. # [12:37] * Quits: mchen (chatzilla@64AFFDBE.DB65E16A.A0E4A240.IP) (Quit: ChatZilla 0.9.89 [Firefox 17.0.1/20121128204232])
  1373. # [12:38] * Quits: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  1374. # [12:39] * whimboo is now known as whimboo|lunch
  1375. # [12:42] <darktrojan> Archaeopteryx, ping
  1376. # [12:42] * Quits: Optimizer1 (Instantbir@D4A3BB78.9CB844E6.AA3EB577.IP) (Connection reset by peer)
  1377. # [12:42] <Archaeopteryx> darktrojan: pong
  1378. # [12:43] <darktrojan> your keys not working bug is not my fault!
  1379. # [12:43] <darktrojan> I just repro'd it without my addon
  1380. # [12:43] <Archaeopteryx> doh!
  1381. # [12:43] <Archaeopteryx> should i file it and cc you?
  1382. # [12:44] <darktrojan> er, well I have no idea what is actually the problem
  1383. # [12:44] * Quits: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net) (Quit: jib)
  1384. # [12:44] <darktrojan> but that website loads something about 20s after the page loads, and that seems to kill ctrl-l
  1385. # [12:45] <Archaeopteryx> interesting
  1386. # [12:45] <darktrojan> I did find a weird bug in tab badge, but not that one
  1387. # [12:45] * Quits: karl (karl@moz-C433B975.jetstream.xtra.co.nz) (Ping timeout)
  1388. # [12:46] * Joins: Optimize1 (Instantbir@D4A3BB78.9CB844E6.AA3EB577.IP)
  1389. # [12:49] * Quits: allstarschh (allstars@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  1390. # [12:49] * Quits: mikeratcliffe (mikeratcli@11CD187.4788BC2C.7CCB197A.IP) (Client exited)
  1391. # [12:50] <Yoric> Do we have any specific issue with TryServer at the moment?
  1392. # [12:51] <Yoric> Or, as is more likely, did I get my commit message wrong for my first attempt to get some robocop tests executed?
  1393. # [12:52] * Joins: mikeratcliffe (mikeratcli@11CD187.4788BC2C.7CCB197A.IP)
  1394. # [12:53] * Parts: RattyAway (Jim_diGriz@CB3CAA29.EB4280A4.FB243CD8.IP)
  1395. # [12:53] <edmorley> Yoric: link please
  1396. # [12:53] <Yoric> Actually, jfkthame just helped me off-channel.
  1397. # [12:54] <Yoric> I had made the mistake of attempting to run the unit tests on a debug build, rather than an optimized build.
  1398. # [12:54] <Yoric> Silly me.
  1399. # [12:54] * Quits: schien-laptop (schien@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1400. # [12:54] <jfkthame> Yoric: fwiw, because the coverage is so … fragmentary … what i do is look at existing pushes that asked for "everything" to see what actually gets run, and then pick a subset of that
  1401. # [12:55] * Joins: rbgray (chatzilla@moz-F1171FD7.plustechnologies.com)
  1402. # [12:55] * Quits: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  1403. # [12:55] <edmorley> Yoric: ah yeah (iirc the debug build tests were crashy)
  1404. # [12:55] <edmorley> hence turned off
  1405. # [12:55] * Joins: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  1406. # [12:57] * Quits: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Connection reset by peer)
  1407. # [12:58] * Quits: gustavold (gustavold@9FF57A6A.27C9FAA1.6535E70B.IP) (Ping timeout)
  1408. # [12:59] * Yoric will pretend that last sentence didn't sound scary.
  1409. # [13:00] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1410. # [13:00] <edmorley> I think it was as much that they took too long for the tegras and/or OOMed
  1411. # [13:00] <jfkthame> isn't that the standard and simplest solution? "this test crashes" … "ok, then don't run it" … crash solved.
  1412. # [13:00] <edmorley> lol
  1413. # [13:00] * Joins: pranavrc (pranavrc@10277C9.E432F19B.C28326FD.IP)
  1414. # [13:00] <edmorley> tada!
  1415. # [13:00] <edmorley> for my next trick...
  1416. # [13:00] <jfkthame> …you'll solve that linux bc orange :)
  1417. # [13:01] <jfkthame> (i don't envy you, given how inbound has been missing test runs like crazy)
  1418. # [13:01] * Joins: gustavold (gustavold@9FF57A6A.27C9FAA1.6535E70B.IP)
  1419. # [13:02] <edmorley> jfkthame: also both that crash and the xpcshell timeout now appear to be 80-90% failures rather than 100%, which threw off initial retriggers, due to a few unluckly placed greens
  1420. # [13:02] <jfkthame> yeah, that sort of thing can be horribly confusing
  1421. # [13:02] <edmorley> jfkthame: eg https://tbpl.mozilla.org/?tree=Mozilla-Inbound&rev=6002b73474a7&jobname=Rev3%20WINNT%206.1%20mozilla-inbound%20debug%20test%20xpcshell and press down
  1422. # [13:03] <jfkthame> when i saw you'd re-closed the tree, i paged down a bit and was horrified to see the mess
  1423. # [13:03] <edmorley> sorry https://tbpl.mozilla.org/?tree=Mozilla-Inbound&rev=021a624ea78e&jobname=Rev3%20WINNT%206.1%20mozilla-inbound%20debug%20test%20xpcshell even
  1424. # [13:03] <edmorley> yeah
  1425. # [13:05] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Ping timeout)
  1426. # [13:05] * sheeri-afk is now known as sheeri
  1427. # [13:06] * Joins: ferongr (ferongr@moz-BB84D45.home.otenet.gr)
  1428. # [13:08] <past> edmorley: I'm guessing that you respawned Linux debug bc jobs on m-c?
  1429. # [13:08] <edmorley> yeah
  1430. # [13:08] <past> I was going to star it to bug 820493
  1431. # [13:08] <past> there's one additional stack frame, but otherwise it's the exact same thing
  1432. # [13:08] <edmorley> past: ah true
  1433. # [13:08] <past> ok, starring
  1434. # [13:09] <edmorley> past: I was thinking it looked similar to the mess on inbound, was just worried we'd let it escape to m-c
  1435. # [13:09] * Quits: ferongr (ferongr@moz-BB84D45.home.otenet.gr) (Ping timeout)
  1436. # [13:09] <past> oh, I haven't looked at inbound
  1437. # [13:09] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  1438. # [13:09] <edmorley> past: put mochitest-browser-chrome in the filter, enable only unstarred (press 'u')
  1439. # [13:10] <edmorley> and j / k through them
  1440. # [13:10] <edmorley> (you don't have to, I mean, that's the clearest view atm)
  1441. # [13:10] <edmorley> were one inclined
  1442. # [13:11] * Quits: cjones (cjones@moz-45913895.socal.res.rr.com) (Quit: Leaving)
  1443. # [13:11] <past> all the failures in the chrome-debugging test are GC-related, so we need to get someone like billm and/or jimb to look at them
  1444. # [13:13] <edmorley> sure; I've added needinfo?billm
  1445. # [13:13] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  1446. # [13:13] <past> ok, thanks
  1447. # [13:13] * Quits: darktrojan (geoff@moz-B0044B59.telstraclear.net) (Quit: darktrojan)
  1448. # [13:13] <edmorley> arrrg the j/k keys being the other way around is breaking my muscle memory
  1449. # [13:14] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  1450. # [13:15] * Joins: ferongr (ferongr@moz-BB84D45.home.otenet.gr)
  1451. # [13:16] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1452. # [13:21] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Ping timeout)
  1453. # [13:22] * Quits: Optimize1 (Instantbir@D4A3BB78.9CB844E6.AA3EB577.IP) (Connection reset by peer)
  1454. # [13:23] * Joins: Optimizer1 (Instantbir@D4A3BB78.9CB844E6.AA3EB577.IP)
  1455. # [13:23] * sheeri is now known as sheeri-afk
  1456. # [13:24] * Quits: Optimizer1 (Instantbir@D4A3BB78.9CB844E6.AA3EB577.IP) (Connection reset by peer)
  1457. # [13:27] * Quits: teoli_ (teoli@88F51059.F3BBB17D.144F44FA.IP) (Ping timeout)
  1458. # [13:29] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  1459. # [13:29] * Joins: andreasn (andreasn@moz-FD3F641F.a336.priv.bahnhof.se)
  1460. # [13:29] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  1461. # [13:34] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  1462. # [13:34] <edmorley> joe_walker: the browser-chrome orange on m-c had another failure there that needs filing btw
  1463. # [13:34] <edmorley> similar has occurred on inbound, just haven't got to that one to file it yet
  1464. # [13:35] <joe_walker> was just looking
  1465. # [13:35] <joe_walker> thanks
  1466. # [13:35] <edmorley> joe_walker: although is immediately after the timeout, so guess same cause, so perhaps we just add "(and sometimes followed by ...)" to the summary of that bug
  1467. # [13:36] <edmorley> the inbound instance follows the same pattern (after the timeout)
  1468. # [13:37] <joe_walker> didn't see the inbound one. will check that out too
  1469. # [13:39] <edmorley> joe_walker: it's on https://tbpl.mozilla.org/?tree=Mozilla-Inbound&rev=d78361a315b3
  1470. # [13:40] <joe_walker> thanks
  1471. # [13:40] * Quits: Optimizer (Optimizer@75A61502.9B33ED22.BE90E62C.IP) (Ping timeout)
  1472. # [13:40] <edmorley> np
  1473. # [13:40] * Joins: Optimizer (Instantbir@9D88CC50.62837B7B.1807BA01.IP)
  1474. # [13:40] <edmorley> ha, that xpcshell timeout wasn't Neil after all, he was just extremely unlucky
  1475. # [13:41] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1476. # [13:42] * Joins: Optimizer1 (Optimizer@FCB2BA61.5EBECB05.BE90E62C.IP)
  1477. # [13:42] <edmorley> 2 x green on the busted run before his push, then 6 purples in a row on his push onwards
  1478. # [13:46] * Joins: rlewis (Thunderbir@moz-D47321EC.cable.virginmedia.com)
  1479. # [13:47] * Quits: rlewis (Thunderbir@moz-D47321EC.cable.virginmedia.com) (Ping timeout)
  1480. # [13:48] * Joins: rlewis (Thunderbir@moz-D47321EC.cable.virginmedia.com)
  1481. # [13:49] <joe_walker> edmorley: we starred the inbound problem, think it was just bug 774619
  1482. # [13:50] <edmorley> joe_walker: thank you :-)
  1483. # [13:50] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  1484. # [13:52] <NeilAway> edmorley: xpcshell?
  1485. # [13:54] <edmorley> NeilAway: bug 821685
  1486. # [13:54] <NeilAway> edmorley: did you mean http://hg.mozilla.org/integration/mozilla-inbound/rev/c603d181b69e ?
  1487. # [13:54] <edmorley> sorry other Neil
  1488. # [13:54] * NeilAway thwaps edmorley
  1489. # [13:57] * Joins: jimm (jmathies@moz-7F164CA1.pn.at.cox.net)
  1490. # [13:57] * Joins: till (till@moz-6C238DE7.web.vodafone.de)
  1491. # [13:58] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
  1492. # [13:58] * ChanServ sets mode: +o smaug
  1493. # [13:59] * Joins: nical (nico@moz-F8747CC6.dsl.ovh.fr)
  1494. # [13:59] * nical is now known as nical_
  1495. # [13:59] * Joins: KaiRo (robert@moz-310A74D9.adsl.highway.telekom.at)
  1496. # [13:59] <Yoric> khuey|away: ping
  1497. # [13:59] <Yoric> ttaubert: ping
  1498. # [14:00] * Quits: rbgray (chatzilla@moz-F1171FD7.plustechnologies.com) (Quit: ChatZilla 0.9.89 [SeaMonkey 2.15/20121206083934])
  1499. # [14:00] <jimm> what is up with browser_dbg_chrome-debugging.js?
  1500. # [14:01] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d45e252453e8 - Ed Morley - Backout 744b40b75241 (bug 807678) on suspicion of causing Win debug xpcshell timeouts on a CLOSED TREE
  1501. # [14:02] <ttaubert> Yoric: hey
  1502. # [14:03] <Yoric> ttaubert: Can I convince you to review the thumbnail patch?
  1503. # [14:03] <Yoric> Pretty please?
  1504. # [14:05] * Joins: Pike (Pike@moz-2790AB6B.pool.mediaways.net)
  1505. # [14:07] * Joins: lmandel (lmandel@FE1F74.86ED00A7.971E19F6.IP)
  1506. # [14:07] * Joins: eduardn (chatzilla@F633AEEC.B0C74DF7.54460F44.IP)
  1507. # [14:08] <edmorley> jimm: retriggers pending
  1508. # [14:09] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  1509. # [14:09] * Fallen is now known as Fallen|away
  1510. # [14:10] * Joins: tchevalier (Thunderbir@moz-CF45248.w109-210.abo.wanadoo.fr)
  1511. # [14:10] * Quits: Dhruv (Dhruv@1E77DB68.E1F79BA1.388CF16F.IP) (Ping timeout)
  1512. # [14:10] <jimm> edmorley: more of a general statement about that test. it breaks more often than it works. :/
  1513. # [14:10] <edmorley> jimm: yeah agreed on that front
  1514. # [14:11] * Joins: schien-laptop (schien@moz-EC278916.dynamic.hinet.net)
  1515. # [14:15] <ttaubert> Yoric: the async storage one?
  1516. # [14:15] <Yoric> ttaubert: bug 753768
  1517. # [14:16] <ttaubert> Yoric: yeah I meant that
  1518. # [14:16] * Joins: kmoir (chatzilla@moz-9AEE821.cpe.teksavvy.com)
  1519. # [14:17] <ttaubert> Yoric: I'll take a look!
  1520. # [14:17] * sheeri-afk is now known as sheeri
  1521. # [14:17] <Yoric> Thanks.
  1522. # [14:17] * Joins: vicamo (vicamo@moz-166E187D.dynamic.hinet.net)
  1523. # [14:19] * ferjm is now known as ferjm|afk
  1524. # [14:19] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1525. # [14:20] * Joins: glazou (glazou@moz-204094DD.disruptive-innovations.fr)
  1526. # [14:20] <glazou> bonjour
  1527. # [14:22] * Joins: UCC (Thunderbir@moz-1363F65F.residential.rdsnet.ro)
  1528. # [14:24] * Joins: Dhruv (Dhruv@39428463.6DF99414.388CF16F.IP)
  1529. # [14:26] * Quits: capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com) (Ping timeout)
  1530. # [14:26] * AutomatedTester|AFK is now known as AutomatedTester
  1531. # [14:27] * Joins: capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com)
  1532. # [14:27] * Quits: kennyluck (kennyluck@1F39F32E.5A6411A4.B720AEC8.IP) (Connection reset by peer)
  1533. # [14:27] * Joins: kennyluck (kennyluck@1F39F32E.5A6411A4.B720AEC8.IP)
  1534. # [14:28] * Quits: romaxa (romaxa@670ACB81.66590CC0.4A6948F8.IP) (Ping timeout)
  1535. # [14:29] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  1536. # [14:30] * Joins: yzen (Adium@AA2C085E.10C8AEF8.9A8C35B4.IP)
  1537. # [14:31] * Joins: romaxa (romaxa@670ACB81.66590CC0.4A6948F8.IP)
  1538. # [14:31] * AutomatedTester is now known as AutomatedTester|AFK
  1539. # [14:32] * Joins: dbuc (dbuchner@moz-D2C7882E.hsd1.ca.comcast.net)
  1540. # [14:32] * Parts: dbuc (dbuchner@moz-D2C7882E.hsd1.ca.comcast.net)
  1541. # [14:33] * Quits: kennyluck (kennyluck@1F39F32E.5A6411A4.B720AEC8.IP) (Quit: kennyluck)
  1542. # [14:36] * Joins: Cwiiis (cwiiis@moz-125BA310.croy.cable.virginmedia.com)
  1543. # [14:36] * Joins: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net)
  1544. # [14:36] * Quits: tchevalier (Thunderbir@moz-CF45248.w109-210.abo.wanadoo.fr) (Quit: tchevalier)
  1545. # [14:36] * Joins: tchevalier (Thunderbir@moz-CF45248.w109-210.abo.wanadoo.fr)
  1546. # [14:37] <@bsmedberg> glandium: please let me know if you have hunches in bug 821353 ASAP
  1547. # [14:37] * nical_ is now known as nical
  1548. # [14:38] * Quits: capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com) (Ping timeout)
  1549. # [14:38] * ferjm|afk is now known as ferjm
  1550. # [14:39] * Joins: MisfitGeek (MisfitGeek@moz-BD3E98A8.hsd1.nh.comcast.net)
  1551. # [14:39] * Joins: capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com)
  1552. # [14:39] <bjacob> anyone knows pipes?
  1553. # [14:40] <bjacob> I'm trying to write 50 M of data to a pipe, then read it
  1554. # [14:40] <bjacob> seems like write() is stalling trying to write that much data to the pipe
  1555. # [14:40] <bjacob> i could read() as I write() but that's a pita
  1556. # [14:40] * Joins: jib (Jan-Ivar@moz-D0297AE3.phlapa.fios.verizon.net)
  1557. # [14:41] <bjacob> should i give up on pipes and instead write to a mmapped file?
  1558. # [14:42] * Joins: overholt (overholt@35765CFB.88764A66.72A31D6.IP)
  1559. # [14:42] * Joins: hub (hub@F2D29657.F60B0462.67AC9B1.IP)
  1560. # [14:42] * Joins: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net)
  1561. # [14:43] <bjacob> oh, i see, my problem is there is no way to allocate address space for my stuff without knowing its size in advance... im stupid
  1562. # [14:45] * Joins: sewardj (sewardj@moz-3E1A7FDB.dip.t-dialin.net)
  1563. # [14:47] * Quits: capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com) (Ping timeout)
  1564. # [14:48] * Joins: capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com)
  1565. # [14:49] * Quits: UCC (Thunderbir@moz-1363F65F.residential.rdsnet.ro) (Quit: UCC)
  1566. # [14:49] * Quits: clever (clever@E350D805.D062F6C5.F9E32CA6.IP) (Ping timeout)
  1567. # [14:49] * Joins: clever (clever@E350D805.D062F6C5.F9E32CA6.IP)
  1568. # [14:50] * jmaher|afk is now known as jmaher
  1569. # [14:50] * Quits: RealRaven (Thunderbir@D219CF1E.7F246BAB.C3498625.IP) (Ping timeout)
  1570. # [14:50] * Joins: UCC (Thunderbir@moz-1363F65F.residential.rdsnet.ro)
  1571. # [14:50] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  1572. # [14:51] * Quits: UCC (Thunderbir@moz-1363F65F.residential.rdsnet.ro) (Quit: UCC)
  1573. # [14:52] * Joins: askalski (akuda@moz-137D1D7A.mimuw.edu.pl)
  1574. # [14:53] * Joins: RealRaven (Thunderbir@3A577535.AA878289.C3498625.IP)
  1575. # [14:53] * Quits: jib (Jan-Ivar@moz-D0297AE3.phlapa.fios.verizon.net) (Quit: jib)
  1576. # [14:54] <yzen> Yoric: ping
  1577. # [14:55] * Quits: capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com) (Ping timeout)
  1578. # [14:56] * Joins: capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com)
  1579. # [14:57] <Yoric> yzen: pong
  1580. # [14:57] * Joins: davidb (davidb@F2D29657.F60B0462.67AC9B1.IP)
  1581. # [14:57] <yzen> Yoric: hi. re #812859 : as far as I can tell , based on the comments, just the warning method is necessary and I would go ahead with the url argument as well?
  1582. # [14:57] * ferjm is now known as ferjm|afk
  1583. # [14:57] <Yoric> Yes, please.
  1584. # [14:58] <Yoric> We might add more stuff later, but for this bug, just one method with a mandatory url.
  1585. # [14:58] * Quits: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  1586. # [14:58] <Yoric> I mean, one of the arguments is be a mandatory url.
  1587. # [14:58] <Yoric> s/be//
  1588. # [14:58] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1589. # [14:58] * Joins: c0smikdebris (textual@5FECAACD.D8228D1D.BE90E62C.IP)
  1590. # [14:59] * Quits: romaxa (romaxa@670ACB81.66590CC0.4A6948F8.IP) (Ping timeout)
  1591. # [14:59] <yzen> Yoric: thanks, ill go ahead with that then, and which directory would you say it fits in the code ?
  1592. # [14:59] <Yoric> Good question.
  1593. # [14:59] <Yoric> I would put it somewhere in toolkit/.
  1594. # [14:59] <Yoric> Let me check.
  1595. # [15:00] * Quits: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net) (Quit: jorendorff)
  1596. # [15:00] <Yoric> yzen: Let's go for toolkit/content/. If people disagree with this location, we'll just move it later.
  1597. # [15:01] <yzen> Yoric: sounds good, thanks!
  1598. # [15:01] <Yoric> Thank you :)
  1599. # [15:01] * Quits: ericjung (Mibbit@moz-F14FA912.bstnma.fios.verizon.net) (Quit: http://www.mibbit.com ajax IRC Client)
  1600. # [15:01] <Yoric> Don't hesitate to ping me for any question.
  1601. # [15:01] <yzen> Yoric: will do :)
  1602. # [15:01] <Yoric> If I'm not answering immediately, it means that I am not in front of my machine, but you can leave messages.
  1603. # [15:02] <yzen> Yoric: great, if something ill post a comment in the bugzilla
  1604. # [15:02] <Yoric> Sounds good.
  1605. # [15:02] * Joins: romaxa (romaxa@670ACB81.66590CC0.4A6948F8.IP)
  1606. # [15:02] * Quits: dria (dria@moz-F5EB0C5D.dsl.teksavvy.com) (Quit: dria)
  1607. # [15:04] * Joins: UCC (Thunderbir@moz-1363F65F.residential.rdsnet.ro)
  1608. # [15:04] * whimboo|lunch is now known as whimboo|lunch|afk
  1609. # [15:05] * Quits: tchevalier (Thunderbir@moz-CF45248.w109-210.abo.wanadoo.fr) (Quit: tchevalier)
  1610. # [15:05] * Quits: capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com) (Ping timeout)
  1611. # [15:06] * Joins: capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com)
  1612. # [15:07] <jimm> bsmedberg: mike offered to take the review in bug 817881, is that ok with you?
  1613. # [15:08] * NeilAway wonders whether bjacob meant a pipe(2) or some mozilla object
  1614. # [15:08] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  1615. # [15:08] * Quits: UCC (Thunderbir@moz-1363F65F.residential.rdsnet.ro) (Quit: UCC)
  1616. # [15:09] * Joins: tchevalier (Thunderbir@moz-CF45248.w109-210.abo.wanadoo.fr)
  1617. # [15:10] * Joins: AaronMT (AaronMT@moz-5DF3A271.cpe.net.cable.rogers.com)
  1618. # [15:13] * Quits: yzen (Adium@AA2C085E.10C8AEF8.9A8C35B4.IP) (Quit: Leaving.)
  1619. # [15:13] * Quits: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de) (Input/output error)
  1620. # [15:13] <bjacob> NeilAway: pipe(2)
  1621. # [15:14] * Joins: jib (Jan-Ivar@moz-D0297AE3.phlapa.fios.verizon.net)
  1622. # [15:14] * Joins: rbgray (chatzilla@moz-F1171FD7.plustechnologies.com)
  1623. # [15:14] * Quits: rbgray (chatzilla@moz-F1171FD7.plustechnologies.com) (Quit: ChatZilla 0.9.89 [SeaMonkey 2.15/20121206083934])
  1624. # [15:14] <@bsmedberg> bjacob: pipes are buffered, so writing to a full pipe will fail
  1625. # [15:15] <@bsmedberg> or block, depending on how it's set up
  1626. # [15:15] <@bsmedberg> when it blocks, you can end up with deadlocks
  1627. # [15:16] * Joins: armenzg (armenzg@moz-ED3249A4.dmz.releng.scl3.mozilla.com)
  1628. # [15:16] <@bsmedberg> jimm: yeah, that's fine
  1629. # [15:16] <bjacob> bsmedberg: yes, i just ran into this problem. i was wondering what my options were. seems like i'll just manually grow an array of chars in memory.
  1630. # [15:17] <@bsmedberg> I guess it depends on what you're doing ;-)
  1631. # [15:17] * Quits: askalski (akuda@moz-137D1D7A.mimuw.edu.pl) (Ping timeout)
  1632. # [15:17] <@bsmedberg> do you need it all to be contiguous?
  1633. # [15:17] * Joins: nmatsakis (nmatsakis@AAE222A3.FDDA6739.2321E71E.IP)
  1634. # [15:17] <bjacob> it does not have to be contiguous. does that help?
  1635. # [15:17] * Quits: capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com) (Ping timeout)
  1636. # [15:17] * mjschranz_away is now known as mjschranz
  1637. # [15:18] * Joins: ekr (ekr@moz-E43B1A40.lax.megapath.net)
  1638. # [15:18] * Joins: askalski (akuda@moz-137D1D7A.mimuw.edu.pl)
  1639. # [15:18] * Joins: capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com)
  1640. # [15:18] * AutomatedTester|AFK is now known as AutomatedTester
  1641. # [15:19] * Joins: Boriss (FlyingToas@88F51059.F3BBB17D.144F44FA.IP)
  1642. # [15:19] * Joins: trevorh (trevor@573D5FF.1CBC23BD.ACDF3635.IP)
  1643. # [15:21] * Quits: fabrice|zZz (fabrice@moz-94F028C6.hsd1.ca.comcast.net) (Ping timeout)
  1644. # [15:21] * Quits: capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com) (Ping timeout)
  1645. # [15:22] * Joins: capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com)
  1646. # [15:22] * Joins: UCC (Thunderbir@moz-1363F65F.residential.rdsnet.ro)
  1647. # [15:23] * Quits: vigneshwaran (vigneshwar@FC0B83FD.138D8F1E.FD6A0EFF.IP) (Quit: Leaving.)
  1648. # [15:24] * Quits: overholt (overholt@35765CFB.88764A66.72A31D6.IP) (Ping timeout)
  1649. # [15:25] * Quits: armenzg (armenzg@moz-ED3249A4.dmz.releng.scl3.mozilla.com) (Ping timeout)
  1650. # [15:25] * Quits: Boriss (FlyingToas@88F51059.F3BBB17D.144F44FA.IP) (Quit: Boriss)
  1651. # [15:25] * Joins: Boriss (FlyingToas@88F51059.F3BBB17D.144F44FA.IP)
  1652. # [15:25] * Quits: Dhruv (Dhruv@39428463.6DF99414.388CF16F.IP) (Ping timeout)
  1653. # [15:28] * Quits: Wolf (chatzilla@moz-F8C1AF63.carolina.res.rr.com) (Connection reset by peer)
  1654. # [15:28] * Quits: capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com) (Ping timeout)
  1655. # [15:28] * Joins: armenzg (armenzg@moz-ED3249A4.dmz.releng.scl3.mozilla.com)
  1656. # [15:28] * Joins: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  1657. # [15:29] * Joins: Dhruv (Dhruv@ADCCF49C.621831E2.388CF16F.IP)
  1658. # [15:29] * Joins: Wolf (chatzilla@moz-F8C1AF63.carolina.res.rr.com)
  1659. # [15:30] * Joins: capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com)
  1660. # [15:30] * Joins: fabrice (fabrice@moz-94F028C6.hsd1.ca.comcast.net)
  1661. # [15:30] <edmorley> Ok so looks like per window private browsing is to blame on inbound
  1662. # [15:31] * catlee-away is now known as catlee
  1663. # [15:32] * Quits: Manny_42 (Manny_42@moz-354DE331.intermediasud.com) (Quit: Quitte)
  1664. # [15:32] * Joins: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net)
  1665. # [15:33] * Joins: yzen (Adium@82D66FFE.A6295926.9D42CF23.IP)
  1666. # [15:33] <NeilAway> bjacob: yeah, there's a smallish (4K? maybe higher these days) limit on those, as I recall
  1667. # [15:33] * Quits: Mardak (Mardak@moz-4FA48382.hsd1.ca.comcast.net) (Quit: Mardak)
  1668. # [15:34] <@bsmedberg> ted: grepping for "maps" in minidump_dump output doesn't show anything
  1669. # [15:34] * Joins: mconley (mconley@F2D29657.F60B0462.67AC9B1.IP)
  1670. # [15:34] <@bsmedberg> oh, MD_LINUX_MAPS
  1671. # [15:36] * Joins: milan (milan@F2D29657.F60B0462.67AC9B1.IP)
  1672. # [15:37] <padenot> NeilAway, bjacob, 4k is the size of an atomic write, and a pipe is actually 64k
  1673. # [15:37] <padenot> on linux, that is
  1674. # [15:37] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1675. # [15:38] * Quits: milan (milan@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  1676. # [15:38] <NeilAway> padenot: only since 2.6.11
  1677. # [15:38] <padenot> I believe we can assume bjacob runs a kernel newer that 2.6.11 :-)
  1678. # [15:39] <NeilAway> padenot: I said "these days", because I last checked the size of a pipe about 20 years ago :-P
  1679. # [15:39] <padenot> heh :-)
  1680. # [15:39] <NeilAway> actually, probably nearer 25
  1681. # [15:40] <padenot> I was not even born yet
  1682. # [15:40] * Joins: JeroenDeDauw (j@moz-47A0ABBB.dip.t-dialin.net)
  1683. # [15:41] <glazou> and 25 years later, we're still chasing bugs :-D
  1684. # [15:42] * glazou cannot imagine he's been discussing with NeilAway for 12 years and we never met..
  1685. # [15:42] * Quits: stransky (stransky@moz-FB491625.net.upcbroadband.cz) (Quit: Connection reset by beer)
  1686. # [15:43] * Quits: fabrice (fabrice@moz-94F028C6.hsd1.ca.comcast.net) (Ping timeout)
  1687. # [15:43] * Joins: Ms2ger (Ms2ger@70BC834E.EAE0455B.3773EA9F.IP)
  1688. # [15:44] * Quits: ekr (ekr@moz-E43B1A40.lax.megapath.net) (Ping timeout)
  1689. # [15:44] * Quits: gerv (Instantbir@moz-8E68CF56.in-addr.arpa) (Ping timeout)
  1690. # [15:44] * Joins: ekr (ekr@moz-E43B1A40.lax.megapath.net)
  1691. # [15:45] * Joins: dria (dria@F2D29657.F60B0462.67AC9B1.IP)
  1692. # [15:46] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  1693. # [15:47] * Joins: gerv (Instantbir@moz-8E68CF56.in-addr.arpa)
  1694. # [15:47] * mjschranz is now known as mjschranz_away
  1695. # [15:48] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/8286fd779a20 - Ed Morley - Backout 020555b69f72 (bug 818732) on suspicion of causing frequent Linux mochitest-browser-chrome crashes on a CLOSED TREE
  1696. # [15:48] * Joins: jorendorff (jorendorff@moz-1747FB68.hsd1.tn.comcast.net)
  1697. # [15:50] * Joins: milan (milan@F2D29657.F60B0462.67AC9B1.IP)
  1698. # [15:51] * bwinton_away is now known as bwinton
  1699. # [15:51] * Joins: ahal (ahal@F2D29657.F60B0462.67AC9B1.IP)
  1700. # [15:52] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  1701. # [15:52] * Joins: mreid_ (mark@moz-84A7844D.eastlink.ca)
  1702. # [15:52] * hwine-zzz is now known as hwine
  1703. # [15:53] * NeilAway wonders whether aboutTelemetry is supposed to be preprocessed
  1704. # [15:53] * Quits: mreid (mreid@moz-5F4A70CA.yipyip.com) (NickServ (GHOST command used by mreid_))
  1705. # [15:53] * Joins: mreid (mreid@moz-5F4A70CA.yipyip.com)
  1706. # [15:53] * Joins: jhopkins (jhopkins@moz-216F9986.tb.shawcable.net)
  1707. # [15:54] * jhopkins is now known as jhopkins|buildduty
  1708. # [15:55] * Quits: tetreis (T3@moz-4EB17C41.dsl.telesp.net.br) (Ping timeout)
  1709. # [15:55] * Quits: mreid (mreid@moz-5F4A70CA.yipyip.com) (NickServ (GHOST command used by mreid_))
  1710. # [15:55] * Joins: mreid (mreid@moz-5F4A70CA.yipyip.com)
  1711. # [15:55] * Quits: mreid (mreid@moz-5F4A70CA.yipyip.com) (NickServ (GHOST command used by mreid_))
  1712. # [15:55] * mreid_ is now known as mreid
  1713. # [15:55] * Joins: tetreis (T3@moz-4EB17C41.dsl.telesp.net.br)
  1714. # [15:55] * Joins: mreid2 (mreid@moz-5F4A70CA.yipyip.com)
  1715. # [15:56] * Joins: abwillis (abwillis@9877934.9DD4DBBF.6A7A197.IP)
  1716. # [15:56] <hub> anyone with knowledge of breakpad
  1717. # [15:57] * Joins: fabrice (fabrice@moz-94F028C6.hsd1.ca.comcast.net)
  1718. # [15:59] * Quits: askalski (akuda@moz-137D1D7A.mimuw.edu.pl) (Quit: Wychodzi)
  1719. # [15:59] * Joins: sheppy (sheppy@moz-B52B0B26.dhcp.kgpt.tn.charter.com)
  1720. # [15:59] * Joins: Bas (chatzilla@moz-1568A577.ftth.concepts.nl)
  1721. # [15:59] * Quits: mreid2 (mreid@moz-5F4A70CA.yipyip.com) (Quit: bye!)
  1722. # [16:00] <Ms2ger> ted
  1723. # [16:00] <hub> yeah ted would be the one :-)
  1724. # [16:02] <hub> ted: looks like I can't build breakpad because of this error :-/ http://fpaste.org/F5RK/ - and Google-fu doesn't help
  1725. # [16:02] * rail_away is now known as rail
  1726. # [16:02] * Joins: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net)
  1727. # [16:03] * Quits: kaze (kaze@moz-F8747CC6.dsl.ovh.fr) (Ping timeout)
  1728. # [16:03] * Joins: hipokrit (hipokrit@1BF5DFDB.CA40E1F7.C558AD24.IP)
  1729. # [16:03] <edmorley> past: are you sure the crashes you starred on m-c are the same? https://tbpl.mozilla.org/?onlyunstarred=1&rev=b11065872128
  1730. # [16:04] <edmorley> past: and not the increase due to per window pb? (bug 821701)
  1731. # [16:04] * Joins: Mardak (Mardak@2557E599.66715431.D25A875A.IP)
  1732. # [16:04] <edmorley> which I'm about to back out
  1733. # [16:04] * Joins: mbrubeck (mozilla@moz-45568FC0.hsd1.wa.comcast.net)
  1734. # [16:04] * Quits: tzimmermann (tzimmerman@moz-D487730E.pools.arcor-ip.net) (Quit: Ex-Chat)
  1735. # [16:04] * Joins: Rik (rik@moz-F8747CC6.dsl.ovh.fr)
  1736. # [16:04] * Joins: johanc (chatzilla@moz-8E1A9E8E.bredband.comhem.se)
  1737. # [16:05] <Wes> Hey, any memshrink dudes in the house? I have a page which leaks memory (900K in three days according to about:memory) -- but it basically just basically 2K of HTML3.2 with a handful of images that reloads every few minutes. I can PM the URL but not publish it openly. Firefox 16, but I think it's been happening for a long time. Is there any point in trying to file a bug on this?
  1738. # [16:05] * Quits: vicamo (vicamo@moz-166E187D.dynamic.hinet.net) (Quit: Konversation terminated!)
  1739. # [16:08] <gcp> Wes: is it reproducible to a testcase that could be made public?
  1740. # [16:09] <Wes> gcp: ....I don't think so, unless I can figure out what triggers the bug. The page displays graphs which are generated server-side as images and need to stay private.
  1741. # [16:09] * Quits: gerv (Instantbir@moz-8E68CF56.in-addr.arpa) (Ping timeout)
  1742. # [16:09] * Quits: Optimizer (Instantbir@9D88CC50.62837B7B.1807BA01.IP) (Ping timeout)
  1743. # [16:10] * Wes scratches his head
  1744. # [16:10] <past> edmorley: the chrome-debugging ones? I think they are the same issue, but I don't know if pb has made things worse
  1745. # [16:10] <edmorley> past: https://tbpl.mozilla.org/?tree=Mozilla-Inbound&jobname=Rev3%20Fedora%2012%20mozilla-inbound%20debug%20test%20mochitest-browser-chrome&rev=b80437be0e70 and press down
  1746. # [16:12] * Joins: overholt (overholt@F2D29657.F60B0462.67AC9B1.IP)
  1747. # [16:12] <Wes> I wonder if it's caused because the page is a frameset with frames that reload via HTTP headers. *hmm*
  1748. # [16:13] <past> edmorley: right, all these are GC-related, which I can imagine PB may have an impact on, but I htink we should file them in the same bug to make life easier for whoever tries to fix it
  1749. # [16:13] <gcp> Wes: not sure what can be done then. you could perhaps abuse the security flag, but that would limit the people who can debug it severely, also not sure what others would think of that
  1750. # [16:13] <edmorley> past: ok :-)
  1751. # [16:13] <@ted> hub: how did you check out the source, just using svn?
  1752. # [16:13] <@ted> that's an svn:external
  1753. # [16:13] <@ted> (also I'm PTO today, but here for the moment)
  1754. # [16:13] <firebot> Check-in:
  1755. # [16:14] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/f255406bb4aa - Ed Morley - Backout d9336f8c0f6c, 761ff8b47a4e, 072da0be4236, ee2822d2eab9, 38cd815da29a, a80ec6b90878 & 9e9281ce1b63 (bug 769288) on suspicion of causing bug 821701 on a CLOSED TREE
  1756. # [16:14] <hub> ted: that's what I just realised by checking the commit logs :-(
  1757. # [16:14] <hub> ted: I use git svn by default. habits die hard
  1758. # [16:14] * Quits: tetreis (T3@moz-4EB17C41.dsl.telesp.net.br) (Ping timeout)
  1759. # [16:14] <@ted> ah
  1760. # [16:14] <@ted> yeah, i use hgsubversion
  1761. # [16:14] <hub> I hate hg
  1762. # [16:14] <@ted> just have to fiddle to make it work
  1763. # [16:14] <hub> anyway
  1764. # [16:14] <@ted> i'm ambivalent about git
  1765. # [16:14] * Quits: pnemsak (Miranda@moz-BE85878E.citicom.sk) (Quit: pnemsak)
  1766. # [16:14] <hub> I worked around
  1767. # [16:14] <@ted> but i think we can both agree that we'd rather not use svn
  1768. # [16:14] <hub> yep
  1769. # [16:14] <hub> if I can avoid it
  1770. # [16:14] <hub> could be worse, could be CVS
  1771. # [16:15] <@ted> there are a bunch of other svn:externals, so you'll need to make sure they all get checked out
  1772. # [16:15] <@ted> (or just bite the bullet and use svn to checkout)
  1773. # [16:15] <davidb> Visual Source Safe!
  1774. # [16:15] <@ted> ugh
  1775. # [16:15] <davidb> :)
  1776. # [16:15] <Wes> gcp: yeah. Frustrating. I could create a test case if I knew what the bug was. But then I wouldn't know to create the test case. Oh well, at least I now know that I can get my browser to stop beach-balling by closing that tab and clicking "minimize memory usage" in about:memory.... That fixes *me*, but I'd like to help others too if I can figure out how.
  1777. # [16:16] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1778. # [16:16] <hub> davidb: Visual Source unSafe
  1779. # [16:16] * Joins: T3 (T3@moz-4EB17C41.dsl.telesp.net.br)
  1780. # [16:16] <hub> davidb: *hint* even MSFT does not use it
  1781. # [16:16] <hub> or ClearCase
  1782. # [16:16] <gcp> Wes: wait, so calling minimize solves it? then it's not really a leak?
  1783. # [16:16] <@ted> ugh ugh
  1784. # [16:16] <davidb> hub: yeah… comes with more tools for fixing the repo than actual regular tools
  1785. # [16:16] <@ted> i used both ClearCase and VSS in my time at lockheed
  1786. # [16:17] * whimboo|lunch|afk is now known as whimboo
  1787. # [16:17] * sheeri is now known as sheeri-afk
  1788. # [16:17] <hub> ted: I was embarked as sysadmin on a project to use ClearCase. The server cost itself, but then they where cheap and wanted to use Samba instead of the recommended one
  1789. # [16:17] <hub> that cost $$$$
  1790. # [16:17] <Wes> gcp: it solves it, but only after closing the tab. But there is *no way* that tab should be using 900MB of RAM... 12 images, 200 bytes of text, 30 bytes of CSS, and 8 or 10 un-called JS functions.
  1791. # [16:17] * Quits: T3 (T3@moz-4EB17C41.dsl.telesp.net.br) (Ping timeout)
  1792. # [16:18] <gcp> Wes: ok
  1793. # [16:18] * Quits: surkov (surkov@1D099191.75504D41.E17943EE.IP) (Quit: surkov)
  1794. # [16:18] <hub> ted: enjoy your PTO btw
  1795. # [16:18] <edmorley> past: I'm happy for you to mark those bugs as dupes or whatever (if you feel appropriate - if you could tweak the summaries to make sure the test name(s) and/or stacks present
  1796. # [16:18] <@ted> thx
  1797. # [16:18] <@ted> sick baby
  1798. # [16:18] <@ted> :-/
  1799. # [16:18] <gcp> Wes: well, I think we'd have it rather filed abusing the security bug than not filed. But that's just me.
  1800. # [16:18] * Joins: T3 (T3@moz-4EB17C41.dsl.telesp.net.br)
  1801. # [16:18] <past> edmorley: ok, will do
  1802. # [16:18] <edmorley> thank you :-)
  1803. # [16:18] <gcp> There are some long timers in this channel, they should speak up if they disagree :-)
  1804. # [16:19] <Wes> gcp: ack. I'm also going to take a *stab* at creating a test case.
  1805. # [16:20] * sheeri-afk is now known as sheeri
  1806. # [16:21] * Quits: Archaeopteryx (itsme@moz-756328DB.cust.telecolumbus.net) (Quit: Too much information in my brain driving me insane)
  1807. # [16:22] <phx> my build has been hanging for 40 minutes :(
  1808. # [16:22] * Joins: cviecco (cviecco@moz-2BC4CC72.hsd1.ca.comcast.net)
  1809. # [16:22] <phx> i only know that because the system time has been frozen since 40 minutes ago lol
  1810. # [16:23] <edmorley> what's the last line of output?
  1811. # [16:23] <edmorley> not in webrtc / gyp perchance?
  1812. # [16:23] * Joins: jdm (jdm@DB05BBF2.BB1F48F2.971E19F6.IP)
  1813. # [16:23] <phx> there's a rm -f libxul.so
  1814. # [16:24] <phx> i've failed at this point before too
  1815. # [16:24] <phx> then there's another line after that rm
  1816. # [16:24] <@ted> oh
  1817. # [16:24] <@ted> it's probably just linking libxul
  1818. # [16:24] <@ted> how much ram do you have?
  1819. # [16:24] <phx> 4 gigs
  1820. # [16:24] <@ted> that ought to be enough, but it depends
  1821. # [16:25] <phx> im on ubunti, installed through wubi
  1822. # [16:25] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  1823. # [16:25] <phx> ubuntu*
  1824. # [16:25] <phx> should i just let it run?
  1825. # [16:25] <phx> my system is pretty much unresponsive
  1826. # [16:26] <@bsmedberg> billm: ping
  1827. # [16:26] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  1828. # [16:27] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  1829. # [16:28] * Joins: kn__ (ck@C7C05874.E84ECEF3.3376CD77.IP)
  1830. # [16:28] * Joins: mayhemer (Miranda@moz-415580BA.broadband17.iol.cz)
  1831. # [16:29] * Joins: dao (dao@moz-DE32E385.superkabel.de)
  1832. # [16:29] * Quits: T3 (T3@moz-4EB17C41.dsl.telesp.net.br) (Ping timeout)
  1833. # [16:29] * Quits: till (till@moz-6C238DE7.web.vodafone.de) (Connection reset by peer)
  1834. # [16:29] * Quits: qpalzm (ck@C7C05874.E84ECEF3.3376CD77.IP) (Ping timeout)
  1835. # [16:30] * Joins: till (till@moz-6C238DE7.web.vodafone.de)
  1836. # [16:32] * Quits: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  1837. # [16:34] * Quits: mreavy (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net) (Connection reset by peer)
  1838. # [16:34] <jib> dolske: ping
  1839. # [16:34] <avih> within chrome JS, can i use a default value with Services.prefs.getBoolPref("my.pref", myDefaultValue) ? it appears that this generates an exception if the pref doesn't exist whether i provide a default value or not.
  1840. # [16:35] * Joins: mreavy (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  1841. # [16:35] <avih> (and works if the pref exists)
  1842. # [16:37] * Joins: lduros (user@moz-4894EA28.nic.resnet.group.upenn.edu)
  1843. # [16:37] <jdm> avih: nope. you need to use try/catch there
  1844. # [16:37] <avih> jdm: k, thx.
  1845. # [16:38] * Joins: ericjung (Mibbit@moz-F14FA912.bstnma.fios.verizon.net)
  1846. # [16:39] * Quits: ferongr (ferongr@moz-BB84D45.home.otenet.gr) (Ping timeout)
  1847. # [16:39] * Joins: gerv (Instantbir@moz-EEB75F7D.dab.02.net)
  1848. # [16:39] * mjschranz_away is now known as mjschranz
  1849. # [16:41] <gfritzsche> hm, anyone else seeing the in-page-context menu being offset downward on fx 18+?
  1850. # [16:41] <gfritzsche> (osx here)
  1851. # [16:41] * Quits: hipokrit (hipokrit@1BF5DFDB.CA40E1F7.C558AD24.IP) (Quit: Leaving)
  1852. # [16:41] <gfritzsche> and 19 actually, not 18
  1853. # [16:42] <gfritzsche> hm, went away with an update, weird
  1854. # [16:43] * armenzg is now known as armenzg_brb
  1855. # [16:44] * Joins: pcwalton (pcwalton@moz-481A040C.hsd1.ca.comcast.net)
  1856. # [16:46] * Quits: redfive (chatzilla@moz-21A15B2D.dsl.pltn13.pacbell.net) (Ping timeout)
  1857. # [16:47] * cmcavoy-offline is now known as cmcavoy
  1858. # [16:49] * Joins: kaze (kaze@moz-4323A5B2.coucou-networks.fr)
  1859. # [16:49] * Joins: Archaeopteryx (itsme@moz-756328DB.cust.telecolumbus.net)
  1860. # [16:50] * Joins: ehsan (ehsan@F2D29657.F60B0462.67AC9B1.IP)
  1861. # [16:50] * ChanServ sets mode: +o ehsan
  1862. # [16:51] * Quits: kaze (kaze@moz-4323A5B2.coucou-networks.fr) (Ping timeout)
  1863. # [16:52] * Quits: RealRaven (Thunderbir@3A577535.AA878289.C3498625.IP) (Ping timeout)
  1864. # [16:54] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1865. # [16:55] * Quits: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu) (Ping timeout)
  1866. # [16:55] <mreavy> dolske: ping
  1867. # [16:56] * Quits: mak (chatzilla@moz-147FD4E.retail.telecomitalia.it) (Input/output error)
  1868. # [16:56] * Joins: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu)
  1869. # [16:56] * Quits: pcwalton (pcwalton@moz-481A040C.hsd1.ca.comcast.net) (Quit: pcwalton)
  1870. # [16:57] * Quits: maikmerten (merten@moz-E254386D.cs.uni-dortmund.de) (Client exited)
  1871. # [17:01] * gregglind-afk is now known as gregglind
  1872. # [17:02] * Quits: vtmarvin (Thunderbir@32DFDBE.7102BCB6.B7C3970A.IP) (Quit: vtmarvin)
  1873. # [17:02] * Quits: @smaug (chatzilla@moz-78A86AC.pp.htv.fi) (Ping timeout)
  1874. # [17:03] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  1875. # [17:03] * Joins: jedp (jedp@moz-59C58F81.dsl.dynamic.sonic.net)
  1876. # [17:06] * Joins: teoli (teoli@88F51059.F3BBB17D.144F44FA.IP)
  1877. # [17:06] * Joins: kaze (kaze@moz-4323A5B2.coucou-networks.fr)
  1878. # [17:07] * Joins: espindola (espindola@moz-85711076.dsl.teksavvy.com)
  1879. # [17:08] * Quits: fabrice (fabrice@moz-94F028C6.hsd1.ca.comcast.net) (Quit: Leaving.)
  1880. # [17:08] * Joins: fs (Elchi3@B9C9103E.56629902.2EC4CA51.IP)
  1881. # [17:08] <evilpie> i get "abort: path contains illegal component: /pymake/tests/native-touch.mk" while trying to hg update
  1882. # [17:08] * Joins: fabrice (fabrice@moz-94F028C6.hsd1.ca.comcast.net)
  1883. # [17:08] <yzen> paul: I updated the patch for #803067
  1884. # [17:09] <gregglind> Did anything change in arrowpanel styling over the last few releases of firefox?
  1885. # [17:09] * Quits: ircloggr (nodebot@moz-C9A0A250.compute-1.amazonaws.com) (Client exited)
  1886. # [17:09] * Quits: cviecco (cviecco@moz-2BC4CC72.hsd1.ca.comcast.net) (Input/output error)
  1887. # [17:09] <padenot> evilpie: hg update --clean
  1888. # [17:09] * armenzg_brb is now known as armenzg
  1889. # [17:09] <@ehsan> edmorley: ping
  1890. # [17:10] <edmorley> ehsan: hi
  1891. # [17:10] <@ehsan> edmorley: hi
  1892. # [17:10] * Joins: ircloggr (nodebot@moz-B543740A.compute-1.amazonaws.com)
  1893. # [17:10] <@ehsan> edmorley: was your backout an investigating one?
  1894. # [17:11] <@ehsan> or should I be worried?
  1895. # [17:11] <edmorley> ehsan: nope
  1896. # [17:11] <paul> yzen: awesome! Thanks :)
  1897. # [17:11] <edmorley> ehsan: it unfortunately definitely is the cause
  1898. # [17:11] <@ehsan> edmorley: which patch?
  1899. # [17:11] <edmorley> ehsan: it might just be revealing an underlying issue, but unfortunately it's too frequent to leave in
  1900. # [17:11] <edmorley> ehsan: see the bug
  1901. # [17:11] <edmorley> bug 821701
  1902. # [17:11] * Joins: bjacob (bjacob@F2D29657.F60B0462.67AC9B1.IP)
  1903. # [17:11] * khuey|away is now known as khuey
  1904. # [17:12] <jdm> yeah, this is unfortunate all around
  1905. # [17:12] <jdm> apologies for the hassles, edmorley
  1906. # [17:12] <edmorley> that's ok, part and parcel :-)
  1907. # [17:13] * Quits: fabrice (fabrice@moz-94F028C6.hsd1.ca.comcast.net) (Ping timeout)
  1908. # [17:13] <@ehsan> hmm
  1909. # [17:13] <@ehsan> so these are gccrashes
  1910. # [17:13] <edmorley> to be fair, if the debugger tests had been more reliable the last week, these crashes would have been easier to spot
  1911. # [17:13] <@ehsan> happening during devtools tests
  1912. # [17:13] <@khuey> Yoric: pong
  1913. # [17:13] * Quits: pnkfelix (pnkfelix@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net) (Quit: Leaving.)
  1914. # [17:13] <edmorley> ehsan: yes
  1915. # [17:13] <edmorley> to spot on birch that is
  1916. # [17:13] <@ehsan> the debugger tests have also been causing a ton of other crashes too
  1917. # [17:14] <@ehsan> edmorley: the only change that per-window pb has made is to not run some tests and run others instead
  1918. # [17:14] <edmorley> yes, they are quite possibly to blame (or at least some of the GC work that has landed in the last few weeks)
  1919. # [17:14] <@ehsan> edmorley: which is pretty much what you saw when you disabled one of their tests and seeing another one go orange
  1920. # [17:14] <edmorley> ehsan: ok, but we;ve gone from a 10% failure rate to a 90%
  1921. # [17:14] <edmorley> (to pick numbers out of the air)
  1922. # [17:14] <@ehsan> edmorley: yeah no I know
  1923. # [17:15] <@ehsan> but the fix is to disable more of their tests
  1924. # [17:15] * Quits: balrog (balrog@moz-A15748DA.phlapa.fios.verizon.net) (Ping timeout)
  1925. # [17:15] <@ehsan> not backing out patches which shuffle tests around :(
  1926. # [17:15] <edmorley> ehsan: I don't normally disable tests for crashes
  1927. # [17:15] <edmorley> crashes should be fixed
  1928. # [17:15] <edmorley> and are not normally the cause of the test, I would have thought
  1929. # [17:15] * Joins: ehugg (chatzilla@CE3BE0DD.29102B70.6CD50604.IP)
  1930. # [17:15] <@ehsan> yeah I know
  1931. # [17:16] <@ehsan> but I'm not sure just masking them out is of any help
  1932. # [17:16] * Joins: alexlakatos (alexlakato@601F3B17.33662590.A5830293.IP)
  1933. # [17:17] <@ehsan> edmorley: also, that same test has been triggering no fewer than five other crash signatures
  1934. # [17:17] <@ehsan> and some like 815133 are gc crashes
  1935. # [17:17] * sheeri is now known as sheeri-afk
  1936. # [17:17] * Quits: nmatsakis (nmatsakis@AAE222A3.FDDA6739.2321E71E.IP) (Quit: Computer has gone to sleep.)
  1937. # [17:17] <@ehsan> honestly I would disable all of their tests at a heartbeat at this point
  1938. # [17:18] * joduinn-home is now known as joduinn-coffee
  1939. # [17:18] * Quits: cabanier (cabanier@moz-6A1F2F2C.hsd1.wa.comcast.net) (Quit: Leaving.)
  1940. # [17:18] * Joins: biesi_ (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net)
  1941. # [17:18] <@khuey> closed tree!
  1942. # [17:18] * @khuey has a sad
  1943. # [17:19] <@ehsan> edmorley: to give you more context, this is my changes to the devtools tests: http://pastebin.mozilla.org/1995231
  1944. # [17:19] <@ehsan> which is basically just shuffling tests around
  1945. # [17:19] <@ehsan> and we have no JS change hidden behind MOZ_PER_WINDOW_PRIVATE_BROWSING at all
  1946. # [17:19] <edmorley> oh really?
  1947. # [17:19] <@ehsan> yes
  1948. # [17:20] * Joins: micadeyeye (micadeyeye@moz-BBFCC0F.dynamic.wa.co.za)
  1949. # [17:20] <@ehsan> I am seriously considering disabling all debugger tests at this point
  1950. # [17:20] * Optimizer1 is now known as Optimizer
  1951. # [17:20] <edmorley> go for it
  1952. # [17:20] <@ehsan> and ask the devtools team to disable the debugger too until they can fix their stuff
  1953. # [17:20] <@ehsan> edmorley: (you know how many of these tests we've hunt down during the past couple of weeks...)
  1954. # [17:20] <@ehsan> let me ping some people
  1955. # [17:20] <@ehsan> joe_walker: ping
  1956. # [17:21] <edmorley> ^past
  1957. # [17:21] <joe_walker> hi
  1958. # [17:21] <@ehsan> joe_walker: hi
  1959. # [17:21] * Quits: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  1960. # [17:21] <@ehsan> joe_walker: so I'm consdiering disabling all of the debugger tests at this point
  1961. # [17:21] <@ehsan> joe_walker: and I think we should disable the debugger too by default
  1962. # [17:22] * Parts: micadeyeye (micadeyeye@moz-BBFCC0F.dynamic.wa.co.za) (Ex-Chat)
  1963. # [17:22] <joe_walker> ok
  1964. # [17:22] <@ehsan> joe_walker: please see above for the context
  1965. # [17:22] * Joins: kdcw (kdc@moz-F7413045.pk.shawcable.net)
  1966. # [17:22] * edmorley grabs a bag of the popcorn that's been slowly roasting on the burning tree all day
  1967. # [17:22] <@ehsan> also see bug 821701
  1968. # [17:23] <robcee> look, the crash that's occurring is almost certainly not the fault of the debugger itself
  1969. # [17:23] <@ehsan> robcee: most likely
  1970. # [17:23] <robcee> recent js engine changes seem to be triggered by a couple of our tests
  1971. # [17:23] <@ehsan> and I'm not blaming the debugger for that
  1972. # [17:23] <robcee> so disable the offending browser tests, but don't turn off the debugger
  1973. # [17:24] * Joins: pcwalton (pcwalton@moz-481A040C.hsd1.ca.comcast.net)
  1974. # [17:24] <@ehsan> robcee: yeah I only want to disable the tests, and I will leave what to do with the debugger itself to you guys :)
  1975. # [17:24] * jlebar|away is now known as jlebar
  1976. # [17:24] <joe_walker> i was jsut talking about past about it
  1977. # [17:24] <@ehsan> my only interest is to not stop all development until these probems are fixed ;)
  1978. # [17:25] * Joins: RealRaven (Thunderbir@3A577535.AA878289.C3498625.IP)
  1979. # [17:25] * Joins: lerc (quassel@moz-3EA06DFE.telstraclear.net)
  1980. # [17:25] <@ehsan> joe_walker: robcee: so shall I go ahead? (I mean, once the tree is reopened probably)
  1981. # [17:26] * Quits: garnacho (carlos@moz-BC7A7B5D.dyn.user.ono.com) (Connection reset by peer)
  1982. # [17:26] <robcee> ehsan: are you going to disable all of the tests or just the failing ones?
  1983. # [17:26] * Joins: garnacho (carlos@moz-BC7A7B5D.dyn.user.ono.com)
  1984. # [17:26] <Yoric> khuey: Hi, if you have a minute, could you please review bug 820681? It's a one-liner.
  1985. # [17:26] <robcee> I think there are only a couple of triggers, right?
  1986. # [17:26] <joe_walker> one of the scenarios is that this is caused by gcli causing GC work
  1987. # [17:27] <joe_walker> which the js engine recovers from during the debugger tests
  1988. # [17:27] <@ehsan> robcee: I'd prefer to disable all debugger tests at this point to be honest :/
  1989. # [17:27] <joe_walker> in which case disabling the debugger tests wouldn't solve anything
  1990. # [17:27] <@ehsan> I mean we can start disabling tests one by one
  1991. # [17:27] <victorporof> that would make the inspector tests to start failing
  1992. # [17:27] <edmorley> ehsan: btw see this re shuffling tests around https://bugzilla.mozilla.org/show_bug.cgi?id=774619#c57
  1993. # [17:27] <@ehsan> but given how slow our infra turnaround time is these days, that could take days
  1994. # [17:27] <victorporof> if we then disable the inspector tests, layoutview will follow etc
  1995. # [17:28] <robcee> yeah, that's not ideal
  1996. # [17:28] <@ehsan> during which time other people will be blocked
  1997. # [17:28] <robcee> do we know what caused the crashes to start?
  1998. # [17:28] <@ehsan> no
  1999. # [17:28] <joe_walker> if this is a gc delay, then no
  2000. # [17:28] <joe_walker> gcli hasn't been changed for ages
  2001. # [17:28] <@ehsan> edmorley: well but "shuffling" I mostly meant skip one test or run another test instead of it :)
  2002. # [17:29] <joe_walker> BUT if the JS engine now delays gc more for some reason
  2003. # [17:29] <@ehsan> yeah the JS engine could definitely be at fault here
  2004. # [17:29] <joe_walker> one of the fixes that we were talking about, was simply making the gcli tests run more slowly
  2005. # [17:29] <@ehsan> but we will not know without days of debugging/bisecting
  2006. # [17:29] <robcee> we can't afford that
  2007. # [17:30] <@ehsan> neither can others :)
  2008. # [17:30] <kn__> is any other way to update the content of a frame besides nsContentUtils::SetNodeTextContent?
  2009. # [17:30] <joe_walker> we don't know if gcli is causing the problems, but also disabling tests there could help
  2010. # [17:30] * cmcavoy is now known as cmcavoy-away
  2011. # [17:30] <robcee> ehsan: I meant the Big We.
  2012. # [17:30] <@ehsan> true
  2013. # [17:30] * Joins: cabanier (cabanier@89803C3C.27D0C967.A0B21F13.IP)
  2014. # [17:31] * Quits: kaze (kaze@moz-4323A5B2.coucou-networks.fr) (Ping timeout)
  2015. # [17:31] <robcee> https://bugzilla.mozilla.org/show_bug.cgi?id=820493
  2016. # [17:31] <robcee> the crash signature look at all suspect to anyone?
  2017. # [17:32] * Joins: balrog (balrog@moz-A15748DA.phlapa.fios.verizon.net)
  2018. # [17:33] * Quits: bjacob (bjacob@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  2019. # [17:33] * Joins: hurley (hurley@moz-E76806A0.dsl.static.sonic.net)
  2020. # [17:34] * Joins: knelson (Adium@2557E599.66715431.D25A875A.IP)
  2021. # [17:35] * Parts: knelson (Adium@2557E599.66715431.D25A875A.IP)
  2022. # [17:35] <past> ehsan: isn't it just a single debugger test that is crashing?
  2023. # [17:35] <@ehsan> edmorley: on a bit of a tangent, what's up with the tree? :)
  2024. # [17:36] <@ehsan> past: it is now, but the crashes happen during gc
  2025. # [17:36] * Joins: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net)
  2026. # [17:36] <edmorley> ehsan: in what sense? what are we waiting for to reopen?
  2027. # [17:36] <past> if you guys want to disable the chrome-debugging test, that's fine with me
  2028. # [17:36] <@ehsan> past: and in our experience, disabling one test in this series has triggered the next one to fail
  2029. # [17:36] <@ehsan> edmorley: yep
  2030. # [17:36] <@ehsan> past: yeah that's what I was proposing to do
  2031. # [17:37] <robcee> can we get some bug dependencies in bug 821701 so we can see what is the source of these failures?
  2032. # [17:37] <past> the chrome-debugging test is sort of special
  2033. # [17:37] <kn__> is it possible to find with MXR all classes that inherit a specific class?
  2034. # [17:37] <robcee> I can certainly go through the debugger component and file things that have been frequent
  2035. # [17:37] <edmorley> ehsan: retriggers on inbound tip
  2036. # [17:37] * Quits: glazou (glazou@moz-204094DD.disruptive-innovations.fr) (Quit: glazou)
  2037. # [17:37] * catlee is now known as catlee-away
  2038. # [17:37] * ferjm|afk is now known as ferjm
  2039. # [17:37] <robcee> past: how so, because of the extra process or some other specialness?
  2040. # [17:37] <@ehsan> edmorley: what about central?
  2041. # [17:37] * sheeri-afk is now known as sheeri
  2042. # [17:38] <edmorley> ehsan: same, since had the csets from inbound too
  2043. # [17:38] <past> robcee: because it's the only bc test that exercises the chrome debugger
  2044. # [17:38] <edmorley> ehsan: imagine 15 mins tops
  2045. # [17:38] <robcee> past: ah, well yes :)
  2046. # [17:39] <@ehsan> past: robcee: http://pastebin.mozilla.org/1995275 this is my proposal to be clear
  2047. # [17:39] <@ehsan> edmorley: great, thanks!
  2048. # [17:39] <robcee> oof
  2049. # [17:39] <robcee> that's a pretty big hammer :(
  2050. # [17:39] * Joins: bjacob (bjacob@F2D29657.F60B0462.67AC9B1.IP)
  2051. # [17:39] <@ehsan> (sorry for writing that patch...)
  2052. # [17:39] <robcee> do it if you need to get the tree open
  2053. # [17:39] <@ehsan> :(
  2054. # [17:39] <past> I don't think this is necessary
  2055. # [17:40] <robcee> we can gather data while you try to green the tree up
  2056. # [17:40] <@ehsan> robcee: of course, but lets do that on try
  2057. # [17:40] <robcee> it seems excessive, but if we end up bisecting our tests, we'll be waiting for days
  2058. # [17:40] <@ehsan> or somewhere other than m-c
  2059. # [17:40] <edmorley> robcee: the tree will soon be open, ehsan would like to do it so he can reland per window private browsing
  2060. # [17:40] <robcee> ehsan: fx-team?
  2061. # [17:40] * Quits: pranavrc (pranavrc@10277C9.E432F19B.C28326FD.IP) (Quit: Ping timeout: ∞)
  2062. # [17:40] <past> all I've been starring since m-i was closed are failures of a single debugger test
  2063. # [17:40] <@ehsan> robcee: yeah, I dont watch fx-team ;)
  2064. # [17:40] <edmorley> past: please see bug 821701
  2065. # [17:41] <@ehsan> past: during the past couple of weeks, we've been disabling more and more devtools tests one by one
  2066. # [17:41] <edmorley> past: per window private browsing raised the failure rate from 10% to 90%
  2067. # [17:41] * Quits: TheOne (TheOne@moz-D58488C3.dfki.uni-kl.de) (Ping timeout)
  2068. # [17:41] <@ehsan> we just don't have enough time to disable this one test and then see the next one crash
  2069. # [17:41] <edmorley> past: (plus or minus on the exact numbers)
  2070. # [17:41] <@khuey> Yoric: what is the point of this patch?
  2071. # [17:41] <edmorley> ehsan: the others weren't crashes though, they were timeouts
  2072. # [17:42] <@bz_sleep> glandium: ping
  2073. # [17:42] <@bz_sleep> tbsaunde: ping
  2074. # [17:42] <@ehsan> past: the only devtools change in per-window PB is to not run three devtools tests and run another one instead of one of them
  2075. # [17:42] <glandium> bz_sleep: pong
  2076. # [17:42] <Yoric> khuey: Ensure that in case of error, we do not leave empty strings in OS.Constants.Path.
  2077. # [17:42] <Yoric> ("error" as in "profile dir is not defined yet")
  2078. # [17:42] * Quits: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner)
  2079. # [17:42] <@ehsan> edmorley: true, but I have no evidence to believe that these crashes are triggered by something done by that one test
  2080. # [17:42] <edmorley> true
  2081. # [17:42] <robcee> edmorley: I am suspicious of your 10-90% rate
  2082. # [17:42] * Joins: T3 (T3@moz-1EC7CF95.dial-up.telesp.net.br)
  2083. # [17:42] <@bz_sleep> glandium: did the build bustage get sorted out for you?
  2084. # [17:42] * bz_sleep is now known as bz
  2085. # [17:43] <robcee> if you have charts and graphs I would love to see them
  2086. # [17:43] <edmorley> robcee: for this particular crash on this particular platform
  2087. # [17:43] <@ehsan> and the thing that I'm fighting for here is to ship per-window PB in 20
  2088. # [17:43] * geekboy|afk is now known as geekboy
  2089. # [17:43] <@ehsan> we won't have a chance to do that if it gets disabled in Nightly now
  2090. # [17:43] <edmorley> robcee: please see the filtered tbpl links in bug 821701
  2091. # [17:43] <joe_walker> robcee: https://tbpl.mozilla.org/?tree=Mozilla-Inbound&jobname=Rev3%20Fedora%2012%20mozilla-inbound%20debug%20test%20mochitest-browser-chrome&rev=b80437be0e70
  2092. # [17:43] <@ehsan> especially since we ended up moving birch nightly users to the nightly channel yesterday
  2093. # [17:43] * Joins: aklotz (Thunderbir@moz-55246988.cg.shawcable.net)
  2094. # [17:43] <past> I'm all for landing per-window PB fwiw
  2095. # [17:44] <glandium> bz: tbsaunde found the solution
  2096. # [17:44] <edmorley> robcee: (and press down twice on the link joe_walker gave)
  2097. # [17:44] <robcee> are we running all of our unittests on the pb window?
  2098. # [17:44] <joe_walker> just what i was thinking
  2099. # [17:45] <past> edmorley: I read bug 821701 but I don't think I see what you want me to see
  2100. # [17:45] <robcee> like, running them once and then running them A WHOLE other time?
  2101. # [17:45] <past> I still see a single test crashing
  2102. # [17:45] <@ehsan> robcee: see http://mxr.mozilla.org/mozilla-central/source/browser/devtools/styleeditor/test/Makefile.in#49 http://mxr.mozilla.org/mozilla-central/source/browser/devtools/webconsole/test/Makefile.in#120 http://mxr.mozilla.org/mozilla-central/source/browser/devtools/commandline/test/Makefile.in#56
  2103. # [17:45] <Callek> grr what pref was it to enable javascript: in the urlbar
  2104. # [17:45] <@ehsan> those are the only test differences
  2105. # [17:45] <@bz> glandium: ok. Did it get checked in? ;)
  2106. # [17:45] <edmorley> past: that's what we're talking about
  2107. # [17:45] * edmorley gives me
  2108. # [17:45] <Callek> apparantly my bookmarklets broke somewhere
  2109. # [17:45] <gfritzsche> hm, can i still get esr10 changes to build on try?
  2110. # [17:45] <edmorley> s/me/up/
  2111. # [17:45] <robcee> I see
  2112. # [17:45] <robcee> so we have some subset of files in each subdir for this
  2113. # [17:46] * Quits: pcwalton (pcwalton@moz-481A040C.hsd1.ca.comcast.net) (Quit: pcwalton)
  2114. # [17:46] <@ehsan> robcee: note that all but the first link are *after* the crashing test
  2115. # [17:46] <past> edmorley: right, so let's just disable that one test and land per-window PB, right?
  2116. # [17:46] * Joins: erikvold (erikvold@moz-33BF5BAF.gv.shawcable.net)
  2117. # [17:46] <@ehsan> robcee: sorry, s/first/last/
  2118. # [17:46] * Quits: erikvold (erikvold@moz-33BF5BAF.gv.shawcable.net) (Quit: erikvold)
  2119. # [17:46] <NeilAway> avih: there's no default value in the getter, only in all.js (or per-app defaults)
  2120. # [17:46] * mdas is now known as mdas|afk
  2121. # [17:47] <@ehsan> past: and what shall we do after we see the crashes move to the next test?
  2122. # [17:47] * Joins: erikvold (erikvold@moz-33BF5BAF.gv.shawcable.net)
  2123. # [17:47] <Callek> edmorley: sooo one of said bookmarklets I was trying to use is teh "showJobInMaster" one so you might know the magic
  2124. # [17:47] <past> ehsan: what makes you think that will happen?
  2125. # [17:47] <@ehsan> past: my experience during the past two weeks
  2126. # [17:47] <robcee> now now
  2127. # [17:47] <past> ehsan: which other tests were crashing?
  2128. # [17:47] <robcee> I'm with past on this being an unusual test
  2129. # [17:47] <@ehsan> guys
  2130. # [17:47] <robcee> (the dbg_chrome_debugging) thing
  2131. # [17:48] <@ehsan> we have *no* evidence to believe that the cause of the crash lives in that one test
  2132. # [17:48] <@ehsan> it is a gc crash
  2133. # [17:48] <glandium> bz: i don't know, i'mgoing though my bugmail right now
  2134. # [17:48] <@ehsan> so theoretically it will be affected by everything happening before it
  2135. # [17:48] <robcee> it just happens there consistently
  2136. # [17:48] <@khuey> edmorley: can I reopen inbound?
  2137. # [17:48] <edmorley> Callek: I use the noscript addon which has "noscript.allowURLBarJS", not sure what you use without it
  2138. # [17:48] <robcee> and that test does haul a lot of stuff into js when it gathers up scripts for everything in the browser
  2139. # [17:48] <@ehsan> robcee: ok fine. I'll disable just that one test
  2140. # [17:48] <robcee> ehsan: let's try disabling the chrome debugger test first please
  2141. # [17:49] <avih> NeilAway: thanks, i used try/catch already. not sure how much of a performance hit is it though. if it's much, i might need to cache the value once per window on the first time, which is still reasonable for this specific value.
  2142. # [17:49] <@ehsan> no point in debating this longer
  2143. # [17:49] <robcee> ok, thanks
  2144. # [17:49] <past> ehsan: I don't think observation backs your assertion, but in the interest of moving forward, disable anything you need and we'll fix it later
  2145. # [17:49] <robcee> if it persists I'll eat an object of your choosing
  2146. # [17:49] * @khuey votes for a shoe!
  2147. # [17:49] <robcee> (I'm gonna regret that)
  2148. # [17:49] <@ehsan> robcee: can we just assume r=you to disable any possible future cascade of this crash?
  2149. # [17:49] <robcee> ehsan: yessir
  2150. # [17:49] <@ehsan> cool
  2151. # [17:49] <edmorley> khuey: I've just reopened
  2152. # [17:49] <@ehsan> past: I gave up, I'll just disable that one test
  2153. # [17:50] <@khuey> woo!
  2154. # [17:50] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/67d84be0cc83 - William Chen - Bug 820544 - Prefix webidl dictionary native members names to avoid C++ keywords. r=bz
  2155. # [17:50] <robcee> (within the scope of this problem, limited to 1 week from today)
  2156. # [17:50] <@khuey> dude
  2157. # [17:50] <@khuey> wtf
  2158. # [17:50] <edmorley> froydnj: that was quick
  2159. # [17:50] <past> ehsan: heh, we both did!
  2160. # [17:50] <robcee> ((how many extra riders should I tack onto that))? :)
  2161. # [17:50] <edmorley> froydnj: you script that?
  2162. # [17:50] <@khuey> froydnj--
  2163. # [17:50] <@ehsan> robcee: I'm mostly talking about today, I'll be away half of next week ;)
  2164. # [17:50] <froydnj> edmorley: no, serendipitous
  2165. # [17:50] <edmorley> khuey: he beat me as well, and I knew when I was reopened!
  2166. # [17:50] <edmorley> ing
  2167. # [17:50] * Quits: Dagger (Dagger@moz-9AFCB530.cable.virginmedia.com) (Ping timeout)
  2168. # [17:50] <robcee> ehsan: ah, ok then :) no more riders required.
  2169. # [17:51] <robcee> ehsan: do you want us to write the patch to disable that test or are you on it?
  2170. # [17:51] <froydnj> edmorley: do you need me to back that out? or are you engaging in some khuey-style grousing about losing push wars? :)
  2171. # [17:51] * Joins: bholley (anonymous@moz-FCAF9AAB.hsd1.ca.comcast.net)
  2172. # [17:51] <@ehsan> robcee: I'm doing it
  2173. # [17:52] <edmorley> froydnj: latter :-)
  2174. # [17:52] <robcee> ok, thank you
  2175. # [17:52] * Joins: bent (chatzilla@moz-932324BF.hsd1.ca.comcast.net)
  2176. # [17:52] <robcee> keep us posted (and I know you will!) ;)
  2177. # [17:52] <@ehsan> will do :)
  2178. # [17:52] * Quits: bholley (anonymous@moz-FCAF9AAB.hsd1.ca.comcast.net) (Connection reset by peer)
  2179. # [17:52] <@ehsan> thanks
  2180. # [17:52] * Joins: vladan1 (vladan@36D53742.B90458C2.57F33CED.IP)
  2181. # [17:53] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/08f9c8a1c7e7 - Kyle Huey - Bug 820971: Ignore the ref when checking to see if the image URI is the document URI. r=bz
  2182. # [17:53] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/71759cb2a7d9 - Kyle Huey - Bug 820476: Allow postMessage on pending workers. r=bent
  2183. # [17:53] * Parts: vladan1 (vladan@36D53742.B90458C2.57F33CED.IP)
  2184. # [17:53] * Joins: fabrice (fabrice@2557E599.66715431.D25A875A.IP)
  2185. # [17:53] * Joins: bholley (anonymous@moz-FCAF9AAB.hsd1.ca.comcast.net)
  2186. # [17:53] * Quits: jdm (jdm@DB05BBF2.BB1F48F2.971E19F6.IP) (Input/output error)
  2187. # [17:53] * Quits: past (Instantbir@moz-4160552A.dsl.dyn.forthnet.gr) (Ping timeout)
  2188. # [17:53] <glandium> bz: looks like t didn't
  2189. # [17:54] <glandium> tbsaunde: care to take 821618? ;)
  2190. # [17:54] * Joins: bdahl (bdahl@2557E599.66715431.D25A875A.IP)
  2191. # [17:55] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e4da3fe4a9da - Brian Hackett - Bug 821151 - Add splay tree utility class, r=luke.
  2192. # [17:55] * Joins: dholbert_ (dholbert@moz-EAA4454E.hsd1.ca.comcast.net)
  2193. # [17:55] * Quits: dholbert_ (dholbert@moz-EAA4454E.hsd1.ca.comcast.net) (Client exited)
  2194. # [17:56] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/86e8b382ab0a - Josh Matthews - Bug 769288 - Part 7: Use separate SSL session cache entries for private connections. r=mayhemer
  2195. # [17:56] <firebot> http://hg.mozilla.org/mozilla-central/rev/cf442d34b4fa - Josh Matthews - Bug 769288 - Part 4: Clear SSL session cache upon leaving private browsing. r=bsmith
  2196. # [17:56] <firebot> http://hg.mozilla.org/mozilla-central/rev/e2f772661bdf - Josh Matthews - Bug 769288 - Part 5: Close private socket connections when the lsat private browsing instance dies. r=bsmith,mcmanus
  2197. # [17:56] <firebot> http://hg.mozilla.org/mozilla-central/rev/2798371f1650 - Ehsan Akhgari - Bug 818732 - Switch Nightly to per-window private browsing; r=jdm
  2198. # [17:56] <@bz> glandium: just making sure it's not waiting on my review or something
  2199. # [17:56] <firebot> http://hg.mozilla.org/mozilla-central/rev/8d86cc44bcee - Josh Matthews - Bug 769288 - Part 2: Avoid storing intermediate cert data for private contexts. r=bsmith sr=mayhemer
  2200. # [17:56] * Joins: longsonr (chatzilla@moz-200DDFDC.bethere.co.uk)
  2201. # [17:56] <ttaubert> Yoric: ping
  2202. # [17:56] <firebot> http://hg.mozilla.org/mozilla-central/rev/919c713155ac - Josh Matthews - Bug 769288 - Part 1: Make PSM more amenable to storing concurrent private and non-private data. r=bsmith
  2203. # [17:56] <firebot> http://hg.mozilla.org/mozilla-central/rev/2c246a220cf5 - Josh Matthews - Bug 769288 - Part 3: Clear all temporary cert overrides upon leaving private browsing. r=bsmith
  2204. # [17:56] <firebot> http://hg.mozilla.org/mozilla-central/rev/f603bf0ba354 - Josh Matthews - Bug 769288 - Part 6: Remove global private browsing NSS cleanup on exit. r=ehsan
  2205. # [17:57] * Quits: gerv (Instantbir@moz-EEB75F7D.dab.02.net) (Ping timeout)
  2206. # [17:57] <firebot> http://hg.mozilla.org/mozilla-central/rev/72cc10ffa8e2 - Ehsan Akhgari - Disable browser_dbg_chrome-debugging.js because of the crashes in bug 821701, irc-r=robcee
  2207. # [17:57] * Joins: past (Instantbir@moz-4160552A.dsl.dyn.forthnet.gr)
  2208. # [17:57] <Yoric> ttaubert: can I pong you in 1h?
  2209. # [17:57] * Quits: billm (billm@moz-CF6D0A66.hsd1.ca.comcast.net) (Quit: ZNC - http://znc.sourceforge.net)
  2210. # [17:58] * Joins: billm (billm@moz-CF6D0A66.hsd1.ca.comcast.net)
  2211. # [17:58] <ttaubert> Yoric: sure :)
  2212. # [17:58] * Joins: atte (atte@moz-37C1DF97.dhcp.inet.fi)
  2213. # [17:58] * Joins: nmatsakis (nmatsakis@AAE222A3.FDDA6739.2321E71E.IP)
  2214. # [17:58] * Quits: espindola (espindola@moz-85711076.dsl.teksavvy.com) (Client exited)
  2215. # [17:58] <edmorley> !!
  2216. # [17:58] <edmorley> tree closed for best part of the day... first changeset landed breaks it again
  2217. # [17:59] * Quits: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net) (Quit: Linkinus - http://linkinus.com)
  2218. # [17:59] <mfinkle> \o/
  2219. # [17:59] * AutomatedTester is now known as AutomatedTester|away
  2220. # [17:59] <Optimizer> is the newtab preload disabled ?
  2221. # [17:59] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Client exited)
  2222. # [17:59] * Quits: johanc (chatzilla@moz-8E1A9E8E.bredband.comhem.se) (Ping timeout)
  2223. # [17:59] <Optimizer> I see the newtab flashing everytime
  2224. # [17:59] <Optimizer> (I mean even after setting the pref on)
  2225. # [18:00] <glandium> bz: now it's waiting for your review ;)
  2226. # [18:00] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/15e83fa70172 - Ed Morley - Backout 67d84be0cc83 (bug 820544) for bustage
  2227. # [18:00] * Quits: trevorh (trevor@573D5FF.1CBC23BD.ACDF3635.IP) (Ping timeout)
  2228. # [18:01] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
  2229. # [18:01] * ChanServ sets mode: +o smaug
  2230. # [18:01] * Quits: longsonr (chatzilla@moz-200DDFDC.bethere.co.uk) (Ping timeout)
  2231. # [18:01] * Joins: harth (harth@moz-F41EB074.hsd1.ca.comcast.net)
  2232. # [18:01] <Optimizer> jaws: any idea ?
  2233. # [18:01] * Joins: longsonr (chatzilla@moz-200DDFDC.bethere.co.uk)
  2234. # [18:01] <ttaubert> Optimizer: wfm
  2235. # [18:02] <jaws> ttaubert is the author, so i'll take his word ;)
  2236. # [18:02] <jaws> but we really need to get that enabled by default
  2237. # [18:02] <Optimizer> :D
  2238. # [18:02] * Joins: Edgar (Thunderbir@moz-B998B502.dynamic.hinet.net)
  2239. # [18:02] <Optimizer> well I toggled it twice, and it is workign again
  2240. # [18:02] * Quits: tonymec (tonymec@B1C68DDA.7DC08933.DE2DB281.IP) (Input/output error)
  2241. # [18:03] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/3173175efff1 - Wan-Teh Chang - Bug 634793: update NSPR to NSPR_4_9_5_BETA1 and add the TestPRIntN.cpp
  2242. # [18:03] * Joins: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net)
  2243. # [18:03] <@khuey> froydnj--
  2244. # [18:03] <ttaubert> jaws: yeah...
  2245. # [18:03] <@khuey> froydnj: you broke the build
  2246. # [18:03] * bwinton is now known as bwinton_away
  2247. # [18:04] <froydnj> khuey: doh
  2248. # [18:04] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/1c74122a6fcf - Michal Novotny - Bug 808997 - Explicitly close all output and input streams of all active cache entries during shutdown, r=hurley
  2249. # [18:04] * Quits: ekr (ekr@moz-E43B1A40.lax.megapath.net) (Quit: ekr)
  2250. # [18:04] * Joins: capella-s3 (capella-s3@moz-2D0AF8D4.syrcny.fios.verizon.net)
  2251. # [18:04] * Joins: cdiehl_ (cdiehl@moz-51D72D18.pool.mediaways.net)
  2252. # [18:05] * Quits: cdiehl (cdiehl@moz-7B6A2F78.pool.mediaways.net) (Ping timeout)
  2253. # [18:05] * cdiehl_ is now known as cdiehl
  2254. # [18:05] <froydnj> backing out, then
  2255. # [18:05] <edmorley> froydnj: already done
  2256. # [18:05] <froydnj> edmorley++
  2257. # [18:06] * Joins: tonymec (tonymec@B1C68DDA.7DC08933.DE2DB281.IP)
  2258. # [18:06] <edmorley> :-)
  2259. # [18:06] * NeilAway wonders why it's always the same 8 changesets getting landed and backed out
  2260. # [18:06] * Quits: jacek (jacek@moz-5D707D3B.psi.wroc.pl) (Quit: Konversation terminated!)
  2261. # [18:07] * Joins: clee (clee@2557E599.66715431.D25A875A.IP)
  2262. # [18:07] * Quits: clee (clee@2557E599.66715431.D25A875A.IP) (Connection reset by peer)
  2263. # [18:07] * Joins: clee (clee@2557E599.66715431.D25A875A.IP)
  2264. # [18:08] * Joins: myk (myk@2557E599.66715431.D25A875A.IP)
  2265. # [18:08] * Joins: dbaron (dbaron@moz-FB9C8F62.dsl.dynamic.sonic.net)
  2266. # [18:08] * ChanServ sets mode: +o dbaron
  2267. # [18:08] * Quits: @dbaron (dbaron@moz-FB9C8F62.dsl.dynamic.sonic.net) (Connection reset by peer)
  2268. # [18:08] * Joins: dbaron (dbaron@moz-FB9C8F62.dsl.dynamic.sonic.net)
  2269. # [18:08] * ChanServ sets mode: +o dbaron
  2270. # [18:08] * Joins: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net)
  2271. # [18:09] * Quits: jesup (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net) (Quit: ChatZilla 0.9.89 [Firefox 20.0a1/20121210140511])
  2272. # [18:09] * jimm is now known as jimm-lunch
  2273. # [18:09] * Quits: till (till@moz-6C238DE7.web.vodafone.de) (Ping timeout)
  2274. # [18:09] * Quits: martyn (martyn@moz-5E9CD98A.range86-165.btcentralplus.com) (Quit: Ex-Chat)
  2275. # [18:10] * hwine is now known as hwine-commuting
  2276. # [18:10] * Quits: biesi_ (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net) (Ping timeout)
  2277. # [18:10] * lsblakk|afk is now known as lsblakk
  2278. # [18:10] * Quits: mfinkle (mfinkle@moz-8CB7201C.hsd1.pa.comcast.net) (Ping timeout)
  2279. # [18:11] <avih> dao: why did u remove r+ for bug 820167 ?
  2280. # [18:12] * Joins: nhirata (anonymous@moz-6D599AA6.hsd1.ca.comcast.net)
  2281. # [18:12] * NeilAway wonders why avih set it in the first place
  2282. # [18:12] <@dolske> indeed
  2283. # [18:12] <avih> NeilAway: i though that's how i should ask for a review of it... what else should i have done?
  2284. # [18:13] <edmorley> avih: review?
  2285. # [18:13] <avih> edmorley: ?
  2286. # [18:13] <edmorley> avih: as in, use "?" not "+"
  2287. # [18:13] <avih> ah. ok :)
  2288. # [18:14] <edmorley> avih: on the various bugzilla flags, the question mark means pending, "+" approved, "-" denied
  2289. # [18:14] * Joins: terrence (terrence@moz-7109B35.lightspeed.sntcca.sbcglobal.net)
  2290. # [18:14] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d8be8785e3a7 - Camilo Viecco - Bug 819429 - Remove assertion allowing aToken to be NULL in nsNSSCertificateDB::FindCertByDBKey. r=bsmith
  2291. # [18:14] <avih> edmorley: k, got it. thanks.
  2292. # [18:14] <billm> edmorley: ping
  2293. # [18:14] <avih> edmorley: so since the review flag was removed, should i now add ? for review?
  2294. # [18:15] <edmorley> avih: you also need to set someone's email address when you use "?", to direct it to someone (otherwise it will get overlooked)
  2295. # [18:15] <edmorley> avih: yes
  2296. # [18:15] * Joins: till (till@moz-EEE5DACA.web.vodafone.de)
  2297. # [18:15] <edmorley> billm: hi :-)
  2298. # [18:15] * Joins: lizzard (ehenry@moz-606E6FC0.dsl.static.sonic.net)
  2299. # [18:15] * terrence is now known as terrence-afk
  2300. # [18:15] * Joins: Mossop (mossop@2557E599.66715431.D25A875A.IP)
  2301. # [18:15] <avih> edmorley: ok, i'll find out who should do the review then. cheers.
  2302. # [18:15] <billm> edmorley: hi. is there a changeset I could build with where bc tests will fail somewhat reliably?
  2303. # [18:16] * Joins: trevorh (trevor@573D5FF.1CBC23BD.ACDF3635.IP)
  2304. # [18:16] <billm> edmorley: (from that debugger thing)
  2305. # [18:16] * Quits: jorendorff (jorendorff@moz-1747FB68.hsd1.tn.comcast.net) (Quit: jorendorff)
  2306. # [18:16] * Joins: Waldo (waldo@moz-7E986AF1.lodgenet.net)
  2307. # [18:17] <past> billm: 49545b3e71d6 in Linux debug should be a safe bet
  2308. # [18:17] <edmorley> bilm: yup, m-c tip with https://hg.mozilla.org/mozilla-central/rev/72cc10ffa8e2 reverted
  2309. # [18:17] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/8afa0fd12d00 - Robert Longson - Bug 820629 - animateTransform should not animate non-transform-type attributes (follow-up to correct type) r=dholbert
  2310. # [18:17] * baku is now known as baku|away
  2311. # [18:18] <edmorley> billm: linux32 debug
  2312. # [18:18] * Joins: mfinkle (mfinkle@moz-8CB7201C.hsd1.pa.comcast.net)
  2313. # [18:18] <billm> edmorley: wait, why does that patch have anything to do with the crash?
  2314. # [18:18] <edmorley> billm: it doesn't, the crash only happened in that test
  2315. # [18:18] <edmorley> billm: so after narrowing down the increase in failure rate to the per window private browsing landing
  2316. # [18:19] <billm> edmorley: are you sure that's the right changeset? it's some change in SVG C++ code?
  2317. # [18:19] <edmorley> billm: and backing out, it was decided to reland it but just disable the test
  2318. # [18:19] * Quits: trevorh (trevor@573D5FF.1CBC23BD.ACDF3635.IP) (Ping timeout)
  2319. # [18:19] * Joins: coyotebush (corey@moz-2D845411.hsd1.ca.comcast.net)
  2320. # [18:19] * Quits: Edgar (Thunderbir@moz-B998B502.dynamic.hinet.net) (Quit: Edgar)
  2321. # [18:20] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ff71c0ea0cb2 - Till Schneidereit - Bug 815010 - Create lazy interpreted function's script in the jsdbg API's JS_GetFunctionScript. r=luke
  2322. # [18:20] <past> billm: I think you looked at firebot's link, not edmorley's
  2323. # [18:20] <edmorley> past: good spot :-)
  2324. # [18:21] <billm> ah! ok, thanks :-)
  2325. # [18:21] * Quits: dao (dao@moz-DE32E385.superkabel.de) (Quit: Leaving.)
  2326. # [18:21] <past> :-)
  2327. # [18:21] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  2328. # [18:21] <billm> ok, I'll look into this
  2329. # [18:21] * Joins: Dagger (Dagger@moz-9AFCB530.cable.virginmedia.com)
  2330. # [18:21] <billm> thanks guys
  2331. # [18:21] * Joins: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  2332. # [18:21] * Joins: biesi_ (cbiesinger@moz-48E61CD.snc1.tfbnw.net)
  2333. # [18:21] * Quits: sn0wb1rd_ (sn0wb1rd@moz-7DC12C05.sb.sd.cox.net) (Quit: sn0wb1rd_)
  2334. # [18:21] <past> billm: it's actually us thanking you!
  2335. # [18:21] * Joins: gerv (Instantbir@moz-8E68CF56.in-addr.arpa)
  2336. # [18:22] <edmorley> billm: thank you! :-D
  2337. # [18:23] * Joins: bmoss (bmoss@2557E599.66715431.D25A875A.IP)
  2338. # [18:23] * Quits: capella-s3 (capella-s3@moz-2D0AF8D4.syrcny.fios.verizon.net) (Ping timeout)
  2339. # [18:24] * Joins: ekr (ekr@moz-E43B1A40.lax.megapath.net)
  2340. # [18:24] * Quits: billm (billm@moz-CF6D0A66.hsd1.ca.comcast.net) (Quit: Leaving)
  2341. # [18:24] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/95d847321295 - Mihnea Dobrescu-Balaur - Bug 742794 - check host/port before starting gecko instance in marionette client, r=mdas
  2342. # [18:24] * Quits: bjacob (bjacob@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  2343. # [18:24] * Joins: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP)
  2344. # [18:25] * Joins: bjacob (bjacob@F2D29657.F60B0462.67AC9B1.IP)
  2345. # [18:26] * rail is now known as rail_away
  2346. # [18:26] * Quits: clee (clee@2557E599.66715431.D25A875A.IP) (Quit: clee)
  2347. # [18:28] * Quits: erikvold (erikvold@moz-33BF5BAF.gv.shawcable.net) (Quit: erikvold)
  2348. # [18:29] * Quits: lizzard (ehenry@moz-606E6FC0.dsl.static.sonic.net) (Quit: lizzard)
  2349. # [18:29] * Joins: jesup|laptop (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  2350. # [18:30] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/037377a4cd23 - Raymond Lee - Bug 806711 - Port do_test_placesTitleNoUpdate.js to the new per-window PB APIs; r=jdm
  2351. # [18:31] * Quits: longsonr (chatzilla@moz-200DDFDC.bethere.co.uk) (Quit: ChatZilla 0.9.89 [Firefox 17.0/20121119183901])
  2352. # [18:31] <ferjm> mayhemer, ping
  2353. # [18:31] <mayhemer> ferjm: yes
  2354. # [18:32] <ferjm> mayhemer, hi! can you point me to the test that you are mentioning in https://bugzilla.mozilla.org/show_bug.cgi?id=819971#c7 that I can use as a template, please?
  2355. # [18:33] * Quits: bmoss (bmoss@2557E599.66715431.D25A875A.IP) (Ping timeout)
  2356. # [18:33] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/627a842914d0 - Asaf Romano - Bug 675902 - Implement the new Downloads view for the places Library window; r=mak
  2357. # [18:33] <mayhemer> ferjm: check test_bug744719.html
  2358. # [18:33] * mdas|afk is now known as mdas
  2359. # [18:34] <Ms2ger> ehsan, another try?
  2360. # [18:34] * Joins: erikvold (erikvold@moz-33BF5BAF.gv.shawcable.net)
  2361. # [18:34] * Joins: jimb (user@9E727688.17C2F9C.163DC5C6.IP)
  2362. # [18:34] <@ehsan> Ms2ger: yeah hopefully the last one!
  2363. # [18:34] * Joins: bmoss (bmoss@2557E599.66715431.D25A875A.IP)
  2364. # [18:34] <ferjm> mayhemer, great, thanks! :)
  2365. # [18:34] <mayhemer> ferjm: np :)
  2366. # [18:35] * Joins: mreid_ (mark@moz-E31CD2CB.mozilla.org)
  2367. # [18:35] <@smaug> ehsan: so espindola's tryserver results look good. Do you have some more concerns about not running CC during shutdown?
  2368. # [18:35] <@ehsan> smaug: not concrete ones, no
  2369. # [18:35] <@ehsan> smaug: perhaps we should give it a shot?
  2370. # [18:36] <@ehsan> smaug: (we can always back it out if it proves to cause problems in practice)
  2371. # [18:36] <@smaug> yeah, I'm about to update the patch and ask review from mccr8
  2372. # [18:36] <@smaug> yup
  2373. # [18:36] <@bz> glandium: r=me. Sorry for lag..
  2374. # [18:36] * Quits: mreid (mark@moz-84A7844D.eastlink.ca) (Ping timeout)
  2375. # [18:36] <@ehsan> cool
  2376. # [18:37] <glandium> bz: np
  2377. # [18:37] * Quits: phx (Adium@DA386262.E8E44173.689607DE.IP) (Quit: Leaving.)
  2378. # [18:38] * mreid_ is now known as mreid
  2379. # [18:38] <@ehsan> edmorley: sorry for stepping on your toes in bug 821701 :/
  2380. # [18:38] <@ehsan> edmorley: I can file a different bug if you want me to
  2381. # [18:38] <edmorley> ehsan: nah it's fine :-)
  2382. # [18:39] * Quits: Ms2ger (Ms2ger@70BC834E.EAE0455B.3773EA9F.IP) (Quit: bbl)
  2383. # [18:41] * Joins: bajaj (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2384. # [18:42] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b8d79efc8541 - Mike Hommey - Bug 789469 - Get the executable path directly from the directory service instead of guesswork in WindowsJumpLists.jsm. r=jimm
  2385. # [18:42] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/3b334850ce94 - Mike Hommey - Bug 821618 - Fix build failure with some compilers due to nsComputedDOMStyle::GetPropertyCSSValue definition. r=bz
  2386. # [18:42] * Joins: akeybl (akeybl@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2387. # [18:43] * Joins: jhammel (jhammel@moz-14240F1C.hsd1.ca.comcast.net)
  2388. # [18:43] * Quits: smagnin (pike@moz-8CEB8724.fbx.proxad.net) (Client exited)
  2389. # [18:43] <tbsaunde> glandium: hey, sorry I didn't write the bustage fix, I figured you where goingto ask for review since you checked it :)
  2390. # [18:44] * jimm-lunch is now known as jimm
  2391. # [18:44] * Quits: romaxa (romaxa@670ACB81.66590CC0.4A6948F8.IP) (Ping timeout)
  2392. # [18:45] * Quits: myk (myk@2557E599.66715431.D25A875A.IP) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  2393. # [18:45] * Joins: till_ (till@moz-30F61532.web.vodafone.de)
  2394. # [18:45] * Quits: wlach (wlach@moz-317EA0B0.vif.net) (Quit: Leaving)
  2395. # [18:45] * Quits: till (till@moz-EEE5DACA.web.vodafone.de) (Ping timeout)
  2396. # [18:45] * Joins: smagnin (pike@moz-8CEB8724.fbx.proxad.net)
  2397. # [18:46] * Quits: schien-laptop (schien@moz-EC278916.dynamic.hinet.net) (Ping timeout)
  2398. # [18:47] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Client exited)
  2399. # [18:48] * Joins: jgriffin (jgriffin@moz-DD9CBA45.hsd1.wa.comcast.net)
  2400. # [18:48] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e0abc1aafaca - Jim Mathies - Bug 814953 - Cleanup Win nsWindow WindowProcInternal and move the window ref up above DealWithPopups. r=roc
  2401. # [18:49] * Quits: Dagger (Dagger@moz-9AFCB530.cable.virginmedia.com) (Ping timeout)
  2402. # [18:49] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/54a33584098a - Vladimir Vukicevic - b=821230; crash in nsRefreshDriver::SetHighPrecisionTimersEnabled during xpcom shutdown; r=ehsan
  2403. # [18:49] * Quits: UCC (Thunderbir@moz-1363F65F.residential.rdsnet.ro) (Ping timeout)
  2404. # [18:49] * Joins: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  2405. # [18:49] * Joins: adev (adev@moz-CDF69D58.ictp.it)
  2406. # [18:50] * whimboo is now known as whimboo|afk
  2407. # [18:50] * joduinn-coffee is now known as joduinn-brb
  2408. # [18:50] * Joins: myk (myk@2557E599.66715431.D25A875A.IP)
  2409. # [18:51] * jcranmer|away is now known as jcranmer
  2410. # [18:51] * Joins: jdm (jdm@F2D29657.F60B0462.67AC9B1.IP)
  2411. # [18:53] * Quits: bmoss (bmoss@2557E599.66715431.D25A875A.IP) (Ping timeout)
  2412. # [18:53] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  2413. # [18:53] * Quits: graememcc (chatzilla@moz-8BA24341.range31-52.btcentralplus.com) (Ping timeout)
  2414. # [18:54] * Joins: romaxa (romaxa@670ACB81.66590CC0.4A6948F8.IP)
  2415. # [18:54] * Joins: Mook_as (mook@moz-1FCC0032.activestate.com)
  2416. # [18:54] <gfritzsche> edmorley: great starring comments on esr10 :D
  2417. # [18:55] * Joins: vingtetun (vingtetun@moz-F8747CC6.dsl.ovh.fr)
  2418. # [18:55] * Joins: sn0wb1rd_ (sn0wb1rd@63AD9D9D.C768A739.488A906A.IP)
  2419. # [18:55] * Joins: billm (billm@moz-CF6D0A66.hsd1.ca.comcast.net)
  2420. # [18:55] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/0852e5efadac - Mike Conley - Bug 817006 - "Remove from List" option in the Downloads Panel should be clarified as "Remove from History". r=mak.
  2421. # [18:56] * Quits: ekr (ekr@moz-E43B1A40.lax.megapath.net) (Quit: ekr)
  2422. # [18:56] <edmorley> gfritzsche: :-)
  2423. # [18:56] * armenzg is now known as armenzg_lunch
  2424. # [18:56] * Joins: juanb (jbecerra@2557E599.66715431.D25A875A.IP)
  2425. # [18:56] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/eb53ab86f515 - Terrence Cole - Bug 816779 - Add some exact rooting assertions for JSScript; r=bhackett
  2426. # [18:58] * Joins: mreid_ (mark@moz-84A7844D.eastlink.ca)
  2427. # [18:58] * Joins: armenzg__ (armenzg@moz-ED3249A4.dmz.releng.scl3.mozilla.com)
  2428. # [18:58] * Quits: mreid (mark@moz-E31CD2CB.mozilla.org) (NickServ (GHOST command used by mreid_))
  2429. # [18:58] * Quits: armenzg_lunch (armenzg@moz-ED3249A4.dmz.releng.scl3.mozilla.com) (Ping timeout)
  2430. # [18:58] * mreid_ is now known as mreid
  2431. # [18:58] <jwir3> what -j switch does mach use by default?
  2432. # [18:58] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/0723845d095e - Bill McCloskey - Bug 821493 - Change who is responsible for passing runtime to GCMarkers (r=terrence)
  2433. # [18:59] <jwir3> (I know it changed recently, but I'm wondering if it uses the number of physical cores by default or the number of cores visible to the OS)
  2434. # [18:59] * Joins: cviecco_ (cviecco@2557E599.66715431.D25A875A.IP)
  2435. # [19:00] <NeilAway> glandium: does that get the executable or bundle on the Mac?
  2436. # [19:00] <jwir3> (e.g. if I have a QuadCore machine, does mach use -j4 or -j8... since I can apparently see 8 cores in my system menus... perhaps due to hyperthreading or something)
  2437. # [19:00] <gps> jwir3: whatever is visible to the OS
  2438. # [19:00] <jwir3> gps: cool. thanks
  2439. # [19:01] <glandium> NeilAway: the executable
  2440. # [19:01] <NeilAway> glandium: ah, nm
  2441. # [19:01] <glandium> NeilAway: and it's a windows only file anyways
  2442. # [19:01] * Joins: redfive (chatzilla@2C6272F2.534D15A6.4989C8B.IP)
  2443. # [19:02] * Joins: sworkman (sworkman@moz-825EC923.hsd1.ca.comcast.net)
  2444. # [19:02] <NeilAway> glandium: no, I wanted to use it from JS
  2445. # [19:02] <NeilAway> (the call, not the file)
  2446. # [19:02] * Parts: adev (adev@moz-CDF69D58.ictp.it)
  2447. # [19:02] * Joins: ekr (ekr@moz-E43B1A40.lax.megapath.net)
  2448. # [19:02] * till_ is now known as till
  2449. # [19:02] * Joins: clee (clee@2557E599.66715431.D25A875A.IP)
  2450. # [19:02] * sheppy is now known as sheppy-afk
  2451. # [19:03] * Joins: dveditz (dveditz@2557E599.66715431.D25A875A.IP)
  2452. # [19:03] * ChanServ sets mode: +o dveditz
  2453. # [19:03] * Quits: jib (Jan-Ivar@moz-D0297AE3.phlapa.fios.verizon.net) (Quit: jib)
  2454. # [19:04] * Joins: jet (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2455. # [19:04] * Joins: bsmith (bsmith@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2456. # [19:06] * Fallen|away is now known as Fallen
  2457. # [19:06] * Joins: mccr8 (mccr8@2557E599.66715431.D25A875A.IP)
  2458. # [19:07] * Quits: ericjung (Mibbit@moz-F14FA912.bstnma.fios.verizon.net) (Quit: http://www.mibbit.com ajax IRC Client)
  2459. # [19:08] * Joins: phx (Adium@DA386262.E8E44173.689607DE.IP)
  2460. # [19:08] * Joins: smooney (smooney@2557E599.66715431.D25A875A.IP)
  2461. # [19:10] * Quits: @dbaron (dbaron@moz-FB9C8F62.dsl.dynamic.sonic.net) (Ping timeout)
  2462. # [19:10] * Quits: harth (harth@moz-F41EB074.hsd1.ca.comcast.net) (Input/output error)
  2463. # [19:10] * Joins: till_ (till@moz-5CC5B4EC.web.vodafone.de)
  2464. # [19:10] * Joins: pcwalton (pcwalton@43CB6079.66715431.D25A875A.IP)
  2465. # [19:10] * Quits: till (till@moz-30F61532.web.vodafone.de) (Ping timeout)
  2466. # [19:10] * till_ is now known as till
  2467. # [19:11] * Quits: ddahl (ddahl@moz-976797D6.hsd1.il.comcast.net) (Broken pipe)
  2468. # [19:11] * Quits: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP) (Quit: Computer has gone to sleep.)
  2469. # [19:11] * Joins: bsmith_ (bsmith@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2470. # [19:11] <geekboy> http://notary.icsi.berkeley.edu/trust-tree/
  2471. # [19:12] * Quits: mfinkle (mfinkle@moz-8CB7201C.hsd1.pa.comcast.net) (Ping timeout)
  2472. # [19:13] * Joins: wlach (wlach@81EC6347.81C579B6.DA78B690.IP)
  2473. # [19:13] * Quits: biesi_ (cbiesinger@moz-48E61CD.snc1.tfbnw.net) (Ping timeout)
  2474. # [19:13] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  2475. # [19:14] * Quits: phx (Adium@DA386262.E8E44173.689607DE.IP) (Ping timeout)
  2476. # [19:14] * Joins: gwagner (Gregor@2557E599.66715431.D25A875A.IP)
  2477. # [19:14] * Quits: mayhemer (Miranda@moz-415580BA.broadband17.iol.cz) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  2478. # [19:14] * Joins: azakai (alon@2557E599.66715431.D25A875A.IP)
  2479. # [19:15] * Joins: biesi_ (cbiesinger@E91A4D72.6B10AC3.E2F59BBC.IP)
  2480. # [19:15] * Quits: erikvold (erikvold@moz-33BF5BAF.gv.shawcable.net) (Quit: erikvold)
  2481. # [19:16] * Joins: damons (gnubeard@2557E599.66715431.D25A875A.IP)
  2482. # [19:16] * Quits: ochameau (ochameau@moz-109A6728.fbx.proxad.net) (Ping timeout)
  2483. # [19:16] * Quits: mreid (mark@moz-84A7844D.eastlink.ca) (Ping timeout)
  2484. # [19:17] * Quits: Wes (chatzilla@moz-BEF0C255.page.ca) (Ping timeout)
  2485. # [19:17] * Joins: ochameau (ochameau@moz-109A6728.fbx.proxad.net)
  2486. # [19:18] * catlee-away is now known as catlee
  2487. # [19:19] * Joins: bmoss (bmoss@2557E599.66715431.D25A875A.IP)
  2488. # [19:19] * Joins: Wes (chatzilla@moz-BEF0C255.page.ca)
  2489. # [19:20] * Joins: mfinkle (mfinkle@moz-8CB7201C.hsd1.pa.comcast.net)
  2490. # [19:20] * Quits: jhorak (jhorak@moz-2EE9C9C3.cust.nbox.cz) (Quit: Leaving)
  2491. # [19:21] * Quits: till (till@moz-5CC5B4EC.web.vodafone.de) (Ping timeout)
  2492. # [19:21] * Joins: seth (seth@moz-D840E602.dsl.static.sonic.net)
  2493. # [19:22] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/77bd18ca777f - Gregor Wagner - Bug 821510 - Settings: remove debug statements. r=sicking
  2494. # [19:22] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Connection reset by peer)
  2495. # [19:22] * Quits: biesi_ (cbiesinger@E91A4D72.6B10AC3.E2F59BBC.IP) (Quit: Leaving)
  2496. # [19:22] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  2497. # [19:23] * Joins: glob (glob@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2498. # [19:23] * Quits: Rik (rik@moz-F8747CC6.dsl.ovh.fr) (Input/output error)
  2499. # [19:24] * ehsan is now known as ehsan|away
  2500. # [19:24] * armenzg__ is now known as armenzg
  2501. # [19:25] * Quits: Stan (Stan@moz-5AC974F5.dip.t-dialin.net) (Connection reset by peer)
  2502. # [19:25] * Quits: coyotebush (corey@moz-2D845411.hsd1.ca.comcast.net) (Quit: Leaving.)
  2503. # [19:27] * joduinn-brb is now known as joduinn-commute
  2504. # [19:27] * Joins: ericjung (Mibbit@moz-F14FA912.bstnma.fios.verizon.net)
  2505. # [19:27] * Quits: Archaeopteryx (itsme@moz-756328DB.cust.telecolumbus.net) (Quit: Too much information in my brain driving me insane)
  2506. # [19:27] * Quits: bsmith_ (bsmith@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Leaving)
  2507. # [19:28] * Fallen is now known as Fallen|away
  2508. # [19:28] * Quits: sworkman (sworkman@moz-825EC923.hsd1.ca.comcast.net) (Quit: sworkman)
  2509. # [19:28] <firebot> Check-in:
  2510. # [19:28] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/972ff78e9907 - Jim Blandy - Bug 819049: JS debugging protocol: replace 'nameAndParameters' request with 'parameterNames'; replace GripClient.prototype.getSignature with
  2511. # [19:28] <firebot> GripClient.prototype.getParameterNames. r=past
  2512. # [19:28] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/62d11f7658cc - Jim Blandy - Bug 819049: JS debugging protocol: drop 'calleeName' and 'functionName' properties from frame and environment forms. r=past
  2513. # [19:28] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/909ffcf23f83 - Jim Blandy - Bug 819049: JS debugging protocol: provide 'name', 'displayName', and 'userDisplayName' properties on function grips. r=past
  2514. # [19:28] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/3686e1e8845f - Jim Blandy - Bug 819049: JS debugging protocol: use 'name', 'displayName', and 'userDisplayName' properties on function grips. r=past
  2515. # [19:29] * Joins: tanvi (tanvi@2557E599.66715431.D25A875A.IP)
  2516. # [19:29] * Quits: @dveditz (dveditz@2557E599.66715431.D25A875A.IP) (Ping timeout)
  2517. # [19:30] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/1237d9a6ce46 - Tom Schuster - Bug 808148 -Implement experimental Math.imul. r=Waldo
  2518. # [19:30] * Joins: sworkman (sworkman@moz-825EC923.hsd1.ca.comcast.net)
  2519. # [19:31] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e3998db26591 - Jim Chen - Bug 810821 - Only change focus if awesomebar text field responded to key press; r=cpeterson
  2520. # [19:31] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/df953ce7ba31 - Jim Chen - Bug 818715 - Coalesce restartInput calls in GeckoInputConnection; r=cpeterson
  2521. # [19:31] * Joins: brendan (brendaneic@2557E599.66715431.D25A875A.IP)
  2522. # [19:32] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Quit: brendan)
  2523. # [19:32] * Joins: mreid (mark@moz-E31CD2CB.mozilla.org)
  2524. # [19:33] * Joins: brendan (brendaneic@2557E599.66715431.D25A875A.IP)
  2525. # [19:35] * cmcavoy-away is now known as cmcavoy
  2526. # [19:35] <evilpie> jst: Bug 808792 some decision yet? i think i am just going to wont fix it at this point
  2527. # [19:36] * Quits: bjacob (bjacob@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  2528. # [19:37] <jst> evilpie: sorry, never got around to dealing with that, but I am leaning towards not fixing that
  2529. # [19:37] <jst> evilpie: sorry :(
  2530. # [19:38] * Joins: Archaeopteryx (itsme@moz-756328DB.cust.telecolumbus.net)
  2531. # [19:39] <evilpie> ok
  2532. # [19:39] <evilpie> nothing holding me back from using it in my own builds :)
  2533. # [19:40] * Joins: jorendorff (jorendorff@moz-1747FB68.hsd1.tn.comcast.net)
  2534. # [19:41] * Quits: abwillis (abwillis@9877934.9DD4DBBF.6A7A197.IP) (Client exited)
  2535. # [19:41] * Quits: sheppy-afk (sheppy@moz-B52B0B26.dhcp.kgpt.tn.charter.com) (Ping timeout)
  2536. # [19:42] * Joins: Matti (chatzilla@moz-6F1446DD.dip.t-dialin.net)
  2537. # [19:42] * Quits: lduros (user@moz-4894EA28.nic.resnet.group.upenn.edu) (Client exited)
  2538. # [19:43] * Parts: edmorley (edmorley@moz-5C2387B0.range109-156.btcentralplus.com)
  2539. # [19:45] * Quits: ericjung (Mibbit@moz-F14FA912.bstnma.fios.verizon.net) (Quit: http://www.mibbit.com ajax IRC Client)
  2540. # [19:45] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/6fb67e58bad6 - Wesley Johnston - Bug 715258 - Favicons are of low quality for local/internal pages r=mfinkle
  2541. # [19:45] * Quits: ekr (ekr@moz-E43B1A40.lax.megapath.net) (Quit: ekr)
  2542. # [19:46] * Quits: bsmith (bsmith@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  2543. # [19:46] * Joins: harth (harth@moz-F41EB074.hsd1.ca.comcast.net)
  2544. # [19:47] * Joins: jib (Jan-Ivar@moz-D0297AE3.phlapa.fios.verizon.net)
  2545. # [19:48] * Quits: smagnin (pike@moz-8CEB8724.fbx.proxad.net) (Ping timeout)
  2546. # [19:48] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/aafa9e2de532 - Brian Hackett - Bug 821151 - Never call destructors for splay tree elements, r=luke.
  2547. # [19:48] * Joins: dbaron (dbaron@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2548. # [19:48] * ChanServ sets mode: +o dbaron
  2549. # [19:49] * Quits: alexlakatos (alexlakato@601F3B17.33662590.A5830293.IP) (Client exited)
  2550. # [19:49] * Quits: Mardak (Mardak@2557E599.66715431.D25A875A.IP) (Connection reset by peer)
  2551. # [19:50] * Joins: sicking (sicking@moz-7F871C5C.hsd1.ca.comcast.net)
  2552. # [19:50] * Joins: bsmith (bsmith@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2553. # [19:51] * Joins: lizzard (ehenry@moz-833A8F84.public.monkeybrains.net)
  2554. # [19:51] * Quits: azakai (alon@2557E599.66715431.D25A875A.IP) (Ping timeout)
  2555. # [19:51] * Quits: lightsofapollo (jlal@moz-ACAEA2CB.hsd1.ca.comcast.net) (Quit: lightsofapollo)
  2556. # [19:51] * Quits: lizzard (ehenry@moz-833A8F84.public.monkeybrains.net) (Quit: lizzard)
  2557. # [19:51] * Quits: seth (seth@moz-D840E602.dsl.static.sonic.net) (Quit: seth)
  2558. # [19:51] * Joins: dveditz (dveditz@2557E599.66715431.D25A875A.IP)
  2559. # [19:51] * ChanServ sets mode: +o dveditz
  2560. # [19:52] * kmoir is now known as kmoir-afk
  2561. # [19:53] * Joins: Mardak (Mardak@2557E599.66715431.D25A875A.IP)
  2562. # [19:55] * Quits: pcwalton (pcwalton@43CB6079.66715431.D25A875A.IP) (Quit: pcwalton)
  2563. # [19:56] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Quit: brendan)
  2564. # [19:57] * Quits: teoli (teoli@88F51059.F3BBB17D.144F44FA.IP) (Input/output error)
  2565. # [19:57] * Joins: seth (seth@moz-D840E602.dsl.static.sonic.net)
  2566. # [19:58] * Joins: cpearce (cpearce@moz-9EEA206C.xdsl.xnet.co.nz)
  2567. # [19:58] * Quits: dria (dria@F2D29657.F60B0462.67AC9B1.IP) (Quit: dria)
  2568. # [19:58] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/dc4887f61d2e - Brian Hackett - Bug 814966 - Add backtracking register allocator, r=jandem.
  2569. # [19:58] * Joins: Stan (Stan@moz-5AC974F5.dip.t-dialin.net)
  2570. # [19:59] * Joins: ericjung (Mibbit@moz-F14FA912.bstnma.fios.verizon.net)
  2571. # [20:00] * Joins: jammink (textual@2557E599.66715431.D25A875A.IP)
  2572. # [20:00] * Quits: bholley (anonymous@moz-FCAF9AAB.hsd1.ca.comcast.net) (Quit: bholley)
  2573. # [20:01] * Quits: @dbaron (dbaron@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  2574. # [20:01] * Joins: hipokrit (hipokrit@22C376D.1983C9D0.839F6EC0.IP)
  2575. # [20:01] * Joins: dbaron (dbaron@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2576. # [20:01] * ChanServ sets mode: +o dbaron
  2577. # [20:02] * Joins: brendan (brendaneic@2557E599.66715431.D25A875A.IP)
  2578. # [20:02] * Joins: lightsofapollo (jlal@moz-ACAEA2CB.hsd1.ca.comcast.net)
  2579. # [20:03] * Joins: dholbert_ (dholbert@2557E599.66715431.D25A875A.IP)
  2580. # [20:03] * mattwoodrow|away is now known as mattwoodrow
  2581. # [20:04] * Quits: wlach (wlach@81EC6347.81C579B6.DA78B690.IP) (Ping timeout)
  2582. # [20:04] * mdas is now known as mdas|mtg
  2583. # [20:04] * joduinn-commute is now known as joduinn-mtg
  2584. # [20:05] * kn__ is now known as qpalzm
  2585. # [20:06] * Quits: RealRaven (Thunderbir@3A577535.AA878289.C3498625.IP) (Ping timeout)
  2586. # [20:06] * Quits: clee (clee@2557E599.66715431.D25A875A.IP) (Quit: clee)
  2587. # [20:06] * Joins: johanc (chatzilla@moz-8E1A9E8E.bredband.comhem.se)
  2588. # [20:07] * Quits: Bas (chatzilla@moz-1568A577.ftth.concepts.nl) (Connection reset by peer)
  2589. # [20:07] * Joins: Bas (chatzilla@moz-1568A577.ftth.concepts.nl)
  2590. # [20:08] * Parts: nical (nico@moz-F8747CC6.dsl.ovh.fr)
  2591. # [20:08] * Joins: azakai (alon@2557E599.66715431.D25A875A.IP)
  2592. # [20:08] * Joins: clee (clee@2557E599.66715431.D25A875A.IP)
  2593. # [20:08] * Joins: mayhemer (Miranda@moz-415580BA.broadband17.iol.cz)
  2594. # [20:10] * Joins: abwillis (abwillis@9877934.9DD4DBBF.6A7A197.IP)
  2595. # [20:11] * Joins: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net)
  2596. # [20:14] * Quits: mfinkle (mfinkle@moz-8CB7201C.hsd1.pa.comcast.net) (Ping timeout)
  2597. # [20:14] * Quits: smooney (smooney@2557E599.66715431.D25A875A.IP) (Quit: smooney)
  2598. # [20:14] * Joins: RealRaven (Thunderbir@3A577535.AA878289.C3498625.IP)
  2599. # [20:14] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  2600. # [20:15] * Quits: capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com) (Quit: ChatZilla 0.9.89 [Firefox 19.0a2/20121212042015])
  2601. # [20:16] * Joins: mfinkle (mfinkle@moz-8CB7201C.hsd1.pa.comcast.net)
  2602. # [20:16] * Quits: andreasn (andreasn@moz-FD3F641F.a336.priv.bahnhof.se) (Ping timeout)
  2603. # [20:16] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  2604. # [20:18] * nmatsakis is now known as nmatsakis-afk
  2605. # [20:18] * Joins: edmorley (edmorley@moz-5C2387B0.range109-156.btcentralplus.com)
  2606. # [20:19] * Quits: abwillis (abwillis@9877934.9DD4DBBF.6A7A197.IP) (Client exited)
  2607. # [20:19] * Quits: edmorley (edmorley@moz-5C2387B0.range109-156.btcentralplus.com) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  2608. # [20:20] * kmoir-afk is now known as kmoir
  2609. # [20:20] * Joins: Wraithan (wraithan@moz-8C7EB1F3.static.cloud-ips.com)
  2610. # [20:21] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c833cab38b08 - Boris Zbarsky - Bug 816375. Switch NodeFilter to WebIDL bindings. r=peterv
  2611. # [20:21] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/53b604b60d25 - Boris Zbarsky - Bug 818379. Make sure interface objects have a 'length' property even if they're not real function objects. r=peterv
  2612. # [20:21] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/91a7872bb725 - Boris Zbarsky - Bug 821438. Allow inheritance from interfaces with Unforgeable attributes. r=peterv
  2613. # [20:21] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/a54055d75da7 - Boris Zbarsky - Bug 819904. Throw from WebIDL setters called with no arguments, per spec change. r=peterv
  2614. # [20:21] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/7b9ffa4e1e64 - Boris Zbarsky - Bug 820902. nsAttrValue::Equals should do ASCII-case-insensitive compares when it's doing case-insensitive compares. r=sicking
  2615. # [20:21] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/040f5d35fa6a - Boris Zbarsky - Bug 821760. Properly handle compartments in WebIDL static operation bindings. r=peterv
  2616. # [20:21] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/3e0b4ce62d6d - Boris Zbarsky - Bug 816380. Convert XPathEvaluator to WebIDL. r=peterv
  2617. # [20:22] * Quits: naoliv (naoliv@moz-346C30D2.foa.unesp.br) (Quit: ;-))
  2618. # [20:23] <Wraithan> Howdy, I am on the webdev team and I get asked about this bug from other web developers when I mention I work at mozilla on a not infrequent basis. It seems like something that would have been fixed by now because it does make styling a bit harder. https://bugzil.la/649849
  2619. # [20:23] * Quits: lightsofapollo (jlal@moz-ACAEA2CB.hsd1.ca.comcast.net) (Quit: lightsofapollo)
  2620. # [20:23] * mjschranz is now known as derping
  2621. # [20:23] * Joins: bjacob (bjacob@F2D29657.F60B0462.67AC9B1.IP)
  2622. # [20:23] * derping is now known as mjschranz
  2623. # [20:24] * Joins: himsin (x@432E449C.6FDFB4BE.1957C0DA.IP)
  2624. # [20:24] * Quits: cpearce (cpearce@moz-9EEA206C.xdsl.xnet.co.nz) (Ping timeout)
  2625. # [20:24] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Connection reset by peer)
  2626. # [20:24] * glob is now known as glob|away
  2627. # [20:25] <glandium> mochitest-chrome tests all ending with "finished in a non-clean fashion, probably because it didn't call SimpleTest.finish()" locally, does that ring anyone's bell?
  2628. # [20:26] * hwine-commuting is now known as hwine
  2629. # [20:26] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e0b6350b8b24 - Joel Maher - Bug 805404 - docshell/test/test_bug590573.html fails on panda boards. r=jlebar
  2630. # [20:26] * Joins: smooney (smooney@2557E599.66715431.D25A875A.IP)
  2631. # [20:26] * Joins: lizzard (ehenry@moz-833A8F84.public.monkeybrains.net)
  2632. # [20:28] <Matti> Wraithan: the bug got spammed by some idiots...
  2633. # [20:28] * bwinton_away is now known as bwinton
  2634. # [20:28] <tbsaunde> a7arg why doesn't -P foobar imply --no-remote when there's no running firefox whose profile is foobar?
  2635. # [20:28] <Wraithan> Matti: doesn't mean it isn't a completely valid bug
  2636. # [20:28] * Joins: bnicholson (bnicholson@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2637. # [20:28] <Matti> sure but spammed bugs tend to get ignored
  2638. # [20:29] <@khuey> tbsaunde: because no-remote turns off some os integration type stuff too iirc
  2639. # [20:29] <mjrosenb> khuey: yes, but it doesn't launch a firefox with the specified profile
  2640. # [20:30] <@bz> Wraithan: it requires a complete rewrite of how we implement <select>
  2641. # [20:30] <mjrosenb> khuey: usually I care more about the new profile than some bits of OS integration.
  2642. # [20:30] <@bz> Wraithan: And per spec it _is_ invalid, fwiw.
  2643. # [20:30] * Joins: Dagger (Dagger@moz-9AFCB530.cable.virginmedia.com)
  2644. # [20:30] * glob|away is now known as glob
  2645. # [20:30] <@bz> Wraithan: But basically, it's been a low priority and everyone who coul fix it has bigger fish to fry...
  2646. # [20:31] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/f75a9f57c14e - Fabrice Desré - Bug 820456 - Installing a big packaged app could kill the homescreen and make the phone unresponsive [r=ferjm]
  2647. # [20:31] <@bz> Wraithan: I do recommend filing a new bug on this, though, because of the spammers. :(
  2648. # [20:32] <Archaeopteryx> but don't file it yourself
  2649. # [20:33] <Wraithan> bz: And lose all the people who have CC'd themselves to see when this is fixed. Doesn't sound ideal, but if that is what it takes I'll gladly do it
  2650. # [20:33] <jdm> Wraithan: a note can be posted to the original one if the new one does end up being fixed. it's not a big deal.
  2651. # [20:33] * Quits: ehugg (chatzilla@CE3BE0DD.29102B70.6CD50604.IP) (Quit: ChatZilla 0.9.89 [Firefox 17.0.1/20121128204232])
  2652. # [20:34] <Wraithan> bz: also no one in that ticket, unless I missed something, mentions that it breaks spec to make this work in the same way as webkit
  2653. # [20:34] * Quits: akeybl (akeybl@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Leaving...)
  2654. # [20:34] * Quits: bajaj (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Leaving.)
  2655. # [20:35] <@bz> Wraithan: per spec, form controls are completely opaque and styling them should not work period.
  2656. # [20:35] <jdm> Callek: are you up on android infrastructure problems? do the various failures on m-c on 4.0 look like that sort of thing to you?
  2657. # [20:35] <@bz> Wraithan: Basically, that bug is a hostile work environment.
  2658. # [20:35] <@bz> Wraithan: I would not want to be assignee, and I would not ask anyone else to do it either.
  2659. # [20:35] <@bz> Wraithan: so if we want it fixed, we need a different bug.
  2660. # [20:35] * Quits: gcp (gcp@moz-D0E475EA.access.telenet.be) (Quit: Leaving)
  2661. # [20:35] <@bz> Wraithan: once we fix it, we can still resolve this one fixed, so the people on the cc list will know.
  2662. # [20:35] <Callek> jdm: almost all are hideable
  2663. # [20:36] <Callek> jdm: I'll 302 on which ones to jmaher
  2664. # [20:36] <Wraithan> bz: Sounds like something the firefox team should take care of, making new bugs when others get too hostile, rather than the community
  2665. # [20:36] <jimm> glandium: which tests?
  2666. # [20:36] <jimm> all of them?
  2667. # [20:36] <glandium> jimm: all
  2668. # [20:36] <Callek> jdm: (we turned on a whole bunch just this AM, and had issues getting them shown until ~ now)
  2669. # [20:36] <@bz> Wraithan: There is no "firefox team" for this purpose.
  2670. # [20:36] <jimm> oh hmm. nm then.
  2671. # [20:36] <@bz> Wraithan: we're all in this together. ;)
  2672. # [20:36] <Wraithan> bz: I open another bug and I'm likely to get duplicate bug and closed.
  2673. # [20:37] <Wraithan> bz: someone respected on the other hand won't have that issue.
  2674. # [20:37] <jmaher> jdm: m4-8 should be green; likewise c* and j* will be green; all else should be hidden right now
  2675. # [20:37] <jdm> Wraithan: not if you include justification for not duping it up front
  2676. # [20:37] <@bz> Wraithan: If you say in comment 0 _why_ you're opening the bug, yu might not.
  2677. # [20:37] <@bz> That said....
  2678. # [20:37] <Wraithan> bz: 'might not'
  2679. # [20:37] * Joins: ferongr (ferongr@moz-52FB875C.home.otenet.gr)
  2680. # [20:37] <@bz> Until bugzilla is fixed to not suck, anyone "respected" won't want to file a bug on something like this anyway.
  2681. # [20:37] <@bz> Because of the spammers...
  2682. # [20:37] <@bz> So it's all bad.
  2683. # [20:37] * Quits: nmatsakis-afk (nmatsakis@AAE222A3.FDDA6739.2321E71E.IP) (Ping timeout)
  2684. # [20:38] <@bz> One option is to file the new bug security-sensitive or something...
  2685. # [20:38] * @bz shrugs
  2686. # [20:38] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/11e520752312 - Ian Patterson - Bug 712748 - uriloader did not recognize ".jpg" filename extension because Android returned ".jpeg". r=cpeterson
  2687. # [20:38] <@smaug> BenWa: curious, what else is taking time during shutdown ?
  2688. # [20:38] <@bz> The real correct approach is to do nothing until there's a patch, then file a new bug, attach the patch, and check it in.
  2689. # [20:38] * Quits: smooney (smooney@2557E599.66715431.D25A875A.IP) (Quit: smooney)
  2690. # [20:38] <glob> bz, sorry :( moco-confidential would be better than using a sec group
  2691. # [20:38] <@smaug> I mean else than CC/GC
  2692. # [20:38] * Quits: lizzard (ehenry@moz-833A8F84.public.monkeybrains.net) (Quit: lizzard)
  2693. # [20:38] * Joins: lizzard (ehenry@moz-833A8F84.public.monkeybrains.net)
  2694. # [20:38] <@bz> glob: I _really_ wish you could "unsubscribe" from bugs you reported
  2695. # [20:39] <@bz> glob: that would significantly lower the barrier on fixing up messes like this.
  2696. # [20:39] <dholbert> bz, filters FTW!
  2697. # [20:39] <Wraithan> bz: so basically that means it will never get fixed. since it wont get annyone assigned to it.
  2698. # [20:39] <@bz> glob: right now it carries a hefty penalty.
  2699. # [20:39] <glob> bz, i also wish you could do that!
  2700. # [20:39] <BenWa> smaug: Up next is going to be add-ons destructor which we don't have good numbers on. Plugin destruction taking 100ms per instance and page listening to events like page hide
  2701. # [20:39] <@bz> Wraithan: I think you misunderstand how things get fixed.
  2702. # [20:39] <@bz> Wraithan: something getting fixed doesn't involve anyone being assigned to anything; just someone stepping up and fixing.
  2703. # [20:39] * mdas|mtg is now known as mdas
  2704. # [20:39] <glob> bz, and/or restrict comments on bugs to just canconfirm+
  2705. # [20:39] * Joins: bholley (anonymous@moz-FCAF9AAB.hsd1.ca.comcast.net)
  2706. # [20:40] <BenWa> smaug: I haven't profiled on systems with slow IO. I'm modifying the addon to have a way to auto send shutdown profiles that I'm going to get people to opt-into
  2707. # [20:40] <@bz> Wraithan: half the things that get checked in have code written before the bug is ever filed.
  2708. # [20:40] <BenWa> Once we get that well have better data
  2709. # [20:40] <@bz> glob: That would help too.
  2710. # [20:40] <BenWa> GC/CC is about 2/3 of the problem however
  2711. # [20:40] <@smaug> yup
  2712. # [20:40] <@bz> Wraithan: The one thing I can guarantee is that no one has time to work on this until b2g ships
  2713. # [20:40] <@smaug> BenWa: I'm about to land the patch in few minutes
  2714. # [20:40] <glob> bz, fwiw both of those are on my "short term" fix list
  2715. # [20:40] <@bz> Wraithan: since the usual culprits for this code are deep in that.
  2716. # [20:40] <@smaug> once I get some more tryserver results
  2717. # [20:40] <@bz> glob: excellent. ;)
  2718. # [20:41] <@bz> dholbert: they don't scale. I've tried. :(
  2719. # [20:41] <BenWa> smaug: We haven't got a profile of someone getting a 30sec+ shutdown yet but we hear it's GC/CC related but can't confirm
  2720. # [20:41] <bjacob> jlebar: is there any docs on how to use your dump-about-memory-to-file-on-signal tool?
  2721. # [20:41] <@bz> dholbert: having to add a filter to all your mail clients every time there's a new idiot-fest.. <sigh>
  2722. # [20:41] <BenWa> smaug: Wait, I though we had to fix some of the writes first?
  2723. # [20:41] <jlebar> bjacob: ./get_about_memory.py --help.
  2724. # [20:41] <mccr8> I've considered creating a separate bugzilla account to file things like intermittent oranges that I don't want to get mailed about all the time. ;)
  2725. # [20:41] * @bz wishes he had sane server-side filters
  2726. # [20:41] <bjacob> jlebar: thanks!
  2727. # [20:41] <BenWa> mccr8: Haha, I filed one and got soo sick of it I just fixed it :)
  2728. # [20:42] <dholbert> bz, if you use gmail or moco-mail, you can do server-side filtering
  2729. # [20:42] <Wraithan> bz: cool, I guess that is my answer, it isn't a priority and it wont be for months, if it is even one then.
  2730. # [20:42] <BenWa> but it was a really simple random orange. We weren't waiting for the iframe to load
  2731. # [20:42] <@bz> Wraithan: again, this is something we'd like to change behavior of, but it's a fair amount of work, and the benefit has not been judged sufficient....
  2732. # [20:42] <@bz> Wraithan: yep.
  2733. # [20:42] <@smaug> BenWa: based on espindola's tryserver push, there are no writes
  2734. # [20:42] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Input/output error)
  2735. # [20:42] <@bz> Wraithan: That's correct.
  2736. # [20:42] <dholbert> bz, (ah, nevermind, you mentioned server-side filters)
  2737. # [20:42] <@bz> Wraithan: if you think it should be, mail Mounir once b2g is done?
  2738. # [20:43] <@bz> Wraithan: which is in a month....
  2739. # [20:43] * mattwoodrow is now known as mattwoodrow|away
  2740. # [20:43] <BenWa> smaug: W00t. Well if that's the case then this would probably be the biggest patch for 20 :)
  2741. # [20:43] <jcranmer> bz: one option I've done when trying to fix a hostile bug is to make a dependency bug which has a very dry technical summary
  2742. # [20:43] <@bz> dholbert: yeah, using moco for bugmail is undesirable. :(
  2743. # [20:43] <@bz> dholbert: even more so gmail.
  2744. # [20:43] <jdm> I find gmail pretty usable for bugmail
  2745. # [20:43] <@bz> dholbert: the former because of project-vs-employment concerns
  2746. # [20:43] * Joins: wlach (wlach@moz-317EA0B0.vif.net)
  2747. # [20:44] <dholbert> bz, fair enough
  2748. # [20:44] <@bz> dholbert: and the latter because I hate gmail to start with, and the security bug story makes it even worse.
  2749. # [20:44] <@bz> dholbert: gmail s/mime might make it better, of course.
  2750. # [20:44] <jcranmer> I use gmail, but only via Thunderbird
  2751. # [20:44] <dholbert> me too
  2752. # [20:45] * Joins: cpearce (cpearce@moz-9EEA206C.xdsl.xnet.co.nz)
  2753. # [20:45] * jcranmer finds that all webmail UIs suck
  2754. # [20:45] <jhammel> jcranmer++
  2755. # [20:45] <dholbert> enigmail+thunderbird security-bugmail-decrypting FTW
  2756. # [20:45] * Joins: dao (dao@moz-DE32E385.superkabel.de)
  2757. # [20:45] <jcranmer> meh, I use self-signed S/MIME certs
  2758. # [20:45] * Quits: RealRaven (Thunderbir@3A577535.AA878289.C3498625.IP) (Ping timeout)
  2759. # [20:45] * Joins: squib (squib@moz-B01B5D55.dhcp.mdsn.wi.charter.com)
  2760. # [20:45] * Joins: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net)
  2761. # [20:45] <Wraithan> bz: thanks.
  2762. # [20:45] <sstangl> philor|away: ping
  2763. # [20:46] <joe> Waldo: do you want to take a look at bug 821804 and see which approach you prefer?
  2764. # [20:46] <sstangl> (does https://tbpl.mozilla.org/?tree=Try&rev=d8a45a696e8b look sufficiently randomly orange to you?)
  2765. # [20:46] <jlebar> bjacob: (You found the tool in the B2G repository, right?)
  2766. # [20:46] * Joins: smooney (smooney@2557E599.66715431.D25A875A.IP)
  2767. # [20:46] * Joins: ehugg (ehugg@D6EB3A64.4F0DA528.43B20542.IP)
  2768. # [20:47] * Joins: Ms2ger (Ms2ger@70BC834E.EAE0455B.3773EA9F.IP)
  2769. # [20:47] * Quits: past (Instantbir@moz-4160552A.dsl.dyn.forthnet.gr) (Quit: past)
  2770. # [20:47] * Quits: cpearce (cpearce@moz-9EEA206C.xdsl.xnet.co.nz) (Ping timeout)
  2771. # [20:47] <jdm> sstangl: yeah, that's all rando
  2772. # [20:47] <sstangl> excellent, thank you
  2773. # [20:47] <@bz> Ah, gmail via IMAP is possibly an option, yes.
  2774. # [20:48] <bjacob> jlebar: i did. my next question is can i tell it to do it every millisecond?
  2775. # [20:48] * Quits: lizzard (ehenry@moz-833A8F84.public.monkeybrains.net) (Quit: lizzard)
  2776. # [20:48] <jlebar> bjacob: It takes a few seconds to do its business...
  2777. # [20:48] <bjacob> jlebar: i have time
  2778. # [20:48] <jlebar> bjacob: So you're limited by how fast it runs.
  2779. # [20:49] <jlebar> bjacob: Also by how quickly you can pull files off the device and so on.
  2780. # [20:49] <bjacob> jlebar: ok, next question then
  2781. # [20:49] <bjacob> jlebar: i actually get a low-memory event before crashing
  2782. # [20:49] <jlebar> ha, yeah, good luck.
  2783. # [20:49] <bjacob> jlebar: i tried to break on the place where we catch it
  2784. # [20:49] <bjacob> jlebar: somehow my breakpoint doesn't get hit. rings a bell?
  2785. # [20:50] * ferjm is now known as ferjm|afk
  2786. # [20:50] <jlebar> bjacob: But the event fires?
  2787. # [20:50] <bjacob> i guess i'll just recompile the code where we handle it
  2788. # [20:50] <bjacob> it does fire and log it
  2789. # [20:50] <jlebar> bjacob: Are you sure it's firing in the process you're running in gdb?
  2790. # [20:50] <bjacob> but setting a bp on the line logging it, isnt hit
  2791. # [20:50] <bjacob> oooooh
  2792. # [20:50] <bjacob> jlebar: smart cookie
  2793. # [20:50] <jlebar> :)
  2794. # [20:50] <bjacob> jlebar: the best part is i updated the b2g debugging wiki page with exactly that tip
  2795. # [20:51] <jlebar> lol, goes to show how useful that page is.
  2796. # [20:51] <bjacob> well, it would actually have been useful to me if i hadn't forgotten it
  2797. # [20:52] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/38754d5fcc85 - Sriram Ramasubramanian - Bug 821434: Tabs button shows persona on private mode. [r=mfinkle]
  2798. # [20:53] <bjacob> jlebar: got it hit now. so if i run your tool, and continue execution in gdb, it should work, righ
  2799. # [20:53] * Joins: TheOne (one@moz-8832BB7F.dip.t-dialin.net)
  2800. # [20:53] <jlebar> bjacob: If the process doesn't crash first...
  2801. # [20:54] <bjacob> jlebar: right, i have to interrupt also the browser process
  2802. # [20:54] * Joins: lightsofapollo (jlal@moz-47879D6C.hsd1.ca.comcast.net)
  2803. # [20:54] * Quits: ferongr (ferongr@moz-52FB875C.home.otenet.gr) (Ping timeout)
  2804. # [20:55] * Quits: lightsofapollo (jlal@moz-47879D6C.hsd1.ca.comcast.net) (Input/output error)
  2805. # [20:55] <jlebar> bjacob: The memory pressure is coming from the browser process, and the main process is dying?
  2806. # [20:56] * Joins: pcwalton (pcwalton@43CB6079.66715431.D25A875A.IP)
  2807. # [20:56] <bjacob> jlebar: no, the memory pressure is caused by browser process, but only the main process gets the event, and only the browser process dies, and i want about:memory of browser process
  2808. # [20:56] <Wraithan> bz: added an update to that bug with some of the information you provided since the community deserves to have an idea of what is happening if they come across it.
  2809. # [20:56] <NeilAway> jcranmer: what expiry date did you put?
  2810. # [20:57] <jlebar> bjacob: I see. Okay; the browser process is dying too fast. That makes sense.
  2811. # [20:57] * Quits: smooney (smooney@2557E599.66715431.D25A875A.IP) (Quit: smooney)
  2812. # [20:57] <jcranmer> NeilAway: ?
  2813. # [20:57] * bc is now known as bc|afk
  2814. # [20:57] <jlebar> bjacob: If you ever happen to see us kill the main process before the browser process, could you tell me? I've heard of this happening but have been unable to reproduce.
  2815. # [20:57] <bjacob> jlebar: i am not seeing that happening
  2816. # [20:57] <jlebar> bjacob: understood.
  2817. # [20:59] * Joins: lizzard (ehenry@moz-CC24D9B1.tmodns.net)
  2818. # [20:59] <Wraithan> bz: https://bugzil.la/649849#59 let me know if I misstated anything.
  2819. # [20:59] <bjacob> jlebar: actually i have a problem. what i need is, as soon as the main process gets memory-pressure, i need to interrupt the browser process. Do you know a way of doing that?
  2820. # [20:59] * AutomatedTester|away is now known as AutomatedTester
  2821. # [20:59] * Joins: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net)
  2822. # [20:59] <@bz> Wraithan: Seems right enough
  2823. # [20:59] <jlebar> bjacob: You can send it a signal. :)
  2824. # [21:00] <jlebar> bjacob: Actually, you could send it SIGRTMIN!
  2825. # [21:00] * jhammel is now known as jhammel|foodz
  2826. # [21:00] * Joins: RealRaven (Thunderbir@3A577535.AA878289.C3498625.IP)
  2827. # [21:00] * Quits: overholt (overholt@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  2828. # [21:00] * Quits: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  2829. # [21:00] * khuey is now known as khuey|away
  2830. # [21:00] <bjacob> jlebar: how do i know the browser process pid?
  2831. # [21:00] * Quits: kdcw (kdc@moz-F7413045.pk.shawcable.net) (Quit: HydraIRC -> http://www.hydrairc.com <- *I* use it, so it must be good!)
  2832. # [21:00] <jlebar> bjacob: You should be able to get that from ContentParent if you dig enough.
  2833. # [21:00] <jlebar> bjacob: but I don't know offhand.
  2834. # [21:00] * jgriffin is now known as jgriffin-afk
  2835. # [21:00] <bjacob> jlebar: ok
  2836. # [21:01] * Joins: karl (karl@moz-C433B975.jetstream.xtra.co.nz)
  2837. # [21:01] <NeilAway> jcranmer: <jcranmer> meh, I use self-signed S/MIME certs
  2838. # [21:01] * Quits: milan (milan@F2D29657.F60B0462.67AC9B1.IP) (Connection reset by peer)
  2839. # [21:01] * Joins: milan (milan@F2D29657.F60B0462.67AC9B1.IP)
  2840. # [21:02] <jcranmer> NeilAway: ah, I don't remember
  2841. # [21:02] * Quits: myk (myk@2557E599.66715431.D25A875A.IP) (Ping timeout)
  2842. # [21:02] <jcranmer> April 22, 2014
  2843. # [21:02] * Joins: smooney (smooney@2557E599.66715431.D25A875A.IP)
  2844. # [21:04] <dholbert> hmm, my gpg key expires 2013-01-01... better get on making a new one
  2845. # [21:04] * Joins: bajaj (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2846. # [21:04] <dholbert> I wonder if security bugmail cares whether your gpg key is expired?
  2847. # [21:05] * Joins: dzbarsky (Adium@moz-E8FD3032.phlapa.east.verizon.net)
  2848. # [21:05] * Joins: myk (myk@2557E599.66715431.D25A875A.IP)
  2849. # [21:06] <jcranmer> I don't know
  2850. # [21:06] * Joins: sheppy (sheppy@moz-B52B0B26.dhcp.kgpt.tn.charter.com)
  2851. # [21:06] <jcranmer> I was the first to find out that it supported self-signed certs
  2852. # [21:06] * Quits: bajaj (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  2853. # [21:06] * Joins: joe_walker (joe_walker@moz-17C85A3D.as13285.net)
  2854. # [21:06] <dholbert> well, now I have to leave my soon-expired key on my bmo account, just to find out :)
  2855. # [21:07] * Quits: damons (gnubeard@2557E599.66715431.D25A875A.IP) (Quit: damons)
  2856. # [21:07] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Quit: brendan)
  2857. # [21:07] * Quits: gwagner (Gregor@2557E599.66715431.D25A875A.IP) (Quit: gwagner)
  2858. # [21:07] * Quits: pcwalton (pcwalton@43CB6079.66715431.D25A875A.IP) (Quit: pcwalton)
  2859. # [21:08] * Quits: himsin (x@432E449C.6FDFB4BE.1957C0DA.IP) (Ping timeout)
  2860. # [21:09] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/061b5c0c5580 - Josh Matthews - Bug 755050 - Remove unused return value warnings from nsTestCrasher.cpp. r=ted
  2861. # [21:10] * Quits: hipokrit (hipokrit@22C376D.1983C9D0.839F6EC0.IP) (Ping timeout)
  2862. # [21:10] * jcranmer is now known as jcranmer|away
  2863. # [21:11] * Quits: bmoss (bmoss@2557E599.66715431.D25A875A.IP) (Ping timeout)
  2864. # [21:11] * Quits: nattofriends (tsutsumi@moz-A369A791.warosu.org) (Ping timeout)
  2865. # [21:12] * bwinton is now known as bwinton_away
  2866. # [21:13] * Quits: azakai (alon@2557E599.66715431.D25A875A.IP) (Ping timeout)
  2867. # [21:13] * Joins: nattofriends (tsutsumi@moz-A369A791.warosu.org)
  2868. # [21:14] * Joins: pcwalton (pcwalton@43CB6079.66715431.D25A875A.IP)
  2869. # [21:14] * Quits: Boriss (FlyingToas@88F51059.F3BBB17D.144F44FA.IP) (Quit: Boriss)
  2870. # [21:16] * Joins: vtmarvin (Thunderbir@9D75911A.1239134F.E4B2C495.IP)
  2871. # [21:16] * Joins: jet_ (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2872. # [21:17] * Quits: bsmith (bsmith@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  2873. # [21:17] * Quits: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net) (Connection reset by peer)
  2874. # [21:17] * Joins: gwagner (Gregor@2557E599.66715431.D25A875A.IP)
  2875. # [21:17] * Joins: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net)
  2876. # [21:19] * Joins: cilias (cilias@moz-D8CAF7D8.cpe.net.cable.rogers.com)
  2877. # [21:20] * Joins: bsmith (bsmith@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2878. # [21:20] * Quits: seth (seth@moz-D840E602.dsl.static.sonic.net) (Quit: seth)
  2879. # [21:20] * Joins: overholt (overholt@35765CFB.88764A66.72A31D6.IP)
  2880. # [21:21] <Yoric> ttaubert: pong
  2881. # [21:22] * Joins: UCC (UCC@moz-1363F65F.residential.rdsnet.ro)
  2882. # [21:22] * Joins: unknown_ (UCC@moz-1363F65F.residential.rdsnet.ro)
  2883. # [21:23] * cpeterson is now known as cpeterson|lunch
  2884. # [21:23] * Quits: UCC (UCC@moz-1363F65F.residential.rdsnet.ro) (Quit: Leaving)
  2885. # [21:23] * Quits: unknown_ (UCC@moz-1363F65F.residential.rdsnet.ro) (Quit: Leaving)
  2886. # [21:23] * Quits: cpeterson|lunch (cpeterson@moz-175D1473.hsd1.ca.comcast.net) (Input/output error)
  2887. # [21:23] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/9121bae603a2 - Sean Stangl - Bug 808245, Part 1/6 - Fix some nits, especially vim modelines. r=dvander
  2888. # [21:23] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/b7e2ba73b2ff - Sean Stangl - Bug 808245, Part 6/6 - Add MatchOnly mode and lazify RegExpStatics. r=dvander
  2889. # [21:23] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/7711a36c2771 - Sean Stangl - Bug 808245, Part 5/6 - Use MatchPairs for RegExp output. r=dvander
  2890. # [21:24] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/787527f064da - Sean Stangl - Bug 808245, Part 2/6 - Remove the unused hackedSource RegExp type. r=dvander
  2891. # [21:24] * Joins: cpeterson|lunch (cpeterson@moz-175D1473.hsd1.ca.comcast.net)
  2892. # [21:24] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/ea7d93401f96 - Sean Stangl - Bug 808245, Part 3/6 - Merge RegExpCode into RegExpShared. r=dvander
  2893. # [21:24] * Quits: KWierso|Home (chatzilla@moz-296B3117.hsd1.ca.comcast.net) (Ping timeout)
  2894. # [21:24] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/d229008d60ac - Sean Stangl - Bug 808245, Part 4/6 - Compile RegExpShared at execution time. r=dvander
  2895. # [21:24] * Quits: harth (harth@moz-F41EB074.hsd1.ca.comcast.net) (Input/output error)
  2896. # [21:24] * Joins: KWierso|Home (chatzilla@moz-296B3117.hsd1.ca.comcast.net)
  2897. # [21:24] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/bed3d6fd43b0 - David Burns - Bug 819351: move import script file creation/deletion to marionette actor and have it deleted on session delete. r=jgriffin
  2898. # [21:26] * Quits: cpeterson|lunch (cpeterson@moz-175D1473.hsd1.ca.comcast.net) (Input/output error)
  2899. # [21:27] * Joins: azakai (alon@2557E599.66715431.D25A875A.IP)
  2900. # [21:27] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/a0e351bde946 - Jonathan Kew - bug 821679 - handle display-to-device pixel scaling of mouse-click position when creating drag image. r=roc
  2901. # [21:27] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/6a1a8bf1b656 - Jonathan Kew - bug 821454 - scaling from display to device pixels should only apply to top-level windows/dialogs/popups, not to child or plugin windows. r=roc
  2902. # [21:30] * Joins: erikvold (erikvold@moz-1EA444C.wireless.telus.com)
  2903. # [21:30] * Joins: bmoss (bmoss@2557E599.66715431.D25A875A.IP)
  2904. # [21:31] <@smaug> no espindola today
  2905. # [21:31] <Ms2ger> cabanier, ping
  2906. # [21:31] <@smaug> !seen espindola
  2907. # [21:31] <@killer> I don't know who espindola is.
  2908. # [21:31] <firebot> espindola was last seen 16 hours, 23 minutes and 45 seconds ago, saying 'njn: in any case, I hope if you don't mind if I look at it next week (Monday)' in #developers.
  2909. # [21:31] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/bc1e8c9266ea - Sriram Ramasubramanian - Bug 821453: Android 4.2.1 messes up BitmapDrawable. [r=mfinkle]
  2910. # [21:32] * Joins: nrc (nrc@4B76F2B0.D05BE748.613E47D1.IP)
  2911. # [21:33] * glob is now known as glob|away
  2912. # [21:34] * Joins: nmatsakis-afk (nmatsakis@AAE222A3.FDDA6739.2321E71E.IP)
  2913. # [21:34] * Joins: bajaj (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2914. # [21:35] * Quits: RealRaven (Thunderbir@3A577535.AA878289.C3498625.IP) (Ping timeout)
  2915. # [21:35] * Joins: RealRaven (Thunderbir@3A577535.AA878289.C3498625.IP)
  2916. # [21:36] * Joins: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  2917. # [21:36] * Quits: bajaj (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  2918. # [21:37] * Joins: brendan (brendaneic@2557E599.66715431.D25A875A.IP)
  2919. # [21:37] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/034a28d4d68b - Olli Pettay - Bug 818739, don't run CC during shutdown, r=mccr8
  2920. # [21:38] <@smaug> BenWa: ^
  2921. # [21:39] * armenzg is now known as armenzg_brb
  2922. # [21:40] * ehsan|away is now known as ehsan
  2923. # [21:40] * Quits: erikvold (erikvold@moz-1EA444C.wireless.telus.com) (Quit: erikvold)
  2924. # [21:40] * Joins: pnemsak (Miranda@moz-192A9791.orange.sk)
  2925. # [21:40] * Joins: erikvold (erikvold@moz-1EA444C.wireless.telus.com)
  2926. # [21:43] * Quits: sworkman (sworkman@moz-825EC923.hsd1.ca.comcast.net) (Quit: sworkman)
  2927. # [21:45] * Quits: sn0wb1rd_ (sn0wb1rd@63AD9D9D.C768A739.488A906A.IP) (Quit: I will be right back)
  2928. # [21:45] * Joins: sn0wb1rd_ (sn0wb1rd@63AD9D9D.C768A739.488A906A.IP)
  2929. # [21:46] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/a567cc63a389 - Jason Orendorff - Bug 820180 - Isolate JS pseudorandom number generator state per compartment. r=luke.
  2930. # [21:46] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/96b591267cb3 - Jason Orendorff - Bug 745194 - [jsdbg2] Crash on Heap, trying to execute NULL, with Debugger forced return, methodjit, and GC. r=bhackett.
  2931. # [21:46] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/8541aa1783c7 - Jason Orendorff - Bug 817368 - Map.prototype.{keys,values,entries}. r=luke.
  2932. # [21:46] * Quits: jimm (jmathies@moz-7F164CA1.pn.at.cox.net) (Quit: )
  2933. # [21:47] * jedp is now known as jedp|noms
  2934. # [21:47] * Quits: ehugg (ehugg@D6EB3A64.4F0DA528.43B20542.IP) (Quit: ehugg)
  2935. # [21:49] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Input/output error)
  2936. # [21:49] * Joins: mreid2 (mreid@moz-5F4A70CA.yipyip.com)
  2937. # [21:50] <BenWa> smaug: I just saw that. You guys are insane :)
  2938. # [21:50] <BenWa> I really hope it sticks
  2939. # [21:50] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  2940. # [21:51] * Quits: lizzard (ehenry@moz-CC24D9B1.tmodns.net) (Quit: lizzard)
  2941. # [21:51] <@smaug> BenWa: that has nothing insane :) But yeah, I hope it doesn't cause regressions
  2942. # [21:51] <BenWa> smaug: Ideally we just force everyone to fix any regression rather then a backout. We will see
  2943. # [21:51] * Quits: Ms2ger (Ms2ger@70BC834E.EAE0455B.3773EA9F.IP) (Quit: nn)
  2944. # [21:52] * Quits: myk (myk@2557E599.66715431.D25A875A.IP) (Ping timeout)
  2945. # [21:52] <@smaug> yeah
  2946. # [21:52] * bc|afk is now known as bc
  2947. # [21:53] * jedp|noms is now known as jedp
  2948. # [21:53] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/6fbb674858da - Ehsan Akhgari - Bug 820875 - Reimplement DMD's MutexBase using critical sections; r=bbondy
  2949. # [21:53] <@ehsan> BenWa: insane and genius are two sides of a coin
  2950. # [21:53] * Quits: smooney (smooney@2557E599.66715431.D25A875A.IP) (Quit: smooney)
  2951. # [21:53] * joduinn-mtg is now known as joduinn-food
  2952. # [21:53] <BenWa> Well we need to take some bold move sometimes. They payoff here is huge!
  2953. # [21:53] <BenWa> the payoff*
  2954. # [21:53] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Quit: brendan)
  2955. # [21:54] <BenWa> smaug: You should write a blog post to ask people to watch for problems
  2956. # [21:54] * Joins: MrDHat (chatzilla@807DEB60.5618B7EE.8D9DA8D9.IP)
  2957. # [21:54] <@smaug> I don't have a blog
  2958. # [21:54] <@smaug> at least not an active one
  2959. # [21:54] <BenWa> Well dev.platform. If not I can blog it
  2960. # [21:54] * khuey|away is now known as khuey
  2961. # [21:55] * jcranmer|away is now known as jcranmer
  2962. # [21:56] * Joins: myk (myk@2557E599.66715431.D25A875A.IP)
  2963. # [21:56] * Joins: jimm (jmathies@moz-7F164CA1.pn.at.cox.net)
  2964. # [21:57] * Joins: smaug_ (chatzilla@moz-78A86AC.pp.htv.fi)
  2965. # [21:57] * jgriffin-afk is now known as jgriffin
  2966. # [21:57] * Quits: @smaug (chatzilla@moz-78A86AC.pp.htv.fi) (Ping timeout)
  2967. # [21:57] * smaug_ is now known as smaug
  2968. # [21:57] * nmatsakis-afk is now known as nmatsakis
  2969. # [21:58] * Joins: ehugg (chatzilla@CE3BE0DD.29102B70.6CD50604.IP)
  2970. # [21:58] * smaug is now known as IRCMonkey2566
  2971. # [21:59] * Joins: ehugg_ (ehugg@84342193.C801773E.730219B6.IP)
  2972. # [22:00] * Quits: bmoss (bmoss@2557E599.66715431.D25A875A.IP) (Ping timeout)
  2973. # [22:00] <@bz> Payoff being faster shutdown?
  2974. # [22:01] * Quits: IRCMonkey2566 (chatzilla@moz-78A86AC.pp.htv.fi) (Quit: Reconnecting…)
  2975. # [22:01] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
  2976. # [22:01] * ChanServ sets mode: +o smaug
  2977. # [22:02] * jhammel|foodz is now known as jhammel
  2978. # [22:02] * geekboy is now known as geekboy|afk
  2979. # [22:03] <BenWa> bz: Yes. We're hoping it will cut down our numbers of 30sec+ shutdown. And speed up our 1 sec shutdown but 2/3
  2980. # [22:03] * Joins: kn__ (ck@C7C05874.E84ECEF3.3376CD77.IP)
  2981. # [22:04] * Joins: Austin__ (austin@B65F78B7.1356EECA.2170E5F.IP)
  2982. # [22:04] * Joins: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2983. # [22:04] * Quits: qpalzm (ck@C7C05874.E84ECEF3.3376CD77.IP) (Ping timeout)
  2984. # [22:04] <@khuey> yeah good luck getting people to fix regressions when they're all busy with b2g
  2985. # [22:04] <@smaug> BenWa: I'll write to dev.p once I've got green tests
  2986. # [22:04] <BenWa> np
  2987. # [22:05] <@smaug> khuey: I'm not busy with b2g ;) (but busy with other things )
  2988. # [22:05] * geekboy|afk is now known as geekboy
  2989. # [22:06] <@smaug> but really, I don't see why this would be very risky change
  2990. # [22:07] * Quits: mreid (mark@moz-E31CD2CB.mozilla.org) (Ping timeout)
  2991. # [22:07] * mreid2 is now known as mreid
  2992. # [22:10] * Joins: marco (Thunderbir@moz-44ABE23F.cust.dsl.teletu.it)
  2993. # [22:11] * Quits: kinetik (kinetik@B0506AEA.F200EF31.613E47D1.IP) (Ping timeout)
  2994. # [22:11] * Joins: capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com)
  2995. # [22:11] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/e7b35e1e28d4 - Daniel Holbert - Bug 821843: Remove no-longer-used variable 'isJava' from nsPluginHost.cpp, to fix GCC 4.7 warning (treated as error in enable-warnings-as-errors builds). r=johns
  2996. # [22:13] * Quits: dzbarsky (Adium@moz-E8FD3032.phlapa.east.verizon.net) (Quit: Leaving.)
  2997. # [22:14] * Joins: kinetik (kinetik@B0506AEA.F200EF31.613E47D1.IP)
  2998. # [22:15] * Quits: Mardak (Mardak@2557E599.66715431.D25A875A.IP) (Quit: Mardak)
  2999. # [22:16] * kn__ is now known as qpalzm
  3000. # [22:16] * Quits: qpalzm (ck@C7C05874.E84ECEF3.3376CD77.IP) (Quit: Leaving)
  3001. # [22:16] * Quits: erikvold (erikvold@moz-1EA444C.wireless.telus.com) (Ping timeout)
  3002. # [22:17] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/58ca79c2a77a - David Keeler - bug 820109 - click-to-play: open "Check for updates..." link in new tab (beta) r=dao a=akeybl
  3003. # [22:18] * Quits: clee (clee@2557E599.66715431.D25A875A.IP) (Quit: clee)
  3004. # [22:20] * Joins: clee (clee@2557E599.66715431.D25A875A.IP)
  3005. # [22:24] * Quits: sheppy (sheppy@moz-B52B0B26.dhcp.kgpt.tn.charter.com) (Quit: NO CARRIER)
  3006. # [22:24] * Joins: bajaj (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3007. # [22:24] * Joins: akeybl (akeybl@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3008. # [22:24] * Joins: brendan (brendaneic@2557E599.66715431.D25A875A.IP)
  3009. # [22:26] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/86236b3e0b1f - Kannan Vijayan - Bug 820084 - Fix handling of thisv value when top-level script is entered into via enterJIT. r=sstangl
  3010. # [22:27] <jfkthame> jorendorff: is it your push that's set inbound on fire?
  3011. # [22:27] <jfkthame> windows failing with "mozjs.dll : fatal error LNK1120: 2 unresolved externals"
  3012. # [22:27] * Joins: sworkman (sworkman@moz-825EC923.hsd1.ca.comcast.net)
  3013. # [22:27] <jorendorff> probably, patching forward now
  3014. # [22:28] <jorendorff> jfkthame: actually I think I need to back that out and use try server
  3015. # [22:28] <jfkthame> sounds good, thanks
  3016. # [22:29] * Quits: wlach (wlach@moz-317EA0B0.vif.net) (Ping timeout)
  3017. # [22:29] * Quits: davidb (davidb@F2D29657.F60B0462.67AC9B1.IP) (Quit: davidb)
  3018. # [22:29] <Waldo> joe: looking, paging the WeakPtr design decisions back into memory first, tho (kinda laborious :-\ )
  3019. # [22:30] <jorendorff> ok, there's my attempt
  3020. # [22:31] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e890c7296610 - Jason Orendorff - Backout a567cc63a389 (bug 820180) due to red on Windows.
  3021. # [22:34] * Joins: dzbarsky (Adium@moz-6E469596.wireless-resnet.upenn.edu)
  3022. # [22:35] <@bz> Is bc permaorange on inbound?
  3023. # [22:35] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c668a20b6b59 - Jeff Muizelaar - Bug 821448. Make a bunch of imagelib classes builtinclass. r=joe
  3024. # [22:36] * @bz does not see a single green bc run today
  3025. # [22:36] <@bz> At least not since 627a842914d0 landed
  3026. # [22:37] * Quits: pascalc (chatzilla@moz-446F98C8.fbxo.proxad.net) (Quit: bye)
  3027. # [22:37] <@bz> Anyone sheriffing right now?
  3028. # [22:37] * Parts: Austin__ (austin@B65F78B7.1356EECA.2170E5F.IP)
  3029. # [22:37] * whimboo|afk is now known as whimboo
  3030. # [22:38] <sicking> bholley: ping
  3031. # [22:38] * bc should stop wearing his orange "doing good is part of our code" t-shirt.
  3032. # [22:38] <@bz> bc: lol
  3033. # [22:38] <@bz> ok
  3034. # [22:38] <@bz> backing mano out...
  3035. # [22:38] * @bz closes tree too
  3036. # [22:38] * armenzg_brb is now known as armenzg
  3037. # [22:39] * Quits: bholley (anonymous@moz-FCAF9AAB.hsd1.ca.comcast.net) (Quit: bholley)
  3038. # [22:40] * Joins: spohl (Adium@2557E599.66715431.D25A875A.IP)
  3039. # [22:40] * Quits: msucan (mihai@CDEB00D4.8819A7BF.BD62875.IP) (Quit: Leaving.)
  3040. # [22:40] * Joins: Mardak (Mardak@2557E599.66715431.D25A875A.IP)
  3041. # [22:40] <sicking> mrbkap: ping
  3042. # [22:41] * Joins: abwillis (abwillis@9877934.9DD4DBBF.6A7A197.IP)
  3043. # [22:44] * Joins: wlach (wlach@moz-B836A562.vif.net)
  3044. # [22:46] * Joins: kaie (kaie@moz-7E9B9995.dip.t-dialin.net)
  3045. # [22:47] * joduinn-food is now known as joduinn
  3046. # [22:48] <@bz> Hmm
  3047. # [22:49] <@bz> does hg backout no longer do a branch-and-merge involving two changesets?
  3048. # [22:49] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Client exited)
  3049. # [22:49] * mdas is now known as mdas|afk
  3050. # [22:50] * Quits: ahal (ahal@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  3051. # [22:50] * Joins: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  3052. # [22:50] * Quits: vtmarvin (Thunderbir@9D75911A.1239134F.E4B2C495.IP) (Quit: vtmarvin)
  3053. # [22:50] * Quits: jib (Jan-Ivar@moz-D0297AE3.phlapa.fios.verizon.net) (Quit: jib)
  3054. # [22:51] * jmaher is now known as jmaher|afk
  3055. # [22:51] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Quit: brendan)
  3056. # [22:51] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b6e550165361 - Boris Zbarsky - Back out bug 675902 (rev 627a842914d0) from CLOSED TREE because it fails browser-chrome tests.
  3057. # [22:51] * Quits: jesup|laptop (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net) (Ping timeout)
  3058. # [22:51] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/f2d9eaf13c19 - Boris Zbarsky - Back out bug 817006 (rev 0852e5efadac) because it depends on a patch I'm about to back out for test failures.
  3059. # [22:52] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Client exited)
  3060. # [22:52] * Joins: UCC (UCC@moz-1363F65F.residential.rdsnet.ro)
  3061. # [22:52] * Quits: RealRaven (Thunderbir@3A577535.AA878289.C3498625.IP) (Ping timeout)
  3062. # [22:52] * Joins: lizzard (ehenry@moz-606E6FC0.dsl.static.sonic.net)
  3063. # [22:53] * Joins: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  3064. # [22:53] * Quits: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  3065. # [22:53] * Joins: unknown_ (UCC@moz-1363F65F.residential.rdsnet.ro)
  3066. # [22:53] * Parts: unknown_ (UCC@moz-1363F65F.residential.rdsnet.ro) (Leaving)
  3067. # [22:54] <kaie> hg update: abort: path contains illegal component: /pymake/tests/native-touch.mk
  3068. # [22:54] * geekboy is now known as geekboy|afk
  3069. # [22:54] <kaie> is there a fix, or is it necessary to wipe my tree?
  3070. # [22:54] <@gavin> kaie: hg up -C
  3071. # [22:54] <kaie> thank you
  3072. # [22:54] <@gavin> (assuming you have no local changes you care about)
  3073. # [22:55] <kaie> I didn't
  3074. # [22:55] * Quits: Mardak (Mardak@2557E599.66715431.D25A875A.IP) (Quit: Mardak)
  3075. # [22:55] * Quits: Goldorak (chatzilla@7CD1B470.2BC633E3.88CF6591.IP) (Quit: ChatZilla 0.9.89-rdmsoft [XULRunner 1.9.0.17/2009122204])
  3076. # [22:55] <@bz> OK
  3077. # [22:55] <@bz> now we wait for green, I guess?
  3078. # [22:57] * Joins: brendan (brendaneic@2557E599.66715431.D25A875A.IP)
  3079. # [22:58] * AaronMT is now known as AaronMT|away
  3080. # [22:59] * Quits: abwillis (abwillis@9877934.9DD4DBBF.6A7A197.IP) (Quit: ChatZilla 0.9.89 [SeaMonkey 2.7.2/20121116143250])
  3081. # [23:00] * Quits: pcwalton (pcwalton@43CB6079.66715431.D25A875A.IP) (Quit: pcwalton)
  3082. # [23:00] <jfkthame> bz: i think so. it's been a sad day in bc-land, what with the earlier linux bc almost-perma-orange, and then this
  3083. # [23:01] * Joins: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net)
  3084. # [23:01] <Waldo> joe: was the use case for the default WeakPtr constructor so that you could have member variables, that would be initialized not in the constructor, or something?
  3085. # [23:02] <joe> Waldo: yeah, i believe so
  3086. # [23:02] * Quits: lmandel (lmandel@FE1F74.86ED00A7.971E19F6.IP) (Quit: lmandel)
  3087. # [23:02] * Quits: clee (clee@2557E599.66715431.D25A875A.IP) (Quit: clee)
  3088. # [23:02] <joe> Waldo: and the problem is that I want to have a WeakPtr that is sometimes null and sometimes not
  3089. # [23:03] * Fallen|away is now known as Fallen
  3090. # [23:03] <Waldo> modulo type-unsafety and no operator support, this is something nsSupportsWeakReference/nsWeakReference did almost better, if I've paged them into memory far enough
  3091. # [23:04] * joduinn is now known as joduinn-mtg
  3092. # [23:04] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Quit: brendan)
  3093. # [23:04] * Quits: jfkthame (jfkthame@1C457759.3AD06A77.86F5061.IP) (Quit: jfkthame)
  3094. # [23:05] * Joins: pcwalton (pcwalton@43CB6079.66715431.D25A875A.IP)
  3095. # [23:05] * Quits: dholbert_ (dholbert@2557E599.66715431.D25A875A.IP) (Quit: Ex-Chat)
  3096. # [23:06] * Quits: pcwalton (pcwalton@43CB6079.66715431.D25A875A.IP) (Quit: pcwalton)
  3097. # [23:06] <@smaug> jdm: is there a bug open for those android failures?
  3098. # [23:06] <jdm> smaug: I'm assuming it's an infrastructure failure
  3099. # [23:06] <@smaug> sure
  3100. # [23:06] <@smaug> but is there a bug open
  3101. # [23:06] <jdm> it looks like all of them lost the ability to communicate with the device
  3102. # [23:06] * Joins: pcwalton (pcwalton@43CB6079.66715431.D25A875A.IP)
  3103. # [23:06] <jdm> and no
  3104. # [23:07] * Fallen is now known as Fallen|away
  3105. # [23:07] * Joins: brendan (brendaneic@2557E599.66715431.D25A875A.IP)
  3106. # [23:08] <@smaug> jhopkins|buildduty: ping
  3107. # [23:08] * Joins: jib (Jan-Ivar@moz-BD910A9D.pools.spcsdns.net)
  3108. # [23:08] <jhopkins|buildduty> smaug: pong
  3109. # [23:09] <@smaug> jhopkins|buildduty: do you happen to know about those Android failures?
  3110. # [23:09] <jhopkins|buildduty> smaug: no, i haven't seen or heard of those yet
  3111. # [23:09] * gregglind is now known as gregglind_away
  3112. # [23:09] * Quits: JeroenDeDauw (j@moz-47A0ABBB.dip.t-dialin.net) (Quit: Leaving.)
  3113. # [23:09] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  3114. # [23:10] <@smaug> jhopkins|buildduty: plenty of red in m-c
  3115. # [23:10] * Joins: clee (clee@2557E599.66715431.D25A875A.IP)
  3116. # [23:10] * Joins: bmoss (bmoss@2557E599.66715431.D25A875A.IP)
  3117. # [23:10] <jhopkins|buildduty> smaug: ok, having a look. thanks
  3118. # [23:10] * Joins: dria (dria@839F034D.5BCEC6DB.DA78B690.IP)
  3119. # [23:11] <jhopkins|buildduty> armenzg: ^
  3120. # [23:11] * Quits: yzen (Adium@82D66FFE.A6295926.9D42CF23.IP) (Quit: Leaving.)
  3121. # [23:11] <armenzg> let me look
  3122. # [23:12] * Quits: victorporof (victorporo@87CAE4F1.BEB908B0.79933D60.IP) (Quit: victorporof)
  3123. # [23:12] <armenzg> smaug: those were enabled today. I will hide them
  3124. # [23:13] <armenzg> smaug: those were the Android 4.0 jobs on panda boards
  3125. # [23:13] <armenzg> smaug: jhopkins|buildduty it should now be good
  3126. # [23:13] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Quit: brendan)
  3127. # [23:13] <@smaug> k
  3128. # [23:13] <jhopkins|buildduty> thanks armenzg. do we need to file a bug to track?
  3129. # [23:14] <armenzg> jhopkins|buildduty: no; it is on kmoir's hands
  3130. # [23:14] * Quits: wlach (wlach@moz-B836A562.vif.net) (Ping timeout)
  3131. # [23:14] <jhopkins|buildduty> ok
  3132. # [23:14] <armenzg> jhopkins|buildduty: I guess with the json issues this morning some of them got hidden and some of them did not
  3133. # [23:14] * Quits: hub (hub@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  3134. # [23:15] <Waldo> joe: okay, done; something about WeakPtr has always smelled a little bit to me, but without a larger redesign jrmuizel's patch is preferable
  3135. # [23:15] <joe> nooooooooooooooooo
  3136. # [23:15] * Joins: coyotebush (corey@moz-2D845411.hsd1.ca.comcast.net)
  3137. # [23:16] <joe> :)
  3138. # [23:16] <Waldo> haha
  3139. # [23:16] <joe> jeff hates his patch
  3140. # [23:16] <joe> i don't actually care
  3141. # [23:16] <Waldo> I think maybe, maybe, this could be cleaner if weakptr-supporting things had to be refcounted
  3142. # [23:16] * Joins: brendan (brendaneic@2557E599.66715431.D25A875A.IP)
  3143. # [23:17] <Waldo> I'm not sure
  3144. # [23:17] <joe> i think that would be good
  3145. # [23:17] <joe> in which case we could have a heap-allocated refcounted "null object"
  3146. # [23:17] <jlebar> mounir: ping?
  3147. # [23:17] <Waldo> yeah, I was kind of meh about it, not sure I understood the implications exactly
  3148. # [23:17] <jlebar> mounir: Is it too late over there?
  3149. # [23:18] <Waldo> supportsptr, ptr, referent, refptr, my head hurts :-)
  3150. # [23:18] <tbsaunde> Waldo: on the other hand would be kind of nice to be able to have weak ptrs to non refcounted things in some cases
  3151. # [23:18] * Joins: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net)
  3152. # [23:18] * mattwoodrow|away is now known as mattwoodrow
  3153. # [23:18] <Waldo> tbsaunde: this isn't XPCOM refcounting but a bit lighter-weight
  3154. # [23:18] * sheeri is now known as sheeri-afk
  3155. # [23:18] <joe> RefCounted<T>
  3156. # [23:18] <Waldo> yup
  3157. # [23:18] <tbsaunde> Waldo: sure
  3158. # [23:19] * Quits: Mossop (mossop@2557E599.66715431.D25A875A.IP) (Ping timeout)
  3159. # [23:19] <Waldo> tbsaunde: but yes, that's what WeakPtr does right now; it feels nice often enough but has these edges to it :-\
  3160. # [23:19] <@smaug> what is heavy weight in "XPCOM" refcounting
  3161. # [23:19] <tbsaunde> Waldo: my use case may be special enough its not worth making it general
  3162. # [23:19] <@smaug> especially in case of inline addref/release implementations
  3163. # [23:19] * Quits: randix (rdow@45355E35.CFBC10F9.8B52D585.IP) (Quit: randix)
  3164. # [23:19] <tbsaunde> Waldo: but note nsWeakFrame already supports this
  3165. # [23:20] <Callek> smaug: ----- so FYI, most of those Android 4.0 jobs should have been hidden -- not sure how we missed a good chunk of them
  3166. # [23:20] <tanvi> do we have an onRefresh or something like that? I need to add an event listener for when a page navigates but the location does not change (like a refresh or when the user hits enter in the url bar)
  3167. # [23:20] <tanvi> smaug ^^ ?
  3168. # [23:20] <Callek> smaug: I did however unhide the 5 Android 4.0 jobs that should be ready, there is/was a few hiccups but should be good from now on for those hobs
  3169. # [23:20] <tbsaunde> Waldo: I'm not really clear on the issue here, but I can see it making things more complicated
  3170. # [23:20] * vladan is now known as vladan-afk
  3171. # [23:20] <Waldo> nsWeakFrame is another approach to the matter -- use a linked list to track stuff
  3172. # [23:20] <tanvi> looking at https://developer.mozilla.org/en-US/docs/XPCOM_Interface_Reference/nsIWebProgressListener, i dont see any that fit
  3173. # [23:21] <Waldo> it has a bigger memory cost, and I seem to recall you have linear-time operations in some cases
  3174. # [23:21] <Waldo> this is all still only about 3/4 paged into my memory :-\
  3175. # [23:21] * Joins: jfkthame (jfkthame@1C457759.3AD06A77.86F5061.IP)
  3176. # [23:21] <@smaug> tanvi: event listener of progress listener ?
  3177. # [23:21] * Joins: jesup|laptop (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  3178. # [23:21] <tbsaunde> Waldo: sure, I was only saying it allows you to hold weak pointers to non refcounted thing
  3179. # [23:21] <tanvi> yeah
  3180. # [23:21] <tanvi> smaug^^
  3181. # [23:22] <@smaug> s/of/or/
  3182. # [23:22] <@smaug> tanvi: ^
  3183. # [23:22] <tanvi> web progress listener i guess?
  3184. # [23:22] <tanvi> similar to onlocationchange
  3185. # [23:22] <Waldo> tbsaunde: by dint of knowing the frame allocation/ownership model, is the key; requiring classes to inherit from SupportsWeakPtr or nsSupportsWeakReference is the way you get similar knowledge in the more-general situation
  3186. # [23:23] * Joins: Mossop (mossop@2557E599.66715431.D25A875A.IP)
  3187. # [23:23] <@smaug> tanvi: hmm, maybe http://mxr.mozilla.org/mozilla-central/source/uriloader/base/nsIWebProgressListener2.idl#65 ?
  3188. # [23:24] <tbsaunde> Waldo: ok, note non of this is paged in for me, I'm just talking about problems it is useful to solve
  3189. # [23:24] <@smaug> someone was fixing this stuff...
  3190. # [23:24] <@smaug> fixing or changing
  3191. # [23:24] <Waldo> :-)
  3192. # [23:24] <tbsaunde> and saying that weak refs to non refcounted things is a useful problem to solve
  3193. # [23:25] <@smaug> tbsaunde: weakframes rely on presshell to clear the pointers
  3194. # [23:25] <tanvi> smaug - hmm, this includes redirects
  3195. # [23:25] <@smaug> no need to make nsIFrames objects bigger or anything
  3196. # [23:25] <tanvi> but i guess i can make the current uri the refresh uri
  3197. # [23:25] <tbsaunde> smaug: yeah
  3198. # [23:25] * Quits: mconley (mconley@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  3199. # [23:25] <@smaug> tanvi: http://mxr.mozilla.org/mozilla-central/source/uriloader/base/nsIWebProgressListener.idl#293
  3200. # [23:25] <@smaug> perhaps that one
  3201. # [23:26] <@smaug> or maybe not
  3202. # [23:26] <@smaug> that is for push/popstate
  3203. # [23:26] * Joins: jesup (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  3204. # [23:26] * Quits: Wolf (chatzilla@moz-F8C1AF63.carolina.res.rr.com) (Connection reset by peer)
  3205. # [23:26] <tbsaunde> so, an xpt question lets suppose I have an addon that has some idl its idl refers to an interface we define, if we change the iid of that interface does the xpt need to be updated?
  3206. # [23:26] * Joins: Wolf (chatzilla@moz-F8C1AF63.carolina.res.rr.com)
  3207. # [23:27] <@smaug> tanvi: anyhow, can't remember now. Would have to read some code
  3208. # [23:27] <tanvi> smaug - maybe that will work.
  3209. # [23:28] <tanvi> smaug - its to prevent a potentially rare bug where a user chagnes an about:config setting and then refreshes a page where mixed content was blocked. in this case, I would need to dismiss the popupnotification
  3210. # [23:28] * Quits: vingtetun (vingtetun@moz-F8747CC6.dsl.ovh.fr) (Ping timeout)
  3211. # [23:28] * Quits: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  3212. # [23:28] * armenzg is now known as armenzg_dinner
  3213. # [23:28] <@smaug> uh, do we really care about such case
  3214. # [23:28] <tanvi> i'm not sure
  3215. # [23:29] * Quits: marco (Thunderbir@moz-44ABE23F.cust.dsl.teletu.it) (Ping timeout)
  3216. # [23:29] <tbsaunde> ted: ping?
  3217. # [23:29] * Quits: milan (milan@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  3218. # [23:29] <tanvi> i've commented about it in my code, and we can leave it up for discussion as part of the review
  3219. # [23:29] * Joins: wlach (wlach@moz-9D1130DC.vif.net)
  3220. # [23:29] <@smaug> I mean, about:config isn't for end users
  3221. # [23:29] <tanvi> yeah
  3222. # [23:29] * Quits: jfkthame (jfkthame@1C457759.3AD06A77.86F5061.IP) (Quit: jfkthame)
  3223. # [23:29] <tanvi> smaug: i came upon it while testing
  3224. # [23:29] * Joins: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net)
  3225. # [23:29] * Quits: biesi (cbiesinger@559BF46C.6B10AC3.E2F59BBC.IP) (Quit: Leaving)
  3226. # [23:29] <tanvi> smaug: but most users won't be doing that. they'll just follow the prompts to disable blockign on that page
  3227. # [23:30] * Quits: mdas|afk (mdas@50AE257C.D30B51A1.412CF160.IP) (Input/output error)
  3228. # [23:30] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  3229. # [23:30] * Quits: jib (Jan-Ivar@moz-BD910A9D.pools.spcsdns.net) (Connection reset by peer)
  3230. # [23:30] * Joins: jib (Jan-Ivar@moz-BD910A9D.pools.spcsdns.net)
  3231. # [23:30] <tanvi> smaug: i'll skip it for now
  3232. # [23:31] <@smaug> k
  3233. # [23:31] <tanvi> thanks smaug!
  3234. # [23:32] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Ping timeout)
  3235. # [23:32] * Quits: dao (dao@moz-DE32E385.superkabel.de) (Quit: Leaving.)
  3236. # [23:33] * Quits: MrDHat (chatzilla@807DEB60.5618B7EE.8D9DA8D9.IP) (Ping timeout)
  3237. # [23:33] * Joins: marco (Thunderbir@moz-44ABE23F.cust.dsl.teletu.it)
  3238. # [23:34] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Quit: brendan)
  3239. # [23:35] * mjschranz is now known as mjschranz_away
  3240. # [23:35] * Quits: joe_walker (joe_walker@moz-17C85A3D.as13285.net) (Input/output error)
  3241. # [23:38] <Mook_as> tbsaunde: yes, that xpt will break.
  3242. # [23:38] * Joins: lmandel (lmandel@moz-8932434.cpe.net.cable.rogers.com)
  3243. # [23:41] * Quits: marco (Thunderbir@moz-44ABE23F.cust.dsl.teletu.it) (Ping timeout)
  3244. # [23:41] <tbsaunde> Mook_as: ok, thanks
  3245. # [23:41] <Mook_as> (by which I mean "that has bit us before", of course :p )
  3246. # [23:42] * Joins: marco (Thunderbir@moz-44ABE23F.cust.dsl.teletu.it)
  3247. # [23:42] * Joins: brendan (brendaneic@2557E599.66715431.D25A875A.IP)
  3248. # [23:42] * Quits: mayhemer (Miranda@moz-415580BA.broadband17.iol.cz) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  3249. # [23:42] * Joins: cpeterson|lunch (cpeterson@moz-175D1473.hsd1.ca.comcast.net)
  3250. # [23:43] * cpeterson|lunch is now known as cpeterson
  3251. # [23:43] <tbsaunde> Mook_as: yeah, I just spent a couple hours debugging it in bug 820807 :/
  3252. # [23:43] * Joins: dmose (dmose@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3253. # [23:43] * Quits: Hendikins (wolfox@moz-13914647.hhui4.ken.bigpond.net.au) (Ping timeout)
  3254. # [23:43] <tbsaunde> ehsan: ^
  3255. # [23:44] * philor|away is now known as philor
  3256. # [23:44] * Joins: Hendikins (wolfox@moz-13914647.hhui4.ken.bigpond.net.au)
  3257. # [23:45] * Quits: wolfiR (wolfiR@moz-39EB643D.dip0.t-ipconnect.de) (Quit: Leaving)
  3258. # [23:45] <@ehsan> tbsaunde: the xpt will be rebuilt, so I'm not sure why it should break
  3259. # [23:45] <@ehsan> unless we're using an old version somehow
  3260. # [23:45] <tbsaunde> ehsan: no, the seleenium thing ships an xpt
  3261. # [23:46] <@ehsan> tbsaunde: for which interface?
  3262. # [23:46] * Quits: jib (Jan-Ivar@moz-BD910A9D.pools.spcsdns.net) (Ping timeout)
  3263. # [23:46] * Joins: jib (Jan-Ivar@moz-BD910A9D.pools.spcsdns.net)
  3264. # [23:46] <tbsaunde> ehsan: some one they cooked up, but it has methods that take a nsISupportsArray
  3265. # [23:46] * mattwoodrow is now known as mattwoodrow|away
  3266. # [23:46] * Quits: dmose (dmose@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: dmose)
  3267. # [23:46] * Quits: lizzard (ehenry@moz-606E6FC0.dsl.static.sonic.net) (Quit: lizzard)
  3268. # [23:46] <@ehsan> oh hmm
  3269. # [23:47] * Quits: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu) (Ping timeout)
  3270. # [23:47] <Mook_as> which means they might want to switch to using a nsIArray anyway?
  3271. # [23:47] <@ehsan> tbsaunde: if they're not shipping an xpt *for* nsISupportsArray, I don't see what could be the problem
  3272. # [23:47] <@ehsan> that is
  3273. # [23:47] <@ehsan> unless we put the uuid of nsISupportsArray in there
  3274. # [23:48] * Joins: lizzard (ehenry@moz-606E6FC0.dsl.static.sonic.net)
  3275. # [23:48] <@ehsan> but if this is an xpt problem they should be able to figure out how to fix it
  3276. # [23:48] * Quits: jib (Jan-Ivar@moz-BD910A9D.pools.spcsdns.net) (Quit: jib)
  3277. # [23:48] * Quits: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Connection reset by peer)
  3278. # [23:49] * Joins: dmose (dmose@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3279. # [23:49] * Quits: kinetik (kinetik@B0506AEA.F200EF31.613E47D1.IP) (Ping timeout)
  3280. # [23:50] <tbsaunde> ehsan: so, as I'm understanding it if a method takes a interface as an argument then the xpt that has that method contains the iid of the interface
  3281. # [23:50] * Joins: kinetik (kinetik@B0506AEA.F200EF31.613E47D1.IP)
  3282. # [23:50] * Joins: MrDHat (chatzilla@F89B731D.FF260FC5.8D9DA8D9.IP)
  3283. # [23:50] * glob|away is now known as glob
  3284. # [23:50] * Quits: Hendikins (wolfox@moz-13914647.hhui4.ken.bigpond.net.au) (Ping timeout)
  3285. # [23:51] * Joins: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  3286. # [23:51] * Joins: Hendikins (wolfox@moz-13914647.hhui4.ken.bigpond.net.au)
  3287. # [23:51] * Joins: WG9s (bill@moz-7A06A043.hsd1.ma.comcast.net)
  3288. # [23:52] * Joins: randix (rdow@moz-695D2A45.mycingular.net)
  3289. # [23:54] * Quits: AaronMT|away (AaronMT@moz-5DF3A271.cpe.net.cable.rogers.com) (Quit: Textual IRC Client: www.textualapp.com)
  3290. # [23:54] * Quits: MrDHat (chatzilla@F89B731D.FF260FC5.8D9DA8D9.IP) (Quit: ChatZilla 0.9.89 [Firefox 17.0.1/20121129151842])
  3291. # [23:54] <jcranmer> I thought it would store the name of the interface
  3292. # [23:54] * Quits: overholt (overholt@35765CFB.88764A66.72A31D6.IP) (Quit: Leaving)
  3293. # [23:55] <jcranmer> since it doesn't necessarily know nsISupportsArray's uuid
  3294. # [23:55] <@ehsan> yeah I would expect a name too
  3295. # [23:55] <jcranmer> if you linked with the xpt containing nsISupportsArray, that could change
  3296. # [23:55] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/9ec1c7f91699 - Phil Ringnalda - Back out 96b591267cb3 (bug 745194) for test failures on a CLOSED TREE
  3297. # [23:55] * Quits: clee (clee@2557E599.66715431.D25A875A.IP) (Quit: clee)
  3298. # [23:56] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  3299. # [23:56] * Quits: fs (Elchi3@B9C9103E.56629902.2EC4CA51.IP) (Quit: Leaving)
  3300. # [23:58] * Joins: clee (clee@2557E599.66715431.D25A875A.IP)
  3301. # Session Close: Sat Dec 15 00:00:00 2012

The end :)